:root {
  --ink: #0b0d2f;
  --muted: #626476;
  --paper: #f7f6f1;
  --white: #fff;
  --orange: #ff572f;
  --orange-dark: #e6411b;
  --yellow: #ffbd2e;
  --blue: #342aff;
  --line: rgba(11, 13, 47, .11);
  --radius: 32px;
  --shadow: 0 24px 70px rgba(20, 22, 72, .12);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: white; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 70px; background: color-mix(in srgb, var(--paper) 84%, transparent); border-bottom: 1px solid rgba(11,13,47,.07); backdrop-filter: blur(20px) saturate(140%); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand img { border-radius: 10px; box-shadow: 0 4px 12px rgba(16, 18, 76, .2); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--orange); }
.nav-cta { padding: 9px 15px; border-radius: 999px; color: white; background: var(--ink); }

.hero { min-height: 850px; padding-top: 154px; padding-bottom: 90px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--orange-dark); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,87,47,.12); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { overflow-wrap: anywhere; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.6rem, 6.5vw, 6.3rem); line-height: .96; letter-spacing: -.075em; font-weight: 850; }
h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.1rem, 1.7vw, 1.32rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 23px; border: 0; border-radius: 16px; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(11,13,47,.17); cursor: default; }
.button-quiet { color: var(--ink); background: rgba(255,255,255,.8); border: 1px solid var(--line); }
.button-quiet:hover { background: white; transform: translateY(-1px); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 21px; margin: 29px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; font-weight: 700; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts li::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: white; background: var(--orange); font-size: 11px; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 44% 56% 60% 40% / 45% 42% 58% 55%; background: radial-gradient(circle at 34% 30%, #675cff, var(--blue) 45%, #131071 80%); box-shadow: 0 35px 90px rgba(52,42,255,.26); transform: rotate(-8deg); z-index: -2; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 620px; height: 370px; transform: rotate(42deg); }
.phone { position: relative; width: 300px; min-height: 602px; padding: 15px 17px 27px; border: 7px solid #0a0b28; border-radius: 48px; background: #f5f5f8; color: #14152c; box-shadow: 0 42px 75px rgba(3, 4, 30, .45), inset 0 0 0 1px rgba(255,255,255,.22); transform: rotate(4deg); }
.phone-top { height: 29px; display: flex; align-items: flex-start; justify-content: space-between; padding: 0 7px; font-size: 10px; font-weight: 800; }
.dynamic-island { width: 78px; height: 21px; margin-top: -3px; border-radius: 999px; background: #050617; }
.app-bar { display: flex; justify-content: space-between; align-items: flex-end; padding: 14px 2px 15px; }
.app-bar div { display: flex; flex-direction: column; }
.app-bar small { color: #777989; font-size: 10px; }
.app-bar strong { font-size: 27px; line-height: 1.1; letter-spacing: -.04em; }
.round-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 22px; font-weight: 400; }
.segments { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 4px; border-radius: 12px; background: #e9e9ef; font-size: 10px; text-align: center; }
.segments span { padding: 7px 3px; border-radius: 9px; color: #747583; font-weight: 750; }
.segments .active { background: white; color: #17182d; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.segments b { display: inline-grid; place-items: center; min-width: 16px; height: 16px; margin-left: 2px; border-radius: 50%; background: #dedee6; font-size: 9px; }
.product-card { margin-top: 11px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 12px; border-radius: 17px; background: white; box-shadow: 0 5px 16px rgba(15,16,55,.06); }
.product-card.featured { border: 1.5px solid rgba(255,87,47,.3); }
.product-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fb4f27; background: #ffe7df; font-size: 28px; font-weight: 900; transform: rotate(-25deg); }
.product-icon.shoes { color: #3331d5; background: #e6e6ff; }
.product-copy { display: flex; flex-direction: column; }
.product-copy strong { font-size: 12px; }
.product-copy span { color: #858694; font-size: 10px; }
.timer { padding: 5px 7px; border-radius: 999px; color: #c83b18; background: #fff0ea; font-size: 9px; font-weight: 800; }
.ready-card { margin-top: 18px; padding: 15px; display: flex; align-items: center; justify-content: space-between; color: white; border-radius: 18px; background: linear-gradient(145deg, #23205b, #101133); box-shadow: 0 10px 20px rgba(20,20,64,.15); }
.ready-card div { display: flex; flex-direction: column; }
.mini-label { color: #b9b8da; font-size: 8px; }
.ready-card strong { font-size: 13px; }
.check { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #101133; background: var(--yellow); font-weight: 900; }
.phone-home { position: absolute; bottom: 8px; left: 50%; width: 94px; height: 4px; border-radius: 999px; background: #111224; transform: translateX(-50%); }
.floating-note { position: absolute; right: -40px; bottom: 65px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(7,7,46,.24); animation: float 5s ease-in-out infinite; }
.floating-note span:last-child { display: flex; flex-direction: column; }
.floating-note strong { font-size: 11px; }
.floating-note small { color: var(--muted); font-size: 9px; }
.note-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff0e9; }
@keyframes float { 50% { transform: translateY(-10px); } }

.trust-band { border-block: 1px solid var(--line); background: rgba(255,255,255,.48); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 28px; display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { font-size: 24px; letter-spacing: -.04em; }
.trust-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }

.section { padding-block: 135px; }
.section-kicker { margin-bottom: 18px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.01; letter-spacing: -.06em; }
.intro-grid p { margin: 0 0 7px; color: var(--muted); font-size: 19px; }
.steps { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 465px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.65); }
.step-number { color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.step-visual { height: 185px; margin: 24px 0 32px; display: flex; align-items: center; justify-content: center; border-radius: 24px; overflow: hidden; }
.capture-visual { background: #fff0e9; }
.capture-visual span { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); box-shadow: 0 15px 30px rgba(255,87,47,.3); font-size: 52px; font-weight: 300; }
.wait-visual { gap: 4px; color: #fff; background: radial-gradient(circle at 30% 20%, #5b52ff, #18156e 75%); }
.wait-visual span { font-size: 64px; font-weight: 850; letter-spacing: -.08em; }
.wait-visual small { align-self: center; margin-top: 24px; color: #b9b7ff; font-weight: 800; }
.decide-visual { gap: 14px; background: #ecebf5; }
.decide-visual span { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 24px; color: white; background: #29276d; font-size: 34px; font-weight: 800; transform: rotate(-6deg); box-shadow: 0 12px 25px rgba(30,29,85,.15); }
.decide-visual span:last-child { color: #9a300f; background: #ffcfbd; transform: rotate(6deg); }
.step-card h3, .bento-card h3 { margin: 0 0 10px; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; }
.step-card p, .bento-card p { margin: 0; color: var(--muted); font-size: 15px; }

.section-title { max-width: 780px; }
.bento { margin-top: 65px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bento-card { position: relative; min-height: 440px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: white; }
.bento-large { grid-column: span 2; min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.bento-copy { position: relative; z-index: 2; max-width: 500px; }
.bento-card h3 { max-width: 440px; font-size: clamp(2rem, 3.2vw, 3.15rem); }
.bento-card p { max-width: 460px; font-size: 17px; }
.pill { display: inline-block; margin-bottom: 18px; padding: 6px 10px; border-radius: 999px; color: var(--orange-dark); background: #fff0e9; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.no-nudge { color: white; border: 0; background: radial-gradient(circle at 82% 50%, #4640d7, #0c0d38 48%, #090a2f); }
.no-nudge p { color: #bfc0d7; }
.no-nudge .pill { color: #191759; background: var(--yellow); }
.quiet-bell { position: relative; width: 230px; height: 230px; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.06); box-shadow: 0 0 0 40px rgba(255,255,255,.03), 0 0 0 80px rgba(255,255,255,.02); }
.quiet-bell span { font-size: 92px; transform: rotate(-15deg); }
.quiet-bell i { position: absolute; width: 7px; height: 180px; border-radius: 99px; background: var(--orange); transform: rotate(45deg); box-shadow: 0 0 0 7px #17174a; }
.import-card { background: linear-gradient(160deg, #fff 40%, #fff0e9); }
.link-chip { margin: 30px 0 45px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.link-chip span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #111; background: var(--yellow); font: 900 25px Georgia, serif; }
.link-chip strong { font-size: 14px; }
.link-chip i { color: var(--orange); font-style: normal; font-weight: 900; }
.cloud-card { background: linear-gradient(150deg, #e8e7ff, #f8f7ff); }
.clouds { position: relative; height: 170px; display: grid; place-items: center; }
.clouds span { position: absolute; color: var(--blue); font-size: 120px; filter: drop-shadow(0 16px 25px rgba(52,42,255,.18)); }
.clouds span:last-child { margin: 42px 0 0 120px; color: rgba(255,255,255,.9); font-size: 74px; }
.result-card { background: #e9f6df; }
.result-card .pill { color: #245c2e; background: #d3eec8; }
.savings-list { display: flex; flex-direction: column; gap: 10px; padding-left: 45px; }
.savings-list span { padding: 15px 17px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; border-radius: 16px; background: white; box-shadow: 0 8px 20px rgba(50,90,40,.08); font-size: 13px; font-weight: 800; }
.savings-list span:nth-child(2) { transform: translateX(22px); }
.savings-list i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; background: #4c9a58; font-style: normal; }
.savings-list b { color: #4a7250; }

.privacy-section { padding-block: 125px; color: white; background: #090a2f; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.eyebrow-light { color: var(--yellow); }
.eyebrow-light span { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,189,46,.12); }
.privacy-grid h2 { max-width: 600px; }
.privacy-grid > div > p:not(.eyebrow) { max-width: 570px; margin: 27px 0; color: #b9bad1; font-size: 19px; }
.text-link { display: inline-flex; gap: 8px; color: white; font-weight: 800; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.privacy-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.privacy-list li { padding: 25px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.13); }
.privacy-list > li > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.privacy-list div { display: flex; flex-direction: column; }
.privacy-list strong { font-size: 19px; }
.privacy-list small { margin-top: 4px; color: #9d9eb8; font-size: 14px; }

.final-cta { text-align: center; }
.final-cta img { margin: 0 auto 30px; border-radius: 25px; box-shadow: 0 22px 40px rgba(23,24,75,.24); }
.final-cta h2 { margin-inline: auto; }
.final-cta p:not(.section-kicker) { margin: 22px 0 28px; color: var(--muted); font-size: 19px; }
.footer { padding-block: 35px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer p { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }
.footer p a { text-underline-offset: 3px; }
.footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 16px; font-size: 12px; font-weight: 750; }
.footer nav a { text-decoration: none; }
.footer nav a:hover { color: var(--orange); }

/* Legal pages */
.legal-page { background: #fbfaf6; }
.legal-hero { padding: 160px 0 60px; border-bottom: 1px solid var(--line); }
.legal-hero .section-kicker { margin-bottom: 13px; }
.legal-hero h1 { max-width: 950px; font-size: clamp(3rem, 6vw, 5.8rem); }
.legal-hero p:last-child { margin: 22px 0 0; color: var(--muted); }
.legal-layout { padding-block: 75px 120px; display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 80px; align-items: start; }
.legal-aside { position: sticky; top: 105px; display: flex; flex-direction: column; gap: 9px; }
.legal-aside a { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-aside a:hover { color: var(--orange); }
.legal-content { min-width: 0; }
.legal-content section { margin-bottom: 43px; scroll-margin-top: 100px; }
.legal-content h2 { margin-bottom: 12px; font-size: 26px; line-height: 1.18; letter-spacing: -.035em; }
.legal-content h3 { margin: 25px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #525465; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul { margin: 10px 0 16px; padding-left: 22px; }
.legal-content a { overflow-wrap: anywhere; color: #3430c8; text-underline-offset: 3px; }
.legal-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.legal-note { padding: 17px 20px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff0e9; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-facts { justify-content: center; }
  .hero-visual { margin-top: 10px; }
  .intro-grid, .privacy-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 0; display: grid; grid-template-columns: 90px 1fr; column-gap: 22px; align-items: center; }
  .step-number { align-self: start; }
  .step-visual { grid-row: 1 / span 3; height: 180px; margin: 0; }
  .step-card h3, .step-card p { grid-column: 2; }
  .privacy-grid { gap: 65px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; }
  .footer nav { justify-content: center; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .nav-links a { display: none; }
  .nav-links { gap: 0; }
  .nav-cta { padding: 8px 12px; font-size: 11px; }
  .hero { min-height: 0; padding-top: 118px; padding-bottom: 75px; gap: 38px; }
  h1 { font-size: clamp(2.85rem, 13.5vw, 4.25rem); }
  .hero-copy { width: 100%; }
  .hero-copy .lead, .hero-actions, .hero-facts { max-width: 100%; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 510px; transform: scale(.88); margin-inline: -20px; }
  .hero-visual::before { width: 500px; height: 500px; }
  .floating-note { right: -15px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 90px; }
  h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .steps { margin-top: 48px; }
  .step-card { display: block; }
  .step-visual { height: 170px; margin: 22px 0 28px; }
  .bento { grid-template-columns: 1fr; margin-top: 48px; }
  .bento-card, .bento-large { grid-column: auto; min-height: 420px; display: flex; padding: 27px; }
  .bento-large { justify-content: space-between; }
  .quiet-bell { width: 170px; height: 170px; order: -1; }
  .quiet-bell span { font-size: 70px; }
  .quiet-bell i { height: 140px; }
  .savings-list { padding: 0 0 28px; order: -1; }
  .savings-list span:nth-child(2) { transform: translateX(8px); }
  .privacy-section { padding-block: 90px; }
  .footer nav { max-width: 280px; }
  .legal-hero { padding-top: 125px; }
  .legal-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .legal-layout { padding-block: 45px 90px; }
}

@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-color-scheme: dark) {
  :root { --paper: #0f1025; --white: #191a32; --ink: #f7f5ef; --muted: #aaabba; --line: rgba(255,255,255,.11); }
  .site-header { background: rgba(15,16,37,.84); }
  .button-primary, .nav-cta { color: #101127; background: #f7f5ef; }
  .button-quiet, .step-card, .bento-card { background: rgba(255,255,255,.055); }
  .trust-band { background: rgba(255,255,255,.025); }
  .capture-visual { background: #301b24; }
  .decide-visual { background: #24253d; }
  .import-card { background: linear-gradient(160deg, #1b1c34 40%, #2e1d27); }
  .link-chip, .savings-list span { color: #14152c; background: #fff; }
  .cloud-card { background: linear-gradient(150deg, #252552, #18192f); }
  .result-card { background: #193322; }
  .no-nudge, .privacy-section { background: radial-gradient(circle at 82% 50%, #312e95, #090a2f 55%); }
  .legal-page { background: #0f1025; }
  .legal-content p, .legal-content li { color: #b5b6c3; }
  .legal-card { background: #191a32; }
  .legal-note { background: #321d25; }
}
