﻿




.vj-app {
    font-family: "Inter", sans-serif;
    color: var(--text-main);
}

    .vj-app *,
    .vj-app *::before,
    .vj-app *::after {
        box-sizing: border-box;
    }

    .vj-app a {
        text-decoration: none;
        color: inherit;
    }

    .vj-app img {
        max-width: 100%;
        height: auto;
    }

    .vj-app h1,
    .vj-app h2,
    .vj-app h3,
    .vj-app h4,
    .vj-app h5,
    .vj-app h6 {
        margin: 0;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
    }

    .vj-app p {
        margin: 0 0 1.5rem;
    }















:root {
    --bg-1: #141a21;
    --bg-2: #1d242d;
    --bg-3: #27313c;
    --gold-1: #8d6a32;
    --gold-2: #b48b4b;
    --gold-3: #d6b171;
    --gold-soft: rgba(214, 177, 113, 0.12);
    --text-main: #f4efe6;
    --text-soft: rgba(244, 239, 230, 0.88);
    --text-muted: rgba(244, 239, 230, 0.68);
    --border: rgba(214, 177, 113, 0.14);
    --card-bg: rgba(38, 46, 57, 0.85);
    --radius: 28px;
    --radius-signature: 72px;
    --surface: linear-gradient( 160deg, rgba(22,26,31,.98), rgba(7,9,11,.98) );
    --surface-card: radial-gradient( circle at 20% 15%, rgba(240,216,154,.03), transparent 30% ), var(--surface);
    --gold-frame: linear-gradient( 135deg, var(--gold-1), var(--gold-2) 18%, var(--gold-4) 32%, var(--gold-3) 52%, #8f7037 72%, var(--gold-4) 88%, var(--gold-1) );
    --accent: #e0c97f;
    --air-card-bg: rgba(255,255,255,0.72);
    --air-card-bg-hover: rgba(255,255,255,0.86);
    --air-card-border: rgba(255,255,255,0.92);
    --air-card-outline: rgba(180,220,255,0.45);
    --air-shadow: 0 10px 24px rgba(90,150,200,0.22), inset 0 0 10px rgba(255,255,255,0.65);
    --air-shadow-hover: 0 14px 34px rgba(90,150,200,0.30), 0 0 18px rgba(224,201,127,0.18), inset 0 0 12px rgba(255,255,255,0.78);
    --text-primary: #14253b;
    --text-secondary: #47627f;
    --text-tertiary: #6f88a4;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-main);
    font-family: inherit;
}

.vj-article h1,
.vj-article h2,
.vj-article h3,
.vj-article h4,
.vj-article h5,
.vj-article h6 {
    color: #1c1f24;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: radial-gradient( circle at top left, rgba(214, 177, 113, 0.08), transparent 35% ), radial-gradient( circle at bottom right, rgba(214, 177, 113, 0.05), transparent 40% ), linear-gradient(135deg, var(--bg-1), var(--bg-2), var(--bg-3));
    color: var(--text-main);
}

p {
    letter-spacing: 0.01em;
}

/* ========================================
   VERITASJET NAVBAR
======================================== */





.vj-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: linear-gradient( 180deg, rgba(44,52,64,.92), rgba(28,35,44,.88) ), radial-gradient( circle at top, rgba(214,177,113,.08), transparent 60% );
    border-bottom: 1px solid rgba(214,177,113,.10);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

    /* ----------------------------------------
   Bootstrap isolation
---------------------------------------- */

    .vj-navbar,
    .vj-navbar *,
    .vj-navbar *::before,
    .vj-navbar *::after {
        box-sizing: border-box;
    }



/* ----------------------------------------
   Layout
---------------------------------------- */

.vj-nav-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 24px 36px;
    gap: 80px; /* this is your spacing control */
}

.vj-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

/* ----------------------------------------
   Logo
---------------------------------------- */

.vj-logo {
    text-decoration: none;
    color: var(--text-main);
    font-family: "Cormorant Garamond", serif;
    font-size: 2.35rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
}

    .vj-logo span {
        color: var(--gold-3);
    }

/* ----------------------------------------
   Navigation Links
---------------------------------------- */

.vj-nav-links a {
    position: relative;
    text-decoration: none;
    color: rgba(244,239,230,.82);
    font-size: .92rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: .25s;
}

    .vj-nav-links a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 1px;
        background: var(--gold-3);
        transition: width .25s ease;
    }

    .vj-nav-links a:hover,
    .vj-nav-links a.active {
        color: var(--gold-3);
    }

        .vj-nav-links a:hover::after,
        .vj-nav-links a.active::after {
            width: 100%;
        }

/* =========================
   HERO
========================= */

.hero {
    padding: 150px 32px 110px;
}

.hero-inner {
    max-width: 1180px;
    margin: auto;
}

.hero-intro {
    max-width: 760px;
    margin-top: 42px;
    padding: 36px 42px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03) );
    border: 1px solid rgba(214, 177, 113, 0.14);
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    font-size: 1.18rem;
    line-height: 1.9;
    color: var(--text-soft);
}

.hero-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(214, 177, 113, 0.08);
    border: 1px solid rgba(214, 177, 113, 0.18);
    color: var(--gold-3);
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 32px;
}

