:root {
  --bg: #000000;
  --bg-soft: #0b0b0b;
  --surface: #000000;
  --surface-muted: #000000;
  --text: #f7f7f5;
  --muted: rgba(247, 247, 245, 0.78);
  --white: #f7f7f5;
  --blue: #cba74f;
  --blue-dark: #1f4356;
  --band-blue: #1f4356;
  --green: #cba74f;
  --green-dark: #1f4356;
  --gold: #cba74f;
  --coral: #1f4356;
  --line: rgba(247, 247, 245, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-muted);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  padding: 76px 0;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 92svh;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
}

.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__shade {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 54%, rgba(31, 67, 86, 0.32) 100%),
    radial-gradient(circle at 25% 20%, rgba(203, 167, 79, 0.12), transparent 34%);
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-inline: auto;
  margin-top: 0;
  border-radius: 0;
  padding: 16px max(16px, calc((100% - 1180px) / 2));
  background: var(--band-blue);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand__logo {
  width: 82px;
  height: 82px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

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

.social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(203, 167, 79, 0.42);
  border-radius: 8px;
  background: rgba(203, 167, 79, 0.14);
  color: var(--white);
  transition: background 180ms ease, transform 180ms ease;
}

.social a:hover {
  background: rgba(203, 167, 79, 0.24);
  transform: translateY(-2px);
}

.social svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 86px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--blue);
}

.hero__image {
  width: min(520px, 88vw, 52svh);
  height: min(520px, 88vw, 52svh);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  outline: 0;
  box-shadow: none;
}

.hero__text {
  max-width: 640px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
}

.hero__highlight {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 1.16em;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero__highlight-line {
  display: block;
  color: var(--gold);
}

.hero__subtext {
  display: block;
  max-width: 520px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1.45;
}

.hero__actions,
.hero__proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 14px 20px;
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 62px;
  padding: 17px 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: #25d366;
  color: #12351f;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 6px rgba(37, 211, 102, 0.2),
    0 18px 42px rgba(37, 211, 102, 0.46);
  animation: primary-button-pulse 2.4s ease-in-out infinite;
}

.btn--primary::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -60%;
  left: -45%;
  width: 28%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(20deg);
  pointer-events: none;
  animation: primary-button-shine 2.8s ease-in-out infinite;
}

.btn--primary:hover {
  background: #32e574;
  box-shadow:
    0 0 0 8px rgba(37, 211, 102, 0.24),
    0 22px 50px rgba(37, 211, 102, 0.58);
  animation-play-state: paused;
}

.btn--primary:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 5px;
}

@keyframes primary-button-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 5px rgba(37, 211, 102, 0.12),
      0 18px 42px rgba(37, 211, 102, 0.42);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(37, 211, 102, 0.06),
      0 22px 52px rgba(37, 211, 102, 0.6);
  }
}

@keyframes primary-button-shine {
  0%, 58% {
    left: -45%;
  }
  100% {
    left: 125%;
  }
}

.btn--ghost {
  color: var(--blue);
  border-color: rgba(203, 167, 79, 0.28);
  background: rgba(203, 167, 79, 0.08);
}

.hero__counter {
  margin: 26px 0 0;
  border: 1px solid rgba(203, 167, 79, 0.24);
  border-radius: 999px;
  padding: 12px 22px;
  background: rgba(31, 67, 86, 0.42);
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
}

.hero__counter strong {
  color: var(--gold);
  font-size: 1.12em;
  font-weight: 900;
}

.hero__proof span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero__proof span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.intro {
  background: var(--bg);
}

.section.intro {
  padding-bottom: 30px;
}

.intro__grid {
  text-align: center;
}

.intro h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.video-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.video-grid__cta {
  width: fit-content;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.benefits .section-heading {
  margin-inline: auto;
  text-align: center;
}

.feedback-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.feedback-section .section-kicker {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.feedback-section {
  background: var(--bg);
}

.section.feedback-section {
  padding-top: 30px;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  touch-action: pan-y;
  user-select: none;
}

.carousel__track {
  display: flex;
  transition: transform 520ms ease;
}

.carousel__slide {
  flex: 0 0 100%;
  margin: 0;
  height: clamp(340px, 58vw, 650px);
  background: var(--bg-soft);
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel--feedback {
  border: 0;
  border-radius: 18px;
  padding: 18px 0 50px;
  background: var(--bg);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}

.carousel--feedback .carousel__slide {
  flex-basis: calc(100% / 3);
  height: 430px;
  padding: 9px;
  background: transparent;
}

.carousel--feedback .carousel__slide img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--bg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.46);
  object-fit: cover;
  object-position: center;
}

.carousel--feedback .carousel__button {
  background: var(--blue);
  color: var(--white);
}

.carousel--feedback .carousel__dots button.is-active {
  background: var(--blue);
}

.carousel__button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel__button--prev {
  left: 16px;
}

.carousel__button--next {
  right: 16px;
}

.carousel__dots {
  position: absolute;
  z-index: 4;
  bottom: 16px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.carousel__dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(247, 247, 245, 0.28);
  cursor: pointer;
}

.carousel__dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--blue);
}

