:root {
  --bg-1: #0b2e59;
  --bg-2: #12457e;
  --bg-3: #1a63b6;
  --panel: rgba(9, 29, 58, 0.78);
  --panel-strong: rgba(7, 23, 46, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f9ff;
  --muted: #d7e7fb;
  --muted-2: #a6c9ee;
  --accent: #dff4ff;
  --accent-2: #90d6ff;
  --chip-1: #1b5db1;
  --chip-2: #2d7acb;
  --chip-3: #39a2da;
  --chip-4: #42c2b6;
  --chip-5: #6482b1;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.30);
  --radius: 22px;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(157, 216, 255, 0.17), transparent 24%), linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 54%, var(--bg-3) 100%);
  min-height: 100vh;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 60; padding: 18px 24px 0; backdrop-filter: blur(10px); }
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 16px 22px;
  background: rgba(8, 23, 48, 0.84); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); display: flex; gap: 24px; align-items: center; justify-content: space-between;
}
.brand { display: flex; gap: 16px; align-items: center; color: var(--text); text-decoration: none; min-width: 0; }
.brand-icon { width: 58px; height: 58px; border-radius: 14px; background: var(--accent); color: #0e4f99; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 25px; flex-shrink: 0; }
.brand-copy h1 { margin: 0; font-size: 22px; line-height: 1.1; }
.brand-copy p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.3; }
.brand-copy span { display: block; margin-top: 2px; color: var(--muted-2); font-size: 13px; line-height: 1.3; }
.top-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.top-nav a { color: var(--text); font-size: 15px; font-weight: 700; white-space: nowrap; }
main { max-width: var(--max); margin: 0 auto; padding: 28px 24px 60px; }
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 26px; padding: 28px 0 16px; }
.hero-copy h2, .section-heading h3, .section-card h3 { margin: 0 0 14px; font-size: 46px; line-height: 1.05; }
.eyebrow { margin: 0 0 10px; color: var(--accent-2); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; font-weight: 800; }
.hero-text, .lead, .section-card p, .card p, .panel-box li, .statement-list li, .footer-inner p, .table-card td, .table-card th, .note-box p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions, .action-row, .download-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 12px; border: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--accent); color: #0c4f98; }
.btn-secondary, .btn-download { background: rgba(255, 255, 255, 0.08); color: var(--text); }
.metrics-grid, .grid-2, .grid-3, .grid-4, .focus-grid, .card-grid { display: grid; gap: 18px; }
.metrics-grid { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3, .focus-grid, .card-grid { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card, .metric-card, .section-card, .panel-box, .table-card, .note-box { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.metric-card, .card, .note-box { padding: 20px; }
.metric-card strong, .card h4 { display: block; margin-bottom: 10px; font-size: 22px; color: var(--text); }
.panel-box { padding: 26px; background: var(--panel-strong); }
.panel-chip { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(223, 244, 255, 0.14); color: var(--accent); font-size: 12px; font-weight: 800; margin-bottom: 14px; }
.panel-box h3 { margin: 0 0 14px; font-size: 28px; }
.panel-box ul { margin: 0; padding-left: 20px; }
.section-card { padding: 28px; margin-top: 22px; }
.section-heading { margin-bottom: 18px; }
.founder-section { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.founder-photo { width: 100%; max-width: 260px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); object-fit: cover; min-height: 260px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 16px; margin-top: 20px; }
.contact-grid strong { display: block; margin-bottom: 6px; font-size: 16px; }
.lane-stack { display: grid; gap: 10px; margin-top: 18px; }
.lane { border-radius: 14px; padding: 16px 18px; font-weight: 800; color: #f7fbff; }
.lane small { display: block; font-weight: 600; font-size: 13px; color: rgba(255,255,255,0.86); margin-top: 4px; }
.lane-1 { background: var(--chip-1); }
.lane-2 { background: var(--chip-2); }
.lane-3 { background: var(--chip-3); }
.lane-4 { background: var(--chip-4); }
.lane-5 { background: var(--chip-5); }
.chart-wrap { margin-top: 18px; padding: 22px; border-radius: 18px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); }
.bar-chart { display: grid; gap: 14px; }
.bar-row { display: grid; grid-template-columns: 240px 1fr 72px; gap: 12px; align-items: center; }
.bar-label { font-weight: 700; color: var(--text); font-size: 15px; }
.bar-track { width: 100%; height: 16px; border-radius: 999px; background: rgba(255, 255, 255, 0.10); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #74c0ff 0%, #dff4ff 100%); }
.bar-value { text-align: right; color: var(--accent); font-weight: 800; }
.diagram { margin-top: 18px; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.04); }
.diagram-title { margin: 0 0 16px; font-size: 24px; }
.hub-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.hub-node { padding: 16px; border-radius: 18px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); }
.hub-node strong { display: block; margin-bottom: 8px; font-size: 18px; }
.table-card { overflow: hidden; margin-top: 20px; }
.table-card table { width: 100%; border-collapse: collapse; }
.table-card th, .table-card td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table-card th { color: var(--text); background: rgba(255, 255, 255, 0.04); font-size: 16px; }
.status-pill { display: inline-block; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.status-filed { background: rgba(72, 217, 184, 0.18); color: #9ff5dd; }
.status-progress { background: rgba(157, 216, 255, 0.18); color: #dff4ff; }
.doc-note { margin-top: 12px; padding: 14px 16px; border-radius: 14px; background: rgba(223, 244, 255, 0.08); color: var(--muted); font-size: 15px; line-height: 1.55; }
.site-footer { padding: 0 24px 28px; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 24px 28px; background: rgba(6, 18, 36, 0.86); border: 1px solid var(--line); border-radius: 18px; display: flex; justify-content: space-between; gap: 24px; }
.footer-inner strong { display: block; margin-bottom: 10px; font-size: 20px; }
@media (max-width: 1180px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .hub-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .metrics-grid, .grid-2, .grid-3, .focus-grid, .card-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
  .founder-section, .footer-inner { display: block; }
  .bar-row { grid-template-columns: 1fr; }
  .bar-value { text-align: left; }
}
@media (max-width: 720px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .top-nav { justify-content: flex-start; gap: 12px; }
  .hero-copy h2, .section-heading h3, .section-card h3 { font-size: 34px; }
  .metrics-grid, .grid-2, .grid-3, .focus-grid, .card-grid, .contact-grid, .grid-4, .hub-grid { grid-template-columns: 1fr; }
  main, .site-header, .site-footer { padding-left: 16px; padding-right: 16px; }
}
