:root {
  --blue: #4285f4;
  --red: #ea4335;
  --yellow: #fbbc05;
  --green: #34a853;
  --ink: #f8fafd;
  --paper: #ffffff;
  --deep: #05070c;
  --deep-2: #0b101a;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: #dadce0;
  --muted: #aab1c2;
  --muted-dark: #5f6368;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--deep);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

.mobile-line {
  display: none;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 48px;
  color: white;
  background: rgba(5, 7, 12, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(5, 7, 12, 0.86);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  grid-template-columns: repeat(2, 12px);
  gap: 4px;
}

.brand-mark span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.brand-mark span:nth-child(1) { background: var(--blue); }
.brand-mark span:nth-child(2) { background: var(--red); }
.brand-mark span:nth-child(3) { background: var(--yellow); }
.brand-mark span:nth-child(4) { background: var(--green); }

.nav-links {
  display: flex;
  gap: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.nav-links a,
.nav-action {
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.nav-action:hover {
  color: white;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
}

.nav-action:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.44);
}

.section-band {
  position: relative;
  overflow: hidden;
  padding: 112px 5.5vw;
}

.section-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 8px;
  background: var(--blue);
  box-shadow: 25vw 0 0 var(--red), 50vw 0 0 var(--yellow), 75vw 0 0 var(--green);
}

.hero {
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 128px;
  padding-bottom: 54px;
  isolation: isolate;
}

.hero::before {
  z-index: 4;
}

.hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0px), 0) scale(1.01);
  transition: opacity 360ms ease, transform 900ms ease;
}

.hero-image-creator {
  opacity: 0;
  object-position: center center;
}

.hero.is-creator-active .hero-image-default,
.hero:has(.creator-follow:hover) .hero-image-default,
.hero:has(.creator-follow:focus-within) .hero-image-default {
  opacity: 0;
}

.hero.is-creator-active .hero-image-creator,
.hero:has(.creator-follow:hover) .hero-image-creator,
.hero:has(.creator-follow:focus-within) .hero-image-creator {
  opacity: 1;
}

.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 10, 0.9) 0%, rgba(3, 5, 10, 0.7) 38%, rgba(3, 5, 10, 0.22) 72%, rgba(3, 5, 10, 0.08) 100%);
}

.signal-bars {
  position: absolute;
  z-index: 2;
  right: 5.5vw;
  bottom: 54px;
  display: grid;
  grid-template-columns: repeat(4, 78px);
  gap: 10px;
  opacity: 0.88;
}

.signal-bars span {
  display: block;
  height: 5px;
  border-radius: 8px;
  background: var(--blue);
  animation: signalSweep 2.8s ease-in-out infinite;
}

.signal-bars span:nth-child(2) {
  background: var(--red);
  animation-delay: 120ms;
}

.signal-bars span:nth-child(3) {
  background: var(--yellow);
  animation-delay: 240ms;
}

.signal-bars span:nth-child(4) {
  background: var(--green);
  animation-delay: 360ms;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.eyebrow {
  margin-bottom: 22px;
  color: #8ab4f8;
  font-size: 15px;
  font-weight: 900;
}

h1 {
  max-width: 760px;
  color: white;
  font-size: 76px;
  line-height: 1.05;
  font-weight: 900;
}

h2 {
  max-width: 1040px;
  font-size: 54px;
  line-height: 1.14;
  font-weight: 900;
}

h3 {
  font-size: 25px;
  line-height: 1.28;
  font-weight: 900;
}

.hero-copy {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  line-height: 1.72;
}

.creator-follow {
  position: relative;
  z-index: 8;
  display: inline-block;
  margin-top: 26px;
}

.creator-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.creator-badge span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 800;
}

.creator-badge strong {
  font-size: 18px;
}

.creator-follow:hover .creator-badge,
.creator-follow:focus-within .creator-badge,
.creator-follow.is-open .creator-badge {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.13);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-button {
  color: #06111f;
  background: white;
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.14);
}

.secondary-button {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.secondary-button:hover {
  border-color: rgba(255, 255, 255, 0.48);
}

.hero-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 960px;
  margin-top: 64px;
}

.hero-metrics div {
  min-height: 116px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-metrics div:nth-child(1) { border-top: 4px solid var(--blue); }
.hero-metrics div:nth-child(2) { border-top: 4px solid var(--red); }
.hero-metrics div:nth-child(3) { border-top: 4px solid var(--yellow); }
.hero-metrics div:nth-child(4) { border-top: 4px solid var(--green); }

.hero-metrics strong {
  display: block;
  color: white;
  font-size: 22px;
}

.hero-metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.section-heading {
  position: relative;
  z-index: 2;
  max-width: 1040px;
}

.section-heading > p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted-dark);
  font-size: 22px;
  line-height: 1.65;
}

.problem-section,
.content-section,
.conversion-section {
  color: #202124;
  background-color: #f7f9fc;
  background-image:
    linear-gradient(rgba(218, 220, 224, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 220, 224, 0.55) 1px, transparent 1px);
  background-size: 56px 56px;
}

.problem-section {
  padding-top: 92px;
}

