/* Estilos Gerais */
:root {
    --roxo-escuro: #4B0082;
    --roxo-claro: #BA55D3;
    --vermelho-escuro: #8B0000;
    --cinza-escuro: #2E2E2E;
    --cinza-medio: #4A4A4A;
    --cinza-claro: #D3D3D3;
    --azul-escuro: #1E3A8A;
    --branco: #FFFFFF;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--branco);
    background-color: var(--cinza-escuro);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.container-fluid {
    padding: 0;
}

.section {
    padding: 80px 0;
    position: relative;
}

.btn {
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: var(--roxo-escuro);
    border-color: var(--roxo-escuro);
    color: var(--branco);
}

.btn-primary:hover {
    background-color: var(--roxo-claro);
    border-color: var(--roxo-claro);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background-color: var(--cinza-claro);
    border-color: var(--cinza-claro);
    color: var(--cinza-escuro);
}

.btn-secondary:hover {
    background-color: var(--branco);
    border-color: var(--branco);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-lg {
    padding: 15px 40px;
    font-size: 18px;
}

/* Cabeçalho (Hero Section) */
.hero {
    background: linear-gradient(135deg, var(--roxo-escuro) 0%, var(--cinza-escuro) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--branco);
}

.hero p {
    font-size: 18px;
    color: var(--cinza-claro);
    margin-bottom: 30px;
}

.hero-image {
    position: relative;
    z-index: 1;
    transform: perspective(1000px) rotateY(-15deg);
    transition: all 0.5s ease;
    padding: 30px;
}

.hero-image:hover {
    transform: perspective(1000px) rotateY(-5deg);
}

.qr-code-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.cta-button {
    animation: pulse 2s infinite;
}

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

.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

/* Seção de Benefício e Problema */
.benefit {
    background-color: var(--cinza-escuro);
}

.benefit h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--branco);
}

.benefit p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cinza-claro);
}

/* Como Funciona */
.how-it-works {
    background: linear-gradient(135deg, var(--roxo-escuro) 0%, #000000 100%);
}

.how-it-works h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: var(--branco);
}

.step {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
}

.step-icon {
    font-size: 48px;
    color: var(--roxo-claro);
    margin-bottom: 20px;
}

.step h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--branco);
}

/* Vantagens */
.advantages {
    background-color: var(--cinza-medio);
}

.advantages h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: var(--branco);
}

.advantage-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.advantage-icon {
    font-size: 24px;
    color: var(--roxo-claro);
    margin-right: 15px;
}

.advantage-text {
    font-size: 16px;
    color: var(--branco);
}

/* Prova Social */
.testimonials {
    background-color: var(--cinza-escuro);
}

.testimonials h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: var(--branco);
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
    text-align: center;
}

.testimonial p {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--branco);
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 600;
    color: var(--cinza-claro);
}

.users-badge {
    background-color: var(--roxo-escuro);
    color: var(--branco);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 30px;
    font-weight: 600;
}

/* Planos e Preços */
.pricing {
    background: linear-gradient(135deg, var(--roxo-escuro) 0%, var(--vermelho-escuro) 100%);
}

.pricing h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: var(--branco);
}

.price-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px;
    margin: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.price-card.premium {
    border: 2px solid var(--roxo-claro);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.price-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--branco);
}

.price-card .price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--branco);
}

.price-card .price.highlight {
    color: var(--vermelho-escuro);
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.price-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--cinza-claro);
}

/* CTA Principal e Garantia */
.main-cta {
    background-color: var(--azul-escuro);
}

.main-cta h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--branco);
}

.main-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--cinza-claro);
}

.guarantee-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.guarantee-icon {
    font-size: 36px;
    color: var(--roxo-claro);
    margin-right: 20px;
}

.guarantee-text {
    font-size: 16px;
    color: var(--branco);
}

.timer {
    color: var(--vermelho-escuro);
    font-weight: 700;
    margin-bottom: 30px;
}

/* Fechamento */
.closing {
    background-color: var(--cinza-escuro);
    text-align: center;
}

.closing p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--branco);
}

/* Footer */
.footer {
    background-color: var(--cinza-escuro);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
    display: flex;
    justify-content: center;
}

.footer-links a {
    color: var(--cinza-claro);
    margin: 0 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--branco);
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    font-size: 24px;
    color: var(--roxo-claro);
    margin-right: 10px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--branco);
}

.logo-text span {
    color: var(--cinza-claro);
    font-weight: 400;
}

/* Ícones específicos */
.fa-hands-holding {
    opacity: 0.5;
    filter: drop-shadow(0 0 10px rgba(186, 85, 211, 0.5));
}

.fa-mobile-alt {
    filter: drop-shadow(0 0 15px rgba(186, 85, 211, 0.7));
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

/* Responsividade */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 36px;
    }
    
    .hero-image {
        /*margin-top: 40px;*/
    }
    
    .step {
        margin-bottom: 30px;
    }
    
    .price-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 32px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .advantage-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 28px;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    .btn-lg {
        padding: 12px 30px;
        font-size: 16px;
    }
} 