/* ===================================
   PUSHPVATIKA FLORIST - PREMIUM DESIGN
   Modern, Professional, Extraordinary
   =================================== */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Advanced Color Palette - Brand Colors (Green & Gold) */
    --primary-50: #e6f4ed;
    --primary-100: #c0e4d3;
    --primary-200: #96d3b6;
    --primary-300: #6cc299;
    --primary-400: #4db583;
    --primary-500: #2da86d;
    --primary-600: #239661;
    --primary-700: #148252;
    --primary-800: #006838;
    --primary-900: #004d28;

    --secondary-50: #faf7f0;
    --secondary-100: #f2ead9;
    --secondary-200: #e9dcbf;
    --secondary-300: #e0cea5;
    --secondary-400: #d9c392;
    --secondary-500: #C8A870;
    --secondary-600: #b89a65;
    --secondary-700: #a58a58;
    --secondary-800: #8f7648;
    --secondary-900: #6d5835;

    --accent-50: #f0f9f4;
    --accent-100: #d9f0e3;
    --accent-200: #b3e1c7;
    --accent-300: #8dd2ab;
    --accent-400: #67c38f;
    --accent-500: #41b473;
    --accent-600: #359d61;
    --accent-700: #29864f;
    --accent-800: #1d6f3d;
    --accent-900: #11582b;

    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #e5e5e5;
    --neutral-300: #d4d4d4;
    --neutral-400: #a3a3a3;
    --neutral-500: #737373;
    --neutral-600: #525252;
    --neutral-700: #404040;
    --neutral-800: #262626;
    --neutral-900: #171717;

    /* Text Colors */
    --text-50: #fafafa;
    --text-100: #f5f5f5;
    --text-200: #e5e5e5;
    --text-300: #d4d4d4;
    --text-400: #a3a3a3;
    --text-500: #737373;
    --text-600: #525252;
    --text-700: #404040;
    --text-800: #262626;
    --text-900: #171717;

    /* Semantic Colors */
    --color-primary: var(--primary-500);
    --color-secondary: var(--secondary-500);
    --color-accent: var(--accent-500);
    --color-bg-primary: #ffffff;
    --color-bg-secondary: var(--neutral-50);
    --color-bg-tertiary: var(--neutral-100);
    --color-text-primary: var(--neutral-900);
    --color-text-secondary: var(--neutral-600);
    --color-text-tertiary: var(--neutral-500);
    --color-border: var(--neutral-200);
    --color-border-hover: var(--neutral-300);

    /* Typography Scale */
    --font-family-heading: 'Playfair Display', Georgia, serif;
    --font-family-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --font-size-xs: 0.75rem;      /* 12px */
    --font-size-sm: 0.875rem;     /* 14px */
    --font-size-base: 1rem;       /* 16px */
    --font-size-lg: 1.125rem;     /* 18px */
    --font-size-xl: 1.25rem;      /* 20px */
    --font-size-2xl: 1.5rem;      /* 24px */
    --font-size-3xl: 1.875rem;    /* 30px */
    --font-size-4xl: 2.25rem;     /* 36px */
    --font-size-5xl: 3rem;        /* 48px */
    --font-size-6xl: 3.75rem;     /* 60px */
    --font-size-7xl: 4.5rem;      /* 72px */

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --line-height-tight: 1.25;
    --line-height-snug: 1.375;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;

    /* Spacing Scale */
    --space-1: 0.25rem;   /* 4px */
    --space-2: 0.5rem;    /* 8px */
    --space-3: 0.75rem;   /* 12px */
    --space-4: 1rem;      /* 16px */
    --space-5: 1.25rem;   /* 20px */
    --space-6: 1.5rem;    /* 24px */
    --space-8: 2rem;      /* 32px */
    --space-10: 2.5rem;   /* 40px */
    --space-12: 3rem;     /* 48px */
    --space-16: 4rem;     /* 64px */
    --space-20: 5rem;     /* 80px */
    --space-24: 6rem;     /* 96px */
    --space-32: 8rem;     /* 128px */

    /* Shadows - Layered Depth */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-base: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-2xl: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

    /* Colored Shadows */
    --shadow-primary: 0 10px 40px -10px rgba(0, 104, 56, 0.3);
    --shadow-secondary: 0 10px 40px -10px rgba(200, 168, 112, 0.3);

    /* Border Radius */
    --radius-sm: 0.375rem;   /* 6px */
    --radius-base: 0.5rem;   /* 8px */
    --radius-md: 0.75rem;    /* 12px */
    --radius-lg: 1rem;       /* 16px */
    --radius-xl: 1.5rem;     /* 24px */
    --radius-2xl: 2rem;      /* 32px */
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);

    /* Z-index Scale */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
}

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

body {
    font-family: var(--font-family-body);
    font-size: var(--font-size-base);
    line-height: var(--line-height-normal);
    color: var(--color-text-primary);
    background: var(--color-bg-primary);
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    color: var(--color-text-primary);
    margin-bottom: var(--space-4);
}

h1 { font-size: var(--font-size-5xl); }
h2 { font-size: var(--font-size-4xl); }
h3 { font-size: var(--font-size-3xl); }
h4 { font-size: var(--font-size-2xl); }
h5 { font-size: var(--font-size-xl); }
h6 { font-size: var(--font-size-lg); }

p {
    margin-bottom: var(--space-4);
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
}

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

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

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

/* ===================================
   NAVIGATION - Premium Glassmorphism
   =================================== */
.navbar {
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 104, 56, 0.1);
    transition: all var(--transition-base);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-4) 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    transition: transform var(--transition-base);
}

.logo:hover {
    transform: scale(1.02);
}

.logo img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.logo:hover img {
    box-shadow: var(--shadow-primary);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: var(--space-8);
    align-items: center;
}

.nav-menu a {
    color: var(--color-text-primary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-base);
    padding: var(--space-2) var(--space-4);
    position: relative;
    border-radius: var(--radius-base);
    transition: all var(--transition-base);
}

.nav-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
    border-radius: var(--radius-full);
    transition: width var(--transition-base);
}

.nav-menu a:hover::before,
.nav-menu a.active::before {
    width: 80%;
}

.nav-menu a:hover {
    color: var(--color-primary);
    background: var(--primary-50);
}