.hero h1 {
    font-family: "Cormorant Garamond", serif;
    line-height: 0.95;
    font-size: 4.25rem;
    max-width: 800px;
    margin: 0 0 36px;
    font-weight: 600;
}

    .hero h1 span {
        color: var(--gold-3);
    }

/* =========================
   CONTENT
========================= */

.section {
    padding: 90px 32px;
}

.section-inner {
    max-width: 1180px;
    margin: auto;
}

.section-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 120px;
    align-items: start;
}

.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    line-height: 1.02;
    position: sticky;
    top: 120px;
    margin: 0;
}

    .section-title::after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        margin-top: 18px;
        background: linear-gradient(90deg, var(--gold-3), transparent);
    }

.section-content {
    position: relative;
    padding: 40px 44px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02) );
    border: 1px solid rgba(214, 177, 113, 0.12);
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

    .section-content p {
        color: var(--text-soft);
        line-height: 2;
        font-size: 1.02rem;
        margin-top: 0;
        margin-bottom: 28px;
    }



/* =========================================================
   SECTION INTRO (UNIFIED SIGNATURE BLOCK)
========================================================= */

.section-intro {
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 26px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    background: radial-gradient(circle at 20% 15%, rgba(240,216,154,0.04), transparent 35%), linear-gradient(160deg, rgba(22,26,31,0.96), rgba(7,9,11,0.96));
    border: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

    /* GOLD SIGNATURE FRAME */
    .section-intro::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1.5px;
        border-radius: inherit;
        background: var(--gold-frame);
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0.7;
    }

    /* HEADER LINE */
    .section-intro h3 {
        margin: 0;
        font-size: 1.05rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--gold-3);
        font-weight: 600;
    }

    /* DESCRIPTION */
    .section-intro p {
        margin: 0;
        font-size: 1.05rem;
        line-height: 1.8;
        color: var(--text-soft);
        max-width: 900px;
    }

    /* SMALL META LINE (optional) */
    .section-intro .meta {
        font-size: 0.9rem;
        color: var(--text-muted);
        letter-spacing: 0.08em;
    }




/* =========================
   CARDS
========================= */

