/* ==========================================
   NATUREL PERDE - Perde Satis ve Dikim Evi
   Antalya - naturelperde.com.tr
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@400;700&display=swap');

:root {
    --primary: #1a3c5e;
    --primary-dark: #0f2a47;
    --primary-light: #2a5a8a;
    --accent: #d4a853;
    --accent-light: #e8c77b;
    --accent-dark: #b8913e;
    --warm: #f5e6d0;
    --warm-dark: #e8d5b8;
    --cream: #faf7f2;
    --dark: #1e1e1e;
    --text: #3a3a3a;
    --text-light: #7a7a7a;
    --white: #ffffff;
    --shadow: 0 5px 25px rgba(0,0,0,0.08);
    --shadow-lg: 0 15px 50px rgba(0,0,0,0.12);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif; color: var(--dark); line-height: 1.3; }
a { text-decoration: none; color: var(--primary); transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; }

/* ===== PRELOADER ===== */
.preloader { position: fixed; top:0; left:0; width:100%; height:100%; background: var(--white); z-index: 99999; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s; }
.preloader.loaded { opacity: 0; pointer-events: none; }
.preloader .spinner { width: 50px; height: 50px; border: 3px solid var(--warm); border-top-color: var(--accent); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== TOPBAR ===== */
.topbar { background: var(--primary-dark); color: rgba(255,255,255,0.8); padding: 8px 0; font-size: 0.82rem; }
.topbar a { color: var(--accent-light); }
.topbar a:hover { color: var(--white); }
.topbar i { color: var(--accent); margin-right: 5px; }
.topbar-left span { margin-right: 18px; }
.topbar-right a { margin-left: 10px; font-size: 1rem; }

/* ===== NAVBAR ===== */
.navbar-main { background: var(--white); padding: 0; box-shadow: 0 2px 15px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; transition: var(--transition); }
.navbar-main .navbar-brand { padding: 10px 0; }
.navbar-main .navbar-brand img { height: 55px; }
.navbar-main .nav-link { color: var(--dark) !important; font-weight: 500; padding: 22px 16px !important; font-size: 0.92rem; position: relative; transition: var(--transition); }
.navbar-main .nav-link::after { content:''; position: absolute; bottom:0; left:50%; transform: translateX(-50%); width:0; height:3px; background: linear-gradient(90deg, var(--accent), var(--accent-light)); transition: var(--transition); border-radius:2px; }
.navbar-main .nav-link:hover::after, .navbar-main .nav-link.active::after { width: 70%; }
.navbar-main .nav-link:hover { color: var(--primary) !important; }
.navbar-cta { background: linear-gradient(135deg, var(--accent), var(--accent-dark)) !important; color: var(--white) !important; padding: 10px 22px !important; border-radius: 50px; font-weight: 600 !important; margin-left: 8px; }
.navbar-cta::after { display: none !important; }
.navbar-cta:hover { background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(26,60,94,0.3); }
.navbar-scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.1); }

/* ===== HERO / SLIDER ===== */
.hero-section { background: linear-gradient(135deg, #e8f0f8 0%, #f0e8d8 50%, #faf7f2 100%); position: relative; overflow: hidden; min-height: 600px; }
.hero-slide { display: none; }
.hero-slide.active { display: block; }
.hero-content-wrapper { display: flex; align-items: center; min-height: 600px; padding: 60px 0; }
.hero-text { flex: 1; padding-right: 40px; }
.hero-text .badge-label { display: inline-block; background: var(--accent); color: var(--white); padding: 6px 18px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; }
.hero-text h1 { font-size: 3.2rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 18px; line-height: 1.15; }
.hero-text h1 span { color: var(--accent); }
.hero-text p { font-size: 1.1rem; color: var(--text-light); max-width: 480px; margin-bottom: 30px; line-height: 1.8; }
.hero-image { flex: 1; text-align: right; position: relative; }
.hero-image img { max-height: 480px; border-radius: 20px; box-shadow: var(--shadow-lg); }
.hero-image .float-badge { position: absolute; bottom: 30px; left: -20px; background: var(--white); padding: 15px 25px; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; }
.hero-image .float-badge .icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.3rem; }
.hero-image .float-badge .count { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--primary-dark); line-height: 1; }
.hero-image .float-badge span { font-size: 0.8rem; color: var(--text-light); }

