/* Aspava17 - Professional Restaurant & Wedding Hall Website */
/* Colors: Burgundy (#800020) & Gold (#FFD700) */

:root {
    --primary-burgundy: #800020;
    --primary-gold: #FFD700;
    --light-burgundy: #a0203a;
    --dark-burgundy: #600015;
    --light-gold: #fff5b8;
    --dark-gold: #b8960a;
    --white: #ffffff;
    --black: #000000;
    --light-gray: #f8f9fa;
    --medium-gray: #6c757d;
    --dark-gray: #343a40;
    --gradient-primary: linear-gradient(135deg, var(--primary-burgundy), var(--light-burgundy));
    --gradient-gold: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    --gradient-hero: linear-gradient(135deg, rgba(128, 0, 32, 0.8), rgba(160, 32, 58, 0.8));
    --shadow-light: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-medium: 0 5px 20px rgba(0,0,0,0.15);
    --shadow-heavy: 0 10px 30px rgba(0,0,0,0.25);
    --border-radius: 8px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Responsive Variables - Tasarımı Koruyacak */
    --hero-content-max-width: 1200px;
    --hero-content-padding: 20px;
    --hero-content-gap: 50px;
    --hero-panel-padding: 35px 30px;
    --hero-title-size: 3.2rem;
    --hero-subtitle-size: 1.05rem;
    --hero-description-size: 1.1rem;
    --feature-grid-columns: 1fr 1fr;
    --feature-item-padding: 15px;
    --feature-icon-size: 45px;
    --button-padding: 15px 35px;
    --button-font-size: 1.1rem;
    --image-overlay-padding: 30px;
    --stat-highlight-padding: 15px 20px;
    --stat-number-size: 1.8rem;
    --stat-label-size: 0.8rem;
    --quick-btn-padding: 12px 20px;
    --quick-btn-font-size: 0.9rem;
    --carousel-arrow-size: 50px;
    --carousel-arrow-position: 80px;
    --indicator-size: 12px;
    --indicator-gap: 15px;
}

/* Responsive Breakpoints - Desktop Focused */
@media (min-width: 1921px) {
    :root {
        --hero-content-max-width: 1400px;
        --hero-content-padding: 30px;
        --hero-content-gap: 60px;
        --hero-panel-padding: 40px 35px;
        --hero-title-size: 3.6rem;
        --hero-subtitle-size: 1.15rem;
        --hero-description-size: 1.2rem;
        --feature-item-padding: 18px;
        --feature-icon-size: 50px;
        --button-padding: 18px 40px;
        --button-font-size: 1.2rem;
        --image-overlay-padding: 35px;
        --stat-highlight-padding: 18px 25px;
        --stat-number-size: 2rem;
        --stat-label-size: 0.9rem;
        --quick-btn-padding: 15px 25px;
        --quick-btn-font-size: 1rem;
        --carousel-arrow-size: 55px;
        --carousel-arrow-position: 100px;
        --indicator-size: 14px;
        --indicator-gap: 18px;
    }
}

/* F11 Fullscreen Mode Support */
@media (min-width: 1920px) and (min-height: 1080px) {
    :root {
        --hero-content-max-width: 1600px;
        --hero-content-padding: 40px;
        --hero-content-gap: 80px;
        --hero-panel-padding: 50px 45px;
        --hero-title-size: 4rem;
        --hero-subtitle-size: 1.25rem;
        --hero-description-size: 1.3rem;
        --feature-item-padding: 20px;
        --feature-icon-size: 55px;
        --button-padding: 20px 45px;
        --button-font-size: 1.3rem;
        --image-overlay-padding: 40px;
        --stat-highlight-padding: 20px 30px;
        --stat-number-size: 2.2rem;
        --stat-label-size: 1rem;
        --quick-btn-padding: 18px 30px;
        --quick-btn-font-size: 1.1rem;
        --carousel-arrow-size: 60px;
        --carousel-arrow-position: 120px;
        --indicator-size: 16px;
        --indicator-gap: 20px;
    }
}

@media (min-width: 2560px) {
    :root {
        --hero-content-max-width: 1600px;
        --hero-content-padding: 40px;
        --hero-content-gap: 80px;
        --hero-panel-padding: 50px 45px;
        --hero-title-size: 4rem;
        --hero-subtitle-size: 1.25rem;
        --hero-description-size: 1.3rem;
        --feature-item-padding: 20px;
        --feature-icon-size: 55px;
        --button-padding: 20px 45px;
        --button-font-size: 1.3rem;
        --image-overlay-padding: 40px;
        --stat-highlight-padding: 20px 30px;
        --stat-number-size: 2.2rem;
        --stat-label-size: 1rem;
        --quick-btn-padding: 18px 30px;
        --quick-btn-font-size: 1.1rem;
        --carousel-arrow-size: 60px;
        --carousel-arrow-position: 120px;
        --indicator-size: 16px;
        --indicator-gap: 20px;
    }
}

@media (min-width: 3840px) {
    :root {
        --hero-content-max-width: 2000px;
        --hero-content-padding: 50px;
        --hero-content-gap: 100px;
        --hero-panel-padding: 60px 55px;
        --hero-title-size: 4.5rem;
        --hero-subtitle-size: 1.35rem;
        --hero-description-size: 1.4rem;
        --feature-item-padding: 25px;
        --feature-icon-size: 60px;
        --button-padding: 25px 50px;
        --button-font-size: 1.4rem;
        --image-overlay-padding: 50px;
        --stat-highlight-padding: 25px 35px;
        --stat-number-size: 2.5rem;
        --stat-label-size: 1.1rem;
        --quick-btn-padding: 20px 35px;
        --quick-btn-font-size: 1.2rem;
        --carousel-arrow-size: 70px;
        --carousel-arrow-position: 150px;
        --indicator-size: 18px;
        --indicator-gap: 25px;
    }
}

