:root {
  --bg: #050302;
  --panel: rgba(18, 8, 4, 0.74);
  --panel-strong: rgba(28, 10, 4, 0.9);
  --red: #ef1d0f;
  --red-hot: #ff351e;
  --orange: #ff7a00;
  --gold: #ffc247;
  --cream: #fff4dc;
  --muted: rgba(255, 244, 220, 0.74);
  --line: rgba(255, 119, 0, 0.42);
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 49, 19, 0.34), transparent 34rem),
    radial-gradient(circle at 34% 58%, rgba(255, 121, 0, 0.2), transparent 28rem),
    linear-gradient(180deg, #0b0302 0%, #040101 58%, #090302 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.86;
  background-image: url("assets/us02-lava-wall.jpg?v=3");
  background-size: cover;
  background-position: center top;
  filter: saturate(1.2) contrast(1.12);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 50% 10%, transparent, rgba(0, 0, 0, 0.72) 78%);
  pointer-events: none;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: #160501;
  background: var(--gold);
  border-radius: 999px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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-header {
  position: sticky;
  top: 0;
  z-index: 12;
  background: rgba(3, 2, 2, 0.82);
  border-bottom: 1px solid rgba(255, 121, 0, 0.22);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 32px, var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  font-weight: 1000;
  color: var(--red-hot);
  letter-spacing: 0.04em;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 28px rgba(255, 63, 19, 0.35);
}

.brand strong {
  color: var(--cream);
  font-size: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px 3px;
  color: #190501;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(135deg, #ff2d16, #ff8a00 58%, #ffd262);
  border: 1px solid rgba(255, 194, 71, 0.74);
  border-radius: 6px;
  box-shadow:
    0 0 22px rgba(255, 64, 19, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 239, 197, 0.42);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 36px);
  font-size: 14px;
  font-weight: 850;
}

.nav-links a {
  color: rgba(255, 244, 220, 0.86);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold);
}

.nav-cta,
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 122, 0, 0.86);
  border-radius: 8px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
}

.nav-cta,
.btn-primary {
  color: #fff8ed;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 35%),
    linear-gradient(135deg, #ff210d, #ff7a00 58%, #ffd15c);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 36px rgba(255, 68, 0, 0.58),
    0 16px 32px rgba(255, 31, 12, 0.25);
}

.btn-secondary {
  color: var(--gold);
  background: rgba(4, 2, 1, 0.56);
  box-shadow:
    0 0 0 1px rgba(255, 194, 71, 0.12) inset,
    0 0 22px rgba(255, 122, 0, 0.18);
}

.btn:hover,
.btn:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: var(--cream);
  background: rgba(255, 122, 0, 0.1);
  border: 1px solid rgba(255, 122, 0, 0.46);
  border-radius: 8px;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 650px;
  padding: clamp(34px, 4vw, 58px) 0 18px;
  overflow: hidden;
}

.ember-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 122, 0, 0.86) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 58%, rgba(255, 48, 20, 0.76) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 46%, rgba(255, 194, 71, 0.68) 0 1px, transparent 2px),
    linear-gradient(90deg, transparent 0 28%, rgba(255, 43, 14, 0.18) 43%, transparent 60%);
  background-size: 220px 180px, 260px 220px, 300px 260px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.85fr) minmax(620px, 1.15fr);
  align-items: center;
  gap: clamp(12px, 2vw, 34px);
}

.hero-copy {
  min-width: 0;
}

