/* ==========================================
   ONE ÇİĞ KÖFTE - ULTRA LUXURY PREMIUM
   Logo-Based Color Scheme
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

:root {
    /* Logo Colors */
    --red: #C8102E;
    --red-light: #E0243F;
    --red-dark: #9A0C22;
    --red-glow: rgba(200,16,46,0.35);
    --green: #2D8B3C;
    --green-light: #38A849;
    --green-dark: #1F6B2B;
    --green-glow: rgba(45,139,60,0.3);
    --dark: #1A1A1A;
    --dark-deep: #0A0A0A;
    --dark-surface: #1E1E1E;
    --dark-card: #252525;
    --dark-elevated: #2C2C2C;

    /* Neutrals */
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --cream: #F5F3F0;
    --gray-100: #F0F0F0;
    --gray-200: #E0E0E0;
    --gray-300: #BDBDBD;
    --gray-400: #888888;
    --gray-500: #666666;
    --text-dark: #1A1A1A;
    --text-body: #555555;
    --text-muted: #999999;
    --text-light: #F0F0F0;

    /* Shadows */
    --shadow-sm: 0 2px 12px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.1);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.15);
    --shadow-xl: 0 30px 80px rgba(0,0,0,0.25);
    --shadow-red: 0 12px 40px rgba(200,16,46,0.3);
    --shadow-red-lg: 0 20px 60px rgba(200,16,46,0.4);
    --shadow-green: 0 12px 40px rgba(45,139,60,0.25);
    --shadow-inner: inset 0 2px 10px rgba(0,0,0,0.06);

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Montserrat', 'Segoe UI', sans-serif;

    /* Transitions */
    --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
    --transition: all 0.4s var(--ease-smooth);
    --transition-fast: all 0.25s ease;
    --transition-slow: all 0.7s var(--ease-premium);

    --radius: 16px;
    --radius-lg: 28px;
    --radius-xl: 40px;
}

/* ==========================================
   RESET & BASE
   ========================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    color: var(--text-body);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: var(--red);
    color: var(--white);
}

a { text-decoration: none; color: inherit; transition: var(--transition-fast); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================
   SECTION TITLES - ULTRA PREMIUM
   ========================================== */
.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-title h2 {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--red-light));
    border-radius: 2px;
    transition: width 0.6s var(--ease-premium);
}

.section-title h2::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: calc(50% + 35px);
    width: 14px;
    height: 4px;
    background: var(--green);
    border-radius: 2px;
    transition: width 0.6s var(--ease-premium) 0.1s;
}

.section-title.active h2::after { width: 80px; }
.section-title.active h2::before { width: 20px; }

.section-title p {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 28px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* ==========================================
   NAVIGATION - GLASSMORPHISM PREMIUM
   ========================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.5s var(--ease-premium);
    background: transparent;
}

.navbar.scrolled {
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    backdrop-filter: blur(30px) saturate(180%);
    background: rgba(10, 10, 10, 0.85);
    padding: 6px 0;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.05) inset;
}

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

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-logo {
    height: 80px;
    transition: all 0.5s var(--ease-premium);
    filter: drop-shadow(0 4px 15px rgba(0,0,0,0.4));
}

.navbar.scrolled .navbar-logo {
    height: 60px;
}

.nav-menu {
    display: flex;
    gap: 36px;
    align-items: center;
}

.nav-menu a {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--green));
    transition: all 0.4s var(--ease-premium);
    border-radius: 1px;
    transform: translateX(-50%);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-menu a:hover {
    color: var(--white);
    text-shadow: 0 0 20px rgba(200,16,46,0.3);
}

/* Nav CTA Button */
.nav-cta,
.nav-menu .btn-gold {
    padding: 11px 30px !important;
    background: linear-gradient(135deg, var(--red), var(--red-light));
    color: var(--white) !important;
    border-radius: 50px;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    transition: var(--transition) !important;
    box-shadow: 0 4px 20px rgba(200,16,46,0.35);
    position: relative;
    overflow: hidden;
}

.nav-cta::before,
.nav-menu .btn-gold::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: 0.6s;
}

.nav-cta:hover::before,
.nav-menu .btn-gold:hover::before { left: 100%; }

.nav-cta:hover,
.nav-menu .btn-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-red-lg);
    color: var(--white) !important;
}

.nav-cta::after,
.nav-menu .btn-gold::after { display: none !important; }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
    padding: 8px;
}

