/*
Theme Name: Artikel Tema
Theme URI:
Author: Artikel Dizayn
Author URI:
Description: Artikel Dizayn kurumsal tema.
Version: 1.0.0
Text Domain: artikel-tema
*/

/* ═══════════════════════════════════════
   TOKENS
   ═══════════════════════════════════════ */
:root {
    --c-primary:    #a81010;
    --c-secondary:  #eb3b3b;
    --c-hover:      #fc4c4c;
    --c-btn-border: #860000;

    --c-bg:         #ffffff;
    --c-bg-alt:     #f6f6f5;
    --c-bg-soft:    #fbfbfa;

    --c-text:       #4a4a4a;
    --c-heading:    #1e1e1e;
    --c-meta:       #848484;
    --c-border:     #e0deda;

    --shadow-sm:    0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);
    --shadow-md:    0 4px 16px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);
    --shadow-lg:    0 8px 30px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);

    --c-dark:       #222;
    --c-dark-mid:   #333;
    --c-white:      #fff;

    --ff:           "Open Sans", Helvetica, Arial, sans-serif;
    --ff-heading:   "Poppins", "Open Sans", Helvetica, sans-serif;
    --mw:           1200px;
    --r:            2px;
    --hero-offset-desktop: 118px;
    --hero-offset-mobile: 56px;
}

/* ═══════════════════════════════════════
   RESET
   ═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font: 400 14px/1.65 var(--ff); color: var(--c-text); background: var(--c-bg); -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { color: var(--c-heading); font-family: var(--ff-heading); font-weight: 600; line-height: 1.3; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary); text-decoration: none; }
a:hover { color: var(--c-hover); }
ul, ol { list-style: none; }

.container { max-width: var(--mw); margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════
   TOPBAR
   ═══════════════════════════════════════ */
.topbar {
    background: var(--c-bg-alt);
    border-bottom: 1px solid var(--c-border);
    font-size: 12px;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    gap: 16px;
}
.topbar-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.topbar-contact a {
    color: var(--c-meta);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-weight: 400;
    transition: color .15s;
}
.topbar-contact a:hover { color: var(--c-heading); }
.topbar-contact a svg { color: var(--c-primary); flex-shrink: 0; }

.topbar-social {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.topbar-social a {
    color: var(--c-meta);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: var(--r);
    transition: color .15s;
}
.topbar-social a:hover { color: var(--c-heading); }

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.site-header {
    background: var(--c-bg-soft);
    border-bottom: 1px solid var(--c-border);
    position: sticky;
    top: 0;
    z-index: 900;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    gap: 32px;
}

/* Logo */
.site-branding { flex-shrink: 0; display: flex; align-items: center; }
.site-logo { height: 70px; width: auto; }

/* Desktop nav */
.main-nav { flex: 1; }
.main-nav ul { display: flex; gap: 2px; }
.main-nav a {
    display: block;
    padding: 6px 10px;
    font-size: 12px;
    font-family: var(--ff-heading);
    font-weight: 500;
    color: var(--c-heading);
    transition: color .15s;
    white-space: nowrap;
}
.main-nav a:hover,
.main-nav .current-menu-item > a {
    color: var(--c-primary);
}

/* Header end: search + sem logo */
.header-end {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.header-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    background: var(--c-bg);
    overflow: hidden;
}
.header-search input {
    border: 0;
    outline: 0;
    padding: 6px 10px;
    width: 130px;
    font: inherit;
    font-size: 13px;
    color: var(--c-text);
    background: transparent;
}
.header-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--c-meta);
    cursor: pointer;
    transition: color .15s;
}
.header-search button:hover { color: var(--c-primary); }

.sem-brand { display: flex; align-items: center; flex-shrink: 0; }
.sem-logo { height: 36px; width: auto; }

/* Hamburger (hidden on desktop) */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}
.nav-toggle span {
    display: block;
    height: 2px;
    background: var(--c-heading);
    border-radius: 1px;
    transition: transform .25s, opacity .25s;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility .25s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }

.mobile-menu-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 80vw;
    height: 100%;
    background: var(--c-bg);
    overflow-y: auto;
    box-shadow: -4px 0 24px rgba(0,0,0,.15);
    transform: translateX(100%);
    transition: transform .3s ease;
}
.mobile-menu.is-open .mobile-menu-inner {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 2px solid var(--c-primary);
}
.mobile-menu-header span {
    font-size: 13px;
    font-weight: 600;
    color: var(--c-heading);
}
.mobile-sem-wrap {
    padding: 20px 20px 0;
    text-align: center;
}
.mobile-sem-logo {
    height: 52px;
    width: auto;
    display: inline-block;
}
.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--c-heading);
    font-size: 24px;
    line-height: 1;
}

.mobile-menu-inner ul { list-style: none; }
.mobile-menu-inner li a {
    display: block;
    padding: 14px 20px;
    min-height: 44px;
    font-size: 14px;
    color: var(--c-heading);
    border-bottom: 1px solid var(--c-border);
}
.mobile-menu-inner li a:hover { color: var(--c-primary); background: var(--c-bg-alt); }
.mobile-menu-inner li:last-child a { border-bottom: 0; }
.mobile-menu-inner .sub-menu { display: none; }
.mobile-menu-inner .sub-menu a { padding-left: 36px; font-size: 13px; color: var(--c-text); }

.mobile-search {
    display: flex;
    margin: 16px 20px 0;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
}
.mobile-search input {
    flex: 1;
    border: 0;
    outline: 0;
    padding: 12px 14px;
    min-height: 44px;
    font: inherit;
    font-size: 15px;
    color: var(--c-text);
}
.mobile-search button {
    padding: 12px 18px;
    min-height: 44px;
    border: 0;
    background: var(--c-primary);
    color: var(--c-white);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.mobile-search button:hover { background: var(--c-hover); }

/* ═══════════════════════════════════════
   HERO SLIDER
   ═══════════════════════════════════════ */
/* ── Hero ── */
.hero {
    position: relative;
    overflow: hidden;
    background: #111;
}
.hero-bg { position: relative; }
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
}
.hero-slide:first-child { position: relative; }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide-img {
    display: block;
    width: 100%;
    height: min(520px, calc(100svh - var(--hero-offset-desktop)));
    min-height: 340px;
    object-fit: cover;
    object-position: center;
    filter: brightness(.78) contrast(1.06) saturate(1.05);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.6) 40%, rgba(8,8,8,.1) 72%, rgba(8,8,8,.28) 100%),
        linear-gradient(180deg, rgba(8,8,8,.06) 0%, rgba(8,8,8,.22) 100%);
}
.hero-captions {
    position: absolute;
    inset: 0;
    z-index: 3;
}
.hero-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .7s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}
.hero-caption.is-active { opacity: 1; pointer-events: auto; }
.hero-caption .container { width: 100%; }
.hero-text {
    max-width: 520px;
    text-align: left;
    padding-left: 28px;
    border-left: 3px solid var(--c-primary);
}
.hero-title {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: clamp(1.65rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 12px;
}
.hero-desc {
    color: rgba(255,255,255,.72);
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 42ch;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-hero {
    padding: 11px 30px;
    background: var(--c-primary);
    border: 1px solid transparent;
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--r);
    cursor: pointer;
    transition: background .2s, box-shadow .2s, transform .2s;
    box-shadow: 0 4px 16px rgba(168,16,16,.25);
}
.btn-hero:hover {
    background: var(--c-secondary);
    color: var(--c-white);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(168,16,16,.35);
}
.btn-hero-outline {
    padding: 11px 30px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.24);
    color: rgba(255,255,255,.9);
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--r);
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
}
.btn-hero-outline:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.08);
    color: var(--c-white);
}

