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

:root {
    --primary: #4CAF50;
    --primary-dark: #388E3C;
    --text-dark: #2c2c2c;
    --text-gray: #666;
    --bg-light: #f5f5f5;
    --white: #ffffff;
    --border: #e0e0e0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: var(--white);
}

/* Container */
.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

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

/* Header */
.header-clean {
    background: transparent;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.3s, box-shadow 0.3s;
}
.header-clean.scrolled {
    background: #3a6647;
    backdrop-filter: none;
    box-shadow: 0 1px 12px rgba(0,0,0,0.15);
}
.header-clean.scrolled .nav-menu a {
    color: white;
}
.header-clean.scrolled .btn-icon {
    color: white;
}
.header-clean.scrolled .nav-logo img {
    filter: brightness(0) invert(1);
}

.nav-clean {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(40%) saturate(500%) hue-rotate(100deg) brightness(80%);
}

.nav-menu {
    display: flex;
    gap: 3rem;
    margin-left: auto;
    margin-right: 2rem;
}

.nav-menu a {
    color: #3a6647;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: opacity 0.3s;
}

.nav-menu a:hover {
    opacity: 0.8;
}

.nav-actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.btn-icon {
    background: none;
    border: none;
    color: #3a6647;
    cursor: pointer;
    padding: 8px;
    position: relative;
    transition: opacity 0.3s;
}

.btn-icon:hover {
    opacity: 0.8;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.cart-badge.active {
    display: flex;
}

/* ===== HERO FEEZEE STYLE ===== */
.hero-feezee {
    position: relative;
    background: #f0ede6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
}

/* Elementos flotantes */
.hero-float-el {
    position: absolute;
    pointer-events: none;
    animation: floatRandom 6s ease-in-out infinite;
    z-index: 1;
}
.hero-float-el img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12));
}
@keyframes floatRandom {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-18px) rotate(3deg); }
}

/* Barra de sabores */
.hero-flavor-bar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #4a7c59;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 24px;
    background: rgba(255,255,255,0.6);
    border-radius: 30px;
    backdrop-filter: blur(8px);
    margin-top: 20px;
}
.hero-flavor-dot { color: #aaa; font-size: 18px; line-height: 1; }

/* Contenedor del título + producto */
.hero-feezee-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: -20px 0 -30px;
}

/* Título gigante */
.hero-big-title {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}
.hero-big-line {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(80px, 14vw, 180px);
    font-weight: 900;
    color: #3a6647;
    line-height: 0.9;
    display: block;
    text-align: center;
    white-space: nowrap;
    opacity: 0.18;
    letter-spacing: -2px;
}
.hero-big-line-2 {
    opacity: 0.22;
}

