:root {
    --ink: #0a0a0a;
    --ink-2: #1a1a1a;
    --ink-3: #525252;
    --ink-4: #8a8a8a;
    --ink-5: #b8b8b8;
    --paper: #ffffff;
    --soft: #f7f7f7;
    --softer: #fbfbfb;
    --line: #ededed;
    --line-2: #e0e0e0;
    --accent: #10b981;
    --warn: #f59e0b;
    --danger: #ef4444;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.5;
    font-size: 15px;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color 0.15s; }
img { max-width: 100%; display: block; }
button, input { font-family: inherit; }

/* ====================== HEADER ====================== */
header.main {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    position: sticky; top: 0; z-index: 100;
}
.head {
    max-width: 1400px; margin: 0 auto;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px; align-items: center;
}
.logo {
    display: flex; align-items: center; gap: 10px;
    color: var(--ink);
}
.logo img {
    height: 72px; width: auto;
    display: block;
}
.search {
    position: relative;
    max-width: 580px;
    width: 100%;
    justify-self: center;
}
.search input {
    width: 100%;
    padding: 11px 44px 11px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    background: var(--soft);
    color: var(--ink);
    transition: border-color 0.15s, background 0.15s;
}
.search input:focus {
    outline: none;
    border-color: var(--ink);
    background: var(--paper);
}
.search input::placeholder { color: var(--ink-4); }
.search button {
    position: absolute; right: 5px; top: 5px;
    width: 34px; height: 34px;
    background: transparent;
    color: var(--ink-3);
    border: 0; border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
}
.search button:hover { background: var(--ink); color: var(--paper); }

.head-meta {
    display: flex; align-items: center; gap: 14px;
    font-size: 12px; color: var(--ink-3);
}
.head-meta .pulse {
    width: 6px; height: 6px;
    background: var(--accent); border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.15);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 0 3px rgba(16,185,129,0.15); }
    50%     { box-shadow: 0 0 0 6px rgba(16,185,129,0.05); }
}

/* Header sağ üst — WhatsApp numarası */
.head-wa {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 13px; font-weight: 700;
    color: var(--ink-2);
    background: var(--soft);
    border: 1px solid var(--line);
    padding: 7px 14px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.head-wa svg { color: #25D366; transition: color 0.15s; }
.head-wa:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.head-wa:hover svg { color: #fff; }

.head-burger {
    display: none;
    width: 38px; height: 38px;
    border: 1px solid var(--line);
    background: var(--paper);
    border-radius: 8px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
}
.head-burger span {
    display: block;
    width: 16px; height: 2px;
    background: var(--ink);
    border-radius: 1px;
}

/* ====================== NAV — İKİ SEKMELİ KOMPAKT ====================== */
nav.cats {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    position: sticky; top: 100px; z-index: 99;
}
.cats-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    position: relative;
}
.cats-left, .cats-right {
    display: flex;
    align-items: center;
}
.cats-center-info {
    font-size: 12px;
    color: var(--ink-4);
    display: flex;
    align-items: center;
    gap: 8px;
}
.cats-center-info::before {
    content: '';
    width: 4px; height: 4px;
    background: var(--ink-5);
    border-radius: 50%;
    display: inline-block;
}

.cats-item { position: relative; }

.cats-tab {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    letter-spacing: -0.2px;
    background: transparent;
    border-top: 0; border-left: 0; border-right: 0;
}
.cats-tab svg.icon {
    width: 16px; height: 16px;
    stroke-width: 2;
    opacity: 0.7;
}
.cats-tab::after {
    content: '';
    display: inline-block;
    width: 7px; height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: -3px;
    opacity: 0.5;
    transition: transform 0.2s, opacity 0.2s;
}
.cats-item.acik .cats-tab,
.cats-item:hover .cats-tab {
    border-bottom-color: var(--ink);
    background: var(--soft);
}
.cats-item.acik .cats-tab::after,
.cats-item:hover .cats-tab::after {
    transform: rotate(225deg);
    margin-top: 1px;
    opacity: 1;
}

/* ====================== KOMPAKT DROPDOWN MENU (Tek sıra) ====================== */
.dropdown {
    position: absolute;
    top: 100%; left: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    padding: 8px;
    min-width: 360px;
    max-width: 420px;
    max-height: 70vh;
    overflow-y: auto;
    display: none;
    z-index: 98;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.08);
}
.cats-item.right .dropdown {
    left: auto; right: 0;
    border-radius: 14px 0 0 14px;
}
.cats-item:hover .dropdown { display: block; }
.cats-item.acik .dropdown { display: block; }

.dropdown::-webkit-scrollbar { width: 6px; }
.dropdown::-webkit-scrollbar-track { background: var(--soft); border-radius: 3px; }
.dropdown::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 3px; }