/* Nav arrows */
.hero-nav {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 5;
    display: flex;
    gap: 4px;
}
.hero-prev,
.hero-next {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.8);
    cursor: pointer;
    border-radius: var(--r);
    transition: background .2s, border-color .2s, color .2s;
    backdrop-filter: blur(4px);
}
.hero-prev:hover,
.hero-next:hover {
    background: var(--c-primary);
    border-color: var(--c-primary);
    color: var(--c-white);
}

/* Progress bar */
.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255,255,255,.08);
    z-index: 4;
}
.hero-progress-bar {
    height: 100%;
    width: 0;
    background: var(--c-primary);
    transition: width .08s linear;
}

/* ── Guven Seridi ── */
.trust-strip {
    background: var(--c-dark);
    border-top: 1px solid rgba(255,255,255,.05);
}
.trust-strip-inner {
    display: flex;
    justify-content: center;
    gap: 0;
}
.trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(255,255,255,.08);
    position: relative;
}
.trust-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: var(--c-primary);
    opacity: .4;
}
.trust-item:last-child { border-right: none; }
.trust-number {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.trust-number::first-letter {
    color: var(--c-secondary);
}
.trust-label {
    color: rgba(255,255,255,.4);
    font-size: 11.5px;
    line-height: 1.3;
}

/* ── Urun Kategorileri ── */
.section-categories {
    padding: 56px 0;
    background: var(--c-bg-alt);
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.cat-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--r);
    box-shadow: var(--shadow-sm);
}
.cat-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(.4,0,.2,1), filter .5s;
    filter: brightness(.92);
}
.cat-card:hover img {
    transform: scale(1.06);
    filter: brightness(1);
}
.cat-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 18px;
    transition: background .3s;
}
.cat-card:hover .cat-card-overlay {
    background: linear-gradient(180deg, rgba(168,16,16,.05) 0%, rgba(0,0,0,.78) 100%);
}
.cat-card-overlay h3 {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
.cat-card-arrow {
    color: var(--c-white);
    font-size: 18px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .25s, transform .25s;
}
.cat-card:hover .cat-card-arrow { opacity: 1; transform: translateX(0); }

/* ═══════════════════════════════════════
   FRONT PAGE SECTIONS
   ═══════════════════════════════════════ */

/* Shared section rhythm */
.section-header {
    margin-bottom: 32px;
    position: relative;
}
.section-title {
    font-family: var(--ff-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--c-heading);
    display: flex;
    align-items: center;
    gap: 12px;
}
.section-title::before {
    content: '';
    width: 3px;
    height: 20px;
    background: var(--c-primary);
    border-radius: 1px;
    flex-shrink: 0;
}
.section-subtitle {
    font-size: 13.5px;
    color: var(--c-meta);
    line-height: 1.55;
    margin-top: 6px;
    padding-left: 15px;
}

/* Services */
.section-services {
    padding: 56px 0;
    background: var(--c-bg);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.service-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    padding: 22px 18px;
    color: var(--c-text);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.service-card:hover {
    border-color: var(--c-primary);
    box-shadow: var(--shadow-md);
    color: var(--c-text);
    transform: translateY(-2px);
}
.service-card:hover .service-arrow { color: var(--c-primary); transform: translateX(3px); }
.service-icon { width: 36px; height: 36px; flex-shrink: 0; object-fit: contain; opacity: .85; }
.service-card:hover .service-icon { opacity: 1; }
.service-card-text { flex: 1; min-width: 0; }
.service-card h3 {
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: color .15s;
}
.service-card:hover h3 { color: var(--c-primary); }
.service-card p { font-size: 12px; line-height: 1.55; color: var(--c-meta); }
.service-arrow {
    color: var(--c-border);
    font-size: 16px;
    flex-shrink: 0;
    align-self: center;
    transition: color .2s, transform .2s;
}

/* ── Son Urunler ── */
.section-latest {
    padding: 56px 0;
    background: var(--c-bg);
    border-top: 1px solid var(--c-border);
}
.latest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.latest-card {
    display: block;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    color: var(--c-text);
    box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.latest-card:hover {
    border-color: var(--c-primary);
    box-shadow: var(--shadow-lg);
    color: var(--c-text);
    transform: translateY(-3px);
}
.latest-card-img {
    background: var(--c-bg-alt);
    overflow: hidden;
}
.latest-card-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    background: var(--c-bg-alt);
    padding: 8px;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.latest-card:hover .latest-card-img img { transform: scale(1.05); }
.latest-card-placeholder { width: 100%; aspect-ratio: 1/1; background: var(--c-border); }
.latest-card-body { padding: 12px 14px; }
.latest-card-kod {
    font-size: 10.5px;
    color: var(--c-primary);
    font-weight: 600;
    font-family: var(--ff-heading);
}
.latest-card-body h3 {
    font-family: var(--ff-heading);
    font-size: 12.5px;
    font-weight: 500;
    color: var(--c-heading);
    margin-top: 3px;
    line-height: 1.35;
    transition: color .15s;
}
.latest-card:hover h3 { color: var(--c-primary); }

/* ── Blog + Müşteri Görüşleri (yan yana) ── */
.section-blog-testimonials {
    padding: 56px 0;
    background: var(--c-bg-alt);
    border-top: 1px solid var(--c-border);
}
.bt-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 48px;
    align-items: start;
}
/* Testimonials — statik liste */
.testimonial-static {
    margin: 0;
    padding: 20px 20px 20px 24px;
    border-left: 3px solid var(--c-primary);
    background: var(--c-bg);
    border-radius: 0 var(--r) var(--r) 0;
    position: relative;
    box-shadow: var(--shadow-sm);
}
.testimonial-static p {
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--c-text);
    margin-bottom: 10px;
    font-style: italic;
}
.testimonial-static p::before { content: '\201C'; color: var(--c-primary); font-weight: 700; }
.testimonial-static p::after { content: '\201D'; color: var(--c-primary); font-weight: 700; }
.testimonial-static footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
}
.testimonial-static footer strong {
    color: var(--c-heading);
    font-family: var(--ff-heading);
    font-weight: 600;
}
.testimonial-static footer span { color: var(--c-meta); }
.testimonial-static footer span::before { content: '\2014\00a0'; }

