:root {
    --bg: #030403;
    --panel: #0d0f0f;
    --panel-soft: #151818;
    --line: rgba(255, 255, 255, 0.12);
    --text: #f5f5f2;
    --muted: #a7aaa5;
    --muted-strong: #d9dcd7;
    --green: #3ebd52;
    --green-deep: #0c3a1b;
    --red: #c23d42;
    --amber: #b36b2c;
    --cyan: #2c8793;
    --radius: 8px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f1f2ed;
    color: #0a0c0b;
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
    background-image:
        radial-gradient(1100px 700px at 8% 5%, rgba(62, 189, 82, 0.08), transparent 60%),
        radial-gradient(900px 700px at 95% 12%, rgba(62, 189, 82, 0.05), transparent 65%),
        radial-gradient(1100px 900px at 88% 88%, rgba(62, 189, 82, 0.06), transparent 60%);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

::selection {
    background: var(--green);
    color: #061008;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: fixed;
    z-index: 20;
    top: clamp(12px, 1.6vw, 20px);
    left: clamp(12px, 2vw, 28px);
    right: clamp(12px, 2vw, 28px);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 8px 0 clamp(16px, 2.4vw, 26px);
    color: #0a0c0b;
    background: rgba(245, 245, 242, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    box-shadow: 0 22px 48px -22px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header .site-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #2a2d29;
}

.site-header .site-nav a {
    color: #2a2d29;
}

.site-header .site-nav a:hover {
    color: #0a0c0b;
}

.site-header .brand-mark img {
    filter: none;
}

.site-header .header-action {
    background: #0a0c0b;
    color: var(--text);
    border-color: #0a0c0b;
    min-height: 44px;
}

.site-header .header-action:hover {
    background: var(--green);
    border-color: var(--green);
    color: #061008;
}

.site-header.is-scrolled {
    background: rgba(245, 245, 242, 0.98);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 26px 56px -22px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.brand-mark,
.site-nav,
.hero-actions,
.download-actions {
    display: flex;
    align-items: center;
}

.brand-mark {
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
}

.brand-mark img {
    width: 48px;
    height: 48px;
    filter: invert(1);
}

.site-nav {
    gap: clamp(18px, 3vw, 36px);
    color: var(--muted-strong);
    font-size: 14px;
    font-weight: 600;
}

.site-nav a,
.site-footer a {
    transition: color 180ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
    color: var(--green);
}

.header-action {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-action:hover {
    background: var(--text);
    color: #050605;
    border-color: var(--text);
}

.hero {
    min-height: 100svh;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: clamp(32px, 7vw, 108px);
    padding: 118px clamp(20px, 5vw, 78px) 54px;
    overflow: hidden;
    background: #050605;
    color: var(--text);
}

.hero p {
    color: var(--muted);
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.44;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 4, 3, 0.98) 0%, rgba(3, 4, 3, 0.82) 42%, rgba(3, 4, 3, 0.48) 100%),
        linear-gradient(0deg, var(--bg) 0%, rgba(3, 4, 3, 0) 34%);
}

.hero-content,
.hero-device,
.split-copy,
.phone-stack,
.experience-image,
.experience-copy,
.download > * {
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 16px;
    color: #187a2b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--green);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 12px;
    font-size: clamp(72px, 14vw, 188px);
    line-height: 0.82;
    font-weight: 900;
}

h2 {
    margin-bottom: 22px;
    max-width: 880px;
    font-size: clamp(38px, 6vw, 82px);
    line-height: 0.96;
    font-weight: 850;
}

.highlight-title {
    max-width: 920px;
}

.highlight-title span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: var(--green);
    color: #041007;
    padding: 0 0.08em 0.06em;
}

h3 {
    font-size: 24px;
    line-height: 1.08;
}

p {
    color: #4a4f49;
    font-size: 18px;
    line-height: 1.65;
}

h1, h2, h3 {
    color: #0a0c0b;
}

.hero h1,
.hero-line {
    color: var(--text);
}

.hero-line {
    font-size: clamp(22px, 3.4vw, 44px);
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.hero-copy {
    color: var(--muted);
}

.hero-copy {
    max-width: 620px;
    margin-bottom: 34px;
    font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.download-actions {
    gap: 14px;
    flex-wrap: wrap;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--green);
    color: #061008;
}

.button-primary:hover {
    background: #56d66a;
}

.button-secondary {
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #0a0c0b;
}

.button-secondary:hover {
    border-color: #0a0c0b;
    background: rgba(0, 0, 0, 0.05);
}

.hero-actions .button-secondary,
.hero .button-secondary {
    border-color: rgba(255, 255, 255, 0.24);
    color: var(--text);
}

.hero-actions .button-secondary:hover,
.hero .button-secondary:hover {
    border-color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

.hero-device {
    position: relative;
    justify-self: center;
    width: min(100%, 380px);
    transition: transform 260ms var(--ease);
}

.hero-device:hover {
    transform: translateY(-6px) rotate(-0.6deg);
}

.hero-device img,
.phone {
    filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.58));
    transition: filter 320ms var(--ease), transform 320ms var(--ease);
}

.intro,
.split-section,
.experience,
.community,
.download {
    padding: clamp(76px, 10vw, 142px) clamp(20px, 5vw, 78px);
}

.intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
    gap: clamp(34px, 6vw, 86px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.metric-row {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.metric-row div {
    position: relative;
    padding: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbf6 100%);
    transition: background 260ms ease, transform 260ms ease;
}

.metric-row strong {
    color: #0a0c0b;
}

.metric-row span {
    color: #4a4f49;
}

.metric-row div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--green), transparent);
    opacity: 0;
    transition: opacity 260ms ease;
}

