/* Adaptação da v3: os tokens e componentes-base continuam em styles3.css. */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.announcement-bar {
  overflow: hidden;
  padding-inline: 0;
  position: relative;
  z-index: 10;
}

.announcement-marquee {
  display: flex;
  width: max-content;
  animation: announcementMarquee 22s linear infinite;
  will-change: transform;
}

.announcement-marquee span {
  flex: none;
  padding-inline: 2rem;
  white-space: nowrap;
}

.section-heading {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 40px;
  text-wrap: balance;
}

.section-subtitle {
  max-width: 590px;
  margin: -24px auto 32px;
  text-align: center;
  color: var(--text-muted-dark);
  text-wrap: pretty;
}

.hero {
  padding-top: 36px;
  padding-bottom: 48px;
}

.hero h1 {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(2rem, 4.7vw, 3.25rem);
  text-wrap: balance;
}

.hero .sub {
  max-width: 620px;
  margin-bottom: 24px;
}

.hero-video {
  max-width: 390px;
  margin: 0 auto 24px;
}

.cf-vsl-player {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--black);
  border: 2px solid rgba(204, 254, 1, .55);
  border-radius: var(--radius);
  color: var(--white);
  isolation: isolate;
}

.vsl-media,
.vsl-media iframe,
.vsl-media mux-player,
.vsl-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vsl-media iframe {
  border: 0;
}

.cf-vsl-player:not(.is-placeholder) .vsl-media {
  cursor: pointer;
}

.vsl-media mux-player {
  display: block;
  background: var(--black);
  --controls: none;
  --media-object-fit: cover;
}

.vsl-poster {
  display: grid;
  place-items: center;
  background-color: var(--card-dark);
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  background-position: center;
  background-repeat: repeat;
  transition: opacity .22s ease;
}

.vsl-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vsl-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .22);
}

.vsl-coming-soon {
  position: relative;
  z-index: 1;
  margin-top: 110px;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
}

.vsl-main-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  color: var(--black);
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}

.vsl-main-play:hover:not(:disabled) {
  transform: translate(-50%, -50%) scale(1.06);
}

.vsl-main-play:disabled {
  cursor: default;
}

.vsl-main-play svg {
  width: 34px;
  height: 34px;
  margin-left: 5px;
  fill: currentColor;
}

.cf-vsl-player.is-playing .vsl-poster,
.cf-vsl-player.is-playing .vsl-main-play {
  opacity: 0;
  pointer-events: none;
}

.vsl-controls {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  background: rgba(10, 10, 10, .88);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}

.cf-vsl-player:hover .vsl-controls,
.cf-vsl-player:focus-within .vsl-controls,
.cf-vsl-player.is-paused:not(.is-placeholder) .vsl-controls {
  opacity: 1;
  transform: translateY(0);
}

.cf-vsl-player.is-placeholder .vsl-controls {
  display: none;
}

.vsl-control-button {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  cursor: pointer;
  font-size: .9rem;
}

.vsl-control-button:hover:not(:disabled) {
  background: var(--lime);
  color: var(--black);
}

.vsl-progress {
  flex: 1;
  min-width: 60px;
}

.vsl-time {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: .68rem;
  white-space: nowrap;
}

.vsl-overlay-cta {
  position: absolute;
  left: 50%;
  bottom: 68px;
  z-index: 5;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 60px;
  background: var(--lime);
  color: var(--black);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero-price {
  margin: 0 auto 16px;
  color: var(--text-muted-dark);
  font-size: 1rem;
}

.hero-price span {
  text-decoration: line-through;
}

.hero-price strong {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 1.5rem;
}

.hero-microtrust {
  margin: 16px auto 0;
  color: var(--text-muted-dark);
  font-size: .78rem;
  text-wrap: balance;
}

.hero-proof-img {
  margin-top: 16px;
}

.hero-proof-img img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.hero-proof-img p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, .9);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .03em;
}

@keyframes announcementMarquee {
  to { transform: translateX(-50%); }
}

.hero-proof-strip {
  max-width: 660px;
  margin: 20px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--text-on-dark);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.55;
}

.product-section {
  padding: 64px 24px;
  background: var(--off-white);
}

.product-section .section-heading {
  color: var(--gray-900);
  margin-bottom: 48px;
}

.product-section .section-heading .accent {
  color: #628000;
}

.product-item {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto 32px;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color .25s ease;
}

.product-item:hover {
  border-color: var(--lime-dark);
}

