/* ============================================================
   GungnirComply landing page — product brand styles.
   Sits inside the standard OBXtek nav/footer (index.css handles
   those). This file owns everything between them: the dark
   navy/cyan/gold GungnirComply brand content, converted from the
   original React component tree into plain, responsive CSS.
   ============================================================ */

:root {
    --gc-navy: #0F141E;
    --gc-navy-light: #161D2B;
    --gc-cyan: #00B4FF;
    --gc-gold: #FFD764;
    --gc-silver: #C8D2DC;
    --gc-light-bg: #F5F8FA;
    --gc-light-border: #d8dee5;
    --gc-text-body: #3a4252;
    --gc-page-w: 1280px;
}

.gc-page {
    background: var(--gc-navy);
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

.gc-container {
    max-width: var(--gc-page-w);
    margin: 0 auto;
    position: relative;
}

/* Decorative diagonal "spear beam" accent, reused across dark sections */
.gc-beam {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

.gc-beam-glow {
    position: absolute;
    height: 22px;
    background: var(--gc-cyan);
    transform: rotate(-22deg);
}

.gc-beam-line {
    position: absolute;
    height: 4px;
    background: var(--gc-cyan);
    transform: rotate(-22deg);
}

.gc-hero .gc-beam-glow  { top: -100px; right: -280px; width: 1300px; opacity: 0.16; }
.gc-hero .gc-beam-line  { top: 8px;    right: -250px; width: 1200px; }

.gc-before-after .gc-beam-glow { top: -60px; right: -180px; width: 900px; opacity: 0.12; }
.gc-before-after .gc-beam-line { top: 48px;  right: -150px; width: 800px; }

.gc-rag .gc-beam-glow { top: 40px;  right: -150px; width: 800px; opacity: 0.14; }
.gc-rag .gc-beam-line { top: 148px; right: -120px; width: 700px; }

.gc-cta .gc-beam-glow { top: -60px; right: -180px; width: 900px; opacity: 0.14; }
.gc-cta .gc-beam-line { top: 48px;  right: -150px; width: 800px; }

.gc-module-card .gc-beam-glow { top: -40px; right: -150px; width: 500px; opacity: 0.10; }
.gc-module-card .gc-beam-line { top: 68px;  right: -130px; width: 450px; }

/* Spear-tip accent bar */
.gc-accent {
    width: 4px;
    background: var(--gc-cyan);
    flex-shrink: 0;
}

/* ---------------- Hero ---------------- */
.gc-hero {
    background: var(--gc-navy);
    color: #fff;
    padding: 72px 56px 80px;
    position: relative;
    overflow: hidden;
}

.gc-hero-grid {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 64px;
    align-items: start;
}

.gc-hero-logo {
    width: 280px;
    max-width: 100%;
    margin-bottom: 24px;
}

.gc-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--gc-cyan);
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.gc-h1 {
    margin: 0;
    font-size: 72px;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -2.2px;
    color: #fff;
}

.gc-h1 em, .gc-accent-text {
    color: var(--gc-gold);
    font-style: italic;
}

.gc-hero-sub {
    margin: 24px 0 32px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.55;
    color: var(--gc-silver);
    font-weight: 500;
}

.gc-hero-sub b { color: #fff; }

.gc-bullets {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.gc-bullet {
    display: flex;
    gap: 14px;
    align-items: baseline;
}

.gc-bullet .gc-accent { height: 28px; }

.gc-bullet-num {
    font-size: 17px;
    font-weight: 900;
    color: var(--gc-gold);
    min-width: 230px;
    letter-spacing: -0.3px;
}

.gc-bullet-label {
    font-size: 15px;
    color: var(--gc-silver);
    font-weight: 500;
}

.gc-credibility {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
    background: var(--gc-navy-light);
    border-left: 4px solid var(--gc-cyan);
}

.gc-credibility-label {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gc-cyan);
    font-weight: 800;
    line-height: 1.4;
    border-right: 1px solid rgba(200, 210, 220, 0.2);
    padding-right: 16px;
    flex-shrink: 0;
}

.gc-credibility-text {
    font-size: 13px;
    color: var(--gc-silver);
    line-height: 1.5;
}

/* ---------------- Lead form ---------------- */
.gc-form {
    background: #fff;
    padding: 40px 36px;
    border: 1px solid var(--gc-light-border);
    border-top: 4px solid var(--gc-cyan);
    position: relative;
}

.gc-form-eyebrow {
    font-size: 11px;
    letter-spacing: 2.4px;
    color: var(--gc-cyan);
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gc-form-title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 900;
    color: var(--gc-navy);
    letter-spacing: -1px;
    line-height: 1.05;
}

.gc-form-intro {
    font-size: 13px;
    color: var(--gc-text-body);
    margin-bottom: 26px;
    line-height: 1.5;
}

.gc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.gc-field {
    margin-bottom: 14px;
}

.gc-form-row .gc-field { margin-bottom: 0; }

.gc-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--gc-navy);
    margin-bottom: 6px;
    text-transform: uppercase;
    display: block;
}

