:root {
    --main-color: #a1d0fc;
    --main-color-dark: #7bb8e8;
    --bg-dark: #000000;
    --bg-card: #0d0d0d;
    --text-white: #ffffff;
    --text-muted: #888888;
    --border-color: #1a1a1a;
}

/* ===== Bootstrap fallbacks (in case CDN fails) ===== */
.container { width:100%; padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto; }
@media (min-width:576px) { .container { max-width:540px; } }
@media (min-width:768px) { .container { max-width:720px; } }
@media (min-width:992px) { .container { max-width:960px; } }
@media (min-width:1200px) { .container { max-width:1140px; } }
.row { display:flex; flex-wrap:wrap; margin-right:-15px; margin-left:-15px; }
.col-4, .col-md-4, .col-md-6, .col-lg-6, .col-lg-8 { position:relative; width:100%; padding-right:15px; padding-left:15px; }
.col-4 { flex:0 0 33.333333%; max-width:33.333333%; }
@media (min-width:768px) { .col-md-4 { flex:0 0 33.333333%; max-width:33.333333%; } .col-md-6 { flex:0 0 50%; max-width:50%; } }
@media (min-width:992px) { .col-lg-6 { flex:0 0 50%; max-width:50%; } .col-lg-8 { flex:0 0 66.666667%; max-width:66.666667%; } }
.d-flex { display:flex; }
.flex-wrap { flex-wrap:wrap; }
.align-items-center { align-items:center; }
.justify-content-center { justify-content:center; }
.justify-content-between { justify-content:space-between; }
.text-center { text-align:center; }
.ml-auto { margin-left:auto; }
.mr-2 { margin-right:0.5rem; }
.mr-3 { margin-right:1rem; }
.mb-2 { margin-bottom:0.5rem; }
.mb-3 { margin-bottom:1rem; }
.mb-4 { margin-bottom:1.5rem; }
.mt-2 { margin-top:0.5rem; }
.mt-4 { margin-top:1.5rem; }
.py-5 { padding-top:3rem; padding-bottom:3rem; }
.p-4 { padding:1.5rem; }
.pt-4 { padding-top:1.5rem; }
.px-5 { padding-left:3rem; padding-right:3rem; }
.small { font-size:0.875rem; }
.text-muted { color:#888 !important; }
.text-white { color:#fff !important; }
.text-primary { color:var(--main-color) !important; }
.text-success { color:#25d366 !important; }
.text-danger { color:#dc3545 !important; }
.font-weight-bold { font-weight:700; }
.list-unstyled { list-style:none; padding-left:0; }
.card { position:relative; display:flex; flex-direction:column; min-width:0; word-wrap:break-word; background-clip:border-box; border:1px solid rgba(0,0,0,.125); border-radius:0; }
.card-body { flex:1 1 auto; min-height:1px; padding:1.25rem; }
.btn { display:inline-block; font-weight:400; text-align:center; vertical-align:middle; user-select:none; border:1px solid transparent; padding:.375rem .75rem; font-size:1rem; line-height:1.5; transition:color .15s; }
.btn:hover { text-decoration:none; }
.btn-sm { padding:.25rem .5rem; font-size:.875rem; line-height:1.5; }
.navbar { position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; padding:.5rem 1rem; }
.navbar-dark .navbar-brand { color:#fff; }
.navbar-expand-lg { flex-flow:row nowrap; justify-content:flex-start; }
.navbar-expand-lg .navbar-collapse { display:flex!important; }
.navbar-expand-lg .navbar-nav { flex-direction:row; }
.navbar-nav { display:flex; list-style:none; padding-left:0; margin-bottom:0; }
.navbar-nav .nav-link { padding-right:.5rem; padding-left:.5rem; }
.navbar-collapse { flex-basis:100%; flex-grow:1; align-items:center; }
.fixed-top { position:fixed; top:0; right:0; left:0; z-index:1030; }
.navbar-toggler { padding:.25rem .75rem; font-size:1.25rem; line-height:1; border:1px solid transparent; border-radius:0; cursor:pointer; }
.navbar-toggler-icon { display:inline-block; width:1.5em; height:1.5em; vertical-align:middle; content:""; background:no-repeat center center; background-size:100% 100%; }
.navbar-dark .navbar-toggler-icon { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.d-none { display:none!important; }
.badge { display:inline-block; padding:.25em .4em; font-size:75%; font-weight:700; line-height:1; text-align:center; white-space:nowrap; vertical-align:baseline; }
.badge-primary { color:#000; background-color:var(--main-color); }

/* ===== Parallax ===== */
.parallax-section {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.parallax-bg {
    position: absolute;
    top: -50%; left: -50%; right: -50%; bottom: -50%;
    background: radial-gradient(ellipse at 20% 50%, #0a1a30 0%, #000 70%);
    z-index: 0;
    will-change: transform;
}
.parallax-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        radial-gradient(2px 2px at 10% 20%, rgba(161,208,252,0.5) 0%, transparent 50%),
        radial-gradient(2px 2px at 30% 60%, rgba(161,208,252,0.4) 0%, transparent 50%),
        radial-gradient(3px 3px at 50% 10%, rgba(161,208,252,0.6) 0%, transparent 50%),
        radial-gradient(2px 2px at 70% 80%, rgba(161,208,252,0.3) 0%, transparent 50%),
        radial-gradient(3px 3px at 85% 30%, rgba(161,208,252,0.5) 0%, transparent 50%),
        radial-gradient(2px 2px at 15% 85%, rgba(161,208,252,0.3) 0%, transparent 50%),
        radial-gradient(3px 3px at 60% 45%, rgba(161,208,252,0.4) 0%, transparent 50%),
        radial-gradient(2px 2px at 40% 90%, rgba(161,208,252,0.3) 0%, transparent 50%),
        radial-gradient(2px 2px at 90% 65%, rgba(161,208,252,0.3) 0%, transparent 50%),
        radial-gradient(3px 3px at 25% 40%, rgba(161,208,252,0.5) 0%, transparent 50%),
        radial-gradient(2px 2px at 5% 50%, rgba(161,208,252,0.3) 0%, transparent 50%),
        radial-gradient(2px 2px at 75% 15%, rgba(161,208,252,0.4) 0%, transparent 50%);
    background-size: 250px 250px;
    animation: twinkle 5s ease-in-out infinite alternate;
}
@keyframes twinkle {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}
.parallax-grid {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        linear-gradient(rgba(161,208,252,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161,208,252,0.05) 1px, transparent 1px);
    background-size: 70px 70px;
    z-index: 1;
}
.parallax-content {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
}
.parallax-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
}
.parallax-content h2 span {
    color: var(--main-color);
}
.parallax-content p {
    font-size: 1.15rem;
    color: #aaa;
    max-width: 550px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--bg-dark);
    color: #e8e8e8;
    padding-top: 90px;
}

/* ===== ByteSphere-style Navbar ===== */
.navbar {
    background: #000 !important;
    border-bottom: 1px solid #1a1a1a;
    min-height: 80px;
    padding: 4px 0;
}
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .collapse {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 0;
}
.nav-left {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}
.nav-right {
    display: flex;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    gap: 2px;
}
.nav-left .nav-item .nav-link,
.nav-right .nav-item .nav-link {
    color: #bbb !important;
    text-transform: lowercase;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 6px 12px;
    transition: all 0.2s;
}
.nav-left .nav-item .nav-link:hover,
.nav-right .nav-item .nav-link:hover,
.nav-left .nav-item.active .nav-link,
.nav-right .nav-item.active .nav-link {
    color: #fff !important;
}
.nav-left .nav-link:hover,
.nav-right .nav-link:hover {
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
}
.nav-left .nav-item.active .nav-link,
.nav-right .nav-item.active .nav-link {
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
}
.nav-logo-center {
    padding: 0;
    margin: 0 25px;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}
.nav-logo-center img {
    display: block;
    max-height: 90px;
    width: auto;
}
.navbar-toggler {
    border: none;
    padding: 4px 8px;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .navbar .collapse {
        flex-direction: column;
    }
    .nav-left, .nav-right {
        flex-direction: column;
        width: 100%;
        flex: none;
    }
    .nav-right {
        justify-content: flex-start;
    }
    .nav-left .nav-link, .nav-right .nav-link {
        padding: 8px 0;
    }
    .nav-logo-center {
        margin: 8px 0;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--bg-dark);
    color: #e8e8e8;
    padding-top: 58px;
}

/* ===== NAVBAR (ByteSphere style) ===== */
.navbar {
    background: #000 !important;
    border-bottom: 1px solid #1a1a1a;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.navbar-brand {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
    font-size: 1.05rem;
    font-weight: 500;
    padding: 0.5rem 0.9rem;
    transition: color 0.2s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link {
    color: var(--main-color);
}
.navbar-dark .navbar-toggler { border-color: rgba(255,255,255,0.2); }

/* body padding for fixed navbar */
body { padding-top: 70px; }
.site_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-header .navbar-brand {
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.navbar-header .navbar-brand:hover { color: #fff; text-decoration: none; }
#top-menu { display: flex; align-items: center; }
.navPages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.moduleMenu {
    margin: 0 1px;
}
.moduleMenu a {
    display: block;
    padding: 0.5rem 15px;
    color: rgba(255,255,255,0.8);
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.moduleMenu a:hover,
.moduleMenu.active a {
    color: var(--main-color);
    text-decoration: none;
}
.moduleMenu a .txt-container.weight-bold {
    font-weight: 600;
}

/* Mobile nav */
.navbar-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem;
}
@media (max-width: 767.98px) {
    .navbar-toggle { display: block; }
    .site_container { flex-wrap: wrap; }
    #top-menu {
        display: none;
        width: 100%;
        order: 3;
        margin-top: 0.5rem;
    }
    #top-menu.open { display: flex; }
    .navPages {
        flex-direction: column;
        width: 100%;
    }
    .moduleMenu { width: 100%; margin: 0; }
    .moduleMenu a { padding: 0.6rem 15px; text-align: center; }
}

/* ===== PAGE TITLE (like "store categories") ===== */
.page-title-section {
    padding: 4rem 0 2.5rem;
    text-align: center;
}
.page-title-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-white);
    text-transform: lowercase;
}
.page-title-section .breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
}
.page-title-section .breadcrumb-item { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.page-title-section .breadcrumb-item a { color: var(--main-color); }
.page-title-section .breadcrumb-item + .breadcrumb-item::before { color: #555; }
.page-title-section .breadcrumb-item.active { color: #888; }

/* ===== PERFUME CATALOG (Flip Cards) ===== */
.perfume-hero {
    text-align: center;
    padding: 4rem 0 2.5rem;
}
.perfume-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}
.perfume-hero p {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.perfume-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.perfume-filter-btn {
    background: transparent;
    border: 1.5px solid #2a2a2a;
    color: #888;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.perfume-filter-btn:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}
.perfume-filter-btn.active {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #000;
    font-weight: 600;
}

.perfume-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
}

.perfume-grid-item {
    perspective: 1000px;
}

.perfume-flip-card {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.perfume-flip-card.flipped {
    transform: rotateY(180deg);
}

.perfume-flip-front,
.perfume-flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 18px;
    overflow: hidden;
}

.perfume-flip-front {
    background: #0a0a0a;
    border: 1px solid #1e1e1e;
}
.perfume-flip-front img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.perfume-flip-front .flip-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1.2rem 1rem;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    z-index: 1;
}
.perfume-flip-front .flip-name h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.perfume-flip-front .flip-name .flip-hint {
    font-size: 0.65rem;
    color: #444;
    margin-top: 0.3rem;
    transition: color 0.3s;
}
.perfume-flip-card:hover .flip-hint {
    color: var(--main-color);
}

.perfume-flip-back {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border: 1px solid var(--main-color);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.8rem;
    text-align: center;
}
.perfume-flip-back .flip-back-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.perfume-flip-back .flip-back-gender {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.perfume-flip-back .flip-back-desc {
    font-size: 0.82rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 240px;
}
.perfume-flip-back .flip-back-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1.2rem;
}
.perfume-flip-back .flip-back-price span {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    color: #555;
    margin-top: 0.2rem;
}
.perfume-flip-back .flip-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s;
}
.perfume-flip-back .flip-wa-btn:hover {
    background: #20bd5a;
    transform: scale(1.04);
    color: #fff;
    text-decoration: none;
}
.perfume-flip-back .flip-back-flip-hint {
    font-size: 0.6rem;
    color: #444;
    margin-top: 1rem;
}

.perfume-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: #555;
    font-size: 0.95rem;
}

@media (max-width: 767.98px) {
    .perfume-hero h1 { font-size: 2rem; }
    .perfume-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .perfume-flip-card { aspect-ratio: 3 / 4.2; }
    .perfume-flip-front .flip-name h3 { font-size: 0.75rem; }
    .perfume-flip-back { padding: 1.2rem 1rem; }
    .perfume-flip-back .flip-back-name { font-size: 0.85rem; }
    .perfume-flip-back .flip-back-desc { font-size: 0.72rem; }
    .perfume-flip-back .flip-back-price { font-size: 1.1rem; }
    .perfume-flip-back .flip-wa-btn { font-size: 0.7rem; padding: 0.55rem 1.4rem; }
}

/* ===== STORE GRID (ByteSphere store style) ===== */
.store-grid .store-item {
    margin-bottom: 20px;
}
.store-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    text-decoration: none !important;
    transition: border-color 0.25s ease;
    overflow: hidden;
    border-radius: 10px;
}
.store-card:hover { border-color: var(--main-color); }
.store-card .store-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.75;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.store-card .store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-card .store-image .store-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 0.4rem;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-white);
    opacity: 0;
    transition: opacity 0.25s;
}
.store-card:hover .store-image .store-quickview { opacity: 1; }
.store-card .store-info {
    padding: 0.6rem 0.8rem 0.8rem;
}
.store-card .store-info h4 {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.store-card .store-info .store-price {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--main-color);
}
.store-card .store-info .store-meta {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-bottom: 0.3rem;
}

/* ===== HERO (ByteSphere home style) ===== */
.hero-section,
.servicios-section {
    position: relative;
    overflow: hidden;
}
.hero-section {
    padding: 8rem 0 6rem;
    text-align: center;
    background: var(--bg-dark);
}
.hero-section::before,
.servicios-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    pointer-events: none;
}
.hero-section::before {
    background-image: url('../../img/fondo.png');
    opacity: 0.25;
}
.servicios-section::before {
    background-image: url('../../img/fondo_2.jpg');
    opacity: 0.15;
}
.hero-section > *,
.servicios-section > * {
    position: relative;
    z-index: 1;
}
.hero-section h1 {
    font-weight: 700;
    font-size: 3rem;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.15;
}
.hero-section .hero-sub {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 2rem;
}

/* ===== SECTION TITLES ===== */
.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 0.5rem;
}
.section-title.lowercase { text-transform: lowercase; }
.section-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 auto 3rem;
}

