﻿:root {
  color-scheme: light;
  --bg: #f7fafc;
  --bg-2: #ffffff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --muted-2: #64748b;
  --border: rgba(148, 163, 184, 0.32);
  --border-strong: rgba(148, 163, 184, 0.45);
  --blue: #2563eb;
  --blue-soft: #dbeafe;
  --emerald: #059669;
  --rose: #e11d48;
  --amber: #d97706;
  --indigo: #4f46e5;
  --sky: #0284c7;
  --violet: #7c3aed;
  --shadow: 0 22px 60px -34px rgba(15, 23, 42, 0.36);
  --shadow-soft: 0 14px 40px -28px rgba(15, 23, 42, 0.24);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.07), transparent 28%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.09), transparent 20%),
    radial-gradient(circle at 90% 0%, rgba(16, 185, 129, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 250, 252, 0.98));
  z-index: -1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.brand-footer img {
  height: 48px;
}

.nav-links {
  display: none;
  gap: 1.4rem;
  align-items: center;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mobile-toggle {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 0 11px;
}

.mobile-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: #334155;
}

.mobile-drawer {
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.98);
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.mobile-drawer a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.97rem;
  font-weight: 700;
  color: #334155;
}

.button {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0.82rem 1.05rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

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

.button-small {
  padding: 0.7rem 0.9rem;
  font-size: 0.8rem;
}

.button-full {
  width: 100%;
}

.button-primary {
  background: #0f172a;
  color: #fff;
  box-shadow: 0 12px 24px -18px rgba(15, 23, 42, 0.7);
}

.button-primary:hover {
  background: #111827;
}

.button-secondary {
  background: #fff;
  color: #334155;
  border-color: rgba(226, 232, 240, 0.95);
}

.hero {
  position: relative;
  overflow: hidden;
}

.section-layered {
  padding-top: 3.3rem;
}

.section-pad {
  padding-bottom: 4.2rem;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.hero-emblem-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.hero-emblem {
  width: 120px;
  max-width: 80vw;
  height: auto;
  object-fit: contain;
}

.hero-copy h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.hero-lead,
.hero-footnote {
  margin: 0 auto;
  max-width: 55rem;
  text-align: center;
  color: var(--muted);
  line-height: 1.65;
}

.hero-lead {
  font-size: 0.98rem;
  margin-top: 0.9rem;
}

.hero-triads {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.75rem;
}

.info-tile {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.85rem 0.9rem 0.85rem 0.85rem;
  box-shadow: var(--shadow-soft);
}

.info-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--blue);
  background: var(--blue-soft);
}

.info-tile h2,
.panel-header h3,
.section-heading h2,
.team-card h3,
.modal-head h2,
.media-head h2,
.demo-success h3 {
  margin: 0;
  letter-spacing: -0.03em;
}

.info-tile h2 {
  font-size: 0.95rem;
  font-weight: 900;
}

.info-tile p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-footnote {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #64748b;
}

.section-panel {
  background: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.section-divider {
  background: rgba(248, 250, 252, 0.8);
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  max-width: 60rem;
}

.section-heading.center {
  margin: 0 auto 1.75rem;
  justify-items: center;
  text-align: center;
}

.section-kicker {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
}

.section-heading h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 900;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.two-up-grid,
.sectors-grid,
.modules-grid {
  display: grid;
  gap: 1.5rem;
}

.panel,
.card-panel,
.team-card,
.media-shell,
.modal-shell {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.panel {
  padding: 1.2rem;
}

.panel-warm {
  background: linear-gradient(135deg, rgba(255, 241, 242, 0.95), rgba(255, 255, 255, 0.92));
  border-color: rgba(251, 191, 206, 0.9);
}

.panel-cool {
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.92));
  border-color: rgba(191, 219, 254, 0.9);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(203, 213, 225, 0.8);
}

.panel-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 900;
}

.panel-icon-warm {
  background: #ffe4e6;
  color: #be123c;
}

.panel-icon-cool {
  background: #dbeafe;
  color: #1d4ed8;
}

.panel-header p {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #be123c;
}

.panel-cool .panel-header p {
  color: #1d4ed8;
}

