/* ═══════════════════════════════════════════════════════════════════
   KAİZEN ARGE MÜHENDİSLİK — main.css v8
   Police : Poppins (identique au site kaizenarge.com.tr/demo)
   ═══════════════════════════════════════════════════════════════════ */

:root {
    --red:      #C91D2E;
    --red-dk:   #A51525;
    --red-lt:   rgba(201,29,46,0.10);

    --bg:       #F8F7F4;
    --surface:  #FFFFFF;
    --border:   #E4DFDA;

    --ink:      #111111;
    --ink-2:    #333333;
    --ink-3:    #888888;

    /* Poppins = police exacte du site original */
    --fp:  'Poppins', sans-serif;

    --cmax: 1260px;
    --cpx:  clamp(1rem, 4vw, 2.5rem);
    --hh:    64px;
    --hh-sm: 52px;

    --r-sm:  4px;
    --r-md:  10px;
    --tf:    140ms ease;
    --tb:    260ms ease;

    --sh-sm: 0 2px 12px rgba(0,0,0,.08);
    --sh-md: 0 6px 24px rgba(0,0,0,.10);
    --sh-lg: 0 12px 40px rgba(0,0,0,.13);
}

/* ── Reset ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--fp); font-weight: 400; line-height: 1.7;
       color: var(--ink-2); background: var(--bg); overflow-x: hidden; }
a    { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul   { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ── Typographie ─────────────────────────────────────────────────── */
h1, h2, h3, h4 {
    font-family: var(--fp);
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.8rem, 4.5vw, 3rem);  font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw,  2.4rem); font-weight: 700; }
h3 { font-size: clamp(1rem,  1.8vw, 1.25rem);font-weight: 600; }
p  { max-width: 68ch; font-size: 0.97rem; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: var(--fp); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
}
.eyebrow::before { content:''; width:20px; height:2px; background:var(--red); border-radius:2px; }

/* ── Layout ──────────────────────────────────────────────────────── */
.container  { max-width: var(--cmax); margin-inline: auto; padding-inline: var(--cpx); }
.section    { padding-block: 5.5rem; }

/* ══════════════════════════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════════════════════════ */
#site-header {
    position: fixed; top: 0; left: 0; right: 0;
    height: var(--hh); z-index: 1000;
    display: flex; align-items: center;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    transition: height var(--tb), box-shadow var(--tb);
}
#site-header.scrolled {
    height: var(--hh-sm);
    box-shadow: var(--sh-sm);
}

.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; width: 100%;
    max-width: var(--cmax); margin-inline: auto; padding-inline: var(--cpx);
}

/* Logo */
.site-logo { display: flex; align-items: center; gap: 0.65rem; flex-shrink: 0; }
.logo-icon {
    width: 36px; height: 36px; background: var(--red); border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fp); font-weight: 700; font-size: 1rem; color: #fff;
    flex-shrink: 0; box-shadow: 0 2px 8px rgba(201,29,46,.28);
    transition: transform var(--tf);
}
.site-logo:hover .logo-icon { transform: scale(1.05); }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text strong {
    font-family: var(--fp); font-weight: 700; font-size: 0.85rem;
    color: var(--ink);
}
.logo-text span {
    font-family: var(--fp); font-size: 0.57rem; font-weight: 400;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3);
}

/* ── Nav desktop ─────────────────────────────────────────────────── */
.main-nav { display: flex; align-items: center; gap: 0.1rem; }
.main-nav > li { position: relative; }

.main-nav > li > a,
.main-nav > li > button.nav-parent {
    display: flex; align-items: center; gap: 0.22rem;
    padding: 0.44rem 0.8rem;
    font-family: var(--fp);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--ink);           /* Noir — demande du client */
    border-radius: var(--r-sm);
    white-space: nowrap;
    transition: color var(--tf), background var(--tf);
}

.main-nav > li > a:hover,
.main-nav > li > button.nav-parent:hover {
    color: var(--red);
    background: var(--red-lt);
}

/*
 * ACTIF — rouge clair distinct de K-CONNECT
 * K-CONNECT = --red (#C91D2E) plein + ombre
 * Actif = rouge plus clair, fond semi-transparent + texte rouge foncé
 * → différence visuelle claire entre les deux
 */
.main-nav > li > a.active {
    background: rgba(201, 29, 46, 0.12);  /* fond rouge très léger */
    color: var(--red);                      /* texte rouge vif */
    font-weight: 600;
    border-radius: var(--r-sm);
}
.main-nav > li > a.active:hover {
    background: rgba(201, 29, 46, 0.18);
    color: var(--red-dk);
}

/* Flèche */
.nav-arrow {
    width: 10px; height: 10px;
    stroke: currentColor; fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    transition: transform var(--tf);
}
.main-nav > li.open .nav-arrow,
.main-nav > li:hover .nav-arrow { transform: rotate(180deg); }

/* Dropdown */
.dropdown {
    position: absolute; top: calc(100% + 6px); left: 50%;
    transform: translateX(-50%) translateY(4px);
    min-width: 200px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    box-shadow: var(--sh-lg);
    padding: 0.4rem;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    /* Pont invisible entre le bouton nav et le dropdown pour éviter
       la perte de survol lors du passage de l'un à l'autre */
    margin-top: 0;
}
/* Pont invisible qui comble le gap entre le bouton et le dropdown */
.dropdown::before {
    content: '';
    position: absolute;
    top: -10px; left: 0; right: 0;
    height: 10px;
}
/* Ouverture via hover CSS ET via classe .open (JS) */
.main-nav > li:hover .dropdown,
.main-nav > li.open .dropdown {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.dropdown a {
    display: block; padding: 0.55rem 0.85rem;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-size: 0.84rem; font-weight: 400;
    color: var(--ink-2);
    transition: background var(--tf), color var(--tf);
}
.dropdown a:hover { background: var(--red-lt); color: var(--red); }

/* K-CONNECT */
.btn-kconnect {
    display: inline-flex; align-items: center;
    padding: 0.5rem 1.1rem;
    background: var(--red); color: #fff !important;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-size: 0.76rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(201,29,46,.26);
    transition: background var(--tf), transform var(--tf), box-shadow var(--tf);
    white-space: nowrap;
}
.btn-kconnect:hover {
    background: var(--red-dk); transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(201,29,46,.34);
}

/* Hamburger */
.hamburger {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    width: 38px; height: 38px; padding: 8px; border-radius: var(--r-sm);
    transition: background var(--tf);
}
.hamburger:hover { background: var(--red-lt); }
.hamburger span {
    display: block; width: 100%; height: 2px; background: var(--ink);
    border-radius: 2px; transition: transform var(--tb), opacity var(--tb);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil menü */
.mobile-menu {
    display: none; position: fixed; inset: 0; top: var(--hh-sm);
    background: var(--surface); z-index: 999; overflow-y: auto;
    padding: 1.5rem var(--cpx) 4rem;
    transform: translateX(100%); transition: transform var(--tb);
    border-top: 1px solid var(--border); box-shadow: var(--sh-lg);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-nav li { border-bottom: 1px solid var(--border); }
.mobile-nav a, .mobile-nav button.mob-parent {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 0.85rem 0;
    font-family: var(--fp); font-size: 0.95rem; font-weight: 500;
    color: var(--ink); transition: color var(--tf);
}
.mobile-nav a:hover, .mobile-nav button.mob-parent:hover { color: var(--red); }
.mobile-nav a.active { color: var(--red); font-weight: 600; }
.mobile-sub { display: none; padding: 0.2rem 0 0.65rem 0.75rem;
              border-left: 2px solid var(--red); margin-left: 0.4rem; }
.mobile-sub.open { display: block; }
.mobile-sub a { font-size: 0.85rem; border-bottom: none; padding: 0.42rem 0;
                font-weight: 400; color: var(--ink-2); }
.mobile-kconnect { margin-top: 1.5rem; }
.mobile-kconnect a {
    display: flex; align-items: center; justify-content: center;
    padding: 0.82rem; width: 100%; background: var(--red); color: #fff;
    border-radius: var(--r-sm); font-family: var(--fp); font-weight: 600;
    font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════════════════
   HERO SLIDER
   ══════════════════════════════════════════════════════════════════ */
#hero {
    position: relative;
    width: 100%; height: 100vh; min-height: 560px;
    overflow: hidden; background: #05081A;
}

.slide-track { position: relative; width: 100%; height: 100%; }

.slide {
    position: absolute; inset: 0;
    display: flex; align-items: center;
    opacity: 0; transition: opacity 1s ease;
    pointer-events: none;
}
.slide.active { opacity: 1; pointer-events: auto; }

/*
 * PHOTO PLEIN ÉCRAN
 * Le problème : la photo de voiture a la voiture au centre-droite.
 * "center center" + cover = photo centrée, voiture visible.
 * Pour la coller à droite visiblement, on utilise "65% center"
 * ce qui pousse le centre de composition légèrement vers la droite
 * tout en gardant la voiture dans le cadre.
 */
.slide-bg {
    position: absolute; inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* centré = voiture entière visible */
}

/*
 * OVERLAY : texte à gauche sur fond sombre, photo visible à droite
 * Le texte est à gauche → on assombrit la gauche
 * La voiture est à droite → on laisse la droite transparente
 */
.slide-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(to right,
            rgba(4,6,20,0.82) 0%,
            rgba(4,6,20,0.60) 30%,
            rgba(4,6,20,0.22) 55%,
            rgba(4,6,20,0.00) 72%),
        linear-gradient(to top,
            rgba(3,5,18,0.28) 0%,
            transparent 22%);
}

/* Contenu */
.slide-content {
    position: relative; z-index: 2;
    width: 100%; max-width: var(--cmax);
    margin-inline: auto; padding-inline: var(--cpx);
    padding-top: var(--hh);
    transform: translateY(16px); opacity: 0;
    transition: transform 0.85s 0.2s cubic-bezier(.2,.8,.3,1), opacity 0.85s 0.2s;
}
.slide.active .slide-content { transform: translateY(0); opacity: 1; }

/* Eyebrow */
.slide-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: var(--fp); font-size: 0.68rem; font-weight: 500;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.75rem;
}
.slide-eyebrow::before {
    content: ''; width: 18px; height: 1.5px;
    background: var(--red); border-radius: 2px;
}

/*
 * TITRE — Poppins 700 uppercase
 * Identique au screenshot original (image de référence)
 * Texte blanc avec ombre portée légère pour lisibilité sur photo claire
 */
.slide-title {
    font-family: var(--fp);
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
    max-width: 20ch;
    /* Ombre portée pour lisibilité sur la photo */
    text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.4);
}