/* ====== PROMOSYON HİYERARŞİK MEGA MENÜ (üst + alt kategori) ====== */
.promo-mega { min-width: 580px; max-width: 660px; padding: 14px; }
.pm-scroll { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
.pm-group { padding: 4px 0; }
.pm-head {
    display: flex; align-items: center; gap: 10px;
    padding: 7px 8px; border-radius: 10px;
    font-weight: 700; font-size: 13.5px; color: var(--ink);
}
.pm-head:hover { background: var(--soft); }
.pm-ico {
    width: 30px; height: 30px; flex: none; border-radius: 8px;
    background: var(--soft); overflow: hidden; color: var(--ink-3);
    display: flex; align-items: center; justify-content: center;
}
.pm-ico img { width: 100%; height: 100%; object-fit: cover; }
.pm-ico svg { width: 17px; height: 17px; stroke-width: 1.8; }
.pm-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pm-arr { color: var(--ink-5); font-size: 13px; }
.pm-head:hover .pm-arr { color: var(--ink); }
.pm-subs { display: flex; flex-wrap: wrap; gap: 5px; padding: 2px 8px 6px 46px; }
.pm-sub {
    font-size: 11.5px; color: var(--ink-3);
    background: var(--softer); border: 1px solid var(--line);
    padding: 4px 9px; border-radius: 999px; line-height: 1.25;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.pm-sub:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
@media (max-width: 1040px) { .promo-mega { min-width: 420px; } .pm-scroll { grid-template-columns: 1fr; } }

/* ====== MOBİL PROMOSYON GRUPLU LİSTE ====== */
.mob-cat-groups { display: flex; flex-direction: column; }
.mcg { border-bottom: 1px solid var(--line); }
.mcg:last-child { border-bottom: 0; }
.mcg-head {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 4px; font-weight: 700; font-size: 15px; color: var(--ink);
}
.mcg-ico {
    width: 38px; height: 38px; flex: none; border-radius: 10px;
    background: var(--soft); overflow: hidden; color: var(--ink-3);
    display: flex; align-items: center; justify-content: center;
}
.mcg-ico img { width: 100%; height: 100%; object-fit: cover; }
.mcg-ico svg { width: 19px; height: 19px; stroke-width: 1.7; }
.mcg-nm { flex: 1; min-width: 0; }
.mcg-head .arr { color: var(--ink-5); font-size: 14px; }
.mcg-subs { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 4px 12px 50px; }
.mcg-sub {
    font-size: 12.5px; color: var(--ink-2);
    background: var(--softer); border: 1px solid var(--line);
    padding: 6px 11px; border-radius: 999px;
}

.dd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background 0.12s;
    color: var(--ink);
}
.dd-item:hover { background: var(--soft); }
.dd-item .dd-img {
    width: 44px; height: 44px;
    border-radius: 8px;
    background: var(--soft);
    overflow: hidden;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--line);
    color: var(--ink-3);
}
.dd-item:hover .dd-img { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.dd-item .dd-img img { width: 100%; height: 100%; object-fit: cover; }
.dd-item .dd-img svg { width: 22px; height: 22px; stroke-width: 1.6; }
.dd-item .dd-body { flex: 1; min-width: 0; }
.dd-item .dd-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
}
.dd-item .dd-meta {
    font-size: 11px;
    color: var(--ink-4);
    margin-top: 2px;
}
.dd-item .dd-arr {
    color: var(--ink-5);
    font-size: 14px;
    transition: transform 0.15s, color 0.15s;
}
.dd-item:hover .dd-arr {
    color: var(--ink);
    transform: translateX(3px);
}

.dd-footer {
    margin-top: 6px;
    padding: 12px 14px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--ink-4);
}
.dd-footer a {
    color: var(--ink);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.15s;
}
.dd-footer a:hover { gap: 8px; }

/* ====================== MOBİL MEGA DRAWER ====================== */
.mob-drawer {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--paper);
    z-index: 300;
    overflow-y: auto;
}
.mob-drawer.acik { display: block; }
.mob-drawer-head {
    position: sticky; top: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.mob-drawer-head h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.mob-drawer-close {
    width: 36px; height: 36px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    color: var(--ink);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}
.mob-drawer-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    gap: 0;
    background: var(--paper);
    position: sticky;
    top: 65px;
    z-index: 2;
}
.mob-drawer-tab {
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-4);
    background: var(--soft);
    border: 1px solid var(--line);
    cursor: pointer;
    transition: all 0.15s;
}
.mob-drawer-tab:first-child { border-radius: 8px 0 0 8px; border-right: 0; }
.mob-drawer-tab:last-child { border-radius: 0 8px 8px 0; }
.mob-drawer-tab.aktif {
    background: var(--ink);
    color: var(--paper);
    border-color: var(--ink);
}
.mob-drawer-list { padding: 14px 16px; }
.mob-drawer-pane { display: none; }
.mob-drawer-pane.aktif { display: block; }

