/*
Theme Name: LaLaVita Child Theme
Theme URI: https://lalavita.com
Author: LaLaVita
Author URI: https://lalavita.com
Description: GeneratePress üzerine kurulu LaLaVita %100 Doğal Bitkisel Çaylar & Takviyeler için özel child tema. ACF Free ile tamamen özelleştirilebilir.
Version: 2.0.0
Template: generatepress
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lalavita
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* ====================================
   CSS VARIABLES
   ==================================== */
:root {
    --color-cream: #FFFBF5;
    --color-warm: #FDF8F3;
    --color-sage: #5B7553;
    --color-sage-light: #7A9970;
    --color-sage-dark: #3D5038;
    --color-gold: #C9A961;
    --color-gold-light: #E8D9B0;
    --color-terracotta: #C4785A;
    --color-blush: #E8D5C4;
    --color-text: #2D2D2D;
    --color-text-light: #6B6B6B;
    --color-whatsapp: #25D366;
    --font-display: 'Playfair Display', serif;
    --font-body: 'DM Sans', sans-serif;
}

/* ====================================
   RESET & BASE
   ==================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body { font-family: var(--font-body); background: var(--color-cream); color: var(--color-text); overflow-x: hidden; line-height: 1.7; }

/* ====================================
   COOKIE CONSENT
   ==================================== */
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(45, 45, 45, 0.98); backdrop-filter: blur(10px); color: white; padding: 1.5rem 5%; z-index: 10000; transform: translateY(100%); transition: transform 0.4s ease; box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2); }
.cookie-consent.show { transform: translateY(0); }
.cookie-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 300px; }
.cookie-text p { font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.5rem; }
.cookie-text a { color: var(--color-gold-light); text-decoration: underline; }
.cookie-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.cookie-btn { padding: 0.75rem 1.5rem; border-radius: 50px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; border: none; }
.cookie-btn.accept { background: var(--color-whatsapp); color: white; }
.cookie-btn.accept:hover { transform: scale(1.05); }
.cookie-btn.decline { background: transparent; color: white; border: 2px solid rgba(255, 255, 255, 0.3); }
.cookie-btn.decline:hover { border-color: white; }

/* ====================================
   FLOATING WHATSAPP BUTTON
   ==================================== */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; align-items: center; gap: 12px; background: var(--color-whatsapp); color: white; padding: 14px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4); transition: all 0.3s ease; animation: pulse-whatsapp 2s infinite; }
.whatsapp-float:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5); color: white; }
@keyframes pulse-whatsapp { 0%, 100% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4); } 50% { box-shadow: 0 8px 40px rgba(37, 211, 102, 0.6); } }
.whatsapp-float svg { width: 24px; height: 24px; fill: white; }

/* ====================================
   NAVIGATION
   ==================================== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.2rem 5%; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s ease; background: transparent; }
.site-header.scrolled { background: rgba(255, 251, 245, 0.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(91, 117, 83, 0.1); padding: 0.8rem 5%; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { height: 80px; width: auto; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links li { list-style: none; }
.nav-links a { text-decoration: none; color: var(--color-text); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.02em; position: relative; transition: color 0.3s ease; }
.nav-links a:hover { color: var(--color-sage); }
.nav-cta { background: var(--color-whatsapp); color: white !important; padding: 0.75rem 1.8rem; border-radius: 50px; display: flex; align-items: center; gap: 8px; font-weight: 600; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); transition: all 0.3s ease; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4); color: white !important; }
.nav-cta svg { width: 18px; height: 18px; fill: white; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; }
.mobile-menu-btn span { display: block; width: 25px; height: 2px; background: var(--color-sage-dark); margin: 6px 0; transition: 0.3s; }
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(-45deg) translate(-5px, 6px); background: white; }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(45deg) translate(-5px, -6px); background: white; }

/* ====================================
   MOBILE MENU
   ==================================== */
