:root {
    --bg-dark: #000000;
    --bg-imperial: #05161A;
    /* Deep Greenish Black */
    --accent-gold: #FFD762;
    /* Professional Glamour Gold */
    --text-white: #FFFFFF;
    --text-body: rgba(255, 255, 255, 0.85);
    /* High readability white */

    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Outfit', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-dark);
    background-image: linear-gradient(to bottom, #07221b 0%, #000000 100%);
    color: var(--text-body);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 1;
    /* Forçado 1 para o Google PageSpeed enxergar */
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

/* Color Themes & Alternating Backgrounds */
/* Green/Dark (Default) */
.bg-green {
    background-color: var(--bg-imperial);
    color: var(--text-body);
}

/* White Theme */
.bg-white {
    background-color: #FFFFFF;
    color: #333333;
}

.bg-white .section-title,
.bg-white h2,
.bg-white h3 {
    color: #000000;
}

.bg-white .card,
.bg-white .testimonial-card {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
}

.bg-white .card:hover,
.bg-white .testimonial-card:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.bg-white p {
    color: #555555;
}

.bg-white .subtitle,
.bg-white .insight-sub {
    color: #666;
}

/* Beige Theme */
.bg-beige {
    background-color: #F5F1E6;
    /* Premium Beige/Oatmeal */
    color: #333333;
}

.bg-beige .section-title,
.bg-beige h2,
.bg-beige h3 {
    color: #1A1A1A;
}

.bg-beige .card,
.bg-beige .testimonial-card,
.bg-beige .insight-box,
.bg-beige .faq-item {
    background: #FFFFFF;
    border: 1px solid #E6E2D8;
    color: #333;
}

.bg-beige .card:hover,
.bg-beige .faq-item:hover {
    border-color: var(--accent-gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bg-beige p {
    color: #4A4A4A;
}

.bg-beige .faq-question {
    color: #1A1A1A;
}

.bg-beige .faq-answer p {
    color: #555555;
}

/* Specific Component Fixes for Light Modes */
/* Specific Component Fixes for Light Modes */
/* The icons inherit color properly, no specific fix needed for gold on white right now */

/* Comparison Table on Light Backgrounds */
.bg-white .comparison-table-wrapper,
.bg-beige .comparison-table-wrapper {
    background: #FFFFFF;
    border: 1px solid #ddd;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bg-white .comparison-table th,
.bg-beige .comparison-table th {
    background: #F5F5F5;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.bg-white .comparison-table td,
.bg-beige .comparison-table td {
    color: #333;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.bg-white .comparison-table td:last-child,
.bg-beige .comparison-table td:last-child {
    color: #000;
    font-weight: 700;
}

.bg-white .comparison-table td.impact,
.bg-beige .comparison-table td.impact {
    color: #d4af37;
    /* Darker gold for readability */
}

/* Hero Section */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    /* Optional: Subtle texture or overlay can go here if requested */
}

/* Background Image Overlay - kept subtle */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(7, 34, 27, 0.7) 0%, rgba(0, 0, 0, 1) 90%);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

/* Logo Styles */
.logo-container {
    margin-bottom: 0.5rem;
    text-align: center;
}

.hero-logo {
    max-width: 175px;
    /* Reduced by 30% */
    /* Adjust based on actual logo aspect ratio */
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255, 215, 98, 0.3));
    /* Subtle gold glow */
}

h1 {
    font-weight: 700;
    font-size: 3.5rem;
    /* Large and bold */
    margin-bottom: 1.5rem;
    color: var(--text-white);
    line-height: 1.1;
    letter-spacing: -0.02em;
    /* Modern tight tracking */
}

h1 .highlight {
    color: var(--accent-gold);
}

.subtitle {
    font-size: 1.25rem;
    color: var(--text-body);
    font-weight: 300;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    padding: 18px 48px;
    background-color: var(--accent-gold);
    color: #000000;
    /* Dark text on gold button for contrast */
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 4px;
    /* Slight rounding, professional */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 215, 98, 0.2);
}

/* Sections */
.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: var(--text-white);
    font-weight: 700;
}

/* Agitation Grid */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 215, 98, 0.15);
    /* Gold border, subtle */
    padding: 40px 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
}