/* Sous-titre */
.slide-sub {
    font-family: var(--fp);
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    font-weight: 400; line-height: 1.68;
    /* Texte un peu plus foncé (plus opaque) pour meilleure lecture */
    color: rgba(255,255,255,0.90);
    max-width: 44ch; margin-bottom: 0.9rem;
    /* Légère ombre pour lisibilité */
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/* Tag badge */
.slide-tag {
    display: inline-block;
    font-family: var(--fp); font-size: 0.75rem; font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: var(--r-sm);
    padding: 0.32em 0.85em;
    margin-bottom: 1.4rem;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(4px);
}

.slide-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.btn-primary {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.78rem 1.65rem;
    background: var(--red); color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-weight: 600;
    font-size: 0.8rem; letter-spacing: 0.07em; text-transform: uppercase;
    box-shadow: 0 4px 18px rgba(201,29,46,.38);
    transition: background var(--tf), transform var(--tf), box-shadow var(--tf);
}
.btn-primary:hover {
    background: var(--red-dk); transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201,29,46,.44);
}
.btn-primary svg { flex-shrink: 0; }

.btn-outline {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.78rem 1.65rem;
    border: 1.5px solid rgba(255,255,255,0.45); color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-weight: 500;
    font-size: 0.8rem; letter-spacing: 0.07em; text-transform: uppercase;
    transition: border-color var(--tf), background var(--tf);
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.10); }

/* Contrôles slider */
.slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    width: 44px; height: 44px; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.30);
    background: rgba(255,255,255,0.10); backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center; color: #fff;
    transition: background var(--tf), border-color var(--tf), transform var(--tf);
}
.slider-arrow:hover {
    background: var(--red); border-color: var(--red);
    transform: translateY(-50%) scale(1.06);
}
.slider-arrow svg {
    width: 17px; height: 17px; stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.slider-prev { left: 1.25rem; }
.slider-next { right: 1.25rem; }

.slider-dots {
    position: absolute; bottom: 1.75rem; left: 50%; transform: translateX(-50%);
    display: flex; gap: 0.45rem; z-index: 10;
}
.slider-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.32);
    transition: background var(--tb), width var(--tb), border-radius var(--tb);
}
.slider-dot.active { background: var(--red); width: 26px; border-radius: 4px; }

.slider-progress {
    position: absolute; bottom: 0; left: 0;
    height: 3px; background: var(--red); z-index: 10;
    width: 0%; transition: width 0.1s linear;
}

.slide-counter {
    position: absolute; bottom: 1.5rem; right: var(--cpx); z-index: 10;
    font-family: var(--fp); font-size: 0.7rem; font-weight: 400;
    letter-spacing: 0.1em; color: rgba(255,255,255,0.40);
    display: flex; align-items: center; gap: 0.3rem;
}
.slide-counter .cur { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-weight: 600; }

/* ── Utilitaires ─────────────────────────────────────────────────── */
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden;
           clip:rect(0,0,0,0); white-space:nowrap; }

@media (prefers-reduced-motion:reduce) {
    *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width:1040px) {
    .main-nav, .btn-kconnect.desktop-only { display:none; }
    .hamburger { display:flex; }
    .mobile-menu { display:block; }
}
@media (max-width:600px) {
    /* Flèches de défilement cachées sur mobile */
    .slider-arrow { display: none; }
}

/* ══════════════════════════════════════════════════════════════════
   ÉTAPE 2 — Sections contenu
   ══════════════════════════════════════════════════════════════════ */

/* ── Boutons globaux ────────────────────────────────────────────── */
.btn-red {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.78rem 1.7rem;
    background: var(--red); color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-weight: 600;
    font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
    box-shadow: 0 4px 18px rgba(201,29,46,.28);
    transition: background var(--tf), transform var(--tf), box-shadow var(--tf);
}
.btn-red:hover { background: var(--red-dk); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,29,46,.36); }

.btn-ghost {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.76rem 1.7rem;
    border: 1.5px solid var(--red); color: var(--red);
    border-radius: var(--r-sm);
    font-family: var(--fp); font-weight: 600;
    font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
    transition: background var(--tf), color var(--tf);
}
.btn-ghost:hover { background: var(--red); color: #fff; }

/* ── Section label ─────────────────────────────────────────────── */
.section-label {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: var(--fp); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--red);
    margin-bottom: 1rem;
}
.section-label::before { content:''; width:22px; height:2px; background:var(--red); border-radius:2px; }

.section-title {
    font-family: var(--fp); font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 700; color: var(--ink); line-height: 1.2;
    letter-spacing: -0.01em; margin-bottom: 1.2rem;
}
.section-sub {
    font-size: 0.97rem; color: #555; line-height: 1.72;
    max-width: 65ch; margin-bottom: 2.5rem;
}

/* ══════════════════════════════════════════════════════════════════
   1. KURUMSAL YAPI
   ══════════════════════════════════════════════════════════════════ */
#kurumsal {
    background: var(--surface);
    padding-block: 6rem;
}

.kurumsal-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.kurumsal-text .section-title { margin-bottom: 0.9rem; }
.kurumsal-text .lead {
    font-size: 1.02rem; color: #444; line-height: 1.76;
    margin-bottom: 1.6rem;
}
.kurumsal-text .body {
    font-size: 0.95rem; color: #666; line-height: 1.76;
    margin-bottom: 2rem;
}

/* Points clés */
.key-points { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.2rem; }
.key-point {
    display: flex; align-items: flex-start; gap: 0.85rem;
    padding: 0.9rem 1rem;
    background: var(--bg);
    border-radius: var(--r-md);
    border-left: 3px solid var(--red);
    transition: box-shadow var(--tf);
}
.key-point:hover { box-shadow: var(--sh-sm); }
.key-point-icon {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(201,29,46,0.10);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.key-point-icon svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.key-point-body strong {
    display: block; font-family: var(--fp); font-size: 0.88rem;
    font-weight: 600; color: var(--ink); margin-bottom: 0.15rem;
}
.key-point-body span { font-size: 0.83rem; color: #666; }

/* Grille d'images droite */
.kurumsal-visuals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 200px;
    gap: 0.75rem;
}
.kurumsal-visuals .img-main {
    grid-column: 1 / -1;
    border-radius: var(--r-md); overflow: hidden;
}
.kurumsal-visuals .img-main img,
.kurumsal-visuals .img-sm img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.kurumsal-visuals .img-sm { border-radius: var(--r-md); overflow: hidden; }
.kurumsal-visuals .img-main:hover img,
.kurumsal-visuals .img-sm:hover img { transform: scale(1.04); }

/* Callout jaune */
.kurumsal-callout {
    display: flex; align-items: flex-start; gap: 0.75rem;
    padding: 1rem 1.1rem;
    background: #FFF8E1; border-left: 3px solid #F9A825;
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    margin-top: 0.5rem;
}
.kurumsal-callout strong {
    font-family: var(--fp); font-size: 0.84rem; font-weight: 600;
    color: #5D4037; display: block; margin-bottom: 0.2rem;
}
.kurumsal-callout span { font-size: 0.82rem; color: #795548; }

/* ══════════════════════════════════════════════════════════════════
   2. GALERIE IMAGES — bande défilante
   ══════════════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════════════════
   2. GALERIE — bande 4 images, défilement horizontal mobile
   ══════════════════════════════════════════════════════════════════ */
#galeri {
    background: var(--bg);
    padding-block: 0;
    /* Mobile : scroll horizontal activé */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* Cache la scrollbar visuellement mais garde le scroll */
#galeri::-webkit-scrollbar { display: none; }
#galeri { -ms-overflow-style: none; scrollbar-width: none; }

.galeri-strip {
    display: flex;
    gap: 0;
    /* Mobile : items ne rétrécissent pas → scroll naturel */
    min-width: max-content;
}

.galeri-item {
    flex-shrink: 0;
    width: 25vw;       /* 4 items = 100vw sur desktop */
    min-width: 260px;  /* Mobile : chaque item mesure au moins 260px → scroll */
    height: 220px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
}
.galeri-item img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
    transition: transform 0.6s;
}
.galeri-item:hover img { transform: scale(1.06); }
.galeri-item-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 0.65rem 0.85rem;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
    font-family: var(--fp); font-size: 0.78rem; font-weight: 600;
    color: #fff;
    /* S'assure que le label est visible même sur petits écrans */
    font-size: clamp(0.7rem, 2vw, 0.82rem);
}

/* ══════════════════════════════════════════════════════════════════
   3. HIZMETLER
   ══════════════════════════════════════════════════════════════════ */
#hizmetler {
    background: var(--surface);
    padding-block: 6rem;
}
.hizmetler-header { text-align: center; margin-bottom: 3.5rem; }
.hizmetler-header .section-title { margin-inline: auto; }
.hizmetler-header .section-sub { margin-inline: auto; text-align: center; }

.hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.hizmet-card {
    background: var(--bg);
    border-radius: var(--r-md);
    padding: 1.5rem;
    border: 1px solid var(--border);
    transition: transform var(--tb), box-shadow var(--tb), border-color var(--tb);
    cursor: default;
}
.hizmet-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: rgba(201,29,46,0.2);
}
.hizmet-icon {
    width: 48px; height: 48px;
    background: rgba(201,29,46,0.10);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    transition: background var(--tf);
}
.hizmet-card:hover .hizmet-icon { background: var(--red); }
.hizmet-card:hover .hizmet-icon .icon-svg { stroke: #fff; }
.hizmet-icon .icon-svg { width: 22px; height: 22px; stroke: var(--red); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke var(--tf); }
.hizmet-card h3 {
    font-family: var(--fp); font-size: 0.95rem; font-weight: 600;
    color: var(--ink); margin-bottom: 0.5rem;
}
.hizmet-card p { font-size: 0.84rem; color: #666; line-height: 1.65; max-width: none; margin-bottom: 1rem; }
.hizmet-link {
    font-family: var(--fp); font-size: 0.78rem; font-weight: 600;
    color: var(--red); display: inline-flex; align-items: center; gap: 0.3rem;
    transition: gap var(--tf);
}
.hizmet-card:hover .hizmet-link { gap: 0.55rem; }
.hizmet-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ══════════════════════════════════════════════════════════════════
   4. ÜRETİM KABİLİYETLERİ
   ══════════════════════════════════════════════════════════════════ */
#kabiliyet {
    background: var(--ink);
    padding-block: 6rem;
    position: relative;
    overflow: hidden;
}
#kabiliyet::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1565034946487-077786996e27?auto=format&fit=crop&w=1600&q=60') center/cover;
    opacity: 0.08;
}

