* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

/* ===============================
   ROOT & DESIGN TOKENS
================================ */
:root {
    --ink-dark: #021a24;
    --ink-blue: #063970;
    --ink-slate: #0f172a;
    --ink-muted: #475569;

    --accent-cyan: #22d3ee;
    --accent-soft: rgba(34, 211, 238, 0.15);

    --surface-light: #ffffff;
    --surface-muted: #f8fafc;
    --surface-glass: rgba(255,255,255,0.08);

    --border-soft: rgba(255,255,255,0.18);
    --border-light: #e5e7eb;

    --radius-lg: 1.25rem;
    --radius-xl: 2rem;
}

/* ===============================
   GLOBAL LAYOUT
================================ */
section {
    position: relative;
}

.container-xl {
    max-width: 80rem;
    margin: auto;
    padding: 0 1.5rem;
}

.container-lg {
    max-width: 72rem;
    margin: auto;
    padding: 0 1.5rem;
}

.section-padding {
    padding: 6rem 0;
}

.section-header {
    max-width: 42rem;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--ink-muted);
}

@media (max-width: 768px) {
    .section-padding {
        padding: 4rem 0;
    }
}

/* ===============================
   HERO SECTION
================================ */
.hero {
    background: radial-gradient(circle at 20% 20%, rgba(34,211,238,0.15), transparent 40%), linear-gradient(135deg, var(--ink-dark), var(--ink-blue));
    color: white;
    overflow: hidden;
    margin-top: 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: var(--surface-glass);
    border: 1px solid var(--border-soft);
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: clamp(2.75rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero h1 span {
    color: var(--accent-cyan);
}

.hero p {
    font-size: 1.125rem;
    color: #cbd5e1;
    max-width: 38rem;
}

.hero-card {
    background: var(--surface-glass);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.hero-card ul {
    list-style: none;
    padding: 0;
}

.hero-card li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hero-card li:last-child {
    border-bottom: none;
}

.btn-primary {
    display: inline-block;
    background: var(--accent-cyan);
    color: #000;
    padding: 0.85rem 1.75rem;
    border-radius: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(34,211,238,0.35);
}

.btn-secondary {
    display: inline-block;
    border: 1px solid var(--border-soft);
    padding: 0.85rem 1.75rem;
    border-radius: 0.85rem;
    color: white;
    text-decoration: none;
    margin-left: 0.75rem;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.08);
}

/* ===============================
   SECTION ONE
================================ */
.gov-intro {
    font-size: 1.05rem;
    color: #b6cbe6;
    margin-bottom: 3rem;
}

.gov-model {
    background-image: linear-gradient(rgba(1, 6, 12, 0.9), rgba(4, 8, 14, 0.9)), url("assets/ChatGPT\ gov.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.gov-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    color: #60a5fa;
}

.gov-model {
    /* background: #0b1c2d; */
    border-top: 1px solid #14324f;
}

.gov-model-wrap {
    max-width: 1000px;
    margin: auto;
    padding: 5.5rem 1.5rem;
    z-index: 11;
    position: relative;
}

.gov-model h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    color: #e5f0ff;
}

.gov-pillars {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.gov-pillar {
    border-left: 3px solid #1f3a5a;
    padding-left: 2rem;
}

.pillar-index {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    color: #60a5fa;
}

.gov-pillar h3 {
    margin: 0.6rem 0;
    font-size: 1.3rem;
    color: #e5f0ff;
}

.gov-pillar p {
    color: #b6cbe6;
    max-width: 700px;
}




/*****SECTION TWO  */
/* .sec-impact {
    background: radial-gradient(1200px 600px at 20% -10%, #0e5ab4 0%, transparent 50%), radial-gradient(1000px 500px at 100% 0%, #0a3970 0%, transparent 60%), linear-gradient(180deg, var(--primary), #082f59);
} */

.sec-impact {
    background: #021a24;
}
.sectwo-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.sectwo-details {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.5rem;
    padding: 2rem;
}

.sectwo-details h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.sectwo-details p {
    color: #cbd5e1;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
}

/* ===============================
   THE RESULTS
   =============================== */

.gov-outcome {
    background: linear-gradient(180deg, #081726, #0b1c2d);
    border-top: 1px solid #14324f;
    margin-top: 4rem;
    border-radius: 25px;
}

.gov-outcome-wrap {
    max-width: 1100px;
    margin: auto;
    padding: 5.5rem 1.5rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: center;
}

.outcome-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    color: #60a5fa;
}

.outcome-intro h3 {
    font-size: 2.2rem;
    margin: 1rem 0 1.2rem;
    color: #e5f0ff;
}

.outcome-intro p {
    font-size: 1.05rem;
    color: #b6cbe6;
    max-width: 520px;
}

/* === METRICS === */

.outcome-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
}

.outcome-item {
    border-left: 2px solid #1f3a5a;
    padding-left: 1.4rem;
}

.metric-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #e5f0ff;
    margin-bottom: 0.4rem;
}

.outcome-item p {
    font-size: 0.9rem;
    color: #b6cbe6;
}

/* === RESPONSIVE === */

@media (max-width: 900px) {
    .gov-outcome-wrap {
        grid-template-columns: 1fr;
    }

    .outcome-metrics {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   SHADOW AI × GOVERNANCE FUSION SECTION THREE
   =============================== */

.shadow-governance-fusion {
    background: linear-gradient(rgba(1, 10, 29, 0.9), rgba(1, 21, 69, 0.9)), url("assets/ChatGPT\ SHADOW.png");
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    border-top: 1px solid #14324f;
    background-attachment: fixed;

}

.fusion-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 6rem 1.5rem;
}

/* === HEADER === */

.fusion-header {
    max-width: 820px;
    margin-bottom: 5rem;
}

.fusion-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    color: #60a5fa;
}

.fusion-header h2 {
    font-size: clamp(2.4rem, 4.5vw, 3.2rem);
    margin: 1.2rem 0;
    color: #e5f0ff;
}

.fusion-header p {
    font-size: 1.1rem;
    color: #b6cbe6;
}

/* === FLOW === */

.fusion-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: stretch;
}