.card {
    margin-top: 34px;
    padding: 30px;
    background: var(--card-bg);
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.card-title {
    color: var(--gold-3);
    margin-bottom: 16px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.card p {
    margin: 0;
    line-height: 1.9;
    color: var(--text-soft);
}

/* =========================
   LISTS
========================= */

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.feature {
    padding: 26px 28px;
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    background: radial-gradient( circle at 20% 15%, rgba(214, 177, 113, 0.06), transparent 35% ), linear-gradient(160deg, rgba(45, 54, 66, 0.85), rgba(32, 40, 50, 0.9));
    border: 1px solid rgba(214, 177, 113, 0.16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .feature:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(0,0,0,.28), 0 0 0 1px rgba(214,177,113,.18);
    }

    .feature strong {
        display: block;
        margin-bottom: 12px;
        color: var(--gold-3);
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 600;
    }

        .feature strong::after {
            content: "";
            display: block;
            width: 42px;
            height: 2px;
            margin-top: 10px;
            background: linear-gradient(90deg, var(--gold-3), transparent);
        }

    .feature span {
        color: var(--text-soft);
        font-size: 1rem;
        line-height: 1.8;
    }

/* =========================
   CTA
========================= */

.cta {
    padding: 120px 32px;
}

.cta-box {
    max-width: 980px;
    margin: auto;
    text-align: center;
    padding: 70px;
    border-radius: var(--radius) var(--radius) var(--radius) var(--radius-signature);
    background: linear-gradient( 145deg, rgba(18, 24, 32, 0.94), rgba(9, 12, 16, 0.96) );
    border: 1px solid rgba(214, 177, 113, 0.16);
}

    .cta-box h2 {
        font-family: "Cormorant Garamond", serif;
        font-size: 3.2rem;
        line-height: 1.05;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .cta-box p {
        max-width: 760px;
        margin: auto;
        color: var(--text-soft);
        line-height: 1.95;
        font-size: 1.05rem;
    }

.cta-email {
    margin-top: 36px;
    display: inline-block;
    color: var(--gold-3);
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(214, 177, 113, 0.24);
    padding-bottom: 4px;
}

/* =========================
   FOOTER
========================= */

.footer {
    padding: 60px 32px;
    border-top: 1px solid rgba(214, 177, 113, 0.08);
}

.footer-inner {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.9rem;
}

    .footer-logo span {
        color: var(--gold-3);
    }

.footer-tag {
    color: var(--text-muted);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
    .section-grid,
    .feature-list {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 3.6rem;
    }
}

@media (max-width: 760px) {
    .nav-links {
        display: none;
    }

    .hero {
        padding-top: 110px;
    }

        .hero h1 {
            font-size: 2.8rem;
        }

    .section-title {
        font-size: 2.2rem;
    }

    .cta-box {
        padding: 42px 28px;
    }

        .cta-box h2 {
            font-size: 2.3rem;
        }
}



.article {
    background: rgba(245, 242, 235, 0.96);
    color: #1c1f24;
    border-radius: var(--radius);
    padding: 42px;
    border: 1px solid rgba(0,0,0,0.08);
}

    .article h1,
    .article h2,
    .article h3 {
        color: #1c1f24;
    }

    .article p {
        color: rgba(28,31,36,0.82);
    }

/* FAQ block */
.faq {
    display: grid;
    gap: 16px;
}

.faq-item {
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.08);
}

    .faq-item strong {
        display: block;
        margin-bottom: 8px;
    }


.vj-page {
    padding: 80px 24px;
}

/* ARTICLE SURFACE */
.vj-article-container {
    max-width: 920px;
    margin: 0 auto;
}

/* MAIN ARTICLE CARD */
.vj-article {
    background: rgba(245, 242, 235, 0.96);
    color: #1c1f24;
    border-radius: var(--radius);
    padding: 44px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

/* TYPOGRAPHY */
.vj-h1, .vj-h2, .vj-h3 {
    color: #1c1f24;
    font-family: "Inter", sans-serif;
}

.vj-h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 24px;
}

.vj-h2 {
    font-size: 1.6rem;
    margin-top: 42px;
    margin-bottom: 16px;
}

.vj-h3 {
    font-size: 1.15rem;
    margin-top: 28px;
    margin-bottom: 10px;
}

/* TEXT */
.vj-p {
    color: rgba(28,31,36,0.82);
    line-height: 1.8;
    margin-bottom: 16px;
}

/* LIST */
.vj-list {
    padding-left: 20px;
    margin: 16px 0 28px;
}

    .vj-list li {
        margin-bottom: 10px;
        color: rgba(28,31,36,0.82);
    }

/* BLOCKQUOTE */
.vj-blockquote {
    border-left: 3px solid #d6b171;
    padding-left: 16px;
    margin: 24px 0;
    color: rgba(28,31,36,0.75);
    font-style: italic;
}

/* CALL TO ACTION */
.vj-callout {
    margin-top: 28px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.08);
}

.vj-button {
    margin-top: 10px;
    padding: 10px 14px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #1c1f24;
    color: #fff;
    font-size: 0.9rem;
}


=======================
CENTER FOCUS PANEL (IMPORTANT FIX)
========================= */

.vj-focus {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vj-score-panel {
    width: 100%;
    max-width: 1100px;
    padding: clamp(16px, 2vw, 32px);
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(214,177,113,0.25);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* your chart wrapper fix */
.chart-wrap {
    width: 100%;
    border: 4px double #e0c97f;
    border-radius: 12px;
    background: white;
    display: flex;
    justify-content: center;
}


/* =========================
   PANEL SYSTEM (CLEAN)
========================= */

.vj-jet-panel {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: clamp(16px, 2vw, 32px);
}

/* hidden state */
.jet-panel {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease, max-height .35s ease;
}

    /* visible state */
    .jet-panel.open {
        opacity: 1;
        max-height: 2000px;
        transform: translateY(0);
        pointer-events: auto;
    }


.vj-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    border: 1px solid rgba(214,177,113,0.25);
    background: rgba(214,177,113,0.08);
    color: var(--gold-3);
}

    .vj-button:hover {
        background: rgba(214,177,113,0.16);
        transform: translateY(-1px);
    }

.vj-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.vj-feature {
    padding: 26px;
    border-radius: var(--radius);
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(214,177,113,0.12);
}

    .vj-feature strong {
        display: block;
        color: var(--gold-3);
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.vj-cta {
    padding: 120px 32px;
}

.vj-cta-box {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 70px;
    border-radius: var(--radius);
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(214,177,113,0.16);
}

.vj-cta-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    margin-bottom: 24px;
}

.vj-cta-text {
    color: var(--text-soft);
    line-height: 1.9;
}

.vj-hero {
    padding: 150px 32px 110px;
}

.vj-hero-inner {
    max-width: 1180px;
    margin: auto;
}

.vj-hero-label {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(214,177,113,0.08);
    border: 1px solid rgba(214,177,113,0.18);
    color: var(--gold-3);
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vj-hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 4.2rem;
    line-height: 0.95;
    margin: 32px 0;
}

    .vj-hero-title span {
        color: var(--gold-3);
    }

.vj-hero-intro {
    max-width: 800px;
    color: var(--text-soft);
    font-size: 1.1rem;
    line-height: 1.9;
}


.vj-section {
    padding: 90px 32px;
}

.vj-section-inner {
    max-width: 1180px;
    margin: auto;
}

.vj-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 100px;
}

.vj-section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    position: sticky;
    top: 120px;
}

.vj-section-content {
    padding: 40px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

    .vj-section-content p {
        color: var(--text-soft);
        line-height: 1.9;
        margin-bottom: 24px;
    }


.vj-button.secondary {
    background: transparent;
    border: 1px solid var(--border);
}


.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 18px;
    max-width: 760px;
    margin: 0 auto;
}

.hero-metric {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(6px);
}

.hero-metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.hero-metric-label {
    font-size: .92rem;
    color: rgba(255,255,255,.78);
}

.vj-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 760px;
    margin: 0 auto;
}



