/* 
    HorantaKoop Main CSS - Organic Premium Redesign
    --------------------------------------------------------------
    v5.0 - Professional UI Overhaul (Antigravity)
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* 1. Variables & Reset */
:root {
    /* Premium Organic Palette - Default */
    --primary-color: #4d7c0f;      /* Deep Olive */
    --primary-light: #84cc16;      /* Fresh Green */
    --primary-dark: #365314;       /* Dark Moss */
    --secondary-color: #f59e0b;    /* Amber/Gold Accent */
    --accent-color: #d97706;       /* Deep Amber */
    --accent-mint: #ccfbf1;        /* Soft Mint */
    
    /* Text Colors */
    --text-color: #1c1917;         /* Warm Black (Stone 900) */
    --text-light: #44403c;         /* Stone 700 */
    --text-muted: #78716c;         /* Stone 500 */
    --text-white: #ffffff;
    
    /* Backgrounds */
    --background-color: #fbfbf6;   /* Premium Cream Paper */
    --surface-color: #ffffff;
    --surface-cream: #f4f4f0;      /* Slightly darker cream */
    --border-color: #e7e5e4;       /* Stone 200 */
    
    /* Hero gradient */
    --hero-gradient-start: #f7fee7; /* Lime 50 */
    --hero-gradient-end: #ecfccb;   /* Lime 100 */
    
    /* Typography */
    --font-heading: 'DM Serif Display', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2.5rem;
    --spacing-xl: 4rem;
    --spacing-2xl: 6rem;
    
    /* Transitions */
    --transition-fast: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-normal: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 12px;
    --radius-lg: 24px;
    --radius-xl: 40px;
    --radius-full: 9999px;
    
    /* Shadows - Soft & Premium */
    --shadow-sm: 0 2px 4px rgba(28, 25, 23, 0.05);
    --shadow-md: 0 8px 16px -4px rgba(28, 25, 23, 0.08);
    --shadow-lg: 0 20px 32px -8px rgba(28, 25, 23, 0.12);
    --shadow-xl: 0 32px 64px -12px rgba(28, 25, 23, 0.15);
}

/* ================================================
   COLOR PALETTES - Customizer Supported
   ================================================ */

/* Pastel Pink Palette */
body.palette-pastel_pink {
    --primary-color: #F8BBD9;
    --primary-light: #FCDBEC;
    --primary-dark: #E989BC;
    --secondary-color: #E4A0F7;
    --accent-color: #D282A6;
    --background-color: #FEFEFE;
}

/* Soft Lavender Palette */
body.palette-soft_lavender {
    --primary-color: #C8A8E9;
    --primary-light: #D8C4F0;
    --primary-dark: #A87DD8;
    --secondary-color: #B8E6B8;
    --accent-color: #A8D8EA;
    --background-color: #FEFEFE;
}

/* Mint Green Palette */
body.palette-mint_green {
    --primary-color: #A8E6CF;
    --primary-light: #C8F0DF;
    --primary-dark: #78D4B5;
    --secondary-color: #DCEDC1;
    --accent-color: #FFD3A5;
    --background-color: #FEFEFE;
}

/* Peach Cream Palette */
body.palette-peach_cream {
    --primary-color: #FFAAA5;
    --primary-light: #FFC8C4;
    --primary-dark: #FF8A80;
    --secondary-color: #FF8A80;
    --accent-color: #FFD54F;
    --background-color: #FEFEFE;
}

/* Sky Blue Palette */
body.palette-sky_blue {
    --primary-color: #A8D8EA;
    --primary-light: #C4E6F2;
    --primary-dark: #7EC8E0;
    --secondary-color: #AA96DA;
    --accent-color: #FCBAD3;
    --background-color: #FEFEFE;
}

/* Forest Green Palette */
body.palette-forest_green {
    --primary-color: #2D5A27;
    --primary-light: #4A8542;
    --primary-dark: #1E3D1A;
    --secondary-color: #F4A261;
    --accent-color: #E76F51;
    --background-color: #FFFFFF;
}

/* Zümrüt Yeşili (Emerald Elegance) */
body.palette-emerald_elegance {
    --primary-color: #059669;
    --primary-light: #34D399;
    --primary-dark: #047857;
    --secondary-color: #10B981;
    --accent-color: #F59E0B;
    --background-color: #F0FDF4;
    --hero-gradient-start: #ECFDF5;
    --hero-gradient-end: #D1FAE5;
}

/* Zeytin Yeşili (Olive Nature) */
body.palette-olive_nature {
    --primary-color: #65A30D;
    --primary-light: #84CC16;
    --primary-dark: #4D7C0F;
    --secondary-color: #84CC16;
    --accent-color: #D97706;
    --background-color: #FEFCE8;
    --hero-gradient-start: #FEF9C3;
    --hero-gradient-end: #ECFCCB;
}

/* Adaçayı Yeşili (Sage Harmony) */
body.palette-sage_harmony {
    --primary-color: #4D7C0F;
    --primary-light: #65A30D;
    --primary-dark: #365314;
    --secondary-color: #A3E635;
    --accent-color: #EC4899;
    --background-color: #F7FEE7;
    --hero-gradient-start: #ECFCCB;
    --hero-gradient-end: #D9F99D;
}

/* Okyanus Mavisi (Ocean Calm) */
body.palette-ocean_calm {
    --primary-color: #0891B2;
    --primary-light: #22D3EE;
    --primary-dark: #0E7490;
    --secondary-color: #06B6D4;
    --accent-color: #F472B6;
    --background-color: #ECFEFF;
    --hero-gradient-start: #CFFAFE;
    --hero-gradient-end: #A5F3FC;
}

/* Gece Mavisi (Midnight Navy) */
body.palette-midnight_navy {
    --primary-color: #1E40AF;
    --primary-light: #3B82F6;
    --primary-dark: #1E3A8A;
    --secondary-color: #3B82F6;
    --accent-color: #F97316;
    --background-color: #EFF6FF;
    --hero-gradient-start: #DBEAFE;
    --hero-gradient-end: #BFDBFE;
}

/* Safir Mavisi (Sapphire Royal) */
body.palette-sapphire_royal {
    --primary-color: #4F46E5;
    --primary-light: #818CF8;
    --primary-dark: #4338CA;
    --secondary-color: #818CF8;
    --accent-color: #22D3EE;
    --background-color: #EEF2FF;
    --hero-gradient-start: #E0E7FF;
    --hero-gradient-end: #C7D2FE;
}

