/*
Theme Name: Fortiweld
Theme URI: https://fortiweld.com
Author: Eres Medya
Author URI: https://eresmedya.com
Description: HDPE alın kaynak, CNC ve elektrofüzyon makineleri üreticisi Fortiweld için özel WordPress teması. Mobil uyumlu, KVKK uyumlu çerez sistemi, WhatsApp canlı destek entegrasyonu, Yapım Aşamasında modu, merkezi Tema Ayarları ve Blog hariç Gutenberg'siz Kontrollü İçerik Paneli içerir.
Version: 1.9.76
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortiweld
Tags: business, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, e-commerce
*/

:root {
    --bg: #fbfaf7;
    --bg-card: #ffffff;
    --bg-secondary: #f0ede4;
    --bg-dark: #1a1a1a;
    --bg-darker: #0f0f0f;
    --ink: #1a1a1a;
    --ink-muted: #5a5a5a;
    --ink-faint: #7a7569;
    --ink-light: #b8b0a0;
    --line: #ebe8df;
    --line-strong: #e0dccf;
    --accent: #d97706;
    --accent-hover: #b85f04;
    --accent-soft: #fef3c7;
    --font-sans: 'Hanken Grotesk', system-ui, sans-serif;
    --font-serif: 'Instrument Serif', Georgia, serif;
    --font-mono: 'JetBrains Mono', monospace;
    --container: 1240px;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
  /* Sade, ince sayfa kaydırma çubuğu (varsayılan kalın OS çubuğu yerine) */
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 10px; border: 2px solid var(--bg); }
  ::-webkit-scrollbar-thumb:hover { background: var(--ink-faint); }
  body {
    font-family: var(--font-sans);
    background: var(--bg);
    color: var(--ink);
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  img { display: block; max-width: 100%; height: auto; }

  .container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
  }

  /* === UTILITY BAR === */
  .utility-bar {
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    color: var(--ink-faint);
  }
  .utility-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 32px;
  }
  .utility-bar .left { display: flex; align-items: center; gap: 22px; }
  .utility-bar i { font-size: 13px; vertical-align: -2px; margin-right: 5px; }
  .lang-switch { display: flex; gap: 8px; align-items: center; }
  .utility-right { display: flex; align-items: center; gap: 18px; }
  .utility-menu .utility-menu-list { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
  .utility-menu .utility-menu-list li { position: relative; margin: 0; }
  .utility-menu .utility-menu-list a { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; }
  /* P42: üst bar sol menüsü — iletişim bilgilerinden ince ayraçla ayrılır */
  .utility-bar .left .utility-menu--left { padding-left: 22px; border-left: 1px solid rgba(255,255,255,0.18); }
  /* Üst bar menüsü ↔ dil seçici arası dikey ayraç (sol --left ayracının simetriği).
     İki senaryo: (a) dil seçici ayrı .ftw-lang-switcher öğesi olarak menüden sonra;
     (b) Eres Translate dil seçici, menü İÇİNDE .eres-menu-ls-item öğe(ler)i olarak.
     (b)'de ayraç, normal öğeden sonra gelen İLK dil-seçici öğesinin soluna konur. */
  .utility-right .utility-menu + .ftw-lang-switcher { padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.18); }
  .utility-menu-list > li:not(.eres-menu-ls-item) + li.eres-menu-ls-item { padding-left: 14px; margin-left: 6px; border-left: 1px solid rgba(255,255,255,0.18); }
  /* Üst bar menü öğesi ikonları: satır flex gap boşluğu verir → global i sağ boşluğunu sıfırla */
  .utility-menu .utility-menu-list a i { margin-right: 0; }
  /* 1.9.75 — Üst bar katalog linki (Sertifikalar'ın solunda) */
  .utility-catalog { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; font-weight: 500; }
  .utility-catalog i { margin: 0; font-size: 14px; }
  .utility-catalog:hover { color: var(--accent); }
  /* 1.9.68: üst bar sosyal medya ikonları (Header ayarından aktif/pasif) */
  .utility-social { display: inline-flex; align-items: center; gap: 2px; }
  .utility-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: inherit;
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .utility-social a:hover { color: var(--accent); background: rgba(255,255,255,0.06); }
  .utility-social i { font-size: 15px; margin: 0; vertical-align: 0; }
  /* Sosyal ikonlardan sonra menü/dil seçici gelirse ince dikey ayraç */
  .utility-social + .utility-menu,
  .utility-social + .ftw-lang-switcher { padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.18); }
  .lang-switch span { cursor: pointer; transition: color 0.2s; font-weight: 500; }
  .lang-switch span.active { color: var(--accent); }
  .lang-switch span:hover { color: var(--ink); }
  .lang-switch .sep { opacity: 0.4; cursor: default; font-weight: 400; }
  /* P35A-FIX: Eres Translate destekli dil seçici — tema scoped markup (bullet list DEĞİL) */
  .ftw-lang-switcher { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; line-height: 1; }
  .ftw-lang-switcher__item { display: inline-flex; align-items: center; gap: 5px; color: inherit; text-decoration: none; cursor: pointer; transition: color .2s, opacity .2s; }
  .ftw-lang-switcher a.ftw-lang-switcher__item:hover { color: var(--accent); }
  .ftw-lang-switcher__item.is-active { color: var(--accent); font-weight: 700; cursor: default; }
  .ftw-lang-switcher__flag { font-size: 15px; line-height: 1; }
  .ftw-lang-switcher__code { font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
  .ftw-lang-switcher__label { font-size: 12.5px; }
  /* inline modlarda slash ayırıcı (pseudo) */
  .ftw-lang-switcher--inline .ftw-lang-switcher__item + .ftw-lang-switcher__item::before { content: "/"; opacity: .4; margin-right: 8px; font-weight: 400; }
  .ftw-lang-switcher--flag .ftw-lang-switcher__item + .ftw-lang-switcher__item::before { content: ""; margin: 0; }
  /* Dropdown (native details/summary, JS'siz) */
  .ftw-lang-switcher--dropdown { position: relative; }
  .ftw-lang-switcher--dropdown > summary { list-style: none; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
  .ftw-lang-switcher--dropdown > summary::-webkit-details-marker { display: none; }
  .ftw-lang-switcher__caret { font-size: 10px; opacity: .6; }
  .ftw-lang-switcher__menu { position: absolute; top: calc(100% + 6px); right: 0; min-width: 120px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; box-shadow: 0 8px 24px rgba(15,23,42,.12); padding: 6px; display: flex; flex-direction: column; gap: 2px; z-index: 9999; }
  .ftw-lang-switcher__menu .ftw-lang-switcher__item { padding: 7px 10px; border-radius: 6px; color: #334155; }
  .ftw-lang-switcher__menu a.ftw-lang-switcher__item:hover { background: #f1f5f9; color: var(--accent); }
  /* Mobil menü dil seçici */
  .mobile-menu-lang { padding: 12px 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .mobile-menu-lang .ftw-lang-switcher { flex-wrap: wrap; gap: 14px; font-size: 15px; }
  .mobile-menu-lang .ftw-lang-switcher__menu { position: static; box-shadow: none; border: none; padding: 8px 0 0; }

  /* === HEADER === */
  .header {
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .logo-mark {
    width: 38px;
    height: 38px;
    background: var(--ink);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-mark i { font-size: 21px; color: var(--accent); }
  .logo-text {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.7px;
    color: var(--ink);
  }
  /* P38 (1.9.2): Panelden yönetilen logo boyutu. Değişken tanımsızsa
     var(...) fallback'i mevcut doğal boyutu korur (parity). Yalnız görsel logo. */
  .header .logo-img {
    width: var(--ftw-logo-width, auto);
    height: auto;
    max-height: var(--ftw-logo-max-height, none);
  }
  @media (max-width: 960px) {
    .header .logo-img {
      width: var(--ftw-logo-width-mobile, var(--ftw-logo-width, auto));
    }
  }

  /* === NAVIGATION + MEGA MENU === */
  .nav {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .nav-item {
    position: relative;
  }
  .nav-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 6px;
    transition: all 0.2s;
    letter-spacing: -0.1px;
  }
  .nav-link i { font-size: 17px; }
  .nav-link .chev { font-size: 14px; opacity: 0.5; transition: transform 0.2s; }
  .nav-link:hover { background: var(--bg-secondary); color: var(--ink); }
  .nav-item:hover .nav-link .chev { transform: rotate(180deg); }

  .mega-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 640px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: var(--ftw-mega-panel-pad, 22px);
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.08), 0 4px 12px rgba(26, 26, 26, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all 0.22s ease;
    z-index: 200;
  }
  .nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .mega-menu-item {
    display: flex;
    gap: 14px;
    padding: var(--ftw-mega-item-pad, 14px);
    border-radius: 8px;
    transition: background 0.2s;
    align-items: start;
  }
  .mega-menu-item:hover { background: var(--bg); }
  /* P34/AŞAMA 4: URL'si tanımlanmamış çözüm öğesi — tıklanamaz görünür */
  .mega-menu-item--disabled { cursor: default; opacity: .55; }
  .mega-menu-item--disabled:hover { background: transparent; }
  .mobile-submenu-item--disabled { cursor: default; opacity: .55; }
  .mega-menu-icon {
    width: var(--ftw-mega-icon-size, 42px);
    height: var(--ftw-mega-icon-size, 42px);
    background: var(--bg-secondary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
  }
  .mega-menu-icon i { font-size: var(--ftw-mega-icon-glyph, 22px); color: var(--ink); transition: color 0.2s; }
  .mega-menu-item:hover .mega-menu-icon { background: var(--accent); }
  .mega-menu-item:hover .mega-menu-icon i { color: #fff; }
  /* 1.9.21 — kategori görseli: ikon kutusuyla AYNI boyutta (42x42), kare-kırpılmış */
  .mega-menu-icon--img { background: transparent; overflow: hidden; padding: 0; }
  .mega-menu-icon--img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; }
  .mega-menu-item:hover .mega-menu-icon--img { background: transparent; }
  .mega-menu-title {
    font-size: var(--ftw-mega-title-size, 14px);
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 3px;
    letter-spacing: -0.2px;
  }
  .mega-menu-desc {
    font-size: var(--ftw-mega-desc-size, 12px);
    color: var(--ink-faint);
    line-height: 1.45;
  }
  .mega-menu-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mega-menu-footer-text {
    font-size: 12px;
    color: var(--ink-faint);
  }
  .mega-menu-footer-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 5px;
  }
  /* 1.9.26 — "Normal" (dar liste) açılır tip: tek sütun. Genişlik inline style'dan gelir. */
  .mega-menu--list .mega-menu-grid { grid-template-columns: 1fr; }
  /* 1.9.31 — mega panel 3 sütun seçeneği (varsayılan 2). Genişlik inline style'dan gelir. */
  .mega-menu--cols-3 .mega-menu-grid { grid-template-columns: repeat(3, 1fr); }
  /* 1.9.28 — mega menü item üzerine gelince görünen ok (footer linkleriyle aynı dil) */
  .mega-menu-arrow {
    margin-left: auto;
    align-self: center;
    font-size: 16px;
    color: var(--accent);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s, transform 0.2s;
    flex-shrink: 0;
  }
  .mega-menu-item:hover .mega-menu-arrow { opacity: 1; transform: translateX(0); }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .search-btn {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    background: var(--bg-secondary);
    transition: all 0.2s;
  }
  .search-btn:hover { background: var(--ink); color: var(--bg); }
  .search-btn i { font-size: 18px; }

  /* P38 (1.9.2): Frontend site araması katmanı (.search-btn ile açılır) */
  .ftw-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: none;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
    padding: 18vh 20px 20px;
    justify-content: center;
    align-items: flex-start;
  }
  .ftw-search-overlay.is-open { display: flex; }
  .ftw-search-overlay__form {
    display: flex;
    width: 100%;
    max-width: 640px;
    background: var(--bg-card, #fff);
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    overflow: hidden;
  }
  .ftw-search-overlay__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 20px;
    font-size: 17px;
    font-family: inherit;
    color: var(--ink, #1a1a1a);
    background: transparent;
  }
  .ftw-search-overlay__submit {
    border: none;
    background: var(--accent, #d97706);
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
    font-size: 18px;
  }
  .ftw-search-overlay__submit:hover { filter: brightness(0.94); }
  .ftw-search-overlay__close {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ftw-search-overlay__close:hover { background: rgba(255, 255, 255, 0.3); }
  body.ftw-search-open { overflow: hidden; }

  /* === BUTTONS === */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer;
    letter-spacing: -0.1px;
    line-height: 1;
  }
  .btn i { font-size: 17px; }
  .btn-lg {
    padding: 18px 28px;
    font-size: 15px;
  }
  .btn-lg i { font-size: 19px; }
  .btn-xl {
    padding: 22px 32px;
    font-size: 16px;
  }
  .btn-xl i { font-size: 20px; }

  .btn-primary {
    background: var(--ink);
    color: var(--bg);
  }
  .btn-primary:hover { background: #2a2a2a; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26,26,26,0.18); }

  .btn-accent {
    background: var(--accent);
    color: #fff;
  }
  .btn-accent:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(217,119,6,0.3); }

  .btn-ghost {
    background: transparent;
    color: var(--ink);
  }
  .btn-ghost:hover { color: var(--accent); }

  .btn-outline {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--line-strong);
  }
  .btn-outline:hover { border-color: var(--ink); }
  /* WhatsApp aksiyonu — açık zeminde görünür (ikon + hover yeşil) */
  .btn-whatsapp i { color: #25d366; }
  .btn-whatsapp:hover { border-color: #25d366; color: #128c7e; }
  .btn-whatsapp:hover i { color: #128c7e; }

  .btn-outline-dark {
    background: transparent;
    color: #fff;
    border: 1.5px solid #3a3a3a;
  }
  .btn-outline-dark:hover { border-color: #6a6a6a; transform: translateY(-2px); }

  /* phone box */
  .phone-box {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .phone-box-icon {
    width: 56px;
    height: 56px;
    background: var(--bg-secondary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-box-icon i { font-size: 24px; color: var(--accent); }
  .phone-box-info { display: flex; flex-direction: column; }
  .phone-box-label { font-size: 11px; color: var(--ink-faint); font-family: var(--font-mono); letter-spacing: 1.2px; text-transform: uppercase; }
  .phone-box-num { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.3px; }

  /* === COMMON: eyebrow === */
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
  }
  .eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--accent);
  }
  .eyebrow.no-bar { padding-left: 0; }
  .eyebrow.no-bar::before { display: none; }
  /* Üst etiket "yazıldığı gibi" — uppercase kapalı (içerik panelinden) */
  .eyebrow--asis { text-transform: none; letter-spacing: 0.3px; }

  /* === HERO === */
  .hero {
    padding: 100px 0 96px;
    border-bottom: 1px solid var(--line);
  }
  .hero .container {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -2px;
    margin-bottom: 24px;
    color: var(--ink);
  }
  .hero h1 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
    letter-spacing: -1.5px;
  }
  .hero-lead {
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink-muted);
    max-width: 480px;
    margin-bottom: 36px;
  }
  .hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
  }

  .stats-card {
    background: var(--bg-secondary);
    border-radius: 10px;
    padding: 36px 32px;
  }
  .stat-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 22px 0;
    border-bottom: 1px solid var(--line-strong);
  }
  .stat-row:first-child { padding-top: 0; }
  .stat-row:last-child { border-bottom: none; padding-bottom: 0; }
  .stat-label {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-faint);
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .stat-value {
    font-size: 36px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -1.2px;
  }
  .stat-value .plus { color: var(--accent); }

  /* === ABOUT SPLIT === */
  .about {
    padding: 100px 0;
    background: var(--bg-card);
    border-bottom: 1px solid var(--line);
  }
  .about .container {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 70px;
    align-items: center;
  }
  .about-image-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--bg-secondary);
  }
  .about-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: var(--bg-card);
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  }
  .about-image-badge-icon {
    width: 44px;
    height: 44px;
    background: var(--accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-image-badge-icon i { font-size: 22px; color: #fff; }
  .about-image-badge-num {
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.5px;
    line-height: 1;
  }
  .about-image-badge-label {
    font-size: 11px;
    color: var(--ink-faint);
    font-family: var(--font-mono);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .about-content h2 {
    font-size: clamp(32px, 4.4vw, 52px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
    color: var(--ink);
  }
  .about-content h2 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
  }
  .about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink-muted);
    margin-bottom: 32px;
    max-width: 500px;
  }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 40px;
  }
  .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .feature-check {
    width: 28px;
    height: 28px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .feature-check i { font-size: 16px; color: #fff; }
  .feature-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.2px;
  }
  .about-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
  }

  /* === PRODUCTS === */
  .products {
    background: var(--bg);
    padding: 100px 0;
    border-bottom: 1px solid var(--line);
  }
  .section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 52px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .section-title-block h2 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.3px;
    color: var(--ink);
  }
  .section-title-block h2 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }
  .product-card {
    background: var(--bg-card);
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    min-height: 230px;
    display: flex;
    flex-direction: column;
  }
  .product-card:hover { background: var(--bg); }

  /* Üst %30 kapak — ürün görseli (varsa) veya placeholder ikon */
  .product-card-cover {
    position: relative;
    flex: 0 0 30%;
    min-height: 110px;
    /* 1.9.69: cover yüksekliğini sabitle. Eskiden flex-basis:30% belirsiz kart
       yüksekliğinde 'auto' gibi çözülüp görselin DOĞAL boyuna balonlaşıyordu →
       o kart uzuyor, satırdaki diğer kartlar ona eşitlenince altta boş alan
       kalıyordu. max-height ile cover 110–120px arası sabit kalır. */
    max-height: 120px;
    background: var(--bg-secondary);
    overflow: hidden;
  }
  .product-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 120px; /* 1.9.69: görsel balonlaşmasını kes (bkz. .product-card-cover) */
    transition: transform 0.4s ease;
  }
  .product-card:hover .product-card-cover.has-img img { transform: scale(1.05); }
  .product-card-cover-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(120% 130% at 50% 0%, rgba(0, 0, 0, 0.05), transparent 72%),
      var(--bg-secondary);
  }
  .product-card-cover-ph i { font-size: 46px; color: var(--ink-light); transition: color 0.25s; }
  .product-card:hover .product-card-cover-ph i { color: var(--accent); }

  .product-card-body {
    flex: 1;
    padding: 22px 30px 30px;
    display: flex;
    flex-direction: column;
  }
  .product-number {
    align-self: flex-end;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--ink-light);
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .product-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -0.4px;
  }
  .product-card p {
    font-size: 13px;
    color: var(--ink-faint);
    line-height: 1.55;
    /* 1.9.68: açıklamayı 3 satıra sabitle — kartlar satırda eşit yükseklik alırken
       kısa/uzun açıklama farkı büyük boşluk bırakmasın (anasayfa teaser). */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* 1.9.68: alta yaslı "İncele" satırı — margin-top:auto ile kalan boşluğu emer,
     kart yapısı üstte içerik / altta CTA olur (boşluk artık bilinçli görünür). */
  .product-card-more {
    margin-top: auto;
    padding-top: 18px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--ink-light);
    transition: color 0.2s ease;
  }
  .product-card:hover .product-card-more { color: var(--accent); }
  .product-card-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-8px) scale(0.8);
    transition: all 0.25s;
  }
  .product-card-arrow i { font-size: 16px; color: #fff; }
  .product-card:hover .product-card-arrow {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  /* === WHY US (Features) === */
  .why-us {
    padding: 100px 0;
    background: var(--bg-card);
    border-bottom: 1px solid var(--line);
  }
  .why-us .section-head { text-align: center; flex-direction: column; align-items: center; margin-bottom: 60px; }
  .why-us .section-head .eyebrow { justify-content: center; }
  .why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .why-card {
    text-align: left;
    padding: 32px 28px;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: all 0.25s;
    background: var(--bg-card);
  }
  .why-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(217,119,6,0.08);
  }
  .why-card-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: background 0.25s;
  }
  .why-card-icon i { font-size: 28px; color: var(--accent); }
  .why-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }
  .why-card p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--ink-faint);
  }

  /* === PROCESS === */
  .process {
    padding: 100px 0;
    border-bottom: 1px solid var(--line);
  }
  .process .container {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 60px;
    align-items: start;
  }
  .process-intro h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 18px;
  }
  .process-intro h2 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
  }
  .process-intro p {
    font-size: 15px;
    color: var(--ink-muted);
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .process-step {
    background: var(--bg-card);
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 10px;
    border-left: 3px solid var(--accent);
    transition: all 0.2s;
  }
  .process-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(26,26,26,0.06);
  }
  .step-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  .step-number {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 1.5px;
  }
  .step-icon {
    width: 36px;
    height: 36px;
    background: var(--bg-secondary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .step-icon i { font-size: 18px; color: var(--ink); }
  .step-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -0.3px;
  }
  .step-desc {
    font-size: 13px;
    color: var(--ink-faint);
    line-height: 1.55;
  }

  /* === CTA === */
  .cta {
    background: var(--bg-dark);
    padding: 84px 0;
    position: relative;
    overflow: hidden;
  }
  .cta::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(217,119,6,0.15) 0%, transparent 70%);
    border-radius: 50%;
  }
  .cta .container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
  }
  .cta .eyebrow { color: var(--accent); margin-bottom: 18px; }
  .cta h2 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
  }
  .cta h2 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
  }
  .cta p {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
  }
  .cta-actions {
    display: flex;
    gap: 14px;
    justify-content: end;
    flex-wrap: wrap;
    align-items: center;
  }

  /* === BLOG === */
  /* NOT: eski tema-içi "blog bölümü" bileşeni için olan `.blog` kuralı KALDIRILDI (1.9.18).
     Hiçbir şablon class="blog" kullanmıyordu; WordPress ise posts (blog) sayfasında
     <body class="blog ..."> ekliyor → bu kural body.blog ile çakışıp /blog/ sayfasının
     en üstüne 100px (mobilde 72px) boşluk + border bindiriyordu (diğer sayfalarda yok). */
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .blog-card {
    background: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.08);
    border-color: var(--line-strong);
  }
  .blog-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--bg-secondary);
  }
  .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .blog-card:hover .blog-card-image img {
    transform: scale(1.06);
  }
  .blog-card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--bg-card);
    color: var(--ink);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .blog-card-tag i { font-size: 13px; color: var(--accent); }
  .blog-card-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
  }
  .blog-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: var(--ink-faint);
  }
  .blog-card-meta span { display: inline-flex; align-items: center; gap: 5px; }
  .blog-card-meta i { font-size: 13px; }
  .blog-card-meta .dot { width: 3px; height: 3px; background: var(--ink-light); border-radius: 50%; }
  .blog-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.4px;
    transition: color 0.2s;
  }
  .blog-card:hover h3 { color: var(--accent); }
  .blog-card p {
    font-size: 13px;
    color: var(--ink-faint);
    line-height: 1.6;
    flex: 1;
  }
  .blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    margin-top: 4px;
    transition: color 0.2s, gap 0.2s;
  }
  .blog-card:hover .blog-card-link { color: var(--accent); gap: 10px; }
  .blog-card-link i { font-size: 15px; }

  /* 1.9.36: Anasayfa blog bölümü alt boşluğu — `.blog` kuralı 1.9.18'de
     kaldırılınca (body.blog çakışması) section padding'i kalmamıştı. */
  .ftw-home-blog { padding-bottom: 100px; }

  /* === SEO TEXT (Expandable) === */
  .seo-text {
    background: var(--bg-secondary);
    padding: 72px 0 88px;
    border-top: 1px solid var(--line);
  }
  .seo-text-inner { max-width: 960px; margin: 0 auto; }
  .seo-text-head { margin-bottom: 28px; }
  .seo-text-head h2 {
    font-size: clamp(24px, 2.6vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.7px;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .seo-text-head h2 .italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
  }
  .seo-text-head p {
    font-size: 14px;
    color: var(--ink-faint);
  }

  .seo-text-wrap {
    position: relative;
    overflow: hidden;
    max-height: 220px;
    transition: max-height 0.5s ease;
  }
  .seo-text-wrap.expanded { max-height: 4000px; }
  .seo-text-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(240,237,228,0) 0%, var(--bg-secondary) 80%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .seo-text-wrap.expanded::after { opacity: 0; }

  .seo-text-body {
    color: var(--ink-muted);
    font-size: 14.5px;
    line-height: 1.8;
  }
  .seo-text-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.4px;
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .seo-text-body h3:first-child { margin-top: 0; }
  .seo-text-body h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .seo-text-body p { margin-bottom: 12px; }
  .seo-text-body ul {
    list-style: none;
    margin: 8px 0 16px;
    padding: 0;
  }
  .seo-text-body ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
  }
  .seo-text-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 2px;
    background: var(--accent);
  }
  .seo-text-body strong { color: var(--ink); font-weight: 600; }

  .seo-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: relative;
    z-index: 2;
  }
  .seo-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-card);
    color: var(--ink);
    border: 1px solid var(--line-strong);
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: -0.1px;
  }
  .seo-toggle:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
  .seo-toggle i {
    font-size: 17px;
    transition: transform 0.3s ease;
  }
  .seo-toggle.is-expanded i { transform: rotate(180deg); }

  /* === FOOTER (DETAILED) === */
  .footer {
    background: var(--bg-darker);
    color: #b8b8b8;
    padding: 0;
  }
  .footer-main { padding: 72px 0 56px; }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    gap: 44px;
  }
  .footer-col h4 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 22px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: var(--font-mono);
  }
  .footer-brand { display: flex; flex-direction: column; gap: 18px; }
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
  }
  .footer-logo-mark {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-logo-mark i { color: var(--accent); font-size: 20px; }
  .footer-logo-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .footer-tagline {
    font-size: 13.5px;
    color: #999;
    line-height: 1.65;
    max-width: 320px;
  }
  .footer-social {
    display: flex;
    gap: 8px;
    margin-top: 6px;
  }
  .footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8b8b8;
    transition: all 0.2s;
  }
  .footer-social a:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    transform: translateY(-2px);
  }
  .footer-social a i { font-size: 18px; }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .footer-links a {
    font-size: 13.5px;
    color: #999;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
  }
  .footer-links a:hover { color: var(--accent); }
  .footer-links a i {
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    transform: translateX(-4px);
  }
  .footer-links a:hover i { opacity: 1; transform: translateX(0); }

  .footer-contact-list { display: flex; flex-direction: column; gap: 16px; }
  .footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: start;
  }
  .footer-contact-item > i {
    font-size: 17px;
    color: var(--accent);
    margin-top: 3px;
    flex-shrink: 0;
  }
  .footer-contact-item-text {
    font-size: 13px;
    color: #b8b8b8;
    line-height: 1.55;
  }
  .footer-contact-item-label {
    display: block;
    font-size: 10px;
    color: #777;
    font-family: var(--font-mono);
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .footer-contact-item a {
    color: #b8b8b8;
    transition: color 0.2s;
  }
  .footer-contact-item a:hover { color: var(--accent); }

  /* Cert strip */
  .footer-certs-strip {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 22px 0;
  }
  .footer-certs-strip-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .footer-cert {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #999;
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 1.5px;
    font-weight: 500;
  }
  .footer-cert i { color: var(--accent); font-size: 17px; }

  /* Bottom bar */
  .footer-bottom {
    background: rgba(0,0,0,0.45);
    padding: 18px 0;
  }
  .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12.5px;
    color: #888;
  }
  .footer-legal-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .footer-legal-links a {
    color: #888;
    transition: color 0.2s;
  }
  .footer-legal-links a:hover { color: var(--accent); }
  .footer-made-with {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: #666;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .footer-credit {
    color: #888;
    font-size: 12.5px;
  }
  .footer-credit a {
    color: #aaa;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-credit a:hover { color: var(--accent); }
  .footer-credit-logo {
    height: 16px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
  }

  @media (max-width: 1080px) {
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
    .footer-brand { grid-column: span 3; }
  }
  @media (max-width: 720px) {
    .footer-main { padding: 56px 0 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-brand { grid-column: span 2; }
    .footer-certs-strip-inner { gap: 22px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; gap: 12px; }
    .footer-legal-links { justify-content: center; }
  }
  @media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-brand { grid-column: span 1; }
  }

  /* === ANIMATIONS === */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero > .container > * { animation: fadeUp 0.7s ease-out backwards; }
  .hero > .container > *:nth-child(1) { animation-delay: 0.1s; }
  .hero > .container > *:nth-child(2) { animation-delay: 0.25s; }

  /* === RESPONSIVE === */
  @media (max-width: 1080px) {
    .nav-link { padding: 10px 10px; font-size: 13px; }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
    .mega-menu { width: 560px; }
  }
  @media (max-width: 960px) {
    .nav { display: none; }
    .hero { padding: 64px 0 72px; }
    .hero .container { grid-template-columns: 1fr; gap: 44px; }
    .about, .products, .why-us, .process { padding: 72px 0; }
    .about .container { grid-template-columns: 1fr; gap: 40px; }
    .about-image-wrap { aspect-ratio: 16 / 11; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .process .container { grid-template-columns: 1fr; gap: 32px; }
    .cta .container { grid-template-columns: 1fr; }
    .cta-actions { justify-content: start; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    /* .blog kuralı kaldırıldı — body.blog çakışması (1.9.18) */
    .ftw-home-blog { padding-bottom: 72px; } /* 1.9.36: mobil blog alt boşluğu */
    .seo-text { padding: 56px 0 72px; }
  }
  @media (max-width: 600px) {
    .container { padding: 0 20px; }
    .utility-bar .left span:last-child { display: none; }
    .hero h1, .about-content h2 { letter-spacing: -1px; }
    .feature-grid { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: 1fr; }
    .why-us-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .seo-text-wrap { max-height: 180px; }
    .stats-card { padding: 24px; }
    .stat-value { font-size: 28px; }
    .about-actions { flex-direction: column; align-items: stretch; }
    .btn-xl { padding: 18px 24px; font-size: 14px; }
    .logo-text { font-size: 18px; }
  }

/* ============================================================
   INNER PAGE COMPONENTS
   ============================================================ */

/* === PAGE HERO (used by all inner pages) === */
.page-hero {
  padding: 64px 0 56px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--ink-faint);
  margin-bottom: 28px;
  font-family: var(--font-mono);
}
.breadcrumb a { transition: color 0.2s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb i { font-size: 14px; opacity: 0.5; }
.breadcrumb .current { color: var(--ink); font-weight: 500; }

.page-hero h1 {
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 20px;
}
.page-hero h1 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.page-hero-lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 640px;
  margin-bottom: 28px;
}
.page-hero-meta {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-faint);
}
.page-hero-meta strong { color: var(--ink); font-weight: 600; }
.page-hero-meta .divider { width: 1px; height: 14px; background: var(--line-strong); }
.page-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.page-hero-meta i { font-size: 15px; color: var(--accent); }

/* === FILTER BAR === */
.filter-bar {
  background: var(--bg-card);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  position: sticky;
  top: 80px;
  z-index: 50;
  backdrop-filter: blur(8px);
}
.filter-bar .container {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.filter-label {
  font-size: 12px;
  color: var(--ink-faint);
  font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
/* Kategori filtresi — tek satır yatay kaydırma + ok navigasyonu */
.filter-chips-wrap { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.filter-chips {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0;
}
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips-nav {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--bg-card);
  color: var(--ink);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s, opacity 0.15s;
}
.filter-chips-wrap.has-overflow .filter-chips-nav { display: inline-flex; }
.filter-chips-nav:hover { background: var(--bg-secondary); }
.filter-chips-nav:disabled { opacity: 0.3; cursor: default; }
.filter-chip {
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-muted);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.2;
}
.filter-chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter-chip:hover:not(.active) { border-color: var(--ink); color: var(--ink); }
.filter-sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-muted);
}
.filter-sort select {
  font-family: inherit;
  border: 1px solid var(--line-strong);
  background: var(--bg-card);
  padding: 8px 30px 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* === PRODUCTS LISTING === */
.products-listing {
  padding: 64px 0 80px;
  background: var(--bg);
}
.products-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.product-listing-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.product-listing-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(26, 26, 26, 0.09);
}
.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg-secondary);
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-listing-card:hover .product-image img { transform: scale(1.06); }
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 5px;
  font-family: var(--font-mono);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.product-badge.new { background: var(--accent); color: #fff; }
.product-badge.popular { background: var(--ink); color: #fff; }
.product-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: var(--bg-card);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.product-fav i { font-size: 17px; color: var(--ink-muted); transition: color 0.2s; }
.product-fav:hover { background: var(--accent); }
.product-fav:hover i { color: #fff; }

.product-info {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.product-category {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-top: 2px;
}
.product-info h3 a { color: inherit; transition: color 0.2s; }
.product-listing-card:hover .product-info h3 a { color: var(--accent); }

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.spec-chip {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  background: var(--bg-secondary);
  color: var(--ink);
  border-radius: 5px;
  font-family: var(--font-mono);
  letter-spacing: 0.4px;
}

.product-actions {
  padding: 14px 22px 18px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-detail {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  background: var(--ink);
  color: var(--bg);
  border-radius: 7px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-detail i { font-size: 15px; }
.btn-detail:hover { background: var(--accent); }
.btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--bg-secondary);
  color: var(--ink);
  border-radius: 7px;
  transition: all 0.2s;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-quote i { font-size: 17px; }
.btn-quote:hover { background: var(--ink); color: var(--bg); }

/* === PAGINATION === */
.pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.page-link {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-card);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.page-link:hover { border-color: var(--ink); }
.page-link.active {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.page-link.disabled { opacity: 0.4; cursor: not-allowed; }
.page-link i { font-size: 16px; }
.page-dots { color: var(--ink-faint); padding: 0 6px; }
.page-info {
  margin-left: 14px;
  font-size: 13px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
}

/* WordPress the_posts_pagination() çıktısını .page-link tasarımına eşle (1.9.24).
   Çekirdek `.page-numbers` + `.nav-links` sınıflarını üretir; eski CSS yalnız özel
   `.page-link` biçimliyordu → ürün listesi/arşiv sayfalandırması stilsizdi. */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}
.pagination .nav-links .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-card);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: all 0.2s;
  font-family: inherit;
}
.pagination .nav-links a.page-numbers:hover { border-color: var(--ink); }
.pagination .nav-links .page-numbers.current {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.pagination .nav-links .page-numbers.dots {
  min-width: auto;
  padding: 0 6px;
  border: none;
  background: transparent;
  color: var(--ink-faint);
}
.pagination .nav-links .page-numbers i { font-size: 16px; line-height: 1; }

/* === RELATED CATEGORIES === */
.related-cats {
  padding: 80px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
}
.related-cats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.related-cat {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: all 0.25s;
  cursor: pointer;
}
.related-cat:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(26,26,26,0.06);
}
.related-cat-icon {
  width: 56px;
  height: 56px;
  background: var(--bg-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.related-cat:hover .related-cat-icon { background: var(--accent); }
.related-cat-icon i { font-size: 26px; color: var(--ink); transition: color 0.25s; }
.related-cat:hover .related-cat-icon i { color: #fff; }
.related-cat-info { flex: 1; min-width: 0; }
.related-cat-info .label {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.related-cat-info h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-top: 3px;
}
.related-cat-arrow {
  color: var(--ink);
  font-size: 22px;
  transition: transform 0.25s;
}
.related-cat:hover .related-cat-arrow {
  color: var(--accent);
  transform: translateX(4px);
}

/* === Inner page responsive === */
@media (max-width: 960px) {
  .filter-bar { position: static; padding: 14px 0; }
  .filter-bar .container { gap: 14px; }
  .filter-sort { margin-left: 0; width: 100%; justify-content: space-between; }
  .products-listing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .related-cats-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page-hero { padding: 48px 0 40px; }
  .products-listing-grid { grid-template-columns: 1fr; }
  .filter-bar .container { flex-direction: column; align-items: stretch; }
  .filter-group { width: 100%; }
  /* mobilde de tek satır + parmakla kaydırma (sarmalama yok) */
  .filter-chips { flex-wrap: nowrap; }
  .pagination { gap: 4px; }
  .page-link { min-width: 38px; height: 38px; font-size: 13px; }
  .page-info { width: 100%; text-align: center; margin: 12px 0 0; }
}

/* === CATEGORY HUB CARDS (Kategoriler ana sayfası) === */
.category-hub {
  padding: 56px 0 80px;
  background: var(--bg);
}
/* ============================================================
   KATEGORİ KARTLARI — TASARIM A (1.9.31)
   Üstte görsel (kategori kapak görseli VEYA gradient+ikon fallback) + alt info.
   /urunler/ (archive-urun.php) ve diğer-kategoriler (taxonomy) ortak.
   ============================================================ */
.fw-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.fw-cat-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.fw-cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 12px 32px -8px rgba(217, 119, 6, 0.18);
}
.fw-cat-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  background: var(--ink);
}
/* Görsel veya gradient fallback ortak */
.fw-cat-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.fw-cat-card:hover .fw-cat-visual-img { transform: scale(1.04); }
.fw-cat-visual-fallback {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, var(--accent) 130%);
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, var(--accent) 130%);
  background-size: 40px 40px, 40px 40px, cover;
}
.fw-cat-visual-fallback.is-alin-kaynak   { background-image: linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(135deg,#1a1a1a 0%,#3a2810 50%,#d97706 130%); }
.fw-cat-visual-fallback.is-cnc           { background-image: linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(135deg,#1a1a1a 0%,#1a2a3a 50%,#3b82f6 130%); }
.fw-cat-visual-fallback.is-elektrofuzyon { background-image: linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(135deg,#1a1a1a 0%,#3a2810 50%,#fbbf24 130%); }
.fw-cat-visual-fallback.is-fittings      { background-image: linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(135deg,#1a1a1a 0%,#1a3a2a 50%,#10b981 130%); }
.fw-cat-visual-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 84px;
}
.fw-cat-card__body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fw-cat-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 500;
}
.fw-cat-card__meta::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.fw-cat-card__count { color: var(--ink-faint); }
.fw-cat-card__title {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.fw-cat-card__desc {
  font-size: 13px;
  color: var(--ink-faint);
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.fw-cat-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  transition: gap 0.3s, color 0.3s;
  margin-top: auto;
}
.fw-cat-card__link i { font-size: 15px; }
.fw-cat-card:hover .fw-cat-card__link { gap: 10px; color: var(--accent); }

/* Service category cards (smaller, hizmet kategorileri için) */
.service-cats {
  padding: 60px 0 80px;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
}
.service-cats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.service-cat-card {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: all 0.25s;
}
.service-cat-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(26,26,26,0.06);
}
.service-cat-icon {
  width: 64px;
  height: 64px;
  background: var(--bg-secondary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.service-cat-card:hover .service-cat-icon { background: var(--accent); }
.service-cat-icon i { font-size: 30px; color: var(--ink); transition: color 0.25s; }
.service-cat-card:hover .service-cat-icon i { color: #fff; }
.service-cat-body { flex: 1; }
.service-cat-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.service-cat-body p {
  font-size: 13px;
  color: var(--ink-faint);
  line-height: 1.55;
}
.service-cat-arrow {
  font-size: 22px;
  color: var(--ink);
  transition: transform 0.25s;
}
.service-cat-card:hover .service-cat-arrow {
  color: var(--accent);
  transform: translateX(4px);
}

@media (max-width: 960px) {
  .fw-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .service-cats-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .fw-cat-grid { grid-template-columns: 1fr; }
  .service-cat-card { padding: 22px; gap: 16px; }
  .service-cat-icon { width: 52px; height: 52px; }
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */

/* === PRODUCT TOP SECTION === */
.product-top {
  padding: 36px 0 64px;
  background: var(--bg);
}
.product-top-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* Gallery */
.gallery { display: flex; flex-direction: column; gap: 14px; }
.gallery-main {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg-secondary);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.gallery-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
.gallery-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  gap: 8px;
}
.gallery-badge {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 5px;
  font-family: var(--font-mono);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.gallery-badge.popular { background: var(--ink); color: #fff; }
.gallery-badge.warranty { background: var(--bg-card); color: var(--ink); border: 1px solid var(--line-strong); }
.gallery-zoom {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  background: var(--bg-card);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.gallery-zoom i { font-size: 19px; color: var(--ink); }
.gallery-zoom:hover { background: var(--ink); }
.gallery-zoom:hover i { color: var(--bg); }

/* Thumb şeridi — 4'ten fazlada alt satıra kaymaz, yatay kaydırma + ok navigasyonu */
.gallery-thumbs-wrap { position: relative; }
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb {
  flex: 0 0 calc((100% - 30px) / 4); /* aynı anda 4 thumb (3 × 10px boşluk) */
  aspect-ratio: 1;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.gallery-thumbs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background 0.15s, opacity 0.15s;
}
.gallery-thumbs-wrap.has-overflow .gallery-thumbs-nav { display: flex; }
.gallery-thumbs-nav--prev { left: -8px; }
.gallery-thumbs-nav--next { right: -8px; }
.gallery-thumbs-nav i { font-size: 18px; color: var(--ink); }
.gallery-thumbs-nav:hover { background: var(--bg-secondary); }
.gallery-thumbs-nav:disabled { opacity: 0.3; cursor: default; }
/* Büyük görsel lightbox */
.ftw-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 5vmin;
}
.ftw-lightbox.is-open { display: flex; }
.ftw-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.ftw-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftw-lightbox__close:hover { background: rgba(255, 255, 255, 0.28); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb.active { border-color: var(--accent); }
.gallery-thumb:hover { border-color: var(--line-strong); }
.gallery-thumb.active:hover { border-color: var(--accent); }

/* Product Info Panel */
.product-info-panel { display: flex; flex-direction: column; gap: 22px; }
/* 1.9.76 — ürün markası (başlık üstünde logo) */
.product-brand { display: inline-flex; align-items: center; gap: 10px; }
.product-brand__cap { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted, #8a8f98); font-weight: 600; }
.product-brand__logo { max-height: 38px; max-width: 150px; width: auto; height: auto; display: block; object-fit: contain; }
.product-meta-top {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.product-code {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-faint);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-muted);
}
.product-rating .stars { color: var(--accent); display: flex; gap: 2px; }
.product-rating .stars i { font-size: 14px; }

.product-detail-title {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 1.05;
  color: var(--ink);
}
.product-detail-subtitle {
  font-size: 16px;
  color: var(--ink-muted);
  line-height: 1.6;
  font-weight: 400;
}

.product-key-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: var(--bg-secondary);
  border-radius: 12px;
  padding: 20px 24px;
}
.key-spec {
  padding: 10px 16px;
  border-right: 1px solid var(--line-strong);
}
.key-spec:nth-child(2n) { border-right: none; }
.key-spec:nth-child(-n+2) { border-bottom: 1px solid var(--line-strong); padding-bottom: 16px; }
.key-spec:nth-child(n+3) { padding-top: 16px; }
.key-spec-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.key-spec-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.4px;
}
.key-spec-value .unit { font-size: 13px; color: var(--ink-faint); font-weight: 500; margin-left: 4px; }

.product-quote-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.product-quote-label {
  font-size: 12px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.product-quote-price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-quote-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.6px;
}
.product-quote-price-sub {
  font-size: 13px;
  color: var(--ink-faint);
}
.product-quote-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-quote-actions .btn { flex: 1; min-width: 0; }

.product-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 6px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.trust-icon {
  width: 34px;
  height: 34px;
  background: var(--bg-secondary);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-icon i { font-size: 18px; color: var(--accent); }
.trust-info {
  font-size: 11px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.trust-info-title { font-weight: 600; color: var(--ink); font-size: 12px; }
.trust-info-sub { color: var(--ink-faint); }

/* === TABS === */
.product-tabs-section {
  padding: 60px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tabs-nav {
  display: flex;
  gap: 4px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  /* 1.9.15: overflow-x:auto + overflow-y:visible → tarayıcı overflow-y'yi auto'ya çevirir ve
     aktif sekmenin border/margin'inden doğan ~1px dikey taşma için scrollbar gösterir.
     overflow-y:hidden ile bu gereksiz dikey scroll kaldırılır (yatay mobil kaydırma korunur). */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tab {
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.tab i { font-size: 16px; }
.tab:hover { color: var(--ink); }
.tab.active {
  color: var(--ink);
  border-bottom-color: var(--accent);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp 0.4s ease-out; }

/* Generic content for tabs */
.tab-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  margin-top: 28px;
}
.tab-content h3:first-child { margin-top: 0; }
.tab-content p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}
.tab-content ul.feature-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.tab-content ul.feature-list li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.55;
}
.tab-content ul.feature-list li::before {
  content: '\eb1b';
  font-family: 'tabler-icons';
  color: #fff;
  background: var(--accent);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* === SPEC TABLE === */
.spec-table-wrap {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.spec-section-title {
  background: var(--bg-secondary);
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  color: var(--ink);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table td {
  padding: 14px 22px;
  font-size: 14px;
  vertical-align: top;
}
.spec-table td:first-child {
  color: var(--ink-faint);
  width: 45%;
  font-weight: 500;
}
.spec-table td:last-child {
  color: var(--ink);
  font-family: var(--font-mono);
  font-weight: 500;
}
.spec-table tr:hover { background: var(--bg-secondary); }
.spec-table-wrap + .spec-table-wrap { margin-top: 16px; }
/* 1.9.14: tablo etiket hücresi <th> (şablon th|td kullanıyor) td:first-child ile aynı stillensin */
.spec-table th {
  text-align: left;
  padding: 14px 22px;
  font-size: 14px;
  vertical-align: top;
  color: var(--ink-faint);
  width: 45%;
  font-weight: 500;
}
/* 1.9.41: Teknik sekmesi geniş ölçü tablosu (matris) — yatay kaydırmalı, ürün kategorisi tablo stiliyle uyumlu */
.spec-html { margin-top: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.spec-html h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin: 18px 0 10px; }
.spec-html h3:first-child { margin-top: 0; }
.spec-html table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 640px; }
.spec-html thead th {
  background: var(--accent); color: #fff; text-align: center; padding: 8px 10px;
  font-weight: 700; white-space: nowrap; width: auto;
}
.spec-html tbody td { padding: 7px 10px; text-align: center; border-bottom: 1px solid var(--line); color: var(--ink); white-space: nowrap; }
.spec-html tbody tr:nth-child(even) { background: var(--bg-secondary); }
.spec-html tbody tr:hover { background: #fff7ed; }
/* 1.9.14: dar ekranda yatay kaydırma yalnız gerektiğinde (masaüstünde overflow:hidden korunur, çirkin kalıcı bar yok) */
@media (max-width: 600px) {
  .spec-table-wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .spec-table { min-width: 440px; }
}

/* 1.9.42: Aksesuar görselleri (Aksesuarlar sekmesi) — tıklanamaz, tam genişlik (alt alta) */
.accessory-gallery { margin-top: 18px; }
.accessory-gallery:not(:first-child) { margin-top: 24px; }
.accessory-gallery-item {
  margin: 0 0 18px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  background: var(--bg-card, #fff);
}
.accessory-gallery-item:last-child { margin-bottom: 0; }
.accessory-gallery-item img { display: block; width: 100%; height: auto; }

/* 1.9.42: Ürün videosu (YouTube gömme / kendi sunucu) — duyarlı 16:9 */
.product-video { margin: 0; }
.product-video-embed {
  position: relative; width: 100%; max-width: 900px; aspect-ratio: 16 / 9;
  border-radius: 14px; overflow: hidden; background: #000;
}
.product-video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.product-video-file {
  display: block; width: 100%; max-width: 900px; aspect-ratio: 16 / 9;
  border-radius: 14px; background: #000; object-fit: contain;
}
@supports not (aspect-ratio: 16 / 9) {
  .product-video-embed { height: 0; padding-bottom: 56.25%; }
}

/* 1.9.43: Özel (isteğe bağlı) sekme — PDF satır içi (inline) görüntüleyici */
.product-pdf-embed {
  margin: 22px 0 0; width: 100%; height: 80vh; max-height: 920px; min-height: 480px;
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #f8fafc;
}
.product-pdf-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.product-pdf-fallback { margin: 14px 0 0; }

/* === P28C: Zengin içerik tabloları (long_desc / İçerik Paneli) === */
.ftw-rich-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 22px 0;
  font-size: 14px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.ftw-rich-content caption {
  caption-side: top;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 0 0 10px;
}
.ftw-rich-content th,
.ftw-rich-content td {
  padding: 12px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.ftw-rich-content thead th {
  background: var(--bg-secondary);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--ink);
}
.ftw-rich-content tbody th {
  color: var(--ink-faint);
  font-weight: 500;
}
.ftw-rich-content tbody td { color: var(--ink); }
.ftw-rich-content tbody tr:last-child th,
.ftw-rich-content tbody tr:last-child td { border-bottom: none; }
.ftw-rich-content tbody tr:hover { background: var(--bg-secondary); }
@media (max-width: 600px) {
  .ftw-rich-content table { display: block; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
}

/* === STANDARDS GRID === */
.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 18px 0 28px;
}
.standard-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.2s;
}
.standard-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}
.standard-card-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-secondary);
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-card-icon i { font-size: 22px; color: var(--accent); }
.standard-card-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.2px;
  margin-bottom: 3px;
}
.standard-card-desc {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 0.4px;
}

/* === DOCUMENT LIST === */
.doc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.doc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: all 0.2s;
  cursor: pointer;
}
.doc-item:hover {
  border-color: var(--accent);
  transform: translateX(4px);
}
.doc-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.doc-icon i { font-size: 22px; color: var(--accent); }
.doc-info { flex: 1; min-width: 0; }
.doc-name { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.doc-meta { font-size: 11px; color: var(--ink-faint); font-family: var(--font-mono); letter-spacing: 0.4px; }
.doc-download {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.doc-download i { font-size: 17px; color: var(--ink); }
.doc-item:hover .doc-download { background: var(--accent); }
.doc-item:hover .doc-download i { color: #fff; }

/* === QUOTE FORM SECTION === */
.quote-section {
  padding: 84px 0;
  background: var(--bg);
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.quote-intro h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--ink);
  margin-bottom: 18px;
}
.quote-intro h2 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.quote-intro p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.quote-promise {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote-promise-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.quote-promise-icon {
  width: 40px;
  height: 40px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quote-promise-icon i { font-size: 20px; color: #fff; }
.quote-promise-text { display: flex; flex-direction: column; gap: 2px; }
.quote-promise-title { font-size: 14px; font-weight: 600; color: var(--ink); }
.quote-promise-sub { font-size: 12px; color: var(--ink-faint); }

/* Form */
.quote-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 36px;
  position: relative;
}
/* Statik yedek form (Eres Form yapılandırılmadığında) — alanlar düzgün dizilsin */
.ftw-quote-fallback-form { display: flex; flex-direction: column; gap: 14px; }
/* Eres Form'u tema paletine bağla: marka rengi + yarıçap (her modda geçerli). */
.quote-form-wrap .eres-form,
.contact-form-card .eres-form { --erf-primary: var(--accent); --erf-radius: 8px; }

/* "Tema stilini devral" (Eres Form wrapper data-css="inherit"): plugin kendi
   görsel skin'ini geri çeker → TEMA, form alanlarını native .form-input diline
   bağlar. Böylece devral toggle'ı anlamlı: KAPALI=plugin skin, AÇIK=temiz tema
   stili. Kurallar yalnız [data-css="inherit"] iken uygulanır (plugin skin moduna
   karışmaz). Her iki form şablonu kapsanır (iletişim .contact-form-card +
   ürün .quote-form-wrap). */
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__input,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
}
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__input:focus,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__input:focus {
  border-color: var(--accent);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}
.quote-form-wrap .eres-form[data-css="inherit"] textarea.eres-form__input,
.contact-form-card .eres-form[data-css="inherit"] textarea.eres-form__input {
  resize: vertical;
  min-height: 120px;
}
/* Select: kaba native ok yerine tema chevron'u (.form-select ile aynı). */
.quote-form-wrap .eres-form[data-css="inherit"] select.eres-form__input,
.contact-form-card .eres-form[data-css="inherit"] select.eres-form__input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}
/* Birleşik telefon kutusu (Eres Form 1.0.12) — tema native çerçeve. */
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__phone--intl,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__phone--intl {
  border: 1px solid var(--line-strong);
  background: var(--bg);
  border-radius: 8px;
}
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__phone--intl:focus-within,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__phone--intl:focus-within {
  border-color: var(--accent);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}
/* Telefon kutusu çocuklarını .form-input metriğine hizala → DİĞER ALANLARLA
   AYNI YÜKSEKLİK (padding 12px/14px + 14px font + 1.4 satır; wrapper border
   diğer inputların border'ı ile eşit → toplam yükseklik birebir). */
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__phone-cc,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__phone-cc,
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__phone-num,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__phone-num {
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
}
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__phone-cc,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__phone-cc {
  padding-right: 10px;
}
/* Gönder butonu — temanın .form-submit-btn diline. */
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__submit,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__submit {
  padding: 14px 28px;
  background: var(--ink);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s;
}
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__submit:hover,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__submit:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.25);
}
/* Onay (KVKK) metni — tema muted. */
.quote-form-wrap .eres-form[data-css="inherit"] .eres-form__consent,
.contact-form-card .eres-form[data-css="inherit"] .eres-form__consent {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
}
/* Devral modunda köşe "Eres Form" entegrasyon etiketini gizle (temiz görünüm).
   :has() ile yalnız form devral modundayken; diğer modda etiket görünür kalır. */
.contact-form-card:has(.eres-form[data-css="inherit"]) .quote-form-eres-note,
.quote-form-wrap:has(.eres-form[data-css="inherit"]) .quote-form-eres-note { display: none; }
.quote-form-eres-note {
  position: absolute;
  top: -10px;
  right: 24px;
  background: var(--ink);
  color: var(--bg);
  padding: 4px 10px;
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 0.6px;
  border-radius: 4px;
  text-transform: uppercase;
}
.form-row { margin-bottom: 18px; }
.form-row.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.1px;
}
.form-label .req { color: var(--accent); }
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  transition: all 0.2s;
  outline: none;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--accent);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);
}
.form-textarea { resize: vertical; min-height: 110px; }
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}
.form-checkbox-row {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
}
.form-checkbox-row input { margin-top: 3px; flex-shrink: 0; }
.form-checkbox-row a { color: var(--accent); text-decoration: underline; }
.form-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--ink);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}
.form-submit-btn i { font-size: 18px; }
.form-submit-btn:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(217,119,6,0.25); }

/* === RELATED PRODUCTS === */
.related-products {
  padding: 80px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
}
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* === FAQ ACCORDION === */
.faq-section {
  padding: 80px 0;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.faq-intro h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-bottom: 16px;
}
.faq-intro h2 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.faq-intro p {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
details.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
details.faq-item[open] { border-color: var(--line-strong); }
details.faq-item summary {
  padding: 20px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.2px;
  list-style: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: '\ea61';
  font-family: 'tabler-icons';
  font-size: 20px;
  color: var(--accent);
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 16px;
}
details.faq-item[open] summary::after { transform: rotate(45deg); }
details.faq-item .faq-answer {
  padding: 0 22px 22px;
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.7;
}

/* === Product detail responsive === */
@media (max-width: 960px) {
  .product-top-grid { grid-template-columns: 1fr; gap: 32px; }
  .quote-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .related-products-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
  .doc-list { grid-template-columns: 1fr; }
  .tab-content ul.feature-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .product-key-specs { grid-template-columns: 1fr; padding: 16px; }
  .key-spec { border-right: none !important; padding: 12px 0 !important; border-bottom: 1px solid var(--line-strong); }
  .key-spec:last-child { border-bottom: none; }
  .product-trust-row { grid-template-columns: 1fr; }
  .product-quote-actions { flex-direction: column; }
  .product-quote-actions .btn { width: 100%; }
  .form-row.cols-2 { grid-template-columns: 1fr; }
  .quote-form-wrap { padding: 24px 20px; }
  .related-products-grid { grid-template-columns: 1fr; }
  .standards-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tabs-nav { gap: 0; }
  .tab { padding: 12px 14px; font-size: 13px; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* === CONTACT METHODS GRID === */
.contact-methods {
  padding: 56px 0 64px;
  background: var(--bg);
}
.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contact-method-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.contact-method-card:hover {
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(217,119,6,0.10);
}
.contact-method-card::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 110px;
  height: 110px;
  background: var(--bg-secondary);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.4s;
}
.contact-method-card:hover::after {
  background: var(--accent);
  opacity: 0.1;
  transform: scale(1.5);
}
.contact-method-icon {
  width: 54px;
  height: 54px;
  background: var(--ink);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  transition: background 0.25s;
}
.contact-method-card:hover .contact-method-icon { background: var(--accent); }
.contact-method-icon i { font-size: 26px; color: var(--bg); }
.contact-method-label {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.contact-method-value {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  word-break: break-word;
}
.contact-method-sub {
  font-size: 12px;
  color: var(--ink-faint);
  margin-top: auto;
  padding-top: 12px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.contact-method-sub .status-dot {
  width: 7px;
  height: 7px;
  background: #1d9e75;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

/* === CONTACT FORM + MAP === */
.contact-form-section {
  padding: 80px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-form-intro h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--ink);
  margin-bottom: 16px;
}
.contact-form-intro h2 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.contact-form-intro p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact-form-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  position: relative;
}

/* Map + office card sidebar */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 100px;
}
.map-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 280px;
  background: var(--bg-secondary);
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.office-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.office-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.office-card-icon {
  width: 42px;
  height: 42px;
  background: var(--accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.office-card-icon i { font-size: 22px; color: #fff; }
.office-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
}
.office-card-sub {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  margin-top: 2px;
}
.office-detail {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 8px 0;
  font-size: 13px;
}
.office-detail i {
  font-size: 16px;
  color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
}
.office-detail-text {
  color: var(--ink);
  line-height: 1.55;
}
.office-detail-label {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

/* === DEPARTMENTS === */
.departments {
  padding: 80px 0;
  background: var(--bg);
}
.departments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.dept-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 24px;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.dept-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(26,26,26,0.06);
}
.dept-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.dept-card-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.dept-card:hover .dept-card-icon { background: var(--accent); }
.dept-card-icon i { font-size: 22px; color: var(--ink); transition: color 0.25s; }
.dept-card:hover .dept-card-icon i { color: #fff; }
.dept-card-tag {
  font-size: 10px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dept-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.dept-card-desc {
  font-size: 12.5px;
  color: var(--ink-faint);
  line-height: 1.55;
  margin-bottom: 18px;
  flex: 1;
}
.dept-card-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.dept-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink);
  transition: color 0.2s;
  word-break: break-word;
}
.dept-contact-link:hover { color: var(--accent); }
.dept-contact-link i { font-size: 15px; color: var(--accent); flex-shrink: 0; }

/* === OFFICE HOURS + SOCIAL === */
.hours-social {
  padding: 64px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hours-social-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.hours-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
}
.hours-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.hours-card-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.hours-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(29, 158, 117, 0.1);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #0f6e56;
}
.hours-status-dot {
  width: 8px;
  height: 8px;
  background: #1d9e75;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
.hours-list { display: flex; flex-direction: column; }
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.hours-row:last-child { border-bottom: none; }
.hours-row.today {
  background: var(--bg-secondary);
  margin: 0 -16px;
  padding: 14px 16px;
  border-radius: 8px;
  border-bottom: none;
}
.hours-row.today + .hours-row { border-top: 1px solid var(--line); }
.hours-day {
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hours-row.today .hours-day { font-weight: 700; }
.hours-row.today .hours-day::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
}
.hours-time {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.hours-time.closed { color: var(--ink-faint); }

.social-card {
  background: var(--bg-dark);
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.social-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(217,119,6,0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.social-card-content { position: relative; z-index: 1; }
.social-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.social-card h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.social-card h3 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.social-card p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 26px;
}
.social-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 1;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  transition: all 0.2s;
}
.social-link:hover {
  background: rgba(217, 119, 6, 0.15);
  border-color: var(--accent);
  transform: translateX(3px);
}
.social-link i { font-size: 22px; color: var(--accent); }
.social-link-text {
  display: flex;
  flex-direction: column;
}
.social-link-name {
  font-size: 13px;
  font-weight: 600;
}
.social-link-handle {
  font-size: 11px;
  color: #999;
  font-family: var(--font-mono);
  letter-spacing: 0.3px;
}

/* === Contact page responsive === */
@media (max-width: 960px) {
  .contact-methods-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-sidebar { position: static; }
  .departments-grid { grid-template-columns: repeat(2, 1fr); }
  .hours-social-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .contact-methods-grid { grid-template-columns: 1fr; }
  .departments-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px 20px; }
  .social-links-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 240px; }
  .hours-card, .social-card { padding: 24px; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* === STORY SECTION === */
.story-section {
  padding: 80px 0;
  background: var(--bg);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.story-image-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-secondary);
}
.story-image-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.story-year-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.story-year-badge strong {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: block;
}

.story-quote-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: var(--bg-card);
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.story-quote-icon {
  width: 36px;
  height: 36px;
  background: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.story-quote-icon i { font-size: 18px; color: var(--accent); }
.story-quote-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}
.story-quote-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.story-quote-author-info {
  display: flex; flex-direction: column;
}
.story-quote-author-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.story-quote-author-role {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.story-content .eyebrow { margin-bottom: 20px; }
.story-content h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: var(--ink);
  margin-bottom: 24px;
}
.story-content h2 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.story-content p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ink-muted);
  margin-bottom: 16px;
}
.story-content p:last-child { margin-bottom: 0; }

/* === NUMBERS GRID === */
.numbers-section {
  padding: 64px 0;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}
.numbers-section::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(217,119,6,0.13) 0%, transparent 70%);
  border-radius: 50%;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.number-card {
  background: var(--bg-dark);
  padding: 36px 28px;
  text-align: left;
}
.number-card-icon {
  width: 40px;
  height: 40px;
  background: rgba(217, 119, 6, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.number-card-icon i { font-size: 20px; color: var(--accent); }
.number-value {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.number-value .plus { color: var(--accent); font-size: 32px; }
.number-label {
  font-size: 12px;
  color: #999;
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* === MISSION VISION VALUES === */
.mvv-section {
  padding: 80px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mvv-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.mvv-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(26,26,26,0.07);
}
.mvv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
  transform-origin: left;
  transform: scaleX(0.15);
  transition: transform 0.4s;
}
.mvv-card:hover::before { transform: scaleX(1); }
.mvv-icon {
  width: 56px;
  height: 56px;
  background: var(--ink);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background 0.3s;
}
.mvv-card:hover .mvv-icon { background: var(--accent); }
.mvv-icon i { font-size: 26px; color: var(--accent); transition: color 0.3s; }
.mvv-card:hover .mvv-icon i { color: #fff; }
.mvv-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.mvv-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-muted);
}

/* === TIMELINE === */
.timeline-section {
  padding: 100px 0;
  background: var(--bg);
}
.timeline-section .section-head {
  text-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.timeline-section .section-head .eyebrow { justify-content: center; }
.timeline-section .section-head { flex-direction: column; }

.timeline {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--line-strong);
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 50px 0 0;
  margin-bottom: 44px;
  text-align: right;
}
.timeline-item:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 0 50px;
  text-align: left;
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot {
  position: absolute;
  top: 10px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: var(--bg);
  border: 3px solid var(--accent);
  border-radius: 50%;
  transition: all 0.3s;
}
.timeline-item:nth-child(even) .timeline-dot {
  right: auto;
  left: -12px;
}
.timeline-item:hover .timeline-dot {
  background: var(--accent);
  transform: scale(1.2);
}

.timeline-card {
  display: inline-block;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 24px;
  max-width: 100%;
  text-align: left;
  transition: all 0.25s;
  position: relative;
}
.timeline-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 12px 30px rgba(26,26,26,0.06);
  transform: translateY(-3px);
}
.timeline-year {
  display: inline-block;
  background: var(--ink);
  color: var(--bg);
  padding: 4px 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.timeline-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.timeline-desc {
  font-size: 13px;
  color: var(--ink-faint);
  line-height: 1.6;
}
.timeline-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: var(--bg-secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-item:nth-child(even) .timeline-card .timeline-icon {
  right: 20px;
}
.timeline-icon i { font-size: 17px; color: var(--accent); }

/* === FACILITY GALLERY === */
.facility {
  padding: 100px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 14px;
}
.facility-cell {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-secondary);
  cursor: pointer;
}
.facility-cell:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.facility-cell:nth-child(4) { grid-column: span 2; }
.facility-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.facility-cell:hover img { transform: scale(1.06); }
/* Lokal görsel yer-tutucu (görsel yüklenmemişse) — hiçbir dış kaynak/CDN yok.
   Konteyner (facility-cell / story-image-wrap / about-image-wrap / blog-card-image)
   boyutu aspect-ratio veya grid-row ile verir; placeholder %100 doldurur. */
.ftw-img-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(0, 0, 0, 0.05), transparent 72%),
    var(--bg-secondary);
}
.ftw-img-ph i { font-size: 44px; color: var(--ink-light); transition: color 0.25s; }
.facility-cell:hover .ftw-img-ph i,
.blog-card:hover .ftw-img-ph i { color: var(--accent); }
.facility-cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.78) 100%);
  pointer-events: none;
}
.facility-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  color: #fff;
}
.facility-caption .label {
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.facility-caption .title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* === DETAILED CERTIFICATIONS === */
.certs-section {
  padding: 80px 0;
  background: var(--bg);
}
.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cert-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 22px;
  transition: all 0.25s;
  text-align: left;
}
.cert-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(217,119,6,0.08);
}
.cert-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.cert-card-badge {
  width: 56px;
  height: 56px;
  background: var(--bg-secondary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.cert-card:hover .cert-card-badge { background: var(--accent); }
.cert-card-badge i { font-size: 28px; color: var(--ink); transition: color 0.25s; }
.cert-card:hover .cert-card-badge i { color: #fff; }
.cert-card-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 1px;
  background: var(--bg-secondary);
  padding: 4px 10px;
  border-radius: 5px;
}
.cert-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.cert-card .cert-org {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.cert-card p {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.6;
}

/* === About responsive === */
@media (max-width: 960px) {
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-image-wrap { aspect-ratio: 16 / 11; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .mvv-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 180px);
  }
  .facility-cell:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .facility-cell:nth-child(4) { grid-column: span 2; }

  .timeline::before { left: 22px; transform: none; }
  .timeline-item, .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding: 0 0 0 56px;
    text-align: left;
  }
  .timeline-dot, .timeline-item:nth-child(even) .timeline-dot {
    left: 11px;
    right: auto;
  }
}
@media (max-width: 600px) {
  .number-value { font-size: 32px; }
  .story-quote-overlay { position: static; margin-top: 12px; box-shadow: none; border: 1px solid var(--line); }
  .story-image-wrap { aspect-ratio: 4 / 3; }
  .certs-grid { grid-template-columns: 1fr; }
  .facility-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 180px); }
  .facility-cell, .facility-cell:nth-child(1), .facility-cell:nth-child(4) { grid-column: span 1; grid-row: span 1; }
}