.btn--gold {
    color: #050709;
    background: linear-gradient( 135deg, var(--gold-1), var(--gold-2) 24%, var(--gold-4) 52%, #8f7037 );
    box-shadow: 0 18px 40px rgba(0,0,0,.36);
}

.btn--gold {
    transform: translateY(-2px);
}

.btn--outline {
    color: var(--gold-4);
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(240,216,154,.12);
}

.btn--outline {
    transform: translateY(-2px);
    background: rgba(240,216,154,.05);
}
/* =========================================================
   CARD FOUNDATION
========================================================= */
/* ==================================================
   AIRCRAFT VARIANT (SIGNATURE SYSTEM)
================================================== */

.context-block.aircraft {
    width: clamp(260px, 28vw, 340px);
    max-width: 340px;
    padding: 28px;
    gap: 18px;
    min-height: 280px;
    border-radius: 28px 28px 28px 64px;
    display: flex;
    flex-direction: column;
    /* restored depth (subtle, not flat) */
    background: radial-gradient(circle at 20% 15%, rgba(240,216,154,0.06), transparent 38%), radial-gradient(circle at 80% 85%, rgba(110,89,44,0.04), transparent 42%), linear-gradient(160deg, rgba(22,26,31,0.98), rgba(7,9,11,0.98));
    box-shadow: 0 18px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03), 0 0 0 1px rgba(240,216,154,0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #dcdcdc;
}

    /* border glow unchanged but slightly softer */
    .context-block.aircraft::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1.5px;
        border-radius: inherit;
        background: linear-gradient( 135deg, #6e592c, #a98345 18%, #f0d89a 32%, #d4b06b 52%, #8f7037 72%, #f0d89a 88%, #6e592c );
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0.60; /* reduced to restore depth balance */
    }

    /* TITLE (slightly softer so score dominates) */
    .context-block.aircraft .ctx-title {
        font-size: 17px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(240,239,230,0.88);
        margin: 0;
    }

    /* HINT */
    .context-block.aircraft .ctx-hint {
        font-size: 13px;
        color: rgba(244,239,230,0.62);
        margin: 0;
    }

    /* SCORE CONTEXT (NEW PRIMARY FOCUS SUPPORT) */
    .context-block.aircraft .ctx-score {
        margin-top: 6px;
    }

    .context-block.aircraft .ctx-score-label {
        font-size: 11px;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: rgba(244,239,230,0.55);
    }

    .context-block.aircraft .ctx-score-value {
        font-size: 46px;
        font-weight: 850;
        line-height: 1;
        letter-spacing: -0.02em;
        color: rgba(240,216,154,0.92);
    }

    /* RANGE (rebalanced so it does NOT compete) */
    .context-block.aircraft .ctx-value {
        font-size: 34px;
        font-weight: 800;
        line-height: 1;
        color: rgba(220,220,220,0.85);
        letter-spacing: -0.02em;
    }

    .context-block.aircraft .ctx-unit {
        font-size: 13px;
        color: rgba(214,177,113,0.75);
        margin-bottom: 6px;
    }

    /* STATS (slightly quieter) */
    .context-block.aircraft .ctx-row {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: rgba(244,239,230,0.65);
    }

        .context-block.aircraft .ctx-row strong {
            font-size: 15px;
            color: rgba(240,239,230,0.88);
        }

    /* FOOTER (reduced visual weight) */
    .context-block.aircraft .ctx-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        letter-spacing: 0.10em;
        text-transform: uppercase;
        color: rgba(244,239,230,0.55);
        border-top: 1px solid rgba(240,216,154,0.08);
        padding-top: 10px;
    }

        .context-block.aircraft .ctx-footer strong {
            color: var(--gold-3);
            font-weight: 700;
        }

    /* HOVER (kept but slightly more premium feel) */
    .context-block.aircraft:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 65px rgba(0,0,0,0.55), 0 0 0 1px rgba(240,216,154,0.10), inset 0 1px 0 rgba(255,255,255,0.04);
    }
@media (max-width: 768px) {
    .context-block.aircraft {
        padding: 22px;
        min-height: 260px;
    }

        .context-block.aircraft .ctx-title {
            font-size: 16px;
        }

        .context-block.aircraft .ctx-value {
            font-size: 38px;
        }

        .context-block.aircraft .ctx-row,
        .context-block.aircraft .ctx-footer {
            font-size: 14px;
        }
} 


/* =========================================================
   SECTION — HIGHLIGHT (SIGNATURE BLOCK)
========================================================= */
.section.highlight {
    position: relative;
    padding: 100px 32px;
    background: radial-gradient(circle at 20% 15%, rgba(240,216,154,0.06), transparent 35%), linear-gradient(160deg, rgba(22,26,31,0.98), rgba(7,9,11,0.98)) !important;
    color: var(--text-main) !important;
    border-top: 1px solid rgba(214, 177, 113, 0.18);
    border-bottom: 1px solid rgba(214, 177, 113, 0.18);
    overflow: hidden;
}

 

.section.highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient( 90deg, transparent, rgba(214, 177, 113, 0.95), rgba(255, 255, 255, 0.35), rgba(214, 177, 113, 0.95), transparent );
    opacity: 1;
}

 .section.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 4px;
    background: linear-gradient( 180deg, var(--gold-3), var(--gold-2), transparent );
    opacity: 1;
    z-index: 2;
}