/* Deniz Yeşili (Teal Serenity) */
body.palette-teal_serenity {
    --primary-color: #0D9488;
    --primary-light: #14B8A6;
    --primary-dark: #0F766E;
    --secondary-color: #14B8A6;
    --accent-color: #A855F7;
    --background-color: #F0FDFA;
    --hero-gradient-start: #CCFBF1;
    --hero-gradient-end: #99F6E4;
}

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    background-color: var(--background-color);
    line-height: 1.7;
    font-size: 16px;
}

/* 2. Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-color);
}

h1 { font-size: clamp(3rem, 7vw, 5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2.25rem, 5vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: 1.25rem; font-weight: 500; }

p {
    margin-bottom: var(--spacing-sm);
    color: var(--text-light);
}

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

a:hover {
    color: var(--primary-color);
}

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

/* 3. Layout */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.section {
    padding: var(--spacing-2xl) 0;
}

/* ================================================
   4. HEADER - Transparent Over Slider
   ================================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: var(--spacing-sm) 0;
    transition: all var(--transition-normal);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.site-header.transparent-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.site-header.scrolled,
.site-header:not(.transparent-header) {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    gap: var(--spacing-sm);
    min-height: 60px;
}

/* Logo */
.site-branding {
    flex-shrink: 0;
}

.site-branding .custom-logo,
.site-branding .logo-circle img {
    height: 60px;
    width: auto;
    border-radius: 50%;
}

/* Navigation */
.main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    overflow: visible;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
}

.main-navigation li a {
    display: block;
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-color);
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
    white-space: nowrap;
}

.transparent-header .main-navigation li a {
    color: var(--text-color);
}

.transparent-header.scrolled .main-navigation li a {
    color: var(--text-color);
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a {
    background: var(--primary-color);
    color: var(--text-white);
}

/* Dropdown Menu Styles */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 1001;
    list-style: none;
}

.main-navigation li {
    position: relative;
}

.main-navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation ul ul li {
    margin: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-color);
    border-radius: 0;
    white-space: nowrap;
}

.main-navigation ul ul li a:hover {
    background: rgba(155, 135, 245, 0.1);
    color: var(--primary-color);
}

/* Third level dropdown */
.main-navigation ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 2px;
}

/* Header Shop Button */
.header-actions {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.btn-shop {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-white);
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
}

.btn-shop:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--text-white);
}

.btn-shop .cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 0.75rem;
    font-weight: 600;
    background: var(--secondary-color);
    color: var(--text-white);
    border-radius: var(--radius-full);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: all var(--transition-fast);
}

/* ================================================
   5. HERO SLIDER - Integrated with Header
   ================================================ */
.hero-wrapper {
    position: relative;
    overflow: hidden;
}

/* ================================================
   MODERN FULL-WIDTH HERO SLIDER
   ================================================ */

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0a0a0a;
}

/* Slides Container */
.hero-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

/* Background & Parallax */
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-slide.active .hero-slide-image {
    transform: scale(1.05);
}

/* Gradient Overlay - Organic & Darker for Readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.6) 0%, rgba(54, 83, 20, 0.4) 50%, rgba(20, 20, 20, 0.5) 100%);
    z-index: 2;
}

/* Content Wrapper (Glassmorphic) */
.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 5;
    padding: 0 var(--spacing-2xl);
}

.hero-content {
    max-width: 600px;
    animation: slideInUp 0.8s ease 0.2s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    margin-bottom: var(--spacing-lg);
    text-transform: uppercase;
    animation: slideInUp 0.8s ease 0.3s both;
}

.badge-icon {
    width: 14px;
    height: 14px;
}

/* Title */
.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-white);
    margin-bottom: var(--spacing-lg);
    animation: slideInUp 0.8s ease 0.4s both;
}

.hero-title .title-small {
    display: block;
    font-size: 0.4em;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.hero-title .title-large {
    display: block;
    background: linear-gradient(135deg, #9b87f5 0%, #e8dff5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.hero-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--spacing-xl);
    max-width: 500px;
    animation: slideInUp 0.8s ease 0.5s both;
}

/* Actions */
.hero-actions {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    animation: slideInUp 0.8s ease 0.6s both;
}

/* Glassmorphic Buttons */
.btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.8rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--text-white);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: -1;
}

.btn-glass:hover::before {
    left: 100%;
}

.btn-glass:hover {
    background: rgba(155, 135, 245, 0.2);
    border-color: rgba(155, 135, 245, 0.4);
    box-shadow: 0 8px 32px rgba(155, 135, 245, 0.2);
    transform: translateY(-2px);
}

.btn-glass:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.btn-primary.btn-glass {
    background: rgba(155, 135, 245, 0.15);
    border-color: rgba(155, 135, 245, 0.3);
}

.btn-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-glass:hover .btn-icon {
    transform: translateX(3px);
}

/* Progress Bar */
.hero-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    width: 0%;
    z-index: 10;
    transition: width 0s linear;
}