/* Testimonials — dikey ticker */
.bt-testimonials {
    display: flex;
    flex-direction: column;
}
.testimonials-ticker {
    overflow: hidden;
    position: relative;
}
.testimonials-ticker-track {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Testimonials — carousel (diger sayfalar icin) */
.testimonials-track {
    position: relative;
    min-height: 140px;
}
.testimonial {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.4,0,.2,1);
    margin: 0;
    padding: 36px 28px 28px 32px;
    border: none;
    border-left: 3px solid var(--c-primary);
    border-radius: 0;
    background: var(--c-bg);
    box-shadow: 0 2px 16px rgba(0,0,0,.04);
}
.testimonial::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 64px;
    font-family: Georgia, serif;
    color: var(--c-primary);
    opacity: .08;
    line-height: 1;
    pointer-events: none;
}
.testimonial:first-child { position: relative; }
.testimonial.is-active { opacity: 1; z-index: 1; }
.testimonial p {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--c-text);
    margin-bottom: 18px;
    font-style: italic;
}
.testimonial p::before { content: '\201C'; color: var(--c-primary); font-weight: 700; }
.testimonial p::after { content: '\201D'; color: var(--c-primary); font-weight: 700; }
.testimonial footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.testimonial footer strong {
    color: var(--c-heading);
    font-family: var(--ff-heading);
    font-weight: 600;
}
.testimonial footer span {
    color: var(--c-meta);
}
.testimonial footer span::before {
    content: '\2014\00a0';
}

/* ── Blog Yazıları ── */
.blog-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.blog-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--c-border);
    color: var(--c-text);
    transition: padding-left .2s;
}
.blog-item:first-child { border-top: 1px solid var(--c-border); }
.blog-item:hover {
    color: var(--c-text);
    padding-left: 6px;
}
.blog-item:hover h3 { color: var(--c-primary); }
.blog-item-thumb {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    border-radius: var(--r);
    overflow: hidden;
}
.blog-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .2s;
    filter: brightness(.95);
}
.blog-item:hover .blog-item-thumb img { filter: brightness(1); }
.blog-item-body { flex: 1; min-width: 0; }
.blog-item-body h3 {
    font-family: var(--ff-heading);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--c-heading);
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color .2s;
}
.blog-item-body time {
    font-size: 12px;
    color: var(--c-meta);
}

/* CTA */
.section-cta {
    position: relative;
    padding: 64px 0;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
}
.cta-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(168,16,16,.15) 0%, transparent 60%),
        rgba(0,0,0,.68);
}
.cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 520px;
}
.cta-inner h2 {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.cta-inner p {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.7;
}
.cta-inner .btn {
    box-shadow: 0 4px 16px rgba(168,16,16,.3);
}
.cta-inner .btn:hover {
    box-shadow: 0 6px 24px rgba(168,16,16,.4);
}

.section-content { padding: 48px 0; }

/* ═══════════════════════════════════════
   PAGE HERO
   ═══════════════════════════════════════ */
.page-hero {
    background: var(--c-dark);
    padding: 40px 0;
}
.page-hero-title {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
.page-hero-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--c-primary);
}
.page-hero-sub {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    margin-top: 8px;
}

/* ═══════════════════════════════════════
   REFERANSLAR SAYFASI
   ═══════════════════════════════════════ */
.ref-page { padding: 32px 0 48px; }

.ref-tabs {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--c-border);
    padding-bottom: 0;
}
.ref-tab {
    padding: 10px 18px;
    border: 0;
    background: transparent;
    color: var(--c-meta);
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .15s, border-color .15s;
}
.ref-tab:hover { color: var(--c-heading); }
.ref-tab.is-active {
    color: var(--c-primary);
    border-bottom-color: var(--c-primary);
}

.ref-panel { display: none; }
.ref-panel.is-active { display: block; }

.ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

@keyframes refFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.ref-item {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    transition: border-color .15s;
    animation: refFadeIn .3s ease both;
}
.ref-item:hover { border-color: var(--c-primary); }

.ref-name {
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 500;
    color: var(--c-heading);
    line-height: 1.35;
}
.ref-loc {
    font-size: 12px;
    color: var(--c-meta);
    margin-top: 3px;
}

.ref-count {
    margin-top: 20px;
    font-size: 12px;
    color: var(--c-meta);
    text-align: right;
}

/* ═══════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════ */
.site-content { padding: 40px 0; min-height: 60vh; }
.home .site-content { padding: 0; }
.page-hero ~ .ref-page { padding-top: 24px; }
.page-template-page-referanslarimiz .site-content { padding: 0; }

.layout-with-sidebar {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
}

/* ═══════════════════════════════════════
   URUN ARSIV & KATEGORI
   ═══════════════════════════════════════ */
.urun-archive {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 36px;
    padding: 36px 0 56px;
}
.page-template-archive-urun .site-content,
.tax-urun_kategori .site-content,
.post-type-archive-urun .site-content { padding: 0; }

/* Sidebar */
.urun-sidebar-title {
    font-family: var(--ff-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--c-heading);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--c-primary);
    position: relative;
}
.urun-cat-list { list-style: none; }
.urun-cat-item { margin-bottom: 2px; }
.urun-cat-item > a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    color: var(--c-text);
    border-radius: var(--r);
    transition: background .15s, color .15s;
}
.urun-cat-item > a:hover { background: var(--c-bg-alt); color: var(--c-heading); }
.urun-cat-item.is-active > a { color: var(--c-primary); font-weight: 600; }

.urun-cat-sub {
    list-style: none;
    padding-left: 14px;
    margin-bottom: 4px;
}
.urun-cat-sub li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--c-meta);
    transition: color .15s;
}
.urun-cat-sub li a:hover { color: var(--c-heading); }
.urun-cat-sub li.is-active a { color: var(--c-primary); font-weight: 600; }