.hamburger span {
    width: 28px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ==========================================
   HERO SLIDER - CINEMATIC FULLSCREEN
   ========================================== */
@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

.hero-slider {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--dark-deep);
    contain: layout style;
}

/* Animated gradient border at bottom */
.hero-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red), var(--green));
    background-size: 300% 100%;
    animation: gradientSlide 4s linear infinite;
    z-index: 20;
}

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

/* --- Individual Slide --- */
.hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), visibility 1s;
    z-index: 1;
    will-change: opacity;
    contain: layout style paint;
}

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

.hero-slide.leaving {
    opacity: 0;
    z-index: 4;
}

/* Slide Background */
.slide-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 120%;
    z-index: 0;
    transition: transform 8s linear;
}

.hero-slide.active .slide-bg {
    transform: scale(1.08);
}

/* Slide Overlay */
.slide-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse at center, transparent 0%, rgba(5,5,5,0.55) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.012'%3E%3Cpath d='M0 0h50v50H0V0zm50 50h50v50H50V50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

/* Slide Content */
.slide-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
    max-width: 800px;
}

/* Content entrance animations per slide */
.hero-slide.active .slide-content > * {
    animation: slideContentIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

.hero-slide.active .slide-content > *:nth-child(1) { animation-delay: 0.15s; }
.hero-slide.active .slide-content > *:nth-child(2) { animation-delay: 0.3s; }
.hero-slide.active .slide-content > *:nth-child(3) { animation-delay: 0.45s; }
.hero-slide.active .slide-content > *:nth-child(4) { animation-delay: 0.6s; }
.hero-slide.active .slide-content > *:nth-child(5) { animation-delay: 0.75s; }
.hero-slide.active .slide-content > *:nth-child(6) { animation-delay: 0.9s; }

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

/* Slide Heading */
.slide-heading {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}

.text-gradient-red {
    background: linear-gradient(135deg, var(--red-light), var(--red), var(--red-dark));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(200,16,46,0.3));
}

.text-gradient-green {
    background: linear-gradient(135deg, var(--green-light), var(--green), var(--green-dark));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(45,139,60,0.3));
}

/* Badge variants */
.slide-badge-alt {
    background: rgba(200,16,46,0.1) !important;
    border-color: rgba(200,16,46,0.35) !important;
    color: var(--red-light) !important;
}

.slide-badge-green {
    background: rgba(45,139,60,0.1) !important;
    border-color: rgba(45,139,60,0.35) !important;
    color: var(--green-light) !important;
}

/* Green outline button */
.btn-outline-green {
    background: transparent;
    border-color: rgba(45,139,60,0.5);
    color: var(--green-light);
}

.btn-outline-green:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
    transform: translateY(-4px) scale(1.02);
    box-shadow: var(--shadow-green);
}

/* --- Slider Navigation Dots --- */
.slider-nav {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 15;
}

.slider-dot {
    width: 44px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}

.slider-dot span {
    position: absolute;
    top: 0; left: 0;
    width: 0;
    height: 100%;
    background: var(--white);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.slider-dot.active span {
    width: 100%;
    transition: width 6s linear;
}

.slider-dot:hover {
    background: rgba(255,255,255,0.35);
}

/* --- Slider Arrows --- */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease-premium);
}

.slider-prev { left: 30px; }
.slider-next { right: 30px; }

.slider-arrow:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-50%) scale(1.08);
}

.slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

/* --- Slide Counter --- */
.slider-counter {
    position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 15;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--white);
}

.counter-current {
    font-size: 1.6rem;
    font-family: var(--font-heading);
    line-height: 1;
}

.counter-sep {
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.3);
}

.counter-total {
    color: rgba(255,255,255,0.4);
    font-size: 0.85rem;
}

/* --- Slider Progress Bar --- */
.slider-progress {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.08);
    z-index: 20;
}

.slider-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--red), var(--green));
    border-radius: 0 2px 2px 0;
    transition: width 6s linear;
}

.slider-progress-bar.running {
    width: 100%;
}

.hero-particles {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 10s infinite ease-in-out;
}

.particle:nth-child(odd) { background: var(--red); }
.particle:nth-child(even) { background: var(--green); }