/* Hero Dots */
.hero-nav { text-align: center; padding: 20px 0; position: relative; z-index: 5; }
.hero-nav .dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--warm-dark); margin: 0 5px; cursor: pointer; transition: var(--transition); }
.hero-nav .dot.active { background: var(--accent); width: 30px; border-radius: 6px; }

/* Wave */
.hero-wave { position: relative; margin-top: -80px; z-index: 2; }
.hero-wave svg { display: block; width: 100%; }

/* ===== BUTTONS ===== */
.btn-primary-custom { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: var(--white); padding: 14px 32px; border-radius: 50px; font-weight: 600; border: none; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; cursor: pointer; }
.btn-primary-custom:hover { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: var(--white); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(212,168,83,0.3); }
.btn-accent { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: var(--white); padding: 14px 32px; border-radius: 50px; font-weight: 600; border: none; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.btn-accent:hover { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: var(--white); transform: translateY(-3px); }
.btn-outline { background: transparent; color: var(--primary); padding: 13px 32px; border-radius: 50px; font-weight: 600; border: 2px solid var(--primary); transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.btn-outline:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-cream { background: var(--cream); }
.section-warm { background: linear-gradient(135deg, var(--warm) 0%, var(--cream) 100%); }
.section-dark { background: var(--primary-dark); color: var(--white); }
.section-dark h2,.section-dark h3,.section-dark h4 { color: var(--white); }

.section-title { text-align: center; margin-bottom: 55px; }
.section-title .tag { display: inline-block; background: rgba(212,168,83,0.15); color: var(--accent-dark); padding: 6px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; margin-bottom: 12px; letter-spacing: 0.5px; }
.section-title h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 12px; }
.section-title p { color: var(--text-light); max-width: 550px; margin: 0 auto; font-size: 1rem; }

/* ===== SERVICE CARDS (Round image style like original) ===== */
.service-card-round { background: var(--white); border-radius: var(--radius); padding: 35px 25px; text-align: center; box-shadow: var(--shadow); transition: var(--transition); height: 100%; position: relative; overflow: hidden; }
.service-card-round:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.service-card-round .img-wrap { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; margin: 0 auto 25px; border: 5px solid var(--warm); transition: var(--transition); box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.service-card-round:hover .img-wrap { border-color: var(--accent); }
.service-card-round .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card-round:hover .img-wrap img { transform: scale(1.1); }
.service-card-round h4 { font-size: 1.25rem; margin-bottom: 10px; }
.service-card-round p { color: var(--text-light); font-size: 0.9rem; }
.service-card-round .btn-link { color: var(--accent); font-weight: 600; font-size: 0.9rem; margin-top: 12px; display: inline-flex; align-items: center; gap: 5px; }
.service-card-round .btn-link:hover { color: var(--primary); }

/* ===== PROCESS STEPS (01-02-03-04) ===== */
.process-section { background: var(--cream); padding: 80px 0; position: relative; overflow: hidden; }
.process-step { text-align: center; position: relative; padding: 20px; }
.process-step .number { font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 700; color: var(--accent); opacity: 0.3; line-height: 1; }
.process-step h5 { font-size: 1.1rem; margin-top: 8px; color: var(--primary-dark); }
.process-step p { font-size: 0.85rem; color: var(--text-light); margin-top: 5px; }
.process-connector { position: absolute; top: 40%; right: -15%; width: 30%; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); z-index: 1; }

/* ===== ABOUT SECTION ===== */
.about-section .about-img { position: relative; }
.about-section .about-img img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-section .about-img .year-badge { position: absolute; bottom: -15px; right: -15px; background: var(--accent); color: var(--white); width: 110px; height: 110px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); border: 5px solid var(--white); }
.about-section .year-badge .num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; line-height: 1; }
.about-section .year-badge span { font-size: 0.7rem; font-weight: 600; }
.about-section .check-list { list-style: none; padding: 0; margin: 20px 0; }
.about-section .check-list li { padding: 8px 0; display: flex; align-items: center; gap: 10px; }
.about-section .check-list li i { color: var(--accent); font-size: 1rem; }

