@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("../fonts/AlteHaasGrotesk.woff2") format("woff2"),
    url("../fonts/AlteHaasGrotesk.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("../fonts/AlteHaasGrotesk_Bold.woff2") format("woff2"),
    url("../fonts/AlteHaasGrotesk_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brat";
  src: url("../fonts/Brat.woff2") format("woff2"),
    url("../fonts/Brat.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --nt-bg: #151515;
  --nt-ink: #f6f2eb;
  --nt-muted: #d7d3ce;
  --nt-body-light: rgba(240, 236, 231, 0.9);
  --nt-border-subtle: rgba(255, 255, 255, 0.12);
  --nt-border-divider: rgba(255, 255, 255, 0.1);
  --nt-accent: #ff3f4d;
  --nt-accent-strong: #ff2839;
  --nt-accent-warm: rgba(255, 118, 131, 0.96);
  --nt-shadow-soft: 0 24px 64px rgba(0, 0, 0, 0.32);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  font-family: inherit;
  font-size: inherit;
}

[hidden] {
  display: none !important;
}

.container-xl {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.1rem, 3.2vw, 2.2rem);
  padding-left: clamp(1.1rem, 3.2vw, 2.2rem);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Alte Haas Grotesk", "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nt-ink);
  background: var(--nt-bg);
  overflow-x: clip;
}

.landing-page {
  position: relative;
  isolation: isolate;
}

.blur-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(clamp(8rem, 15vw, 13rem) + env(safe-area-inset-top, 0px));
  pointer-events: none;
  z-index: 45;
}

.blur-top-layer {
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(var(--b));
  backdrop-filter: blur(var(--b));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent var(--to, 100%));
  mask-image: linear-gradient(to bottom, black 0%, transparent var(--to, 100%));
}

.site-brand-header {
  position: fixed;
  top: calc(clamp(0.65rem, 2.4vw, 1rem) + env(safe-area-inset-top, 0px));
  left: calc(clamp(0.7rem, 2.4vw, 1.25rem) + env(safe-area-inset-left, 0px));
  z-index: 50;
  display: grid;
  gap: 0.08rem;
  text-decoration: none;
  line-height: 0.92;
  color: #fff;
  mix-blend-mode: exclusion;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -12px, 0) scale(0.88);
  transform-origin: top left;
  transition: opacity 0.34s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-brand-main {
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.12rem, 2.3vw, 1.7rem);
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.site-brand-sub {
  font-family: "Brat", cursive;
  font-size: clamp(0.92rem, 1.8vw, 1.28rem);
  color: #fff;
}

body.has-sticky-brand .site-brand-header {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-brand-header:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 6px;
  border-radius: 4px;
}

.hero-welcome-title {
  margin: 0 0 0.6rem;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.8rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  text-wrap: balance;
}

.hero-welcome-sub {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  color: var(--nt-muted);
  line-height: 1.3;
}

.story-welcome {
  padding: clamp(6rem, 12vw, 10rem) 0 clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  position: relative;
  z-index: 1;
}

.story-shell {
  position: relative;
  isolation: isolate;
  z-index: 1;
  background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
}

.story-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 61, 78, 0.08), transparent 38%),
    radial-gradient(circle at 86% 76%, rgba(255, 94, 61, 0.08), transparent 46%);
  pointer-events: none;
  z-index: 0;
}

.story-shell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(36rem, 90vh, 76rem);
  background: url("../img/bg1.webp") center top / cover no-repeat;
  opacity: 0.13;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 28%, transparent 78%);
  mask-image: linear-gradient(to bottom, black 0%, black 28%, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

.section-block {
  position: relative;
  z-index: 1;
}

.section-title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: baseline;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 0.96;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  text-wrap: balance;
}

.reveal-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  filter: blur(8px);
  transition: opacity 0.65s ease, transform 0.65s ease, filter 0.65s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 767.98px) {
  .site-brand-header {
    top: calc(0.62rem + env(safe-area-inset-top, 0px));
    left: calc(0.7rem + env(safe-area-inset-left, 0px));
  }
}

.plano-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.plano-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.plano-media {
  position: relative;
}

.mockup-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
}

.mockup-item {
  position: absolute;
  opacity: 0;
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.plano-media.is-visible .mockup-item {
  opacity: 1;
  transform: none !important;
}

.mockup-item--tv {
  width: 94%;
  bottom: 0;
  left: 0%;
  z-index: 1;
  transform: translate(-32px, 42px);
  transition-delay: 0.12s;
}

.mockup-item--laptop {
  width: 60%;
  bottom: -15%;
  left: -16%;
  z-index: 2;
  transform: translateY(46px);
  transition-delay: 0.3s;
}

.mockup-item--phone {
  width: 27%;
  bottom: 45%;
  right: 1%;
  z-index: 3;
  transform: translate(28px, 42px);
  transition-delay: 0.48s;
}

.mockup-img {
  width: 100%;
  height: auto;
  display: block;
}

/*.mockup-item--tv .mockup-img {
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.58));
  animation: mockup-float-a 7s ease-in-out infinite -3.5s;
}*/

.mockup-item--laptop .mockup-img {
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.54));
  animation: mockup-float-b 6s ease-in-out infinite -1.2s;
}