.mission-table {
    --bs-table-bg: #f8f6f1;
    --bs-table-color: #1b1f24;
    --bs-table-border-color: rgba(0,0,0,0.10);
    --bs-table-striped-bg: #f1ede4;
    --bs-table-striped-color: #1b1f24;
    --bs-table-hover-bg: #ece6d9;
    --bs-table-hover-color: #111;
    color: #1b1f24;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient( 180deg, rgba(255,255,255,0.96), rgba(248,246,241,0.98) );
    box-shadow: 0 12px 30px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.7);
}
    /* HEADER */
    .mission-table thead {
        --bs-table-bg: #ece4d2 !important;
        --bs-table-color: #16181b !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 0.82rem;
    }

        .mission-table thead th {
            padding: 1rem 1rem;
            border-bottom: 1px solid rgba(0,0,0,0.12);
            font-weight: 800;
        }
    /* BODY */
    .mission-table tbody td {
        padding: 1rem;
        vertical-align: middle;
        border-color: rgba(0,0,0,0.06);
    }
    /* ROW HOVER */
    .mission-table tbody tr {
        transition: background 160ms ease, transform 160ms ease;
    }

        .mission-table tbody tr:hover {
            transform: translateY(-1px);
        }
    /* DESTINATION */
    .mission-table .fw-bold.fs-6 {
        font-size: 1rem !important;
        color: #111;
    }
    /* SECONDARY TEXT */
    .mission-table .text-muted {
        color: #5d6670 !important;
    }
    /* SUCCESS */
    .mission-table .text-success {
        color: #1d6b3d !important;
    }
    /* WARNING */
    .mission-table .text-warning {
        color: #9a6700 !important;
    }
    /* INFO */
    .mission-table .text-info {
        color: #0c5c7a !important;
    }
    /* BADGES */
    .mission-table .badge {
        border-radius: 999px;
        padding: 0.42rem 0.7rem;
        font-weight: 700;
    }
/* =========================================
   MISSION TABLE
========================================= */

.mission-table {
    width: 100%;
    border-collapse: collapse;
    background: #f7f4ed;
    color: #111;
    border: 2px solid #d7c7a0;
    font-size: 0.96rem;
}
    /* HEADER */
    .mission-table thead th {
        background: #dfd2b2;
        color: #111;
        padding: 14px 16px;
        text-align: left;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border-bottom: 2px solid #bba97d;
        border-right: 1px solid rgba(0,0,0,0.08);
    }
    /* BODY CELLS */
    .mission-table td {
        padding: 14px 16px;
        vertical-align: top;
        border-bottom: 1px solid rgba(0,0,0,0.10);
        border-right: 1px solid rgba(0,0,0,0.06);
        background: rgba(255,255,255,0.55);
    }
        /* LAST COLUMN */
        .mission-table td:last-child,
        .mission-table th:last-child {
            border-right: none;
        }
    /* ROW STRIPING */
    .mission-table tbody tr:nth-child(even) td {
        background: rgba(0,0,0,0.025);
    }
    /* HOVER */
    .mission-table.table-hover tbody tr:hover td {
        background: rgba(224,201,127,0.12);
    }
    /* PRIMARY DESTINATION */
    .mission-table .fw-bold.fs-6 {
        font-size: 1rem !important;
        color: #111;
    }
    /* SUBTEXT */
    .mission-table .text-muted {
        color: #5e6872 !important;
    }
    /* SUCCESS */
    .mission-table .text-success {
        color: #1d6b3d !important;
        font-weight: 700;
    }
    /* WARNING */
    .mission-table .text-warning {
        color: #9b6400 !important;
        font-weight: 700;
    }
    /* INFO */
    .mission-table .text-info {
        color: #0f5f7a !important;
    }
    /* BADGES */
    .mission-table .badge {
        font-weight: 700;
        border-radius: 999px;
        padding: 0.4em 0.7em;
    }

.text-warning {
    color: #d55000 !important;
}

.custom-article-container-narrow {
    max-width: 960px;
    margin: 1rem auto;
    background-color: #95a6b7;
    padding: 5rem;
}
/* ==================================================
                                   COMPARE GRID
                                ================================================== */

.compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 28px;
    margin-top: 32px;
}


/* ==================================================
                                   COMPARE COLUMN
                                ================================================== */

.compare-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* ==================================================
                                   AIRCRAFT SELECT CARD
                                ================================================== */