.metric-row div:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f4f6ef 100%);
    transform: translateY(-2px);
}

.metric-row div:hover::before {
    opacity: 1;
}

.metric-row strong {
    display: block;
    margin-bottom: 10px;
    color: #0a0c0b;
    font-size: 18px;
}

.metric-row span {
    color: #4a4f49;
    line-height: 1.55;
}

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(62, 189, 82, 0.18), rgba(62, 189, 82, 0.06));
    color: #187a2b;
    font-size: 18px;
    box-shadow: inset 0 0 0 1px rgba(24, 122, 43, 0.18);
}

.proof-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(62, 189, 82, 0.2), rgba(62, 189, 82, 0.06));
    color: #187a2b;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px rgba(24, 122, 43, 0.2);
    transition: transform 320ms var(--ease), background 320ms ease;
}

.proof-grid article:hover .proof-icon {
    transform: scale(1.06) rotate(-3deg);
    background: linear-gradient(160deg, rgba(62, 189, 82, 0.32), rgba(62, 189, 82, 0.12));
}

.sport-pills span i {
    margin-right: 6px;
    font-size: 0.95em;
    opacity: 0.95;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(44px, 7vw, 100px);
}

.split-copy p,
.experience-copy p,
.download p {
    max-width: 620px;
}

.feature-list {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.feature-list li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #2a2d29;
    font-size: 17px;
    line-height: 1.55;
}

.feature-list span {
    color: #187a2b;
    font-weight: 900;
}

.phone-stack {
    min-height: 680px;
}

.phone {
    position: absolute;
    width: min(78%, 380px);
}

.phone-front {
    right: 8%;
    top: 0;
    z-index: 2;
    transform: rotate(2deg);
}

.phone-back {
    left: 0;
    bottom: 0;
    opacity: 0.72;
    transform: scale(0.9) rotate(-3deg);
}

.phone-stack:hover .phone-front {
    transform: rotate(0deg) translateY(-6px);
    filter: drop-shadow(0 44px 90px rgba(62, 189, 82, 0.18)) drop-shadow(0 34px 70px rgba(0, 0, 0, 0.58));
}

.phone-stack:hover .phone-back {
    transform: scale(0.92) rotate(-1deg) translateY(-2px);
    opacity: 0.85;
}

.experience {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(42px, 7vw, 110px);
    background: #f1f2ed;
    color: #050605;
}