/* Producto centrado encima del título */
.hero-center-product {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    gap: 24px;
}
.hero-center-product img {
    width: clamp(220px, 28vw, 420px);
    height: auto;
    filter: drop-shadow(0 32px 64px rgba(74,124,89,0.3));
    animation: heroFloat 5s ease-in-out infinite;
}
.btn-cta.hero-product-cta {
    margin-bottom: 0;
    margin-top: -132px;
    padding: 16px 56px;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    background: linear-gradient(180deg, #f7e08c 0%, #edcf5d 100%);
    color: #274a35;
    border: 2px solid rgba(255,255,255,0.95);
    font-weight: 800;
    box-shadow:
        0 16px 36px rgba(26, 26, 26, 0.28),
        0 0 0 6px rgba(255,255,255,0.24);
    position: relative;
    z-index: 5;
}
.btn-cta.hero-product-cta:hover {
    background: linear-gradient(180deg, #f7e08c 0%, #edcf5d 100%);
    color: #274a35;
    box-shadow:
        0 18px 40px rgba(26, 26, 26, 0.34),
        0 0 0 8px rgba(255,255,255,0.28);
}

.hero-product-cta { display: none !important; }
@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

/* Sección inferior */
.hero-feezee-bottom {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 60px;
    text-align: center;
}
.hero-feezee-desc p {
    font-size: 17px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.hero-feezee-cta {
    margin-bottom: 0;
    padding: 16px 56px;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.hero-feezee-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-feezee { min-height: auto; padding-top: 80px; }
    .hero-big-line { font-size: clamp(56px, 18vw, 100px); }
    .hero-center-product img { width: clamp(180px, 55vw, 280px); }
    .hero-float-el { display: none; }
    .hero-float-el:nth-child(1),
    .hero-float-el:nth-child(3) { display: block; width: 150px !important; }
}

/* Hero Section (legacy, kept for compatibility) */
.hero-clean {
    padding: 120px 0 80px;
    background: #f0ede6;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content-left h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.hero-description {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.btn-cta {
    background: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.btn-cta:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.hero-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.rating-stars {
    font-size: 1.25rem;
    color: #FFB800;
}

.rating-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.rating-score {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.rating-reviews {
    font-size: 0.85rem;
    color: var(--text-gray);
}

.hero-features-icons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.feature-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.icon-circle img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.feature-icon-item span {
    font-size: 0.85rem;
    color: var(--text-gray);
    text-align: center;
    max-width: 80px;
}

.hero-image-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-right img {
    width: 100%;
    max-width: 500px;
}

/* Ritual Section */
.ritual-section {
    padding: 80px 0;
    background: white;
}

.section-title-center {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--text-dark);
}

.ritual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.ritual-card {
    text-align: center;
}

.ritual-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 1rem;
    background: var(--bg-light);
    padding: 1rem;
}

.ritual-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.ritual-card p {
    color: var(--text-gray);
    font-size: 0.95rem;
}

/* Product Section */
.product-section-clean {
    padding: 80px 0;
    background: var(--bg-light);
}

.product-layout-clean {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.product-image-sticky {
    position: sticky;
    top: 120px;
}

.product-image-sticky img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

.product-info-clean h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-subtitle {
    font-size: 1.15rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.product-price {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    display: block;
    margin-bottom: 0.5rem;
}

.price-detail {
    color: var(--text-gray);
    font-size: 0.95rem;
}

.product-form-clean {
    margin-bottom: 2rem;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.flavor-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.flavor-option {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.flavor-option:hover {
    border-color: var(--primary);
    background: rgba(76, 175, 80, 0.05);
}

.flavor-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.flavor-option input[type="radio"]:checked + .flavor-label {
    color: var(--primary);
    font-weight: 600;
}

.flavor-option input[type="radio"]:checked ~ .flavor-label::before {
    border-color: var(--primary);
    background: var(--primary);
}

.flavor-option input[type="radio"]:checked ~ .flavor-label::after {
    opacity: 1;
}

.flavor-label {
    padding-left: 2rem;
    font-size: 1rem;
    color: var(--text-dark);
    transition: all 0.3s;
    position: relative;
    width: 100%;
}

.flavor-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
}

.flavor-label::after {
    content: '✓';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s;
}

.flavor-option:has(input[type="radio"]:checked) {
    border-color: var(--primary);
    background: rgba(76, 175, 80, 0.05);
}

.select-clean {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    cursor: pointer;
}

.quantity-selector-clean {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
}

.qty-btn-clean {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    background: white;
    border-radius: 8px;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
}

.qty-btn-clean:hover {
    border-color: var(--primary);
    color: var(--primary);
}

#quantity,
#quickBuyQuantity {
    width: 70px;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    background: var(--bg-light);
}

.btn-add-to-cart {
    width: 100%;
    background: var(--primary);
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-add-to-cart:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.product-benefits {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.benefit-item-clean {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-gray);
    font-size: 0.9rem;
}

.benefit-item-clean svg {
    color: var(--primary);
    flex-shrink: 0;
}

/* Testimonial Section */
.testimonial-section {
    padding: 80px 0;
    background: #e8f5e9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card-new {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.testimonial-stars {
    font-size: 1.25rem;
    color: #FFB800;
}

.testimonial-quote {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bg-light);
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.author-title {
    font-size: 0.85rem;
    color: var(--text-gray);
}

/* Recipes Section */
.recipes-section {
    padding: 80px 0;
    background: white;
}

.section-subtitle-center {
    text-align: center;
    color: var(--text-gray);
    font-size: 1.15rem;
    margin-bottom: 3rem;
    margin-top: -1.5rem;
}

.recipes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.recipe-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.recipe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.recipe-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--bg-light);
}

.recipe-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.recipe-content {
    padding: 1.5rem;
}

.recipe-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-dark);
}

.recipe-description {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.recipe-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: var(--text-gray);
}

.btn-recipe {
    background: var(--primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.btn-recipe:hover {
    background: var(--primary-dark);
}

/* Recipe Modal */
.recipe-modal-content {
    max-width: 600px;
}

.recipe-detail {
    padding: 1rem 0;
}

.recipe-detail h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.recipe-ingredients {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.recipe-ingredients li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-gray);
}

.recipe-ingredients li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    font-size: 1.2rem;
}

.recipe-instructions {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.recipe-instructions li {
    padding: 0.75rem 0;
    padding-left: 2.5rem;
    position: relative;
    color: var(--text-gray);
    counter-increment: step-counter;
}

.recipe-instructions li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0.75rem;
    background: var(--primary);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.recipe-tips {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    border-left: 3px solid var(--primary);
}

.recipe-tips p {
    margin: 0;
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal-overlay.active {
    display: flex;
}

/* Discount Popup - Feezee style */
.discount-popup-content {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 760px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: slideUp 0.4s ease-out;
    overflow: hidden;
}

.discount-popup-split {
    display: flex;
    min-height: 420px;
}

.discount-popup-left {
    flex: 1;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.discount-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4a7c59;
    margin-bottom: 12px;
}

.discount-popup-left h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.15;
    margin-bottom: 16px;
}

.discount-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 28px;
}

.discount-email-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.discount-email-input {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}
.discount-email-input:focus { border-color: #4a7c59; }

.discount-popup-right {
    width: 280px;
    background: #f0ede6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.discount-popup-right img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 16px 32px rgba(74,124,89,0.25));
    animation: heroFloat 5s ease-in-out infinite;
}

.discount-badge-float {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #4a7c59;
    color: white;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(74,124,89,0.4);
}
.discount-badge-pct { font-size: 20px; font-weight: 800; line-height: 1; }
.discount-badge-off { font-size: 10px; font-weight: 700; letter-spacing: 1px; }

/* Toast */
.discount-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #1a1a1a;
    color: white;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.discount-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.discount-toast strong { color: #4CAF50; }

@media (max-width: 600px) {
    .discount-popup-split { flex-direction: column; }
    .discount-popup-right { width: 100%; height: 180px; }
    .discount-popup-right img { width: 130px; }
    .discount-popup-left { padding: 32px 24px 24px; }
    .discount-popup-left h2 { font-size: 1.8rem; }
}

.btn-discount-cta {
    width: 100%;
    background: #4a7c59;
    color: white;
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
}
.btn-discount-cta:hover {
    background: #3d6b4a;
}

.btn-discount-close {
    background: transparent;
    color: #aaa;
    border: none;
    padding: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s;
    text-align: center;
    width: 100%;
}
.btn-discount-close:hover {
    color: var(--text-dark);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Quick Buy Modal */
.quick-buy-product {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1.5rem;
}

.quick-buy-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    background: var(--bg-light);
    flex-shrink: 0;
}

.quick-buy-info h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.quick-buy-subtitle {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.quick-buy-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.quick-buy-form {
    margin-top: 1.5rem;
}

.quick-buy-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    margin-top: 1.5rem;
}

/* Modal animations for mobile */
@media (max-width: 768px) {
    .modal-content-clean {
        animation: slideUpMobile 0.3s ease-out;
        margin-top: auto;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: 90vh;
    }
    
    @keyframes slideUpMobile {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .discount-popup-content {
        animation: slideUpMobile 0.3s ease-out;
        margin-top: auto;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: 100%;
    }
    .discount-popup-split { flex-direction: column-reverse; }
    .discount-popup-right { width: 100%; height: 160px; }
    .discount-popup-right img { width: 120px; }
    .discount-popup-left { padding: 28px 20px 20px; }
    .discount-popup-left h2 { font-size: 1.6rem; }
    
    .modal-overlay {
        align-items: flex-end;
        padding: 0;
    }
    
    .quick-buy-product {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .quick-buy-image {
        width: 120px;
        height: 120px;
    }
}

.modal-content-clean {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header-clean {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border);
}

.modal-header-clean h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-close-clean {
    background: none;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: var(--text-gray);
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
}

.modal-body-clean {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
}

.empty-cart-msg {
    text-align: center;
    color: var(--text-gray);
    padding: 2rem 0;
}

.cart-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}

.cart-item-image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--bg-light);
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.cart-item-variant {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.cart-item-price {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.9rem;
}

.cart-item-remove {
    background: none;
    border: none;
    color: var(--text-gray);
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0;
    width: 28px;
    height: 28px;
}

.modal-footer-clean {
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--border);
}

.cart-total-clean {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.btn-checkout-clean {
    width: 100%;
    background: var(--primary);
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-checkout-clean:hover:not(:disabled) {
    background: var(--primary-dark);
}

.btn-checkout-clean:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* WhatsApp */
.whatsapp-btn-clean {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.3s;
}

.whatsapp-btn-clean:hover {
    transform: scale(1.1);
}

/* Footer */
.footer-clean {
    background: var(--text-dark);
    color: white;
    padding: 2rem 0;
    text-align: center;
}
.footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
}
.footer-legal-links a,
.footer-legal-links a:visited {
    color: white;
    text-decoration: none;
    transition: opacity 0.15s;
}
.footer-legal-links a:hover { opacity: 0.8; }
.footer-legal-links span { color: rgba(255,255,255,0.35); }

/* Responsive */
@media (max-width: 1024px) {
    .hero-grid,
    .product-layout-clean {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .product-image-sticky {
        position: static;
    }
    
    .ritual-grid {
        grid-template-columns: 1fr;
    }
    
    .recipes-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container-fluid,
    .container-narrow {
        padding: 0 1.5rem;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-logo img {
        height: 40px;
    }
    
    .hero-clean {
        padding: 100px 0 40px;
    }
    
    .hero-content-left h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-cta {
        width: 100%;
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .hero-rating {
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    
    .hero-features-icons {
        gap: 1rem;
        justify-content: center;
    }
    
    .feature-icon-item {
        flex: 0 0 calc(33.333% - 1rem);
    }
    
    .icon-circle {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon-item span {
        font-size: 0.75rem;
        max-width: 70px;
    }
    
    .hero-image-right img {
        max-width: 100%;
    }
    
    .section-title-center {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .section-subtitle-center {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .ritual-section,
    .recipes-section,
    .product-section-clean,
    .testimonial-section {
        padding: 60px 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .recipes-grid {
        grid-template-columns: 1fr;
    }
    
    .product-info-clean h2 {
        font-size: 2rem;
    }
    
    .product-subtitle {
        font-size: 1rem;
    }
    
    .price {
        font-size: 2rem;
    }
    
    .modal-overlay {
        padding: 0;
    }
    
    .modal-content-clean,
    .discount-popup-content {
        max-width: 100%;
        width: 100%;
        border-radius: 16px 16px 0 0;
    }
    
    .modal-body-clean {
        max-height: 60vh;
    }
    
    .discount-popup-body {
        padding: 2rem 1.5rem 1.5rem;
    }
    
    .discount-icon {
        font-size: 3.5rem;
    }
    
    .discount-popup-body h2 {
        font-size: 1.75rem;
    }
    
    .discount-title {
        font-size: 1.25rem;
    }
    
    .discount-subtitle {
        font-size: 1.1rem;
    }
    
    .discount-code {
        font-size: 1.5rem;
    }
    
    .whatsapp-btn-clean {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-btn-clean svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .hero-content-left h1 {
        font-size: 1.75rem;
    }
    
    .hero-features-icons {
        gap: 0.75rem;
    }
    
    .feature-icon-item {
        flex: 0 0 calc(33.333% - 0.75rem);
    }
    
    .icon-circle {
        width: 45px;
        height: 45px;
    }
    
    .icon-circle img {
        width: 24px;
        height: 24px;
    }
    
    .feature-icon-item span {
        font-size: 0.7rem;
        max-width: 60px;
    }
    
    .rating-stars {
        font-size: 1rem;
    }
    
    .rating-score {
        font-size: 1rem;
    }
    
    .rating-reviews {
        font-size: 0.75rem;
    }
    
    .section-title-center {
        font-size: 1.75rem;
    }
    
    .quick-buy-image {
        width: 100px;
        height: 100px;
    }
    
    .quick-buy-info h4 {
        font-size: 1.1rem;
    }
    
    .quick-buy-price {
        font-size: 1.25rem;
    }
    
    .quick-buy-total {
        font-size: 1.1rem;
    }
}

/* ===== HERO EYEBROW ===== */
.hero-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4a7c59;
    margin-bottom: 16px;
    background: rgba(74,124,89,0.1);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
    padding: 80px 0;
    background: #fafaf8;
}
.benefits-header {
    text-align: center;
    margin-bottom: 48px;
}
.benefits-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.benefits-header p {
    color: #666;
    font-size: 16px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 320px));
    justify-content: center;
    gap: 24px;
}
.benefit-card {
    background: white;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #eee;
    transition: transform 0.2s, box-shadow 0.2s;
}
.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.benefit-icon {
    font-size: 32px;
    margin-bottom: 16px;
}
.benefit-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ===== OFFER SECTION ===== */
.offer-section {
    padding: 80px 0;
    background: white;
}
.offer-header {
    text-align: center;
    margin-bottom: 48px;
}
.offer-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}
.offer-header p { color: #666; font-size: 16px; }

.offer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: start;
    margin-bottom: 32px;
}
.offer-grid .offer-card {
    flex: 1 1 300px;
    max-width: 400px;
    width: 100%;
}

.offer-card {
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: white;
}
.offer-card:hover { border-color: #4a7c59; box-shadow: 0 8px 32px rgba(74,124,89,0.12); }

.offer-card-featured {
    border-color: #4a7c59;
    box-shadow: 0 8px 32px rgba(74,124,89,0.15);
    transform: scale(1.03);
}

.offer-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a7c59;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.offer-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.offer-qty { font-size: 18px; font-weight: 700; }
.offer-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    background: #f5f5f0;
    color: #666;
}
.offer-tag-green { background: #dcfce7; color: #166534; }
.offer-tag-purple { background: #ede9fe; color: #5b21b6; }

.offer-price { margin-bottom: 20px; }
.price-main { font-size: 32px; font-weight: 800; display: block; }
.price-per { font-size: 13px; color: #888; display: block; }
.price-save {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #4a7c59;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 10px;
}

.offer-perks {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.offer-perks li { font-size: 13.5px; color: #444; }

.offer-flavor-select { margin-bottom: 20px; }
.offer-flavor-select label { font-size: 12px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 8px; }

.flavor-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.flavor-pill input { display: none; }
.flavor-pill span {
    display: block;
    padding: 6px 14px;
    border: 1.5px solid #e5e5e5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    color: #444;
}
.flavor-pill input:checked + span {
    border-color: #4a7c59;
    background: #4a7c59;
    color: white;
}

.btn-offer {
    width: 100%;
    padding: 14px;
    border: 2px solid #1a1a1a;
    border-radius: 10px;
    background: white;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
}
.btn-offer:hover { background: #1a1a1a; color: white; }
.btn-offer-featured {
    background: #4a7c59;
    border-color: #4a7c59;
    color: white;
}
.btn-offer-featured:hover { background: #3d6b4a; border-color: #3d6b4a; }

.offer-trust {
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 13px;
    color: #888;
    flex-wrap: wrap;
}

/* ===== TESTIMONIALS - avatars con iniciales ===== */
.author-avatar-initials {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4a7c59;
    color: white;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ===== SIDE CART ===== */
.side-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.side-cart-overlay.active { opacity: 1; pointer-events: all; }

.side-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1101;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -8px 0 32px rgba(0,0,0,0.12);
}
.side-cart.open { transform: translateX(0); }

.side-cart-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-cart-header h3 { font-size: 16px; font-weight: 700; }
.side-cart-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    line-height: 1;
    padding: 0;
}
.side-cart-close:hover { color: #1a1a1a; }

.side-cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.side-cart-empty { text-align: center; padding: 48px 0; color: #888; }

.side-cart-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}
.side-cart-item-img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: #f5f5f0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.side-cart-item-info { flex: 1; }
.side-cart-item-name { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.side-cart-item-variant { font-size: 12px; color: #888; margin-bottom: 6px; }
.side-cart-item-price { font-size: 14px; font-weight: 700; color: #4a7c59; }
.side-cart-item-remove {
    background: none;
    border: none;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    align-self: flex-start;
}
.side-cart-item-remove:hover { color: #e53e3e; }

.side-cart-footer {
    padding: 20px 24px;
    border-top: 1px solid #f0f0f0;
}
.side-cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.side-cart-shipping {
    font-size: 12px;
    color: #4a7c59;
    font-weight: 500;
    margin-bottom: 16px;
    min-height: 18px;
}

/* ===== UPSELL MODAL ===== */
.upsell-modal-content {
    background: white;
    border-radius: 20px;
    padding: 32px;
    max-width: 420px;
    width: 90%;
    position: relative;
    animation: slideUp 0.3s ease;
}
.upsell-badge {
    display: inline-block;
    background: #fef9c3;
    color: #854d0e;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.upsell-product {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fafaf8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 4px;
}
.upsell-product-img {
    font-size: 48px;
    flex-shrink: 0;
}
.upsell-product-info h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.upsell-product-info p { font-size: 13px; color: #666; margin-bottom: 8px; }
.upsell-price { display: flex; align-items: center; gap: 8px; }
.upsell-price-old { font-size: 13px; color: #aaa; text-decoration: line-through; }
.upsell-price-new { font-size: 16px; font-weight: 700; color: #4a7c59; }

/* ===== STICKY CTA ===== */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.96);
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 900;
    box-shadow: 0 -10px 32px rgba(0,0,0,0.12);
    backdrop-filter: blur(8px);
}

.sticky-cta-info { display: flex; flex-direction: column; }
.sticky-cta-name { font-size: 13px; font-weight: 700; }
.sticky-cta-price { font-size: 12px; color: #4a7c59; font-weight: 600; }
.sticky-cta-btn {
    background: linear-gradient(180deg, #f7e08c 0%, #edcf5d 100%);
    color: #274a35;
    border: 2px solid rgba(255,255,255,0.95);
    padding: 13px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    box-shadow:
        0 10px 24px rgba(26, 26, 26, 0.16),
        0 0 0 4px rgba(255,255,255,0.22);
}
.sticky-cta-btn:hover {
    background: linear-gradient(180deg, #f7e08c 0%, #edcf5d 100%);
    color: #274a35;
}

@media (max-width: 768px) {
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .offer-grid { flex-direction: column; align-items: center; }
    .offer-grid .offer-card { flex: 0 1 auto; width: 100%; max-width: 100%; }
    .offer-card-featured { transform: none; }
    body { padding-bottom: 78px; }
    .sticky-cta {
        padding: 12px 16px;
    }
    .sticky-cta-btn {
        padding: 12px 22px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .benefits-grid { grid-template-columns: 1fr; }
    .side-cart { width: 100vw; }
}

@media (min-width: 769px) {
    body { padding-bottom: 84px; }
    .sticky-cta {
        padding: 14px 32px;
    }
    .sticky-cta-info {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    .sticky-cta-name,
    .sticky-cta-price {
        font-size: 14px;
    }
}