.nav-menu a.active {
    color: var(--color-primary);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: var(--space-1);
    padding: var(--space-2);
    border-radius: var(--radius-base);
    transition: background var(--transition-base);
}

.menu-toggle:hover {
    background: var(--primary-50);
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===================================
   SCROLL PROGRESS INDICATOR
   =================================== */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500), var(--accent-500));
    z-index: 9999;
    transition: width 0.1s ease-out;
    box-shadow: 0 0 10px rgba(0, 104, 56, 0.5);
}

/* ===================================
   FLOATING WHATSAPP BUTTON
   =================================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.4);
    z-index: var(--z-fixed);
    cursor: pointer;
    transition: all var(--transition-base);
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: 0 15px 50px rgba(37, 211, 102, 0.6);
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    animation: ripple-whatsapp 2s infinite;
    opacity: 0;
}

@keyframes pulse-whatsapp {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes ripple-whatsapp {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ===================================
   FLOATING BACKGROUND SHAPES
   =================================== */
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.shape {
    position: absolute;
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    border-radius: 50%;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, var(--secondary-500), var(--primary-500));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, var(--accent-500), var(--secondary-500));
    border-radius: 50%;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

/* ===================================
   HERO SLIDER - Beautiful Full Screen
   =================================== */
.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}

.hero-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 104, 56, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(200, 168, 112, 0.15) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: var(--space-6);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-slide.active .hero-badge {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards;
}

.hero-title {
    font-size: var(--font-size-7xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-6);
    line-height: var(--line-height-tight);
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    color: white;
}

.hero-slide.active .hero-title {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s backwards;
}

.hero-subtitle {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-5);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    color: var(--secondary-200);
}

.hero-slide.active .hero-subtitle {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s backwards;
}

.hero-description {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-10);
    line-height: var(--line-height-relaxed);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.hero-slide.active .hero-description {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s backwards;
}

.hero-buttons {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
}

.hero-slide.active .hero-buttons {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s backwards;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 var(--space-6);
    pointer-events: none;
}

.slider-btn {
    pointer-events: all;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-base);
    font-size: var(--font-size-xl);
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.slider-btn:active {
    transform: scale(0.95);
}

/* Slider Indicators */
.slider-indicators {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: var(--space-3);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all var(--transition-base);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.indicator.active {
    width: 40px;
    border-radius: var(--radius-full);
    background: white;
}

/* Hero Features Bar */
.hero-features-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: var(--space-6) 0;
}

.hero-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-12);
    flex-wrap: wrap;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: white;
}

.hero-feature-item i {
    font-size: var(--font-size-2xl);
    color: var(--secondary-200);
}

.hero-scroll-indicator {
    position: absolute;
    bottom: var(--space-20);
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    animation: bounce 2s infinite;
    font-size: var(--font-size-2xl);
    color: white;
    cursor: pointer;
    opacity: 0.8;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ===================================
   BUTTONS - Premium Design
   =================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-base);
    text-align: center;
    cursor: pointer;
    transition: all var(--transition-base);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width var(--transition-slow), height var(--transition-slow);
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: white;
    color: var(--primary-500);
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.btn-primary:active {
    transform: translateY(-1px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border-color: white;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-500);
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.btn-accent {
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    color: white;
    box-shadow: var(--shadow-primary);
}

.btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* ===================================
   SECTION STYLES
   =================================== */
section {
    padding: var(--space-20) 0;
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-16);
    animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-header h2 {
    font-size: var(--font-size-4xl);
    color: var(--color-text-primary);
    margin-bottom: var(--space-4);
    position: relative;
    display: inline-block;
}

.section-divider {
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
    margin: 0 auto var(--space-6);
    border-radius: var(--radius-full);
    position: relative;
}

.section-divider::before,
.section-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-500);
}

.section-divider::before {
    left: -16px;
}

.section-divider::after {
    right: -16px;
}

.section-header p {
    color: var(--color-text-secondary);
    font-size: var(--font-size-lg);
    max-width: 700px;
    margin: 0 auto;
    line-height: var(--line-height-relaxed);
}

/* ===================================
   DAILY FLOWER SUBSCRIPTION HERO SECTION
   =================================== */
.subscription-hero {
    position: relative;
    padding: var(--space-24) 0;
    background: linear-gradient(135deg,
        var(--primary-50) 0%,
        var(--secondary-50) 50%,
        var(--accent-50) 100%);
    overflow: hidden;
}

.subscription-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center;
    position: relative;
    z-index: 1;
}

.subscription-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    background: linear-gradient(135deg, var(--secondary-500), var(--secondary-600));
    color: white;
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: var(--space-6);
    box-shadow: var(--shadow-md);
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.subscription-text h2 {
    font-size: var(--font-size-5xl);
    margin-bottom: var(--space-4);
    line-height: var(--line-height-tight);
}

.subscription-text h3 {
    font-size: var(--font-size-2xl);
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-medium);
    margin-bottom: var(--space-6);
    font-family: var(--font-family-body);
}

.subscription-description {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-10);
}

.subscription-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    margin-bottom: var(--space-10);
}

.feature-highlight {
    display: flex;
    gap: var(--space-4);
    align-items: flex-start;
    padding: var(--space-5);
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.feature-highlight:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.feature-highlight i {
    font-size: var(--font-size-3xl);
    color: var(--primary-500);
    flex-shrink: 0;
    background: var(--primary-50);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
}

.feature-highlight strong {
    display: block;
    color: var(--color-text-primary);
    font-size: var(--font-size-base);
    margin-bottom: var(--space-1);
}

.feature-highlight p {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    margin: 0;
}

.subscription-cta {
    display: flex;
    gap: var(--space-4);
    margin-bottom: var(--space-10);
    flex-wrap: wrap;
}

.btn-large {
    padding: var(--space-5) var(--space-10);
    font-size: var(--font-size-lg);
}

.subscription-trust {
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap;
    padding-top: var(--space-6);
    border-top: 2px solid var(--primary-200);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-text-secondary);
    font-size: var(--font-size-base);
}

.trust-item i {
    font-size: var(--font-size-2xl);
    color: var(--primary-500);
}

.trust-item strong {
    color: var(--primary-500);
}