/* Navigation Controls */
.hero-nav-controls {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

/* Nav Buttons */
.hero-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-nav-btn:hover {
    background: rgba(155, 135, 245, 0.2);
    border-color: rgba(155, 135, 245, 0.4);
    box-shadow: 0 8px 32px rgba(155, 135, 245, 0.2);
}

.hero-nav-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.hero-nav-btn svg {
    stroke: currentColor;
}

/* Dots Navigation */
.hero-dots {
    display: flex;
    gap: 12px;
    align-items: center;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-dot:hover {
    background: rgba(155, 135, 245, 0.3);
    border-color: rgba(155, 135, 245, 0.5);
}

.hero-dot.active {
    width: 28px;
    border-radius: 5px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-dot:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}

/* Counter */
.hero-counter {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.6rem 1.2rem;
    border-radius: var(--radius-full);
    font-weight: 600;
}

.counter-separator {
    margin: 0 0.3rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .hero-content-wrapper {
        padding: 120px var(--spacing-lg) var(--spacing-2xl);
    }

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

    .hero-nav-controls {
        gap: 2rem;
    }

    .hero-nav-btn {
        width: 40px;
        height: 40px;
    }

    .hero-counter {
        top: 20px;
        right: 20px;
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-glass {
        width: 100%;
        justify-content: center;
    }
}

/* ================================================
   3D INTERACTIVE SLIDER STYLE
   ================================================ */

.hero-slider-wrapper[data-style="3d-interactive"] {
    perspective: 1200px;
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-slide {
    transform-style: preserve-3d;
    transform: rotateY(0deg) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-slide.active {
    transform: rotateY(0deg) rotateX(0deg) scale(1);
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-slide:not(.active) {
    transform: rotateY(-15deg) rotateX(5deg) scale(0.95);
    opacity: 0.7;
}

/* 3D Card Container */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-slide-bg {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
}

/* 3D Interactive Content Card */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-content-wrapper {
    perspective: 800px;
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-content {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(155, 135, 245, 0.15);
    transform: translateZ(20px);
    transition: all 0.3s ease;
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-content:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: translateZ(30px);
}

/* 3D Badge */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-badge {
    transform: translateZ(10px);
    box-shadow: 0 8px 16px rgba(155, 135, 245, 0.2);
}

/* 3D Title with glow */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-title {
    text-shadow: 0 0 30px rgba(155, 135, 245, 0.4);
    transform: translateZ(15px);
}

/* 3D Interactive Buttons */
.hero-slider-wrapper[data-style="3d-interactive"] .btn-glass {
    position: relative;
    transform: translateZ(15px);
    box-shadow: 0 10px 40px rgba(155, 135, 245, 0.2);
}

.hero-slider-wrapper[data-style="3d-interactive"] .btn-glass:hover {
    transform: translateZ(20px) translateY(-3px);
    box-shadow: 0 15px 50px rgba(155, 135, 245, 0.3);
}

/* 3D Floating elements */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-description {
    transform: translateZ(12px);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateZ(12px) translateY(0px); }
    50% { transform: translateZ(12px) translateY(-10px); }
}

/* 3D Navigation buttons */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-nav-btn {
    transform: translateZ(10px);
    box-shadow: 0 10px 30px rgba(155, 135, 245, 0.15);
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-nav-btn:hover {
    transform: translateZ(15px);
}

/* 3D Dots */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-dot {
    transform: translateZ(10px);
    box-shadow: 0 4px 15px rgba(155, 135, 245, 0.1);
}

.hero-slider-wrapper[data-style="3d-interactive"] .hero-dot.active {
    transform: translateZ(12px) scale(1.1);
    box-shadow: 0 8px 25px rgba(155, 135, 245, 0.3);
}

/* 3D Counter */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-counter {
    transform: translateZ(10px);
    box-shadow: 0 8px 30px rgba(155, 135, 245, 0.15);
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* 3D Glow effect on slide image */
.hero-slider-wrapper[data-style="3d-interactive"] .hero-slide.active .hero-slide-image {
    filter: drop-shadow(0 0 30px rgba(155, 135, 245, 0.3));
}

.hero-badge svg {
    stroke: var(--primary-color);
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-color);
    margin-bottom: var(--spacing-md);
}

.hero-title .title-line1 {
    display: block;
    color: var(--text-light);
    font-size: 0.5em;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.hero-title .title-line2 {
    display: block;
    color: var(--primary-color);
}

.hero-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: var(--spacing-lg);
    max-width: 450px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-xl);
}

/* Right Image Circle */
.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
}

.hero-image-circle {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e0e7ff 0%, #dbeafe 100%);
    box-shadow: 0 25px 80px rgba(155, 135, 245, 0.15);
}

@media (max-width: 1024px) {
    .hero-image-circle {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .hero-image-circle {
        width: 280px;
        height: 280px;
    }
}

.hero-image-circle .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Decorative circles */
.hero-decor-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-decor-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(155, 135, 245, 0.2) 0%, rgba(155, 135, 245, 0.1) 100%);
    top: 10%;
    right: 10%;
}

.hero-decor-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.1) 100%);
    bottom: 15%;
    left: 5%;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: var(--spacing-xl);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(155, 135, 245, 0.1);
    border-radius: 50%;
    margin-bottom: var(--spacing-xs);
}

.stat-icon svg {
    stroke: var(--primary-color);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background: rgba(155, 135, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition-fast);
    padding: 0;
    font-size: 0;
}

.slider-dot:focus,
.slider-dot:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(155, 135, 245, 0.2);
}

.slider-dot.active {
    width: 30px;
    border-radius: 6px;
    background: var(--primary-color);
}

/* Hero Contact */
.hero-contact {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
    z-index: 10;
}

.hero-phone,
.hero-email {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-light);
    transition: all var(--transition-fast);
    border-radius: var(--radius-sm);
    padding: 0.5rem;
}

.hero-phone:focus,
.hero-email:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.hero-phone:hover,
.hero-email:hover {
    color: var(--primary-color);
}

.hero-phone svg,
.hero-email svg {
    stroke: var(--text-muted);
    transition: stroke var(--transition-fast);
}

.hero-phone:hover svg,
.hero-email:hover svg {
    stroke: var(--primary-color);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--surface-color);
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    animation: bounce 2s infinite;
}

.scroll-arrow svg {
    stroke: var(--primary-color);
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .hero-slide {
        transition: none;
    }
    
    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
    }
}
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    transition: all var(--transition-normal);
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, #d4c5f9 0%, #e8dff5 100%);
    color: var(--text-color);
    border-color: transparent;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #c4b3f7 0%, #d4c5f9 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(155, 135, 245, 0.3);
    color: var(--text-color);
}

.btn-secondary {
    background: transparent;
    color: var(--text-color);
    border: 2px solid var(--border-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-white);
}

.btn-outline {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--border-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--text-white);
    border-color: var(--primary-color);
}

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

.btn-white:hover {
    background: var(--surface-cream);
    transform: translateY(-2px);
    color: var(--primary-color);
}

.btn-outline-white {
    background: transparent;
    color: var(--text-white);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--text-white);
    color: var(--text-white);
}

.btn-text {
    background: none;
    border: none;
    padding: 0.5rem 0;
    color: var(--primary-color);
    font-weight: 600;
}

.btn-text:hover {
    color: var(--primary-dark);
}

.btn-lg {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
}

/* ================================================
   6. SECTIONS
   ================================================ */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--spacing-xl);
}

.section-header-inline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    text-align: left;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary-color);
    background: rgba(155, 135, 245, 0.1);
    border: 1px solid rgba(155, 135, 245, 0.2);
    border-radius: var(--radius-full);
    margin-bottom: var(--spacing-sm);
}

.section-title {
    margin-bottom: var(--spacing-sm);
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 0;
}

.section-footer {
    text-align: center;
    margin-top: var(--spacing-xl);
}

/* ================================================
   7. PRODUCTS SECTION
   ================================================ */
.section-products {
    background: var(--surface-cream);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
}

.product-card {
    position: relative;
    background: var(--surface-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-normal);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.product-badge {
    position: absolute;
    top: var(--spacing-sm);
    left: var(--spacing-sm);
    z-index: 5;
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-white);
    background: var(--accent-color);
    border-radius: var(--radius-full);
}

.product-image {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
}

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

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: var(--spacing-md);
}