.kabiliyet-inner {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.kabiliyet-left .section-label { color: rgba(255,255,255,0.55); }
.kabiliyet-left .section-label::before { background: var(--red); }
.kabiliyet-left .section-title { color: #fff; }
.kabiliyet-left .section-sub { color: rgba(255,255,255,0.6); }

/* Liste des capacités */
.kab-list {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem;
}
.kab-item {
    display: flex; align-items: flex-start; gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    background: rgba(255,255,255,0.05);
    border-radius: var(--r-sm);
    border: 1px solid rgba(255,255,255,0.08);
    transition: background var(--tf), border-color var(--tf);
}
.kab-item:hover { background: rgba(255,255,255,0.09); border-color: rgba(201,29,46,0.4); }
.kab-item::before {
    content: '';
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--red); flex-shrink: 0; margin-top: 0.38rem;
}
.kab-item-body strong {
    display: block; font-family: var(--fp); font-size: 0.82rem;
    font-weight: 600; color: rgba(255,255,255,0.9); margin-bottom: 0.15rem;
}
.kab-item-body span { font-size: 0.78rem; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* Droite : image + 4 points forts */
.kabiliyet-right .kab-img {
    border-radius: var(--r-md); overflow: hidden; height: 240px; margin-bottom: 1.5rem;
}
.kabiliyet-right .kab-img img { width: 100%; height: 100%; object-fit: cover; }

.kab-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.kab-highlight {
    padding: 0.9rem 1rem;
    background: rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    border-top: 2px solid var(--red);
}
.kab-highlight strong {
    display: block; font-family: var(--fp); font-size: 0.84rem;
    font-weight: 600; color: #fff; margin-bottom: 0.2rem;
}
.kab-highlight span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }

/* ══════════════════════════════════════════════════════════════════
   5. STATS
   ══════════════════════════════════════════════════════════════════ */
#stats {
    background: var(--red);
    padding-block: 3.5rem;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.stat-item { padding: 1rem; }
.stat-number {
    font-family: var(--fp); font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700; color: #fff;
    line-height: 1; margin-bottom: 0.4rem;
    display: block;
}
.stat-suffix { font-size: 0.6em; }
.stat-label {
    font-family: var(--fp); font-size: 0.8rem; font-weight: 500;
    color: rgba(255,255,255,0.78);
    line-height: 1.4;
}

/* ══════════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════════ */
#footer {
    background: #0D0D0D;
    padding-block: 3.5rem 1.5rem;
    color: rgba(255,255,255,0.6);
}
.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 1.5rem;
}
.footer-brand .logo-wrap { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 1rem; }
.footer-brand .f-icon {
    width: 34px; height: 34px; background: var(--red); border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fp); font-weight: 700; color: #fff; font-size: 0.9rem;
}
.footer-brand .f-name strong {
    font-family: var(--fp); font-weight: 700; font-size: 0.82rem;
    color: #fff; display: block;
}
.footer-brand .f-name span {
    font-size: 0.55rem; font-weight: 400; letter-spacing: 0.12em;
    text-transform: uppercase; color: rgba(255,255,255,0.4);
}
.footer-brand p { font-size: 0.84rem; line-height: 1.68; max-width: 30ch; margin-bottom: 1.2rem; }
.footer-social { display: flex; gap: 0.5rem; }
.social-btn {
    width: 34px; height: 34px; border-radius: 7px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: background var(--tf), color var(--tf), border-color var(--tf);
}
.social-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.social-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.footer-col h4 {
    font-family: var(--fp); font-size: 0.82rem; font-weight: 600;
    color: #fff; margin-bottom: 1rem; padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.45rem; }
.footer-col ul li a {
    font-size: 0.83rem; color: rgba(255,255,255,0.5);
    transition: color var(--tf); display: inline-flex; align-items: center; gap: 0.3rem;
}
.footer-col ul li a:hover { color: var(--red); }
.footer-col ul li a::before { content: '›'; color: var(--red); }

.footer-contact { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.65rem; }
.fc-icon {
    width: 30px; height: 30px; border-radius: 6px;
    background: rgba(255,255,255,0.07);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.fc-icon svg { width: 14px; height: 14px; stroke: var(--red); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fc-text span { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-bottom: 0.1rem; letter-spacing: 0.05em; text-transform: uppercase; }
.fc-text a, .fc-text strong { font-size: 0.83rem; color: rgba(255,255,255,0.7); font-weight: 500; transition: color var(--tf); }
.fc-text a:hover { color: var(--red); }

.footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.78rem; color: rgba(255,255,255,0.28);
    flex-wrap: wrap; gap: 0.5rem;
}
.footer-bottom a { color: rgba(255,255,255,0.4); transition: color var(--tf); }
.footer-bottom a:hover { color: var(--red); }

/* ── Responsive Étape 2 ──────────────────────────────────────────── */
@media (max-width: 960px) {
    .kurumsal-inner,
    .kabiliyet-inner { grid-template-columns: 1fr; gap: 3rem; }
    .kurumsal-visuals { grid-template-rows: 220px 180px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
    .hizmetler-grid { grid-template-columns: 1fr 1fr; }
    .kab-list { grid-template-columns: 1fr; }
    .kab-highlights { grid-template-columns: 1fr 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .footer-inner { grid-template-columns: 1fr; }

    /* Galerie mobile : scroll horizontal avec snap */
    #galeri {
        scroll-snap-type: x mandatory;
    }
    .galeri-strip {
        min-width: unset;
    }
    .galeri-item {
        width: 78vw;   /* ~78% de l'écran = on voit 1 image + un bout de la suivante */
        min-width: unset;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
}

@media (max-width: 480px) {
    .hizmetler-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .kurumsal-visuals { grid-template-columns: 1fr; grid-template-rows: 200px 180px 180px; }
    .kurumsal-visuals .img-main { grid-column: 1; }
}

/* ══════════════════════════════════════════════════════════════════
   PAGE HERO GÉNÉRIQUE — toutes les pages intérieures
   ══════════════════════════════════════════════════════════════════ */
.page-hero {
    position: relative;
    background: var(--ink);          /* Fond noir/très sombre */
    padding-top: calc(var(--hh) + 2.8rem);
    padding-bottom: 2.8rem;
    overflow: hidden;
}

/* Fond SVG décoratif */
.page-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.ph-grid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contenu hero intérieur */
.page-hero-inner {
    position: relative;
    z-index: 1;
}

/* Fil d'Ariane */
.ph-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.ph-crumb {
    font-family: var(--fp);
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
    transition: color var(--tf);
    text-decoration: none;
}
.ph-crumb:hover { color: var(--red); }
.ph-crumb-active {
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    pointer-events: none;
}
.ph-sep {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.25);
}
.ph-sep svg {
    stroke: currentColor;
    display: block;
}

/* Titre de page */
.ph-title {
    font-family: var(--fp);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

/* Accent rouge sous le titre — trait signature */
.ph-title::after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
    margin-top: 0.65rem;
}

/* Sous-titre */
.ph-subtitle {
    font-family: var(--fp);
    font-size: 0.97rem;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    margin-top: 0.6rem;
    max-width: 55ch;
    line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════════════
   İLETİŞİM SAYFASI
   ══════════════════════════════════════════════════════════════════ */

/* Layout principal */
.iletisim-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
    padding-block: 5rem;
}

/* ── Formulaire ─────────────────────────────────────────────────── */
.iletisim-form-wrap {
    background: var(--surface);
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    padding: 2.5rem;
    box-shadow: var(--sh-sm);
}
.iletisim-form-wrap .form-header {
    margin-bottom: 2rem;
}
.iletisim-form-wrap .form-header h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.4rem;
}
.iletisim-form-wrap .form-header p {
    font-size: 0.9rem;
    color: #666;
    max-width: none;
}

/* Grille formulaire */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
}
.form-grid .full { grid-column: 1 / -1; }

/* Champs */
.form-group { display: flex; flex-direction: column; gap: 0.38rem; }
.form-group label {
    font-family: var(--fp);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: 0.01em;
}
.form-group label .req {
    color: var(--red);
    margin-left: 2px;
}
.form-group input,
.form-group select,
.form-group textarea {
    font-family: var(--fp);
    font-size: 0.88rem;
    font-weight: 400;
    color: var(--ink);
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    padding: 0.68rem 0.9rem;
    outline: none;
    width: 100%;
    transition: border-color var(--tf), box-shadow var(--tf), background var(--tf);
    -webkit-appearance: none;
    appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #aaa; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--red);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,29,46,0.10);
}
.form-group textarea { resize: vertical; min-height: 130px; line-height: 1.6; }

/* Select custom arrow */
.form-group .select-wrap { position: relative; }
.form-group .select-wrap::after {
    content: '';
    position: absolute; right: 0.85rem; top: 50%;
    transform: translateY(-50%);
    width: 0; height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--ink-3);
    pointer-events: none;
}
.form-group .select-wrap select { padding-right: 2.2rem; cursor: pointer; }

/* Checkbox KVKK */
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.4rem;
}
.form-check input[type="checkbox"] {
    width: 16px; height: 16px;
    min-width: 16px;
    margin-top: 2px;
    accent-color: var(--red);
    cursor: pointer;
    border-radius: 3px;
    padding: 0;
}
.form-check label {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 400;
}
.form-check label a { color: var(--red); text-decoration: underline; }

