/* Sticky Scarcity Bar - Mobile Fix (robusto) */

/* Sticky Scarcity Bar - Desktop padrão */
.sticky-scarcity-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: linear-gradient(90deg, #6c00ff 0%, #a100ff 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
    box-shadow: 0 2px 16px rgba(108,0,255,0.18);
    letter-spacing: 0.5px;
    text-align: center;
    min-height: 44px;
    max-width: 100vw;
    overflow-x: auto;
    box-sizing: border-box;
    transition: all 0.3s;
}

@media (max-width: 600px) {
  .sticky-scarcity-bar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    width: 100vw !important;
    z-index: 99999 !important;
    font-size: 1em;
    padding: 7px 0;
    flex-direction: column;
    gap: 2px;
    min-height: 38px;
    max-width: 100vw;
    word-break: break-word;
    box-shadow: 0 -2px 16px rgba(108,0,255,0.18);
  }
  body {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
  }
  .sticky-scarcity-timer {
    margin-left: 0;
    margin-top: 2px;
  }
}

body {
    padding-top: 52px;
}

.sticky-scarcity-vagas {
    color: #ffe600;
    font-weight: 800;
    text-shadow: 0 1px 6px #6c00ff;
}

.sticky-scarcity-timer {
    color: #fff;
    font-weight: 900;
    background: #ff2d55;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 6px;
    box-shadow: 0 0 8px #ff2d55a0;
    letter-spacing: 1px;
    animation: pulse-timer 1s infinite alternate;
}

