/*
Theme Name: GazeAtlas
Author: Dr Prateek Kumar P Porwal
Description: Lightweight public WordPress theme for GazeAtlas and NeuroGaze Simulator.
Version: 1.5.9
License: Proprietary
*/

:root {
    --ink: #14212b;
    --muted: #5c6b76;
    --line: #d9e2e7;
    --soft: #eef5f6;
    --paper: #fbfcfb;
    --blue: #1e6f8c;
    --blue-dark: #123f52;
    --teal: #0d8b83;
    --amber: #bd7a1f;
    --shadow: 0 18px 42px rgba(20, 33, 43, .10);
}

/* v1.4.5 public website mockup implementation */
body:not(.gazeatlas-login-route) {
    --ga-void: #06090f;
    --ga-surface: #0d1117;
    --ga-panel: #111827;
    --ga-panel-2: #162032;
    --ga-line: #263348;
    --ga-muted: #93a4b8;
    --ga-text: #eef6ff;
    --ga-cyan: #38bdf8;
    --ga-cyan-strong: #0ea5e9;
    --ga-green: #56d364;
    --ga-amber: #f4b740;
    color: var(--ga-text);
    background:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        var(--ga-void);
    background-size: 28px 28px;
}

body:not(.gazeatlas-login-route) .ga-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    background: rgba(6, 9, 15, .92);
    border-bottom: 1px solid var(--ga-line);
    backdrop-filter: blur(14px);
}

body:not(.gazeatlas-login-route) .ga-brand,
body:not(.gazeatlas-login-route) h1,
body:not(.gazeatlas-login-route) h2,
body:not(.gazeatlas-login-route) h3,
body:not(.gazeatlas-login-route) strong {
    color: var(--ga-text);
}

body:not(.gazeatlas-login-route) h1 {
    font-size: 64px;
    line-height: .98;
}

body:not(.gazeatlas-login-route) h2 {
    font-size: 34px;
    line-height: 1.08;
}

body:not(.gazeatlas-login-route) p,
body:not(.gazeatlas-login-route) li {
    color: var(--ga-muted);
}

body:not(.gazeatlas-login-route) .ga-lead {
    color: #c8d8e8;
}

body:not(.gazeatlas-login-route) .ga-kicker,
body:not(.gazeatlas-login-route) .ga-brand span,
body:not(.gazeatlas-login-route) .ga-module-copy span,
body:not(.gazeatlas-login-route) .ga-price-card > span {
    color: var(--ga-cyan);
    letter-spacing: 0;
}

body:not(.gazeatlas-login-route) .ga-nav a {
    color: var(--ga-muted);
    border: 1px solid transparent;
}

body:not(.gazeatlas-login-route) .ga-nav a:hover,
body:not(.gazeatlas-login-route) .ga-nav a[aria-current="page"] {
    color: var(--ga-text);
    background: rgba(56, 189, 248, .12);
    border-color: rgba(56, 189, 248, .28);
}

body:not(.gazeatlas-login-route) .ga-nav .ga-nav-signup,
body:not(.gazeatlas-login-route) .ga-nav .ga-nav-launch {
    color: #04111c;
    background: var(--ga-cyan);
    border-color: var(--ga-cyan);
}

body:not(.gazeatlas-login-route) .ga-hero,
body:not(.gazeatlas-login-route) .ga-page-hero {
    padding-top: 72px;
}

body:not(.gazeatlas-login-route) .ga-home-redesign {
    grid-template-columns: minmax(0, .96fr) minmax(360px, .84fr);
    min-height: 610px;
}

body:not(.gazeatlas-login-route) .ga-home-eye-preview {
    background:
        linear-gradient(rgba(56,189,248,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,189,248,.08) 1px, transparent 1px),
        #0b111a;
    background-size: 34px 34px;
    border: 1px solid rgba(56, 189, 248, .26);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

body:not(.gazeatlas-login-route) .ga-panel,
body:not(.gazeatlas-login-route) .ga-card,
body:not(.gazeatlas-login-route) .ga-price-card,
body:not(.gazeatlas-login-route) .ga-visual-module-card,
body:not(.gazeatlas-login-route) .ga-author-card {
    color: var(--ga-text);
    background: rgba(17, 24, 39, .86);
    border: 1px solid var(--ga-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

body:not(.gazeatlas-login-route) .ga-button {
    min-height: 46px;
}

body:not(.gazeatlas-login-route) .ga-primary {
    color: #06111a;
    background: var(--ga-cyan);
    border-color: var(--ga-cyan);
}

body:not(.gazeatlas-login-route) .ga-secondary,
body:not(.gazeatlas-login-route) .ga-login-cta {
    color: var(--ga-text);
    background: rgba(255,255,255,.04);
    border-color: var(--ga-line);
}

.ga-actions-focused {
    align-items: center;
}

body:not(.gazeatlas-login-route) .ga-launch-hint {
    margin: 12px 0 0;
    color: #b9c8d8;
    font-size: 14px;
    line-height: 1.55;
}

body:not(.gazeatlas-login-route) .ga-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

body:not(.gazeatlas-login-route) .ga-trust-strip span {
    border-color: rgba(56,189,248,.22);
    color: #b9c8d8;
    background: rgba(56,189,248,.07);
}

.ga-demo-reel {
    align-self: stretch;
    display: grid;
    gap: 12px;
    width: min(560px, 100%);
    padding: 16px;
    border: 1px solid rgba(56, 189, 248, .3);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(10, 15, 23, .94), rgba(7, 12, 19, .98)),
        #070c13;
    box-shadow: 0 22px 64px rgba(0, 0, 0, .35);
}

.ga-demo-reel-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.ga-demo-reel-head span,
.ga-demo-caption span,
.ga-demo-question-card span,
.ga-demo-compare-toolbar span {
    color: var(--ga-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ga-demo-reel-head strong {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.2;
}

.ga-demo-reel-head p {
    margin: 0;
    max-width: 260px;
    color: #c8d8e8;
    font-size: 13px;
    line-height: 1.5;
}

.ga-demo-reel-stage {
    position: relative;
    aspect-ratio: 16 / 11;
    min-height: 0;
    border: 1px solid rgba(56, 189, 248, .24);
    border-radius: 10px;
    overflow: hidden;
    background: #05080d;
}

.ga-demo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.ga-demo-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.ga-live-video-shell,
.ga-demo-quiz-live,
.ga-demo-compare-grid {
    position: absolute;
    inset: 0;
}

.ga-demo-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ga-demo-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    gap: 7px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(5, 8, 13, 0) 0%, rgba(5, 8, 13, .78) 44%, rgba(5, 8, 13, .96) 100%);
}

.ga-demo-caption h3,
.ga-demo-question-card h3 {
    margin: 0;
    color: var(--ga-text);
    font-size: 22px;
    line-height: 1.2;
}

.ga-demo-caption p,
.ga-demo-question-card p,
.ga-demo-compare-note {
    margin: 0;
    color: #c8d8e8;
    line-height: 1.5;
}

.ga-demo-quiz-live {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(240px, .78fr);
    background:
        linear-gradient(90deg, rgba(5, 8, 13, .04), rgba(5, 8, 13, .92) 54%),
        #05080d;
}

.ga-demo-quiz-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.ga-demo-quiz-media span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 999px;
    color: #e7f3ff;
    background: rgba(5, 8, 13, .74);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.ga-demo-question-stack {
    position: relative;
    min-height: 100%;
    padding: 22px;
    overflow: hidden;
}

.ga-demo-question-card {
    position: absolute;
    inset: 22px;
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(12px);
    background: rgba(8, 14, 22, .9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
    animation: gaQuestionFlash 5s infinite;
}

.ga-demo-question-card p {
    width: fit-content;
    padding: 8px 10px;
    border-radius: 999px;
    color: #06111a;
    background: var(--ga-cyan);
    font-weight: 900;
}

.ga-q2 {
    animation-delay: 1.25s;
}

.ga-q3 {
    animation-delay: 2.5s;
}

.ga-q4 {
    animation-delay: 3.75s;
}

@keyframes gaQuestionFlash {
    0%, 20% {
        opacity: 1;
        transform: translateY(0);
    }
    25%, 100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.ga-demo-compare-toolbar {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: calc(100% - 28px);
    margin: 14px;
    padding: 10px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 10px;
    background: rgba(5, 8, 13, .82);
    backdrop-filter: blur(8px);
}

.ga-demo-compare-toolbar div {
    display: flex;
    gap: 8px;
}

.ga-demo-compare-toolbar button {
    position: relative;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(56, 189, 248, .24);
    border-radius: 999px;
    background: rgba(56, 189, 248, .1);
    color: #d3e4f3;
    font-size: 12px;
    font-weight: 800;
}

.ga-demo-compare-toolbar button::after {
    content: "v";
    margin-left: 8px;
    color: var(--ga-cyan);
    font-size: 10px;
}

.ga-demo-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding-top: 64px;
    background: rgba(56, 189, 248, .16);
}

.ga-demo-compare-pane {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #05080d;
}

.ga-demo-compare-pane strong {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 999px;
    color: #e7f3ff;
    background: rgba(5, 8, 13, .76);
    font-size: 12px;
}

.ga-demo-compare-note {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    padding: 10px 12px;
    border: 1px solid rgba(56, 189, 248, .18);
    border-radius: 10px;
    background: rgba(5, 8, 13, .82);
    font-size: 13px;
}

.ga-demo-reel-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ga-demo-reel-tabs button {
    min-height: 42px;
    border: 1px solid rgba(56, 189, 248, .18);
    border-radius: 8px;
    background: rgba(255,255,255,.03);
    color: #c8d8e8;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    transition: border-color .2s, background .2s, color .2s;
}

.ga-demo-reel-tabs button.is-active,
.ga-demo-reel-tabs button:hover,
.ga-demo-reel-tabs button:focus-visible {
    border-color: rgba(56, 189, 248, .62);
    background: rgba(56, 189, 248, .14);
    color: var(--ga-text);
}

.ga-start-here {
    display: grid;
    gap: 18px;
}

.ga-start-here-head {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(260px, .52fr);
    gap: 18px;
    align-items: end;
}

.ga-start-here-head p {
    margin: 0;
    color: #c8d8e8;
    line-height: 1.6;
}

.ga-start-here-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ga-start-here-card {
    display: grid;
    gap: 12px;
    min-height: 208px;
    padding: 22px;
}

.ga-start-here-step {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 999px;
    color: var(--ga-cyan);
    background: rgba(56, 189, 248, .08);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ga-start-here-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.ga-start-here-card p {
    margin: 0;
    color: #c8d8e8;
    line-height: 1.6;
}

.ga-start-here-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 18px;
    border: 1px solid rgba(56, 189, 248, .16);
    border-radius: 8px;
    background: rgba(56, 189, 248, .05);
    color: #c8d8e8;
    line-height: 1.6;
}

.ga-start-here-foot strong {
    color: var(--ga-text);
}

.ga-public-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 8px auto 42px;
}

.ga-public-stats article {
    min-height: 96px;
    padding: 18px;
    border: 1px solid var(--ga-line);
    border-radius: 8px;
    background: rgba(13, 17, 23, .78);
}

.ga-public-stats strong {
    display: block;
    color: var(--ga-cyan);
    font: 800 34px/1 "IBM Plex Mono", "DM Mono", ui-monospace, monospace;
}

.ga-public-stats span {
    display: block;
    margin-top: 6px;
    color: #c8d8e8;
    font-weight: 800;
}

.ga-quiz-preview {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(360px, .72fr);
    gap: 22px;
    align-items: stretch;
}

.ga-quiz-preview-copy,
.ga-quiz-card {
    border: 1px solid var(--ga-line);
    border-radius: 8px;
    background: rgba(17, 24, 39, .86);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.ga-quiz-preview-copy {
    padding: clamp(22px, 3.4vw, 34px);
}

.ga-quiz-preview-copy h2 {
    margin: 8px 0 12px;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.04;
}

.ga-quiz-preview-copy p {
    max-width: 680px;
    color: #c8d8e8;
}

.ga-quiz-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ga-quiz-metrics span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 8px;
    color: #c8d8e8;
    background: rgba(56, 189, 248, .07);
    font-size: 13px;
    font-weight: 800;
}

.ga-quiz-metrics strong {
    color: var(--ga-cyan);
}

.ga-quiz-card {
    padding: 22px;
}

.ga-quiz-card > span {
    display: block;
    margin-bottom: 12px;
    color: var(--ga-cyan);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ga-quiz-card h3 {
    font-size: 20px;
    line-height: 1.34;
}

.ga-quiz-card ol {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style-position: inside;
}

.ga-quiz-card li {
    padding: 9px 10px;
    border: 1px solid var(--ga-line);
    border-radius: 7px;
    color: #d8e7f5;
    background: rgba(255, 255, 255, .035);
    font-weight: 750;
}

.ga-quiz-card .ga-correct-answer {
    color: #06111a;
    border-color: var(--ga-cyan);
    background: var(--ga-cyan);
}

.ga-quiz-card p {
    margin: 0;
    color: #c8d8e8;
}

body:not(.gazeatlas-login-route) .ga-dark-band {
    background: rgba(13, 17, 23, .72);
    border-block: 1px solid var(--ga-line);
}

.ga-visual-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 44px;
}

.ga-visual-module-card {
    overflow: hidden;
}

.ga-module-image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #05080d;
    border-bottom: 1px solid var(--ga-line);
}

.ga-module-image-wrap img,
.ga-hero-screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ga-module-copy {
    padding: 18px;
}

.ga-module-copy span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.ga-module-copy p {
    margin-bottom: 0;
}

.ga-visual-module-card-summary {
    display: flex;
    align-items: center;
}

.ga-author-trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
    gap: 24px;
    align-items: stretch;
}

