@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Sora:wght@500;600;700&display=swap");

:root {
  --bg: #131b3f;
  --bg-soft: #1b2552;
  --surface: #233068;
  --surface-soft: #2a3875;
  --ink: #f3f6ff;
  --muted: #c8d1ee;
  --line: #4e61a9;
  --line-strong: #6d82d3;
  --accent-a: #2ab4f6;
  --accent-b: #4f64ff;
  --accent-c: #ff25b8;
  --accent-deep: #8ea0ff;
  --radius: 16px;
  --hero-shift: 0px;
  --hero-scale: 1;
  --orb-shift: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 700px at 50% -20%, #364697 0%, transparent 68%),
    linear-gradient(180deg, #131b3f 0%, #101738 100%);
  overflow-x: clip;
}

body.menu-lock {
  overflow: hidden;
}

.bg-orb,
.bg-grid {
  position: fixed;
  pointer-events: none;
}

.bg-orb {
  width: 56vw;
  height: 56vw;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.24;
  z-index: -4;
  transform: translateY(var(--orb-shift));
  transition: transform 180ms linear;
  will-change: transform;
}

.bg-orb-a {
  top: -20vw;
  left: -18vw;
  background: rgba(42, 180, 246, 0.88);
}

.bg-orb-b {
  top: -16vw;
  right: -24vw;
  background: rgba(255, 37, 184, 0.84);
}

.bg-grid {
  inset: 0;
  z-index: -5;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(201, 214, 255, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 214, 255, 0.085) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(circle at center, #000 18%, transparent 88%);
  mask-image: radial-gradient(circle at center, #000 18%, transparent 88%);
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

a {
  color: #8fbcff;
}

a:hover {
  color: #c6d8ff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(92, 111, 190, 0.58);
  background: rgba(24, 33, 73, 0.76);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  backdrop-filter: blur(12px) saturate(1.15);
}

.nav-row {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 12px;
  align-items: center;
}

.nav-logo img {
  display: block;
  height: 38px;
  width: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav-links a {
  text-decoration: none;
  color: #c8d1f2;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #f0f4ff;
  border-color: #405199;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(124deg, var(--accent-a), var(--accent-b) 50%, var(--accent-c));
  border-radius: 999px;
  padding: 10px 15px;
  box-shadow: 0 12px 28px rgba(80, 95, 255, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(80, 95, 255, 0.46);
  filter: saturate(1.08);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #f3f6ff;
  transition: transform 220ms ease, opacity 180ms ease;
}

.site-header.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(44deg);
}

.site-header.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-44deg);
}

main#top {
  padding-bottom: 18px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(42px, 8vw, 78px);
  margin-bottom: 12px;
}

h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 10px;
}

h3 {
  font-family: "Sora", sans-serif;
  font-size: clamp(21px, 2.5vw, 30px);
  margin-bottom: 8px;
}

p {
  margin: 0 0 13px;
  color: var(--muted);
  line-height: 1.68;
  max-width: 66ch;
}

.kicker {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-deep);
}

.hero {
  container-type: inline-size;
  margin-top: clamp(8px, 1.8vw, 18px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  align-items: start;
  gap: clamp(14px, 4vw, 46px);
  padding-bottom: clamp(4px, 1vw, 10px);
}

.hero-copy {
  max-width: 680px;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, background-color 170ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(69, 86, 171, 0.24);
  border-color: #556dc7;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(124deg, var(--accent-a), var(--accent-b) 52%, var(--accent-c));
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
}

.btn.is-disabled {
  opacity: 0.56;
  pointer-events: none;
}

.hero-visual {
  justify-self: end;
  margin: 0;
  width: min(100%, clamp(320px, 48vw, 620px));
  transform: translateY(var(--hero-shift)) scale(var(--hero-scale));
  transition: transform 120ms linear;
  will-change: transform;
}

.hero-visual img {
  width: 100%;
  height: auto;
  max-width: clamp(320px, 48vw, 620px);
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 28px 44px rgba(12, 18, 46, 0.58));
  animation: floaty 6.2s ease-in-out infinite;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.signal {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.signal p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #cad3f8;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.story {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(39, 53, 108, 0.9), rgba(31, 43, 90, 0.88));
}

.story-block {
  padding: 20px 18px;
}

.story-block + .story-block {
  border-left: 1px solid var(--line);
}

.story-block h2 {
  font-size: clamp(24px, 2.3vw, 32px);
  text-align: center;
}

.story-art {
  width: 100%;
  max-height: 102px;
  object-fit: contain;
  display: block;
  margin: 8px 0 6px;
  filter: saturate(1.08) drop-shadow(0 8px 18px rgba(12, 19, 50, 0.4));
}

.tracker-zone {
  margin-top: 50px;
  border-top: 1px solid #5b72ce;
  border-bottom: 1px solid #5b72ce;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(42, 180, 246, 0.26), transparent 72%),
    radial-gradient(900px 420px at 93% 2%, rgba(255, 37, 184, 0.22), transparent 72%),
    linear-gradient(180deg, rgba(30, 41, 88, 0.92), rgba(23, 33, 73, 0.95));
}

.tracker {
  padding-top: 42px;
  padding-bottom: 40px;
}

.tracker-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.993fr) minmax(0, 1.007fr);
  gap: 24px;
  align-items: start;
}