/* ============================================================
   BLOG PAGES
   ============================================================ */

/* === FEATURED POST (blog list top card) === */
.blog-featured-section {
  padding: 56px 0 0;
  background: var(--bg);
}
.blog-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s;
}
.blog-featured:hover {
  border-color: var(--line-strong);
  box-shadow: 0 18px 44px rgba(26,26,26,0.08);
}
.blog-featured-image {
  position: relative;
  aspect-ratio: 16 / 11;
  background: var(--bg-secondary);
  overflow: hidden;
}
.blog-featured-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.blog-featured:hover .blog-featured-image img { transform: scale(1.05); }
.blog-featured-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  background: var(--accent);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.blog-featured-body {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-featured-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--ink-faint);
  margin-bottom: 18px;
}
.blog-featured-meta span { display: inline-flex; align-items: center; gap: 5px; }
.blog-featured-meta i { font-size: 14px; }
.blog-featured-meta .dot { width: 3px; height: 3px; background: var(--ink-light); border-radius: 50%; }
.blog-featured-tag {
  background: var(--bg-secondary);
  padding: 4px 10px;
  border-radius: 5px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--ink);
}
.blog-featured-body h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-bottom: 14px;
  transition: color 0.2s;
}
.blog-featured:hover .blog-featured-body h2 { color: var(--accent); }
.blog-featured-body p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin-bottom: 22px;
}
.blog-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  transition: gap 0.2s;
  align-self: flex-start;
}
.blog-featured:hover .blog-featured-link { gap: 12px; }
.blog-featured-link i { font-size: 16px; }

