    :root {
      --ink: #040a23;
      --muted: #656979;
      --purple: #5c38ff;
      --purple-deep: #241663;
      --lavender: #eeeaff;
      --lime: #dcff69;
      --cream: #f8f7f4;
      --white: #fff;
      --line: rgba(4, 10, 35, .1);
      --shadow: 0 28px 80px rgba(36, 22, 99, .14);
      --shadow-soft: 0 18px 48px rgba(36, 22, 99, .08);
      --radius: 32px;
      --max: 1200px;
      --cross-texture: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235c38ff' fill-opacity='.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream);
      font-family: "InterVar", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    body.modal-open { overflow: hidden; }
    img { display: block; max-width: 100%; height: auto; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    section { scroll-margin-top: 88px; }
    .shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
    .brand { display: flex; align-items: center; margin-right: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 16px;
      color: var(--purple-deep);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
    h1, h2, h3, p { margin-top: 0; }
    h1 { font-size: clamp(54px, 5.4vw, 76px); line-height: .98; letter-spacing: -.055em; margin-bottom: 28px; }
    h2 { font-size: clamp(40px, 4.4vw, 62px); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 20px; }
    h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
    .serif { font-family: inherit; font-weight: 520; font-style: italic; }
    .lead { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.72; }
    .section-head { max-width: 820px; margin-bottom: 54px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 26px;
      border: 1px solid transparent;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(36, 22, 99, .16); }
    .btn-primary { color: white; background: var(--ink); box-shadow: 0 12px 24px rgba(10, 16, 38, .2); }
    .btn-purple { color: white; background: var(--purple); box-shadow: 0 12px 24px rgba(100, 55, 255, .25); }
    .btn-ghost { border-color: var(--line); background: rgba(255,255,255,.68); }
    .btn svg { width: 18px; height: 18px; }

    .demo-ribbon {
      padding: 8px 16px;
      color: #f8f7ff;
      background: var(--ink);
      text-align: center;
      font-size: 12px;
      letter-spacing: .05em;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 760px;
      padding: 96px 0 90px;
      background:
        radial-gradient(circle at 79% 34%, rgba(92,56,255,.24), transparent 31%),
        radial-gradient(circle at 20% 92%, rgba(220,255,105,.18), transparent 24%),
        var(--cross-texture),
        linear-gradient(145deg, #fff 0%, #f7f3ff 58%, #eef1ff 100%);
    }
    .hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 64px; }
    .hero-copy { position: relative; z-index: 2; }
    .hero-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(56px, 5vw, 72px); line-height: .98; }
    .hero-brand-line { display: block; margin-bottom: .12em; font-size: .78em; line-height: 1; }
    .hero-benefit-line { display: block; }
    .hero-copy h1 .serif { display: block; max-width: 680px; margin-top: 12px; white-space: normal; font-size: .67em; line-height: 1.08; letter-spacing: -.04em; }
    .hero-copy .subtitle { max-width: 620px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
    .microcopy { color: #777d90; font-size: 13px; font-weight: 600; }
    .hero-visual { position: relative; min-height: 590px; transform: translateX(18px); }
    .hero-phone { position: absolute; z-index: 2; right: -14%; bottom: -8%; width: 132%; max-width: none; filter: drop-shadow(0 42px 40px rgba(27,13,73,.25)); transform: rotate(1.5deg); }

    .proof { position: relative; z-index: 3; margin-top: -42px; }
    .proof-inner { position: relative; display: grid; overflow: hidden; height: auto; grid-template-columns: repeat(4,1fr); grid-auto-rows: auto; align-items: stretch; border: 1px solid rgba(92,56,255,.12); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
    .proof-inner::before { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--purple), #9a7cff 58%, var(--lavender)); content: ""; }
    .proof-item { position: relative; min-height: 0; padding: clamp(22px,2.2vw,28px) 24px clamp(20px,2vw,26px) 62px; border-right: 1px solid var(--line); background: linear-gradient(135deg, rgba(92,56,255,.06), transparent 52%); }
    .proof-item::before { position: absolute; top: 34px; left: 28px; display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--purple); content: ""; box-shadow: 0 0 0 7px rgba(92,56,255,.09); }
    .proof-item:last-child { border: 0; }
    .proof-item strong { display: block; font-size: 17px; }
    .proof-item span { color: var(--muted); font-size: 12px; }

    .how { padding: 132px 0; background-color: var(--cream); background-image: radial-gradient(ellipse at 58% 45%, rgba(110,76,255,.09), transparent 54%), var(--cross-texture); }
    .how-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 88px; align-items: center; }
    .step-tabs { display: grid; gap: 12px; }
    .step-tab {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 15px;
      width: 100%;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 22px;
      color: var(--ink);
      background: transparent;
      text-align: left;
      touch-action: manipulation;
      cursor: pointer;
      transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
    }
    .step-tab:hover, .step-tab.active { border-color: rgba(92,56,255,.12); background: white; box-shadow: var(--shadow-soft); }
    .step-no { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--purple); background: var(--lavender); font-weight: 800; }
    .step-tab strong { display: block; margin: 1px 0 4px; }
    .step-tab small { display: block; color: var(--muted); line-height: 1.45; }
    .demo-stage { position: relative; min-height: 650px; border: 1px solid rgba(92,56,255,.13); border-radius: 40px; overflow: hidden; background: white; box-shadow: var(--shadow); }
    .demo-shot { position: absolute; z-index: 2; left: 50%; bottom: 0; width: auto; height: 100%; max-width: 100%; object-fit: contain; opacity: 1; transform: translateX(-50%); transition: opacity .14s ease; will-change: opacity; }
    .demo-shot.is-changing { opacity: 0; }
    .stage-note { display: none; }

    .difference { padding: 132px 0; color: white; background: radial-gradient(circle at 88% 18%, rgba(92,56,255,.3), transparent 24%), var(--ink); }
    .difference .eyebrow { color: var(--lime); }
    .difference .lead { color: #aeb3c6; }
    .journey-compare { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(0, 1fr); gap: 0; margin-top: 54px; }
    .journey-compare::before { content: "Tracking flow"; grid-column: 1; display: flex; align-items: center; padding: 28px; border: 1px solid rgba(255,255,255,.3); border-right: 0; border-radius: 28px 0 0 28px; color: white; background: rgba(255,255,255,.085); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); font-size: 17px; font-weight: 900; line-height: 1.25; }
    .journey { grid-column: 2; padding: 30px; color: var(--ink); border: 1px solid #dfe1e8; border-radius: 0; background: #f4f3ef; }
    .journey.welly { grid-column: 3; color: var(--ink); border-color: transparent; border-radius: 0 28px 28px 0; background: var(--lime); }
    .journey-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
    .journey-head strong { font-size: 22px; }
    .journey-badge { padding: 7px 11px; border-radius: 999px; color: #62687c; background: white; font-size: 12px; font-weight: 800; }
    .welly .journey-badge { color: var(--ink); background: rgba(255,255,255,.55); }
    .journey-flow { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 14px; }
    .journey-flow span { flex: 1; min-width: 0; padding: 12px 10px; border: 1px solid #d7d9e1; border-radius: 12px; background: white; text-align: center; font-weight: 700; }
    .journey-flow b { color: #707993; }
    .welly .journey-flow { color: var(--ink); }
    .welly .journey-flow span { border-color: rgba(10,16,38,.13); background: rgba(255,255,255,.3); font-weight: 700; }
    .welly .journey-flow b { color: var(--purple-deep); }
    .comparison-board { margin-top: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: white; box-shadow: 0 24px 64px rgba(0,0,0,.2); }
    .comparison-row { display: grid; grid-template-columns: 170px 1fr 1fr; }
    .comparison-row + .comparison-row { border-top: 1px solid #dfe1e8; }
    .comparison-row > div { display: flex; min-height: 100px; padding: 23px 26px; flex-direction: column; justify-content: center; }
    .comparison-row > div + div { border-left: 1px solid #dfe1e8; }
    .comparison-row.header > div { min-height: 64px; padding-top: 18px; padding-bottom: 18px; color: var(--ink); background: #f4f3ef; font-size: 17px; font-weight: 900; letter-spacing: .01em; text-transform: none; }
    .comparison-row.header .welly-cell { color: var(--ink); background: var(--lime); font-size: 18px; font-weight: 900; text-transform: none; }
    .comparison-label { color: var(--ink); background: #f8f7f3; font-size: 17px; font-weight: 900; letter-spacing: 0; line-height: 1.35; text-transform: none; }
    .traditional-cell { color: #5d6376; background: white; }
    .traditional-cell strong, .welly-cell strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 17px; line-height: 1.3; }
    .welly-cell { color: #343a50; background: #edffc0; }
    .welly-cell strong { color: var(--ink); }
    .comparison-result { display: grid; grid-template-columns: 170px 1fr 1fr; margin-top: 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); font-weight: 800; }
    .comparison-result > div { padding: 18px 24px; }
    .comparison-result > div + div { border-left: 1px solid rgba(255,255,255,.24); }
    .comparison-result .label { color: white; background: rgba(255,255,255,.07); font-size: 17px; font-weight: 900; letter-spacing: 0; text-transform: none; }
    .comparison-result .old-result { color: #c4c8d6; background: rgba(255,255,255,.075); }
    .comparison-result .new-result { border-left-color: #dfe1e8; color: var(--ink); background: white; }

    .coach { padding: 132px 0; background: radial-gradient(circle at 12% 18%, rgba(92,56,255,.13), transparent 28%), var(--cross-texture), linear-gradient(135deg, #f3f0ff, #ebe6ff); }
    .coach-head { max-width: 980px; margin-bottom: 56px; }
    .coach-head h2 { max-width: 920px; }
    .coach-head .lead { max-width: 760px; margin-bottom: 0; }
    .coach-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 82px; align-items: start; }
    .coach-panel { position: relative; width: 84%; padding: 22px; border: 1px solid rgba(92,56,255,.1); border-radius: 32px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); justify-self: center; }
    .coach-panel img { border-radius: 26px; }
    .coach-content { padding-top: 4px; }
    .coach-kicker { margin: 0; color: var(--purple-deep); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .prompt-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 28px; }
    .prompt-chips button { padding: 10px 14px; border: 1px solid rgba(100,55,255,.18); border-radius: 999px; color: var(--purple-deep); background: white; cursor: pointer; }
    .prompt-chips button:hover { background: var(--lavender); }
    .coach-response { min-height: 96px; padding: 22px; border-left: 3px solid var(--purple); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.58); color: #3f455c; line-height: 1.65; }
    .disclaimer { margin-top: 22px; color: #777d90; font-size: 12px; }
    .coach-cta { margin-top: 28px; }
    .coach-cta-note { display: inline-block; margin: 0 0 0 12px; color: #777d90; font-size: 12px; }

    .features { padding: 132px 0; background-color: #fff; background-image: radial-gradient(ellipse at 58% 50%, rgba(110,76,255,.08), transparent 58%), var(--cross-texture); }
    .feature-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .feature-panel { position: relative; display: flex; min-height: 790px; padding: 32px 32px 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 34px; box-shadow: var(--shadow-soft); }
    .feature-panel.capture { background: #ddd4ff; }
    .feature-panel.nutrition { color: white; background: var(--ink); }
    .feature-panel.daily { background: var(--lime); }
    .feature-panel-head { position: relative; z-index: 2; height: 300px; min-height: 300px; flex: 0 0 300px; }
    .feature-index { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 24px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 900; }
    .feature-panel-head > h3 { min-height: 59px; margin: 0 0 10px; font-size: 25px; line-height: 1.18; }
    .feature-panel-head > p { min-height: 69px; margin: 0; color: #5e6478; font-size: 14px; line-height: 1.65; }
    .feature-panel.nutrition p { color: #bdc1d0; }
    .feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
    .feature-tags span { padding: 8px 11px; border: 1px solid rgba(10,16,38,.12); border-radius: 999px; background: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; }
    .feature-panel.nutrition .feature-tags span { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
    .feature-visual { position: relative; display: flex; height: 500px; min-height: 500px; margin-top: 24px; overflow: hidden; flex: 0 0 500px; align-items: flex-end; justify-content: center; border-radius: 24px 24px 0 0; background: rgba(255,255,255,.72); }
    .feature-panel.nutrition .feature-visual { background: #f8f9fd; }
    .feature-device { display: block; width: auto; height: 86%; max-width: 100%; margin: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 28px rgba(42,24,90,.16)); }
    .feature-panel.capture .feature-device { height: 96.6%; transform: translateY(6%); }
    .feature-panel.nutrition .feature-device { height: 86%; transform: none; }
    .feature-panel.daily .feature-device { height: 89%; transform: translateY(3%); }
    .feature-device-cutout { clip-path: inset(0 1px 0 1px round 11% 11% 5% 5%); }
    .feature-panel.nutrition .feature-device-cutout { clip-path: inset(1.4% 0 .55% 0 round 10% 10% 6% 6%); }
    .feature-panel.daily .feature-device-cutout { clip-path: inset(0 1px 4.5% 1px round 11% 11% 6% 6%); }

    .goals { padding: 132px 0; background-color: #fbfaff; background-image: radial-gradient(ellipse at 58% 50%, rgba(110,76,255,.14) 0%, rgba(146,122,255,.07) 26%, transparent 58%), var(--cross-texture); }
    .goals .section-head, .resources .section-head { max-width: none; }
    .goals .section-head h2, .resources .section-head h2 { white-space: nowrap; }
    .goal-grid { counter-reset: goal-card; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(224px,auto); gap: 16px; }
    .goal-card { counter-increment: goal-card; position: relative; display: flex; min-height: 224px; padding: 30px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(36,22,99,.045); transition: .22s ease; }
    .goal-card::before { content: "0" counter(goal-card); display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 28px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 900; }
    .goal-card::after { content: ""; position: absolute; z-index: 0; right: -45px; top: -55px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.42); }
    .goal-card > * { position: relative; z-index: 1; }
    .goal-card:nth-child(1) { grid-column: span 5; background: #ddd4ff; }
    .goal-card:nth-child(2) { grid-column: span 3; }
    .goal-card:nth-child(3) { grid-column: span 4; background: var(--lime); }
    .goal-card:nth-child(4) { grid-column: span 3; color: white; background: var(--ink); }
    .goal-card:nth-child(5) { grid-column: span 5; background: #f0ede4; }
    .goal-card:nth-child(6) { grid-column: span 4; background: #e7f6ef; }
    .goal-card h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.2; }
    .goal-card p { color: #5f6578; }
    .goal-card:nth-child(4) p { color: #c4c8d6; }
    .goal-card:hover { transform: translateY(-5px); border-color: rgba(100,55,255,.45); box-shadow: 0 18px 45px rgba(30,20,75,.09); }
    .goal-card .arrow { display: block; margin-top: auto; padding-top: 24px; color: var(--purple); font-weight: 800; }
    .goal-card:nth-child(4) .arrow { color: var(--lime); }
    .philosophy-strip { display: grid; grid-template-columns: .62fr 1.38fr; gap: 44px; align-items: center; margin-top: 16px; padding: 36px 42px; border-radius: 30px; color: white; background: linear-gradient(135deg, var(--ink), #151a3b); box-shadow: var(--shadow-soft); }
    .philosophy-strip .eyebrow { margin: 0 0 10px; color: var(--lime); }
    .philosophy-strip h3 { margin: 0; font-size: 30px; }
    .philosophy-strip p { margin: 0; color: #c4c8d6; font-size: 16px; line-height: 1.75; }

    .tools { padding: 132px 0; background: radial-gradient(ellipse at 42% 52%, rgba(110,76,255,.08), transparent 58%), var(--cross-texture), linear-gradient(180deg, #fff, #f5f2ff); }
    .tools-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; }
    .tool-card { position: relative; display: flex; min-height: 318px; padding: 32px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 32px; color: white; background: var(--ink); box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
    .tool-card { grid-column: span 2; }
    .tool-card:nth-child(4) { grid-column: 2 / span 2; color: white; background: #087f7c; }
    .tool-card:nth-child(5) { grid-column: 4 / span 2; color: white; background: #1b6fad; }
    .tool-card::after { position: absolute; top: -72px; right: -64px; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.16); content: ""; }
    .tool-card > * { position: relative; z-index: 1; }
    .tool-card:nth-child(2) { color: var(--ink); background: #ddd4ff; }
    .tool-card:nth-child(3) { color: var(--ink); background: var(--lime); }
    .tool-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 38px; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; }
    .tool-card h3 { margin-bottom: 12px; font-size: 24px; }
    .tool-card > p:not(.disclaimer) { max-width: 290px; }
    .tool-card a { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; font-weight: 800; }
    .tool-card .disclaimer { margin: 10px 0 0; color: rgba(255,255,255,.88); }
    .tool-card:nth-child(2) .disclaimer, .tool-card:nth-child(3) .disclaimer { color: #555c6d; }
    .tool-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

    .resources { padding: 132px 0; background-color: #fff; background-image: radial-gradient(ellipse at 58% 50%, rgba(110,76,255,.14) 0%, rgba(146,122,255,.07) 26%, transparent 58%), var(--cross-texture); }
    .resources .section-head h2 { font-size: clamp(46px, 4.8vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
    .resources .section-head .lead { max-width: none; white-space: nowrap; }
    .topic-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
    .topic-card { display: flex; min-height: 224px; padding: 28px; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 12px 34px rgba(36,22,99,.05); transition: transform .22s ease, box-shadow .22s ease; }
    .topic-card:nth-child(2) { background: var(--lavender); }
    .topic-card:nth-child(4) { background: #e7f6ef; }
    .topic-card:nth-child(5) { color: white; background: var(--purple-deep); }
    .topic-card h3 { min-height: 2.5em; margin-bottom: 14px; }
    .topic-card p { min-height: 5em; margin-bottom: 0; color: var(--muted); font-size: 13px; }
    .topic-card:nth-child(5) p { color: #d9d0ff; }
    .topic-card span { margin-top: auto; padding-top: 24px; font-weight: 800; }
    .topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
    .resource-depth { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; margin-top: 20px; }
    .resource-panel { padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow-soft); }
    .guide-list { display: grid; gap: 0; margin-top: 24px; border-top: 1px solid var(--line); }
    .guide-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
    .guide-link small { color: var(--purple); font-weight: 800; }
    .guide-link strong { font-size: 14px; }
    .resource-library { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 90% 4%, rgba(92,56,255,.8), transparent 34%), var(--ink); }
    .resource-library .eyebrow { color: var(--lime); }
    .resource-library > p { color: #c6cada; }
    .resource-library-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
    .resource-library-list li { position: relative; padding-left: 28px; color: #f5f3ff; font-size: 14px; font-weight: 700; }
    .resource-library-list li::before { position: absolute; top: .15em; left: 0; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: var(--ink); background: var(--lime); content: "\2713"; font-size: 11px; font-weight: 900; }
    .resource-library-cta { width: fit-content; margin-top: auto; color: var(--ink); background: white; }

    .reviews { padding: 132px 0; background-color: #faf8ff; background-image: radial-gradient(ellipse at 58% 50%, rgba(110,76,255,.14) 0%, rgba(146,122,255,.07) 26%, transparent 58%), var(--cross-texture); }
    .rating-line { display: flex; align-items: center; gap: 14px; margin-bottom: 38px; }
    .stars { color: #f3a600; letter-spacing: 3px; }
    .review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
    .review { padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); }
    .review-person { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
    .review-person strong, .review-person small { display: block; }
    .review-avatar { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background-image: url('/images/homepage/review-source.webp'); background-repeat: no-repeat; background-size: 1308px 325px; box-shadow: 0 0 0 3px white; }
    .review-avatar.emily { background-position: -82px -56px; }
    .review-avatar.daniel { background-position: -496px -56px; }
    .review-avatar.ryan { background-position: -910px -56px; }
    .review p { margin: 0; font-size: 16px; }
    .review small { display: inline-flex; width: fit-content; margin-top: 6px; padding: 5px 9px; border-radius: 999px; color: var(--purple-deep); background: var(--lavender); font-size: 11px; font-weight: 800; line-height: 1; }
    .review:nth-child(2) small { color: #0b684f; background: #dff5eb; }
    .review:nth-child(3) small { color: #755100; background: #fff0bd; }

    .trust { padding: 112px 0; color: white; background: radial-gradient(circle at 12% 18%, rgba(220,255,105,.18), transparent 25%), linear-gradient(135deg, #2d197c, var(--purple-deep)); }
    .trust-head { max-width: 920px; margin: 0 0 60px; }
    .trust-head .eyebrow { color: var(--lime); }
    .trust-head h2 { max-width: 760px; }
    .trust-head > p:last-child { max-width: 790px; margin-bottom: 0; color: #e2ddf9; }
    .trust-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: stretch; }
    .trust-visual { position: relative; width: 90%; justify-self: start; }
    .trust-visual img { display: block; width: 100%; height: auto; border-radius: 34px; box-shadow: 0 28px 70px rgba(24,7,76,.3); }
    .trust-visual-label { position: absolute; top: 18px; right: 18px; padding: 9px 12px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 800; }
    .trust-copy { min-height: 100%; }
    .trust-principles { display: grid; height: 100%; grid-template-rows: repeat(3, 1fr); }
    .trust-principle { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .trust-principle:last-child { border-bottom: 0; }
    .trust-principle > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; }
    .trust-principle h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.35; }
    .trust-principle p { margin: 0; color: #d4cfee; font-size: 14px; line-height: 1.75; }
    .faq { padding: 132px 0; background-color: #fff; background-image: radial-gradient(ellipse at 58% 42%, rgba(110,76,255,.08), transparent 58%), var(--cross-texture); }
    .faq .shell { display: block; }
    .faq .section-head { position: static; max-width: 900px; margin-bottom: 52px; }
    .faq .section-head .lead { max-width: 760px; margin-bottom: 0; }
    .faq-list { width: 100%; border-top: 1px solid var(--line); }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-question { display: flex; justify-content: space-between; gap: 20px; width: 100%; padding: 28px 0; border: 0; color: var(--ink); background: none; text-align: left; cursor: pointer; font-size: 17px; font-weight: 760; }
    .faq-question span:last-child { color: var(--purple); font-size: 22px; transition: transform .2s ease; }
    .faq-answer { display: none; max-width: 780px; padding: 0 0 24px; color: var(--muted); }
    .faq-inline-link { display: inline; margin-left: 6px; color: var(--purple); border-bottom: 1px solid rgba(92,56,255,.35); font-size: 14px; font-weight: 800; }
    .faq-inline-link:hover { border-color: var(--purple); }
    .faq-item.open .faq-answer { display: block; }
    .faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
    .faq-more { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 30px; }
    .faq-more p { margin: 0; color: var(--muted); font-size: 14px; }
    .faq-more a { color: var(--purple); border-bottom: 1px solid rgba(92,56,255,.35); font-size: 14px; font-weight: 800; white-space: nowrap; }
    .faq-more a:hover { border-color: var(--purple); }

    .final-cta { padding: 96px 0; background-color: #fff; background-image: radial-gradient(ellipse at 58% 50%, rgba(110,76,255,.08), transparent 58%), var(--cross-texture); }
    .cta-panel { position: relative; display: grid; overflow: hidden; grid-template-columns: 1.12fr .88fr; gap: 72px; padding: 72px; border: 1px solid rgba(255,255,255,.08); border-radius: 42px; color: white; background: radial-gradient(circle at 92% 10%, rgba(92,56,255,.8), transparent 34%), linear-gradient(135deg, #050a23, #111635); box-shadow: var(--shadow); align-items: center; }
    .cta-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -180px; bottom: -210px; border-radius: 50%; background: var(--lime); filter: blur(2px); opacity: .22; }
    .cta-panel > * { position: relative; z-index: 2; }
    .cta-panel .eyebrow { color: var(--lime); }
    .cta-panel h2 { max-width: 680px; margin-bottom: 22px; }
    .cta-copy > p { max-width: 620px; margin-bottom: 28px; color: #b9bdcb; }
    .cta-note { display: block; margin-top: 16px; color: #969caf; font-size: 12px; font-weight: 700; }
    .cta-benefits { display: grid; gap: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
    .cta-benefits > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.07); }
    .cta-benefits span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; }
    .cta-benefits p { margin: 0; color: #c8ccda; font-size: 13px; line-height: 1.5; }
    .cta-benefits strong { display: block; margin-bottom: 3px; color: white; font-size: 15px; }
    footer { padding: 76px 0 34px; color: #b8bdcd; background: #070b19; }
    .footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 34px; }
    footer .brand { color: white; margin-bottom: 16px; }
    .footer-brand-lockup { gap: 10px; width: max-content; color: white; font-size: 20px; font-weight: 800; line-height: 1; }
    .footer-brand-mark { width: 34px; height: 34px; border-radius: 11px; box-shadow: 0 7px 18px rgba(100,55,255,.2); object-fit: cover; }
    footer h3 { color: white; font-size: 14px; }
    footer a { display: block; margin: 9px 0; font-size: 13px; }
    footer a:hover { color: white; }
    .copyright { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
    footer .good-ai-badge { display: inline-flex; flex: 0 0 auto; margin: 0; border-radius: 6px; opacity: .68; transition: opacity .2s ease, transform .2s ease; }
    footer .good-ai-badge:hover { opacity: 1; transform: translateY(-1px); }
    footer .good-ai-badge:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; opacity: 1; }
    .good-ai-badge img { display: block; width: auto; height: 27px; }

    .modal { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; padding: 20px; background: rgba(5,8,20,.72); backdrop-filter: blur(10px); }
    .modal.open { display: grid; }
    .modal-card { width: min(820px, 100%); max-height: 90vh; overflow: auto; padding: 34px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
    .modal-top { display: flex; justify-content: space-between; gap: 20px; }
    .modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
    .video-placeholder { display: grid; place-items: center; min-height: 330px; margin: 20px 0; padding: 30px; border-radius: 22px; color: white; background: linear-gradient(135deg, var(--ink), var(--purple-deep)); text-align: center; }
    .storyboard { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
    .storyboard div { padding: 13px; border-radius: 12px; background: #f3f1f8; font-size: 12px; }
    .mobile-cta { display: none; }

    @media (max-width: 1199.98px) {
      .hero { min-height: auto; padding-top: 72px; }
      .hero-copy h1 .serif { white-space: normal; }
      .proof-inner { grid-template-columns: 1fr 1fr; }
      .proof-item { padding: 23px 22px 21px 58px; }
      .proof-item::before { top: 29px; left: 27px; }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .goals .section-head h2, .resources .section-head h2, .resources .section-head .lead { white-space: normal; }
      .topic-grid { grid-template-columns: repeat(2,1fr); }
      .resource-depth { grid-template-columns: 1fr; }
      .faq .shell { grid-template-columns: 1fr; gap: 0; }
      .faq .section-head { position: static; margin-bottom: 48px; }
      .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    }

    @media (max-width: 980px) {
      .hero-grid, .how-grid, .coach-grid, .trust-grid { grid-template-columns: 1fr; gap: 64px; }
      .hero-copy h1 { max-width: 900px; }
      .hero-visual { width: min(700px, 100%); min-height: 720px; margin: 0 auto; transform: none; }
      .hero-phone { right: 6%; bottom: -5%; width: 82%; }
      .demo-stage { width: min(720px, 100%); margin: 0 auto; }
      .feature-showcase, .tools-grid, .review-grid { grid-template-columns: 1fr; }
      .tool-card, .tool-card:nth-child(4), .tool-card:nth-child(5) { grid-column: auto; }
      .feature-panel { min-height: auto; }
      .feature-panel-head { height: auto; min-height: 0; flex-basis: auto; }
      .feature-panel-head > h3,
      .feature-panel-head > p { min-height: 0; }
      .feature-visual { height: 560px; min-height: 560px; flex-basis: 560px; }
      .goal-card:nth-child(n) { grid-column: span 6; }
      .coach-grid > :last-child { order: -1; }
      .coach-panel { width: min(620px,100%); margin: 0 auto; }
      .cta-panel { grid-template-columns: 1fr; gap: 42px; }
      .trust-head { max-width: 100%; margin-bottom: 48px; }
      .trust-visual { width: min(500px,100%); margin: 0 auto; }
      .trust-principles { height: auto; grid-template-rows: none; }
    }

    @media (max-width: 680px) {
      .shell { width: min(100% - 40px, var(--max)); }
      .brand-lockup { width: 104px; height: 29px; }
      h1 { font-size: 48px; }
      h2 { font-size: 40px; }
      .hero-copy .subtitle { font-size: 16px; }
      .hero-actions .btn { width: 100%; }
      .hero-visual { min-height: 430px; }
      .hero-phone { width: 108%; right: -9%; }
      .proof { margin-top: -8px; }
      .proof-inner, .compare-grid, .goal-grid, .tools-grid, .review-grid, .trust-list, .topic-grid, .footer-grid { grid-template-columns: 1fr; }
      .copyright { align-items: flex-start; flex-direction: column; gap: 18px; }
      .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .proof-item:nth-child(2) { border-bottom: 1px solid var(--line); }
      .trust-head { margin-bottom: 40px; }
      .how, .difference, .coach, .features, .goals, .tools, .resources, .reviews, .trust, .faq { padding: 88px 0; }
      .demo-stage { min-height: 500px; }
      .demo-shot { width: 78%; }
      .bento { grid-template-columns: 1fr; }
      .bento-card.tall { grid-row: auto; min-height: 520px; }
      .topic-card { min-height: 190px; }
      .topic-card h3,
      .topic-card p { min-height: 0; }
      .final-cta { padding: 72px 0; }
      .cta-panel { padding: 48px 28px; border-radius: 32px; }
      .cta-benefits { padding: 10px; border-radius: 24px; }
      .storyboard { grid-template-columns: 1fr 1fr; }
      .faq-more { align-items: flex-start; flex-direction: column; gap: 12px; }
      .mobile-cta { position: fixed; z-index: 18; left: 12px; right: 12px; bottom: 12px; display: flex; }
      .mobile-cta .btn { width: 100%; }
    }

    :focus-visible { outline: 3px solid #9a7cff; outline-offset: 4px; }

    @media (max-width: 680px) {
      body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); overflow-x: hidden; }
      .hero-copy h1 { font-size: clamp(42px, 12.5vw, 50px); }
      .goals .section-head h2,
      .resources .section-head h2,
      .resources .section-head .lead { white-space: normal; }
      .journey-compare { grid-template-columns: 1fr; gap: 12px; }
      .journey-compare::before,
      .journey,
      .journey.welly { grid-column: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; }
      .journey-compare::before { padding: 20px 24px; }
      .journey-flow { align-items: stretch; flex-direction: column; }
      .journey-flow b { align-self: center; transform: rotate(90deg); }
      .comparison-board { overflow-x: auto; -webkit-overflow-scrolling: touch; }
      .comparison-row { min-width: 720px; }
      .comparison-result { grid-template-columns: 1fr; }
      .comparison-result > div + div { border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
      .comparison-result .new-result { border-top-color: #dfe1e8; }
      .feature-showcase { grid-template-columns: 1fr; }
      .feature-panel { min-height: auto; }
      .feature-visual { height: 510px; min-height: 510px; flex-basis: 510px; }
      .goal-card:nth-child(n) { grid-column: 1 / -1; }
      .philosophy-strip { grid-template-columns: 1fr; gap: 18px; padding: 30px 26px; }
      .rating-line { align-items: flex-start; flex-direction: column; gap: 6px; }
      .mobile-cta { bottom: calc(12px + env(safe-area-inset-bottom)); }
    }

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