.particle:nth-child(1) { width: 4px; height: 4px; left: 8%; animation-delay: 0s; animation-duration: 12s; }
.particle:nth-child(2) { width: 3px; height: 3px; left: 18%; animation-delay: 1.5s; animation-duration: 14s; }
.particle:nth-child(3) { width: 5px; height: 5px; left: 30%; animation-delay: 3s; animation-duration: 10s; }
.particle:nth-child(4) { width: 3px; height: 3px; left: 45%; animation-delay: 0.8s; animation-duration: 15s; }
.particle:nth-child(5) { width: 4px; height: 4px; left: 60%; animation-delay: 4s; animation-duration: 11s; }
.particle:nth-child(6) { width: 3px; height: 3px; left: 72%; animation-delay: 2s; animation-duration: 13s; }
.particle:nth-child(7) { width: 5px; height: 5px; left: 82%; animation-delay: 2.5s; animation-duration: 10.5s; }
.particle:nth-child(8) { width: 6px; height: 6px; left: 92%; animation-delay: 0.5s; animation-duration: 16s; }

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
}

/* Hero Logo - Premium Float */
.hero-logo-wrapper {
    margin-bottom: 35px;
    perspective: 1000px;
}

.hero-logo {
    width: 260px;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.7)) drop-shadow(0 0 100px rgba(200,16,46,0.08));
    animation: heroLogoFloat 6s ease-in-out infinite;
    transition: transform 0.6s var(--ease-premium), filter 0.6s var(--ease-premium);
}

@keyframes heroLogoFloat {
    0%, 100% { transform: translateY(0) rotateX(0deg); }
    25% { transform: translateY(-12px) rotateX(1deg); }
    50% { transform: translateY(-18px) rotateX(0deg); }
    75% { transform: translateY(-8px) rotateX(-1deg); }
}

.hero-logo:hover {
    transform: scale(1.08) translateY(-10px);
    filter: drop-shadow(0 30px 80px rgba(0,0,0,0.8)) drop-shadow(0 0 120px rgba(200,16,46,0.15));
}

.hero-badge {
    display: inline-block;
    background: rgba(45,139,60,0.1);
    border: 1px solid rgba(45,139,60,0.35);
    color: var(--green-light);
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(45,139,60,0.15), transparent);
    animation: badgeShimmer 3s ease-in-out infinite;
}

@keyframes badgeShimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 10px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.6);
    letter-spacing: -1px;
}

.hero h1 .text-gold {
    color: var(--red);
    display: block;
    font-size: 6rem;
    background: linear-gradient(135deg, var(--red-light), var(--red), var(--red-dark));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(200,16,46,0.3));
}

.hero-subtitle {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--gray-300);
}

.hero-divider {
    width: 55px;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--red-light));
    margin: 22px auto;
    border-radius: 2px;
    position: relative;
}

.hero-divider::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    width: 10px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.hero-description {
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto 45px;
    line-height: 1.9;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================
   BUTTONS - PREMIUM MAGNETIC
   ========================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 42px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s var(--ease-premium);
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    font-family: var(--font-body);
    isolation: isolate;
}

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

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

.btn-primary {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border-color: var(--red);
    box-shadow: 0 4px 20px rgba(200,16,46,0.25);
}

.btn-primary:hover {
    box-shadow: var(--shadow-red-lg);
    transform: translateY(-4px) scale(1.02);
}

.btn-gold {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border-color: var(--red);
    box-shadow: 0 4px 20px rgba(200,16,46,0.25);
}

.btn-gold:hover {
    box-shadow: var(--shadow-red-lg);
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, var(--red-light), var(--red));
}

.btn-green {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: var(--white);
    border-color: var(--green);
    box-shadow: 0 4px 20px rgba(45,139,60,0.25);
}

.btn-green:hover {
    box-shadow: var(--shadow-green);
    transform: translateY(-4px) scale(1.02);
}

.btn-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.35);
    color: var(--white);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--dark);
    border-color: var(--white);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255,255,255,0.15);
}

/* ==========================================
   FEATURES BAR - PREMIUM
   ========================================== */
.features-bar {
    background: var(--dark);
    padding: 50px 0;
    position: relative;
    z-index: 5;
    border-top: none;
}

