.site-header .brand img {
  width: 138px;
  height: 64px;
  object-fit: contain;
}

.site-footer img {
  width: 132px;
  height: 68px;
  object-fit: contain;
}

.hero.hero-video {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: 62px 0 56px;
  overflow: hidden;
  color: #ffffff;
  background: #111a44;
}

.hero.hero-video::before,
.hero.hero-video::after {
  content: none;
}

.hero-video-background,
.hero-video-shade {
  position: absolute;
  inset: 0;
}

.hero-video-background video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: brightness(0.92) saturate(0.88) contrast(0.96);
}

.hero-video-shade {
  z-index: 1;
  background: rgba(5, 12, 36, 0.56);
  box-shadow:
    inset 0 120px 120px -90px rgba(4, 9, 28, 0.72),
    inset 0 -150px 130px -105px rgba(4, 9, 28, 0.72);
}

.hero-video .hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  gap: 0;
}

.hero-video .hero-copy-block {
  max-width: 680px;
  padding: 18px 0;
}

.hero-video .eyebrow {
  color: #35dccd;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.22);
}

.hero-video h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(3.7rem, 6.1vw, 5.9rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.hero-video .hero-actions {
  max-width: 360px;
  margin-top: 32px;
}

.hero-video .button.secondary {
  color: #ffffff;
  background: rgba(7, 16, 44, 0.34);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
}

.pricing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 76px;
  color: #ffffff;
  background: #080d24;
}

.pricing-motion,
.pricing-motion-shade {
  position: absolute;
  inset: 0;
}

.pricing-motion {
  z-index: 0;
}

.pricing-motion video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.96) contrast(1.02) brightness(0.92);
}

.pricing-motion-shade {
  z-index: 1;
  background: rgba(5, 10, 32, 0.46);
  box-shadow:
    inset 0 110px 120px -90px rgba(2, 6, 22, 0.74),
    inset 0 -130px 120px -100px rgba(2, 6, 22, 0.72);
}

.pricing > .container {
  position: relative;
  z-index: 2;
}

.pricing .section-heading h2 {
  color: #ffffff;
  text-shadow: 0 4px 28px rgba(2, 6, 22, 0.32);
}

.pricing .eyebrow {
  color: #35dccd;
  text-shadow: 0 2px 18px rgba(2, 6, 22, 0.28);
}

.pricing .price-card {
  min-height: 190px;
  background: rgba(248, 249, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 48px rgba(2, 6, 22, 0.22);
  backdrop-filter: blur(18px) saturate(1.1);
}

.pricing .price-card.accent {
  background: rgba(12, 21, 57, 0.84);
  border-color: rgba(185, 167, 245, 0.34);
}

.pricing .price-card > p:last-child {
  margin: 22px 0 0;
}

.pricing .price-card.accent h3,
.pricing .price-card.accent p {
  color: #ffffff;
}

.pricing .pricing-note {
  background: rgba(248, 249, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 42px rgba(2, 6, 22, 0.2);
  backdrop-filter: blur(18px) saturate(1.08);
}

.pricing .pricing-note span {
  color: #4e5a72;
}

@media (min-width: 1200px) {
  .hero-video .hero-content {
    transform: translateX(-24px);
  }
}

@media (max-width: 960px) {
  .hero.hero-video {
    min-height: calc(100svh - 76px);
    padding: 56px 0 48px;
  }

  .hero-video .hero-content {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .site-header .brand,
  .site-header .brand img {
    width: 112px;
  }

  .site-header .brand img {
    height: 58px;
  }

  .hero.hero-video {
    min-height: calc(100svh - 68px);
  }

  .hero-video .hero-content {
    width: min(100% - 32px, 760px);
  }

  .hero-video h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .hero-video .hero-actions .button {
    width: 100%;
  }

  .pricing-motion video {
    object-position: 68% center;
  }

  .pricing .price-card {
    min-height: 164px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-background video,
  .pricing-motion video {
    animation: none;
  }
}
