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

:root {
    --ink: #f1efe9;
    --ink-soft: #d0d0c9;
    --muted: #8d9594;
    --muted-strong: #adb4b1;
    --bg: #0b0f10;
    --bg-raised: #111718;
    --bg-card: #151b1c;
    --line: rgba(221, 225, 218, .14);
    --line-strong: rgba(221, 225, 218, .28);
    --lilac: #b9a6c8;
    --lilac-soft: #d1bfd6;
    --cyan: #b7d1d0;
    --paper: #e7e4dc;
    --paper-ink: #15191a;
    --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
    --body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 78% 6%, rgba(132, 112, 153, .12), transparent 26rem),
        radial-gradient(circle at 12% 30%, rgba(79, 120, 124, .06), transparent 28rem),
        var(--bg);
    color: var(--ink);
    font-family: var(--body);
    min-width: 320px;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
    z-index: 10;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
::selection { background: var(--lilac); color: var(--paper-ink); }

.site-shell { width: var(--shell); margin: 0 auto; position: relative; z-index: 1; }
.site-header {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid var(--line);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    color: var(--ink);
    font: 700 14px/1 var(--display);
    letter-spacing: .04em;
}
.brand-wordmark {
    font: 700 23px/.9 var(--display);
    letter-spacing: .055em;
}
.brand-wordmark span { color: var(--lilac); }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a, .header-cta, .text-link, .footer-links a { color: var(--muted-strong); font-size: 13px; transition: color .2s ease; }
.main-nav a:hover, .header-cta:hover, .text-link:hover, .footer-links a:hover { color: var(--ink); }
.header-cta { color: var(--ink); border-bottom: 1px solid var(--line-strong); padding-bottom: 7px; }
.header-cta span, .button span { color: var(--lilac-soft); padding-left: 8px; }
.nav-toggle { display: none; background: transparent; padding: 6px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 1px; display: block; background: var(--ink); margin: 6px 0; }

