:root {
    --bg: #f8f5ee;
    --bg-soft: #ffffff;
    --text: #181713;
    --muted: #716f69;
    --muted-light: #9b9890;
    --accent: #14a89a;
    --accent-dark: #0f766e;
    --accent-soft: rgba(20, 168, 154, 0.11);
    --line: rgba(24, 23, 19, 0.10);
    --shadow: 0 24px 70px rgba(24, 23, 19, 0.10);
}

* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* NAVBAR */
.navbar {
    background: rgba(248, 245, 238, 0.84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
}

.navbar-brand {
    color: var(--text) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.brand-dot {
    color: var(--accent-dark);
}

.nav-link {
    color: var(--text) !important;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.72;
    transition: 0.25s;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.nav-link:hover {
    color: var(--accent-dark) !important;
    opacity: 1;
}

.navbar-toggler {
    border: 1px solid var(--line);
}

/* BOTONES */
.btn-main {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: 0.25s;
    box-shadow: 0 14px 34px rgba(20, 168, 154, 0.20);
}

.btn-main:hover {
    background: var(--accent-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 118, 110, 0.28);
}

.btn-second {
    border: 1px solid rgba(20, 168, 154, 0.45);
    color: var(--accent-dark);
    background: transparent;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: 0.25s;
}

.btn-second:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-3px);
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 105px;
    background:
        radial-gradient(circle at 78% 26%, rgba(20, 168, 154, 0.16), transparent 30%),
        radial-gradient(circle at 18% 80%, rgba(20, 168, 154, 0.08), transparent 30%),
        linear-gradient(135deg, #f8f5ee, #ffffff 56%, #eef8f6);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.028) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    border: 1px solid rgba(20, 168, 154, 0.34);
    color: var(--accent-dark);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 8vw, 112px);
    line-height: 0.88;
    font-weight: 400;
    letter-spacing: -3px;
    margin: 0;
    color: var(--text);
}

.hero h1 span,
.section-title span,
.featured-title span {
    color: var(--accent-dark);
    font-style: italic;
}

.hero p {
    color: var(--muted);
    max-width: 585px;
    font-size: 17px;
    line-height: 1.8;
    margin-top: 24px;
    font-weight: 400;
}

.signature-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.signature-line span {
    width: 72px;
    height: 1px;
    background: var(--accent);
    display: block;
}

.signature-line p {
    margin: 0;
    color: var(--accent-dark);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
}

.hero-card {
    min-height: 500px;
    border-radius: 42px;
    background:
        radial-gradient(circle at center, rgba(20, 168, 154, 0.19), transparent 42%),
        linear-gradient(145deg, #ffffff, #f3f8f7);
    border: 1px solid rgba(20, 168, 154, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-card::after {
    content: "EAU DE PARFUM";
    position: absolute;
    bottom: 28px;
    left: 28px;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 400;
    color: rgba(20, 168, 154, 0.10);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.20));
    animation: floatPerfume 4s ease-in-out infinite;
}

@keyframes floatPerfume {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* BENEFICIOS */
.benefits {
    margin-top: 35px;
}

.benefit-pill {
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 15px 16px;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.benefit-pill i {
    color: var(--accent-dark);
    margin-right: 7px;
}

/* TITULOS */
.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(46px, 6vw, 82px);
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0;
    color: var(--text);
}

.section-subtitle {
    color: var(--muted);
    max-width: 700px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

/* PRODUCTO ESTRELLA */
.featured-product {
    background:
        radial-gradient(circle at 18% 45%, rgba(20, 168, 154, 0.11), transparent 30%),
        linear-gradient(180deg, #f8f5ee, #ffffff, #f1f8f6);
}

.featured-img-box {
    background:
        radial-gradient(circle at center, rgba(20, 168, 154, 0.18), transparent 42%),
        linear-gradient(145deg, #ffffff, #f3f8f7);
    border: 1px solid rgba(20, 168, 154, 0.18);
    border-radius: 38px;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.featured-img-box::after {
    content: "SIGNATURE";
    position: absolute;
    bottom: 26px;
    right: -8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 400;
    color: rgba(20, 168, 154, 0.10);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.featured-img {
    width: 100%;
    max-height: 375px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.20));
}

.featured-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(50px, 7vw, 90px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -2px;
    margin-top: 18px;
    color: var(--text);
}

.featured-text {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
    max-width: 580px;
    margin-top: 22px;
    font-weight: 400;
}

.featured-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.featured-details div {
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.featured-details strong {
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.featured-details p {
    color: var(--text);
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.featured-price {
    color: var(--accent-dark);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* OCASIONES */
.occasion-section {
    background:
        radial-gradient(circle at 15% 30%, rgba(20, 168, 154, 0.09), transparent 28%),
        #ffffff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.occasion-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 28px;
    height: 100%;
    transition: 0.28s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.occasion-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(20, 168, 154, 0.10);
    filter: blur(35px);
    right: -35px;
    top: -35px;
}

.occasion-card:hover {
    transform: translateY(-7px);
    border-color: rgba(20, 168, 154, 0.34);
}

.occasion-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: white;
    font-size: 21px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.occasion-card h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.8px;
    position: relative;
    z-index: 2;
    color: var(--text);
}

.occasion-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.75;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

/* PRODUCTOS */
.products-section {
    background:
        radial-gradient(circle at 80% 20%, rgba(20, 168, 154, 0.09), transparent 25%),
        linear-gradient(180deg, #f8f5ee, #ffffff);
}

.product-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    transition: 0.28s;
    position: relative;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.product-card:hover {
    transform: translateY(-9px);
    border-color: rgba(20, 168, 154, 0.34);
    box-shadow: 0 28px 70px rgba(20, 168, 154, 0.13);
}

.product-label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    background: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 10px 25px rgba(20, 168, 154, 0.18);
}

.product-img-box {
    height: 260px;
    background:
        radial-gradient(circle at center, rgba(20, 168, 154, 0.14), transparent 45%),
        #f2faf8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    position: relative;
}

.product-img-box.red,
.product-img-box.white,
.product-img-box.green {
    background:
        radial-gradient(circle at center, rgba(20, 168, 154, 0.14), transparent 45%),
        #f2faf8;
}

.product-img-box img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 22px 20px rgba(0, 0, 0, 0.16));
    transition: 0.3s;
}

.product-card:hover .product-img-box img {
    transform: scale(1.05);
}

.tag {
    display: inline-block;
    color: var(--accent-dark);
    border: 1px solid rgba(20, 168, 154, 0.24);
    background: var(--accent-soft);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 33px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 8px;
    color: var(--text);
}

.product-card p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
    min-height: 46px;
}

.price {
    color: var(--accent-dark);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* CALIDAD */
.info-box {
    background: white;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 30px;
    height: 100%;
    transition: 0.28s;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.info-box:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 168, 154, 0.34);
    box-shadow: 0 28px 70px rgba(20, 168, 154, 0.11);
}

.info-box i {
    color: var(--accent-dark);
    font-size: 31px;
    margin-bottom: 16px;
}

.info-box h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: var(--text);
}

.info-box p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
}

/* AYUDA */
.help-section {
    background:
        radial-gradient(circle at 20% 25%, rgba(20, 168, 154, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff, #eef8f6);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.help-box {
    background: white;
    border: 1px solid var(--line);
    border-radius: 36px;
    padding: 48px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.help-box::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: rgba(20, 168, 154, 0.10);
    border-radius: 50%;
    filter: blur(45px);
    right: -80px;
    top: -80px;
}

.help-box>* {
    position: relative;
    z-index: 2;
}

/* CONTACTO */
.contact-box {
    background:
        radial-gradient(circle at 22% 25%, rgba(20, 168, 154, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff, #eef8f6);
    border: 1px solid var(--line);
    border-radius: 36px;
    padding: 48px;
    box-shadow: var(--shadow);
}

footer {
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: #ffffff;
    font-size: 13px;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    text-decoration: none;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
    transition: 0.25s;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: white;
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding-bottom: 60px;
    }

    .hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .signature-line {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .hero-card {
        min-height: 350px;
        margin-top: 25px;
    }

    .hero-img {
        max-height: 280px;
    }

    .featured-product {
        text-align: center;
    }

    .featured-text {
        margin-left: auto;
        margin-right: auto;
    }

    .featured-details {
        grid-template-columns: 1fr;
    }

    .featured-img-box {
        min-height: 350px;
    }

    .featured-img {
        max-height: 290px;
    }

    .help-box,
    .contact-box {
        padding: 32px 22px;
    }

    .hero h1,
    .featured-title {
        letter-spacing: -2px;
    }
}

      html, body {
        max-width: 100%;
        overflow-x: hidden;
      }

      @media (max-width: 991.98px) {
        body {
      
        }

        .navbar {
          width: min(100% - 28px, 560px);
          left: 50%;
          transform: translateX(-50%);
          top: 10px;
          border-radius: 0;
          padding: 16px 0;
        }

        .navbar .container {
          padding-left: 18px;
          padding-right: 18px;
        }

        .navbar-brand {
          font-size: clamp(22px, 6vw, 31px);
          letter-spacing: 1px;
          line-height: 1;
        }

        .navbar-toggler {
          width: 62px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px;
          background: rgba(255,255,255,0.35);
        }

        .navbar-collapse {
          margin-top: 14px;
          padding-top: 14px;
          border-top: 1px solid var(--line);
          background: rgba(255,255,255,0.55);
          border-radius: 18px;
        }

        .navbar-nav {
          gap: 4px !important;
          text-align: center;
        }

        .nav-link {
          padding: 11px 0;
        }

        .hero {
          min-height: auto;
          padding-top: 138px;
          padding-bottom: 72px;
          text-align: center;
        }

        .hero-content {
          width: min(100% - 28px, 560px);
          margin: 0 auto;
          padding-left: 0;
          padding-right: 0;
        }

        .hero .row {
          --bs-gutter-y: 0;
        }

        /* Oculta la imagen principal solo en mobile */
        .hero .col-lg-6:last-child,
        .hero-card,
        .hero-img {
          display: none !important;
        }

        .mini-label {
          margin-left: auto;
          margin-right: auto;
          max-width: max-content;
          font-size: 10px;
          letter-spacing: 1.4px;
          padding: 8px 14px;
        }

        .hero h1 {
          font-size: clamp(56px, 15vw, 78px);
          line-height: 0.94;
          letter-spacing: -1.4px;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
        }

        .hero p {
          max-width: 360px;
          margin-left: auto;
          margin-right: auto;
          font-size: 16px;
          line-height: 1.65;
        }

        .signature-line {
          flex-direction: column;
          justify-content: center;
          gap: 12px;
          margin-top: 24px;
        }

        .signature-line span {
          width: 74px;
        }

        .signature-line p {
          max-width: 330px;
          font-size: 10px;
          line-height: 1.7;
          margin: 0 auto;
        }

        .hero .d-flex.gap-3 {
          width: 100%;
          max-width: 340px;
          margin-left: auto;
          margin-right: auto;
          flex-direction: column;
          gap: 12px !important;
        }

        .hero .btn-main,
        .hero .btn-second {
          width: 100%;
          text-align: center;
        }

        .benefits {
          max-width: 340px;
          margin-left: auto;
          margin-right: auto;
        }

        .benefit-pill {
          text-align: center;
        }

        .featured-product,
        .occasion-section,
        .products-section,
        #calidad,
        .help-section,
        #contacto {
          text-align: center;
        }

        .featured-product .container,
        .occasion-section .container,
        .products-section .container,
        #calidad .container,
        .help-section .container,
        #contacto .container {
          width: min(100% - 28px, 560px);
        }

        .featured-img-box {
          min-height: 320px;
          padding: 28px;
          border-radius: 30px;
        }

        .featured-img {
          max-height: 255px;
        }

        .featured-title {
          font-size: clamp(50px, 14vw, 74px);
          line-height: 0.9;
          letter-spacing: -1.4px;
        }

        .featured-text {
          max-width: 370px;
          margin-left: auto;
          margin-right: auto;
          font-size: 16px;
          line-height: 1.8;
        }

        /* Oculta las tarjetas de Estilo / Aroma / Ideal en mobile */
        .featured-details {
          display: none !important;
        }

        .featured-price {
          width: 100%;
          text-align: center;
          margin-top: 8px;
        }

        .featured-price + .comprar-btn,
        .featured-product .comprar-btn {
          width: 100%;
          max-width: 340px;
          margin-left: auto;
          margin-right: auto;
        }

        .section-title {
          font-size: clamp(44px, 13vw, 70px);
          line-height: 0.95;
          letter-spacing: -1.2px;
        }

        .section-subtitle {
          max-width: 370px;
          font-size: 15px;
          line-height: 1.75;
        }

        .occasion-card,
        .product-card,
        .info-box,
        .help-box,
        .contact-box {
          border-radius: 24px;
        }

        .product-img-box {
          height: 230px;
        }

        .product-img-box img {
          max-height: 190px;
        }

        .product-card .d-flex.justify-content-between {
          flex-direction: column;
          align-items: stretch !important;
          gap: 14px;
        }

        .product-card .btn-main {
          width: 100%;
        }

        .contact-box .d-flex,
        .help-box .d-flex {
          flex-direction: column;
        }
      }

      @media (max-width: 430px) {
        .navbar {
          width: calc(100% - 22px);
        }

        .navbar-brand {
          font-size: 25px;
        }

        .hero {
          padding-top: 132px;
        }

        .hero h1 {
          font-size: clamp(50px, 15vw, 66px);
        }

        .mini-label {
          font-size: 9px;
          padding: 7px 12px;
        }

        .signature-line p {
          letter-spacing: 1.5px;
        }
      }