@keyframes pulse-timer {
    0% { box-shadow: 0 0 8px #ff2d55a0; }
    100% { box-shadow: 0 0 18px #ff2d55; }
}

.sticky-scarcity-sep {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 600px) {
  html, body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }
  .container, .quiz-container, .intro-content, .results-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .quiz-step, .results-content {
    padding: 10px 0 !important;
  }
  .btn-primary, .cta-enhanced {
    width: 90vw;
    max-width: 400px;
    font-size: 1.1em;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .before-after-img, .testimonial img {
    max-width: 95vw !important;
    height: auto;
  }
}

/* Removido bloco duplicado/antigo de sticky bar mobile para evitar conflitos */
/* Sticky Scarcity Bar - Mobile Fix */
.sticky-scarcity-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: linear-gradient(90deg, #6c00ff 0%, #a100ff 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
    box-shadow: 0 2px 16px rgba(108,0,255,0.18);
    letter-spacing: 0.5px;
    text-align: center;
    min-height: 44px;
    max-width: 100vw;
    overflow-x: auto;
}

.sticky-scarcity-vagas {
    color: #ffe600;
    font-weight: 800;
    text-shadow: 0 1px 6px #6c00ff;
}

.sticky-scarcity-timer {
    color: #fff;
    font-weight: 900;
    background: #ff2d55;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 6px;
    box-shadow: 0 0 8px #ff2d55a0;
    letter-spacing: 1px;
    animation: pulse-timer 1s infinite alternate;
}

@keyframes pulse-timer {
    0% { box-shadow: 0 0 8px #ff2d55a0; }
    100% { box-shadow: 0 0 18px #ff2d55; }
}

.sticky-scarcity-sep {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 600px) {
  html, body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }
  .container, .quiz-container, .intro-content, .results-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .quiz-step, .results-content {
    padding: 10px 0 !important;
  }
  .btn-primary, .cta-enhanced {
    width: 90vw;
    max-width: 400px;
    font-size: 1.1em;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .before-after-img, .testimonial img {
    max-width: 95vw !important;
    height: auto;
  }
}

/* CTA Final - Roxo refletivo e destacado */
.cta-enhanced {
    background: linear-gradient(90deg, #a100ff 0%, #6c00ff 50%, #a100ff 100%);
    color: #fff !important;
    font-weight: 900;
    border: none;
    border-radius: 32px;
    box-shadow: 0 0 18px 4px #a100ff80, 0 8px 32px rgba(108,0,255,0.18);
    text-shadow: 0 2px 12px #fff2, 0 0 8px #6c00ff99;
    transition: transform 0.2s, box-shadow 0.2s, background 0.4s;
    font-size: 1.25em;
    padding: 20px 40px;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
.cta-enhanced:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, #fff6 0%, #a100ff00 60%);
    opacity: 0.5;
    pointer-events: none;
    border-radius: 32px;
    filter: blur(2px);
}
.cta-enhanced:hover, .cta-enhanced:focus {
    background: linear-gradient(90deg, #6c00ff 0%, #a100ff 100%);
    box-shadow: 0 0 32px 8px #a100ffcc, 0 8px 32px rgba(108,0,255,0.25);
    transform: scale(1.04);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #0f4c75 0%, #3282b8 50%, #bbe1fa 100%);
    min-height: 100vh;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    max-width: 200px;
    height: auto;
}

.progress-container {
    margin-bottom: 30px;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00d4aa 0%, #00b894 50%, #00a085 100%);
    width: 0%;
    transition: width 0.5s ease;
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.4);
}

.quiz-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-step {
    display: none;
    width: 100%;
    max-width: 600px;
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    text-align: center;
    animation: fadeIn 0.5s ease;
    border: 2px solid rgba(0, 212, 170, 0.2);
}

.quiz-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #2d3748;
    background: linear-gradient(135deg, #00d4aa 0%, #0984e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d3748;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2d3748;
}

.subtitle {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.5;
}

.intro-image {
    margin: 30px 0;
}

.intro-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.description {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #4a5568;
    font-weight: 400;
}

/* Botão com degradê animado vibrante */
.btn-primary {
    font-size: 1.25em;
    padding: 18px 36px;
    margin-top: 10px;
    border: none;
    border-radius: 32px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(270deg, #ff6b35, #ffcc29, #00d4aa, #00b894, #ff6b35);
    background-size: 1000% 1000%;
    box-shadow: 0 6px 24px rgba(255,107,53,0.18);
    animation: gradientMove 3s ease-in-out infinite;
    transition: transform 0.2s;
    cursor: pointer;
}

@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(255,107,53,0.25);
}

.btn-continue {
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 50%, #00a085 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 25px;
    box-shadow: 0 8px 20px rgba(0, 212, 170, 0.3);
    font-family: 'Poppins', sans-serif;
}

.btn-continue:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 212, 170, 0.5);
}

.footer-text {
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}

.option-btn {
    background: #f7fafc;
    border: 2px solid #00d4aa;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-btn:hover {
    background: #edf2f7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.option-btn.selected {
    background: #00d4aa;
    color: white;
    border-color: #00b894;
}

.option-btn.multiple.selected {
    background: #00d4aa;
    color: white;
    border-color: #00b894;
}

.option-btn.multiple.selected::after {
    content: "✓";
    margin-left: auto;
    font-weight: bold;
}

.social-proof {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
    text-align: left;
}

.social-proof h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.social-proof p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.date-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

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

.author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author span {
    font-size: 12px;
    color: #666;
}

.call-to-action {
    font-size: 16px;
    color: #4a5568;
    margin: 20px 0;
}

.ready-question {
    font-size: 16px;
    font-weight: bold;
    color: #0984e3;
    margin: 15px 0;
}

.testimonial {
    margin: 30px 0;
}

.testimonial h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2d3748;
}

.testimonial img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.results-content {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .quiz-step {
        padding: 25px;
        margin: 10px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    .btn-primary {
        min-width: 250px;
        font-size: 16px;
        padding: 12px 25px;
    }
    
    .option-btn {
        font-size: 14px;
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .quiz-step {
        padding: 20px;
    }
    
    h1 {
        font-size: 20px;
    }
    
    .btn-primary {
        min-width: 200px;
        font-size: 14px;
    }
    
    .option-btn {
        font-size: 13px;
        padding: 10px 12px;
    }
}


/* Estilos especiais para os botões da página de resultados */
.access-plan-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff6b35 100%);
    color: white !important;
    border: none;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin: 25px 0;
    min-width: 320px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    animation: pulse-glow 2s infinite;
}

.access-plan-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.6);
    background: linear-gradient(135deg, #ff8c42 0%, #ffa726 50%, #ff8c42 100%);
}

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

.access-plan-btn:hover::before {
    left: 100%;
}

.access-plan-btn::after {
    content: '🚀';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    animation: rocket-bounce 1.5s infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    }
    50% {
        box-shadow: 0 8px 35px rgba(255, 107, 53, 0.7);
    }
}