/* ===== PRODUCT CARDS ===== */
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); height: 100%; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-card .img-wrap { position: relative; overflow: hidden; height: 260px; background: var(--cream); }
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .img-wrap img { transform: scale(1.08); }
.product-card .badge-tag { position: absolute; top: 12px; left: 12px; background: var(--accent); color: var(--white); padding: 4px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 600; }
.product-card .overlay-btns { position: absolute; bottom: -50px; left: 0; width: 100%; display: flex; justify-content: center; gap: 8px; padding: 12px; transition: var(--transition); }
.product-card:hover .overlay-btns { bottom: 0; }
.product-card .overlay-btns a { width: 40px; height: 40px; background: var(--white); color: var(--dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0,0,0,0.15); transition: var(--transition); }
.product-card .overlay-btns a:hover { background: var(--accent); color: var(--white); }
.product-card .card-body { padding: 18px; }
.product-card .cat-tag { color: var(--accent); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.product-card h5 { font-size: 1.05rem; margin: 6px 0; }
.product-card h5 a { color: var(--dark); }
.product-card h5 a:hover { color: var(--primary); }
.product-card .price { font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.product-card .price .old { text-decoration: line-through; color: var(--text-light); font-size: 0.85rem; font-weight: 400; margin-left: 6px; }

/* ===== GALLERY CARDS ===== */
.gallery-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 280px; cursor: pointer; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-card:hover img { transform: scale(1.1); }
.gallery-card .overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(26,60,94,0); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: var(--transition); color: var(--white); opacity: 0; }
.gallery-card:hover .overlay { background: rgba(26,60,94,0.85); opacity: 1; }
.gallery-card .overlay i { font-size: 2rem; color: var(--accent); margin-bottom: 8px; }
.gallery-card .overlay h5 { color: var(--white); font-size: 1.05rem; }

/* ===== TESTIMONIALS ===== */
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); height: 100%; position: relative; border-left: 4px solid var(--accent); }
.testimonial-card .stars { color: var(--accent); margin-bottom: 12px; }
.testimonial-card p { font-style: italic; color: var(--text); line-height: 1.8; margin-bottom: 18px; }
.testimonial-card .author { display: flex; align-items: center; gap: 12px; }
.testimonial-card .avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 1.1rem; }
.testimonial-card .author h6 { margin: 0; font-size: 0.95rem; }
.testimonial-card .author span { color: var(--text-light); font-size: 0.8rem; }

/* ===== BLOG CARDS ===== */
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); height: 100%; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.blog-card .img-wrap { height: 200px; overflow: hidden; }
.blog-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .img-wrap img { transform: scale(1.08); }
.blog-card .card-body { padding: 22px; }
.blog-card .date { color: var(--accent); font-size: 0.82rem; font-weight: 600; margin-bottom: 8px; }
.blog-card h5 { font-size: 1.1rem; margin-bottom: 8px; }
.blog-card h5 a { color: var(--dark); }
.blog-card h5 a:hover { color: var(--primary); }
.blog-card p { color: var(--text-light); font-size: 0.88rem; }

/* ===== FAQ ===== */
.faq-item { background: var(--white); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow); overflow: hidden; }
.faq-item .faq-question { padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--dark); transition: var(--transition); }
.faq-item .faq-question:hover { color: var(--primary); }
.faq-item .faq-question i { color: var(--accent); transition: var(--transition); }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-item .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s; padding: 0 22px; color: var(--text-light); line-height: 1.8; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 22px 18px; }

/* ===== CTA SECTION ===== */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); padding: 70px 0; position: relative; overflow: hidden; }
.cta-section::before { content:''; position: absolute; top:-50%; right:-20%; width: 500px; height: 500px; border-radius: 50%; background: rgba(212,168,83,0.08); }
.cta-section h2 { color: var(--white); font-size: 2.3rem; margin-bottom: 12px; }
.cta-section p { color: rgba(255,255,255,0.7); font-size: 1.05rem; margin-bottom: 25px; }