.product-item:nth-child(even) {
  flex-direction: row-reverse;
}

.product-item:last-child {
  margin-bottom: 0;
}

.product-img-wrap {
  flex: 0 0 300px;
  min-height: 280px;
  overflow: hidden;
  background: var(--black);
}

.product-img-wrap picture,
.product-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-img-wrap img {
  object-fit: cover;
  transition: transform .25s ease;
}

.product-item:hover .product-img-wrap img {
  transform: scale(1.035);
}

.product-body {
  flex: 1;
  padding: 32px;
}

.product-body h3 {
  margin-bottom: 12px;
  color: var(--gray-900);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 1.2;
}

.product-body p {
  margin-bottom: 16px;
  color: var(--gray-700);
  font-size: .88rem;
  line-height: 1.7;
}

.product-includes {
  margin-bottom: 20px;
  list-style: none;
}

.product-includes li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: var(--gray-900);
  font-size: .85rem;
}

.product-includes li::before {
  content: '✓';
  flex-shrink: 0;
  color: #587300;
  font-weight: 800;
}

.product-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gray-700);
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.product-value s {
  color: var(--gray-500);
  font-weight: 500;
}

.product-value .gratis {
  color: #4f6800;
  font-weight: 800;
}

.faq-cta-wrap {
  text-align: center;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.compare-column {
  min-width: 0;
}

.compare-column h3 {
  min-height: 54px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  text-align: center;
}

.compare-list {
  display: grid;
  gap: 10px;
}

.compare-list .who-item {
  min-height: 94px;
}

.compare-mark {
  flex-shrink: 0;
  color: #b42318;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
}

.compare-app .who-item {
  border-color: rgba(184, 230, 0, .55);
}

.audio-demo-section {
  overflow: hidden;
}

.audio-player {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: var(--card-dark);
}

.audio-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--black);
}

.audio-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 32%, rgba(10, 10, 10, .16) 50%, rgba(10, 10, 10, .44));
  pointer-events: none;
}

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

.audio-cover-copy {
  position: absolute;
  top: 42%;
  left: 51%;
  right: 4%;
  z-index: 2;
  transform: translateY(-50%) rotate(-1deg);
  color: var(--white);
  font-size: clamp(1.05rem, 3.2vw, 2rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: .98;
  text-transform: uppercase;
  text-wrap: balance;
}

.audio-cover-copy span,
.audio-cover-copy strong {
  display: block;
}

.audio-cover-copy strong {
  width: fit-content;
  margin-top: 7px;
  padding: 5px 8px 7px;
  background: var(--lime);
  color: var(--black);
}

.audio-play {
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 4;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.audio-play:hover:not(:disabled) {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--lime);
}

.audio-play:disabled {
  opacity: .55;
  cursor: wait;
}

.audio-play svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.audio-play .icon-play {
  margin-left: 4px;
}

.audio-play .icon-pause {
  display: none;
}

.audio-player.is-playing .icon-play {
  display: none;
}

.audio-player.is-playing .icon-pause {
  display: block;
}

.waveform {
  position: absolute;
  right: 4%;
  bottom: 8%;
  z-index: 2;
  width: 44%;
  height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  overflow: hidden;
}

.waveform span {
  width: 4px;
  height: calc(var(--bar-height) * 1%);
  min-height: 8px;
  border-radius: 4px;
  background: var(--lime);
  opacity: .76;
  transform: scaleY(.45);
  animation: equalize var(--bar-speed) ease-in-out infinite alternate;
  animation-delay: var(--bar-delay);
  animation-play-state: running;
  transform-origin: bottom;
}

.audio-player:not(.is-playing) .waveform span {
  animation-duration: calc(var(--bar-speed) * 2.2);
  opacity: .42;
}

.audio-player.is-playing .waveform span {
  opacity: 1;
}

.audio-control-bar {
  padding: 18px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.audio-timeline {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: .7rem;
  color: var(--text-muted-dark);
}

.media-range {
  width: 100%;
  height: 6px;
  appearance: none;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--lime) var(--progress, 0%), rgba(255, 255, 255, .16) var(--progress, 0%));
  cursor: pointer;
}

.media-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--lime);
}

.media-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--lime);
}

.audio-ended {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

.audio-ended p {
  margin-bottom: 14px;
  color: var(--text-on-dark);
  font-size: .9rem;
}

.audio-secondary-cta {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 60px;
  font-size: .72rem;
  font-weight: 700;
}

.audio-loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  background: var(--card-dark);
  transition: opacity .2s ease;
}