.experience p {
    color: #4a4f49;
}

.experience .eyebrow {
    color: #187a2b;
}

.experience-image img {
    width: min(100%, 430px);
    max-height: 780px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 70px rgba(3, 4, 3, 0.28));
}

.sport-pills {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sport-pills span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 16px;
    background: #050605;
    color: var(--text);
    font-weight: 800;
}

.sport-pills span:nth-child(2) {
    background: #4a270d;
}

.sport-pills span:nth-child(3) {
    background: #451121;
}

.sport-pills span:nth-child(4) {
    background: #0d3940;
}

.community {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.community-heading {
    max-width: 980px;
    margin-bottom: 52px;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 36px 80px -42px rgba(0, 0, 0, 0.18);
}

.proof-grid article {
    position: relative;
    min-height: 290px;
    padding: clamp(24px, 4vw, 42px);
    background: linear-gradient(160deg, #ffffff 0%, #fafbf6 100%);
    transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    overflow: hidden;
    isolation: isolate;
}

.proof-grid article::after {
    content: "";
    position: absolute;
    inset: -1px -1px auto -1px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--green), transparent);
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform 360ms var(--ease);
}

.proof-grid article::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -60px;
    top: -60px;
    background: radial-gradient(circle, rgba(62, 189, 82, 0.18), transparent 70%);
    opacity: 0;
    transition: opacity 320ms ease;
    z-index: -1;
}

.proof-grid article:hover {
    background: linear-gradient(160deg, #ffffff 0%, #f4f6ef 100%);
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.22);
}

.proof-grid h3 {
    color: #0a0c0b;
}

.proof-grid p {
    color: #4a4f49;
}

.proof-grid article:hover::after {
    transform: scaleX(1);
}

.proof-grid article:hover::before {
    opacity: 1;
}

.proof-grid span {
    color: #187a2b;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-grid h3 {
    margin: 14px 0 16px;
}

.download {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    padding-bottom: clamp(48px, 6vw, 80px) !important;
}

.download-logo {
    width: 86px;
    filter: none;
}

.download h2 {
    margin-bottom: 14px;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px clamp(20px, 5vw, 78px);
    border-top: 1px solid var(--line);
}

.site-footer p {
    margin: 0;
    font-size: 14px;
}

.site-footer a {
    color: var(--muted-strong);
    font-size: 14px;
    font-weight: 700;
}

.site-footer .social-links {
    display: flex;
    gap: 14px;
}

.site-footer .social-links a {
    color: var(--text);
    font-size: 1.5rem;
    opacity: .7;
}

.section-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.section-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Store badges ---- */
.store-badges {
    display: flex !important;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.store-badges a {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0;
    border-radius: 9px;
    transition: transform 220ms var(--ease), filter 220ms var(--ease);
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
    overflow: hidden;
}

.store-badges a:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 18px 34px rgba(62, 189, 82, 0.35));
}

.store-badges img {
    display: block;
    height: 52px !important;
    width: auto !important;
    max-width: none;
}

/* ---- Generic page (legal / help / form) layout ---- */
.page-shell {
    min-height: 100svh;
    padding: 132px clamp(20px, 5vw, 78px) 80px;
    position: relative;
    z-index: 1;
}

.page-hero {
    max-width: 1100px;
    margin-bottom: clamp(48px, 8vw, 96px);
}

.page-hero h1 {
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.08;
    margin-bottom: 22px;
    font-weight: 850;
    letter-spacing: -0.01em;
}

.page-hero h1 .accent {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: var(--green);
    color: #041007;
    padding: 0 0.12em 0.04em;
    border-radius: 4px;
}

.page-hero p {
    font-size: clamp(17px, 1.6vw, 20px);
    max-width: 620px;
}

.page-grid {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}

.page-toc {
    position: sticky;
    top: 100px;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbf6 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 24px 60px -32px rgba(0, 0, 0, 0.2);
}

.page-toc strong {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #187a2b;
}

.page-toc ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc;
}

.page-toc li {
    counter-increment: toc;
    margin: 0;
}