/* ===== FLOATING SIDEBAR (phone + whatsapp) ===== */
.floating-sidebar { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 999; display: flex; flex-direction: column; gap: 3px; }
.floating-sidebar a { display: flex; align-items: center; gap: 10px; background: var(--white); color: var(--dark); padding: 12px 14px; font-size: 1.2rem; box-shadow: -3px 0 15px rgba(0,0,0,0.1); transition: var(--transition); border-radius: 8px 0 0 8px; position: relative; overflow: hidden; }
.floating-sidebar a .label { position: absolute; right: 100%; background: inherit; padding: 12px 15px; white-space: nowrap; font-size: 0.85rem; font-weight: 600; opacity: 0; transform: translateX(20px); transition: var(--transition); border-radius: 8px 0 0 8px; box-shadow: -3px 0 15px rgba(0,0,0,0.1); }
.floating-sidebar a:hover .label { opacity: 1; transform: translateX(0); }
.floating-sidebar .btn-phone { background: var(--primary); color: var(--white); }
.floating-sidebar .btn-phone .label { background: var(--primary); color: var(--white); }
.floating-sidebar .btn-wa { background: #25D366; color: var(--white); }
.floating-sidebar .btn-wa .label { background: #25D366; color: var(--white); }
.floating-sidebar .btn-insta { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: var(--white); }
.floating-sidebar .btn-insta .label { background: #e6683c; color: var(--white); }

/* ===== BACK TO TOP ===== */
.back-to-top { position: fixed; bottom: 25px; left: 25px; width: 45px; height: 45px; background: var(--primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 999; cursor: pointer; border: none; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--accent); transform: translateY(-3px); }

/* ===== FOOTER ===== */
.footer { background: var(--primary-dark); color: rgba(255,255,255,0.7); padding-top: 70px; }
.footer h5 { color: var(--white); font-size: 1.15rem; margin-bottom: 22px; position: relative; padding-bottom: 10px; }
.footer h5::after { content:''; position: absolute; bottom:0; left:0; width: 35px; height: 3px; background: var(--accent); border-radius: 2px; }
.footer .brand-area img { height: 50px; margin-bottom: 15px; }
.footer .footer-links { list-style: none; padding: 0; }
.footer .footer-links li { margin-bottom: 8px; }
.footer .footer-links a { color: rgba(255,255,255,0.6); transition: var(--transition); display: flex; align-items: center; gap: 6px; font-size: 0.9rem; }
.footer .footer-links a:hover { color: var(--accent); padding-left: 4px; }
.footer .footer-links a i { color: var(--accent); font-size: 0.65rem; }
.footer .contact-info li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.9rem; }
.footer .contact-info i { color: var(--accent); margin-top: 4px; }
.footer .social-links a { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); align-items: center; justify-content: center; margin-right: 6px; transition: var(--transition); }
.footer .social-links a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; margin-top: 45px; font-size: 0.82rem; }

/* ===== PAGE BANNER ===== */
.page-banner { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.page-banner::before { content:''; position: absolute; top:-50%; right:-30%; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.page-banner h1 { color: var(--white); font-size: 2.5rem; font-weight: 700; margin-bottom: 8px; }
.page-banner .breadcrumb { display: flex; justify-content: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.9rem; }
.page-banner .breadcrumb a { color: var(--accent-light); }

/* ===== CONTACT ===== */
.contact-card { background: var(--white); border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow); height: 100%; transition: var(--transition); }
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.contact-card .icon { width: 65px; height: 65px; background: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.4rem; color: var(--primary); }
.contact-form .form-control { border: 2px solid var(--warm); border-radius: 10px; padding: 13px 18px; font-size: 0.92rem; transition: var(--transition); }
.contact-form .form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(212,168,83,0.1); }

/* ===== PRODUCT DETAIL ===== */
.product-detail .main-image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.product-detail .price-tag { font-size: 2rem; font-weight: 700; color: var(--primary); }
.product-detail .old-price { text-decoration: line-through; color: var(--text-light); font-size: 1.1rem; margin-left: 8px; }
.product-detail .feature-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--cream); padding: 10px 16px; border-radius: 50px; margin: 4px; font-size: 0.85rem; }
.product-detail .feature-badge i { color: var(--accent); }