.mobile-menu { position: fixed; top: 0; right: -100%; width: 85%; max-width: 400px; height: 100vh; height: 100dvh; background-color: #4a6344; background-image: linear-gradient(180deg, #3D5038 0%, #4a6344 40%, #5B7553 70%, #6d8a65 100%); box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4); z-index: 9999; transition: right 0.4s ease; padding: 90px 1.5rem 2rem; overflow-y: auto; visibility: hidden; display: flex; flex-direction: column; isolation: isolate; }
.mobile-menu.active { right: 0; visibility: visible; }
.mobile-menu-close { position: absolute; top: 25px; right: 20px; width: 44px; height: 44px; background: rgba(255, 255, 255, 0.2); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; }
.mobile-menu-close:hover { background: rgba(255, 255, 255, 0.3); transform: rotate(90deg); }
.mobile-menu-close svg { width: 24px; height: 24px; color: white; }
.mobile-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; height: 100dvh; background: rgba(0, 0, 0, 0.75); z-index: 9998; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-nav-links { display: flex; flex-direction: column; gap: 12px; width: 100%; list-style: none; }
.mobile-nav-links a { display: flex; align-items: center; justify-content: center; text-decoration: none; color: white; font-weight: 600; font-size: 1.05rem; padding: 16px 20px; border-radius: 14px; transition: all 0.3s ease; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.25); text-align: center; box-sizing: border-box; width: 100%; }
.mobile-nav-links a:hover, .mobile-nav-links a:focus { background: rgba(255, 255, 255, 0.28); outline: none; }
.mobile-nav-links a.nav-cta { background: #25D366 !important; border: none !important; margin-top: 1.5rem; gap: 10px; font-weight: 700; }
.mobile-nav-links a.nav-cta svg { width: 24px; height: 24px; fill: white; }
.mobile-nav-links a.nav-cta:hover, .mobile-nav-links a.nav-cta:focus { background: #20bd5a !important; }

/* ====================================
   HERO SECTION
   ==================================== */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 5% 80px; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--color-cream) 0%, var(--color-warm) 50%, var(--color-blush) 100%); }