/* Container Query Support for Modern Browsers */
@supports (container-type: inline-size) {
    .hero {
        container-type: inline-size;
        container-name: hero;
    }
    
    @container hero (min-width: 1200px) {
        .hero-content {
            max-width: var(--hero-content-max-width);
            padding: 0 var(--hero-content-padding);
            gap: var(--hero-content-gap);
        }
    }
    
    @container hero (min-width: 1400px) {
        .hero-info-panel {
            padding: var(--hero-panel-padding);
        }
        
        .title-main {
            font-size: var(--hero-title-size);
        }
        
        .title-sub {
            font-size: var(--hero-subtitle-size);
        }
        
        .hero-description {
            font-size: var(--hero-description-size);
        }
        
        .feature-item {
            padding: var(--feature-item-padding);
        }
        
        .feature-icon {
            width: var(--feature-icon-size);
            height: var(--feature-icon-size);
        }
        
        .btn {
            padding: var(--button-padding);
            font-size: var(--button-font-size);
        }
        
        .image-overlay {
            padding: var(--image-overlay-padding);
        }
        
        .stat-highlight {
            padding: var(--stat-highlight-padding);
        }
        
        .stat-highlight .stat-number {
            font-size: var(--stat-number-size);
        }
        
        .stat-highlight .stat-label {
            font-size: var(--stat-label-size);
        }
        
        .quick-btn {
            padding: var(--quick-btn-padding);
            font-size: var(--quick-btn-font-size);
        }
        
        .carousel-arrow {
            width: var(--carousel-arrow-size);
            height: var(--carousel-arrow-size);
        }
        
        .carousel-arrow-left {
            left: var(--carousel-arrow-position);
        }
        
        .carousel-arrow-right {
            right: var(--carousel-arrow-position);
        }
        
        .indicator {
            width: var(--indicator-size);
            height: var(--indicator-size);
        }
        
        .page-indicators {
            gap: var(--indicator-gap);
        }
    }
}

/* Viewport-based Responsive Scaling */
@media (min-width: 1920px) {
    .hero-content {
        max-width: var(--hero-content-max-width);
        padding: 0 var(--hero-content-padding);
        gap: var(--hero-content-gap);
    }
    
    .hero-info-panel {
        padding: var(--hero-panel-padding);
    }
    
    .title-main {
        font-size: var(--hero-title-size);
    }
    
    .title-sub {
        font-size: var(--hero-subtitle-size);
    }
    
    .hero-description {
        font-size: var(--hero-description-size);
    }
    
    .feature-item {
        padding: var(--feature-item-padding);
    }
    
    .feature-icon {
        width: var(--feature-icon-size);
        height: var(--feature-icon-size);
    }
    
    .btn {
        padding: var(--button-padding);
        font-size: var(--button-font-size);
    }
    
    .image-overlay {
        padding: var(--image-overlay-padding);
    }
    
    .stat-highlight {
        padding: var(--stat-highlight-padding);
    }
    
    .stat-highlight .stat-number {
        font-size: var(--stat-number-size);
    }
    
    .stat-highlight .stat-label {
        font-size: var(--stat-label-size);
    }
    
    .quick-btn {
        padding: var(--quick-btn-padding);
        font-size: var(--quick-btn-font-size);
    }
    
    .carousel-arrow {
        width: var(--carousel-arrow-size);
        height: var(--carousel-arrow-size);
    }
    
    .carousel-arrow-left {
        left: var(--carousel-arrow-position);
    }
    
    .carousel-arrow-right {
        right: var(--carousel-arrow-position);
    }
    
    .indicator {
        width: var(--indicator-size);
        height: var(--indicator-size);
    }
    
    .page-indicators {
        gap: var(--indicator-gap);
    }
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
}

/* Sayfa yüklendiğinde scroll pozisyonunu sıfırla */
html, body {
    scroll-behavior: auto;
}

body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--dark-gray);
    overflow-x: hidden;
    cursor: default;
}

/* Disable text cursor (I-beam) and text selection for all text elements */
* {
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

/* Allow pointer events for contact links */
.contact-text a {
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none;
}

/* Disable hover during door opening animation */
.hero-content.door-opening .hero-info-panel,
.hero-content.door-opening .hero-stats {
    pointer-events: none;
}

/* Door opening sırasında resim hover animasyonlarını da devre dışı bırak */
.hero-content.door-opening .hero-image:hover img {
    transform: none !important;
    filter: brightness(0.9) contrast(1.1) saturate(1.2) !important;
}

.hero-content.door-opening .hero-image:hover::before {
    background: linear-gradient(135deg, 
        rgba(128, 0, 32, 0.15) 0%, 
        rgba(255, 215, 0, 0.08) 30%,
        transparent 50%,
        rgba(255, 215, 0, 0.08) 70%,
        rgba(128, 0, 32, 0.15) 100%) !important;
}

.hero-content.door-opening .hero-image:hover::after {
    opacity: 0.6 !important;
}

/* Door opening sırasında tüm hover efektlerini tamamen devre dışı bırak */
.hero-content.door-opening .hero-image {
    pointer-events: none;
}

.hero-content.door-opening .hero-image:hover {
    transform: none !important;
}

.hero-content.door-opening .hero-image:hover .image-overlay {
    opacity: 0 !important;
}

/* Keep pointer cursor for interactive elements */
a, button, .btn, .nav-link, .gallery-item, .contact-item, .social-link, .whatsapp-float, .carousel-arrow {
    cursor: pointer !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.5rem; }

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

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

/* Buttons */
.btn {
    display: inline-block;
    padding: var(--button-padding);
    border-radius: var(--border-radius);
    font-weight: 500;
    font-size: var(--button-font-size);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    position: relative;
    overflow: hidden;
}

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

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

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

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

.btn-secondary {
    background: var(--gradient-gold);
    color: var(--dark-burgundy);
    box-shadow: var(--shadow-medium);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-heavy);
}