.ga-author-card {
    padding: 24px;
}

.ga-author-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--ga-amber);
    font-weight: 850;
}

.ga-hero-screen {
    overflow: hidden;
    align-self: center;
    border: 1px solid rgba(56, 189, 248, .24);
    border-radius: 8px;
    background: #05080d;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.ga-simulator-hero,
.ga-get-started-hero {
    grid-template-columns: minmax(0, .88fr) minmax(320px, .72fr);
}

body:not(.gazeatlas-login-route) .ga-pricing-grid {
    gap: 16px;
}

body:not(.gazeatlas-login-route) .ga-price-card-featured {
    border-color: rgba(56,189,248,.7);
    box-shadow: 0 0 0 1px rgba(56,189,248,.28), 0 28px 68px rgba(14,165,233,.18);
}

.ga-comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--ga-line);
    border-radius: 8px;
    background: rgba(13, 17, 23, .86);
}

.ga-comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.ga-comparison-table th,
.ga-comparison-table td {
    padding: 16px;
    border-bottom: 1px solid var(--ga-line);
    color: #c8d8e8;
    text-align: left;
    vertical-align: top;
}

.ga-comparison-table thead th,
.ga-comparison-table tbody th {
    color: var(--ga-text);
}

.ga-comparison-table tbody tr:last-child th,
.ga-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.ga-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ga-started-timeline .ga-steps {
    margin-top: 12px;
}

body:not(.gazeatlas-login-route) input,
body:not(.gazeatlas-login-route) select,
body:not(.gazeatlas-login-route) textarea {
    background: #0b111a;
    border-color: var(--ga-line);
    color: var(--ga-text);
}

body:not(.gazeatlas-login-route) .ga-footer {
    border-top-color: var(--ga-line);
}