.mockup-item--phone .mockup-img {
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.5));
  animation: mockup-float-c 5s ease-in-out infinite 0s;
}

@keyframes mockup-float-a {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes mockup-float-b {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes mockup-float-c {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  40% {
    transform: translateY(-11px) rotate(1.3deg);
  }

  70% {
    transform: translateY(-6px) rotate(-0.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mockup-img {
    animation: none !important;
  }

  .mockup-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.plano-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 1.8vw, 1.4rem);
}

.plano-lead {
  margin: 0;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--nt-ink);
  text-wrap: balance;
}

.plano-accent-line {
  margin: 0;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: var(--nt-muted);
}

.plano-body-text {
  margin: 0;
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  color: var(--nt-body-light);
  line-height: 1.65;
}

[data-word-reveal] em {
  font-style: normal;
  color: var(--nt-accent);
}

[data-word-reveal] strong {
  color: #fff;
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.38em);
  filter: blur(5px);
  transition:
    opacity 0.52s ease calc(var(--i, 0) * 40ms),
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i, 0) * 40ms),
    filter 0.52s ease calc(var(--i, 0) * 40ms);
}

[data-word-reveal].words-visible .word {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .plano-split {
    grid-template-columns: 1fr;
  }

  .mockup-stack {
    aspect-ratio: 16 / 10;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .plano-lead {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .plano-accent-line {
    font-size: clamp(1.1rem, 5.2vw, 1.5rem);
  }
}

.episodes-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.episodes-section .section-title {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.episodes-track-wrap {
  position: relative;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
}

.episodes-track {
  display: flex;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.episodes-track::-webkit-scrollbar {
  display: none;
}

.ep-card {
  flex-shrink: 0;
  width: clamp(220px, 28vw, 340px);
  scroll-snap-align: start;
  cursor: pointer;
  border-radius: 0.6rem;
  outline: none;
}

.ep-card:focus-visible .ep-thumb-wrap {
  box-shadow: 0 0 0 3px var(--nt-accent);
}

.ep-thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.6rem;
  background: #1c1c1c;
}

.ep-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ep-card:hover .ep-thumb,
.ep-card:focus-visible .ep-thumb {
  transform: scale(1.06);
}

.ep-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ep-card:hover .ep-card-overlay,
.ep-card:focus-visible .ep-card-overlay {
  opacity: 1;
}

.ep-card-overlay svg {
  width: clamp(2.5rem, 5vw, 3.5rem);
  height: auto;
  color: #fff;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.6));
}

.ep-day {
  margin: 0.65rem 0 0.18rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nt-accent);
}

.ep-title {
  margin: 0;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  color: var(--nt-ink);
  line-height: 1.25;
}

.ep-nav {
  position: absolute;
  top: calc(50% - 1.2rem);
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 15, 15, 0.82);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ep-nav:hover {
  background: rgba(40, 40, 40, 0.95);
  transform: translateY(-50%) scale(1.08);
}

.ep-nav--prev {
  left: 0;
}

.ep-nav--next {
  right: 0;
}

.ep-nav[hidden] {
  display: none;
}

.ep-nav:focus-visible {
  outline: 2px solid var(--nt-accent);
  outline-offset: 2px;
  background: rgba(40, 40, 40, 0.95);
  transform: translateY(-50%) scale(1.08);
}

.ep-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ep-modal.is-open {
  opacity: 1;
}

.ep-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
}

.ep-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  max-height: 90svh;
  overflow-y: auto;
  background: #181818;
  border-radius: 1rem;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7);
  transform: translateY(28px) scale(0.97);
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  scrollbar-width: none;
}

.ep-modal-panel::-webkit-scrollbar {
  display: none;
}

.ep-modal.is-open .ep-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ep-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: none;
  background: rgba(30, 30, 30, 0.8);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.ep-modal-close:hover {
  background: rgba(60, 60, 60, 0.95);
}

.ep-modal-close:focus-visible {
  outline: 2px solid var(--nt-accent);
  outline-offset: 2px;
  background: rgba(60, 60, 60, 0.95);
}

.ep-modal-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0f0f0f;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.ep-modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ep-modal-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0.2) 60%,
      rgba(24, 24, 24, 0.92) 100%);
  pointer-events: none;
}