.product-category {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary-color);
    margin-bottom: var(--spacing-xs);
}

.product-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-title a {
    color: var(--text-color);
}

.product-title a:hover {
    color: var(--primary-color);
}

.product-desc {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ================================================
   8. STORY SECTION
   ================================================ */
.section-story {
    background: var(--surface-color);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: center;
}

.story-content .section-badge {
    margin-bottom: var(--spacing-sm);
}

.story-content .section-title {
    margin-bottom: var(--spacing-md);
}

.story-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: var(--spacing-md);
}

.story-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

.feature-item {
    display: flex;
    gap: var(--spacing-sm);
}

.feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(155, 135, 245, 0.1);
    border-radius: var(--radius-md);
}

.feature-icon svg {
    stroke: var(--primary-color);
}

.feature-content h4 {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature-content p {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* Story Images Grid */
.story-images {
    position: relative;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-md);
    aspect-ratio: 1;
}

.story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-lg);
}

/* ================================================
   9. INSTAGRAM SECTION
   ================================================ */
.section-instagram {
    background: var(--surface-cream);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
}

.instagram-card {
    background: var(--surface-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-normal);
}

.instagram-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.insta-image {
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.instagram-card:hover .insta-image img {
    transform: scale(1.05);
}

.insta-content {
    padding: var(--spacing-md);
}

.insta-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: var(--spacing-xs);
}

.insta-date svg {
    stroke: var(--text-muted);
}

.insta-text {
    font-size: 0.9rem;
    color: var(--text-color);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ================================================
   10. BLOG SECTION
   ================================================ */
.section-blog {
    background: var(--surface-color);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
}

.blog-card {
    background: var(--surface-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-normal);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.blog-image {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: var(--spacing-md);
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: var(--spacing-sm);
}

.blog-date svg {
    stroke: var(--text-muted);
}

.blog-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--spacing-xs);
}

.blog-title a {
    color: var(--text-color);
}

.blog-title a:hover {
    color: var(--primary-color);
}

.blog-excerpt {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: var(--spacing-sm);
    line-height: 1.6;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
}

.blog-link:hover {
    color: var(--primary-dark);
}

/* ================================================
   11. CTA SECTION
   ================================================ */
.section-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, #c4b3f7 100%);
    padding: var(--spacing-2xl) 0;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: var(--spacing-md);
}

.cta-icon svg {
    stroke: var(--text-white);
}

.cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--text-white);
    margin-bottom: var(--spacing-md);
}

.cta-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--spacing-lg);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-lg);
}

.cta-contact {
    display: flex;
    justify-content: center;
    gap: var(--spacing-lg);
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-phone,
.cta-email {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-white);
}

.cta-phone:hover,
.cta-email:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* ================================================
   12. FOOTER
   ================================================ */
.site-footer {
    background: var(--surface-color);
    padding: var(--spacing-2xl) 0 var(--spacing-lg);
    border-top: 1px solid var(--border-color);
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: var(--spacing-xl);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.footer-brand {
    max-width: 280px;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: var(--spacing-md);
}

.footer-brand p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: var(--spacing-md);
}

.footer-social {
    display: flex;
    gap: var(--spacing-sm);
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--surface-cream);
    border-radius: 50%;
    transition: all var(--transition-fast);
}

.footer-social a:hover {
    background: var(--primary-color);
}

.footer-social a:hover svg {
    stroke: var(--text-white);
}

.footer-column h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 0.75rem;
}

.footer-column a {
    font-size: 0.9rem;
    color: var(--text-light);
}

.footer-column a:hover {
    color: var(--primary-color);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: var(--spacing-sm);
}

.footer-contact-item svg {
    flex-shrink: 0;
    stroke: var(--primary-color);
    margin-top: 2px;
}

.footer-contact-item span,
.footer-contact-item a {
    font-size: 0.9rem;
    color: var(--text-light);
}

/* Newsletter */
.footer-newsletter {
    margin-top: var(--spacing-md);
}

.footer-newsletter p {
    font-size: 0.85rem;
    margin-bottom: var(--spacing-sm);
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: var(--surface-cream);
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.newsletter-form button {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-white);
    background: var(--primary-color);
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background var(--transition-fast);
}

.newsletter-form button:hover {
    background: var(--primary-dark);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--spacing-lg);
    margin-top: var(--spacing-xl);
    border-top: 1px solid var(--border-color);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
}

.footer-bottom p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.footer-bottom a {
    color: var(--primary-color);
}

/* Back to top */
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--surface-cream);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.back-to-top:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.back-to-top:hover svg {
    stroke: var(--text-white);
}

/* ================================================
   13. RESPONSIVE DESIGN
   ================================================ */
@media (max-width: 1200px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-brand {
        grid-column: span 2;
        max-width: none;
    }
    
    .hero-image-circle {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 992px) {
    .products-grid,
    .instagram-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }
    
    .story-images {
        order: -1;
    }
    
    .story-features {
        grid-template-columns: 1fr;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content {
        padding-right: 0;
        align-items: center;
    }
    
    .hero-text {
        max-width: 100%;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-image-wrapper {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: var(--spacing-sm) 0;
    }
    
    .header-inner {
        padding: 0 var(--spacing-sm);
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--surface-color);
        flex-direction: column;
        justify-content: center;
        padding: var(--spacing-lg);
        opacity: 0;
        visibility: hidden;
        transition: all var(--transition-normal);
        z-index: 999;
    }
    
    .main-navigation.active {
        opacity: 1;
        visibility: visible;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .main-navigation li a {
        font-size: 1.25rem;
        color: var(--text-color);
    }
    
    .menu-toggle {
        display: flex;
        z-index: 1001;
    }
    
    .btn-shop span {
        display: none;
    }
    
    .products-grid,
    .instagram-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-container {
        padding: 100px var(--spacing-md) var(--spacing-lg);
    }
    
    .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }
    
    .hero-stats {
        gap: var(--spacing-lg);
    }
    
    .stat-number {
        font-size: 1.25rem;
    }
    
    .slider-controls {
        bottom: 20px;
    }
    
    .hero-contact {
        flex-direction: column;
        gap: var(--spacing-sm);
        bottom: 80px;
    }
    
    .scroll-indicator {
        display: none;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-contact {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-brand {
        grid-column: 1;
        margin: 0 auto;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-contact-item {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: var(--spacing-sm);
        text-align: center;
    }
    
    .section-header-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-sm);
    }
}

@media (max-width: 480px) {
    .section {
        padding: var(--spacing-xl) 0;
    }
    
    .hero-slider-wrapper {
        min-height: 90vh;
    }
    
    .hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: var(--spacing-md);
    }
    
    .newsletter-form {
        flex-direction: column;
    }
}

/* ================================================
   14. UTILITY CLASSES
   ================================================ */
.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: var(--spacing-xl);
    color: var(--text-muted);
}