.compare-selector {
    position: relative;
/*    padding: 24px;*/
    border-radius: 28px 28px 28px 72px;
    background: radial-gradient( circle at 20% 15%, rgba(240,216,154,0.035), transparent 30% ), linear-gradient( 160deg, rgba(22,26,31,0.98), rgba(7,9,11,0.98) );
    box-shadow: 0 24px 60px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.03);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}


    /* GOLD FRAME */

    .compare-selector::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1.5px;
        border-radius: 28px 28px 28px 72px;
        background: linear-gradient( 135deg, var(--gold-1), var(--gold-2) 18%, var(--gold-4) 32%, var(--gold-3) 52%, var(--gold-5) 72%, var(--gold-4) 88%, var(--gold-1) );
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0.72;
    }


    /* HOVER */

    .compare-selector:hover {
        transform: translateY(-3px);
        box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(240,216,154,0.10), inset 0 1px 0 rgba(255,255,255,0.04);
    }


    /* ==================================================
                                   LEGEND
                                ================================================== */

    .compare-selector legend {
        all: unset;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-left: 20px;
        margin-bottom: 18px;
        padding: 6px 18px;
        border-radius: 999px;
        background: linear-gradient( 180deg, #151a20, #090c10 );
        border: 1px solid rgba(240,216,154,0.12);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 4px 12px rgba(0,0,0,0.28);
        color: rgba(240,216,154,0.82);
        font-size: clamp(11px, 1vw, 14px);
        letter-spacing: 0.22em;
        text-transform: uppercase;
        white-space: nowrap;
    }


/* ==================================================
                                   SELECT
                                ================================================== */

.compare-select {
    width: 100%;
    padding: 18px 22px;
    border-radius: 22px 22px 22px 48px;
    border: 1px solid rgba(240,216,154,0.10);
    background: linear-gradient( 160deg, rgba(22,26,31,0.98), rgba(7,9,11,0.98) );
    color: rgba(240,216,154,0.82);
    font-size: clamp(12px, 1vw, 14px);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03);
    appearance: none;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


    /* FOCUS */

    .compare-select:focus {
        outline: none;
        border-color: rgba(240,216,154,0.28);
        box-shadow: 0 0 0 1px rgba(240,216,154,0.18), 0 16px 38px rgba(0,0,0,0.38);
    }


    /* HOVER */

    .compare-select:hover {
        transform: translateY(-1px);
        border-color: rgba(240,216,154,0.18);
    }


/* ==================================================
                                   PARTIAL CONTAINER
                                ================================================== */

.compare-result {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* ==================================================
                           AIRCRAFT SELECT (HARMONIZED)
                        ================================================== */

.aircraft-select {
    width: 100%;
    padding: 16px 18px;
    border-radius: 22px 22px 22px 48px;
    background: linear-gradient( 160deg, rgba(22,26,31,0.98), rgba(7,9,11,0.98) );
    color: rgba(240,216,154,0.85);
    font-size: clamp(12px, 1vw, 14px);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(240,216,154,0.10);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03);
    appearance: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}


    /* GOLD BORDER RING */
    .aircraft-select:focus {
        outline: none;
        border-color: rgba(240,216,154,0.30);
        box-shadow: 0 0 0 1px rgba(240,216,154,0.18), 0 22px 50px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04);
    }


    /* HOVER LIFT */
    .aircraft-select:hover {
        transform: translateY(-2px);
        border-color: rgba(240,216,154,0.18);
        box-shadow: 0 26px 55px rgba(0,0,0,0.55), 0 0 0 1px rgba(240,216,154,0.10), inset 0 1px 0 rgba(255,255,255,0.04);
    }


    /* OPTION STYLE (limited browser support but helps) */
    .aircraft-select option {
        background: #0b0e12;
        color: rgba(240,216,154,0.85);
        font-size: 15px;
    }


    /* DISABLED STATE */
    .aircraft-select:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }




.custom-article-container1 {
    max-width: 1960px;
}



.form-select.form-select {
    background-color: #141414 !important;
    color: rgba(244,239,230,0.92) !important;
    border: 1px solid rgba(240,216,154,0.28) !important;
    border-radius: 10px;
    box-shadow: none !important;
}

 

.form-select.form-select:focus {
    border-color: rgba(240,216,154,0.75) !important;
    box-shadow: 0 0 0 2px rgba(240,216,154,0.15) !important;
    outline: none !important;
}
 
 
.form-select option {
    background-color: #1a1a1a;
    color: rgba(244,239,230,0.92);
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 15px 28px;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.28s ease;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
    color: #0b0d11;
    box-shadow: 0 12px 40px rgba(212,179,109,0.18);
}

    .btn-primary:hover {
        transform: translateY(-2px);
    }

.btn-secondary {
    border: 1px solid rgba(240,215,155,0.22);
    color: var(--ivory);
    background: rgba(255,255,255,0.02);
}

    .btn-secondary:hover {
        border-color: rgba(240,215,155,0.42);
        background: rgba(255,255,255,0.04);
    }

.vj-scroll-row {
    display: flex;
    gap: 16px;
    cursor: grab;
    user-select: none;
    will-change: transform;
    transform: translateX(0);
}

    .vj-scroll-row.dragging {
        cursor: grabbing;
    }

.vj-scroll-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.vj-scroll-row {
    display: flex;
    gap: 16px;
    cursor: grab;
    user-select: none;
    will-change: transform;
    transform: translateX(0);
}

    .vj-scroll-row.dragging {
        cursor: grabbing;
    }

.vj-scroll-item {
    flex: 0 0 auto;
}


.vj-article-container-wide {
    max-width: 1920px;
    margin: 0 auto;
}





.map-hero-overlay {
    position: absolute;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(10, 12, 18, 0.6);
    backdrop-filter: blur(6px);
    pointer-events: auto;
}