.features-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red));
    background-size: 200% 100%;
    animation: gradientSlide 6s linear infinite;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.feature-item {
    text-align: center;
    padding: 28px 24px;
    border-right: 1px solid rgba(255,255,255,0.06);
    transition: all 0.5s var(--ease-premium);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(200,16,46,0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-item:hover::before { opacity: 1; }
.feature-item:last-child { border-right: none; }

.feature-icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
    display: block;
    transition: transform 0.5s var(--ease-bounce);
}

.feature-item:hover .feature-icon {
    transform: scale(1.2) translateY(-4px);
}

.feature-item h4 {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.feature-item p {
    color: var(--gray-400);
    font-size: 0.8rem;
    font-weight: 400;
}

/* ==========================================
   ABOUT SECTION - EDITORIAL LUXURY
   ========================================== */
.about-section {
    padding: 130px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -300px;
    right: -300px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(200,16,46,0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-section::after {
    content: '';
    position: absolute;
    bottom: -300px;
    left: -300px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(45,139,60,0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content h3 {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--dark);
    margin-bottom: 28px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.about-content h3 span {
    color: var(--red);
}

.about-content p {
    color: var(--text-body);
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.9;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.stat-item {
    text-align: center;
    padding: 28px 16px;
    background: var(--off-white);
    border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.5s var(--ease-premium);
    position: relative;
    overflow: hidden;
}

.stat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--green));
    transform: scaleX(0);
    transition: transform 0.5s var(--ease-premium);
}

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

.stat-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--red);
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* About Image */
.about-image-wrapper {
    position: relative;
}

.about-image-wrapper .main-image {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    width: 100%;
    height: 520px;
    object-fit: cover;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    transition: var(--transition-slow);
}

.about-image-wrapper:hover .main-image {
    box-shadow: 0 35px 90px rgba(0,0,0,0.2);
}

.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: -18px;
    right: -18px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--red);
    border-radius: var(--radius-lg);
    z-index: -1;
    opacity: 0.25;
    transition: var(--transition-slow);
}

.about-image-wrapper:hover::before {
    top: -24px;
    right: -24px;
    opacity: 0.4;
}

.about-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 50%;
    z-index: -1;
    opacity: 0.12;
    transition: var(--transition-slow);
}

.about-image-wrapper:hover::after {
    bottom: -22px;
    left: -22px;
    width: 120px;
    height: 120px;
    opacity: 0.18;
}

/* About Logo Showcase */
.about-logo-showcase {
    background: linear-gradient(155deg, var(--off-white) 0%, var(--white) 40%, var(--cream) 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 70px !important;
    position: relative;
    overflow: hidden;
}

.about-logo-showcase::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(circle at 15% 15%, rgba(200,16,46,0.05) 0%, transparent 45%),
        radial-gradient(circle at 85% 85%, rgba(45,139,60,0.05) 0%, transparent 45%);
}

.about-logo-showcase::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, rgba(200,16,46,0.015) 25%, transparent 50%, rgba(45,139,60,0.015) 75%, transparent 100%);
    animation: spin 30s linear infinite;
}

.about-logo-img {
    width: 300px;
    height: auto !important;
    object-fit: contain !important;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.1));
    animation: heroLogoFloat 6s ease-in-out infinite;
    transition: transform 0.6s var(--ease-premium);
}

.about-logo-img:hover {
    transform: scale(1.1) rotate(-2deg);
}

/* ==========================================
   MENU PREVIEW - DARK LUXURY
   ========================================== */
.menu-preview {
    padding: 130px 0;
    background: var(--dark-deep);
    position: relative;
    overflow: hidden;
}

.menu-preview::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red));
    background-size: 200% 100%;
    animation: gradientSlide 6s linear infinite;
}

.menu-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent, rgba(5,5,5,0.5));
    pointer-events: none;
}

.menu-preview .section-title h2 { color: var(--white); }
.menu-preview .section-title p { color: var(--gray-400); }

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.menu-card {
    background: var(--dark-card);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s var(--ease-premium);
    border: 1px solid rgba(255,255,255,0.04);
    position: relative;
}

.menu-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(200,16,46,0), rgba(45,139,60,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.menu-card:hover::before {
    background: linear-gradient(135deg, rgba(200,16,46,0.6), rgba(45,139,60,0.6));
}

.menu-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.6), 0 0 0 1px rgba(200,16,46,0.2);
}

.menu-card-image {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, var(--dark-surface), var(--dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    position: relative;
    overflow: hidden;
}

.menu-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent, var(--dark-card));
    pointer-events: none;
    z-index: 2;
}

.menu-card-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease-premium);
}

.menu-card:hover .menu-card-image img { transform: scale(1.12); }

.menu-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--red);
    color: var(--white);
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(200,16,46,0.4);
}

.menu-card-body { padding: 28px; }

.menu-card-body h3 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.menu-card-body p {
    color: var(--gray-400);
    font-size: 0.88rem;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

.menu-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.menu-card-price {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green-light);
}

.menu-card-tags { display: flex; gap: 6px; }

