/* ============================================================
   GLOBAL TOKENS
   ============================================================ */
:root {
    --primary:        #c49950;
    --primary-dark:   #a17d41;
    --gold-100:       #f6e7c6;
    --gold-200:       #e4ca96;
    --gold-300:       #d6b673;

    --bg-dark:        #eaeaec;
    --bg-light:       #ffffff;
    --card-bg:        #f9f9f9;

    --ink-900:        #121212;
    --ink-700:        #2a2a2a;
    --text-main:      #1a1a1a;
    --text-muted:     #555555;

    --surface-0:      #ffffff;
    --surface-1:      #f6f5f2;
    --surface-2:      #efede8;

    --line-soft:      rgba(17, 17, 17, 0.08);
    --line-gold:      rgba(196, 153, 80, 0.35);

    --shadow-soft:    0 12px 30px rgba(0, 0, 0, 0.08);
    --shadow-premium: 0 22px 50px rgba(0, 0, 0, 0.14);

    --radius-sm:  10px;
    --radius-md:  16px;
    --radius-lg:  24px;

    --font-heading: 'Montserrat', sans-serif;
    --font-body:    'Montserrat', sans-serif;
}

/* Footer Brand Social Icons - ENHANCED GOLD STYLE */
.brand-social-icon {
    width: 44px; /* Boyut büyütüldü */
    height: 44px;
    background: rgba(0, 0, 0, 0.4) !important; /* Arka plan koyulaştırıldı ki ikon parlasın */
    border: 2px solid var(--primary) !important; /* Çerçeve kalınlaştırıldı */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--primary) !important; /* GOLD RENK */
    font-size: 20px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    margin-right: 8px !important;
}

.brand-social-icon i {
    color: var(--primary) !important;
}

.brand-social-icon:hover {
    transform: translateY(-8px) scale(1.1);
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: 0 10px 25px rgba(196,153,80,0.5);
}

.brand-social-icon:hover i {
    color: #000 !important;
}

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

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: #faf9f7;
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a { color: var(--text-main); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--primary); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.2px;
}

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

/* ============================================================
   UTILITIES
   ============================================================ */
.container     { max-width: 1320px; margin: 0 auto; padding: 0 28px; }
.text-center   { text-align: center; }
.relative      { position: relative; }
.z-index-2     { z-index: 2; }
.mt-30         { margin-top: 30px; }
.mb-60         { margin-bottom: 60px; }
.bg-light      { background: var(--bg-light); border-top: 1px solid rgba(0,0,0,0.05); }
.bg-dark       { background: var(--bg-dark); }
.pattern-bg {
    background-color: var(--bg-light);
    background-image: radial-gradient(rgba(196,153,80,0.1) 2px, transparent 2px);
    background-size: 30px 30px;
}

html, body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.main-header {
    top: 0;
    margin-top: 0;
}

#page-wrapper {
    padding-top: 0;
    margin-top: 0;
}

