/* Reset e Estilos Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

h1, h2, h3 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400; /* Bebas Neue só tem um peso */
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */
header {
    background-color: #271C1D;
    color: white;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    color: white;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

nav ul li a:hover {
    color: #F9BF1A;
}

.login-btn img {
    width: 24px;
    height: 24px;
}

/* Botões CTA */
.cta-button {
    display: inline-block;
    background-color: #A41623;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.cta-button:hover {
    background-color: #681739;
}

/* Seção Hero */
.hero {
    background-color: #F1F1F1;
    padding: 0;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-image, .hero-text {
    flex: 1;
}

.hero-image img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-text h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #681739;
    text-transform: uppercase;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.hero-text .highlight {
    font-weight: 600;
    color: #681739;
    margin-bottom: 25px;
}

/* Seção Roleta */
.roleta-section {
    padding: 40px 0;
    text-align: center;
    background-color: white;
}

.roleta-section h2 {
    font-size: 2rem;
    color: #681739;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.roleta-container {
    max-width: 350px;
    margin: 0 auto 30px;
}

.roleta img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.girar-button {
    background-color: #A41623;
    color: white;
    border-radius: 25px;
    padding: 10px 24px;
    font-size: 1rem;
}

/* Ajustes para o alinhamento das imagens */
.hero-image, .possibilidades-image, .convite-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-image img, .possibilidades-image img, .convite-image img, .roleta img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    max-width: 600px;
    margin: 20px auto 0;
}

/* Seção Possibilidades */
.possibilidades-section {
    background-color: #681739;
    color: white;
    padding: 40px 0;
}

.possibilidades-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.possibilidades-left {
    flex: 1;
    max-width: 50%;
}

.possibilidades-right {
    flex: 1;
    max-width: 50%;
}

.possibilidades-section h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
}

.possibilidades-section .sub-heading {
    color: #eee;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.4;
}

.possibilidades-image {
    margin-top: 20px;
    text-align: center;
}

.possibilidades-image img {
    max-width: 90%;
    border-radius: 5px;
}

.possibilidades-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card {
    background-color: transparent;
    padding: 10px 0 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.card h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.card p {
    margin-bottom: 8px;
    color: #eee;
    font-size: 0.95rem;
}

/* Seção Planos */
.planos-section {
    padding: 40px 0;
    background-color: #F1F1F1;
}

.planos-section h2 {
    text-align: center;
    font-size: 2rem;
    color: #271C1D;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.planos-section .sub-heading {
    color: #555;
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px;
}

.planos-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.plano-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 370px;
    padding: 38px 22px 32px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff8f3 0%, #f8e6ef 100%);
    box-shadow: 0 6px 32px rgba(39,28,29,0.13), 0 1.5px 6px rgba(249,191,26,0.08);
    margin-bottom: 22px;
    position: relative;
    overflow: visible;
    border: 2px solid #f3e2c6;
    transition: box-shadow 0.25s, transform 0.18s, border-color 0.25s;
}

.plano-card:hover {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 12px 40px rgba(39,28,29,0.18), 0 2px 12px rgba(249,191,26,0.13);
    border-color: #f9bf1a;
    z-index: 2;
}