/* ===== SERVICE CARDS ===== */
.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 2.5rem 1.8rem;
    height: 100%;
    text-align: center;
    transition: border-color 0.25s ease;
}
.service-card:hover { border-color: var(--main-color); }
.service-card .service-icon {
    width: 48px; height: 48px;
    margin: 0 auto 1.2rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    color: var(--main-color);
}
.service-card h5 {
    font-weight: 600;
    color: var(--text-white);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}
.service-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ===== STATS ===== */
.stats-section {
    background: #0d0d0d;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 2.5rem 0;
}
.stat-number { font-size: 2.2rem; font-weight: 700; color: var(--main-color); line-height: 1; }
.stat-label { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #666; margin-top: 0.2rem; }

/* ===== SECTION BACKGROUNDS ===== */
.section-dark { background: var(--bg-dark); }
.section-darker { background: #0d0d0d; }
.servicios-section { background: #000; }

/* ===== BUTTONS ===== */
.btn {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 0;
    padding: 0.55rem 2rem;
    transition: all 0.2s;
}
.btn-primary {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #000;
}
.btn-primary:hover {
    background: var(--main-color-dark);
    border-color: var(--main-color-dark);
    color: #000;
}
.btn-outline-light {
    color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.2);
}
.btn-outline-light:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.btn-outline-primary { color: var(--main-color); border-color: var(--main-color); }
.btn-outline-primary:hover { background: var(--main-color); border-color: var(--main-color); color: #000; }
.btn-sm { font-size: 0.72rem; padding: 0.35rem 1.2rem; }
.btn-success { background: #25d366; border-color: #25d366; color: #000; }
.btn-success:hover { background: #20bd5a; border-color: #20bd5a; color: #000; }

/* ===== PERFUME FILTER ===== */
.filter-group .btn-primary { background: var(--main-color); border-color: var(--main-color); color: #000; }
.filter-group .btn-outline-primary { color: var(--main-color); border-color: var(--main-color); }
.filter-group .btn-outline-primary:hover { background: var(--main-color); border-color: var(--main-color); color: #000; }

/* ===== ALERTS ===== */
.alert-warning { background: rgba(161,208,252,0.1); border: 1px solid var(--main-color); color: var(--main-color); border-radius: 0; }
.alert-light { background: var(--bg-card); border-color: var(--border-color); color: var(--text-muted); border-radius: 0; }

/* ===== FORM ===== */
.form-control {
    background: #0d0d0d; border: 1px solid var(--border-color); border-radius: 0;
    color: var(--text-white); font-size: 0.85rem;
}
.form-control:focus { background: #0d0d0d; border-color: var(--main-color); color: var(--text-white); box-shadow: none; }
.form-control::placeholder { color: #555; }

/* ===== FOOTER ===== */
footer {
    border-top: 1px solid var(--border-color);
    padding: 2rem 0;
    font-size: 0.85rem;
}
footer .footer-links a {
    color: rgba(255,255,255,0.6);
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 1.5rem;
    transition: color 0.2s;
}
footer .footer-links a:hover { color: var(--main-color); text-decoration: none; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed; right: 20px; bottom: 22px;
    width: 52px; height: 52px; border-radius: 50%;
    background: #25d366; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    z-index: 1040; transition: transform 0.2s;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.06); text-decoration: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 767.98px) {
    .hero-section { padding: 5rem 0 3rem; }
    .hero-section h1 { font-size: 2rem; }
    .page-title-section h1 { font-size: 1.8rem; }
    .stat-number { font-size: 1.6rem; }
    .section-title { font-size: 1.5rem; }
    .store-card .store-image { aspect-ratio: 1 / 0.65; }
    .catalog-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; }
}
