:root {
    --navy: #0A2540; --navy-deep: #061A2E;
    --teal: #00B3A6; --teal-bright: #1FD3C5; --teal-soft: #E6F7F5;
    --gold: #B8924A; --gold-bright: #D4AB5C; --gold-soft: #F5EFE0;
    --paper: #FFFFFF; --cream: #F7F5F0;
    --ink: #0A2540; --ink-soft: #4A5A6E; --ink-mute: #8896A6;
    --line: rgba(10, 37, 64, 0.08);
    --display: 'Manrope', -apple-system, sans-serif;
    --body: 'Manrope', -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-weight: 400; }
a { color: inherit; }

/* TOPBAR */
.audience-bar { background: var(--navy-deep); border-bottom: 1px solid rgba(255,255,255,0.06); }
.audience-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: stretch; height: 42px; }
.audience-claim { display: flex; align-items: center; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.audience-tabs { display: flex; align-items: stretch; }
.audience-tab { display: flex; align-items: center; padding: 0 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.55); text-decoration: none; border-left: 1px solid rgba(255,255,255,0.06); transition: all 0.2s; }
.audience-tab:hover { color: white; background: rgba(255,255,255,0.04); }
.audience-tab .for { color: rgba(255,255,255,0.35); margin-right: 6px; font-weight: 500; }
.audience-tab .product { margin-left: 8px; padding-left: 8px; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); border-left: 1px solid rgba(255,255,255,0.12); }
.audience-tab.investigative .product { color: var(--gold-bright); }
.audience-tab.defensive .product { color: var(--teal-bright); }

/* NAV */
nav.main { background: rgba(255,255,255,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 22px 40px; display: flex; justify-content: space-between; align-items: center; }
.logo-wrap { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-mark { width: 30px; height: 30px; }
.logo-text { font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: -0.04em; color: var(--navy); line-height: 1; text-transform: lowercase; }
.nav-links { display: flex; gap: 36px; align-items: center; list-style: none; }
.nav-item > a { color: var(--ink-soft); text-decoration: none; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; }
.nav-item:hover > a { color: var(--navy); }
.nav-item.has-menu > a::after { content: '↓'; font-size: 9px; color: var(--ink-mute); margin-left: 3px; }
.nav-item.active > a { color: var(--teal); }
.nav-cta { background: var(--navy); color: white; padding: 12px 22px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 600; transition: all .25s; }
.nav-cta:hover { background: var(--teal); color: var(--navy); }

/* BREADCRUMB */
.breadcrumb { background: var(--cream); padding: 16px 40px; border-bottom: 1px solid var(--line); }
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; font-size: 13px; color: var(--ink-mute); display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb .sep { opacity: 0.4; }
.breadcrumb .current { color: var(--navy); font-weight: 600; }

/* HERO */
.hero { background: var(--paper); padding: 100px 40px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -300px; right: -200px; width: 900px; height: 900px; background: radial-gradient(circle, rgba(0, 179, 166, 0.10) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -200px; left: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184, 146, 74, 0.06) 0%, transparent 60%); pointer-events: none; }
.hero-inner { max-width: 1080px; margin: 0 auto; position: relative; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); background: var(--teal-soft); padding: 7px 14px; border-radius: 999px; margin-bottom: 32px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
h1.hero-title {
    font-family: var(--display);
    font-size: clamp(44px, 6.5vw, 84px); font-weight: 700;
    line-height: 1.02; letter-spacing: -0.04em;
    color: var(--navy); margin-bottom: 26px;
    max-width: 920px;
}
h1.hero-title em { font-style: normal; color: var(--teal); }
h1.hero-title em.gold { color: var(--gold); }
.hero-sub { font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 680px; }

/* MISSION */
.mission { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; padding: 110px 40px; position: relative; overflow: hidden; }
.mission::before { content: ''; position: absolute; top: -200px; right: -100px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(0, 179, 166, 0.16) 0%, transparent 60%); pointer-events: none; }
.mission::after { content: ''; position: absolute; bottom: -200px; left: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184, 146, 74, 0.10) 0%, transparent 60%); pointer-events: none; }
.mission-inner { max-width: 920px; margin: 0 auto; position: relative; }
.mission-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-bright); background: rgba(0, 179, 166, 0.10); border: 1px solid rgba(0, 179, 166, 0.25); padding: 7px 14px; border-radius: 999px; margin-bottom: 32px; }
.mission-statement {
    font-family: var(--display);
    font-size: clamp(28px, 3.6vw, 42px); font-weight: 600;
    line-height: 1.25; letter-spacing: -0.025em;
    color: white;
    margin-bottom: 36px;
}
.mission-statement em { font-style: normal; color: var(--teal-bright); }
.mission-statement em.gold { color: var(--gold-bright); }
.mission-body { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); margin-bottom: 18px; }
.mission-body strong { color: white; font-weight: 700; }