/* Mobilde kategori tek-sıra listesi */
.mob-cat-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mob-cat-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper);
    color: var(--ink);
}
.mob-cat-row .img {
    width: 48px; height: 48px;
    border-radius: 8px;
    background: var(--soft);
    overflow: hidden;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-3);
}
.mob-cat-row .img img { width: 100%; height: 100%; object-fit: cover; }
.mob-cat-row .img svg { width: 22px; height: 22px; stroke-width: 1.6; }
.mob-cat-row .body { flex: 1; min-width: 0; }
.mob-cat-row .nm {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
}
.mob-cat-row .ms {
    font-size: 11px;
    color: var(--ink-4);
    margin-top: 2px;
}
.mob-cat-row .arr {
    color: var(--ink-5);
    font-size: 16px;
}

.mob-drawer-quick {
    padding: 14px 16px;
    border-top: 1px solid var(--line);
    margin-top: 14px;
}
.mob-drawer-quick a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}
.mob-drawer-quick a:hover { border-color: var(--ink); }

/* ====================== HERO SLIDER ====================== */
.slider {
    max-width: 1400px;
    margin: 24px auto 0;
    padding: 0 24px;
}
.slider-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0b0b0b;
    border: 1px solid var(--line);
    min-height: 120px;            /* sadece güvenlik tabanı — sabit kalıp YOK */
}
.slider-track {
    display: flex;
    width: 100%;
    align-items: flex-start;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    overflow: hidden;
    background: #0b0b0b;
}
.slide-bg {
    position: relative;
    width: 100%;
    height: auto;            /* görsel kendi oranında — kırpma yok */
    display: block;
}
.slide-link {
    position: absolute; inset: 0;
    z-index: 2;
    display: block;
}
.slide-shade {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.32) 38%, rgba(0,0,0,0.10) 66%, rgba(0,0,0,0) 100%);
}
.slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8% ;
    max-width: 640px;
    color: var(--paper);
    z-index: 2;
}
.slide-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    align-self: flex-start;
    margin-bottom: 18px;
    max-width: 100%;
}
.slide-tag::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--accent);
    border-radius: 50%;
    flex: none;
}
.slide h2 {
    font-size: clamp(28px, 3.6vw, 50px);
    font-weight: 800;
    letter-spacing: -1.6px;
    line-height: 1.04;
    margin-bottom: 14px;
    max-width: 560px;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.slide h2 .sl-em { font-style: italic; font-weight: 800; color: var(--accent); }
.slide p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    max-width: 480px;
    margin-bottom: 24px;
    line-height: 1.5;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: var(--paper);
    color: var(--ink);
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    align-self: flex-start;
    transition: gap 0.15s, background 0.15s, color 0.15s;
}
.slide-btn:hover { gap: 12px; background: var(--accent); color: var(--paper); }

/* Oklar: sağ altta İKİLİ — metinle çakışmaz */
.slider-nav {
    position: absolute;
    right: 18px; bottom: 16px;
    display: flex;
    gap: 8px;
    z-index: 4;
}
.slider-arrow {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 0;
    color: var(--ink);
    font-size: 20px; line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px -6px rgba(0,0,0,0.4);
    transition: background 0.15s, transform 0.15s;
}
.slider-arrow:hover { background: var(--paper); transform: scale(1.08); }
.slider-dots {
    position: absolute;
    bottom: 24px;
    left: 8%;
    display: flex;
    gap: 6px;
    z-index: 4;
}
.slider-dot {
    width: 26px; height: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    transition: background 0.2s, width 0.2s;
}
.slider-dot.aktif { background: var(--paper); width: 40px; }

/* ====================== HERO BLOCK ====================== */
.hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 24px 48px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(16,185,129,0.05), transparent 70%);
    pointer-events: none;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: end;
    position: relative;
    z-index: 1;
}
.hero-l .eyebrow {
    font-size: 11px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--ink-4);
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid var(--line-2);
    border-radius: 999px;
}
.hero-l .eyebrow::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--accent);
    border-radius: 50%;
}
.hero-l h1 {
    font-size: clamp(34px, 5.5vw, 60px);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -2.2px;
    color: var(--ink);
    margin-bottom: 20px;
}
.hero-l h1 .ital {
    font-style: italic;
    font-weight: 300;
    color: var(--ink-3);
    letter-spacing: -1.6px;
}
.hero-l p {
    font-size: 16px;
    color: var(--ink-3);
    max-width: 460px;
    line-height: 1.55;
    margin-bottom: 28px;
}
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px; font-weight: 600;
    transition: all 0.15s;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); }

.hero-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}
.hstat { background: var(--paper); padding: 24px 20px; }
.hstat strong {
    font-size: 32px; font-weight: 800;
    color: var(--ink);
    letter-spacing: -1.3px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
.hstat span {
    font-size: 11px; font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--ink-4);
}