@media (max-width: 1040px) {
    body:not(.gazeatlas-login-route) h1 {
        font-size: 48px;
    }

    .ga-public-stats,
    .ga-visual-module-grid,
    .ga-quiz-preview,
    .ga-start-here-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body:not(.gazeatlas-login-route) .ga-home-redesign,
    .ga-simulator-hero,
    .ga-get-started-hero,
    .ga-author-trust,
    .ga-start-here-head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body:not(.gazeatlas-login-route) h1 {
        font-size: 40px;
    }

    body:not(.gazeatlas-login-route) h2 {
        font-size: 28px;
    }

    .ga-public-stats,
    .ga-visual-module-grid,
    .ga-faq-list,
    .ga-quiz-preview,
    .ga-start-here-rail,
    .ga-demo-reel-tabs {
        grid-template-columns: 1fr;
    }

    .ga-public-stats article {
        min-height: 78px;
    }

    .ga-demo-reel {
        padding: 16px;
    }

    .ga-demo-reel-stage {
        aspect-ratio: auto;
        min-height: 520px;
    }

    .ga-demo-reel-head,
    .ga-demo-quiz-live,
    .ga-demo-compare-grid {
        grid-template-columns: 1fr;
    }

    .ga-demo-reel-head {
        align-items: start;
    }

    .ga-demo-reel-head p {
        max-width: none;
    }

    .ga-demo-quiz-media {
        min-height: 220px;
    }

    .ga-demo-question-stack {
        min-height: 300px;
    }

    .ga-demo-compare-toolbar {
        display: grid;
        width: calc(100% - 24px);
        margin: 12px;
    }

    .ga-demo-compare-toolbar div {
        flex-wrap: wrap;
    }

    .ga-demo-compare-grid {
        padding-top: 114px;
    }

    .ga-demo-compare-pane {
        min-height: 185px;
    }
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    margin: 0;
    color: var(--ink);
    background: linear-gradient(180deg, rgba(238,245,246,.95), rgba(251,252,251,1) 360px), var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
a { color: inherit; }
.ga-skip-link {
    position: absolute;
    left: 18px;
    top: 12px;
    z-index: 1000;
    transform: translateY(-160%);
    border-radius: 6px;
    background: var(--blue-dark);
    color: #fff;
    padding: 10px 14px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .16s ease;
}
.ga-skip-link:focus {
    transform: translateY(0);
    outline: 3px solid rgba(13,139,131,.32);
    outline-offset: 2px;
}
.ga-wrap { width: min(1120px, calc(100vw - 36px)); margin: 0 auto; }
.ga-topbar {
    min-height: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(20,33,43,.08);
}
.ga-brand { flex: 0 0 auto; }
.ga-brand { text-decoration: none; font-weight: 850; font-size: 24px; letter-spacing: 0; }
.ga-brand span { color: var(--blue); }
.ga-nav { display: flex; flex: 1 1 540px; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px; }
.ga-nav a {
    text-decoration: none;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 11px;
    border-radius: 6px;
}
.ga-nav a:hover, .ga-nav a[aria-current="page"] { color: var(--blue-dark); background: rgba(30,111,140,.09); }
.ga-hero {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(330px, .82fr);
    gap: 48px;
    align-items: center;
    padding: 54px 0 42px;
}
.ga-kicker {
    color: var(--teal);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 850;
}
h1 { margin: 12px 0 16px; max-width: 780px; font-size: clamp(42px, 7vw, 78px); line-height: .94; letter-spacing: 0; }
.ga-page h1 { font-size: clamp(36px, 5.4vw, 60px); }
h2 { margin: 0 0 12px; font-size: 28px; letter-spacing: 0; }
h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: 0; }
p, li { color: var(--muted); line-height: 1.65; }
.ga-lead { max-width: 720px; font-size: 19px; color: #394a55; }
.ga-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.ga-button, .wp-block-button__link, button.ga-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-weight: 850;
    font-size: 14px;
    cursor: pointer;
}
.ga-primary { background: var(--blue-dark); color: #fff; border-color: var(--blue-dark); }
.ga-secondary { background: #fff; color: var(--blue-dark); }
.ga-panel, .ga-card {
    background: rgba(255,255,255,.86);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.ga-panel { padding: 24px; }
.ga-card { padding: 22px; box-shadow: none; }
.ga-screen {
    margin-top: 18px;
    min-height: 290px;
    border-radius: 8px;
    overflow: hidden;
    background: #0d1620;
    border: 1px solid #263948;
    position: relative;
}
.ga-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 32% 46%, #d7f3f7 0 11%, transparent 12%),
        radial-gradient(circle at 68% 46%, #d7f3f7 0 11%, transparent 12%),
        linear-gradient(90deg, transparent 0 44%, rgba(255,255,255,.14) 44% 45%, transparent 45%),
        repeating-linear-gradient(0deg, rgba(80,210,205,.18), rgba(80,210,205,.18) 1px, transparent 1px, transparent 22px);
}
.ga-screen::after {
    content: "Protected NeuroGaze Simulator";
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: #d6eff2;
    font-size: 13px;
    font-weight: 800;
}
.ga-section { padding: 42px 0; }
.ga-band {
    padding: 44px 0;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.ga-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ga-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
.ga-notice { border-left: 4px solid var(--amber); background: #fff8eb; padding: 14px 16px; border-radius: 6px; color: #5f4520; }
.ga-notice-success {
    border-left-color: var(--green);
    background: #eefaf4;
    color: #16482e;
}
.ga-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ga-pill {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
    color: var(--blue-dark);
    background: #fff;
}
.ga-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.ga-field { display: grid; gap: 6px; }
.ga-field-full { grid-column: 1 / -1; }
.ga-form-intro {
    padding: 12px 14px;
    border: 1px solid rgba(43, 168, 137, .22);
    border-radius: 7px;
    background: rgba(43, 168, 137, .08);
}
.ga-form-intro strong {
    color: var(--blue-dark);
    font-size: 16px;
}
.ga-form-intro span,
.ga-field-hint {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.ga-optional-details {
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 12px 14px;
    background: #fbfcfb;
}
.ga-optional-details summary {
    cursor: pointer;
    color: var(--blue-dark);
    font-weight: 850;
}
.ga-optional-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 14px;
}
label { font-weight: 800; font-size: 13px; color: var(--ink); }
input, select, textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
    color: var(--ink);
}
input[readonly] {
    background: #f3f7f8;
    color: var(--muted);
}
textarea { min-height: 130px; resize: vertical; }
.ga-footer { padding: 30px 0 42px; color: var(--muted); font-size: 13px; }
.ga-footer-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.ga-footer a { color: var(--blue-dark); font-weight: 800; text-decoration: none; }
.neurogaze-launch-button { background: var(--blue-dark); color: #fff; border-radius: 6px; padding: 12px 18px; text-decoration: none; font-weight: 850; display: inline-flex; }
.neurogaze-notice, .neurogaze-launch { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }

@media (max-width: 860px) {
    .ga-topbar { align-items: flex-start; flex-direction: column; padding: 18px 0; }
    .ga-nav { justify-content: flex-start; }
    .ga-hero, .ga-two { grid-template-columns: 1fr; }
    .ga-hero { min-height: 0; padding-top: 34px; gap: 24px; }
    .ga-grid { grid-template-columns: 1fr; }
	.ga-form,
    .ga-optional-grid { grid-template-columns: 1fr; }
}

.ga-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* GazeAtlas 2030-grade product shell refresh. */
:root {
    --ga-ink: #10212a;
    --ga-muted: #5a6a72;
    --ga-soft: #eef6f4;
    --ga-paper: #fbfcfa;
    --ga-panel: #ffffff;
    --ga-line: #d7e4e3;
    --ga-deep: #102f3a;
    --ga-ocean: #176f7a;
    --ga-mint: #2ba889;
    --ga-gold: #b9812c;
    --ga-coral: #b85545;
    --ga-focus: #0b756f;
    --ga-shadow-soft: 0 16px 36px rgba(16, 33, 42, .08);
    --ga-shadow-strong: 0 28px 70px rgba(16, 33, 42, .14);
}

body {
    color: var(--ga-ink);
    background:
        linear-gradient(180deg, #f5fbf9 0, #fbfcfa 42rem),
        var(--ga-paper);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(43, 168, 137, .34);
    outline-offset: 3px;
}

.ga-wrap { width: min(1180px, calc(100% - 40px)); }

.ga-topbar {
    min-height: 84px;
    border-bottom: 1px solid rgba(16, 33, 42, .08);
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 252, 250, .9);
    backdrop-filter: blur(18px);
}

.ga-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ga-deep);
    font-size: 25px;
}

.ga-brand::before {
    content: "";
    width: 30px;
    height: 20px;
    border: 2px solid rgba(23, 111, 122, .8);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #102f3a 0 18%, #2ba889 19% 34%, #eaf7f3 35% 100%);
    box-shadow: inset 0 0 0 2px #fff;
}

.ga-nav { gap: 8px; }

.ga-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    color: #52636b;
    border-radius: 7px;
}

.ga-nav a:hover,
.ga-nav a[aria-current="page"] {
    color: var(--ga-deep);
    background: rgba(43, 168, 137, .1);
}

.ga-nav .ga-nav-login,
.ga-nav .ga-nav-signup,
.ga-login-cta {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(16, 47, 58, .24);
    background: #fff;
    color: var(--ga-deep);
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(16, 33, 42, .07);
}

.ga-nav .ga-nav-launch {
    min-height: 54px;
    padding: 0 30px;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--ga-deep), #0d5f69);
    color: #fff;
    border: 1px solid var(--ga-deep);
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(16, 47, 58, .28), 0 0 0 4px rgba(43, 168, 137, .12);
}

.ga-nav .ga-nav-launch:hover,
.ga-nav .ga-nav-login:hover,
.ga-nav .ga-nav-signup:hover,
.ga-login-cta:hover {
    transform: translateY(-1px);
}

.ga-site-main { overflow: clip; }

.ga-hero-2030 {
    min-height: calc(100vh - 84px);
    grid-template-columns: minmax(0, .96fr) minmax(320px, .74fr);
    gap: clamp(28px, 4vw, 44px);
    padding: clamp(42px, 6vw, 72px) 0 36px;
}

.ga-hero-copy { align-self: center; min-width: 0; }

.ga-kicker {
    color: var(--ga-ocean);
    letter-spacing: .14em;
}

.ga-hero-2030 h1 {
    max-width: 760px;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: .98;
    color: var(--ga-deep);
}

.ga-lead {
    max-width: 760px;
    color: #354851;
    font-size: clamp(18px, 2.2vw, 21px);
}

.ga-button,
.wp-block-button__link,
button.ga-button {
    min-height: 48px;
    border-radius: 7px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ga-button:hover,
.wp-block-button__link:hover,
button.ga-button:hover {
    transform: translateY(-1px);
}

.ga-primary {
    background: var(--ga-deep);
    border-color: var(--ga-deep);
    box-shadow: 0 16px 34px rgba(16, 47, 58, .22);
}

.ga-secondary {
    background: rgba(255, 255, 255, .94);
    border-color: rgba(16, 47, 58, .18);
    color: var(--ga-deep);
}

.ga-button-xl {
    min-height: 58px;
    padding: 0 28px;
    font-size: 16px;
}

.ga-hero-actions { gap: 14px; margin-top: 30px; }

.ga-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.ga-trust-strip span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(23, 111, 122, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    color: #32474f;
    font-size: 12px;
    font-weight: 850;
}

.ga-product-stage {
    align-self: center;
    border: 1px solid rgba(16, 47, 58, .14);
    border-radius: 8px;
    background: #0c161a;
    color: #d8f5ee;
    box-shadow: var(--ga-shadow-strong);
    overflow: hidden;
    min-height: 500px;
}

.ga-stage-toolbar,
.ga-stage-footer {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #b9d5d0;
    font-size: 12px;
    font-weight: 800;
}

.ga-stage-toolbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ga-coral);
}

.ga-stage-toolbar span:nth-child(2) { background: var(--ga-gold); }
.ga-stage-toolbar span:nth-child(3) { background: var(--ga-mint); margin-right: 8px; }
.ga-stage-footer { justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 0; }

.ga-eye-animation {
    position: relative;
    min-height: 390px;
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .1) 49.8% 50.2%, transparent 50.2%),
        repeating-linear-gradient(0deg, rgba(43, 168, 137, .12), rgba(43, 168, 137, .12) 1px, transparent 1px, transparent 27px),
        #0c161a;
}

.ga-eye {
    position: absolute;
    top: 34%;
    width: 35%;
    aspect-ratio: 1.85 / 1;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.96), rgba(216,245,238,.94) 68%, rgba(130,173,170,.88));
    box-shadow:
        inset 0 -10px 20px rgba(16, 47, 58, .16),
        0 20px 52px rgba(0, 0, 0, .28);
    overflow: hidden;
}

.ga-eye-left { left: 10%; }
.ga-eye-right { right: 10%; }

.ga-iris {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #071012 0 19%, #123f52 20% 35%, #2ba889 36% 61%, #c9f1e7 62% 66%, #176f7a 67% 100%);
    transform: translate(-50%, -50%);
    animation: ga-gaze 4.8s cubic-bezier(.48, 0, .22, 1) infinite;
}

.ga-eye-right .ga-iris { animation-delay: .16s; }