/* Subscription Plans Card */
.subscription-plans {
    padding: var(--space-10);
    border-radius: var(--radius-2xl);
    max-height: 700px;
    overflow-y: auto;
}

.subscription-plans::-webkit-scrollbar {
    width: 8px;
}

.subscription-plans::-webkit-scrollbar-track {
    background: var(--neutral-100);
    border-radius: var(--radius-full);
}

.subscription-plans::-webkit-scrollbar-thumb {
    background: var(--primary-300);
    border-radius: var(--radius-full);
}

.subscription-plans::-webkit-scrollbar-thumb:hover {
    background: var(--primary-500);
}

.subscription-plans h4 {
    font-size: var(--font-size-2xl);
    color: var(--primary-500);
    margin-bottom: var(--space-8);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.plan-card {
    background: white;
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    margin-bottom: var(--space-6);
    border: 2px solid var(--primary-100);
    transition: all var(--transition-base);
}

.plan-card:hover {
    border-color: var(--primary-300);
    box-shadow: var(--shadow-lg);
    transform: translateX(8px);
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-4);
    border-bottom: 2px solid var(--primary-100);
}

.plan-header h5 {
    font-size: var(--font-size-xl);
    color: var(--color-text-primary);
    margin: 0;
}

.plan-badge {
    background: var(--primary-500);
    color: white;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}

.plan-badge.premium {
    background: linear-gradient(135deg, var(--secondary-500), var(--secondary-600));
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-card ul li {
    padding: var(--space-3) 0;
    color: var(--color-text-secondary);
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    font-size: var(--font-size-sm);
}

.plan-card ul li i {
    color: var(--primary-500);
    margin-top: 2px;
    flex-shrink: 0;
}

.plan-footer {
    margin-top: var(--space-6);
    padding-top: var(--space-6);
    border-top: 2px solid var(--primary-100);
    text-align: center;
}

.plan-footer p {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-4);
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
}

.plan-footer i {
    color: var(--primary-500);
    margin-top: 2px;
}

/* Responsive for Subscription Section */
@media (max-width: 1024px) {
    .subscription-content {
        grid-template-columns: 1fr;
        gap: var(--space-12);
    }

    .subscription-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .subscription-hero {
        padding: var(--space-16) 0;
    }

    .subscription-text h2 {
        font-size: var(--font-size-3xl);
    }

    .subscription-text h3 {
        font-size: var(--font-size-xl);
    }

    .subscription-description {
        font-size: var(--font-size-base);
    }

    .subscription-cta {
        flex-direction: column;
    }

    .btn-large {
        width: 100%;
    }

    .subscription-trust {
        gap: var(--space-4);
    }

    .trust-item {
        font-size: var(--font-size-sm);
    }

    .subscription-plans {
        max-height: none;
    }
}

@media (max-width: 480px) {
    .subscription-badge {
        font-size: 0.65rem;
        padding: var(--space-2) var(--space-4);
    }

    .subscription-text h2 {
        font-size: var(--font-size-2xl);
    }

    .subscription-text h3 {
        font-size: var(--font-size-lg);
    }

    .feature-highlight {
        padding: var(--space-4);
    }

    .feature-highlight i {
        width: 40px;
        height: 40px;
        font-size: var(--font-size-2xl);
    }

    .subscription-trust {
        flex-direction: column;
        gap: var(--space-3);
    }
}

/* ===================================
   STATS SECTION - Modern Cards
   =================================== */
.stats-section {
    background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-8);
    margin-top: var(--space-12);
}

.stat-item {
    text-align: center;
    padding: var(--space-12);
    background: white;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-base);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
    cursor: pointer;
}

.stat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, var(--primary-50), var(--secondary-50));
    opacity: 0;
    transition: opacity var(--transition-base);
    z-index: 0;
}

.stat-item:hover::after {
    opacity: 1;
}

.stat-item > * {
    position: relative;
    z-index: 1;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition-slow);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-200);
}

.stat-icon {
    font-size: var(--font-size-6xl);
    color: var(--primary-500);
    margin-bottom: var(--space-5);
    display: inline-block;
    transition: transform var(--transition-base);
}

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

.stat-number {
    display: block;
    font-size: var(--font-size-6xl);
    font-weight: var(--font-weight-bold);
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-3);
    font-family: var(--font-family-heading);
    line-height: 1;
}

.stat-label {
    display: block;
    color: var(--color-text-primary);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-3);
}

.stat-description {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    margin: 0;
}

/* ===================================
   SERVICES - Premium Cards
   =================================== */
.services {
    padding: var(--space-20) 0;
    background: var(--color-bg-secondary);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-8);
}

.service-card {
    background: white;
    border-radius: var(--radius-2xl);
    padding: var(--space-10);
    text-align: center;
    transition: all var(--transition-slow);
    border: 2px solid var(--color-border);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 104, 56, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--transition-slow);
    pointer-events: none;
}

.service-card:hover::before {
    opacity: 1;
    animation: rotate-gradient 4s linear infinite;
}

@keyframes rotate-gradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.service-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-50), var(--secondary-50));
    opacity: 0;
    transition: opacity var(--transition-base);
}

.service-card:hover .service-image-overlay {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-20px) rotateY(5deg);
    box-shadow:
        0 25px 60px -15px rgba(0, 104, 56, 0.3),
        0 0 0 1px var(--primary-200);
    border-color: var(--primary-300);
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-badge {
    position: absolute;
    top: var(--space-5);
    right: var(--space-5);
    background: linear-gradient(135deg, var(--secondary-500), var(--secondary-600));
    color: white;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: var(--shadow-md);
}

.service-icon {
    font-size: var(--font-size-6xl);
    margin-bottom: var(--space-6);
    display: inline-block;
    color: var(--primary-500);
    transition: all var(--transition-base);
    background: var(--primary-50);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, var(--primary-100), var(--secondary-100));
}

.service-card h3 {
    font-size: var(--font-size-2xl);
    color: var(--color-text-primary);
    margin-bottom: var(--space-4);
}

.service-card p {
    color: var(--color-text-secondary);
    margin-bottom: var(--space-6);
    line-height: var(--line-height-relaxed);
}

.service-highlights {
    list-style: none;
    text-align: left;
    margin: var(--space-6) 0;
    padding: 0;
}

.service-highlights li {
    padding: var(--space-2) 0;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-sm);
}