/* ===== FILTER BAR ===== */
.filter-bar { background: var(--white); border-radius: var(--radius); padding: 18px 25px; box-shadow: var(--shadow); margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.filter-bar .filter-btn { padding: 8px 18px; border-radius: 50px; border: 2px solid var(--warm); background: transparent; color: var(--text); font-weight: 500; cursor: pointer; transition: var(--transition); font-size: 0.88rem; }
.filter-bar .filter-btn:hover, .filter-bar .filter-btn.active { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* ===== PAGINATION ===== */
.pagination-custom .page-link { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50% !important; margin: 0 3px; border: 2px solid var(--warm); color: var(--text); font-weight: 600; transition: var(--transition); }
.pagination-custom .page-link:hover, .pagination-custom .page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* ===== CATEGORY CARDS ===== */
.category-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 200px; cursor: pointer; transition: var(--transition); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.category-card:hover img { transform: scale(1.1); }
.category-card .overlay { position: absolute; bottom:0; left:0; width:100%; padding: 22px; background: linear-gradient(transparent, rgba(26,60,94,0.9)); color: var(--white); }
.category-card:hover .overlay { background: linear-gradient(transparent, rgba(212,168,83,0.9)); }
.category-card .overlay h5 { color: var(--white); font-size: 1.15rem; margin-bottom: 2px; }
.category-card .overlay span { color: rgba(255,255,255,0.8); font-size: 0.82rem; }

/* ===== ADMIN ===== */
.admin-sidebar { width: 260px; background: var(--primary-dark); min-height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; }
.admin-sidebar .brand { padding: 20px 25px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-sidebar .brand h4 { color: var(--white); font-size: 1.3rem; margin: 0; }
.admin-sidebar .brand h4 span { color: var(--accent); }
.admin-sidebar .nav-menu { padding: 15px 0; list-style: none; }
.admin-sidebar .nav-menu li a { display: flex; align-items: center; gap: 12px; padding: 12px 25px; color: rgba(255,255,255,0.6); transition: var(--transition); font-size: 0.88rem; }
.admin-sidebar .nav-menu li a:hover, .admin-sidebar .nav-menu li a.active { color: var(--white); background: rgba(255,255,255,0.05); border-left: 3px solid var(--accent); }
.admin-sidebar .nav-menu li a i { width: 20px; text-align: center; }
.admin-content { margin-left: 260px; padding: 25px; background: #f5f6fa; min-height: 100vh; }
.admin-header { background: var(--white); padding: 15px 25px; margin: -25px -25px 25px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); display: flex; justify-content: space-between; align-items: center; }
.stat-card { background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 18px; }
.stat-card .icon { width: 55px; height: 55px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--white); }
.stat-card .icon.bg-primary { background: linear-gradient(135deg, var(--primary), var(--primary-light)); }
.stat-card .icon.bg-gold { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }
.stat-card .icon.bg-success { background: linear-gradient(135deg, #28a745, #20c997); }
.stat-card .icon.bg-info { background: linear-gradient(135deg, #17a2b8, #6f42c1); }
.stat-card h3 { font-size: 1.7rem; margin: 0; }
.stat-card span { color: var(--text-light); font-size: 0.82rem; }
.admin-table { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.admin-table .table { margin: 0; }
.admin-table .table th { background: var(--cream); border: none; font-weight: 600; color: var(--dark); padding: 13px 18px; }
.admin-table .table td { padding: 13px 18px; vertical-align: middle; border-color: var(--cream); }
.login-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.login-card { background: var(--white); border-radius: var(--radius); padding: 45px 35px; width: 100%; max-width: 420px; box-shadow: var(--shadow-lg); }
.login-card .form-control { border: 2px solid var(--warm); border-radius: 10px; padding: 13px 18px; margin-bottom: 18px; }
.login-card .form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(212,168,83,0.1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-content-wrapper { flex-direction: column; text-align: center; min-height: auto; padding: 40px 0; }
    .hero-text { padding-right: 0; margin-bottom: 30px; }
    .hero-text p { margin: 0 auto 25px; }
    .hero-text h1 { font-size: 2.2rem; }
    .hero-image img { max-height: 350px; }
    .section-title h2 { font-size: 2rem; }
    .admin-sidebar { transform: translateX(-100%); }
    .admin-sidebar.open { transform: translateX(0); }
    .admin-content { margin-left: 0; }
    .floating-sidebar { display: none; }
}
@media (max-width: 767px) {
    .hero-text h1 { font-size: 1.7rem; }
    .section { padding: 50px 0; }
    .topbar { display: none; }
    .product-card .img-wrap { height: 200px; }
    .process-connector { display: none; }
}
