/*
Theme Name: MVP Medspa Value Partners
Theme URI: https://medspavaluepartners.com
Author: Medspa Value Partners
Description: Official landing page theme for Medspa Value Partners cooperative platform.
Version: 1.0.0
License: Private
Text Domain: mvp-theme
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --gold: #C9A96E;
  --gold-light: #E8D5B0;
  --gold-dark: #9A7A45;
  --navy: #0D1B2A;
  --navy-mid: #16273A;
  --navy-light: #1E3348;
  --cream: #F8F4EE;
  --white: #FFFFFF;
  --muted: #7A93AC;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--navy); color: var(--white); overflow-x: hidden; }

/* ============================================================
   NAV
   ============================================================ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(12,18,25,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(193,167,115,0.15); padding: 0.8rem 2.5rem; display: flex; align-items: center; justify-content: space-between; max-width: 100%; }
.nav-logo { flex-shrink: 0; transition: opacity 0.3s; }
.nav-logo:hover { opacity: 0.85; }
.nav-logo img { height: 48px; width: auto; max-width: 280px; object-fit: contain; }
.nav-links { display: none; list-style: none; margin: 0; padding: 0; gap: 2rem; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--gold); }
.btn-nav { background: var(--gold); color: var(--navy); padding: 0.55rem 1.3rem; border-radius: 6px; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.2s; border: none; cursor: pointer; }
.btn-nav:hover { background: var(--gold-dark); color: var(--white); }

/* Hamburger */
.hamburger { width: 48px; height: 48px; background: transparent; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; transition: all 0.3s; padding: 0; }
.hamburger:hover { background: rgba(255,255,255,0.05); border-color: rgba(193,167,115,0.4); }
.hamburger span { width: 20px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
.hamburger:hover span { background: var(--gold); }
.nav-links.nav-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(12,18,25,0.98); backdrop-filter: blur(20px); padding: 1.5rem 2rem; gap: 0.5rem; border-bottom: 1px solid rgba(193,167,115,0.15); }
.nav-links.nav-open li { width: 100%; }
.nav-links.nav-open a { display: block; padding: 0.7rem 0; font-size: 0.9rem; }
.nav-links.nav-open .btn-nav { display: inline-block; margin-top: 0.5rem; }
@media(min-width:901px) { .nav-links { display: flex; } .hamburger { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { min-height: 100vh; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 12rem 2rem 7rem; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 90% 60% at 50% -10%, rgba(201,169,110,0.09) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 80% 110%, rgba(201,169,110,0.05) 0%, transparent 60%), linear-gradient(175deg, #0D1B2A 0%, #09141F 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,169,110,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(201,169,110,0.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 10%, transparent 75%); }
.hero-content { position: relative; z-index: 2; max-width: 900px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 1rem; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 2.2rem; opacity: 0; animation: fadeUp 0.8s ease 0.2s forwards; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); opacity: 0.5; }
.hero-h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 6.5vw, 6rem); font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 0.5rem; opacity: 0; animation: fadeUp 0.9s ease 0.35s forwards; }
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.8vw, 2.5rem); font-weight: 300; color: var(--gold-light); margin-bottom: 2rem; opacity: 0; animation: fadeUp 0.9s ease 0.5s forwards; }
.hero-btns { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease 0.8s forwards; }
.btn-primary { background: var(--gold); color: var(--navy); border: none; padding: 1rem 2.6rem; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border-radius: 2px; cursor: pointer; transition: all 0.3s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 35px rgba(201,169,110,0.28); }
.btn-secondary { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.6); padding: 1rem 2.6rem; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border-radius: 2px; cursor: pointer; transition: all 0.3s; display: inline-block; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--navy-mid); border-top: 1px solid rgba(201,169,110,0.12); border-bottom: 1px solid rgba(201,169,110,0.12); padding: 3rem 4rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.stat-n { font-family: 'Cormorant Garamond', serif; font-size: 3.8rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.stat-l { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   SECTIONS SHARED
   ============================================================ */
section { padding: 7rem 4rem; }
.inner { max-width: 1100px; margin: 0 auto; }
.eyebrow { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
.eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); opacity: 0.5; }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; color: var(--white); }
.sec-title em { font-style: italic; color: var(--gold); }
.sec-body { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--muted); max-width: 580px; }

/* ============================================================
   EXECUTIVE SUMMARY
   ============================================================ */