.service-highlights li i {
    color: var(--primary-500);
    background: var(--primary-50);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    flex-shrink: 0;
}

.service-card .btn {
    margin-top: var(--space-4);
}

/* Featured Service Card - Daily Flower Subscription */
.service-card-featured {
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(230, 244, 237, 0.5) 100%);
    border: 3px solid var(--primary-300);
    position: relative;
    box-shadow:
        0 20px 40px -10px rgba(0, 104, 56, 0.2),
        0 0 0 1px var(--primary-200);
}

.service-card-featured::before {
    background: radial-gradient(circle, rgba(0, 104, 56, 0.15) 0%, transparent 70%);
}

.featured-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary-400), var(--secondary-400), var(--accent-400));
    border-radius: var(--radius-2xl);
    z-index: -1;
    opacity: 0;
    filter: blur(20px);
    transition: opacity var(--transition-base);
}

.service-card-featured:hover .featured-glow {
    opacity: 0.6;
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.8; }
}

.service-card-featured .service-badge {
    background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
    font-size: var(--font-size-sm);
    padding: var(--space-2) var(--space-5);
    animation: pulse-badge 2s ease-in-out infinite;
}

.service-card-featured .service-icon {
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    color: white;
    box-shadow:
        0 10px 30px rgba(0, 104, 56, 0.3),
        inset 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.service-card-featured:hover .service-icon {
    background: linear-gradient(135deg, var(--accent-500), var(--primary-500));
    transform: scale(1.15) rotate(10deg);
}

.featured-description {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
}

.service-card-featured h3 {
    background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: var(--font-size-3xl);
}

.service-cta-group {
    margin-top: var(--space-6);
}

.service-note {
    margin-top: var(--space-3);
    font-size: var(--font-size-xs);
    color: var(--primary-600);
    font-weight: var(--font-weight-semibold);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
}

.service-note i {
    color: var(--secondary-500);
    animation: twinkle 1.5s ease-in-out infinite;
}

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

.service-card-featured .service-highlights {
    background: rgba(255, 255, 255, 0.8);
    padding: var(--space-5);
    border-radius: var(--radius-lg);
    border: 1px solid var(--primary-100);
}

.service-card-featured .service-highlights li {
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
}

.service-card-featured .service-highlights li i {
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    color: white;
}

/* Mobile Responsive for Featured Card */
@media (max-width: 768px) {
    .service-card-featured h3 {
        font-size: var(--font-size-2xl);
    }

    .service-card-featured .service-badge {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .service-card-featured h3 {
        font-size: var(--font-size-xl);
    }

    .service-card-featured {
        border-width: 2px;
    }
}

/* ===================================
   GALLERY - Modern Grid with Lightbox
   =================================== */
.gallery {
    padding: var(--space-20) 0;
    background: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-8);
}

.gallery-item {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-base);
    transition: all var(--transition-slow);
    position: relative;
    cursor: pointer;
    height: 350px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s;
    z-index: 3;
}

.gallery-item:hover::after {
    transform: translateX(100%);
}

.gallery-placeholder {
    background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.gallery-placeholder i {
    font-size: var(--font-size-6xl);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

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

.gallery-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 30px 60px -15px rgba(0, 0, 0, 0.3),
        0 0 0 1px var(--primary-200);
}

.gallery-content {
    text-align: center;
    padding: var(--space-6);
    transform: translateY(20px);
    transition: transform var(--transition-base);
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-content h4 {
    color: white;
    font-size: var(--font-size-2xl);
    margin-bottom: var(--space-3);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.gallery-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--font-size-base);
    margin-bottom: var(--space-4);
}

.gallery-view-btn {
    background: white;
    color: var(--primary-500);
    border: none;
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    cursor: pointer;
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
}

.gallery-view-btn:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
}

/* Lightbox Modal */
.lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: var(--z-modal);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.lightbox-modal.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--space-10);
    animation: scaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-close {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xl);
    transition: all var(--transition-base);
}

.lightbox-close:hover {
    background: var(--primary-500);
    transform: rotate(90deg);
}

.lightbox-body {
    padding: var(--space-8);
    text-align: center;
}

/* ===================================
   CONTACT - Modern Form Design
   =================================== */
.contact {
    padding: var(--space-20) 0;
    background: var(--color-bg-secondary);
}

.contact-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-12);
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.contact-item {
    display: flex;
    gap: var(--space-6);
    align-items: flex-start;
    padding: var(--space-6);
    background: white;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.contact-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

.contact-icon {
    font-size: var(--font-size-4xl);
    color: var(--primary-500);
    background: var(--primary-50);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 64px;
}

.contact-details h4 {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-2);
    color: var(--color-text-primary);
}

.contact-details a {
    color: var(--primary-500);
    font-weight: var(--font-weight-semibold);
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-details p {
    color: var(--color-text-secondary);
    margin: 0;
}

/* Contact Form - Modern & Clean */
.contact-form {
    background: white;
    padding: var(--space-10);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
}

.form-group {
    margin-bottom: var(--space-6);
}

.form-group label {
    display: block;
    margin-bottom: var(--space-2);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
    font-size: var(--font-size-sm);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: var(--space-4) var(--space-5);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-lg);
    font-family: var(--font-family-body);
    font-size: var(--font-size-base);
    transition: all var(--transition-base);
    background: var(--color-bg-secondary);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-500);
    background: white;
    box-shadow: 0 0 0 4px var(--primary-50);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form .btn {
    width: 100%;
}

/* ===================================
   FOOTER - Professional Design
   =================================== */
.footer {
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--neutral-800) 100%);
    color: white;
    padding: var(--space-20) 0 var(--space-6);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 104, 56, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(200, 168, 112, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.footer > * {
    position: relative;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-12);
    margin-bottom: var(--space-12);
}

.footer-section h4 {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-6);
    color: var(--secondary-300);
    position: relative;
    padding-bottom: var(--space-3);
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
    border-radius: var(--radius-full);
}

.footer-section p {
    color: var(--neutral-300);
    margin-bottom: var(--space-3);
    line-height: var(--line-height-relaxed);
}

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

.footer-section ul li {
    margin-bottom: var(--space-3);
}

.footer-section a {
    color: var(--neutral-300);
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
}

