:root {
    --navy: #0A2540; --navy-deep: #061A2E; --navy-darker: #03101D;
    --teal: #00B3A6; --teal-bright: #1FD3C5; --teal-soft: #E6F7F5;
    --gold: #B8924A; --gold-bright: #D4AB5C; --gold-soft: #F5EFE0; --gold-deep: #8E6E32;
    --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-cta { background: var(--gold); color: var(--navy); padding: 12px 22px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: all .25s; }
.nav-cta:hover { background: var(--gold-bright); }

/* 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(--gold); }
.breadcrumb .sep { opacity: 0.4; }
.breadcrumb .current { color: var(--navy); font-weight: 600; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-darker) 100%); color: white; padding: 110px 40px 100px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -300px; right: -200px; width: 900px; height: 900px; background: radial-gradient(circle, rgba(184, 146, 74, 0.20) 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.08) 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.16em; text-transform: uppercase; color: var(--gold-bright); background: rgba(184, 146, 74, 0.10); border: 1px solid rgba(184, 146, 74, 0.30); padding: 7px 14px; border-radius: 999px; margin-bottom: 32px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 10px var(--gold-bright); }
h1.hero-title { font-family: var(--display); font-size: clamp(40px, 6vw, 76px); font-weight: 700; line-height: 1.05; letter-spacing: -0.035em; color: white; margin-bottom: 26px; max-width: 920px; }
h1.hero-title em { font-style: normal; color: var(--gold-bright); }
.hero-sub { font-size: 19px; line-height: 1.65; color: rgba(255,255,255,0.78); max-width: 720px; margin-bottom: 40px; }
.hero-quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 920px; }
.hero-quick-stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 12px; padding: 18px 20px; }
.hero-quick-stat-num { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--gold-bright); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 6px; }
.hero-quick-stat-num small { font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 500; margin-left: 3px; letter-spacing: 0; }
.hero-quick-stat-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.65); line-height: 1.4; }

/* SECTION SHARED */
.section { padding: 110px 40px; }
.section.cream { background: var(--cream); }
.section.dark { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; position: relative; overflow: hidden; }
.section.dark::before { content: ''; position: absolute; top: -200px; right: -100px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(184, 146, 74, 0.14) 0%, transparent 60%); pointer-events: none; }
.section-inner { max-width: 1180px; margin: 0 auto; position: relative; }
.section-header { text-align: center; margin-bottom: 60px; max-width: 760px; 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(--gold); margin-bottom: 18px; }
.section.dark .section-eyebrow { color: var(--gold-bright); background: rgba(184, 146, 74, 0.10); border: 1px solid rgba(184, 146, 74, 0.25); padding: 7px 14px; border-radius: 999px; }
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(--gold); }
.section.dark h2.section-title { color: white; }
.section.dark h2.section-title em { color: var(--gold-bright); }
.section-lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 720px; margin: 0 auto; }
.section.dark .section-lead { color: rgba(255,255,255,0.78); }

/* WHY NOW — Three catalysts */
.catalysts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalyst-card { 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; }
.catalyst-card:hover { background: rgba(184, 146, 74, 0.06); border-color: rgba(184, 146, 74, 0.30); }
.catalyst-num { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 18px; }
.catalyst-card h3 { font-family: var(--display); font-size: 22px; font-weight: 700; color: white; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
.catalyst-card h3 em { font-style: normal; color: var(--gold-bright); }
.catalyst-card-data { font-family: var(--display); font-size: 32px; font-weight: 700; color: var(--gold-bright); letter-spacing: -0.025em; line-height: 1; margin-bottom: 6px; }
.catalyst-card-data small { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.50); margin-left: 6px; letter-spacing: 0; }
.catalyst-card-data-label { font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.catalyst-card p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.78); }
.catalyst-card p strong { color: white; font-weight: 700; }
.catalyst-source { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); font-size: 11px; color: rgba(255,255,255,0.45); font-style: italic; }

