/* Céges MűszakMobilitás – főoldali ajánló és önálló szolgáltatási oldal */

.business-mobility-teaser {
  position: relative;
  z-index: 2;
  scroll-margin-top: 86px;
  padding: 92px 0 44px;
  background: linear-gradient(135deg, #eef4ff 0%, #fff 62%, #f8fafc 100%);
  border-bottom: 1px solid #dbe5f1;
}

.business-mobility-teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
}

.business-mobility-teaser-copy span {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.business-mobility-teaser-copy h2 {
  max-width: 650px;
  margin: 0 0 7px;
  color: var(--primary);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.16;
}

.business-mobility-teaser-copy p {
  max-width: 690px;
  margin: 0;
  color: #5b687c;
  font-size: 14px;
}

.business-mobility-teaser-price {
  min-width: 205px;
  padding-left: 28px;
  border-left: 1px solid #cbd8ea;
}

.business-mobility-teaser-price strong,
.business-mobility-teaser-price span {
  display: block;
  white-space: nowrap;
}

.business-mobility-teaser-price strong {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.business-mobility-teaser-price span {
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

/* --- Önálló céges oldal --- */

.b2b-page {
  background: #fff;
}

.b2b-page nav .brand {
  text-decoration: none;
}

.b2b-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(55, 112, 201, 0.32), transparent 30%),
    linear-gradient(125deg, #061b46 0%, #0b2b6a 58%, #164b9e 100%);
  color: #fff;
}

.b2b-hero::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  bottom: -330px;
  border: 90px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.b2b-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(46px, 7vw, 88px);
  min-height: 610px;
  padding-top: 74px;
  padding-bottom: 92px;
}

.b2b-kicker {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.b2b-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.6px;
}

.b2b-hero-lead {
  max-width: 670px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.b2b-btn-light {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.b2b-btn-light:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

.b2b-btn-outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.b2b-btn-outline:hover {
  background: #fff;
  color: var(--primary);
}

.b2b-hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  color: #172033;
}

.b2b-hero-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 62%;
  background: #eef3f9;
}

.b2b-hero-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 5px 12px;
  padding: 24px 26px 12px;
}