.page-toc a {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    color: #4a4f49;
    font-size: 14px;
    line-height: 1.4;
    transition: color 180ms ease, padding 180ms ease;
}

.page-toc a::before {
    content: counter(toc, decimal-leading-zero);
    color: #187a2b;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
    width: 24px;
}

.page-toc a:hover,
.page-toc a.is-active {
    color: #0a0c0b;
    padding-left: 4px;
}

.policy-section {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    scroll-margin-top: 100px;
}

.policy-section:first-child {
    padding-top: 0;
}

.policy-section h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    margin-bottom: 24px;
    color: #0a0c0b;
}

.policy-section h3 {
    margin: 32px 0 12px;
    color: #0a0c0b;
    font-size: 18px;
    font-weight: 800;
}

.policy-section p {
    margin: 0 0 16px;
    color: #2a2d29;
    font-size: 16px;
    line-height: 1.7;
}

.policy-meta {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #6b6f68;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.5);
}

/* ---- FAQ accordion ---- */
.faq-list {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

details.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

details.faq-item > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    cursor: pointer;
    list-style: none !important;
    font-weight: 700;
    font-size: 17px;
    color: #0a0c0b;
    transition: color 180ms ease;
}

details.faq-item > summary::marker,
details.faq-item > summary::-webkit-details-marker {
    display: none !important;
    content: "";
}

.faq-item summary::after {
    content: "+";
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    color: #187a2b;
    background: #ffffff;
    font-size: 18px;
    font-weight: 700;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.faq-item[open] summary {
    color: #187a2b;
}

.faq-item[open] summary::after {
    content: "−";
    background: var(--green);
    border-color: var(--green);
    color: #061008;
    transform: rotate(180deg);
}

.faq-item summary:hover {
    color: #187a2b;
}

.faq-item .faq-body {
    padding: 0 0 22px;
    color: #4a4f49;
    font-size: 16px;
    line-height: 1.65;
    max-width: 760px;
}

.faq-item .faq-body a {
    color: #187a2b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---- Forms ---- */
.form-card {
    max-width: 720px;
    margin-top: 40px;
    padding: clamp(28px, 4vw, 48px);
    background: linear-gradient(180deg, #ffffff 0%, #fafbf6 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 36px 80px -42px rgba(0, 0, 0, 0.2);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-grid .full {
    grid-column: 1 / -1;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2a2d29;
    text-transform: uppercase;
}

.form-field label .req {
    color: #187a2b;
    margin-left: 4px;
}

.form-field input,
.form-field select,
.form-field textarea {
    background: #ffffff;
    color: #0a0c0b;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 14px 16px;
    font: inherit;
    font-size: 15px;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
    width: 100%;
}

.form-field textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.5;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--green);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(62, 189, 82, 0.18);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #9aa097;
}

.form-field .help {
    font-size: 12px;
    color: var(--muted);
}

.checkbox-row {
    display: flex;
    flex-direction: row !important;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    color: #2a2d29;
    line-height: 1.5;
}

.checkbox-row input {
    width: auto !important;
    margin-top: 2px;
    accent-color: var(--green);
}

.form-actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.form-status {
    font-size: 14px;
    color: #6b6f68;
}

.form-status.success {
    color: #187a2b;
}

.form-status.error {
    color: var(--red);
}

button.button-primary {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

/* ---- Footer expansion ---- */
.site-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding-top: 56px;
    padding-bottom: 32px;
    background: #f1f2ed;
    color: #0a0c0b;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.site-footer .footer-brand img {
    filter: none;
}

.site-footer .footer-brand p {
    color: #4a4f49;
}

.site-footer .footer-col strong {
    color: #6b6f68;
}

.site-footer .footer-col a {
    color: #2a2d29;
}

.site-footer .footer-col a:hover {
    color: #187a2b;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer .footer-bottom p {
    color: #6b6f68;
}

.site-footer .footer-bottom .social-links a {
    color: #2a2d29;
    opacity: 0.85;
}

.site-footer .footer-bottom .social-links a:hover {
    color: #187a2b;
    opacity: 1;
}

.site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
    width: 100%;
}