.agency-name {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 20px;
  color: var(--orange);
  font-size: clamp(26px, 2.35vw, 38px);
  font-weight: 1000;
  line-height: 1.1;
  text-shadow:
    0 0 18px rgba(255, 49, 19, 0.72),
    0 0 34px rgba(255, 122, 0, 0.4);
  word-break: break-word;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(70px, 6.3vw, 116px);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 strong,
.hero h1 em {
  display: block;
  font-style: normal;
  font-weight: 1000;
}

.hero h1 span {
  color: #f8f0df;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.32);
}

.hero h1 strong {
  color: var(--red-hot);
  text-shadow:
    0 0 28px rgba(255, 49, 19, 0.58),
    0 6px 0 rgba(0, 0, 0, 0.24);
}

.hero h1 em {
  color: var(--gold);
  text-shadow: 0 0 22px rgba(255, 122, 0, 0.48);
}

.hero-subtitle {
  max-width: 470px;
  margin-bottom: 22px;
  color: rgba(255, 244, 220, 0.92);
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.32;
}

.hero-subtitle strong,
.movement strong {
  color: var(--gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 26px;
}

.hero-actions .btn {
  width: min(100%, 260px);
  min-height: 58px;
  font-size: 20px;
}

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

.signal-row article {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
}

.signal-row img,
.signal-row i,
.signal-row b,
.stat-strip img,
.stat-strip i,
.stat-strip b,
.stat-strip em {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 49, 19, 0.95), rgba(255, 194, 71, 0.9)),
    rgba(255, 122, 0, 0.16);
  box-shadow: 0 0 22px rgba(255, 64, 19, 0.32);
}

.signal-row img,
.signal-row i,
.signal-row b,
.stat-strip img,
.stat-strip i,
.stat-strip b,
.stat-strip em {
  grid-row: 1 / 3;
}

.signal-row i,
.stat-strip i {
  border-radius: 50%;
  mask-image: radial-gradient(circle, #000 34%, transparent 36%);
}

.signal-row b,
.stat-strip b {
  border-radius: 50% 50% 12px 12px;
}

.stat-strip em {
  border-radius: 18px;
}

.signal-row strong,
.signal-row span {
  min-width: 0;
  display: block;
}

.signal-row strong {
  font-size: 14px;
}

.signal-row span {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 4% 2% 12% 1%;
  border: 2px solid rgba(255, 89, 14, 0.92);
  border-radius: 50%;
  box-shadow:
    0 0 44px rgba(255, 58, 14, 0.86),
    0 0 150px rgba(255, 122, 0, 0.42),
    0 0 0 999px rgba(0, 0, 0, 0.1) inset;
}

.stage-frame {
  position: relative;
  z-index: 1;
  margin-left: 0;
  overflow: visible;
}

.stage-frame::before {
  content: "";
  position: absolute;
  inset: 10% 6% 0 2%;
  z-index: -1;
  background: radial-gradient(circle at 56% 50%, rgba(255, 49, 19, 0.46), transparent 58%);
  filter: blur(24px);
}

.stage-scene {
  width: min(100%, 900px);
  margin-left: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 48px rgba(0, 0, 0, 0.64))
    drop-shadow(0 0 38px rgba(255, 64, 19, 0.34));
}

.mascot-card {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  border-radius: 24px;
  overflow: hidden;
}

.mascot-card img {
  width: min(100%, 620px);
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 50px rgba(0, 0, 0, 0.7));
}

.mascot-label {
  position: absolute;
  right: 4%;
  bottom: 12%;
  max-width: 260px;
  padding: 14px 16px;
  background: rgba(5, 2, 1, 0.76);
  border: 1px solid rgba(255, 122, 0, 0.56);
  border-radius: 12px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.38);
}

.mascot-label span,
.mascot-label strong {
  display: block;
}

.mascot-label span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mascot-label strong {
  margin-top: 5px;
  font-size: 15px;
}

.room-card {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: min(88%, 470px);
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(22, 7, 2, 0.94), rgba(6, 2, 1, 0.84)),
    url("assets/us02-voice-room-texture.jpg?v=2");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 122, 0, 0.74);
  border-radius: 16px;
  box-shadow:
    0 0 32px rgba(255, 55, 14, 0.32),
    0 28px 58px rgba(0, 0, 0, 0.52);
}

