

:root {
    
    --primary: #d90416;
    --primary-hover: #b00312;
    --secondary: #25d366; 
    --text-dark: #1a1a1a;
    --text-muted: #666666;
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --gray-light: #e9ecef;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-header: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-glow: 0 0 20px rgba(217, 4, 22, 0.2);
    
    
    --font-main: 'Poppins', sans-serif;
    
    
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
}
html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

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


.header-main {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
    padding: 0 2rem;
}

.header-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 1rem 3rem;
    box-shadow: var(--shadow-header);
    transition: var(--transition);
}

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


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

.logo-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.brand {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    letter-spacing: -0.5px;
}

.slogan {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}


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

.nav-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark);
}

.nav-item-with-lottie {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-lottie {
    width: 40px;
    height: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-number {
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-icon {
    display: inline-block;
    flex-shrink: 0;
}

.whatsapp-icon {
    width: 22px;
    height: 22px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center;
    background-size: contain;
}

.phone-icon {
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d90416'%3E%3Cpath d='M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.07 21 3 13.93 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.24 1.02l-2.21 2.2z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.separator {
    color: #ddd;
    font-weight: 300;
    font-size: 0.9rem;
    pointer-events: none;
}


.hero-section {
    position: relative;
    padding: 110px 0 30px;
    min-height: auto;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.hero-shape-red {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: var(--primary);
    clip-path: ellipse(120% 85% at 50% 15%);
}

.bg-watermark {
    position: absolute;
    width: 600px;
    opacity: 0.08;
    filter: brightness(0) invert(1);
    pointer-events: none;
}

.watermark-left {
    top: 10%;
    left: -150px;
    transform: rotate(-15deg);
}

.watermark-right {
    bottom: 20%;
    right: -100px;
    transform: rotate(10deg);
}


.hero-carousel-full {
    width: 100%;
    position: relative;
    z-index: 20;
    margin-bottom: -50px; 
}

.hero-carousel-content {
    width: 100%;
    max-width: 100%;
}

.hero-swiper {
    width: 100%;
    height: 600px; 
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .hero-swiper {
        height: auto !important;
        aspect-ratio: 320 / 480 !important;
    }
}

.hero-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--white);
    background: rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.5rem;
    font-weight: bold;
}



.mini-banners-section {
    padding: 30px 0;
    background: transparent; 
    position: relative;
    z-index: 60;
}

.promo-carousel-wrapper {
    margin-bottom: 30px;
}

.promo-swiper {
    width: 100%;
    overflow: hidden;
}

.promo-banner-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    height: 100%; 
}

.promo-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-next, .promo-prev {
    display: none; 
}

@media (max-width: 768px) {
    .promo-next, .promo-prev { display: flex; }
}


.category-carousel-wrapper {
    position: relative;
    padding: 0 10px;
}

.category-card {
    height: 360px;
    border-radius: 25px;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    overflow: hidden;
}

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

.cat-title {
    font-size: 1.6rem; 
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.cat-desc {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: auto;
}

.btn-cat {
    display: block;
    width: 100%;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 1.5px solid var(--white);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--white);
    margin-top: 1rem;
    transition: var(--transition);
}

.btn-cat:hover {
    background: var(--white);
    color: var(--primary);
}

.cat-next, .cat-prev {
    color: var(--primary) !important;
    background: var(--white);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cat-next::after, .cat-prev::after {
    font-size: 1.2rem !important;
}

@media (max-width: 768px) {
    
}

.section-title-centered {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 3rem;
}


.location-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    z-index: 50;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .location-grid { grid-template-columns: 1fr; }
}

.location-card {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.02);
}

.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.store-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.location-card:hover .store-image img {
    transform: scale(1.1);
}

.location-info {
    padding: 2.5rem;
    text-align: center;
}

.store-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.store-address {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.btn-location {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(217, 4, 22, 0.2);
}

.btn-location:hover {
    background: var(--text-dark);
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}


.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(217, 4, 22, 0.4);
    z-index: 999;
    transition: var(--transition);
    color: var(--white) !important;
    text-decoration: none;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top-btn:hover {
    transform: scale(1.1) translateY(-5px) !important;
    background: #b00312;
    color: var(--white) !important;
    box-shadow: 0 20px 45px rgba(217, 4, 22, 0.55);
}

@media (max-width: 768px) {
    .back-to-top-btn {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
        font-size: 1.3rem;
    }
}


.footer-modern {
    position: relative;
    height: 300px; 
    margin-top: 80px; 
}

.footer-shape-red {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    clip-path: ellipse(120% 85% at 50% 85%);
}


.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease;
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}


.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1100;
}

.hamburger {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--text-dark);
    position: relative;
    transition: var(--transition);
}

.hamburger::before, .hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--text-dark);
    left: 0;
    transition: var(--transition);
}

.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }

.menu-toggle.active .hamburger {
    background: transparent;
}

.menu-toggle.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-toggle.active .hamburger::after {
    top: 0;
    transform: rotate(-45deg);
}


@media (max-width: 1024px) {
    .nav-desktop { display: none; }
    .menu-toggle { display: block; }
    .header-contacts { display: none; }
}

@media (max-width: 768px) {
    .header-main {
        position: absolute !important;
        top: 10px;
        padding: 0 1rem;
    }
    .header-content {
        position: relative;
        justify-content: center !important;
    }
    .menu-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .header-wrapper { padding: 0.6rem 1.2rem; }
    .brand { font-size: 1.2rem; }
    
    .hero-section { padding: 1px 0 6px; }
    .bg-watermark { display: none; } 
    
    .footer-modern { height: 200px; margin-top: 40px; }
    .footer-shape-red { clip-path: ellipse(150% 80% at 50% 90%); }
}

@media (max-width: 480px) {
    .header-wrapper { padding: 0.5rem 1rem; }
    .logo-icon img { width: 30px; height: 30px; }
    .brand { font-size: 1.1rem; }
    
    .whatsapp-btn-float { width: 55px; height: 55px; bottom: 20px; right: 20px; }
    .whatsapp-float-icon { width: 55px; height: 55px; }
}


.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: var(--white);
    z-index: 1001;
    padding: 100px 40px;
    transition: var(--transition);
    box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}

.mobile-menu.active {
    right: 0;
}

.mobile-nav-list li {
    margin-bottom: 2rem;
}

.mobile-nav-list a {
    font-size: 1.5rem;
    font-weight: 700;
}


@media (min-width: 1025px) {
    html {
        zoom: 1.25;
    }
}