/* ================================================
   15. ANIMATIONS
   ================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-slide.active .hero-badge {
    animation: fadeInUp 0.6s ease 0.1s both;
}

.hero-slide.active .hero-title {
    animation: fadeInUp 0.6s ease 0.2s both;
}

.hero-slide.active .hero-text {
    animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-slide.active .hero-buttons {
    animation: fadeInUp 0.6s ease 0.4s both;
}

.hero-slide.active .hero-stats {
    animation: fadeInUp 0.6s ease 0.5s both;
}

.hero-slide.active .hero-image-circle {
    animation: fadeInUp 0.8s ease 0.2s both;
}
/* ============================================================
   SECTION 1: FEATURED PRODUCTS - CAROUSEL + FILTERING
   ============================================================ */

.section-products {
    padding: 80px 0;
    background: linear-gradient(135deg, #faf9fc 0%, #f5f3ff 100%);
    position: relative;
}

.section-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(155, 135, 245, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(244, 114, 182, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Filtering Buttons */
.products-filters {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.filter-btn {
    padding: 10px 20px;
    border: 2px solid var(--border-color);
    background: rgba(255, 255, 255, 0.8);
    color: var(--text-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-normal);
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(155, 135, 245, 0.15);
}

.filter-btn.filter-active {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    border-color: transparent;
    box-shadow: 0 12px 32px rgba(155, 135, 245, 0.3);
}

.filter-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}

/* Carousel Wrapper */
.products-carousel-wrapper {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.products-carousel {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.products-carousel-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 0;
}

/* Product Cards */
.product-card {
    background: var(--surface-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 1;
    visibility: visible;
    animation: cardFadeIn 0.6s ease forwards;
    position: relative;
}

.product-card.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card:hover {
    box-shadow: 0 20px 40px rgba(155, 135, 245, 0.25);
    transform: translateY(-8px);
}

.product-card[data-category="all"] {
    display: grid;
}

/* Product Badge */
.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(155, 135, 245, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(155, 135, 245, 0);
    }
}

.product-badge-en-çok-satan {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.product-badge-yeni {
    background: linear-gradient(135deg, #22c55e, #10b981);
}

.product-badge-organik {
    background: linear-gradient(135deg, #5eead4, #34d399);
}

/* Product Image Wrapper */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--background-color);
}

.product-image {
    width: 100%;
    height: 100%;
}

.product-image img,
.product-image a {
    width: 100%;
    height: 100%;
}

.product-image img {
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

/* Product Overlay */
.product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(155, 135, 245, 0.8), rgba(244, 114, 182, 0.8));
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.product-card:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-overlay {
    padding: 12px 28px;
    background: white;
    color: var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--transition-normal);
    backdrop-filter: blur(10px);
    border: 2px solid white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-overlay:hover {
    background: transparent;
    color: white;
    transform: scale(1.05);
}

.btn-overlay:focus-visible {
    outline: 2px solid white;
    outline-offset: 4px;
}

/* Product Info */
.product-info {
    padding: 20px;
}

.product-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.product-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
}

.product-title a {
    color: var(--text-color);
    text-decoration: none;
    transition: color var(--transition-normal);
}

.product-title a:hover {
    color: var(--primary-color);
}

.product-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.5;
    margin: 10px 0;
}

.product-price {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

/* Carousel Controls */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    z-index: 20;
    color: var(--text-color);
    backdrop-filter: blur(10px);
}

.carousel-nav:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-color: transparent;
    box-shadow: 0 12px 32px rgba(155, 135, 245, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}

.carousel-prev {
    left: -60px;
}

.carousel-next {
    right: -60px;
}

@media (max-width: 768px) {
    .carousel-prev {
        left: 10px;
    }
    
    .carousel-next {
        right: 10px;
    }
    
    .products-carousel-items {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }
}

/* Carousel Indicators */
.carousel-indicators {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    z-index: 1;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all var(--transition-normal);
    border: 2px solid transparent;
}

.carousel-dot:hover {
    background: var(--primary-color);
    transform: scale(1.2);
}

.carousel-dot-active {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    transform: scale(1.3);
    box-shadow: 0 4px 12px rgba(155, 135, 245, 0.4);
}

.carousel-dot:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}

/* Sort Select */
.products-sort {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.products-sort label {
    font-weight: 600;
    color: var(--text-color);
    font-size: 14px;
}

.sort-select {
    padding: 8px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    background: white;
    color: var(--text-color);
    font-family: var(--font-body);
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.sort-select:hover {
    border-color: var(--primary-color);
}

.sort-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(155, 135, 245, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .section-products {
        padding: 60px 0;
    }
    
    .products-filters {
        margin-bottom: 30px;
        gap: 8px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .product-info {
        padding: 16px;
    }
    
    .product-title {
        font-size: 16px;
    }
    
    .products-sort {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .product-card,
    .filter-btn,
    .carousel-nav,
    .carousel-dot {
        transition: none;
        animation: none;
    }
}

/* ============================================================
   SECTION 2: OUR STORY - GALLERY + STATS
   ============================================================ */

.section-story {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff, #f5f3ff);
    position: relative;
    overflow: hidden;
}

.section-story::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(155, 135, 245, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.story-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Story Content */
.story-content {
    animation: slideInLeft 0.8s ease both;
}

.story-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 24px;
    font-family: var(--font-body);
}

.story-text:first-of-type {
    animation: fadeInUp 0.6s ease 0.2s both;
}

.story-text:nth-of-type(2) {
    animation: fadeInUp 0.6s ease 0.4s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Stats Section */
.story-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(155, 135, 245, 0.2);
    animation: fadeInUp 0.6s ease 0.6s both;
}

.stat-item {
    text-align: center;
    animation: scaleIn 0.6s ease both;
}

.stat-item:nth-child(1) { animation-delay: 0.7s; }
.stat-item:nth-child(2) { animation-delay: 0.8s; }
.stat-item:nth-child(3) { animation-delay: 0.9s; }
.stat-item:nth-child(4) { animation-delay: 1s; }

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 13px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
    font-weight: 600;
}

/* Story Features */
.story-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    transition: all var(--transition-normal);
    animation: fadeInUp 0.6s ease both;
}

.feature-item:nth-child(1) { animation-delay: 0.8s; }
.feature-item:nth-child(2) { animation-delay: 0.9s; }
.feature-item:nth-child(3) { animation-delay: 1s; }
.feature-item:nth-child(4) { animation-delay: 1.1s; }

.feature-item:hover {
    background: rgba(155, 135, 245, 0.1);
    transform: translateY(-4px);
}

.feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-light), var(--accent-mint));
    border-radius: 12px;
    color: white;
    margin-bottom: 12px;
    transition: all var(--transition-normal);
}

.feature-item:hover .feature-icon {
    transform: rotate(10deg) scale(1.1);
}

.feature-item h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-color);
}