.ep-modal-hero-cta {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.ep-modal-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.4rem;
  border: none;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ep-modal-play-btn:hover {
  background: #e0e0e0;
  transform: scale(1.04);
}

.ep-modal-play-btn:focus-visible {
  outline: 2px solid var(--nt-accent);
  outline-offset: 2px;
}

.ep-modal-body {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
}

.ep-modal-tag {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nt-accent);
}

.ep-modal-title {
  margin: 0 0 0.85rem;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.ep-modal-synopsis {
  margin: 0;
  font-size: clamp(0.97rem, 1.15vw, 1.1rem);
  color: var(--nt-muted);
  line-height: 1.65;
}

.ep-player {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ep-player.is-open {
  opacity: 1;
}

.ep-player-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(20, 20, 20, 0.75);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.ep-player-close:hover {
  background: rgba(50, 50, 50, 0.95);
}

.ep-player-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
  background: rgba(50, 50, 50, 0.95);
}

.ep-player-wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 1rem;
  aspect-ratio: 16 / 9;
}

.ep-player-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

@media (max-width: 767.98px) {
  .ep-card {
    width: clamp(200px, 72vw, 300px);
  }

  .episodes-track-wrap {
    padding-inline: clamp(2.5rem, 7vw, 3.5rem);
  }

  .ep-modal-close {
    width: 2.75rem;
    height: 2.75rem;
    top: 0.65rem;
    right: 0.65rem;
  }

  .ep-modal-play-btn {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .ep-modal-hero-cta {
    bottom: 1rem;
    left: 1rem;
  }
}

.site-footer {
  background-color: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.25rem 0 max(1.25rem, calc(env(safe-area-inset-bottom, 0px) + 0.5rem));
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
  padding: 0 1em;
}

.site-footer__logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.site-footer__logo-link:hover {
  opacity: 1;
}

.site-footer__logo-link:focus-visible {
  opacity: 1;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
  border-radius: 2px;
}

.site-footer__logo {
  height: 1.5rem;
  width: auto;
}

@media (max-width: 767.98px) {
  .site-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}

.scroll-top-btn {
  position: fixed;
  bottom: max(2rem, calc(env(safe-area-inset-bottom, 0px) + 0.75rem));
  right: max(2rem, calc(env(safe-area-inset-right, 0px) + 0.75rem));
  z-index: 60;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background 0.2s ease;
}

.scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.scroll-top-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.25);
}

.cta-final {
  padding: clamp(5rem, 9vw, 8rem) 0;
  text-align: center;
  position: relative;
}

.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255, 61, 78, 0.07), transparent 55%);
  pointer-events: none;
}

.cta-final__inner {
  max-width: 44rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

.cta-final__title {
  margin: 0;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--nt-ink);
  text-wrap: balance;
}

.cta-final__body {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  color: var(--nt-body-light);
  line-height: 1.72;
  max-width: 38rem;
}

.cta-final__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.35rem;
  padding: 0.92rem 1.8rem;
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #25d366 0%, #1abe5a 100%);
  border-radius: 0.7rem;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  animation: cta-wa-pulse 2.2s ease-in-out infinite;
}

.cta-final__btn:hover,
.cta-final__btn:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 40px rgba(37, 211, 102, 0.46);
  filter: saturate(1.06);
  animation: none;
}

.cta-final__btn:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
}

.cta-final__btn:active {
  transform: translateY(1px) scale(0.97);
  transition-duration: 0.08s;
}

@keyframes cta-wa-pulse {

  0%,
  100% {
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.46), 0 0 0 11px rgba(37, 211, 102, 0);
  }
}

.cta-final__btn-icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}

.cta-final__proof {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.cta-final__proof-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.cta-final__stars {
  display: flex;
  gap: 0.18rem;
  color: #f5a623;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.cta-final__avatars {
  display: flex;
}

.cta-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #111;
  background: linear-gradient(135deg, #2e2e2e, #3d3d3d);
  flex-shrink: 0;
  overflow: hidden;
}

.cta-avatar+.cta-avatar {
  margin-left: -0.75rem;
}

.cta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-final__count {
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  color: var(--nt-ink);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .cta-final__btn {
    font-size: 1rem;
    padding: 0.85rem 1.45rem;
  }

  .cta-final__proof {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .cta-final__proof-text {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-final__btn {
    animation: none !important;
  }

  .ep-modal,
  .ep-modal-panel,
  .ep-player {
    transition: none !important;
  }

  .scroll-top-btn {
    transition: none !important;
  }
}

@media (max-width: 375px) {
  .cta-final__btn {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    gap: 0.4rem;
  }
}