.exec-summary { padding: 6rem 4rem; border-bottom: 1px solid rgba(201,169,110,0.08); background: linear-gradient(180deg, rgba(201,169,110,0.03) 0%, transparent 100%); }
.exec-inner { max-width: 1100px; margin: 0 auto; }
.exec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; margin-top: 2.5rem; }
.exec-text { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.exec-text p { margin: 0 0 1.2rem; }
.exec-text p:last-child { margin-bottom: 0; }
.exec-highlights { display: flex; flex-direction: column; gap: 1.5rem; }
.exec-highlight-item { display: flex; gap: 1rem; align-items: flex-start; }
.exec-highlight-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.exec-highlight-item strong { display: block; color: var(--white); font-size: 0.95rem; margin-bottom: 0.25rem; }
.exec-highlight-item span { color: var(--muted); font-size: 0.85rem; line-height: 1.6; }
@media(max-width:800px) { .exec-grid { grid-template-columns: 1fr; gap: 2.5rem; } .exec-summary { padding: 5rem 2rem; } }

/* ============================================================
   PROBLEM
   ============================================================ */
.problem { background: var(--navy); }
.problem-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.p-card { background: var(--navy-mid); border: 1px solid rgba(201,169,110,0.12); border-radius: 3px; padding: 2rem; margin-bottom: 1rem; position: relative; overflow: hidden; transition: border-color 0.3s; }
.p-card:hover { border-color: rgba(201,169,110,0.35); }
.p-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); opacity: 0.45; }
.p-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.p-value { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--white); }
.p-desc { font-size: 0.85rem; color: var(--muted); margin-top: 0.3rem; font-weight: 300; }

/* ============================================================
   MODEL (THREE PILLARS)
   ============================================================ */
.model { background: var(--navy-mid); }
.model-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 4rem; }
.m-card { background: var(--navy); border: 1px solid rgba(201,169,110,0.1); border-radius: 3px; padding: 2.5rem; transition: all 0.35s; }
.m-card:hover { border-color: rgba(201,169,110,0.35); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.m-num { font-family: 'Cormorant Garamond', serif; font-size: 4.5rem; font-weight: 300; color: rgba(201,169,110,0.12); line-height: 1; margin-bottom: 1rem; }
.m-title { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 400; color: var(--white); margin-bottom: 1rem; }
.m-body { font-size: 0.87rem; font-weight: 300; line-height: 1.75; color: var(--muted); }
.m-tag { display: inline-block; margin-top: 1.25rem; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,169,110,0.25); padding: 0.3rem 0.8rem; border-radius: 2px; }

/* ============================================================
   ACE / MSO STRUCTURE
   ============================================================ */
.ace { background: var(--navy); }
.ace-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.ace-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 300; font-style: italic; line-height: 1.45; color: var(--gold-light); border-left: 2px solid var(--gold); padding-left: 2rem; margin-bottom: 2rem; }
.ace-source { font-size: 0.8rem; letter-spacing: 0.12em; color: var(--muted); padding-left: 2rem; margin-bottom: 3rem; }
.ace-table { width: 100%; border-collapse: collapse; }
.ace-table th { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); background: rgba(201,169,110,0.06); padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid rgba(201,169,110,0.15); }
.ace-table td { font-size: 0.82rem; font-weight: 300; color: var(--muted); padding: 0.9rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.04); background: var(--navy-mid); }
.ace-table tr td:last-child { color: var(--white); background: rgba(201,169,110,0.05); }
.ace-table td.mvp { color: var(--white); }

/* ============================================================
   OS / TECHNOLOGY
   ============================================================ */
