/* Frontend Global Styles */
body, html { margin: 0 !important; padding: 0 !important; }
.container { margin: 0 auto !important; padding: 0 !important; }
.content { margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }

/* Hero Slider - Professional Corporate Design - Full Width */
.hero-slider { position: relative; height: 85vh; min-height: 600px; max-height: 900px; overflow: hidden; margin: 0; width: 100vw; margin-left: calc(-50vw + 50%); background: #0a1628; }
.hero-slider-container { position: relative; height: 100%; width: 100%; }
.hero-slide { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease-in-out; }
.hero-slide.active { display: block; opacity: 1; position: relative; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(10, 22, 40, 0.4) 0%, rgba(10, 22, 40, 0.2) 100%); z-index: 1; }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; z-index: 5; text-align: center; max-width: 1100px; width: 90%; padding: 0 2rem; }
.hero-subtitle { font-size: 0.72rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 0.6rem; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); }
.hero-title { font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); line-height: 1.2; letter-spacing: -0.5px; color: white; }
.hero-description { font-size: 0.9rem; margin-bottom: 1.25rem; text-shadow: 1px 1px 4px rgba(0,0,0,0.6); line-height: 1.5; font-weight: 300; color: rgba(255,255,255,0.9); max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.hero-btn { display: inline-block; padding: 0.55rem 1.4rem; text-decoration: none; border-radius: 5px; font-size: 0.82rem; font-weight: 600; transition: all 0.3s; box-shadow: 0 3px 12px rgba(0,0,0,0.25); letter-spacing: 0.3px; }
.hero-btn-primary { background: white; color: #0a1628; }
.hero-btn-primary:hover { background: #f8f9fa; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.4); }
.hero-btn-secondary { background: transparent; color: white; border: 2px solid white; }
.hero-btn-secondary:hover { background: white; color: #0a1628; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(255,255,255,0.3); }
.hero-nav { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 10; }
.hero-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.4s; border: 2px solid rgba(255,255,255,0.6); }
.hero-dot:hover { background: rgba(255,255,255,0.7); transform: scale(1.2); }
.hero-dot.active { background: white; width: 45px; border-radius: 6px; }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); color: white; border: 2px solid rgba(255,255,255,0.3); width: 65px; height: 65px; cursor: pointer; font-size: 2rem; transition: all 0.3s; z-index: 10; display: flex; align-items: center; justify-content: center; font-weight: 300; }
.hero-arrow:hover { background: rgba(255,255,255,0.95); color: #0a1628; border-color: white; transform: translateY(-50%) scale(1.1); }
.hero-arrow.prev { left: 30px; border-radius: 0 8px 8px 0; }
.hero-arrow.next { right: 30px; border-radius: 8px 0 0 8px; }

/* Featured Categories - Full Width */
.featured-categories { margin: 0; padding: 0; width: 100vw; margin-left: calc(-50vw + 50%); background: #f8f9fa; padding: 0 2rem 2rem; }
.featured-categories h2 { text-align: center; margin-bottom: 2rem; color: #0a1628; font-size: 2.5rem; font-weight: 700; }
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1400px; margin: 0 auto; }
.category-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); transition: all 0.4s; text-decoration: none; display: block; height: 560px; }
.category-card:hover { transform: translateY(-10px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.category-card:hover .category-image { transform: scale(1.05); }
.category-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; filter: brightness(0.75); }
.category-card:hover .category-image { filter: brightness(0.6); }
.category-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.5rem; background: linear-gradient(to top, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.7) 70%, transparent 100%); text-align: center; z-index: 2; }
.category-name { font-size: 1.6rem; font-weight: 700; color: white; margin-bottom: 0.75rem; text-shadow: 2px 2px 8px rgba(0,0,0,0.9); }
.category-description { color: rgba(255,255,255,0.95); font-size: 0.9rem; line-height: 1.6; text-shadow: 1px 1px 4px rgba(0,0,0,0.9); }