.room-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.room-head span {
  padding: 4px 7px;
  color: #fff;
  background: var(--red);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 1000;
}

.room-head strong {
  color: rgba(255, 244, 220, 0.82);
  font-size: 12px;
}

.room-card h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.room-card p {
  margin-bottom: 14px;
  color: var(--muted);
}

.wave {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 4px 0 18px;
  color: var(--red-hot);
}

.wave span {
  flex: 1;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--red-hot), var(--orange));
  box-shadow: 0 0 16px rgba(255, 49, 19, 0.55);
}

.wave span:nth-child(2),
.wave span:nth-child(6) {
  height: 28px;
}

.wave span:nth-child(3),
.wave span:nth-child(5) {
  height: 38px;
}

.avatar-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.avatar-strip span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #fff9ec;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 194, 71, 0.9), transparent 28%),
    linear-gradient(135deg, #151111, #692010);
  border: 2px solid rgba(255, 122, 0, 0.9);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 1000;
}

.stat-strip {
  width: min(100% - 48px, var(--max));
  margin: 0 auto clamp(38px, 5vw, 70px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(18, 5, 2, 0.72);
  border: 1px solid rgba(255, 64, 19, 0.5);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 44px rgba(255, 45, 14, 0.2);
}

.stat-strip article {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 22px clamp(16px, 2vw, 30px);
  border-right: 1px solid rgba(255, 64, 19, 0.4);
}

.stat-strip article:last-child {
  border-right: 0;
}

.stat-strip strong,
.stat-strip span {
  display: block;
  min-width: 0;
}

.stat-strip span {
  grid-column: 2;
}

.stat-strip strong {
  color: var(--gold);
  font-size: clamp(18px, 1.8vw, 28px);
}

.stat-strip span {
  color: var(--muted);
  font-size: 14px;
}

.movement,
.path-section,
.faq {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.movement {
  padding-bottom: clamp(54px, 8vw, 98px);
  text-align: center;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.movement h2,
.faq h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4.3vw, 62px);
  line-height: 1;
}

.movement > p:not(.section-kicker),
.faq > p:not(.section-kicker) {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}

.feature-grid article {
  min-width: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(255, 122, 0, 0.48);
  border-radius: 14px;
}

.feature-grid img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 122, 0, 0.28);
}

.feature-grid h3,
.feature-grid p {
  padding-inline: 20px;
}

.feature-grid h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.feature-grid p {
  margin-bottom: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.path-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  padding-bottom: clamp(54px, 8vw, 96px);
}

.path-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
  background: var(--panel-strong);
  border: 1px solid rgba(255, 122, 0, 0.52);
  border-radius: 18px;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -45% 24%;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.28), transparent 66%);
  pointer-events: none;
}

.path-card > * {
  position: relative;
}

.path-card > p:first-child {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.path-card h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.path-card p:not(:first-child) {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.path-card .btn {
  margin-top: 18px;
}

.faq {
  max-width: 920px;
  padding-bottom: 110px;
}

.faq details {
  background: rgba(18, 5, 2, 0.72);
  border: 1px solid rgba(255, 122, 0, 0.38);
  border-radius: 12px;
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--cream);
  font-weight: 950;
}

.faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.5;
}

.site-footer {
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 24px;
  color: var(--muted);
  background: #030101;
  border-top: 1px solid rgba(255, 122, 0, 0.22);
  text-align: center;
}

