:root {
  --bg: #07111f;
  --bg-soft: #0d1a2d;
  --surface: rgba(10, 22, 39, 0.82);
  --surface-strong: rgba(7, 17, 31, 0.94);
  --line: rgba(151, 170, 196, 0.18);
  --text: #f5f7fb;
  --muted: #a7b7ce;
  --blue: #4fb7ff;
  --cyan: #62f0ff;
  --gold: #ffb44d;
  --gold-soft: #ffd88f;
  --heading: 'Space Grotesk', sans-serif;
  --body: 'Manrope', sans-serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background:
    radial-gradient(circle at top left, rgba(98, 240, 255, 0.08), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(255, 180, 77, 0.08), transparent 18%),
    linear-gradient(180deg, #07111f 0%, #091525 48%, #050b14 100%);
  color: var(--text);
  font-family: var(--body);
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

section[id],
footer[id] {
  scroll-margin-top: 96px;
}

h1,
h2,
h3,
.navbar-brand,
.btn,
.hero-kicker,
.section-label,
.capability-tag,
.showcase-tag,
.video-label,
.card-kicker {
  font-family: var(--heading);
}

a {
  text-decoration: none;
}

.site-header {
  z-index: 10;
}

.site-navbar {
  background: rgba(247, 250, 255, 0.88);
  border-bottom: 1px solid rgba(110, 129, 156, 0.16);
  backdrop-filter: blur(18px);
}

.site-navbar .navbar-brand,
.site-navbar .nav-link,
.site-navbar .navbar-toggler {
  color: #0e1727;
}

.site-navbar .navbar-brand {
  letter-spacing: -0.04em;
}

.site-navbar .nav-link {
  font-size: 0.95rem;
  font-weight: 600;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .navbar-brand:hover,
.site-navbar .navbar-brand:focus {
  color: #0969d8;
}

.site-navbar .navbar-toggler {
  border-color: rgba(15, 23, 42, 0.18);
}

.site-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 183, 255, 0.18);
}

.site-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2814, 23, 39, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-cta {
  border-radius: 999px;
  padding-inline: 1.1rem;
}

.hero-gradient {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 4.5rem;
  background:
    linear-gradient(135deg, rgba(8, 15, 31, 0.98), rgba(8, 15, 31, 0.7)),
    linear-gradient(115deg, #081321 10%, #0b2742 45%, #1261a8 80%, #1f87c7 100%);
}

.hero-backdrop {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.85;
  pointer-events: none;
}

.hero-backdrop-one {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(98, 240, 255, 0.35) 0%, rgba(98, 240, 255, 0) 72%);
  top: 24px;
  right: 8%;
}

.hero-backdrop-two {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 180, 77, 0.25) 0%, rgba(255, 180, 77, 0) 72%);
  bottom: 18px;
  left: -60px;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-kicker,
.section-label,
.showcase-tag,
.video-label,
.card-kicker,
.dark-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 10ch;
  margin: 1.1rem 0 1rem;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-copy,
.section-copy,
.cta-copy {
  color: rgba(229, 236, 246, 0.82);
  font-size: 1.03rem;
  line-height: 1.7;
  max-width: 52ch;
}

.hero-actions .btn {
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
}

.hero-primary {
  box-shadow: 0 14px 40px rgba(255, 255, 255, 0.2);
}

.hero-secondary {
  border-color: rgba(255, 255, 255, 0.45);
}

.hero-proof-card,
.impact-card,
.capability-card,
.highlight-card,
.mini-card,
.operation-card,
.pilot-card,
.showcase-card,
.experience-item {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-proof-card {
  height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  backdrop-filter: blur(18px);
}

.hero-proof-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.hero-proof-card span {
  color: rgba(227, 234, 244, 0.74);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.75rem;
  animation: float-card 7s ease-in-out infinite;
}

.live-pill {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 2;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 180, 77, 0.9), rgba(255, 122, 31, 0.88));
  color: #1b1206;
  font-family: var(--heading);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.command-board {
  position: relative;
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(9, 18, 34, 0.98), rgba(9, 18, 34, 0.82));
  border: 1px solid rgba(113, 141, 172, 0.2);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.command-topbar {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.command-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.visual-panel {
  height: 100%;
  padding: 1rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(17, 31, 52, 0.95), rgba(10, 19, 34, 0.9));
  border: 1px solid rgba(145, 170, 201, 0.16);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.panel-head strong {
  color: var(--text);
  font-size: 0.88rem;
}

.route-map {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(3, 11, 21, 0.88), rgba(8, 32, 58, 0.98)),
    radial-gradient(circle at 50% 50%, rgba(98, 240, 255, 0.12), transparent 60%);
}

.route-map::before,
.route-map::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 0.95rem;
  border: 1px solid rgba(113, 147, 182, 0.12);
}