.hero::before { content: ''; position: absolute; top: -50%; right: -30%; width: 80%; height: 150%; background: radial-gradient(ellipse, rgba(91, 117, 83, 0.06) 0%, transparent 70%); pointer-events: none; }
.hero-content { flex: 1; max-width: 600px; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(91, 117, 83, 0.1); color: var(--color-sage); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero-badge::before { content: '🌿'; }
.hero-stats { display: flex; align-items: center; gap: 2rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.hero-rating { display: flex; align-items: center; gap: 10px; }
.hero-stars { color: var(--color-gold); font-size: 1.3rem; letter-spacing: 0.05em; }
.hero-rating-text { font-size: 0.95rem; color: var(--color-text); font-weight: 600; }
.hero-customer-count { display: flex; align-items: center; gap: 10px; padding: 0.5rem 1.2rem; background: rgba(91, 117, 83, 0.08); border-radius: 50px; }
.hero-customer-number { font-size: 1.2rem; font-weight: 700; color: var(--color-sage); }
.hero-customer-text { font-size: 0.9rem; color: var(--color-text-light); }
.hero h1 { font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 5.5rem); font-weight: 600; line-height: 1.1; color: var(--color-sage-dark); margin-bottom: 1.5rem; }
.hero h1 em { font-style: italic; color: var(--color-sage); }
.hero p { font-size: 1.15rem; color: var(--color-text-light); line-height: 1.8; margin-bottom: 2.5rem; max-width: 520px; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ====================================
   BUTTONS
   ==================================== */
.btn-whatsapp { background: var(--color-whatsapp); color: white; padding: 1.3rem 2.5rem; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4); display: inline-flex; align-items: center; gap: 12px; position: relative; overflow: hidden; }
.btn-whatsapp::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.5s ease; }
.btn-whatsapp:hover::before { left: 100%; }
.btn-whatsapp:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 15px 45px rgba(37, 211, 102, 0.5); color: white; }
.btn-whatsapp svg { width: 24px; height: 24px; fill: white; }
.btn-outline { background: transparent; color: var(--color-sage-dark); padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; border: 2px solid var(--color-sage-light); display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { background: var(--color-sage); color: white; border-color: var(--color-sage); }
.btn-outline-light { background: transparent; color: white; padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; border: 2px solid rgba(255,255,255,0.5); display: inline-flex; align-items: center; gap: 8px; }
.btn-outline-light:hover { background: white; color: var(--color-sage-dark); border-color: white; }
.btn-outline-light svg { width: 20px; height: 20px; }
.cta-buttons-row { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ====================================
   HERO VISUAL & PRODUCTS SLIDER
   ==================================== */
.hero-visual { flex: 1; display: flex; justify-content: center; align-items: center; position: relative; }
.hero-image-container { position: relative; width: 100%; max-width: 500px; }
.hero-main-image { width: 100%; border-radius: 30px; box-shadow: 0 30px 60px rgba(91, 117, 83, 0.15); }
.hero-products-slider { position: relative; width: 100%; max-width: 420px; }
.hero-slider-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding: 20px 10px 30px; scrollbar-width: none; -ms-overflow-style: none; }
.hero-slider-track::-webkit-scrollbar { display: none; }
.hero-product-card { flex: 0 0 280px; scroll-snap-align: center; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 15px 40px rgba(91, 117, 83, 0.12); transition: all 0.4s ease; border: 1px solid rgba(91, 117, 83, 0.08); }
.hero-product-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(91, 117, 83, 0.18); }
.hero-product-image { position: relative; height: 200px; background: linear-gradient(145deg, #f8f6f2, #f0ebe2); display: flex; align-items: center; justify-content: center; padding: 20px; }
.hero-product-image img { max-height: 160px; max-width: 100%; object-fit: contain; transition: transform 0.4s ease; }
.hero-product-card:hover .hero-product-image img { transform: scale(1.08); }
.hero-product-badge { position: absolute; top: 12px; left: 12px; background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light)); color: white; font-size: 0.7rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3); }
.hero-product-badge.new { background: linear-gradient(135deg, var(--color-sage), var(--color-sage-light)); box-shadow: 0 4px 12px rgba(91, 117, 83, 0.3); }
.hero-product-info { padding: 20px; text-align: center; }
.hero-product-info h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--color-sage-dark); margin-bottom: 6px; }
.hero-product-info p { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 16px; }
.hero-product-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--color-whatsapp); color: white; padding: 12px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3); }
.hero-product-btn svg { width: 18px; height: 18px; }
.hero-product-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); color: white; }

/* Slider Navigation */
.hero-slider-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 10px; }
.slider-btn { width: 44px; height: 44px; border-radius: 50%; background: white; border: 2px solid rgba(91, 117, 83, 0.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.slider-btn:hover { background: var(--color-sage); border-color: var(--color-sage); }
.slider-btn:hover svg { stroke: white; }
.slider-btn svg { width: 20px; height: 20px; stroke: var(--color-sage); }
.slider-dots { display: flex; gap: 8px; }
.slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(91, 117, 83, 0.2); cursor: pointer; transition: all 0.3s ease; }
.slider-dot.active { background: var(--color-sage); width: 28px; border-radius: 10px; }

/* Swipe Hint */
.swipe-hint { display: none; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; color: var(--color-text-light); font-size: 0.8rem; opacity: 0.7; animation: swipeHint 2s ease-in-out infinite; }
.swipe-hint svg { width: 18px; height: 18px; }
@keyframes swipeHint { 0%, 100% { transform: translateX(0); opacity: 0.7; } 50% { transform: translateX(5px); opacity: 1; } }
.hero-floating-badge { position: absolute; background: white; padding: 16px 24px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); display: flex; align-items: center; gap: 12px; animation: float 4s ease-in-out infinite; }
.hero-floating-badge.top { top: 10%; right: -20px; animation-delay: 0s; }
.hero-floating-badge.bottom { bottom: 15%; left: -20px; animation-delay: 2s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.badge-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--color-sage-light), var(--color-sage)); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.badge-icon svg { width: 20px; height: 20px; stroke: white; }
.badge-text { font-weight: 600; font-size: 0.9rem; color: var(--color-sage-dark); }
.badge-subtext { font-size: 0.8rem; color: var(--color-text-light); }