.site-footer .footer-col {
    display: block;
    min-width: 0;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.footer-brand img {
    width: 36px;
    height: 36px;
    filter: invert(1);
}

.footer-brand p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    max-width: 320px;
}

.site-footer .footer-col strong {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

.site-footer .footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer .footer-col li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.footer-col a {
    color: var(--muted-strong);
    font-size: 14px;
    font-weight: 600;
}

.footer-col a:hover {
    color: var(--green);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
}

.footer-bottom .social-links {
    margin: 0 !important;
    display: flex;
    gap: 14px;
}

.footer-bottom .social-links a {
    margin: 0 !important;
    color: var(--text);
    opacity: 0.7;
    font-size: 1.25rem;
    transition: opacity 180ms ease, color 180ms ease;
}

.footer-bottom .social-links a:hover {
    opacity: 1;
    color: var(--green);
}

/* ---- CTA card before footer ---- */
.cta-card {
    margin: 0 clamp(20px, 5vw, 78px) clamp(60px, 8vw, 100px);
    padding: clamp(36px, 5vw, 64px);
    background:
        radial-gradient(700px 280px at 90% 18%, rgba(62, 189, 82, 0.22), transparent 70%),
        linear-gradient(160deg, #101313 0%, #050605 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    display: block;
    color: var(--text);
    box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    opacity: 0.04;
    mix-blend-mode: overlay;
}

.cta-card > div {
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.cta-card .eyebrow {
    color: var(--green);
}

.cta-card h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.05;
    color: var(--text);
}

.cta-card p {
    margin-bottom: 28px;
    color: var(--muted-strong);
}

.cta-card .button-primary {
    background: var(--green);
    color: #061008;
}

.cta-card .button-primary:hover {
    background: #56d66a;
    color: #061008;
}

.cta-card .button-secondary {
    border-color: rgba(255, 255, 255, 0.24);
    color: var(--text);
}

.cta-card .button-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--text);
}

.cta-card .button + .button {
    margin-left: 12px;
}

@media (max-width: 980px) {
    .page-grid {
        grid-template-columns: 1fr;
    }

    .page-toc {
        position: static;
    }

    .form-grid,
    .footer-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-shell {
        padding: 110px 16px 60px;
    }

    .store-badges img {
        height: 48px;
    }

    .store-badges .badge-play img {
        height: 70px;
    }
}

@media (max-width: 980px) {
    .site-nav {
        display: none;
    }

    .hero,
    .intro,
    .split-section,
    .experience,
    .download {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 116px;
    }

    .hero-device {
        width: min(82vw, 390px);
    }

    .phone-stack {
        min-height: 610px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .download {
        align-items: start;
    }

    .download-actions {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .site-header {
        height: 66px;
        padding-inline: 16px;
    }

    .brand-mark span {
        display: none;
    }

    .header-action {
        min-height: 38px;
        padding-inline: 14px;
        font-size: 13px;
    }

    .hero {
        padding: 100px 16px 42px;
        gap: 32px;
    }

    h1 {
        font-size: clamp(72px, 24vw, 104px);
    }

    h2 {
        font-size: clamp(34px, 12vw, 54px);
    }

    p {
        font-size: 16px;
    }

    .button {
        width: 100%;
    }

    .intro,
    .split-section,
    .experience,
    .community,
    .download {
        padding: 68px 16px;
    }

    .phone-stack {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .phone {
        position: static;
        width: 100%;
    }

    .phone-back {
        transform: none;
        opacity: 1;
    }

    .feature-list li {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .site-footer {
        flex-direction: column;
        align-items: flex-start;
        padding-inline: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

.footer-brand .social-links {
    display: flex;
    gap: 14px;
    margin-top: 6px;
}

.footer-brand .social-links a {
    color: var(--text);
    opacity: 0.7;
    font-size: 1.25rem;
    transition: opacity 180ms ease, color 180ms ease;
}

.footer-brand .social-links a:hover {
    opacity: 1;
    color: var(--green);
}