/* === BLOG LIST SECTION === */
.blog-list-section {
  padding: 56px 0 80px;
  background: var(--bg);
}
.blog-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.blog-categories {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.blog-category-chip {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-muted);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-category-chip i { font-size: 14px; }
.blog-category-chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.blog-category-chip:hover:not(.active) { border-color: var(--ink); color: var(--ink); }

.blog-search {
  position: relative;
  width: 280px;
  max-width: 100%;
}
.blog-search input {
  width: 100%;
  padding: 10px 14px 10px 38px;
  font-family: inherit;
  font-size: 13px;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  outline: none;
  transition: all 0.2s;
}
.blog-search input::placeholder { color: var(--ink-faint); }
.blog-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,119,6,0.1); }
.blog-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--ink-faint);
  pointer-events: none;
}

/* === ARTICLE DETAIL TYPOGRAPHY === */
.article-hero {
  padding: 48px 0 36px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.article-hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--ink-faint);
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.article-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-hero-meta i { font-size: 15px; color: var(--accent); }
.article-hero-meta .dot { width: 3px; height: 3px; background: var(--ink-light); border-radius: 50%; }
.article-hero-meta .article-tag {
  background: var(--ink);
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.article-hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.6px;
  color: var(--ink);
  margin-bottom: 22px;
  max-width: 860px;
}
.article-hero-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 720px;
  margin-bottom: 28px;
  font-weight: 400;
}
.article-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  flex-shrink: 0;
  border: 2px solid var(--accent);
  overflow: hidden;
}
/* get_avatar() kare <img> döndürür → yuvarlak bg üstünde kare görünmesin: tam kapla + yuvarlak kırp (1.9.18) */
.author-avatar img,
.author-bio-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.author-info { display: flex; flex-direction: column; }
.author-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.author-role { font-size: 12px; color: var(--ink-faint); font-family: var(--font-mono); letter-spacing: 0.8px; }

