:root {
    /* Palette Refinement: Warmer & More Welcoming */
    --primary: #C59D5F;
    /* Rich Gold */
    --primary-dark: #8C6B3D;
    /* Deep Bronze */
    --secondary: #D8E2DC;
    /* Soft Sage Mist */
    --accent: #F4F1EA;
    /* Warm Cream */
    --text: #4A4A4A;
    /* Softer Dark Gray */
    --text-light: #757575;
    /* Medium Gray */
    --bg: #FDFCF8;
    /* Warm Off-White */
    --white: #FFFFFF;
    --success: #2E8B57;
    /* Sea Green */
    --cta: #E07A5F;
    /* Warm Terracotta */
    --cta-hover: #D06548;

    --font-heading: 'Lora', serif;
    --font-body: 'Inter', sans-serif;

    /* Softer, more diffuse shadows */
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    --shadow-colored: 0 10px 25px -5px rgba(197, 157, 95, 0.15);

    --radius: 16px;
    /* Slightly more rounded */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background-color: var(--bg);
    line-height: 1.7;
    /* Improved readability */
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-image: radial-gradient(#E5E5E5 1px, transparent 1px);
    background-size: 40px 40px;
    /* Subtle dot pattern */
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    color: #2C3E50;
    line-height: 1.2;
}

img {
    max-width: 100%;
    display: block;
    border-radius: var(--radius);
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #E07A5F 0%, #D84315 100%);
    /* More vibrant gradient */
    color: white;
    font-size: 1.2rem;
    /* Larger text */
    padding: 1.2rem 2.5rem;
    /* Larger button */
    box-shadow: 0 8px 20px rgba(216, 67, 21, 0.3);
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(216, 67, 21, 0.4);
    filter: brightness(1.1);
}

.btn-large {
    font-size: 1.3rem;
    padding: 1.2rem 2.5rem;
    width: 100%;
    max-width: 400px;
    background-color: #27AE60;
    /* Green for final conversion */
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-large:hover {
    background-color: #219150;
    transform: scale(1.02);
}

.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(39, 174, 96, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
    }
}

/* Hero Section - Stronger Visual Impact */
.hero {
    padding: 6rem 0;
    background: linear-gradient(135deg, #FFF8E1 0%, #FDFBF7 100%);
    /* Visible warm cream gradient */
    border-bottom: 1px solid #E6D5B8;
    position: relative;
    text-align: center;
}

.hero-text h1 {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    /* Larger title */
    color: #5D4037;
    /* Dark warm brown */
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.hero-subheadline {
    font-size: 1.3rem !important;
    color: #795548 !important;
    /* Warm brown text */
    font-weight: 400 !important;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 800px;
    /* Limit width for readability since it's centered */
}

.hero-image-container {
    margin: 1rem auto 2rem auto;
    /* Centered with auto margins */
    max-width: 400px;
    /* Control image size */
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-image-container img,
.hero-image-container video {
    box-shadow: var(--shadow-lg);
    border: 6px solid white;
    transform: rotate(-1deg);
    transition: transform 0.5s ease;
    margin: 0 auto;
    /* Ensure image itself is centered */
    border-radius: var(--radius);
    /* Ensure video has rounded corners too */
    max-width: 100%;
    /* Ensure responsiveness */
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-image-container:hover img,
.hero-image-container:hover video {
    transform: rotate(0deg) scale(1.02);
}

/* Brand Name Update */
.brand-name {
    display: block;
    font-family: var(--font-body);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.brand-text {
    font-family: 'Lora', serif;
    /* Decorative font */
    font-weight: 700;
    font-size: 2rem;
    /* Larger size */
    background: linear-gradient(135deg, #D4A373 0%, #8C6B3D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    /* Keep natural casing */
    letter-spacing: 0;
}

/* Text Highlights - Improved for Wrapping */
.highlight-text {
    color: #D4A373;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(212, 163, 115, 0.2) 60%);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    display: inline;
    /* Changed from inline-block to allow wrapping */
    padding: 0 5px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* Remove the old pseudo-element approach */
.highlight-text::after {
    display: none;
}

.highlight-sub {
    color: #8C6B3D;
    /* Darker gold/bronze */
    font-weight: 700;
    font-style: italic;
}

/* Mobile Adjustments for Hero Text */
@media (max-width: 768px) {
    .brand-name {
        flex-direction: row;
        /* Keep emoji and text side-by-side */
        gap: 8px;
    }

    .brand-text {
        font-size: 1.4rem;
        /* Smaller on mobile to fit */
    }

    .hero-text h1 {
        font-size: 2.2rem;
        /* Reduce headline size */
        line-height: 1.2;
    }
}

/* Hero Image Container Update for Badge */
.hero-image-container {
    margin: 1rem auto 2rem auto;
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    /* Needed for absolute positioning of badge */
}

.hero-image-container video {
    border-radius: 24px;
    /* Soft rounded corners */
    border: 6px solid #FFF;
    /* White inner frame */
    box-shadow:
        0 0 0 4px #D4A373,
        /* Gold outer ring */
        0 20px 50px rgba(197, 157, 95, 0.3);
    /* Soft gold/brown shadow */
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.hero-image-container:hover video {
    transform: scale(1.02);
    /* Subtle zoom on hover */
}

.bonus-badge {
    position: absolute;
    bottom: -15px;
    right: 10px;
    background: var(--cta);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(5deg);
    z-index: 10;
    border: 3px solid white;
    animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: rotate(5deg) translateY(0);
    }

    50% {
        transform: rotate(5deg) translateY(-5px);
    }
}

.hero-text .subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.badge {
    display: inline-block;
    background: #E8F5E9;
    color: #2E7D32;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.secure-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.secure-badge i {
    width: 16px;
    height: 16px;
}

/* Animation Classes */
.hidden-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

.delay-100 {
    transition-delay: 0.1s;
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-300 {
    transition-delay: 0.3s;
}

.delay-400 {
    transition-delay: 0.4s;
}


/* Emotional Hook */
.emotional-hook {
    padding: 5rem 0;
    background-color: white;
}

.hook-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hook-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: var(--primary-dark);
}

.hook-text p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.hook-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.card-feature {
    background: #FFF;
    padding: 2rem;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #E0E0E0;
    /* Visible border */
    border-bottom: 4px solid var(--primary);
    /* Bottom accent instead of left */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card-feature:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.card-feature h3 {
    font-size: 1.2rem;
    margin: 0;
}

.icon-gold {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

/* Product Showcase */
.product-showcase {
    padding: 3rem 0;
    /* Reduced from 5rem */
    background-color: #F8F9FA;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2rem;
    /* Reduced margin */
}

.section-header h2 {
    font-size: 2rem;
    /* Reduced from 2.5rem */
    margin-bottom: 0.5rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    /* Reduced gap */
}

.feature-item {
    background: white;
    padding: 1.5rem;
    /* Reduced padding */
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.feature-icon {
    font-size: 2.5rem;
    /* Reduced icon size */
    margin-bottom: 0.5rem;
}

.feature-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.feature-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.4;
}

/* Bonuses */
.bonuses {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #FFF 0%, #FFFDF5 100%);
}

.tag {
    background: var(--primary);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Auto-Scrolling Bonus Carousel Styles */
.bonus-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
    overflow: hidden;
}

.bonus-track-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bonus-track-container::before,
.bonus-track-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.bonus-track-container::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.bonus-track-container::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.bonus-track {
    display: flex;
    gap: 2rem;
    width: max-content;
}

.scroll-left {
    animation: scrollLeft 40s linear infinite;
}

.scroll-right {
    animation: scrollRight 45s linear infinite;
}

/* Pause on hover */
.bonus-track:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Adjust Bonus Card for Carousel */
.bonus-track .bonus-card {
    width: 320px;
    /* Fixed width for desktop */
    flex-shrink: 0;
    margin: 0;
    /* Remove default margins */
}

@media (max-width: 768px) {
    .bonus-carousel-wrapper {
        margin-top: 1rem;
        gap: 1rem;
        position: relative;
    }

    .bonus-track-container {
        overflow: hidden;
        /* Revert to hidden for auto-scroll */
        width: 100%;
    }

    .bonus-track-container::-webkit-scrollbar {
        display: none;
    }

    .bonus-track-container::before,
    .bonus-track-container::after {
        display: none;
    }

    .bonus-track {
        width: max-content;
        gap: 1rem;
        padding: 0;
        will-change: transform;
        /* Optimize performance */
    }

    /* Enforce animations on mobile */
    .scroll-left {
        animation: scrollLeft 30s linear infinite !important;
    }

    .scroll-right {
        animation: scrollRight 35s linear infinite !important;
    }

    .bonus-track .bonus-card {
        width: auto;
        /* Keep user-approved sizing */
        max-width: 280px;
        min-width: 0;
        padding: 0.8rem;
        gap: 0.8rem;
        white-space: normal;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 auto;
    }

    .bonus-img-wrapper {
        width: 60px;
        height: 85px;
        flex-shrink: 0;
    }

    .bonus-content h4 {
        font-size: 0.85rem;
        margin-bottom: 0.2rem;
    }

    .bonus-content p {
        font-size: 0.75rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Hide controls if they exist */
    .mobile-scroll-controls {
        display: none !important;
    }
}

.bonus-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

.bonus-img-wrapper {
    width: 90px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: #f0f0f0;
}

.bonus-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-content-wrapper {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

.offer-content-wrapper ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-top: 10px;
}

.offer-content-wrapper li {
    margin-bottom: 10px;
    display: flex;
    /* Align checkmark and text */
    gap: 8px;
}

.bonus-content h4 {
    color: var(--cta);
    margin-bottom: 0.5rem;
}

.bonus-content .value {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 0.5rem;
}

.bonus-content .free {
    color: var(--success);
    font-weight: bold;
    font-size: 1.1rem;
}

/* Testimonials */
.testimonials {
    padding: 5rem 0;
    background-color: white;
    text-align: center;
}

/* Testimonials Carousel */
.testimonials-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
    padding: 1rem 0;
    /* Mask to fade edges */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.testimonials-track {
    display: flex;
    gap: 2rem;
    padding-right: 2rem;
    /* Ensure seamless loop by matching gap */
    width: max-content;
    animation: scroll 48s linear infinite;
    -webkit-animation: scroll 48s linear infinite;
    will-change: transform;
}

.testimonial-image-card {
    width: 280px;
    flex-shrink: 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 4px solid white;
    transition: transform 0.3s ease;
    background: white;
}

.testimonial-image-card:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: var(--shadow-lg);
}

.testimonial-image-card img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.testimonials-track:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .testimonial-image-card {
        width: 220px;
    }
}

/* Offer Section */
.offer-section {
    padding: 4rem 0;
    background: #FFF;
    /* Changed to white for cleaner look */
    color: var(--text);
}

.offer-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.offer-section-header h2 {
    font-size: 2.5rem;
    color: #2C3E50;
    margin-bottom: 0.5rem;
}

.offer-section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
}

.offer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    /* Align center vertically */
    justify-content: center;
}

.offer-box {
    background: white;
    border: 1px solid #F0F0F0;
    border-radius: 24px;
    padding: 2.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-box.basic {
    border: 1px solid #F0F0F0;
    box-shadow: var(--shadow-sm);
}

.offer-box.complete {
    border: 2px solid #D4A373;
    /* Strong Gold Border */
    background: #FFF8E1;
    /* Visible Warm Gold Tint Background */
    box-shadow: 0 20px 50px rgba(212, 163, 115, 0.25);
    /* Stronger Glow */
    transform: scale(1.05);
    z-index: 10;
    position: relative;
}

.offer-box.complete::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #D4A373, #8C6B3D);
    width: 100%;
}

.offer-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2C3E50;
}

.offer-box.complete .plan-title {
    color: var(--primary-dark);
    /* Gold/Bronze title for complete */
}

.price-block {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

.new-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2C3E50;
    line-height: 1;
}

.save-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.basic-badge {
    background: #E8F5E9;
    color: #2E7D32;
}

.complete-badge {
    background: #FFF8E1;
    color: var(--primary-dark);
}

.popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(197, 157, 95, 0.4);
    width: max-content;
    white-space: nowrap;
    z-index: 20;
    letter-spacing: 1px;
}

.offer-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

.offer-features li {
    display: flex;
    align-items: flex-start;
    /* Align top for multi-line */
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

.check-icon {
    width: 20px;
    height: 20px;
    color: var(--success);
    /* Green checks for all */
    flex-shrink: 0;
}

.offer-box.basic .check-icon {
    color: #2E7D32;
    /* Green checks for basic */
}

.checkout-button {
    margin-top: auto;
    /* Push to bottom */
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem;
    border-radius: 50px;
}

.offer-box.complete .checkout-button {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    /* Keep blue for trust/action but refined */
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
}

.offer-box.complete .checkout-button:hover {
    background-color: #357ABD;
}

.guarantee-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #999;
    margin-top: 10px;
}

.guarantee-mini i {
    width: 14px;
    height: 14px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .offer-wrapper {
        flex-direction: column;
        gap: 3rem;
        /* Space for the overlapping badge */
        padding-top: 1rem;
    }

    .offer-box {
        width: 100%;
        padding: 1.5rem;
    }

    .offer-box.complete {
        transform: none;
        /* No scale on mobile */
    }

    .new-price {
        font-size: 2.2rem;
    }

    .offer-features li {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
}

/* FAQ */
.faq {
    padding: 5rem 0;
    background: white;
}

.faq h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

details {
    background: var(--bg);
    padding: 1.5rem;
    border-radius: var(--radius);
    cursor: pointer;
}

summary {
    font-weight: 600;
    font-size: 1.1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--primary);
}

details[open] summary::after {
    content: '-';
}

details p {
    margin-top: 1rem;
    color: var(--text-light);
}

footer {
    background: #1a252f;
    color: white;
    padding: 3rem 0;
    text-align: center;
}

footer p {
    margin-bottom: 0.5rem;
    color: #bdc3c7;
}

/* Sales Popup */
.sales-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1000;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    max-width: 320px;
    border-left: 4px solid var(--success);
}

.sales-popup.show {
    transform: translateY(0);
    opacity: 1;
}

.popup-icon {
    color: var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
}

.popup-title {
    font-weight: 700;
    color: var(--text);
    font-size: 0.85rem;
}

.popup-text {
    color: var(--text-light);
    font-size: 0.8rem;
    line-height: 1.3;
}

.popup-time {
    font-size: 0.7rem;
    color: #999;
    margin-top: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {

    .hero-content,
    .hook-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .cta-group {
        align-items: center;
    }

    .card-feature {
        text-align: left;
    }

    /* Mobile Bonus Carousel */
    .bonus-container {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 1.5rem;
        margin-top: 2rem;
        -webkit-overflow-scrolling: touch;
        /* Hide scrollbar for cleaner look */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bonus-container::-webkit-scrollbar {
        display: none;
    }

    .bonus-card {
        flex: 0 0 85%;
        /* Show 85% of the card to hint at more content */
        scroll-snap-align: center;
        margin-right: 0;
        /* Reset margin if any */
    }

    /* Adjusting for the new centered hero layout */
    .hero-image-container {
        max-width: 80%;
    }

    /* Force 2 columns on mobile for features */
    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem;
    }

    .feature-item {
        padding: 1rem;
    }

    .feature-icon {
        font-size: 2rem;
    }

    .feature-item h3 {
        font-size: 1rem;
    }

    .feature-item p {
        font-size: 0.8rem;
    }

    .bonus-badge {
        right: 0;
        bottom: -10px;
        font-size: 0.9rem;
    }

    .sales-popup {
        left: 50%;
        transform: translate(-50%, 100px);
        /* Start below screen */
        bottom: 10px;
        width: 90%;
    }

    .sales-popup.show {
        transform: translate(-50%, 0);
        /* Center horizontally and show */
    }
}

/* Urgency Banner */
.urgency-banner {
    background-color: #E74C3C;
    color: white;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    z-index: 2000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.urgency-track {
    display: flex;
    gap: 4rem;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.urgency-track span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Urgency Timer Section */
.urgency-timer-section {
    padding: 2rem 0;
    background-color: #fdf2f2;
    /* Light red background to bridge sections */
}

.urgency-card-timer {
    background: linear-gradient(135deg, #cb2d3e 0%, #ef473a 100%);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 25px rgba(239, 71, 58, 0.3);
    border: 2px solid #fff;
    outline: 4px solid rgba(239, 71, 58, 0.2);
}

.urgency-content h2 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.urgency-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.countdown-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
    border-radius: 12px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.countdown-item span:first-child {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.countdown-item .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 0.2rem;
}

.separator {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /* Align with numbers */
    opacity: 0.6;
}

@media (max-width: 768px) {
    .urgency-card-timer {
        padding: 1.5rem;
    }

    .urgency-content h2 {
        font-size: 1.2rem;
    }

    .countdown-wrapper {
        padding: 0.8rem 1rem;
        gap: 0.5rem;
        width: 100%;
        justify-content: center;
    }

    .countdown-item span:first-child {
        font-size: 1.8rem;
    }

    .separator {
        font-size: 1.5rem;
    }
}

/* Exit Intent Popup */
.exit-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    /* Changed from flex to none to ensure it's hidden */
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.exit-popup-overlay.show {
    display: flex;
    /* Show when active */
    opacity: 1;
    visibility: visible;
}

.exit-popup-content {
    background: #FDFCF8;
    /* Warm off-white */
    padding: 2.5rem;
    border-radius: 24px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #D4A373;
    /* Gold border */
    box-shadow: 0 25px 50px rgba(197, 157, 95, 0.25);
}

.exit-popup-overlay.show .exit-popup-content {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 768px) {
    .exit-popup-content {
        padding: 1.5rem 1rem;
        /* Reduced padding */
        width: 95%;
        max-width: 340px;
        /* Limit width on mobile */
        max-height: 85vh;
        overflow-y: auto;
    }

    .exit-title {
        font-size: 1.3rem !important;
        /* Smaller title */
        margin-bottom: 0.8rem !important;
    }

    .exit-description {
        font-size: 0.85rem !important;
        margin-bottom: 1rem !important;
    }

    .exit-badge {
        font-size: 0.75rem !important;
        padding: 0.3rem 1rem !important;
        margin-bottom: 1rem !important;
    }

    .exit-price-box {
        padding: 0.8rem !important;
        margin: 1rem 0 !important;
    }

    .exit-to {
        font-size: 2rem !important;
    }
}

.exit-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eee;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #666;
    transition: background 0.2s;
}

.exit-popup-close:hover {
    background: #ddd;
    color: #333;
}

.exit-badge {
    background: linear-gradient(135deg, #E07A5F 0%, #D84315 100%);
    /* Warm terracotta gradient */
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(216, 67, 21, 0.3);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.exit-title {
    font-family: 'Lora', serif;
    /* Decorative font */
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #5D4037;
    /* Warm brown */
}

.exit-description {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.exit-price-box {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.exit-from {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

.exit-to {
    color: var(--success);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.exit-save {
    color: #E74C3C;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    margin-top: 0.2rem;
}

.exit-coupon {
    background: #fff;
    border: 2px dashed #ccc;
    padding: 0.8rem;
    margin: 1rem 0;
    border-radius: 8px;
    font-family: monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

/* Kit Showcase */
.kit-showcase {
    padding: 4rem 0;
    background-color: #F8F9FA;
    overflow: hidden;
}

.kit-carousel {
    margin-bottom: 3rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.kit-track img {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

.kit-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: scrollKit 30s linear infinite;
}

.kit-track img {
    height: 280px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

@keyframes scrollKit {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.kit-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.kit-card {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #EEE;
    transition: transform 0.2s;
}

.kit-card:hover {
    transform: translateY(-3px);
}

.kit-icon {
    color: var(--primary);
    width: 32px;
    height: 32px;
}

.kit-card span {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

@media (min-width: 768px) {
    .kit-cards-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .kit-track img {
        height: 250px;
    }
}

/* Upsell Popup Styles */
.upsell-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none !important;
    /* Force hidden */
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.upsell-popup-overlay.show {
    display: flex !important;
    opacity: 1;
}

.upsell-popup-content {
    background: white;
    width: 90%;
    max-width: 500px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.upsell-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #555;
    z-index: 10;
}

.upsell-header {
    background: linear-gradient(135deg, var(--success) 0%, #1e7e72 100%);
    padding: 2rem 1.5rem;
    text-align: center;
    color: white;
}

.upsell-badge {
    background: #FFD700;
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.upsell-header h2 {
    color: white;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.2;
}

.upsell-body {
    padding: 1.5rem;
    text-align: center;
}

.upsell-body p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.upsell-comparison {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    border: 1px solid #eee;
}

.upsell-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #666;
}

.upsell-item.highlight {
    color: var(--success);
    font-weight: 600;
}

.upsell-item .check {
    font-size: 1.1rem;
}

.upsell-price-box {
    margin-bottom: 1.5rem;
    background: #fffdf5;
    border: 2px dashed var(--primary);
    padding: 1rem;
    border-radius: 12px;
}

.price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.price-row .label {
    font-size: 0.9rem;
    color: #888;
    text-decoration: line-through;
}

.price-row .price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--success);
    line-height: 1;
}

.btn-link-subtle {
    display: block;
    margin-top: 15px;
    color: #999;
    text-decoration: underline;
    font-size: 0.9rem;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
}

.btn-link-subtle:hover {
    color: #666;
}

/* Mobile Optimization for Upsell Popup */
@media (max-width: 768px) {
    .upsell-popup-content {
        width: 95%;
        max-height: 85vh;
        /* Ensure it fits vertically with some margin */
        overflow-y: auto;
        /* Allow scrolling */
        border-radius: 12px;
    }

    .upsell-header {
        padding: 1.2rem 1rem;
    }

    .upsell-header h2 {
        font-size: 1.2rem;
    }

    .upsell-badge {
        font-size: 0.7rem;
        margin-bottom: 5px;
    }

    .upsell-body {
        padding: 1rem;
    }

    .upsell-body p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .upsell-comparison {
        padding: 0.8rem;
        margin-bottom: 1rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* Two columns to save space */
        gap: 8px;
        text-align: left;
    }

    .upsell-item {
        font-size: 0.75rem;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .upsell-item .check {
        font-size: 0.9rem;
    }

    .upsell-price-box {
        padding: 0.8rem;
        margin-bottom: 1rem;
        background: #fffdf5;
    }

    .price-row .label {
        font-size: 0.8rem;
    }

    .price-row .price {
        font-size: 1.8rem;
    }

    .upsell-popup-close {
        top: 5px;
        right: 5px;
        width: 28px;
        height: 28px;
        font-size: 1.2rem;
    }

    /* Adjust button in popup */
    .upsell-body .btn-large {
        font-size: 0.95rem !important;
        padding: 0.8rem !important;
        white-space: normal;
        line-height: 1.2;
    }
}

/* Mobile Bonus Scroll Button */
.bonus-scroll-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    background: var(--cta);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(231, 111, 81, 0.4);
    z-index: 20;
    cursor: pointer;
    transition: transform 0.2s;
}

.bonus-scroll-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.bonuses .container {
    position: relative;
}

@media (max-width: 768px) {
    .bonus-scroll-btn {
        display: flex;
    }
}