.stack-list {
  display: grid;
  gap: 0.85rem;
}

.stack-item {
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.85rem 0.9rem;
}

.stack-item strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.stack-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.stack-section {
  display: grid;
  gap: 1.5rem;
}

.sector-nav {
  display: grid;
  gap: 0.7rem;
}

.sector-button,
.module-button,
.domain-pill {
  text-align: left;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.sector-button:hover,
.module-button:hover,
.domain-pill:hover {
  transform: translateY(-1px);
}

.sector-button {
  padding: 0.88rem 0.95rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.sector-button-title,
.module-button span:first-child {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.sector-badge,
.domain-pill.is-active,
.badge-amber,
.badge-rose,
.badge-indigo,
.badge-sky,
.badge-violet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
}

.badge-amber { color: #92400e; background: #fff7ed; border-color: #fed7aa; }
.badge-rose { color: #9f1239; background: #fff1f2; border-color: #fecdd3; }
.badge-indigo { color: #3730a3; background: #eef2ff; border-color: #c7d2fe; }
.badge-sky { color: #075985; background: #e0f2fe; border-color: #bae6fd; }
.badge-violet { color: #6d28d9; background: #f5f3ff; border-color: #ddd6fe; }

.sector-button.is-active,
.module-button.is-active,
.domain-pill.is-active {
  background: #eff6ff;
  border-color: rgba(191, 219, 254, 0.95);
  box-shadow: 0 10px 24px -18px rgba(37, 99, 235, 0.5);
}

.sector-detail,
.module-detail,
.module-nav {
  padding: 1rem;
}

.skeleton-copy {
  color: var(--muted-2);
  font-size: 0.95rem;
}

.search-wrap {
  display: flex;
  justify-content: center;
}

.search-field {
  width: min(42rem, 100%);
}

.search-field input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: rgba(255, 255, 255, 0.95);
  padding: 0.85rem 1rem;
  color: var(--text);
  box-shadow: var(--shadow-soft);
  outline: none;
}

.search-field input:focus {
  border-color: rgba(37, 99, 235, 0.85);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), var(--shadow-soft);
}

.domain-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.domain-pill {
  padding: 0.75rem 0.95rem;
  min-width: 11rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #334155;
}

.modules-grid {
  align-items: start;
}

.module-list {
  display: grid;
  gap: 0.65rem;
}

.module-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.82rem 0.9rem;
}

.module-button span:first-child {
  flex: 1;
  min-width: 0;
}

.module-arrow {
  color: #94a3b8;
  font-size: 1.2rem;
  font-weight: 700;
}

.detail-shell {
  display: grid;
  gap: 1rem;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #f8fafc;
  color: #475569;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
}

.detail-title {
  display: grid;
  gap: 0.35rem;
}

.detail-title h3 {
  margin: 0;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.detail-title p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.detail-section {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.82);
  padding: 1rem;
}

.detail-label {
  margin: 0 0 0.5rem;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

.detail-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  gap: 0.7rem;
}

.feature-chip {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  background: #fff;
  padding: 0.75rem 0.85rem;
  color: #334155;
  line-height: 1.45;
}

.feature-mark {
  color: var(--emerald);
  font-weight: 900;
  line-height: 1;
  margin-top: 0.05rem;
}

.example-box {
  border-color: rgba(191, 219, 254, 0.65);
  background: rgba(239, 246, 255, 0.76);
}

.example-box .detail-label {
  color: #1d4ed8;
}

.media-card {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.82);
  padding: 0.8rem;
}

.media-card-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  padding-bottom: 0.6rem;
  margin-bottom: 0.75rem;
}

.media-card-head small {
  color: #64748b;
  font-weight: 700;
}

.media-open {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.media-preview {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.media-preview .thumb {
  aspect-ratio: 21 / 9;
  width: 100%;
  object-fit: cover;
  background: #e2e8f0;
}

.media-preview .caption {
  padding: 0.75rem 0.85rem 0.9rem;
}

.media-preview .caption strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #0f172a;
}

.media-preview .caption p {
  margin: 0;
  color: var(--muted-2);
  font-size: 0.9rem;
  line-height: 1.45;
}

.audit-strip {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  border: 1px solid rgba(187, 247, 208, 0.9);
  border-radius: 18px;
  background: rgba(240, 253, 244, 0.9);
  padding: 0.9rem 1rem;
  color: #14532d;
  line-height: 1.6;
}

.team-grid {
  display: grid;
  gap: 1.2rem;
}

.team-card {
  padding: 1.2rem;
}

.tone-blue {
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.96));
  border-color: rgba(191, 219, 254, 0.85);
}

.tone-rose {
  background: linear-gradient(135deg, rgba(255, 241, 242, 0.96), rgba(255, 255, 255, 0.96));
  border-color: rgba(251, 191, 206, 0.85);
}

.tone-emerald {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.96), rgba(255, 255, 255, 0.96));
  border-color: rgba(167, 243, 208, 0.85);
}