/* Bouton submit */
.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.88rem;
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: var(--r-sm);
    font-family: var(--fp);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0.5rem;
    box-shadow: 0 4px 18px rgba(201,29,46,0.28);
    transition: background var(--tf), transform var(--tf), box-shadow var(--tf);
}
.btn-submit:hover {
    background: var(--red-dk);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(201,29,46,0.36);
}
.btn-submit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Messages feedback */
.form-success,
.form-error {
    display: none;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: var(--r-sm);
    font-family: var(--fp);
    font-size: 0.86rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.form-success.show,
.form-error.show { display: flex; }
.form-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.form-error   { background: #fce4ec; color: #c62828; border: 1px solid #ef9a9a; }
.form-success svg,
.form-error svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ── Sidebar infos ──────────────────────────────────────────────── */
.iletisim-sidebar { display: flex; flex-direction: column; gap: 1.25rem; }

/* Carte info */
.info-card {
    background: var(--surface);
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    padding: 1.5rem;
    box-shadow: var(--sh-sm);
}
.info-card-title {
    font-family: var(--fp);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.info-card-title::before {
    content: '';
    width: 16px; height: 2px;
    background: var(--red);
    border-radius: 2px;
}

/* Items d'info */
.info-items { display: flex; flex-direction: column; gap: 1rem; }
.info-item { display: flex; align-items: flex-start; gap: 0.85rem; }
.info-item-icon {
    width: 38px; height: 38px;
    background: rgba(201,29,46,0.08);
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background var(--tf);
}
.info-item:hover .info-item-icon { background: var(--red); }
.info-item-icon svg { width: 17px; height: 17px; stroke: var(--red); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke var(--tf); }
.info-item:hover .info-item-icon svg { stroke: #fff; }
.info-item-body { display: flex; flex-direction: column; gap: 0.1rem; }
.info-item-label {
    font-family: var(--fp);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-3);
}
.info-item-value {
    font-family: var(--fp);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.45;
}
.info-item-value a { color: var(--ink); transition: color var(--tf); }
.info-item-value a:hover { color: var(--red); }

/* Horaires */
.horaires { display: flex; flex-direction: column; gap: 0.55rem; }
.horaire-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0;
    border-bottom: 1px solid var(--border);
    font-family: var(--fp);
    font-size: 0.84rem;
}
.horaire-row:last-child { border-bottom: none; }
.horaire-row .day { font-weight: 500; color: var(--ink-2); }
.horaire-row .hours { font-weight: 600; color: var(--ink); }
.horaire-row .hours.closed { color: var(--ink-3); font-weight: 400; }

/* Carte CTA K-CONNECT */
.kconnect-card {
    background: var(--ink);
    border-radius: var(--r-md);
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.kconnect-card::before {
    content: '';
    position: absolute;
    top: -20px; right: -20px;
    width: 100px; height: 100px;
    border-radius: 50%;
    background: rgba(201,29,46,0.12);
}
.kconnect-card .kc-icon {
    width: 44px; height: 44px;
    background: var(--red);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fp); font-weight: 700; font-size: 1.1rem;
    color: #fff; margin: 0 auto 0.9rem;
}
.kconnect-card h4 {
    font-family: var(--fp);
    font-size: 0.92rem; font-weight: 600; color: #fff;
    margin-bottom: 0.4rem;
}
.kconnect-card p {
    font-size: 0.8rem; color: rgba(255,255,255,0.55);
    margin-bottom: 1rem; max-width: none;
}
.kconnect-card .btn-kc {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.65rem 1.4rem;
    background: var(--red); color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp); font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.07em; text-transform: uppercase;
    transition: background var(--tf), transform var(--tf);
}
.kconnect-card .btn-kc:hover { background: var(--red-dk); transform: translateY(-1px); }

/* ── Carte Google Maps ──────────────────────────────────────────── */
.map-section { padding-bottom: 5rem; }
.map-section .section-label { margin-bottom: 0.6rem; }
.map-section h2 { font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 1.5rem; }
.map-embed {
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--sh-sm);
    height: 360px;
    background: var(--surface2);
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.map-embed iframe {
    width: 100%; height: 100%;
    border: none; display: block;
}
/* Fallback si iframe bloqué */
.map-fallback {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 0.75rem; padding: 2rem; text-align: center;
}
.map-fallback svg { width: 40px; height: 40px; stroke: var(--red); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.map-fallback p { font-size: 0.9rem; color: #666; max-width: 36ch; }
.map-fallback a { color: var(--red); font-weight: 600; font-size: 0.85rem; }

/* ── Responsive İletişim ────────────────────────────────────────── */
@media (max-width: 900px) {
    .iletisim-layout { grid-template-columns: 1fr; }
    .iletisim-sidebar { order: -1; }
    .info-items { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .full { grid-column: 1; }
    .iletisim-form-wrap { padding: 1.5rem; }
    .info-items { grid-template-columns: 1fr; }
    .map-embed { height: 260px; }
}

/* ══════════════════════════════════════════════════════════════════
   CARTE PLEIN LARGEUR — iletisim.php
   Style : iframe edge-to-edge + info-bulle flottante
   ══════════════════════════════════════════════════════════════════ */

.map-full-section {
    position: relative;
    width: 100%;
    height: 480px;       /* Hauteur généreuse comme Diabaly Transit */
    overflow: hidden;
    background: var(--surface2);
}

/* iframe plein-cadre */
.map-iframe-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.map-iframe-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(8%) contrast(1.02); /* très légèrement stylisé */
}

/* ── Info-bulle flottante ─────────────────────────────────────── */
.map-float-card {
    position: absolute;
    top: 50%;
    left: clamp(1.5rem, 5vw, 5rem);
    transform: translateY(-50%);
    z-index: 10;

    width: min(320px, calc(100% - 3rem));
    background: var(--surface);
    border-radius: var(--r-md);
    box-shadow: 0 8px 40px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.10);
    overflow: hidden;

    /* Barre rouge en haut */
    border-top: 3px solid var(--red);
}

/* En-tête carte */
.map-float-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.2rem 0.85rem;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}
.map-float-icon {
    width: 36px; height: 36px;
    background: var(--red);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.map-float-icon svg { stroke: #fff; }
.map-float-header strong {
    display: block;
    font-family: var(--fp);
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
}
.map-float-header span {
    font-family: var(--fp);
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--ink-3);
    letter-spacing: 0.04em;
}

/* Corps carte */
.map-float-body {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
}

.map-float-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: var(--fp);
    font-size: 0.82rem;
    color: var(--ink-2);
    line-height: 1.45;
}
.map-float-row svg {
    width: 15px; height: 15px;
    flex-shrink: 0;
    margin-top: 1px;
    stroke: var(--red);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.map-float-row a {
    color: var(--ink-2);
    transition: color var(--tf);
}
.map-float-row a:hover { color: var(--red); }

/* Bouton Google Maps */
.map-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 1.2rem 1.2rem;
    padding: 0.68rem;
    background: var(--red);
    color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background var(--tf), transform var(--tf), box-shadow var(--tf);
    box-shadow: 0 4px 14px rgba(201,29,46,0.28);
}
.map-float-btn:hover {
    background: var(--red-dk);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(201,29,46,0.36);
}
.map-float-btn svg {
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ── Responsive carte ─────────────────────────────────────────── */
@media (max-width: 900px) {
    .map-full-section { height: 420px; }
    .map-float-card {
        top: auto;
        bottom: 0;
        left: 0; right: 0;
        transform: none;
        width: 100%;
        border-radius: var(--r-md) var(--r-md) 0 0;
        /* Mobile : carte plus petite pour laisser la map visible */
        max-height: 220px;
        overflow-y: auto;
    }
    .map-full-section { height: 520px; }
}

@media (max-width: 600px) {
    .map-full-section { height: 580px; }
    .map-float-body { gap: 0.55rem; padding: 0.85rem 1rem; }
    .map-float-header { padding: 0.85rem 1rem 0.7rem; }
    .map-float-btn { margin: 0 1rem 1rem; }
    .map-float-card { max-height: 240px; }
}

/* ══════════════════════════════════════════════════════════════════
   SCROLL-TO-TOP — présent sur TOUTES les pages via footer.php
   ══════════════════════════════════════════════════════════════════ */
#scroll-top {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    z-index: 500;

    width: 44px;
    height: 44px;
    border-radius: 50%;

    background: var(--red);
    color: #fff;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 18px rgba(201,29,46,0.35), 0 2px 6px rgba(0,0,0,0.12);

    /* Caché par défaut, apparaît après 300px de scroll */
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.88);
    transition: opacity 0.28s ease,
                visibility 0.28s ease,
                transform 0.28s ease,
                background 0.14s ease;
}

#scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#scroll-top:hover {
    background: var(--red-dk);
    box-shadow: 0 6px 24px rgba(201,29,46,0.44), 0 2px 8px rgba(0,0,0,0.14);
    transform: translateY(-2px) scale(1.06);
}

#scroll-top:active {
    transform: translateY(0) scale(0.96);
}

#scroll-top svg {
    display: block;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    #scroll-top {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 40px;
        height: 40px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   CARTE — style container (remplace le style plein-largeur flottant)
   ══════════════════════════════════════════════════════════════════ */
.map-container-section {
    padding-block: 4.5rem 5rem;
    background: var(--bg);
}

.map-header {
    margin-bottom: 1.5rem;
}
.map-header h2 {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--ink);
}

/* iframe dans un bloc arrondi avec ombre */
.map-box {
    width: 100%;
    height: 420px;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--sh-md);
    background: var(--surface2);
}
.map-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Barre d'adresse sous la carte */
.map-address-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem 1.8rem;
    margin-top: 1.1rem;
    padding: 0.85rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    box-shadow: var(--sh-sm);
}

.map-addr-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--fp);
    font-size: 0.83rem;
    color: var(--ink-2);
}
.map-addr-item svg {
    width: 15px; height: 15px;
    stroke: var(--red); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}
.map-addr-item a {
    color: var(--ink-2);
    transition: color var(--tf);
}
.map-addr-item a:hover { color: var(--red); }