/* Featured image */
.article-featured-image {
  padding: 0 0 48px;
  background: var(--bg);
}
.article-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.article-featured-image figcaption {
  margin-top: 12px;
  font-size: 12px;
  color: var(--ink-faint);
  text-align: center;
  font-style: italic;
}

/* Article body with sidebar */
.article-section {
  padding: 0 0 80px;
  background: var(--bg);
}
.article-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.article-share {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-share-label {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--ink-faint);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
}
.article-share button {
  width: 44px;
  height: 44px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  color: var(--ink);
  margin: 0 auto;
}
.article-share button i { font-size: 18px; }
.article-share button:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
}

.article-content {
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink);
  max-width: 720px;
}
.article-content > * + * { margin-top: 22px; }
.article-content p {
  color: var(--ink-muted);
}
.article-content p:first-child {
  font-size: 18.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.65;
}
.article-content h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: var(--ink);
  line-height: 1.2;
  margin-top: 44px !important;
  margin-bottom: -2px;
}
.article-content h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--ink);
  line-height: 1.3;
  margin-top: 32px !important;
}
.article-content ul, .article-content ol {
  padding-left: 0;
  list-style: none;
}
.article-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: var(--ink-muted);
}
.article-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 2px;
  background: var(--accent);
}
.article-content ol {
  counter-reset: ol-counter;
}
.article-content ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--ink-muted);
  counter-increment: ol-counter;
}
.article-content ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
}
.article-content blockquote {
  border-left: 3px solid var(--accent);
  padding: 14px 24px;
  background: var(--bg-secondary);
  margin: 28px 0;
  border-radius: 0 10px 10px 0;
}
.article-content blockquote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
  margin: 0 !important;
}
.article-content blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-style: normal;
  letter-spacing: 0.8px;
}
.article-content figure {
  margin: 32px 0;
}
.article-content figure img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.article-content figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-faint);
  text-align: center;
  font-style: italic;
}
.article-content strong { color: var(--ink); font-weight: 600; }
.article-content a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.article-content a:hover { color: var(--accent-hover); }