/* Gallery */
.story-gallery {
    animation: fadeInRight 0.8s ease both;
    position: relative;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    aspect-ratio: 1;
    animation: galleryItemIn 0.6s ease both;
}

.gallery-item:nth-child(1) { 
    grid-column: span 2;
    grid-row: span 2;
    animation-delay: 0.9s;
}
.gallery-item:nth-child(2) { animation-delay: 1s; }
.gallery-item:nth-child(3) { animation-delay: 1.1s; }
.gallery-item:nth-child(4) { animation-delay: 1.2s; }

@keyframes galleryItemIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(155, 135, 245, 0.8), rgba(244, 114, 182, 0.8));
    backdrop-filter: blur(5px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    opacity: 0;
    transition: all var(--transition-normal);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-label {
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Lightbox */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    animation: lightboxFadeIn 0.3s ease forwards;
}

.gallery-lightbox.active {
    display: flex;
    opacity: 1;
}

@keyframes lightboxFadeIn {
    to {
        opacity: 1;
    }
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scaleIn 0.3s ease;
}

.lightbox-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-caption {
    color: white;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    z-index: 10;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-counter {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

/* Story Responsive */
@media (max-width: 1024px) {
    .story-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item:nth-child(1) {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .section-story {
        padding: 60px 0;
    }
    
    .story-stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 20px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .story-features {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .feature-item {
        padding: 12px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .story-content,
    .story-gallery,
    .stat-item,
    .feature-item,
    .gallery-item,
    .gallery-overlay,
    .gallery-image {
        animation: none;
    }
}

/* ============================================================
   SECTION 3: INSTAGRAM FEED - MASONRY GRID
   ============================================================ */

.section-instagram {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f3ff 0%, #fef5e7 100%);
    position: relative;
    overflow: hidden;
}

.section-instagram::before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(94, 234, 212, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 15s ease-in-out infinite;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.instagram-card {
    background: var(--surface-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    animation: cardFadeIn 0.6s ease forwards;
}

.instagram-card:nth-child(1) { animation-delay: 0.1s; }
.instagram-card:nth-child(2) { animation-delay: 0.2s; }
.instagram-card:nth-child(3) { animation-delay: 0.3s; }
.instagram-card:nth-child(4) { animation-delay: 0.4s; }
.instagram-card:nth-child(5) { animation-delay: 0.5s; }
.instagram-card:nth-child(6) { animation-delay: 0.6s; }

.instagram-card:hover {
    box-shadow: 0 20px 40px rgba(155, 135, 245, 0.25);
    transform: translateY(-8px);
}

.insta-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--background-color);
}

.insta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.instagram-card:hover .insta-image img {
    transform: scale(1.08);
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(155, 135, 245, 0.85), rgba(244, 114, 182, 0.85));
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    padding: 20px;
}

.instagram-card:hover .insta-overlay {
    opacity: 1;
    visibility: visible;
}

.insta-expand {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
}

.insta-expand:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.insta-stats {
    display: flex;
    gap: 16px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.insta-likes,
.insta-comments {
    display: flex;
    align-items: center;
    gap: 6px;
}

.insta-likes svg,
.insta-comments svg {
    animation: heartBeat 1s ease-in-out infinite;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.insta-content {
    padding: 16px;
}

.insta-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.insta-text {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive Instagram */
@media (max-width: 1024px) {
    .instagram-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .section-instagram {
        padding: 60px 0;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .insta-content {
        padding: 12px;
    }
    
    .insta-text {
        font-size: 12px;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .instagram-card,
    .insta-overlay,
    .insta-expand {
        animation: none;
        transition: none;
    }
}

/* ============================================================
   SECTION 4: BLOG - FEATURED + GRID
   ============================================================ */

.section-blog {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fef5e7, #ffffff);
    position: relative;
    overflow: hidden;
}

.section-blog::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite;
}

.blog-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.blog-card {
    background: var(--surface-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    animation: cardFadeIn 0.6s ease forwards;
}

.blog-card:nth-child(1) { animation-delay: 0.1s; }
.blog-card:nth-child(2) { animation-delay: 0.2s; }
.blog-card:nth-child(3) { animation-delay: 0.3s; }

.blog-card:hover {
    box-shadow: 0 20px 40px rgba(155, 135, 245, 0.2);
    transform: translateY(-8px);
}

.blog-image {
    position: relative;
    overflow: hidden;
    background: var(--background-color);
}

.blog-card-featured .blog-image {
    aspect-ratio: 16/10;
}

.blog-card:not(.blog-card-featured) .blog-image {
    aspect-ratio: 1;
}

.blog-image-link,
.blog-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-image img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(155, 135, 245, 0.85), rgba(244, 114, 182, 0.85));
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.blog-card:hover .blog-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-read-more {
    padding: 12px 28px;
    background: white;
    color: var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all var(--transition-normal);
}

.btn-read-more:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-content {
    padding: 24px;
}

.blog-card-featured .blog-content {
    padding: 28px;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0;
    line-height: 1.4;
}

.blog-card-featured .blog-title {
    font-size: 24px;
}

.blog-title a {
    color: var(--text-color);
    text-decoration: none;
    transition: color var(--transition-normal);
}

.blog-title a:hover {
    color: var(--primary-color);
}

.blog-excerpt {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-featured .blog-excerpt {
    -webkit-line-clamp: 4;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    transition: all var(--transition-normal);
}

.blog-link:hover {
    gap: 12px;
}

/* Blog Responsive */
@media (max-width: 1024px) {
    .blog-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .blog-card-featured {
        grid-column: 1 / -1;
    }
    
    .blog-card-featured .blog-image {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 768px) {
    .section-blog {
        padding: 60px 0;
    }
    
    .blog-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-card,
    .blog-overlay,
    .btn-read-more {
        animation: none;
        transition: none;
    }
}

/* ============================================================
   SECTION 5: CTA - HERO WITH PROGRESS
   ============================================================ */

.section-cta {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.cta-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #9b87f5 0%, #e8dff5 50%, #f472b6 100%);
    z-index: 0;
}

.cta-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.section-cta .container {
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
    animation: slideInUp 0.8s ease both;
}

.cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    animation: float 4s ease-in-out infinite;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    margin: 16px 0;
    animation: fadeInUp 0.6s ease 0.2s both;
}

.cta-text {
    font-size: 18px;
    max-width: 600px;
    margin: 20px auto 32px;
    line-height: 1.6;
    opacity: 0.95;
    animation: fadeInUp 0.6s ease 0.4s both;
}

/* CTA Progress Bar */
.cta-progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 32px auto 40px;
    max-width: 300px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.6s ease 0.6s both;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    width: 0%;
    animation: progressAnimation 2s ease-in-out;
}

@keyframes progressAnimation {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 100%;
        animation: progressPulse 1s ease-in-out infinite 2s;
    }
}

@keyframes progressPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease 0.8s both;
}

.btn-white {
    background: white;
    color: var(--primary-color);
    border: 2px solid white;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: all var(--transition-normal);
}

.btn-white:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: all var(--transition-normal);
}

.btn-outline-white:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-4px);
}

.btn-lg {
    padding: 16px 40px;
    font-size: 15px;
}

/* CTA Contact */
.cta-contact {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.6s ease 1s both;
}

.cta-phone,
.cta-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all var(--transition-normal);
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.cta-phone:hover,
.cta-email:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* CTA Responsive */
@media (max-width: 768px) {
    .section-cta {
        padding: 60px 0;
        min-height: auto;
    }
    
    .cta-title {
        font-size: 32px;
    }
    
    .cta-text {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-white,
    .btn-outline-white {
        width: 100%;
        justify-content: center;
    }
    
    .cta-contact {
        flex-direction: column;
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta-content,
    .progress-fill {
        animation: none;
    }
}

/* ============================================================
   WOOCOMMERCE SINGLE PRODUCT - PREMIUM DESIGN
   ============================================================ */

/* Fix header overlap for single product pages */
body.single-product {
    padding-top: 0;
}

body.single-product .site-content {
    padding-top: 0;
}

/* Product Hero Section */
.product-hero-section {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, var(--hero-gradient-start) 0%, var(--hero-gradient-end) 100%);
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.product-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(155, 135, 245, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
}

.product-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 15s ease-in-out infinite reverse;
}

.product-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* Product Gallery */
.product-gallery-wrapper {
    position: sticky;
    top: 100px;
}

.product-gallery-modern {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.gallery-main-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 1;
    background: var(--background-color);
}

.gallery-main-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s ease;
}

.zoom-hint {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-main-image:hover .zoom-hint {
    opacity: 1;
    transform: scale(1);
}

/* Gallery Thumbnails */
.gallery-thumbnails {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    overflow-x: auto;
    padding: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.gallery-thumb {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: var(--background-color);
    padding: 0;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-thumb:hover {
    border-color: var(--primary-light);
}

.gallery-thumb:hover img {
    transform: scale(1.1);
}

.gallery-thumb.active {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(155, 135, 245, 0.3);
}

/* Product Info Card */
.product-info-wrapper {
    position: relative;
}

.product-info-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.9);
    animation: slideInUp 0.6s ease both;
}

/* Breadcrumb */
.product-breadcrumb {
    margin-bottom: 1.5rem;
}

.product-breadcrumb .breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: var(--text-light);
}

.product-breadcrumb .breadcrumb-list a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-breadcrumb .breadcrumb-list a:hover {
    color: var(--primary-color);
}

.breadcrumb-sep {
    display: flex;
    align-items: center;
    color: var(--text-muted);
}

/* Category Badge */
.product-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, var(--primary-light), var(--accent-mint));
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-full);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.product-category-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(155, 135, 245, 0.3);
    color: white;
}

/* Product Title */
.product-title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 1rem;
    animation: slideInUp 0.6s ease 0.1s both;
}