/* Bouton Google Maps — poussé à droite */
.map-gmaps-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.52rem 1.1rem;
    background: var(--red);
    color: #fff;
    border-radius: var(--r-sm);
    font-family: var(--fp);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(201,29,46,0.26);
    transition: background var(--tf), transform var(--tf);
}
.map-gmaps-btn:hover {
    background: var(--red-dk);
    transform: translateY(-1px);
}
.map-gmaps-btn svg {
    width: 13px; height: 13px;
    stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* Responsive carte */
@media (max-width: 700px) {
    .map-box { height: 280px; }
    .map-address-bar { flex-direction: column; align-items: flex-start; }
    .map-gmaps-btn { margin-left: 0; width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════════
   HAKKIMIZDA PAGE
   ══════════════════════════════════════════════════════════════════ */

/* ── 1. Intro — 2 colonnes texte + image ─────────────────────────── */
.hk-intro {
    padding-block: 5.5rem;
    background: var(--surface);
}
.hk-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.hk-intro-text .section-label  { margin-bottom: 0.9rem; }
.hk-intro-text .section-title  { margin-bottom: 1rem; }
.hk-intro-text .hk-lead {
    font-size: 1.02rem; color: #444;
    line-height: 1.76; margin-bottom: 1.4rem;
}
.hk-intro-text .hk-body {
    font-size: 0.94rem; color: #666;
    line-height: 1.76; margin-bottom: 2rem;
}
/* Grille points forts */
.hk-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 2.2rem;
}
.hk-feat {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: var(--bg);
    border-radius: var(--r-md);
    border-left: 3px solid var(--red);
    transition: box-shadow var(--tf);
}
.hk-feat:hover { box-shadow: var(--sh-sm); }
.hk-feat-ic {
    width: 34px; height: 34px;
    background: rgba(201,29,46,0.10);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background var(--tf);
}
.hk-feat:hover .hk-feat-ic { background: var(--red); }
.hk-feat-ic svg {
    width: 16px; height: 16px;
    stroke: var(--red); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.hk-feat:hover .hk-feat-ic svg { stroke: #fff; }
.hk-feat-body strong {
    display: block; font-size: 0.84rem; font-weight: 600;
    color: var(--ink); margin-bottom: 0.12rem;
}
.hk-feat-body span { font-size: 0.79rem; color: #666; line-height: 1.45; }

/* Image droite */
.hk-intro-img { position: relative; }
.hk-img-main {
    width: 100%; height: 420px;
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--sh-lg);
}
.hk-img-main img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.hk-img-main:hover img { transform: scale(1.04); }
/* Badge flottant */
.hk-img-badge {
    position: absolute;
    bottom: -1.2rem; left: -1.2rem;
    background: var(--red);
    color: #fff;
    border-radius: var(--r-md);
    padding: 1rem 1.25rem;
    box-shadow: var(--sh-md);
    min-width: 130px;
    text-align: center;
}
.hk-img-badge strong {
    display: block; font-size: 1.6rem; font-weight: 700;
    line-height: 1; margin-bottom: 0.25rem;
}
.hk-img-badge span {
    font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.06em; opacity: 0.88;
}

/* ── 2. Vizyon & Misyon ──────────────────────────────────────────── */
.hk-vm {
    padding-block: 5.5rem;
    background: var(--bg);
}
.hk-vm-header { text-align: center; margin-bottom: 3.5rem; }
.hk-vm-header .section-title { max-width: none; }
.hk-vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.hk-vm-card {
    background: var(--surface);
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform var(--tb), box-shadow var(--tb);
}
.hk-vm-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
}
/* Accent coin */
.hk-vm-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
    background: var(--red);
    border-radius: 4px 0 0 4px;
}
.hk-vm-card-icon {
    width: 50px; height: 50px;
    background: rgba(201,29,46,0.08);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.2rem;
    transition: background var(--tf);
}
.hk-vm-card:hover .hk-vm-card-icon { background: var(--red); }
.hk-vm-card-icon svg {
    width: 24px; height: 24px;
    stroke: var(--red); fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.hk-vm-card:hover .hk-vm-card-icon svg { stroke: #fff; }
.hk-vm-card h3 {
    font-size: 1.1rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.75rem;
}
.hk-vm-card p {
    font-size: 0.9rem; color: #666;
    line-height: 1.72; max-width: none;
}

/* ── 3. Değerlerimiz ─────────────────────────────────────────────── */
.hk-degerler {
    padding-block: 5.5rem;
    background: var(--ink);
    position: relative; overflow: hidden;
}
.hk-degerler::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1565034946487-077786996e27?auto=format&fit=crop&w=1600&q=40') center/cover;
    opacity: 0.06;
}
.hk-degerler-inner { position: relative; z-index: 1; }
.hk-degerler-header { text-align: center; margin-bottom: 3.5rem; }
.hk-degerler-header .section-label { color: rgba(255,255,255,0.5); }
.hk-degerler-header .section-label::before { background: var(--red); }
.hk-degerler-header .section-title { color: #fff; }
.hk-degerler-header p { color: rgba(255,255,255,0.55); margin-inline: auto; }

.hk-deg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}
.hk-deg-item {
    padding: 1.6rem 1.3rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--r-md);
    text-align: center;
    transition: background var(--tf), border-color var(--tf), transform var(--tf);
}
.hk-deg-item:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(201,29,46,0.5);
    transform: translateY(-4px);
}
.hk-deg-num {
    font-size: 2.2rem; font-weight: 700;
    color: var(--red); line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}
.hk-deg-item h4 {
    font-size: 0.9rem; font-weight: 600;
    color: #fff; margin-bottom: 0.5rem;
}
.hk-deg-item p {
    font-size: 0.8rem; color: rgba(255,255,255,0.5);
    line-height: 1.55; max-width: none;
}

/* ── 4. Galerie photos ───────────────────────────────────────────── */
.hk-galeri {
    padding-block: 5.5rem;
    background: var(--surface);
}
.hk-galeri-header { margin-bottom: 2.5rem; }
.hk-galeri-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 220px 220px;
    gap: 0.75rem;
}
/* Grande image en haut à gauche */
.hk-galeri-grid .hk-gi:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.hk-gi {
    border-radius: var(--r-md);
    overflow: hidden;
    position: relative;
}
.hk-gi img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
}
.hk-gi:hover img { transform: scale(1.06); }
.hk-gi-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 0.6rem 0.85rem;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
    font-size: 0.78rem; font-weight: 600; color: #fff;
    opacity: 0;
    transition: opacity var(--tb);
}
.hk-gi:hover .hk-gi-label { opacity: 1; }

/* ── 5. CTA bas de page ──────────────────────────────────────────── */
.hk-cta {
    padding-block: 5rem;
    background: var(--bg);
    text-align: center;
}
.hk-cta-inner {
    max-width: 640px;
    margin-inline: auto;
}
.hk-cta .section-title { margin-bottom: 1rem; }
.hk-cta p {
    font-size: 1rem; color: #555;
    line-height: 1.72; margin-inline: auto;
    margin-bottom: 2rem;
}
.hk-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Responsive Hakkımızda ───────────────────────────────────────── */
@media (max-width: 960px) {
    .hk-intro-inner { grid-template-columns: 1fr; gap: 3rem; }
    .hk-img-badge   { bottom: 1rem; left: 1rem; }
    .hk-deg-grid    { grid-template-columns: repeat(2, 1fr); }
    .hk-galeri-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
    .hk-galeri-grid .hk-gi:first-child { grid-column: span 2; grid-row: span 1; height: 260px; }
    .hk-galeri-grid .hk-gi { height: 200px; }
    .hk-gi-label    { opacity: 1; }
}
@media (max-width: 640px) {
    .hk-feats       { grid-template-columns: 1fr; }
    .hk-vm-grid     { grid-template-columns: 1fr; }
    .hk-deg-grid    { grid-template-columns: 1fr 1fr; }
    .hk-galeri-grid { grid-template-columns: 1fr 1fr; }
    .hk-img-main    { height: 300px; }
}

/* ══════════════════════════════════════════════════════════════════
   SEKTÖRLER PAGE
   ══════════════════════════════════════════════════════════════════ */

/* ── 1. Grille sektörler ──────────────────────────────────────────── */
.sek-intro {
    padding-block: 5.5rem;
    background: var(--surface);
}
.sek-intro-header {
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 720px;
    margin-inline: auto;
}
.sek-intro-header .section-title { max-width: none; }
.sek-intro-header .section-sub   { margin-inline: auto; text-align: center; max-width: none; }

/* Grille 5 colonnes → 10 cards */
.sek-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.1rem;
}

.sek-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1.8rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    position: relative;
    overflow: hidden;
    transition: transform var(--tb), box-shadow var(--tb), border-color var(--tb), background var(--tb);
    cursor: default;
}
.sek-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--tb);
}
.sek-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: rgba(201,29,46,0.2);
    background: var(--surface);
}
.sek-card:hover::after { transform: scaleX(1); }