/* BY THE NUMBERS */
.stats { background: var(--paper); padding: 110px 40px; }
.stats-inner { max-width: 1180px; margin: 0 auto; }
.stats-header { text-align: center; margin-bottom: 60px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; }
h2.section-title { font-family: var(--display); font-size: clamp(34px, 4.5vw, 52px); font-weight: 600; line-height: 1.1; letter-spacing: -0.025em; color: var(--navy); margin-bottom: 20px; }
h2.section-title em { font-style: normal; color: var(--teal); }
.section-lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 680px; margin: 0 auto; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.stat-card {
    background: var(--cream);
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 32px 28px;
    transition: all 0.3s;
}
.stat-card:hover {
    background: white;
    border-color: var(--teal);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -15px rgba(10, 37, 64, 0.10);
}
.stat-card-num {
    font-family: var(--display);
    font-size: 44px;
    font-weight: 700;
    color: var(--teal);
    letter-spacing: -0.035em;
    line-height: 1;
    margin-bottom: 14px;
}
.stat-card-num small {
    font-size: 18px;
    color: var(--ink-mute);
    font-weight: 500;
    margin-left: 4px;
    letter-spacing: 0;
}
.stat-card-label {
    font-family: var(--display);
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}
.stat-card-meta {
    font-size: 13px;
    line-height: 1.5;
    color: var(--ink-soft);
}

/* FOUNDER */
.founder { background: var(--cream); padding: 110px 40px; }
.founder-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}
.founder-text {}
.founder-text h2 { font-family: var(--display); font-size: clamp(34px, 4.5vw, 48px); font-weight: 600; color: var(--navy); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 22px; }
.founder-text h2 em { font-style: normal; color: var(--teal); }
.founder-text .lead {
    font-family: var(--display);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--navy);
    margin-bottom: 22px;
    letter-spacing: -0.01em;
}
.founder-text p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 14px; }
.founder-text strong { color: var(--navy); font-weight: 700; }
.founder-credentials {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.founder-credential-row {
    display: flex; gap: 12px; align-items: flex-start;
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.55;
}
.founder-credential-row::before {
    content: '';
    flex-shrink: 0;
    margin-top: 5px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--teal-soft);
    border: 1.5px solid var(--teal);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%2300B3A6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7l3 3 5-6'/%3E%3C/svg%3E");
    background-position: center; background-repeat: no-repeat;
}
.founder-credential-row strong { color: var(--navy); font-weight: 700; }
.founder-team-note {
    margin-top: 28px;
    padding: 18px 22px;
    background: white;
    border-left: 3px solid var(--teal);
    border-radius: 0 12px 12px 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
}
.founder-team-note strong { color: var(--navy); font-weight: 700; }

.founder-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 24px;
    padding: 40px 36px;
    color: white;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.founder-card::before { content: ''; position: absolute; top: -150px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0, 179, 166, 0.20) 0%, transparent 60%); pointer-events: none; }
.founder-card-tag {
    position: relative; z-index: 1;
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--teal-bright);
    margin-bottom: 24px;
}
.founder-card-tag::before {
    content: ''; width: 6px; height: 6px;
    border-radius: 50%; background: var(--teal-bright);
    box-shadow: 0 0 8px var(--teal-bright);
}
.founder-card-quote {
    position: relative; z-index: 1;
    font-family: var(--display);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 600;
    line-height: 1.35;
    color: white;
    letter-spacing: -0.015em;
    margin-bottom: 28px;
}
.founder-card-quote em { font-style: normal; color: var(--teal-bright); }
.founder-card-attribution {
    position: relative; z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.10);
    padding-top: 22px;
}
.founder-card-name {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.015em;
    margin-bottom: 4px;
}
.founder-card-role {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}
.founder-card-meta {
    margin-top: 16px;
    display: flex; gap: 8px; flex-wrap: wrap;
}
.founder-card-pill {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.70);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    padding: 4px 10px;
    border-radius: 999px;
}

/* VALUES */
.values { background: var(--paper); padding: 110px 40px; }
.values-inner { max-width: 1180px; margin: 0 auto; }
.values-header { text-align: center; margin-bottom: 60px; max-width: 720px; margin-left: auto; margin-right: auto; }
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.value-card {
    background: var(--cream);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 36px 32px;
    transition: all 0.3s;
}
.value-card:hover {
    background: white;
    border-color: var(--teal);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -15px rgba(10, 37, 64, 0.10);
}
.value-card.gold:hover {
    border-color: var(--gold);
    box-shadow: 0 16px 40px -15px rgba(184, 146, 74, 0.18);
}
.value-card-num {
    font-family: var(--display);
    font-size: 32px;
    font-weight: 700;
    color: var(--teal);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 18px;
}
.value-card.gold .value-card-num { color: var(--gold); }
.value-card h3 {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin-bottom: 12px;
}
.value-card .claim {
    font-family: var(--display);
    font-size: 15px;
    font-weight: 600;
    color: var(--teal);
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 16px;
}
.value-card.gold .claim { color: var(--gold); }
.value-card p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-soft);
}