.footer-section a:hover {
    color: var(--secondary-300);
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--space-6);
    text-align: center;
    color: var(--neutral-400);
    font-size: var(--font-size-sm);
}

/* ===================================
   ABOUT PAGE SPECIFIC
   =================================== */
.about {
    padding: var(--space-20) 0;
    background: white;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text h3 {
    font-size: var(--font-size-3xl);
    color: var(--primary-500);
    margin-bottom: var(--space-6);
}

.about-text p {
    font-size: var(--font-size-lg);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-6);
    line-height: var(--line-height-relaxed);
}

.mission,
.values {
    margin-top: var(--space-16);
    padding: var(--space-12);
    background: var(--color-bg-secondary);
    border-radius: var(--radius-2xl);
    border-left: 5px solid var(--primary-500);
}

.values-grid,
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-6);
    margin-top: var(--space-8);
}

.value-item,
.feature-item,
.reason-item {
    padding: var(--space-6);
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.value-item:hover,
.feature-item:hover,
.reason-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.value-item h4,
.feature-item h4,
.reason-item h4 {
    color: var(--primary-500);
    margin-bottom: var(--space-3);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

/* ===================================
   ANIMATIONS
   =================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

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

/* Scroll Animations */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ===================================
   NOTIFICATION SYSTEM
   =================================== */
.notification {
    position: fixed;
    top: var(--space-6);
    right: var(--space-6);
    padding: var(--space-5) var(--space-8);
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2xl);
    display: flex;
    align-items: center;
    gap: var(--space-4);
    z-index: var(--z-tooltip);
    animation: slideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 400px;
    border-left: 4px solid var(--primary-500);
}

.notification.error {
    border-left-color: #ef4444;
}

.notification.success {
    border-left-color: #10b981;
}

.notification-icon {
    font-size: var(--font-size-2xl);
}

.notification-message {
    flex: 1;
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
}

/* ===================================
   FAQ SECTION
   =================================== */
.faq-section {
    margin-top: var(--space-16);
}

.faq-grid {
    display: grid;
    gap: var(--space-4);
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: var(--space-6);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-item h4 {
    color: var(--primary-500);
    margin-bottom: var(--space-3);
    font-size: var(--font-size-lg);
}

.faq-item p {
    color: var(--color-text-secondary);
    margin: 0;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */
@media (max-width: 768px) {
    /* Navigation */
    .menu-toggle {
        display: flex;
    }

    .nav-wrapper {
        padding: var(--space-3) 0;
    }

    .logo {
        font-size: var(--font-size-base);
    }

    .logo img {
        width: 50px;
        height: 50px;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        gap: 0;
        padding: var(--space-4) 0;
        box-shadow: var(--shadow-lg);
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--transition-slow);
    }

    .nav-menu.active {
        max-height: 500px;
    }

    .nav-menu li {
        text-align: center;
        padding: var(--space-4) 0;
        border-bottom: 1px solid var(--color-border);
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    /* Hero Slider Mobile */
    .hero-slider {
        min-height: 100vh;
        height: auto;
    }

    .hero-content {
        padding: var(--space-8) var(--space-4);
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: var(--space-2) var(--space-4);
        margin-bottom: var(--space-4);
    }

    .hero-title {
        font-size: var(--font-size-3xl);
        margin-bottom: var(--space-4);
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: var(--font-size-lg);
        margin-bottom: var(--space-3);
    }

    .hero-description {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-6);
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-3);
        margin-bottom: var(--space-8);
    }

    .hero-buttons .btn {
        width: 100%;
        padding: var(--space-4) var(--space-6);
        font-size: var(--font-size-sm);
    }

    .slider-controls {
        padding: 0 var(--space-2);
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: var(--font-size-base);
    }

    .hero-features-bar {
        padding: var(--space-4) 0;
    }

    .hero-features {
        gap: var(--space-3);
        padding: 0 var(--space-3);
    }

    .hero-feature-item {
        font-size: 0.7rem;
        gap: var(--space-2);
    }

    .hero-feature-item i {
        font-size: var(--font-size-base);
    }

    .slider-indicators {
        bottom: 90px;
        gap: var(--space-2);
    }

    .indicator {
        width: 8px;
        height: 8px;
    }

    .indicator.active {
        width: 24px;
    }

    .hero-scroll-indicator {
        bottom: 110px;
        font-size: var(--font-size-xl);
    }

    /* Sections */
    section {
        padding: var(--space-12) 0;
    }

    .container {
        padding: 0 var(--space-4);
    }

    .section-header {
        margin-bottom: var(--space-8);
    }

    .section-header h2 {
        font-size: var(--font-size-2xl);
        line-height: 1.3;
    }

    .section-header p {
        font-size: var(--font-size-sm);
        padding: 0 var(--space-2);
    }

    /* Stats */
    .stats {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .stat-item {
        padding: var(--space-8);
    }

    .stat-icon {
        font-size: var(--font-size-5xl);
    }

    .stat-number {
        font-size: var(--font-size-5xl);
    }

    .stat-label {
        font-size: var(--font-size-base);
    }

    .stat-description {
        font-size: var(--font-size-xs);
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .service-card {
        padding: var(--space-8);
    }

    .service-badge {
        font-size: 0.6rem;
        padding: var(--space-1) var(--space-3);
        top: var(--space-3);
        right: var(--space-3);
    }

    .service-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: var(--font-size-5xl);
    }

    .service-card h3 {
        font-size: var(--font-size-xl);
    }

    .service-card p {
        font-size: var(--font-size-sm);
    }

    .service-highlights {
        font-size: var(--font-size-xs);
    }

    /* Values Grid */
    .values-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }

    .value-item {
        padding: var(--space-5);
    }

    .value-item h4 {
        font-size: var(--font-size-base);
    }

    .value-item p {
        font-size: var(--font-size-sm);
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .gallery-item {
        height: 300px;
    }

    .gallery-content h4 {
        font-size: var(--font-size-xl);
    }

    .gallery-content p {
        font-size: var(--font-size-sm);
    }

    /* Testimonials */
    .testimonials-carousel {
        padding: 0 var(--space-10);
    }

    .testimonial-card {
        padding: var(--space-6);
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        font-size: var(--font-size-2xl);
    }

    .testimonial-info h4 {
        font-size: var(--font-size-base);
    }

    .testimonial-role {
        font-size: 0.7rem;
    }

    .testimonial-text {
        font-size: var(--font-size-sm);
        padding-left: var(--space-6);
    }

    .testimonial-rating {
        gap: var(--space-1);
    }

    .testimonial-rating i {
        font-size: var(--font-size-base);
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

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

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

    /* CTA Section */
    .cta-section {
        padding: var(--space-12) var(--space-4);
    }

    .cta-section h2 {
        font-size: var(--font-size-2xl);
    }

    .cta-section p {
        font-size: var(--font-size-sm);
    }

    /* Footer */
    .footer-content {
        gap: var(--space-8);
    }

    .footer-section h4 {
        font-size: var(--font-size-base);
    }

    .footer-section p,
    .footer-section a {
        font-size: var(--font-size-sm);
    }

    /* Typography */
    h1 { font-size: var(--font-size-3xl); }
    h2 { font-size: var(--font-size-2xl); }
    h3 { font-size: var(--font-size-xl); }
    h4 { font-size: var(--font-size-lg); }
}

@media (max-width: 480px) {
    /* Container */
    .container {
        padding: 0 var(--space-3);
    }

    /* Navigation */
    .logo {
        font-size: var(--font-size-sm);
        gap: var(--space-2);
    }

    .logo span {
        display: none;
    }

    .logo img {
        width: 45px;
        height: 45px;
    }

    /* Hero Slider */
    .hero-slider {
        min-height: 100vh;
    }

    .hero-content {
        padding: var(--space-6) var(--space-3);
    }

    .hero-badge {
        font-size: 0.6rem;
        padding: var(--space-1) var(--space-3);
        margin-bottom: var(--space-3);
    }

    .hero-badge i {
        font-size: 0.7rem;
    }

    .hero-title {
        font-size: var(--font-size-2xl);
        margin-bottom: var(--space-3);
    }

    .hero-subtitle {
        font-size: var(--font-size-base);
        margin-bottom: var(--space-2);
    }

    .hero-description {
        font-size: 0.8rem;
        margin-bottom: var(--space-5);
        line-height: 1.5;
    }

    .hero-buttons {
        gap: var(--space-2);
        margin-bottom: var(--space-6);
    }

    .hero-buttons .btn {
        padding: var(--space-3) var(--space-4);
        font-size: 0.8rem;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: var(--font-size-sm);
    }

    .slider-controls {
        padding: 0 var(--space-1);
    }

    .hero-features-bar {
        padding: var(--space-3) 0;
    }

    .hero-features {
        gap: var(--space-2);
        padding: 0 var(--space-2);
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .hero-feature-item {
        font-size: 0.6rem;
        flex-direction: column;
        text-align: center;
        gap: var(--space-1);
        flex-basis: 45%;
    }

    .hero-feature-item i {
        font-size: var(--font-size-sm);
    }

    .slider-indicators {
        bottom: 75px;
        gap: var(--space-1);
    }

    .indicator {
        width: 6px;
        height: 6px;
        border-width: 1px;
    }

    .indicator.active {
        width: 20px;
    }

    .hero-scroll-indicator {
        bottom: 95px;
        font-size: var(--font-size-lg);
    }

    /* Sections */
    section {
        padding: var(--space-10) 0;
    }

    .section-header {
        margin-bottom: var(--space-6);
    }

    .section-header h2 {
        font-size: var(--font-size-xl);
        line-height: 1.3;
    }

    .section-header p {
        font-size: 0.8rem;
        padding: 0;
    }

    .section-divider {
        width: 60px;
        height: 3px;
        margin: 0 auto var(--space-4);
    }

    /* Stats */
    .stats {
        gap: var(--space-5);
    }

    .stat-item {
        padding: var(--space-6);
    }

    .stat-icon {
        font-size: var(--font-size-4xl);
        margin-bottom: var(--space-4);
    }

    .stat-number {
        font-size: var(--font-size-4xl);
    }

    .stat-label {
        font-size: var(--font-size-sm);
    }

    .stat-description {
        font-size: 0.7rem;
    }

    /* Services */
    .services-grid {
        gap: var(--space-5);
    }

    .service-card {
        padding: var(--space-6);
    }

    .service-badge {
        font-size: 0.55rem;
        padding: 2px var(--space-2);
        top: var(--space-2);
        right: var(--space-2);
    }

    .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: var(--font-size-4xl);
        margin-bottom: var(--space-4);
    }

    .service-card h3 {
        font-size: var(--font-size-lg);
        margin-bottom: var(--space-3);
    }

    .service-card p {
        font-size: 0.8rem;
        margin-bottom: var(--space-4);
    }

    .service-highlights {
        margin: var(--space-4) 0;
    }

    .service-highlights li {
        font-size: 0.75rem;
        padding: var(--space-1) 0;
    }

    .service-card .btn {
        padding: var(--space-3) var(--space-5);
        font-size: 0.8rem;
    }

    /* Values Grid */
    .values-grid {
        gap: var(--space-3);
    }

    .value-item {
        padding: var(--space-4);
    }

    .value-item h4 {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-2);
    }

    .value-item h4 i {
        font-size: var(--font-size-sm);
    }

    .value-item p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    /* Gallery */
    .gallery-grid {
        gap: var(--space-5);
    }

    .gallery-item {
        height: 250px;
    }

    .gallery-content h4 {
        font-size: var(--font-size-lg);
        margin-bottom: var(--space-2);
    }

    .gallery-content p {
        font-size: 0.8rem;
        margin-bottom: var(--space-3);
    }

    .gallery-view-btn {
        padding: var(--space-2) var(--space-4);
        font-size: 0.75rem;
    }

    /* Testimonials */
    .testimonials-carousel {
        padding: 0 var(--space-6);
    }

    .testimonial-card {
        padding: var(--space-5);
    }

    .testimonial-header {
        gap: var(--space-3);
        margin-bottom: var(--space-4);
    }

    .testimonial-avatar {
        width: 45px;
        height: 45px;
        font-size: var(--font-size-xl);
    }

    .testimonial-info h4 {
        font-size: var(--font-size-sm);
        margin-bottom: 2px;
    }

    .testimonial-role {
        font-size: 0.65rem;
    }

    .testimonial-rating {
        margin-bottom: var(--space-4);
    }

    .testimonial-rating i {
        font-size: var(--font-size-sm);
    }

    .testimonial-text {
        font-size: 0.8rem;
        padding-left: var(--space-4);
        line-height: 1.5;
        margin-bottom: var(--space-4);
    }

    .testimonial-text::before {
        font-size: var(--font-size-5xl);
        top: -5px;
    }

    .testimonial-quote-icon {
        font-size: var(--font-size-4xl);
        bottom: var(--space-4);
        right: var(--space-4);
    }

    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: var(--font-size-sm);
    }

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

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

    .testimonial-dots {
        margin-top: var(--space-6);
        gap: var(--space-2);
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 20px;
    }

    /* CTA Section */
    .cta-section {
        padding: var(--space-10) var(--space-3);
        border-radius: var(--radius-xl);
    }

    .cta-section h2 {
        font-size: var(--font-size-xl);
        margin-bottom: var(--space-4);
    }

    .cta-section p {
        font-size: 0.8rem;
        margin-bottom: var(--space-6);
    }

    .cta-section .btn {
        padding: var(--space-3) var(--space-5);
        font-size: 0.8rem;
    }

    /* Footer */
    .footer {
        padding: var(--space-12) 0 var(--space-4);
    }

    .footer-content {
        gap: var(--space-6);
        grid-template-columns: 1fr;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h4 {
        font-size: var(--font-size-base);
        margin-bottom: var(--space-4);
    }

    .footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-section p,
    .footer-section a {
        font-size: 0.8rem;
    }

    .footer-section ul {
        text-align: center;
    }

    .footer-bottom {
        font-size: 0.75rem;
        padding-top: var(--space-4);
    }

    /* Lightbox */
    .lightbox-content {
        max-width: 95vw;
        padding: var(--space-6);
    }

    .lightbox-close {
        width: 35px;
        height: 35px;
        font-size: var(--font-size-lg);
        top: var(--space-2);
        right: var(--space-2);
    }

    /* Notification */
    .notification {
        left: var(--space-2);
        right: var(--space-2);
        max-width: none;
        font-size: 0.8rem;
    }

    /* Typography */
    h1 { font-size: var(--font-size-2xl); }
    h2 { font-size: var(--font-size-xl); }
    h3 { font-size: var(--font-size-lg); }
    h4 { font-size: var(--font-size-base); }
    h5 { font-size: var(--font-size-sm); }

    p {
        font-size: 0.9rem;
    }

    /* Buttons */
    .btn {
        padding: var(--space-3) var(--space-5);
        font-size: 0.85rem;
        gap: var(--space-1);
    }

    .btn i {
        font-size: 0.9rem;
    }
}

/* ===================================
   UTILITY CLASSES
   =================================== */
.text-center { text-align: center; }
.text-gradient {
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===================================
   MOBILE TOUCH IMPROVEMENTS
   =================================== */
@media (max-width: 768px) {
    /* Better touch targets */
    a, button, .btn, .slider-btn, .carousel-btn {
        min-height: 44px;
        min-width: 44px;
    }

    /* Prevent text selection on touch */
    .slider-btn, .carousel-btn, .menu-toggle {
        -webkit-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    /* Smooth scrolling */
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    /* Fix iOS input zoom */
    input, textarea, select {
        font-size: 16px !important;
    }

    /* Better spacing for readability */
    p {
        line-height: 1.6;
    }

    /* Improved button spacing */
    .btn-primary, .btn-secondary, .btn-accent {
        white-space: nowrap;
    }
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
    color: white;
    padding: var(--space-20) var(--space-6);
    text-align: center;
    border-radius: var(--radius-2xl);
    margin: var(--space-16) 0;
    box-shadow: var(--shadow-primary);
}

.cta-section h2 {
    color: white;
    margin-bottom: var(--space-6);
}

.cta-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: var(--font-size-lg);
    margin-bottom: var(--space-8);
}

/* ===================================
   TESTIMONIALS CAROUSEL
   =================================== */
.testimonials-section {
    padding: var(--space-20) 0;
    background: linear-gradient(to bottom, var(--neutral-50) 0%, white 100%);
}

.testimonials-carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 var(--space-16);
}

.testimonials-wrapper {
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    display: none;
    background: white;
    padding: var(--space-10);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--color-border);
    position: relative;
    animation: fadeIn 0.5s ease;
}

.testimonial-card.active {
    display: block;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: var(--font-size-4xl);
    flex-shrink: 0;
}

.testimonial-info h4 {
    color: var(--color-text-primary);
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-1);
}