/* ====================== SECTION ====================== */
.section {
    max-width: 1400px; margin: 0 auto;
    padding: 64px 24px;
}
.section + .section { padding-top: 0; }
.shead {
    margin-bottom: 32px;
    display: flex; justify-content: space-between;
    align-items: end; gap: 24px; flex-wrap: wrap;
}
.shead-l { max-width: 600px; }
.shead .eyebrow {
    font-size: 11px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--ink-4);
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.shead .eyebrow .badge {
    background: var(--ink);
    color: var(--paper);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1px;
}
.shead h2 {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: var(--ink); line-height: 1.05;
}
.shead .desc {
    font-size: 14px; color: var(--ink-3);
    max-width: 380px; line-height: 1.6;
}
.shead-cta {
    font-size: 13px; font-weight: 600;
    color: var(--ink);
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    border: 1px solid var(--line-2);
    border-radius: 999px;
    transition: all 0.15s;
}
.shead-cta:hover { border-color: var(--ink); gap: 10px; }

/* Bölüm divider çizgisi */
.section-divider {
    border-bottom: 1px solid var(--line);
}

/* ====================== KATEGORİ GRID ====================== */
.kat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}
.kat-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: var(--paper);
    transition: border-color 0.15s, transform 0.15s;
    display: flex; flex-direction: column;
}
.kat-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.kat-card .kat-img {
    aspect-ratio: 5/4;
    background: linear-gradient(160deg, var(--softer) 0%, var(--soft) 100%);
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    color: var(--ink-3);
}
.kat-card .kat-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.kat-card .kat-img svg {
    width: 40px; height: 40px;
    stroke-width: 1.7;
    color: var(--accent);
    padding: 16px;
    background: rgba(16,185,129,0.10);
    border: 1px solid rgba(16,185,129,0.18);
    border-radius: 18px;
    box-sizing: content-box;
    transition: transform 0.3s, background 0.3s;
}
.kat-card:hover .kat-img img { transform: scale(1.06); }
.kat-card:hover .kat-img svg { transform: scale(1.06); background: rgba(16,185,129,0.16); }
.kat-card .kat-info {
    padding: 14px 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.kat-card .name { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.kat-card .meta { font-size: 11px; color: var(--ink-4); margin-top: 3px; font-weight: 500; }
.kat-card .arr { color: var(--ink-4); font-size: 16px; transition: transform 0.15s, color 0.15s; }
.kat-card:hover .arr { transform: translateX(4px); color: var(--ink); }

.subsection-divider {
    margin: 56px 0 0;
    padding-top: 56px;
    border-top: 1px solid var(--line);
}

/* ====================== ÜRÜN GRID ====================== */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.urun {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: border-color 0.15s, transform 0.15s;
}
.urun:hover { border-color: var(--ink); transform: translateY(-2px); }
.urun .img {
    position: relative;
    aspect-ratio: 1/1;
    background: var(--soft);
    overflow: hidden;
}
.urun .img img {
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 18px;
    transition: transform 0.3s ease;
}
.urun:hover .img img { transform: scale(1.05); }

.stbadge {
    position: absolute; top: 10px; left: 10px;
    background: var(--paper);
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: flex; align-items: center; gap: 5px;
    border: 1px solid var(--line-2);
}
.stbadge::before {
    content: ''; width: 5px; height: 5px;
    border-radius: 50%; background: currentColor;
}
.stbadge.yok { color: var(--danger); }
.stbadge.az  { color: var(--warn); }
.stbadge.var { color: var(--accent); }
.stbadge.bol { color: var(--accent); }

.kdbadge {
    position: absolute; top: 10px; right: 10px;
    background: var(--ink); color: var(--paper);
    padding: 3px 8px;
    border-radius: 5px;
    font-family: 'SF Mono', Menlo, Monaco, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.3px;
}

.urun .body {
    padding: 14px 16px 16px;
    display: flex; flex-direction: column;
    gap: 8px; flex: 1;
}
.urun .mini {
    font-size: 10px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--ink-4);
}
.urun h3 {
    margin: 0;
    font-size: 14px; font-weight: 600;
    color: var(--ink); line-height: 1.35;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.renkler { display: flex; gap: 4px; flex-wrap: wrap; min-height: 12px; align-items: center; }
.rdot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--line-2); }
.rdot.bordlu { border-color: var(--ink-4); }
.rmore { font-size: 10px; color: var(--ink-4); font-weight: 500; margin-left: 2px; }
.altrow {
    display: flex; justify-content: space-between;
    align-items: end; margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}
.fiyat { font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; line-height: 1; }
.fiyat small {
    display: block;
    font-size: 10px; font-weight: 600;
    color: var(--ink-4);
    text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 4px;
}
.stnum { font-size: 11px; color: var(--ink-3); text-align: right; }
.stnum strong { display: block; font-size: 13px; color: var(--ink); font-weight: 700; }