.gc-input, .gc-select, .gc-textarea {
    background: #fff;
    border: 1.5px solid var(--gc-light-border);
    padding: 12px 14px;
    font-size: 14px;
    color: var(--gc-navy);
    font-family: inherit;
    font-weight: 500;
    width: 100%;
    outline: none;
}

.gc-input:focus, .gc-select:focus, .gc-textarea:focus {
    border-color: var(--gc-cyan);
}

.gc-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--gc-navy) 50%), linear-gradient(135deg, var(--gc-navy) 50%, transparent 50%);
    background-position: calc(100% - 18px) center, calc(100% - 12px) center;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

.gc-textarea { resize: vertical; font-family: inherit; }

.gc-form-submit {
    background: var(--gc-gold);
    color: var(--gc-navy);
    border: 0;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.gc-form-submit:hover { background: #ffdf8a; }

.gc-form-disclaimer {
    font-size: 11px;
    color: #7a8290;
    margin-top: 14px;
    line-height: 1.5;
    text-align: center;
}

.gc-form-confirm {
    display: none;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--gc-navy);
}

.gc-form-confirm.gc-visible { display: block; }
.gc-form.gc-submitted .gc-form-fields { display: none; }

/* ---------------- Before / After ---------------- */
.gc-before-after {
    background: var(--gc-navy);
    color: #fff;
    padding: 72px 56px;
    position: relative;
    overflow: hidden;
}

.gc-section-head {
    text-align: center;
    margin-bottom: 56px;
}

.gc-section-head h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.4px;
    line-height: 1.05;
}

.gc-ba-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    padding: 36px 0;
    border-top: 1px solid rgba(200, 210, 220, 0.13);
    border-bottom: 1px solid rgba(200, 210, 220, 0.13);
}

.gc-ba-before { text-align: right; padding-right: 24px; }
.gc-ba-after  { padding-left: 24px; }

.gc-ba-label {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 10px;
}

.gc-ba-before .gc-ba-label { color: var(--gc-silver); }
.gc-ba-after  .gc-ba-label { color: var(--gc-cyan); }

.gc-ba-before-num {
    font-size: 88px;
    font-weight: 900;
    color: #fff;
    opacity: 0.42;
    line-height: 0.95;
    letter-spacing: -2.5px;
    white-space: nowrap;
    text-decoration: line-through;
    text-decoration-color: rgba(0, 180, 255, 0.8);
    text-decoration-thickness: 4px;
}

.gc-ba-arrow {
    font-size: 44px;
    color: var(--gc-cyan);
    font-weight: 900;
}

.gc-ba-after-num {
    font-size: 112px;
    font-weight: 900;
    color: var(--gc-gold);
    line-height: 0.9;
    letter-spacing: -3px;
    white-space: nowrap;
}

.gc-ba-sub {
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    font-weight: 700;
}

/* ---------------- Feature grid ---------------- */
.gc-features {
    background: var(--gc-light-bg);
    color: var(--gc-navy);
    padding: 88px 56px;
}

.gc-features .gc-section-head h2 { color: var(--gc-navy); font-size: 48px; letter-spacing: -1.2px; }
.gc-features .gc-eyebrow { justify-content: center; }
.gc-features .gc-section-head { text-align: center; }

.gc-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 56px;
}

.gc-feature {
    display: flex;
    gap: 18px;
}

.gc-feature .gc-accent { height: 120px; }

.gc-feature-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gc-cyan);
    margin-bottom: 8px;
}

.gc-feature-title {
    font-size: 22px;
    font-weight: 900;
    color: var(--gc-navy);
    line-height: 1.15;
    margin-bottom: 12px;
}

.gc-feature-body {
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--gc-text-body);
    font-weight: 500;
}

/* ---------------- RAG callout ---------------- */
.gc-rag {
    background: var(--gc-navy);
    padding: 88px 56px;
    position: relative;
    overflow: hidden;
}

.gc-rag-inner { max-width: 980px; margin: 0 auto; position: relative; }
.gc-rag .gc-section-head h2 { font-size: 44px; }