.aios { background: var(--navy-mid); }
.layer { display: grid; grid-template-columns: 180px 1fr; border: 1px solid rgba(201,169,110,0.12); border-radius: 3px; overflow: hidden; margin-bottom: 1.25rem; transition: border-color 0.3s; }
.layer:hover { border-color: rgba(201,169,110,0.3); }
.layer-label { background: rgba(201,169,110,0.06); padding: 1.8rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(201,169,110,0.12); }
.layer-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); opacity: 0.35; line-height: 1; margin-bottom: 0.4rem; }
.layer-tag { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.layer-content { background: var(--navy); padding: 1.8rem 2.2rem; }
.layer-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--white); margin-bottom: 0.65rem; }
.layer-desc { font-size: 0.86rem; font-weight: 300; line-height: 1.72; color: var(--muted); margin-bottom: 1rem; }
.pills { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pill { font-size: 0.65rem; letter-spacing: 0.1em; color: var(--gold-light); border: 1px solid rgba(201,169,110,0.18); padding: 0.28rem 0.7rem; border-radius: 100px; }

/* ============================================================
   DASHBOARD PREVIEW & CAROUSEL
   ============================================================ */
.dashboard-preview { margin: 5rem auto 0; max-width: 1000px; text-align: center; }
.dashboard-preview .eyebrow { justify-content: center; margin: 0 auto 1.5rem; }
.dashboard-preview .eyebrow::after { display: none; }
.dashboard-preview h3 { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--white); margin-bottom: 4rem; line-height: 1.2; }
.dashboard-preview h3 em { font-style: italic; color: var(--gold); }
.carousel-dots { display: flex; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.carousel-dot { background: rgba(22,32,48,0.6); border: 1px solid rgba(255,255,255,0.1); color: var(--muted); padding: 0.45rem 1rem; border-radius: 20px; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.03em; cursor: pointer; transition: all 0.3s ease; font-family: inherit; }
.carousel-dot:hover { border-color: rgba(201,169,110,0.4); color: var(--white); }
.carousel-dot.active { background: rgba(201,169,110,0.15); border-color: var(--gold); color: var(--gold); }
.monitor-wrap { position: relative; margin: 0 auto; animation: rise 0.8s cubic-bezier(0.2,0,0.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(30px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.monitor { background: linear-gradient(180deg, #1e2630 0%, #161d26 100%); border-radius: 14px 14px 6px 6px; padding: 10px; box-shadow: 0 0 0 1px rgba(255,255,255,0.07), 0 30px 80px rgba(0,0,0,0.7), 0 0 60px rgba(201,169,110,0.08), inset 0 1px 0 rgba(255,255,255,0.1); width: 100%; max-width: 900px; margin: 0 auto; }
.browser-bar { background: #12181f; border-radius: 6px 6px 0 0; padding: 8px 12px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.traffic-lights { display: flex; gap: 5px; flex-shrink: 0; }
.tl { width: 10px; height: 10px; border-radius: 50%; }
.tl.red { background: #ff5f57; } .tl.yellow { background: #febc2e; } .tl.green { background: #28c840; }
.url-bar { flex: 1; background: #1a2230; border-radius: 4px; padding: 4px 10px; font-size: 0.65rem; color: #5a7a9a; letter-spacing: 0.03em; display: flex; align-items: center; gap: 5px; }
.url-bar .lock { color: #3a8c60; font-size: 0.6rem; }
.url-bar .domain { color: #7a9ab0; }
.url-route { margin-left: auto; font-size: 0.55rem; color: #2a4055; }
.screen { background: #0c1219; border-radius: 0 0 4px 4px; overflow: hidden; }
.dash { padding: 0; background: #0c1219; }
.dash-inner { display: flex; height: 520px; animation: fadeIn 0.4s ease; }
.sidebar { width: 54px; background: #0a1018; border-right: 1px solid rgba(255,255,255,0.04); display: flex; flex-direction: column; align-items: center; padding: 14px 0; gap: 18px; flex-shrink: 0; }
.sidebar-logo { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 700; color: var(--gold); letter-spacing: 0.05em; writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); margin-bottom: 4px; }
.sidebar-icon { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: #556070; cursor: pointer; transition: background 0.2s, color 0.2s; }
.sidebar-icon.active { background: rgba(185,145,85,0.12); color: var(--gold); }
.main { flex: 1; overflow: hidden; display: flex; flex-direction: column; }
.topnav { background: #0c1219; border-bottom: 1px solid rgba(201,169,110,0.13); padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.topnav-left { display: flex; flex-direction: column; }
.page-title { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 700; color: #ddd8cc; letter-spacing: 0.01em; line-height: 1.1; }
.page-sub { font-size: 0.6rem; color: #556070; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 1px; }
.topnav-right { display: flex; align-items: center; gap: 8px; }
.period-pill { background: #162030; border: 1px solid rgba(201,169,110,0.13); border-radius: 100px; padding: 3px 10px; font-size: 0.58rem; color: var(--gold); letter-spacing: 0.06em; }
.avatar { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #d4a96a); display: flex; align-items: center; justify-content: center; font-size: 0.55rem; font-weight: 700; color: #0c1219; }
.content { padding: 14px 18px; flex: 1; overflow: hidden; display: flex; flex-direction: column; gap: 12px; }
.kpi-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.kpi { background: #111c27; border: 1px solid rgba(201,169,110,0.13); border-radius: 8px; padding: 10px 12px; position: relative; overflow: hidden; animation: popIn 0.5s ease both; }
.kpi::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.kpi.green::after { background: linear-gradient(90deg, transparent, #3db98a, transparent); }
.kpi.rose::after { background: linear-gradient(90deg, transparent, #d07070, transparent); }
.kpi-label { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: #556070; margin-bottom: 4px; }
.kpi-value { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 700; color: #ddd8cc; line-height: 1; }
.kpi-delta { margin-top: 4px; display: inline-flex; align-items: center; gap: 3px; padding: 1.5px 6px; border-radius: 100px; font-size: 0.58rem; font-weight: 500; }
.delta-up { background: rgba(61,185,138,0.1); color: #3db98a; }
.delta-down { background: rgba(208,112,112,0.1); color: #d07070; }
.delta-neu { background: rgba(185,145,85,0.1); color: var(--gold); }
.bottom-row { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 8px; flex: 1; }
.panel { background: #111c27; border: 1px solid rgba(201,169,110,0.13); border-radius: 8px; padding: 10px 12px; display: flex; flex-direction: column; overflow: hidden; }
.panel-title { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: #556070; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.panel-title::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.panel-title.green::before { background: #3db98a; }
.mini-bars { display: flex; flex-direction: column; gap: 6px; flex: 1; justify-content: center; }
.mb-row { display: flex; align-items: center; gap: 6px; }
.mb-label { font-size: 0.6rem; color: #556070; min-width: 62px; text-align: right; }
.mb-track { flex: 1; height: 5px; background: #162030; border-radius: 3px; overflow: hidden; }
.mb-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--gold), #d4a96a); animation: barIn 1s ease both; transform-origin: left; }
.mb-fill.teal { background: linear-gradient(90deg, #3db98a, #5dd4a8); }
@keyframes barIn { from { width: 0 !important; } }
.mb-val { font-size: 0.6rem; color: #ddd8cc; min-width: 30px; font-weight: 500; }
.guest-mix { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; gap: 8px; }
.ring-wrap { position: relative; width: 90px; height: 90px; }
.ring-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.ring-big { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: #ddd8cc; line-height: 1; }
.ring-small { font-size: 0.52rem; color: #556070; text-transform: uppercase; letter-spacing: 0.06em; }
.legend-row { display: flex; gap: 12px; }
.leg { display: flex; align-items: center; gap: 4px; font-size: 0.6rem; color: #556070; }
.leg-dot { width: 6px; height: 6px; border-radius: 50%; }
.prov-list { display: flex; flex-direction: column; gap: 7px; flex: 1; justify-content: center; }
.prov-row { display: flex; align-items: center; gap: 7px; }
.prov-av { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.52rem; font-weight: 700; color: #0c1219; flex-shrink: 0; }
.prov-name { font-size: 0.65rem; color: #ddd8cc; flex: 1; font-weight: 500; }
.util-track { width: 70px; height: 4px; background: #162030; border-radius: 2px; overflow: hidden; }
.util-fill { height: 100%; border-radius: 2px; background: var(--gold); animation: barIn 1s ease both; }
.util-fill.low { background: #3db98a; }
.util-pct { font-size: 0.6rem; color: #556070; min-width: 24px; text-align: right; }
.status-bar { background: #090e14; border-top: 1px solid rgba(255,255,255,0.04); padding: 5px 18px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.status-item { display: flex; align-items: center; gap: 4px; font-size: 0.55rem; color: #556070; letter-spacing: 0.06em; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: #3db98a; box-shadow: 0 0 4px #3db98a; animation: pulse 2s infinite; }
@keyframes popIn { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
.kpi:nth-child(1) { animation-delay: 0.1s; }
.kpi:nth-child(2) { animation-delay: 0.18s; }
.kpi:nth-child(3) { animation-delay: 0.26s; }
.kpi:nth-child(4) { animation-delay: 0.34s; }

/* ============================================================
   DASHBOARD CAPABILITIES GRID
   ============================================================ */
.dash-capabilities { margin-top: 5rem; padding-top: 4rem; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; }
.dash-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2.5rem; text-align: left; }
.dash-item { background: rgba(22,32,48,0.3); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 1.5rem; font-size: 0.9rem; color: var(--white); display: flex; align-items: center; gap: 1rem; transition: all 0.3s ease; }
.dash-item:hover { background: rgba(22,32,48,0.8); border-color: rgba(201,169,110,0.3); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.dash-icon { color: var(--gold); font-size: 1.2rem; opacity: 0.8; background: rgba(201,169,110,0.1); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
@media(max-width:768px) { .dash-grid { grid-template-columns: 1fr; } }

/* ============================================================
   RESOURCES
   ============================================================ */
.resources { background: var(--navy); }
.res-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.res-card { background: var(--navy-mid); border: 1px solid rgba(201,169,110,0.12); border-radius: 3px; padding: 2.5rem; transition: all 0.35s; position: relative; overflow: hidden; }
.res-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--gold), transparent); opacity: 0; transition: opacity 0.35s; }
.res-card:hover { border-color: rgba(201,169,110,0.3); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.25); }
.res-card:hover::before { opacity: 1; }
.res-card--featured { border-color: rgba(201,169,110,0.25); background: rgba(201,169,110,0.04); }
.res-card--featured::before { opacity: 0.6; }
.res-icon { width: 52px; height: 52px; border: 1px solid rgba(201,169,110,0.2); border-radius: 3px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; background: rgba(201,169,110,0.05); }
.res-label { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.res-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--white); margin-bottom: 1rem; line-height: 1.2; }
.res-body { font-size: 0.86rem; font-weight: 300; line-height: 1.75; color: var(--muted); margin-bottom: 1.5rem; }
.res-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; letter-spacing: 0.12em; color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,169,110,0.3); padding-bottom: 0.15rem; transition: all 0.3s; }
.res-link:hover { color: var(--gold-light); border-color: var(--gold-light); }
.res-tag { display: inline-block; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); border: 1px solid rgba(255,255,255,0.1); padding: 0.3rem 0.75rem; border-radius: 2px; }

/* ============================================================
   ECONOMICS
   ============================================================ */
.econ { background: var(--navy); }
.econ-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 4rem; }
.econ-card { background: var(--navy-mid); border: 1px solid rgba(201,169,110,0.12); border-radius: 3px; overflow: hidden; }
.econ-head { padding: 1.3rem 1.8rem; background: rgba(201,169,110,0.06); border-bottom: 1px solid rgba(201,169,110,0.15); font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.econ-body { padding: 1.8rem; }
.econ-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.86rem; color: var(--muted); }
.econ-row:last-child { border: none; }
.econ-row.total { border-top: 1px solid rgba(201,169,110,0.2); border-bottom: none; padding-top: 1.2rem; margin-top: 0.4rem; font-size: 0.95rem; color: var(--white); }
.econ-row .val { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--white); }
.econ-row.total .val { font-size: 2rem; color: var(--gold); }
.econ-note { margin-top: 1.5rem; font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.6; }
.econ-note strong { color: var(--gold); }

/* ============================================================
   JOURNEY
   ============================================================ */
.journey { background: var(--navy-mid); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 4.5rem; position: relative; }
.steps::before { content: ''; position: absolute; top: 2.3rem; left: 12%; right: 12%; height: 1px; background: linear-gradient(to right, var(--gold) 0%, rgba(201,169,110,0.2) 100%); }
.step { padding: 0 1.2rem; text-align: center; }
.step-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--gold); margin: 1.65rem auto 2rem; position: relative; z-index: 1; box-shadow: 0 0 0 5px rgba(201,169,110,0.12); }
.step-num { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.65rem; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 0.7rem; }
.step-body { font-size: 0.82rem; font-weight: 300; line-height: 1.7; color: var(--muted); }

/* ============================================================
   LEADERSHIP
   ============================================================ */
.leadership-section { padding: 8rem 4rem; max-width: 1200px; margin: 0 auto; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; color: var(--white); }
.section-title em { font-style: italic; color: var(--gold); }
.leadership-subtitle { color: var(--muted); font-size: 1.05rem; line-height: 1.7; max-width: 640px; margin-bottom: 3.5rem; }
.leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.leader-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,169,110,0.12); border-radius: 12px; padding: 2.5rem; transition: border-color 0.3s; }
.leader-card:hover { border-color: rgba(201,169,110,0.3); }
.leader-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(201,169,110,0.08); }
.leader-avatar { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(201,169,110,0.2); }
.leader-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.leader-info { flex: 1; min-width: 0; }
.leader-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--white); margin: 0 0 0.3rem; white-space: nowrap; }
.leader-role { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 600; display: block; }
.leader-linkedin { color: var(--muted); transition: color 0.2s; flex-shrink: 0; align-self: flex-start; margin-top: 0.2rem; }
.leader-linkedin:hover { color: var(--gold); }
.leader-bio { color: var(--muted); font-size: 0.9rem; line-height: 1.75; }
.leader-bio p { margin: 0 0 1rem; }
.leader-bio p:last-child { margin-bottom: 0; }
@media(max-width:900px) { .leadership-grid { grid-template-columns: 1fr; max-width: 540px; } }
@media(max-width:700px) { .leadership-section { padding: 5rem 2rem; } }

/* ============================================================
   CTA
   ============================================================ */
.cta-section { background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy) 60%); border-top: 1px solid rgba(201,169,110,0.15); border-bottom: 1px solid rgba(201,169,110,0.15); padding: 8rem 4rem; text-align: center; }
.cta-inner { max-width: 720px; margin: 0 auto; }
.cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.1; margin-bottom: 1.5rem; color: var(--white); }
.cta-title em { font-style: italic; color: var(--gold); }
.cta-p { font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: var(--muted); margin-bottom: 3rem; }
.cta-btns { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--navy); border-top: 1px solid rgba(201,169,110,0.1); padding: 4rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; }
.footer-brand img { height: 48px; margin-bottom: 1.5rem; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--muted); margin-bottom: 1rem; }
.footer-copy { font-size: 0.78rem; color: rgba(122,147,172,0.6); }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col a { display: block; font-size: 0.85rem; font-weight: 300; color: var(--muted); text-decoration: none; margin-bottom: 0.6rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--white); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================================================
   THEME TOGGLE
   ============================================================ */
.theme-toggle { position: relative; background: transparent; border: 1px solid rgba(201,169,110,0.35); color: var(--gold); border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; }
.theme-toggle:hover { background: rgba(201,169,110,0.15); border-color: var(--gold); transform: scale(1.05); }
.icon-moon { display: block; }
.icon-sun { display: none; }

/* ============================================================
   PRACTICE CALCULATOR
   ============================================================ */
.calc-container { max-width: 640px; margin: 0 auto; padding: 3rem 2rem; }
.calc-progress { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 0.5rem; }
.calc-step-dot { width: 32px; height: 32px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.3); transition: all 0.3s ease; }
.calc-step-dot.active { border-color: var(--gold); color: var(--gold); background: rgba(201,169,110,0.1); }
.calc-step-line { width: 60px; height: 2px; background: rgba(255,255,255,0.1); transition: background 0.3s ease; }
.calc-step-line.active { background: var(--gold); }
.calc-step-labels { display: flex; justify-content: space-between; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 2.5rem; padding: 0 0.5rem; }
.calc-form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--white); font-weight: 300; margin-bottom: 0.5rem; }
.calc-form-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 2rem; line-height: 1.5; }
.calc-field { margin-bottom: 1.25rem; flex: 1; }
.calc-field label { display: block; font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.7); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.calc-field input { width: 100%; padding: 0.75rem 1rem; background: rgba(22,32,48,0.6); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); font-size: 0.95rem; transition: border-color 0.2s ease; outline: none; font-family: inherit; }
.calc-field input:focus { border-color: var(--gold); }
.calc-field input::placeholder { color: rgba(255,255,255,0.25); }
.calc-input-wrap { position: relative; }
.calc-prefix { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 0.95rem; pointer-events: none; }
.calc-input-wrap input { padding-left: 2rem; }
.calc-row { display: flex; gap: 1rem; }
@media(max-width:600px) { .calc-row { flex-direction: column; } }
.calc-btn { width: 100%; margin-top: 1.5rem; padding: 1rem; font-size: 0.9rem; text-align: center; display: block; }
.calc-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.calc-btn-row { display: flex; gap: 1rem; }
.calc-btn-row .calc-btn { flex: 1; }
.calc-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 2rem 0; }
@media(max-width:600px) { .calc-results-grid { grid-template-columns: 1fr; } }
.calc-result-card { background: rgba(22,32,48,0.6); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 1.5rem 1rem; text-align: center; }
.calc-result-card.highlight { border-color: rgba(201,169,110,0.3); background: rgba(201,169,110,0.05); }
.calc-result-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 0.5rem; }
.calc-result-value { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--white); font-weight: 400; }
.calc-result-value.gold { color: var(--gold); }
.calc-result-sub { font-size: 0.7rem; color: var(--muted); margin-top: 0.3rem; }
.calc-breakdown { background: rgba(22,32,48,0.4); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0; }
.calc-breakdown-title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 1rem; font-weight: 600; }
.calc-breakdown-row { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.calc-breakdown-row:last-child { border-bottom: none; }
.calc-breakdown-val { color: var(--gold); font-weight: 500; }
.calc-field-hint { font-size: 0.72rem; color: var(--muted); margin-bottom: 0.4rem; line-height: 1.4; }
.calc-field-warning { font-size: 0.78rem; color: #e8a838; background: rgba(232,168,56,0.08); border: 1px solid rgba(232,168,56,0.25); border-radius: 6px; padding: 0.6rem 0.8rem; margin-top: 0.5rem; line-height: 1.5; }
.calc-negative-note { font-size: 0.85rem; color: #e8a838; background: rgba(232,168,56,0.06); border: 1px solid rgba(232,168,56,0.2); border-radius: 8px; padding: 1rem 1.2rem; margin: 1rem 0; line-height: 1.6; }
.calc-link-btn { background: none; border: none; color: var(--gold); text-decoration: underline; cursor: pointer; font-size: inherit; font-family: inherit; padding: 0; }
.calc-link-btn:hover { color: var(--white); }
.calc-disclaimer { font-size: 0.75rem; color: var(--muted); font-style: italic; line-height: 1.5; margin: 1.5rem 0; }

/* ============================================================
   MODAL / APPLICATION FORM
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; background: rgba(5,12,24,0.85); backdrop-filter: blur(6px); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 2rem; animation: fadeIn 0.2s ease; }
.modal-content { background: linear-gradient(135deg, #0e1825 0%, #162030 100%); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; max-width: 540px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 2.5rem; position: relative; animation: slideUp 0.25s ease; }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.modal-close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: none; color: var(--muted); font-size: 1.8rem; cursor: pointer; line-height: 1; padding: 0.25rem; transition: color 0.2s; }
.modal-close:hover { color: var(--white); }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--white); font-weight: 300; margin-bottom: 0.5rem; }
.modal-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.5rem; }
.modal-form { display: flex; flex-direction: column; gap: 1rem; }
.modal-field { display: flex; flex-direction: column; gap: 0.35rem; }
.modal-field label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 500; }
.modal-field input, .modal-field textarea { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 0.7rem 0.9rem; color: var(--white); font-size: 0.92rem; font-family: inherit; transition: border-color 0.2s; resize: vertical; }
.modal-field input:focus, .modal-field textarea:focus { outline: none; border-color: var(--gold); }
.modal-field input::placeholder, .modal-field textarea::placeholder { color: rgba(255,255,255,0.2); }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.modal-success { text-align: center; padding: 2rem 0; }
.modal-success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(193,167,115,0.15); border: 2px solid var(--gold); color: var(--gold); font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.modal-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--white); font-weight: 300; margin-bottom: 0.75rem; }
.modal-success p { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
@media(max-width:600px) { .modal-content { padding: 1.5rem; } .modal-row { grid-template-columns: 1fr; } }

/* ============================================================
   LIGHT MODE
   ============================================================ */
body.light-mode { background: #F8F4EE; color: #1A2A3A; }
body.light-mode nav { background: rgba(248,244,238,0.98); border-bottom-color: rgba(154,122,69,0.12); }
body.light-mode .hamburger { border-color: rgba(154,122,69,0.15); }
body.light-mode .hamburger span { background: #4A6275; }
body.light-mode .hamburger:hover span { background: #9A7A45; }
body.light-mode .theme-toggle { border-color: rgba(154,122,69,0.35); color: #9A7A45; }
body.light-mode .icon-moon { display: none; }
body.light-mode .icon-sun { display: block; }
body.light-mode .stats { background: #FFFFFF; border-color: rgba(154,122,69,0.15); }
body.light-mode .stat-n { color: #9A7A45; }
body.light-mode .stat-l { color: #6A7F90; }
body.light-mode .problem { background: #F8F4EE; }
body.light-mode .model { background: #FFFFFF; }
body.light-mode .ace { background: #F8F4EE; }
body.light-mode .aios { background: #FFFFFF; }
body.light-mode .resources { background: #F8F4EE; }
body.light-mode .econ { background: #FFFFFF; }
body.light-mode .journey { background: #F8F4EE; }
body.light-mode .sec-title { color: #0D1B2A; }
body.light-mode .sec-title em { color: #9A7A45; }
body.light-mode .sec-body { color: #4A6275; }
body.light-mode .eyebrow { color: #9A7A45; }
body.light-mode .eyebrow::after { background: #9A7A45; }
body.light-mode .p-card { background: #FFFFFF; border-color: rgba(154,122,69,0.15); }
body.light-mode .p-card::before { background: #9A7A45; }
body.light-mode .p-value { color: #0D1B2A; }
body.light-mode .p-desc { color: #4A6275; }
body.light-mode .m-card { background: #F8F4EE; border-color: rgba(154,122,69,0.12); }
body.light-mode .m-title { color: #0D1B2A; }
body.light-mode .m-body { color: #4A6275; }
body.light-mode .m-tag { color: #9A7A45; border-color: rgba(154,122,69,0.3); }
body.light-mode .res-card { background: #FFFFFF; border-color: rgba(154,122,69,0.12); }
body.light-mode .res-card--featured { border-color: rgba(154,122,69,0.25); background: rgba(248,244,238,0.7); }
body.light-mode .res-title { color: #0D1B2A; }
body.light-mode .res-body { color: #4A6275; }
body.light-mode .res-link { color: #9A7A45; }
body.light-mode .ace-quote { color: #7A5C30; border-left-color: #9A7A45; }
body.light-mode .ace-table th { color: #9A7A45; background: rgba(154,122,69,0.06); }
body.light-mode .ace-table td { color: #4A6275; background: #F8F4EE; }
body.light-mode .ace-table tr td:last-child { color: #0D1B2A; background: rgba(154,122,69,0.06) !important; }
body.light-mode .layer { border-color: rgba(154,122,69,0.15); }
body.light-mode .layer-label { background: rgba(154,122,69,0.05); border-right-color: rgba(154,122,69,0.15); }
body.light-mode .layer-content { background: #F8F4EE; }
body.light-mode .layer-title { color: #0D1B2A; }
body.light-mode .layer-desc { color: #4A6275; }
body.light-mode .pill { color: #7A5C30; border-color: rgba(154,122,69,0.25); }
body.light-mode .econ-card { background: #F8F4EE; border-color: rgba(154,122,69,0.15); }
body.light-mode .econ-head { background: rgba(154,122,69,0.07); color: #9A7A45; }
body.light-mode .econ-row { color: #4A6275; }
body.light-mode .econ-row.total { color: #0D1B2A; }
body.light-mode .econ-row .val { color: #0D1B2A; }
body.light-mode .econ-row.total .val { color: #9A7A45; }
body.light-mode .econ-note { color: #4A6275; }
body.light-mode .econ-note strong { color: #9A7A45; }
body.light-mode .step-dot { background: #9A7A45; }
body.light-mode .steps::before { background: linear-gradient(to right, #9A7A45 0%, rgba(154,122,69,0.2) 100%); }
body.light-mode .step-num { color: #9A7A45; }
body.light-mode .step-title { color: #0D1B2A; }
body.light-mode .step-body { color: #4A6275; }
body.light-mode .btn-primary { background: #9A7A45; color: #fff; }
body.light-mode .btn-primary:hover { background: #7A5C30; }
body.light-mode .btn-secondary { color: #0D1B2A; border-color: rgba(0,0,0,0.4); }
body.light-mode .cta-section { background: linear-gradient(135deg, #16273A 0%, #0D1B2A 60%); }
body.light-mode .cta-title { color: #FFFFFF; }
body.light-mode footer { background: #0D1B2A; }
body.light-mode .footer-col h4 { color: #C9A96E; }
body.light-mode .footer-col a { color: #7A93AC; }
body, nav, .stats, section, .p-card, .m-card, .res-card, .econ-card, .layer, .layer-label, .layer-content, .ace-table td, footer { transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:900px) {
  nav { padding: 1rem 1.5rem 0.75rem; }
  .nav-logo img { height: 42px; }
  section { padding: 5rem 2rem; }
  .hero { min-height: auto; padding: 7rem 1.5rem 4rem; }
  .stats { grid-template-columns: repeat(2,1fr); padding: 2.5rem 2rem; }
  .problem-layout, .ace-layout, .econ-layout { grid-template-columns: 1fr; }
  .model-grid, .res-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  footer { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 2rem; }
  .leadership-grid { grid-template-columns: 1fr; }
  .exec-grid { grid-template-columns: 1fr; }
  .layer { grid-template-columns: 1fr; }
  .layer-label { border-right: none; border-bottom: 1px solid rgba(201,169,110,0.12); }
}
@media(max-width:600px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .dash-inner { height: 380px; }
  .kpi-row { grid-template-columns: repeat(2,1fr); }
  .bottom-row { grid-template-columns: 1fr; }
}