/* Urun Grid */
.urun-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.urun-card {
    display: block;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    color: var(--c-text);
    box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.urun-card:hover {
    border-color: var(--c-primary);
    box-shadow: var(--shadow-lg);
    color: var(--c-text);
    transform: translateY(-3px);
}
.urun-card-img {
    background: var(--c-bg-alt);
    overflow: hidden;
}
.urun-card-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: var(--c-bg-alt);
    padding: 8px;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.urun-card:hover .urun-card-img img { transform: scale(1.05); }
.urun-card-placeholder { width: 100%; aspect-ratio: 1/1; background: var(--c-border); }
.urun-card-body { padding: 12px 14px; }
.urun-card-kod {
    font-size: 10.5px;
    color: var(--c-primary);
    font-weight: 600;
    font-family: var(--ff-heading);
}
.urun-card-title {
    font-family: var(--ff-heading);
    font-size: 12.5px;
    font-weight: 500;
    color: var(--c-heading);
    margin-top: 3px;
    line-height: 1.35;
    transition: color .15s;
}
.urun-card:hover .urun-card-title { color: var(--c-primary); }
.urun-empty { padding: 48px 0; text-align: center; color: var(--c-meta); }

/* ═══════════════════════════════════════
   URUN TEKIL SAYFA
   ═══════════════════════════════════════ */
.single-urun .site-content { padding: 0; }

.urun-breadcrumb {
    padding: 16px 0;
    font-size: 12.5px;
    color: var(--c-meta);
    border-bottom: 1px solid var(--c-border);
}
.urun-breadcrumb a {
    color: var(--c-meta);
    transition: color .15s;
}
.urun-breadcrumb a:hover { color: var(--c-primary); }
.urun-breadcrumb span { margin: 0 5px; color: var(--c-border); }
.urun-breadcrumb .current { color: var(--c-heading); font-weight: 500; }

.urun-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

/* Galeri */
.urun-detail { padding: 36px 0 56px; }
.urun-main-img {
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--c-bg-alt);
}
.urun-main-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 12px;
    display: block;
}
.urun-thumbs { display: flex; gap: 6px; flex-wrap: wrap; }
.urun-thumb {
    width: 64px; height: 64px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: var(--c-bg-alt);
    transition: border-color .2s, box-shadow .2s;
}
.urun-thumb:hover, .urun-thumb.is-active {
    border-color: var(--c-primary);
    box-shadow: 0 0 0 1px var(--c-primary);
}
.urun-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Bilgiler */
.urun-info-kod {
    display: inline-block;
    font-size: 12px;
    color: var(--c-primary);
    font-weight: 600;
    font-family: var(--ff-heading);
    margin-bottom: 6px;
}
.urun-info-title {
    font-family: var(--ff-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--c-heading);
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 14px;
}
.urun-info-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--c-primary);
}
.urun-info-cat {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.urun-info-cat a {
    font-size: 12px;
    color: var(--c-meta);
    padding: 3px 10px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    transition: border-color .15s, color .15s;
}
.urun-info-cat a:hover {
    border-color: var(--c-primary);
    color: var(--c-primary);
}
.urun-specs {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 13.5px;
}
.urun-specs th {
    text-align: left;
    padding: 10px 14px 10px 0;
    color: var(--c-meta);
    font-weight: 500;
    width: 110px;
    border-bottom: 1px solid var(--c-border);
}
.urun-specs td {
    padding: 10px 0;
    color: var(--c-heading);
    border-bottom: 1px solid var(--c-border);
}
.urun-features h3 {
    font-family: var(--ff-heading);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--c-heading);
}
.urun-desc { margin-bottom: 24px; }
.urun-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.urun-actions .btn {
    box-shadow: 0 4px 16px rgba(168,16,16,.2);
    transition: background .2s, box-shadow .2s, transform .2s;
}
.urun-actions .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(168,16,16,.3);
}
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}
.btn-whatsapp:hover {
    background: #1fb855;
    border-color: #1fb855;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,.3);
}

/* ═══════════════════════════════════════
   PROJELER
   ═══════════════════════════════════════ */
.post-type-archive-proje .site-content,
.single-proje .site-content { padding: 0; }

.proje-archive { padding: 36px 0 56px; }
.proje-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.proje-card {
    display: block;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    color: var(--c-text);
    box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.proje-card:hover {
    border-color: var(--c-primary);
    box-shadow: var(--shadow-lg);
    color: var(--c-text);
    transform: translateY(-3px);
}
.proje-card-img {
    position: relative;
    overflow: hidden;
    background: var(--c-bg-alt);
}
.proje-card-img img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.proje-card:hover .proje-card-img img { transform: scale(1.05); }
.proje-card-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: var(--c-border);
}
.proje-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}
.proje-card:hover .proje-card-overlay {
    background: rgba(0,0,0,.4);
}
.proje-card-more {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 20px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: var(--r);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s, transform .3s;
}
.proje-card:hover .proje-card-more {
    opacity: 1;
    transform: translateY(0);
}
.proje-card-body { padding: 14px 16px; }
.proje-card-body h3 {
    font-family: var(--ff-heading);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--c-heading);
    margin-bottom: 3px;
    transition: color .15s;
}
.proje-card:hover h3 { color: var(--c-primary); }
.proje-card-type {
    font-size: 12px;
    color: var(--c-meta);
}

/* Proje Tekil — Layout */
.proje-detail {
    padding: 36px 0 48px;
}
.proje-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: start;
}

/* Sol: Galeri */
.proje-main-img {
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 10px;
}
.proje-main-img img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}
.proje-thumbs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.proje-thumb {
    width: 64px;
    height: 64px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: var(--c-bg-alt);
    transition: border-color .2s, box-shadow .2s;
}
.proje-thumb:hover,
.proje-thumb.is-active {
    border-color: var(--c-primary);
    box-shadow: 0 0 0 1px var(--c-primary);
}
.proje-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sağ: Bilgiler */
.proje-info-title {
    font-family: var(--ff-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--c-heading);
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
}
.proje-info-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--c-primary);
}
.proje-specs {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 13.5px;
}
.proje-specs th {
    text-align: left;
    padding: 10px 14px 10px 0;
    color: var(--c-meta);
    font-weight: 500;
    width: 100px;
    border-bottom: 1px solid var(--c-border);
}
.proje-specs td {
    padding: 10px 0;
    color: var(--c-heading);
    font-weight: 500;
    border-bottom: 1px solid var(--c-border);
}
.proje-detail .proje-desc {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
}
.proje-info-col .btn {
    box-shadow: 0 4px 16px rgba(168,16,16,.2);
    transition: background .2s, box-shadow .2s, transform .2s;
}
.proje-info-col .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(168,16,16,.3);
}