/* ====================================
   TRUST BAR
   ==================================== */
.trust-bar { display: flex; justify-content: center; align-items: center; gap: 4rem; padding: 4rem 5%; background: linear-gradient(180deg, #fefdfb 0%, var(--color-warm) 100%); flex-wrap: wrap; border-top: 1px solid rgba(91, 117, 83, 0.08); border-bottom: 1px solid rgba(91, 117, 83, 0.08); }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; transition: transform 0.3s ease; }
.trust-item:hover { transform: translateY(-5px); }
.trust-icon { width: 80px; height: 80px; background: linear-gradient(145deg, #ffffff, #f8f6f2); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(91, 117, 83, 0.12), inset 0 2px 6px rgba(255,255,255,0.9), inset 0 -2px 6px rgba(0,0,0,0.04); position: relative; border: 1.5px solid rgba(91, 117, 83, 0.12); }
.trust-icon::before { content: ''; position: absolute; inset: 4px; border-radius: 50%; border: 1px dashed rgba(91, 117, 83, 0.15); }
.trust-icon::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(91, 117, 83, 0.08); opacity: 0; transition: opacity 0.3s ease; }
.trust-item:hover .trust-icon::after { opacity: 1; }
.trust-icon svg { width: 48px; height: 48px; color: var(--color-sage); }
.trust-text { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--color-sage-dark); letter-spacing: 0.02em; }
.trust-subtext { font-size: 0.8rem; color: var(--color-text-light); font-weight: 500; }

/* ====================================
   SECTION STYLES
   ==================================== */
.why-section { padding: 6rem 5%; background: var(--color-warm); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.section-tag { display: inline-block; background: rgba(91, 117, 83, 0.1); color: var(--color-sage); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.2rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; color: var(--color-sage-dark); margin-bottom: 1rem; line-height: 1.2; }
.section-subtitle { font-size: 1.1rem; color: var(--color-text-light); line-height: 1.7; }

/* ====================================
   BENEFITS SECTION
   ==================================== */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; }
.benefit-card { background: white; padding: 2.5rem; border-radius: 24px; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: linear-gradient(180deg, var(--color-sage), var(--color-gold)); transition: height 0.4s ease; }
.benefit-card:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 25px 60px rgba(91, 117, 83, 0.15); border-color: rgba(91, 117, 83, 0.15); }
.benefit-card:hover::before { height: 100%; }
.benefit-icon { width: 120px; height: 120px; margin: 0 auto 1.5rem; background: linear-gradient(145deg, #ffffff, #f8f6f2); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 40px rgba(91, 117, 83, 0.12), inset 0 3px 10px rgba(255,255,255,0.9), inset 0 -4px 10px rgba(0,0,0,0.04); border: 2px solid rgba(91, 117, 83, 0.08); position: relative; transition: all 0.4s ease; }
.benefit-icon::before { content: ''; position: absolute; inset: 8px; border-radius: 50%; border: 1px dashed rgba(201, 169, 97, 0.25); }
.benefit-icon::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(91, 117, 83, 0.05); }
.benefit-icon svg { width: 80px; height: 80px; transition: transform 0.4s ease; }
.benefit-card:hover .benefit-icon { box-shadow: 0 15px 50px rgba(91, 117, 83, 0.18), inset 0 3px 10px rgba(255,255,255,0.9), inset 0 -4px 10px rgba(0,0,0,0.04); transform: translateY(-8px); }
.benefit-card:hover .benefit-icon svg { transform: scale(1.05); }
.benefit-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--color-sage-dark); margin-bottom: 0.8rem; }
.benefit-text { font-size: 0.95rem; color: var(--color-text-light); line-height: 1.7; }

