:root {
    --primary-color: #1a4d2e;
    --cta-color: #00b34a;
    --cta-hover: #008f3b;
    --background-main: #fcfcfc;
    --text-main: #1f1f1f;
    --text-muted: #555555;
    --card-bg: #ffffff;
    --border-color: #eeeeee;
    --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.03);
    --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.05);
    --glow-color: rgba(0, 179, 74, 0.15);
    --transition-speed: 0.3s;
    --font-h1: 2.5rem;
    --font-h2: 1.75rem;
    --font-h3: 1.25rem;
    --font-body: 1rem;
    --font-small: 0.875rem;
    --spacing-container: 16px;
    --spacing-section: 30px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--background-main);
    color: var(--text-main);
    line-height: 1.5;
    font-size: var(--font-body);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    -webkit-user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 0.5em;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

h1 strong, h2 strong {
    color: var(--primary-color);
}

p {
    margin-bottom: 1em;
    color: var(--text-muted);
}

.highlight {
    color: var(--cta-color);
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 var(--spacing-container);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(252, 252, 252, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    padding: 0.75rem 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.navbar-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

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

.logo {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.03em;
}

.nav-contact {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all var(--transition-speed);
    cursor: pointer;
    border: none;
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.btn-primary {
    background-color: var(--cta-color);
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--cta-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px var(--glow-color);
}

.btn-sm {
    padding: 8px 16px;
    font-size: 0.875rem;
    width: auto;
}

.hero {
    padding: 40px 0 15px;
    text-align: center;
}

.hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge-new {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff5f1;
    color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    font-weight: 600;
}

.glitch-text {
    font-size: var(--font-h1);
    line-height: 1.1;
    margin-bottom: 12px;
}

.hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--text-muted);
    max-width: 90%;
}

.ambient-light {
    position: fixed;
    width: 300px;
    height: 300px;
    background: var(--cta-color);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.06;
    z-index: -1;
    pointer-events: none;
}

.light-1 {
    top: -100px;
    right: -100px;
}

.light-2 {
    bottom: -50px;
    left: -100px;
}

.section {
    padding: var(--spacing-section) 0;
}

.section-header {
    margin-bottom: 25px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: var(--font-h2);
    margin-bottom: 12px;
}

.vsl-section {
    background: #f8faf9;
    padding-top: 10px;
}

.vsl-video-container {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(26, 77, 46, 0.1);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 0 20px var(--glow-color);
    overflow: hidden;
    position: relative;
}

.vsl-video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.vsl-video {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 10px;
    background: #000;
    outline: none;
}

#vsl-video {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px) !important;
    height: calc(100% - 16px) !important;
    object-fit: contain;
}

.unmute-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--cta-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 179, 74, 0.4);
    z-index: 20;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

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

.unmute-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.vsl-start-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3); /* Let the background video/poster be visible */
    z-index: 20;
    border-radius: 10px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    padding: 15px;
    box-sizing: border-box;
}

.vsl-start-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.mute-toggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 21;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    backdrop-filter: blur(4px);
}

.mute-toggle:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.mute-toggle.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-pause-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 21;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    backdrop-filter: blur(4px);
}

.play-pause-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.play-pause-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.testimonials-slider,
.results-slider,
.video-slider {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
    will-change: transform;
}

.transformation-showcase {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
}

.transformation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--card-bg);
    padding: 0;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-subtle);
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    gap: 0;
    width: 100%;
}

.transformation-divider {
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    border-radius: 2px;
}

.transformation-image {
    flex: 1;
    position: relative;
    width: 100%;
}

.transformation-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    display: block;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.testimonial-card,
.video-card,
.results-slider .transformation-showcase {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.relative-container {
    position: relative;
    width: 100%;
}

.testimonial-video {
    width: 100%;
    border-radius: 12px;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-subtle);
    max-height: 80vh;
    object-fit: cover;
}

.results-slider .transformation-showcase {
    flex: 0 0 100%;
    width: 100%;
}

.testimonial-card {
    flex-direction: row; /* Default for testimonials */
}

.transformation-showcase {
    flex-direction: column;
}

.testimonial-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    cursor: pointer;
}

.section-banner-container {
    margin: 0 -20px;
}

.section-feature-img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(252, 252, 252, 0.9);
    backdrop-filter: blur(4px);
    border: 1px solid var(--border-color);
    width: 44px; /* Larger for touch */
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

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

.slider-btn:hover {
    background: #ffffff;
    color: var(--cta-color);
}

.slider-btn.next { right: 5px; }

.slider-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color);
    cursor: pointer;
}

.dot.active {
    background: var(--cta-color);
    transform: scale(1.2);
}

.cta-section {
    background: #f0f7f2;
    border-top: 1px solid #e0ebe3;
}

.cta-content {
    text-align: left;
}

.offer-title {
    font-size: var(--font-h3);
    margin-bottom: 15px;
    text-align: center;
}

.offer-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 40px;
}

.offer-item {
    background: #ffffff;
    border: 1px solid var(--border-color);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.offer-item i {
    font-size: 1.25rem;
    color: var(--cta-color);
    margin-right: 16px;
}

.offer-item span {
    font-size: 0.95rem;
    font-weight: 500;
}

.guarantee-badge {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: var(--text-muted);
    font-size: 0.85rem;
    text-align: left;
    max-width: 400px;
}

.guarantee-text {
    line-height: 1.4;
}

.guarantee-text strong {
    color: var(--text-main);
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.guarantee-badge i {
    color: var(--cta-color);
    font-size: 1.5rem;
    margin-top: 2px;
}

.offer-price-highlight {
    display: block;
    font-size: 0.95rem;
    color: var(--text-main);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 8px;
    padding: 12px 16px;
    background: #f0fdf4;
    border-radius: 8px;
    border: 1px dashed #86efac;
    width: 100%;
    transition: transform 0.2s ease;
}

.offer-price-highlight:active {
    transform: scale(0.98);
}

.offer-price-highlight del {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.9rem;
}

.offer-price-highlight .price-emphasis {
    color: #16a34a;
    font-weight: 800;
    font-size: 1.25rem;
}

.offer-price-highlight .access-text {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #ea580c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer {
    padding: 40px 0 80px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid var(--border-color);
}

@media (min-width: 768px) {
    :root {
        --font-h1: 4rem;
        --font-h2: 2.5rem;
        --font-h3: 1.75rem;
        --font-body: 1.125rem;
    }
    .container { max-width: 1000px; }
    .hero { padding: 180px 0 100px; }
    .btn { width: auto; }
    .nav-contact { display: block; }
    
    .testimonial-card {
        flex: 0 0 50%;
        width: 50%;
    }
}