.problem-section::after,
.content-section::after,
.conversion-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 5.5vw;
  top: 118px;
  width: 220px;
  height: 8px;
  border-radius: 8px;
  background: var(--blue);
  box-shadow: 0 18px 0 var(--red), 0 36px 0 var(--yellow), 0 54px 0 var(--green);
  opacity: 0.9;
}

.problem-section .eyebrow,
.content-section .eyebrow,
.conversion-section .eyebrow {
  color: var(--blue);
}

.concern-grid,
.studio-layout,
.conversion-board {
  position: relative;
  z-index: 2;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 76px;
}

.concern {
  position: relative;
  min-height: 292px;
  padding: 30px;
  border: 1px solid #e2e7f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(60, 64, 67, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.concern::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: var(--blue);
}

.concern:nth-child(2)::before { background: var(--red); }
.concern:nth-child(3)::before { background: var(--yellow); }
.concern:nth-child(4)::before { background: var(--green); }

.concern:hover {
  transform: translateY(-7px);
  border-color: transparent;
  box-shadow: 0 26px 70px rgba(60, 64, 67, 0.18);
}

.dot {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  margin-bottom: 22px;
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(66, 133, 244, 0.26);
}

.dot::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: white;
}

.dot.blue { background: var(--blue); }
.dot.red { background: var(--red); }
.dot.yellow { background: var(--yellow); }
.dot.green { background: var(--green); }

.dot.red { box-shadow: 0 12px 26px rgba(234, 67, 53, 0.24); }
.dot.yellow { box-shadow: 0 12px 26px rgba(251, 188, 5, 0.24); }
.dot.green { box-shadow: 0 12px 26px rgba(52, 168, 83, 0.24); }

.concern p,
.service-row p,
.path-step p,
.live-stage h3,
.private-stack p {
  margin-top: 14px;
  color: var(--muted-dark);
  font-size: 19px;
  line-height: 1.6;
}

.path-section,
.live-section,
.final-section {
  color: white;
  background: var(--deep-2);
}

.path-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.path-section .section-heading > p:not(.eyebrow),
.live-section .section-heading > p:not(.eyebrow) {
  color: var(--muted);
}

.path-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 86px;
}

.track-line {
  position: absolute;
  top: 40px;
  left: 3%;
  right: 3%;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.path-step {
  position: relative;
  min-height: 260px;
  padding: 82px 20px 24px 0;
}

.path-step::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 8px solid var(--deep-2);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 36px rgba(66, 133, 244, 0.36);
}

.path-step:nth-of-type(2)::before { background: var(--red); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 36px rgba(234, 67, 53, 0.3); }
.path-step:nth-of-type(3)::before { background: var(--yellow); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 36px rgba(251, 188, 5, 0.3); }
.path-step:nth-of-type(4)::before { background: var(--green); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 36px rgba(52, 168, 83, 0.3); }
.path-step:nth-of-type(5)::before { background: var(--blue); }

.path-step span {
  display: block;
  margin-bottom: 16px;
  color: #8ab4f8;
  font-size: 16px;
  font-weight: 900;
}

.path-step h3 {
  color: white;
}

.path-step p {
  color: var(--muted);
}

.studio-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 72px;
}

.studio-visual {
  padding: 28px;
  border: 1px solid #e2e7f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(60, 64, 67, 0.14);
}

.shot-frame {
  min-height: 380px;
  padding: 34px;
  border-radius: 8px;
  color: white;
  background: #101827;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.shot-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: #8ab4f8;
  background: rgba(66, 133, 244, 0.16);
  font-size: 14px;
  font-weight: 900;
}

.shot-title {
  max-width: 420px;
  margin-top: 28px;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 900;
}

.shot-bars {
  display: grid;
  gap: 18px;
  margin-top: 118px;
}

.shot-bars span {
  height: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  animation: widthPulse 3s ease-in-out infinite;
}

.shot-bars span:nth-child(2) {
  width: 72%;
  background: rgba(251, 188, 5, 0.78);
  animation-delay: 140ms;
}

.shot-bars span:nth-child(3) {
  width: 48%;
  background: rgba(52, 168, 83, 0.78);
  animation-delay: 280ms;
}

.edit-timeline {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr 1.2fr;
  gap: 12px;
  margin-top: 18px;
}

.clip {
  height: 60px;
  border-radius: 8px;
}

.clip.blue { background: #d2e3fc; }
.clip.red { background: #fce8e6; }
.clip.yellow { background: #fef7e0; }
.clip.green { background: #e6f4ea; }

.studio-list {
  display: grid;
  gap: 16px;
}

.service-row {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid #e2e7f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(60, 64, 67, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-row:hover {
  transform: translateX(4px);
  box-shadow: 0 18px 44px rgba(60, 64, 67, 0.11);
}

.service-row .dot {
  margin-top: 7px;
  margin-bottom: 0;
}

.live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 72px;
}

.live-stage {
  min-height: 380px;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease;
}

.live-stage:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.28);
}

.live-stage:nth-child(1) { border-top: 8px solid var(--blue); }
.live-stage:nth-child(2) { border-top: 8px solid var(--green); }
.live-stage:nth-child(3) { border-top: 8px solid var(--red); }

.live-stage span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 900;
}