.hero-slider {
    margin-top: 0;
    padding-top: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary,
.btn-outline-gold,
.hero-btn-lux,
.btn-gold {
    display: inline-block;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 14px 34px;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.btn-primary,
.hero-btn-lux,
.btn-gold {
    background: linear-gradient(135deg, var(--gold-300), var(--primary), #ac7f3c);
    color: #151515;
    border: none;
    box-shadow: 0 12px 28px rgba(196,153,80,0.28);
}

.btn-primary:hover,
.hero-btn-lux:hover,
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(196,153,80,0.35);
    color: #151515;
}

.btn-outline-gold {
    border: 1px solid var(--line-gold);
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
    color: var(--primary);
}

.btn-outline-gold:hover {
    background: var(--primary);
    color: #131313;
    box-shadow: 0 0 20px rgba(212,175,55,0.4);
}

/* ============================================================
   HEADER & NAVBAR
   ============================================================ */
.main-header {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* JS tarafından scroll'da .scrolled class'ı eklenince aktif olur */
.main-header.scrolled {
    background: rgba(18, 9, 3, 0.97);
    border-bottom: 1px solid rgba(196,153,80,0.25);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.top-bar {
    background: linear-gradient(90deg, #171717 0%, #1f1f1f 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: var(--primary);
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    max-height: 70px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.brand-topbar {
    flex: 0 0 auto;
    min-width: 120px;
}

.contact-info {
    flex: 1;
}

.social-links {
    flex: 0 0 auto;
    display: flex;
    gap: 15px;
}

.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; }
.top-bar a { color: var(--primary); margin-left: 20px; font-size: 15px; }
.top-bar a:hover { opacity: 0.7; }

.navbar {
    padding: 15px 0;
    transition: padding 0.4s ease, background 0.4s ease;
}

.main-header.scrolled .navbar {
    padding: 12px 0;
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.brand .logo-text {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 3.5px;
    display: block;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.brand .logo-text small {
    font-size: 11px;
    letter-spacing: 7px;
    color: var(--text-main);
    display: block;
    margin-top: 5px;
    font-weight: 300;
}

.brand {
    position: relative;
    z-index: 1001;
}

.brand a {
    display: block;
    transition: transform 0.3s ease;
}

.brand a:hover {
    transform: scale(1.05);
}

.site-logo {
    max-height: 65px;
    width: auto;
    display: block;
    transition: filter 0.4s ease;
}

.main-header.scrolled .site-logo {
    filter: brightness(1.1);
}

.nav-links { list-style: none; display: flex; gap: 28px; align-items: center; flex-wrap: nowrap; }
.nav-links li { position: relative; }

.nav-links li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    color: #ffffff;
}

.nav-links li > a::after {
    content: '';
    position: absolute;
    width: 0; height: 2px;
    bottom: 5px; left: 0;
    background-color: var(--primary);
    transition: width 0.3s ease;
}

.nav-links li:hover > a { color: var(--primary); }
.nav-links li:hover > a::after { width: 100%; }

/* Bize Ulaşın — gold CTA butonu */
.nav-links li > a.nav-cta {
    background: linear-gradient(135deg, var(--gold-300), var(--primary), #ac7f3c);
    color: #111 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 1.2px;
    box-shadow: 0 0 18px rgba(196,153,80,0.45), 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    animation: goldPulse 2.5s ease-in-out infinite;
}

.nav-links li > a.nav-cta::after { display: none; }

.nav-links li > a.nav-cta:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 0 30px rgba(196,153,80,0.7), 0 8px 25px rgba(0,0,0,0.3);
    color: #000 !important;
}

@keyframes goldPulse {
    0%, 100% { box-shadow: 0 0 18px rgba(196,153,80,0.45), 0 4px 15px rgba(0,0,0,0.3); }
    50%       { box-shadow: 0 0 30px rgba(196,153,80,0.75), 0 4px 20px rgba(0,0,0,0.3); }
}

/* Dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%; left: 0;
    background: rgba(255,255,255,0.9);
    min-width: 250px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s;
    border: 1px solid var(--line-soft);
    border-top: 2px solid var(--primary);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    box-shadow: var(--shadow-premium);
}

.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li { border-bottom: 1px solid rgba(255,255,255,0.05); }
.dropdown-menu li:last-child { border-bottom: none; }

.dropdown-menu li a {
    display: block;
    padding: 15px 20px;
    color: var(--text-main);
    text-transform: none;
    letter-spacing: 1px;
}

.dropdown-menu li a:hover {
    background: rgba(196,153,80,0.1);
    color: var(--primary);
    padding-left: 25px;
}

.mobile-menu-btn { display: none; font-size: 24px; cursor: pointer; color: var(--primary); }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider {
    position: relative;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: linear-gradient(135deg, #1a0f08 0%, #2d1a0e 40%, #1f1208 100%);
    isolation: isolate;
    contain: layout style;
}

/* Sıcak bronz doku efekti */
.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(139,90,43,0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(196,153,80,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 80%, rgba(101,58,20,0.12) 0%, transparent 55%);
    pointer-events: none;
    z-index: 1;
    animation: bronzeShift 8s ease-in-out infinite alternate;
}

@keyframes bronzeShift {
    0%   { opacity: 0.7; }
    100% { opacity: 1; }
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
    z-index: 1;
}

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

/* Slide geçişinde içerik yukarı çıkış */
.slide.active .hero-content-left {
    animation: slideContentIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.slide.active .hero-visual-right {
    animation: slideVisualIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

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

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

.hero-bg-wrapper { position: absolute; inset: 0; z-index: 0; }

.hero-bg-image {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 18s linear;
    filter: brightness(0.35) saturate(0.8) sepia(0.4);
    will-change: transform;
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
        rgba(18, 9, 3, 0.97) 0%,
        rgba(35, 18, 8, 0.82) 35%,
        rgba(50, 28, 10, 0.45) 65%,
        rgba(25, 12, 4, 0.15) 100%);
    z-index: 2;
}

/* Split layout */
.hero-split-layout {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    z-index: 10;
    padding-top: 120px; /* header (top-bar + navbar) yüksekliği kadar it */
    padding-bottom: 60px;
}

.hero-content-left { padding-right: 50px; }

.hero-label {
    display: block;
    color: var(--gold-200);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-content-left h2 {
    font-size: clamp(52px, 6vw, 92px);
    line-height: 0.92;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.6));
}

.hero-desc {
    color: rgba(255,255,255,0.82);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    max-width: 580px;
    margin-bottom: 55px;
    letter-spacing: 0.2px;
}

.hero-actions-wrapper { display: flex; align-items: center; gap: 40px; }

.hero-counter-wrap { display: flex; align-items: center; gap: 10px; font-family: var(--font-heading); color: #fff; }
.hero-counter-wrap .current  { font-size: 24px; font-weight: 700; color: var(--primary); }
.hero-counter-wrap .divider  { opacity: 0.3; }
.hero-counter-wrap .total    { font-size: 14px; opacity: 0.5; }

/* Door visual */
.hero-visual-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 2000px;
    isolation: isolate;
}

/* Arka planda dönen altın halkalar */
.hero-visual-right::before {
    content: "";
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(196,153,80,0.08);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.hero-visual-right::after {
    content: "";
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(196,153,80,0.04);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 4s ease-in-out infinite 1s;
    pointer-events: none;
    z-index: 0;
}

@keyframes ringPulse {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50%       { opacity: 1;   transform: translate(-50%, -50%) scale(1.05); }
}

.door-scene-wrap {
    position: relative;
    height: 85%;
    display: flex;
    align-items: center;
    overflow: visible;
    z-index: 2;
}

/* PRELOADER */
#preloader { position: fixed; inset: 0; background: #080808; z-index: 10000; display: flex; align-items: center; justify-content: center; transition: opacity 0.8s ease, visibility 0.8s; }
#preloader.fade-out { opacity: 0; visibility: hidden; }
.preloader-logo { width: 140px; height: auto; animation: pulseLogo 2s infinite ease-in-out; filter: drop-shadow(0 0 15px rgba(196,153,80,0.3)); }
@keyframes pulseLogo { 
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; filter: drop-shadow(0 0 30px rgba(196,153,80,0.6)); }
}

/* Kapı float animasyonu */
@keyframes doorFloat {
    0%, 100% { transform: rotateY(-12deg) rotateX(2deg) translateY(0px); }
    50%       { transform: rotateY(-12deg) rotateX(2deg) translateY(-18px); }
}

.door-product-link:hover {
    transform: rotateY(-4deg) rotateX(0deg) scale(1.03) !important;
    animation-play-state: paused;
}

.door-main-img {
    width: 100%;              /* önemli */
    height: 650px;
    max-height: 80vh;
    object-fit: cover;        /* kritik */
    object-position: center;  /* ortala */
    display: block;
    filter: drop-shadow(0 50px 100px rgba(0,0,0,0.95)) brightness(1.05);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.door-product-link:hover .door-main-img {
    filter: drop-shadow(0 60px 120px rgba(196,153,80,0.4)) brightness(1.1);
}

/* Kapı zemindeki yansıma gölgesi — animasyonlu */
.door-contact-shadow {
    position: absolute;
    bottom: -30px; left: 5%;
    width: 90%; height: 60px;
    background: radial-gradient(ellipse at center, rgba(196,153,80,0.3) 0%, transparent 70%);
    filter: blur(20px);
    z-index: -1;
    animation: shadowPulse 6s ease-in-out infinite;
}

@keyframes shadowPulse {
    0%, 100% { opacity: 0.6; transform: scaleX(1); }
    50%       { opacity: 1;   transform: scaleX(0.85); }
}

/* Altın ışık parıltısı */
.door-reflection-glow {
    position: absolute;
    inset: -80px;
    background: radial-gradient(ellipse at 40% 40%,
        rgba(196,153,80,0.18) 0%,
        rgba(196,153,80,0.06) 40%,
        transparent 70%);
    z-index: -1;
    opacity: 0.6;
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50%       { opacity: 0.9; transform: scale(1.08); }
}

.door-product-link:hover .door-reflection-glow { opacity: 1; }

/* Hero navigation */
.hero-navigation {
    position: absolute;
    bottom: 60px; right: 5%;
    display: flex; gap: 15px;
    z-index: 20;
}

.hero-nav-btn {
    width: 55px; height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(10,10,10,0.55);
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex; align-items: center; justify-content: center;
    /* backdrop-filter kaldırıldı — fixed header'ı bozuyor */
}

.hero-nav-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #000;
    transform: translateY(-5px);
}

/* Bottom status bar */
.hero-bottom-status {
    position: absolute;
    bottom: 60px; left: 5%;
    display: flex; align-items: center; gap: 20px;
    z-index: 10;
}

.status-line {
    width: 60px; height: 1px;
    background: rgba(255,255,255,0.2);
    position: relative; overflow: hidden;
}

.status-line::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 30%; height: 100%;
    background: var(--primary);
    animation: loading 3s infinite linear;
}

@keyframes loading {
    0%   { left: -30%; }
    100% { left: 100%; }
}

.status-text { color: rgba(255,255,255,0.4); font-size: 10px; letter-spacing: 3px; font-weight: 300; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section, .user-contact-sec { 
    padding: 130px 0; 
    scroll-margin-top: 120px;
}
.bg-light { background: #ffffff; border-top: 1px solid rgba(0,0,0,0.05); }
.bg-dark  { background: #f5f3ef; border-top: 1px solid rgba(196,153,80,0.12); }

/* Premium Karanlık Tema (Ana Sayfa Uyumlu) */
.bg-premium-dark {
    background: linear-gradient(135deg, #12100e 0%, #080808 100%);
    position: relative;
    overflow: hidden;
}

.bg-premium-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(196,153,80,0.15) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
}

.bg-premium-dark .container {
    position: relative;
    z-index: 2;
}

/* Section geçişlerinde altın çizgi */
.section + .section {
    border-top: 1px solid rgba(196,153,80,0.15);
}

/* Info banner arkaplanı */
.info-banner {
    background: linear-gradient(135deg, #1a1710 0%, #0f0e0b 100%);
    padding: 80px 0;
    color: #fff;
    border-top: 2px solid rgba(196,153,80,0.4);
    border-bottom: 2px solid rgba(196,153,80,0.4);
    position: relative;
    overflow: hidden;
}

/* Info banner'a parıltı animasyonu */
.info-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(196,153,80,0.08) 50%,
        transparent 60%
    );
    animation: shimmer 5s ease-in-out infinite;
}

@keyframes shimmer {
    0%   { left: -60%; }
    100% { left: 120%; }
}

.banner-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner-desc {
    font-weight: 400;
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto 35px;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    letter-spacing: 0.3px;
}

.section-heading h6 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 5px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: var(--text-main);
}

.section-heading h2::after {
    content: '';
    position: absolute;
    width: 76px; height: 2px;
    bottom: 0; left: 0;
    background: var(--primary);
}

/* Info Banner */
.info-banner {
    background: linear-gradient(135deg, #0a0a0a 0%, #161616 100%);
    padding: 80px 0;
    color: #fff;
    border-top: 2px solid rgba(196,153,80,0.25);
    border-bottom: 1px solid rgba(196,153,80,0.15);
}

.banner-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner-desc {
    font-weight: 400;
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto 35px;
    color: #d0d0d0;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

/* ============================================================
   VITRIN / CATEGORIES
   ============================================================ */
#kategoriler {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    max-width: 100vw;
    background: #000;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.vitrin-section .container { position: relative; z-index: 2; }
.vitrin-section .section-heading h6 { color: var(--primary); letter-spacing: 4px; }
.vitrin-section .section-heading h2 { color: #fff; font-size: 52px; font-weight: 800; letter-spacing: 2px; }

#kategoriler::before,
#kategoriler::after {
    content: "";
    position: absolute;
    left: 0; width: 100%; height: 200px;
    z-index: 3; pointer-events: none;
}

#kategoriler::before { top: 0;    background: linear-gradient(to bottom, #000 0%, transparent 100%); }
#kategoriler::after  { bottom: 0; background: linear-gradient(to top,   #000 0%, transparent 100%); }

.bg-slider {
    position: absolute;
    inset: 0; width: 100%; height: 100%;
    z-index: 0; overflow: hidden;
}

.vitrin-slide {
    position: absolute;
    inset: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    transform: scale(1.1);
}

.vitrin-slide.active {
    opacity: 1;
    animation: kenBurns 12s linear infinite alternate;
}

@keyframes kenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.15); }
}

.vitrin-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

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

.vitrin-section .section-heading h6 { color: var(--primary); letter-spacing: 4px; }
.vitrin-section .section-heading h2 { color: #fff; font-size: 48px; font-weight: 700; }

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 60px;
    width: 100%;
}

#kategoriler .container {
    max-width: 1240px; /* Tekrar içeri çekildi */
    margin: 0 auto;
    padding: 0 40px;
}

.category-card {
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-md);
    overflow: hidden; /* 🔥 EN KRİTİK */
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;

}

.category-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(255,255,255,0.07);
    border-color: var(--primary);
    box-shadow: 0 25px 60px rgba(196,153,80,0.2);
}

.cat-img {
    height: 450px;
    background-size: cover; /* Yanlardaki boşlukları yok etmek için cover yapıldı */
    background-position: center top;
    background-repeat: no-repeat;
    background-color: transparent;

    overflow: hidden; /* 🔥 taşmayı kes */
    position: relative;
}

/* Hover efekti */
/* 🔥 SADECE GÖRSELİ BÜYÜT (container değil) */
.category-card:hover .cat-img {
    transform: scale(1.05);
    transform-origin: center bottom; /* 🔥 aşağı sabit */
}

.cat-content {
    padding: 28px 24px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(15,8,3,0.92) 0%, rgba(25,14,5,0.98) 100%);
    border-top: 1px solid rgba(196,153,80,0.2);
}

.category-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.category-card p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.cat-link {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.35s;
    padding: 13px 28px;
    border: 1px solid rgba(196,153,80,0.4);
    border-radius: 50px;
    background: transparent;
}

.category-card:hover .cat-link {
    background: linear-gradient(135deg, var(--gold-300), var(--primary));
    color: #111;
    border-color: transparent;
    box-shadow: 0 0 25px rgba(196,153,80,0.5);
    letter-spacing: 2.5px;
}

/* ============================================================
   FEATURES
   ============================================================ */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }

.feature-box {
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196,153,80,0.12);
    border-bottom: 3px solid transparent;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.4s;
}

.feature-box:hover {
    border-bottom-color: var(--primary);
    background: #fffdf8;
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(196,153,80,0.15);
    border-color: rgba(196,153,80,0.4);
}

/* ============================================================
   SCROLL REVEAL & SECTION ANIMATIONS
   ============================================================ */

/* Section başlık altındaki altın çizgi animasyonu */
.section-heading h2::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0; left: 0;
    background: linear-gradient(90deg, var(--primary), var(--gold-200));
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-heading.visible h2::after,
.fade-up.visible ~ .section-heading h2::after {
    width: 76px;
}

/* Kart hover'da altın parıltı */
.model-card,
.testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(196,153,80,0.12);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.model-card::before,
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(196,153,80,0.06) 50%,
        transparent 60%
    );
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 1;
}

.model-card:hover::before,
.testimonial-card:hover::before {
    left: 150%;
}

.model-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(196,153,80,0.15);
    border-color: rgba(196,153,80,0.4);
}

/* User contact section — krem arka plan */
.user-contact-sec {
    background: linear-gradient(180deg, #faf9f6 0%, #f5f2ec 100%);
    padding: 80px 0;
}

/* About section — açık krem */
#hakkimizda.bg-dark {
    background: linear-gradient(180deg, #f7f5f0 0%, #f0ede6 100%);
}

/* Testimonials section */
.testimonial-grid .testimonial-card {
    background: #ffffff;
}

/* Section geçiş dekoratif çizgi */
.section-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(196,153,80,0.3), transparent);
    margin: 0;
}