.team-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.team-header img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.team-header p,
.footer-intro p {
  margin: 0.35rem 0 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.degree-pill {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.45rem 0.8rem;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;
}

.team-bio {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.focus-box {
  margin-top: 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.85rem 0.9rem;
}

.focus-label,
.footer-heading {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

.focus-text {
  margin-top: 0.35rem;
  font-weight: 800;
  color: #334155;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(15, 23, 42, 0.8);
  background: #020617;
  color: #cbd5e1;
  padding: 3rem 0 1.5rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 24%);
  pointer-events: none;
}

.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.footer-intro {
  max-width: 42rem;
}

.footer-intro p {
  color: #cbd5e1;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7;
}

.footer-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-columns {
  display: grid;
  gap: 1.5rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.55rem;
  color: #cbd5e1;
}

.footer-list a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(51, 65, 85, 0.9);
  display: grid;
  gap: 1rem;
  align-items: center;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  color: #cbd5e1;
}

.footer-actions span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(12px);
}

.modal-shell,
.media-shell {
  width: min(100%, 44rem);
  max-height: min(92vh, 60rem);
  overflow: auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.modal-head,
.media-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.15rem 0.95rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.modal-kicker {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.modal-head p,
.media-head p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.modal-close {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: rgba(255, 255, 255, 0.92);
  color: #475569;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-body {
  padding: 1.05rem 1.15rem 1.15rem;
}

.demo-form {
  display: grid;
  gap: 1rem;
}

.demo-form label {
  display: grid;
  gap: 0.4rem;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 800;
}

.demo-form span {
  color: #0f172a;
}

.grid-2 {
  display: grid;
  gap: 1rem;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  padding: 0.72rem 0.85rem;
  outline: none;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  border-color: rgba(37, 99, 235, 0.9);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.notice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 16px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  background: rgba(239, 246, 255, 0.85);
  color: #1e3a8a;
  padding: 0.85rem 0.9rem;
  line-height: 1.6;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.demo-success {
  text-align: center;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.success-mark {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #047857;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  font-size: 2rem;
  font-weight: 900;
}

.demo-success p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.reference-card {
  width: min(100%, 28rem);
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem;
  text-align: left;
  color: #475569;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.45rem;
}

.media-shell {
  width: min(96vw, 1100px);
  background: #fff;
}

.media-body {
  min-height: 24rem;
  background: #fff;
}

.media-body video,
.media-body img {
  width: 100%;
  height: 100%;
}

.media-body video {
  background: #fff;
}

@media (min-width: 720px) {
  .hero-grid {
    gap: 1.8rem;
  }

  .hero-emblem {
    width: 132px;
  }

  .hero-copy h1 {
    font-size: clamp(2.3rem, 4vw, 3.55rem);
  }

  .hero-triads {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .two-up-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .nav-links {
    display: flex;
  }

  .mobile-toggle,
  .mobile-drawer {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .hero-copy h1,
  .hero-lead,
  .hero-footnote {
    text-align: center;
  }

  .hero-emblem-wrap {
    justify-content: center;
  }

  .sectors-grid {
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  }

  .modules-grid {
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .module-nav {
    position: sticky;
    top: 96px;
  }
}

@media (min-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
