/* Reset y estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #2c2c2c;
    --secondary-color: #f8f8f8;
    --accent-color: #d4af7a;
    --text-color: #333;
    --text-light: #777;
    --white: #ffffff;
    --black: #000000;
    --gray-light: #f5f5f5;
    --gray-medium: #e0e0e0;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

/* Confianza, comunidad y Plan Emprendedor */
.section-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #9a6f37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-section {
    background: linear-gradient(135deg, #faf8f4 0%, #fff 65%);
}

.about-section .section-title {
    text-align: left;
    margin-bottom: 22px;
}

.trust-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 14px 22px;
    border-radius: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}

.trust-whatsapp:hover { transform: translateY(-2px); background: #1ebc59; }

.trust-card {
    width: min(420px, 100%);
    padding: 35px;
    border: 1px solid #e9dfd1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(63, 45, 25, .1);
}

.trust-logo { width: 75px; height: 75px; object-fit: contain; margin-bottom: 12px; }
.trust-card h3 { font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 22px; }
.trust-card ul { display: grid; gap: 20px; list-style: none; }
.trust-card li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.trust-card li > i { color: var(--accent-color); font-size: 22px; padding-top: 3px; }
.trust-card li span { display: grid; gap: 3px; }
.trust-card li small { color: var(--text-light); line-height: 1.5; }

.proof-section { padding: 90px 0; background: #22211f; color: #fff; }
.proof-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.proof-heading .section-title { color: #fff; text-align: left; margin: 0; }
.proof-heading > p { color: #c8c5c0; line-height: 1.8; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.proof-grid article { position: relative; padding: 0 0 28px; overflow: hidden; border: 1px solid #ffffff1f; border-radius: 14px; background: #ffffff0a; }
.proof-grid article > span { position: absolute; top: 10px; right: 16px; color: #ffffff12; font-size: 56px; font-weight: 700; }
.proof-image { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 23px; overflow: hidden; background: #34322f; }
.proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.proof-grid article:hover .proof-image img { transform: scale(1.04); }
.proof-grid h3 { margin: 0 28px 10px; font-size: 18px; }
.proof-grid p { margin: 0 28px; color: #bdb9b3; font-size: 14px; line-height: 1.65; }

.entrepreneur-section { padding: 100px 0; background: #f3eee7; }
.entrepreneur-section > .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: start; }
.entrepreneur-intro .section-title { text-align: left; margin: 0 0 20px; }
.entrepreneur-intro > p { color: #655f58; font-size: 17px; line-height: 1.8; }
.membership-box { display: grid; grid-template-columns: 145px 1fr; gap: 20px; align-items: center; margin-top: 30px; padding: 20px; border: 1px solid #ddcbb3; border-radius: 14px; background: #fffaf2; }
.membership-box > div { display: grid; padding-right: 20px; border-right: 1px solid #ddcbb3; }
.membership-box small { color: #8c6a3e; font-weight: 700; text-transform: uppercase; }
.membership-box strong { font-family: 'Playfair Display', serif; font-size: 38px; line-height: 1.15; }
.membership-box span { color: #777; font-size: 11px; }
.membership-box p { color: #62594e; font-size: 13px; line-height: 1.6; }

.price-example { padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(69, 49, 27, .1); }
.example-product { display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid #eee7de; }
.example-product img { width: 105px; height: 120px; object-fit: contain; }
.example-product small { color: #9a6f37; font-weight: 700; text-transform: uppercase; }
.example-product h3 { font-family: 'Playfair Display', serif; font-size: 30px; margin: 3px 0; }
.example-product p { color: #777; font-size: 13px; }
.price-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.price-steps > div { display: flex; min-height: 105px; flex-direction: column; justify-content: space-between; padding: 15px; border-radius: 10px; background: #f6f3ef; }
.price-steps span { color: #706960; font-size: 12px; line-height: 1.4; }
.price-steps strong { font-size: 23px; }
.price-steps .featured { background: #272522; color: #fff; box-shadow: inset 0 3px #d4af7a; }
.price-steps .featured span { color: #e7dfd3; }
.opportunity { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 16px; border-radius: 10px; background: #edf7ef; color: #31553a; }
.opportunity i { font-size: 23px; }.opportunity p { font-size: 13px; line-height: 1.6; }
.price-note { display: block; margin-top: 13px; color: #8b857d; font-size: 10px; line-height: 1.5; }
.plan-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 5px; }
.plan-benefits article { padding: 25px; border-radius: 13px; background: #fff9; }
.plan-benefits i { color: #aa7d42; font-size: 24px; margin-bottom: 16px; }
.plan-benefits h3 { margin-bottom: 8px; font-size: 16px; }.plan-benefits p { color: #736c64; font-size: 13px; line-height: 1.6; }
.plan-cta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 28px 34px; border-radius: 15px; background: #272522; color: #fff; }
.plan-cta h3 { font-family: 'Playfair Display', serif; font-size: 25px; }.plan-cta p { margin-top: 4px; color: #c9c4bc; }
.plan-cta a { display: inline-flex; flex-shrink: 0; align-items: center; gap: 9px; padding: 14px 20px; border-radius: 8px; background: #25d366; color: #fff; font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
    .proof-grid, .plan-benefits { grid-template-columns: repeat(2, 1fr); }
    .entrepreneur-section > .container { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .proof-section, .entrepreneur-section { padding: 65px 0; }
    .proof-heading { grid-template-columns: 1fr; gap: 15px; }
    .proof-grid, .plan-benefits, .price-steps { grid-template-columns: 1fr; }
    .proof-grid article { min-height: auto; }
    .membership-box { grid-template-columns: 1fr; }
    .membership-box > div { border-right: 0; border-bottom: 1px solid #ddcbb3; padding: 0 0 15px; }
    .plan-cta { align-items: flex-start; flex-direction: column; }
    .plan-cta a { width: 100%; justify-content: center; }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-circle {
    width: 50px;
    height: 50px;
    background-color: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.logo h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--black);
    letter-spacing: 2px;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    transition: var(--transition);
    padding: 5px 0;
    position: relative;
}

nav ul li a:hover,
nav ul li a.active {
    color: var(--accent-color);
}

nav ul li a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

/* WhatsApp Icon */
.whatsapp-icon {
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition);
}

.whatsapp-icon a {
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    transition: var(--transition);
}

.whatsapp-icon a:hover {
    color: #25D366; /* Color verde de WhatsApp */
    transform: scale(1.1);
}

/* Botón de WhatsApp en productos */
.whatsapp-btn {
    flex: 1;
    padding: 12px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

/* Botón de WhatsApp en modal */
.modal-whatsapp-btn {
    flex: 2;
    padding: 16px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.modal-whatsapp-btn:hover {
    background-color: #1da851;
}

.mobile-menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Sección Hero - Corregido */
.hero {
    display: flex;
    min-height: 85vh;
    background: linear-gradient(to right, var(--white) 60%, var(--white) 40%);
    padding: 40px 0;
    position: relative;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px; /* Añadido más espacio a la izquierda */
    padding-right: 40px;
    max-width: 600px; /* Limita el ancho máximo */
}

.hero-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem; /* Un poco más grande */
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-color);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.hero-content p {
    font-size: 1.2rem; /* Un poco más grande */
    color: var(--text-light);
    margin-bottom: 35px;
    max-width: 500px;
    line-height: 1.7;
}

.hero-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 60px; /* Añadido espacio a la derecha */
}

.perfume-bottle {
    width: 320px; /* Un poco más grande */
    height: 520px;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    border-radius: 100px 100px 150px 150px;
    position: relative;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        -25px -25px 50px rgba(255, 255, 255, 0.8);
    border: 20px solid var(--white); /* Borde más grueso */
}

.perfume-bottle::before {
    content: '';
    position: absolute;
    top: -35px; /* Ajustado para el borde más grueso */
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background-color: var(--accent-color);
    border-radius: 50px 50px 15px 15px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.perfume-bottle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%; /* Un poco más de color */
    background: linear-gradient(to top, var(--accent-color), transparent);
    border-radius: 0 0 135px 135px;
    opacity: 0.4; /* Un poco más visible */
}

/* Para pantallas más pequeñas */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 0 40px;
    }

    .hero-content {
        padding-left: 20px; /* Reducido para móviles */
        padding-right: 20px;
        margin-bottom: 50px;
        align-items: center;
        max-width: 100%;
    }

    .hero-content h2 {
        font-size: 2.8rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .hero-image {
        padding-right: 0;
    }

    .perfume-bottle {
        width: 280px;
        height: 450px;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-content h2 {
        font-size: 2.2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .perfume-bottle {
        width: 240px;
        height: 380px;
    }
}

/* Sección de Filtros */
.filters-section {
    background-color: var(--gray-light);
    padding: 30px 0;
}

.filters-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.filters-section h3 {
    font-size: 18px;
    color: var(--text-color);
}

.filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    background-color: var(--white);
    border: 2px solid var(--gray-medium);
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    color: var(--text-color);
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort label {
    font-weight: 500;
}

.sort select {
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid var(--gray-medium);
    background-color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

/* Sección de Perfumes */
.perfumes-section {
    padding: 80px 0;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: var(--primary-color);
}

.perfumes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* En tablets: 2 productos */
@media (max-width: 992px) {
    .perfumes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* En móviles: 1 producto */
@media (max-width: 576px) {
    .perfumes-grid {
        grid-template-columns: 1fr;
    }
}


.perfume-card {
    background-color: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

.perfume-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 18px 38px rgba(42, 34, 24, 0.14);
}

.perfume-image {
    height: 250px;
    background-color: var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Esto es importante */
    border-radius: 10px 10px 0 0; /* Bordes redondeados arriba */
}

.perfume-image .bottle {
    width: 120px;
    height: 200px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    border-radius: 40px 40px 60px 60px;
    position: relative;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.perfume-image .bottle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: var(--perfume-color, var(--accent-color));
    border-radius: 0 0 60px 60px;
    opacity: 0.7;
}

.perfume-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--accent-color);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.perfume-info {
    padding: 25px;
}

.perfume-category {
    color: var(--text-light);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.perfume-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.perfume-description {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
}

.perfume-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
}

.perfume-actions {
    display: flex;
    gap: 10px;
}

.perfume-actions button {
    flex: 1;
    padding: 12px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.add-to-cart {
    background-color: var(--black);
    color: var(--white);
}

.add-to-cart:hover {
    background-color: #444;
}

.view-details {
    background-color: transparent;
    color: var(--text-color);
    border: 2px solid var(--gray-medium) !important;
}

.view-details:hover {
    border-color: var(--black) !important;
    color: var(--black);
}

/* Sección de Categorías */
.categories-section {
    padding: 80px 0;
    background-color: var(--gray-light);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.category-card {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.category-card:hover {
    transform: translateY(-10px);
}

.category-icon {
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--white);
    font-size: 30px;
}

.category-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.category-card p {
    color: var(--text-light);
    font-size: 15px;
}

/* Sección Nosotros */
.about-section {
    padding: 80px 0;
}

.about-section .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-content {
    flex: 1;
}

.about-content p {
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 16px;
}

.about-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.stat {
    text-align: center;
}

.stat h3 {
    font-size: 36px;
    color: var(--black);
    margin-bottom: 5px;
}

.stat p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

.about-image {
    flex: 1;
    position: relative;
}
.elegant-frame {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}
.about-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.elegant-frame:hover .about-img {
    transform: scale(1.05);
}

.frame-decoration {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    pointer-events: none;
}
.image-frame {
    width: 100%;
    height: 400px;
    background-color: var(--gray-light);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}



/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo .logo-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.footer-logo .logo-text {
    font-size: 32px;
}

.footer-logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.footer-logo p {
    color: #aaa;
    font-size: 15px;
}

.footer-links h3,
.footer-contact h3,
.footer-newsletter h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3::after,
.footer-contact h3::after,
.footer-newsletter h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent-color);
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #aaa;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links ul li a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #aaa;
}

.footer-contact i {
    color: var(--accent-color);
    width: 20px;
}

.footer-newsletter p {
    color: #aaa;
    margin-bottom: 20px;
    font-size: 15px;
}

#newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#newsletter-form input {
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
}

#newsletter-form input::placeholder {
    color: #aaa;
}

#newsletter-form button {
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: var(--accent-color);
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
}

#newsletter-form button:hover {
    background-color: #c19a6b;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #aaa;
    font-size: 14px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}

.social-icons a:hover {
    background-color: var(--accent-color);
    transform: translateY(-5px);
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background-color: var(--white);
    width: 90%;
    max-width: 800px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transform: translateY(50px);
    transition: transform 0.5s ease;
}

.modal-overlay.active .modal {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.modal-close:hover {
    background-color: var(--black);
    color: var(--white);
}

.modal-content {
    padding: 40px;
    max-height: 80vh;
    overflow-y: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 0;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 50px;
        align-items: center;
    }

    .about-section .container {
        flex-direction: column;
    }

    .about-content,
    .about-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }

    nav ul {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
        box-shadow: var(--shadow);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: 999;
    }

    nav ul.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .filters-section .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters {
        width: 100%;
        justify-content: center;
    }

    .sort {
        width: 100%;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-content h2 {
        font-size: 36px;
    }

    .perfumes-grid {
        grid-template-columns: 1fr;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: column;
        gap: 30px;
    }
}

/* Estilos para el modal de producto */
.modal-product {
    display: flex;
    gap: 40px;
}

.modal-product-image {
    flex: 1;
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-bottle {
    width: 200px;
    height: 320px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    border-radius: 60px 60px 90px 90px;
    position: relative;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        10px 10px 20px rgba(0, 0, 0, 0.1);
}

.modal-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--accent-color);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.modal-product-info {
    flex: 1;
}

.modal-category {
    color: var(--text-light);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.modal-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.modal-description {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.modal-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 30px;
}

.modal-stats {
    margin-bottom: 30px;
}

.modal-stat {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.stat-label {
    font-weight: 500;
    min-width: 120px;
}

.stat-bar {
    flex: 1;
    height: 8px;
    background-color: var(--gray-medium);
    border-radius: 4px;
    overflow: hidden;
}

.stat-fill {
    height: 100%;
    background-color: var(--accent-color);
    border-radius: 4px;
}

.stat-value {
    font-weight: 600;
    min-width: 40px;
    text-align: right;
}

.modal-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.modal-add-to-cart {
    flex: 2;
    padding: 16px;
    background-color: var(--black);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.modal-add-to-cart:hover {
    background-color: #444;
}

.modal-close-btn {
    flex: 1;
    padding: 16px;
    background-color: transparent;
    color: var(--text-color);
    border: 2px solid var(--gray-medium);
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.modal-close-btn:hover {
    border-color: var(--black);
    color: var(--black);
}

/* Responsive para modal */
@media (max-width: 768px) {
    .modal-product {
        flex-direction: column;
    }
    
    .modal-product-image {
        min-height: 300px;
    }
    
    .modal-actions {
        flex-direction: column;
    }
}
/* Logo con imagen circular */
.logo-img-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: 2px solid var(--black);
    padding: 5px;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%) contrast(120%);
}

/* Para que el logo mantenga su aspecto en el footer */
.footer-logo .logo-img-container {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    border: 2px solid var(--white);
}

.footer-logo .logo-img {
    filter: grayscale(100%) contrast(120%) brightness(120%);
}

/* Si tu logo es rectangular y quieres que se adapte mejor */
.logo-img-container.rectangular {
    border-radius: 10px; /* En lugar de circular */
    padding: 8px;
}

/* Si el logo tiene fondo blanco y quieres que sea invisible */
.logo-img-container.transparent-bg {
    background-color: transparent;
    border: none;
}

/* Versión minimalista sin borde */
.logo-img-container.minimal {
    border: none;
    background-color: transparent;
}

/* Ajuste responsivo */
@media (max-width: 768px) {
    .logo-img-container {
        width: 45px;
        height: 45px;
    }
    
    .footer-logo .logo-img-container {
        width: 60px;
        height: 60px;
    }
}
/* Estilos para imágenes reales de perfumes */
.perfume-real-image {
    width: 60%;
    height: 60%;
    object-fit: contain; /* Esto hace que la imagen cubra todo el espacio manteniendo proporción */
    object-position: center; /* Centra la imagen */
    transition: transform 0.5s ease;
}

.perfume-card:hover .perfume-real-image {
    transform: scale(1.05); /* Efecto zoom al pasar el mouse */
}

/* Si quieres que la imagen se muestre dentro de un frasco */
.perfume-image.with-frame {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.perfume-image.with-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.3) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Versión con fondo blanco para imágenes con fondo transparente */
.perfume-real-image.on-white {
    background-color: white;
    padding: 20px;
    object-fit: contain; /* Muestra toda la imagen sin recortar */
}

/* Para mantener el diseño original pero con imagen */
.perfume-real-image.in-bottle {
    width: 60%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.perfume-image.with-bottle-effect {
    position: relative;
}

.perfume-image.with-bottle-effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, var(--accent-color), transparent);
    border-radius: 0 0 10px 10px;
    opacity: 0.3;
    z-index: 2;
}
/* Estilos para imagen real en modal */
.modal-real-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.modal-product-image {
    flex: 1;
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f8f8f8; /* Fondo gris claro para las imágenes */
}

/* Si quieres un fondo blanco para imágenes con transparencia */
.modal-product-image.with-white-bg {
    background-color: white;
    padding: 30px;
}

.perfume-carousel {
    width: 320px;
    height: 520px;
    position: relative;
    overflow: visible; /* ← Cambiado de 'hidden' a 'visible' */
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px; /* Opcional: bordes redondeados */
}

.carousel-slide.active {
    opacity: 1;
    z-index: 1;
}

.carousel-slide img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.2));
    background-color: transparent;
}
/* ========== BUSCADOR EN TIEMPO REAL ========== */

.search-container {
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 15px;
    color: var(--text-light);
    font-size: 18px;
    pointer-events: none;
}

.search-input {
    width: 100%;
    padding: 12px 40px 12px 45px;
    border: 2px solid var(--gray-medium);
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    background-color: var(--white);
}

.search-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(212, 175, 122, 0.2);
}

.clear-search {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-light);
    font-size: 16px;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.clear-search:hover {
    color: var(--black);
    background-color: var(--gray-light);
}

.search-results-count {
    margin-top: 10px;
    font-size: 14px;
    color: var(--text-light);
}

.search-results-count strong {
    color: var(--accent-color);
    font-weight: 600;
}

/* Destacar texto buscado */
.search-highlight {
    background-color: rgba(212, 175, 122, 0.3);
    padding: 0 2px;
    border-radius: 3px;
    font-weight: 600;
}

/* Mensaje cuando no hay resultados */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background-color: var(--gray-light);
    border-radius: 15px;
    grid-column: 1 / -1;
}

.no-results i {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.no-results h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.no-results p {
    color: var(--text-light);
    margin-bottom: 25px;
}

/* Responsive */
@media (max-width: 768px) {
    .search-container {
        max-width: 100%;
    }
    
    .search-input {
        font-size: 14px;
        padding: 10px 35px 10px 40px;
    }
    
    .search-icon {
        font-size: 14px;
        left: 12px;
    }
}

/* Capa visual premium: objetos flotantes */
.hero {
    isolation: isolate;
    overflow: hidden;
}

.hero > .container {
    position: relative;
    z-index: 2;
}

.floating-scene {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.floating-accent {
    --parallax-x: 0px;
    --parallax-y: 0px;
    position: absolute;
    opacity: 0;
    transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + 16px), 0) scale(.94);
    transition: opacity .8s ease var(--reveal-delay, 0ms), transform .8s ease var(--reveal-delay, 0ms);
}

.floating-ready .floating-accent {
    opacity: var(--float-opacity, 1);
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1);
}

.floating-bottle img,
.floating-emoji img,
.floating-symbol span,
.floating-gem i,
.floating-orb span {
    display: block;
    animation: premiumFloat var(--float-duration, 6s) ease-in-out var(--float-delay, 0s) infinite alternate;
}

.floating-bottle img,
.floating-emoji img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(40, 30, 18, .2));
}

.float-import-plane {
    --float-opacity: .94;
    --float-duration: 5.4s;
    --float-delay: -.8s;
    left: 45%;
    bottom: 15%;
    width: 102px;
    height: 66px;
}

.float-bottle-top {
    --float-opacity: .86;
    --float-duration: 4.9s;
    --float-delay: -2.2s;
    top: 19%;
    left: 48%;
    width: 70px;
    height: 104px;
}

.float-bottle-right {
    --float-opacity: .82;
    --float-duration: 5.5s;
    --float-delay: -3.1s;
    right: 15%;
    top: 40%;
    bottom: auto;
    width: 78px;
    height: 116px;
}

.float-love-face {
    --float-opacity: .92;
    --float-duration: 4.8s;
    --float-delay: -1.4s;
    top: 6%;
    right: 28%;
    width: 54px;
    height: 54px;
}

.floating-symbol {
    color: #d4af7a;
    font-family: Georgia, serif;
    line-height: 1;
    filter: drop-shadow(0 8px 10px rgba(111, 76, 34, .18));
}

.float-sparkle-one {
    --float-opacity: .82;
    --float-duration: 4.8s;
    top: 10%;
    left: 57%;
    font-size: 34px;
}

.float-sparkle-two {
    --float-opacity: .52;
    --float-duration: 5.9s;
    --float-delay: -1.5s;
    right: 11%;
    top: 29%;
    font-size: 25px;
}

.floating-orb span {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(212, 175, 122, .42);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.9), rgba(212,175,122,.16) 55%, rgba(212,175,122,.03));
    box-shadow: inset 0 0 15px rgba(255,255,255,.75), 0 12px 25px rgba(104,77,42,.1);
}

.float-orb-one {
    --float-opacity: .68;
    --float-duration: 6.8s;
    left: 56%;
    bottom: 8%;
}

.floating-gem {
    --float-opacity: .45;
    --float-duration: 5.4s;
    --float-delay: -2s;
    right: 36%;
    top: 14%;
    color: #c79b60;
    font-size: 22px;
    filter: drop-shadow(0 9px 10px rgba(107, 74, 34, .18));
}

@keyframes premiumFloat {
    0% { transform: translate3d(-3px, -7px, 0) rotate(-8deg); }
    50% { transform: translate3d(5px, 4px, 0) rotate(1deg); }
    100% { transform: translate3d(-2px, 14px, 0) rotate(8deg); }
}

.perfumes-section {
    position: relative;
    overflow: hidden;
}

.perfumes-section > .container {
    position: relative;
    z-index: 1;
}

.section-ambient {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.section-ambient-star {
    top: 90px;
    right: 3%;
    color: rgba(212, 175, 122, .28);
    font-size: 54px;
    animation: premiumFloat 7s ease-in-out -2s infinite alternate;
}

.section-ambient-orb {
    left: -65px;
    top: 38%;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(212, 175, 122, .15);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,122,.08), transparent 68%);
    filter: blur(1px);
}

@media (max-width: 992px) {
    .float-import-plane { left: 8%; bottom: 4%; width: 96px; height: 65px; }
    .float-bottle-top { top: 49%; left: 8%; width: 52px; height: 78px; }
    .float-bottle-right { right: 8%; top: 57%; width: 62px; height: 94px; }
    .float-love-face { top: 42%; right: 11%; width: 52px; height: 52px; }
    .float-sparkle-one { top: 45%; left: 21%; }
    .float-sparkle-two { top: 49%; right: 23%; }
    .float-orb-one { left: 27%; bottom: 3%; }
    .floating-gem { right: 27%; top: 43%; }
}

@media (max-width: 576px) {
    .float-orb-one,
    .floating-gem { display: none; }

    .float-import-plane {
        left: 2%;
        bottom: 7%;
        width: 78px;
        height: 53px;
    }

    .float-love-face {
        top: 48%;
        right: 4%;
        width: 43px;
        height: 43px;
    }

    .float-sparkle-one,
    .float-sparkle-two { display: none; }

    .float-bottle-top,
    .float-orb-one,
    .floating-gem { display: none; }

    .float-bottle-top {
        --float-opacity: .3;
        top: 2%;
        left: auto;
        right: 5%;
        width: 42px;
        height: 64px;
    }

    .float-bottle-right {
        --float-opacity: .26;
        right: -15px;
        bottom: 2%;
        width: 62px;
        height: 94px;
        filter: blur(1px);
    }

    .float-sparkle-one { top: 11%; left: 5%; font-size: 23px; }
    .float-sparkle-two { right: 8%; top: 43%; font-size: 18px; }
    .section-ambient-star { right: -8px; font-size: 38px; }
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1800;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.88);
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 12px 30px rgba(20, 117, 57, .3);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.floating-whatsapp::before {
    content: '';
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(37, 211, 102, .38);
    border-radius: 50%;
    animation: whatsappPulse 2.4s ease-out infinite;
}

.floating-whatsapp i { font-size: 29px; }
.floating-whatsapp span {
    position: absolute;
    right: 68px;
    padding: 7px 10px;
    border-radius: 6px;
    background: #252525;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(7px);
    white-space: nowrap;
    transition: opacity .2s ease, transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(20,117,57,.38); }
.floating-whatsapp:hover span { opacity: 1; transform: translateX(0); }

@keyframes whatsappPulse {
    0% { transform: scale(.86); opacity: .8; }
    75%, 100% { transform: scale(1.22); opacity: 0; }
}

@media (max-width: 576px) {
    .floating-whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
    .floating-whatsapp i { font-size: 26px; }
    .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .floating-accent,
    .floating-bottle img,
    .floating-emoji img,
    .floating-symbol span,
    .floating-gem i,
    .floating-orb span,
    .section-ambient-star,
    .floating-whatsapp,
    .floating-whatsapp::before {
        animation: none !important;
        transition: none !important;
    }

    .floating-accent {
        opacity: var(--float-opacity, 1);
        transform: none;
    }
}

/* Página independiente del catálogo */
.catalog-hero {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    display: grid;
    place-items: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 66% 46%, rgba(212,175,122,.24), transparent 27%),
        linear-gradient(125deg, #171411 0%, #282018 58%, #171411 100%);
    color: #f7ead8;
}

.catalog-title-wrap {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    text-align: center;
}

.catalog-kicker {
    display: block;
    margin-bottom: -8px;
    color: #d4af7a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
}

.catalog-title-wrap h1 {
    margin: 0;
    color: #f5dfc5;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(90px, 15vw, 210px);
    font-weight: 900;
    letter-spacing: -4px;
    line-height: .9;
    text-transform: uppercase;
    text-shadow: 0 14px 40px rgba(0,0,0,.18);
}

.catalog-title-wrap p {
    margin-top: 18px;
    color: #fff;
    font-size: clamp(13px, 1.7vw, 20px);
    font-weight: 600;
    letter-spacing: clamp(4px, .7vw, 10px);
}
.catalog-title-wrap p b { color: #d4af7a; }

.catalog-floating-product {
    position: absolute;
    z-index: 2;
    left: 57%;
    top: 48%;
    width: clamp(115px, 14vw, 190px);
    height: 83%;
    transform: translate(-50%, -50%) rotate(7deg);
    pointer-events: none;
    animation: catalogProductFloat 5.8s ease-in-out infinite alternate;
}
.catalog-floating-product img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(0,0,0,.38)); }

@keyframes catalogProductFloat {
    from { transform: translate(-50%, calc(-50% - 7px)) rotate(4deg); }
    to { transform: translate(-50%, calc(-50% + 10px)) rotate(9deg); }
}

.catalog-stroke {
    position: absolute;
    z-index: 0;
    width: 8px;
    height: 38px;
    border-radius: 999px;
    background: #f5dfc5;
    opacity: .75;
    transform: rotate(42deg);
}
.stroke-one { top: 19%; left: 12%; }
.stroke-two { right: 13%; bottom: 22%; height: 25px; transform: rotate(-35deg); }
.stroke-three { left: 23%; bottom: 15%; height: 18px; transform: rotate(68deg); }

.catalog-filters { border-bottom: 1px solid #ece5dc; }
.catalog-products { padding-top: 62px; }
.catalog-page .perfumes-grid { min-height: 300px; }

@media (max-width: 768px) {
    .catalog-hero { min-height: 300px; }
    .catalog-title-wrap h1 { font-size: clamp(67px, 23vw, 120px); letter-spacing: -2px; }
    .catalog-title-wrap p { letter-spacing: 3px; }
    .catalog-kicker { letter-spacing: 3px; }
    .catalog-floating-product { left: 61%; width: 108px; height: 74%; opacity: .95; }
}

@media (max-width: 480px) {
    .catalog-hero { min-height: 260px; }
    .catalog-title-wrap { width: calc(100% - 24px); }
    .catalog-title-wrap h1 { font-size: 20vw; }
    .catalog-title-wrap p { margin-top: 14px; font-size: 11px; letter-spacing: 2px; }
    .catalog-floating-product { left: 62%; width: 84px; }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-floating-product { animation: none; }
}

/* Renovación visual desde Nosotros: confianza, evidencia y conversión */
.about-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(212,175,122,.18), transparent 24%),
        linear-gradient(135deg, #faf7f1 0%, #fff 62%);
}
.about-section::before {
    content: "LEIAR";
    position: absolute;
    left: -25px;
    bottom: -85px;
    color: rgba(39,37,34,.025);
    font-family: 'Playfair Display', serif;
    font-size: clamp(150px, 22vw, 330px);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}
.about-section .container { position: relative; z-index: 1; }
.about-content .section-title { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.05; }
.about-stats { gap: 12px; perspective: 900px; }
.about-stats .stat {
    flex: 1;
    min-width: 0;
    padding: 18px 10px;
    border: 1px solid #e9dfd1;
    border-radius: 13px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 30px rgba(63,45,25,.06);
    transition: transform .35s ease, box-shadow .35s ease;
}
.about-stats .stat:hover { transform: translateY(-6px) rotateX(3deg); box-shadow: 0 20px 34px rgba(63,45,25,.11); }
.about-stats .stat h3 { font-family: 'Playfair Display', serif; }
.trust-collage { position: relative; width: min(520px,100%); height: 545px; margin-left: auto; perspective: 1100px; }
.trust-collage figure { position: absolute; overflow: hidden; margin: 0; border: 8px solid #fff; background: #fff; box-shadow: 0 24px 55px rgba(42,30,18,.2); transition: transform .45s ease, z-index 0s; }
.trust-collage figure:hover { z-index: 5; transform: rotate(0) translateY(-9px) scale(1.025); }
.trust-collage figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.trust-collage figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 11px; background: rgba(25,22,18,.86); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.collage-main { z-index: 2; left: 7%; top: 8%; width: 68%; height: 72%; transform: rotate(-3deg); }
.collage-top { z-index: 3; right: 0; top: 0; width: 43%; height: 37%; transform: rotate(5deg); }
.collage-bottom { z-index: 3; right: 1%; bottom: 4%; width: 48%; height: 39%; transform: rotate(3deg); }
.community-seal { position: absolute; z-index: 6; left: 0; bottom: 1%; display: grid; place-items: center; width: 132px; height: 132px; padding: 15px; border: 1px solid #e0c08d; border-radius: 50%; background: #25231f; color: #fff; text-align: center; box-shadow: 0 18px 35px rgba(0,0,0,.22); animation: sealFloat 4s ease-in-out infinite; }
.community-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(212,175,122,.55); border-radius: inherit; }
.community-seal strong { position: relative; font-family: 'Playfair Display', serif; font-size: 30px; line-height: 1; color: #e2be88; }
.community-seal span { position: relative; font-size: 9px; line-height: 1.35; letter-spacing: .05em; text-transform: uppercase; }
@keyframes sealFloat { 50% { transform: translateY(-8px) rotate(-2deg); } }

.proof-section { padding: 105px 0; background: radial-gradient(circle at 50% 0,#36322d 0,#22211f 42%,#191816 100%); }
.proof-grid { perspective: 1200px; }
.proof-grid article { border-radius: 4px; transform-style: preserve-3d; transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease; }
.proof-grid article:nth-child(odd) { transform: rotateY(1.5deg) rotateX(.5deg); }
.proof-grid article:nth-child(even) { transform: rotateY(-1.5deg) rotateX(.5deg); }
.proof-grid article:hover { z-index: 2; transform: translateY(-10px) rotateY(0) rotateX(0); border-color: rgba(212,175,122,.48); box-shadow: 0 25px 45px rgba(0,0,0,.28); }
.proof-image { aspect-ratio: 1 / .83; }
.proof-statement { display: grid; grid-template-columns:auto 1fr auto; gap: 17px; align-items: center; margin-top: 25px; padding: 22px 25px; border: 1px solid rgba(212,175,122,.28); background: rgba(255,255,255,.045); }
.proof-statement>i { color: #d4af7a; font-size: 25px; }
.proof-statement span { font-family: 'Playfair Display', serif; font-size: 19px; }
.proof-statement a { display: inline-flex; align-items: center; gap: 9px; color: #d4af7a; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }

.entrepreneur-section { position: relative; overflow: hidden; padding: 115px 0; }
.entrepreneur-section::after { content: "50"; position: absolute; right: -30px; top: 40px; color: rgba(128,91,46,.035); font-family: 'Playfair Display',serif; font-size: 330px; font-weight: 700; line-height: 1; pointer-events: none; }
.entrepreneur-section>.container { position: relative; z-index: 1; }
.membership-box { box-shadow: 0 16px 40px rgba(85,60,31,.08); }
.plan-timeline { position: relative; display: grid; gap: 0; margin-top: 28px; }
.plan-timeline::before { content: ""; position: absolute; left: 21px; top: 25px; bottom: 25px; width: 1px; background: #d7bea0; }
.plan-timeline article { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 9px 0; }
.plan-timeline article>span { z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #d5b98f; border-radius: 50%; background: #f3eee7; color: #9a6f37; font-size: 11px; font-weight: 700; }
.plan-timeline strong { display: block; margin: 1px 0 2px; font-size: 14px; }
.plan-timeline p { color: #756d64; font-size: 12px; line-height: 1.5; }
.price-example { position: relative; transform-style: preserve-3d; box-shadow: 0 24px 60px rgba(69,49,27,.14); }
.price-steps>div { transition: transform .3s ease, box-shadow .3s ease; }
.price-steps>div:hover { transform: translateY(-6px); box-shadow: 0 15px 24px rgba(62,44,24,.11); }
.price-steps .featured { position: relative; transform: translateY(-7px) scale(1.035); box-shadow: 0 16px 28px rgba(39,37,34,.22),inset 0 3px #d4af7a; }
.price-steps .featured::before { content: "MAYOR MARGEN"; position: absolute; right: 8px; top: 8px; color: #d4af7a; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.plan-benefits { perspective: 1000px; }
.plan-benefits article { border: 1px solid transparent; transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.plan-benefits article:hover { transform: translateY(-7px) rotateX(2deg); border-color: #e3d3bd; box-shadow: 0 18px 35px rgba(73,53,31,.09); }
.plan-cta { position: relative; min-height: 195px; overflow: hidden; padding: 36px 38px 36px 190px; border-radius: 3px; background: radial-gradient(circle at 10% 55%,rgba(212,175,122,.19),transparent 27%),#23211e; }
.plan-cta>img { position: absolute; left: 32px; bottom: -34px; width: 135px; height: 230px; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(0,0,0,.48)); transform: rotate(-6deg); transition: transform .4s ease; }
.plan-cta:hover>img { transform: translateY(-7px) rotate(-3deg); }
.plan-cta>div>span { color: #d4af7a; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.plan-cta h3 { margin-top: 5px; font-size: clamp(25px,3vw,37px); }
.plan-cta-actions { display: grid; flex-shrink: 0; gap: 8px; }
.plan-cta-actions a { justify-content: center; }
.plan-cta-actions .secondary-cta { border: 1px solid #ffffff38; background: transparent; color: #ddd5ca; font-size: 11px; }

@media (max-width: 900px) {
    .trust-collage { margin: 20px auto 0; }
    .plan-cta { padding-left: 165px; }
    .plan-cta>img { left: 20px; }
}
@media (max-width: 620px) {
    .about-section { padding: 75px 0; }
    .about-stats { display: grid; grid-template-columns: repeat(3,1fr); }
    .about-stats .stat { padding: 14px 7px; }
    .about-stats .stat h3 { font-size: 26px; }
    .about-stats .stat p { font-size: 10px; }
    .trust-collage { height: 430px; }
    .community-seal { width: 105px; height: 105px; }
    .community-seal strong { font-size: 24px; }
    .proof-statement { grid-template-columns: auto 1fr; }
    .proof-statement a { grid-column: 1/-1; justify-content: center; padding-top: 14px; border-top: 1px solid #ffffff1a; }
    .price-steps .featured { transform: none; }
    .plan-cta { padding: 35px 24px 230px; }
    .plan-cta>img { left: 50%; bottom: -48px; width: 170px; transform: translateX(-50%); }
    .plan-cta:hover>img { transform: translateX(-50%) translateY(-5px); }
    .plan-cta-actions { width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
    .community-seal { animation: none; }
    .trust-collage figure,.proof-grid article,.about-stats .stat,.plan-benefits article { transform: none !important; }
}

/* Refinamiento del mensaje principal */
.hero-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    color: #9a6f37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-kicker::before {
    content: '';
    width: 34px;
    height: 1px;
    background: #d4af7a;
}

.hero-content h2 {
    max-width: 570px;
    margin-bottom: 20px;
    text-wrap: balance;
}

.rotating-word {
    display: inline-block;
    min-width: 8.6ch;
    border-right: .055em solid #b8894f;
    line-height: .95;
    white-space: nowrap;
    animation: rotatingWordCaret 1s steps(1) infinite;
}

@keyframes rotatingWordCaret {
    50% { border-right-color: transparent; }
}

.hero-content p {
    margin-bottom: 28px;
}

.hero-catalog-btn {
    position: relative;
    display: inline-flex;
    width: fit-content;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 24px;
    overflow: hidden;
    border: 1px solid #272522;
    border-radius: 8px;
    background: #272522;
    box-shadow: 0 12px 26px rgba(39,37,34,.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .35px;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.hero-catalog-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.18) 48%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.hero-catalog-btn i { position: relative; transition: transform .25s ease; }
.hero-catalog-btn:hover { transform: translateY(-3px); background: #a8793d; border-color: #a8793d; box-shadow: 0 16px 30px rgba(110,76,35,.25); }
.hero-catalog-btn:hover::before { transform: translateX(120%); }
.hero-catalog-btn:hover i { transform: translateX(4px); }

/* Paleta cálida y continua para el catálogo */
.catalog-page {
    background: #f7f2ea;
}

.catalog-page main {
    background: linear-gradient(180deg, #efe4d4 0, #f7f2ea 210px, #fbf8f4 100%);
}

.catalog-filters {
    position: relative;
    border-bottom: 1px solid #e2d6c7;
    background: rgba(247,242,234,.96);
    box-shadow: 0 12px 32px rgba(64,46,28,.06);
}

.catalog-filters::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1120px, 85%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,122,.65), transparent);
    transform: translateX(-50%);
}

.catalog-filters .filter-btn {
    border-color: #d9c8b3;
    background: #fffaf4;
}

.catalog-filters .filter-btn:hover,
.catalog-filters .filter-btn.active {
    border-color: #9b713d;
    background: #27221d;
}

.catalog-filters .search-input,
.catalog-filters .sort select {
    border-color: #d9c8b3;
    background: #fffdf9;
}

.catalog-products {
    min-height: 65vh;
    background:
        radial-gradient(circle at 5% 12%, rgba(212,175,122,.11), transparent 20%),
        radial-gradient(circle at 96% 50%, rgba(212,175,122,.08), transparent 24%),
        #fbf8f4;
}

.catalog-products .perfume-card {
    border: 1px solid rgba(215,201,182,.65);
    box-shadow: 0 8px 24px rgba(69,50,29,.07);
}

@media (max-width: 992px) {
    .hero-kicker { align-self: center; }
    .hero-catalog-btn { align-self: center; }
}

@media (max-width: 576px) {
    .hero-kicker { font-size: 9px; letter-spacing: 1.2px; }
    .hero-catalog-btn { width: min(100%, 290px); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-catalog-btn,
    .hero-catalog-btn::before,
    .hero-catalog-btn i { transition: none; }
    .rotating-word { animation: none; border-right: 0; }
}