/* Proje Tekil — Navigasyon */
.proje-nav-section {
    border-top: 1px solid var(--c-border);
    padding: 0;
}
.proje-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proje-nav-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0;
    color: var(--c-text);
    flex: 1;
    transition: color .15s;
}
.proje-nav-link:hover { color: var(--c-primary); }
.proje-nav-next { text-align: right; align-items: flex-end; }
.proje-nav-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: var(--c-meta);
}
.proje-nav-title {
    font-family: var(--ff-heading);
    font-size: 13.5px;
    font-weight: 600;
}
.proje-nav-all {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    color: var(--c-meta);
    transition: border-color .15s, color .15s;
}
.proje-nav-all:hover { border-color: var(--c-primary); color: var(--c-primary); }

/* Proje Tekil — CTA */
.proje-cta-section {
    padding: 0 0 56px;
}
.proje-cta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px;
    background: var(--c-dark);
    border-radius: var(--r);
}
.proje-cta-bar h3 {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}
.proje-cta-bar p {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    margin: 0;
}
.proje-cta-bar .btn {
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(168,16,16,.25);
}

/* Infinite scroll loader */
.infinite-loader {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}
.loader-spinner {
    width: 28px;
    height: 28px;
    border: 2px solid var(--c-border);
    border-top-color: var(--c-primary);
    border-radius: 50%;
    animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ═══════════════════════════════════════
   KURUMSAL SAYFA
   ═══════════════════════════════════════ */
.page-template-page-kurumsal .site-content { padding: 0; }
.kurumsal-section { padding: 40px 0 56px; }
.kurumsal-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.kurumsal-img-col {
    display: flex;
}
.kurumsal-img {
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    flex: 1;
}
.kurumsal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.kurumsal-block { margin-bottom: 28px; }
.kurumsal-block:last-child { margin-bottom: 24px; }
.kurumsal-block h2 {
    font-family: var(--ff-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--c-heading);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--c-primary);
    display: inline-block;
}
.kurumsal-block p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--c-text);
    margin-bottom: 10px;
}
.kurumsal-content .btn {
    box-shadow: 0 4px 16px rgba(168,16,16,.2);
}

/* ═══════════════════════════════════════
   İLETİŞİM SAYFASI
   ═══════════════════════════════════════ */
.contact-section {
    padding: 48px 0;
}
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
}
.contact-info h2,
.contact-form-wrap h2 {
    font-family: var(--ff-heading);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.contact-info h2::after,
.contact-form-wrap h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--c-primary);
}
.contact-info > p {
    color: var(--c-meta);
    font-size: 13.5px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 28px;
}

/* Bilgi kartları */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s;
}
.contact-card:hover { border-color: var(--c-primary); box-shadow: var(--shadow-md); }
.contact-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg-alt);
    border-radius: var(--r);
    color: var(--c-primary);
}
.contact-card-body h3 {
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--c-heading);
    margin-bottom: 3px;
}
.contact-card-body p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--c-text);
    margin: 0;
}
.contact-card-body a { color: var(--c-text); }
.contact-card-body a:hover { color: var(--c-primary); }

/* Form */
.contact-form-wrap h2 { margin-bottom: 24px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label {
    font-family: var(--ff-heading);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--c-heading);
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px 12px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    font: inherit;
    font-size: 13.5px;
    color: var(--c-text);
    background: var(--c-bg);
    transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--c-primary);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23919191' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
.btn-submit {
    align-self: flex-start;
    padding: 11px 36px;
    box-shadow: 0 4px 16px rgba(168,16,16,.2);
    transition: background .2s, box-shadow .2s, transform .2s;
}
.btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(168,16,16,.3);
}

/* Başarı mesajı */
.contact-success {
    padding: 24px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--r);
}
.contact-success p {
    color: #166534;
    font-size: 14px;
    margin: 0;
}
.contact-error {
    padding: 24px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--r);
    margin-bottom: 24px;
}
.contact-error p {
    color: #991b1b;
    font-size: 14px;
    margin: 0;
}

/* Harita */
.contact-map {
    border-top: 1px solid var(--c-border);
}
.contact-map iframe {
    display: block;
    width: 100%;
}
.page-template-page-iletisim .site-footer { margin-top: 0; }

/* ═══════════════════════════════════════
   POST CARDS
   ═══════════════════════════════════════ */
.post-list { display: grid; gap: 24px; }

.post-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    overflow: hidden;
    transition: box-shadow .2s;
}
.post-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,.07); }

.post-card-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-card-body { padding: 20px; }

.entry-title { font-size: 1rem; margin-bottom: 4px; }
.entry-title a { color: var(--c-heading); }
.entry-title a:hover { color: var(--c-primary); }

.entry-meta {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--c-meta);
    margin-bottom: 10px;
}
.entry-summary p { color: var(--c-text); margin-bottom: 14px; }

.read-more { font-weight: 600; font-size: 13px; }

/* ═══════════════════════════════════════
   SINGLE / PAGE
   ═══════════════════════════════════════ */

/* Blog single — hero meta */
.blog-single-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.6);
}
.blog-single-cat {
    background: var(--c-primary);
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 11.5px;
    font-weight: 500;
}

/* Blog single — layout */
.blog-single-container {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 48px;
}
.blog-single-hero {
    margin-bottom: 28px;
    border-radius: var(--r);
    overflow: hidden;
}
.blog-single-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* Blog single — content */
.blog-single-content .entry-content {
    line-height: 1.85;
    font-size: 15px;
    color: var(--c-text);
}
.entry-content p { margin-bottom: 1.2em; }
.entry-content h2 {
    font-size: 1.3rem;
    margin: 1.8em 0 .6em;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--c-border);
    color: var(--c-heading);
}
.entry-content h3,.entry-content h4 { margin: 1.4em 0 .5em; }
.entry-content ul,.entry-content ol { margin: 0 0 1.1em 1.4em; list-style: revert; }
.entry-content blockquote {
    border-left: 3px solid var(--c-primary);
    padding: 14px 20px;
    margin: 1.4em 0;
    background: var(--c-bg-soft);
}