.hero-overlay {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 20;
    max-width: 560px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .hero-overlay.hidden {
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
    }


.hero-content .title-hero-overlay {
    margin-bottom: 1rem;
    color: #f4e7b5;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-shadow: 0 0 18px rgba(224, 201, 127, 0.08);
}


    .hero-content .title-hero-overlay {
    margin: 0 0 18px 0;
    font-size: 2.5rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
 
}

.hero-subtitle {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #374151;
}

.hero-highlight {
    margin: 0 0 18px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.hero-description {
    margin: 0 0 18px 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #4b5563;
}

.hero-reachability {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6b7280;
}

.hero-overlay.fly-away {
    opacity: 0;
    transform: translateY(-60px) scale(1.08);
    filter: blur(6px);
    pointer-events: none;
}

.hero-overlay {
    animation: heroFadeIn 500ms ease-out;
}

@@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: scale(1.02);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.context-block.aircraft .ctx-score-value {
    font-size: 46px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(240,216,154,0.92);
    display: flex;
    align-items: center;
    gap: 10px;
}

 

.context-block.aircraft .ctx-score-icon {
    font-size: 18px;
    opacity: 0.85;
    transform: translateY(-1px);
    color: rgba(240,216,154,0.9);
}

.btn-slate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    border: 1px solid var(--border);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
    background: var(--surface-card);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 6px 14px rgba(0,0,0,0.35);
    transition: transform 0.12s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    user-select: none;
}

 
.btn-slate:hover {
    border-color: rgba(214,177,113,0.22);
    color: var(--text-main);
    box-shadow: 0 10px 22px rgba(0,0,0,0.45), 0 0 0 1px rgba(214,177,113,0.08);
    transform: translateY(-1px);
}

 
.btn-slate:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.5);
}

 
.btn-slate.active,
.btn-slate.on {
    color: var(--text-main);
    border-color: rgba(214,177,113,0.35);
    background: radial-gradient( circle at 20% 15%, rgba(214,177,113,0.10), transparent 40% ), linear-gradient( 160deg, rgba(38,46,57,0.95), rgba(22,26,31,0.98) );
    box-shadow: 0 10px 26px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(214,177,113,0.10);
}

 
.btn-slate:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
 
.btn-warning {
    background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
    color: #0b0d11;
    box-shadow: 0 12px 40px rgba(212, 179, 109, 0.18);
}

.vj-compare-select {
    width: 100%;
    padding: 18px 22px;
    border-radius: 22px 22px 22px 48px;
    border: 1px solid rgba(240, 216, 154, 0.10);
    background: linear-gradient(160deg, rgba(22, 26, 31, 0.98), rgba(7, 9, 11, 0.98));
/*    color: rgba(240, 216, 154, 0.82);*/
    color: #efe2c1;
    font-size: clamp(12px, 2vw, 20px);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    appearance: none;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    font-size: 20px;
}




/* ==========================================================
   VERITASJET INSIGHTS™
========================================================== */

.vji-container {
    max-width: 880px;
    margin: 100px auto;
    padding: 0 24px;
}

.vji-article {
    position: relative;
}

/* ---------------------------------------------------------
   HEADER
----------------------------------------------------------*/

.vji-label {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--gold-2);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.vji-title {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(3.4rem,5vw,4.8rem);
    line-height: 1.02;
    font-weight: 600;
    color: #f8f3eb;
    margin-bottom: 28px;
    letter-spacing: -.02em;
}

.vji-subtitle {
    font-size: 1.18rem;
    line-height: 2;
    color: var(--text-soft);
    max-width: 760px;
    margin-bottom: 28px;
}

.vji-meta {
    color: var(--gold-2);
    font-size: .80rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: .85;
}

/* ---------------------------------------------------------
   DIVIDER
----------------------------------------------------------*/

.vji-divider {
    width: 140px;
    height: 2px;
    margin: 48px 0;
    background: linear-gradient( 90deg, var(--gold-3), transparent);
}

/* ---------------------------------------------------------
   SECTIONS
----------------------------------------------------------*/

.vji-section {
    margin: 50px 0;
}

.vji-h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 2.35rem;
    line-height: 1.15;
    color: #f8f3eb;
    margin-bottom: 26px;
}

.vji-p {
    font-size: 1.08rem;
    line-height: 1.95;
    color: var(--text-soft);
    margin-bottom: 20px;
}

/* ---------------------------------------------------------
   QUOTES
----------------------------------------------------------*/

.vji-quote {
    max-width: 720px;
    margin: 42px auto;
    text-align: center;
    font-family: "Cormorant Garamond",serif;
    font-size: 2rem;
    line-height: 1.45;
    color: var(--gold-3);
    font-style: normal;
}

/* ---------------------------------------------------------
   LIST
----------------------------------------------------------*/

.vji-list {
    margin: 26px 0;
    padding-left: 26px;
}

    .vji-list li {
        margin-bottom: 12px;
        color: var(--text-soft);
        line-height: 1.9;
    }

/* ---------------------------------------------------------
   INSIGHT PANEL
----------------------------------------------------------*/

.vji-insight {
    margin: 70px 0;
    padding: 34px;
    border-radius: 22px;
    background: radial-gradient(circle at top left, rgba(214,177,113,.08), transparent 45%), rgba(255,255,255,.03);
    border: 1px solid rgba(214,177,113,.16);
    backdrop-filter: blur(12px);
}

.vji-insight-label {
    color: var(--gold-3);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.vji-insight-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-main);
}

/* ---------------------------------------------------------
   CTA
----------------------------------------------------------*/