.hero-section {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(360px, .83fr) 1.17fr;
    align-items: center;
    gap: 48px;
    border-bottom: 1px solid var(--line);
}
.hero-copy { padding: 78px 0 86px; position: relative; z-index: 2; }
.eyebrow { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .2em; line-height: 1.4; }
.eyebrow-line { width: 32px; height: 1px; background: var(--lilac); display: inline-block; vertical-align: middle; margin: 0 10px 3px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.025em; text-transform: uppercase; }
.hero-copy h1 { margin: 28px 0 22px; font-size: clamp(74px, 9.2vw, 132px); line-height: .79; max-width: 610px; }
h1 em, h2 em { color: var(--lilac-soft); font-style: normal; }
.hero-lead { max-width: 410px; color: var(--muted-strong); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 2px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper-ink); background: var(--paper); }
.button-primary:hover { background: #fffdf5; }
.text-link { font-size: 13px; }
.text-link span { color: var(--lilac-soft); margin-left: 7px; }
.hero-note { margin-top: 30px; color: #6e7878; font-size: 10px; line-height: 1.6; letter-spacing: .04em; }
.note-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; margin: 0 8px 1px 0; background: var(--cyan); box-shadow: 0 0 0 4px rgba(183, 209, 208, .08); }
.hero-art { min-height: 520px; position: relative; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background: #0d1112; }
.hero-art::before { content: ''; position: absolute; inset: 14px; z-index: 7; border: 1px solid rgba(221, 225, 218, .11); pointer-events: none; }
.hero-art::after { content: ''; position: absolute; inset: 0; z-index: 4; background: linear-gradient(90deg, rgba(11, 15, 16, .76), transparent 50%), linear-gradient(0deg, rgba(11, 15, 16, .32), transparent 38%); pointer-events: none; }
.hero-art-base { position: relative; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; opacity: .96; filter: none; transform: none; }
.hero-art-label { position: absolute; bottom: 27px; left: 30px; z-index: 8; display: flex; align-items: center; gap: 13px; color: var(--ink); }
.hero-art-label span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font: 700 13px/1 var(--display); }
.hero-art-label b { color: var(--ink-soft); font-size: 10px; letter-spacing: .17em; line-height: 1.25; }
.hero-art-label i { color: var(--lilac-soft); font: 600 19px/1 var(--display); font-style: normal; margin-left: 7px; }

.signal-row { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; border-bottom: 1px solid var(--line); }
.signal-item { padding: 24px 24px 26px 0; border-right: 1px solid var(--line); display: grid; grid-template-columns: 30px 1fr; column-gap: 12px; }
.signal-item + .signal-item { padding-left: 24px; }
.signal-item > span { color: var(--lilac); font-size: 10px; padding-top: 3px; }
.signal-item b { font-size: 14px; font-weight: 600; }
.signal-item small { grid-column: 2; color: var(--muted); font-size: 11px; margin-top: 3px; }
.signal-caption { color: var(--muted); font: 500 24px/.9 var(--display); letter-spacing: .03em; text-align: right; text-transform: uppercase; padding: 24px 0 20px; }

.section-block { padding: 130px 0; border-bottom: 1px solid var(--line); }
.premium-layout { display: grid; grid-template-columns: 1fr 420px; gap: 110px; align-items: start; }
.section-intro h2, .section-heading-row h2 { margin: 27px 0 19px; font-size: clamp(58px, 7vw, 92px); line-height: .83; }
.section-intro > p, .section-heading-row > p { max-width: 340px; color: var(--muted-strong); line-height: 1.75; font-size: 14px; }
.mini-rule { width: 90px; height: 1px; background: var(--line-strong); margin: 42px 0 25px; }
.price-lockup { display: flex; align-items: flex-start; gap: 3px; }
.price-lockup strong { font: 700 67px/.72 var(--display); letter-spacing: -.03em; }
.price-lockup span { color: var(--lilac-soft); font: 600 25px/1 var(--display); }
.price-lockup small { color: var(--muted); font-size: 10px; line-height: 1.25; margin: 4px 0 0 13px; text-transform: uppercase; letter-spacing: .1em; }
.purchase-card { position: relative; padding: 31px 32px 34px; color: var(--paper-ink); background: var(--paper); box-shadow: 16px 16px 0 rgba(185, 166, 200, .12); }
.card-topline { display: flex; justify-content: space-between; color: #687071; font-size: 9px; font-weight: 700; letter-spacing: .17em; padding-bottom: 17px; border-bottom: 1px solid rgba(21, 25, 26, .16); }
.card-index { color: #89908c; }
.small-label { color: #727b78; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.purchase-card-heading { margin: 34px 0 20px; }
.purchase-card-heading h3 { margin: 7px 0 9px; font: 700 47px/.82 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.purchase-card-heading p { max-width: 250px; margin-bottom: 0; color: #707875; font-size: 12px; line-height: 1.6; }
.purchase-price { display: flex; align-items: flex-start; margin: 25px 0 30px; border-top: 1px solid rgba(21, 25, 26, .16); padding-top: 21px; }
.purchase-price span { font: 700 71px/.72 var(--display); letter-spacing: -.05em; }
.purchase-price b { font: 600 25px/1 var(--display); margin: 2px 0 0 3px; }
.purchase-price small { align-self: flex-end; margin: 0 0 2px 12px; color: #737b78; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.purchase-form label:not(.check-row) { display: block; margin-bottom: 8px; color: #4e5957; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.input-wrap { display: flex; align-items: center; border-bottom: 1px solid #8b918d; }
.input-wrap > span { color: #898f8b; font-size: 17px; }
.input-wrap input { width: 100%; border: 0; outline: 0; padding: 13px 10px; background: transparent; color: var(--paper-ink); font-size: 14px; }
.input-wrap:focus-within { border-color: var(--paper-ink); }
.input-wrap input::placeholder { color: #9aa09a; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0; color: #68716d; font-size: 11px; line-height: 1.45; cursor: pointer; }
.check-row input { width: 15px; height: 15px; accent-color: #272e2f; margin: 0; flex: 0 0 auto; }
.button-light { width: 100%; min-height: 50px; background: #202728; color: var(--paper); }
.button-light:hover { background: #101516; }
.button-light span { color: var(--lilac-soft); }
.button-light:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 16px; margin: 14px 0 -4px; color: #62706b; font-size: 11px; line-height: 1.5; opacity: 0; transition: opacity .2s ease; }
.form-status.is-visible { opacity: 1; }
.purchase-availability { margin-top: 28px; padding-top: 21px; border-top: 1px solid rgba(21, 25, 26, .16); }
.availability-kicker { color: #727b78; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.purchase-availability p { margin: 12px 0 20px; color: #68716d; font-size: 12px; line-height: 1.65; }

.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 55px; }
.section-heading-row > p { margin: 0 0 4px; }
.comparison-table { border-top: 1px solid var(--line); }
.comparison-head, .comparison-row { display: grid; grid-template-columns: minmax(250px, 1.3fr) minmax(170px, .8fr) minmax(190px, .9fr); }
.comparison-head { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.comparison-head > span { padding: 17px 20px; border-bottom: 1px solid var(--line); }
.comparison-head > span:first-child { padding-left: 0; }
.comparison-premium { color: var(--lilac-soft); background: rgba(185, 166, 200, .08); }
.comparison-row { min-height: 122px; border-bottom: 1px solid var(--line); }
.comparison-feature { display: grid; grid-template-columns: 32px 1fr; align-content: center; column-gap: 13px; padding: 22px 20px 22px 0; }
.comparison-number { grid-row: span 2; color: var(--lilac); font-size: 10px; padding-top: 3px; }
.comparison-feature b { font: 600 25px/.9 var(--display); text-transform: uppercase; }
.comparison-feature small { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 6px; }
.comparison-cell { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 18px 20px; border-left: 1px solid var(--line); }
.comparison-cell strong { font: 600 28px/.8 var(--display); text-transform: uppercase; }
.comparison-cell small { color: var(--muted); font-size: 10px; line-height: 1.3; }
.comparison-muted { color: #858d8b; }
.comparison-highlight { color: var(--ink); background: rgba(185, 166, 200, .08); border-left-color: rgba(185, 166, 200, .22); }
.comparison-highlight strong { color: var(--lilac-soft); }
.comparison-free { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 20px; border: 1px solid rgba(183, 209, 208, .2); background: rgba(183, 209, 208, .06); }
.comparison-free > span { color: var(--cyan); font-size: 22px; }
.comparison-free div { display: flex; flex-direction: column; gap: 4px; }
.comparison-free b { font-size: 13px; font-weight: 600; }
.comparison-free small { color: var(--muted); font-size: 11px; }
.comparison-free i { margin-left: auto; color: var(--cyan); font-size: 9px; font-style: normal; letter-spacing: .16em; }
.benefits-forward { display: grid; grid-template-columns: 46px minmax(0, 1fr) 115px; align-items: center; gap: 22px; margin-top: 16px; padding: 27px 28px; border: 1px solid rgba(185, 166, 200, .3); background: linear-gradient(105deg, rgba(185, 166, 200, .16), rgba(183, 209, 208, .04) 62%, transparent); }
.benefits-forward-symbol { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(185, 166, 200, .55); color: var(--lilac-soft); font: 300 30px/1 var(--body); }
.benefits-forward-copy .small-label { color: var(--lilac-soft); }
.benefits-forward-copy h3 { margin: 9px 0 8px; color: var(--paper); font: 600 clamp(31px, 4vw, 48px)/.86 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.benefits-forward-copy p { max-width: 610px; margin: 0; color: var(--muted-strong); font-size: 12px; line-height: 1.65; }
.benefits-forward-mark { color: var(--lilac-soft); font: 700 30px/.72 var(--display); letter-spacing: .04em; text-align: right; }
.benefits-forward-mark span { color: var(--muted); font-size: 8px; letter-spacing: .2em; }

.download-section { padding-bottom: 130px; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.download-card { min-height: 430px; display: flex; flex-direction: column; padding: 25px 25px 24px; border-right: 1px solid var(--line); background: rgba(17, 23, 24, .42); }
.download-card:last-child { border-right: 0; }
.download-card--primary { color: var(--paper-ink); background: var(--paper); }
.download-card-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.download-card--primary .download-card-top { color: #687071; border-color: rgba(21, 25, 26, .16); }
.download-card-top i { color: var(--lilac-soft); font-style: normal; }
.download-card--primary .download-card-top i { color: #746180; }
.download-card h3 { margin: 38px 0 10px; font: 600 49px/.82 var(--display); text-transform: uppercase; }
.download-description { min-height: 42px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.download-card--primary .download-description { color: #707875; }
.ios-method-list { display: grid; gap: 0; margin: 23px 0 25px; }
.ios-method { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); }
.ios-method:last-child { border-bottom: 1px solid var(--line); }
.ios-method b { font-size: 11px; font-weight: 600; }
.ios-method span { color: var(--muted); font-size: 9px; text-align: right; }
.download-steps { display: grid; gap: 0; margin: 27px 0 25px; padding: 0; list-style: none; counter-reset: download-step; }
.download-steps li { display: grid; grid-template-columns: 25px 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted-strong); font-size: 11px; line-height: 1.45; }
.download-steps li:last-child { border-bottom: 1px solid var(--line); }
.download-steps li::before { counter-increment: download-step; content: '0' counter(download-step); color: var(--lilac); font-size: 9px; padding-top: 2px; }
.download-card--primary .download-steps li { color: #68716d; border-color: rgba(21, 25, 26, .16); }
.download-card--primary .download-steps li::before { color: #746180; }
.download-button { width: 100%; min-height: 50px; margin-top: auto; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; color: var(--paper-ink); background: var(--paper); font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.download-button:hover { background: #fffdf5; transform: translateY(-2px); }
.download-button:disabled { color: #8c928e; background: #e5e4dc; cursor: not-allowed; opacity: 1; transform: none; }
.download-button:disabled span { color: #a7aba6; }
.download-button span { color: var(--lilac); padding-left: 8px; }
.download-actions { display: grid; gap: 8px; margin-top: auto; }
.download-action { display: grid; gap: 0; }
.download-actions .download-button { margin-top: 0; }
.download-button--secondary { border: 1px solid var(--line-strong); color: var(--ink); background: transparent; }
.download-button--secondary:hover { color: var(--paper-ink); background: var(--paper); }
.download-card--primary .download-button { color: var(--paper); background: #202728; }
.download-card--primary .download-button:hover { background: #101516; }
.download-card--primary .download-button span { color: var(--lilac-soft); }
.download-card--primary .download-button--secondary { color: var(--paper-ink); border-color: rgba(21, 25, 26, .28); background: transparent; }
.download-card--primary .download-button--secondary:hover { color: var(--paper); background: #202728; }
.download-status { min-height: 16px; margin: 12px 0 -2px; color: var(--muted); font-size: 10px; line-height: 1.45; opacity: 0; transition: opacity .2s ease; }
.download-status.is-visible { opacity: 1; }
.download-card--primary .download-status { color: #68716d; }

.steps-section { padding-bottom: 110px; }
.steps-stamp { color: var(--lilac); font: 700 31px/.75 var(--display); letter-spacing: .05em; text-align: right; }
.steps-stamp span { color: var(--muted); font-size: 9px; letter-spacing: .22em; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 24px 25px 0 0; border-right: 1px solid var(--line); min-height: 150px; }
.step + .step { padding-left: 25px; }
.step:last-child { border-right: 0; }
.step > span { color: var(--lilac); font-size: 11px; }
.step h3 { margin: 30px 0 8px; font: 600 29px/.85 var(--display); text-transform: uppercase; }
.step p { max-width: 250px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.quote-section { padding: 110px 12%; background: linear-gradient(105deg, rgba(183, 209, 208, .05), transparent 50%); }
.quote-mark { color: var(--lilac); font: 700 80px/.5 Georgia, serif; }
blockquote { max-width: 830px; margin: 25px 0 33px; font: 600 clamp(38px, 5vw, 68px)/.9 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.quote-meta { display: flex; justify-content: space-between; max-width: 830px; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.quote-meta span:first-child { color: var(--lilac-soft); }

.faq-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.faq-section .section-heading-row { display: block; margin: 0; }
.faq-section .section-heading-row > p { margin-top: 32px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font: 600 26px/.9 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--lilac-soft); font: 400 24px/1 var(--body); transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 540px; margin: 0 40px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.site-footer { min-height: 148px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.site-footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.site-footer small { color: #697171; }
.footer-support { color: var(--lilac-soft); text-decoration: none; border-bottom: 1px solid rgba(198, 176, 207, .35); }
.footer-support:hover { color: var(--ink); border-color: var(--ink); }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; }

.reviews-hero { padding: 115px 0 95px; border-bottom: 1px solid var(--line); }
.reviews-hero h1 { margin: 28px 0 22px; font-size: clamp(72px, 11vw, 145px); line-height: .78; }
.reviews-hero p { max-width: 420px; margin: 0; color: var(--muted-strong); font-size: 14px; line-height: 1.75; }
.review-grid-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 75px 0 130px; }
.review-card-page { min-height: 355px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--bg-raised); }
.review-card-page--accent { color: var(--paper-ink); background: var(--paper); border-color: transparent; }
.review-index { color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.review-card-page--accent .review-index { color: #78817e; }
.review-stars { margin-top: 68px; color: var(--lilac-soft); font-size: 12px; letter-spacing: .1em; }
.review-card-page--accent .review-stars { color: #746180; }
.review-card-page blockquote { margin: 20px 0 30px; font-size: 32px; line-height: .92; }
.review-card-page footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.review-card-page--accent footer { border-color: rgba(21, 25, 26, .16); color: #74807c; }
.review-card-page footer b { color: var(--ink-soft); font-weight: 600; }
.review-card-page--accent footer b { color: var(--paper-ink); }
.review-empty { min-height: 330px; padding: 70px 10%; display: grid; justify-items: start; align-content: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-empty-mark { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 25px; color: var(--paper); background: var(--ink); font: 700 20px var(--display); letter-spacing: -.05em; }
.review-empty h2 { max-width: 520px; margin: 0 0 14px; font: 700 clamp(34px, 5vw, 62px)/.9 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.review-empty p { max-width: 360px; margin: 0; color: var(--muted-strong); font-size: 14px; line-height: 1.75; }
.legal-switcher { display: flex; gap: 25px; margin-left: auto; }
.legal-switcher a { color: var(--muted); font-size: 11px; }
.legal-switcher a:hover, .legal-switcher a.is-current { color: var(--paper); }
.legal-page { padding: 92px 0 105px; }
.legal-page h1 { max-width: 850px; margin: 28px 0 22px; font: 700 clamp(58px, 8vw, 112px)/.82 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.legal-intro { max-width: 650px; margin: 0; color: var(--muted-strong); font-size: 15px; line-height: 1.8; }
.legal-meta { margin-top: 22px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-notice { max-width: 720px; display: grid; gap: 7px; margin: 48px 0 0; padding: 17px 20px; border-left: 2px solid var(--lilac); background: rgba(185, 166, 200, .08); color: var(--muted-strong); font-size: 12px; line-height: 1.6; }
.legal-notice b { color: var(--paper); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.legal-section { display: grid; grid-template-columns: 46px minmax(0, 720px); gap: 22px; padding: 38px 0; border-top: 1px solid var(--line); }
.legal-section:first-of-type { margin-top: 70px; }
.legal-section-number { color: var(--lilac-soft); font: 700 18px var(--display); }
.legal-section h2 { margin: 0 0 18px; font: 600 32px/.9 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.legal-section ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: legal-item; }
.legal-section li { position: relative; padding-left: 22px; color: var(--muted-strong); font-size: 13px; line-height: 1.75; counter-increment: legal-item; }
.legal-section li::before { position: absolute; left: 0; color: var(--muted); content: counter(legal-item, decimal-leading-zero); font-size: 10px; letter-spacing: .08em; }
.legal-footer { border-top: 1px solid var(--line); }

.maintenance-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.maintenance-card { max-width: 480px; padding: 54px; text-align: center; border: 1px solid var(--line); background: var(--bg-raised); }
.maintenance-symbol { width: 66px; height: 66px; display: grid; place-items: center; margin: 28px auto; border: 1px solid var(--line-strong); border-radius: 50%; font: 700 22px/1 var(--display); }
.maintenance-card h1 { margin-bottom: 13px; font-size: 58px; line-height: .8; }
.maintenance-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.status-dot { color: var(--muted-strong); font-size: 11px; }
.status-dot i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--cyan); margin-right: 7px; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 34px, 760px); }
    .site-header { min-height: 78px; }
    .main-nav { gap: 18px; }
    .hero-section { grid-template-columns: 1fr; gap: 0; padding: 55px 0 0; }
    .hero-copy { padding: 0 0 55px; }
    .hero-art { min-height: 440px; }
    .premium-layout, .faq-section { grid-template-columns: 1fr; gap: 60px; }
    .purchase-card { max-width: 460px; }
    .section-heading-row { align-items: flex-start; flex-direction: column; gap: 0; }
    .section-heading-row > p { margin-top: 25px; }
    .review-grid-page { grid-template-columns: 1fr; }
    .review-card-page { min-height: 270px; }
}

@media (max-width: 640px) {
    :root { --shell: auto; }
    .site-shell { width: auto; margin-left: 14px; margin-right: 14px; min-width: 0; }
    .site-header { position: relative; gap: 14px; }
    .brand-wordmark { font-size: 20px; }
    .header-cta { margin-left: auto; font-size: 11px; }
    .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; z-index: 5; padding: 16px; background: #111718; border: 1px solid var(--line); flex-direction: column; gap: 0; }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
    .main-nav a:last-child { border-bottom: 0; }
    .nav-toggle { display: block; }
    .hero-section { min-height: 0; padding-top: 42px; }
    .hero-copy h1 { font-size: clamp(68px, 21vw, 105px); margin-top: 23px; }
    .hero-lead { font-size: 13px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-art { min-height: 300px; }
    .hero-art-label { left: 20px; bottom: 20px; }
    .signal-row { grid-template-columns: 1fr 1fr; }
    .signal-item { padding: 18px 10px 19px 0; }
    .signal-item + .signal-item { padding-left: 10px; }
    .signal-item:nth-child(2) { border-right: 0; }
    .signal-caption { grid-column: 1 / -1; border-top: 1px solid var(--line); padding: 17px 0; text-align: left; font-size: 18px; }
    .section-block { padding: 82px 0; }
    .section-intro h2 { font-size: clamp(50px, 14vw, 70px); }
    .section-heading-row h2 { font-size: clamp(44px, 12vw, 64px); }
    .purchase-card { padding: 25px 21px 27px; box-shadow: 9px 9px 0 rgba(185, 166, 200, .12); }
    .purchase-card-heading h3 { font-size: 42px; }
    .comparison-head, .comparison-row { grid-template-columns: minmax(130px, 1.1fr) minmax(90px, .8fr) minmax(105px, .9fr); }
    .comparison-head > span { padding: 14px 10px; font-size: 8px; }
    .comparison-head > span:first-child { padding-left: 0; }
    .comparison-feature { grid-template-columns: 22px 1fr; column-gap: 7px; padding-right: 8px; }
    .comparison-feature b, .comparison-feature small { min-width: 0; overflow-wrap: anywhere; }
    .comparison-number { font-size: 8px; }
    .comparison-feature b { font-size: 19px; }
    .comparison-feature small { font-size: 9px; }
    .comparison-cell { padding: 14px 9px; }
    .comparison-cell strong { font-size: 22px; }
    .comparison-cell small { font-size: 9px; }
    .comparison-free { align-items: flex-start; padding: 16px 12px; }
    .comparison-free b { font-size: 12px; }
    .comparison-free small { font-size: 10px; }
    .comparison-free i { display: none; }
    .benefits-forward { grid-template-columns: 36px 1fr; gap: 15px; padding: 22px 17px; }
    .benefits-forward-symbol { width: 34px; height: 34px; font-size: 24px; }
    .benefits-forward-copy h3 { margin-top: 8px; font-size: 36px; }
    .benefits-forward-copy p { font-size: 11px; }
    .benefits-forward-mark { display: none; }
    .download-grid { grid-template-columns: 1fr; }
    .download-card { min-height: 0; padding: 22px 0 24px; border-right: 0; border-bottom: 1px solid var(--line); background: transparent; }
    .download-card--primary { padding: 22px 16px 24px; background: var(--paper); }
    .download-card:last-child { border-bottom: 0; }
    .download-card h3 { margin-top: 30px; font-size: 43px; }
    .download-description { min-height: 0; }
    .ios-method-list { margin-top: 22px; }
    .ios-method { align-items: flex-start; flex-direction: column; gap: 4px; }
    .ios-method span { text-align: left; }
    .download-steps { margin-top: 23px; }
    .steps-grid { grid-template-columns: 1fr; }
    .step, .step + .step { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
    .step:last-child { border-bottom: 0; }
    .step h3 { margin-top: 22px; }
    .quote-section { padding: 80px 0; }
    blockquote { font-size: 45px; }
    .quote-meta { gap: 20px; flex-direction: column; }
    .faq-section { gap: 45px; }
    .faq-list summary { font-size: 23px; }
    .site-footer { padding: 28px 0; grid-template-columns: 1fr; gap: 20px; }
    .footer-links { justify-content: flex-start; }
    .reviews-hero { padding: 80px 0 65px; }
    .review-grid-page { padding: 55px 0 80px; }
}