/* Info box */
.info-box {
  background: var(--bg-secondary);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 24px;
  margin: 28px 0 !important;
  display: flex;
  gap: 16px;
  align-items: start;
}
.info-box-icon {
  width: 40px;
  height: 40px;
  background: var(--accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-box-icon i { font-size: 22px; color: #fff; }
.info-box-content {
  flex: 1;
}
.info-box-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}
.info-box-content p {
  font-size: 13.5px !important;
  color: var(--ink-muted) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* Tags row */
.article-tags {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.article-tags-label {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-chip {
  padding: 6px 12px;
  background: var(--bg-secondary);
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  font-family: var(--font-mono);
  transition: all 0.2s;
}
.tag-chip:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* Author Bio */
.author-bio {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 28px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-top: 32px;
}
.author-bio-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  flex-shrink: 0;
  border: 2px solid var(--accent);
  overflow: hidden;
}
.author-bio-info { flex: 1; }
.author-bio-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
}
.author-bio-role {
  font-size: 11px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.author-bio-text {
  font-size: 13.5px;
  color: var(--ink-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.author-bio-links {
  display: flex;
  gap: 10px;
}
.author-bio-link {
  width: 32px;
  height: 32px;
  background: var(--bg-secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: all 0.2s;
}
.author-bio-link:hover { background: var(--accent); color: #fff; }
.author-bio-link i { font-size: 16px; }

/* Newsletter card on blog list */
.newsletter-card {
  padding: 56px 0;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}
.newsletter-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(217,119,6,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.newsletter-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.newsletter-inner .eyebrow { justify-content: center; color: var(--accent); }
.newsletter-inner h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
.newsletter-inner h2 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.newsletter-inner p {
  font-size: 15px;
  color: #999;
  line-height: 1.6;
  margin-bottom: 28px;
}
.newsletter-form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  outline: none;
  transition: all 0.2s;
}
.newsletter-form input::placeholder { color: #777; }
.newsletter-form input:focus { border-color: var(--accent); }

/* Blog responsive */
@media (max-width: 960px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-body { padding: 28px 24px; }
  .article-grid { grid-template-columns: 1fr; gap: 0; }
  .article-share {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .article-share-label { display: none; }
  .article-share button { width: 40px; height: 40px; margin: 0; }
  .article-hero { padding: 32px 0 28px; }
  .blog-search { width: 100%; }
}
@media (max-width: 600px) {
  .blog-filter-bar { flex-direction: column; align-items: stretch; gap: 14px; }
  .article-content { font-size: 16px; }
  .article-content p:first-child { font-size: 17px; }
  .article-content h2 { font-size: 24px; }
  .article-content h3 { font-size: 19px; }
  .author-bio { flex-direction: column; text-align: center; }
  .author-bio-avatar { margin: 0 auto; }
  .author-bio-links { justify-content: center; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; }
}

/* ============================================================
   UTILITY PAGES (404, Thank You, Legal)
   ============================================================ */

/* === MOMENT PAGES (404 & Thank You) === */
.moment-page {
  padding: 80px 0 100px;
  background: var(--bg);
  min-height: 64vh;
  display: flex;
  align-items: center;
}
.moment-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.moment-visual {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.moment-404 {
  font-family: var(--font-sans);
  font-size: clamp(140px, 22vw, 260px);
  font-weight: 800;
  letter-spacing: -10px;
  line-height: 0.9;
  background: linear-gradient(135deg, var(--ink) 0%, var(--accent) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.moment-icon-large {
  width: 110px;
  height: 110px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 40px rgba(217,119,6,0.25);
  animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}
.moment-icon-large i { font-size: 60px; color: #fff; }
@keyframes scaleIn {
  from { transform: scale(0.4); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.moment-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 1.6px;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.moment-page h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.6px;
  color: var(--ink);
  margin-bottom: 18px;
}
.moment-page h1 .italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.moment-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 560px;
  margin: 0 auto 32px;
}
.moment-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.moment-search {
  position: relative;
  max-width: 460px;
  margin: 0 auto 44px;
}
.moment-search input {
  width: 100%;
  padding: 16px 18px 16px 50px;
  font-family: inherit;
  font-size: 14.5px;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--ink);
  outline: none;
  transition: all 0.2s;
}
.moment-search input::placeholder { color: var(--ink-faint); }
.moment-search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(217,119,6,0.1);
}
.moment-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  color: var(--ink-faint);
  pointer-events: none;
}

.moment-quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.moment-quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 14px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: all 0.25s;
  text-align: center;
}
.moment-quick-link:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(26,26,26,0.06);
}
.moment-quick-link-icon {
  width: 46px;
  height: 46px;
  background: var(--bg-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.moment-quick-link:hover .moment-quick-link-icon { background: var(--accent); }
.moment-quick-link-icon i { font-size: 22px; color: var(--ink); transition: color 0.25s; }
.moment-quick-link:hover .moment-quick-link-icon i { color: #fff; }
.moment-quick-link-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.1px;
}

/* === THANK YOU STEPS === */
.thanks-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: left;
}
.thanks-step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px;
  position: relative;
}
.thanks-step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}
.thanks-step-icon {
  width: 36px;
  height: 36px;
  background: var(--bg-secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.thanks-step-icon i { font-size: 18px; color: var(--ink); }
.thanks-step-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}
.thanks-step-desc {
  font-size: 12px;
  color: var(--ink-faint);
  line-height: 1.55;
}

.thanks-ref {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--bg-secondary);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.thanks-ref i { color: var(--accent); font-size: 16px; }
.thanks-ref strong { color: var(--accent); font-weight: 700; }

/* === LEGAL PAGES (KVKK, Cookies, Terms) === */
.legal-page {
  padding: 48px 0 80px;
  background: var(--bg);
}
.legal-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.legal-toc {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legal-toc-title {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--ink-faint);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.legal-toc a {
  font-size: 13.5px;
  color: var(--ink-muted);
  padding: 9px 0 9px 14px;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: all 0.2s;
  line-height: 1.4;
}
.legal-toc a:hover, .legal-toc a.active {
  color: var(--accent);
  border-left-color: var(--accent);
  font-weight: 600;
}

.legal-content {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-muted);
}
.legal-content > * + * { margin-top: 16px; }
.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.6px;
  margin-top: 44px !important;
  margin-bottom: 14px;
  scroll-margin-top: 110px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.legal-content h2:first-of-type { margin-top: 0 !important; }
.legal-content h2 .num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 1.5px;
}
.legal-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-top: 26px !important;
  margin-bottom: 8px;
}
.legal-content p { color: var(--ink-muted); }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-content ul, .legal-content ol {
  padding-left: 0;
  list-style: none;
}
.legal-content ul li, .legal-content ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: var(--ink-muted);
}
.legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 2px;
  background: var(--accent);
}
.legal-content ol { counter-reset: legal-ol; }
.legal-content ol li {
  counter-increment: legal-ol;
  padding-left: 32px;
}
.legal-content ol li::before {
  content: counter(legal-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}
.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content a:hover { color: var(--accent-hover); }

.legal-meta {
  display: flex;
  gap: 30px;
  padding: 20px 24px;
  background: var(--bg-secondary);
  border-radius: 10px;
  margin: 0 0 32px !important;
  flex-wrap: wrap;
}
.legal-meta-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.legal-meta-label {
  font-size: 10px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.legal-meta-value {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.legal-info-box {
  background: var(--bg-card);
  border-left: 3px solid var(--accent);
  padding: 18px 22px;
  border-radius: 0 10px 10px 0;
  margin: 20px 0 !important;
}
.legal-info-box p {
  font-size: 13.5px !important;
  margin: 0 !important;
}

@media (max-width: 960px) {
  .legal-grid { grid-template-columns: 1fr; gap: 32px; }
  .legal-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }
  .legal-toc-title { width: 100%; margin-bottom: 10px; padding-bottom: 8px; }
  .legal-toc a {
    border-left: none;
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 8px 14px;
    white-space: nowrap;
  }
  .legal-toc a:hover, .legal-toc a.active {
    border-left: none;
    border-bottom-color: var(--accent);
  }
}
@media (max-width: 600px) {
  .moment-quick-links { grid-template-columns: repeat(2, 1fr); }
  .thanks-steps { grid-template-columns: 1fr; }
  .legal-meta { flex-direction: column; gap: 14px; }
  .moment-404 { letter-spacing: -6px; }
}

/* === COOKIE TABLE === */
.cookie-table-wrap {
  margin: 20px 0 !important;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 600px;
}
.cookie-table thead { background: var(--bg-secondary); }
.cookie-table th {
  text-align: left;
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.cookie-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--ink-muted);
}
.cookie-table tr:last-child td { border-bottom: none; }
.cookie-table tr:hover { background: var(--bg-secondary); }
.cookie-table td:first-child {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.cookie-type-pill {
  display: inline-block;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 0.6px;
  border-radius: 4px;
  text-transform: uppercase;
}
.cookie-type-pill.essential { background: rgba(29, 158, 117, 0.12); color: #0f6e56; }
.cookie-type-pill.analytics { background: rgba(217, 119, 6, 0.12); color: var(--accent); }
.cookie-type-pill.functional { background: rgba(55, 138, 221, 0.12); color: #0c447c; }
.cookie-type-pill.marketing { background: rgba(216, 90, 48, 0.12); color: #993c1d; }

@media (max-width: 600px) {
  .cookie-table-wrap { font-size: 12px; }
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1120px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 26px;
  box-shadow: 0 24px 60px rgba(26, 26, 26, 0.18), 0 0 0 1px rgba(0,0,0,0.02);
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  transform: translateY(150%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner-content {
  display: flex;
  gap: 16px;
  align-items: start;
}
.cookie-banner-icon {
  width: 46px;
  height: 46px;
  background: var(--bg-secondary);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cookie-banner-icon i {
  font-size: 25px;
  color: var(--accent);
}
.cookie-banner-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-muted);
}
.cookie-banner-text strong {
  color: var(--ink);
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}
.cookie-banner-text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-text a:hover { color: var(--accent-hover); }
.cookie-banner-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
}
.cookie-banner-actions .btn {
  padding: 10px 16px;
  font-size: 13px;
}

/* Cookie Settings Modal */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.cookie-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.cookie-modal {
  background: var(--bg-card);
  border-radius: 16px;
  max-width: 580px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.94) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}
.cookie-modal-overlay.is-open .cookie-modal { transform: scale(1) translateY(0); }
.cookie-modal-header {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.cookie-modal-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-modal-header h3 i { color: var(--accent); font-size: 22px; }
.cookie-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
  transition: all 0.2s;
  font-family: inherit;
}
.cookie-modal-close:hover { background: var(--ink); color: #fff; }
.cookie-modal-close i { font-size: 18px; }

.cookie-modal-body {
  padding: 22px 28px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-intro {
  font-size: 13.5px;
  color: var(--ink-muted);
  line-height: 1.65;
  margin-bottom: 22px;
}

.cookie-category {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 18px;
  margin-bottom: 12px;
  transition: border-color 0.2s;
}
.cookie-category:hover { border-color: var(--line-strong); }
.cookie-category-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.cookie-category-title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.2px;
  flex-wrap: wrap;
}
.cookie-category-required {
  font-size: 10px;
  font-family: var(--font-mono);
  background: var(--bg-secondary);
  color: var(--ink-faint);
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
}
.cookie-category-desc {
  font-size: 12.5px;
  color: var(--ink-faint);
  line-height: 1.55;
}

/* Toggle Switch */
.cookie-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.cookie-toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.cookie-toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--line-strong);
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.25s;
}
.cookie-toggle .slider::before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.cookie-toggle input:checked + .slider { background: var(--accent); }
.cookie-toggle input:checked + .slider::before { transform: translateX(20px); }
.cookie-toggle input:disabled + .slider { opacity: 0.6; cursor: not-allowed; }

.cookie-modal-footer {
  padding: 20px 28px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  background: var(--bg);
}
.cookie-modal-footer-left { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-modal-footer .btn { padding: 11px 18px; font-size: 13px; }

/* Floating reopener button */
.cookie-settings-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.12);
  transition: all 0.25s;
  font-family: inherit;
}
.cookie-settings-btn.is-visible { display: flex; }
.cookie-settings-btn:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(217, 119, 6, 0.18);
}
.cookie-settings-btn i { font-size: 22px; color: var(--ink); transition: color 0.2s; }
.cookie-settings-btn:hover i { color: var(--accent); }

/* Saved indication */
.cookie-saved-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  z-index: 3000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-saved-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.cookie-saved-toast i { color: #1d9e75; font-size: 18px; }

@media (max-width: 720px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 20px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-banner-actions {
    flex-direction: column;
    width: 100%;
  }
  .cookie-banner-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .cookie-modal-footer { flex-direction: column; }
  .cookie-modal-footer .btn { width: 100%; justify-content: center; }
  .cookie-modal-footer-left {
    width: 100%;
    flex-direction: column;
  }
  .cookie-settings-btn { width: 42px; height: 42px; bottom: 14px; left: 14px; }
  .cookie-saved-toast { left: 14px; right: 14px; bottom: 14px; }
}

/* ============================================================
   MOBILE HAMBURGER MENU
   ============================================================ */
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: var(--bg-secondary);
  border: 1px solid var(--line);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  font-family: inherit;
  transition: all 0.2s;
}
.hamburger:hover { background: var(--ink); }
.hamburger:hover .hamburger-lines span { background: #fff; }
.hamburger-lines {
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.hamburger-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-lines span:nth-child(1) { top: 0; }
.hamburger-lines span:nth-child(2) { top: 6px; }
.hamburger-lines span:nth-child(3) { top: 12px; }
.hamburger.is-open { background: var(--ink); }
.hamburger.is-open .hamburger-lines span { background: #fff; }
.hamburger.is-open .hamburger-lines span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.hamburger.is-open .hamburger-lines span:nth-child(2) { opacity: 0; }
.hamburger.is-open .hamburger-lines span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

/* Mobile menu overlay backdrop */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* The slide-in drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 92vw;
  max-width: 410px;
  background: var(--bg);
  z-index: 1600;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: -20px 0 60px rgba(0,0,0,0.18);
}
.mobile-menu.is-open { transform: translateX(0); }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
  background: var(--bg-card);
}
.mobile-menu-header .logo { gap: 9px; }
.mobile-menu-header .logo-text { font-size: 18px; }
.mobile-menu-close {
  width: 38px;
  height: 38px;
  background: var(--bg-secondary);
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
  font-family: inherit;
  transition: all 0.2s;
}
.mobile-menu-close:hover { background: var(--ink); color: #fff; }
.mobile-menu-close i { font-size: 20px; }

.mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 0;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.mobile-nav-item { display: flex; flex-direction: column; }

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  border-radius: 10px;
  transition: background 0.2s;
  cursor: pointer;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.mobile-nav-link:hover { background: var(--bg-secondary); }
.mobile-nav-link.is-current { background: var(--bg-secondary); }
.mobile-nav-link > i:first-child {
  font-size: 20px;
  color: var(--accent);
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.mobile-nav-link .chev {
  margin-left: auto;
  font-size: 18px;
  color: var(--ink-faint);
  transition: transform 0.3s;
}
.mobile-nav-item.is-expanded .mobile-nav-link { background: var(--bg-secondary); }
.mobile-nav-item.is-expanded .chev { transform: rotate(180deg); color: var(--accent); }

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 8px;
}
.mobile-nav-item.is-expanded .mobile-submenu {
  max-height: 700px;
  margin-bottom: 6px;
}

.mobile-submenu-item {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 14px 12px 50px;
  font-size: 13.5px;
  color: var(--ink-muted);
  border-radius: 8px;
  transition: background 0.2s;
  text-decoration: none;
}
.mobile-submenu-item:hover { background: var(--bg-secondary); }
.mobile-submenu-item > i:first-child {
  font-size: 17px;
  color: var(--accent);
  margin-top: 1px;
  flex-shrink: 0;
}
/* 1.9.21 — mobil kategori ikon/görsel kutusu (sabit boyut, kare-kırpım) */
.mobile-submenu-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
}
.mobile-submenu-icon i { font-size: 17px; color: var(--accent); }
.mobile-submenu-icon--img { background: var(--bg-secondary); }
.mobile-submenu-icon--img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mobile-submenu-item-text {
  font-weight: 600;
  color: var(--ink);
  font-size: 13.5px;
  letter-spacing: -0.1px;
}
.mobile-submenu-item-desc {
  font-size: 11.5px;
  color: var(--ink-faint);
  margin-top: 2px;
  line-height: 1.4;
}

.mobile-menu-divider {
  height: 1px;
  background: var(--line);
  margin: 12px 20px;
}

.mobile-menu-lang {
  display: flex;
  gap: 4px;
  padding: 10px 20px 4px;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-menu-lang-label {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-right: 6px;
  font-weight: 500;
}
.mobile-menu-lang button {
  background: var(--bg-secondary);
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--ink-muted);
  transition: all 0.2s;
}
.mobile-menu-lang button:hover { color: var(--ink); border-color: var(--ink); }
.mobile-menu-lang button.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 20px 12px;
}
.mobile-menu-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: var(--ink-muted);
  padding: 10px 14px;
  border-radius: 9px;
  background: var(--bg-secondary);
  transition: all 0.2s;
  text-decoration: none;
}
.mobile-menu-contact a:hover {
  background: var(--ink);
  color: #fff;
}
.mobile-menu-contact a:hover i { color: #fff; }
.mobile-menu-contact a i {
  color: var(--accent);
  font-size: 17px;
  transition: color 0.2s;
}

.mobile-menu-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  flex-shrink: 0;
  background: var(--bg-card);
}
.mobile-menu-footer .btn {
  width: 100%;
  justify-content: center;
  padding: 14px 16px;
  font-size: 14px;
}

/* Responsive triggers */
@media (max-width: 960px) {
  .hamburger { display: flex; }
}
@media (max-width: 720px) {
  .header .search-btn { display: none; }
}
@media (max-width: 480px) {
  .header .header-actions .btn-primary { display: none; }
}

/* ============================================================
   WHATSAPP FLOATING WIDGET
   ============================================================ */

.wa-floating {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 900;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  font-family: inherit;
}
.wa-floating:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}
.wa-floating i {
  font-size: 32px;
  color: #fff;
  z-index: 2;
}

/* Pulsing ring */
.wa-floating::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: 1;
  animation: wa-pulse 2.4s infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-floating.is-expanded::before { animation: none; opacity: 0; }

/* Tooltip on hover */
.wa-floating-tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--ink);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  pointer-events: none;
  z-index: 3;
}
.wa-floating-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--ink);
}
.wa-floating:hover .wa-floating-tooltip {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}
.wa-floating.is-expanded .wa-floating-tooltip { display: none; }