.testimonial-role {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    margin: 0;
}

.testimonial-rating {
    display: flex;
    gap: var(--space-1);
    margin-bottom: var(--space-6);
}

.testimonial-rating i {
    color: var(--secondary-500);
    font-size: var(--font-size-lg);
}

.testimonial-text {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
    font-style: italic;
    margin-bottom: var(--space-6);
    position: relative;
    padding-left: var(--space-8);
}

.testimonial-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: var(--font-size-6xl);
    color: var(--primary-200);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-quote-icon {
    position: absolute;
    bottom: var(--space-6);
    right: var(--space-6);
    font-size: var(--font-size-5xl);
    color: var(--primary-100);
    opacity: 0.3;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid var(--primary-500);
    color: var(--primary-500);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-base);
    z-index: 10;
    box-shadow: var(--shadow-md);
}

.carousel-btn:hover {
    background: var(--primary-500);
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: var(--shadow-lg);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: var(--space-3);
    margin-top: var(--space-8);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--neutral-300);
    cursor: pointer;
    transition: all var(--transition-base);
}

.dot.active {
    background: var(--primary-500);
    width: 30px;
    border-radius: var(--radius-full);
}

.dot:hover {
    background: var(--primary-400);
}

/* ===================================
   HERO OVERLAY
   =================================== */