/* ====================================
   PRODUCTS SECTION
   ==================================== */
.products-section { padding: 6rem 5%; background: var(--color-cream); }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; max-width: 1300px; margin: 0 auto; }
.product-card { background: white; border-radius: 28px; overflow: hidden; box-shadow: 0 10px 40px rgba(91, 117, 83, 0.08); transition: all 0.4s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(91, 117, 83, 0.15); }
.product-image { position: relative; height: 340px; display: flex; align-items: center; justify-content: center; padding: 2.5rem; }
.product-card:nth-child(1) .product-image { background: linear-gradient(145deg, #f5ebe0, #ebe0d0); }
.product-card:nth-child(2) .product-image { background: linear-gradient(145deg, #fce4ec, #f8d0d8); }
.product-card:nth-child(3) .product-image { background: linear-gradient(145deg, #fff3e0, #ffe8c8); }
.product-card:nth-child(4) .product-image { background: linear-gradient(145deg, #f5f8e8, #ebf0d8); }
.product-card:nth-child(5) .product-image { background: linear-gradient(145deg, #f5f8f0, #ebf0e5); }
.product-card:nth-child(6) .product-image { background: linear-gradient(145deg, #e8f0e6, #d4e4d0); }
.product-image img { max-height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.5s ease; }
.product-card:hover .product-image img { transform: scale(1.08); }
.product-tag { position: absolute; top: 1.2rem; left: 1.2rem; background: var(--color-sage); color: white; padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.03em; }
.product-content { padding: 2rem; display: flex; flex-direction: column; flex-grow: 1; }
.product-category { font-size: 0.8rem; color: var(--color-gold); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; margin-bottom: 0.5rem; }
.product-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--color-sage-dark); margin-bottom: 0.8rem; }
.product-description { font-size: 0.95rem; color: var(--color-text-light); line-height: 1.7; margin-bottom: 1rem; flex-grow: 1; }
.product-ingredients { background: rgba(91, 117, 83, 0.05); padding: 0.8rem 1rem; border-radius: 12px; margin-bottom: 1.2rem; font-size: 0.85rem; line-height: 1.6; }
.ingredients-label { font-weight: 600; color: var(--color-sage); display: block; margin-bottom: 0.3rem; }
.ingredients-list { color: var(--color-text-light); }
.product-features { display: flex; gap: 0.8rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.product-feature { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--color-sage); background: rgba(91, 117, 83, 0.08); padding: 6px 12px; border-radius: 50px; }
.product-feature svg { width: 14px; height: 14px; stroke: var(--color-sage); }
.product-btn { width: 100%; background: var(--color-whatsapp); color: white; padding: 1rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25); margin-top: auto; }
.product-btn:hover { transform: scale(1.02); box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35); color: white; }
.product-btn svg { width: 20px; height: 20px; fill: white; }

/* Product Disclaimer */
.product-disclaimer { max-width: 1000px; margin: 3rem auto 0; background: linear-gradient(135deg, #fff9e6 0%, #fff5d6 100%); border: 1px solid #e6d9a8; border-radius: 16px; padding: 1.5rem 2rem; display: flex; align-items: flex-start; gap: 1rem; }
.disclaimer-icon { flex-shrink: 0; width: 40px; height: 40px; background: #f0e6c0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.disclaimer-icon svg { width: 22px; height: 22px; stroke: #b8960c; }
.disclaimer-content h4 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: #8b7000; margin-bottom: 0.5rem; }
.disclaimer-content p { font-size: 0.85rem; color: #6b5a00; line-height: 1.7; margin: 0; }

/* ====================================
   MINI CTA SECTION
   ==================================== */
.mini-cta { padding: 4rem 5%; background: linear-gradient(135deg, var(--color-sage-light) 0%, var(--color-sage) 100%); text-align: center; }
.mini-cta-content { max-width: 800px; margin: 0 auto; }
.mini-cta h3 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); color: white; margin-bottom: 1rem; font-weight: 600; }
.mini-cta p { color: rgba(255, 255, 255, 0.9); font-size: 1.1rem; margin-bottom: 2rem; line-height: 1.7; }

/* ====================================
   HOW IT WORKS SECTION
   ==================================== */
.how-section { padding: 6rem 5%; background: var(--color-sage-dark); color: white; position: relative; overflow: hidden; }
.how-section .section-tag { background: rgba(255, 255, 255, 0.15); color: var(--color-gold-light); }
.how-section .section-title { color: white; }
.how-section .section-subtitle { color: rgba(255, 255, 255, 0.7); }
.steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.step-card { text-align: center; padding: 3rem 2rem; background: rgba(255, 255, 255, 0.05); border-radius: 24px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.4s ease; }
.step-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-8px); }
.step-number { width: 70px; height: 70px; background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--color-sage-dark); }
.step-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; margin-bottom: 1rem; color: var(--color-gold-light); }
.step-text { font-size: 0.95rem; line-height: 1.7; opacity: 0.85; }

/* ====================================
   TESTIMONIALS SECTION
   ==================================== */
.testimonials-section { padding: 6rem 5%; background: var(--color-warm); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; }
.testimonial-card { background: white; padding: 2.5rem; border-radius: 24px; position: relative; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); }
.testimonial-card::before { content: '"'; font-family: var(--font-display); font-size: 5rem; color: var(--color-sage); opacity: 0.1; position: absolute; top: 1rem; left: 1.5rem; line-height: 1; }
.testimonial-stars { color: var(--color-gold); font-size: 1.1rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
.testimonial-text { font-size: 1rem; color: var(--color-text); line-height: 1.8; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--color-sage-light), var(--color-gold)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.2rem; color: white; font-weight: 600; }
.author-name { font-weight: 600; color: var(--color-sage-dark); }
.author-meta { font-size: 0.85rem; color: var(--color-text-light); }

/* ====================================
   CTA SECTION
   ==================================== */
.cta-section { padding: 6rem 5%; background: linear-gradient(135deg, var(--color-sage) 0%, var(--color-sage-dark) 100%); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201, 169, 97, 0.2) 0%, transparent 70%); pointer-events: none; }
.cta-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-section h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; color: white; margin-bottom: 1.2rem; line-height: 1.2; }
.cta-section p { font-size: 1.15rem; color: rgba(255, 255, 255, 0.85); margin-bottom: 2.5rem; line-height: 1.8; }
.cta-btn { background: white; color: var(--color-sage-dark); padding: 1.5rem 3.5rem; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.2rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25); position: relative; overflow: hidden; }
.cta-btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.cta-btn svg { width: 26px; height: 26px; fill: var(--color-whatsapp); position: relative; z-index: 1; }
.cta-urgency { display: inline-flex; align-items: center; gap: 8px; margin-top: 1.5rem; padding: 0.8rem 1.5rem; background: rgba(201, 169, 97, 0.2); border-radius: 50px; font-size: 0.95rem; font-weight: 600; color: var(--color-gold-light); }
.cta-urgency svg { width: 18px; height: 18px; fill: var(--color-gold-light); }
.cta-phone { margin-top: 2rem; color: rgba(255, 255, 255, 0.9); font-size: 1.1rem; }
.cta-phone a { color: var(--color-gold-light); text-decoration: none; font-weight: 600; }

/* ====================================
   WARNING BANNER
   ==================================== */
.warning-banner { background: #2d2d2d; padding: 1rem 5%; }
.warning-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 1rem; justify-content: center; text-align: center; }
.warning-content svg { flex-shrink: 0; width: 20px; height: 20px; stroke: #ffc107; }
.warning-content p { font-size: 0.8rem; color: rgba(255, 255, 255, 0.7); margin: 0; line-height: 1.5; }
.warning-content strong { color: #ffc107; }

/* ====================================
   FOOTER
   ==================================== */
.site-footer { background: #1a1a1a; color: white; padding: 4rem 5% 2rem; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
.footer-brand .footer-logo { height: 100px; width: auto; margin-bottom: 1.5rem; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255, 255, 255, 0.6); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 44px; height: 44px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.footer-social a:hover { background: var(--color-whatsapp); transform: translateY(-3px); }
.footer-social svg { width: 20px; height: 20px; fill: white; }
.footer-column h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; margin-bottom: 1.2rem; color: var(--color-gold-light); }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li { margin-bottom: 0.6rem; }
.footer-column a { color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 0.3s ease; font-size: 0.95rem; }
.footer-column a:hover { color: white; }
.footer-whatsapp { background: var(--color-whatsapp); color: white; padding: 1rem 1.5rem; border-radius: 16px; display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; margin-top: 1rem; }
.footer-whatsapp:hover { transform: scale(1.02); color: white; }
.footer-whatsapp svg { width: 24px; height: 24px; fill: white; }
.footer-temsilcilik { display: inline-flex; align-items: center; gap: 8px; margin-top: 1rem; padding: 0.75rem 1.25rem; background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light)); color: white; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; }
.footer-temsilcilik:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201, 169, 97, 0.4); color: white; }
.footer-temsilcilik svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 2rem; text-align: center; color: rgba(255, 255, 255, 0.4); font-size: 0.9rem; }