.tracker-layout.is-overview {
  align-items: stretch;
}

.tracker-head {
  max-width: none;
}

.tracker-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tracker-title-bullet {
  width: clamp(34px, 2.7vw, 45px);
  height: clamp(34px, 2.7vw, 45px);
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 6px;
  filter: drop-shadow(0 4px 10px rgba(10, 15, 40, 0.4));
}

.tracker-demo-col {
  display: grid;
  gap: 10px;
}

.tracker-layout.is-overview .tracker-demo-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.tracker-side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.tracker-layout.is-overview .tracker-side {
  min-height: 100%;
}

.tracker-summary {
  margin: 0;
  max-width: 62ch;
}

.tracker-demo {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(6, 10, 25, 0.5);
}

.tracker-layout.is-overview .tracker-demo {
  margin-top: auto;
}

.tracker-shell {
  margin-top: 0;
  border: 1px solid #6078d2;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(35, 49, 104, 0.96), rgba(28, 40, 88, 0.95));
  box-shadow: 0 20px 44px rgba(8, 12, 30, 0.5);
}

.tracker-layout.is-overview .tracker-shell {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.tracker-layout.is-overview .tracker-shell > .tab-panel {
  flex: 1 1 auto;
}

.tracker-shell-head {
  padding: 10px;
  border-bottom: 1px solid #32417f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tracker-tabs {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yt-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  text-decoration: none;
  padding: 8px 12px;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(14, 20, 49, 0.86);
  border: 1px solid rgba(255, 72, 110, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 72, 110, 0.22) inset, 0 10px 24px rgba(255, 15, 55, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.yt-demo-btn:hover,
.yt-demo-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 92, 125, 0.32) inset, 0 14px 30px rgba(255, 15, 55, 0.42);
  filter: saturate(1.06);
  outline: none;
}

.yt-demo-logo {
  width: 20px;
  height: 14px;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 5px rgba(255, 0, 51, 0.42));
}

.tab-btn {
  appearance: none;
  cursor: pointer;
  border: 1px solid #3c4d94;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #c3cefd;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}

.tab-btn.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(124deg, var(--accent-a), var(--accent-b) 52%, var(--accent-c));
}