/* Blog single — tags */
.blog-single-tags { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--c-border); }
.blog-single-tags a {
    display: inline-block;
    background: var(--c-bg-alt);
    border: 1px solid var(--c-border);
    padding: 4px 12px;
    font-size: 12px;
    margin: 3px 2px 3px 0;
    color: var(--c-text);
    border-radius: var(--r);
    transition: all .15s;
}
.blog-single-tags a:hover { color: var(--c-primary); border-color: var(--c-primary); }

/* Blog single — navigation */
.blog-single-nav {
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    background: var(--c-bg-alt);
}
.blog-single-nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px 0;
}
.blog-nav-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    transition: color .15s;
}
.blog-nav-next { text-align: right; }
.blog-nav-label {
    font-size: 12px;
    color: var(--c-meta);
}
.blog-nav-title {
    font-size: 14px;
    color: var(--c-heading);
    font-weight: 500;
}
.blog-nav-link:hover .blog-nav-title { color: var(--c-primary); }

/* Blog single — related posts */
.blog-related {
    padding: 48px 0;
    background: var(--c-bg-alt);
}
.blog-related .section-title { margin-bottom: 24px; }
.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-related-card {
    background: var(--c-bg);
    border-radius: var(--r);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s, transform .2s;
}
.blog-related-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.blog-related-thumb { aspect-ratio: 16/10; overflow: hidden; }
.blog-related-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.blog-related-card:hover .blog-related-thumb img { transform: scale(1.04); }
.blog-related-body {
    padding: 14px 16px;
}
.blog-related-body time {
    font-size: 11.5px;
    color: var(--c-meta);
}
.blog-related-body h3 {
    font-size: 14px;
    color: var(--c-heading);
    margin-top: 4px;
    line-height: 1.4;
}

/* Legacy single styles (archive cards) */
.site-main > article { max-width: 100%; }
.entry-thumbnail { margin-bottom: 20px; border-radius: var(--r); overflow: hidden; }
.entry-tags { margin-top: 20px; }
.entry-tags a {
    display: inline-block;
    background: var(--c-bg-alt);
    border: 1px solid var(--c-border);
    padding: 3px 10px;
    font-size: 12px;
    margin: 3px 2px 3px 0;
    color: var(--c-text);
    border-radius: var(--r);
}
.entry-tags a:hover { color: var(--c-primary); border-color: var(--c-primary); }

.post-navigation { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--c-border); display: flex; justify-content: space-between; }
.post-navigation .nav-previous a,
.post-navigation .nav-next a { color: var(--c-primary); font-size: 13px; }
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover { color: var(--c-hover); }

/* wp_link_pages */
.page-links { margin-top: 20px; padding-top: 12px; border-top: 1px solid var(--c-border); font-size: 13px; }
.page-links a { display: inline-block; margin-right: 4px; padding: 4px 10px; border: 1px solid var(--c-border); border-radius: var(--r); color: var(--c-text); }
.page-links a:hover { color: var(--c-primary); border-color: var(--c-primary); }

/* ═══════════════════════════════════════
   SIDEBAR
   ═══════════════════════════════════════ */
.sidebar .widget {
    background: var(--c-bg-alt);
    padding: 18px;
    border-radius: var(--r);
    margin-bottom: 18px;
}
.widget-title {
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--c-primary);
}
.sidebar li {
    padding: 7px 0;
    border-bottom: 1px solid var(--c-border);
    font-size: 14px;
}
.sidebar li:last-child { border-bottom: 0; }

/* ═══════════════════════════════════════
   PAGINATION
   ═══════════════════════════════════════ */
.pagination, .nav-links {
    display: flex;
    gap: 6px;
    margin-top: 32px;
    justify-content: center;
}
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--c-border);
    border-radius: var(--r);
    font-size: 14px;
    color: var(--c-text);
    transition: all .15s;
}
.page-numbers:hover { color: var(--c-primary); border-color: var(--c-primary); }
.page-numbers.current {
    background: var(--c-primary);
    color: var(--c-white);
    border-color: var(--c-primary);
}

/* ═══════════════════════════════════════
   ARCHIVE / SEARCH
   ═══════════════════════════════════════ */
.archive-header { margin-bottom: 28px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border); }
.archive-title { font-size: 1.1rem; }
.archive-description { margin-top: 8px; color: var(--c-text); font-size: 14px; }

/* ═══════════════════════════════════════
   404
   ═══════════════════════════════════════ */
.error-404 { text-align: center; padding: 64px 0; }
.error-404 h1 { font-size: 4rem; color: var(--c-primary); line-height: 1; margin-bottom: 12px; }
.error-404 p { margin-bottom: 20px; }

/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
.btn {
    display: inline-block;
    background: var(--c-primary);
    color: var(--c-white);
    padding: 8px 20px;
    border: 1px solid var(--c-btn-border);
    border-radius: var(--r);
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 500;
    transition: background .15s;
}
.btn:hover { background: var(--c-hover); border-color: var(--c-secondary); color: var(--c-white); }

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.site-footer {
    background: var(--c-dark);
    color: rgba(255,255,255,.5);
    padding: 56px 0 0;
    margin-top: 48px;
    font-size: 13.5px;
    line-height: 1.6;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Footer — hakkinda */
.footer-about {}
.footer-logo {
    display: inline-block;
    margin-bottom: 14px;
}
.footer-logo img {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
}
.footer-about > p {
    color: rgba(255,255,255,.4);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 16px;
}
.footer-social {
    display: flex;
    gap: 8px;
}
.footer-social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--r);
    color: rgba(255,255,255,.5);
    transition: border-color .2s, color .2s, background .2s;
}
.footer-social a:hover {
    border-color: var(--c-primary);
    color: var(--c-white);
    background: var(--c-primary);
}

/* Footer — kolonlar */
.footer-title {
    color: var(--c-white);
    font-family: var(--ff-heading);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--c-primary);
}
.footer-col ul { list-style: none; }
.footer-col li {
    padding: 6px 0;
    font-size: 13px;
}
.footer-col a {
    color: rgba(255,255,255,.5);
    transition: color .15s, padding-left .15s;
}
.footer-col a:hover {
    color: var(--c-white);
    padding-left: 4px;
}

/* Footer — iletisim listesi */
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 0;
    color: rgba(255,255,255,.45);
    font-size: 13px;
    line-height: 1.5;
}
.footer-contact svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--c-primary);
}
.footer-contact a { color: rgba(255,255,255,.5); }
.footer-contact a:hover { color: var(--c-white); padding-left: 0; }

/* Footer — alt bar */
.footer-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
    font-size: 12.5px;
    flex-wrap: wrap;
}
.footer-copy { color: rgba(255,255,255,.3); }
.footer-legal a { color: rgba(255,255,255,.3); transition: color .15s; }
.footer-legal a:hover { color: rgba(255,255,255,.6); }
.footer-legal::before { content: '|'; color: rgba(255,255,255,.15); }