.icon-wrapper {
    width: 80px; height: 80px;
    margin: 0 auto 20px;
    background: rgba(196,153,80,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    color: var(--primary);
    transition: all 0.4s;
}

.feature-box:hover .icon-wrapper { background: var(--primary); color: #fff; transform: rotateY(360deg); }
.feature-box h4 { font-size: 20px; margin-bottom: 15px; color: var(--text-main); font-weight: 700; letter-spacing: 0.3px; }
.feature-box p  { color: var(--text-muted); font-size: 15px; }

/* ============================================================
   CATALOG BANNER
   ============================================================ */
.katalog-banner {
    padding: 150px 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.katalog-banner .overlay { position: absolute; inset: 0; background: rgba(26,26,26,0.85); }
.display-title { font-size: 50px; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: 2px; }
.display-desc  { font-size: 22px; color: var(--primary); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }

.testimonial-card {
    background: var(--card-bg);
    padding: 40px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line-soft);
    position: relative;
    box-shadow: var(--shadow-soft);
}

.testimonial-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-premium); border-color: rgba(196,153,80,0.28); }

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 10px; right: 20px;
    font-size: 80px;
    color: rgba(196,153,80,0.1);
    font-family: serif;
    line-height: 1;
}

.stars   { color: var(--primary); margin-bottom: 20px; font-size: 14px; }
.quote   { font-size: 16px; font-style: italic; color: var(--text-muted); margin-bottom: 30px; line-height: 1.8; }
.author h5 { font-family: var(--font-body); color: var(--text-main); font-size: 16px; margin-bottom: 5px; font-weight: 700; }
.author span { color: var(--primary); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* ============================================================
   BOTTOM CTA
   ============================================================ */
.bottom-cta-banner {
    background: var(--text-main);
    padding: 60px 0;
    border-top: 5px solid var(--primary);
    color: #fff;
}

.bottom-cta-banner h2 { font-size: 36px; margin-bottom: 10px; color: #fff; }
.bottom-cta-banner p  { font-size: 18px; color: #bbb; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.floating-contact { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; gap: 15px; }

.float-btn {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s;
    position: relative;
    z-index: 1000;
}

.float-btn::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid;
    animation: pulse 2s infinite;
    opacity: 0;
}

.float-wa { background: #25D366; }
.float-wa::after { border-color: #25D366; }
.float-phone { background: var(--primary); color: #000; }
.float-phone::after { border-color: var(--primary); }

.float-btn:hover { transform: translateY(-5px) scale(1.1); }
.float-btn:hover::after { opacity: 1; }

@keyframes pulse {
    0%   { transform: scale(1);   opacity: 0.8; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.user-contact-sec { background: linear-gradient(180deg, var(--surface-0), var(--surface-1)); padding: 80px 0; }

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

.contact-card {
    background: rgba(255,255,255,0.92);
    padding: 30px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
}

.contact-card h4 { margin-bottom: 20px; font-size: 24px; color: #333; }

.contact-card input,
.contact-card textarea {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(30,30,30,0.14);
    border-radius: 12px;
    padding: 12px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-card input:focus,
.contact-card textarea:focus {
    border-color: #c9a45c;
    box-shadow: 0 0 0 3px rgba(201,164,92,0.2);
}

.contact-card textarea { margin-top: 10px; margin-bottom: 20px; }

.contact-card button {
    width: 100%;
    background: linear-gradient(135deg, #c9a45c, #a8833d);
    border: none;
    color: white;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    transition: all 0.3s;
    cursor: pointer;
}

.contact-card button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 10px; }
.form-grid input:nth-child(3) { grid-column: span 2; }

.user-contact-info h3 { font-size: 28px; color: #333; margin-bottom: 20px; font-family: var(--font-heading); }
.user-contact-info p  { color: #666; margin-bottom: 30px; line-height: 1.6; }

.user-contact-list { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.user-contact-list li { display: flex; align-items: center; gap: 15px; font-size: 15px; color: #444; }
.user-contact-list li i { color: #c9a45c; font-size: 22px; }

.alert-success {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white; padding: 12px; border-radius: 10px;
    margin-bottom: 15px; text-align: center; font-weight: 500;
}

.alert-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white; padding: 12px; border-radius: 10px;
    margin-bottom: 15px; text-align: center; font-weight: 500;
}

/* ============================================================
   ABOUT (HAKKIMIZDA)
   ============================================================ */
.about-hero, .page-header {
    height: 40vh;
    min-height: 350px;
    padding-top: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.about-hero::before,
.about-hero::after,
.page-header .overlay {
    content: '';
    position: absolute;
    inset: 0;
}

.about-hero::before, .page-header .overlay { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.4), rgba(0,0,0,0.7)); }
.about-hero::after { background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%); }

.about-hero h1 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 800;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: -1px;
    line-height: 1.1;
    max-width: 900px;
    margin: 0 auto 20px;
}

.about-hero p { font-size: 20px; color: rgba(255,255,255,0.8); position: relative; z-index: 2; letter-spacing: 2px; text-transform: uppercase; }

/* Story */
.page-header + .section,
.page-header + * {
    margin-top: 0;
}

.story-section { padding: 100px 0; background: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-text h6 { color: var(--primary); letter-spacing: 3px; margin-bottom: 20px; font-weight: 700; }
.story-text h2 { font-size: 48px; line-height: 1.2; margin-bottom: 35px; font-weight: 700; }
.story-text .highlight { color: var(--text-main); font-weight: 700; border-bottom: 2px solid var(--primary); }
.story-text p { font-size: 18px; color: var(--text-muted); line-height: 1.8; margin-bottom: 25px; }

.story-img { position: relative; border-radius: 30px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.1); }
.story-img img { width: 100%; transition: transform 1s ease; }
.story-img:hover img { transform: scale(1.05); }

/* Stats */
.stats-premium { padding: 100px 0; background: var(--bg-dark); border-top: 1px solid rgba(0,0,0,0.05); }
.counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.counter-item h3 { font-size: 72px; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.counter-item p { font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-main); }

/* About Modern Block */
.about-modern-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.about-modern-img { position: relative; padding-bottom: 20px; }

.img-frame { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.4); height: 100%; }
.img-frame img { width: 100%; object-fit: cover; transition: 0.8s ease; display: block; }
.img-frame:hover img { transform: scale(1.05); }

.experience-badge {
    position: absolute;
    bottom: 5px; right: 10px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 130px; height: 130px;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    box-shadow: 0 10px 30px rgba(212,175,55,0.4);
    z-index: 2;
    border: 6px solid var(--bg-dark);
}

.experience-badge .year  { font-size: 32px; font-weight: 700; font-family: var(--font-heading); line-height: 1; }
.experience-badge .text  { font-size: 13px; font-weight: 500; text-align: center; letter-spacing: 1px; margin-top: 5px; }

.section-title-wrapper h6 { color: var(--primary); font-weight: 600; letter-spacing: 3px; font-size: 14px; margin-bottom: 10px; }
.section-title-wrapper h2 { font-size: 38px; color: #fff; margin-bottom: 30px; line-height: 1.2; }

.about-desc p { color: #bbb; font-size: 16px; line-height: 1.8; margin-bottom: 20px; }

.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(196,153,80,0.15); }
.about-feature-item { display: flex; align-items: flex-start; gap: 15px; }
.about-feature-item i { color: var(--primary); font-size: 28px; margin-top: 2px; }
.af-content h4 { color: var(--primary); font-size: 18px; margin-bottom: 6px; font-family: var(--font-body); }
.af-content p  { color: #bbb; font-size: 14px; line-height: 1.6; }

/* Feature Box - Light Theme Friendly */
.feature-box {
    background: #fff; /* Beyaz arka plan */
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05); /* Yumuşak çerçeve */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
}

.feature-box:hover {
    background: #fff;
    border-color: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(196,153,80,0.12);
}

.feature-box h4 { 
    color: var(--ink-900); 
    margin-bottom: 15px; 
    font-weight: 700;
}

.feature-box p { 
    color: var(--text-muted); 
    line-height: 1.8;
}

.feature-box i { 
    color: var(--primary); 
    font-size: 32px; 
    margin-bottom: 20px; 
    display: block; 
}

/* Showcase Gallery */
.showcase-section { padding: 140px 0; background: #0a0a0a; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.showcase-item { aspect-ratio: 1/1; overflow: hidden; border-radius: 20px; position: relative; cursor: crosshair; }
.showcase-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.showcase-item:hover img { transform: scale(1.15); }

/* CTA Premium */
.cta-premium {
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: #fff;
}

.cta-premium::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.85); }
.cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.cta-content h2 { font-size: 56px; margin-bottom: 40px; font-weight: 700; }

/* ============================================================
   PRODUCTS / MODELS PAGE
   ============================================================ */
.page-header {
    padding: 150px 0 100px;
    position: relative;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #1a1710 0%, #0f0e0b 100%) !important; /* Ana sayfa kahverengi tonu */
    border-bottom: 2px solid var(--primary);
    overflow: hidden;
}

.page-header .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); }

.category-heading {
    font-size: 32px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,175,55,0.3);
    margin: 40px 0;
    display: inline-block;
}

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.model-card {
    background: #fff;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.model-card:hover { 
    border-color: var(--primary); 
    transform: translateY(-12px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.1); 
}

.model-img { height: 550px; background-size: cover; background-position: center; transition: 0.8s ease; }
.model-card:hover .model-img { transform: scale(1.05); }

.model-info { padding: 30px; text-align: center; background: #fff; }
.model-info h4 { color: var(--text-main); font-size: 22px; margin-bottom: 15px; font-weight: 700; letter-spacing: 0.3px; }
.model-info p  { color: var(--text-muted); font-size: 15px; line-height: 1.6; }

.category-heading {
    font-size: 32px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,175,55,0.3);
    margin: 40px 0;
    display: inline-block;
    color: var(--text-main);
}

/* ============================================================
   FOOTER
   ============================================================ */
.main-footer { background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%); padding-top: 80px; color: #fff; overflow: hidden; max-width: 100vw; }

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

.footer-brand { font-size: 32px; color: var(--primary); letter-spacing: 4px; margin-bottom: 25px; }
.footer-col p  { color: #bbb; line-height: 1.8; font-size: 15px; }
.footer-col h4 { color: #fff; font-size: 20px; margin-bottom: 25px; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 15px; }
.footer-col ul li a { color: #bbb; font-size: 15px; display: inline-block; transition: color 0.3s, transform 0.3s; }
.footer-col ul li a:hover { color: var(--primary); transform: translateX(10px); }
.footer-col > ul > li { display: flex; align-items: flex-start; gap: 15px; color: #bbb; font-size: 15px; line-height: 1.6; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 12px; }
.footer-col > ul > li > i { color: var(--primary); margin-top: 5px; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 25px 0;
    background: #111;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

/* ============================================================
   PRELOADER & ANIMATIONS
   ============================================================ */
#preloader {
    position: fixed; inset: 0;
    background: var(--bg-dark);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

#preloader.hidden { opacity: 0; visibility: hidden; }

.preloader-content { text-align: center; }

.logo-text {
    font-size: 40px;
    letter-spacing: 8px;
    color: #c9a86a;
    animation: pulse 1.5s infinite;
}

.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

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

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid rgba(196,153,80,0.65);
    outline-offset: 2px;
}

/* ============================================================
   RESPONSIVE (Enhanced Mobile Experience)
   ============================================================ */
@media (max-width: 1024px) {
    .container { padding: 0 24px; }
    .hero-content-left h2 { font-size: clamp(48px, 8vw, 72px); }
    .door-main-img { height: 500px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 992px) {
    .section, .user-contact-sec { padding: 60px 0; }

    /* Mobile Nav */
    .nav-links {
        position: fixed;
        top: 0; right: -100%;
        width: 85%; height: 100vh;
        background: #0a0a0a;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
        z-index: 999;
        box-shadow: -20px 0 50px rgba(0,0,0,0.8);
        display: flex;
    }
    .nav-links.active { right: 0; }
    
    .footer-grid { text-align: left !important; }
    .footer-col { text-align: left !important; }
    .footer-bottom { text-align: left !important; }
    .footer-col h4::after { left: 0 !important; transform: none !important; }
    .footer-social-links { justify-content: flex-start !important; }
    
    .mobile-close-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 28px;
        color: var(--primary);
        cursor: pointer;
        display: block;
        z-index: 1001;
    }
    
    /* Vitrin (Category Grid) - Force single column */
    #kategoriler .category-grid { 
        display: grid !important;
        grid-template-columns: 1fr !important; 
        gap: 25px !important; 
        padding: 0 15px !important;
        width: 100% !important;
    }
    
    #kategoriler .cat-img {
        height: 350px !important; /* Mobilde daha makul bir yükseklik */
    }

    /* Hero Slider Mobile Fix */
    .hero-split-layout {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 100px !important; /* Daha yukarı al */
        padding-bottom: 30px !important;
        text-align: left !important;
        min-height: 100vh !important;
        justify-content: center !important;
        gap: 20px !important; /* Boşluğu daralt */
    }

    .hero-content-left {
        margin-bottom: 25px !important;
        padding-right: 0 !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important; /* Sola daya */
        width: 100% !important;
    }

    .hero-label {
        font-size: 13px !important;
        margin-bottom: 12px !important;
        display: block !important;
        letter-spacing: 4px !important;
        color: var(--primary) !important;
        text-align: left !important;
    }

    .hero-content-left h2 { 
        font-size: 38px !important; 
        margin-bottom: 12px !important;
        line-height: 1.1 !important;
        letter-spacing: 1px !important;
        font-weight: 700 !important;
        text-align: left !important;
    }

    .hero-desc { 
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-bottom: 25px !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .hero-actions-wrapper {
        display: flex !important;
        flex-direction: row !important; /* Mobilde yan yana kalsın ama sola yaslı */
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .hero-visual-right {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 20px !important;
    }

    .door-main-img { 
        height: 320px !important; /* Boyutu küçült ki alttakiler sığsın */
        width: auto !important;
        max-width: 100% !important;
    }

    .hero-bottom-status {
        display: none !important; /* Mobilde tamamen kaldır */
    }

    .hero-navigation {
        bottom: 20px !important;
    }

    /* About Us Modern Wrapper Mobile Fix */
    .about-modern-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .section-title-wrapper h2 {
        font-size: 32px !important;
    }

    .about-modern-left {
        padding: 30px 20px !important;
    }

    /* Floating Contact Left on Mobile */
    .floating-contact {
        right: auto !important;
        left: 20px !important;
        bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    .product-grid { grid-template-columns: 1fr; gap: 20px; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .top-bar-inner { font-size: 12px; }
    .footer-col { display: flex; flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    /* Hero Slider Tiny Screens (e.g. 365x667) */
    .hero-split-layout { padding-top: 80px !important; }
    .hero-content-left h2 { font-size: 30px !important; }
    .door-main-img { height: 320px !important; }
    
    /* Contact Section Fix - Force single column on mobile */
    #iletisim-form .contact-container { 
        display: grid !important;
        grid-template-columns: 1fr !important; 
        gap: 30px !important; 
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #iletisim-form .contact-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        padding: 25px 20px !important;
    }

    .user-contact-info {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .user-contact-info h3, .user-contact-info p {
        text-align: center !important;
        width: 100% !important;
    }

    .premium-contact-list {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .premium-contact-card {
        padding: 12px 15px !important;
        width: 100% !important;
        max-width: 320px !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }
    
    .hero-actions-wrapper { width: 100%; }
    .hero-btn-lux { width: 100%; text-align: center; padding: 15px; }
    
    .section-heading h2 { font-size: 24px; }
    .premium-contact-card { padding: 10px; }
    .counter-grid { grid-template-columns: 1fr; }
    
    /* Contact Form Fix */
    .form-grid { 
        grid-template-columns: 1fr !important; 
        gap: 10px !important; 
    }
    .form-grid input:nth-child(3) { 
        grid-column: span 1 !important; 
    }
    .contact-card textarea {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-hero, .page-header { 
        height: 280px !important; 
        padding-top: 100px !important; /* Biraz daha aşağı indirildi */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .about-hero h1, .display-title { 
        font-size: 24px !important; 
        width: 100% !important;
        text-align: center !important;
    }
    .about-hero p, .display-desc { 
        font-size: 14px !important; 
        letter-spacing: 1px !important; 
        text-align: center !important;
        width: 100% !important;
    }
    
    .section-title-wrapper h2 { font-size: 26px !important; }
    .feature-box h2 { font-size: 36px !important; } /* Stats numbers */
    
    .category-heading {
        font-size: 22px !important;
        text-align: center !important;
        margin-top: 40px !important;
        margin-bottom: 25px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid var(--primary) !important;
    }
    
    .features-grid { grid-template-columns: 1fr !important; gap: 15px !important; }
    .maps-grid { grid-template-columns: 1fr !important; }

    /* Hero Slider Tiny Screens (iPhone SE etc. 375x667) */
    .hero-split-layout { 
        padding-top: 35px !important; 
        gap: 5px !important; 
        justify-content: flex-start !important; 
        min-height: auto !important;
        padding-bottom: 10px !important;
        text-align: left !important;
    }
    .hero-content-left { align-items: flex-start !important; margin-bottom: 10px !important; }
    .hero-content-left h2 { font-size: 22px !important; margin-bottom: 4px !important; text-align: left !important; line-height: 1.1 !important; }
    .hero-label { margin-bottom: 4px !important; font-size: 9px !important; text-align: left !important; }
    .hero-desc { margin-bottom: 5px !important; text-align: left !important; }
    .hero-desc p { font-size: 12px !important; line-height: 1.2 !important; text-align: left !important; }
    .door-main-img { height: 180px !important; margin-bottom: 10px !important; }
    .hero-actions-wrapper { gap: 12px !important; justify-content: flex-start !important; margin-top: 0 !important; }
    .hero-btn-lux { padding: 8px 18px !important; font-size: 11px !important; }
    .hero-navigation { bottom: 5px !important; right: 20px !important; left: auto !important; }
    .hero-bottom-status { display: none !important; }

    /* iPhone 12/13/14 (390x844) Adjustment */
    @media (min-height: 800px) {
        .hero-split-layout { padding-top: 100px !important; }
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 992px) { 

.top-bar { display: none !important; }
 .hero-slider { height: 100dvh !important; min-height: 600px !important;
 } .hero-bg-image { filter: brightness(0.35) saturate(0.8) sepia(0.4) !important; background-position: center center !important; background-size: cover !important; } .hero-overlay { background: linear-gradient( 105deg, rgba(18, 9, 3, 0.92) 0%, rgba(35, 18, 8, 0.75) 40%, rgba(25, 12, 4, 0.20) 100% ) !important; } /* Layout */ .hero-split-layout { display: flex !important; flex-direction: column !important; justify-content: space-between !important; align-items: center !important; padding-top: 90px !important; padding-bottom: 0 !important; gap: 0 !important; height: 100% !important; } /* Kapı alanı */ .hero-visual-right { order: 1 !important; width: 92% !important; max-width: 420px !important; flex: 1 1 auto !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 20px 0 !important; } .door-scene-wrap, .door-product-link { width: 100% !important; display: flex !important; justify-content: center !important; align-items: center !important; animation: none !important; } /* 🔥 KAPI - ANA DÜZELTME */ .door-main-img { width: 100% !important; height: 68vh !important; /* 🔥 dinamik yükseklik */ max-height: none !important; object-fit: cover !important; object-position: center !important; border-radius: 18px !important; box-shadow: 0 0 0 1px rgba(196,153,80,0.35), 0 30px 80px rgba(0,0,0,0.85) !important; filter: brightness(1.12) contrast(1.05) !important; margin: 0 auto !important; transform: scale(1.04); /* 🔥 hafif premium zoom */ transition: 0.8s ease; } /* Metin */ .hero-content-left { order: 2 !important; width: 100% !important; display: flex !important; flex-direction: column !important; justify-content: flex-end !important; align-items: flex-start !important; padding: 20px 28px 90px !important; margin: 0 !important; background: linear-gradient(to top, rgba(5,2,1,0.95) 0%, rgba(8,4,2,0.60) 70%, transparent 100%); } .hero-label { font-size: 10px !important; letter-spacing: 5px !important; margin-bottom: 6px !important; color: var(--primary) !important; } .hero-content-left h2 { font-size: clamp(42px, 12vw, 64px) !important; line-height: 0.9 !important; letter-spacing: -2px !important; font-weight: 900 !important; color: #fff !important; margin-bottom: 4px !important; } .hero-desc { margin: 0 0 18px 0 !important; font-size: 11px !important; letter-spacing: 2.5px !important; color: rgba(255,255,255,0.45) !important; } .hero-actions-wrapper { display: flex !important; gap: 20px !important; width: 100% !important; } .hero-btn-lux { flex: 1 !important; padding: 15px 20px !important; font-size: 11px !important; border-radius: 999px !important; } .hero-navigation { bottom: 24px !important; right: 20px !important; } .hero-bottom-status { bottom: 24px !important; left: 20px !important; } /* Logo */ .mobile-menu-btn { display: flex !important; align-items: center !important; gap: 10px !important; } .mobile-menu-btn::before { content: ""; width: 28px; height: 28px; background: url("assets/img/logo.png") center / contain no-repeat; opacity: 0.9; } } /* 🔥 Küçük ekran */ @media (max-width: 480px) { .hero-split-layout { padding-top: 80px !important; } .hero-visual-right { width: 94% !important; max-width: 380px !important; } .door-main-img { height: 55vh !important; /* 🔥 340px yerine */ border-radius: 14px !important; } .hero-content-left { padding: 16px 20px 80px !important; } .hero-content-left h2 { font-size: clamp(36px, 11vw, 52px) !important; } .hero-btn-lux { padding: 13px 16px !important; font-size: 10px !important; } }