:root {
  color-scheme: light;
  --ink: #181817;
  --muted: #6e6e73;
  --paper: #f7f5f0;
  --panel: rgba(255, 255, 255, 0.72);
  --line: rgba(24, 24, 23, 0.1);
  --accent: #f23818;
  --accent-dark: #c72a10;
  --shadow: 0 24px 80px rgba(51, 35, 22, 0.12);
  --radius: 30px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 210, 169, 0.34), transparent 31rem),
    radial-gradient(circle at 92% 20%, rgba(255, 124, 83, 0.12), transparent 35rem),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.72);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-nav.is-scrolled {
  border-color: var(--line);
  background: rgba(247, 245, 240, 0.9);
}

.nav-inner {
  width: min(calc(100% - 40px), var(--max));
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img { width: 30px; height: 30px; border-radius: 8px; }

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #444441; font-size: 14px; text-decoration: none; }
.nav-links a:hover { color: var(--accent-dark); }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

.nav-toggle svg { width: 22px; }

.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.hero {
  min-height: calc(100svh - 64px);
  padding: 84px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 720;
}

.hero-copy {
  max-width: 600px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.button {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover { background: #000; box-shadow: 0 8px 24px rgba(0,0,0,.13); transform: translateY(-1px); }
.button:active { transform: scale(0.97); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.7); color: var(--ink); box-shadow: none; }
.button.secondary:hover { background: white; }

.hero-visual { position: relative; min-height: 620px; }
.glow {
  position: absolute;
  inset: 8% 0 8% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 102, 55, .26), rgba(255, 218, 187, .08) 54%, transparent 72%);
  filter: blur(5px);
}

.phone {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 320px;
  height: 650px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 53px;
  background: #171716;
  box-shadow: 0 45px 90px rgba(43, 28, 18, .24), inset 0 0 0 1px rgba(255,255,255,.16);
  transform: translateX(-45%) rotate(5deg);
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 17px;
  left: 50%;
  width: 94px;
  height: 27px;
  border-radius: 999px;
  background: #171716;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 45px;
  background: linear-gradient(180deg, #f9efe4 0%, #f6f3ec 60%, #eeece7 100%);
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: .62;
  background-image:
    linear-gradient(32deg, transparent 43%, rgba(153,140,125,.22) 44%, rgba(153,140,125,.22) 45%, transparent 46%),
    linear-gradient(112deg, transparent 46%, rgba(153,140,125,.17) 47%, rgba(153,140,125,.17) 48%, transparent 49%);
  background-size: 140px 160px, 190px 170px;
}

.route-svg { position: absolute; inset: 70px 18px 120px; width: calc(100% - 36px); height: calc(100% - 190px); filter: drop-shadow(0 8px 9px rgba(238, 55, 23, .18)); }
.screen-top { position: absolute; z-index: 3; top: 48px; left: 26px; right: 26px; display: flex; align-items: center; justify-content: space-between; }
.screen-top strong { font-size: 18px; letter-spacing: -.04em; }
.screen-chip { padding: 7px 10px; border: 1px solid rgba(0,0,0,.07); border-radius: 99px; background: rgba(255,255,255,.74); font-size: 11px; font-weight: 650; backdrop-filter: blur(12px); }

.journey-card {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 27px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 36px rgba(52,40,29,.11);
  backdrop-filter: blur(18px);
}

.journey-card span { color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.journey-card h3 { margin: 7px 0 14px; font-size: 25px; letter-spacing: -.05em; }
.journey-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.journey-stats div { padding: 10px 8px; border-radius: 13px; background: rgba(247,245,240,.92); text-align: center; }
.journey-stats b { display: block; font-size: 13px; }
.journey-stats small { color: var(--muted); font-size: 9px; }

.floating-icon {
  position: absolute;
  z-index: 4;
  top: 92px;
  left: 0;
  width: 134px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 30px;
  box-shadow: var(--shadow);
  transform: rotate(-8deg);
}

.floating-note {
  position: absolute;
  z-index: 5;
  right: -8px;
  bottom: 94px;
  width: 180px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 50px rgba(38,28,20,.14);
  backdrop-filter: blur(18px);
  font-size: 13px;
  line-height: 1.45;
}
.floating-note b { display: block; margin-bottom: 4px; font-size: 15px; }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p { max-width: 660px; margin: 20px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 14px 45px rgba(57,44,32,.065);
}
.feature-card .number { color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .1em; }
.feature-card h3 { margin: 72px 0 14px; font-size: 28px; line-height: 1.1; letter-spacing: -.045em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.privacy-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  padding: 66px;
  border-radius: 42px;
  background: #191918;
  color: white;
}
.privacy-panel::after { content: ""; position: absolute; right: -100px; bottom: -180px; width: 450px; height: 450px; border-radius: 50%; background: rgba(244,58,25,.24); filter: blur(10px); }
.privacy-panel h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.privacy-panel p { max-width: 640px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.privacy-list { position: relative; z-index: 1; display: grid; align-content: center; gap: 12px; }
.privacy-list div { padding: 17px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.055); font-size: 15px; }
.privacy-list b { color: #ff6d51; margin-right: 10px; }

.company { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.company h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.company-info { border-top: 1px solid var(--line); }
.company-row { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.company-row dt { color: var(--muted); }
.company-row dd { margin: 0; font-weight: 600; }

.site-footer { padding: 42px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.filing-note { color: #92928e; }

.legal-hero { padding: 86px 0 42px; }
.legal-hero .eyebrow { margin-bottom: 14px; }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.03; letter-spacing: -.055em; }
.legal-hero p { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-meta { margin-top: 28px; padding: 16px 18px; border: 1px solid rgba(57,44,32,.1); border-radius: 16px; background: rgba(255,255,255,.58); color: var(--muted); font-size: 14px; line-height: 1.55; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: 70px; padding: 34px 0 110px; }
.legal-toc { position: sticky; top: 92px; align-self: start; }
.legal-toc strong { display: block; margin-bottom: 14px; font-size: 13px; }
.legal-toc a { display: block; padding: 6px 0; color: var(--muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.legal-toc a:hover { color: var(--accent-dark); }
.legal-content { min-width: 0; }
.legal-content h1 { display: none; }
.legal-content h2 { margin: 64px 0 18px; padding-top: 8px; font-size: 29px; letter-spacing: -.04em; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { margin: 36px 0 12px; font-size: 20px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #41413e; font-size: 16px; line-height: 1.82; }
.legal-content ul, .legal-content ol { padding-left: 24px; }
.legal-content blockquote { margin: 0 0 28px; padding: 18px 20px; border-left: 3px solid var(--accent); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.65); }
.legal-content blockquote p { margin: 0 0 6px; color: var(--muted); }
.legal-content blockquote p:last-child { margin-bottom: 0; }
.legal-content code { padding: 2px 5px; border-radius: 6px; background: rgba(0,0,0,.05); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); }
.legal-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-content th, .legal-content td { min-width: 150px; padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.65; }
.legal-content tr:last-child td { border-bottom: 0; }

.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 100px; }
.support-card { padding: 32px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: var(--panel); box-shadow: 0 14px 40px rgba(57,44,32,.06); }
.support-card h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.04em; }
.support-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.support-card a { color: var(--accent-dark); font-weight: 650; }
.steps { counter-reset: step; display: grid; gap: 12px; margin-top: 22px; }
.steps div { position: relative; padding: 15px 16px 15px 48px; border-radius: 15px; background: rgba(255,255,255,.72); line-height: 1.5; }
.steps div::before { counter-increment: step; content: counter(step); position: absolute; left: 14px; top: 13px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; font-weight: 700; }

.reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(242,56,24,.45); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; gap: 34px; }
  .hero-visual { min-height: 590px; }
  .phone { left: 51%; width: 300px; height: 610px; }
  .floating-icon { left: 7%; width: 112px; }
  .floating-note { right: 5%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .feature-card h3 { margin-top: 46px; }
  .privacy-panel, .company { grid-template-columns: 1fr; }
  .privacy-panel { padding: 46px 34px; }
  .company { gap: 42px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { display: none; }
}

@media (max-width: 680px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 58px; right: 20px; left: 20px; padding: 14px; display: none; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 18px; background: rgba(250,249,246,.96); box-shadow: 0 16px 50px rgba(0,0,0,.12); backdrop-filter: blur(24px); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px; border-radius: 10px; }
  .nav-links a:hover { background: rgba(0,0,0,.04); }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-copy { font-size: 18px; }
  .hero-visual { min-height: 525px; }
  .phone { top: 8px; width: 258px; height: 526px; border-radius: 45px; }
  .phone-screen { border-radius: 37px; }
  .floating-icon { top: 55px; left: -5px; width: 88px; border-radius: 21px; }
  .floating-note { right: -2px; bottom: 38px; width: 148px; padding: 13px; }
  .section { padding: 86px 0; }
  .privacy-panel { margin-right: -8px; margin-left: -8px; padding: 42px 26px; border-radius: 34px; }
  .company-row { grid-template-columns: 1fr; gap: 8px; }
  .footer-top { flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-hero { padding-top: 60px; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-nav, .journey-card, .floating-note, .feature-card, .support-card { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #494947; --line: rgba(0,0,0,.28); }
  .button.secondary { border-color: #555; }
}