/* Header & Navigation */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px) saturate(1.8);
    z-index: 1000;
    padding: 8px 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 8px 32px rgba(128, 0, 32, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(128, 0, 32, 0.1);
}

.navbar {
    position: relative;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 6px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(128, 0, 32, 0.1);
}



.logo-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
    box-shadow: 
        0 8px 20px rgba(128, 0, 32, 0.3),
        0 4px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: brightness(1.2) contrast(1.3) saturate(1.4);
}

.logo-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}







.logo-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    margin: 0;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.logo-text span {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: var(--medium-gray);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    text-transform: capitalize;
}





.nav-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(15px);
    padding: 8px;
    border-radius: 20px;
    border: 1px solid rgba(128, 0, 32, 0.1);
    box-shadow: 
        0 8px 20px rgba(128, 0, 32, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}

.nav-link {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--dark-gray);
    position: relative;
    padding: 12px 8px;
    border-radius: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    border-radius: 12px;
    opacity: 0;
    z-index: -1;
}

.nav-link:hover,
.nav-link.active {
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-link:hover::before,
.nav-link.active::before {
    opacity: 1;
}

.nav-link.active::before {
    background: var(--gradient-primary);
    opacity: 0.9;
}

.nav-link:hover::before {
    opacity: 1;
    transform: scale(1.05);
}



.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--primary-burgundy);
    transition: var(--transition);
}

/* Hero Section */
.hero {
    height: 100vh;
    background: #f8f9fa;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    overflow: hidden;
    padding: 100px 0 40px 0;
    container-type: inline-size;
    container-name: hero;
}

/* Page Container */
.page-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.hero-page.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

/* İkinci sayfa için transformed hale getirme */
.hero-page[data-page="2"] .hero-info-panel {
    transform: perspective(1200px) rotateY(8deg) translateZ(20px);
    opacity: 1;
}

.hero-page[data-page="2"] .hero-stats {
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    opacity: 1;
}

/* Üçüncü sayfa için transformed hale getirme */
.hero-page[data-page="3"] .hero-info-panel {
    transform: perspective(1200px) rotateY(8deg) translateZ(20px);
    opacity: 1;
}

.hero-page[data-page="3"] .hero-stats {
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    opacity: 1;
}

/* Page Indicators */
.page-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: var(--indicator-gap);
    z-index: 10;
}

.indicator {
    width: var(--indicator-size);
    height: var(--indicator-size);
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--primary-burgundy);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: var(--primary-burgundy);
    transform: scale(1.2);
}

.indicator:hover {
    background: var(--primary-burgundy);
    transform: scale(1.1);
}

.hero::before {
    display: none;
}

.hero::after {
    display: none;
}

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--dark-gray);
    max-width: var(--hero-content-max-width);
    width: 100%;
    padding: 0 var(--hero-content-padding);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--hero-content-gap);
    align-items: center;
    justify-content: center;
    animation: none;
    height: calc(100vh - 190px);
    min-height: 600px;
    max-height: 800px;
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease-out;
}

.hero-content.loaded {
    opacity: 1;
    transform: translateY(0);
}

.hero-info-panel {
    background: var(--white);
    padding: var(--hero-panel-padding);
    border-radius: 25px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 5px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(128, 0, 32, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: perspective(1200px) rotateY(-15deg) translateZ(-10px);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
}

.hero-info-panel.door-opened {
    transform: perspective(1200px) rotateY(8deg) translateZ(20px);
    opacity: 1;
    transition: transform 0.8s ease;
}

.hero-info-panel.hover-ready {
    transition: transform 0.3s ease;
}

.hero-info-panel.hover-ready:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(20px) translateY(-3px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.hero-info-panel.hover-ready:hover .hero-text {
    transform: translateY(-3px);
}

.hero-info-panel::before {
    display: none;
}

.hero-info-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-burgundy);
    border-radius: 25px 25px 0 0;
}