@keyframes rocket-bounce {
    0%, 100% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(-60%);
    }
}

/* Correção para evitar sobreposição com elementos do topo */
.container {
    padding-top: 30px;
}

.logo {
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
}

.progress-container {
    margin-bottom: 35px;
    z-index: 10;
    position: relative;
}

/* Espaçamento adicional para a página de resultados */
.results-content {
    padding-top: 20px;
}

.results-content h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4;
}

/* Melhorias nos depoimentos */
.testimonial {
    margin: 40px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial h3 {
    color: #d91cc9;
    font-size: 20px;
    margin-bottom: 20px;
}

/* Responsividade para os novos botões */
@media (max-width: 768px) {
    .access-plan-btn {
        min-width: 280px;
        font-size: 18px;
        padding: 18px 35px;
    }
}

@media (max-width: 480px) {
    .access-plan-btn {
        min-width: 250px;
        font-size: 16px;
        padding: 15px 30px;
    }
    
    .container {
        padding-top: 20px;
    }
}


/* Estilos para a seção de oferta urgente */
.urgent-offer {
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
    color: white;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 212, 170, 0.3);
    animation: urgent-pulse 2s infinite;
}

.urgent-offer h2 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.offer-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

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

/* Estilos para descrições dos resultados */
.results-description {
    margin: 40px 0;
}

.transformation-text {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Melhorias nos depoimentos */
.testimonial-quote {
    font-style: italic;
    font-size: 16px;
    color: #4a5568;
    margin-top: 15px;
    padding: 15px;
    background: #e8f5e8;
    border-radius: 10px;
    border-left: 4px solid #51e147;
}

/* Seção final de call-to-action */
.final-cta {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    border: 3px dashed #00d4aa;
}

.urgency-text {
    font-size: 20px;
    font-weight: bold;
    color: #0984e3;
    margin-bottom: 20px;
    animation: blink-text 1.5s infinite;
}

.guarantee-text {
    font-size: 16px;
    color: #28a745;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    background: #d4edda;
    border-radius: 10px;
    border: 1px solid #c3e6cb;
}

@keyframes blink-text {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0.7;
    }
}

/* Correções adicionais para evitar sobreposição */
.quiz-step {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 1;
}

/* Melhorias responsivas para a página de resultados */
@media (max-width: 768px) {
    .urgent-offer {
        padding: 20px;
    }
    
    .urgent-offer h2 {
        font-size: 20px;
    }
    
    .offer-text {
        font-size: 16px;
    }
    
    .urgency-text {
        font-size: 18px;
    }
    
    .final-cta {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .urgent-offer {
        padding: 15px;
    }
    
    .urgent-offer h2 {
        font-size: 18px;
    }
    
    .offer-text {
        font-size: 14px;
    }
    
    .urgency-text {
        font-size: 16px;
    }
    
    .testimonial-quote {
        font-size: 14px;
        padding: 12px;
    }
}


/* Estilos para a seção do criador */
.creator-section {
    margin: 50px 0;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    border: 2px solid #0984e3;
    text-align: center;
}

.creator-section h2 {
    color: #0984e3;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}

.creator-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    border: 4px solid #0984e3;
    box-shadow: 0 10px 25px rgba(9, 132, 227, 0.3);
}

.creator-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    text-align: left;
    margin: 0;
}