.hero {
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero .hero-content {
    color: white;
    text-align: center;
    padding: var(--space-16) var(--space-6);
}

.hero .hero-title {
    color: white;
}

.hero .hero-subtitle {
    color: var(--secondary-200);
}

.hero .hero-description {
    color: rgba(255, 255, 255, 0.9);
}

/* ===================================
   ABOUT PAGE HERO
   =================================== */
.hero-about {
    min-height: 400px;
    background: linear-gradient(135deg, var(--primary-800) 0%, var(--primary-600) 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

/* ===================================
   TIMELINE CAROUSEL
   =================================== */
.timeline-carousel {
    max-width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    position: relative;
}

/* Scroll indicators - fade gradient at edges */
.timeline-carousel::before,
.timeline-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 2rem;
    width: 60px;
    pointer-events: none;
    z-index: 1;
}

.timeline-carousel::before {
    left: 0;
    background: linear-gradient(to right, var(--neutral-100) 0%, transparent 100%);
}

.timeline-carousel::after {
    right: 0;
    background: linear-gradient(to left, var(--neutral-100) 0%, transparent 100%);
}

.timeline-items {
    display: flex;
    gap: 2rem;
    padding-bottom: 2rem;
    min-width: min-content;
}

.timeline-item {
    flex: 0 0 300px;
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-base);
    border-left: 5px solid var(--primary-500);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.timeline-year {
    color: var(--primary-500);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-900);
}

.timeline-description {
    color: var(--neutral-600);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Timeline section background */
.timeline-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
}

/* ===================================
   TEAM SECTION
   =================================== */
.team-section {
    background: white;
    padding: 5rem 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.team-member-card {
    text-align: center;
}

.team-member-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5rem;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.team-member-avatar:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-xl);
}