.card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    background: rgba(255, 255, 255, 0.04);
}

.card .icon {
    margin-bottom: 1.5rem;
    color: var(--accent-gold);
    /* SVGs inherit this color via stroke='currentColor' */
}

.card h3 {
    color: var(--text-white);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.card p {
    color: var(--text-body);
    font-size: 1rem;
    font-weight: 300;
}

/* Insight Box */
.green-bg {
    /* Slightly lighter dark section to separate */
    background: rgba(255, 255, 255, 0.02);
}

.insight-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
    border-left: 1px solid var(--accent-gold);
    border-right: 1px solid var(--accent-gold);
    /* Simple elegant borders on specific sides */
}

.insight-text {
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--text-white);
    margin: 30px 0;
    font-weight: 300;
}

.highlight-text {
    color: var(--accent-gold);
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.insight-sub {
    color: var(--text-body);
    font-size: 1rem;
    opacity: 0.7;
    margin-top: 20px;
}

.divider {
    height: 2px;
    width: 60px;
    background: var(--accent-gold);
    margin: 0 auto;
}

/* Mechanism Table */
.comparison-table-wrapper {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-table th {
    padding: 25px;
    text-align: left;
    background: rgba(255, 215, 98, 0.05);
    color: var(--accent-gold);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table td {
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-body);
    font-size: 1.1rem;
}

.comparison-table td:last-child {
    font-weight: 600;
    color: var(--text-white);
    /* Emphasize the 'winning' side */
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* Removed specific red/green colors to stick to 2-color rule. 
   Negative side is neutral body text, positive side is highlighted white. */
.comparison-table td.negative {
    opacity: 0.7;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 30%;
    /* Balanced */
}

.comparison-table td.positive {
    color: var(--text-white);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 30%;
    /* Balanced */
    font-weight: 400;
}

.comparison-table td.impact {
    color: var(--accent-gold);
    width: 40%;
    font-weight: 700;
}

/* Footer */
.footer {
    padding: 60px 0;
    text-align: center;
    color: var(--text-body);
    font-size: 0.9rem;
    opacity: 0.6;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Offer Section */
.offer-section {
    margin-top: 0;
    padding: 60px 40px;
    background: radial-gradient(circle at center, rgba(5, 22, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(255, 215, 98, 0.2);
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.offer-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
}

/* Book Image */
.offer-image {
    text-align: center;
    perspective: 1000px;
}

.book-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.8), -5px 0 20px rgba(255, 215, 98, 0.1);
    transform: rotateY(-15deg);
    /* 3D Effect */
    transition: transform 0.5s ease;
}

.offer-image:hover .book-img {
    transform: rotateY(0deg) scale(1.05);
}

/* Offer Details */
.offer-details {
    text-align: center;
}

.offer-headline {
    color: var(--accent-gold);
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 700;
}

.offer-sub {
    color: var(--text-white);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Bullet Points */
.benefit-bullets {
    list-style: none;
    margin: 20px auto 30px auto;
    display: inline-block;
    text-align: left;
    max-width: 100%;
}

.benefit-bullets li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    color: var(--text-body);
    font-size: 1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    text-align: left;
}

.check-icon {
    width: 24px;
    height: 24px;
    fill: #4CAF50;
    /* Green checkmark */
    margin-right: 15px;
    flex-shrink: 0;
}

.cross-icon {
    width: 24px;
    height: 24px;
    fill: #F44336;
    /* Red X */
    margin-right: 15px;
    flex-shrink: 0;
}

.benefit-bullets strong {
    color: var(--text-white);
}

/* Pricing Block "Card" Look */
.pricing-block {
    text-align: center;
    margin: 30px 0 20px 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.4);
    /* Darker distinctive box */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.bg-beige .pricing-block {
    background: #F5F1E6;
    border: 1px solid #D1C7B7;
}

.offer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 30px 0;
    width: 100%;
}

.bg-beige .offer-divider {
    background: rgba(0, 0, 0, 0.1);
}

/* Guarantee Section Styles */
.guarantee-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centered layout */
    text-align: left;
    /* Removed top borders/margins since divider handles it now */
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.guarantee-seal {
    flex-shrink: 0;
    margin-right: 20px;
}

.guarantee-content {
    max-width: 320px;
}

.guarantee-content h4 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guarantee-content p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: var(--text-body);
    margin: 0;
}

/* Guarantee overrides for Beige/White Themes */
.bg-beige .guarantee-content h4,
.bg-white .guarantee-content h4 {
    color: #1A1A1A;
}

.bg-beige .guarantee-content p,
.bg-white .guarantee-content p {
    color: #4A4A4A;
}

/* Responsive fix for guarantee */
@media(max-width: 480px) {
    .guarantee-container {
        flex-direction: row;
        /* Keep row even on mobile if space allows, or stack if very narrow */
        text-align: left;
        align-items: center;
    }
}

.price-anchor {
    display: block;
    color: var(--text-body);
    text-decoration: line-through;
    font-size: 1.2rem;
    opacity: 0.7;
    margin-bottom: 10px;
}

.price-final .small-text {
    display: block;
    color: var(--accent-gold);
    font-weight: 600;
    margin-bottom: 5px;
}

.big-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1;
}

.full-width {
    width: 100%;
    text-align: center;
    display: block;
}

.scarcity-text {
    font-size: 0.85rem;
    color: var(--text-white);
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Pulse Button (Kept) */
.pulse-button {
    box-shadow: 0 0 0 0 rgba(255, 215, 98, 0.7);
    animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 215, 98, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 215, 98, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 215, 98, 0);
    }
}