/* CAREERS + PARTNERSHIPS */
.join { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; padding: 110px 40px; position: relative; overflow: hidden; }
.join::before { content: ''; position: absolute; top: -200px; left: -100px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(0, 179, 166, 0.14) 0%, transparent 60%); pointer-events: none; }
.join::after { content: ''; position: absolute; bottom: -200px; right: -100px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(184, 146, 74, 0.14) 0%, transparent 60%); pointer-events: none; }
.join-inner { max-width: 1180px; margin: 0 auto; position: relative; }
.join-header { text-align: center; margin-bottom: 60px; max-width: 760px; margin-left: auto; margin-right: auto; }
.join-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-bright); background: rgba(0, 179, 166, 0.10); border: 1px solid rgba(0, 179, 166, 0.25); padding: 7px 14px; border-radius: 999px; margin-bottom: 24px; }
.join-headline { font-family: var(--display); font-size: clamp(34px, 4.5vw, 52px); font-weight: 600; line-height: 1.1; letter-spacing: -0.025em; color: white; margin-bottom: 18px; }
.join-headline em { font-style: normal; color: var(--teal-bright); }
.join-headline em.gold { color: var(--gold-bright); }
.join-lead { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.78); }

.join-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.join-path {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    padding: 36px 32px;
    transition: all 0.3s;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.join-path.work {
    border-color: rgba(31, 211, 197, 0.30);
}
.join-path.work:hover {
    background: rgba(0, 179, 166, 0.08);
    border-color: var(--teal-bright);
    transform: translateY(-3px);
}
.join-path.partner {
    border-color: rgba(184, 146, 74, 0.30);
}
.join-path.partner:hover {
    background: rgba(184, 146, 74, 0.06);
    border-color: var(--gold-bright);
    transform: translateY(-3px);
}
.join-path-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px;
    margin-bottom: 22px;
    width: fit-content;
}
.join-path.work .join-path-tag {
    color: var(--teal-bright);
    background: rgba(0, 179, 166, 0.12);
    border: 1px solid rgba(31, 211, 197, 0.30);
}
.join-path.partner .join-path-tag {
    color: var(--gold-bright);
    background: rgba(184, 146, 74, 0.12);
    border: 1px solid rgba(212, 171, 92, 0.30);
}
.join-path-tag::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
}
.join-path.work .join-path-tag::before { background: var(--teal-bright); box-shadow: 0 0 8px var(--teal-bright); }
.join-path.partner .join-path-tag::before { background: var(--gold-bright); }

.join-path h3 {
    font-family: var(--display);
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    color: white;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 12px;
}
.join-path h3 em { font-style: normal; }
.join-path.work h3 em { color: var(--teal-bright); }
.join-path.partner h3 em { color: var(--gold-bright); }

.join-path-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
    flex: 1;
}
.join-path-desc strong { color: white; font-weight: 700; }

.join-path-bullets {
    list-style: none;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.join-path-bullets li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.70);
}
.join-path-bullets li::before {
    flex-shrink: 0;
    margin-top: 7px;
    content: '';
    width: 5px; height: 5px;
    border-radius: 50%;
}
.join-path.work .join-path-bullets li::before { background: var(--teal-bright); }
.join-path.partner .join-path-bullets li::before { background: var(--gold-bright); }

.join-path-cta {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
    width: fit-content;
}
.join-path.work .join-path-cta {
    background: var(--teal);
    color: var(--navy-deep);
}
.join-path.work .join-path-cta:hover {
    background: var(--teal-bright);
}
.join-path.partner .join-path-cta {
    background: var(--gold);
    color: var(--navy-deep);
}
.join-path.partner .join-path-cta:hover {
    background: var(--gold-bright);
}
.join-path-cta-meta {
    display: inline-flex; align-items: center; gap: 6px;
    margin-left: 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.50);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.join-path-cta-meta svg { width: 11px; height: 11px; }

.join-path-row {
    display: flex; align-items: center;
    flex-wrap: wrap; gap: 4px;
}

