@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #ff4d33;
  --primary-dark: #d93a25;
  --primary-soft: #fff0ec;
  --ink: #17181c;
  --ink-soft: #626873;
  --surface: #ffffff;
  --surface-soft: #f6f6f3;
  --line: #e7e7e2;
  --dark: #19191d;
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 80px rgba(25, 25, 29, .1);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); 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; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--dark); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(231,231,226,.7);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font: 800 22px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.site-header .brand .brand-name { color: var(--primary); }
.brand img { width: 48px; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: #494c54; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--primary); }
.site-nav .nav-cta { padding: 10px 17px; color: white; background: var(--ink); border-radius: 999px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { color: white; background: var(--primary); }
.menu-button { display: none; border: 0; background: transparent; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafaf7 100%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 690px; align-items: center; gap: 70px; padding-block: 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 2px; background: currentColor; }
.hero h1, .legal-hero h1, .support-copy h1 {
  margin: 22px 0 24px;
  font: 700 clamp(52px, 6vw, 82px)/1.02 "Manrope", sans-serif;
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 580px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--primary); box-shadow: 0 12px 28px rgba(255,77,51,.24); }
.button-primary:hover { background: var(--primary-dark); box-shadow: 0 15px 34px rgba(255,77,51,.32); }
.button-light { color: var(--ink); background: white; }
.text-link { color: var(--ink); text-decoration: none; font-weight: 700; }
.text-link span { color: var(--primary); margin-left: 5px; }
.trust-line { display: flex; align-items: center; gap: 9px; margin-top: 38px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.status-dot { width: 8px; height: 8px; background: #3fae72; border-radius: 50%; box-shadow: 0 0 0 5px rgba(63,174,114,.12); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -120px; top: -220px; background: rgba(255,77,51,.08); }
.hero-glow-two { width: 350px; height: 350px; left: -240px; bottom: -160px; background: rgba(255,183,127,.12); }

.hero-visual { position: relative; min-width: 0; }
.route-card { overflow: hidden; background: #f0f0ed; border: 10px solid white; border-radius: 38px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.route-card-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px 16px; background: white; font-size: 14px; font-weight: 700; }
.live-pill { padding: 4px 10px; color: #258755; background: #e8f7ee; border-radius: 999px; font-size: 11px; }
.route-map { position: relative; aspect-ratio: 1.24; overflow: hidden; background: #ededeb; }
.route-map > svg { width: 100%; height: 100%; }
.map-line { fill: none; stroke: #d7d7d2; stroke-width: 5; stroke-linecap: round; }
.route-path { fill: none; stroke: url(#routeGradient); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 10 10; }
.route-pulse { fill: rgba(255,77,51,.2); }
.route-position { fill: var(--primary); stroke: white; stroke-width: 4; }
.map-pin, .courier-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: 0 8px 24px rgba(25,25,29,.12); font-size: 12px; }
.map-pin strong, .courier-chip strong { display: block; line-height: 1.2; }
.map-pin small, .courier-chip small { color: var(--ink-soft); }
.pin-start { left: 7%; bottom: 14%; }
.pin-end { right: 5%; top: 9%; }
.pin-icon, .courier-avatar { width: 30px; height: 30px; display: grid; place-items: center; flex: none; color: white; background: var(--primary); border-radius: 9px; font-weight: 800; }
.pin-dark { background: var(--ink); }
.courier-chip { left: 37%; top: 43%; }
.courier-avatar { border-radius: 50%; background: #ff9c88; }
.floating-badge { position: absolute; right: -18px; bottom: -26px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--ink); color: white; border-radius: 17px; box-shadow: 0 22px 50px rgba(25,25,29,.26); transform: rotate(-2deg); }
.floating-badge svg { width: 28px; height: 28px; padding: 5px; fill: none; stroke: white; stroke-width: 2; background: var(--primary); border-radius: 50%; }
.floating-badge strong, .floating-badge small { display: block; line-height: 1.35; }
.floating-badge strong { font-size: 13px; }
.floating-badge small { color: #bfc0c5; font-size: 11px; }

.signal-strip { border-block: 1px solid var(--line); background: white; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
.signal-grid > div { padding-inline: 38px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { padding-left: 0; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font: 700 14px "Manrope", sans-serif; }
.signal-grid span { color: var(--ink-soft); font-size: 13px; }

.section { padding: 120px 0; }
.section-soft { background: var(--surface-soft); }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading h2, .cta-card h2, .audience-card h2, .company-block h2 { margin: 15px 0; font: 700 clamp(35px, 4vw, 52px)/1.12 "Manrope", sans-serif; letter-spacing: -.05em; }
.section-heading p { color: var(--ink-soft); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(25,25,29,.08); }
.step-number { position: absolute; right: 28px; top: 25px; color: #d6d6d0; font: 700 14px "Manrope", sans-serif; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 48px 0 30px; color: var(--primary); background: var(--primary-soft); border-radius: 16px; }
.step-icon svg, .contact-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 0 0 12px; font: 700 21px "Manrope", sans-serif; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { min-height: 550px; padding: 52px; border-radius: var(--radius-lg); overflow: hidden; }
.audience-business { color: white; background: var(--dark); }
.audience-courier { background: #ffddd5; }
.audience-label { display: inline-block; margin-bottom: 80px; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.audience-business .audience-label { color: #ff8c77; }
.audience-courier .audience-label { color: var(--primary-dark); }
.audience-card h2 { font-size: clamp(32px, 3.2vw, 47px); }
.audience-card > p { max-width: 520px; opacity: .72; }
.check-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--primary); border-radius: 50%; font-size: 12px; }

.cta-section { padding: 100px 0; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 70px; color: white; background: var(--primary); border-radius: var(--radius-lg); }
.cta-card h2 { margin-bottom: 8px; }
.cta-card p { margin: 0; color: rgba(255,255,255,.8); }
.eyebrow-light { color: white; opacity: .8; }

.site-footer { padding: 70px 0 24px; color: #b9bac0; background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { color: white; }
.footer-grid p { max-width: 450px; margin: 18px 0 0; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { color: white; font-size: 13px; }
.footer-grid a:not(.brand) { color: #b9bac0; text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-company p { margin-top: 10px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid #303035; font-size: 12px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }

.legal-hero { padding: 90px 0 76px; background: var(--surface-soft); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 900px; margin-bottom: 32px; font-size: clamp(45px, 6vw, 72px); }
.legal-meta { display: flex; gap: 12px; }
.legal-meta span { padding: 7px 12px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; font-weight: 600; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); justify-content: space-between; gap: 80px; padding-top: 75px; padding-bottom: 120px; }
.legal-toc { position: sticky; top: 115px; align-self: start; display: flex; flex-direction: column; gap: 9px; padding-left: 18px; border-left: 1px solid var(--line); }
.legal-toc strong { margin-bottom: 9px; font: 700 13px "Manrope", sans-serif; }
.legal-toc a { color: var(--ink-soft); text-decoration: none; font-size: 13px; line-height: 1.5; }
.legal-toc a:hover { color: var(--primary); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 120px; padding: 15px 0 30px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 20px 0 17px; font: 700 28px "Manrope", sans-serif; letter-spacing: -.035em; }
.legal-content p { color: #4f535c; }
.legal-content a { color: var(--primary-dark); font-weight: 600; }
.legal-notice { display: flex; gap: 15px; padding: 20px; margin-bottom: 35px; background: var(--primary-soft); border-radius: 16px; }
.legal-notice svg { width: 25px; min-width: 25px; fill: none; stroke: var(--primary); stroke-width: 1.7; stroke-linecap: round; }
.legal-notice p { margin: 0; color: #6b3b34; font-size: 14px; }
.rights-list { display: grid; gap: 13px; padding-left: 30px; color: #4f535c; }
.rights-list li { padding-left: 7px; }
.rights-list li::marker { color: var(--primary); font-weight: 700; }
.contact-callout { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin: 35px 0; padding: 25px; color: white; background: var(--dark); border-radius: 20px; }
.contact-callout span, .contact-callout strong { display: block; }
.contact-callout span { color: #aeb0b6; font-size: 12px; }
.contact-callout strong { margin-top: 2px; font-size: 18px; }
.legal-content .contact-callout .button-primary,
.legal-content .contact-callout .button-primary:hover,
.legal-content .contact-callout .button-primary:focus-visible {
  color: white;
}

.support-hero { position: relative; overflow: hidden; padding: 100px 0 115px; background: linear-gradient(135deg, #fff 0%, #fff7f4 100%); }
.support-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.support-copy h1 { font-size: clamp(50px, 6vw, 76px); }
.support-copy p { max-width: 520px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; }
.contact-stack { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 18px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 36px rgba(25,25,29,.05); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: none; color: var(--primary); background: var(--primary-soft); border-radius: 14px; }
.contact-card span, .contact-card strong, .contact-card a, .contact-card small { display: block; }
.contact-card span { color: var(--ink-soft); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong, .contact-card > div > a:not(.small-link) { margin-top: 4px; color: var(--ink); font-size: 16px; line-height: 1.55; text-decoration: none; }
.contact-card small { margin-top: 3px; color: var(--ink-soft); }
.contact-card .small-link { margin-top: 8px; color: var(--primary-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.company-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.company-block h2 { font-size: 42px; }
.company-details { display: grid; gap: 8px; padding: 32px; background: white; border-radius: 22px; }
.company-details span { margin-top: 10px; color: var(--ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.company-details a { color: var(--primary-dark); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 24px; right: 24px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 7px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .site-nav .nav-cta { text-align: center; }
  .hero-grid, .support-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; gap: 60px; }
  .hero { min-height: auto; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 260px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { display: none; }
  .company-block { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav-wrap { height: 72px; }
  .hero-grid { min-height: 0; padding: 65px 0 80px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { margin-right: 5px; }
  .route-card { border-width: 6px; border-radius: 25px; }
  .map-pin { transform: scale(.8); }
  .pin-start { left: 0; }
  .pin-end { right: -3%; }
  .courier-chip { left: 28%; transform: scale(.82); }
  .floating-badge { right: -3px; bottom: -45px; transform: scale(.86); transform-origin: right; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .section { padding: 85px 0; }
  .step-card { padding: 26px; }
  .audience-card { padding: 36px 28px; border-radius: 24px; }
  .audience-label { margin-bottom: 48px; }
  .cta-section { padding: 65px 0; }
  .cta-card { padding: 40px 27px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-company { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding: 65px 0 55px; }
  .legal-hero h1, .support-copy h1 { font-size: 43px; }
  .legal-meta { align-items: flex-start; flex-direction: column; }
  .legal-layout { padding-top: 45px; padding-bottom: 75px; }
  .legal-content h2 { font-size: 25px; }
  .contact-callout { align-items: flex-start; flex-direction: column; }
  .support-hero { padding: 70px 0 80px; }
  .support-grid { gap: 55px; }
  .contact-card { padding: 20px; }
  .company-block h2 { font-size: 35px; }
}