.ga-wave {
    position: absolute;
    left: 8%;
    right: 8%;
    height: 72px;
    border: 2px solid transparent;
    border-top-color: rgba(43, 168, 137, .72);
    border-radius: 50%;
    opacity: .75;
}

.ga-wave-one {
    bottom: 76px;
    animation: ga-wave 3.2s ease-in-out infinite;
}

.ga-wave-two {
    bottom: 42px;
    border-top-color: rgba(184, 129, 44, .72);
    animation: ga-wave 3.2s ease-in-out .6s infinite reverse;
}

.ga-crosshair {
    position: absolute;
    left: 50%;
    top: 22%;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, .54);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ga-target 4.8s ease-in-out infinite;
}

.ga-crosshair::before,
.ga-crosshair::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .54);
}

.ga-crosshair::before {
    width: 36px;
    height: 2px;
    left: -8px;
    top: 9px;
}

.ga-crosshair::after {
    width: 2px;
    height: 36px;
    left: 9px;
    top: -8px;
}

@keyframes ga-gaze {
    0%, 100% { transform: translate(-50%, -50%); }
    18% { transform: translate(-28%, -52%); }
    36% { transform: translate(-70%, -48%); }
    54% { transform: translate(-50%, -70%); }
    72% { transform: translate(-50%, -30%); }
}

@keyframes ga-target {
    0%, 100% { left: 50%; top: 22%; }
    18% { left: 62%; top: 24%; }
    36% { left: 38%; top: 25%; }
    54% { left: 50%; top: 14%; }
    72% { left: 50%; top: 32%; }
}

@keyframes ga-wave {
    0%, 100% { transform: translateX(0) scaleX(.98); opacity: .52; }
    50% { transform: translateX(18px) scaleX(1.04); opacity: .9; }
}

.ga-band-tight { padding: 24px 0; }

.ga-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ga-proof-row article {
    display: grid;
    gap: 5px;
    padding: 18px;
    border: 1px solid rgba(23, 111, 122, .14);
    border-radius: 8px;
    background: #fff;
}

.ga-proof-row strong,
.ga-feature-card span {
    color: var(--ga-ocean);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 900;
}

.ga-proof-row span {
    color: var(--ga-muted);
    line-height: 1.55;
}

.ga-section { padding: clamp(46px, 7vw, 78px) 0; }

.ga-section-head {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
    gap: 42px;
    align-items: end;
}

.ga-section-head h2,
.ga-showcase h2,
.ga-final-cta h2 {
    margin-top: 8px;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.04;
    color: var(--ga-deep);
}

.ga-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 72px;
}

.ga-card,
.ga-panel {
    border-color: rgba(16, 47, 58, .12);
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--ga-shadow-soft);
}

.ga-feature-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.ga-feature-card h3 {
    margin-top: 18px;
    font-size: 22px;
    color: var(--ga-deep);
}

.ga-feature-card p { margin-bottom: 0; }

.ga-showcase {
    background:
        linear-gradient(135deg, rgba(16, 47, 58, .98), rgba(13, 117, 111, .92));
    color: #fff;
    padding: clamp(54px, 7vw, 82px) 0;
}

.ga-showcase .ga-kicker,
.ga-showcase h2,
.ga-showcase p { color: #fff; }

.ga-showcase p { color: rgba(255, 255, 255, .8); }

.ga-showcase .ga-secondary {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22);
}

