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

:root {
    --primary: #6366f1;
    --secondary: #ec4899;
    --accent: #8b5cf6;
    --success: #10b981;
    --dark: #1f2937;
    --light: #f8fafc;
    --text: #374151;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    color: var(--text);
    background: var(--light);
    font-weight: 600;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Botão WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
    background: #20ba5a;
}

/* Seção Hero */
.hero {
    background: var(--light);
    color: var(--text);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: auto;
}

.hero .container {
    max-width: 800px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-wrap: break-word;
}

.hero .price {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--text);
}

.highlight-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
}

.hero .description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 500;
    color: var(--text);
    opacity: 0.8;
    padding: 0 10px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    justify-content: center;
}

.cta-button.primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.cta-button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.4);
}

.cta-button.secondary {
    background: white;
    color: var(--primary);
    border: 2px solid var(--primary);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cta-button.secondary:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
}

/* Seções comuns */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 10px;
}

h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-wrap: break-word;
}

.subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
    padding: 0 15px;
}

section {
    padding: 70px 0;
}

/* Seção Por Que Funciona */
.why-work {
    background: var(--light);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 10px;
}

.benefit-item {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.benefit-item h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-weight: 700;
}

.benefit-item p {
    color: #6b7280;
    line-height: 1.6;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Seção Vídeos */
.video-showcase {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 25%, #f093fb15 50%, #f5576c15 75%, #4facfe15 100%);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 0 10px;
}

.video-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.video-player {
    position: relative;
    background: var(--dark);
    aspect-ratio: 1/1;
    overflow: hidden;
}

.video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
}

.video-player:hover .play-overlay {
    opacity: 1;
}

.play-overlay i {
    font-size: 2.5rem;
    color: white;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    padding: 1rem;
    transition: all 0.3s ease;
}

.play-overlay:hover i {
    transform: scale(1.1);
    background: rgba(0,0,0,0.9);
}

.video-item h3 {
    padding: 1.2rem;
    text-align: center;
    color: var(--dark);
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
    background: white;
}

/* Seção Como Funciona */
.how-works {
    background: var(--light);
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 10px;
}

.step {
    text-align: center;
    padding: 2rem 1.5rem;
    position: relative;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--primary);
    border: 3px solid #e5e7eb;
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-weight: 700;
}