.tab-btn:hover,
.tab-btn:focus-visible {
  border-color: #6f83dc;
  color: #ecf0ff;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.tab-panel {
  padding: 16px;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.quick-facts span {
  border: 1px solid #3e4f98;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  color: #d0d8fb;
  background: rgba(255, 255, 255, 0.05);
}

.overview-intro {
  margin-bottom: 12px;
}

.overview-cards {
  margin: 0 0 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.overview-card {
  margin: 0;
  border: 1px solid #3a4b93;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #dbe2fb;
  padding: 10px 11px;
  font-size: 13px;
  line-height: 1.42;
}

.overview-feedback {
  margin-top: 2px;
}

.gate-check {
  margin: 10px 0 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
}

.gate-check input {
  margin-top: 3px;
}

.fold,
.faq-item {
  margin-top: 12px;
  border: 1px solid #364786;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
}

.fold summary,
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fold summary::marker,
.faq-item summary::marker {
  content: "";
}

.fold summary::-webkit-details-marker,
.faq-item summary::-webkit-details-marker {
  display: none;
}

.fold summary::after,
.faq-item summary::after {
  content: "+";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #4f63b2;
  background: rgba(255, 255, 255, 0.06);
  color: #d7dffd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.fold summary:hover,
.faq-item summary:hover {
  color: #eff3ff;
}

.fold summary:focus-visible,
.faq-item summary:focus-visible {
  color: #eff3ff;
  outline: 2px solid #6e83dd;
  outline-offset: 3px;
  border-radius: 8px;
}

.fold[open],
.faq-item[open] {
  border-color: #5f76cf;
  background: rgba(255, 255, 255, 0.06);
}

.fold[open] summary::after,
.faq-item[open] summary::after {
  content: "−";
  border-color: #7a8ee2;
  background: rgba(79, 100, 255, 0.28);
  color: #ffffff;
  transform: rotate(180deg);
}

.small-note {
  font-size: 13px;
}

.form-embed-wrap {
  margin-top: 12px;
  border: 1px solid #364786;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.form-embed-wrap iframe {
  width: 100%;
  min-height: 740px;
  border: 0;
  display: block;
}

.watch-summary-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.watch-summary-logo {
  width: 19px;
  height: 13px;
  flex: 0 0 auto;
}

.video-embed-wrap {
  margin-top: 12px;
  border: 1px solid #364786;
  border-radius: 12px;
  overflow: hidden;
  background: #080f30;
}

.video-embed-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.admin-nav-row {
  grid-template-columns: auto 1fr auto;
}

.admin-main {
  padding: clamp(30px, 5vw, 62px) 0 30px;
}

.admin-card {
  max-width: 720px;
  margin: 0 auto 14px;
  border: 1px solid #3e5199;
  border-radius: 16px;
  background: linear-gradient(154deg, rgba(36, 50, 103, 0.94), rgba(24, 35, 81, 0.92));
  box-shadow: 0 20px 42px rgba(6, 9, 27, 0.46);
  padding: clamp(18px, 3vw, 30px);
}

.admin-form {
  margin-top: 12px;
  max-width: 460px;
  display: grid;
  gap: 10px;
}

.admin-label {
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #edf2ff;
}

.admin-form input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #4b5ea8;
  background: rgba(12, 19, 50, 0.78);
  color: #ffffff;
  font: inherit;
  padding: 11px 12px;
}

.admin-form input:focus-visible {
  outline: 2px solid #6f86e4;
  outline-offset: 2px;
}

.admin-total-line {
  margin-bottom: 4px;
}

.admin-total-number {
  margin: 0 0 12px;
}

.admin-total-number span {
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1;
  color: #ffffff;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-message {
  margin: 10px 0 0;
  font-size: 14px;
}

.admin-message.is-error {
  color: #ffc9d2;
}

.development {
  margin-top: 56px;
}

.development h2 {
  margin-bottom: 14px;
}

.development-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.dev-copy {
  max-width: 78ch;
}

.dev-demo-note {
  margin-top: 26px;
}

.dev-image {
  width: min(100%, 440px);
  height: auto;
  display: block;
  justify-self: center;
  align-self: start;
  margin-top: 4px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer {
  margin: 14px auto 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.policy-drawer {
  margin: 10px 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.policy-drawer summary {
  list-style: none;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #edf1ff;
  padding: 11px 12px;
}

.policy-drawer summary::-webkit-details-marker {
  display: none;
}

.policy-drawer-body {
  border-top: 1px solid var(--line);
  padding: 10px 12px;
}

.plain-list {
  margin: 10px 0;
  padding-left: 18px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 450ms ease, transform 560ms cubic-bezier(0.2, 0.65, 0.22, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .admin-nav-row {
    grid-template-columns: auto 1fr auto;
  }

  .nav-row {
    grid-template-columns: auto 1fr auto auto;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(15, 22, 51, 0.96);
    box-shadow: 0 24px 42px rgba(7, 11, 30, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top;
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .nav-links a {
    width: 100%;
    border-radius: 10px;
    padding: 10px 12px;
  }

  .site-header.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-copy {
    max-width: 760px;
    text-align: center;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    justify-self: center;
    order: -1;
    width: min(100%, 540px);
  }

  .signal {
    grid-template-columns: 1fr 1fr;
  }

  .story {
    grid-template-columns: 1fr;
  }

  .story-block + .story-block {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .tracker-layout {
    grid-template-columns: 1fr;
  }

  .tracker-shell-head {
    flex-wrap: wrap;
  }

  .tracker-shell {
    margin-top: 6px;
  }

  .development-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dev-image {
    width: min(100%, 520px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .admin-nav-row {
    grid-template-columns: auto 1fr;
  }

  .admin-nav-row .nav-cta {
    grid-column: 2 / 3;
    justify-self: end;
  }

  .wrap {
    width: min(1160px, calc(100% - 24px));
  }

  h1 {
    font-size: clamp(36px, 13vw, 58px);
  }

  .nav-row {
    min-height: 74px;
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
  }

  .nav-cta {
    padding: 8px 11px;
    font-size: 11px;
  }

  .hero {
    margin-top: 8px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy p {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .signal {
    grid-template-columns: 1fr;
  }

  .tracker {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .overview-cards {
    grid-template-columns: 1fr;
  }

  .tracker-shell {
    margin-top: 18px;
  }

  .yt-demo-btn {
    width: 100%;
    justify-content: center;
  }

  .form-embed-wrap iframe {
    min-height: 640px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .nav-toggle span,
  .nav-links,
  .hero-visual,
  .hero-visual img,
  .bg-orb,
  .btn,
  .nav-cta {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-visual img {
    animation: none;
  }
}