.site-footer strong {
  color: var(--gold);
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 16px;
    background: rgba(5, 2, 1, 0.96);
    border: 1px solid rgba(255, 122, 0, 0.45);
    border-radius: 14px;
  }

  body.menu-open .nav-links {
    display: grid;
    justify-items: start;
  }

  .nav-cta {
    display: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .stage-frame {
    margin-left: 0;
  }

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

  .stat-strip article:nth-child(2) {
    border-right: 0;
  }

  .stat-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 64, 19, 0.4);
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .nav-shell,
  .hero-shell,
  .stat-strip,
  .movement,
  .path-section,
  .faq {
    width: min(100% - 22px, 420px);
  }

  .site-header {
    background: rgba(3, 2, 2, 0.94);
  }

  .nav-shell {
    min-height: 68px;
    gap: 10px;
  }

  .brand img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand span {
    min-height: 21px;
    padding: 3px 6px 2px;
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .nav-links {
    top: 68px;
    right: 11px;
    left: 11px;
  }

  .hero {
    min-height: auto;
    padding: 24px 0 26px;
  }

  .hero-copy {
    position: relative;
    isolation: isolate;
  }

  .hero-copy::before {
    display: none;
  }

  .agency-name {
    margin-bottom: 12px;
    font-size: clamp(20px, 6vw, 26px);
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(50px, 17vw, 66px);
    line-height: 0.88;
  }

  .hero-subtitle {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 14px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    font-size: 17px;
  }

  .signal-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .signal-row article {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    text-align: center;
  }

  .signal-row img,
  .signal-row i,
  .signal-row b {
    width: 32px;
    height: 32px;
    grid-row: auto;
    border-radius: 10px;
  }

  .signal-row strong {
    font-size: 11px;
    line-height: 1.12;
  }

  .signal-row span {
    display: none;
  }

  .hero-visual {
    min-height: auto;
    margin-top: 16px;
  }

  .hero-visual::before {
    inset: 8% 6% 18% 6%;
  }

  .stage-frame {
    margin-inline: -10px;
  }

  .stage-scene {
    width: 100%;
  }

  .mascot-card {
    min-height: 344px;
    border-radius: 18px;
  }

  .mascot-card img {
    width: min(100%, 340px);
  }

  .mascot-label {
    right: 6%;
    bottom: 12%;
    max-width: 190px;
    padding: 10px 11px;
  }

  .mascot-label {
    display: none;
  }

  .mascot-label span {
    font-size: 10px;
  }

  .mascot-label strong {
    font-size: 12px;
  }

  .room-card {
    display: none;
  }

  .room-card h2 {
    font-size: 17px;
  }

  .room-card p {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .wave {
    height: 30px;
    margin-bottom: 10px;
  }

  .avatar-strip {
    gap: 6px;
  }

  .avatar-strip span {
    font-size: 10px;
  }

  .stat-strip {
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .stat-strip article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 15px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 64, 19, 0.4);
  }

  .stat-strip article:last-child {
    border-bottom: 0;
  }

  .movement,
  .path-section {
    padding-bottom: 48px;
  }

  .section-kicker {
    letter-spacing: 0.26em;
  }

  .movement h2,
  .faq h2 {
    font-size: 34px;
  }

  .movement > p:not(.section-kicker),
  .faq > p:not(.section-kicker) {
    font-size: 15px;
  }

  .feature-grid,
  .path-section {
    grid-template-columns: 1fr;
  }

  .feature-grid img {
    height: 138px;
  }

  .path-card {
    padding: 24px;
    border-radius: 14px;
  }

  .path-card h2 {
    font-size: 36px;
  }

  .path-card p:not(:first-child) {
    font-size: 15px;
  }

  .faq {
    padding-bottom: 80px;
  }

  .site-footer {
    display: grid;
    gap: 5px;
    padding-bottom: 24px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 16;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(4, 2, 1, 0.86);
    border: 1px solid rgba(255, 122, 0, 0.5);
    border-radius: 16px;
    backdrop-filter: blur(18px);
  }

  .mobile-action-bar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 8px 10px;
    color: var(--gold);
    background: rgba(255, 122, 0, 0.08);
    border: 1px solid rgba(255, 122, 0, 0.44);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 1000;
    text-align: center;
  }

  .mobile-action-bar a.accent {
    color: #fff9ec;
    background: linear-gradient(135deg, var(--red), var(--orange));
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 47px;
  }

  .agency-name {
    font-size: 18px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}