/* Icône */
.sek-icon {
    width: 52px; height: 52px;
    background: rgba(201,29,46,0.08);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background var(--tf);
}
.sek-card:hover .sek-icon { background: var(--red); }
.sek-icon svg {
    width: 24px; height: 24px;
    stroke: var(--red); fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.sek-card:hover .sek-icon svg { stroke: #fff; }

.sek-card h3 {
    font-family: var(--fp);
    font-size: 0.97rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.3rem;
    line-height: 1.3;
}
.sek-card p {
    font-size: 0.83rem; color: #666;
    line-height: 1.6; max-width: none;
    margin: 0;
}
.sek-card-tag {
    display: inline-block;
    font-family: var(--fp);
    font-size: 0.67rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--red);
    background: rgba(201,29,46,0.08);
    border-radius: 3px;
    padding: 0.22em 0.65em;
    margin-top: auto;
}

/* ── 2. Section "Neden Biz" — foncée ────────────────────────────── */
.sek-neden {
    padding-block: 5.5rem;
    background: var(--ink);
    position: relative; overflow: hidden;
}
.sek-neden::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1565034946487-077786996e27?auto=format&fit=crop&w=1600&q=30') center/cover;
    opacity: 0.06;
}
.sek-neden-inner {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.sek-neden-text .section-label { color: rgba(255,255,255,0.5); }
.sek-neden-text .section-label::before { background: var(--red); }
.sek-neden-text .section-title { color: #fff; margin-bottom: 1rem; }
.sek-neden-text p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.74; margin-bottom: 1.8rem; }

/* Liste avantages */
.sek-avantaj-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.sek-avantaj {
    display: flex; align-items: flex-start; gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--r-sm);
    transition: background var(--tf);
}
.sek-avantaj:hover { background: rgba(255,255,255,0.09); }
.sek-av-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--red); flex-shrink: 0; margin-top: 5px;
}
.sek-avantaj strong {
    display: block; font-size: 0.86rem; font-weight: 600;
    color: rgba(255,255,255,0.9); margin-bottom: 0.1rem;
}
.sek-avantaj span { font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* Image droite dans section foncée */
.sek-neden-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 0.7rem;
}
.sek-ni { border-radius: var(--r-md); overflow: hidden; }
.sek-ni:first-child { grid-column: span 2; }
.sek-ni img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── 3. CTA ──────────────────────────────────────────────────────── */
.sek-cta {
    padding-block: 5rem;
    background: var(--bg);
    text-align: center;
}
.sek-cta-inner { max-width: 640px; margin-inline: auto; }
.sek-cta .section-title { margin-bottom: 1rem; }
.sek-cta p { font-size: 1rem; color: #555; line-height: 1.72; margin-bottom: 2rem; max-width: none; }
.sek-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .sek-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
    .sek-grid { grid-template-columns: repeat(3, 1fr); }
    .sek-neden-inner { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 600px) {
    .sek-grid { grid-template-columns: repeat(2, 1fr); }
    .sek-neden-img { grid-template-columns: 1fr; grid-template-rows: auto; }
    .sek-ni:first-child { grid-column: span 1; height: 200px; }
    .sek-ni { height: 160px; }
}

/* ══════════════════════════════════════════════════════════════════
   REFERANSLAR PAGE
   ══════════════════════════════════════════════════════════════════ */

/* ── 1. Logos / Noms d'entreprises ──────────────────────────────── */
.ref-companies {
    padding-block: 5.5rem;
    background: var(--surface);
}
.ref-companies-header {
    text-align: center;
    max-width: 680px;
    margin-inline: auto;
    margin-bottom: 3.5rem;
}
.ref-companies-header .section-title { max-width: none; }
.ref-companies-header .section-sub   { margin-inline: auto; text-align: center; max-width: none; }

/* Grille logos/noms — 5 colonnes */
.ref-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ref-logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1.4rem 1rem 1.2rem;
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: var(--r-md);
    text-align: center;
    transition: border-color var(--tf), box-shadow var(--tf),
                transform var(--tf), background var(--tf);
    cursor: default;
    position: relative;
    overflow: hidden;
}
.ref-logo-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--tb);
}
.ref-logo-card:hover {
    border-color: rgba(201,29,46,0.25);
    box-shadow: var(--sh-md);
    transform: translateY(-3px);
    background: var(--surface);
}
.ref-logo-card:hover::before { transform: scaleX(1); }

/* Initiales en cercle */
.ref-logo-initials {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: rgba(201,29,46,0.08);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fp);
    font-size: 1.05rem; font-weight: 700;
    color: var(--red);
    flex-shrink: 0;
    transition: background var(--tf), color var(--tf);
}
.ref-logo-card:hover .ref-logo-initials {
    background: var(--red);
    color: #fff;
}
.ref-logo-name {
    font-family: var(--fp);
    font-size: 0.82rem; font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
}
.ref-logo-sector {
    font-family: var(--fp);
    font-size: 0.68rem; font-weight: 400;
    color: var(--ink-3);
    letter-spacing: 0.04em;
}

/* Note "à compléter" */
.ref-placeholder-note {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.9rem 1.1rem;
    background: #FFF8E1;
    border: 1px solid #FFE082;
    border-radius: var(--r-sm);
    font-family: var(--fp);
    font-size: 0.82rem; color: #6D4C1A;
    margin-top: 1.2rem;
}
.ref-placeholder-note svg {
    width: 16px; height: 16px;
    stroke: #F9A825; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}

/* ── 2. Projets ──────────────────────────────────────────────────── */
.ref-projets {
    padding-block: 5.5rem;
    background: var(--bg);
}
.ref-projets-header {
    text-align: center;
    max-width: 680px;
    margin-inline: auto;
    margin-bottom: 3.5rem;
}
.ref-projets-header .section-title { max-width: none; }
.ref-projets-header .section-sub   { margin-inline: auto; text-align: center; max-width: none; }

/* Grille projets — 3 colonnes */
.ref-proj-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.ref-proj-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: transform var(--tb), box-shadow var(--tb);
}
.ref-proj-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
}

/* Image projet */
.ref-proj-img {
    width: 100%; height: 200px;
    overflow: hidden;
    position: relative;
}
.ref-proj-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.6s ease;
}
.ref-proj-card:hover .ref-proj-img img { transform: scale(1.05); }

/* Corps carte */
.ref-proj-body {
    padding: 1.3rem 1.4rem 1.4rem;
}
.ref-proj-body h3 {
    font-family: var(--fp);
    font-size: 0.97rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.45rem; line-height: 1.35;
}
.ref-proj-body p {
    font-size: 0.84rem; color: #666;
    line-height: 1.62; max-width: none; margin-bottom: 1rem;
}

/* Tags projet */
.ref-proj-tags {
    display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.ref-proj-tag {
    font-family: var(--fp);
    font-size: 0.67rem; font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--red);
    background: rgba(201,29,46,0.08);
    border-radius: 3px;
    padding: 0.22em 0.65em;
}

/* ── 3. Stats bande ──────────────────────────────────────────────── */
.ref-stats {
    background: var(--ink);
    padding-block: 3.5rem;
    position: relative; overflow: hidden;
}
.ref-stats::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1565034946487-077786996e27?auto=format&fit=crop&w=1600&q=30') center/cover;
    opacity: 0.06;
}
.ref-stats-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2rem; text-align: center;
}
.ref-stat { padding: 0.5rem 1rem; }
.ref-stat-n {
    display: block;
    font-family: var(--fp); font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700; color: var(--red);
    line-height: 1; margin-bottom: 0.4rem;
}
.ref-stat-l {
    font-family: var(--fp); font-size: 0.82rem; font-weight: 500;
    color: rgba(255,255,255,0.65);
}

/* ── 4. CTA ──────────────────────────────────────────────────────── */
.ref-cta {
    padding-block: 5rem;
    background: var(--bg);
    text-align: center;
}
.ref-cta-inner { max-width: 600px; margin-inline: auto; }
.ref-cta .section-title { margin-bottom: 1rem; }
.ref-cta p { font-size: 0.97rem; color: #555; line-height: 1.72; margin-bottom: 2rem; max-width: none; }
.ref-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Responsive Referanslar ──────────────────────────────────────── */
@media (max-width: 1100px) { .ref-logo-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 860px)  {
    .ref-logo-grid  { grid-template-columns: repeat(3, 1fr); }
    .ref-proj-grid  { grid-template-columns: repeat(2, 1fr); }
    .ref-stats-inner{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px)  {
    .ref-logo-grid  { grid-template-columns: repeat(2, 1fr); }
    .ref-proj-grid  { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   MAKINA.PHP — Özel Makina Üretimi
   ══════════════════════════════════════════════════════════════════ */

/* ── 1. Intro — image + texte côte à côte ───────────────────────── */
.mak-intro {
    padding-block: 5.5rem;
    background: var(--surface);
}
.mak-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Image gauche */
.mak-img-wrap { position: relative; }
.mak-img-main {
    width: 100%; height: 440px;
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--sh-lg);
}
.mak-img-main img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.6s ease;
}
.mak-img-main:hover img { transform: scale(1.03); }
/* Badge flottant coin bas-gauche */
.mak-img-badge {
    position: absolute;
    bottom: -1rem; right: -1rem;
    background: var(--ink);
    color: #fff;
    border-radius: var(--r-md);
    padding: 1rem 1.25rem;
    box-shadow: var(--sh-md);
    text-align: center;
    min-width: 140px;
    border-top: 3px solid var(--red);
}
.mak-img-badge strong {
    display: block; font-size: 0.92rem; font-weight: 700;
    color: #fff; line-height: 1.3; margin-bottom: 0.2rem;
}
.mak-img-badge span {
    font-size: 0.72rem; font-weight: 400;
    color: rgba(255,255,255,0.6); letter-spacing: 0.04em;
}

/* Texte droite */
.mak-intro-text .section-title { margin-bottom: 1rem; }
.mak-intro-text .mak-lead {
    font-size: 1.01rem; color: #444;
    line-height: 1.76; margin-bottom: 1.5rem;
}
.mak-intro-text .mak-body {
    font-size: 0.94rem; color: #666;
    line-height: 1.76; margin-bottom: 2rem;
}
/* Points clés inline */
.mak-points {
    display: flex; flex-direction: column; gap: 0.75rem;
    margin-bottom: 2.2rem;
}
.mak-point {
    display: flex; align-items: center; gap: 0.7rem;
    font-family: var(--fp); font-size: 0.88rem;
    font-weight: 500; color: var(--ink);
}
.mak-point-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--red); flex-shrink: 0;
}

/* ── 2. Processus — 6 étapes ────────────────────────────────────── */
.mak-process {
    padding-block: 5.5rem;
    background: var(--bg);
}
.mak-process-header {
    text-align: center;
    max-width: 680px;
    margin-inline: auto;
    margin-bottom: 4rem;
}
.mak-process-header .section-title { max-width: none; }
.mak-process-header .section-sub   { margin-inline: auto; text-align: center; max-width: none; }

/* Timeline horizontale — 6 étapes */
.mak-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
}
/* Ligne de connexion */
.mak-steps::before {
    content: '';
    position: absolute;
    top: 28px; left: calc(100% / 12); right: calc(100% / 12);
    height: 2px;
    background: linear-gradient(to right, var(--red), rgba(201,29,46,0.3));
    z-index: 0;
}

.mak-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.75rem;
    position: relative;
    z-index: 1;
}

/* Numéro cercle */
.mak-step-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--red);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fp); font-size: 1.05rem; font-weight: 700;
    color: var(--red);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    transition: background var(--tf), color var(--tf), box-shadow var(--tf);
    box-shadow: 0 0 0 5px var(--bg);
}
.mak-step:hover .mak-step-num {
    background: var(--red);
    color: #fff;
    box-shadow: 0 0 0 5px var(--bg), 0 4px 16px rgba(201,29,46,0.3);
}

.mak-step h4 {
    font-family: var(--fp);
    font-size: 0.88rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.5rem;
    line-height: 1.3;
}
.mak-step p {
    font-size: 0.79rem; color: #666;
    line-height: 1.58; max-width: none;
}