/* CTA */
.cta { background: var(--paper); padding: 90px 40px; text-align: center; }
.cta-inner { max-width: 720px; margin: 0 auto; }
.cta h2 { font-family: var(--display); font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--navy); letter-spacing: -0.025em; line-height: 1.2; margin-bottom: 18px; }
.cta h2 em { font-style: normal; color: var(--teal); }
.cta p { font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 32px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cta-btn-primary { background: var(--navy); color: white; padding: 16px 32px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 600; transition: all 0.25s; }
.cta-btn-primary:hover { background: var(--teal); color: var(--navy); }
.cta-btn-secondary { color: var(--navy); padding: 16px 24px; text-decoration: none; font-size: 15px; font-weight: 600; border-bottom: 1.5px solid var(--teal); padding-bottom: 6px; }

/* FOOTER */
footer { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 90px 40px 40px; position: relative; overflow: hidden; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 179, 166, 0.4) 30%, rgba(184, 146, 74, 0.4) 70%, transparent); }
.footer-inner { max-width: 1280px; margin: 0 auto; position: relative; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.10); margin-bottom: 60px; }
.footer-brand .logo-wrap { display: inline-flex; }
.footer-brand .logo-text { color: white; }
.footer-brand p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.6); max-width: 420px; margin-top: 24px; }
.footer-newsletter h5 { font-size: 13px; font-weight: 700; color: white; margin-bottom: 8px; }
.footer-newsletter p { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 18px; line-height: 1.55; }
.footer-newsletter form { display: flex; gap: 8px; }
.footer-newsletter input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: white; padding: 12px 16px; border-radius: 8px; font-family: var(--body); font-size: 14px; outline: none; }
.footer-newsletter button { background: var(--teal); color: var(--navy-deep); padding: 12px 20px; border-radius: 8px; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--body); }
.footer-section-divider { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-bottom: 32px; }
.footer-section-divider .label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-section-divider .label.teal { color: var(--teal-bright); }
.footer-section-divider .label.gold { color: var(--gold-bright); }
.footer-section-divider .line { height: 1px; background: rgba(255,255,255,0.10); }
.footer-solutions { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.footer-solution { border-left: 2px solid rgba(255,255,255,0.10); padding-left: 28px; }
.footer-solution.defensive { border-left-color: var(--teal); }
.footer-solution.investigative { border-left-color: var(--gold); }
.footer-solution h5 { font-family: var(--display); font-size: 18px; font-weight: 700; color: white; margin-bottom: 4px; letter-spacing: -0.02em; }
.footer-solution h5 em { font-style: normal; }
.footer-solution.defensive h5 em { color: var(--teal-bright); }
.footer-solution.investigative h5 em { color: var(--gold-bright); }
.footer-solution .audience-line { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.footer-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; list-style: none; }
.footer-solution-grid li a { color: rgba(255,255,255,0.85); font-size: 14px; text-decoration: none; display: block; padding: 4px 0; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 22px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: white; text-decoration: none; font-size: 14px; }
.footer-col a.current { color: var(--teal-bright); font-weight: 600; }
.footer-col li.future, .footer-col li.prep, .footer-col li.future-2027 { color: rgba(255,255,255,0.55); font-size: 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.footer-col li.future::after, .footer-col li.prep::after, .footer-col li.future-2027::after { font-size: 9px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; background: rgba(0, 179, 166, 0.12); color: var(--teal-bright); padding: 3px 7px; border-radius: 4px; border: 1px solid rgba(0, 179, 166, 0.20); }
.footer-col li.future::after { content: 'next'; }
.footer-col li.prep::after { content: 'in prep'; }
.footer-col li.future-2027::after { content: '2027'; background: rgba(184, 146, 74, 0.12); color: var(--gold-bright); border-color: rgba(184, 146, 74, 0.20); }
.footer-bottom { padding-top: 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-bottom-left { display: flex; align-items: center; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.45); }
.footer-bottom-left .sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.footer-bottom-right { display: flex; align-items: center; gap: 28px; font-size: 12px; }
.footer-bottom-right a { color: rgba(255,255,255,0.55); text-decoration: none; }
.footer-social { display: flex; gap: 10px; margin-left: 20px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.10); }
.footer-social a { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); }
.footer-social svg { width: 14px; height: 14px; }

@media (max-width: 1024px) {
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .founder-inner { grid-template-columns: 1fr; gap: 40px; }
    .founder-card { aspect-ratio: auto; }
    .values-grid { grid-template-columns: 1fr; }
    .join-paths { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .audience-tabs { display: none; }
    .nav-links { display: none; }
    .stats-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .footer-solutions { grid-template-columns: 1fr; gap: 36px; }
    .footer-solution-grid { grid-template-columns: 1fr; }
    .footer-cols { grid-template-columns: 1fr; gap: 36px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
    .footer-bottom-right { flex-direction: column; align-items: flex-start; gap: 16px; }
    .footer-social { margin-left: 0; padding-left: 0; border-left: none; }
    .hero, .mission, .stats, .founder, .values, .join, .cta { padding: 70px 24px; }
}