:root {
    color-scheme: dark;
    --bg: #070906;
    --bg-2: #0e130d;
    --panel: #121810;
    --panel-2: #192016;
    --line: rgba(215, 255, 192, 0.18);
    --line-strong: rgba(176, 255, 78, 0.42);
    --text: #f4f7ef;
    --muted: #b6c1ae;
    --soft: #dbe8d0;
    --acid: #a8ff18;
    --acid-2: #65d624;
    --ember: #ff7a31;
    --steel: #8f9a95;
    --shadow: rgba(0, 0, 0, 0.55);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    background:
        linear-gradient(90deg, rgba(168, 255, 24, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(168, 255, 24, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 72px 72px, 72px 72px, auto;
    color: var(--text);
    line-height: 1.6;
}

img,
video,
svg {
    display: block;
}

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

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--ember);
    outline-offset: 4px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 9, 6, 0.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    font-weight: 800;
}

.brand img,
.footer-brand img {
    flex: 0 0 auto;
    border-radius: 6px;
}

.brand span {
    white-space: nowrap;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

.nav-links a,
.nav-cta {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0.55rem 0.9rem;
    color: var(--soft);
    font-size: 0.95rem;
    font-weight: 700;
}

.nav-links a:hover {
    color: var(--acid);
}

.nav-cta {
    border: 1px solid var(--line-strong);
    background: rgba(168, 255, 24, 0.12);
    color: var(--acid);
}

.hero {
    position: relative;
    min-height: 86svh;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0d08;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 9, 6, 0.98) 0%, rgba(7, 9, 6, 0.78) 42%, rgba(7, 9, 6, 0.24) 100%),
        linear-gradient(180deg, rgba(7, 9, 6, 0.16) 0%, rgba(7, 9, 6, 0.72) 100%),
        url("/assets/images/hero-keyart.webp") right center / auto 100% no-repeat;
    transform: scale(1.01);
}

.hero-inner,
.section-inner,
.footer-inner {
    width: min(100% - 2rem, var(--max));
    margin: 0 auto;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: 3rem;
    align-items: center;
    padding: 4.5rem 0 3rem;
}

.hero-copy {
    max-width: 680px;
}

.eyebrow {
    margin: 0 0 0.7rem;
    color: var(--acid);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

h1 {
    margin-bottom: 0.45rem;
    font-size: 5rem;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 12px 34px var(--shadow);
}

.tagline {
    margin-bottom: 1.2rem;
    color: var(--acid);
    font-size: 1.45rem;
    font-weight: 900;
}

.hero-text {
    max-width: 590px;
    margin-bottom: 1.8rem;
    color: var(--soft);
    font-size: 1.12rem;
}

.hero-actions,
.support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.button {
    min-height: 3.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border-radius: 6px;
    padding: 0.85rem 1.1rem;
    font-weight: 900;
    line-height: 1.15;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.button-primary {
    background: var(--acid);
    color: #10160b;
}

.button-secondary {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

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

.button-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.button-icon svg,
.feature-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.phone-showcase {
    justify-self: end;
    width: min(100%, 390px);
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.45rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(168, 255, 24, 0.08));
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.62);
}

.hero-video,
.video-panel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    background: #050705;
}

.intro-band {
    background: #11160f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-grid div {
    min-height: 7.8rem;
    display: grid;
    align-content: center;
    gap: 0.25rem;
    padding: 1.25rem;
    background: #11160f;
}

.stat-grid strong {
    color: var(--acid);
    font-size: 2rem;
    line-height: 1;
}

.stat-grid span {
    color: var(--muted);
    font-weight: 700;
}

.section {
    padding: 5rem 0;
}

.section-dark {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 18px),
        var(--bg-2);
}

.split,
.image-band-inner,
.support-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem;
    align-items: start;
}

.section-copy h2,
.section-heading h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: 0;
}

.section-copy p,
.section-heading p {
    color: var(--muted);
    font-size: 1.06rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card {
    min-height: 13rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.feature-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 6px;
    background: rgba(168, 255, 24, 0.12);
    color: var(--acid);
}

.feature-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.2rem;
}

.feature-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.image-band {
    background:
        linear-gradient(90deg, rgba(255, 122, 49, 0.08), transparent 36%),
        #0a0d08;
}

.image-band-inner {
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    align-items: center;
}

.poster-panel {
    width: min(100%, 360px);
    aspect-ratio: 640 / 1152;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
}

.poster-panel img,
.screenshot-rail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.threat-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.6rem 0 0;
}

.threat-list div {
    border-left: 3px solid var(--ember);
    padding-left: 1rem;
}

.threat-list dt {
    color: var(--text);
    font-weight: 900;
}

.threat-list dd {
    margin: 0;
    color: var(--muted);
}

.section-heading {
    max-width: 680px;
    margin-bottom: 2rem;
}

.media-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
}

.video-panel {
    aspect-ratio: 9 / 16;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.45rem;
    background: rgba(255, 255, 255, 0.06);
}

.screenshot-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-color: var(--acid) rgba(255, 255, 255, 0.12);
}

.screenshot-rail img {
    min-width: 180px;
    aspect-ratio: 640 / 1146;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #050705;
}

.support-section {
    background:
        linear-gradient(90deg, rgba(168, 255, 24, 0.1), rgba(255, 122, 49, 0.06)),
        var(--panel);
}

.support-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.site-footer {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #050705;
}

.footer-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
}

.footer-inner p {
    margin: 0;
    color: var(--muted);
}

.footer-inner nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: flex-end;
    color: var(--soft);
    font-weight: 700;
}

.footer-inner a:hover {
    color: var(--acid);
}

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

    .nav-links {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .hero-inner,
    .split,
    .image-band-inner,
    .media-layout,
    .support-inner,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .hero-inner {
        gap: 2rem;
        padding-top: 3.2rem;
    }

    .phone-showcase {
        justify-self: start;
        width: min(100%, 340px);
    }

    .section-copy h2,
    .section-heading h2 {
        font-size: 2.35rem;
    }

    .support-actions,
    .footer-inner nav {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .site-header {
        padding: 0.8rem 1rem;
    }

    .brand span {
        white-space: normal;
    }

    .nav-links {
        gap: 0.1rem;
    }

    .nav-links a,
    .nav-cta {
        padding: 0.5rem 0.65rem;
        font-size: 0.9rem;
    }

    .hero {
        min-height: 88svh;
    }

    .hero-bg {
        background:
            linear-gradient(180deg, rgba(7, 9, 6, 0.82), rgba(7, 9, 6, 0.7)),
            url("/assets/images/hero-keyart.webp") center top / cover no-repeat;
        opacity: 0.92;
    }

    .hero-inner,
    .section-inner,
    .footer-inner {
        width: min(100% - 1.25rem, var(--max));
    }

    .hero-inner {
        padding: 2.4rem 0 2rem;
    }

    h1 {
        font-size: 3.2rem;
    }

    .tagline {
        font-size: 1.18rem;
    }

    .hero-text,
    .section-copy p,
    .section-heading p {
        font-size: 1rem;
    }

    .hero-actions,
    .support-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .stat-grid,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .stat-grid div {
        min-height: 5.8rem;
    }

    .section {
        padding: 3.4rem 0;
    }

    .section-copy h2,
    .section-heading h2 {
        font-size: 2rem;
    }

    .feature-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .button:hover {
        transform: none;
    }
}
