/* Homepage below-the-fold styles — load async */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --ink: #0B0B0C; --ink-2: #16161A; --body: #54555A; --muted: #8A8B91;
      --line: #ECECEE; --line-2: #E2E2E5;
      --canvas: #FFFFFF; --canvas-2: #F7F6F4; --canvas-3: #F1F0ED;
      --accent: #FF4500; --accent-2: #FF6B35; --accent-soft: #FFF2EC;
      --protein: #EF4444; --carbs: #F59E0B; --fat: #22C55E; --water: #3B82F6; --steps: #8B5CF6;
      --green: #16A34A;
      --r-lg: 28px; --r: 18px; --r-sm: 12px; --pill: 999px;
      --shadow-soft: 0 1px 2px rgba(11,11,12,0.04), 0 8px 24px rgba(11,11,12,0.05);
      --shadow-md: 0 4px 14px rgba(11,11,12,0.06), 0 18px 44px rgba(11,11,12,0.08);
      --shadow-phone: 0 60px 120px -28px rgba(11,11,12,0.5), 0 24px 60px -20px rgba(11,11,12,0.3);
      --hw-device-w: 300px;
      --hw-shot-ratio: 472 / 1024;
      --hw-device-shadow: 0 50px 100px -30px rgba(11,11,12,0.38), 0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.1);
      --ease: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      --max: 1200px;
    }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; max-width: 100%; }
    body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--canvas); color: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; max-width: 100%; width: 100%; }
    h1, h2, h3, h4, .display { font-family: 'Sora', sans-serif; color: var(--ink); letter-spacing: -0.03em; line-height: 1.08; }
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; width: 100%; }
    a { color: inherit; }

    /* BUTTONS */
    .btn-dark, .btn-line, .btn-accent { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 1rem; padding: 15px 28px; border-radius: var(--pill); text-decoration: none; cursor: pointer; transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease); }
    .btn-accent { background: var(--accent); color: #fff; box-shadow: 0 12px 30px -8px rgba(255,69,0,0.5); }
    .btn-accent:hover { transform: translateY(-2px); background: var(--accent-2); box-shadow: 0 18px 40px -10px rgba(255,69,0,0.6); }
    .btn-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 26px -8px rgba(11,11,12,0.5); }
    .btn-dark:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -10px rgba(11,11,12,0.55); }
    .btn-line { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
    .btn-line:hover { transform: translateY(-2px); border-color: var(--ink); }
    .stores { display: flex; gap: 12px; flex-wrap: wrap; }
    .store { display: inline-flex; align-items: center; gap: 11px; background: #fff; color: var(--ink); padding: 11px 20px; border-radius: 14px; text-decoration: none; transition: transform var(--ease), box-shadow var(--ease); }
    .store:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
    .store small { display: block; font-size: 0.6rem; opacity: 0.65; line-height: 1; margin-bottom: 3px; font-weight: 500; }
    .store strong { display: block; font-size: 0.95rem; line-height: 1; font-weight: 600; }

    /* HERO — dark split */
    .hero { padding: 72px 28px 64px; position: relative; overflow: hidden; background: #0B0B0C; color: #fff; }
    .hero::before { content: ''; position: absolute; width: 520px; height: 520px; right: 8%; top: 42%; transform: translateY(-50%); background: radial-gradient(circle, rgba(255,69,0,0.18) 0%, rgba(255,69,0,0.06) 42%, transparent 72%); pointer-events: none; z-index: 0; }
    .hero-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 36px; align-items: center; position: relative; z-index: 1; }
    .hero-copy { align-self: center; }
    .pill-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--pill); padding: 6px 14px 6px 7px; font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.92); margin-bottom: 22px; }
    .pill-tag em { font-style: normal; background: var(--accent); color: #fff; border-radius: var(--pill); padding: 3px 9px; font-size: 0.68rem; letter-spacing: 0.04em; font-weight: 700; }
    .hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(2.75rem, 5.4vw, 4.15rem); font-weight: 700; margin-bottom: 18px; color: #fff; line-height: 1.04; letter-spacing: -0.035em; }
    .hero h1 .u { color: var(--accent); }
    .hero-lede { font-size: clamp(1.02rem, 1.45vw, 1.18rem); color: rgba(255,255,255,0.72); max-width: 500px; margin-bottom: 24px; line-height: 1.55; }
    .usp { list-style: none; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; grid-auto-flow: column; gap: 12px 32px; margin-bottom: 28px; max-width: 520px; }
    .usp li { display: flex; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.35; }
    .usp .ck { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,69,0,0.2); color: var(--accent-2); display: flex; align-items: center; justify-content: center; font-size: 0.58rem; font-weight: 800; }
    .hero-actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
    .hero-actions .cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
    .hero-actions .btn-accent { flex-shrink: 0; box-shadow: 0 14px 36px -10px rgba(255,69,0,0.55), 0 6px 18px -6px rgba(255,69,0,0.35); }
    .hero-actions .cta-store-badges { gap: 12px; }
    .hero-actions .cta-store-badge { opacity: 0.78; }
    .hero-actions .cta-store-badge:hover { opacity: 0.92; transform: translateY(-1px); }
    .hero-actions .cta-store-badge img { height: 33px; }
    .hero-actions .trust-micro { justify-content: flex-start; margin-top: 14px; color: rgba(255,255,255,0.45); }
    .hero-actions .trust-micro span::before { background: var(--accent-2); }
    .cta-store-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
    .cta-store-badge { display: block; line-height: 0; border-radius: 6px; transition: opacity .2s ease, transform .2s ease; }
    .cta-store-badge:hover { opacity: .88; transform: translateY(-1px); }
    .cta-store-badge:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
    .cta-store-badge img { display: block; height: 40px; width: auto; max-width: none; }
    .micro { font-size: 0.82rem; color: rgba(255,255,255,0.48); line-height: 1.5; }
    .micro b { color: rgba(255,255,255,0.72); font-weight: 600; }
    .hero-visual { display: flex; justify-content: center; align-items: center; position: relative; align-self: center; }
    .hero-visual .hw-device { width: var(--hw-device-w); }

    /* PHONE MOCKUP — shared */
    .phone { position: relative; width: 408px; flex-shrink: 0; border-radius: 56px; background: #050506; padding: 13px; box-shadow: var(--shadow-phone); z-index: 1; }
    .phone::after { content: ''; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 128px; height: 32px; background: #050506; border-radius: var(--pill); z-index: 5; }
    .screen { border-radius: 44px; overflow: hidden; background: var(--canvas-3); aspect-ratio: 408 / 850; position: relative; }
    .app { font-family: 'Inter', sans-serif; padding: 52px 19px 19px; height: 100%; display: flex; flex-direction: column; gap: 14px; }
    .app-top { display: flex; align-items: center; justify-content: space-between; }
    .app-hi { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.18rem; color: var(--ink); }
    .app-date { font-size: 0.74rem; color: var(--muted); }
    .metric .mh .ic { width: 20px; height: 20px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); background: var(--canvas-3) !important; }
    .app-streak { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-soft); color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--pill); }
    .app-streak::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
    .ring-card { background: #fff; border-radius: 24px; padding: 19px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 17px; }
    .gauge { position: relative; width: 128px; height: 128px; flex-shrink: 0; }
    .gauge .lbl { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .gauge .lbl b { font-family: 'Sora', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--ink); line-height: 1; }
    .gauge .lbl span { font-size: 0.68rem; color: var(--muted); margin-top: 3px; letter-spacing: 0.04em; }
    .macros { flex: 1; display: flex; flex-direction: column; gap: 13px; }
    .macro .m-top { display: flex; justify-content: space-between; font-size: 0.78rem; margin-bottom: 5px; }
    .macro .m-top b { color: var(--ink); font-weight: 600; }
    .macro .m-top span { color: var(--muted); }
    .bar { height: 8px; border-radius: var(--pill); background: var(--canvas-3); overflow: hidden; }
    .bar i { display: block; height: 100%; border-radius: var(--pill); }
    .metric-row { display: flex; gap: 12px; }
    .metric { flex: 1; background: #fff; border-radius: 19px; padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .metric .mh { display: flex; align-items: center; gap: 6px; font-size: 0.72rem; color: var(--muted); font-weight: 600; margin-bottom: 9px; }
    .metric b { font-family: 'Sora', sans-serif; font-size: 1.28rem; color: var(--ink); font-weight: 700; }
    .metric small { font-size: 0.7rem; color: var(--muted); font-weight: 500; }
    .diary-card { background: #fff; border-radius: 19px; padding: 15px 17px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .diary-card .dh { font-size: 0.78rem; font-weight: 700; color: var(--ink); margin-bottom: 11px; display: flex; justify-content: space-between; }
    .diary-card .dh span { color: var(--muted); font-weight: 500; }
    .drow { display: flex; align-items: center; gap: 11px; padding: 6px 0; }
    .drow .di { width: 30px; height: 30px; border-radius: 10px; background: var(--canvas-3); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
    .drow .dn { flex: 1; }
    .drow .dn b { display: block; font-size: 0.78rem; color: var(--ink); font-weight: 600; line-height: 1.2; }
    .drow .dn span { font-size: 0.68rem; color: var(--muted); }
    .drow .dk { font-size: 0.76rem; font-weight: 700; color: var(--ink); }

    /* SOCIAL PROOF (sits on dark hero base) */
    .proof { background: #0B0B0C; border-top: 1px solid rgba(255,255,255,0.08); }
    .proof-in { max-width: var(--max); margin: 0 auto; padding: 26px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 44px; }
    .proof-item { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
    .proof-item b { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1; }
    .proof-item span { font-size: 0.76rem; color: rgba(255,255,255,0.5); font-weight: 500; }
    .proof-stars { color: var(--accent-2); font-size: 1.1rem; letter-spacing: 1px; }
    .proof-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.12); }
    .proof-note { font-size: 0.84rem; color: rgba(255,255,255,0.66); font-weight: 500; }

    /* SECTION SHELL */
    section.s { padding: 96px 28px; overflow-x: clip; }
    .kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
    .kicker::before { content: ''; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
    .head-c { max-width: 740px; margin: 0 auto 8px; text-align: center; }
    .head-c .kicker { justify-content: center; }
    .h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 700; margin-bottom: 16px; }
    .sub { font-size: 1.12rem; color: var(--body); }

    /* WHY CARDS */
    .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
    .why-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); overflow: hidden; }
    .why-card::after { content: ''; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--accent); transition: width var(--ease); }
    .why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
    .why-card:hover::after { width: 100%; }
    .why-card .why-label { font-family: 'Sora', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
    .why-card .why-label::before { content: ''; width: 20px; height: 2px; background: var(--accent); border-radius: 2px; flex-shrink: 0; }
    .why-card h3 { font-size: 1.18rem; font-weight: 600; margin-bottom: 9px; }
    .why-card p { font-size: 0.94rem; color: var(--body); line-height: 1.6; }

    /* VERIFIED COVERAGE */
    .coverage { padding: 52px 28px; background: #0B0B0C; border-top: 1px solid rgba(255,255,255,0.08); }
    .coverage-head { text-align: center; max-width: 640px; margin: 0 auto 28px; }
    .coverage-head .eyebrow { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
    .coverage-head h2 { font-family: 'Sora', sans-serif; font-size: clamp(1.75rem, 3.2vw, 2.35rem); font-weight: 700; margin-bottom: 12px; color: #fff; letter-spacing: -0.03em; }
    .coverage-head p { font-size: 1.02rem; color: rgba(255,255,255,0.62); line-height: 1.55; }
    .coverage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 780px; margin: 0 auto 32px; }
    .cov-stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 14px; text-align: center; }
    .cov-stat .num { font-family: 'Sora', sans-serif; font-size: clamp(1.5rem, 2.5vw, 1.85rem); font-weight: 700; color: var(--ink); letter-spacing: -0.03em; line-height: 1.1; }
    .cov-stat .num em { color: var(--accent); font-style: normal; }
    .cov-stat .lbl { font-size: 0.8rem; font-weight: 500; color: var(--body); margin-top: 6px; line-height: 1.35; }
    .logo-cloud { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 18px; max-width: 960px; margin: 0 auto; padding: 4px 0; }
    .logo-slot { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 24px; flex: 0 0 76px; }
    .logo-slot img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0.58; filter: brightness(0) invert(1); transition: opacity var(--ease); }
    .logo-slot:hover img { opacity: 0.82; }
    .logo-cloud .more-tag { font-family: 'Sora', sans-serif; font-size: 0.76rem; font-weight: 600; color: rgba(255,255,255,0.42); letter-spacing: -0.01em; white-space: nowrap; }
    .coverage-foot { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 22px; font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.48); text-align: center; }
    .coverage-foot .ico { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,69,0,0.18); color: var(--accent); font-size: 0.62rem; font-weight: 800; flex-shrink: 0; }

    /* WHO IT'S FOR */
    section.s.who-for { padding: 108px 28px; }
    .who-for { background: var(--canvas-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .who-for .head-c { max-width: 720px; margin-bottom: 12px; }
    .who-for .sub-lead { font-size: 1.1rem; color: var(--ink); font-weight: 500; line-height: 1.55; margin-bottom: 12px; }
    .who-for .sub { max-width: 640px; margin-left: auto; margin-right: auto; }
    .who-for-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 64px; }
    .who-card {
      position: relative;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 42px 38px 44px;
      box-shadow: 0 1px 2px rgba(11,11,12,0.03), 0 12px 32px -16px rgba(11,11,12,0.07);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
      display: flex;
      flex-direction: column;
      min-height: 300px;
    }
    .who-card:hover { transform: translateY(-4px); box-shadow: 0 2px 6px rgba(11,11,12,0.04), 0 24px 48px -20px rgba(11,11,12,0.11); border-color: rgba(11,11,12,0.1); }
    .who-card-num {
      display: block;
      font-family: 'Sora', sans-serif;
      font-size: 2.25rem;
      font-weight: 600;
      letter-spacing: -0.03em;
      line-height: 1;
      color: rgba(11, 11, 12, 0.09);
      margin-bottom: 24px;
      user-select: none;
    }
    .who-card h3 {
      font-size: 1.82rem;
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.08;
      color: var(--ink);
      margin-bottom: 22px;
      padding-right: 0;
    }
    .who-card:has(.who-badge) h3 { padding-right: 100px; }
    .who-card-tagline { font-size: 0.98rem; color: var(--muted); font-weight: 500; line-height: 1.48; max-width: 30ch; }
    .who-badge {
      position: absolute;
      top: 38px;
      right: 38px;
      font-family: 'Sora', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 5px 11px;
      border-radius: var(--pill);
      background: rgba(255, 69, 0, 0.06);
      color: var(--accent);
      border: 1px solid rgba(255, 69, 0, 0.12);
    }
    @media (max-width: 1024px) {
      .who-for-grid { grid-template-columns: repeat(2, 1fr); }
      .trust-pre-grid { grid-template-columns: repeat(2, 1fr); }
    }

    /* HOW MYMACROGO WORKS — story walkthrough */
    section.s.how-works { padding: 108px 28px 0; --hw-section-pad: 28px; overflow-x: clip; }
    .how-works { background: #fff; border-top: 1px solid var(--line); }
    .how-works > .wrap { max-width: 100%; overflow-x: clip; }
    .how-works .head-c { text-align: center; max-width: 640px; margin: 0 auto 20px; }
    .how-works .head-c .sub { margin: 14px auto 0; font-size: 1.12rem; color: var(--body); line-height: 1.55; max-width: 480px; }
    .hw-steps { margin-top: 0; }
    .hw-journey { margin-top: 72px; max-width: 100%; overflow-x: clip; }
    .hw-timeline { display: none; }
    @media (min-width: 1080px) {
      .how-works .wrap { max-width: 1180px; }
      .hw-journey {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 40px;
        align-items: start;
      }
      .hw-steps { margin-top: 0; }
      .hw-timeline {
        display: block;
        position: sticky;
        top: 112px;
        align-self: start;
        z-index: 2;
      }
      .hw-timeline-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: min(520px, 56vh);
        padding: 6px 0;
      }
      .hw-timeline-rail { position: absolute; left: 11px; top: 14px; bottom: 14px; width: 2px; pointer-events: none; }
      .hw-timeline-line { position: absolute; inset: 0; background: var(--line); border-radius: 2px; }
      .hw-timeline-progress {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: linear-gradient(180deg, var(--accent), var(--accent-2));
        border-radius: 2px;
        will-change: height;
      }
      .hw-timeline-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; justify-content: space-between; flex: 1; min-height: inherit; position: relative; z-index: 1; }
      .hw-timeline-node {
        appearance: none;
        border: 0;
        background: transparent;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 4px 0;
        cursor: pointer;
        text-align: left;
        font: inherit;
        color: var(--muted);
        transition: color var(--ease);
      }
      .hw-timeline-node:hover { color: var(--ink); }
      .hw-timeline-node:hover .hw-timeline-dot { border-color: rgba(255,69,0,0.45); transform: scale(1.08); }
      .hw-timeline-dot {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid var(--line-2);
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: border-color var(--ease), background var(--ease), box-shadow var(--ease), transform var(--ease);
        box-shadow: 0 1px 3px rgba(11,11,12,0.06);
      }
      .hw-timeline-num { font-family: 'Sora', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); transition: color var(--ease); }
      .hw-timeline-label { font-size: 0.76rem; font-weight: 600; line-height: 1.2; max-width: 72px; opacity: 0.55; transition: opacity var(--ease), color var(--ease); }
      .hw-timeline-node.is-active .hw-timeline-dot,
      .hw-timeline-node.is-done .hw-timeline-dot {
        border-color: var(--accent);
        background: var(--accent-soft);
        box-shadow: 0 0 0 4px rgba(255,69,0,0.12);
      }
      .hw-timeline-node.is-active .hw-timeline-dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(255,69,0,0.18); }
      .hw-timeline-node.is-active .hw-timeline-num { color: #fff; }
      .hw-timeline-node.is-done .hw-timeline-num { color: var(--accent); }
      .hw-timeline-node.is-active { color: var(--ink); }
      .hw-timeline-node.is-active .hw-timeline-label { opacity: 1; color: var(--ink); }
      .hw-timeline-node.is-done .hw-timeline-label { opacity: 0.78; color: var(--body); }
      .hw-timeline-node:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 8px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hw-timeline-progress { will-change: auto; }
    }
    .hw-step { padding: 80px 0; border-top: 1px solid var(--line); }
    .hw-step:first-child { border-top: none; padding-top: 0; }
    .hw-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .hw-visual { min-width: var(--hw-device-w); }
    .hw-copy .hw-result,
    .hw-copy .hw-badges { width: 100%; max-width: 440px; }
    .hw-step.flip .hw-visual { order: 2; }
    .hw-step.flip .hw-copy { order: 1; }
    .hw-step-num { font-family: 'Sora', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
    .hw-eyebrow { font-size: 0.9rem; font-weight: 600; color: var(--muted); margin-bottom: 10px; }
    .hw-copy h3 { font-size: clamp(1.8rem, 3.2vw, 2.45rem); font-weight: 700; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.03em; }
    .hw-copy p { font-size: 1.05rem; line-height: 1.6; color: var(--body); max-width: 440px; margin-bottom: 0; }
    .hw-result {
      margin-top: 28px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px 20px 16px;
      max-width: 440px;
      box-shadow: 0 1px 2px rgba(11,11,12,0.03), 0 8px 20px -12px rgba(11,11,12,0.06);
    }
    .hw-result-label {
      font-family: 'Sora', sans-serif;
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 12px;
    }
    .hw-result-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      padding: 11px 0;
      border-top: 1px solid var(--line);
      font-size: 0.88rem;
      line-height: 1.35;
    }
    .hw-result-item:first-child { border-top: none; padding-top: 0; }
    .hw-result-item:last-child { padding-bottom: 0; }
    .hw-result-item b { color: var(--ink); font-weight: 600; font-size: 0.9rem; }
    .hw-result-item .outcome { color: var(--body); text-align: right; flex-shrink: 0; }
    .hw-result-item .outcome.is-win { color: var(--green); font-weight: 600; }
    .hw-result-item .outcome-stack { text-align: right; }
    .hw-result-item .outcome-stack span { display: block; color: var(--body); font-size: 0.84rem; }
    .hw-result-item .outcome-stack strong { display: block; color: var(--ink); font-weight: 600; font-size: 0.86rem; }
    .trust-micro {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 22px;
      margin-top: 18px;
      font-size: 0.8rem;
      font-weight: 500;
      color: var(--muted);
    }
    .trust-micro span::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-right: 8px; vertical-align: middle; opacity: 0.65; }
    section.s.trust-pre { padding: 104px 28px 80px; }
    .trust-pre { background: #fff; border-top: 1px solid var(--line); }
    .trust-pre .head-c { max-width: 680px; }
    .trust-pre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
    .trust-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r-lg);
      padding: 44px 38px 40px;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      gap: 22px;
      transition: transform var(--ease), box-shadow var(--ease);
      min-height: 280px;
    }
    .trust-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .trust-card .stars { color: var(--accent); font-size: 1.05rem; letter-spacing: 2px; }
    .trust-card blockquote { font-family: 'Sora', sans-serif; font-size: 1.32rem; font-weight: 600; color: var(--ink); line-height: 1.42; letter-spacing: -0.02em; flex: 1; }
    .trust-card cite { font-style: normal; font-size: 0.82rem; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
    .trust-bar {
      padding: 48px 28px 52px;
      background: var(--canvas-2);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .trust-bar-head {
      font-family: 'Sora', sans-serif;
      font-size: clamp(1.45rem, 2.6vw, 1.9rem);
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.18;
      color: var(--ink);
      text-align: center;
      max-width: 600px;
      margin: 0 auto 28px;
    }
    .trust-strip {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 14px 36px;
      max-width: 980px;
      margin: 0 auto;
    }
    .trust-strip li {
      font-size: 0.9rem;
      font-weight: 500;
      color: var(--body);
      display: inline-flex;
      align-items: center;
      gap: 9px;
      line-height: 1.35;
    }
    .trust-strip li::before {
      content: '✓';
      color: var(--accent);
      font-weight: 800;
      font-size: 0.82rem;
      flex-shrink: 0;
    }
    .pricing-assure {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 28px;
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .pricing-assure li {
      font-size: 0.88rem;
      font-weight: 500;
      color: rgba(255,255,255,0.72);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .pricing-assure li::before { content: '✓'; color: var(--accent-2); font-weight: 800; font-size: 0.82rem; }
    .hw-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
    .hw-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--pill); border: 1px solid var(--line); background: #fff; font-size: 0.78rem; font-weight: 600; color: var(--ink); box-shadow: 0 1px 2px rgba(11,11,12,0.03); }
    .hw-badge img { height: 15px; width: auto; max-width: 64px; object-fit: contain; display: block; }
    .hw-badge--logo { padding: 10px 16px; }
    .hw-badge--logo img { height: 20px; max-width: 80px; }
    .hw-badge.is-accent { background: var(--accent-soft); border-color: rgba(255,69,0,0.22); color: var(--accent); }
    .hw-visual { display: flex; justify-content: center; position: relative; }
    .hw-visual::before { content: ''; position: absolute; width: min(420px, 90%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,69,0,0.07) 0%, transparent 68%); pointer-events: none; z-index: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    .hw-device { position: relative; z-index: 1; width: var(--hw-device-w); flex-shrink: 0; }
    .hw-device-bezel { border-radius: 48px; overflow: hidden; }
    .hw-device:not(.has-shot) .hw-device-bezel { background: transparent; padding: 0; box-shadow: none; }
    .hw-device:not(.has-shot) .hw-device-bezel::before { display: none; }
    .hw-device.has-shot .hw-device-bezel {
      background: linear-gradient(165deg, #3a3a3e 0%, #0b0b0c 42%, #18181c 100%);
      padding: 11px;
      box-shadow: var(--hw-device-shadow);
      position: relative;
    }
    /* Screenshots include status bar — bezel is padding only, no notch overlay */
    .hw-device.has-shot .hw-device-bezel::before { display: none; }
    .hw-device.has-shot .hw-screen { aspect-ratio: var(--hw-shot-ratio); overflow: hidden; border-radius: 36px; }
    .hw-device.has-shot .hw-shot { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 36px; display: block; }
    .hw-device .hw-shot-fallback .phone { width: 100%; box-shadow: none; }
    .hw-device-stack { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 14px; width: var(--hw-device-w); }
    .hw-device-stack .hw-device { width: 100%; }
    .hw-carousel-screen { min-height: 0; }
    .hw-carousel-screen > .hw-carousel-slide { align-self: stretch; width: 100%; }
    .hw-carousel-slide { opacity: 0; transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; grid-area: 1 / 1; }
    .hw-carousel-slide.is-active { opacity: 1; pointer-events: auto; }
    .hw-carousel-screen.has-shot .hw-carousel-slide .hw-shot { opacity: 1; }
    .hw-carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 2px; }
    .hw-carousel-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--line-2); transition: background 0.45s ease, transform 0.45s ease; flex-shrink: 0; }
    .hw-carousel-dot.is-active { background: var(--accent); transform: scale(1.2); }
    @media (prefers-reduced-motion: reduce) {
      .hw-carousel-slide { transition: none; }
      .hw-carousel-dot { transition: none; }
    }
    .hw-screen { position: relative; display: grid; }
    .hw-screen > * { grid-area: 1 / 1; align-self: start; }
    .hw-screen .hw-shot { display: block; width: 100%; height: auto; opacity: 0; transition: opacity 0.35s ease; }
    .hw-screen picture { display: contents; }
    .hw-screen.has-shot:not(.hw-carousel-screen) { display: block; }
    .hw-screen.has-shot:not(.hw-carousel-screen) > * { grid-area: unset; }
    .hw-screen.has-shot.hw-carousel-screen { display: grid; width: 100%; }
    .hw-screen.has-shot.hw-carousel-screen::before {
      content: '';
      grid-area: 1 / 1;
      width: 100%;
      aspect-ratio: var(--hw-shot-ratio);
      visibility: hidden;
      pointer-events: none;
    }
    .hw-screen.has-shot .hw-shot { opacity: 1; }
    .hw-screen.has-shot .hw-shot-fallback { visibility: hidden; pointer-events: none; }
    .hw-device.has-shot .hw-carousel-screen { position: relative; }
    .hw-device.has-shot .hw-carousel-slide { position: relative; align-self: stretch; width: 100%; min-height: 100%; }
    .hw-device.has-shot .hw-carousel-slide .hw-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
    .hw-cta {
      margin: 0 calc(-1 * var(--hw-section-pad)) 0;
      padding: 48px var(--hw-section-pad) 64px;
      width: auto;
      max-width: none;
      text-align: center;
      background: linear-gradient(180deg, #fff 0%, #FFFAF7 55%, #FFF2EC 100%);
      border-top: 1px solid var(--line);
      clear: both;
      position: relative;
      z-index: 0;
      box-sizing: border-box;
    }
    .hw-cta-inner { max-width: 620px; margin: 0 auto; }
    .hw-cta.reveal { transform: none; }
    .hw-cta.reveal:not(.in) { opacity: 0; transform: none; }
    .hw-cta.reveal.in { opacity: 1; transform: none; }
    .hw-cta h3 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; letter-spacing: -0.03em; margin-bottom: 14px; }
    .hw-cta p { font-size: 1.08rem; color: var(--body); line-height: 1.6; margin-bottom: 32px; }
    .hw-cta-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
    .reveal-delay-1 { transition-delay: 0.08s; }
    .reveal-delay-2 { transition-delay: 0.16s; }

    /* App screen mockups (walkthrough) */
    .scr-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.12rem; color: var(--ink); margin: 2px 2px 4px; }
    .searchbar { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 12px 16px; font-size: 0.82rem; color: var(--muted); display: flex; align-items: center; gap: 8px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
    .searchbar::before { content: ''; width: 14px; height: 14px; border: 2px solid var(--muted); border-radius: 50%; flex-shrink: 0; opacity: 0.45; }
    .venue { background: #fff; border-radius: 16px; padding: 13px 14px; display: flex; align-items: center; gap: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .venue .v-ic { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); flex-shrink: 0; overflow: hidden; }
    .venue .v-ic img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
    .venue .v-b { flex: 1; }
    .venue .v-b b { display: block; font-size: 0.86rem; color: var(--ink); font-weight: 600; line-height: 1.25; }
    .verified { display: inline-flex; align-items: center; gap: 3px; background: #ECFDF3; color: var(--green); font-size: 0.66rem; font-weight: 700; padding: 3px 9px; border-radius: var(--pill); }
    .v-dist { font-size: 0.72rem; color: var(--muted); font-weight: 600; }
    .ai-photo { height: 140px; border-radius: 16px; background: linear-gradient(160deg, #F7F6F4 0%, #FFF 55%, #FFF2EC 100%); position: relative; box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
    .ai-photo::before { content: ''; position: absolute; inset: 22px 28px; border-radius: 12px; border: 1px solid rgba(11,11,12,0.08); background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.4)); }
    .ai-photo::after { content: ''; position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); width: 56px; height: 4px; border-radius: var(--pill); background: rgba(255,69,0,0.35); }
    .ai-chip { display: inline-flex; align-items: center; gap: 5px; background: var(--ink); color: #fff; font-size: 0.72rem; font-weight: 600; padding: 7px 13px; border-radius: var(--pill); }
    .ai-result { background: #fff; border-radius: 14px; padding: 13px 15px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .ai-result b { font-size: 0.9rem; color: var(--ink); }
    .ai-macros { display: flex; gap: 7px; margin-top: 9px; flex-wrap: wrap; }
    .ai-tag { font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: var(--pill); }
    .meal-compare { display: flex; flex-direction: column; gap: 10px; }
    .meal-cmp { background: #fff; border: 2px solid var(--line); border-radius: 16px; padding: 13px 14px; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
    .meal-cmp.is-pick { border-color: rgba(255,69,0,0.55); box-shadow: 0 10px 28px -12px rgba(255,69,0,0.28); }
    .meal-cmp .pick { position: absolute; top: -9px; right: 12px; background: var(--accent); color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 9px; border-radius: var(--pill); }
    .meal-cmp b { display: block; font-size: 0.86rem; color: var(--ink); margin-bottom: 4px; }
    .meal-cmp .mc-meta { font-size: 0.7rem; color: var(--muted); margin-bottom: 8px; }
    .meal-cmp .mc-macros { display: flex; gap: 6px; flex-wrap: wrap; }
    .meal-cmp .mc-macros span { font-size: 0.66rem; font-weight: 700; padding: 4px 8px; border-radius: var(--pill); background: var(--canvas-3); color: var(--ink); }
    .meal-cmp.is-pick .mc-macros span:first-child { background: #FDECEC; color: var(--protein); }
    .hw-log-banner { background: var(--accent-soft); color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 7px 12px; border-radius: var(--pill); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px; }
    .hw-log-banner::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

    .mini { width: 418px; border-radius: 56px; background: #050506; padding: 13px; box-shadow: var(--shadow-phone); position: relative; z-index: 1; }
    .mini::after { content: ''; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 128px; height: 32px; background: #050506; border-radius: var(--pill); z-index: 5; }
    .mini .screen { border-radius: 44px; aspect-ratio: 418 / 840; }
    .mini .app { padding: 50px 18px 18px; gap: 13px; }
    .trend { background: #fff; border-radius: 16px; padding: 15px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .trend .t-h { display: flex; justify-content: space-between; font-size: 0.8rem; margin-bottom: 11px; }
    .trend .t-h b { color: var(--ink); }
    .trend .t-h span { color: var(--green); font-weight: 700; }

    /* COMPARISON — dark, dominant MMG column */
    .compare-wrap { margin-top: 52px; max-width: 940px; margin-left: auto; margin-right: auto; position: relative; width: 100%; }
    .compare-scroll { width: 100%; }
    table.cmp { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
    table.cmp th:first-child,
    table.cmp td:first-child { width: 44%; word-wrap: break-word; overflow-wrap: anywhere; }
    table.cmp th.col,
    table.cmp td.col { width: 28%; }
    table.cmp th, table.cmp td { padding: 20px 24px; text-align: left; }
    table.cmp thead th { font-family: 'Sora', sans-serif; font-size: 0.96rem; font-weight: 600; color: rgba(255,255,255,0.55); }
    table.cmp thead th.col { text-align: center; }
    table.cmp thead th.us { color: #fff; font-size: 1.12rem; }
    table.cmp tbody td { border-top: 1px solid rgba(255,255,255,0.08); font-size: 1rem; color: rgba(255,255,255,0.86); font-weight: 500; }
    table.cmp tbody td.col { text-align: center; font-size: 1.2rem; }
    /* dominant orange MyMacroGo column */
    table.cmp .us-col { background: linear-gradient(180deg, rgba(255,69,0,0.16), rgba(255,69,0,0.06)); border-left: 1px solid rgba(255,69,0,0.4); border-right: 1px solid rgba(255,69,0,0.4); }
    table.cmp thead th.us-col { border-top: 1px solid rgba(255,69,0,0.4); border-top-left-radius: 16px; border-top-right-radius: 16px; padding-top: 18px; background: linear-gradient(180deg, rgba(255,69,0,0.22), rgba(255,69,0,0.1)); }
    table.cmp tbody tr:last-child td.us-col { border-bottom: 1px solid rgba(255,69,0,0.4); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
    .cmp-us-head { display: flex; flex-direction: column; align-items: center; gap: 9px; }
    .cmp-pop-tag {
      font-family: 'Sora', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      color: var(--accent-2);
      background: rgba(255,69,0,0.14);
      border: 1px solid rgba(255,69,0,0.28);
      padding: 4px 11px;
      border-radius: var(--pill);
      line-height: 1;
    }
    .us-badge { display: inline-flex; align-items: center; gap: 7px; }
    .us-badge img { width: 22px; height: 22px; border-radius: 6px; }
    .yes { color: #fff; font-weight: 800; display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); align-items: center; justify-content: center; font-size: 0.8rem; }
    .no { color: rgba(255,255,255,0.28); font-weight: 700; }
    .partial { color: var(--carbs); font-weight: 600; font-size: 0.84rem; }

    /* HOW — dark */
    .how-wrap { padding: 0; }
    .how-head h2 { color: #fff; font-size: clamp(1.9rem,3.6vw,2.7rem); font-weight: 700; margin-bottom: 50px; max-width: 580px; }
    .steps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .st4 .n { font-family: 'Sora', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--accent-2); margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.14); }
    .st4 h4 { color: #fff; font-size: 1.14rem; font-weight: 600; margin-bottom: 8px; }
    .st4 p { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.55; }

    /* TESTIMONIALS */
    .testi-feat { max-width: 800px; margin: 0 auto 48px; text-align: center; }
    .testi-feat .stars { color: var(--accent); font-size: 1.4rem; letter-spacing: 3px; margin-bottom: 20px; }
    .testi-feat blockquote { font-family: 'Sora', sans-serif; font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 600; color: var(--ink); line-height: 1.2; letter-spacing: -0.03em; }
    .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .testi { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; transition: transform var(--ease), box-shadow var(--ease); }
    .testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .testi .stars { color: var(--accent); font-size: 0.98rem; letter-spacing: 1px; margin-bottom: 16px; }
    .testi p { font-size: 1.04rem; color: var(--ink); line-height: 1.55; margin-bottom: 22px; flex: 1; }
    .testi .who { display: flex; align-items: center; gap: 12px; }
    .testi .who .av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
    .testi .who b { display: block; font-size: 0.92rem; color: var(--ink); }
    .testi .who span { font-size: 0.78rem; color: var(--muted); }
    .testi .result { margin-left: auto; background: #ECFDF3; color: var(--green); font-size: 0.72rem; font-weight: 700; padding: 6px 12px; border-radius: var(--pill); }

    /* PRICING — dark */
    section#pricing.s { padding-top: 88px; }
    .pricing-head h2 { color: #fff; }
    .pricing-head .sub { color: rgba(255,255,255,0.62); }
    .plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 820px; margin: 52px auto 0; }
    .plan { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-lg); padding: 34px; position: relative; transition: transform var(--ease); }
    .plan.best { background: linear-gradient(180deg, rgba(255,69,0,0.14), rgba(255,255,255,0.03)); border: 1.5px solid var(--accent); box-shadow: 0 30px 70px -24px rgba(255,69,0,0.4); }
    .plan .best-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; padding: 6px 16px; border-radius: var(--pill); text-transform: uppercase; }
    .plan .pname { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .plan .pdesc { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
    .plan .price { font-family: 'Sora', sans-serif; font-weight: 700; color: #fff; letter-spacing: -0.04em; display: flex; align-items: baseline; gap: 7px; }
    .plan .price .amt { font-size: 3rem; line-height: 1; }
    .plan .price small { font-size: 1rem; color: rgba(255,255,255,0.55); font-weight: 500; }
    .plan .save { display: inline-block; margin-top: 10px; background: rgba(34,197,94,0.16); color: #4ADE80; font-size: 0.76rem; font-weight: 700; padding: 5px 12px; border-radius: var(--pill); }
    .plan .billed { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 10px; }
    .plan ul { list-style: none; margin: 22px 0; display: flex; flex-direction: column; gap: 11px; }
    .plan ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9rem; color: rgba(255,255,255,0.82); }
    .plan ul .ck { flex-shrink: 0; color: var(--accent-2); font-weight: 800; }
    .plan .btn-accent, .plan .btn-line { width: 100%; justify-content: center; }
    .plan .btn-line { color: #fff; border-color: rgba(255,255,255,0.25); }
    .plan .btn-line:hover { border-color: #fff; }
    .coffee { text-align: center; margin-top: 26px; font-size: 0.96rem; color: rgba(255,255,255,0.7); }
    .coffee b { color: #fff; font-weight: 600; }

    /* FAQ */
    .faq-list { max-width: 780px; margin: 52px auto 0; }
    .faq { border: 1px solid var(--line); background: #fff; border-radius: var(--r); margin-bottom: 12px; transition: border-color var(--ease), box-shadow var(--ease); }
    .faq[open] { border-color: var(--line-2); box-shadow: var(--shadow-soft); }
    .faq summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 1.06rem; color: var(--ink); }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary .ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--canvas-3); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--ink); transition: transform var(--ease), background var(--ease); }
    .faq[open] summary .ico { transform: rotate(45deg); background: var(--accent); color: #fff; }
    .faq .faq-a { padding: 0 24px 22px; font-size: 0.98rem; color: var(--body); line-height: 1.65; max-width: 660px; }

    /* CTA — centered */
    #get { padding: 128px 28px 136px; }
    .cta-final { max-width: 620px; margin: 0 auto; text-align: center; }
    .cta-final h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 22px; letter-spacing: -0.035em; line-height: 1.06; }
    .cta-final .cta-lede { font-size: 1.12rem; color: rgba(255,255,255,0.65); margin: 0 auto 48px; line-height: 1.6; max-width: 480px; }
    .cta-final .cta-tagline { display: none; }
    .cta-final .cta-actions { display: flex; flex-direction: column; align-items: center; gap: 28px; }
    .cta-final .cta-actions .btn-accent { flex-shrink: 0; font-size: 1.05rem; padding: 16px 34px; box-shadow: 0 16px 40px -10px rgba(255,69,0,0.55), 0 6px 18px -6px rgba(255,69,0,0.35); }
    .cta-final .cta-store-badges { gap: 12px; justify-content: center; opacity: 0.72; margin-top: 6px; }
    .cta-final .cta-store-badge { opacity: 1; }
    .cta-final .cta-store-badge:hover { opacity: 0.88; transform: translateY(-1px); }
    .cta-final .cta-store-badge img { height: 31px; }

    /* FOOTER — layout handled by site.css / site.js */

    /* DARK SECTION HELPER */
    .dark { background: var(--ink); color: #fff; }
    section.s.dark#compare { margin-top: 0; padding-top: 88px; position: relative; z-index: 1; isolation: isolate; }
    .compare-more { text-align: center; margin-top: 28px; }
    .compare-more a { color: var(--accent-2); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: color var(--ease); }
    .compare-more a:hover { color: #fff; text-decoration: underline; }
    .dark .kicker { color: var(--accent-2); }
    .dark .kicker::before { background: var(--accent-2); }
    .dark .h2, .dark h2, .dark h3, .dark h4 { color: #fff; }
    .dark .sub { color: rgba(255,255,255,0.62); }

    /* MEMBER PERKS */
    .perks-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 52px; }
    .perk-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 20px; text-align: center; box-shadow: var(--shadow-soft); transition: transform var(--ease), box-shadow var(--ease); display: flex; flex-direction: column; align-items: center; gap: 9px; }
    .perk-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
    .perk-card .ptile { width: 132px; height: 44px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; flex-shrink: 0; }
    .perk-card .ptile img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
    .perk-card .pname { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.12rem; color: var(--ink); letter-spacing: -0.02em; }
    .perk-card .pt { font-size: 0.8rem; color: var(--muted); font-weight: 500; }
    .perk-value { margin-top: 44px; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 46px 40px; text-align: center; box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
    .perk-value::before { content: ''; position: absolute; inset: 0; background: radial-gradient(620px 220px at 50% -25%, rgba(255,69,0,0.22), transparent 70%); pointer-events: none; }
    .perk-value .pv-inner { position: relative; max-width: 740px; margin: 0 auto; }
    .perk-value .pv-lab { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 14px; }
    .perk-value p { font-family: 'Sora', sans-serif; font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 700; color: #fff; letter-spacing: -0.025em; line-height: 1.18; }
    .perk-value p b { color: var(--accent-2); }

    /* PRICING SAVE CALLOUT */
    .save-callout { max-width: 820px; margin: 24px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
    .save-callout span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--pill); padding: 10px 18px; font-size: 0.9rem; font-weight: 600; color: #fff; }
    .save-callout span b { color: var(--accent-2); font-weight: 800; }

    .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.45s ease-out, transform 0.45s ease-out; will-change: opacity, transform; }
    .reveal.in { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; transition: none; }
    }

    @media (max-width: 960px) {
      :root { --hw-device-w: 280px; }
      .hero-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
      .hero-grid .pill-tag { margin-left: auto; margin-right: auto; }
      .usp { margin-left: auto; margin-right: auto; grid-auto-flow: row; grid-template-columns: 1fr; max-width: 340px; text-align: left; }
      .hero-actions .cta-actions { align-items: center; }
      .hero-actions .cta-store-badges { justify-content: center; }
      .hero-actions .trust-micro { justify-content: center; }
      .hero-lede { margin-left: auto; margin-right: auto; }
      .why-grid { grid-template-columns: 1fr; }
      .hw-row { grid-template-columns: 1fr; gap: 44px; }
      .hw-step.flip .hw-visual { order: -1; }
      .hw-step.flip .hw-copy { order: 2; }
      .hw-copy { text-align: center; }
      .hw-copy p { margin-left: auto; margin-right: auto; }
      .hw-copy .hw-result,
      .hw-copy .hw-badges { margin-left: auto; margin-right: auto; }
      .hw-visual { min-width: 0; }
      .trust-pre-grid { grid-template-columns: 1fr; }
      .hw-badges { justify-content: center; }
      .perks-grid { grid-template-columns: repeat(3, 1fr); }
      .perk-value { flex-direction: column; gap: 12px; padding: 30px 26px; }
      .testi-grid { grid-template-columns: 1fr; }
      .plans { grid-template-columns: 1fr; gap: 28px; }
      .steps4 { grid-template-columns: repeat(2, 1fr); gap: 36px; }
      .coverage-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
      #get { padding: 96px 28px 104px; }
      .nav-mid { display: none; }
      .proof-divider { display: none; }
      .phone { width: min(360px, calc(100vw - 40px)); max-width: 100%; }
    }
    @media (max-width: 560px) {
      :root { --hw-device-w: 268px; }
      .wrap, section.s, .hero { padding-left: 20px; padding-right: 20px; }
      section.s.how-works { --hw-section-pad: 20px; padding-top: 88px; padding-left: 20px; padding-right: 20px; }
      .hw-cta { padding-top: 40px; padding-bottom: 56px; }
      .hw-cta h3 { font-size: clamp(1.65rem, 7vw, 2rem); }
      .hw-cta p { font-size: 1rem; margin-bottom: 24px; }
      .hw-cta-actions { flex-direction: column; width: 100%; max-width: 320px; margin: 0 auto; }
      .hw-cta-actions .btn-accent,
      .hw-cta-actions .btn-line { width: 100%; justify-content: center; }
      section.s.dark#compare { padding-top: 72px; }
      section.s.who-for { padding-top: 88px; padding-bottom: 88px; }
      section.s.trust-pre { padding-top: 88px; padding-bottom: 56px; }
      .trust-bar { padding: 48px 20px 52px; }
      .trust-strip { flex-direction: column; align-items: center; gap: 12px; max-width: 340px; margin-left: auto; margin-right: auto; text-align: center; }
      .coverage { padding: 44px 20px; }
      .coverage-stats { grid-template-columns: 1fr; max-width: 280px; margin-bottom: 24px; }
      .logo-cloud { gap: 12px 14px; }
      .logo-slot { width: 68px; height: 22px; flex-basis: 68px; }
      .why-grid, .steps4 { grid-template-columns: 1fr; }
      .who-for-grid { grid-template-columns: 1fr; gap: 20px; }
      .who-card { padding: 34px 28px 36px; min-height: 0; }
      .who-card-num { font-size: 2rem; margin-bottom: 20px; }
      .who-card h3 { font-size: 1.48rem; margin-bottom: 18px; }
      .who-card-tagline { margin-left: auto; margin-right: auto; text-align: center; }
      .trust-pre-grid { grid-template-columns: 1fr; }
      .trust-card { min-height: 0; padding: 36px 28px 34px; }
      .trust-card blockquote { font-size: 1.18rem; }
      .perks-grid { grid-template-columns: repeat(2, 1fr); }
      .stores, .cta-btns { flex-direction: column; }
      table.cmp th, table.cmp td { padding: 14px 12px; font-size: 0.86rem; }
      .phone, .mini { width: min(300px, calc(100vw - 40px)); max-width: 100%; }
      .mini .screen { aspect-ratio: 300/620; }
      .hero-visual .hw-device { width: min(var(--hw-device-w), calc(100vw - 40px)); }
    }

    /* Comparison — same 3-column table as desktop, scaled to fit mobile */
    @media (max-width: 680px) {
      .compare-wrap { margin-top: 36px; }
      .compare-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
      }
      table.cmp { min-width: 100%; }
      table.cmp th, table.cmp td { padding: 11px 8px; }
      table.cmp thead th { font-size: 0.68rem; }
      table.cmp thead th.us { font-size: 0.78rem; }
      table.cmp thead th.col:not(.us-col) { font-size: 0.62rem; line-height: 1.25; padding-left: 4px; padding-right: 4px; }
      table.cmp tbody td { font-size: 0.74rem; line-height: 1.35; }
      table.cmp tbody td.col { font-size: 0.95rem; }
      table.cmp th:first-child, table.cmp td:first-child { width: 40%; }
      table.cmp th.col, table.cmp td.col { width: 30%; }
      .cmp-us-head { gap: 5px; }
      .cmp-pop-tag { font-size: 0.48rem; padding: 3px 7px; letter-spacing: 0.08em; }
      .us-badge { gap: 4px; font-size: 0.72rem; }
      .us-badge img { width: 16px; height: 16px; border-radius: 4px; }
      .yes { width: 22px; height: 22px; font-size: 0.68rem; }
      .partial { font-size: 0.62rem; }
      table.cmp thead th.us-col { padding-top: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; }
      table.cmp tbody tr:last-child td.us-col { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
    }