/* ====================================
   RESPONSIVE STYLES
   ==================================== */
@media (max-width: 992px) {
    .nav-links { display: none; }
    .mobile-menu-btn { display: block; }
    .hero { flex-direction: column; text-align: center; padding-top: 100px; }
    .hero-content { max-width: 100%; }
    .hero p { max-width: 100%; }
    .hero-buttons { justify-content: center; }
    .hero-visual { margin-top: 3rem; }
    .hero-floating-badge { display: none; }
    .trust-bar { gap: 2rem; }
}
@media (min-width: 993px) {
    .mobile-menu, .mobile-menu-overlay { display: none !important; }
}
@media (max-width: 768px) {
    .trust-item { flex-direction: column; text-align: center; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { padding: 16px; border-radius: 50%; }
    .cookie-content { flex-direction: column; }
    .cookie-buttons { width: 100%; }
    .cookie-btn { flex: 1; }
    .hero { flex-direction: column; padding-top: 100px; min-height: auto; }
    .hero-content { text-align: center; max-width: 100%; }
    .hero-visual { width: 100%; margin-top: 2rem; }
    .hero-products-slider { max-width: 100%; }
    .hero-product-card { flex: 0 0 260px; }
    .hero-slider-track { padding: 15px 20px 25px; }
    .swipe-hint { display: flex; }
    .products-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .hero-buttons { flex-direction: column; width: 100%; }
    .btn-whatsapp, .btn-outline { width: 100%; justify-content: center; }
    .products-grid { grid-template-columns: 1fr !important; }
    .product-image { height: 300px; padding: 2rem; }
    .logo img { height: 60px; }
    .hero-product-card { flex: 0 0 240px; }
    .hero-product-image { height: 160px; }
    .hero-product-info { padding: 16px; }
    .hero-product-info h3 { font-size: 1rem; }
    .slider-btn { width: 38px; height: 38px; }
}
@media (min-width: 769px) {
    .swipe-hint { display: none; }
}

/* ====================================
   PRODUCTS GRID 3+3
   ==================================== */
.products-grid-3x2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .products-grid-3x2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-grid-3x2 {
        grid-template-columns: 1fr;
    }
}

/* ====================================
   TESTIMONIALS ENHANCED
   ==================================== */
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.testimonial-date {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    opacity: 0.7;
}

.testimonial-text {
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.testimonial-product {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--color-sage);
    background: var(--color-sage-light);
    background: rgba(91, 117, 83, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.testimonial-product svg {
    color: var(--color-terracotta);
}

.author-avatar-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-gold-light);
}