.b2b-hero-price span:first-child {
  grid-column: 1 / -1;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.b2b-hero-price strong {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.b2b-hero-price small {
  padding-bottom: 5px;
  color: #64748b;
  font-weight: 700;
}

.b2b-hero-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 15px 26px 25px;
  border-top: 1px solid #e2e8f0;
  list-style: none;
}

.b2b-hero-includes li {
  position: relative;
  padding-left: 20px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.b2b-hero-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.b2b-facts {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.b2b-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(8, 36, 92, 0.14);
}

.b2b-fact {
  padding: 21px 24px;
  border-right: 1px solid #e2e8f0;
}

.b2b-fact:last-child {
  border-right: 0;
}

.b2b-fact strong,
.b2b-fact span {
  display: block;
}

.b2b-fact strong {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.b2b-fact span {
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
}

.b2b-section {
  padding: 86px 0;
}

.b2b-section-soft {
  background: #f3f7fc;
}

.b2b-section-heading {
  max-width: 770px;
  margin: 0 auto 42px;
  text-align: center;
}

.b2b-section-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.b2b-section-heading h2 {
  margin: 0 0 13px;
  color: var(--primary);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.b2b-section-heading p {
  margin: 0;
  color: #607089;
  font-size: 17px;
}

.b2b-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.b2b-use-card,
.b2b-benefit-card {
  border: 1px solid #dfe7f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.b2b-use-card {
  padding: 26px;
  border-top: 4px solid var(--primary);
}

.b2b-use-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.b2b-use-card p,
.b2b-benefit-card p {
  margin: 0;
  color: #607089;
  font-size: 14px;
}

.b2b-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: b2b-step;
}

.b2b-step {
  position: relative;
  padding: 27px 24px;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
  counter-increment: b2b-step;
}

.b2b-step::before {
  content: counter(b2b-step);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.b2b-step h3 {
  margin: 0 0 9px;
  color: var(--primary);
  font-size: 18px;
}

.b2b-step p {
  margin: 0;
  color: #607089;
  font-size: 14px;
}

.b2b-package-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  align-items: stretch;
  gap: 28px;
}

.b2b-package-card,
.b2b-price-card {
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.b2b-package-card {
  padding: 34px;
  border: 1px solid #dce5f0;
  background: #fff;
}

.b2b-package-card h2,
.b2b-price-card h2 {
  margin: 0 0 20px;
  font-size: clamp(29px, 3.6vw, 40px);
}

.b2b-package-card h2 {
  color: var(--primary);
}

.b2b-package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-package-list li {
  position: relative;
  padding: 12px 12px 12px 39px;
  border-radius: 12px;
  background: #f3f7fc;
  color: #25324a;
  font-weight: 700;
}

.b2b-package-list li::before {
  content: '✓';
  position: absolute;
  top: 12px;
  left: 14px;
  color: var(--green);
  font-weight: 900;
}

.b2b-fuel-notice {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #b9d4ff;
  border-left: 5px solid #1761bd;
  border-radius: 14px;
  background: #eaf3ff;
}

.b2b-fuel-notice strong {
  display: block;
  margin-bottom: 5px;
  color: #08245c;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.b2b-fuel-notice p {
  margin: 0;
  color: #27466e;
}

.b2b-price-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  background: linear-gradient(145deg, var(--primary), #124698);
  color: #fff;
}

.b2b-price-card > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.b2b-price-card h2 {
  color: #fff;
}

.b2b-price-card strong {
  display: block;
  margin: 5px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(46px, 5vw, 62px);
  line-height: 1.05;
}

.b2b-price-card small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
}

.b2b-price-card p {
  margin: 23px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.b2b-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.b2b-benefit-card {
  padding: 25px;
}

.b2b-benefit-card h3 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 18px;
}

.b2b-benefit-card:last-child:nth-child(3n + 2) {
  grid-column: span 2;
}

.b2b-multiweek {
  margin-top: 30px;
  padding: 24px 28px;
  border: 1px solid #f0c8cd;
  border-radius: 17px;
  background: #fff7f8;
  color: #4b2630;
}

.b2b-multiweek strong {
  color: var(--accent);
  font-family: 'Montserrat', sans-serif;
}

.b2b-cta {
  padding: 84px 0;
  background:
    linear-gradient(115deg, rgba(5, 22, 57, 0.97), rgba(11, 43, 106, 0.9)),
    url('../img/hero-varpalota.webp') center 45% / cover no-repeat;
  color: #fff;
  text-align: center;
}

.b2b-cta-inner {
  max-width: 780px;
  margin: 0 auto;
}

.b2b-cta h2 {
  margin: 0 0 15px;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.08;
}

.b2b-cta p {
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.b2b-contact-line {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .business-mobility-teaser-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-mobility-teaser-inner > .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .b2b-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 38px;
  }

  .b2b-hero-card img {
    height: 235px;
  }
}

@media (max-width: 900px) {
  .business-mobility-teaser {
    padding: 84px 0 42px;
  }

  .b2b-hero-inner,
  .b2b-package-grid {
    grid-template-columns: 1fr;
  }

  .b2b-hero-inner {
    padding-top: 62px;
    padding-bottom: 84px;
  }

  .b2b-hero-copy {
    text-align: center;
  }

  .b2b-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .b2b-actions {
    justify-content: center;
  }

  .b2b-hero-card {
    width: min(100%, 580px);
    margin: 0 auto;
  }

  .b2b-facts-grid,
  .b2b-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-fact:nth-child(2) {
    border-right: 0;
  }

  .b2b-fact:nth-child(-n + 2) {
    border-bottom: 1px solid #e2e8f0;
  }

  .b2b-use-grid,
  .b2b-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-benefit-card:last-child:nth-child(3n + 2) {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .business-mobility-teaser-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .business-mobility-teaser-price {
    padding: 16px 0 0;
    border-top: 1px solid #cbd8ea;
    border-left: 0;
  }

  .business-mobility-teaser-inner > .btn {
    grid-column: auto;
    justify-self: stretch;
    justify-content: center;
  }

  .b2b-hero h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .b2b-facts {
    margin-top: -28px;
  }

  .b2b-facts-grid,
  .b2b-use-grid,
  .b2b-steps,
  .b2b-package-list,
  .b2b-benefit-grid {
    grid-template-columns: 1fr;
  }

  .b2b-fact {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
  }

  .b2b-fact:last-child {
    border-bottom: 0;
  }

  .b2b-section {
    padding: 64px 0;
  }

  .b2b-section-heading {
    margin-bottom: 30px;
  }

  .b2b-package-card,
  .b2b-price-card {
    padding: 26px 22px;
  }

  .b2b-cta {
    padding: 68px 0;
  }
}

@media (max-width: 420px) {
  .b2b-hero-price {
    display: block;
  }

  .b2b-hero-price strong,
  .b2b-hero-price small {
    display: block;
  }

  .b2b-hero-price small {
    margin-top: 4px;
    padding: 0;
  }

  .b2b-hero-includes {
    grid-template-columns: 1fr;
  }

  .b2b-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-page *,
  .business-mobility-teaser * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