.tag {
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tag-vegan {
    background: rgba(45,139,60,0.12);
    color: var(--green-light);
}

.tag-spicy {
    background: rgba(200,16,46,0.12);
    color: var(--red-light);
}

.menu-preview .btn-wrapper {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

/* ==========================================
   QR SECTION - IMMERSIVE
   ========================================== */
.qr-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--green-dark) 0%, #1A6B2B 50%, var(--green-dark) 100%);
    position: relative;
    overflow: hidden;
}

.qr-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse at 0% 50%, rgba(45,139,60,0.4) 0%, transparent 60%),
        radial-gradient(ellipse at 100% 50%, rgba(200,16,46,0.1) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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

.qr-content { color: var(--white); }

.qr-content h2 {
    font-family: var(--font-heading);
    font-size: 3rem;
    margin-bottom: 24px;
    line-height: 1.25;
}

.qr-content h2 span {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: rgba(255,255,255,0.25);
    text-decoration-thickness: 2px;
}

.qr-content p {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 35px;
    line-height: 1.9;
}

.qr-display { text-align: center; }

.qr-phone-mockup {
    display: inline-block;
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius-lg);
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    transition: transform 0.6s var(--ease-premium);
}

.qr-phone-mockup:hover {
    transform: translateY(-8px) scale(1.02);
}

.qr-phone-mockup::before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: var(--gray-200);
    border-radius: 3px;
    margin: 0 auto 22px;
}

.qr-logo {
    width: 100px;
    height: auto;
    margin: 0 auto 20px;
}

#qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.qr-phone-mockup > p {
    margin-top: 18px;
    font-weight: 700;
    color: var(--dark);
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================
   CONTACT SECTION - ELEGANT
   ========================================== */
.contact-section {
    padding: 130px 0;
    background: var(--cream);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--red), var(--green), transparent);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.contact-info h3 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--dark);
    margin-bottom: 35px;
    letter-spacing: -0.3px;
}

.contact-item {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px 24px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.5s var(--ease-premium);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--red), var(--green));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.contact-item:hover::before { opacity: 1; }

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

.contact-item-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(200,16,46,0.2);
}

.contact-item h4 {
    font-size: 0.95rem;
    color: var(--dark);
    margin-bottom: 4px;
    font-weight: 700;
}

.contact-item p {
    color: var(--text-body);
    font-size: 0.9rem;
}

.contact-form-wrapper {
    background: var(--white);
    padding: 45px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--green));
}

.form-group { margin-bottom: 22px; }

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: all 0.4s var(--ease-premium);
    background: var(--off-white);
    color: var(--dark);
}

.form-control:focus {
    outline: none;
    border-color: var(--green);
    background: var(--white);
    box-shadow: 0 0 0 5px rgba(45,139,60,0.08);
    transform: translateY(-1px);
}

textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

/* ==========================================
   FOOTER - DARK ELEGANCE
   ========================================== */
.footer {
    background: var(--dark-deep);
    padding: 80px 0 0;
    color: var(--text-light);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red));
    background-size: 200% 100%;
    animation: gradientSlide 6s linear infinite;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-logo {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5));
    transition: all 0.5s var(--ease-premium);
}

.footer-logo-link:hover .footer-logo {
    transform: scale(1.06);
    filter: drop-shadow(0 8px 25px rgba(200,16,46,0.2));
}

.footer-brand p {
    color: var(--gray-400);
    margin-bottom: 22px;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.4s var(--ease-premium);
    border: 1px solid rgba(255,255,255,0.05);
}

.footer-social a:hover {
    background: var(--red);
    border-color: var(--red);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(200,16,46,0.3);
}

.footer h4 {
    font-size: 0.9rem;
    margin-bottom: 22px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 12px;
}

.footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: var(--red);
    border-radius: 1px;
}

.footer ul li { margin-bottom: 12px; }

