:root {
  --navy: #071b46;
  --deep: #02102b;
  --blue: #1165ff;
  --blue-2: #2aa8ff;
  --cyan: #72d8ff;
  --white: #ffffff;
  --ink: #10203d;
  --muted: #60708f;
  --panel: #f7faff;
  --line: rgba(17, 101, 255, 0.14);
  --shadow: 0 24px 80px rgba(2, 16, 43, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--blue);
  color: var(--white);
  padding: .75rem 1rem;
  border-radius: 999px;
  z-index: 99;
}
.skip-link:focus { left: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.eyebrow {
  color: var(--blue);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  margin: 0 0 14px;
}
h1, h2, h3 { line-height: 1.08; margin: 0; color: var(--navy); }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -0.07em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -0.05em; }
h3 { font-size: 1.35rem; letter-spacing: -0.03em; }
p { margin: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(7, 27, 70, .1);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand img, .footer-brand img { width: 150px; border-radius: 18px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 700; color: var(--navy); }
.nav-links a:not(.btn) { opacity: .82; }
.nav-links a:hover { opacity: 1; color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 3px; margin: 5px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(17, 101, 255, .28);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17, 101, 255, .35); }
.btn-small { padding: 10px 16px; font-size: .92rem; }
.btn-ghost { background: rgba(255,255,255,.9); color: var(--blue); box-shadow: inset 0 0 0 1px rgba(17,101,255,.22); }
.btn-light { background: var(--white); color: var(--navy); }

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 130px;
  background:
    radial-gradient(circle at 86% 14%, rgba(42,168,255,.30), transparent 22rem),
    radial-gradient(circle at 10% 22%, rgba(17,101,255,.14), transparent 24rem),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 46%, #edf7ff 100%);
  overflow: hidden;
  position: relative;
}
.hero-premium::before {
  content: "";
  position: absolute;
  inset: 96px 24px 38px;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(255,255,255,.70), rgba(255,255,255,.25));
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 30px 100px rgba(7,27,70,.08);
  pointer-events: none;
}
.hero-bg-orb { position: absolute; border-radius: 999px; filter: blur(3px); opacity: .9; }
.orb-one { width: 240px; height: 240px; right: -70px; top: 155px; background: rgba(42,168,255,.22); }
.orb-two { width: 160px; height: 160px; left: 6%; bottom: 7%; background: rgba(17,101,255,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; }
.hero-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--navy);
  font-weight: 900;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,101,255,.18);
  box-shadow: 0 16px 40px rgba(17,101,255,.08);
}
.hero-badge span { width: 10px; height: 10px; border-radius: 999px; background: var(--blue-2); box-shadow: 0 0 0 6px rgba(42,168,255,.16); }
.hero h1 { max-width: 760px; font-size: clamp(3.1rem, 7.2vw, 6.7rem); }
.hero-text { font-size: 1.18rem; color: #435372; max-width: 700px; margin-top: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 34px 0; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 14px; max-width: 620px; }
.hero-stats div {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(17,101,255,.13);
  box-shadow: 0 16px 45px rgba(7,27,70,.07);
}
.hero-stats strong { display: block; color: var(--blue); font-size: 1.55rem; line-height: 1; }
.hero-stats span { display: block; color: var(--navy); font-weight: 800; margin-top: 5px; font-size: .9rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 700;
  color: var(--navy);
}
.hero-showcase {
  position: relative;
  min-height: 610px;
  border-radius: 46px;
  background:
    linear-gradient(160deg, rgba(7,27,70,.98), rgba(11,67,172,.96) 56%, rgba(17,101,255,.95)),
    radial-gradient(circle at 25% 25%, rgba(114,216,255,.32), transparent 18rem);
  box-shadow: 0 34px 110px rgba(2,16,43,.28);
  overflow: hidden;
  isolation: isolate;
}
.hero-showcase::before, .hero-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  z-index: -1;
}
.hero-showcase::before { width: 560px; height: 560px; right: -210px; top: -180px; }
.hero-showcase::after { width: 360px; height: 360px; left: -120px; bottom: -150px; }
.phone-card {
  width: min(78%, 390px);
  margin: 62px auto 0;
  padding: 22px;
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 30px 70px rgba(2,16,43,.30);
  transform: rotate(-2deg);
}
.phone-top { display: flex; align-items: center; gap: 14px; }
.phone-top img { width: 62px; height: 62px; object-fit: contain; border-radius: 18px; background: #eef6ff; padding: 5px; }
.phone-top strong { display: block; color: var(--navy); font-size: 1.25rem; }
.phone-top span { color: var(--muted); font-weight: 700; }
.search-pill { margin: 22px 0; padding: 13px 16px; border-radius: 999px; background: #eef5ff; color: #52637f; font-weight: 800; }
.store-list { display: grid; gap: 12px; }
.store-row { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; padding: 13px; border-radius: 20px; background: #fbfdff; border: 1px solid #e6efff; }
.store-row > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #eaf4ff; font-size: 1.35rem; }
.store-row strong { display: block; color: var(--navy); }
.store-row small { color: var(--muted); font-weight: 700; }
.floating-card {
  position: absolute;
  width: min(340px, 72%);
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: 0 24px 60px rgba(2,16,43,.25);
}
.floating-card strong { display: block; color: var(--navy); font-size: 1.08rem; margin-bottom: 7px; }
.floating-card span { color: #50617f; font-weight: 700; }
.pilot-float { left: 28px; bottom: 150px; }
.delivery-float { right: 28px; bottom: 34px; }
.route-line {
  position: absolute;
  inset: auto 60px 108px auto;
  width: 135px;
  height: 46px;
  border-bottom: 3px dashed rgba(255,255,255,.45);
  border-radius: 0 0 80px 80px;
}
.hero-card { display: none; }
.hero-logo-mark { width: 210px; border-radius: 36px; background: var(--white); padding: 12px; margin: 20px auto 0; }
.metric-card { position: absolute; max-width: 320px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.5); border-radius: 24px; padding: 22px; box-shadow: 0 20px 50px rgba(2,16,43,.22); }
.metric-card strong { display: block; color: var(--navy); font-size: 1.1rem; margin-bottom: 8px; }
.metric-card span { color: #50617f; font-weight: 600; }
.top-card { left: 34px; bottom: 160px; }
.bottom-card { right: 30px; bottom: 34px; }

.section-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.section-heading p:last-child { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.platform-section { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card, .team-card, .interest-form, .contact-card, .flyer-panel, .survey-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(7,27,70,.08);
}
.feature-card { padding: 28px; }
.feature-icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; background: #eef6ff; font-size: 1.6rem; margin-bottom: 22px; }
.feature-card p { color: var(--muted); margin-top: 12px; }

.survey-section { background: linear-gradient(180deg, #f6faff, #eef6ff); }
.survey-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; }
.survey-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; margin: 20px 0 28px; }
.survey-actions { display: grid; gap: 16px; }
.survey-card { padding: 22px; transition: transform .2s ease, border-color .2s ease; }
.survey-card:hover { transform: translateY(-4px); border-color: rgba(17,101,255,.45); }
.survey-card span { color: var(--blue); font-weight: 800; display: block; margin-bottom: 6px; }
.survey-card strong { display: block; font-size: 1.18rem; color: var(--navy); }
.survey-card small { color: var(--muted); font-weight: 700; }
.flyer-panel { padding: 12px; background: var(--navy); }
.flyer-panel img { border-radius: 20px; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }

.pilot-section { background: var(--white); }
.split-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 54px; align-items: start; }
.split-grid p { color: var(--muted); font-size: 1.08rem; margin-top: 20px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 700; color: var(--navy); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.interest-form { padding: 30px; display: grid; gap: 16px; }
.interest-form h3 { font-size: 1.7rem; }
.interest-form p { margin: 0; color: var(--muted); }
.interest-form label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); }
.interest-form input, .interest-form select, .interest-form textarea {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
}
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17,101,255,.12); }
.form-note { min-height: 24px; color: var(--blue) !important; font-weight: 800; }

.team-section { background: linear-gradient(180deg, #ffffff, #f8fbff); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card { padding: 28px; display: grid; grid-template-columns: 100px 1fr; gap: 22px; align-items: start; }
.avatar { width: 100px; height: 100px; border-radius: 28px; }
.avatar-initials { display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: var(--white); font-weight: 900; font-size: 2rem; }
.image-avatar { object-fit: cover; object-position: 50% 22%; border: 4px solid #e6f1ff; }
.role { color: var(--blue); font-weight: 800; margin-bottom: 8px; }
.team-card p:last-child { color: var(--muted); margin-top: 12px; }

.contact-section { background: var(--deep); }
.contact-card { background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white); padding: 46px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; border: 1px solid rgba(255,255,255,.14); }
.contact-card h2, .contact-card .eyebrow { color: var(--white); }
.contact-card p:not(.eyebrow) { color: rgba(255,255,255,.78); margin-top: 14px; max-width: 700px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.footer { background: var(--deep); color: rgba(255,255,255,.72); padding: 30px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand img { width: 128px; }
.footer-links { display: flex; gap: 20px; font-weight: 700; }
.footer-links a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .hero-grid, .survey-grid, .split-grid, .contact-card { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .brand img { width: 126px; }
  .hero-card { min-height: 500px; padding: 24px; }
  .hero-logo-mark { width: 170px; }
  .metric-card { position: static; margin-top: 20px; max-width: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .contact-card { padding: 28px; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}
.language-switch a {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .9rem;
  color: var(--navy);
  opacity: .75;
}
.language-switch a.is-active {
  background: var(--navy);
  color: var(--white);
  opacity: 1;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: 'Noto Sans Arabic', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 { letter-spacing: -0.035em; }
html[dir="rtl"] .nav-links,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .trust-row,
html[dir="rtl"] .contact-actions,
html[dir="rtl"] .footer-links { direction: rtl; }
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .survey-copy,
html[dir="rtl"] .split-grid > div,
html[dir="rtl"] .interest-form,
html[dir="rtl"] .contact-card { text-align: right; }
html[dir="rtl"] .section-heading { text-align: center; }
html[dir="rtl"] .check-list li { padding-left: 0; padding-right: 34px; }
html[dir="rtl"] .check-list li::before { left: auto; right: 0; }
html[dir="rtl"] .team-card { grid-template-columns: 100px 1fr; }
html[dir="rtl"] .interest-form input,
html[dir="rtl"] .interest-form select,
html[dir="rtl"] .interest-form textarea { text-align: right; font-family: inherit; }
html[dir="rtl"] .contact-actions { justify-content: flex-start; }
html[dir="rtl"] .top-card { left: auto; right: 34px; }
html[dir="rtl"] .bottom-card { right: auto; left: 30px; }
html[dir="rtl"] .footer-grid { direction: rtl; }
html[dir="rtl"] .btn,
html[dir="rtl"] .language-switch { font-family: inherit; }

@media (max-width: 980px) {
  .language-switch { justify-content: center; }
  html[dir="rtl"] .nav-links { left: 20px; right: 20px; }
}

@media (max-width: 640px) {
  html[dir="rtl"] .team-card { grid-template-columns: 1fr; }
}


html[dir="rtl"] .phone-card { transform: rotate(2deg); }
html[dir="rtl"] .store-row { grid-template-columns: 48px 1fr; }
html[dir="rtl"] .pilot-float { left: auto; right: 28px; }
html[dir="rtl"] .delivery-float { right: auto; left: 28px; }

@media (max-width: 980px) {
  .hero-premium::before { inset: 86px 14px 28px; border-radius: 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-showcase { min-height: 560px; }
  .hero h1 { font-size: clamp(2.8rem, 11vw, 5rem); }
}

@media (max-width: 640px) {
  .hero { padding-top: 118px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-showcase { min-height: auto; padding: 24px 0 260px; border-radius: 32px; }
  .phone-card { width: calc(100% - 38px); margin-top: 12px; transform: none; }
  html[dir="rtl"] .phone-card { transform: none; }
  .floating-card { width: calc(100% - 44px); }
  .pilot-float, html[dir="rtl"] .pilot-float { left: 22px; right: 22px; bottom: 134px; }
  .delivery-float, html[dir="rtl"] .delivery-float { left: 22px; right: 22px; bottom: 24px; }
  .route-line { display: none; }
}

/* Refined compact hero design */
.site-header { background: rgba(255,255,255,.64); backdrop-filter: blur(14px); }
.nav { min-height: 78px; }
.brand img, .footer-brand img { width: 124px; border-radius: 16px; }
.hero {
  min-height: 820px;
  padding-top: 154px;
  padding-bottom: 76px;
  place-items: stretch;
  align-items: center;
}
.hero-premium::before { inset: 112px 28px 36px; }
.hero-grid { grid-template-columns: 1.02fr .98fr; gap: 58px; }
.hero-copy {
  padding: 34px 0;
}
.hero-badge {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(17,101,255,.12);
  white-space: nowrap;
}
.hero h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 5.25vw, 4.9rem);
  letter-spacing: -0.06em;
}
.hero-text {
  max-width: 610px;
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  margin-top: 20px;
}
.hero-actions { margin: 28px 0 18px; }
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.hero-chips span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,101,255,.14);
  color: #304467;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(7,27,70,.06);
}
.hero-showcase {
  min-height: 560px;
  border-radius: 40px;
}
.phone-card { margin-top: 48px; width: min(76%, 370px); }
.pilot-float { bottom: 128px; }
.delivery-float { bottom: 30px; }
html[dir="rtl"] .hero h1 { max-width: 680px; letter-spacing: -0.035em; }
html[dir="rtl"] .hero-text { max-width: 640px; }
html[dir="rtl"] .hero-chips { justify-content: flex-end; }

@media (max-width: 980px) {
  .brand img, .footer-brand img { width: 112px; }
  .hero { min-height: auto; padding-top: 138px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: clamp(2.35rem, 8vw, 4.25rem); }
  .hero-showcase { min-height: 520px; }
}

@media (max-width: 640px) {
  .hero { padding-top: 132px; padding-bottom: 54px; }
  .hero-premium::before { inset: 96px 12px 24px; }
  .hero-badge { max-width: 100%; white-space: normal; font-size: .92rem; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .hero-copy { padding-top: 18px; }
  .hero-chips span { font-size: .9rem; }
}

/* Final hero spacing + matching English/Persian layout */
.hero {
  min-height: 760px;
  padding-top: 108px;
  padding-bottom: 66px;
}
.hero-premium::before { inset: 72px 28px 30px; }
.hero-copy { padding: 20px 0 28px; }
.hero-badge { margin-bottom: 14px; }
.hero .eyebrow { margin-bottom: 16px; }
.hero h1 {
  max-width: 620px;
  font-size: clamp(2.4rem, 4.65vw, 4.25rem);
  line-height: .98;
}
.hero-text { max-width: 600px; }
.hero-showcase { min-height: 560px; }

/* Persian hero should visually match the English hero while keeping RTL text */
html[dir="rtl"] .hero-grid { grid-template-columns: 1.02fr .98fr; }
html[dir="rtl"] .hero-copy { text-align: right; }
html[dir="rtl"] .hero h1 {
  max-width: 620px;
  font-size: clamp(2.4rem, 4.65vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
html[dir="rtl"] .hero-text { max-width: 600px; }
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-chips { justify-content: flex-start; }
html[dir="rtl"] .hero-badge { margin-right: 0; margin-left: auto; }

@media (max-width: 980px) {
  .hero { padding-top: 116px; }
  .hero-premium::before { inset: 82px 16px 26px; }
  html[dir="rtl"] .hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero { padding-top: 104px; padding-bottom: 48px; }
  .hero-premium::before { inset: 74px 10px 20px; }
  .hero h1, html[dir="rtl"] .hero h1 { font-size: clamp(1.95rem, 9vw, 2.85rem); }
}

/* Keep the platform section title on one clean line on desktop. */
.platform-section .section-heading {
  max-width: 1180px;
}
.platform-section .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(2.25rem, 3.15vw, 3.25rem);
  letter-spacing: -0.045em;
}
html[dir="rtl"] .platform-section .section-heading h2 {
  font-size: clamp(2.2rem, 3vw, 3.1rem);
}
@media (max-width: 980px) {
  .platform-section .section-heading h2 {
    white-space: normal;
    font-size: clamp(2rem, 6vw, 3rem);
  }
}

/* Compact one-line section headlines requested */
.survey-copy h2,
.pilot-section .split-grid h2,
.team-section .section-heading h2 {
  font-size: clamp(1.9rem, 3.05vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.survey-copy h2,
.team-section .section-heading h2 {
  white-space: nowrap;
}

.pilot-section .split-grid h2 {
  max-width: 900px;
}

html[dir="rtl"] .survey-copy h2,
html[dir="rtl"] .pilot-section .split-grid h2,
html[dir="rtl"] .team-section .section-heading h2 {
  font-size: clamp(1.75rem, 2.75vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

html[dir="rtl"] .survey-copy h2,
html[dir="rtl"] .team-section .section-heading h2 {
  white-space: nowrap;
}

html[dir="rtl"] .pilot-section .split-grid h2 {
  max-width: 1000px;
}

@media (max-width: 1180px) {
  .survey-copy h2,
  .team-section .section-heading h2,
  html[dir="rtl"] .survey-copy h2,
  html[dir="rtl"] .team-section .section-heading h2 {
    white-space: normal;
    font-size: clamp(1.85rem, 4vw, 2.7rem);
  }
}

@media (max-width: 980px) {
  .survey-copy h2,
  .pilot-section .split-grid h2,
  .team-section .section-heading h2,
  html[dir="rtl"] .survey-copy h2,
  html[dir="rtl"] .pilot-section .split-grid h2,
  html[dir="rtl"] .team-section .section-heading h2 {
    white-space: normal;
    font-size: clamp(1.75rem, 6vw, 2.55rem);
  }
}
