/* Reset e Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #343A40;
    background-color: #FFFFFF;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
}

h2 {
    font-size: 2.25rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.header {
    background: #FFFFFF;
    padding: 0rem 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    justify-content: center;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 50px;
    width: auto;
    align-items: center;
}

/* Buttons */
.cta-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.cta-button.primary {
    background: #28A745;
    color: #FFFFFF;
}

.cta-button.primary:hover {
    background: #3A8EEF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.3);
}

.cta-button.secondary {
    background: #FFFFFF;
    color: #4A9EFF;
    border: 2px solid #4A9EFF;
}

.cta-button.secondary:hover {
    background: #4A9EFF;
    color: #FFFFFF;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
    padding: 8rem 0 4rem;
    text-align: center;
    margin-top: 70px;
}

.hero-badge {
    background: #4A9EFF;
    color: #FFFFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

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

.hero-title {
    font-size: 3rem;
    color: #343A40;
    margin-bottom: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #6C757D;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
    margin-top: 3rem;
}

.phone-mockup {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

/* Section Styles */
section {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #343A40;
}

/* Features Section */
.features {
    background: #FFFFFF;
}

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

.feature-card {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #4A9EFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i {
    color: #FFFFFF;
    width: 24px;
    height: 24px;
}

.feature-card h3 {
    color: #343A40;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #6C757D;
    line-height: 1.6;
}

/* Target Audience Section */
.target-audience {
    background: #F8F9FA;
}

.benefits-list {
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.benefit-item i {
    color: #28A745;
    margin-right: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.benefit-item span {
    font-size: 1.1rem;
    color: #343A40;
}

/* Pain Points Section */
.pain-points {
    background: #FFFFFF;
}

.pain-list {
    max-width: 800px;
    margin: 0 auto;
}

.pain-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #FFF3CD;
    border-radius: 8px;
    border-left: 4px solid #FFC107;
}

.pain-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem; /* Adiciona espaçamento automático entre elementos flex */
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #FFF3CD;
    border-radius: 8px;
    border-left: 4px solid #FFC107;
}

.pain-item span {
    font-size: 1.1rem;
    color: #343A40;
}

.pain-conclusion {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #4A9EFF;
    margin-top: 2rem;
}

/* Social Proof Section */
.social-proof {
    background: #F8F9FA;
}

.social-metric {
    text-align: center;
    margin-bottom: 3rem;
}

.metric-number {
    font-size: 4rem;
    font-weight: 700;
    color: #4A9EFF;
    display: block;
}

.metric-text {
    font-size: 1.25rem;
    color: #343A40;
    font-weight: 500;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.testimonial-content p {
    font-style: italic;
    color: #6C757D;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.testimonial-author strong {
    color: #343A40;
    font-weight: 600;
}

.testimonial-author span {
    color: #6C757D;
    font-size: 0.9rem;
}

/* How It Works Section */
.how-it-works {
    background: #FFFFFF;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #4A9EFF;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.step h3 {
    color: #343A40;
    margin-bottom: 1rem;
}

.step p {
    color: #6C757D;
    line-height: 1.6;
}

/* Authority Section */
.authority {
    background: #F8F9FA;
}

.media-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.media-placeholder {
    padding: 1rem 2rem;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 600;
    color: #6C757D;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Social Reinforcement Section */
.social-reinforcement {
    background: #4A9EFF;
    color: #FFFFFF;
    text-align: center;
}

.social-reinforcement .section-title {
    color: #FFFFFF;
}

.reinforcement-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.social-reinforcement .cta-button.primary {
    background: #FFFFFF;
    color: #4A9EFF;
}

.social-reinforcement .cta-button.primary:hover {
    background: #F8F9FA;
    transform: translateY(-2px);
}

/* What You Get Section */
.what-you-get {
    background: #FFFFFF;
}

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

.benefit-card {
    background: #F8F9FA;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #4A9EFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    color: #FFFFFF;
    width: 24px;
    height: 24px;
}

/* Objections Section */
.objections {
    background: #F8F9FA;
}

.objections-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #6C757D;
    margin-bottom: 3rem;
}

.objections-list {
    max-width: 800px;
    margin: 0 auto;
}

.objection-item {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.objection-item h4 {
    color: #4A9EFF;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.objection-item p {
    color: #6C757D;
    line-height: 1.6;
}

/* Guarantee Section */
.guarantee {
    background: #28A745;
    color: #FFFFFF;
    text-align: center;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.guarantee-badge i {
    width: 20px;
    height: 20px;
}

.guarantee h2 {
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.guarantee p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* CTA Offer Section */
.cta-offer {
    background: #FFFFFF;
    text-align: center;
}

.offer-subtitle {
    font-size: 1.25rem;
    color: #6C757D;
    margin-bottom: 1rem;
}

.offer-description {
    font-size: 1.1rem;
    color: #6C757D;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pricing Section */
.pricing {
    background: #F8F9FA;
    text-align: center;
}

.pricing-subtitle {
    font-size: 1.25rem;
    color: #6C757D;
    margin-bottom: 3rem;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.toggle-label {
    font-weight: 600;
    color: #343A40;
}

.discount-badge {
    background: #28A745;
    color: #FFFFFF;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

/* Switch Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4A9EFF;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* Pricing Cards */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.pricing-card.annual {
    border: 3px solid #4A9EFF;
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4A9EFF;
    color: #FFFFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #343A40;
}

.price {
    margin-bottom: 1rem;
}

.price-old {
    text-decoration: line-through;
    color: #6C757D;
    font-size: 1rem;
    display: block;
}

.price-current {
    font-size: 3rem;
    font-weight: 700;
    color: #4A9EFF;
}

.price-period {
    font-size: 1rem;
    color: #6C757D;
}

.savings {
    background: #28A745;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.pricing-features {
    text-align: left;
    margin: 2rem 0;
}

.pricing-features .feature {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.pricing-features .feature i {
    color: #28A745;
    margin-right: 0.75rem;
    width: 16px;
    height: 16px;
}

.pricing-note {
    font-size: 0.875rem;
    color: #6C757D;
    margin-top: 1rem;
}

/* About Us Section */
.about-us {
    background: #FFFFFF;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6C757D;
    margin-bottom: 1.5rem;
}

/* FAQ Section */
.faq {
    background: #F8F9FA;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #F8F9FA;
}

.faq-question h4 {
    color: #343A40;
    font-size: 1.1rem;
    margin: 0;
}

.faq-question i {
    color: #4A9EFF;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 200px;
}

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

.faq-answer p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

/* Post Purchase Section */
.post-purchase {
    background: #FFFFFF;
}

/* Final Urgency Section */
.final-urgency {
    background: #DC3545;
    color: #FFFFFF;
    text-align: center;
}

.final-urgency .section-title {
    color: #FFFFFF;
}

.urgency-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.final-urgency .cta-button.primary {
    background: #FFFFFF;
    color: #DC3545;
}

.final-urgency .cta-button.primary:hover {
    background: #F8F9FA;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #343A40;
    color: #FFFFFF;
    padding: 3rem 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.footer-logo .logo-img {
    height: 50px;
}

.footer-info p {
    margin-bottom: 1rem;
    color: #F8F9FA;
}

.footer-links {
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
}

.footer-links a {
    color: #4A9EFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .features-grid,
    .benefits-grid,
    .testimonials,
    .steps {
        grid-template-columns: 1fr;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .media-logos {
        gap: 1rem;
    }
    
    .footer-content {
        text-align: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 2rem 0 3rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .cta-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .phone-mockup {
        max-width: 250px;
    }
    
    .metric-number {
        font-size: 3rem;
    }
    
    .price-current {
        font-size: 2.5rem;
    }
}

/* Como Funciona na Prática - Simplified Section */
.how-it-works-detailed {
    background: #FFFFFF;
    padding: 5rem 0;
}

.detailed-features {
    max-width: 1200px;
    margin: 0 auto;
}

.detailed-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 5rem;
    padding: 0rem 0;
}

.detailed-feature.reverse {
    direction: rtl;
}

.detailed-feature.reverse > * {
    direction: ltr;
}

.feature-content {
    padding: 2rem;
}

.feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4A9EFF 0%, #3A8EEF 100%);
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.3);
}

.feature-content h3 {
    font-size: 2rem;
    color: #343A40;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.feature-description {
    font-size: 1.1rem;
    color: #6C757D;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.feature-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item-detailed {
    display: flex;
    align-items: center;
    gap: 1.5rem; /* Adiciona espaçamento automático */
    padding: 1.25rem 1.5rem; /* Aumenta padding interno */
    background: #F8F9FA;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-item-detailed:hover {
    background: #E9ECEF;
    transform: translateX(10px);
}

.benefit-item-detailed i {
    color: #4A9EFF;
    width: 24px; /* Aumenta de 20px para 24px */
    height: 24px;
    flex-shrink: 0;
    min-width: 24px; /* Garante largura mínima */
}

.benefit-item-detailed span {
    font-size: 1rem;
    color: #343A40;
    font-weight: 500;
    line-height: 1.5; /* Melhora espaçamento das linhas */
}

/* Feature Images */
.feature-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
}

.whatsapp-mockup {
    max-width: 350px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
    border-radius: 25px;
}

.feature-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
    border: 2px solid #E9ECEF;
    border-radius: 20px;
    padding: 3rem 2rem;
    min-height: 300px;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.placeholder-icon {
    width: 80px;
    height: 80px;
    color: #4A9EFF;
    margin-bottom: 1rem;
}

.feature-placeholder span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343A40;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .detailed-feature {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }
    
    .detailed-feature.reverse {
        direction: ltr;
    }
    
    .feature-content {
        padding: 1rem;
    }
    
    .feature-content h3 {
        font-size: 1.5rem;
    }
    
    .whatsapp-mockup {
        max-width: 280px;
    }
    
    .feature-placeholder {
        max-width: 300px;
        min-height: 250px;
        padding: 2rem 1.5rem;
    }
    
    .placeholder-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-placeholder span {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .how-it-works-detailed {
        padding: 3rem 0;
    }
    
    .detailed-feature {
        margin-bottom: 3rem;
    }
    
    .feature-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .whatsapp-mockup {
        max-width: 380px;
    }
    
    .feature-placeholder {
        max-width: 280px;
        min-height: 200px;
        padding: 1.5rem;
    }
    
    .placeholder-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-placeholder span {
        font-size: 1rem;
    }
}

/* Guarantee Section - Using Image */
.guarantee {
    background: #F8F9FA;
    color: #343A40;
    text-align: center;
    padding: 5rem 0;
}

.guarantee-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Guarantee Seal with Image */
.guarantee-seal {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.guarantee-seal-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 8px 25px rgba(0,0,0,0.15));
    transition: transform 0.3s ease;
}

.guarantee-seal-image:hover {
    transform: scale(1.05);
}

/* Guarantee Title */
.guarantee h2 {
    font-size: 2.5rem;
    color: #343A40;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.highlight-text {
    color: #4A9EFF;
}

/* Guarantee Text */
.guarantee p {
    font-size: 1.1rem;
    color: #6C757D;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}

.guarantee p strong {
    color: #343A40;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .guarantee {
        padding: 4rem 0;
    }
    
    .guarantee-content {
        padding: 0 1rem;
    }
    
    .guarantee-seal-image {
        width: 100px;
        height: 100px;
    }
    
    .guarantee h2 {
        font-size: 2rem;
    }
    
    .guarantee p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .guarantee {
        padding: 3rem 0;
    }
    
    .guarantee-seal-image {
        width: 90px;
        height: 90px;
    }
    
    .guarantee h2 {
        font-size: 1.75rem;
    }
    
    .guarantee p {
        font-size: 0.95rem;
    }
}

/* Social Proof Section - With Images */
.social-proof {
    background: #F8F9FA;
    padding: 5rem 0;
}

.social-proof .section-title {
    color: #343A40;
    margin-bottom: 3rem;
    text-align: center;
}

/* Social Metric */
.social-metric {
    text-align: center;
    margin-bottom: 4rem;
}

.metric-number {
    font-size: 4rem;
    font-weight: 700;
    color: #4A9EFF;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.metric-text {
    font-size: 1.25rem;
    color: #343A40;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

/* Testimonials Images */
.testimonials-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
    align-items: center;
}

.testimonial-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.testimonial-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.testimonial-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-proof {
        padding: 4rem 0;
    }
    
    .metric-number {
        font-size: 3rem;
    }
    
    .metric-text {
        font-size: 1.1rem;
    }
    
    .testimonials-images {
        max-width: 500px;
        gap: 1.5rem;
    }
    
    .testimonial-img {
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .social-proof {
        padding: 3rem 0;
    }
    
    .social-proof .section-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .social-metric {
        margin-bottom: 3rem;
    }
    
    .metric-number {
        font-size: 2.5rem;
    }
    
    .metric-text {
        font-size: 1rem;
    }
    
    .testimonials-images {
        max-width: 400px;
        gap: 1rem;
    }
    
    .testimonial-img {
        border-radius: 6px;
    }
}
.safebank-image {
    text-align: center; /* Centraliza o conteúdo dentro da div */
    margin-bottom: 1rem; /* Espaçamento opcional */
}

.safebank-image img {
    max-width: 80px;
    filter: drop-shadow(0 8px 25px rgba(0,0,0,0.15));
    transition: transform 0.3s ease;
}


/* Bonus Section */
.bonus-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
    padding: 5rem 0;
}

.bonus-header {
    text-align: center;
    margin-bottom: 4rem;
}

.bonus-header .section-title {
    font-size: 2.5rem;
    color: #343A40;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.bonus-header .section-subtitle {
    font-size: 1.25rem;
    color: #6C757D;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.highlight-text {
    color: #4A9EFF;
}

/* Bonus Grid */
.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.bonus-item {
    background: #FFFFFF;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #E9ECEF;
    position: relative;
    overflow: hidden;
}

.bonus-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4A9EFF 0%, #3A8EEF 100%);
}

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

.bonus-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4A9EFF 0%, #3A8EEF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.3);
}

.bonus-icon i {
    color: #FFFFFF;
    width: 32px;
    height: 32px;
}

.bonus-content h3 {
    font-size: 1.25rem;
    color: #343A40;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.bonus-highlight {
    color: #4A9EFF;
    font-weight: 700;
}

.bonus-description {
    color: #6C757D;
    line-height: 1.6;
    font-size: 1rem;
}

/* Bonus Value Section */
.bonus-value {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 2px solid #4A9EFF;
}

.value-breakdown h3 {
    text-align: center;
    font-size: 1.75rem;
    color: #343A40;
    margin-bottom: 2rem;
    font-weight: 600;
}

.value-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.value-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #E9ECEF;
}

.value-item:last-child {
    border-bottom: none;
}

.value-name {
    font-size: 1.1rem;
    color: #343A40;
    font-weight: 500;
}

.value-price {
    font-size: 1.1rem;
    color: #28A745;
    font-weight: 700;
}

.value-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-top: 2px solid #4A9EFF;
    margin-top: 1rem;
}

.total-label {
    font-size: 1.5rem;
    color: #343A40;
    font-weight: 700;
}

.total-price {
    font-size: 2rem;
    color: #4A9EFF;
    font-weight: 700;
}

/* Bonus CTA */
.bonus-cta {
    text-align: center;
    background: linear-gradient(135deg, #4A9EFF 0%, #3A8EEF 100%);
    color: #FFFFFF;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(74, 158, 255, 0.3);
}

.bonus-cta h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.bonus-cta p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.bonus-cta .cta-button {
    background: #FFFFFF;
    color: #4A9EFF;
    font-size: 1.1rem;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-cta .cta-button:hover {
    background: #F8F9FA;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .bonus-section {
        padding: 4rem 0;
    }
    
    .bonus-header .section-title {
        font-size: 2rem;
    }
    
    .bonus-header .section-subtitle {
        font-size: 1.1rem;
    }
    
    .bonus-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .bonus-item {
        padding: 2rem;
    }
    
    .bonus-icon {
        width: 60px;
        height: 60px;
    }
    
    .bonus-icon i {
        width: 28px;
        height: 28px;
    }
    
    .bonus-content h3 {
        font-size: 1.1rem;
    }
    
    .bonus-value {
        padding: 2rem;
    }
    
    .value-breakdown h3 {
        font-size: 1.5rem;
    }
    
    .value-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .value-total {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .total-label {
        font-size: 1.25rem;
    }
    
    .total-price {
        font-size: 1.75rem;
    }
    
    .bonus-cta h3 {
        font-size: 1.5rem;
    }
    
    .bonus-cta p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .bonus-section {
        padding: 3rem 0;
    }
    
    .bonus-header {
        margin-bottom: 3rem;
    }
    
    .bonus-header .section-title {
        font-size: 1.75rem;
    }
    
    .bonus-item {
        padding: 1.5rem;
    }
    
    .bonus-icon {
        width: 50px;
        height: 50px;
    }
    
    .bonus-icon i {
        width: 24px;
        height: 24px;
    }
    
    .bonus-content h3 {
        font-size: 1rem;
    }
    
    .bonus-description {
        font-size: 0.9rem;
    }
    
    .bonus-value {
        padding: 1.5rem;
    }
    
    .bonus-cta {
        padding: 2rem 1.5rem;
    }
    
    .bonus-cta h3 {
        font-size: 1.25rem;
    }
    
    .bonus-cta p {
        font-size: 1rem;
    }
    
    .bonus-cta .cta-button {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}



/* Pricing Section - Final Version */
.pricing {
    background: #F8F9FA;
    text-align: center;
}

.pricing-subtitle {
    font-size: 1.25rem;
    color: #6C757D;
    margin-bottom: 3rem;
}

/* Pricing Cards */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.pricing-card.annual {
    border: 3px solid #4A9EFF;
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4A9EFF;
    color: #FFFFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #343A40;
}

.price {
    margin-bottom: 1rem;
}

.price-old {
    text-decoration: line-through;
    color: #6C757D;
    font-size: 1rem;
    display: block;
}

.price-current {
    font-size: 3rem;
    font-weight: 700;
    color: #4A9EFF;
}

.price-period {
    font-size: 1rem;
    color: #6C757D;
}

.savings {
    background: #28A745;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
}

/* Features */
.pricing-features {
    text-align: left;
    margin: 2rem 0;
}

.pricing-features .feature {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.pricing-features .feature:hover {
    background-color: #F8F9FA;
}

.pricing-features .feature i {
    margin-right: 0.75rem;
    width: 16px;
    height: 16px;
}

/* Included Features (Green Check) */
.pricing-features .feature:not(.not-included) i {
    color: #28A745;
}

.pricing-features .feature:not(.not-included) span {
    color: #343A40;
    font-weight: 500;
}

/* Not Included Features (Red X + Gray) */
.pricing-features .feature.not-included {
    opacity: 0.6;
}

.pricing-features .feature.not-included i {
    color: #DC3545;
}

.pricing-features .feature.not-included span {
    color: #ADB5BD;
    font-weight: 400;
}

.pricing-features .feature.not-included:hover {
    background-color: #F8F9FA;
    opacity: 0.8;
}

.pricing-note {
    font-size: 0.875rem;
    color: #6C757D;
    margin-top: 1rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .pricing {
        padding: 3rem 0;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .price-current {
        font-size: 2.5rem;
    }
}