/* Kategori SEO aciklama */
.kategori-seo-text {
    padding: 40px 0;
    border-top: 1px solid var(--c-border);
    background: var(--c-bg-alt);
}
.kategori-seo-inner {
    max-width: 800px;
}
.kategori-seo-inner h2 {
    font-size: 1.1rem;
    color: var(--c-heading);
    margin-bottom: 12px;
    font-family: var(--ff-heading);
}
.kategori-seo-inner p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--c-text);
}

/* ═══════════════════════════════════════
   BLOG ARCHIVE
   ═══════════════════════════════════════ */
.blog-archive {
    padding: 40px 0 56px;
}

/* Featured (first) post */
.blog-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--c-bg);
    border-radius: var(--r);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    margin-bottom: 36px;
    transition: box-shadow .25s;
}
.blog-featured:hover { box-shadow: var(--shadow-lg, 0 8px 32px rgba(0,0,0,.12)); }
.blog-featured-img { overflow: hidden; }
.blog-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}
.blog-featured:hover .blog-featured-img img { transform: scale(1.03); }
.blog-featured-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-featured-body h2 {
    font-size: 1.35rem;
    color: var(--c-heading);
    margin: 10px 0 12px;
    line-height: 1.35;
}
.blog-featured-body p {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.65;
    margin-bottom: 16px;
}
.blog-read-more {
    font-size: 13px;
    font-weight: 600;
    color: var(--c-primary);
}

/* Card meta */
.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--c-meta);
}
.blog-card-cat {
    background: var(--c-primary);
    color: #fff;
    padding: 1px 8px;
    border-radius: 3px;
    font-size: 10.5px;
    font-weight: 500;
}

/* Grid cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-card {
    background: var(--c-bg);
    border-radius: var(--r);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s, transform .2s;
}
.blog-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.blog-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}
.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body {
    padding: 16px 18px 20px;
}
.blog-card-body h3 {
    font-size: 14.5px;
    color: var(--c-heading);
    margin: 8px 0 8px;
    line-height: 1.4;
}
.blog-card-body p {
    font-size: 13px;
    color: var(--c-text);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════
   SEARCH FORM (in-page)
   ═══════════════════════════════════════ */
.search-form { display: flex; gap: 0; }
.search-form .search-field {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid var(--c-border);
    border-right: 0;
    border-radius: var(--r) 0 0 var(--r);
    font: inherit;
    font-size: 15px;
    color: var(--c-text);
}
.search-form .search-submit {
    padding: 10px 20px;
    background: var(--c-primary);
    color: var(--c-white);
    border: 1px solid var(--c-btn-border);
    border-radius: 0 var(--r) var(--r) 0;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}
.search-form .search-submit:hover { background: var(--c-hover); }

.no-results { text-align: center; padding: 48px 0; }
.no-results h2 { margin-bottom: 10px; }
.no-results p { margin-bottom: 20px; }
.no-results .search-form { max-width: 440px; margin: 0 auto; }

/* ═══════════════════════════════════════
   GLOBAL — overflow koruması
   ═══════════════════════════════════════ */
html { overflow-x: hidden; }
body { overflow-x: hidden; }

/* ── WhatsApp Float ── */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(37,211,102,.4);
    transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37,211,102,.5);
    color: #fff;
}
@media (max-width: 768px) {
    .whatsapp-float { bottom: 16px; right: 16px; width: 48px; height: 48px; }
}

/* ═══════════════════════════════════════
   SCROLL REVEAL
   ═══════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered children — her kart sirayla yukadan kayar */
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s cubic-bezier(.4,0,.2,1), transform .5s cubic-bezier(.4,0,.2,1);
}
.reveal-stagger > .is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════════════════════════════════
   RESPONSIVE — TABLET  (≤ 992px)
   ═══════════════════════════════════════ */