/* PANELS */
.fusion-panel {
    padding: 3rem;
    border-radius: 1.5rem;
}

.fusion-panel h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #e5f0ff;
}

.fusion-panel p {
    color: #b6cbe6;
    margin-bottom: 1.6rem;
}

.fusion-panel ul {
    list-style: none;
    padding-left: 0;
    color: #b6cbe6;
    line-height: 1.9;
}

.fusion-panel li::before {
    content: "– ";
    color: #60a5fa;
}

/* SHADOW */
.fusion-panel.shadow {
    background: linear-gradient(180deg, #0e2238, #0b1c2d);
    border: 1px solid #1f3a5a;
}

/* GOVERNANCE */
.fusion-panel.governance {
    background: linear-gradient(135deg, rgba(96,165,250,0.18), rgba(96,165,250,0.05));
    border: 1px solid #60a5fa;
}

/* CONNECTOR */
.fusion-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fusion-connector span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    color: #93c5fd;
}

/* === RESOLUTION === */

.fusion-resolution {
    text-align: center;
    max-width: 760px;
    margin: 4.5rem auto 0;
}

.fusion-resolution p {
    font-size: 1.05rem;
    color: #b6cbe6;
}

.resolution-emphasis {
    margin-top: 1rem;
    font-weight: 600;
    color: #93c5fd;
}

/* === RESPONSIVE === */

@media (max-width: 900px) {
    .fusion-flow {
        grid-template-columns: 1fr;
    }

    .fusion-connector {
        display: none;
    }
}

/* ===============================
   CTA — BOARDROOM CLOSE
================================ */
/* .cta {
  background: linear-gradient(135deg, var(--ink-slate), #020617);
  color: white;
  text-align: center;
}

.cta h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.cta p {
  color: #cbd5e1;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
} */