/* ── 3. Types de machines — grille cards ────────────────────────── */
.mak-types {
    padding-block: 5.5rem;
    background: var(--surface);
}
.mak-types-header { margin-bottom: 3rem; }
.mak-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.mak-type-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: transform var(--tb), box-shadow var(--tb), border-color var(--tb);
}
.mak-type-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: rgba(201,29,46,0.2);
}
.mak-type-img {
    height: 190px; overflow: hidden;
}
.mak-type-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.6s;
}
.mak-type-card:hover .mak-type-img img { transform: scale(1.05); }
.mak-type-body {
    padding: 1.3rem 1.4rem 1.4rem;
}
.mak-type-body h3 {
    font-family: var(--fp);
    font-size: 0.97rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.5rem;
}
.mak-type-body p {
    font-size: 0.84rem; color: #666;
    line-height: 1.62; max-width: none; margin-bottom: 1rem;
}
.mak-type-tags {
    display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.mak-type-tag {
    font-family: var(--fp);
    font-size: 0.67rem; font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--red);
    background: rgba(201,29,46,0.08);
    border-radius: 3px;
    padding: 0.22em 0.65em;
}

/* ── 4. Avantages — section foncée ──────────────────────────────── */
.mak-avantaj {
    padding-block: 5.5rem;
    background: var(--ink);
    position: relative; overflow: hidden;
}
.mak-avantaj::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1600&q=30') center/cover;
    opacity: 0.07;
}
.mak-avantaj-inner {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Texte gauche */
.mak-av-text .section-label { color: rgba(255,255,255,0.5); }
.mak-av-text .section-label::before { background: var(--red); }
.mak-av-text .section-title { color: #fff; margin-bottom: 1rem; }
.mak-av-text > p { color: rgba(255,255,255,0.58); font-size: 0.95rem; line-height: 1.74; margin-bottom: 2rem; }

/* Grille 2×3 avantages */
.mak-av-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.mak-av-item {
    padding: 1.1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--r-md);
    transition: background var(--tf), border-color var(--tf);
}
.mak-av-item:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(201,29,46,0.4);
}
.mak-av-item-icon {
    width: 38px; height: 38px;
    background: rgba(201,29,46,0.12);
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 0.75rem;
    transition: background var(--tf);
}
.mak-av-item:hover .mak-av-item-icon { background: var(--red); }
.mak-av-item-icon svg {
    width: 18px; height: 18px;
    stroke: var(--red); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.mak-av-item:hover .mak-av-item-icon svg { stroke: #fff; }
.mak-av-item h4 {
    font-family: var(--fp);
    font-size: 0.86rem; font-weight: 600;
    color: rgba(255,255,255,0.9); margin-bottom: 0.3rem;
}
.mak-av-item p {
    font-size: 0.78rem; color: rgba(255,255,255,0.48);
    line-height: 1.55; max-width: none;
}

/* Droite : image empilées */
.mak-av-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 0.7rem;
}
.mak-av-img { border-radius: var(--r-md); overflow: hidden; }
.mak-av-img:first-child { grid-column: span 2; }
.mak-av-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}

/* ── 5. CTA ──────────────────────────────────────────────────────── */
.mak-cta {
    padding-block: 5rem;
    background: var(--bg);
    text-align: center;
}
.mak-cta-inner { max-width: 620px; margin-inline: auto; }
.mak-cta .section-title { margin-bottom: 1rem; }
.mak-cta p { font-size: 0.97rem; color: #555; line-height: 1.72; margin-bottom: 2rem; max-width: none; }
.mak-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Responsive Makina ───────────────────────────────────────────── */
@media (max-width: 1060px) {
    .mak-steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .mak-steps::before { display: none; }
}
@media (max-width: 860px) {
    .mak-intro-inner,
    .mak-avantaj-inner { grid-template-columns: 1fr; gap: 3rem; }
    .mak-img-badge { bottom: 1rem; right: 1rem; }
    .mak-types-grid { grid-template-columns: 1fr 1fr; }
    .mak-av-imgs { grid-template-rows: 180px 180px; }
}
@media (max-width: 600px) {
    .mak-steps { grid-template-columns: 1fr 1fr; }
    .mak-types-grid { grid-template-columns: 1fr; }
    .mak-av-grid { grid-template-columns: 1fr; }
    .mak-img-main { height: 300px; }
    .mak-av-imgs { grid-template-columns: 1fr; grid-template-rows: auto; }
    .mak-av-img:first-child { grid-column: span 1; height: 200px; }
    .mak-av-img { height: 160px; }
}

/* ══════════════════════════════════════════════════════════════════
   HIZMETLER.PHP — Navigation latérale + sections ancrées
   Style unique : sidebar sticky + contenu défilant
   ══════════════════════════════════════════════════════════════════ */

/* ── Intro cards 3 colonnes ──────────────────────────────────────── */
.hiz-overview {
    padding-block: 5rem;
    background: var(--surface);
}
.hiz-overview-header {
    text-align: center;
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 3rem;
}
.hiz-overview-header .section-title { max-width: none; }
.hiz-overview-header .section-sub   { margin-inline: auto; text-align: center; max-width: none; }
.hiz-overview-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.85rem;
    margin-bottom: 3rem;
}
.hiz-ov-card {
    display: flex; flex-direction: column; align-items: center;
    gap: 0.6rem; padding: 1.4rem 0.9rem;
    background: var(--bg); border: 1.5px solid var(--border);
    border-radius: var(--r-md); text-align: center;
    text-decoration: none;
    transition: border-color var(--tf), box-shadow var(--tf),
                transform var(--tf), background var(--tf);
    position: relative; overflow: hidden;
}
.hiz-ov-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--red);
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--tb);
}
.hiz-ov-card:hover {
    border-color: rgba(201,29,46,0.22);
    box-shadow: var(--sh-md); transform: translateY(-4px);
    background: var(--surface);
}
.hiz-ov-card:hover::after { transform: scaleX(1); }
.hiz-ov-icon {
    width: 48px; height: 48px; border-radius: 11px;
    background: rgba(201,29,46,0.08);
    display: flex; align-items: center; justify-content: center;
    transition: background var(--tf);
}
.hiz-ov-card:hover .hiz-ov-icon { background: var(--red); }
.hiz-ov-icon svg {
    width: 22px; height: 22px; stroke: var(--red); fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.hiz-ov-card:hover .hiz-ov-icon svg { stroke: #fff; }
.hiz-ov-card span {
    font-family: var(--fp); font-size: 0.8rem; font-weight: 600;
    color: var(--ink); line-height: 1.3;
}

/* ── Layout principal sidebar + contenu ──────────────────────────── */
.hiz-main {
    padding-block: 0 5rem;
    background: var(--bg);
}
.hiz-main-inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 3rem;
    align-items: start;
}

/* Sidebar sticky */
.hiz-sidebar {
    position: sticky;
    top: calc(var(--hh-sm) + 1.5rem);
}
.hiz-sidebar-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--sh-sm);
}
.hiz-sidebar-title {
    font-family: var(--fp); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-3);
    padding: 0.9rem 1.1rem 0.7rem;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}
.hiz-nav-list { list-style: none; }
.hiz-nav-item a {
    display: flex; align-items: center; gap: 0.65rem;
    padding: 0.7rem 1.1rem;
    font-family: var(--fp); font-size: 0.84rem; font-weight: 500;
    color: var(--ink-2); text-decoration: none;
    border-left: 3px solid transparent;
    transition: color var(--tf), background var(--tf), border-color var(--tf);
}
.hiz-nav-item a:hover {
    color: var(--red); background: var(--red-lt);
    border-left-color: var(--red);
}
.hiz-nav-item a.active {
    color: var(--red); background: var(--red-lt);
    border-left-color: var(--red); font-weight: 600;
}
.hiz-nav-item a svg {
    width: 15px; height: 15px; stroke: currentColor; fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}
.hiz-nav-item:not(:last-child) a { border-bottom: 1px solid var(--border); }

/* CTA sidebar */
.hiz-sidebar-cta {
    margin-top: 1rem;
    background: var(--ink); border-radius: var(--r-md);
    padding: 1.3rem; text-align: center;
    position: relative; overflow: hidden;
}
.hiz-sidebar-cta::before {
    content: '';
    position: absolute; top: -16px; right: -16px;
    width: 80px; height: 80px; border-radius: 50%;
    background: rgba(201,29,46,0.15);
}
.hiz-sidebar-cta h4 {
    font-family: var(--fp); font-size: 0.88rem; font-weight: 600;
    color: #fff; margin-bottom: 0.35rem; position: relative; z-index: 1;
}
.hiz-sidebar-cta p {
    font-size: 0.76rem; color: rgba(255,255,255,0.52);
    margin-bottom: 0.9rem; max-width: none; position: relative; z-index: 1;
}
.hiz-sidebar-cta a {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.6rem 1.2rem;
    background: var(--red); color: #fff; border-radius: var(--r-sm);
    font-family: var(--fp); font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.06em; text-transform: uppercase;
    text-decoration: none; position: relative; z-index: 1;
    transition: background var(--tf);
}
.hiz-sidebar-cta a:hover { background: var(--red-dk); }

/* Sections de service */
.hiz-section {
    /* Offset pour le header fixe */
    scroll-margin-top: calc(var(--hh-sm) + 1.5rem);
}
.hiz-section + .hiz-section {
    padding-top: 4rem;
    border-top: 1px solid var(--border);
    margin-top: 4rem;
}

/* En-tête de section */
.hiz-section-header {
    display: flex; align-items: flex-start; gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--bg);
}
.hiz-section-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: rgba(201,29,46,0.09);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.hiz-section-icon svg {
    width: 26px; height: 26px; stroke: var(--red); fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
.hiz-section-header-text h2 {
    font-family: var(--fp); font-size: 1.5rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.35rem; letter-spacing: -0.01em;
}
.hiz-section-header-text p {
    font-size: 0.92rem; color: #666; max-width: none; line-height: 1.65;
}

/* Layout 2 colonnes dans chaque section */
.hiz-section-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}
.hiz-section-img {
    border-radius: var(--r-md); overflow: hidden;
    height: 280px; box-shadow: var(--sh-md);
}
.hiz-section-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.6s;
}
.hiz-section-img:hover img { transform: scale(1.04); }