/* Rating */
.product-rating-wrapper {
    margin-bottom: 1.25rem;
    animation: slideInUp 0.6s ease 0.15s both;
}

.product-rating-wrapper .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.product-rating-wrapper .star-rating {
    font-size: 1rem;
    color: #fbbf24;
}

.product-rating-wrapper .woocommerce-review-link {
    font-size: 0.85rem;
    color: var(--text-light);
    text-decoration: none;
}

.product-rating-wrapper .woocommerce-review-link:hover {
    color: var(--primary-color);
}

/* Price */
.product-price-wrapper {
    margin-bottom: 1.5rem;
    animation: slideInUp 0.6s ease 0.2s both;
}

.product-price-wrapper .price {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--primary-color);
}

.product-price-wrapper .price del {
    font-size: 1.25rem;
    color: var(--text-muted);
    font-weight: 400;
    margin-right: 0.75rem;
}

.product-price-wrapper .price ins {
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Short Description */
.product-short-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
    animation: slideInUp 0.6s ease 0.25s both;
}

.product-short-description p:last-child {
    margin-bottom: 0;
}

/* Stock Status */
.product-stock-status {
    margin-bottom: 1.5rem;
    animation: slideInUp 0.6s ease 0.3s both;
}

.product-stock-status .in-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-full);
}

.product-stock-status .out-of-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-full);
}

/* Add to Cart */
.product-add-to-cart {
    margin-bottom: 2rem;
    animation: slideInUp 0.6s ease 0.35s both;
}

.product-add-to-cart .cart {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.product-add-to-cart .quantity {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--background-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 2px solid var(--border-color);
}

.product-add-to-cart .quantity .qty {
    width: 60px;
    height: 52px;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    color: var(--text-color);
    -moz-appearance: textfield;
}

.product-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.product-add-to-cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-add-to-cart .single_add_to_cart_button {
    flex: 1;
    min-width: 200px;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 15px rgba(155, 135, 245, 0.3);
}

.product-add-to-cart .single_add_to_cart_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(155, 135, 245, 0.4);
}

.product-add-to-cart .single_add_to_cart_button:active {
    transform: translateY(0);
}

/* Product Meta */
.product-meta-wrapper {
    padding: 1.5rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1.5rem;
    animation: slideInUp 0.6s ease 0.4s both;
}

.product-meta-wrapper .product_meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.product-meta-wrapper .product_meta > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.product-meta-wrapper .sku_wrapper,
.product-meta-wrapper .posted_in,
.product-meta-wrapper .tagged_as {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-meta-wrapper a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-meta-wrapper a:hover {
    color: var(--primary-dark);
}

/* Trust Badges */
.product-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    animation: slideInUp 0.6s ease 0.45s both;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background: var(--background-color);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(155, 135, 245, 0.1);
    transform: translateY(-2px);
}