.plano-card.destaque {
    background: linear-gradient(135deg, #fffbe6 0%, #fff9d6 100%);
    border: 2.5px solid #f9bf1a;
    box-shadow: 0 8px 40px 0 rgba(249,191,26,0.18), 0 2px 12px rgba(249,191,26,0.13);
    animation: destaque-borda 2.5s linear infinite;
}

@keyframes destaque-borda {
    0% { box-shadow: 0 0 0 0 #f9bf1a44; }
    50% { box-shadow: 0 0 0 8px #f9bf1a22; }
    100% { box-shadow: 0 0 0 0 #f9bf1a44; }
}

.plano-card.destaque::before {
    content: '★ MAIS VENDIDO';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f9bf1a 60%, #fffbe6 100%);
    color: #271C1D;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 16px;
    box-shadow: 0 2px 8px #f9bf1a33;
    letter-spacing: 1px;
    z-index: 3;
}

.plano-icon {
    margin-bottom: 18px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.plano-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
    background: linear-gradient(135deg, #fffbe6 0%, #f9bf1a 100%);
    box-shadow: 0 2px 16px #f9bf1a33, 0 1px 4px #271c1d11;
    padding: 12px;
    border: 2px solid #f9bf1a;
}

.plano-preco {
    font-size: 2.2rem;
    font-weight: 800;
    color: #A41623;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #f9bf1a22;
}

.plano-separador {
    width: 38px;
    height: 3px;
    background: linear-gradient(90deg, #f9bf1a 60%, #fffbe6 100%);
    border-radius: 2px;
    margin: 10px auto 14px auto;
    opacity: 0.7;
}

.plano-nome {
    font-size: 1.18rem;
    color: #681739;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    min-height: 32px;
    letter-spacing: 0.5px;
}

.plano-beneficio {
    font-size: 1.08rem;
    color: #271C1D;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    min-height: 48px;
}

.plano-button {
    display: inline-block;
    background-color: #A41623;
    color: white;
    padding: 14px 38px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.08rem;
    transition: background-color 0.3s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 2px 12px #271c1d22;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.plano-button:hover {
    background-color: #8e1d31;
    box-shadow: 0 4px 18px #a4162340;
    transform: scale(1.04);
}

.plano-card.destaque .plano-button {
    background-color: #F9BF1A;
    color: #271C1D;
    box-shadow: 0 2px 16px #f9bf1a55;
}

.plano-card.destaque .plano-button:hover {
    background-color: #e5ad15;
    box-shadow: 0 4px 24px #f9bf1a88;
}

/* Seção FAQ */
.faq-section {
    padding: 50px 0;
    background-color: #F8C8DC;
}

.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    color: #681739;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.accordion {
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.accordion-header {
    background-color: white;
    color: #681739;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border-left: 3px solid #A41623;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.accordion-item.active .accordion-header::after {
    content: "-";
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: white;
    padding: 0 20px;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 15px 20px;
}

/* Seção "Você sabia" */
.voce-sabia-section {
    background-color: #271C1D;
    color: white;
    padding: 30px 0;
}

/* Seção Convite Final */
.convite-final {
    padding: 0;
    background-color: #F8C8DC;
    color: #681739;
    margin: 0;
    padding: 0;
}

.convite-final .container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.convite-content, .convite-image {
    flex: 1;
}

.convite-image img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.convite-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #681739;
    text-transform: uppercase;
}

.convite-content p {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 25px;
}

/* Rodapé */
.site-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-container {
    background-color: #6d1c38;
    color: white;
    padding: 15px 0;
    text-align: center;
    margin: 0;
    border: none;
}

.legal-disclaimer {
    max-width: 80%;
    margin: 0 auto;
    font-size: 0.85rem;
    line-height: 1.4;
    font-weight: 400;
}

.footer-bottom {
    background-color: #1c1c1c;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    border-top: none;
}

.footer-logo {
    margin-left: 3rem;
}

.footer-logo img {
    width: 60px;
    height: auto;
}

.footer-links {
    margin-right: 3rem;
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #ffc107;
    text-decoration: underline;
}

/* Animações */
.animacao-entrada {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.visivel {
    opacity: 1;
    transform: translateY(0);
}

/* Delay nas animações para criar efeito cascata */
.card:nth-child(2) {
    transition-delay: 0.1s;
}

.card:nth-child(3) {
    transition-delay: 0.2s;
}

.plano-card:nth-child(1) {
    transition-delay: 0.1s;
}

.plano-card:nth-child(2) {
    transition-delay: 0.2s;
}

.plano-card:nth-child(3) {
    transition-delay: 0.3s;
}

.plano-card:nth-child(4) {
    transition-delay: 0.4s;
}

.accordion-item:nth-child(2n) {
    transition-delay: 0.1s;
}

.accordion-item:nth-child(3n) {
    transition-delay: 0.2s;
}

/* Efeito de giro na roleta */
@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1800deg);
    }
}

/* Responsividade */
@media (max-width: 992px) {
    .hero-content, .convite-final .container {
        flex-direction: column;
    }
    
    .possibilidades-section .container {
        flex-direction: column;
    }
    
    .possibilidades-left, .possibilidades-right {
        padding: 0;
        width: 100%;
    }
    
    .possibilidades-right {
        margin-top: 30px;
    }
    
    .possibilidades-cards, .planos-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .card, .plano-card {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    nav {
        display: none;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
    }
    
    .footer-logo, .footer-links {
        margin: 0;
    }
    
    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .legal-disclaimer {
        max-width: 95%;
    }
    
    .planos-cards {
        flex-direction: column;
        gap: 18px;
    }
    .plano-card {
        min-height: unset;
        padding: 22px 8px 18px 8px;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.5rem;
    }
    
    .card, .plano-card {
        min-width: auto;
    }
} 