/* ====================== TOOLBAR ====================== */
.toolbar {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 24px;
    display: flex; justify-content: space-between;
    align-items: center; gap: 12px;
    flex-wrap: wrap;
    font-size: 13px; color: var(--ink-3);
}
.toolbar strong { color: var(--ink); font-weight: 700; }

/* ====================== PAGINATION ====================== */
.pgn { display: flex; justify-content: center; gap: 6px; margin: 48px 0 0; flex-wrap: wrap; }
.pgn a, .pgn span {
    min-width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 500; font-size: 13px;
    padding: 0 12px;
    background: var(--paper);
    color: var(--ink-3);
}
.pgn a:hover { border-color: var(--ink); color: var(--ink); }
.pgn .aktif { background: var(--ink); color: var(--paper); border-color: var(--ink); font-weight: 700; }
.pgn .dis { color: var(--ink-5); }

/* ====================== BREADCRUMB ====================== */
.bcr {
    font-size: 12px; color: var(--ink-4);
    margin-bottom: 24px;
    display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
.bcr a { color: var(--ink-4); }
.bcr a:hover { color: var(--ink); }
.bcr .sep { color: var(--ink-5); }
.bcr .cur { color: var(--ink); font-weight: 600; }

/* ====================== DETAY ====================== */
.detay { max-width: 1400px; margin: 0 auto; padding: 32px 24px; }
.dgrid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: start;
}
.gallery { position: sticky; top: 172px; }
.gallery-main-wrap {
    position: relative;
    background: var(--soft);
    border-radius: 16px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 1px solid var(--line);
    margin-bottom: 14px;
    cursor: zoom-in;
}
.gallery-main {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    padding: 56px;
    position: relative;
}
.gallery-main img {
    max-width: 100%; max-height: 100%;
    object-fit: contain;
    transition: opacity 0.2s, transform 0.3s;
}
.gallery-main-wrap:hover img { transform: scale(1.02); }

.gallery-counter {
    position: absolute;
    top: 14px; right: 14px;
    background: var(--ink); color: var(--paper);
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px; font-weight: 600;
    z-index: 2; letter-spacing: 0.3px;
}
.gallery-zoom-hint {
    position: absolute;
    bottom: 14px; right: 14px;
    background: rgba(255,255,255,0.95);
    border: 1px solid var(--line);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px; font-weight: 600;
    color: var(--ink-3);
    display: flex; align-items: center; gap: 6px;
    z-index: 2; pointer-events: none;
}
.gallery-arrows {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
    display: flex; justify-content: space-between;
    padding: 0 14px;
    pointer-events: none; z-index: 2;
}
.gallery-arrow {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: 1px solid var(--line);
    color: var(--ink); cursor: pointer; pointer-events: auto;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.15s, background 0.15s;
    font-size: 18px;
}
.gallery-arrow:hover { background: var(--ink); color: var(--paper); transform: scale(1.06); }
.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
}
.gallery-thumbs .thumb {
    background: var(--soft);
    border: 2px solid var(--line);
    border-radius: 10px;
    aspect-ratio: 1/1; padding: 8px;
    cursor: pointer;
    transition: border-color 0.15s, transform 0.15s;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.gallery-thumbs .thumb:hover { border-color: var(--ink-4); transform: translateY(-2px); }
.gallery-thumbs .thumb.aktif { border-color: var(--ink); }
.gallery-thumbs .thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gallery-thumbs .thumb-badge {
    position: absolute;
    top: 3px; left: 3px;
    background: var(--ink); color: var(--paper);
    font-size: 8px; font-weight: 700;
    padding: 2px 5px; border-radius: 4px;
    letter-spacing: 0.3px; text-transform: uppercase;
}

.lightbox {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
    padding: 40px;
}
.lightbox.acik { display: flex; }
.lightbox-img { max-width: 92%; max-height: 92%; object-fit: contain; user-select: none; }
.lightbox-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: var(--paper); font-size: 24px;
    cursor: pointer; line-height: 1;
}
.lightbox-arrow {
    position: absolute; top: 50%;
    transform: translateY(-50%);
    width: 50px; height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: var(--paper); font-size: 22px; cursor: pointer;
}
.lightbox-arrow.prev { left: 24px; }
.lightbox-arrow.next { right: 24px; }

.dbg h1 {
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.1;
    color: var(--ink);
    margin: 0 0 12px;
}
.dtag {
    display: inline-block;
    background: var(--soft);
    color: var(--ink-3);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    border: 1px solid var(--line);
}
.dkod {
    font-family: 'SF Mono', Menlo, Monaco, monospace;
    background: var(--ink); color: var(--paper);
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 12px; font-weight: 600;
    display: inline-block;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}