.ga-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.ga-steps li {
    display: grid;
    gap: 5px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.ga-steps strong { color: #fff; }
.ga-steps span { color: rgba(255, 255, 255, .78); line-height: 1.55; }

.ga-boundary-panel {
    border-left: 5px solid var(--ga-gold);
}

.ga-faq {
    display: grid;
    gap: 12px;
}

.ga-faq details {
    border: 1px solid rgba(16, 47, 58, .12);
    border-radius: 8px;
    background: #fff;
    padding: 18px 20px;
    box-shadow: 0 10px 24px rgba(16, 33, 42, .05);
}

.ga-faq summary {
    cursor: pointer;
    color: var(--ga-deep);
    font-weight: 900;
}

.ga-faq p { margin-bottom: 0; }

.ga-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 70px;
    padding: 34px;
    border: 1px solid rgba(16, 47, 58, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ga-shadow-soft);
}

.ga-footer {
    border-top: 1px solid rgba(16, 47, 58, .1);
}

.neurogaze-launch,
.neurogaze-notice {
    border-color: rgba(16, 47, 58, .12);
    border-radius: 8px;
    box-shadow: var(--ga-shadow-soft);
}

.neurogaze-launch-button {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 7px;
    background: var(--ga-deep);
    box-shadow: 0 16px 34px rgba(16, 47, 58, .22);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 1024px) {
    .ga-hero-2030 {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ga-product-stage { min-height: 460px; }
    .ga-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .ga-wrap { width: min(100% - 28px, 1180px); }
    .ga-topbar {
        position: relative;
        gap: 16px;
    }

    .ga-nav a {
        min-height: 38px;
        padding: 8px 10px;
    }

    .ga-nav .ga-nav-login,
    .ga-nav .ga-nav-signup,
    .ga-nav .ga-nav-launch {
        flex: 1 1 auto;
        justify-content: center;
        min-height: 54px;
    }

    .ga-hero-2030 h1 { font-size: clamp(42px, 12vw, 62px); }
    .ga-proof-row,
    .ga-section-head,
    .ga-feature-grid {
        grid-template-columns: 1fr;
    }

    .ga-product-stage { min-height: 410px; }
    .ga-eye-animation { min-height: 300px; }
    .ga-stage-footer { flex-wrap: wrap; padding: 12px 18px; }

    .ga-final-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }
}

@media (max-width: 520px) {
    .ga-hero-actions .ga-button,
    .ga-final-cta .ga-button {
        width: 100%;
    }

    .ga-eye {
        width: 38%;
        top: 32%;
    }

    .ga-eye-left { left: 7%; }
    .ga-eye-right { right: 7%; }
}

/* Public-site polish pass: compact nav, smaller hero type, NeuroGaze-style SVG preview, and full page templates. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body.admin-bar .ga-topbar { top: 32px; }

.ga-topbar {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 10px 0;
}

.ga-brand {
    white-space: nowrap;
}

.ga-nav {
    justify-content: flex-end;
    gap: 10px;
}

.ga-nav a {
    font-size: 15px;
    padding: 8px 12px;
}

.ga-nav .ga-nav-login,
.ga-nav .ga-nav-signup {
    min-height: 46px;
    padding: 0 22px;
    margin-left: 8px;
}

.ga-nav .ga-nav-launch {
    min-height: 54px;
    padding: 0 30px;
}

.ga-hero-2030,
.ga-page-hero {
    min-height: 0;
    padding: clamp(50px, 6vw, 84px) 0 clamp(36px, 5vw, 64px);
}

.ga-hero-2030 {
    grid-template-columns: minmax(0, .88fr) minmax(420px, .8fr);
    gap: clamp(34px, 5vw, 68px);
}

.ga-hero-2030 h1,
.ga-page-hero h1 {
    max-width: 760px;
    font-size: clamp(42px, 5.7vw, 68px);
    line-height: 1.01;
}

.ga-page-hero h1 {
    margin-top: 12px;
}

.ga-page-hero {
    display: grid;
    align-items: center;
    gap: clamp(28px, 5vw, 62px);
}

.ga-page-hero-split {
    grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr);
}

.ga-lead {
    max-width: 700px;
    font-size: clamp(17px, 1.65vw, 20px);
}

.ga-trust-strip span {
    white-space: normal;
}

.ga-product-stage {
    min-height: 0;
    background: #0b171b;
}

.ga-product-stage-login {
    overflow: hidden;
}

.ga-stage-body {
    padding: clamp(22px, 4vw, 34px);
}

.ga-product-stage-login .ga-login-brandtag {
    margin-bottom: 18px;
}

.ga-product-stage-login .ga-login-eyes {
    min-height: 310px;
    box-shadow: none;
}

.ga-product-stage-login .ga-login-sign {
    margin-top: 18px;
}

.ga-product-stage-login .ga-login-signs {
    margin-top: 16px;
}

.ga-stage-toolbar,
.ga-stage-footer {
    background: rgba(7, 17, 20, .82);
}

.ga-neurogaze-svg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 330px;
}

.ga-svg-iris {
    transform-box: fill-box;
    transform-origin: center;
    animation: ga-ng-gaze 4.8s cubic-bezier(.48, 0, .22, 1) infinite;
}

.ga-svg-iris-right {
    animation-delay: .13s;
}

.ga-target-mark {
    transform-box: fill-box;
    transform-origin: center;
    animation: ga-ng-target 4.8s ease-in-out infinite;
}

.ga-svg-wave-a,
.ga-svg-wave-b {
    transform-box: fill-box;
    transform-origin: center;
    animation: ga-ng-wave 3.6s ease-in-out infinite;
}

.ga-svg-wave-b {
    animation-delay: .55s;
}

@keyframes ga-ng-gaze {
    0%, 100% { transform: translateX(0) translateY(0); }
    18% { transform: translateX(18px) translateY(-3px); }
    36% { transform: translateX(-20px) translateY(2px); }
    54% { transform: translateX(0) translateY(-14px); }
    72% { transform: translateX(0) translateY(12px); }
}

@keyframes ga-ng-target {
    0%, 100% { transform: translateX(0) translateY(0); }
    18% { transform: translateX(38px) translateY(5px); }
    36% { transform: translateX(-42px) translateY(7px); }
    54% { transform: translateX(0) translateY(-24px); }
    72% { transform: translateX(0) translateY(28px); }
}

@keyframes ga-ng-wave {
    0%, 100% { transform: translateX(0) scaleX(.98); opacity: .58; }
    50% { transform: translateX(18px) scaleX(1.04); opacity: .9; }
}

.ga-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: clamp(46px, 7vw, 78px);
}

.ga-price-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 28px;
    border: 1px solid rgba(16, 47, 58, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ga-shadow-soft);
}

.ga-price-card-featured {
    border-color: rgba(43, 168, 137, .42);
    box-shadow: var(--ga-shadow-strong);
}

.ga-price-card span,
.ga-small-note {
    color: var(--ga-ocean);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 900;
}

.ga-price-card h2 {
    margin: 0;
    color: var(--ga-deep);
    font-size: 28px;
}

.ga-panel .ga-steps li,
.ga-price-card .ga-steps li {
    border-color: rgba(16, 47, 58, .12);
    background: rgba(238, 246, 244, .62);
}

.ga-panel .ga-steps strong,
.ga-price-card .ga-steps strong {
    color: var(--ga-deep);
}

.ga-panel .ga-steps span,
.ga-price-card .ga-steps span {
    color: var(--ga-muted);
}

.ga-panel-on-dark {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
}

.ga-panel-on-dark h3,
.ga-panel-on-dark p {
    color: #fff;
}

.ga-legal-page .ga-page-hero {
    padding-bottom: 24px;
}

.ga-legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 0 clamp(58px, 7vw, 88px);
}

.ga-legal-card {
    min-height: 250px;
    display: grid;
    align-content: start;
    gap: 10px;
}

.ga-legal-card span {
    color: var(--ga-ocean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-legal-card h2 {
    color: var(--ga-deep);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.08;
}

.ga-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
    gap: 28px;
}

.ga-footer p {
    max-width: 740px;
    margin: 8px 0 0;
    font-size: 13px;
}

.ga-footer-links {
    justify-content: flex-end;
}

.ga-section-head-counts {
    padding-bottom: 28px;
}

.ga-source-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 34px;
}

.ga-stat-card {
    min-height: 184px;
    padding: 24px;
    border: 1px solid rgba(16, 47, 58, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ga-shadow-soft);
}

.ga-stat-card strong {
    display: block;
    color: var(--ga-deep);
    font-size: clamp(34px, 4vw, 52px);
    line-height: .95;
}

.ga-stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--ga-ocean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-stat-card p {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.ga-module-directory {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: clamp(42px, 6vw, 72px);
}

.ga-module-card {
    min-height: 220px;
}

.ga-module-card span,
.ga-mode-grid article span {
    color: var(--ga-ocean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-module-card h3 {
    margin-top: 16px;
    color: var(--ga-deep);
    font-size: 24px;
}

.ga-mode-demarcation {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
    gap: 26px;
    align-items: stretch;
}

.ga-mode-demarcation h2 {
    margin-top: 8px;
    color: var(--ga-deep);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.ga-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ga-mode-grid article {
    display: flex;
    min-height: 248px;
    flex-direction: column;
    justify-content: space-between;
}

.ga-mode-grid h3 {
    color: var(--ga-deep);
    font-size: 24px;
}

.ga-access-demarcation {
    padding-top: 0;
}

.ga-clean-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ga-clean-list li {
    position: relative;
    padding-left: 18px;
    color: var(--ga-muted);
    font-size: 14px;
    line-height: 1.45;
}

.ga-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ga-mint);
}

.ga-login-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .72fr);
    background:
        radial-gradient(circle at 20% 18%, rgba(43, 168, 137, .24), transparent 30rem),
        linear-gradient(135deg, #071115 0, #0d2027 100%);
}

.ga-login-exam {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    padding: clamp(32px, 6vw, 82px);
    color: #d9f5ef;
}

.ga-login-brandtag {
    color: #b7d6d1;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ga-login-brandtag b {
    color: var(--ga-gold);
}

.ga-login-eyes {
    position: relative;
    min-height: 320px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .12) 49.8% 50.2%, transparent 50.2%),
        repeating-linear-gradient(0deg, rgba(43, 168, 137, .15), rgba(43, 168, 137, .15) 1px, transparent 1px, transparent 34px),
        #0a171b;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.ga-login-eye {
    position: absolute;
    top: 42%;
    width: 31%;
    aspect-ratio: 1.95 / 1;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 48%, rgba(255,255,255,.98), rgba(219,245,239,.94) 66%, rgba(130,173,170,.88));
    box-shadow:
        inset 0 -10px 22px rgba(16, 47, 58, .18),
        0 18px 44px rgba(0, 0, 0, .34);
}

.ga-login-eye:first-child {
    left: 14%;
}

.ga-login-eye:nth-child(2) {
    right: 14%;
}

.ga-login-eye span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #071012 0 18%, #123f52 19% 35%, #2ba889 36% 62%, #d9f5ef 63% 67%, #176f7a 68% 100%);
    transform: translate(-50%, -50%);
    animation: ga-login-gaze 4.8s cubic-bezier(.48, 0, .22, 1) infinite;
}

.ga-login-eye:nth-child(2) span {
    animation-delay: .14s;
}

.ga-login-sign {
    width: fit-content;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #d9f5ef;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-login-exam p {
    max-width: 620px;
    color: rgba(217, 245, 239, .78);
    font-size: 18px;
}

.ga-login-signs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ga-login-signs span,
.ga-login-vitals span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #c7e6e1;
    font-size: 12px;
    font-weight: 850;
}

.ga-login-panel {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 70px);
    background:
        radial-gradient(circle at 100% 0, rgba(43, 168, 137, .14), transparent 28rem),
        #fbfcfa;
}

.ga-login-logo {
    width: fit-content;
    margin-bottom: 30px;
    color: var(--ga-deep);
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
}

.ga-login-logo span {
    color: var(--ga-ocean);
}

.ga-login-panel h1 {
    margin: 0;
    color: var(--ga-deep);
    font-size: clamp(42px, 5vw, 68px);
}

.ga-login-panel h1 em {
    color: var(--ga-ocean);
    font-style: normal;
}

.ga-login-sub {
    margin: 12px 0 28px;
    color: var(--ga-muted);
    font-size: 18px;
}

.ga-login-panel form {
    display: grid;
    gap: 16px;
    max-width: 440px;
}

.ga-login-panel .login-username,
.ga-login-panel .login-password,
.ga-login-panel .login-remember,
.ga-login-panel .login-submit {
    margin: 0;
}

.ga-login-panel label {
    display: block;
    margin-bottom: 8px;
    color: var(--ga-deep);
    font-size: 13px;
    font-weight: 900;
}

.ga-login-panel input[type="text"],
.ga-login-panel input[type="password"] {
    min-height: 54px;
    border-color: rgba(16, 47, 58, .18);
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 33, 42, .05);
}

.ga-login-panel .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--ga-muted);
}

.ga-login-panel input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
}

.ga-login-panel #wp-submit {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 7px;
    background: var(--ga-deep);
    color: #fff;
    font: inherit;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(16, 47, 58, .24);
    cursor: pointer;
}

.ga-login-foot {
    max-width: 440px;
    margin: 20px 0 0;
    color: var(--ga-muted);
}

.ga-login-foot a {
    color: var(--ga-deep);
    font-weight: 850;
}

.ga-contact-email {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(23, 111, 122, .16);
    border-radius: 8px;
    background: rgba(43, 168, 137, .08);
}

.ga-contact-email strong {
    color: var(--ga-ocean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-contact-email a {
    color: var(--ga-deep);
    font-weight: 850;
}

.ga-login-vitals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 38px;
}

.ga-login-vitals span {
    border-color: rgba(23, 111, 122, .16);
    background: rgba(43, 168, 137, .08);
    color: var(--ga-ocean);
}

.ng-login-shell {
    --ng-bg: #071113;
    --ng-panel: #0b1719;
    --ng-ink: #eaf3f2;
    --ng-muted: #6f8a88;
    --ng-line: #173032;
    --ng-accent: #ff5a47;
    --ng-accent-soft: #ff8a78;
    --ng-grid: #0c1c1e;
    --ng-sclera: #f7f4ee;
    --ng-skin1: #f0bd97;
    --ng-skin2: #e7b08a;
    --ng-skin3: #c9966c;
    --ng-skinSh: #b9885f;
    --ng-hair1: #3a2519;
    --ng-hair2: #221712;
    --ng-hair3: #140d09;
    --ng-iris1: #8a5a36;
    --ng-iris2: #4a2d1a;
    --ng-iris3: #241208;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--ng-ink);
    background:
        radial-gradient(900px 620px at 80% 16%, #0f2326 0%, transparent 62%),
        var(--ng-bg);
    font-family: "Cormorant Garamond", Georgia, serif;
    cursor: crosshair;
}

.ng-login-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(var(--ng-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--ng-grid) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .6;
}

.ng-login-scanline {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
    background: repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 2px, transparent 2px 4px);
    mix-blend-mode: overlay;
}

.ng-login-crosshair {
    position: fixed;
    width: 14px;
    height: 14px;
    z-index: 5;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s;
}

.ng-login-crosshair::before,
.ng-login-crosshair::after {
    content: "";
    position: absolute;
    background: var(--ng-accent);
}

.ng-login-crosshair::before {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}

.ng-login-crosshair::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}

.ng-login-shell:hover .ng-login-crosshair {
    opacity: .55;
}

.ng-login-stage {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
}

.ng-login-examside {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 36px;
    border-right: 1px solid var(--ng-line);
}

.ng-login-brandtag {
    position: absolute;
    top: 26px;
    left: 30px;
    color: var(--ng-muted);
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.ng-login-brandtag b {
    color: var(--ng-accent);
    font-weight: 700;
}

.ng-login-face-wrap {
    position: relative;
    width: min(460px, 92vw);
    height: min(400px, 76vw);
    max-height: 400px;
    margin-bottom: 14px;
    filter: drop-shadow(0 26px 50px rgba(0,0,0,.62));
}

.ng-login-face-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.ng-login-iris-grp {
    will-change: transform;
}

.ng-login-idle-chip {
    min-height: 16px;
    max-width: 420px;
    margin-bottom: 6px;
    color: var(--ng-accent);
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1.25;
    text-align: center;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .35s, transform .35s;
}

.ng-login-idle-chip.show {
    opacity: .95;
    transform: translateY(0);
}

.ng-login-signname {
    min-height: 20px;
    color: var(--ng-ink);
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: .04em;
    text-align: center;
}

.ng-login-signdesc {
    max-width: 404px;
    margin-top: 6px;
    color: var(--ng-muted);
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
}

.ng-login-joke {
    min-height: 32px;
    max-width: 420px;
    margin-top: 9px;
    color: var(--ng-accent-soft);
    font-family: "Space Mono", monospace;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.35;
    text-align: center;
}

.ng-login-signs {
    display: grid;
    width: 100%;
    max-width: 560px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.ng-login-signs button {
    min-height: 36px;
    border: 1px solid var(--ng-line);
    border-radius: 2px;
    background: transparent;
    color: var(--ng-muted);
    cursor: pointer;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: .03em;
    line-height: 1.2;
    padding: 8px 6px;
    text-align: center;
    transition: .18s;
}

.ng-login-signs button:hover,
.ng-login-signs button:focus-visible {
    color: var(--ng-ink);
    border-color: #27474a;
}

.ng-login-signs button.on {
    color: var(--ng-bg);
    background: var(--ng-accent);
    border-color: var(--ng-accent);
    font-weight: 700;
}

.ng-login-formside {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 60px 54px;
    background: linear-gradient(180deg, var(--ng-panel), #081012);
}

.ng-login-logo {
    width: fit-content;
    margin-bottom: 24px;
    color: var(--ng-ink);
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}

.ng-login-logo span {
    color: var(--ng-accent);
}

.ng-login-formside h1 {
    margin: 0 0 4px;
    color: var(--ng-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(46px, 6vw, 64px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: .98;
}

.ng-login-formside h1 em {
    color: var(--ng-accent);
    font-style: italic;
}

.ng-login-sub {
    margin: 0 0 36px;
    color: var(--ng-muted);
    font-size: 18px;
    font-style: italic;
}

.ng-login-helper {
    max-width: 440px;
    margin: -20px 0 24px;
    color: var(--ng-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ng-login-formside form {
    display: grid;
    gap: 18px;
    max-width: 440px;
}

.ng-login-notice {
    max-width: 440px;
    margin: 0 0 18px;
    border: 1px solid var(--ng-line);
    border-radius: 3px;
    background: rgba(255,255,255,.035);
    color: var(--ng-ink);
    font-family: "Space Mono", monospace;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 14px;
}

.ng-login-notice-error {
    border-color: rgba(255,90,71,.38);
    color: var(--ng-accent-soft);
}

.ng-login-notice-success {
    border-color: rgba(84,190,160,.34);
    color: #8acfbf;
}

.ng-login-formside .login-username,
.ng-login-formside .login-password,
.ng-login-formside .login-remember,
.ng-login-formside .login-submit {
    margin: 0;
}

.ng-login-formside label {
    display: block;
    margin-bottom: 8px;
    color: var(--ng-muted);
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ng-login-formside input[type="text"],
.ng-login-formside input[type="password"] {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--ng-line);
    border-radius: 3px;
    background: #060e0f;
    color: var(--ng-ink);
    font-family: "Space Mono", monospace;
    font-size: 13px;
    padding: 14px;
    transition: border-color .2s, box-shadow .2s;
}

.ng-login-formside input:focus {
    outline: none;
    border-color: var(--ng-accent);
    box-shadow: 0 0 0 3px rgba(255,90,71,.12);
}

.ng-login-formside .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--ng-muted);
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.ng-login-formside input[type="checkbox"] {
    width: 17px;
    min-height: 17px;
    accent-color: var(--ng-accent);
}

.ng-login-formside #ng-login-submit,
.ng-login-formside .ng-login-submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 3px;
    background: var(--ng-accent);
    color: var(--ng-bg);
    cursor: pointer;
    font-family: "Space Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    padding: 15px;
    text-transform: uppercase;
    transition: background .2s, transform .2s;
}

.ng-login-formside #ng-login-submit:hover,
.ng-login-formside .ng-login-submit:hover {
    background: var(--ng-accent-soft);
    transform: translateY(-1px);
}

.ng-login-rowlinks {
    display: flex;
    width: min(440px, 100%);
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.ng-login-rowlinks a,
.ng-login-foot a {
    color: var(--ng-accent);
    font-size: 16px;
    text-decoration: none;
}

.ng-login-rowlinks a:hover,
.ng-login-foot a:hover {
    text-decoration: underline;
}

.ng-login-foot {
    max-width: 440px;
    margin: 28px 0 0;
    color: var(--ng-muted);
    font-size: 16px;
    text-align: center;
}

.ng-login-vitals {
    position: absolute;
    right: 54px;
    bottom: 22px;
    left: 54px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #2c4a48;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

@keyframes ga-login-gaze {
    0%, 100% { transform: translate(-50%, -50%); }
    20% { transform: translate(-28%, -52%); }
    40% { transform: translate(-70%, -48%); }
    60% { transform: translate(-50%, -70%); }
    80% { transform: translate(-50%, -30%); }
}

@media (max-width: 1120px) {
    .ga-hero-2030,
    .ga-page-hero-split,
    .ga-section-head,
    .ga-mode-demarcation,
    .ga-login-shell {
        grid-template-columns: 1fr;
    }

    .ga-product-stage {
        width: min(760px, 100%);
        justify-self: center;
    }

    .ga-login-shell {
        background: #071115;
    }

    .ga-login-exam,
    .ga-login-panel {
        min-height: auto;
    }
}

@media (max-width: 1000px) {
    .ng-login-shell {
        overflow: auto;
        cursor: default;
    }

    .ng-login-stage {
        grid-template-columns: 1fr;
    }

    .ng-login-examside {
        min-height: auto;
        padding: 72px 22px 26px;
        border-right: 0;
        border-bottom: 1px solid var(--ng-line);
    }

    .ng-login-formside {
        min-height: auto;
        padding: 42px 28px;
    }

    .ng-login-vitals {
        position: static;
        margin-top: 28px;
    }
}

@media (max-width: 860px) {
    body.admin-bar .ga-topbar { top: 46px; }

    .ga-topbar {
        display: flex;
        min-height: 0;
        padding: 16px 0;
    }

    .ga-brand {
        width: 100%;
    }

    .ga-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: stretch;
        gap: 8px;
    }

    .ga-nav a {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 8px;
        text-align: center;
    }

    .ga-nav .ga-nav-login,
    .ga-nav .ga-nav-signup,
    .ga-nav .ga-nav-launch {
        margin-left: 0;
    }

    .ga-hero-2030 h1,
    .ga-page-hero h1 {
        font-size: clamp(36px, 11vw, 54px);
    }

    .ga-proof-row,
    .ga-feature-grid,
    .ga-pricing-grid,
    .ga-source-stats,
    .ga-module-directory,
    .ga-mode-grid,
    .ga-legal-grid,
    .ga-footer-grid {
        grid-template-columns: 1fr;
    }

    .ga-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .ga-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ga-actions .ga-button,
    .ga-nav .ga-nav-login,
    .ga-nav .ga-nav-signup,
    .ga-nav .ga-nav-launch {
        justify-content: center;
    }

    .ga-neurogaze-svg {
        min-height: 250px;
    }

    .ga-login-exam,
    .ga-login-panel {
        padding: 28px 18px;
    }

    .ga-login-eyes {
        min-height: 240px;
    }

    .ng-login-brandtag {
        top: 22px;
        left: 22px;
        max-width: calc(100% - 44px);
        line-height: 1.5;
    }

    .ng-login-face-wrap {
        width: min(390px, 92vw);
        height: min(340px, 80vw);
    }

    .ng-login-idle-chip {
        min-height: 32px;
        padding: 0 6px;
    }

    .ng-login-signs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ng-login-rowlinks,
    .ng-login-vitals {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* GazeAtlas access and login refinement: signed-in Free tier, laptop guidance, contributors, and login visual parity. */
.ga-home-eye-preview {
    --ng-sclera: #f7f4ee;
    --ng-skin1: #f0bd97;
    --ng-skin2: #e7b08a;
    --ng-skin3: #c9966c;
    --ng-skinSh: #b9885f;
    --ng-hair1: #3a2519;
    --ng-hair2: #221712;
    --ng-hair3: #140d09;
    --ng-iris1: #8a5a36;
    --ng-iris2: #4a2d1a;
    --ng-iris3: #241208;
    justify-self: end;
    width: min(500px, 100%);
    display: grid;
    place-items: center;
    background:
        radial-gradient(420px 260px at 50% 48%, rgba(240, 189, 151, .24), transparent 62%),
        linear-gradient(rgba(18, 63, 82, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 63, 82, .055) 1px, transparent 1px),
        #fbfaf6;
    background-size: auto, 32px 32px, 32px 32px, auto;
    min-height: clamp(330px, 34vw, 460px);
    overflow: hidden;
}

.ga-home-login-face {
    width: min(82%, 420px);
    height: auto;
    filter: drop-shadow(0 24px 42px rgba(69, 45, 29, .18));
}

.ga-home-login-iris {
    transform-origin: 160px 200px;
    animation: ga-login-eye-look 5.2s cubic-bezier(.48, 0, .22, 1) infinite;
}

.ga-home-login-iris-r {
    transform-origin: 300px 200px;
    animation-delay: .12s;
}

.ga-home-login-lid {
    opacity: 0;
    animation: ga-login-home-blink 5.8s linear infinite;
}

.ga-home-login-lid-r {
    animation-delay: .06s;
}

@keyframes ga-login-eye-look {
    0%, 14% { transform: translate(0, 0); }
    24%, 38% { transform: translate(13px, -2px); }
    48%, 62% { transform: translate(-12px, 3px); }
    72%, 84% { transform: translate(4px, -9px); }
    100% { transform: translate(0, 0); }
}

@keyframes ga-login-home-blink {
    0%, 88%, 94%, 100% { opacity: 0; }
    90%, 92% { opacity: .96; }
}

.ga-section-head-compact {
    padding-bottom: 24px;
}

.ga-how-grid,
.ga-contributor-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ga-how-grid .ga-panel {
    min-height: 218px;
}

.ga-how-grid .ga-panel span {
    color: var(--ga-ocean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ga-how-grid .ga-panel h3 {
    margin-top: 14px;
    color: var(--ga-deep);
    font-size: 23px;
}

.ga-contributors {
    display: grid;
    grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.ga-contributor-list .ga-panel {
    display: grid;
    gap: 6px;
    min-height: 120px;
}

.ga-contributor-list strong {
    color: var(--ga-deep);
    font-size: 18px;
}

.ga-contributor-list span,
.ga-footer-bottom {
    color: var(--ga-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ga-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 47, 58, .1);
}

.ng-login-shell {
    --ng-bg: #f4f1ea;
    --ng-panel: #ffffff;
    --ng-ink: #23272b;
    --ng-muted: #6b7480;
    --ng-line: #e2ddd2;
    --ng-accent: #2f6f8f;
    --ng-accent-soft: #3f87aa;
    --ng-grid: #ebe6dc;
    color: var(--ng-ink);
    background:
        radial-gradient(900px 620px at 80% 16%, #fbf9f4 0%, transparent 60%),
        var(--ng-bg);
    font-family: "Inter", system-ui, sans-serif;
}

.ng-login-scanline { display: none; }

.ng-login-examside {
    border-right-color: var(--ng-line);
}

.ng-login-brandtag,
.ng-login-signname,
.ng-login-signs button,
.ng-login-formside label,
.ng-login-formside #ng-login-submit,
.ng-login-formside .ng-login-submit,
.ng-login-logo,
.ng-login-vitals {
    font-family: "Inter", system-ui, sans-serif;
}

.ng-login-brandtag {
    color: var(--ng-muted);
    letter-spacing: .24em;
}

.ng-login-brandtag b,
.ng-login-logo span,
.ng-login-formside h1 em,
.ng-login-rowlinks a,
.ng-login-foot a {
    color: var(--ng-accent);
}

.ng-login-face-wrap {
    filter: drop-shadow(0 18px 40px rgba(60,50,35,.18));
}

.ng-login-signname {
    color: var(--ng-ink);
    font-weight: 600;
}

.ng-login-signdesc {
    color: var(--ng-muted);
    font-family: "Lora", Georgia, serif;
}

.ng-login-signs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 540px;
    margin-top: 20px;
}

.ng-login-signs button {
    min-height: 34px;
    border-color: var(--ng-line);
    border-radius: 5px;
    color: var(--ng-muted);
    font-weight: 500;
    letter-spacing: .02em;
}

.ng-login-signs button:hover,
.ng-login-signs button:focus-visible {
    color: var(--ng-ink);
    border-color: #c8c0b1;
    background: #faf8f3;
}

.ng-login-signs button.on {
    color: #fff;
    background: var(--ng-accent);
    border-color: var(--ng-accent);
}

.ng-login-formside {
    background: var(--ng-panel);
    box-shadow: -8px 0 30px rgba(60,50,35,.05);
}

.ng-login-logo {
    color: var(--ng-ink);
    font-size: 16px;
    letter-spacing: .04em;
    text-transform: none;
}

.ng-login-formside h1 {
    color: var(--ng-ink);
    font-family: "Lora", Georgia, serif;
    font-size: clamp(44px, 5.5vw, 58px);
}

.ng-login-sub {
    color: var(--ng-muted);
    font-family: "Lora", Georgia, serif;
}

.ng-login-helper {
    color: var(--ng-muted);
}

.ng-login-formside input[type="text"],
.ng-login-formside input[type="password"] {
    border-color: var(--ng-line);
    border-radius: 6px;
    background: #fbfaf7;
    color: var(--ng-ink);
    font-family: "Inter", system-ui, sans-serif;
}

.ng-login-formside input:focus {
    border-color: var(--ng-accent);
    box-shadow: 0 0 0 3px rgba(47,111,143,.12);
}

.ng-login-formside .login-remember label {
    color: var(--ng-muted);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px;
}

.ng-login-formside input[type="checkbox"] {
    accent-color: var(--ng-accent);
}

.ng-login-formside #ng-login-submit,
.ng-login-formside .ng-login-submit {
    border-radius: 6px;
    background: var(--ng-accent);
    color: #fff;
}

.ng-login-formside #ng-login-submit:hover,
.ng-login-formside .ng-login-submit:hover {
    background: var(--ng-accent-soft);
}

.ng-login-notice {
    border-color: var(--ng-line);
    border-radius: 6px;
    background: #fbfaf7;
    color: var(--ng-ink);
    font-family: "Inter", system-ui, sans-serif;
}

.ng-login-foot,
.ng-login-vitals,
.ng-login-copyright {
    color: var(--ng-muted);
}

.ng-login-copyright {
    display: grid;
    gap: 3px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 860px) {
    .ga-how-grid,
    .ga-contributors,
    .ga-contributor-list {
        grid-template-columns: 1fr;
    }
}

/* Final homepage guard: prevent wide-zoom overflow and keep the login-style face readable. */
.ga-site-main,
.ga-wrap,
.ga-hero-copy,
.ga-home-eye-preview {
    max-width: 100%;
}

.ga-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ga-nav {
    flex: 1 1 540px;
    min-width: 0;
}

.ga-hero-2030 {
    grid-template-columns: minmax(0, .96fr) minmax(300px, .72fr);
    gap: clamp(28px, 4vw, 44px);
}

.ga-hero-2030 h1 {
    max-width: 760px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    overflow-wrap: normal;
}

.ga-home-eye-preview {
    justify-self: end;
    width: min(500px, 100%);
    min-height: clamp(330px, 34vw, 460px);
    background:
        radial-gradient(420px 260px at 50% 48%, rgba(240, 189, 151, .24), transparent 62%),
        linear-gradient(rgba(18, 63, 82, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 63, 82, .055) 1px, transparent 1px),
        #fbfaf6;
    background-size: auto, 32px 32px, 32px 32px, auto;
}

.ga-home-login-face {
    width: min(82%, 420px);
    filter: drop-shadow(0 24px 42px rgba(69, 45, 29, .18));
}

@media (max-width: 1240px) {
    .ga-hero-2030 {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ga-home-eye-preview {
        justify-self: center;
    }
}

@media (max-width: 860px) {
    .ga-topbar {
        align-items: flex-start;
    }

    .ga-nav {
        flex-basis: 100%;
        justify-content: flex-start;
    }

    .ga-hero-2030 h1 {
        font-size: clamp(36px, 11vw, 54px);
    }

    .ga-home-eye-preview {
        width: 100%;
        min-height: 320px;
    }
}

/* 2026-05-25 remediation: keep mobile navigation compact and keep the
   primary product/form surfaces inside the first viewport. */
@media (max-width: 1000px) {
    .ng-login-formside {
        order: -1;
        padding: 32px 24px 28px;
    }

    .ng-login-examside {
        padding-top: 42px;
    }
}

@media (max-width: 860px) {
    .ga-topbar {
        gap: 10px;
        padding: 12px 0;
    }

    .ga-hero-2030 .ga-home-eye-preview {
        min-height: 260px;
    }
}

@media (max-width: 520px) {
    .ga-topbar {
        align-items: stretch;
    }

    .ga-brand {
        font-size: 22px;
        line-height: 1.15;
    }

    .ga-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: 100%;
        overflow: visible;
        padding: 0;
        scrollbar-width: auto;
    }

    .ga-nav a,
    .ga-nav .ga-nav-login,
    .ga-nav .ga-nav-signup,
    .ga-nav .ga-nav-launch {
        min-width: 0;
        min-height: 42px;
        padding: 9px 8px;
        white-space: normal;
    }

    .ga-hero-2030 {
        padding-top: 20px;
    }

    .ga-hero-2030 .ga-home-eye-preview {
        min-height: 230px;
    }

    .ng-login-formside {
        padding: 26px 18px 24px;
    }
}

/* Final public-site dark guards after legacy responsive rules. */
body:not(.gazeatlas-login-route) .ga-site-main h1 {
    font-size: 64px;
    line-height: .98;
}

body:not(.gazeatlas-login-route) .ga-site-main h2 {
    font-size: 34px;
    line-height: 1.08;
}

body:not(.gazeatlas-login-route) label,
body:not(.gazeatlas-login-route) .ga-field-hint,
body:not(.gazeatlas-login-route) .ga-form-intro span {
    color: var(--ga-muted);
}

body:not(.gazeatlas-login-route) .ga-form-intro,
body:not(.gazeatlas-login-route) .ga-optional-details {
    background: rgba(17, 24, 39, .86);
    border-color: var(--ga-line);
}

body:not(.gazeatlas-login-route) .ga-form-intro strong,
body:not(.gazeatlas-login-route) .ga-optional-details summary {
    color: var(--ga-text);
}

body:not(.gazeatlas-login-route) .ga-proof-row article,
body:not(.gazeatlas-login-route) .ga-steps li,
body:not(.gazeatlas-login-route) .ga-panel .ga-steps li,
body:not(.gazeatlas-login-route) .ga-price-card .ga-steps li {
    background: rgba(17, 24, 39, .86);
    border-color: var(--ga-line);
}

body:not(.gazeatlas-login-route) .ga-proof-row strong,
body:not(.gazeatlas-login-route) .ga-feature-card span,
body:not(.gazeatlas-login-route) .ga-steps strong,
body:not(.gazeatlas-login-route) .ga-price-card .ga-steps strong {
    color: var(--ga-text);
    letter-spacing: 0;
}

body:not(.gazeatlas-login-route) .ga-proof-row span,
body:not(.gazeatlas-login-route) .ga-steps span,
body:not(.gazeatlas-login-route) .ga-price-card .ga-steps span {
    color: var(--ga-muted);
}

@media (max-width: 1040px) {
    body:not(.gazeatlas-login-route) .ga-site-main h1 {
        font-size: 48px;
    }
}

@media (max-width: 620px) {
    body:not(.gazeatlas-login-route) .ga-site-main h1 {
        font-size: 40px;
    }

    body:not(.gazeatlas-login-route) .ga-site-main h2 {
        font-size: 28px;
    }
}

/* 2026-05-28: interactive homepage eye station, real app media, and dark contrast hardening. */
body:not(.gazeatlas-login-route) .ga-home-eye-interactive {
    position: relative;
    display: grid;
    gap: 14px;
    align-content: center;
}

body:not(.gazeatlas-login-route) .ga-home-eye-interactive .ga-home-login-iris,
body:not(.gazeatlas-login-route) .ga-home-eye-interactive .ga-home-login-lid {
    animation: none;
}

body:not(.gazeatlas-login-route) .ga-home-eye-readout {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(56, 189, 248, .28);
    border-radius: 10px;
    background: rgba(8, 17, 26, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

body:not(.gazeatlas-login-route) .ga-home-eye-readout strong {
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.25;
}

body:not(.gazeatlas-login-route) .ga-home-eye-readout span {
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.5;
}

body:not(.gazeatlas-login-route) .ga-home-eye-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body:not(.gazeatlas-login-route) .ga-home-eye-controls button {
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 8px;
    background: rgba(15, 23, 42, .88);
    color: #e2e8f0;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}

body:not(.gazeatlas-login-route) .ga-home-eye-controls button:hover,
body:not(.gazeatlas-login-route) .ga-home-eye-controls button:focus-visible,
body:not(.gazeatlas-login-route) .ga-home-eye-controls button.on {
    border-color: #38bdf8;
    background: #38bdf8;
    color: #06111c;
    outline: none;
}

body:not(.gazeatlas-login-route) .ga-media-showcase {
    display: grid;
    gap: 24px;
}

body:not(.gazeatlas-login-route) .ga-video-grid,
body:not(.gazeatlas-login-route) .ga-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body:not(.gazeatlas-login-route) .ga-video-card,
body:not(.gazeatlas-login-route) .ga-snapshot-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 8px;
    background: rgba(15, 23, 42, .88);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

body:not(.gazeatlas-login-route) .ga-card,
body:not(.gazeatlas-login-route) .ga-panel,
body:not(.gazeatlas-login-route) .ga-price-card,
body:not(.gazeatlas-login-route) .ga-faq details,
body:not(.gazeatlas-login-route) .ga-final-cta,
body:not(.gazeatlas-login-route) .ga-legal-card,
body:not(.gazeatlas-login-route) .ga-comparison-table,
body:not(.gazeatlas-login-route) .ga-access-summary,
body:not(.gazeatlas-login-route) .ga-mode-summary,
body:not(.gazeatlas-login-route) .ga-mode-demarcation,
body:not(.gazeatlas-login-route) .ga-how-use {
    border-color: rgba(148, 163, 184, .22);
    background: rgba(15, 23, 42, .9);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

body:not(.gazeatlas-login-route) .ga-final-cta,
body:not(.gazeatlas-login-route) .ga-final-cta h2,
body:not(.gazeatlas-login-route) .ga-final-cta .ga-kicker {
    color: #f8fafc;
}

body:not(.gazeatlas-login-route) .ga-final-cta p {
    color: #cbd5e1;
}

body:not(.gazeatlas-login-route) .ga-video-card video,
body:not(.gazeatlas-login-route) .ga-snapshot-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #020617;
}

body:not(.gazeatlas-login-route) .ga-video-card div,
body:not(.gazeatlas-login-route) .ga-snapshot-card div {
    padding: 16px;
}

body:not(.gazeatlas-login-route) .ga-video-card h3,
body:not(.gazeatlas-login-route) .ga-snapshot-card h3 {
    margin: 0 0 6px;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.25;
}

body:not(.gazeatlas-login-route) .ga-video-card p,
body:not(.gazeatlas-login-route) .ga-snapshot-card p,
body:not(.gazeatlas-login-route) .ga-card p,
body:not(.gazeatlas-login-route) .ga-panel p,
body:not(.gazeatlas-login-route) .ga-price-card p,
body:not(.gazeatlas-login-route) .ga-module-copy p {
    color: #cbd5e1;
}

body:not(.gazeatlas-login-route) .ga-section-head p,
body:not(.gazeatlas-login-route) .ga-lead,
body:not(.gazeatlas-login-route) .ga-clean-list,
body:not(.gazeatlas-login-route) .ga-comparison-table td {
    color: #d6e2ef;
}

body:not(.gazeatlas-login-route) .ga-comparison-table th,
body:not(.gazeatlas-login-route) .ga-module-copy h3,
body:not(.gazeatlas-login-route) .ga-price-card h2,
body:not(.gazeatlas-login-route) .ga-panel h2,
body:not(.gazeatlas-login-route) .ga-panel h3,
body:not(.gazeatlas-login-route) .ga-card h3 {
    color: #f8fafc;
}

body:not(.gazeatlas-login-route) .ga-kicker,
body:not(.gazeatlas-login-route) .ga-module-copy span,
body:not(.gazeatlas-login-route) .ga-price-card > span,
body:not(.gazeatlas-login-route) .ga-legal-card > span {
    color: #67e8f9;
}

body:not(.gazeatlas-login-route) .ga-home-eye-interactive::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, .2), inset 0 0 42px rgba(56, 189, 248, .08);
}

body:not(.gazeatlas-login-route) .ga-legal-toc {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 24px;
}

body:not(.gazeatlas-login-route) .ga-legal-toc-card {
    display: grid;
    gap: 10px;
    min-height: 170px;
    padding: 22px;
    text-decoration: none;
}

body:not(.gazeatlas-login-route) .ga-legal-toc-card span {
    color: #67e8f9;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body:not(.gazeatlas-login-route) .ga-legal-toc-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.55;
}

body:not(.gazeatlas-login-route) .ga-legal-toc-card:hover,
body:not(.gazeatlas-login-route) .ga-legal-toc-card:focus-visible {
    border-color: #38bdf8;
    outline: none;
    transform: translateY(-2px);
}

body:not(.gazeatlas-login-route) .ga-laptop-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid rgba(251, 191, 36, .38);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(120, 53, 15, .38), rgba(15, 23, 42, .94));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

body:not(.gazeatlas-login-route) .ga-laptop-notice-compact {
    margin-top: 20px;
    margin-bottom: 20px;
}

body:not(.gazeatlas-login-route) .ga-laptop-notice span,
body:not(.gazeatlas-login-route) .ga-panel-kicker,
body:not(.gazeatlas-login-route) .ga-guide-button-grid article span,
body:not(.gazeatlas-login-route) .ga-feature-grid-detailed .ga-feature-card span {
    color: #fde68a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

body:not(.gazeatlas-login-route) .ga-laptop-notice h2 {
    margin: 8px 0 8px;
    color: #fff7ed;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.05;
}

body:not(.gazeatlas-login-route) .ga-laptop-notice p {
    max-width: 900px;
    margin: 0;
    color: #f8fafc;
    line-height: 1.65;
}

body:not(.gazeatlas-login-route) .ga-feature-grid-detailed {
    padding-top: 24px;
    padding-bottom: 24px;
}

body:not(.gazeatlas-login-route) .ga-feature-grid-detailed .ga-feature-card {
    min-height: 220px;
}

body:not(.gazeatlas-login-route) .ga-guide-quickstart {
    align-items: stretch;
}

body:not(.gazeatlas-login-route) .ga-guide-button-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body:not(.gazeatlas-login-route) .ga-guide-button-grid .ga-panel {
    min-height: 150px;
}

body:not(.gazeatlas-login-route) .ga-guide-button-grid p {
    margin: 12px 0 0;
}

body:not(.gazeatlas-login-route) .ga-user-guide-page .ga-page-hero {
    padding-bottom: 28px;
}

@media (max-width: 860px) {
    body:not(.gazeatlas-login-route) .ga-video-grid,
    body:not(.gazeatlas-login-route) .ga-snapshot-grid {
        grid-template-columns: 1fr;
    }

    body:not(.gazeatlas-login-route) .ga-laptop-notice {
        grid-template-columns: 1fr;
    }

    body:not(.gazeatlas-login-route) .ga-laptop-notice .ga-button {
        width: 100%;
    }

    body:not(.gazeatlas-login-route) .ga-guide-button-grid {
        grid-template-columns: 1fr;
    }

    body:not(.gazeatlas-login-route) .ga-home-eye-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body:not(.gazeatlas-login-route) .ga-legal-toc {
        grid-template-columns: 1fr;
    }
}