/* WHAT WE'VE BUILT — pillar grid */
.pillars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pillar-card { background: var(--cream); border: 1px solid transparent; border-radius: 20px; padding: 36px 32px; transition: all 0.3s; }
.pillar-card:hover { background: white; border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 16px 40px -15px rgba(184, 146, 74, 0.18); }
.pillar-card-icon { width: 48px; height: 48px; background: var(--gold-soft); border: 1px solid rgba(184, 146, 74, 0.20); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 22px; }
.pillar-card-icon svg { width: 24px; height: 24px; }
.pillar-card h3 { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px; }
.pillar-card h3 em { font-style: normal; color: var(--gold); }
.pillar-card p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 18px; }
.pillar-card p strong { color: var(--navy); font-weight: 700; }
.pillar-card-list { list-style: none; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.pillar-card-list li { display: flex; gap: 12px; font-size: 13px; line-height: 1.55; color: var(--ink-soft); }
.pillar-card-list li::before { flex-shrink: 0; margin-top: 6px; content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.pillar-card-list strong { color: var(--navy); font-weight: 700; }

/* TWO WAYS TO INVEST */
.invest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.invest-card { background: white; border: 2px solid transparent; border-radius: 24px; padding: 40px 36px; transition: all 0.3s; position: relative; overflow: hidden; }
.invest-card.bond { border-color: var(--gold); background: linear-gradient(180deg, var(--paper) 0%, var(--gold-soft) 100%); }
.invest-card.bond:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -20px rgba(184, 146, 74, 0.25); }
.invest-card.equity { background: var(--cream); }
.invest-card.equity:hover { border-color: var(--gold); transform: translateY(-3px); }
.invest-card-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; }
.invest-card.bond .invest-card-tag { color: var(--gold-deep); background: rgba(184, 146, 74, 0.18); border: 1px solid rgba(184, 146, 74, 0.30); }
.invest-card.equity .invest-card-tag { color: var(--ink-mute); background: rgba(10, 37, 64, 0.06); border: 1px solid var(--line); }
.invest-card-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; }
.invest-card.bond .invest-card-tag::before { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.invest-card.equity .invest-card-tag::before { background: var(--ink-mute); }
.invest-card h3 { font-family: var(--display); font-size: clamp(28px, 3vw, 36px); font-weight: 700; color: var(--navy); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 12px; }
.invest-card h3 em { font-style: normal; color: var(--gold); }
.invest-card-headline { font-family: var(--display); font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.45; margin-bottom: 22px; }
.invest-card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.invest-card-meta-item small { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 4px; }
.invest-card-meta-item span { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; }
.invest-card.bond .invest-card-meta-item span { color: var(--gold-deep); }
.invest-card p { font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 24px; }
.invest-card p strong { color: var(--navy); font-weight: 700; }
.invest-card-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all 0.25s; }
.invest-card.bond .invest-card-cta { background: var(--gold); color: var(--navy-deep); }
.invest-card.bond .invest-card-cta:hover { background: var(--gold-bright); }
.invest-card.equity .invest-card-cta { background: var(--navy); color: white; }
.invest-card.equity .invest-card-cta:hover { background: var(--gold); color: var(--navy-deep); }

/* CYBERBOND DETAIL TABLE */
.bond-detail-wrap { max-width: 920px; margin: 0 auto; }
.bond-table { background: white; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px -20px rgba(10, 37, 64, 0.10); }
.bond-table-row { display: grid; grid-template-columns: 1fr 1.5fr; padding: 20px 28px; border-bottom: 1px solid var(--line); align-items: center; }
.bond-table-row:last-child { border-bottom: none; }
.bond-table-row:nth-child(even) { background: var(--cream); }
.bond-table-label { font-family: var(--display); font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: -0.005em; text-transform: uppercase; letter-spacing: 0.05em; font-size: 11px; }
.bond-table-value { font-size: 15px; color: var(--ink-soft); line-height: 1.5; }
.bond-table-value strong { color: var(--navy); font-weight: 700; }
.bond-table-value .highlight { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--gold); letter-spacing: -0.015em; }