.vji-callout {
    margin-top: 80px;
    padding: 42px;
    border-radius: 24px;
    background: linear-gradient( 145deg, rgba(214,177,113,.10), rgba(214,177,113,.03));
    border: 1px solid rgba(214,177,113,.20);
}

    .vji-callout h3 {
        font-family: "Cormorant Garamond",serif;
        font-size: 2rem;
        color: var(--gold-3);
        margin-bottom: 18px;
    }

    .vji-callout p {
        color: var(--text-soft);
        line-height: 1.9;
        margin-bottom: 18px;
    }

/* ---------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------*/

@media(max-width:900px) {

    .vji-title {
        font-size: 2.7rem;
    }

    .vji-h2 {
        font-size: 1.9rem;
    }

    .vji-quote {
        font-size: 1.45rem;
    }
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.insight-card {
    display: block;
    padding: 22px;
    border-radius: var(--radius);
    background: linear-gradient( 145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02) );
    border: 1px solid rgba(214,177,113,0.12);
    text-decoration: none;
    transition: 0.25s ease;
}

    .insight-card:hover {
        transform: translateY(-3px);
        border-color: rgba(214,177,113,0.35);
        box-shadow: 0 14px 40px rgba(0,0,0,0.18);
    }

.insight-tag {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-3);
    margin-bottom: 10px;
}

.insight-title {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 8px;
    font-weight: 600;
}

.insight-desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ===========================
   VERITASJET INSIGHTS LAYER
=========================== */

.vji-header {
    margin-bottom: 40px;
}

.vji-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-3);
    margin-bottom: 10px;
}

.vji-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-soft);
    max-width: 900px;
}

.vji-body {
    color: var(--text-soft);
    line-height: 1.8;
}

.vji-highlight {
    display: inline-block;
    margin: 18px 0;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(214,177,113,0.08);
    border: 1px solid rgba(214,177,113,0.18);
    color: var(--text-soft);
    font-size: 0.95rem;
}

.vji-tier h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.vji-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

.vji-col h3 {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-2);
    margin-bottom: 10px;
}

.vji-note {
    margin-top: 18px;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.vji-method {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.vji-emphasis {
    font-size: 1.2rem;
    color: var(--gold-3);
}

.vji-cta {
    margin-top: 60px;
    padding: 40px;
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(214,177,113,0.08), rgba(0,0,0,0.15));
    border: 1px solid rgba(214,177,113,0.12);
}

.vji-button {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 12px;
    background: var(--gold-2);
    color: #111;
    font-weight: 600;
}

.vji-system-strip {
    font-size: 0.70rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.62);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .vji-system-strip::before {
        content: "";
        width: 22px;
        height: 1px;
        background: var(--gold-2);
        opacity: 0.6;
    }

    .vji-system-strip::after {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--gold-3);
        opacity: 0.6;
    }


/* =========================
   VJI LINK OVERRIDE
   (Bootstrap neutralization)
========================= */

.vj-app a {
    color: var(--text-soft);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

    /* hover state */
    .vj-app a:hover {
        color: var(--gold-3);
        text-decoration: none;
    }

/* optional: subtle emphasis for content links only */
.vj-article a {
    color: var(--gold-2);
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 177, 113, 0.25);
}

    .vj-article a:hover {
        color: var(--gold-3);
        border-bottom-color: var(--gold-3);
    }


.vji-system-strip {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.62);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .vji-system-strip::before {
        content: "";
        width: 20px;
        height: 1px;
        background: var(--gold-3);
        opacity: 0.7;
    }

.service-tier {
    margin-top: 48px;
}

    .service-tier h2 {
        font-family: "Cormorant Garamond", serif;
        font-size: 2rem;
        margin-bottom: 14px;
    }

    .service-tier p {
        color: var(--text-soft);
        line-height: 1.8;
    }

    .service-tier ul {
        margin: 16px 0 24px;
        padding-left: 18px;
    }

    .service-tier li {
        margin-bottom: 10px;
        color: var(--text-soft);
    }


.vj-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px 120px;
}


.vji-cta-row {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vji-link-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(214, 177, 113, 0.25);
    background: rgba(214, 177, 113, 0.06);
    color: var(--text-soft);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .vji-link-button:hover {
        background: rgba(214, 177, 113, 0.12);
        border-color: rgba(214, 177, 113, 0.4);
        transform: translateY(-1px);
    }


.page-heading {
    position: relative;
    padding: 20px 28px;
    margin: 0 0 28px;
    border-radius: 22px 22px 22px 48px;
    background: radial-gradient( circle at 20% 15%, rgba(240,216,154,0.04), transparent 35% ), linear-gradient( 160deg, rgba(22,26,31,0.94), rgba(7,9,11,0.94) );
}

.page-heading-container {
    padding:3rem;
}

.page-heading::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient( 135deg, #6e592c, #a98345 18%, #f0d89a 32%, #d4b06b 52%, #8f7037 72%, #f0d89a 88%, #6e592c );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
    opacity: .7;
}

    .page-heading h1 {
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: clamp(2.4rem, 5vw, 4.25rem);
        line-height: .95;
        font-weight: 500;
        color: #f6e6b4;
        text-wrap: balance;
    }

.page-heading__eyebrow {
    margin-bottom: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(240,216,154,.75);
}