/* Reset e Configurações Básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: #000000;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Fixo */
.header-fixed {
  width: 100%;
  background: linear-gradient(180deg, #00a1a9 0%, #00656a 100%);
  text-align: center;
  padding: 8px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
  border-top: 8px solid #00a1a9; /* cria a "borda infinita" */
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-title {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin: 0;
}

/* Seção Principal */
.main-content {
    padding-top: 0;
}

.hero-section {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 40px 0 60px;
    text-align: center;
}

/* Seção da Imagem Topo da pagina centralizada*/
.section {
  display: flex;              /* coloca o conteúdo no centro com flexbox */
  justify-content: center;    /* centraliza horizontalmente */
  align-items: center;        /* centraliza verticalmente (caso tenha altura definida) */
  text-align: center;         /* centraliza o conteúdo dentro da section */
  width: 100%;
  padding: 20px 0;
}

.section img {
  max-width: 90%;             /* imagem nunca ultrapassa a largura da tela */
  height: auto;               /* mantém proporção original */
  display: block;             /* remove espaço indesejado em alguns navegadores */
  margin: 0 auto;             /* centraliza caso não use flex */
}


/* Seção do VSL */
.vsl-section {
    padding: 60px 0;
    background: #000000;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #1a1a1a;
    border-radius: 12px;
    /* overflow: hidden;  <-- REMOVIDO para não cortar overlays do VTurb */
    overflow: visible;      /* mantém overlays visíveis (ex.: "clicar para ouvir") */
    box-shadow: 0 8px 32px rgba(0, 206, 209, 0.2);
    border: 2px solid #00CED1;
}

/* Ajustes essenciais para o elemento do VTurb */
vturb-smartplayer {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;  /* acompanha o arredondado do wrapper */
    position: relative;
    z-index: 5;              /* acima de fundos/decorativos */
}

.video-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-thumbnail {
    text-align: center;
    position: relative;
}

.play-button {
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.video-overlay-text h3 {
    font-size: 28px;
    font-weight: 800;
    color: #00CED1;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.video-overlay-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

/* Botões CTA */
.main-cta-container {
    margin-top: 40px;
    text-align: center;
}

.btn-main-cta {
    display: inline-block;
    background: linear-gradient(135deg, #00CED1 0%, #20B2AA 100%);
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 206, 209, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-main-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-main-cta:hover::before {
    left: 100%;
}

.btn-main-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 206, 209, 0.6);
}

.btn-main-cta .btn-text {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.btn-main-cta .btn-subtext {
    display: block;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

/* Seção de Benefícios */
.benefits-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.section-title {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00CED1 0%, #20B2AA 100%);
    border-radius: 2px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(0, 206, 209, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.benefit-item:hover {
    transform: translateY(-5px);
    border-color: #00CED1;
    box-shadow: 0 10px 30px rgba(0, 206, 209, 0.2);
}

.benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.benefit-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00CED1;
}

.benefit-content p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
}

/* Seção de Depoimentos */
.testimonials-section {
    padding: 80px 0;
    background: #000000;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 206, 209, 0.3);
    box-shadow: 0 8px 25px rgba(0, 206, 209, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #00CED1;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    flex: 1;
}

.testimonial-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.testimonial-time {
    font-size: 14px;
    color: #888888;
}

.testimonial-like {
    font-size: 18px;
}

.testimonial-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 15px;
}

.testimonial-reply {
    background: none;
    border: none;
    color: #888888;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.testimonial-reply:hover {
    color: #00CED1;
}

/* Seção da Oferta */
.offer-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    text-align: center;
}

.offer-content {
    max-width: 700px;
    margin: 0 auto;
}

.offer-title {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    margin-bottom: 30px;
    color: #00CED1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.offer-description {
    margin-bottom: 40px;
}

.offer-description p {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 15px;
    line-height: 1.6;
}

.secondary-cta-container {
    margin-bottom: 40px;
}

.btn-secondary-cta {
    display: inline-block;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    color: #ffffff;
    padding: 25px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-secondary-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-secondary-cta:hover::before {
    left: 100%;
}

.btn-secondary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.btn-secondary-cta .btn-text {
    display: block;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

.btn-secondary-cta .btn-subtext {
    display: block;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}

.offer-guarantees {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #cccccc;
    font-weight: 500;
}

.guarantee-icon {
    font-size: 20px;
}

/* Footer */
.footer {
    padding: 40px 0;
    background: #0a0a0a;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.security-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.badge img {
    height: 40px;
    border-radius: 4px;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: #888888;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00CED1;
}

.footer-copyright p {
    color: #666666;
    font-size: 14px;
}

/* Sticky CTA Mobile */
.sticky-cta-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #00CED1 0%, #20B2AA 100%);
    padding: 15px 20px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 206, 209, 0.3);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sticky-cta-mobile.visible {
    transform: translateY(0);
}

.btn-sticky-cta {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-sticky-cta:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Barra de Progresso */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1001;
    pointer-events: none; /* não bloqueia cliques no player */
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #00CED1 0%, #20B2AA 100%);
    width: 0%;
    transition: width 0.3s ease;
}

/* Responsividade */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .header-text {
        font-size: 12px;
    }
    
    .btn-header-cta {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .hero-section {
        padding: 30px 0 40px;
    }
    
    .logo {
        gap: 10px;
    }
    
    .logo-icon {
        width: 50px;
        height: 50px;
    }
    
    .dollar-sign {
        font-size: 24px;
    }
    
    .logo-title {
        font-size: 28px;
    }
    
    .logo-subtitle {
        font-size: 18px;
    }
    
    .main-headline {
        font-size: clamp(20px, 5vw, 32px);
    }
    
    .vsl-section {
        padding: 40px 0;
    }
    
    .btn-main-cta {
        padding: 18px 30px;
        font-size: 16px;
    }
    
    .btn-main-cta .btn-text {
        font-size: 16px;
    }
    
    .btn-main-cta .btn-subtext {
        font-size: 13px;
    }
    
    .benefits-section,
    .testimonials-section,
    .offer-section {
        padding: 60px 0;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefit-item {
        padding: 25px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .btn-secondary-cta {
        padding: 20px 35px;
        font-size: 18px;
    }
    
    .btn-secondary-cta .btn-text {
        font-size: 18px;
    }
    
    .btn-secondary-cta .btn-subtext {
        font-size: 14px;
    }
    
    .offer-guarantees {
        gap: 20px;
    }
    
    .guarantee-item {
        font-size: 14px;
    }
    
    .security-badges {
        gap: 15px;
    }
    
    .footer-links a {
        margin: 0 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        margin: 0 10px;
    }
    
    .offer-guarantees {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.btn-main-cta,
.btn-secondary-cta {
    animation: pulse 2s infinite;
}

.btn-main-cta:hover,
.btn-secondary-cta:hover {
    animation: none;
}

/* Melhorias de Acessibilidade */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .btn-main-cta,
    .btn-secondary-cta {
        animation: none;
    }
}

/* Estados de Foco para Acessibilidade */
a:focus,
button:focus {
    outline: 2px solid #00CED1;
    outline-offset: 2px;
}

/* Otimizações de Performance */
.video-wrapper,
.testimonial-avatar img,
.badge img {
    will-change: transform;
}

/* Prevenção de FOUC (Flash of Unstyled Content) */
.main-content {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* ===== Aviso de licença abaixo da VSL ===== */
.licenca-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px auto 0;
  padding: 12px 16px;
  max-width: 800px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #e9fdfc;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 206, 209, 0.12);
}
.licenca-icon { flex: 0 0 auto; color: #00CED1; }
.licenca-text { font-size: 14px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; opacity: 0.95; }

/* ===== CTA principal (estilo alternativo verde, opcional) ===== */
.btn-main-cta.alt-green {
  background: linear-gradient(135deg, #00bf29 0%, #00a824 100%);
  color: #ffffff;
  border: none;
  padding: 18px 32px;
  font-size: 1.05rem;
  font-weight: 800;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
  width: 100%;
  max-width: 720px;
}
.btn-main-cta.alt-green:hover { filter: brightness(1.05); transform: translateY(-1px); transition: .2s; }

.testimonial-header .testimonial-like{display:none!important;}

.testimonial-footer{display:flex;align-items:center;gap:10px;}
.like-block{display:flex;flex-direction:column;align-items:center;line-height:1.1;margin-left:6px;}
.like-block .heart{color:#ff2d55;font-size:18px;}
.like-block .like-count{color:#888888;font-size:12px;margin-top:2px;}