@media(max-width: 768px) {
    .offer-grid {
        grid-template-columns: 1fr;
    }

    .offer-image {
        margin-bottom: 20px;
    }

    .book-img {
        max-width: 70%;
        transform: rotateY(0);
        /* Remove 3D on mobile for simplicity */
    }

    .big-price {
        font-size: 2.8rem;
    }
}

/* Testimonials Slider Section */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 -15px;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: stretch;
}

.slide-item {
    min-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
}

@media(min-width: 768px) {
    .slide-item {
        min-width: 50%;
    }
}

@media(min-width: 1024px) {
    .slide-item {
        min-width: 33.333%;
    }
}

.testimonial-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 98, 0.2);
    transition: transform 0.3s ease;
    object-fit: cover;
    display: block;
}

.testimonial-img:hover {
    transform: translateY(-5px);
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.slider-btn {
    background: rgba(255, 215, 98, 0.1);
    border: 1px solid rgba(255, 215, 98, 0.3);
    color: var(--accent-gold);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: var(--accent-gold);
    color: #000;
}

.slider-btn svg {
    width: 24px;
    height: 24px;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--accent-gold);
    transform: scale(1.2);
}

/* Video Syles - VSL */
.video-container {
    width: 100%;
    max-width: 380px;
    /* Short/Vertical Format */
    margin: 2.5rem auto;
    /* Spacing from headline */
    position: relative;
    z-index: 10;
}

.video-wrapper {
    position: relative;
    padding-bottom: 177.77%;
    /* 9:16 Aspect Ratio (Shorts) */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    /* Smooth professional corners */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    /* Deep shadow for pop */
    border: 1px solid rgba(255, 215, 98, 0.2);
    /* Subtle Gold Border */
    background: #000;
    /* Loading state bg */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Update hero to accommodate video */
.hero-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    .section {
        padding: 60px 0;
    }

    .hero-content {
        padding: 0;
    }

    .card {
        padding: 30px 20px;
    }

    .insight-text {
        font-size: 1.4rem;
    }
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 215, 98, 0.2);
}

.faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: var(--text-white);
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--font-heading);
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--accent-gold);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 24px;
}

.faq-answer p {
    padding-bottom: 24px;
    color: var(--text-body);
    font-size: 1rem;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    /* Arbitrary large height */
}

/* Specific styling to match user request "Still in doubt?" header style if needed, 
   but currently integrated into standard section flow */

/* =========================================
   THEME OVERRIDES (Must be at the end)
   ========================================= */

/* White Theme Overrides */
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white .section-title,
.bg-white .card h3 {
    color: #000000 !important;
}

.bg-white p,
.bg-white .subtitle,
.bg-white .insight-sub,
.bg-white .testimonial-text,
.bg-white .card p,
.bg-white li {
    color: #333333 !important;
}

.bg-white .card,
.bg-white .testimonial-card {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.bg-white .card:hover,
.bg-white .testimonial-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

/* Beige Theme Overrides */
.bg-beige h1,
.bg-beige h2,
.bg-beige h3,
.bg-beige .section-title,
.bg-beige .card h3,
.bg-beige .offer-sub,
.bg-beige .offer-headline,
.bg-beige .big-price,
.bg-beige .scarcity-text,
.bg-beige strong {
    color: #1A1A1A !important;
}

.bg-beige p,
.bg-beige .subtitle,
.bg-beige .insight-sub,
.bg-beige .insight-text,
.bg-beige .testimonial-text,
.bg-beige .card p,
.bg-beige li,
.bg-beige .price-anchor {
    color: #4A4A4A !important;
}

.bg-beige .card,
.bg-beige .testimonial-card,
.bg-beige .insight-box,
.bg-beige .offer-section {
    background: #FFFFFF;
    /* Cards white on beige bg */
    border: 1px solid #D1C7B7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.bg-beige .divider {
    background: #1A1A1A;
    /* Dark divider for contrast */
}

.bg-beige .offer-section {
    background: #FFFFFF;
    /* Override dark gradient */
}

/* Table Overrides for Light Themes */
.bg-white .comparison-table th,
.bg-beige .comparison-table th {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}

.bg-white .comparison-table td,
.bg-beige .comparison-table td {
    color: #333;
    border-bottom: 1px solid #ccc;
}

.bg-white .comparison-table td.positive,
.bg-beige .comparison-table td.positive {
    color: #000;
    /* Dark text for positive column in light mode */
    font-weight: 600;
}

.bg-white .comparison-table td.impact,
.bg-beige .comparison-table td.impact {
    color: #B8860B;
    /* Dark Goldenrod for readability */
}

/* Fix Icons/SVGs in Light Mode */
.bg-white .icon,
.bg-beige .icon {
    color: #B8860B;
    /* Darker gold */
}

.bg-white .stars path,
.bg-beige .stars path {
    fill: #B8860B;
}

/* Offer Section Specifics on Beige */
.bg-beige .offer-section {
    border: 1px solid #B8860B;
}



.bg-beige .benefit-bullets li {
    border-bottom: 1px dashed #ccc;
}

.small-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Dual Checkout Options - Stacked/Separate */
.pricing-stack-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}

