:root {
  --ink: #071b24;
  --ink-2: #0b2630;
  --ink-3: #123743;
  --paper: #f7f4ec;
  --white: #ffffff;
  --text: #132b33;
  --muted: #69675f;
  --line: #ddd4bf;
  --teal: #d8aa43;
  --teal-dark: #a87716;
  --gold: #f0c769;
  --radius: 1.35rem;
  --shadow: 0 24px 80px rgba(4, 24, 31, 0.12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 999; padding: .8rem 1rem;
  border-radius: .5rem; background: var(--teal); color: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s ease, box-shadow .3s ease;
}
.site-header::after { content: ""; position: absolute; inset: auto 0 -1px; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(240,199,105,.75) 50%, transparent 100%); }
.site-header.is-scrolled { background: rgba(6, 26, 35, .94); box-shadow: 0 12px 30px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-shell { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .82rem; flex-shrink: 0; }
.brand-logo-frame { display: block; width: 64px; height: 64px; padding: 2px; overflow: hidden; border: 1px solid rgba(240,199,105,.62); border-radius: 14px; background: #071526; box-shadow: 0 0 0 4px rgba(240,199,105,.05), 0 12px 32px rgba(0,0,0,.2); }
.brand-logo { display: block; width: 100%; height: 100%; border-radius: 11px; object-fit: cover; }
.brand-logo-frame--footer { width: 92px; height: 92px; border-radius: 18px; }
.brand-logo-frame--footer .brand-logo { border-radius: 15px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.4rem); margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: .81rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -7px 0; background: var(--teal); transition: right .25s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { right: 0; }
.lang-switch {
  display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 .9rem;
  border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.8);
  font-size: .73rem; font-weight: 800; transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.lang-switch:hover { color: var(--white); border-color: var(--teal); background: rgba(216,170,67,.1); }
.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: .72rem;
  padding: 0 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: .82rem;
  font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1rem; }
.button--small { min-height: 43px; padding: 0 1.15rem; font-size: .76rem; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--teal); }
.button--primary { background: linear-gradient(135deg, var(--gold), #c58b23); color: var(--ink); box-shadow: 0 14px 34px rgba(216,170,67,.24); }
.button--primary:hover { background: linear-gradient(135deg, #ffe29b, #d7a33b); }
.button--ghost { border-color: rgba(255,255,255,.33); color: var(--white); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: transparent; padding: 0 12px; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::after { content: ""; position: absolute; z-index: 1; width: 720px; height: 420px; right: 8%; bottom: -330px; border: 1px solid rgba(240,199,105,.32); border-radius: 50%; box-shadow: 0 0 0 80px rgba(240,199,105,.025), 0 0 0 160px rgba(240,199,105,.015); pointer-events: none; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-logistics.png") center center / cover no-repeat; }
.hero-media::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,19,27,.95) 0%, rgba(4,19,27,.76) 42%, rgba(4,19,27,.08) 72%), linear-gradient(0deg, rgba(4,19,27,.52), transparent 38%);
}
.hero-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 690px) 260px; align-items: end; justify-content: space-between; gap: 3rem; padding-top: 92px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.25rem; color: var(--teal-dark); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--teal); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.7rem, 6.5vw, 6.8rem); line-height: .94; letter-spacing: -.065em; font-weight: 750; }
.hero h1 em { display: block; color: var(--teal); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 590px; margin: 1.65rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.market-list { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; color: rgba(255,255,255,.54); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.market-list i { display: block; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-proof { align-self: end; margin-bottom: 2rem; padding: 1.5rem; border: 1px solid rgba(240,199,105,.36); border-radius: var(--radius); background: rgba(5,23,31,.72); backdrop-filter: blur(12px); box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.proof-kicker { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-proof strong { display: block; margin-top: .8rem; font-size: 1.65rem; line-height: 1.08; letter-spacing: -.04em; }
.hero-proof p { color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.55; }
.proof-line { display: block; width: 100%; height: 2px; margin-top: 1.4rem; background: linear-gradient(90deg, var(--teal) 70%, rgba(255,255,255,.15) 70%); }
.hero-scroll { position: absolute; z-index: 2; left: max(24px, calc((100% - 1180px) / 2)); bottom: 32px; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.4); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll span { width: 38px; height: 1px; background: rgba(255,255,255,.35); }

.stats { padding: 5.5rem 0; background: var(--white); }
.stats-intro { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 2.7rem; border-bottom: 1px solid var(--line); }
.stats-intro .eyebrow { margin: 0; }
.stats-intro h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.045em; }
.placeholder-note { margin: .65rem 0 0; color: var(--muted); font-size: .78rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 150px; padding: 2.4rem 2rem 0; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--ink); font-size: clamp(2.5rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.07em; }
.stat strong span { color: var(--teal-dark); font-size: .48em; }
.stat p { margin: .75rem 0 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.section { padding: 8rem 0; }
.section-heading { margin-bottom: 3.4rem; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 5rem; }
.section-heading h2 { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.section-heading > p, .section-heading--split > p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { max-width: 580px; margin: 1.25rem auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: calc(var(--radius) + .25rem); overflow: hidden; box-shadow: var(--shadow); }
.service-card { position: relative; min-height: 440px; padding: 2rem; overflow: hidden; background: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.service-card:hover { background: #fffcf5; box-shadow: inset 0 3px 0 var(--gold); }
.service-card::after { content: ""; position: absolute; inset: auto -50px -70px auto; width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 50%; opacity: .55; }
.service-card--featured { background: var(--ink); color: var(--white); }
.service-card--featured::after { border-color: rgba(255,255,255,.18); }
.card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.card-top i { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .25s, background .25s; }
.service-card:hover .card-top i { transform: rotate(45deg); background: var(--teal); color: var(--ink); }
.service-card--featured .card-top { color: rgba(255,255,255,.45); }
.service-card--featured .card-top i { border-color: rgba(255,255,255,.2); }
.service-symbol { position: relative; width: 92px; height: 68px; margin: 3.6rem 0 2.2rem; color: var(--teal-dark); }
.service-card--featured .service-symbol { color: var(--teal); }
.service-symbol span { position: absolute; display: block; border: 2px solid currentColor; }
.service-symbol--bike span:nth-child(1), .service-symbol--bike span:nth-child(2) { bottom: 0; width: 28px; height: 28px; border-radius: 50%; }
.service-symbol--bike span:nth-child(1) { left: 4px; }.service-symbol--bike span:nth-child(2) { right: 4px; }
.service-symbol--bike span:nth-child(3) { width: 48px; height: 25px; left: 23px; bottom: 18px; border-width: 2px 0 0 2px; transform: skew(-20deg); }
.service-symbol--car span:nth-child(1) { left: 7px; bottom: 8px; width: 78px; height: 32px; border-radius: 16px 22px 7px 7px; }
.service-symbol--car span:nth-child(2), .service-symbol--car span:nth-child(3) { bottom: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--white); }
.service-symbol--car span:nth-child(2) { left: 18px; }.service-symbol--car span:nth-child(3) { right: 14px; }
.service-symbol--people span { bottom: 8px; width: 33px; height: 40px; border-radius: 50% 50% 7px 7px; }
.service-symbol--people span:nth-child(1) { left: 30px; height: 55px; z-index: 2; background: var(--white); }
.service-symbol--people span:nth-child(2) { left: 3px; }.service-symbol--people span:nth-child(3) { right: 3px; }
.service-symbol--manage span:nth-child(1) { inset: 4px 12px 5px; border-radius: 7px; }
.service-symbol--manage span:nth-child(2) { left: 28px; right: 28px; top: 24px; border-width: 2px 0 0; }
.service-symbol--manage span:nth-child(3) { left: 28px; right: 28px; top: 38px; border-width: 2px 0 0; }
.service-card h3 { margin: 0; font-size: 1.75rem; letter-spacing: -.04em; }
.service-card p { max-width: 470px; margin: 1rem 0 1.5rem; color: var(--muted); line-height: 1.65; }
.service-card--featured p { color: rgba(255,255,255,.58); }
.service-card ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; list-style: none; }
.service-card li { padding: .48rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .67rem; font-weight: 700; }
.service-card--featured li { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.62); }

.business-section { padding: 1.4rem 0 8rem; }
.business-panel { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 7rem; padding: 5.5rem; overflow: hidden; border-radius: 2rem; color: var(--white); background: var(--ink-2); }
.business-panel::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: -260px; bottom: -350px; box-shadow: 0 0 0 90px rgba(255,255,255,.02), 0 0 0 180px rgba(255,255,255,.015); }
.business-copy { position: relative; z-index: 1; }
.business-copy h2 { margin: 0; font-size: clamp(2.6rem, 4.6vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.business-copy > p { max-width: 560px; color: rgba(255,255,255,.6); line-height: 1.75; }
.text-link { display: inline-flex; gap: .65rem; margin-top: 1.2rem; padding-bottom: .5rem; border-bottom: 1px solid var(--teal); color: var(--teal); font-size: .82rem; font-weight: 800; }
.process-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; left: 18px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--gold), rgba(240,199,105,.08)); }
.process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-top: 0; }
.process-list > li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(240,199,105,.35); border-radius: 50%; background: #0b2630; color: var(--gold); font-size: .67rem; font-weight: 900; }
.process-list strong { font-size: 1.1rem; }
.process-list p { margin: .35rem 0 0; color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.55; }

.partner-join { position: relative; overflow: hidden; background: #f0eadc; }
.partner-join::before {
  content: ""; position: absolute; width: 440px; height: 440px; top: -250px; right: -180px;
  border: 1px solid rgba(7,27,36,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(7,27,36,.025), 0 0 0 140px rgba(7,27,36,.018);
}
.partner-join-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 6rem; }
.partner-join-copy h2 { max-width: 650px; margin: 0; color: var(--ink); font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .95; letter-spacing: -.065em; }
.partner-join-copy > p { max-width: 620px; margin: 1.5rem 0 2rem; color: var(--muted); line-height: 1.75; }
.path-details { padding: 2.25rem; border-radius: var(--radius); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.path-number { color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.path-details h3 { margin: 2.5rem 0 .8rem; font-size: 1.75rem; letter-spacing: -.04em; }
.path-details > p { margin: 0; color: rgba(255,255,255,.52); font-size: .84rem; line-height: 1.65; }
.path-details ul { margin: 1.8rem 0 0; padding: 0; list-style: none; }
.path-details li { display: flex; align-items: center; gap: 1rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: .8rem; }
.path-details li span { color: var(--teal); font-size: .62rem; font-weight: 900; }

.industries { background: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.industry-card { position: relative; min-height: 315px; padding: 1.65rem; border-right: 1px solid var(--line); background: var(--white); transition: background .25s, color .25s; }
.industry-card:last-child { border-right: 0; }
.industry-card:hover { background: var(--ink); color: var(--white); }
.industry-index { color: var(--teal-dark); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.industry-card h3 { margin: 7rem 0 .85rem; font-size: 1.35rem; line-height: 1.1; letter-spacing: -.035em; }
.industry-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.industry-card:hover p { color: rgba(255,255,255,.56); }
.industry-arrow { position: absolute; top: 1.35rem; right: 1.35rem; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-size: .8rem; }

.driver-cta { position: relative; overflow: hidden; padding: 5.4rem 0; color: var(--white); background: linear-gradient(115deg, #071b24 0%, #0e3040 65%, #60400d 145%); }
.driver-cta::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(135deg, transparent 48%, white 49%, white 50%, transparent 51%); background-size: 48px 48px; }
.driver-cta-inner { position: relative; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 3rem; }
.driver-orbit { display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.driver-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; transform: translate(56px, -28px); background: var(--gold); }
.driver-copy .eyebrow { color: rgba(255,255,255,.75); }
.driver-copy h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.driver-copy > p { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.69); line-height: 1.65; }
.rider-benefits { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.rider-benefits li { padding: .48rem .72rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.8); font-size: .66rem; font-weight: 700; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.why-card { min-height: 290px; display: flex; justify-content: space-between; gap: 2rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.why-card:hover { transform: translateY(-7px); border-color: rgba(168,119,22,.45); box-shadow: 0 28px 65px rgba(7,27,36,.1); }
.why-card > span { color: var(--teal-dark); font-size: .7rem; font-weight: 900; }
.why-card > div:first-of-type { max-width: 390px; align-self: end; }
.why-card h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.035em; }
.why-card p { margin: .8rem 0 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.why-card--dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.why-card--dark p { color: rgba(255,255,255,.56); }
.why-card--dark > span { color: var(--teal); }
.partners { position: relative; overflow: hidden; padding: 7rem 0 6.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 8% 10%, rgba(240,199,105,.2), transparent 26%), linear-gradient(140deg, #fff 0%, #f7f1e4 100%); }
.partners::before { content: ""; position: absolute; top: -180px; right: -130px; width: 430px; aspect-ratio: 1; border: 1px solid rgba(168,119,22,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(168,119,22,.04), 0 0 0 90px rgba(168,119,22,.025); pointer-events: none; }
.partner-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: end; gap: 3rem; margin-bottom: 3.3rem; }
.partner-heading .eyebrow { margin: 0 0 1rem; }
.partner-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 5.2vw, 5rem); line-height: .96; letter-spacing: -.065em; }
.partner-heading > p { margin: 0; padding-left: 1.4rem; border-left: 1px solid rgba(168,119,22,.4); color: var(--muted); font-size: .88rem; line-height: 1.75; }
.partner-network { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; padding-top: 1.5rem; }
.partner-network::before { content: ""; position: absolute; top: 0; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, rgba(168,119,22,.55), transparent); }
.partner-brand { position: relative; min-height: 235px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.25rem; border: 1px solid rgba(168,119,22,.23); border-radius: 1.6rem; background: rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(7,27,36,.07); backdrop-filter: blur(14px); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.partner-brand:nth-child(even) { margin-top: 1.5rem; }
.partner-brand::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(125deg, transparent 20%, rgba(240,199,105,.2) 48%, transparent 70%); transform: translateX(-65%); transition: opacity .35s ease, transform .65s ease; pointer-events: none; }
.partner-brand:hover { transform: translateY(-9px); border-color: rgba(168,119,22,.55); box-shadow: 0 30px 80px rgba(7,27,36,.14); }
.partner-brand:hover::before { opacity: 1; transform: translateX(65%); }
.partner-mark { position: relative; z-index: 1; width: 92px; aspect-ratio: 1; overflow: hidden; border: 5px solid var(--white); border-radius: 1.5rem; background: var(--white); box-shadow: 0 16px 35px rgba(7,27,36,.13); }
.partner-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.partner-meta { position: relative; z-index: 1; display: grid; gap: .25rem; }
.partner-meta strong { color: var(--ink); font-size: 1.45rem; letter-spacing: -.035em; }
.partner-meta span { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.partner-brand > i { position: absolute; top: 1.45rem; right: 1.4rem; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(216,170,67,.13); }
.partner-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(168,119,22,.22); color: #7b704f; font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.partner-foot p { display: flex; align-items: center; gap: .65rem; margin: 0; }
.partner-foot span { width: 7px; height: 7px; border-radius: 50%; background: #3caa67; box-shadow: 0 0 0 6px rgba(60,170,103,.12); }
.partner-foot i { width: 28px; height: 1px; background: rgba(168,119,22,.45); }

.final-cta { padding: 8rem 0; color: var(--white); background: radial-gradient(circle at 86% 15%, rgba(216,170,67,.16), transparent 28%), var(--ink); }
.cta-kicker { display: flex; align-items: center; gap: 1rem; color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cta-kicker i { width: 90px; height: 1px; background: currentColor; }
.final-cta h2 { max-width: 1040px; margin: 2rem 0 3.5rem; font-size: clamp(3rem, 6.6vw, 6.8rem); line-height: .95; letter-spacing: -.065em; }
.final-cta-row { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); }
.final-cta-row p { max-width: 450px; margin: 0; color: rgba(255,255,255,.55); line-height: 1.65; }

.site-footer { padding: 4.5rem 0 1.5rem; color: var(--white); background: #041219; }
.footer-main { display: grid; grid-template-columns: 1.15fr 1.4fr .8fr 1fr; gap: 3rem; padding-bottom: 4.5rem; }
.footer-copy strong { font-size: 1.35rem; line-height: 1.2; }
.footer-copy p { max-width: 280px; color: rgba(255,255,255,.44); font-size: .78rem; line-height: 1.65; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: .85rem; }
.footer-links > span, .footer-contact > span { margin-bottom: .35rem; color: var(--teal); font-size: .61rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.62); font-size: .78rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 45px; height: 45px; border: 0; border-radius: 50%; color: var(--ink); background: var(--teal); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

[dir="rtl"] body { font-family: "Times New Roman", Times, serif; }
[dir="rtl"] .hero h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .business-copy h2, [dir="rtl"] .partner-join-copy h2, [dir="rtl"] .driver-copy h2, [dir="rtl"] .final-cta h2 { letter-spacing: -.018em; line-height: 1.08; }
[dir="rtl"] .button, [dir="rtl"] .desktop-nav a, [dir="rtl"] .eyebrow { font-family: "Times New Roman", Times, serif; }
[dir="rtl"] .hero-inner { direction: ltr; }
[dir="rtl"] .hero-copy, [dir="rtl"] .hero-proof { direction: rtl; text-align: right; }
[dir="rtl"] .eyebrow, [dir="rtl"] .market-list, [dir="rtl"] .hero-actions { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .desktop-nav, [dir="rtl"] .footer-links, [dir="rtl"] .footer-contact { text-align: right; }
[dir="rtl"] .service-card, [dir="rtl"] .industry-card, [dir="rtl"] .why-card, [dir="rtl"] .business-copy, [dir="rtl"] .path-details, [dir="rtl"] .partner-join-copy, [dir="rtl"] .driver-copy { text-align: right; }
[dir="rtl"] .card-top { flex-direction: row-reverse; }
[dir="rtl"] .service-card ul, [dir="rtl"] .rider-benefits { justify-content: flex-start; }
[dir="rtl"] .industry-arrow { right: auto; left: 1.35rem; }
[dir="rtl"] .partner-heading > p { padding-right: 1.4rem; padding-left: 0; border-right: 1px solid rgba(168,119,22,.4); border-left: 0; }
[dir="rtl"] .partner-brand > i { right: auto; left: 1.4rem; }
[dir="rtl"] .mobile-menu nav { text-align: right; }
[dir="rtl"] .mobile-menu a:not(.button) { text-align: right; }
[dir="rtl"] .process-list li { grid-template-columns: 1fr 42px; }
[dir="rtl"] .process-list li > span { grid-column: 2; grid-row: 1; }
[dir="rtl"] .process-list li > div { grid-column: 1; grid-row: 1; text-align: right; }
[dir="rtl"] .process-list::before { left: auto; right: 18px; }
[dir="rtl"] .path-details li { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .footer-bottom { direction: rtl; }

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

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .desktop-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; align-items: center; }
  .hero-proof { display: none; }
  .section-heading--split { gap: 2.5rem; }
  .business-panel { gap: 4rem; padding: 4rem; }
  .partner-join-grid { gap: 3.5rem; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-card:nth-child(2) { border-right: 0; }
  .industry-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .driver-cta-inner { grid-template-columns: 110px 1fr; }
  .driver-cta-inner > .button { grid-column: 2; justify-self: start; }
  .driver-orbit { width: 95px; height: 95px; }
  .driver-orbit i { transform: translate(44px, -22px); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card:last-child { grid-column: 1 / -1; }
  .partner-network { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-network::before { display: none; }
  .partner-brand:nth-child(even) { margin-top: 0; }
  .footer-main { grid-template-columns: 1fr 1.2fr 1fr; }
  .footer-main > .brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); --radius: 1.05rem; }
  .nav-shell { height: 78px; }
  .desktop-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { position: fixed; inset: 78px 0 auto; display: grid; grid-template-rows: 0fr; overflow: hidden; background: rgba(6,26,35,.98); transition: grid-template-rows .3s ease; }
  .mobile-menu nav { min-height: 0; overflow: hidden; display: flex; flex-direction: column; padding: 0 24px; }
  .mobile-menu.is-open { grid-template-rows: 1fr; border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-menu.is-open nav { padding-block: 1.2rem 1.6rem; }
  .mobile-menu a:not(.button) { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.76); font-size: .86rem; }
  .mobile-menu .button { margin-top: 1rem; }
  .brand-logo-frame { width: 56px; height: 56px; border-radius: 12px; }
  .hero { min-height: 780px; height: 100svh; }
  .hero-media { background-position: 64% center; }
  .hero-media::before { background: linear-gradient(90deg, rgba(4,19,27,.96) 0%, rgba(4,19,27,.75) 72%, rgba(4,19,27,.3) 100%), linear-gradient(0deg, rgba(4,19,27,.7), transparent); }
  .hero-inner { padding-top: 74px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-lead { max-width: 92%; font-size: .95rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 420px; }
  .market-list { gap: .52rem; font-size: .56rem; }
  .hero-scroll { display: none; }
  .stats { padding: 4rem 0; }
  .stats-intro { display: block; }
  .stats-intro .eyebrow { margin-bottom: 1rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 130px; padding: 2rem 1rem 0; border-bottom: 1px solid var(--line); }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { border-right: 0; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 5.5rem 0; }
  .section-heading--split { grid-template-columns: 1fr; align-items: start; }
  .section-heading h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .business-section { padding-bottom: 5.5rem; }
  .business-panel { grid-template-columns: 1fr; gap: 3.5rem; padding: 3.2rem 1.4rem; border-radius: 1.4rem; }
  .business-copy h2 { font-size: clamp(2.45rem, 11vw, 3.8rem); }
  .partner-join-grid { grid-template-columns: 1fr; gap: 3rem; }
  .partner-join-copy h2 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card, .industry-card:nth-child(2) { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-card:last-child { border-bottom: 0; }
  .industry-card h3 { margin-top: 5rem; }
  .driver-cta { padding: 4.5rem 0; }
  .driver-cta-inner { grid-template-columns: 1fr; gap: 2rem; }
  .driver-orbit { display: none; }
  .driver-cta-inner > .button { grid-column: 1; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card:last-child { grid-column: auto; }
  .partners { padding: 5.5rem 0; }
  .partner-heading { grid-template-columns: 1fr; gap: 1.25rem; }
  .partner-heading h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .partner-heading > p { padding-top: 1rem; padding-left: 0; border-top: 1px solid rgba(168,119,22,.3); border-left: 0; }
  [dir="rtl"] .partner-heading > p { padding-right: 0; border-right: 0; }
  .partner-network { grid-template-columns: 1fr; }
  .partner-brand { min-height: 205px; }
  .partner-foot { align-items: flex-start; flex-direction: column; }
  .final-cta { padding: 5.5rem 0; }
  .final-cta h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .final-cta-row { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > .brand, .footer-copy { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.15rem; }
  .stat strong { font-size: 2.55rem; }
  .service-card { padding: 1.45rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > .brand, .footer-copy { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