.route-line {
  position: absolute;
  border-radius: 999px;
  filter: drop-shadow(0 0 10px rgba(98, 240, 255, 0.3));
}

.line-a {
  top: 22%;
  left: 10%;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: rotate(14deg);
}

.line-b {
  top: 56%;
  left: 16%;
  width: 62%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: rotate(-18deg);
}

.line-c {
  top: 18%;
  right: 18%;
  width: 3px;
  height: 68%;
  background: linear-gradient(180deg, transparent, rgba(79, 183, 255, 0.95), transparent);
}

.vehicle-point {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 8px rgba(79, 183, 255, 0.1);
}

.point-a {
  top: 26%;
  left: 60%;
  background: var(--cyan);
}

.point-b {
  top: 64%;
  left: 28%;
  background: var(--gold);
}

.point-c {
  top: 47%;
  right: 24%;
  background: #ffffff;
}

.metric-stack {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.metric-chip {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-chip small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.metric-chip strong {
  font-size: 1.35rem;
}

.accent-chip {
  background: linear-gradient(135deg, rgba(255, 180, 77, 0.2), rgba(255, 122, 31, 0.12));
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 0.65rem;
  height: 140px;
  padding-top: 0.75rem;
}

.chart-bars span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  box-shadow: 0 0 18px rgba(79, 183, 255, 0.22);
}

.chart-bars span:nth-child(1) { height: 36%; }
.chart-bars span:nth-child(2) { height: 54%; }
.chart-bars span:nth-child(3) { height: 68%; }
.chart-bars span:nth-child(4) { height: 48%; }
.chart-bars span:nth-child(5) { height: 80%; }
.chart-bars span:nth-child(6) { height: 64%; }

.video-panel,
.reel-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 18, 31, 0.82), rgba(15, 48, 80, 0.72)),
    radial-gradient(circle at center, rgba(98, 240, 255, 0.12), transparent 55%);
}

.video-panel::before,
.reel-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 0%, rgba(0, 0, 0, 0.18) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='320' viewBox='0 0 480 320'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%230a1526'/%3E%3Cstop offset='1' stop-color='%23174a77'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='480' height='320' rx='28' fill='url(%23g)'/%3E%3Cpath d='M24 222C88 165 130 143 191 154s109 63 170 56 83-25 95-37' stroke='%2362f0ff' stroke-opacity='.4' stroke-width='4' fill='none'/%3E%3Cpath d='M35 101c35 25 68 55 119 50 50-5 74-37 128-31 53 6 95 40 164 34' stroke='%23ffb44d' stroke-opacity='.35' stroke-width='4' fill='none'/%3E%3Ccircle cx='336' cy='126' r='18' fill='%23ffffff' fill-opacity='.12'/%3E%3Ccircle cx='336' cy='126' r='7' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}

.video-panel > *,
.reel-showcase > * {
  position: relative;
  z-index: 1;
}

.video-panel {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 196px;
}

.video-panel p,
.reel-showcase p {
  max-width: 26ch;
  margin-bottom: 0;
  color: rgba(231, 239, 247, 0.8);
}

.play-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0.8rem 0 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.05);
  animation: pulse-ring 2.8s ease-in-out infinite;
}

.large-play {
  width: 84px;
  height: 84px;
}

.play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}

.floating-panel {
  position: static;
  align-self: flex-end;
  width: min(100%, 260px);
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(255, 180, 77, 0.9), rgba(255, 122, 31, 0.84));
  color: #201306;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.floating-panel small {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--heading);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impact-band {
  margin-top: -1px;
}

.impact-card {
  height: 100%;
  padding: 1.3rem 1.4rem;
  border-radius: 1.25rem;
}

.impact-card span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--cyan);
  font-family: var(--heading);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.impact-card strong {
  display: block;
  line-height: 1.5;
}

.experience-section,
.differential-section {
  position: relative;
}

.section-title {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.experience-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.experience-item {
  padding: 1.1rem 1.2rem;
  border-radius: 1.15rem;
}

.experience-item strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.experience-item span {
  color: var(--muted);
}

.experience-media-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.88fr;
  gap: 1.25rem;
}

.showcase-card {
  border-radius: 1.7rem;
  padding: 1.35rem;
}

