:root {
  --bg: #08111f;
  --bg-soft: #0d1830;
  --surface: rgba(10, 19, 38, 0.86);
  --surface-strong: rgba(8, 15, 30, 0.96);
  --border: rgba(167, 203, 255, 0.14);
  --text: #ecf3ff;
  --muted: #a8b7d3;
  --muted-strong: #c7d4ea;
  --accent: #60a5fa;
  --accent-2: #2dd4bf;
  --accent-3: #22c55e;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(2, 8, 23, 0.45);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --max-width: 1120px;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.18), transparent 28%),
    linear-gradient(180deg, #07101d 0%, #091223 38%, #060c17 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.25;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 28px 20px 40px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(7, 16, 31, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.25), rgba(45, 212, 191, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 18px;
  font-weight: 700;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.brand-copy strong,
.menu a,
.eyebrow,
.btn,
.stat-card strong,
.section-heading p,
.footer,
.kicker,
.pill {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 2px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.95rem;
  transition: 0.2s ease;
}

.menu a:hover,
.menu a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel,
.page-panel,
.feature-card,
.info-card,
.contact-card,
.timeline-card {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  margin-top: 28px;
  padding: 42px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.18), transparent 68%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  color: #d7e8ff;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-grid,
.three-col,
.two-col,
.page-grid {
  display: grid;
  gap: 18px;
}

.hero-points,
.trust-list,
.mini-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.hero-points li,
.trust-list li,
.mini-list li {
  color: var(--muted-strong);
  margin-bottom: 8px;
  line-height: 1.65;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 26px;
  align-items: start;
  position: relative;
}

.hero-copy h1,
.page-heading h1,
.section-heading h2 {
  letter-spacing: -0.03em;
}

.hero-copy h1,
.page-heading h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.hero-copy p,
.page-heading p,
.feature-card p,
.info-card p,
.contact-card p,
.timeline-card p,
.timeline-card li,
.page-panel li,
.page-panel p {
  color: var(--muted-strong);
  line-height: 1.7;
  font-size: 1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.96rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-success {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 16px 34px rgba(22, 163, 74, 0.26);
}

.stat-stack,
.contact-stack,
.timeline-stack { display: grid; gap: 14px; }

.stat-card,
.contact-card,
.timeline-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
}

.stat-card strong,
.feature-card h3,
.info-card h3,
.contact-card h3,
.timeline-card h3 {
  display: block;
  margin-bottom: 10px;
}

.section { margin-top: 28px; }

.identity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.identity-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.identity-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.identity-card p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.6;
}

.panel-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid rgba(96, 165, 250, 0.75);
  background: rgba(96, 165, 250, 0.08);
  border-radius: 14px;
}

.panel-note p {
  margin: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.section-heading p {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
}

.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.page-grid { grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); align-items: start; }

.feature-card,
.info-card,
.page-panel {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.feature-card ul,
.page-panel ul,
.page-panel ol,
.timeline-card ul {
  margin: 12px 0 0 20px;
}

.feature-card li,
.page-panel li,
.timeline-card li { margin-bottom: 8px; }

.callout {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #d8f9e6;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.notice-success { color: #d3ffe3; }

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 20px 0 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.spacer-top { margin-top: 18px; }

@media (max-width: 920px) {
  .hero-grid,
  .page-grid,
  .three-col,
  .two-col,
  .identity-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .feature-card,
  .info-card,
  .page-panel,
  .contact-card,
  .timeline-card {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .site-shell { padding: 18px 14px 28px; }
  .topbar { padding: 16px; border-radius: 24px; }
  .menu { justify-content: flex-start; }
  .hero-panel { padding: 24px 20px; }
  .hero-copy h1,
  .page-heading h1 { font-size: 2rem; }
  .btn { width: 100%; }
}