.live-stage h3 {
  margin-top: 150px;
  color: white;
  font-size: 32px;
}

.conversion-board {
  display: grid;
  grid-template-columns: 1.1fr auto 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 72px;
}

.product-stack {
  display: grid;
  gap: 18px;
}

.product-stack article,
.private-stack {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2e7f0;
  box-shadow: 0 14px 36px rgba(60, 64, 67, 0.08);
}

.product-stack article:nth-child(1) { border-left: 8px solid var(--yellow); }
.product-stack article:nth-child(2) { border-left: 8px solid var(--green); }
.product-stack article:nth-child(3) { border-left: 8px solid var(--blue); }

.product-stack b,
.private-stack strong {
  display: block;
  font-size: 28px;
}

.product-stack span {
  display: block;
  margin-top: 10px;
  color: var(--muted-dark);
  font-size: 18px;
}

.conversion-arrow {
  color: var(--blue);
  font-size: 54px;
  font-weight: 900;
}

.private-stack {
  min-height: 312px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  background: #101827;
  border: 0;
  box-shadow: 0 24px 70px rgba(60, 64, 67, 0.18);
}

.private-stack p {
  color: rgba(255, 255, 255, 0.74);
}

.final-section {
  position: relative;
  min-height: 70svh;
  display: flex;
  align-items: center;
}

.final-copy {
  max-width: 980px;
}

.final-copy .eyebrow,
.final-copy h2,
.final-copy p {
  color: white;
}

.final-copy p:not(.eyebrow) {
  margin: 24px 0 38px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 24px;
  line-height: 1.7;
}

.final-copy .primary-button {
  color: #06111f;
  background: white;
  box-shadow: none;
}

.site-filing {
  position: absolute;
  right: 5.5vw;
  bottom: 36px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: color 180ms ease;
}

.site-filing:hover {
  color: rgba(255, 255, 255, 0.86);
}

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

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@keyframes signalSweep {
  0%, 100% { transform: scaleX(0.55); transform-origin: left; opacity: 0.54; }
  50% { transform: scaleX(1); transform-origin: left; opacity: 1; }
}

@keyframes widthPulse {
  0%, 100% { transform: scaleX(0.78); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
}

@media (max-width: 1180px) {
  .nav-links {
    display: none;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 44px;
  }

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

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
  }

  .path-track {
    grid-template-columns: 1fr;
  }

  .track-line {
    display: none;
  }

  .path-step {
    min-height: auto;
    padding: 0 0 34px 58px;
  }

  .path-step::before {
    left: 0;
    top: 3px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }

  .brand {
    font-size: 16px;
  }

  .nav-action {
    display: none;
  }

  .section-band {
    padding: 86px 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 50px;
  }

  .hero-content,
  .hero-metrics {
    width: 100%;
    max-width: 100%;
  }

  .hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .hero-image-default {
    object-position: 69% top;
  }

  .hero-image-creator {
    object-position: 74% top;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(3, 5, 10, 0.78) 0%, rgba(3, 5, 10, 0.72) 54%, rgba(3, 5, 10, 0.58) 100%);
  }

  .signal-bars {
    display: none;
  }

  .problem-section::after,
  .content-section::after,
  .conversion-section::after {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-copy,
  .section-heading > p:not(.eyebrow),
  .final-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 19px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero-copy {
    width: 100%;
    max-width: 340px;
  }

  .creator-follow {
    display: block;
    width: 100%;
    max-width: 340px;
  }

  .creator-badge {
    width: 100%;
    justify-content: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metrics,
  .concern-grid,
  .studio-layout,
  .live-grid,
  .conversion-board {
    grid-template-columns: 1fr;
  }

  .mobile-line {
    display: block;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 42px;
  }

  .hero-metrics div {
    min-height: 106px;
    padding: 16px;
  }

  .hero-metrics strong {
    font-size: 18px;
  }

  .hero-metrics span {
    font-size: 14px;
  }

  .concern {
    min-height: auto;
  }

  .studio-layout {
    gap: 42px;
  }

  .shot-frame {
    min-height: 320px;
    padding: 24px;
  }

  .shot-title {
    font-size: 28px;
  }

  .shot-bars {
    margin-top: 96px;
  }

  .conversion-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .live-stage {
    min-height: 260px;
  }

  .live-stage h3 {
    margin-top: 82px;
    font-size: 26px;
  }

  .site-filing {
    right: 18px;
    bottom: 22px;
    max-width: calc(100% - 36px);
    font-size: 12px;
    text-align: right;
  }
}

@media (max-width: 430px) {
  .section-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .primary-button,
  .secondary-button {
    padding: 0 16px;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }
}

@media (orientation: landscape) and (min-width: 640px) {
  .final-copy {
    width: 100%;
    max-width: none;
  }

  .final-copy p:not(.eyebrow) {
    white-space: nowrap;
    font-size: clamp(14px, 2vw, 22px);
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

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