/opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permitted
:root {
    --bg: #050807;
    --bg-soft: #0a0f0d;
    --panel: rgba(255, 255, 255, 0.055);
    --panel-strong: rgba(255, 255, 255, 0.085);
    --line: rgba(255, 255, 255, 0.13);
    --text: #f5f8f6;
    --muted: #9aa6a0;
    --accent: #00f294;
    --accent-soft: #86fbc4;
    --danger: #ff696f;
    --radius: 28px;
    --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: clip;
    color: var(--text);
    background:
        radial-gradient(circle at 75% 6%, rgba(0, 242, 148, 0.09), transparent 28rem),
        var(--bg);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
sup { font-size: .55em; line-height: 0; }
sup a { color: var(--accent); text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: #001a10;
    background: var(--accent);
    border-radius: 99px;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

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

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(calc(100% - 40px), var(--max-width));
    min-height: 76px;
    margin-inline: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 8, 7, 0.78);
    backdrop-filter: blur(24px) saturate(140%);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-size: 18px;
    font-weight: 760;
    letter-spacing: -0.02em;
    text-decoration: none;
}
.brand img { object-fit: contain; }
.main-navigation { display: flex; align-items: center; gap: 30px; }
.main-navigation a {
    color: #c7d0cb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease;
}
.main-navigation a:hover,
.main-navigation a:focus-visible { color: var(--accent); }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; margin-left: 4px; padding-left: 14px; border-left: 1px solid var(--line); }
.language-switcher a { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.language-switcher a.is-active, .language-switcher a:hover, .language-switcher a:focus-visible { color: var(--accent); }
.menu-button { display: none; }

.hero {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    align-items: center;
    min-height: calc(100svh - 76px);
    padding-block: 72px 100px;
}
.eyebrow {
    margin: 0 0 18px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 0.98; letter-spacing: -0.052em; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(54px, 7.2vw, 94px); }
h1 span, h2 span { color: var(--accent); }
.hero-intro { max-width: 610px; margin: 0 0 34px; color: #b5c0ba; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 25px;
    color: #002818;
    background: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 44px rgba(0, 242, 148, 0.2); }
.store-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 8px 18px;
    color: #dce3df;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line);
    border-radius: 16px;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.store-status:hover, .store-status:focus-visible { transform: translateY(-2px); color: #fff; background: rgba(255,255,255,.085); border-color: rgba(0,242,148,.5); }
.store-status svg { width: 25px; height: 25px; fill: currentColor; }
.store-status span { display: grid; font-size: 15px; font-weight: 720; line-height: 1.05; }
.store-status small { color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 32px; color: var(--muted); font-size: 12px; font-weight: 650; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: var(--accent); }

.hero-visual { position: relative; min-height: 650px; perspective: 1200px; }
.ambient-glow { position: absolute; inset: 18% -10% 5% 6%; background: radial-gradient(circle, rgba(0, 242, 148, 0.22), transparent 58%); filter: blur(40px); }
.dashboard-hero-visual { display: grid; place-items: center; }
.dashboard-device {
    position: absolute;
    z-index: 3;
    top: 125px;
    left: -20px;
    width: 620px;
    aspect-ratio: 2.05;
    padding: 7px;
    background: #010202;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 46px;
    box-shadow: 0 48px 120px rgba(0, 0, 0, .72), 0 0 75px rgba(0, 242, 148, .09), inset 0 0 0 1px rgba(255, 255, 255, .08);
    transform: perspective(1100px) rotateY(-4deg) rotateZ(1.5deg);
}
.dashboard-device::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 3px;
    height: 74px;
    background: rgba(255, 255, 255, .18);
    border-radius: 99px;
    transform: translateY(-50%);
}
.dashboard-device-screen {
    width: 100%;
    height: 100%;
    padding: 15px 18px 17px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 0%, rgba(0, 242, 148, .13), transparent 32%),
        linear-gradient(145deg, #07100c, #020403 72%);
    border: 1px solid rgba(0, 242, 148, .48);
    border-radius: 39px;
}
.dashboard-topline { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 35px; color: #f4f8f6; }
.dashboard-topline > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 6px; }
.dashboard-topline i { grid-row: 1 / 3; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 8px var(--accent); }
.dashboard-topline strong { font-size: 10px; letter-spacing: .09em; }
.dashboard-topline small { color: rgba(255,255,255,.57); font-size: 6px; font-weight: 700; }
.dashboard-topline > span { padding: 4px 8px; color: var(--accent); background: rgba(0,242,148,.08); border: 1px solid rgba(0,242,148,.45); border-radius: 99px; font-size: 6px; font-weight: 800; letter-spacing: .06em; }
.dashboard-topline time { justify-self: end; font-size: 10px; font-weight: 750; font-variant-numeric: tabular-nums; }
.dashboard-data-grid { display: grid; grid-template-columns: 1fr 1.75fr 1fr; gap: 8px; height: calc(100% - 35px); }
.dashboard-side-column, .dashboard-speed-column { display: grid; gap: 7px; min-width: 0; }
.dashboard-side-column { grid-template-rows: 1fr 1fr 35px; }
.dashboard-speed-column { grid-template-rows: 1fr 27px 35px; }
.dashboard-tile, .dashboard-small, .dashboard-speed, .dashboard-bottom-row > div {
    min-width: 0;
    background: rgba(0, 0, 0, .36);
    border: 1.5px solid rgba(255, 255, 255, .82);
    border-radius: 10px;
}
.dashboard-tile { display: grid; align-content: center; gap: 2px; padding: 8px; }
.dashboard-tile small, .dashboard-small small, .dashboard-speed small, .dashboard-bottom-row small { color: rgba(255,255,255,.46); font-size: 5px; font-weight: 800; letter-spacing: .08em; }
.dashboard-tile strong { font-size: 22px; line-height: 1; }
.dashboard-tile span { overflow: hidden; color: rgba(255,255,255,.38); font-size: 5px; font-weight: 700; white-space: nowrap; }
.dashboard-tile.cyan strong { color: #63e4ff; }.dashboard-tile.mint strong { color: #7cf7c1; }.dashboard-tile.green strong { color: var(--accent); }
.dashboard-small { display: flex; align-items: center; justify-content: space-between; padding: 7px 9px; }
.dashboard-small strong, .dashboard-bottom-row strong { font-size: 9px; }
.dashboard-speed { position: relative; display: grid; justify-items: center; align-content: center; border: 2.5px solid var(--accent); box-shadow: 0 0 13px rgba(0,242,148,.32); }
.dashboard-speed strong { margin-block: -7px; font-size: 78px; line-height: 1; letter-spacing: -.08em; }
.dashboard-speed span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.dashboard-speed em { position: absolute; bottom: 7px; color: rgba(255,255,255,.32); font-size: 5px; font-style: normal; font-weight: 800; letter-spacing: .1em; }
.dashboard-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.dashboard-controls b { display: grid; place-items: center; color: #00170e; background: var(--accent); border: 1px solid rgba(255,255,255,.88); border-radius: 7px; font-size: 6px; }
.dashboard-controls b:nth-child(2) { background: #ff9f43; }.dashboard-controls b:nth-child(3) { color: #fff; background: #e44850; }
.dashboard-bottom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.dashboard-bottom-row > div { display: flex; align-items: center; justify-content: space-between; padding: 7px; }
.dashboard-refuel { display: grid; place-items: center; color: #171100; background: #ffd23f; border: 1.5px solid rgba(255,255,255,.9); border-radius: 9px; font-size: 7px; font-weight: 900; }
.dashboard-preview-caption { position: absolute; top: 490px; right: 3px; left: 20px; margin: 0; color: rgba(255,255,255,.38); font-size: 11px; text-align: center; }
.real-dashboard-hero {
    position: absolute;
    z-index: 3;
    top: 125px;
    left: -20px;
    width: 620px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 42px;
    box-shadow: 0 48px 120px rgba(0,0,0,.72), 0 0 75px rgba(0,242,148,.09);
    transform: perspective(1100px) rotateY(-4deg) rotateZ(1.5deg);
}
.phone {
    position: absolute;
    width: 285px;
    height: 585px;
    padding: 8px;
    overflow: hidden;
    background: #020303;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 48px;
    box-shadow: 0 45px 110px rgba(0, 0, 0, 0.65), inset 0 0 0 1px rgba(255,255,255,.08);
}
.phone::before { content: ""; position: absolute; z-index: 2; top: 16px; left: 50%; width: 82px; height: 23px; background: #000; border-radius: 99px; transform: translateX(-50%); }
.phone-back { top: 35px; right: 18px; transform: rotateY(-11deg) rotateZ(6deg) scale(.91); opacity: .72; }
.phone-front { z-index: 3; top: 60px; left: 30px; transform: rotateY(8deg) rotateZ(-3deg); }
.phone-screen {
    width: 100%;
    height: 100%;
    padding: 19px 18px;
    overflow: hidden;
    background: radial-gradient(circle at 85% 10%, rgba(0,242,148,.20), transparent 35%), linear-gradient(145deg, #07100c, #030605 70%);
    border-radius: 41px;
}
.mock-status { display: flex; justify-content: space-between; margin: 0 7px 43px; color: #cad3ce; font-size: 9px; font-weight: 700; }
.mock-logo { width: 72px; height: 72px; margin: 0 auto 27px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0,242,148,.18)); }
.mock-kicker { margin: 0 0 8px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.phone h2 { margin-bottom: 28px; font-size: 31px; line-height: 1.06; }
.odometer { margin-top: 44px; padding: 21px 16px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; }
.odometer small, .quick-grid small { display: block; color: #8d9a93; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.odometer strong { color: var(--accent); font-size: 36px; letter-spacing: -.06em; }
.odometer span { color: #8d9a93; font-size: 12px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.quick-grid div { padding: 15px 12px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 17px; }
.quick-grid strong { display: block; margin-top: 4px; font-size: 14px; }
.stats-screen { padding-top: 19px; }
.chart-bars { display: flex; align-items: end; gap: 8px; height: 170px; padding: 25px 13px 0; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.chart-bars i { flex: 1; height: var(--bar); background: linear-gradient(var(--accent), rgba(0,242,148,.13)); border-radius: 8px 8px 1px 1px; }
.mock-row { display: flex; align-items: center; justify-content: space-between; padding: 15px 4px; color: #9eaaa3; font-size: 11px; border-bottom: 1px solid rgba(255,255,255,.09); }
.mock-row strong { color: #f3f7f5; font-size: 12px; }

.dashboard-story {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: center;
    padding-block: 150px;
    border-top: 1px solid var(--line);
}
.dashboard-story h2 { margin-bottom: 30px; font-size: clamp(44px, 6vw, 76px); }
.dashboard-story-copy > p:not(.eyebrow) { color: var(--muted); }
.dashboard-story-copy .dashboard-safety-note { margin-top: 25px; color: #d9e2dd; font-size: 14px; font-weight: 700; }
.dashboard-safety-note::before { content: "✓"; margin-right: 8px; color: var(--accent); }
.dashboard-facts { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.dashboard-facts > div { display: flex; align-items: center; gap: 20px; min-height: 103px; padding: 22px 26px; background: rgba(255,255,255,.035); border-bottom: 1px solid var(--line); }
.dashboard-facts > div:last-child { border-bottom: 0; }
.dashboard-facts > div > span { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.dashboard-facts p { display: grid; gap: 3px; margin: 0; }
.dashboard-facts strong { font-size: 18px; }
.dashboard-facts small { color: var(--muted); font-size: 14px; }

.device-versions { padding-block: 140px 155px; border-top: 1px solid var(--line); }
.device-versions .section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 19px; }
.device-version-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.device-version-card {
    display: grid;
    grid-template-rows: auto 340px;
    min-width: 0;
    min-height: 680px;
    padding: 38px 38px 0;
    overflow: hidden;
    color: var(--text);
    background: radial-gradient(circle at 75% 20%, rgba(0,242,148,.14), transparent 34%), rgba(255,255,255,.04);
    border: 1px solid var(--line);
    border-radius: 32px;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}
.device-version-card:hover { transform: translateY(-4px); border-color: rgba(0,242,148,.38); }
.ipad-version { background: radial-gradient(circle at 80% 16%, rgba(0,157,255,.16), transparent 36%), rgba(255,255,255,.04); }
.device-version-copy > span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.device-version-copy h3 { margin: 16px 0 20px; font-size: clamp(33px, 4vw, 49px); }
.device-version-copy p { margin-bottom: 25px; color: var(--muted); }
.device-version-copy strong { color: var(--accent); font-size: 14px; }
.device-version-copy i { font-style: normal; }
.device-version-card > img { align-self: end; width: 100%; height: 330px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 25px 40px rgba(0,0,0,.55)); }

.purchase-overview { padding-block: 135px 150px; border-top: 1px solid var(--line); }
.purchase-overview .section-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 19px; }
.purchase-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.purchase-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 530px;
    padding: 32px;
    background: rgba(255,255,255,.035);
    border: 1px solid var(--line);
    border-radius: 28px;
}
.purchase-card-featured { background: radial-gradient(circle at 80% 8%, rgba(0,242,148,.17), transparent 42%), rgba(255,255,255,.055); border-color: rgba(0,242,148,.42); box-shadow: 0 26px 70px rgba(0,0,0,.26); }
.purchase-kicker { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.purchase-card h3 { margin: 18px 0 22px; font-size: clamp(31px, 3.4vw, 43px); }
.purchase-price { margin: 0 0 26px; color: var(--text); font-size: 34px; font-weight: 850; letter-spacing: -.045em; }
.purchase-price small { color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.purchase-card ul, .purchase-detail ul { display: grid; gap: 13px; padding: 0; margin: 0 0 25px; list-style: none; }
.purchase-card li, .purchase-detail li { position: relative; padding-left: 24px; color: #dbe3df; }
.purchase-card li::before, .purchase-detail li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 850; }
.purchase-card > small { margin-top: auto; color: var(--muted); }
.purchase-footnote { margin: 24px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.purchase-footnote a, .inline-link { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(0,242,148,.28); }

.purchase-page { overflow: hidden; }
.purchase-page-hero { padding-block: 115px 95px; text-align: center; }
.purchase-page-hero h1 { max-width: 1000px; margin-inline: auto; font-size: clamp(58px, 8.5vw, 108px); }
.purchase-page-hero .hero-intro { margin-inline: auto; }
.purchase-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-bottom: 140px; }
.purchase-detail {
    display: grid;
    gap: 35px;
    padding: 45px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--line);
    border-radius: 32px;
}
.purchase-detail-plus { background: radial-gradient(circle at 82% 8%, rgba(0,242,148,.18), transparent 42%), rgba(255,255,255,.05); border-color: rgba(0,242,148,.36); }
.purchase-detail h2 { margin-bottom: 22px; font-size: clamp(42px, 5.3vw, 66px); }
.purchase-detail > div > p:last-child { color: var(--muted); }
.purchase-detail-price { margin: 0 0 24px; color: var(--accent); font-size: 38px; font-weight: 850; letter-spacing: -.045em; }
.purchase-detail-price small { color: var(--muted); font-size: 15px; letter-spacing: 0; }
.purchase-clarification { align-self: end; margin: 0; padding: 18px; color: #cfd8d3; background: rgba(255,255,255,.045); border-radius: 16px; font-size: 13px; }
.free-included { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; padding-block: 130px; border-top: 1px solid var(--line); }
.free-included h2 { font-size: clamp(44px, 6vw, 75px); }
.free-included-list { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }
.free-included-list p { display: flex; gap: 18px; align-items: center; min-height: 86px; padding: 20px 24px; margin: 0; background: rgba(255,255,255,.035); border-bottom: 1px solid var(--line); }
.free-included-list p:last-child { border-bottom: 0; }
.free-included-list span { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.purchase-terms { padding-block: 125px 145px; border-top: 1px solid var(--line); }
.terms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.terms-grid article { padding: 28px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 22px; }
.terms-grid h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.035em; }
.terms-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; }
.legal-links a { color: var(--accent); font-size: 13px; font-weight: 780; text-decoration: none; border-bottom: 1px solid rgba(0,242,148,.3); }

.product-main { overflow: hidden; }
.product-hero { padding-block: 105px 85px; text-align: center; }
.product-hero-actions { display: flex; justify-content: center; margin: -10px 0 38px; }
.product-hero h1 { max-width: 1050px; margin-inline: auto; font-size: clamp(54px, 8vw, 104px); }
.product-hero .hero-intro { margin-inline: auto; }
.product-switch { display: inline-flex; gap: 8px; margin-bottom: 34px; padding: 6px; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 99px; }
.product-switch a, .product-switch span { padding: 9px 17px; border-radius: 99px; font-size: 13px; font-weight: 800; text-decoration: none; }
.product-switch span { color: #002719; background: var(--accent); }
.product-switch a { color: var(--muted); }
.product-hero-media { position: relative; margin-top: 70px; }
.product-hero-media::before { content: ""; position: absolute; inset: 20% 10% -5%; z-index: -1; background: radial-gradient(circle, rgba(0,242,148,.22), transparent 66%); filter: blur(38px); }
.product-hero-media img { width: 100%; height: auto; max-height: 760px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 42px 70px rgba(0,0,0,.62)); }
.product-hero-media.dashboard-media img { max-width: 980px; border-radius: 54px; }
.product-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-block: 25px 120px; }
.product-highlights article { padding: 28px; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 24px; }
.product-highlights span { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.product-highlights h2 { margin: 13px 0 12px; font-size: 28px; }
.product-highlights p { margin: 0; color: var(--muted); font-size: 15px; }
.real-gallery { padding-block: 105px 145px; border-top: 1px solid var(--line); }
.real-gallery .section-heading > p:last-child { max-width: 720px; color: var(--muted); }
.gallery-grid { display: grid; gap: 18px; }
.iphone-gallery { grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; }
.iphone-gallery figure { grid-column: span 2; }
.iphone-gallery figure:nth-last-child(-n+2) { grid-column: span 3; }
.ipad-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid figure { margin: 0; padding: 18px; overflow: hidden; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 28px; }
.gallery-grid img { width: 100%; height: 560px; object-fit: contain; border-radius: 18px; }
.ipad-gallery img { height: 420px; }
.gallery-grid figcaption { display: grid; gap: 4px; padding: 18px 5px 5px; }
.gallery-grid figcaption strong { font-size: 18px; }
.gallery-grid figcaption span { color: var(--muted); font-size: 14px; }
.product-end { padding-block: 90px 125px; text-align: center; }
.product-end h2 { margin-bottom: 28px; font-size: clamp(42px, 6vw, 74px); }
.product-end .primary-button { margin-inline: auto; }

.statement { max-width: 900px; padding-block: 130px 170px; text-align: center; }
.statement h2, .section-heading h2, .difference h2, .privacy h2, .final-cta h2 { margin-bottom: 28px; font-size: clamp(43px, 6.5vw, 78px); }
.statement > p:last-child { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: clamp(19px, 2.4vw, 25px); }

.features { padding-block: 110px 140px; }
.section-heading { margin-bottom: 58px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card {
    position: relative;
    min-height: 430px;
    padding: 34px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.feature-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 500px; }
.feature-card-dark { background: radial-gradient(circle at 80% 16%, rgba(0,242,148,.15), transparent 35%), #080d0b; }
.feature-number { position: absolute; top: 24px; right: 27px; color: rgba(255,255,255,.28); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-label { margin: 0 0 16px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-card h3 { max-width: 540px; margin-bottom: 20px; font-size: clamp(34px, 4vw, 54px); }
.feature-card > p, .feature-card > div > p:last-child { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.fuel-visual { position: relative; display: grid; place-items: center; min-height: 340px; }
.fuel-visual > div { z-index: 1; display: grid; text-align: center; }
.fuel-visual span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.fuel-visual strong { color: var(--accent); font-size: 88px; line-height: 1; letter-spacing: -.08em; }
.fuel-visual small { color: #d4ddd8; font-weight: 650; }
.fuel-visual svg { position: absolute; inset: 48% 0 auto; width: 100%; overflow: visible; }
.fuel-visual path { fill: none; stroke: rgba(0,242,148,.32); stroke-width: 2; vector-effect: non-scaling-stroke; }
.feature-icon { display: grid; width: 88px; height: 88px; margin: 44px 0 80px; color: #002717; background: var(--accent); border-radius: 24px; }
.chart-icon { grid-template-columns: repeat(4, 1fr); align-items: end; gap: 5px; padding: 23px; }
.chart-icon i { background: #003a23; border-radius: 3px 3px 0 0; }
.chart-icon i:nth-child(1) { height: 35%; }.chart-icon i:nth-child(2) { height: 70%; }.chart-icon i:nth-child(3) { height: 52%; }.chart-icon i:nth-child(4) { height: 92%; }
.diary-icon { align-content: center; gap: 8px; padding: 22px; }
.diary-icon i { height: 4px; background: #003a23; border-radius: 9px; }.diary-icon i:last-child { width: 65%; }
.garage-icon { place-items: center; color: #003a23; font-size: 25px; font-weight: 900; letter-spacing: -.08em; }

.difference { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; padding-block: 150px; border-top: 1px solid var(--line); }
.difference-copy > p:not(.eyebrow) { color: var(--muted); }
.difference-list { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.difference-list > div { display: flex; gap: 18px; align-items: center; padding: 23px 26px; background: rgba(255,255,255,.035); border-bottom: 1px solid var(--line); }
.difference-list > div:last-child { border-bottom: 0; }
.difference-list > div > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; font-weight: 800; }
.not-included { color: #ffc1c4; background: rgba(255,105,111,.14); }
.included { color: var(--accent); background: rgba(0,242,148,.13); }
.difference-list p { display: grid; margin: 0; }
.difference-list strong { font-size: 17px; }
.difference-list small { color: var(--muted); font-size: 14px; }

.privacy { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 600px; padding-block: 100px; overflow: hidden; }
.privacy-orbit { position: relative; width: 390px; height: 390px; }
.privacy-orbit::before, .privacy-orbit::after, .privacy-orbit span { content: ""; position: absolute; inset: 50%; border: 1px solid rgba(0,242,148,.24); border-radius: 50%; transform: translate(-50%, -50%); }
.privacy-orbit::before { width: 330px; height: 330px; }.privacy-orbit::after { width: 235px; height: 235px; }
.privacy-orbit span:nth-child(1) { width: 120px; height: 120px; background: radial-gradient(circle at 35% 35%, #8effcb, var(--accent) 35%, #005d38 100%); border: 0; box-shadow: 0 0 80px rgba(0,242,148,.3); }
.privacy-orbit span:nth-child(2), .privacy-orbit span:nth-child(3) { width: 14px; height: 14px; background: var(--accent); border: 0; }
.privacy-orbit span:nth-child(2) { margin: -115px 0 0 115px; }.privacy-orbit span:nth-child(3) { margin: 85px 0 0 -122px; opacity: .5; }
.privacy-copy p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 19px; }
.text-link { display: inline-block; margin-top: 10px; color: var(--accent); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(0,242,148,.35); }

.faq { padding-block: 120px 160px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font-size: clamp(19px, 2.3vw, 26px); font-weight: 720; letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--accent); font-size: 28px; font-weight: 400; transition: transform 180ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 790px; margin: -5px 0 27px; color: var(--muted); }

.contact {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 70px;
    padding: 70px;
    background:
        radial-gradient(circle at 88% 12%, rgba(0, 242, 148, .13), transparent 38%),
        rgba(255, 255, 255, .045);
    border: 1px solid var(--line);
    border-radius: 34px;
}
.contact h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 62px); }
.contact > div > p:last-child { max-width: 540px; margin-bottom: 0; color: var(--muted); }
.email-card {
    position: relative;
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 27px 58px 27px 28px;
    overflow: hidden;
    color: var(--text);
    background: rgba(0, 242, 148, .08);
    border: 1px solid rgba(0, 242, 148, .28);
    border-radius: 22px;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease;
}
.email-card:hover { transform: translateY(-2px); background: rgba(0, 242, 148, .12); }
.email-card span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.email-card strong { overflow-wrap: anywhere; font-size: clamp(15px, 1.8vw, 20px); letter-spacing: -.025em; }
.email-card i { position: absolute; top: 50%; right: 25px; color: var(--accent); font-size: 26px; font-style: normal; transform: translateY(-50%); }

.final-cta { display: grid; justify-items: center; padding-block: 130px 150px; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(0,242,148,.12), transparent 38%); }
.final-cta img { margin-bottom: 25px; filter: drop-shadow(0 20px 40px rgba(0,242,148,.18)); }
.final-cta h2 { max-width: 920px; }
.store-status-large { margin-top: 10px; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px; padding-block: 34px 45px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }
.footer-brand { color: var(--text); }
.site-footer p { margin: 0; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--accent); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; padding-top: 80px; }
    .hero-visual { width: min(100%, 570px); margin: 35px auto 0; }
    .feature-card-wide, .dashboard-story, .difference, .privacy, .contact, .device-version-grid { grid-template-columns: 1fr; }
    .dashboard-story { gap: 55px; }
    .difference { gap: 48px; }
    .privacy { justify-items: center; }
    .privacy-copy { text-align: center; }
    .site-footer { grid-template-columns: 1fr 1fr; }
    .site-footer > p:nth-child(2) { text-align: right; }
    .product-highlights, .iphone-gallery { grid-template-columns: 1fr 1fr; }
    .iphone-gallery figure, .iphone-gallery figure:nth-last-child(-n+2) { grid-column: auto; }
    .purchase-card-grid { grid-template-columns: 1fr 1fr; }
    .purchase-card-featured { grid-column: 1 / -1; }
    .free-included { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 680px) {
    body { font-size: 16px; }
    .section-shell, .site-header { width: min(calc(100% - 28px), var(--max-width)); }
    .site-header { min-height: 68px; }
    .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; padding: 12px 9px; background: transparent; border: 1px solid var(--line); border-radius: 13px; }
    .menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--text); border-radius: 99px; transition: transform 180ms ease; }
    .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
    .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
    .main-navigation { position: absolute; top: 67px; right: 0; left: 0; display: none; align-items: stretch; padding: 15px; background: #0a0f0d; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 70px #000; }
    .main-navigation.is-open { display: grid; }
    .main-navigation a { padding: 11px 8px; }
    .language-switcher { justify-content: center; margin: 8px 0 0; padding: 13px 0 3px; border-top: 1px solid var(--line); border-left: 0; }
    .hero { min-height: auto; padding-block: 75px 50px; }
    h1 { font-size: clamp(48px, 13vw, 64px); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .primary-button, .store-status { width: 100%; }
    .hero-points { display: grid; }
    .hero-visual { min-height: 535px; transform: scale(.88); transform-origin: top center; margin-bottom: -75px; }
    .dashboard-hero-visual { min-height: 425px; margin-bottom: -35px; transform: none; }
    .dashboard-device { top: 70px; left: 50%; width: 620px; transform: translateX(-50%) scale(.57) rotateZ(1.5deg); }
    .real-dashboard-hero { top: 80px; left: 50%; width: 620px; transform: translateX(-50%) scale(.57) rotateZ(1.5deg); }
    .dashboard-preview-caption { top: 340px; right: 10px; left: 10px; }
    .phone { width: 250px; height: 515px; }
    .phone-front { left: -2px; }.phone-back { right: -2px; }
    .phone h2 { font-size: 26px; }
    .mock-logo { width: 61px; height: 61px; margin-bottom: 22px; }
    .odometer { margin-top: 30px; }
    .statement { padding-block: 110px; }
    .dashboard-story { padding-block: 100px; }
    .dashboard-facts > div { min-height: 94px; padding: 19px 18px; }
    .device-versions { padding-block: 95px 110px; }
    .device-version-card { grid-template-rows: auto 280px; min-height: 610px; padding: 28px 25px 0; }
    .device-version-card > img { height: 275px; }
    .purchase-overview { padding-block: 90px 105px; }
    .purchase-card-grid, .purchase-detail-grid, .terms-grid { grid-template-columns: 1fr; }
    .purchase-card-featured { grid-column: auto; }
    .purchase-card { min-height: auto; padding: 27px; }
    .purchase-page-hero { padding-block: 80px 65px; }
    .purchase-page-hero h1 { font-size: clamp(48px, 14vw, 70px); }
    .purchase-detail-grid { padding-bottom: 100px; }
    .purchase-detail { padding: 29px 25px; }
    .free-included { padding-block: 95px; }
    .purchase-terms { padding-block: 90px 110px; }
    .features { padding-block: 80px 110px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card, .feature-card-wide { grid-column: auto; display: block; min-height: 440px; padding: 26px; }
    .feature-card-wide { min-height: 660px; }
    .fuel-visual { min-height: 290px; }
    .feature-icon { margin-bottom: 65px; }
    .difference { padding-block: 110px; }
    .difference-list > div { padding: 20px 18px; }
    .privacy { padding-block: 70px 110px; }
    .privacy-orbit { width: 300px; height: 300px; transform: scale(.85); }
    .faq { padding-block: 90px 110px; }
    .contact { gap: 35px; padding: 35px 25px; }
    .email-card { padding: 23px 48px 23px 20px; }
    .final-cta { padding-block: 100px 120px; }
    .product-hero { padding-block: 75px 55px; }
    .product-hero h1 { font-size: clamp(47px, 14vw, 67px); }
    .product-hero-media { margin-top: 45px; }
    .product-hero-media.dashboard-media img { border-radius: 25px; }
    .product-highlights, .iphone-gallery, .ipad-gallery { grid-template-columns: 1fr; }
    .product-highlights { padding-bottom: 90px; }
    .real-gallery { padding-block: 80px 105px; }
    .gallery-grid img, .ipad-gallery img { height: auto; max-height: 670px; }
    .site-footer { grid-template-columns: 1fr; gap: 17px; text-align: center; }
    .footer-brand, .footer-links { justify-content: center; }
    .site-footer > p:nth-child(2) { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