.hero-text {
    min-height: 400px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.hero-title {
    margin-bottom: 2rem;
    text-align: center;
}

.title-main {
    font-family: 'Montserrat', sans-serif;
    font-size: var(--hero-title-size);
    font-weight: 900;
    margin-bottom: 0.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.title-sub {
    font-family: 'Inter', sans-serif;
    font-size: var(--hero-subtitle-size);
    font-weight: 500;
    color: var(--medium-gray);
    font-style: normal;
    margin-bottom: 0;
    letter-spacing: 0.03em;
    text-transform: none;
    white-space: nowrap;
}

.hero-description {
    font-size: var(--hero-description-size);
    margin-bottom: 2rem;
    color: var(--dark-gray);
    line-height: 1.6;
}

.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: var(--feature-item-padding);
    background: var(--light-gray);
    border-radius: 12px;
}

.feature-icon {
    width: var(--feature-icon-size);
    height: var(--feature-icon-size);
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-burgundy);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-text {
    font-weight: 500;
    color: var(--dark-gray);
    font-size: 0.9rem;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hero-stats {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    max-height: 700px;
    transform: perspective(1200px) rotateY(15deg) translateZ(-10px);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
}

.hero-stats.door-opened {
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    opacity: 1;
    transition: transform 0.8s ease;
}

.hero-stats.hover-ready {
    transition: transform 0.3s ease;
}

.hero-stats.hover-ready:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(20px) translateY(-3px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.hero-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    filter: brightness(0.9) contrast(1.1) saturate(1.2);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-image:hover img {
    transform: scale(1.02);
    filter: brightness(1.05) contrast(1.1);
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(128, 0, 32, 0.15) 0%, 
        rgba(255, 215, 0, 0.08) 30%,
        transparent 50%,
        rgba(255, 215, 0, 0.08) 70%,
        rgba(128, 0, 32, 0.15) 100%);
    border-radius: 20px;
    pointer-events: none;
    transition: var(--transition);
    z-index: 1;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 0% 0%, rgba(128, 0, 32, 0.4) 0%, transparent 40%),
        radial-gradient(circle at 100% 0%, rgba(128, 0, 32, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 0% 100%, rgba(128, 0, 32, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(128, 0, 32, 0.4) 0%, transparent 40%);
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.hero-image:hover::before {
    background: linear-gradient(135deg, 
        rgba(128, 0, 32, 0.1) 0%, 
        rgba(255, 215, 0, 0.05) 30%,
        transparent 50%,
        rgba(255, 215, 0, 0.05) 70%,
        rgba(128, 0, 32, 0.1) 100%);
}

.hero-image:hover::after {
    opacity: 0.8;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.05) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--image-overlay-padding);
    opacity: 0;
    transition: var(--transition);
    border-radius: 20px;
    z-index: 20;
}

.hero-image:hover .image-overlay {
    opacity: 1;
}

.overlay-stats {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.stat-highlight {
    background: rgba(255, 255, 255, 0.95);
    padding: var(--stat-highlight-padding);
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    min-width: 100px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 15;
}

.stat-highlight .stat-number {
    display: block;
    font-size: var(--stat-number-size);
    font-weight: 700;
    color: var(--primary-burgundy);
    margin-bottom: 0.2rem;
    font-family: 'Playfair Display', serif;
}

.stat-highlight .stat-label {
    font-size: var(--stat-label-size);
    color: var(--medium-gray);
    font-weight: 500;
}

.image-contact {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(128, 0, 32, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 15;
}

.image-contact h4 {
    color: var(--primary-burgundy);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.quick-contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-btn {
    padding: var(--quick-btn-padding);
    border-radius: 25px;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
    font-size: var(--quick-btn-font-size);
    display: flex;
    align-items: center;
    gap: 8px;
}

.quick-btn.location {
    background: var(--gradient-primary);
    color: var(--white);
}

.quick-btn.whatsapp {
    background: #25d366;
    color: var(--white);
}

.quick-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

/* Scroll indicator kaldırıldı */

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: 0 auto 1rem;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    font-style: italic;
}

/* About Section */
.about {
    padding: 80px 0 60px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(128, 0, 32, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-image {
    order: 1;
}

.about-text {
    order: 2;
}

.about-text {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px) saturate(1.5);
    border-radius: 25px;
    padding: 50px 45px;
    border: 1px solid rgba(128, 0, 32, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(128, 0, 32, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 650px;
}





.about-text h3 {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-burgundy);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 2rem;
    width: 100%;
    justify-items: center;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    padding: 12px 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 12px;
    border: 1px solid rgba(128, 0, 32, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
}

/* Feature hover efekti kaldırıldı */

.feature i {
    width: 35px;
    height: 35px;
    background: var(--gradient-gold);
    color: var(--dark-burgundy);
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

/* Feature icon hover efekti kaldırıldı */

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}







.image-stack {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ===== SLAYT GÖSTERISI SISTEMI ===== */

.stack-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    z-index: 1;
}

.stack-card.active {
    opacity: 1;
    z-index: 2;
}



.stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
}



/* Slider Navigation Dots */
.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    z-index: 10;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.slider-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;

    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.slider-dot.active {
    background: rgba(255, 215, 0, 1);
    border-color: rgba(255, 215, 0, 1);
    transform: scale(1.3);
    box-shadow: 0 6px 18px rgba(255, 215, 0, 0.4);
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Services Section */
.services {
    padding: 70px 0;
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
}

.service-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
    border: 1px solid rgba(128, 0, 32, 0.1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: var(--white);
    font-size: 2rem;
}

.service-card:nth-child(2) .service-icon {
    background: var(--gradient-gold);
    color: var(--dark-burgundy);
}

.service-content h3 {
    color: var(--primary-burgundy);
    margin-bottom: 1rem;
}

.service-list {
    list-style: none;
    margin-top: 1.5rem;
}

.service-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-list i {
    color: var(--primary-gold);
    font-size: 0.9rem;
}

/* Gallery Section */
.gallery {
    padding: 70px 0;
    background: #f8f9fa;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: var(--white);
    height: 380px;
    border: 2px solid transparent;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.gallery-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: var(--white);
    transform: translateY(100%);
    z-index: 3;
}

.card-category {
    display: inline-block;
    background: var(--primary-gold);
    color: var(--primary-burgundy);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white);
}

.card-description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0.9;
}

.card-action {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-action i {
    font-size: 1.1rem;
}

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

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





.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.1), rgba(255, 215, 0, 0.05));
    opacity: 0;
    z-index: 1;
}

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

/* Contact Section - Modern & Aesthetic Design */
.contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}



.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 5rem;
    position: relative;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: fit-content;
}

.contact-item {
    position: relative;
    display: flex;
    gap: 25px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--gradient-gold);
    transform: scaleY(0);
}