/* RISK NOTICE — important for compliance */
.risk-notice {
    margin-top: 28px;
    background: rgba(232, 74, 95, 0.04);
    border: 1px solid rgba(232, 74, 95, 0.20);
    border-left: 3px solid #E84A5F;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
}
.risk-notice-label {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: #E84A5F;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.risk-notice-label svg { width: 14px; height: 14px; }
.risk-notice p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 8px;
}
.risk-notice p:last-child { margin-bottom: 0; }
.risk-notice strong { color: var(--navy); font-weight: 700; }
.risk-notice a { color: #E84A5F; text-decoration: none; border-bottom: 1px solid #E84A5F; padding-bottom: 1px; }

/* LEADERSHIP */
.leadership-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
.leadership-text h2 { margin-bottom: 22px; }
.leadership-text .lead { font-family: var(--display); font-size: 20px; font-weight: 500; line-height: 1.5; color: var(--navy); margin-bottom: 22px; letter-spacing: -0.01em; }
.leadership-text p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 14px; }
.leadership-text strong { color: var(--navy); font-weight: 700; }
.leadership-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 24px;
    padding: 40px 36px;
    color: white;
    position: relative;
    overflow: hidden;
}
.leadership-card::before { content: ''; position: absolute; top: -150px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(184, 146, 74, 0.20) 0%, transparent 60%); pointer-events: none; }
.leadership-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(--gold-bright); margin-bottom: 24px; }
.leadership-card-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 8px var(--gold-bright); }
.leadership-card h3 { font-family: var(--display); font-size: 22px; font-weight: 700; color: white; letter-spacing: -0.02em; margin-bottom: 4px; position: relative; z-index: 1; }
.leadership-card .role { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 24px; position: relative; z-index: 1; }
.leadership-card .quote { font-family: var(--display); font-size: 17px; font-weight: 500; font-style: italic; line-height: 1.55; color: rgba(255,255,255,0.85); margin-bottom: 24px; padding-left: 18px; border-left: 2px solid var(--gold-bright); position: relative; z-index: 1; }
.leadership-card-creds { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.leadership-card-cred { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.78); }
.leadership-card-cred::before { flex-shrink: 0; margin-top: 6px; content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); }
.leadership-card-cred strong { color: white; font-weight: 700; }

/* COMPLIANCE & DISCLOSURE */
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.compliance-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; }
.compliance-card-icon { width: 36px; height: 36px; background: white; border: 1px solid var(--line); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 14px; }
.compliance-card-icon svg { width: 18px; height: 18px; }
.compliance-card h4 { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; margin-bottom: 8px; }
.compliance-card p { font-size: 13px; line-height: 1.6; color: var(--ink-soft); }
.compliance-card strong { color: var(--navy); font-weight: 700; }
.compliance-card a { color: var(--gold); text-decoration: none; font-weight: 600; }

/* CONTACT */
.contact-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; padding: 100px 40px; text-align: center; position: relative; overflow: hidden; }
.contact-cta::before { content: ''; position: absolute; top: -200px; right: -100px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(184, 146, 74, 0.16) 0%, transparent 60%); pointer-events: none; }
.contact-cta-inner { max-width: 720px; margin: 0 auto; position: relative; }
.contact-cta h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 44px); font-weight: 700; color: white; letter-spacing: -0.025em; line-height: 1.2; margin-bottom: 20px; }
.contact-cta h2 em { font-style: normal; color: var(--gold-bright); }
.contact-cta p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.78); margin-bottom: 36px; }
.contact-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; align-items: center; }
.contact-cta-primary { background: var(--gold); color: var(--navy-deep); padding: 16px 32px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 700; transition: all 0.25s; }
.contact-cta-primary:hover { background: var(--gold-bright); }
.contact-cta-secondary { color: white; padding: 16px 24px; text-decoration: none; font-size: 15px; font-weight: 600; border-bottom: 1.5px solid var(--gold-bright); padding-bottom: 6px; }
.contact-cta-email { margin-top: 28px; font-size: 13px; color: rgba(255,255,255,0.55); }
.contact-cta-email a { color: var(--gold-bright); text-decoration: none; font-weight: 600; }

/* 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-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(--gold-bright); font-weight: 600; }
.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) {
    .hero-quick-stats { grid-template-columns: 1fr 1fr; }
    .catalysts-grid { grid-template-columns: 1fr; }
    .pillars-grid { grid-template-columns: 1fr; }
    .invest-grid { grid-template-columns: 1fr; }
    .leadership-grid { grid-template-columns: 1fr; gap: 40px; }
    .compliance-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .audience-tabs { display: none; }
    .nav-links { display: none; }
    .hero-quick-stats { grid-template-columns: 1fr; }
    .bond-table-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 22px; }
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .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, .section, .contact-cta { padding: 70px 24px; }
}