/* Landing Page Video Criativos - Estilos Específicos */

/* Hero Video Section */
.hero-video-section {
    padding-top: 140px;
    padding-bottom: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.hero-headline {
    font-size: 3.5rem;
    line-height: 1.15;
    font-weight: 900;
    color: var(--color-primary-dark);
    margin-bottom: 32px;
}

.highlight-gradient {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-subheadline {
    font-size: 1.25rem;
    color: var(--color-text-muted);
    margin-bottom: 48px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.btn-large {
    padding: 18px 36px;
    font-size: 1.1rem;
}

.btn-huge {
    padding: 24px 48px;
    font-size: 1.3rem;
    font-weight: 700;
}

.trust-badges {
    display: flex;
    gap: 32px;
    justify-content: center;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-main);
    font-weight: 500;
}

.trust-item i {
    color: #10b981;
    font-size: 1.2rem;
}

/* Problem Section */
.problem-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #fef2f2 0%, #fff 100%);
}

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-header-center h2 {
    font-size: 2.5rem;
    color: var(--color-primary-dark);
    margin-bottom: 24px;
    font-weight: 800;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.problem-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 2px solid #fee2e2;
    transition: all 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #fca5a5;
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.problem-card h3 {
    font-size: 1.125rem;
    color: var(--color-primary-dark);
    margin-bottom: 12px;
    font-weight: 700;
}

.problem-card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.truth-box {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.3);
}

.truth-box h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    font-weight: 700;
}

.truth-box p {
    font-size: 1.25rem;
    line-height: 1.6;
}

/* Solution Section */
.solution-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
}

.solution-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.solution-main {
    max-width: 900px;
    margin: 0 auto;
}

.solution-intro {
    text-align: center;
    margin-bottom: 60px;
}

.video-icon-large {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.video-icon-large i {
    font-size: 4rem;
    color: white;
}

.solution-intro h3 {
    font-size: 2rem;
    color: var(--color-primary-dark);
    margin-bottom: 16px;
    font-weight: 800;
}

.emphasis {
    font-size: 1.25rem;
    color: var(--color-text-muted);
}

.solution-features {
    background: white;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.solution-features h4 {
    font-size: 1.5rem;
    color: var(--color-primary-dark);
    margin-bottom: 32px;
    font-weight: 700;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-item i {
    color: #10b981;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-item strong {
    display: block;
    font-size: 1.125rem;
    color: var(--color-primary-dark);
    margin-bottom: 8px;
}

.feature-item p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

/* How It Works Section */
.how-it-works-section {
    padding: 100px 0;
    background: white;
}

.steps-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 48px;
}

.step-card {
    background: linear-gradient(135deg, #f8fafc, #fff);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.step-icon i {
    font-size: 2.5rem;
    color: #3b82f6;
}

.step-card h3 {
    font-size: 1.125rem;
    color: var(--color-primary-dark);
    margin-bottom: 12px;
    font-weight: 700;
}

.step-card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

.step-arrow {
    color: #cbd5e1;
    font-size: 2rem;
}

.time-highlight {
    text-align: center;
    padding: 32px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.time-highlight i {
    font-size: 2rem;
    color: #f59e0b;
}

.time-highlight p {
    font-size: 1.25rem;
    color: #78350f;
}

/* Target Section */
.target-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
}

.subtitle-emphasis {
    font-size: 1.125rem;
    color: var(--color-text-muted);
    font-weight: 500;
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.target-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #e0f2fe;
    transition: all 0.3s ease;
}

.target-card:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.target-card i {
    font-size: 3rem;
    color: #3b82f6;
    margin-bottom: 16px;
}

.target-card h3 {
    font-size: 1.125rem;
    color: var(--color-primary-dark);
    font-weight: 600;
}

/* Packages Section */
.packages-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #fafafa, #ffffff);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.package-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.featured-package {
    border: 3px solid #3b82f6;
    transform: scale(1.05);
}

.package-header {
    padding: 40px 32px;
    color: white;
    text-align: center;
}

.package-header i {
    font-size: 3rem;
    margin-bottom: 16px;
    display: block;
}

.package-header h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.package-ideal {
    font-size: 0.95rem;
    opacity: 0.9;
}

.package-body {
    padding: 40px 32px;
}

.package-features {
    list-style: none;
    margin-bottom: 32px;
}

.package-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: var(--color-text-main);
    line-height: 1.6;
}

.package-features i {
    color: #10b981;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.package-btn {
    width: 100%;
    padding: 18px 32px;
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.package-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Differential Section */
.differential-section {
    padding: 100px 0;
    background: white;
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.differential-card {
    background: linear-gradient(135deg, #f8fafc, #fff);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.differential-card:hover {
    transform: translateY(-10px);
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.diff-icon {
    font-size: 4rem;
    margin-bottom: 24px;
}

.differential-card h3 {
    font-size: 1.25rem;
    color: var(--color-primary-dark);
    margin-bottom: 16px;
    font-weight: 700;
}

.differential-card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Testimonial Section */
.testimonial-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
}

.testimonial-box {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.quote-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.testimonial-text {
    font-size: 1.5rem;
    color: white;
    line-height: 1.6;
    margin-bottom: 32px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar i {
    font-size: 1.5rem;
    color: white;
}

.author-info {
    text-align: left;
    color: white;
}

.author-info strong {
    display: block;
    font-size: 1.125rem;
}

.author-info span {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Final CTA Section */
.final-cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #1e1b4b, #312e81, #1e3a8a);
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3), transparent);
    border-radius: 50%;
    filter: blur(100px);
}

.final-cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.final-cta-content h2 {
    font-size: 3rem;
    color: white;
    margin-bottom: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.cta-question {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 48px;
}

.final-ctas {
    margin-bottom: 32px;
}

.cta-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-note i {
    color: #fbbf24;
}

.urgency-box {
    background: rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(220, 38, 38, 0.4);
    padding: 24px;
    border-radius: 16px;
    color: #fca5a5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

.urgency-box i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.urgency-box p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 968px) {
    .hero-headline {
        font-size: 2.5rem;
    }

    .steps-container {
        grid-template-columns: 1fr;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 16px 0;
    }

    .packages-grid {
        grid-template-columns: 1fr;
    }

    .featured-package {
        transform: scale(1);
        order: -1;
    }

    .final-cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .hero-headline {
        font-size: 2rem;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .btn-large,
    .btn-huge {
        width: 100%;
    }

    .testimonial-box {
        padding: 32px;
    }

    .testimonial-text {
        font-size: 1.125rem;
    }

    /* Grids 2x2 viram 1 coluna em mobile */
    .problems-grid,
    .differentials-grid {
        grid-template-columns: 1fr;
    }
}

/* Valores Estratégicos Section */
.valores-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    position: relative;
    overflow: hidden;
}

.valores-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent);
    border-radius: 50%;
    filter: blur(80px);
}

.valores-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 10;
}

.valores-header h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 16px;
    font-weight: 800;
}

.valores-header p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Valor Card */
.valor-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
}

.valor-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.valor-card.featured {
    border: 3px solid #3b82f6;
    transform: scale(1.05);
}

.valor-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.valor-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.valor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.valor-card:hover .valor-image img {
    transform: scale(1.1);
}

.valor-content {
    padding: 32px 28px;
}

.valor-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 12px;
}

.valor-content p {
    font-size: 1rem;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.valores-cta {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 10;
}

/* Responsive para valores */
@media (max-width: 768px) {
    .valores-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .valor-card.featured {
        transform: scale(1);
        order: -1;
    }
}