/* Estilos para a seção de FAQ */
.faq-section {
    margin: 50px 0;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.faq-section h2 {
    color: #2d3748;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.faq-item {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #51e147;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: #e8f5e8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
    color: #0984e3;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-item p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Melhorias nos gatilhos de escassez e urgência */
.scarcity-timer {
    background: linear-gradient(135deg, #ff4757 0%, #ff3742 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    animation: urgent-shake 2s infinite;
    box-shadow: 0 10px 25px rgba(255, 71, 87, 0.4);
}

.scarcity-timer .timer-text {
    font-size: 24px;
    margin-bottom: 10px;
}

.scarcity-timer .timer-countdown {
    font-size: 32px;
    font-weight: bold;
    color: #ffff00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes urgent-shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2px);
    }
    75% {
        transform: translateX(2px);
    }
}

/* Melhorias nos elementos de confiança */
.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.trust-badge {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #00d4aa;
    text-align: center;
    min-width: 120px;
}

.trust-badge .badge-icon {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
}

.trust-badge .badge-text {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

/* Melhorias na hierarquia visual */
.section-divider {
    height: 3px;
    background: linear-gradient(90deg, #0984e3 0%, #00d4aa 50%, #0984e3 100%);
    margin: 40px 0;
    border-radius: 2px;
}

/* Melhorias nos CTAs com mais destaque */
.cta-enhanced {
    position: relative;
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 50%, #00a085 100%);
    color: white !important;
    border: none;
    padding: 25px 50px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin: 30px 0;
    min-width: 350px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 212, 170, 0.5);
    animation: cta-glow 3s infinite;
}

.cta-enhanced:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 45px rgba(0, 212, 170, 0.7);
}

.cta-enhanced::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.6s;
    opacity: 0;
}

.cta-enhanced:hover::before {
    animation: shine 0.6s ease-in-out;
    opacity: 1;
}

@keyframes cta-glow {
    0%, 100% {
        box-shadow: 0 15px 35px rgba(0, 212, 170, 0.5);
    }
    50% {
        box-shadow: 0 15px 45px rgba(0, 212, 170, 0.8);
    }
}

@keyframes shine {
    0% {
        left: -50%;
        top: -50%;
    }
    100% {
        left: 150%;
        top: 150%;
    }
}

/* Responsividade para os novos elementos */
@media (max-width: 768px) {
    .creator-section {
        padding: 20px;
    }
    
    .creator-section h2 {
        font-size: 20px;
    }
    
    .creator-avatar {
        width: 100px;
        height: 100px;
    }
    
    .faq-section {
        padding: 20px;
    }
    
    .faq-item {
        padding: 15px;
    }
    
    .faq-item h3 {
        font-size: 16px;
    }
    
    .trust-badges {
        gap: 10px;
    }
    
    .trust-badge {
        min-width: 100px;
        padding: 10px 15px;
    }
    
    .cta-enhanced {
        min-width: 300px;
        font-size: 20px;
        padding: 20px 40px;
    }
    
    .scarcity-timer .timer-countdown {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .creator-section h2 {
        font-size: 18px;
    }
    
    .creator-avatar {
        width: 80px;
        height: 80px;
    }
    
    .creator-bio {
        font-size: 14px;
    }
    
    .faq-item h3 {
        font-size: 15px;
    }
    
    .faq-item p {
        font-size: 14px;
    }
    
    .cta-enhanced {
        min-width: 280px;
        font-size: 18px;
        padding: 18px 35px;
    }
    
    .scarcity-timer .timer-text {
        font-size: 20px;
    }
    
    .scarcity-timer .timer-countdown {
        font-size: 24px;
    }
}


/* Estilos para a tela de entrega de valor gratuito */
.value-delivery-content {
    text-align: center;
}

.free-gift-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    border: 2px solid #51e147;
}

.free-gift-section h3 {
    color: #51e147;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}

.gift-item {
    margin: 20px 0;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ff6b35;
    text-align: left;
}

.gift-item h4 {
    color: #d91cc9;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.gift-item p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Melhorias na seção de bônus e ancoragem de preço */
.bonus-section {
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-radius: 20px;
    border: 2px solid #f39c12;
}

.bonus-section h2 {
    color: #d68910;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.bonus-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.bonus-item .bonus-icon {
    font-size: 24px;
    margin-right: 15px;
    min-width: 40px;
}

.bonus-item .bonus-text {
    flex: 1;
}

.bonus-item .bonus-title {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 5px;
}

.bonus-item .bonus-value {
    color: #d91cc9;
    font-weight: bold;
    font-size: 14px;
}

.price-anchor {
    text-align: center;
    margin: 30px 0;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #ff6b35;
}

.price-anchor .original-price {
    font-size: 24px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.price-anchor .discounted-price {
    font-size: 36px;
    color: #ff6b35;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-anchor .savings {
    color: #51e147;
    font-weight: bold;
    font-size: 18px;
}

.price-anchor .payment-info {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

/* Responsividade para os novos elementos */
@media (max-width: 768px) {
    .free-gift-section {
        padding: 20px;
    }
    
    .gift-item {
        padding: 15px;
    }
    
    .gift-item h4 {
        font-size: 16px;
    }
    
    .gift-item p {
        font-size: 14px;
    }
    
    .bonus-section {
        padding: 20px;
    }
    
    .bonus-item {
        flex-direction: column;
        text-align: center;
    }
    
    .bonus-item .bonus-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .price-anchor .discounted-price {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .free-gift-section h3 {
        font-size: 20px;
    }
    
    .gift-item h4 {
        font-size: 15px;
    }
    
    .gift-item p {
        font-size: 13px;
    }
    
    .price-anchor .discounted-price {
        font-size: 28px;
    }
    
    .price-anchor .original-price {
        font-size: 20px;
    }
}

/* Barra de escassez sticky no topo - roxa forte e vibrante */
.sticky-scarcity-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: linear-gradient(90deg, #6c00ff 0%, #a100ff 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    box-shadow: 0 2px 16px rgba(108,0,255,0.18);
    letter-spacing: 0.5px;
    text-align: center;
}

.sticky-scarcity-vagas {
    color: #ffe600;
    font-weight: 800;
    text-shadow: 0 1px 6px #6c00ff;
}

.sticky-scarcity-timer {
    color: #fff;
    font-weight: 900;
    background: #ff2d55;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 6px;
    box-shadow: 0 0 8px #ff2d55a0;
    letter-spacing: 1px;
    animation: pulse-timer 1s infinite alternate;
}

@keyframes pulse-timer {
    0% { box-shadow: 0 0 8px #ff2d55a0; }
    100% { box-shadow: 0 0 18px #ff2d55; }
}

.sticky-scarcity-sep {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 600px) {
  html, body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }
  .container, .quiz-container, .intro-content, .results-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .quiz-step, .results-content {
    padding: 10px 0 !important;
  }
  .btn-primary, .cta-enhanced {
    width: 90vw;
    max-width: 400px;
    font-size: 1.1em;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .before-after-img, .testimonial img {
    max-width: 95vw !important;
    height: auto;
  }
}

@media (max-width: 600px) {
    .sticky-scarcity-bar {
        font-size: 0.98em;
        padding: 7px 0;
        flex-direction: column;
        gap: 2px;
        min-height: 38px;
        max-width: 100vw;
        word-break: break-word;
    }
    .sticky-scarcity-timer {
        margin-left: 0;
        margin-top: 2px;
    }
    body {
        padding-top: 60px;
    }
}
/* FAQ colapsável */
.faq-question {
    width: 100%;
    background: #f8f9fa;
    color: #6c00ff;
    font-weight: bold;
    font-size: 18px;
    border: none;
    outline: none;
    text-align: left;
    padding: 18px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 0;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 22px;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 15px 15px;
    transition: max-height 0.4s cubic-bezier(.4,0,.2,1), padding 0.4s;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding: 15px 20px 20px 20px;
}