.fblok {
    background: var(--soft);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--line);
    margin-bottom: 24px;
    display: flex; justify-content: space-between;
    align-items: end; gap: 16px; flex-wrap: wrap;
}
.fblok .lbl {
    font-size: 11px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--ink-4);
}
.fblok .price {
    font-size: 38px; font-weight: 800;
    color: var(--ink);
    letter-spacing: -1.5px;
    line-height: 1; margin-top: 6px;
}
.fblok .ps { font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.acik {
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 3px solid var(--ink);
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 24px;
    font-size: 13px; line-height: 1.75; color: var(--ink-2);
}
.iblok { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 28px; }
.ic { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.ic .l {
    font-size: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.2px;
    color: var(--ink-4); margin-bottom: 5px;
}
.ic .v { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.3px; }
.ic .v small { font-size: 11px; color: var(--ink-3); font-weight: 500; }
.rlst { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.rlst h3 {
    font-size: 18px; font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
    display: flex; align-items: center; justify-content: space-between;
}
.rlst h3 .ct { font-size: 12px; color: var(--ink-4); font-weight: 500; letter-spacing: 0; }
.rgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
.rsec {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: border-color 0.15s, transform 0.15s;
    display: block;
}
.rsec:hover { border-color: var(--ink); transform: translateY(-2px); }
.rsec.akt { border-color: var(--ink); background: var(--soft); }
.rsec img { width: 56px; height: 56px; object-fit: contain; margin: 0 auto 8px; }
.rsec .ad { font-size: 11px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.rsec .sm { font-size: 10px; color: var(--ink-3); margin-top: 4px; }
.rsec .sm.bs { color: var(--danger); font-weight: 600; }

/* ----- Ürün Detay: Teklif / İletişim Butonları ----- */
.dcta {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}
.dcta-btn {
    display: flex; align-items: center; justify-content: center;
    gap: 9px;
    padding: 15px 18px;
    border-radius: 12px;
    font-size: 15px; font-weight: 700;
    letter-spacing: -0.2px;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}
.dcta-btn svg { flex: none; }
.dcta-btn.wa { background: #25D366; color: #fff; }
.dcta-btn.wa:hover { background: #1ebe57; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(37,211,102,0.28); }
.dcta-btn.tel { background: var(--ink); color: var(--paper); }
.dcta-btn.tel:hover { background: var(--ink-2); transform: translateY(-2px); }

/* ----- Ürün Detay: Güven Rozetleri ----- */
.dtrust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 26px;
}
.dtrust-item {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    text-align: center;
    padding: 14px 8px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 12px;
}
.dtrust-item svg { width: 24px; height: 24px; color: var(--ink-2); }
.dtrust-item span {
    font-size: 11px; font-weight: 600; line-height: 1.25;
    color: var(--ink-3); letter-spacing: -0.2px;
}

/* ----- Ürün Detay: Özellik Listesi ----- */
.ozellik-blok { margin-bottom: 26px; }
.ozellik-bas {
    font-size: 14px; font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--ink);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ozellik-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.ozellik-list li {
    display: flex; align-items: flex-start; gap: 11px;
    font-size: 14px; line-height: 1.5;
    color: var(--ink-2);
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 11px 14px;
    border-radius: 10px;
}
.ozellik-list li svg {
    width: 15px; height: 15px; flex: none;
    color: var(--accent);
    margin-top: 3px;
}

/* ----- Ürün Detay: Benzer Ürünler ----- */
.benzer-section {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid var(--line);
}
.benzer-section .shead {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 28px; gap: 16px;
}
.benzer-all {
    font-size: 13px; font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
}
.benzer-all:hover { color: var(--accent); }

.empty {
    text-align: center; padding: 64px 24px;
    background: var(--paper);
    border: 1px dashed var(--line-2);
    border-radius: 12px;
}
.empty h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; color: var(--ink); letter-spacing: -0.5px; }
.empty p { color: var(--ink-3); font-size: 14px; }

/* ====================== FOOTER ====================== */
footer.main {
    background: var(--ink);
    color: var(--ink-5);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
footer.main::before {
    content: '';
    position: absolute;
    top: 0; right: -150px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(16,185,129,0.06), transparent 60%);
    pointer-events: none;
}
.foot-top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 24px 48px;
    position: relative;
    z-index: 1;
}
.foot-newsletter {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 56px;
    padding-bottom: 48px;
    border-bottom: 1px solid #1f1f1f;
}
.foot-newsletter h3 {
    color: var(--paper);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin-bottom: 10px;
}
.foot-newsletter p { font-size: 14px; color: var(--ink-5); line-height: 1.55; max-width: 480px; }
.foot-newsletter form {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 999px;
    padding: 5px;
}
.foot-newsletter input {
    flex: 1; background: transparent;
    border: 0; padding: 10px 18px;
    color: var(--paper); font-size: 14px; outline: none;
}
.foot-newsletter input::placeholder { color: var(--ink-4); }
.foot-newsletter button {
    background: var(--paper); color: var(--ink);
    border: 0;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700; font-size: 13px; cursor: pointer;
    transition: background 0.15s;
}
.foot-newsletter button:hover { background: var(--accent); color: var(--paper); }

.foot-cols {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.foot-cols .foot-logo-wrap {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 14px;
}
.foot-cols .foot-logo-wrap img {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
}
.foot-cols .foot-desc {
    font-size: 13px; color: var(--ink-5);
    line-height: 1.7; margin-bottom: 18px; max-width: 320px;
}
.foot-contact { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--ink-5); }
.foot-contact > div { display: flex; align-items: center; gap: 10px; }
.foot-contact .lbl {
    font-size: 10px; color: var(--ink-4);
    text-transform: uppercase; letter-spacing: 1.5px;
    font-weight: 600; width: 50px;
}
footer.main h4 {
    font-size: 13px; font-weight: 700;
    color: var(--paper);
    margin: 0 0 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
footer.main a {
    display: block; padding: 5px 0;
    font-size: 13px; color: var(--ink-5);
    transition: color 0.15s, padding-left 0.15s;
}
footer.main a:hover { color: var(--paper); padding-left: 4px; }
.foot-social { display: flex; gap: 8px; margin-top: 16px; }
.foot-social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    display: inline-flex !important;
    align-items: center; justify-content: center;
    padding: 0 !important;
    color: var(--ink-5);
    transition: all 0.15s;
}
.foot-social a:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); padding-left: 0 !important; }
.foot-badges { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.foot-badge {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 11px; color: var(--ink-5);
    display: inline-flex; align-items: center; gap: 6px;
}
.foot-badge::before {
    content: ''; width: 6px; height: 6px;
    border-radius: 50%; background: var(--accent);
}
.foot-bottom {
    border-top: 1px solid #1f1f1f;
    background: #050505;
    padding: 20px 24px;
    text-align: center;
    font-size: 12px; color: var(--ink-4);
    position: relative; z-index: 1;
}
.foot-bottom-in {
    max-width: 1400px;
    margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 12px;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-r { max-width: 480px; }
    .foot-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
    .foot-newsletter { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
    .head {
        grid-template-columns: 1fr auto;
        gap: 12px;
        padding: 12px 16px;
    }
    .logo { min-width: 0; justify-self: start; }
    .logo img { height: 54px; }
    .search { display: none; }
    .head-meta { display: none; }
    .head-burger { display: flex; justify-self: end; }

    nav.cats { display: none; }

    .slider { padding: 0 16px; margin-top: 16px; }
    .slider-frame { border-radius: 14px; }
    .slide-content { padding: 0 24px; max-width: 100%; justify-content: flex-end; padding-bottom: 36px; }
    .slide-shade { background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.30) 70%, rgba(0,0,0,0.6) 100%); }
    .slide-tag { font-size: 10px; padding: 5px 10px; letter-spacing: 1px; }
    .slide h2 { font-size: clamp(24px, 6.5vw, 34px); }
    .slide p { font-size: 14px; }
    .slider-dots { left: 24px; bottom: 16px; }
    .slider-nav { right: 14px; bottom: 14px; }
    .slider-arrow { width: 36px; height: 36px; font-size: 18px; }

    .hero { padding: 40px 16px 32px; }
    .hero-l h1 { letter-spacing: -1.8px; }
    .hero-l p { font-size: 15px; }

    .section { padding: 48px 16px; }
    .shead { margin-bottom: 24px; }
    .shead h2 { font-size: 26px; letter-spacing: -1px; }

    .dgrid { grid-template-columns: 1fr; gap: 28px; }
    .gallery { position: static; }
    .gallery-main { padding: 32px; }
    .detay { padding: 20px 16px; }

    .foot-cols { gap: 28px; }
    .subsection-divider { margin-top: 40px; padding-top: 40px; }
}

@media (max-width: 560px) {
    body { font-size: 14px; }
    .kat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .kat-card .kat-info { padding: 12px 14px; }
    .kat-card .name { font-size: 13px; }
    .kat-card .kat-img svg { width: 28px; height: 28px; padding: 12px; border-radius: 14px; }
    .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .urun .img img { padding: 14px; }
    .urun .body { padding: 12px; gap: 7px; }
    .urun h3 { font-size: 13px; min-height: 34px; }
    .urun .mini { font-size: 10px; }
    .fiyat { font-size: 16px; }
    .fiyat small { font-size: 9px; }
    .stnum { font-size: 10px; }
    .stnum strong { font-size: 12px; }
    .stbadge { font-size: 9px; padding: 3px 7px; }
    .kdbadge { font-size: 9px; padding: 2px 6px; }
    .toolbar { padding: 12px 14px; font-size: 12px; }
    .iblok { grid-template-columns: 1fr; }
    .rgrid { grid-template-columns: repeat(3, 1fr); }
    .hero-r { grid-template-columns: 1fr 1fr; }
    .hstat { padding: 18px 16px; }
    .hstat strong { font-size: 26px; }
    .foot-cols { grid-template-columns: 1fr; gap: 28px; }
    .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
    .gallery-main { padding: 24px; }
    .gallery-arrow { width: 36px; height: 36px; }
    .lightbox-arrow { width: 42px; height: 42px; }
    .lightbox-arrow.prev { left: 10px; }
    .lightbox-arrow.next { right: 10px; }
    .dcta { grid-template-columns: 1fr; }
    .dcta-btn { padding: 14px 16px; font-size: 14px; }
    .dtrust { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .ozellik-list li { font-size: 13px; padding: 10px 12px; }
    .benzer-section { margin-top: 44px; padding-top: 36px; }
    .benzer-section .shead { margin-bottom: 20px; }
}

@media (max-width: 380px) {
    .head { padding: 10px 12px; }
    .grid, .kat-grid { gap: 8px; }
}

/* ============== SABİT SOSYAL BUTONLAR (sağ alt köşe — kare, gölgesiz) ============== */
.fab-stack {
    position: fixed;
    right: 18px; bottom: 18px;
    z-index: 9999;
    display: flex; flex-direction: column; gap: 12px;
}
.fab {
    width: 56px; height: 56px;
    border-radius: 12px;            /* kare (hafif yuvarlatılmış köşe) */
    display: flex; align-items: center; justify-content: center;
    box-shadow: none;               /* gölgesiz */
    transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}
.fab svg { display: block; }
.fab:hover { transform: translateY(-2px); filter: brightness(1.07); }
.fab-wa  { background: #25D366; }
.fab-ig  { background: linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888); }
.fab-tel { background: var(--ink); }
@media (max-width: 560px) {
    .fab-stack { right: 14px; bottom: 14px; gap: 10px; }
    .fab { width: 52px; height: 52px; border-radius: 11px; }
    .fab svg { width: 26px; height: 26px; }
}

/* ====================== REFERANSLAR (modern & minimal) ====================== */
.ref-page { max-width: 1200px; }
.ref-hero {
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
}
.ref-hero .eyebrow {
    justify-content: center;
    margin-bottom: 16px;
}
.ref-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 16px;
}
.ref-hero h1 em { font-style: italic; color: var(--accent); }
.ref-hero p {
    font-size: 15px; line-height: 1.7;
    color: var(--ink-3);
    max-width: 520px; margin: 0 auto 22px;
}
.ref-meta {
    display: inline-flex; align-items: center; gap: 14px;
    font-size: 13px; color: var(--ink-3);
}
.ref-meta .ref-count strong { color: var(--ink); font-weight: 800; font-size: 15px; }
.ref-meta .ref-dot { color: var(--line-2); }
.ref-hero-cta {
    font-weight: 700; color: var(--ink);
    display: inline-flex; align-items: center; gap: 6px;
    transition: gap 0.15s, color 0.15s;
}
.ref-hero-cta:hover { gap: 10px; color: var(--accent); }

.ref-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}
.ref-tile {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    display: flex; flex-direction: column;
}
.ref-tile:hover {
    border-color: var(--line-2);
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(10,10,10,0.07);
}
.ref-tile-img {
    aspect-ratio: 3/2;
    display: flex; align-items: center; justify-content: center;
    padding: 26px;
    background: var(--paper);
}
.ref-tile-img img {
    max-width: 100%; max-height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.65;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.ref-tile:hover .ref-tile-img img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}