.footer ul li a {
    color: var(--gray-400);
    font-size: 0.88rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer ul li a:hover {
    color: var(--green-light);
    padding-left: 8px;
}

.footer-bottom {
    text-align: center;
    padding: 28px 0;
    color: var(--gray-500);
    font-size: 0.82rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-bottom-logo {
    width: 50px;
    height: auto;
    opacity: 0.35;
    transition: all 0.5s var(--ease-premium);
}

.footer-bottom-logo:hover {
    opacity: 0.8;
    transform: scale(1.15) rotate(3deg);
}

.footer-bottom span { color: var(--red); font-weight: 600; }

/* ==========================================
   SCROLL TO TOP
   ========================================== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border: none;
    border-radius: 14px;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s var(--ease-premium);
    z-index: 999;
    box-shadow: var(--shadow-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top.visible { opacity: 1; visibility: visible; }

.scroll-top:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow-red-lg);
}

/* ==========================================
   ALERTS
   ========================================== */
.alert {
    padding: 16px 22px;
    border-radius: 14px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slideDown 0.5s var(--ease-premium);
    font-weight: 500;
    font-size: 0.9rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-danger { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.alert-warning { background: #fff3cd; color: #856404; border: 1px solid #ffeeba; }

.alert-close {
    cursor: pointer;
    font-size: 1.2rem;
    opacity: 0.6;
    transition: var(--transition-fast);
}
.alert-close:hover { opacity: 1; }

/* Map */
.map-wrapper {
    margin-top: 30px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.map-wrapper iframe { display: block; }

/* ==========================================
   LOADING SCREEN - PREMIUM
   ========================================== */
.loading-screen {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--dark-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease-out, visibility 0.6s;
    will-change: opacity;
}

.loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    text-align: center;
    position: relative;
}

.loader-logo {
    width: 160px;
    height: auto;
    margin: 0 auto 35px;
    animation: heroLogoFloat 4s ease-in-out infinite;
    filter: drop-shadow(0 15px 40px rgba(200,16,46,0.15));
}

.loader-circle {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(200,16,46,0.1);
    border-top: 2px solid var(--red);
    border-right: 2px solid var(--green);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 22px;
}

.loader p {
    color: var(--gray-400);
    font-family: var(--font-body);
    font-size: 0.8rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ==========================================
   TILT EFFECT (for cards)
   ========================================== */
.tilt-effect {
    transition: transform 0.4s var(--ease-premium);
    will-change: transform;
}

/* ==========================================
   SMOOTH SCROLL INDICATOR
   ========================================== */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
    animation: fadeInUp 1s ease 2s forwards;
}

.scroll-indicator span {
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.scroll-indicator::after {
    content: '';
    width: 1px;
    height: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.3), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ==========================================
   PAGE HERO - Subpages
   ========================================== */
.page-hero {
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 100px;
}

.page-hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(200,16,46,0.12) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 60%, rgba(45,139,60,0.08) 0%, transparent 55%),
        linear-gradient(180deg, #050505 0%, #121212 50%, #0a0a0a 100%);
    z-index: 0;
}

.page-hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse at center, transparent 0%, rgba(5,5,5,0.5) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.012'%3E%3Cpath d='M0 0h50v50H0V0zm50 50h50v50H50V50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.page-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red), var(--green));
    background-size: 300% 100%;
    animation: gradientSlide 4s linear infinite;
    z-index: 10;
}

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

.page-hero-content {
    text-align: center;
    color: var(--white);
}

.page-hero-content .hero-badge {
    margin-bottom: 20px;
}

.page-hero-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 14px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}

.page-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.55);
    font-weight: 300;
    margin-bottom: 25px;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.page-breadcrumb a {
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}

.page-breadcrumb a:hover {
    color: var(--red-light);
}

.page-breadcrumb span:not(:last-child) {
    color: rgba(255,255,255,0.2);
}

/* ==========================================
   VALUES SECTION
   ========================================== */
.values-section {
    padding: 120px 0;
    background: var(--dark-deep);
    position: relative;
}

.values-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--green), var(--red));
    background-size: 200% 100%;
    animation: gradientSlide 6s linear infinite;
}

.values-section .section-title h2 { color: var(--white); }
.values-section .section-title p { color: var(--gray-400); }

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-card {
    background: var(--dark-card);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.5s var(--ease-premium);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--green));
    transform: scaleX(0);
    transition: transform 0.5s var(--ease-premium);
}

.value-card:hover::before { transform: scaleX(1); }

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    border-color: rgba(255,255,255,0.08);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.5s var(--ease-bounce);
}

.value-card:hover .value-icon {
    transform: scale(1.2) translateY(-5px);
}

.value-card h3 {
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.value-card p {
    color: var(--gray-400);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* ==========================================
   ABOUT CTA
   ========================================== */
.about-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 50%, var(--red-dark) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(0,0,0,0.2) 0%, transparent 60%);
}

.about-cta-content {
    position: relative;
    z-index: 1;
}

.about-cta-content h2 {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 16px;
    font-weight: 800;
}

.about-cta-content p {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    margin-bottom: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