.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    flex-shrink: 0;
}



.contact-text h4 {
    color: var(--primary-burgundy);
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

.contact-text h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--gradient-gold);
}



.contact-text p {
    color: var(--dark-gray);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.contact-text a {
    color: var(--primary-burgundy);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.contact-text a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-gold);
}



.contact-map {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    background: var(--white);
    border: 1px solid rgba(255, 215, 0, 0.1);
    height: 450px;
    align-self: center;
}

.contact-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
    z-index: 1;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 25px;
    display: block;
}

.social-media {
    text-align: center;
    margin-top: 3rem;
}

.social-media h3 {
    color: var(--primary-burgundy);
    margin-bottom: 2rem;
    font-size: 1.6rem;
    position: relative;
}

.social-media h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--gradient-gold);
    border-radius: 1px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: var(--light-gray);
    border: 1px solid rgba(128, 0, 32, 0.1);
    color: var(--primary-burgundy);
    font-weight: 500;
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary-burgundy);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(128, 0, 32, 0.2);
}

.social-link {
    transition: var(--transition);
    font-weight: 500;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: var(--white);
}



/* Footer - Modern & Aesthetic Design */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: var(--white);
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 4rem;
    position: relative;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 1.5rem;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}



.footer-logo .logo-icon {
    background: transparent;
    color: var(--dark-burgundy);
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: brightness(1.0) contrast(1.0) saturate(1.0);
    transition: all 0.3s ease;
}



.footer-logo h3 {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-gold);
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.footer-logo span {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    font-size: 0.9rem;
}

.footer-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Footer section üst çizgileri kaldırıldı */

.footer-section h4 {
    color: var(--primary-gold);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
}

/* Hızlı menü ortalama kaldırıldı */

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

.footer-section ul li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-bottom: 5px;
}



.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
}