.ref-tile figcaption {
    padding: 12px 14px;
    font-size: 12px; font-weight: 600;
    color: var(--ink-3);
    text-align: center;
    border-top: 1px solid var(--line);
    letter-spacing: 0.2px;
}

.ref-band {
    margin-top: 48px;
    background: var(--ink);
    border-radius: 20px;
    padding: 40px 44px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 28px; flex-wrap: wrap;
}
.ref-band-txt h3 {
    color: var(--paper);
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 800; letter-spacing: -0.8px;
    margin-bottom: 8px;
}
.ref-band-txt p {
    color: var(--ink-5);
    font-size: 14px; line-height: 1.6;
    max-width: 460px;
}
.ref-band-btn {
    flex: none;
    display: inline-flex; align-items: center; gap: 9px;
    background: #25D366; color: #fff;
    padding: 15px 24px;
    border-radius: 12px;
    font-size: 15px; font-weight: 700;
    letter-spacing: -0.2px;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.ref-band-btn:hover {
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(37,211,102,0.3);
}

@media (max-width: 768px) {
    .ref-hero { margin-bottom: 36px; }
    .ref-band { padding: 30px 24px; }
}
@media (max-width: 560px) {
    .ref-wall { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ref-tile-img { padding: 18px; }
    .ref-tile figcaption { font-size: 11px; padding: 10px; }
    .ref-tile-img img { filter: grayscale(0); opacity: 1; }
    .ref-band { flex-direction: column; align-items: flex-start; gap: 18px; }
    .ref-band-btn { width: 100%; justify-content: center; }
}