/* ===== ÜRÜN SLİDER BÖLÜMÜ ===== */
.urun-slider-section { width: 100vw; margin-left: calc(-50vw + 50%); background: #f4f4f4; padding: 3rem 0 4rem; }
.urun-slider-baslik { text-align: center; font-size: 2rem; font-weight: 700; color: #0a1628; margin-bottom: 1.5rem; letter-spacing: -0.5px; }

.urun-tabs { display: flex; justify-content: center; gap: 0; margin-bottom: 2rem; flex-wrap: nowrap; overflow-x: auto; padding: 0; background: #f4f5f7; border-radius: 10px; max-width: 900px; margin-left: auto; margin-right: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; touch-action: pan-x; cursor: grab; }
.urun-tabs::-webkit-scrollbar { display: none; }
.urun-tab { padding: 0.65rem 1.4rem; background: transparent; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 0.88rem; color: #666; transition: all 0.25s; white-space: nowrap; flex-shrink: 0; margin: 4px; }
.urun-tab:hover { color: #0a1628; background: rgba(10,22,40,0.07); }
.urun-tab.aktif { background: #0a1628; color: white; box-shadow: 0 2px 8px rgba(10,22,40,0.25); }

.urun-tab-icerik { display: none; }
.urun-tab-icerik.aktif { display: block; }

.urun-slider-wrapper { position: relative; padding: 0 50px; max-width: 1500px; margin: 0 auto; }
.urun-slider-gorunum { overflow: hidden; }
.urun-slider-parca { display: flex; gap: 1rem; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Ürün Kartı */
.urun-kart { flex: 0 0 calc(25% - 0.8rem); position: relative; border-radius: 16px; overflow: hidden; height: 460px; text-decoration: none; display: block; box-shadow: 0 6px 25px rgba(0,0,0,0.12); transition: transform 0.4s, box-shadow 0.4s; }
.urun-kart:hover { transform: translateY(-12px); box-shadow: 0 16px 45px rgba(0,0,0,0.22); }
.urun-kart-resim { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform 0.5s; }
.urun-kart:hover .urun-kart-resim { transform: scale(1.06); }
.urun-kart-placeholder { background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 5rem; font-weight: 700; }
.urun-kart-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 2.5rem 2rem 2rem; background: linear-gradient(to top, rgba(5,10,20,1) 0%, rgba(5,10,20,0.85) 50%, transparent 100%); }
.urun-kart-baslik { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin: 0 0 0.6rem; line-height: 1.3; text-shadow: none; }
.urun-kart-aciklama { font-size: 0.92rem; color: rgba(255,255,255,0.85); line-height: 1.5; margin: 0 0 1.25rem; }
.urun-kart-btn { display: inline-block; padding: 0.7rem 1.75rem; background: white; color: #0a1628; border-radius: 8px; font-weight: 700; font-size: 0.9rem; transition: all 0.3s; }
.urun-kart:hover .urun-kart-btn { background: #0a1628; color: white; }

/* Slider Okları */
.urun-slider-ok { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; background: white; border: none; border-radius: 50%; cursor: pointer; font-size: 2.2rem; font-weight: 300; color: #0a1628; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.15); transition: all 0.3s; z-index: 10; line-height: 1; }
.urun-slider-ok:hover { background: #0a1628; color: white; transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 25px rgba(0,0,0,0.25); }
.urun-slider-ok.sol { left: 0; }
.urun-slider-ok.sag { right: 0; }

@media (max-width: 1024px) {
    .urun-kart { flex: 0 0 calc(33.333% - 1rem); height: 440px; }
}
@media (max-width: 768px) {
    .urun-kart { flex: 0 0 calc(100% - 0px); height: 420px; }
    .urun-slider-wrapper { padding: 0 50px; }
    .urun-slider-baslik { font-size: 1.5rem; }
    .urun-tabs { max-width: 100%; border-radius: 8px; }
    .urun-tab { padding: 0.55rem 1rem; font-size: 0.82rem; }
}

/* ===== HABERLER BÖLÜMÜ ===== */
.haberler-section { width: 100vw; margin-left: calc(-50vw + 50%); background: #f8f8f6; padding: 5rem 2rem; }
.haberler-header { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto 3rem; }
.haberler-etiket { display: none; }
.haberler-baslik { font-size: 2rem; font-weight: 700; color: #111; margin: 0; line-height: 1.2; }
.haberler-tumu { font-size: 0.9rem; font-weight: 600; color: #111; text-decoration: none; border: 1.5px solid #111; padding: 0.6rem 1.4rem; border-radius: 4px; transition: all 0.3s; white-space: nowrap; }
.haberler-tumu:hover { background: #111; color: white; }

.haberler-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1280px; margin: 0 auto; }
.haber-kart { display: block; text-decoration: none; background: white; border-radius: 12px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.haber-kart-buyuk { }
.haber-kart:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.haber-resim-wrapper { position: relative; width: 100%; overflow: hidden; height: 240px; }
.haber-resim { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; filter: none; }
.haber-kart:hover .haber-resim { transform: scale(1.04); }
.haber-resim-placeholder { width: 100%; height: 100%; background: #e8e8e8; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 3rem; font-weight: 700; }
.haber-overlay { padding: 1.5rem; position: static; background: none; }
.haber-tarih { font-size: 0.78rem; color: #999; font-weight: 500; display: block; margin-bottom: 0.6rem; }
.haber-baslik { font-size: 1.05rem; font-weight: 700; color: #111; margin: 0 0 0.6rem; line-height: 1.45; }
.haber-ozet { font-size: 0.88rem; color: #666; line-height: 1.6; margin: 0 0 1rem; }
.haber-oku { font-size: 0.85rem; color: #111; font-weight: 600; display: inline-flex; align-items: center; gap: 0.3rem; transition: gap 0.2s; }
.haber-kart:hover .haber-oku { gap: 0.6rem; }

@media (max-width: 1024px) { .haberler-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .haberler-grid { grid-template-columns: 1fr; } .haberler-header { flex-direction: column; align-items: flex-start; gap: 1rem; } .haberler-baslik { font-size: 1.6rem; } }

/* Responsive */
@media (max-width: 1024px) {
    .hero-slider { height: 70vh; min-height: 500px; }
    .hero-title { font-size: 1.5rem; }
    .hero-description { font-size: 0.82rem; }
    .hero-arrow { width: 55px; height: 55px; font-size: 1.8rem; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card { height: 380px; }
    .product-slide { flex: 0 0 calc(50% - 0.75rem); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════
   NEWS LIST — Premium Minimal
═══════════════════════════════════════════════ */
.ni-hero {
    width: 100vw; margin-left: calc(-50vw + 50%);
    background: #0a1628;
    padding: 4rem 2rem 3.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
}
.ni-hero-inner { max-width: 640px; margin: 0 auto; }
.ni-hero-label {
    display: inline-block;
    font-size: .7rem; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: #8fa8c8;
    margin-bottom: .9rem;
}
.ni-hero-title {
    font-size: 2.6rem; font-weight: 700; color: #fff;
    letter-spacing: -.02em; margin: 0 0 1.25rem;
    line-height: 1.15;
}
.ni-hero-line { width: 40px; height: 2px; background: #4a7fc1; margin: 0 auto; }

.ni-wrap { max-width: 1200px; margin: 0 auto; padding: 0 2rem 5rem; }

/* Featured (ilk haber) */
.ni-featured {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0; border-radius: 4px; overflow: hidden;
    text-decoration: none; color: inherit;
    margin-bottom: 3rem;
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    transition: box-shadow .3s;
}
.ni-featured:hover { box-shadow: 0 8px 40px rgba(0,0,0,.14); }
.ni-featured-img { position: relative; min-height: 420px; overflow: hidden; background: #0a1628; }
.ni-featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.ni-featured:hover .ni-featured-img img { transform: scale(1.03); }
.ni-featured-placeholder { width: 100%; height: 100%; min-height: 420px; display: flex; align-items: center; justify-content: center; font-size: 5rem; font-weight: 700; color: rgba(255,255,255,.15); background: #0a1628; }
.ni-featured-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, rgba(10,22,40,.08)); }
.ni-featured-body {
    background: #fff; padding: 3rem 2.5rem;
    display: flex; flex-direction: column; justify-content: center;
    border: 1px solid #f0f0f0; border-left: none;
}
.ni-date { font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #8fa8c8; margin-bottom: .9rem; display: block; }
.ni-featured-title { font-size: 1.75rem; font-weight: 700; color: #0a1628; line-height: 1.3; margin: 0 0 1rem; letter-spacing: -.02em; }
.ni-featured-summary { font-size: .95rem; color: #666; line-height: 1.75; margin: 0 0 1.75rem; flex: 1; }
.ni-read-btn {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .82rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: #0a1628;
    border-bottom: 1.5px solid #0a1628; padding-bottom: 2px;
    transition: gap .2s;
}
.ni-featured:hover .ni-read-btn { gap: .8rem; }

/* Grid */
.ni-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: #e8e8e8; margin-bottom: 3rem; }
.ni-card { background: #fff; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: background .2s; }
.ni-card:hover { background: #fafafa; }
.ni-card-img { overflow: hidden; aspect-ratio: 16/10; background: #f4f4f4; }
.ni-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.ni-card:hover .ni-card-img img { transform: scale(1.04); }
.ni-card-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 700; color: #ccc; }
.ni-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.ni-card-title { font-size: 1rem; font-weight: 700; color: #0a1628; line-height: 1.4; margin: .4rem 0 .6rem; }
.ni-card-summary { font-size: .85rem; color: #777; line-height: 1.65; flex: 1; margin: 0 0 1rem; }
.ni-card-arrow { font-size: .9rem; color: #0a1628; font-weight: 700; margin-top: auto; }

/* Pagination */
.ni-pagination { display: flex; justify-content: center; margin-top: 2.5rem; }
.ni-pagination .pagination { display: flex; gap: .35rem; }
.ni-pagination .page-link { padding: .5rem .9rem; border: 1px solid #e0e0e0; border-radius: 3px; font-size: .85rem; color: #0a1628; text-decoration: none; transition: all .2s; }
.ni-pagination .page-link:hover, .ni-pagination .page-item.active .page-link { background: #0a1628; color: #fff; border-color: #0a1628; }

/* Empty */
.ni-empty { text-align: center; padding: 5rem 0; color: #aaa; }
.ni-empty p { margin-top: 1rem; font-size: 1rem; }

/* ═══════════════════════════════════════════════
   NEWS DETAIL — Premium Minimal
═══════════════════════════════════════════════ */
.nd-wrap {
    max-width: 1200px; margin: 0 auto;
    padding: 3rem 2rem 5rem;
    display: grid; grid-template-columns: 1fr 300px; gap: 5rem;
    align-items: start;
}
.nd-breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .78rem; color: #aaa; margin-bottom: 1.75rem; flex-wrap: wrap; }
.nd-breadcrumb a { color: #aaa; text-decoration: none; transition: color .2s; }
.nd-breadcrumb a:hover { color: #0a1628; }
.nd-breadcrumb span { color: #ccc; }
.nd-meta { display: flex; align-items: center; gap: .6rem; font-size: .78rem; color: #aaa; margin-bottom: 1rem; }
.nd-meta-dot { color: #ddd; }
.nd-title { font-size: 2.2rem; font-weight: 700; color: #0a1628; line-height: 1.25; letter-spacing: -.025em; margin: 0 0 1.5rem; }
.nd-lead { font-size: 1.1rem; color: #555; line-height: 1.8; margin: 0 0 2rem; padding: 1.25rem 1.5rem; border-left: 3px solid #0a1628; background: #f8f9fb; border-radius: 0 4px 4px 0; }
.nd-cover { margin-bottom: 2.5rem; border-radius: 4px; overflow: hidden; }
.nd-cover img { width: 100%; max-height: 480px; object-fit: cover; display: block; }
.nd-body { font-size: 1rem; line-height: 1.9; color: #333; }
.nd-body p { margin-bottom: 1.4rem; }
.nd-body h2 { font-size: 1.5rem; font-weight: 700; color: #0a1628; margin: 2.5rem 0 1rem; }
.nd-body h3 { font-size: 1.2rem; font-weight: 600; color: #0a1628; margin: 2rem 0 .75rem; }
.nd-body ul, .nd-body ol { padding-left: 1.5rem; margin-bottom: 1.4rem; }
.nd-body li { margin-bottom: .4rem; }

/* Share */
.nd-share { display: flex; align-items: center; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #f0f0f0; flex-wrap: wrap; }
.nd-share-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #aaa; white-space: nowrap; }
.nd-share-btns { display: flex; gap: .5rem; }
.nd-share-btn { width: 36px; height: 36px; border-radius: 3px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; transition: opacity .2s, transform .2s; opacity: .85; }
.nd-share-btn:hover { opacity: 1; transform: translateY(-2px); }
.nd-fb { background: #1877f2; }
.nd-tw { background: #111; }
.nd-li { background: #0077b5; }
.nd-wa { background: #25d366; }

/* Sidebar */
.nd-sidebar { position: sticky; top: 100px; }
.nd-sidebar-title { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #aaa; margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1px solid #e8e8e8; }
.nd-sidebar-item { display: flex; gap: .9rem; align-items: flex-start; text-decoration: none; color: inherit; padding: 1rem 0; border-bottom: 1px solid #f4f4f4; transition: opacity .2s; }
.nd-sidebar-item:hover { opacity: .75; }
.nd-sidebar-img { width: 72px; height: 54px; border-radius: 3px; overflow: hidden; flex-shrink: 0; background: #f4f4f4; }
.nd-sidebar-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-sidebar-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; color: #ccc; }
.nd-sidebar-info { display: flex; flex-direction: column; gap: .3rem; }
.nd-sidebar-item-title { font-size: .85rem; font-weight: 600; color: #0a1628; line-height: 1.4; }

/* Responsive */
@media (max-width: 900px) {
    .ni-featured { grid-template-columns: 1fr; }
    .ni-featured-img { min-height: 260px; }
    .ni-featured-placeholder { min-height: 260px; }
    .ni-featured-body { padding: 2rem 1.5rem; border-left: 1px solid #f0f0f0; border-top: none; }
    .ni-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-wrap { grid-template-columns: 1fr; gap: 3rem; }
    .nd-sidebar { position: static; }
    .nd-title { font-size: 1.7rem; }
}
@media (max-width: 600px) {
    .ni-hero-title { font-size: 1.8rem; }
    .ni-grid { grid-template-columns: 1fr; }
    .ni-featured-title { font-size: 1.3rem; }
    .nd-title { font-size: 1.4rem; }
    .nd-wrap { padding: 2rem 1rem 3rem; }
}
.related-news-content { padding: 1.2rem; }
.related-news-title { font-size: 1.1rem; font-weight: 600; color: #0a1628; margin-bottom: 0.5rem; line-height: 1.4; }
.related-news-date { font-size: 0.85rem; color: #666; }

/* Product Detail Page Styles */
.product-detail-page { background: #f8f9fa; padding-bottom: 4rem; }
.product-breadcrumb { background: #0a1628; padding: 1rem 2rem; border-bottom: none; margin-bottom: 2rem; width: 100vw; margin-left: calc(-50vw + 50%); box-sizing: border-box; }
.product-breadcrumb-inner { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; max-width: 1400px; margin: 0 auto; }
.product-breadcrumb a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.3s; white-space: nowrap; }
.product-breadcrumb a:hover { color: white; }
.product-breadcrumb span { color: rgba(255,255,255,0.4); white-space: nowrap; }

.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 4rem; max-width: 1400px; margin: 0 auto 4rem; padding: 0 2rem; }

.product-gallery-section { position: sticky; top: 100px; height: fit-content; }
.main-gallery { background: white; border-radius: 16px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.main-image-wrapper { position: relative; margin-bottom: 1rem; }
.main-product-image { width: 100%; height: 420px; object-fit: contain; border-radius: 12px; cursor: zoom-in; transition: transform 0.3s; background: #fafafa; }
.main-product-image:hover { transform: scale(1.02); }
#mainVideoWrapper { border-radius: 12px; overflow: hidden; }
.zoom-btn { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,0.95); border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #0a1628; transition: all 0.3s; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
.zoom-btn:hover { background: white; transform: scale(1.1); }
.gallery-counter { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.75); color: white; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 500; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.95); border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #0a1628; transition: all 0.3s; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.gallery-arrow:hover { background: white; transform: translateY(-50%) scale(1.1); }
.gallery-arrow.prev { left: 1rem; }
.gallery-arrow.next { right: 1rem; }
.thumbnail-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.75rem; }
.thumb-item { width: 100%; height: 90px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 3px solid transparent; transition: all 0.3s; background: #fafafa; }
.thumb-item:hover { border-color: #ccc; transform: scale(1.05); }
.thumb-item.active { border-color: #0a1628; }

.product-info-section { background: white; border-radius: 16px; padding: 2.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.product-badges-top { display: flex; gap: 0.75rem; margin-bottom: 1.5rem; }
.badge-new, .badge-featured { padding: 0.5rem 1.2rem; border-radius: 25px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.badge-new { background: linear-gradient(135deg, #27ae60 0%, #229954 100%); color: white; }
.badge-featured { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color: white; }
.product-title { font-size: 2.5rem; font-weight: 700; color: #0a1628; margin-bottom: 1rem; line-height: 1.2; }
.product-subtitle { font-size: 1.2rem; color: #666; margin-bottom: 2rem; line-height: 1.6; }
.product-meta-info { background: #f8f9fa; border-radius: 12px; padding: 1.5rem; margin-bottom: 2rem; }
.meta-row { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #e0e0e0; }
.meta-row:last-child { border-bottom: none; }
.meta-row-tags { align-items: flex-start; }
.meta-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: flex-end; }
.meta-tag { background: #f0f0f0; border: 1px solid #ddd; color: #333; font-size: 0.85rem; padding: 0.25rem 0.7rem; border-radius: 20px; font-weight: 500; }
.meta-tag-color { background: #fff8f0; border-color: #e8c99a; color: #7a4f1e; }
.meta-color-dot { display: inline-block; width: 26px; height: 26px; border-radius: 50%; border: 2px solid rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0,0,0,0.2); cursor: default; }
.meta-label { font-weight: 600; color: #333; font-size: 0.95rem; }
.meta-value { color: #666; font-size: 0.95rem; }
.meta-link { color: #0a1628; text-decoration: none; font-weight: 500; transition: color 0.3s; }
.meta-link:hover { color: #1e3a5f; text-decoration: underline; }

.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2.5rem; }
.btn-primary-action, .btn-whatsapp-action { display: flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1.2rem 2rem; border-radius: 10px; font-weight: 600; font-size: 1.05rem; transition: all 0.3s; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.btn-primary-action { background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%); color: white; }
.btn-primary-action:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(10,22,40,0.3); }
.btn-whatsapp-action { background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%); color: white; }
.btn-whatsapp-action:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(37,211,102,0.3); }

.product-tabs { margin-top: 2rem; }
.tab-buttons { display: flex; gap: 0.5rem; border-bottom: 2px solid #e0e0e0; margin-bottom: 1.5rem; }
.tab-btn { padding: 1rem 2rem; background: transparent; border: none; border-bottom: 3px solid transparent; cursor: pointer; font-weight: 600; color: #666; transition: all 0.3s; font-size: 1rem; }
.tab-btn:hover { color: #0a1628; }
.tab-btn.active { color: #0a1628; border-bottom-color: #0a1628; }
.tab-content { display: none; }
.tab-content.active { display: block; animation: fadeIn 0.3s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.tab-text { line-height: 1.9; color: #444; font-size: 1.05rem; }
.no-content { color: #999; font-style: italic; }
.details-grid { display: grid; gap: 1rem; }
.detail-item { display: flex; justify-content: space-between; padding: 1rem; background: #f8f9fa; border-radius: 8px; }
.detail-label { font-weight: 600; color: #333; }
.detail-value { color: #666; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid #f0f0f0; }
.spec-table tr:last-child { border-bottom: none; }
.spec-key { padding: 0.85rem 1rem; font-weight: 600; color: #333; background: #f8f9fa; width: 45%; border-radius: 6px 0 0 6px; }
.spec-val { padding: 0.85rem 1rem; color: #555; }

.lightbox { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); }
.lightbox.active { display: flex; align-items: center; justify-content: center; }
.lightbox-content { position: relative; max-width: 90%; max-height: 90%; }
.lightbox-content img { max-width: 100%; max-height: 90vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 2rem; right: 2rem; color: white; font-size: 3rem; font-weight: bold; cursor: pointer; z-index: 10001; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); border-radius: 50%; transition: all 0.3s; }
.lightbox-close:hover { background: rgba(255,255,255,0.2); transform: rotate(90deg); }
.lightbox-arrow { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.4); width: 56px; height: 56px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: rgba(255,255,255,0.85); transition: all 0.3s; z-index: 10002; }
.lightbox-arrow:hover { background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.8); color: white; transform: translateY(-50%) scale(1.1); }
.lightbox-arrow.prev { left: 2rem; }
.lightbox-arrow.next { right: 2rem; }
.lightbox-counter { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.2); color: white; padding: 0.75rem 1.5rem; border-radius: 25px; font-size: 1rem; font-weight: 500; }

.related-products-section { margin-top: 4rem; width: 100vw; margin-left: calc(-50vw + 50%); background: #f4f4f4; padding: 3rem 0 4rem; }
.related-products-section .section-title { text-align: center; font-size: 2rem; font-weight: 700; color: #0a1628; margin-bottom: 2rem; }
.related-urun-slider-wrapper { position: relative; padding: 0 70px; max-width: 1500px; margin: 0 auto; }

.order-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); overflow: auto; }
.order-modal.active { display: flex; align-items: center; justify-content: center; padding: 2rem; }
.order-modal-content { background: white; padding: 2.5rem; border-radius: 16px; max-width: 650px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 10px 50px rgba(0,0,0,0.3); }
.order-modal-content h3 { font-size: 1.8rem; font-weight: 700; color: #0a1628; margin-bottom: 0.5rem; }
.modal-subtitle { color: #666; margin-bottom: 2rem; font-size: 1rem; }
.modal-close { position: absolute; right: 1.5rem; top: 1.5rem; font-size: 2rem; font-weight: bold; color: #999; cursor: pointer; line-height: 1; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s; }
.modal-close:hover { color: #333; background: #f0f0f0; transform: rotate(90deg); }
.alert-success { background: linear-gradient(135deg, #27ae60 0%, #229954 100%); color: white; padding: 1rem 1.25rem; border-radius: 10px; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; box-shadow: 0 4px 15px rgba(39,174,96,0.3); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { margin-bottom: 0.5rem; font-weight: 600; color: #333; font-size: 0.95rem; }
.required { color: #e74c3c; }
.form-field input, .form-field textarea { padding: 0.85rem 1rem; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 0.95rem; transition: all 0.3s; font-family: inherit; }
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: #0a1628; box-shadow: 0 0 0 3px rgba(10,22,40,0.1); }
.form-field textarea { resize: vertical; min-height: 100px; }
.btn-form-submit { width: 100%; padding: 1.1rem; background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%); color: white; border: none; border-radius: 10px; font-size: 1.05rem; font-weight: 600; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 0.75rem; box-shadow: 0 4px 15px rgba(10,22,40,0.3); }
.btn-form-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(10,22,40,0.4); }

@media (max-width: 768px) {
    .product-detail-grid { grid-template-columns: 1fr; }
    .product-gallery-section { position: static; }
    .product-actions { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .tab-buttons { flex-wrap: wrap; }
    .product-breadcrumb { padding: 0.85rem 1rem; }
    .product-breadcrumb-inner { font-size: 0.78rem; flex-wrap: wrap; }
}

/* Özel Ürünlerimiz - Video Kapak Bölümü */
.ozel-urunler-section { background: #f4f4f4; padding: 4rem 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.ozel-urunler-inner { max-width: 1600px; margin: 0 auto; padding: 0 1rem; }
.ozel-urunler-header { text-align: center; margin-bottom: 2.5rem; }
.ozel-urunler-etiket { display: inline-block; background: #0a1628; color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; padding: 0.3rem 0.9rem; border-radius: 2px; margin-bottom: 0.75rem; text-transform: uppercase; }
.ozel-urunler-baslik { font-size: 2rem; font-weight: 700; color: #0a1628; }

/* Slider wrapper */
.ozel-slider-wrapper { position: relative; display: flex; align-items: center; gap: 0.75rem; }
.ozel-slider-track-outer { flex: 1; overflow: hidden; cursor: grab; user-select: none; }
.ozel-slider-track-outer:active { cursor: grabbing; }
.ozel-slider-track { display: flex; gap: 1rem; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); will-change: transform; }

/* Kartlar — genişlik JS tarafından ayarlanır */
.ozel-urun-kart { display: block; text-decoration: none; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; height: 480px; position: relative; background: #eee; flex-shrink: 0; }
.ozel-urun-kart:hover { transform: translateY(-6px); box-shadow: 0 14px 35px rgba(0,0,0,0.18); }
.ozel-urun-video-wrapper { position: absolute; inset: 0; overflow: hidden; }
.ozel-urun-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; z-index: 1; }
.ozel-urun-kart:hover .ozel-urun-video { z-index: 3; }
.ozel-urun-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; z-index: 2; transition: opacity 0.5s; }
.ozel-urun-kart:hover .ozel-urun-poster { opacity: 0; }
.ozel-urun-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,40,0.8) 0%, rgba(10,22,40,0.15) 55%, transparent 100%); z-index: 4; pointer-events: none; }
.ozel-urun-bilgi { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; z-index: 5; }
.ozel-urun-ad { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 0.35rem; line-height: 1.3; }
.ozel-urun-aciklama { font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-bottom: 0.8rem; line-height: 1.4; }
.ozel-urun-btn { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; font-weight: 600; color: #fff; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); padding: 0.4rem 1rem; border-radius: 20px; backdrop-filter: blur(4px); transition: background 0.2s; }
.ozel-urun-kart:hover .ozel-urun-btn { background: rgba(255,255,255,0.28); }

/* Ok butonları */
.ozel-slider-arrow { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: #0a1628; color: #fff; border: none; font-size: 1.6rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s; z-index: 10; }
.ozel-slider-arrow:hover { background: #1e3a5f; transform: scale(1.08); }

/* Nokta navigasyonu */
.ozel-slider-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.ozel-slider-dot { width: 8px; height: 8px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.ozel-slider-dot.aktif { background: #0a1628; transform: scale(1.3); }

/* Responsive */
@media (max-width: 1200px) { .ozel-urun-kart { height: 500px; } }
@media (max-width: 900px) { .ozel-urun-kart { height: 480px; } }
@media (max-width: 600px) { .ozel-urun-kart { height: 440px; } .ozel-slider-arrow { width: 36px; height: 36px; font-size: 1.3rem; } }

/* Video thumbnail */
.thumb-video { cursor: pointer; border: 3px solid transparent; border-radius: 8px; transition: all 0.3s; }
.thumb-video.active { border-color: #0a1628; }
.thumb-video:hover { border-color: #ccc; transform: scale(1.05); }

/* ===== VİTRİN BANNER ===== */
.vitrin-banner-section { width: 100vw; margin-left: calc(-50vw + 50%); padding: 0; margin-top: 2rem; }
.vitrin-banner-grid { display: grid; gap: 4px; }
.vitrin-banner-grid.count-1 { grid-template-columns: 1fr; }
.vitrin-banner-grid.count-2 { grid-template-columns: 1fr 1fr; }
.vitrin-banner-grid.count-3 { grid-template-columns: 1fr 1fr 1fr; }
.vitrin-banner-grid.count-4 { grid-template-columns: 1fr 1fr; }
.vitrin-banner-grid.count-5,
.vitrin-banner-grid.count-6 { grid-template-columns: 1fr 1fr 1fr; }

.vitrin-banner { position: relative; overflow: hidden; background: #0a1628; display: flex; align-items: flex-end; justify-content: center; }
.vitrin-banner-grid.count-1 .vitrin-banner { height: 380px; }
.vitrin-banner-grid.count-2 .vitrin-banner { height: 420px; }
.vitrin-banner-grid.count-3 .vitrin-banner,
.vitrin-banner-grid.count-4 .vitrin-banner,
.vitrin-banner-grid.count-5 .vitrin-banner,
.vitrin-banner-grid.count-6 .vitrin-banner { height: 420px; }

.vitrin-banner img.vitrin-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s ease; }
.vitrin-banner-grid.count-1 .vitrin-banner img.vitrin-banner-img { object-fit: contain; object-position: center; background: #f5f5f5; }
.vitrin-banner:hover img.vitrin-banner-img { transform: scale(1.03); }

.vitrin-banner-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,12,25,0.82) 0%, rgba(5,12,25,0.35) 50%, rgba(5,12,25,0.08) 100%); z-index: 1; }
.vitrin-banner-grid.count-1 .vitrin-banner .vitrin-banner-overlay { background: linear-gradient(to top, rgba(5,12,25,0.85) 0%, rgba(5,12,25,0.3) 55%, transparent 100%); }

.vitrin-banner { align-items: flex-end; }
.vitrin-banner-content { position: relative; z-index: 2; width: 100%; padding: 0 2rem 2rem; }
.vitrin-banner-grid.count-1 .vitrin-banner-content { max-width: 1280px; margin: 0 auto; padding: 0 4rem 3rem; }

.vitrin-banner-eyebrow { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 0.5rem; }
.vitrin-banner-title { font-size: 1.55rem; font-weight: 700; color: #fff; margin: 0 0 0.4rem; line-height: 1.2; letter-spacing: -0.01em; }
.vitrin-banner-grid.count-1 .vitrin-banner-title { font-size: 2.4rem; letter-spacing: -0.02em; }
.vitrin-banner-subtitle { font-size: 0.88rem; color: rgba(255,255,255,0.75); margin: 0 0 1.2rem; line-height: 1.5; font-weight: 300; }
.vitrin-banner-grid.count-1 .vitrin-banner-subtitle { font-size: 1.05rem; }

.vitrin-banner-btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: transparent; color: #fff;
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 0.55rem 1.4rem; border: 1.5px solid rgba(255,255,255,0.55);
    border-radius: 2px; text-decoration: none; transition: all 0.25s;
}
.vitrin-banner-btn::after { content: '→'; font-size: 0.9rem; transition: transform 0.2s; }
.vitrin-banner-btn:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.vitrin-banner-btn:hover::after { transform: translateX(3px); }

.vitrin-banner-discover {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: transparent; color: #fff;
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 0.55rem 1.4rem; border: 1.5px solid rgba(255,255,255,0.55);
    border-radius: 2px; text-decoration: none; transition: all 0.25s;
}
.vitrin-banner-discover::after { content: '→'; font-size: 0.9rem; transition: transform 0.2s; }
.vitrin-banner-discover:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.vitrin-banner-discover:hover::after { transform: translateX(3px); }

.vitrin-banner-fulllink { position: absolute; inset: 0; z-index: 2; }
.vitrin-banner-btn,
.vitrin-banner-discover { position: relative; z-index: 3; }

@media (max-width: 768px) {
    .vitrin-banner-grid.count-2,
    .vitrin-banner-grid.count-3,
    .vitrin-banner-grid.count-4,
    .vitrin-banner-grid.count-5,
    .vitrin-banner-grid.count-6 { grid-template-columns: 1fr; }
    .vitrin-banner-grid .vitrin-banner { height: 260px !important; }
    .vitrin-banner-grid.count-1 .vitrin-banner { height: 280px !important; }
    .vitrin-banner-content { padding: 0 1.2rem 1.2rem !important; }
    .vitrin-banner-title { font-size: 1.15rem !important; }
    .vitrin-banner-subtitle { font-size: 0.82rem !important; }
}

/* ===== GENEL MOBİL DÜZENLEMELER ===== */
@media (max-width: 768px) {

    /* Hero */
    .hero-slider { height: 55vh; min-height: 320px; }
    .hero-title { font-size: 1.6rem; letter-spacing: -0.5px; margin-bottom: 0.75rem; }
    .hero-subtitle { font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 0.5rem; }
    .hero-description { font-size: 0.85rem; margin-bottom: 1rem; }
    .hero-buttons { display: none; }
    .hero-arrow { width: 38px; height: 38px; font-size: 1.4rem; }
    .hero-arrow.prev { left: 8px; }
    .hero-arrow.next { right: 8px; }
    .hero-nav { bottom: 16px; }
    .hero-dot { width: 8px; height: 8px; }
    .hero-dot.active { width: 28px; }

    /* Kategoriler */
    .featured-categories { padding: 1.5rem 1rem 2rem; }
    .featured-categories h2 { font-size: 1.5rem; margin-bottom: 1.2rem; }
    .categories-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 0.75rem; padding-bottom: 0.75rem; scrollbar-width: none; }
    .categories-grid::-webkit-scrollbar { display: none; }
    .category-card { flex: 0 0 80vw; max-width: 80vw; height: 560px; border-radius: 10px; scroll-snap-align: start; }
    .category-name { font-size: 1.1rem; }
    .category-description { font-size: 0.8rem; }

    /* Özel Ürünler */
    .ozel-urunler-section { padding: 2.5rem 0; }
    .ozel-urunler-inner { padding: 0 1rem; }
    .ozel-urunler-baslik { font-size: 1.4rem; }
    .ozel-slider-arrow { width: 34px; height: 34px; font-size: 1.2rem; }

    /* Ürün Slider */
    .urun-slider-section { padding: 2rem 0 3rem; }
    .urun-slider-baslik { font-size: 1.4rem; }
    .urun-tabs { max-width: calc(100% - 2rem); margin-left: 1rem; margin-right: 1rem; justify-content: flex-start; }
    .urun-tab { padding: 0.5rem 0.85rem; font-size: 0.8rem; }
    .urun-slider-wrapper { padding: 0 44px; }
    .urun-slider-ok { width: 40px; height: 40px; font-size: 1.6rem; }
    .urun-kart { flex: 0 0 100% !important; height: 560px; }
    .urun-kart-baslik { font-size: 1.2rem; }

    /* Haberler */
    .haberler-section { padding: 3rem 1rem; }
    .haberler-grid { grid-template-columns: 1fr; gap: 1rem; }
    .haberler-header { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .haberler-baslik { font-size: 1.4rem; }
    .haber-resim-wrapper { height: 200px; }

    /* Ürün detay */
    .product-detail-grid { grid-template-columns: 1fr; padding: 0 1rem; }
    .product-gallery-section { position: static; }
    .product-actions { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .tab-buttons { flex-wrap: wrap; gap: 0.25rem; }
    .tab-btn { padding: 0.6rem 1rem; font-size: 0.88rem; }
    .product-title { font-size: 1.8rem; }
    .thumbnail-gallery { grid-template-columns: repeat(4, 1fr); }
    .thumb-item { height: 70px; }
}

@media (max-width: 480px) {
    .category-card { flex: 0 0 85vw; max-width: 85vw; height: 520px; }
    .category-description { font-size: 0.75rem; }
    .category-name { font-size: 0.95rem; }
    .hero-title { font-size: 1.5rem; }
    .urun-slider-wrapper { padding: 0 36px; }
    .urun-slider-ok { width: 32px; height: 32px; font-size: 1.3rem; }
}

/* ===== CAT-KART — Overlay Ürün Kartı (products & category pages) ===== */
.cat-kart {
    display: block; text-decoration: none;
    border-radius: 14px; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background: #111;
}
.cat-kart:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.20); }

.cat-kart-img-wrap {
    position: relative;
    height: 420px;
    overflow: hidden;
}
.cat-kart-img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top center;
    display: block;
    transition: transform 0.5s ease;
}
.cat-kart:hover .cat-kart-img { transform: scale(1.04); }

.cat-kart-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3.5rem; font-weight: 700; color: #555; background: #1e1e1e;
}

.cat-kart-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 2rem 1.25rem 1.25rem;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.45) 55%, transparent 100%);
    display: flex; flex-direction: column; gap: 0.35rem;
}
.cat-kart-name {
    font-size: 1rem; font-weight: 700; color: #fff;
    margin: 0; line-height: 1.3;
}
.cat-kart-desc {
    font-size: 0.8rem; color: rgba(255,255,255,0.65);
    line-height: 1.5; margin: 0;
}
.cat-kart-btn {
    display: inline-block; margin-top: 0.45rem;
    background: rgba(255,255,255,0.95); color: #0a1628;
    font-size: 0.78rem; font-weight: 700;
    padding: 0.4rem 1rem; border-radius: 5px;
    align-self: flex-start;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.02em;
}
.cat-kart:hover .cat-kart-btn { background: #0a1628; color: #fff; }

/* ===== HAKKIMIZDA SAYFASI ===== */
.about-hero {
    position: relative; width: 100vw; margin-left: calc(-50vw + 50%);
    height: 420px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    background: #0a1628;
}
.about-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.35; }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.85) 0%, rgba(10,22,40,0.5) 100%); }
.about-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 2rem; }
.about-hero-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.about-hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #fff; margin: 0 0 0.75rem; line-height: 1.1; letter-spacing: -0.02em; }
.about-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto; line-height: 1.6; }
.about-breadcrumb { position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); z-index: 2; white-space: nowrap; }
.about-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.about-breadcrumb a:hover { color: #fff; }

.about-stats-bar { width: 100vw; margin-left: calc(-50vw + 50%); background: #0a1628; }
.about-stats-inner { max-width: 900px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.about-stat { flex: 1; min-width: 140px; display: flex; flex-direction: column; align-items: center; padding: 2rem 1.5rem; border-right: 1px solid rgba(255,255,255,0.08); }
.about-stat:last-child { border-right: none; }
.about-stat-num { font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.about-stat-lbl { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.4rem; }

.about-container { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.about-section { padding: 4rem 0; }
.about-intro { font-size: 1.05rem; color: #444; line-height: 1.85; text-align: center; max-width: 720px; margin: 0 auto; }

.about-mv-section { padding: 4rem 0; background: #f7f7f5; width: 100vw; margin-left: calc(-50vw + 50%); }
.about-mv-section .about-container { padding: 0 2rem; }
.about-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.about-mv-card { background: #fff; border-radius: 16px; padding: 2.5rem 2rem; border: 1px solid #ebebeb; transition: box-shadow 0.2s; }
.about-mv-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); }
.about-mv-icon { width: 52px; height: 52px; border-radius: 12px; background: #0a1628; color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.about-mv-title { font-size: 1.1rem; font-weight: 700; color: #0a1628; margin: 0 0 0.85rem; letter-spacing: -0.01em; }
.about-mv-text { font-size: 0.9rem; color: #666; line-height: 1.75; margin: 0; }

.about-values-section { padding: 4rem 0; }
.about-section-head { margin-bottom: 2rem; }
.about-section-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #0a1628; padding: 0.35rem 0.85rem; border: 1.5px solid #0a1628; border-radius: 4px; }
.about-values-text { font-size: 0.95rem; color: #555; line-height: 1.85; max-width: 720px; }

.about-special-section { padding: 5rem 0; background: #0a1628; width: 100vw; margin-left: calc(-50vw + 50%); }
.about-special-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.about-special-header { text-align: center; margin-bottom: 3rem; }
.about-special-header .about-section-tag { color: rgba(255,255,255,0.5); border-color: rgba(255,255,255,0.2); }
.about-special-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; margin: 1rem 0 0; letter-spacing: -0.02em; }
.about-special-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.about-special-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; }
.about-special-img-wrap { width: 100%; height: 100%; position: relative; }
.about-special-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.about-special-card:hover .about-special-img-wrap img { transform: scale(1.06); }
.about-special-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,40,0.75) 0%, transparent 55%); display: flex; align-items: flex-end; padding: 1.5rem; }
.about-special-card-num { font-size: 2.5rem; font-weight: 900; color: rgba(255,255,255,0.15); line-height: 1; letter-spacing: -0.04em; }

/* Galeri Slider */
.cg-section { padding: 5rem 0 5.5rem; background: #f8f8f6; width: 100vw; margin-left: calc(-50vw + 50%); border-top: 1px solid #e8e8e8; }
.cg-container { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }
.cg-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e4e4e4; }
.cg-label { display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #aaa; margin-bottom: 0.5rem; }
.cg-title { font-size: 1.6rem; font-weight: 800; color: #0a1628; margin: 0; letter-spacing: -0.03em; line-height: 1.1; }
.cg-head-right { display: flex; align-items: center; gap: 0.4rem; }
.cg-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid #d4d4d4; background: #fff; color: #0a1628; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; }
.cg-arrow:hover { background: #0a1628; color: #fff; border-color: #0a1628; }
.cg-counter { font-size: 0.72rem; font-weight: 600; color: #bbb; margin-left: 0.4rem; white-space: nowrap; }
.cg-counter span { color: #0a1628; }
.cg-track-outer { overflow: hidden; cursor: grab; }
.cg-track-outer:active { cursor: grabbing; }
.cg-track { display: flex; gap: 12px; transition: transform 0.42s cubic-bezier(0.4,0,0.2,1); }
.cg-item { flex-shrink: 0; width: 260px; height: 340px; border-radius: 6px; overflow: hidden; position: relative; cursor: pointer; background: #e8e8e8; }
.cg-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.cg-item:hover img { transform: scale(1.05); }
.cg-item-hover { position: absolute; inset: 0; background: rgba(10,22,40,0.22); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s; }
.cg-item:hover .cg-item-hover { opacity: 1; }

/* Galeri Lightbox */
.cg-lb { position: fixed; inset: 0; z-index: 9999; background: rgba(6,6,6,0.96); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.22s; backdrop-filter: blur(10px); }
.cg-lb.on { opacity: 1; pointer-events: all; }
.cg-lb-close { position: absolute; top: 1.25rem; right: 1.25rem; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.75); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.cg-lb-close:hover { background: rgba(255,255,255,0.2); }
.cg-lb-stage { flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; padding: 1.5rem 5rem; }
#cgLbImg { max-width: 100%; max-height: 70vh; object-fit: contain; border-radius: 3px; transition: opacity 0.18s; box-shadow: 0 16px 50px rgba(0,0,0,0.55); }
.cg-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.65); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s; }
.cg-lb-nav:hover { background: rgba(255,255,255,0.15); color: #fff; }
.cg-lb-prev { left: 1.25rem; }
.cg-lb-next { right: 1.25rem; }
.cg-lb-bar { width: 100%; padding: 0 2rem 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.cg-lb-count { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); }
.cg-lb-thumbs { display: flex; gap: 6px; overflow-x: auto; max-width: 680px; scrollbar-width: none; padding: 2px; }
.cg-lb-thumbs::-webkit-scrollbar { display: none; }
.cg-lb-thumb { flex-shrink: 0; width: 50px; height: 36px; border-radius: 3px; overflow: hidden; cursor: pointer; border: 1.5px solid transparent; opacity: 0.3; transition: opacity 0.2s, border-color 0.2s; }
.cg-lb-thumb.on { border-color: rgba(255,255,255,0.65); opacity: 1; }
.cg-lb-thumb:hover { opacity: 0.65; }
.cg-lb-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* About Responsive */
@media (max-width: 900px) {
    .about-special-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .about-hero { height: 320px; }
    .about-hero-title { font-size: 2rem; }
    .about-stat { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 1.5rem 1rem; }
    .about-mv-grid { grid-template-columns: 1fr; }
    .about-container { padding: 0 1rem; }
    .about-section { padding: 2.5rem 0; }
    .about-mv-section { padding: 2.5rem 0; }
    .about-special-section { padding: 3rem 0; }
    .cg-container { padding: 0 1.25rem; }
    .cg-item { width: calc(100vw - 2.5rem); height: 420px; scroll-snap-align: start; }
    .cg-track { scroll-snap-type: x mandatory; }
    .cg-title { font-size: 1.25rem; }
    .cg-lb-stage { padding: 1rem 3.5rem; }
    .cg-lb-prev { left: 0.4rem; }
    .cg-lb-next { right: 0.4rem; }
}
@media (max-width: 480px) {
    .about-special-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
}

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════ */
.ct-hero { position:relative; width:100vw; margin-left:calc(-50vw + 50%); height:320px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:#0a1628; }
.ct-hero-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.3; }
.ct-hero-overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(10,22,40,.88) 0%,rgba(10,22,40,.5) 100%); }
.ct-hero-content { position:relative; z-index:2; text-align:center; }
.ct-hero-tag { font-size:.65rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.45); margin-bottom:.75rem; }
.ct-hero-title { font-size:clamp(1.8rem,4vw,3rem); font-weight:800; color:#fff; margin:0; letter-spacing:-.02em; line-height:1.1; }
.ct-breadcrumb { position:absolute; bottom:1.25rem; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:.5rem; font-size:.75rem; color:rgba(255,255,255,.4); z-index:2; white-space:nowrap; }
.ct-breadcrumb a { color:rgba(255,255,255,.5); text-decoration:none; }
.ct-breadcrumb a:hover { color:#fff; }

.ct-section { padding:4rem 0 0; }
.ct-top-row { max-width:1200px; margin:0 auto; padding:0 2rem 4rem; display:grid; grid-template-columns:320px 1fr; gap:2.5rem; align-items:start; }

/* Info cards */
.ct-info-grid { display:flex; flex-direction:column; gap:.6rem; }
.ct-info-card { display:flex; align-items:flex-start; gap:.9rem; padding:1.1rem 1.25rem; background:#fff; border:1px solid #ebebeb; border-radius:10px; text-decoration:none; color:inherit; transition:box-shadow .2s,border-color .2s; }
.ct-info-card:hover { box-shadow:0 4px 20px rgba(0,0,0,.07); border-color:#d0d0d0; }
.ct-info-card--wa { border-color:#dcf8c6; background:#f6fff2; }
.ct-info-card--wa:hover { border-color:#25d366; }
.ct-info-card--wa .ct-info-icon { background:#25d366; color:#fff; }
.ct-info-icon { width:38px; height:38px; border-radius:8px; background:#0a1628; color:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.ct-info-body { display:flex; flex-direction:column; gap:.15rem; min-width:0; }
.ct-info-label { font-size:.62rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#aaa; }
.ct-info-value { font-size:.85rem; font-weight:600; color:#0a1628; white-space:normal; word-break:break-word; line-height:1.4; }

/* Form */
.ct-left { display:flex; flex-direction:column; gap:1.5rem; }
.ct-right { position:sticky; top:2rem; }
.ct-form-wrap { background:#fff; border:1px solid #ebebeb; border-radius:14px; padding:2rem; }
.ct-form-title { font-size:1.1rem; font-weight:800; color:#0a1628; margin:0 0 1.5rem; letter-spacing:-.02em; }
.ct-alert { display:flex; align-items:center; gap:.5rem; padding:.75rem 1rem; border-radius:7px; font-size:.85rem; font-weight:500; margin-bottom:1.25rem; }
.ct-alert--ok { background:#f0fdf4; color:#166534; border:1px solid #bbf7d0; }
.ct-alert--err { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; }
.ct-form-row { display:grid; grid-template-columns:1fr 1fr; gap:.75rem; }
.ct-field { display:flex; flex-direction:column; gap:.35rem; margin-bottom:.75rem; }
.ct-field label { font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#666; }
.ct-field input, .ct-field textarea { width:100%; padding:.65rem .85rem; border:1.5px solid #e4e4e4; border-radius:7px; font-size:.88rem; color:#0a1628; background:#fafafa; transition:border-color .2s,background .2s; box-sizing:border-box; font-family:inherit; resize:vertical; }
.ct-field input:focus, .ct-field textarea:focus { outline:none; border-color:#0a1628; background:#fff; }
.ct-submit { display:flex; align-items:center; justify-content:center; gap:.5rem; width:100%; padding:.8rem 1.5rem; background:#0a1628; color:#fff; border:none; border-radius:8px; font-size:.88rem; font-weight:700; letter-spacing:.04em; cursor:pointer; transition:background .2s,transform .15s; margin-top:.25rem; }
.ct-submit:hover { background:#1a2d4a; transform:translateY(-1px); }

/* Harita - tam boy alt */
.ct-map-full { width:100%; height:450px; margin:0; padding:0; overflow:hidden; }
.ct-map-full iframe { width:100%; height:450px; border:none; display:block; }

/* Responsive */
@media (max-width:900px) {
    .ct-top-row { grid-template-columns:1fr; padding:0 1.5rem 3rem; }
    .ct-right { position:static; }
    .ct-map-full { height:300px; }
}
@media (max-width:600px) {
    .ct-info-grid { grid-template-columns:1fr; }
    .ct-form-row { grid-template-columns:1fr; }
    .ct-section { padding:2.5rem 0 0; }
    .ct-top-row { padding:0 1rem 2.5rem; }
    .ct-hero { height:240px; }
}

/* ===== HEADER ORDER BUTTON ===== */
.header-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #e74c3c;
    color: #fff;
    border-radius: 6px;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
    margin-left: 12px;
    flex-shrink: 0;
}
.header-order-btn:hover { background: #c0392b; color: #fff; }

/* ===== ORDER PAGE ===== */
.ord-wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3rem;
}
.ord-info-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f3460;
    margin-bottom: .75rem;
}
.ord-info-desc {
    color: #555;
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.ord-steps { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.ord-step {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
}
.ord-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0f3460;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ord-step strong { display: block; color: #0f3460; font-size: .9rem; margin-bottom: 2px; }
.ord-step p { margin: 0; color: #666; font-size: .82rem; line-height: 1.5; }
.ord-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #25d366;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    transition: background .2s;
}
.ord-wa-btn:hover { background: #1ebe5d; }
.ord-form-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
@media (max-width: 768px) {
    .ord-wrap { grid-template-columns: 1fr; }
    .header-order-btn span { display: none; }
}

/* Mobil sipariş butonu nav içinde */
.mobile-order-item { display: none; }
.mobile-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0.5rem 1.25rem;
    padding: 8px 16px;
    background: #e74c3c;
    color: #fff !important;
    border-radius: 6px;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 768px) {
    .mobile-order-item { display: block; border-top: 1px solid #f0f0f0; padding-top: 0.5rem; margin-top: 0.25rem; }
    /* Header'daki butonu mobilde gizle */
    .header-order-btn { display: none !important; }
}

/* ===== TETİKLEYİCİ BARLAR ===== */
.trigger-bar {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.trigger-top {
    justify-content: space-between;
    margin-bottom: -1px;
}
.trigger-bottom {
    justify-content: center;
    gap: 1.25rem;
}
.trigger-text {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    flex: 1;
}
.trigger-bottom .trigger-text {
    flex: unset;
    font-size: 1.05rem;
}
.trigger-btn {
    display: inline-block;
    border: 2px solid currentColor;
    padding: 0.5rem 1.75rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}
.trigger-btn:hover {
    background: rgba(255,255,255,0.15);
}
.trigger-phone {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: opacity 0.2s;
}
.trigger-phone:hover { opacity: 0.85; }

/* Alt tetikleyici footer'a bitişik */
.trigger-bottom + * .footer,
.trigger-bottom ~ .footer { margin-top: 0 !important; }

@media (max-width: 768px) {
    .trigger-bar { padding: 0.85rem 1.25rem; gap: 0.75rem; }
    .trigger-text { font-size: 0.88rem; }
    .trigger-phone { font-size: 1.1rem; }
    .trigger-btn { padding: 0.4rem 1.1rem; font-size: 0.82rem; }
}

/* ===== KAYAN YAZI BANDI ===== */
.marquee-band {
    overflow: hidden;
    padding: .9rem 0;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.marquee-track {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.marquee-inner {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: marqueeScroll linear infinite;
    will-change: transform;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1.5rem;
    font-weight: 700;
    letter-spacing: .06em;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: inherit;
}

.marquee-sep {
    opacity: .7;
    font-size: .85em;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

/* ===== E-BÜLTEN ===== */
.newsletter-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #111827;
    padding: 3.5rem 2rem;
    text-align: center;
}

.newsletter-inner {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .75rem;
}

.newsletter-desc {
    color: rgba(255,255,255,.65);
    font-size: .95rem;
    line-height: 1.7;
    margin: 0 0 1.75rem;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.3);
}

.newsletter-input {
    flex: 1;
    padding: .9rem 1.5rem;
    border: none;
    outline: none;
    font-size: .95rem;
    background: #fff;
    color: #111;
}

.newsletter-btn {
    padding: .9rem 1.75rem;
    background: #4b5563;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .05em;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background: #374151;
}

.newsletter-success {
    color: #6ee7b7;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    background: rgba(110,231,183,.1);
    border-radius: 8px;
    display: inline-block;
}

.newsletter-error {
    color: #fca5a5;
    font-size: .85rem;
    margin-top: .5rem;
}

.newsletter-section { position: relative; }
.newsletter-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