.trust-badge svg {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.trust-badge span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Product Tabs Section */
.product-tabs-section {
    padding: 80px 0;
    background: var(--surface-color);
}

.product-tabs-modern .woocommerce-tabs {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.product-tabs-modern .woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--background-color);
    border-bottom: 1px solid var(--border-color);
    overflow-x: auto;
}

.product-tabs-modern .woocommerce-tabs ul.tabs::before,
.product-tabs-modern .woocommerce-tabs ul.tabs::after {
    display: none;
}

.product-tabs-modern .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    flex: 1;
    min-width: max-content;
}

.product-tabs-modern .woocommerce-tabs ul.tabs li::before,
.product-tabs-modern .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.product-tabs-modern .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1.25rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
    text-decoration: none;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.product-tabs-modern .woocommerce-tabs ul.tabs li a:hover {
    color: var(--primary-color);
    background: rgba(155, 135, 245, 0.05);
}

.product-tabs-modern .woocommerce-tabs ul.tabs li.active a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: var(--surface-color);
}

.product-tabs-modern .woocommerce-tabs .panel {
    padding: 2.5rem;
    animation: fadeInUp 0.4s ease;
}

.product-tabs-modern .woocommerce-tabs .panel h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.product-tabs-modern .woocommerce-tabs .panel p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
}

/* Reviews */
.product-tabs-modern #reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-tabs-modern #reviews .comment {
    padding: 1.5rem;
    background: var(--background-color);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.product-tabs-modern #reviews .comment_container {
    display: flex;
    gap: 1rem;
}

.product-tabs-modern #reviews .avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.product-tabs-modern #reviews .comment-text {
    flex: 1;
}

.product-tabs-modern #reviews .meta {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.product-tabs-modern #reviews .star-rating {
    color: #fbbf24;
    font-size: 0.9rem;
}

/* Related Products Section */
.related-products-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--background-color) 0%, var(--surface-cream) 100%);
}

.related-products-section .related.products > h2,
.related-products-section .upsells.products > h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    margin-bottom: 2.5rem;
    color: var(--text-color);
}

.related-products-section .products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}

.related-products-section .products .product {
    background: var(--surface-color);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
}

.related-products-section .products .product:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(155, 135, 245, 0.15);
}

.related-products-section .products .product img {
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    aspect-ratio: 1;
    object-fit: cover;
}

.related-products-section .products .product .woocommerce-loop-product__title {
    font-family: var(--font-heading);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.related-products-section .products .product .price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.related-products-section .products .product .button {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-products-section .products .product .button:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
}

/* Responsive - Single Product */
@media (max-width: 1024px) {
    .product-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .product-gallery-wrapper {
        position: relative;
        top: 0;
    }
    
    .product-hero-section {
        padding: 120px 0 60px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .product-hero-section {
        padding: 100px 0 40px;
    }
    
    .product-info-card {
        padding: 1.5rem;
    }
    
    .product-title {
        font-size: 1.5rem;
    }
    
    .product-price-wrapper .price {
        font-size: 1.75rem;
    }
    
    .product-add-to-cart .cart {
        flex-direction: column;
    }
    
    .product-add-to-cart .single_add_to_cart_button {
        width: 100%;
    }
    
    .product-trust-badges {
        grid-template-columns: 1fr;
    }
    
    .product-tabs-modern .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }
    
    .product-tabs-modern .woocommerce-tabs ul.tabs li a {
        padding: 1rem;
        text-align: left;
    }
    
    .product-tabs-modern .woocommerce-tabs .panel {
        padding: 1.5rem;
    }
    
    .related-products-section .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .gallery-thumbnails {
        gap: 0.5rem;
    }
    
    .gallery-thumb {
        flex: 0 0 55px;
        width: 55px;
        height: 55px;
    }
    
    .related-products-section .products {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-info-card,
    .product-title,
    .product-rating-wrapper,
    .product-price-wrapper,
    .product-short-description,
    .product-stock-status,
    .product-add-to-cart,
    .product-meta-wrapper,
    .product-trust-badges,
    .main-product-image,
    .gallery-thumb,
    .zoom-hint {
        animation: none;
        transition: none;
    }
}

/* ================================================
   6. PRODUCT CARDS (Modern Loop)
   ================================================ */

.horanta-product-card {
    list-style: none;
    margin-bottom: var(--spacing-lg);
    position: relative;
    padding: 0;
}

.product-card-inner {
    background: var(--surface-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 100%;
    transition: all var(--transition-normal);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.product-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(77, 124, 15, 0.3);
}

/* Image Wrapper */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--surface-cream);
}

.product-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card-inner:hover .product-image-wrapper img {
    transform: scale(1.1);
}

/* Sales Flash */
.product-image-wrapper .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--accent-color);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: var(--radius-sm);
    z-index: 5;
    box-shadow: var(--shadow-sm);
    min-height: auto;
    min-width: auto;
    line-height: 1.5;
    margin: 0;
}

/* Actions Overlay */
.product-actions-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--spacing-md);
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--transition-normal);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.product-card-inner:hover .product-actions-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Add to Cart Button Styling in Loop */
.product-actions-overlay .button,
.product-actions-overlay .added_to_cart {
    background: var(--surface-color);
    color: var(--text-color);
    border: none;
    border-radius: var(--radius-full);
    padding: 0.6rem 1.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-fast);
    line-height: 1.2;
}

.product-actions-overlay .button:hover {
    background: var(--primary-color);
    color: var(--text-white);
    transform: scale(1.05);
}

.product-actions-overlay .added_to_cart {
    display: none; /* Hide secondary link */
}

/* Info Wrapper */
.product-info-wrapper {
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex-grow: 1;
    text-align: center;
    background: white;
}

.product-category-list {
    font-size: 0.7rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.product-title-link {
    display: block;
}

.woocommerce-loop-product__title {
    font-size: 1.15rem !important;
    font-family: var(--font-heading) !important;
    color: var(--text-color);
    margin: 0 !important;
    line-height: 1.3;
    transition: color var(--transition-fast);
    padding: 0;
}

.product-card-inner:hover .woocommerce-loop-product__title {
    color: var(--primary-color);
}

.product-price-rating {
    margin-top: auto;
    padding-top: var(--spacing-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.price del {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 400;
    opacity: 0.7;
    text-decoration: line-through;
}

.price ins {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    background: transparent;
}

.star-rating-wrapper {
    font-size: 0.8rem;
    color: var(--secondary-color);
}

/* Grid Layout Fixes for WooCommerce */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--spacing-lg);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: 100%;
    margin: 0;
    float: none;
}