/* Team member avatar gradient variants */
.team-member-avatar--purple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.team-member-avatar--pink {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.team-member-avatar--blue {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.team-member-avatar--orange {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.team-member-name {
    color: var(--primary-500);
    margin-bottom: 0.5rem;
    font-size: var(--font-size-xl);
}

.team-member-role {
    color: var(--secondary-500);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.team-member-bio {
    color: var(--neutral-600);
    font-size: 0.95rem;
    margin: 0;
}

/* ===================================
   EXPERTISE SECTION
   =================================== */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.expertise-card {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-base);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

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

.expertise-card h3 {
    color: var(--primary-500);
    margin-bottom: 1.5rem;
}

.expertise-card h3 i {
    margin-right: 0.5rem;
}

/* ===================================
   CTA SECTION IMPROVEMENTS
   =================================== */
.cta-section--no-margin {
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===================================
   MISSION BOX
   =================================== */
.mission-box {
    margin-top: 3rem;
    padding: 2.5rem;
    background: var(--color-bg-secondary);
    border-radius: var(--radius-2xl);
    border-left: 5px solid var(--primary-500);
}

.mission-box p {
    margin: 0;
}

/* ===================================
   STAT ICON COLORS
   =================================== */
.stat-icon--primary {
    font-size: 3rem;
    color: var(--primary-500);
    margin-bottom: 1rem;
}

.stat-icon--secondary {
    font-size: 3rem;
    color: var(--secondary-500);
    margin-bottom: 1rem;
}

/* ===================================
   SECTION HEADING WITH MARGIN
   =================================== */
.section-heading--margin-top {
    margin-top: 3rem;
}

/* ===================================
   RESPONSIVE ADJUSTMENTS FOR NEW STYLES
   =================================== */
@media (max-width: 768px) {
    .team-member-avatar {
        width: 150px;
        height: 150px;
        font-size: 3.5rem;
    }

    .timeline-item {
        flex: 0 0 250px;
        padding: 1.5rem;
    }

    .expertise-card {
        padding: 2rem;
    }

    .hero-about {
        min-height: 300px;
        background-attachment: scroll;
    }
}

@media (max-width: 480px) {
    .team-member-avatar {
        width: 120px;
        height: 120px;
        font-size: 3rem;
    }

    .team-grid {
        gap: 2rem;
    }

    .timeline-item {
        flex: 0 0 220px;
        padding: 1.25rem;
    }

    .timeline-year {
        font-size: 1.25rem;
    }

    .expertise-card {
        padding: 1.5rem;
    }
}

/* ===================================
   FOOTER UTILITY CLASSES
   =================================== */
.footer-badge {
    margin-top: 1rem;
    color: var(--secondary-300);
}

.footer-hours {
    margin-top: 1rem;
}

.footer-heart {
    color: var(--primary-500);
}

/* ===================================
   PARALLAX SECTIONS
   =================================== */
.parallax-section {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/* ===================================
   REVEAL ON SCROLL ANIMATIONS
   =================================== */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1);
}

/* ===================================
   MODERN GLASSMORPHISM CARDS
   =================================== */
.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px 0 rgba(0, 104, 56, 0.15),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}

/* ===================================
   ANIMATED GRADIENT TEXT
   =================================== */
.gradient-text-animated {
    background: linear-gradient(
        90deg,
        var(--primary-500),
        var(--secondary-500),
        var(--accent-500),
        var(--primary-500)
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ===================================
   SECTION SEPARATORS
   =================================== */
.section-separator {
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(0, 104, 56, 0.03), transparent);
    position: relative;
    overflow: hidden;
}

.section-separator::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: -100%;
    background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
    animation: slide-separator 3s infinite;
}

@keyframes slide-separator {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* ===================================
   ENHANCED TESTIMONIAL CARDS
   =================================== */
.testimonial-card {
    display: none;
    background: white;
    padding: var(--space-10);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--color-border);
    position: relative;
    animation: fadeIn 0.5s ease;
    transform-style: preserve-3d;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary-500), var(--secondary-500), var(--accent-500));
    border-radius: var(--radius-2xl);
    z-index: -1;
    opacity: 0;
    transition: opacity var(--transition-base);
}

.testimonial-card:hover::before {
    opacity: 1;
}

/* ===================================
   ICON PULSE ANIMATION
   =================================== */
.icon-pulse {
    animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 104, 56, 0));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 20px rgba(0, 104, 56, 0.3));
    }
}

/* ===================================
   STAGGER ANIMATION DELAYS
   =================================== */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }

/* ===================================
   LOADING SPINNER
   =================================== */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s, visibility 0.5s;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid var(--primary-100);
    border-top: 4px solid var(--primary-500);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===================================
   MOBILE RESPONSIVENESS FOR NEW FEATURES
   =================================== */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }

    .scroll-progress {
        height: 3px;
    }

    .shape {
        display: none;
    }

    .parallax-section {
        background-attachment: scroll;
    }
}