.gc-rag-compare {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gc-rag-generic {
    background: #1a212f;
    padding: 24px 28px;
    border-left: 4px solid #5b6370;
}

.gc-rag-generic-label {
    font-size: 11px;
    letter-spacing: 2px;
    color: #7a8290;
    font-weight: 800;
    margin-bottom: 8px;
}

.gc-rag-generic-quote {
    font-size: 18px;
    color: #a8b0bc;
    font-style: italic;
    line-height: 1.55;
    font-weight: 500;
}

.gc-rag-gc {
    background: var(--gc-navy-light);
    padding: 28px;
    border-left: 5px solid var(--gc-cyan);
}

.gc-rag-gc-label {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gc-cyan);
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gc-confidence-badge {
    background: var(--gc-gold);
    color: var(--gc-navy);
    padding: 3px 9px;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 900;
}

.gc-rag-gc-quote {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 1.55;
    font-weight: 500;
}

.gc-rag-gc-quote .gc-cite {
    color: var(--gc-gold);
    font-style: normal;
    font-weight: 700;
}

/* ---------------- Dual module ---------------- */
.gc-dual {
    background: var(--gc-light-bg);
    padding: 88px 56px;
}

.gc-dual .gc-section-head h2 { color: var(--gc-navy); font-size: 48px; letter-spacing: -1.2px; }
.gc-dual .gc-section-head { text-align: center; }
.gc-dual .gc-eyebrow { justify-content: center; }

.gc-dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.gc-module-card {
    background: var(--gc-navy);
    color: #fff;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.gc-module-head {
    position: relative;
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
}

.gc-module-icon {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    flex-shrink: 0;
    object-fit: contain;
    background: var(--gc-navy-light);
}

.gc-module-label {
    font-size: 11px;
    letter-spacing: 2.4px;
    color: var(--gc-cyan);
    font-weight: 800;
    margin-bottom: 6px;
}

.gc-module-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-bottom: 6px;
}

.gc-module-tagline {
    font-size: 14px;
    font-style: italic;
    color: var(--gc-gold);
    font-weight: 700;
}

.gc-module-audience {
    position: relative;
    font-size: 13px;
    color: var(--gc-silver);
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.gc-module-points {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gc-module-point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.gc-module-point-marker {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--gc-cyan);
    margin-top: 5px;
    flex-shrink: 0;
}

.gc-module-point-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}

/* ---------------- Secondary CTA ---------------- */
.gc-cta {
    background: var(--gc-navy);
    padding: 88px 56px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gc-cta-inner { max-width: 900px; margin: 0 auto; position: relative; }

.gc-cta h2 {
    margin: 0 0 22px;
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.6px;
    line-height: 1.0;
}

.gc-cta-body {
    font-size: 17px;
    color: var(--gc-silver);
    line-height: 1.55;
    font-weight: 500;
    margin: 0 auto 36px;
    max-width: 640px;
}

.gc-cta-btn {
    display: inline-block;
    background: var(--gc-gold);
    color: var(--gc-navy);
    padding: 20px 44px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.gc-cta-btn:hover { background: #ffdf8a; transform: translateY(-2px); }

/* ============================================================
   Responsive — this is the piece the original hand-off README
   flagged as a TODO (desktop-only at 1280px). Filled in here.
   ============================================================ */
@media (max-width: 1100px) {
    .gc-hero-grid, .gc-feature-grid, .gc-dual-grid {
        grid-template-columns: 1fr;
    }

    .gc-h1 { font-size: 58px; }
    .gc-section-head h2 { font-size: 40px; }
}

@media (max-width: 768px) {
    .gc-hero, .gc-before-after, .gc-features, .gc-rag, .gc-dual, .gc-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .gc-hero { padding-top: 48px; padding-bottom: 48px; }

    .gc-h1 { font-size: 40px; letter-spacing: -1.2px; }
    .gc-hero-logo { width: 200px; }

    .gc-bullet { flex-wrap: wrap; }
    .gc-bullet-num { min-width: 0; }

    .gc-section-head h2 { font-size: 30px; }
    .gc-before-after .gc-section-head h2,
    .gc-rag .gc-section-head h2,
    .gc-features .gc-section-head h2,
    .gc-dual .gc-section-head h2 { font-size: 28px; }

    .gc-ba-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
    }
    .gc-ba-before, .gc-ba-after { text-align: center; padding: 0; }
    .gc-ba-arrow { transform: rotate(90deg); }
    .gc-ba-before-num { font-size: 52px; }
    .gc-ba-after-num { font-size: 64px; }

    .gc-cta h2 { font-size: 34px; }

    .gc-form { padding: 28px 22px; }
    .gc-form-row { grid-template-columns: 1fr; gap: 0; }

    .gc-credibility { flex-direction: column; align-items: flex-start; gap: 10px; }
    .gc-credibility-label { border-right: 0; padding-right: 0; }

    .gc-module-head { flex-direction: column; }
}