/* Base Pricing Block Style */
.pricing-option-block {
    position: relative;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

/* Featured Option (37,00) */
.pricing-option-block.featured {
    background: rgba(255, 215, 98, 0.1);
    border: 2px solid var(--accent-gold);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.pricing-option-block.featured:hover {
    transform: scale(1.02);
}

/* Basic Option (17,00) */
.pricing-option-block.basic {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-option-block.basic:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

/* Typography inside blocks */
.option-title {
    color: var(--text-white);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.option-subtitle {
    color: var(--text-body);
    font-size: 0.95rem;
    margin-bottom: 15px;
    display: block;
}

/* Price Styling adjustments */
.price-display-large {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1;
    margin: 15px 0;
}

.price-display-small {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1;
    margin: 15px 0;
}

.price-anchor-small {
    font-size: 1rem;
    text-decoration: line-through;
    opacity: 0.6;
    display: block;
    margin-bottom: 5px;
}

/* Badges */
.recco-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-gold);
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Secondary Button */
.button-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    transition: all 0.3s;
}

.button-outline:hover {
    background: var(--accent-gold);
    color: #000;
}

/* Light Mode Overrides */
.bg-beige .pricing-option-block.featured {
    background: #FFF;
    border-color: #B8860B;
}

.bg-beige .pricing-option-block.basic {
    background: #FFF;
    border-color: #D1C7B7;
}

.bg-beige .option-title,
.bg-beige .price-display-large,
.bg-beige .price-display-small {
    color: #1A1A1A;
}

.bg-beige .button-outline {
    border-color: #1A1A1A;
    color: #1A1A1A;
}

.bg-beige .button-outline:hover {
    background: #1A1A1A;
    color: #FFF;
}

/* Pricing Images */
.pricing-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.featured-img {
    max-width: 400px;
    /* Increased from 280px to be more proportionate */
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 215, 98, 0.3);
}

.basic-img {
    max-width: 200px;
    /* Increased from 150px to not look too tiny */
    width: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.pricing-option-block.featured .pricing-img {
    margin-top: 10px;
}

/* Mobile Optimizations */
@media (max-width: 480px) {
    .pricing-option-block {
        padding: 20px 15px;
        /* Reduce padding on mobile */
    }

    .featured-img {
        max-width: 100%;
        /* Use full available width */
    }

    .basic-img {
        max-width: 60%;
        /* Proportional size for basic book */
    }

    .price-display-large {
        font-size: 2.5rem;
        /* slightly smaller price text */
    }

    .benefit-bullets li {
        font-size: 0.9rem;
        /* optimized text size */
    }
}

/* Specific Mobile Spacing Fix for Hero */
@media (max-width: 768px) {
    .hero-content {
        padding-bottom: 6rem !important;
        /* Force gap on mobile to separate CTA from next section, but cleaner */
    }
}

/* Custom VSL Player Styles */
.vsl-wrapper {
    position: relative;
    width: 100%;
    max-width: min(400px, 45vh);
    /* Garante que a altura da VSL nunca tome mais que ~80% da tela (45 * 1.77 = 80vh) */
    aspect-ratio: 9 / 16;
    /* 9:16 Aspect Ratio (Vertical/Shorts) */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    background: #000;
    margin: 0 auto;
}

.vsl-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Removido o pointer-events: none para permitir pausar o vídeo após o início */
}

/* Black bars to hide YouTube UI without zooming and cropping subtitles */
.vsl-cover-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    /* Half the previous size */
    background: linear-gradient(to bottom, #000 70%, transparent);
    z-index: 5;
    pointer-events: none;
}

.vsl-cover-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8%;
    /* Half the previous size */
    background: linear-gradient(to top, #000 80%, transparent);
    z-index: 5;
    pointer-events: none;
}

/* Play Button Overlay */
.vsl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.vsl-play-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #9b27b0;
    /* Purple color matching standard mute overlay */
    padding: 25px 40px;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: 0 0 30px rgba(155, 39, 176, 0.4);
    animation: pulse-purple 2s infinite;
    max-width: 90%;
    text-align: center;
}

@keyframes pulse-purple {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(155, 39, 176, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(155, 39, 176, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(155, 39, 176, 0);
    }
}

.vsl-mute-icon {
    width: 64px;
    height: 64px;
    color: #fff;
    margin: 15px 0;
}

.vsl-top-text {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.vsl-bottom-text {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

/* Fake Progress Bar */
.vsl-progress-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 11;
}

.vsl-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--accent-gold);
    transition: width 0.5s linear;
}