.dashboard-showcase {
  min-height: 440px;
  background:
    radial-gradient(circle at top right, rgba(98, 240, 255, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(10, 23, 42, 0.98), rgba(8, 16, 29, 0.92));
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.showcase-copy h3,
.reel-showcase h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}

.showcase-screen {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  min-height: 290px;
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.screen-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.screen-sidebar span,
.screen-row,
.screen-wave {
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.screen-sidebar span {
  flex: 1;
}

.screen-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.screen-row {
  height: 52px;
}

.screen-row.long {
  height: 76px;
}

.screen-row.short {
  width: 68%;
}

.screen-wave {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.screen-wave::before {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 1rem;
  background:
    linear-gradient(90deg, transparent, rgba(98, 240, 255, 0.65), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.reel-showcase {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 440px;
}

.reel-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brief-link {
  color: var(--gold-soft);
  font-weight: 700;
}

.brief-link:hover,
.brief-link:focus {
  color: var(--gold);
}

.module-board {
  padding: 2rem;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(98, 240, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(10, 22, 39, 0.98), rgba(7, 15, 26, 0.94));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.module-intro {
  margin-bottom: 1.5rem;
  max-width: 48rem;
}

.module-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.module-pill {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(236, 241, 247, 0.9);
  font-family: var(--heading);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.capability-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.85rem;
  min-height: 230px;
  background:
    radial-gradient(circle at top right, rgba(98, 240, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(10, 22, 39, 0.98), rgba(8, 16, 29, 0.92));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.capability-card:hover {
  transform: translateY(-8px);
  border-color: rgba(98, 240, 255, 0.32);
  box-shadow: 0 30px 80px rgba(5, 10, 18, 0.52);
}

.capability-card h3,
.mini-card h3,
.pilot-card h3,
.operation-card h3 {
  margin: 0.8rem 0 0.7rem;
  font-size: 1.35rem;
}

.capability-card p,
.mini-card p,
.pilot-card p,
.highlight-card p,
.operation-card p {
  color: var(--muted);
  line-height: 1.7;
}

.capability-tag {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(98, 240, 255, 0.08);
  border: 1px solid rgba(98, 240, 255, 0.22);
  color: var(--cyan);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.highlight-card {
  border-radius: 1.8rem;
  padding: 2.2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 180, 77, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(11, 23, 40, 0.98), rgba(7, 15, 26, 0.96));
}

.price-ribbon {
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(255, 180, 77, 0.16), rgba(255, 122, 31, 0.1));
  border: 1px solid rgba(255, 180, 77, 0.22);
}

.price-ribbon span {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-family: var(--heading);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.price-ribbon strong {
  display: block;
  line-height: 1.5;
}

.mini-card,
.pilot-card {
  height: 100%;
  padding: 1.55rem;
  border-radius: 1.25rem;
}

.mini-card {
  background: linear-gradient(180deg, rgba(11, 23, 40, 0.94), rgba(7, 15, 26, 0.92));
}

.operation-list li {
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.operation-list .badge,
.operation-card .badge {
  color: #f8fafc;
}

.operation-card {
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(98, 240, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(10, 21, 36, 0.98), rgba(7, 15, 27, 0.94));
}

.card-kicker {
  margin-bottom: 0.8rem;
}

.timeline {
  border-left: 2px solid rgba(151, 170, 196, 0.28);
  margin-left: 0.6rem;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.timeline p {
  color: var(--text);
}

.timeline small,
.operation-card .text-muted,
.footer .text-muted {
  color: rgba(218, 227, 238, 0.7) !important;
}

.timeline-step {
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6rem;
  box-shadow: 0 0 12px rgba(98, 240, 255, 0.36);
}

.pilot-card {
  position: relative;
  min-height: 225px;
  background:
    linear-gradient(180deg, rgba(11, 23, 40, 0.94), rgba(7, 15, 26, 0.92));
}

.pilot-step {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #05111f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  position: absolute;
  top: -24px;
  right: 1.5rem;
}

.cta-card {
  border-radius: 2rem;
  padding: 2.3rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #ffd060, #ff9a3d 48%, #4fb7ff 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 26px 70px rgba(8, 11, 19, 0.35);
}

.dark-label {
  background: rgba(7, 17, 31, 0.08);
  border-color: rgba(7, 17, 31, 0.12);
  color: #462607;
}

.cta-copy {
  color: rgba(18, 19, 24, 0.78);
}

.footer {
  background: rgba(4, 9, 17, 0.92);
  border-top: 1px solid rgba(151, 170, 196, 0.12);
}

.footer a {
  color: var(--cyan);
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.05);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.03);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1200px) {
  .hero-title {
    max-width: 12ch;
  }

  .experience-media-grid {
    grid-template-columns: 1fr;
  }

  .reel-showcase,
  .dashboard-showcase {
    min-height: 340px;
  }
}

@media (max-width: 992px) {
  .hero-gradient {
    padding-top: 4.25rem;
  }

  .hero-visual {
    padding-left: 0;
  }

  .floating-panel {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-navbar .navbar-nav {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-title,
  .section-title {
    max-width: none;
  }

  .module-board {
    padding: 1.35rem;
  }

  .route-map {
    min-height: 200px;
  }

  .showcase-screen {
    grid-template-columns: 1fr;
  }

  .screen-sidebar {
    flex-direction: row;
  }

  .play-ring {
    width: 58px;
    height: 58px;
  }

  .impact-card,
  .capability-card,
  .pilot-card,
  .mini-card,
  .highlight-card,
  .showcase-card,
  .cta-card {
    padding: 1.35rem;
  }
}