.video-section {
  background: var(--bg);
}

.video-player {
  position: relative;
  width: min(480px, 100%);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(203, 167, 79, 0.28);
  background: #000;
  box-shadow: var(--shadow);
}

.video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-player__sound {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  border: 1px solid rgba(247, 247, 245, 0.85);
  border-radius: 999px;
  padding: 11px 20px;
  background: rgba(31, 67, 86, 0.94);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.video-player__sound:hover {
  background: var(--gold);
  color: #000;
}

.video-player__sound.is-hidden {
  display: none;
}

.benefits {
  background: var(--bg);
  color: var(--text);
}

.benefits .section-heading h2 {
  color: var(--text);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.benefit-card {
  min-height: 220px;
  border: 1px solid rgba(31, 67, 86, 0.8);
  border-radius: 8px;
  padding: 24px;
  background: rgba(247, 247, 245, 0.04);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.benefit-card--strong {
  background: rgba(31, 67, 86, 0.34);
  color: var(--text);
}

.benefit-card__icon {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.benefit-card--strong .benefit-card__icon {
  color: var(--blue);
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
}

.benefit-card--strong p {
  color: var(--muted);
}

.final-cta {
  background: var(--bg);
}

.final-cta__content {
  max-width: 780px;
}

.final-cta h2 {
  margin-bottom: 18px;
}

.final-cta .btn {
  display: flex;
  width: fit-content;
  margin: 26px auto 0;
}

.join-toast {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(360px, calc(100% - 40px));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 14px 16px;
  background: #25d366;
  color: #12351f;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}

.join-toast--top-left,
.join-toast--top-right {
  top: 12px;
  bottom: auto;
}

.join-toast--bottom-left,
.join-toast--bottom-right {
  top: auto;
  bottom: 12px;
}

.join-toast--top-left,
.join-toast--bottom-left {
  right: auto;
  left: 12px;
}

.join-toast--top-right,
.join-toast--bottom-right {
  right: 12px;
  left: auto;
}

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

.join-toast p {
  margin: 0;
  font-size: 0.92rem;
}

.join-toast__dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.24);
}

.footer {
  padding: 24px 16px;
  background: var(--band-blue);
  color: var(--white);
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--white);
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  .btn--primary,
  .btn--primary::after {
    animation: none;
  }
}

@media (max-width: 800px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .brand__logo {
    width: 66px;
    height: 66px;
  }

  .hero {
    min-height: 860px;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.95), rgba(31, 67, 86, 0.34));
  }

  .hero__content {
    padding: 42px 0 64px;
  }

  .video-player {
    width: min(430px, 100%);
    aspect-ratio: 9 / 16;
  }

  .video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .carousel__slide {
    height: 500px;
  }

  .carousel--feedback {
    padding: 14px 0 48px;
  }

  .carousel--feedback .carousel__slide {
    flex-basis: 100%;
    height: 500px;
    padding: 7px 44px;
  }

  .carousel__button {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    min-height: 820px;
  }

  .brand__logo {
    width: 58px;
    height: 58px;
  }

  .social {
    width: auto;
    flex-wrap: nowrap;
    margin-left: auto;
  }

  .social a {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__proof {
    align-items: center;
    flex-direction: column;
  }

  .carousel__slide {
    height: 430px;
  }

  .carousel--feedback .carousel__slide {
    height: 430px;
  }

  .join-toast {
    width: min(230px, calc(100% - 24px));
    padding: 8px 10px;
    gap: 7px;
    font-size: 0.78rem;
  }

  .join-toast--top-left,
  .join-toast--top-right {
    top: 76px;
  }

  .join-toast--bottom-left,
  .join-toast--bottom-right {
    top: 50%;
    bottom: auto;
  }

  .join-toast p {
    font-size: 0.74rem;
    line-height: 1.28;
  }

  .join-toast__dot {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.24);
  }
}