.audio-player.is-ready .audio-loading {
  opacity: 0;
  pointer-events: none;
}

.loading-line {
  width: 180px;
  height: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  animation: loadingPulse 1.2s ease-in-out infinite alternate;
}

.loading-line-wide {
  width: 250px;
}

.benefits-grid .who-item {
  align-items: center;
  min-height: 142px;
}

.benefit-icon {
  flex: 0 0 34px;
  font-size: 1.35rem;
  text-align: center;
}

.proof-label {
  color: var(--black);
}

.proof-accent {
  color: var(--black);
}

.dep-photo-name {
  font-size: 1.2rem;
}

.dep-photo-role {
  margin-top: -2px;
  color: var(--gray-500);
  font-size: .76rem;
  font-weight: 600;
}

.del-value s {
  opacity: .75;
}

.offer-installments {
  margin: -22px auto 38px;
  text-align: center;
  color: var(--text-muted-dark);
}

.offer-installments span {
  text-decoration: line-through;
}

.offer-installments strong {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 1.8rem;
}

.offer-installments small {
  font-size: .82rem;
}

.single-plan .plan-card {
  max-width: 420px;
}

.offer-cta {
  width: 100%;
}

.authority-container {
  text-align: center;
}

.final-cta {
  padding: 80px 20px;
}

.final-copy {
  max-width: 580px;
  margin: 0 auto 14px;
  color: var(--text-muted-dark);
}

.final-button {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
}

.final-trust {
  margin-top: 18px;
  color: var(--text-muted-dark);
  font-size: .78rem;
}

.footer-contact {
  margin-top: 8px;
}

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

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

.js .audio-player.reveal {
  transform: translateY(18px);
}

.js .audio-player.reveal.visible {
  transform: translateY(0);
}

@keyframes equalize {
  from { transform: scaleY(.32); opacity: .55; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes pianoPulse {
  from { transform: scale(.95); opacity: .7; }
  to { transform: scale(1.08); opacity: 1; }
}

@keyframes loadingPulse {
  from { opacity: .35; }
  to { opacity: .8; }
}

@media (pointer: coarse) {
  .cf-vsl-player:not(.is-placeholder) .vsl-controls {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .announcement-bar {
    line-height: 1.4;
  }

  .announcement-marquee span {
    padding-inline: 1.5rem;
  }

  .hero {
    padding-top: 28px;
  }

  .hero .trust-badge {
    margin-bottom: 20px;
    font-size: .72rem;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 8.4vw, 2.55rem);
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .compare-column h3 {
    min-height: 0;
  }

  .compare-list .who-item {
    min-height: 0;
  }

  .product-section {
    padding-inline: 16px;
  }

  .product-item,
  .product-item:nth-child(even) {
    flex-direction: column;
  }

  .product-img-wrap {
    flex: none;
    width: 100%;
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }

  .product-body {
    padding: 24px;
  }

  .audio-play {
    width: 68px;
    height: 68px;
  }

  .audio-cover-copy {
    left: 50%;
    right: 3%;
    font-size: clamp(.84rem, 4vw, 1.12rem);
  }

  .waveform {
    right: 3%;
    width: 46%;
    height: 38px;
    gap: 3px;
  }

  .waveform span {
    width: 3px;
  }

  .benefits-grid .who-item {
    min-height: 0;
  }

  .vsl-main-play {
    width: 68px;
    height: 68px;
  }

  .vsl-controls {
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 6px;
    padding: 7px;
  }

  .vsl-control-button {
    width: 28px;
    height: 28px;
  }

  .vsl-time {
    font-size: .58rem;
  }

  .vsl-overlay-cta {
    bottom: 54px;
  }
}

@media (max-width: 480px) {
  .section-dark,
  .section-light,
  .section-pink {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    width: 100%;
    padding: 16px 18px;
    font-size: .9rem;
  }

  .hero-microtrust,
  .final-trust {
    line-height: 1.8;
  }

  .audio-stage {
    grid-template-columns: 64px 68px minmax(0, 1fr);
  }

  .piano-indicator span {
    font-size: 1.7rem;
  }

  .waveform span:nth-child(n+19) {
    display: none;
  }

  .vsl-time,
  #vsl-mute {
    display: none;
  }

  .dep-photo-card {
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .js .reveal,
  .js .reveal.visible {
    opacity: 1;
    transform: none;
  }
}