/* Contenu texte */
.hiz-section-text p {
    font-size: 0.92rem; color: #555; line-height: 1.74;
    margin-bottom: 1.2rem; max-width: none;
}
.hiz-feat-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.4rem; }
.hiz-feat-item {
    display: flex; align-items: flex-start; gap: 0.65rem;
    font-family: var(--fp); font-size: 0.85rem; color: var(--ink-2);
    line-height: 1.5;
}
.hiz-feat-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--red); flex-shrink: 0; margin-top: 5px;
}
.hiz-section-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.4rem; }
.hiz-stag {
    font-family: var(--fp); font-size: 0.68rem; font-weight: 500;
    letter-spacing: 0.06em; color: var(--red);
    background: rgba(201,29,46,0.08); border-radius: 3px;
    padding: 0.24em 0.7em;
}
.hiz-section-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-family: var(--fp); font-size: 0.82rem; font-weight: 600;
    color: var(--red); text-decoration: none;
    transition: gap var(--tf);
}
.hiz-section-link:hover { gap: 0.6rem; }
.hiz-section-link svg {
    width: 14px; height: 14px; stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* ── CTA bas de page ─────────────────────────────────────────────── */
.hiz-cta {
    padding-block: 5rem; background: var(--surface); text-align: center;
}
.hiz-cta-inner { max-width: 600px; margin-inline: auto; }
.hiz-cta .section-title { margin-bottom: 1rem; }
.hiz-cta p { font-size: 0.97rem; color: #555; line-height: 1.72; margin-bottom: 2rem; max-width: none; }
.hiz-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Responsive Hizmetler ─────────────────────────────────────────── */
@media (max-width: 1080px) { .hiz-overview-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 900px) {
    .hiz-main-inner { grid-template-columns: 1fr; }
    .hiz-sidebar { position: static; }
    .hiz-sidebar-card { display: none; }    /* cache sidebar sur mobile */
    .hiz-section-body { grid-template-columns: 1fr; }
    .hiz-section-img  { height: 220px; }
    .hiz-overview-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
    .hiz-overview-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════
   KABİLİYET.PHP — même structure sidebar que hizmetler
   ══════════════════════════════════════════════════════════════════ */

/* ── Section intro — grille 8 capacités + image ────────────────── */
.kab-intro {
    padding-block: 5.5rem;
    background: var(--surface);
}
.kab-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

/* Grille 8 capacités à gauche */
.kab-cap-header { margin-bottom: 2rem; }
.kab-cap-header .section-title { margin-bottom: 0.6rem; }
.kab-cap-header p { font-size: 0.95rem; color: #666; line-height: 1.7; max-width: none; }

.kab-cap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}
.kab-cap-item {
    padding: 0.85rem 1rem;
    background: var(--bg);
    border-radius: var(--r-sm);
    border-left: 3px solid var(--red);
    transition: box-shadow var(--tf), transform var(--tf);
}
.kab-cap-item:hover { box-shadow: var(--sh-sm); transform: translateX(3px); }
.kab-cap-item strong {
    display: block; font-family: var(--fp);
    font-size: 0.85rem; font-weight: 600; color: var(--ink); margin-bottom: 0.2rem;
}
.kab-cap-item span { font-size: 0.79rem; color: #666; line-height: 1.45; }

/* Image + 4 highlights droite */
.kab-right {}
.kab-right-img {
    width: 100%; height: 280px;
    border-radius: var(--r-md); overflow: hidden;
    box-shadow: var(--sh-lg); margin-bottom: 1rem;
}
.kab-right-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.kab-highlights {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem;
}
.kab-hl {
    padding: 0.9rem 1rem;
    background: var(--bg);
    border-radius: var(--r-sm);
    border-top: 2px solid var(--red);
    transition: box-shadow var(--tf);
}
.kab-hl:hover { box-shadow: var(--sh-sm); }
.kab-hl strong {
    display: block; font-family: var(--fp);
    font-size: 0.83rem; font-weight: 700; color: var(--ink); margin-bottom: 0.25rem;
}
.kab-hl span { font-size: 0.78rem; color: #666; line-height: 1.45; }

/* ── Layout sidebar + sections (même structure hizmetler) ───────── */
.kab-main { padding-bottom: 5rem; background: var(--bg); }
.kab-main-inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 3rem; align-items: start;
}

/* Sidebar réutilise .hiz-sidebar-card, .hiz-sidebar-title etc. */

/* ── Section #park — Makina Parkuru ─────────────────────────────── */
.kab-section { scroll-margin-top: calc(var(--hh-sm) + 1.5rem); }
.kab-section + .kab-section {
    padding-top: 4rem; border-top: 1px solid var(--border); margin-top: 4rem;
}
.kab-section-header {
    display: flex; align-items: flex-start; gap: 1.25rem;
    margin-bottom: 2rem; padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--bg);
}
.kab-section-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: rgba(201,29,46,0.09);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.kab-section-icon svg {
    width: 26px; height: 26px; stroke: var(--red); fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
.kab-section-header h2 {
    font-family: var(--fp); font-size: 1.45rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.35rem; letter-spacing: -0.01em;
}
.kab-section-header p { font-size: 0.92rem; color: #666; max-width: none; line-height: 1.65; }

/* Grille machines — 3 colonnes */
.park-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
.park-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-md); overflow: hidden;
    transition: transform var(--tb), box-shadow var(--tb), border-color var(--tb);
}
.park-card:hover {
    transform: translateY(-4px); box-shadow: var(--sh-md);
    border-color: rgba(201,29,46,0.2);
}
.park-card-img { height: 160px; overflow: hidden; }
.park-card-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.55s;
}
.park-card:hover .park-card-img img { transform: scale(1.05); }
.park-card-body { padding: 1.1rem 1.2rem 1.3rem; }
.park-card-num {
    font-family: var(--fp); font-size: 0.67rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--red); margin-bottom: 0.35rem;
}
.park-card-body h3 {
    font-family: var(--fp); font-size: 0.95rem; font-weight: 700;
    color: var(--ink); margin-bottom: 0.4rem; line-height: 1.3;
}
.park-card-body p {
    font-size: 0.82rem; color: #666; line-height: 1.6; max-width: none; margin-bottom: 0.85rem;
}
.park-card-specs { display: flex; flex-direction: column; gap: 0.3rem; }
.park-spec {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.78rem; color: var(--ink-2);
}
.park-spec::before {
    content: ''; width: 5px; height: 5px; border-radius: 50%;
    background: var(--red); flex-shrink: 0;
}

/* Section #kapasite — tableau capacités */
.kapasite-intro {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
    margin-bottom: 2rem; align-items: start;
}
.kapasite-intro p { font-size: 0.92rem; color: #555; line-height: 1.74; max-width: none; margin-bottom: 1rem; }

/* Tableau capacités */
.kap-table {
    width: 100%; border-collapse: collapse;
    border-radius: var(--r-md); overflow: hidden;
    box-shadow: var(--sh-sm); font-family: var(--fp);
}
.kap-table thead tr { background: var(--ink); }
.kap-table thead th {
    padding: 0.85rem 1rem; text-align: left;
    font-size: 0.78rem; font-weight: 600; color: #fff;
    letter-spacing: 0.05em;
}
.kap-table thead th:first-child { border-radius: var(--r-sm) 0 0 0; }
.kap-table thead th:last-child  { border-radius: 0 var(--r-sm) 0 0; }
.kap-table tbody tr { border-bottom: 1px solid var(--border); }
.kap-table tbody tr:nth-child(even) { background: var(--bg); }
.kap-table tbody tr:hover { background: rgba(201,29,46,0.04); }
.kap-table tbody td {
    padding: 0.78rem 1rem;
    font-size: 0.84rem; color: var(--ink-2);
}
.kap-table tbody td:first-child { font-weight: 600; color: var(--ink); }
.kap-badge {
    display: inline-block; padding: 0.18em 0.6em;
    background: rgba(201,29,46,0.08); color: var(--red);
    border-radius: 3px; font-size: 0.72rem; font-weight: 600;
}

/* Grille matériaux */
.malzeme-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem;
    margin-top: 2rem;
}
.malzeme-item {
    padding: 1.1rem; background: var(--surface);
    border: 1px solid var(--border); border-radius: var(--r-md); text-align: center;
    transition: border-color var(--tf), box-shadow var(--tf), transform var(--tf);
}
.malzeme-item:hover {
    border-color: rgba(201,29,46,0.2); box-shadow: var(--sh-sm); transform: translateY(-2px);
}
.malzeme-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(201,29,46,0.08); margin: 0 auto 0.65rem;
    display: flex; align-items: center; justify-content: center;
    transition: background var(--tf);
}
.malzeme-item:hover .malzeme-icon { background: var(--red); }
.malzeme-icon svg {
    width: 18px; height: 18px; stroke: var(--red); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    transition: stroke var(--tf);
}
.malzeme-item:hover .malzeme-icon svg { stroke: #fff; }
.malzeme-item h4 { font-size: 0.83rem; font-weight: 700; color: var(--ink); margin-bottom: 0.2rem; }
.malzeme-item p { font-size: 0.74rem; color: #888; line-height: 1.45; max-width: none; }

/* CTA */
.kab-cta { padding-block: 5rem; background: var(--surface); text-align: center; }
.kab-cta-inner { max-width: 600px; margin-inline: auto; }
.kab-cta .section-title { margin-bottom: 1rem; }
.kab-cta p { font-size: 0.97rem; color: #555; line-height: 1.72; margin-bottom: 2rem; max-width: none; }
.kab-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Responsive kabiliyet */
@media (max-width: 900px) {
    .kab-intro-inner, .kab-main-inner,
    .kapasite-intro { grid-template-columns: 1fr; gap: 2rem; }
    .kab-main-inner .hiz-sidebar-card { display: none; }
    .park-grid { grid-template-columns: 1fr 1fr; }
    .malzeme-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .park-grid { grid-template-columns: 1fr; }
    .kab-cap-grid { grid-template-columns: 1fr; }
    .kab-highlights { grid-template-columns: 1fr; }
    .malzeme-grid { grid-template-columns: 1fr 1fr; }
    .kap-table { font-size: 0.78rem; }
}