.step p {
    color: #6b7280;
    line-height: 1.6;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Seção Criar Vídeo */
.create-video {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 25%, #f093fb15 50%, #f5576c15 75%, #4facfe15 100%);
}

.video-creator {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 0 auto;
}

.creator-steps {
    position: relative;
}

.creator-step {
    display: none;
}

.creator-step.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

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

.step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.step-indicator {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.step-header h3 {
    font-size: 1.4rem;
    color: var(--dark);
    font-weight: 700;
    margin: 0;
}

/* Área de Upload */
.upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 15px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.upload-area:hover {
    border-color: var(--primary);
    background: #f8fafc;
}

.upload-area.dragover {
    border-color: var(--primary);
    background: linear-gradient(135deg, var(--primary)15, var(--secondary)15);
}

.upload-content i {
    font-size: 3rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.upload-content h4 {
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.upload-content p {
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.upload-content span {
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Preview da Logo */
.logo-preview {
    margin-bottom: 1.5rem;
}

.preview-image {
    position: relative;
    display: inline-block;
}

.preview-image img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.remove-logo {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* Área do Roteiro */
.script-area {
    margin-bottom: 2rem;
}

.script-input {
    position: relative;
    margin-bottom: 1.5rem;
}

.script-input textarea {
    width: 100%;
    height: 120px;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.script-input textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.script-input textarea::placeholder {
    color: #9ca3af;
}

.char-counter {
    text-align: right;
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.char-counter.warning {
    color: #f59e0b;
    font-weight: 600;
}

.char-counter.error {
    color: #ef4444;
    font-weight: 700;
}

.script-tips {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.5rem;
}

.tip {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tip:last-child {
    margin-bottom: 0;
}

.tip i {
    color: var(--primary);
    font-size: 1.1rem;
    margin-top: 0.2rem;
}

.tip div {
    flex: 1;
}

.tip strong {
    color: var(--dark);
}

.tip div:not(strong) {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Botões de Navegação */
.next-step, .prev-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.next-step {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.next-step:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.next-step:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.prev-step {
    background: white;
    color: var(--text);
    border: 2px solid #e5e7eb;
}

.prev-step:hover {
    background: #f8fafc;
    border-color: var(--primary);
}

.step-buttons {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

/* Área de Geração */
.generating-area {
    text-align: center;
    padding: 2rem 0;
}

.generating-animation {
    margin-bottom: 2rem;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1.5rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text p {
    font-size: 1.2rem;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.loading-text span {
    color: #6b7280;
    font-size: 0.95rem;
}

.video-preview-generating {
    margin-top: 2rem;
}

.preview-blur {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    filter: blur(5px);
    background: linear-gradient(135deg, #667eea, #764ba2);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.preview-blur i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.preview-blur p {
    font-weight: 600;
    margin: 0;
}

/* Passo 4 - Vídeo Pronto */
.video-ready-section {
    text-align: center;
}

.success-message {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.success-message i {
    font-size: 2rem;
}

.success-message h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.final-preview {
    margin-bottom: 2rem;
}

.preview-container {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    aspect-ratio: 1/1;
}

.user-logo-preview {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user-logo-preview img {
    max-width: 60%;
    max-height: 60%;
    filter: blur(3px) brightness(0.8);
    transition: all 0.3s ease;
}

.preview-container:hover .user-logo-preview img {
    filter: blur(2px) brightness(0.9);
}

.play-overlay-final {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-overlay-final:hover {
    background: rgba(0,0,0,0.2);
}

.play-overlay-final i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.play-overlay-final p {
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

/* Pitch Section */
.pitch-section {
    background: #f8fafc;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
}

.price-final {
    text-align: center;
    margin-bottom: 1.5rem;
}

.final-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.price-desc {
    color: #6b7280;
    font-size: 0.95rem;
}

.payment-features-final {
    margin-bottom: 2rem;
}

.payment-features-final .feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    justify-content: center;
}

.payment-features-final .feature:last-child {
    margin-bottom: 0;
}

.payment-features-final .feature i {
    color: var(--success);
    font-size: 1rem;
}

.payment-features-final .feature span {
    font-weight: 500;
    color: var(--text);
    font-size: 0.95rem;
}

.payment-button-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-bottom: 1rem;
}

.payment-button-final.primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.payment-button-final.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.security-note-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.security-note-final i {
    color: var(--success);
}

/* Seção Garantia */
.guarantee {
    background: var(--light);
}

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 10px;
}

.guarantee-item {
    text-align: center;
    padding: 2.5rem 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.guarantee-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.guarantee-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.guarantee-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-weight: 700;
}

.guarantee-item p {
    color: #6b7280;
    line-height: 1.6;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Order Bump Popup (mantido para compatibilidade) */
.order-bump-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.order-bump-popup.active {
    display: flex;
}

.order-bump-content {
    background: white;
    border-radius: 20px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease-out;
    overflow: hidden;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.order-bump-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.order-bump-header h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

#countdown {
    font-family: 'Courier New', monospace;
    font-weight: 800;
    color: #fbbf24;
}

.order-bump-body {
    padding: 1.5rem;
}

.offer-badge {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #1f2937;
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.offer-main h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-weight: 700;
    text-align: center;
}

.price-comparison {
    text-align: center;
    margin-bottom: 1.5rem;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.new-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.economy {
    background: var(--success);
    color: white;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
}

.offer-features {
    margin-bottom: 1.5rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
}

.feature:last-child {
    border-bottom: none;
}

.feature i {
    color: var(--success);
    font-size: 1rem;
    min-width: 20px;
}

.feature span {
    font-weight: 500;
    color: var(--text);
}

.order-bump-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.bump-button {
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 50px;
}

.bump-button.primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.bump-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.bump-button.secondary {
    background: white;
    color: var(--text);
    border: 2px solid #e5e7eb;
    font-size: 0.9rem;
}

.bump-button.secondary:hover {
    background: #f8fafc;
    border-color: var(--primary);
}

.security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.security-note i {
    color: var(--success);
}

/* Video Ready Popup (mantido para compatibilidade) */
.video-ready-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-ready-popup.active {
    display: flex;
}

.video-ready-content {
    background: white;
    border-radius: 20px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease-out;
    overflow: hidden;
}

.video-ready-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.video-ready-header h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.video-ready-header p {
    opacity: 0.9;
    margin: 0;
}

.video-ready-body {
    padding: 2rem;
}

.video-preview {
    margin-bottom: 1.5rem;
}

.preview-placeholder {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preview-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.preview-placeholder p {
    font-weight: 600;
    margin: 0;
}

.price-section {
    text-align: center;
    margin-bottom: 1.5rem;
}

.final-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.price-desc {
    color: #6b7280;
    font-size: 0.95rem;
}

.payment-features {
    margin-bottom: 2rem;
}

.payment-features .feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.payment-features .feature:last-child {
    margin-bottom: 0;
}

.payment-features .feature i {
    color: var(--success);
    font-size: 1rem;
}

.payment-features .feature span {
    font-weight: 500;
    color: var(--text);
    font-size: 0.95rem;
}

.payment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-bottom: 1rem;
}

.payment-button.primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.payment-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.security-note i {
    color: var(--success);
}

/* Responsividade */
@media (max-width: 768px) {
    .video-creator {
        padding: 2rem 1rem;
        margin: 0 10px;
    }
    
    .upload-area {
        padding: 2rem 1rem;
    }
    
    .step-header {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .step-buttons {
        flex-direction: column;
    }
    
    .prev-step, .next-step {
        width: 100%;
        justify-content: center;
    }
    
    .script-tips {
        padding: 1rem;
    }
    
    .tip {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .success-message {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 1.2rem;
    }
    
    .success-message h4 {
        font-size: 1.1rem;
    }
    
    .preview-container {
        max-width: 250px;
    }
    
    .pitch-section {
        padding: 1.5rem;
    }
    
    .final-price {
        font-size: 2.2rem;
    }
    
    .order-bump-content {
        margin: 10px;
    }
    
    .video-ready-content {
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .video-creator {
        padding: 1.5rem 1rem;
    }
    
    .upload-content {
        padding: 1rem;
    }
    
    .upload-content i {
        font-size: 2.5rem;
    }
    
    .preview-image img {
        max-width: 150px;
        max-height: 150px;
    }
    
    .generating-area {
        padding: 1rem 0;
    }
    
    .loading-spinner {
        width: 50px;
        height: 50px;
    }
    
    .success-message {
        padding: 1rem;
    }
    
    .success-message h4 {
        font-size: 1rem;
    }
    
    .preview-container {
        max-width: 200px;
    }
    
    .play-overlay-final i {
        font-size: 2.5rem;
    }
    
    .play-overlay-final p {
        font-size: 1rem;
    }
    
    .pitch-section {
        padding: 1.2rem;
    }
    
    .final-price {
        font-size: 2rem;
    }
    
    .payment-button-final {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .bump-button {
        padding: 12px;
        font-size: 0.95rem;
        min-height: 48px;
    }
    
    .bump-button.secondary {
        font-size: 0.9rem;
    }
}

/* Para telas muito pequenas */
@media (max-width: 360px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .plan-header .price {
        font-size: 2rem;
    }
    
    .plan-button {
        font-size: 1rem;
        padding: 14px;
    }
    
    .cta-button {
        padding: 12px 18px;
        font-size: 0.95rem;
    }
}

/* Garantir que tudo fique visível */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

button, .cta-button, .plan-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Animações para o step 4 */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#step4.active {
    animation: slideInUp 0.6s ease;
}
/* Barra de Progresso */
.progress-container {
    margin: 2rem 0;
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    display: none;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 10px;
    width: 0%;
    transition: width 0.1s ease;
    display: none;
}

.progress-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
    display: none;
}

.progress-message {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
    min-height: 1.5rem;
    display: none;
}

/* Melhorar o loading spinner */
.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1.5rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* Correção do Hero para mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
        word-wrap: normal;
        overflow-wrap: normal;
        hyphens: none;
    }
    
    .hero .description {
        font-size: 1rem;
        padding: 0 5px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        min-width: 250px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    
    .hero {
        padding: 80px 0 40px;
    }
    
    .highlight-price {
        font-size: 2rem;
    }
}