/* Expanded chat card */
.wa-card {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 350px;
  max-width: calc(100vw - 32px);
  background: var(--bg);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0,0,0,0.04);
  z-index: 901;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.94);
  transform-origin: bottom right;
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.wa-card.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.wa-card-header {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  color: #fff;
  padding: 18px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.wa-card-avatar {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.wa-card-avatar i { font-size: 24px; color: #fff; }
.wa-card-avatar::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  background: #4ade80;
  border-radius: 50%;
  border: 2px solid #128C7E;
}
.wa-card-info { flex: 1; min-width: 0; }
.wa-card-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.wa-card-status {
  font-size: 11.5px;
  opacity: 0.92;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.wa-card-status::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: wa-status-pulse 2s infinite;
  box-shadow: 0 0 0 0 #4ade80;
}
@keyframes wa-status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
.wa-card-close {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-family: inherit;
  flex-shrink: 0;
}
.wa-card-close:hover { background: rgba(255,255,255,0.3); }
.wa-card-close i { font-size: 17px; }

/* Chat body with WhatsApp-like background */
.wa-card-body {
  background: #ECE5DD;
  padding: 20px 16px 12px;
  position: relative;
  max-height: 360px;
  overflow-y: auto;
}

.wa-message {
  background: #fff;
  padding: 12px 14px;
  border-radius: 0 12px 12px 12px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink);
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  max-width: 90%;
  margin-bottom: 14px;
  position: relative;
}
.wa-message strong {
  color: #128C7E;
  font-weight: 700;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  letter-spacing: -0.1px;
}
.wa-message-time {
  font-size: 10px;
  color: #999;
  text-align: right;
  margin-top: 6px;
  font-family: var(--font-mono);
  letter-spacing: 0.5px;
}

/* Quick reply chips */
.wa-quick-replies {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}
.wa-quick-reply-label {
  font-size: 10.5px;
  color: #777;
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 500;
}
.wa-quick-reply {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.04);
  padding: 11px 14px;
  text-align: left;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-weight: 500;
}
.wa-quick-reply:hover {
  background: #128C7E;
  color: #fff;
  transform: translateX(2px);
}
.wa-quick-reply i {
  font-size: 17px;
  color: #25D366;
  transition: color 0.2s;
  flex-shrink: 0;
}
.wa-quick-reply:hover i { color: #fff; }

.wa-card-footer {
  padding: 14px 16px 12px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.wa-cta-btn {
  width: 100%;
  background: #25D366;
  color: #fff;
  border: none;
  padding: 13px 16px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s;
  text-decoration: none;
  letter-spacing: -0.1px;
}
.wa-cta-btn:hover { background: #128C7E; }
.wa-cta-btn i { font-size: 19px; }
.wa-disclaimer {
  text-align: center;
  font-size: 10.5px;
  color: var(--ink-faint);
  margin-top: 9px;
  font-family: var(--font-mono);
  letter-spacing: 0.6px;
}

/* When cookie banner is visible, push WhatsApp up */
.cookie-banner.is-visible ~ .wa-floating { bottom: 150px; }
.cookie-banner.is-visible ~ .wa-card { bottom: 226px; }

@media (max-width: 720px) {
  .cookie-banner.is-visible ~ .wa-floating { bottom: 280px; }
  .cookie-banner.is-visible ~ .wa-card { bottom: 356px; }
}

@media (max-width: 480px) {
  .wa-floating {
    width: 52px;
    height: 52px;
    bottom: 18px;
    right: 18px;
  }
  .wa-floating i { font-size: 28px; }
  .wa-card {
    bottom: 86px;
    right: 14px;
    left: 14px;
    width: auto;
  }
}

/* ============================================================
   P1 — Footer CTA (admin'den opsiyonel olarak doldurulur)
   ============================================================ */
.ftw-footer-cta {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #fff;
    padding: 56px 0;
}
.ftw-footer-cta__inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.ftw-footer-cta__title {
    font-size: clamp(24px, 4vw, 36px);
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.ftw-footer-cta__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
    opacity: 0.95;
}
.ftw-footer-cta__btn {
    background: #ffffff !important;
    color: #0f172a !important;
    border: none !important;
}
.ftw-footer-cta__btn:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}


/* ═══════════════════════════════════════════════════════════════════
   Fortiweld Product Templates v1.4.0 — P10/P11
   Archive / Category / Detail parity ek stiller
   (Mevcut .hero/.page-hero/.product-card/.filter-bar/.cta zaten style.css'te tanımlı)
   ═══════════════════════════════════════════════════════════════════ */

/* Archive hero meta CTA */
.ftw-product-archive__hero .page-hero-meta .btn { vertical-align: middle; }

/* Category empty state ikon kontrastı */
.ftw-product-archive__empty i,
.ftw-product-category__empty i { color: var(--ink-light, #b8b0a0); }

/* Filter bar — taxonomy chip aktif rengi */
.ftw-product-category__filter .filter-chip.active {
    background: var(--accent, #d97706);
    color: #fff;
    border-color: var(--accent, #d97706);
}
.ftw-product-category__filter .filter-chip {
    text-decoration: none;
}

/* Sticky mobil CTA (yalnız mobilde, ürün detay sayfasında) */
.ftw-product-detail__sticky-cta {
    display: none;
}
@media (max-width: 720px) {
    .ftw-product-detail__sticky-cta {
        display: flex;
        align-items: stretch;
        gap: 8px;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 80;
        padding: 8px;
        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(15,23,42,0.08);
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(15,23,42,0.18);
    }
}
.ftw-product-detail__sticky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    transition: background .12s, color .12s;
}
.ftw-product-detail__sticky-btn:hover { background: #e2e8f0; color: #0f172a; }
.ftw-product-detail__sticky-btn i { font-size: 18px; }
.ftw-product-detail__sticky-btn--primary {
    flex: 1;
    background: var(--accent, #d97706);
    color: #fff;
}
.ftw-product-detail__sticky-btn--primary:hover { background: var(--accent-hover, #b85f04); color: #fff; }
.ftw-product-detail__sticky-btn--wa {
    background: #25d366;
    color: #fff;
}
.ftw-product-detail__sticky-btn--wa:hover { background: #1ebe5d; color: #fff; }

/* Detay sayfası — bottom CTA admin bar veya sticky için margin */
@media (max-width: 720px) {
    .ftw-product-detail__bottom-cta { padding-bottom: 90px; }
}

/* P24 — iOS Safari input focus zoom önleme: mobilde Eres Form & jenerik input min 16px */
@media (max-width: 720px) {
    .eres-form__input,
    .eres-form select.eres-form__input,
    .eres-form textarea.eres-form__input,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        font-size: 16px;
    }
}

/* ============================================================
   YORUMLAR (single yazı detayı) — comments.php, .ftw-comments scope (1.9.18)
   ============================================================ */
.ftw-comments { font-family: var(--font-sans); }
.ftw-comments__title { font-size: 22px; font-weight: 700; color: var(--ink); margin: 0 0 24px; }
.ftw-comment-list { list-style: none; margin: 0 0 36px; padding: 0; }
.ftw-comment-list ol.children { list-style: none; margin: 16px 0 0; padding: 0 0 0 28px; border-left: 2px solid var(--line); }
.ftw-comment { margin-bottom: 18px; }
.ftw-comment__body { display: flex; gap: 14px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.ftw-comment__avatar { flex-shrink: 0; }
.ftw-comment__avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid var(--accent); }
.ftw-comment__main { flex: 1; min-width: 0; }
.ftw-comment__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.ftw-comment__author { font-weight: 700; color: var(--ink); font-size: 14px; }
.ftw-comment__date { font-size: 12px; color: var(--ink-faint); font-family: var(--font-mono); }
.ftw-comment__moderation { font-size: 12px; color: var(--accent); margin: 0 0 8px; font-weight: 600; }
.ftw-comment__text { color: var(--ink-muted); font-size: 14px; line-height: 1.7; }
.ftw-comment__text p { margin: 0 0 10px; }
.ftw-comment__text p:last-child { margin-bottom: 0; }
.ftw-comment__actions { margin-top: 8px; }
.ftw-comment__actions a, .ftw-comments .comment-reply-link { font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; }
.ftw-comment__actions a:hover, .ftw-comments .comment-reply-link:hover { color: var(--accent-hover); text-decoration: underline; }
/* Yorum formu */
.ftw-comment-respond { background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; }
.ftw-comment-respond .comment-reply-title { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 6px; }
.ftw-comment-respond .comment-notes, .ftw-comment-respond .logged-in-as { font-size: 13px; color: var(--ink-faint); margin: 0 0 16px; }
.ftw-comment-respond label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.ftw-comment-respond input[type=text], .ftw-comment-respond input[type=email], .ftw-comment-respond input[type=url], .ftw-comment-respond textarea {
  width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--bg); color: var(--ink); font-family: var(--font-sans); font-size: 14px;
}
.ftw-comment-respond input:focus, .ftw-comment-respond textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.ftw-comment-respond p { margin: 0 0 16px; }
.ftw-comment-respond .form-submit { margin-bottom: 0; }
.ftw-comment-respond .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; }
.ftw-comment-respond .comment-form-cookies-consent input { width: auto; margin-top: 3px; }
.ftw-comment-respond .comment-form-cookies-consent label { display: inline; font-weight: 500; color: var(--ink-muted); }
.ftw-comments__closed { color: var(--ink-faint); font-size: 13px; margin: 0 0 24px; }
@media (min-width: 600px) {
  .ftw-comment-respond .comment-form-author, .ftw-comment-respond .comment-form-email { display: inline-block; width: calc(50% - 8px); vertical-align: top; }
  .ftw-comment-respond .comment-form-author { margin-right: 14px; }
}

/* ============================================================
   1.9.21 — Tekil ürün "Ürünü Düzenle" yüzen butonu (yalnız editör)
   ============================================================ */
.ftw-edit-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: var(--accent, #d97706);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
  text-decoration: none;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
}
.ftw-edit-fab:hover { background: var(--accent-dark, #b45309); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.24); color: #fff; }
.ftw-edit-fab i { font-size: 17px; }
body.admin-bar .ftw-edit-fab { bottom: 22px; }
@media (max-width: 600px) {
  .ftw-edit-fab span { display: none; }
  .ftw-edit-fab { padding: 13px; }
  .ftw-edit-fab i { font-size: 19px; }
}

/* ════════════════════════════════════════════════════════════
   CAT-SEO-GEO (1.9.32) — Kategori sayfası içerik blokları
   ════════════════════════════════════════════════════════════ */
/* Kategori hero: metin + yanda kategori görseli (1.9.34) */
.ftw-cat-hero-grid { display: grid; gap: 30px; align-items: center; }
.ftw-cat-hero-main { min-width: 0; }
.ftw-cat-hero-media { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--bg-secondary); align-self: center; }
.ftw-cat-hero-media__img { display: block; width: 100%; height: 100%; max-height: 260px; object-fit: cover; }
@media (min-width: 900px) {
  .ftw-cat-hero-grid.has-media { grid-template-columns: minmax(0, 1fr) 340px; }
  .ftw-cat-hero-media__img { height: 230px; }
}

.ftw-cat-content { padding: 48px 0; background: var(--bg); }
.ftw-cat-content h2 { font-size: 1.5rem; margin: 0 0 12px; }
.ftw-cat-content h3 { font-size: 1.18rem; margin: 0 0 10px; display: flex; align-items: center; gap: 7px; }
.ftw-cat-intro__lead { font-size: 1.06rem; color: var(--ink); line-height: 1.7; margin: 0 0 14px; }
.ftw-cat-block { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.ftw-cat-block:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.ftw-rich-content { line-height: 1.75; color: var(--ink); }
.ftw-rich-content p { margin: 0 0 12px; }
.ftw-rich-content ul, .ftw-rich-content ol { margin: 0 0 12px 1.2em; }
.ftw-rich-content a { color: var(--accent); text-decoration: underline; }

.ftw-cat-usage { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; }
.ftw-cat-usage li { display: flex; align-items: flex-start; gap: 8px; line-height: 1.55; }
.ftw-cat-usage li i { color: var(--accent); margin-top: 3px; flex-shrink: 0; }

.ftw-cat-guide { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.ftw-cat-guide h3 i { color: var(--accent); }

/* "Devamını oku" — native <details>, JS gerektirmez; içerik HTML'de kalır (SEO) */
.ftw-cat-readmore { margin-top: 6px; }
.ftw-cat-readmore > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; padding: 8px 0; user-select: none; }
.ftw-cat-readmore > summary::-webkit-details-marker { display: none; }
.ftw-cat-readmore > summary .is-less { display: none; }
.ftw-cat-readmore[open] > summary .is-more { display: none; }
.ftw-cat-readmore[open] > summary .is-less { display: inline-flex; align-items: center; gap: 6px; }
.ftw-cat-readmore > .ftw-rich-content { margin-top: 10px; }

@media (max-width: 640px) {
  .ftw-cat-usage { grid-template-columns: 1fr; }
  .ftw-cat-content { padding: 36px 0; }
  .ftw-cat-hero-media__img { max-height: 200px; }
}

/* ============================================================
   YASAL SAYFA DÜZENİ — sol menü + içerik + sağ içindekiler (TOC)
   ============================================================ */
.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 240px;
  gap: 40px;
  align-items: start;
}
.legal-main {
  min-width: 0;
}
.legal-main :where(h2, h3) {
  scroll-margin-top: 100px;
}
.legal-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}
.legal-sidebar__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.legal-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legal-sidebar li {
  margin: 0;
}

/* Sol menü */
.legal-menu a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-muted);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: background .15s ease, color .15s ease;
}
.legal-menu a:hover {
  background: var(--bg-secondary);
  color: var(--ink);
}
.legal-menu a.is-active {
  background: var(--accent-soft);
  color: var(--accent-hover);
  border-left-color: var(--accent);
}

/* Sağ içindekiler */
.legal-toc ul {
  border-left: 1px solid var(--line);
}
.legal-toc__item a {
  display: block;
  padding: 5px 0 5px 14px;
  margin-left: -1px;
  border-left: 2px solid transparent;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-faint);
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.legal-toc__item a:hover {
  color: var(--accent-hover);
  border-left-color: var(--accent);
}
.legal-toc__item--l3 a {
  padding-left: 26px;
  font-size: 12.5px;
}
.legal-toc__item.is-active a {
  color: var(--accent-hover);
  border-left-color: var(--accent);
  font-weight: 600;
}

/* Orta genişlik: TOC'u gizle, menüyü üstte tut */
@media (max-width: 1100px) {
  .legal-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }
  .legal-sidebar--toc {
    display: none;
  }
}

/* Mobil: tek kolon, menü içeriğin üstünde (sticky değil) */
@media (max-width: 860px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .legal-sidebar--menu {
    position: static;
    top: auto;
  }
  .legal-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .legal-menu a {
    border: 1px solid var(--line);
    border-left-width: 1px;
  }
  .legal-menu a.is-active {
    border-color: var(--accent);
  }
}
/* ════════════════════ SERTİFİKALAR SAYFASI (page-sertifikalar.php) ════════════════════ */
.certdocs-section { padding: 64px 0 90px; background: var(--bg); }
.certdocs-section .section-head { margin-bottom: 36px; }

.certdocs-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.certdocs-grid--cols-1 { grid-template-columns: minmax(0, 1fr); max-width: 780px; }

.certdoc-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.certdoc-card:hover {
  border-color: var(--accent);
  box-shadow: 0 18px 40px -22px rgba(26, 26, 26, 0.35);
  transform: translateY(-3px);
}

.certdoc-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: var(--bg-secondary);
  overflow: hidden;
}
.certdoc-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 0.35s;
}
.certdoc-card:hover .certdoc-media img { transform: scale(1.03); }

.certdoc-media--empty { color: var(--ink-light); }
.certdoc-media--empty i { font-size: 56px; }

.certdoc-file-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--accent);
}
.certdoc-file-badge i { font-size: 60px; }
.certdoc-file-badge span {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ink-muted);
}

.certdoc-media-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 999px;
}

.certdoc-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 24px 24px;
  flex: 1;
}
.certdoc-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.certdoc-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}
.certdoc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}
.certdoc-btn i { font-size: 17px; }
.certdoc-btn:hover { color: var(--accent-hover); gap: 11px; }

.certdocs-empty { text-align: center; color: var(--ink-faint); padding: 40px 0; font-size: 16px; }

@media (max-width: 860px) {
  .certdocs-grid, .certdocs-grid--cols-1 { grid-template-columns: minmax(0, 1fr); }
  .certdocs-section { padding: 48px 0 64px; }
}

/* Admin repeater: PDF/dosya (görsel olmayan) medya rozeti */
.ftw-rep__media-file {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  font-size: 12px;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ftw-rep__media-file .dashicons { font-size: 16px; width: 16px; height: 16px; color: #64748b; flex: none; }