.footer-section ul li i {
    color: var(--primary-gold);
    width: 20px;
    font-size: 1.1rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: var(--gradient-gold);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.whatsapp-float a {
    display: block;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2rem;
    box-shadow: 
        0 8px 25px rgba(37, 211, 102, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    position: relative;
    border: 3px solid rgba(255, 255, 255, 0.9);
}



.whatsapp-float a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-float a:hover {
    transform: scale(1.15) rotate(5deg);
    animation: none;
    box-shadow: 
        0 15px 35px rgba(37, 211, 102, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 1);
}

.whatsapp-float a:hover::after {
    opacity: 1;
}

.whatsapp-float a:active {
    transform: scale(1.05);
    transition: transform 0.1s ease;
}



/* Responsive Design - Tablet & Mobile */
@media (max-width: 1024px) and (min-width: 768px) {
    .hero-content {
        gap: 40px;
        padding: 20px;
    }

    .hero-info-panel {
        padding: 35px 25px;
    }

    .hero-stats {
        padding: 25px 20px;
    }

    .title-main {
        font-size: 3rem;
    }

    .title-sub {
        font-size: 1.15rem;
    }

    .hero-description {
        font-size: 1.05rem;
    }

    .feature-item {
        padding: 14px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
    }

    .btn {
        padding: 14px 30px;
        font-size: 1.05rem;
    }

    .quick-btn {
        padding: 11px 18px;
        font-size: 0.95rem;
    }

    .carousel-arrow {
        width: 45px;
        height: 45px;
    }

    .carousel-arrow-left {
        left: 30px;
    }

    .carousel-arrow-right {
        right: 30px;
    }
}

/* Responsive Design - Mobile Only */
@media (max-width: 767px) {
    .hero {
        padding: 80px 0 40px 0;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-container {
        height: auto;
        min-height: 100vh;
    }

    .hero-page {
        position: relative;
        height: auto;
        min-height: 100vh;
        opacity: 1;
        pointer-events: auto;
    }

    .hero-page.active {
        opacity: 1;
        z-index: 2;
        pointer-events: auto;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 20px;
        text-align: center;
        height: auto;
        min-height: auto;
        max-height: none;
        max-width: 600px;
    }

    /* Bilgisayar tasarımına benzer iki panel yapısı */
    .hero-info-panel {
        padding: 35px 25px;
        order: 1;
        min-height: auto;
        max-height: none;
        transform: none;
        opacity: 1;
        background: var(--white);
        border-radius: 20px;
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.1),
            0 8px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(128, 0, 32, 0.1);
        position: relative;
        overflow: hidden;
    }

    .hero-info-panel::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--primary-burgundy);
        border-radius: 20px 20px 0 0;
    }

    .hero-text {
        position: relative;
        z-index: 2;
        min-height: auto;
        max-height: none;
        padding: 20px;
        text-align: center;
    }

    .hero-stats {
        padding: 25px 20px;
        order: 2;
        min-height: auto;
        max-height: none;
        transform: none;
        opacity: 1;
        background: var(--white);
        border-radius: 20px;
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.1),
            0 8px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(255, 215, 0, 0.2);
        position: relative;
        overflow: hidden;
    }

    .hero-stats::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--gradient-gold);
        border-radius: 20px 20px 0 0;
    }

    .title-main {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 0.5rem;
        letter-spacing: -0.02em;
    }

    .title-sub {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 1.5rem;
        letter-spacing: 0.02em;
    }

    .hero-description {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 2rem;
        line-height: 1.6;
        letter-spacing: 0.01em;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 15px;
        justify-items: center;
        max-width: 450px;
        margin: 0 auto 2rem auto;
    }

    .feature-item {
        padding: 15px;
        background: var(--light-gray);
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        background: var(--gradient-gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--dark-burgundy);
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .feature-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        color: var(--dark-gray);
        letter-spacing: 0.01em;
    }

    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 2rem;
    }

    .btn {
        padding: 15px 30px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 8px;
        letter-spacing: 0.01em;
    }

    .quick-contact-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .quick-btn {
        padding: 12px 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 25px;
        letter-spacing: 0.01em;
    }

    .image-overlay {
        padding: 25px;
    }

    .stat-highlight {
        padding: 15px 20px;
        margin-bottom: 15px;
    }

    .stat-highlight .stat-number {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .stat-highlight .stat-label {
        font-family: 'Inter', sans-serif;
        font-size: 0.85rem;
        font-weight: 500;
        letter-spacing: 0.02em;
    }

    .carousel-arrow {
        display: none;
    }

    .carousel-arrow-left {
        display: none;
    }

    .carousel-arrow-right {
        display: none;
    }

    .indicator {
        display: none;
    }

    .page-indicators {
        display: none;
    }

    /* Sadece ilk sayfa görünsün */
    .hero-page {
        display: none;
    }

    .hero-page[data-page="1"] {
        display: flex;
        opacity: 1;
        z-index: 2;
        pointer-events: auto;
    }

    /* Transformed ögeleri düz göster */
    .hero-info-panel {
        transform: none !important;
        opacity: 1 !important;
    }

    .hero-stats {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Ok tuşlarını gizle */
    .carousel-nav {
        display: none;
    }

    /* Section header optimizasyonu */
    .section-header {
        margin-bottom: 2rem;
    }

    /* Header mobil optimizasyonu */
    .header {
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: none;
        border: none;
        box-shadow: none;
    }

    .nav-container {
        padding: 0 10px;
        flex-direction: row-reverse;
        justify-content: space-between;
        background: transparent;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
    }

    .nav-logo {
        gap: 8px;
        padding: 3px 6px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: none;
        border: none;
        box-shadow: none;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
        background: transparent;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
    }

    .logo-text h1 {
        font-size: 1.5rem;
    }

    .logo-text span {
        font-size: 0.7rem;
    }

    /* Mobil menü - kompakt ve estetik */
    .nav-menu {
        position: fixed;
        top: 80px;
        right: 15px;
        width: 220px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        border-radius: 15px;
        border: 1px solid rgba(128, 0, 32, 0.2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transform: translateY(-20px) scale(0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 99999;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .nav-menu.active {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .nav-link {
        display: block;
        padding: 12px 16px;
        margin: 2px 0;
        text-align: left;
        border-radius: 8px;
        font-size: 0.95rem;
        font-weight: 500;
        color: var(--primary-burgundy);
        transition: all 0.2s ease;
        border: none;
        background: transparent;
        text-decoration: none;
        position: relative;
    }

    .nav-link:hover,
    .nav-link.active {
        background: rgba(128, 0, 32, 0.1);
        color: var(--primary-burgundy);
        transform: translateX(5px);
    }

    .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 0;
        background: var(--primary-burgundy);
        transition: height 0.2s ease;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        height: 60%;
    }



    .nav-toggle {
        display: flex;
        order: -1;
    }

    /* Overlay stats alt alta */
    .overlay-stats {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .stat-highlight {
        min-width: 80px;
    }

    /* Image contact alt alta */
    .image-contact {
        text-align: center;
    }

    .quick-contact-buttons {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    /* Mobil menü stilleri yukarıda tanımlandı */

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

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

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-text {
        height: auto;
        min-height: 400px;
        padding: 30px 25px;
        order: 2;
    }

    .about-image {
        order: 1;
        height: 400px;
        aspect-ratio: 1;
        margin: 0 auto;
        max-width: 400px;
    }

    .about-features {
        justify-content: center;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature {
        padding: 18px 22px;
        font-size: 1.1rem;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .feature i {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .social-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        max-width: 100%;
    }
    
    .footer-logo {
        justify-content: center;
        padding: 20px;
    }
    
    .footer-section::before {
        left: 50%;
        transform: translateX(-50%);
    }
    


    h1 { font-size: 2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .container {
        padding: 0 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .gallery-item {
        height: 200px;
        aspect-ratio: 1;
        width: 100%;
        max-width: 280px;
    }
    
    /* Mobilde galeri hover efektini kaldır */
    .gallery-item:hover .gallery-card {
        transform: translateY(100%);
    }
    
    .gallery-item:hover::after {
        opacity: 0;
    }
    
    .gallery-item:hover::before {
        opacity: 0;
    }
    
    .gallery-card {
        padding: 25px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .card-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 70px 0 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-container {
        height: auto;
        min-height: 100vh;
    }

    .hero-page {
        position: relative;
        height: auto;
        min-height: 100vh;
        opacity: 1;
        pointer-events: auto;
    }

    .hero-page.active {
        opacity: 1;
        z-index: 2;
        pointer-events: auto;
    }

    .hero-content {
        gap: 20px;
        padding: 15px;
        max-width: 500px;
    }

    /* Bilgisayar tasarımına benzer iki panel yapısı */
    .hero-info-panel {
        padding: 30px 20px;
        background: var(--white);
        border-radius: 18px;
        box-shadow: 
            0 12px 30px rgba(0, 0, 0, 0.1),
            0 6px 15px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(128, 0, 32, 0.1);
        position: relative;
        overflow: hidden;
    }

    .hero-info-panel::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--primary-burgundy);
        border-radius: 18px 18px 0 0;
    }

    .hero-text {
        position: relative;
        z-index: 2;
        padding: 15px;
        text-align: center;
    }

    .hero-stats {
        padding: 20px 15px;
        background: var(--white);
        border-radius: 18px;
        box-shadow: 
            0 12px 30px rgba(0, 0, 0, 0.1),
            0 6px 15px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(255, 215, 0, 0.2);
        position: relative;
        overflow: hidden;
    }

    .hero-stats::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--gradient-gold);
        border-radius: 18px 18px 0 0;
    }

    .title-main {
        font-size: 2.4rem;
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }

    .title-sub {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .hero-features {
        gap: 12px;
        justify-items: center;
        max-width: 400px;
        margin: 0 auto 1.5rem auto;
    }

    .feature-item {
        padding: 12px;
        background: var(--light-gray);
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        background: var(--gradient-gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--dark-burgundy);
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .feature-text {
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--dark-gray);
    }

    .btn {
        padding: 12px 25px;
        font-size: 1rem;
        border-radius: 8px;
    }

    .quick-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
        border-radius: 25px;
    }

    .image-overlay {
        padding: 20px;
    }

    .stat-highlight {
        padding: 12px 15px;
        margin-bottom: 12px;
    }

    .stat-highlight .stat-number {
        font-size: 1.5rem;
    }

    .stat-highlight .stat-label {
        font-size: 0.8rem;
    }

    .carousel-arrow {
        display: none;
    }

    .carousel-arrow-left {
        display: none;
    }

    .carousel-arrow-right {
        display: none;
    }

    .indicator {
        display: none;
    }

    .page-indicators {
        display: none;
    }

    /* Sadece ilk sayfa görünsün */
    .hero-page {
        display: none;
    }

    .hero-page[data-page="1"] {
        display: flex;
        opacity: 1;
        z-index: 2;
        pointer-events: auto;
    }

    /* Transformed ögeleri düz göster */
    .hero-info-panel {
        transform: none !important;
        opacity: 1 !important;
    }

    .hero-stats {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Ok tuşlarını gizle */
    .carousel-nav {
        display: none;
    }

    /* Section header optimizasyonu */
    .section-header {
        margin-bottom: 1.5rem;
    }

    /* Header küçük mobil optimizasyonu */
    .header {
        padding: 3px 0;
    }

    .nav-container {
        padding: 0 8px;
    }

    .nav-logo {
        gap: 6px;
        padding: 2px 4px;
    }

    .logo-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .logo-text h1 {
        font-size: 1.3rem;
    }

    .logo-text span {
        font-size: 0.6rem;
    }

    /* Menü sağ üstten açılsın */
    .nav-menu {
        position: fixed;
        top: 70px;
        right: 10px;
        width: 200px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        border-radius: 12px;
        border: 1px solid rgba(128, 0, 32, 0.2);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        transform: translateY(-20px) scale(0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 99999;
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .nav-menu.active {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .nav-link {
        display: block;
        padding: 10px 14px;
        margin: 1px 0;
        text-align: left;
        border-radius: 6px;
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--primary-burgundy);
        transition: all 0.2s ease;
        border: none;
        background: transparent;
        text-decoration: none;
        position: relative;
    }

    .nav-link:hover,
    .nav-link.active {
        background: rgba(128, 0, 32, 0.1);
        color: var(--primary-burgundy);
        transform: translateX(4px);
    }

    .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 0;
        background: var(--primary-burgundy);
        transition: height 0.2s ease;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        height: 60%;
    }



    .nav-toggle {
        display: flex;
        order: -1;
    }

    /* Overlay stats alt alta */
    .overlay-stats {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .stat-highlight {
        min-width: 70px;
    }

    /* Image contact alt alta */
    .image-contact {
        text-align: center;
    }

    .quick-contact-buttons {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    /* About section küçük mobil optimizasyonu */
    .about {
        padding: 60px 0 40px 0;
    }

    .about-text {
        height: auto;
        min-height: 350px;
        padding: 25px 20px;
    }

    .about-image {
        height: 350px;
        aspect-ratio: 1;
        margin: 0 auto;
        max-width: 350px;
    }

    .about-text h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .about-features {
        gap: 10px;
    }

    .feature {
        padding: 15px 18px;
        font-size: 1rem;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .feature i {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        flex-shrink: 0;
    }

    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float a {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        border-width: 2px;
    }

    /* Küçük mobil galeri optimizasyonu */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-items: center;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .gallery-item {
        height: 160px;
        aspect-ratio: 1;
        width: 100%;
        max-width: 220px;
    }
    
    /* Küçük mobilde de galeri hover efektini kaldır */
    .gallery-item:hover .gallery-card {
        transform: translateY(100%);
    }
    
    .gallery-item:hover::after {
        opacity: 0;
    }
    
    .gallery-item:hover::before {
        opacity: 0;
    }
    
    .gallery-card {
        padding: 20px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-description {
        font-size: 0.85rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }
    

}

/* Print Styles */
@media print {
    .header,
    .whatsapp-float,
    .social-media {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .hero {
        height: auto;
        padding: 2rem 0;
    }

    .section-title {
        color: var(--primary-burgundy) !important;
    }
} 

/* Carousel Navigation Arrows */
.carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.carousel-arrow {
    position: absolute;
    top: 0;
    width: var(--carousel-arrow-size);
    height: var(--carousel-arrow-size);
    background: var(--primary-burgundy);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: auto;
    box-shadow: 0 8px 25px rgba(128, 0, 32, 0.2);
    backdrop-filter: blur(10px);
}

.carousel-arrow:hover {
    background: var(--light-burgundy);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(128, 0, 32, 0.25);
}

.carousel-arrow:active {
    transform: scale(0.95);
}

.carousel-arrow i {
    font-size: 1rem;
    color: var(--white);
    transition: var(--transition);
}

.carousel-arrow:hover i {
    color: var(--white);
    transform: scale(1.1);
}

.carousel-arrow-left {
    left: var(--carousel-arrow-position);
}

.carousel-arrow-right {
    right: var(--carousel-arrow-position);
}

/* Mobile responsive for arrows */
@media (max-width: 767px) {
    .carousel-arrow {
        width: 45px;
        height: 45px;
    }
    
    .carousel-arrow i {
        font-size: 0.9rem;
    }
    
    .carousel-arrow-left {
        left: 60px;
    }
    
    .carousel-arrow-right {
        right: 60px;
    }
} 

/* Lightbox Image Quality Improvements */
.lightbox img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

/* Lightbox Arrow & Close Button (Tema Uyumlu) */
.lightbox button {
    background: rgba(0,0,0,0.7);
    border: 2px solid var(--primary-gold);
    color: var(--primary-gold);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    opacity: 0.92;
    outline: none;
}
.lightbox button svg {
    stroke: var(--primary-gold);
    transition: stroke 0.2s;
}
.lightbox button:hover, .lightbox button:focus {
    background: var(--primary-gold);
    color: rgba(0,0,0,0.8);
    border-color: var(--primary-gold);
    box-shadow: 0 6px 24px rgba(255,215,0,0.3);
    opacity: 1;
}
.lightbox button:hover svg, .lightbox button:focus svg {
    stroke: var(--primary-gold);
}
.lightbox button:active {
    opacity: 0.8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.lightbox button.close {
    font-size: 2.2rem;
    color: var(--primary-gold);
    background: rgba(0,0,0,0.7);
    border: 2px solid var(--primary-gold);
    top: 24px;
    right: 36px;
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10001;
    opacity: 0.92;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.lightbox button.close:hover, .lightbox button.close:focus {
    background: var(--primary-gold);
    color: var(--primary-gold);
    border-color: var(--primary-gold);
} 

@media (max-width: 1024px) {
  /* Orijinal hero'yu gizle */
  .hero { display: none !important; }

  /* Mobil ana sayfa - Modern Layout */
  .mobile-hero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: var(--white);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  
  .mobile-hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
  }
  
  /* Üst kısım - Görsel */
  .mobile-hero-visual {
    position: relative;
    height: 350px;
    background: url('lamb-mobile.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-hero-visual::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('lamb-mobile.jpg') center center/cover no-repeat;
    filter: blur(3px);
    opacity: 0.7;
    z-index: 1;
  }
  
  .mobile-hero-visual::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(128,0,32,0.3) 0%,
      rgba(128,0,32,0.15) 50%,
      rgba(128,0,32,0.05) 100%
    );
    z-index: 2;
  }
  
  .mobile-hero-logo {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .mobile-hero-logo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: var(--white);
    object-fit: cover;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
  }
  
  .mobile-hero-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    color: var(--white);
    font-weight: 800;
    text-shadow: 0 4px 8px rgba(0,0,0,0.7);
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 8px;
  }
  
  .mobile-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: var(--primary-gold);
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0,0,0,0.9);
    letter-spacing: 0.02em;
    text-align: center;
    opacity: 1;
    line-height: 1.4;
  }
  
  /* Alt kısım - İçerik */
  .mobile-hero-text-content {
    flex: 1;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    background: var(--white);
    min-height: 50%;
  }
  
  .mobile-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: var(--primary-burgundy);
    font-weight: 800;
    margin: 0;
    text-align: center;
    letter-spacing: -0.01em;
  }
  
  .mobile-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--dark-gray);
    text-align: center;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  
  .mobile-hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 15px 0;
  }
  
  .mobile-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--light-gold);
    color: var(--primary-burgundy);
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(128,0,32,0.1);
    letter-spacing: 0.01em;
  }
  
  .mobile-feature i {
    font-size: 1.2rem;
    color: var(--primary-burgundy);
    flex-shrink: 0;
  }
  
  .mobile-feature span {
    font-size: 0.85rem;
    line-height: 1.3;
  }
  
  .mobile-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }
  
  .mobile-hero-buttons .btn {
    padding: 14px 0;
    font-size: 1rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 8px rgba(128,0,32,0.15);
    transition: all 0.3s ease;
    text-align: center;
    letter-spacing: 0.01em;
  }
  
  .mobile-hero-buttons .btn-primary {
    background: var(--primary-burgundy);
    color: var(--white);
  }
  
  .mobile-hero-buttons .btn-primary:hover {
    background: var(--dark-burgundy);
    transform: translateY(-1px);
  }
  
  .mobile-hero-buttons .btn-secondary {
    background: var(--primary-gold);
    color: var(--primary-burgundy);
  }
  
  .mobile-hero-buttons .btn-secondary:hover {
    background: var(--dark-gold);
    transform: translateY(-1px);
  }
}

@media (min-width: 1025px) {
  .mobile-hero { display: none !important; }
}

.mobile-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    padding: 12px 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 12px;
    border: 1px solid rgba(128, 0, 32, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
  }
  
  .mobile-feature i {
    width: 35px;
    height: 35px;
    background: var(--gradient-gold);
    color: var(--dark-burgundy);
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  }
  
  .mobile-feature span {
    font-size: 0.9rem;
    line-height: 1.3;
    color: var(--primary-burgundy);
    font-weight: 500;
  }