@media (max-width: 992px) {
    .header-inner { gap: 20px; }
    .main-nav a { padding: 10px 12px; font-size: 13px; }
    .header-search input { width: 100px; }
    .layout-with-sidebar { grid-template-columns: 1fr 220px; gap: 28px; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .latest-grid { grid-template-columns: repeat(3, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .urun-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 768px)
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
    :root {
        --hero-offset-desktop: var(--hero-offset-mobile);
    }

    .container { padding: 0 16px; }

    /* Topbar: gizle */
    .topbar { display: none; }

    /* Header: logo sol, hamburger sag — space-between */
    .header-inner {
        height: 64px;
        gap: 12px;
        justify-content: space-between;
    }
    .site-branding {
        flex: 0 0 auto;
    }
    .site-logo { height: 54px; }
    .main-nav { display: none; }
    .header-end { display: none; }
    .nav-toggle {
        display: flex;
        flex: 0 0 auto;
        margin-left: auto;
    }

    /* Mobile menu */
    .mobile-menu-inner { width: 300px; max-width: 85vw; }

    /* Layout */
    .site-content { padding: 24px 0; }
    .home .site-content,
    .page-template-page-referanslarimiz .site-content { padding: 0; }
    .layout-with-sidebar { grid-template-columns: 1fr; gap: 28px; }

    /* Cards */
    .post-card-body { padding: 14px; }
    .site-main .entry-title { font-size: 1.1rem; }
    .entry-meta { flex-wrap: wrap; gap: 8px; }
    .entry-tags { margin-top: 14px; }
    .entry-content blockquote { padding: 12px 16px; }

    /* Blog archive responsive */
    .blog-featured { grid-template-columns: 1fr; }
    .blog-featured-body { padding: 20px; }
    .blog-featured-body h2 { font-size: 1.15rem; }
    .blog-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

    /* Blog single responsive */
    .blog-single-container { padding-top: 24px; padding-bottom: 32px; }
    .blog-single-content .entry-content { font-size: 14px; }
    .blog-single-nav-inner { grid-template-columns: 1fr; gap: 16px; }
    .blog-nav-next { text-align: left; }
    .blog-related-grid { grid-template-columns: 1fr; gap: 16px; }

    /* Search form */
    .search-form { flex-wrap: nowrap; }
    .search-form .search-field { padding: 8px 10px; font-size: 13px; min-width: 0; }
    .search-form .search-submit { padding: 8px 14px; font-size: 13px; white-space: nowrap; }

    /* Hero */
    .hero-slide-img {
        height: min(360px, calc(100svh - var(--hero-offset-mobile)));
        min-height: 280px;
    }
    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(8,8,8,.3) 0%, rgba(8,8,8,.82) 100%),
            linear-gradient(90deg, rgba(8,8,8,.5) 0%, rgba(8,8,8,.1) 100%);
    }
    .hero-text {
        text-align: center;
        margin: 0 auto;
        border-left: none;
        padding-left: 0;
        border-bottom: 2px solid var(--c-primary);
        padding-bottom: 20px;
    }
    .hero-title { font-size: clamp(1.3rem, 6vw, 1.8rem); margin-bottom: 10px; }
    .hero-desc { font-size: 13px; max-width: 34ch; margin-bottom: 16px; margin-left: auto; margin-right: auto; }
    .hero-actions { gap: 8px; justify-content: center; }
    .btn-hero, .btn-hero-outline { padding: 9px 20px; font-size: 12px; min-height: 40px; }
    .hero-nav { right: 16px; bottom: 16px; }
    .hero-prev, .hero-next { width: 38px; height: 38px; }

    /* Trust strip */
    .trust-strip-inner { flex-wrap: wrap; }
    .trust-item { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,.06); padding: 20px 16px; }
    .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.06); }
    .trust-item:nth-child(even) { border-right: none; }
    .trust-item:nth-last-child(-n+2) { border-bottom: none; }
    .trust-number { font-size: 20px; }
    .trust-label { font-size: 11px; }

    /* Buttons — 44px touch target */
    .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; }

    /* Section headers */
    .section-header { margin-bottom: 24px; }
    .section-title { font-size: 1.1rem; }

    /* Front page sections */
    .section-categories { padding: 36px 0; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .cat-card-overlay { padding: 14px; }
    .cat-card-overlay h3 { font-size: 12.5px; }
    .cat-card-arrow { opacity: 1; transform: translateX(0); }
    .section-latest { padding: 36px 0; border-top: none; }
    .latest-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .section-blog-testimonials { padding: 36px 0; border-top: none; }
    .bt-layout { grid-template-columns: 1fr; gap: 32px; }
    .testimonial { padding: 20px 20px 20px 22px; border-left-width: 2px; }
    .testimonial p { font-size: 13.5px; }
    .blog-item-thumb { width: 60px; height: 60px; }
    .blog-item { gap: 14px; padding: 13px 0; }
    .section-services { padding: 36px 0; }
    .services-grid { grid-template-columns: 1fr; gap: 10px; }
    .service-card { padding: 18px 16px; }
    .section-cta { padding: 44px 0; }
    .cta-inner h2 { font-size: 1.15rem; }
    .section-content { padding: 32px 0; }

    /* Kurumsal */
    .kurumsal-layout { grid-template-columns: 1fr; gap: 24px; }
    .kurumsal-img-col { position: static; }

    /* Projeler */
    .proje-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .proje-layout { grid-template-columns: 1fr; gap: 28px; }
    .proje-detail { padding: 28px 0 36px; }
    .proje-nav { flex-wrap: wrap; gap: 12px; }
    .proje-nav-link { padding: 14px 0; }
    .proje-cta-bar { flex-direction: column; text-align: center; gap: 16px; padding: 24px; }
    .proje-cta-section { padding: 0 0 36px; }

    /* İletişim */
    .contact-section { padding: 32px 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 32px; }
    .form-row { grid-template-columns: 1fr; gap: 12px; }
    .contact-map iframe { height: 240px; }

    /* Page hero */
    .page-hero { padding: 28px 0; }
    .page-hero-title { font-size: 1.25rem; }

    /* Urun */
    .urun-archive { grid-template-columns: 1fr; }
    .urun-sidebar { display: none; }
    .urun-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .urun-layout { grid-template-columns: 1fr; gap: 24px; }
    .urun-info-title { font-size: 1.2rem; }

    /* Referanslar */
    .ref-grid { grid-template-columns: 1fr 1fr; }
    .ref-tabs { gap: 2px; }
    .ref-tab { padding: 10px 12px; font-size: 12px; }

    /* Footer */
    .site-footer { padding: 36px 0 0; margin-top: 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-about { text-align: center; }
    .footer-social { justify-content: center; }
    .footer-bar { padding: 16px 0; }
    .footer-col li a { min-height: 44px; display: inline-flex; align-items: center; }

    /* Pagination */
    .page-numbers { min-width: 44px; height: 44px; }
    .pagination, .nav-links { flex-wrap: wrap; }

    /* Post navigation */
    .post-navigation { flex-direction: column; gap: 12px; }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a { min-height: 44px; display: inline-flex; align-items: center; }

    /* 404 */
    .error-404 { padding: 40px 0; }
    .error-404 h1 { font-size: 3rem; }

    /* Genel overflow koruması */
    img { max-width: 100%; height: auto; }
    .entry-content img { max-width: 100%; height: auto; }
    .entry-content iframe,
    .entry-content embed,
    .entry-content object,
    .entry-content video { max-width: 100%; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE  (≤ 480px)
   ═══════════════════════════════════════ */
@media (max-width: 480px) {
    .container { padding: 0 12px; }

    .header-inner { height: 56px; }
    .site-logo { height: 46px; }

    /* Hero */
    .hero-slide-img {
        height: min(320px, calc(100svh - var(--hero-offset-mobile)));
        min-height: 260px;
    }
    .hero-title { font-size: clamp(1.15rem, 5.5vw, 1.4rem); }
    .hero-desc { font-size: 12.5px; margin-bottom: 14px; }
    .btn-hero, .btn-hero-outline { padding: 8px 16px; font-size: 11.5px; min-height: 36px; }
    .hero-nav { right: 12px; bottom: 12px; }
    .hero-prev, .hero-next { width: 34px; height: 34px; }
    .hero-prev svg, .hero-next svg { width: 14px; height: 14px; }

    /* Services */
    .service-card { padding: 16px 14px; gap: 10px; }

    /* Latest */
    .latest-card-body { padding: 10px; }
    .latest-card-body h3 { font-size: 11.5px; }

    /* CTA */
    .cta-inner h2 { font-size: 1.05rem; }
    .cta-inner p { font-size: 13px; }

    /* Referanslar */
    .ref-grid { grid-template-columns: 1fr; }

    /* Blog */
    .blog-grid { grid-template-columns: 1fr; }
    .blog-featured-body { padding: 16px; }
    .blog-featured-body h2 { font-size: 1.05rem; }
    .blog-card-body { padding: 12px 14px 16px; }

    /* Footer */
    .footer-bar { padding: 16px 0; }
    .footer-bar ul { gap: 8px; }
}
