/* ============================================================
   Eforgrup Tabela — tabela.eforgrup.com
   Tasarım sistemi: kurumsal turuncu/antrasit
   ============================================================ */
:root {
  /* Eforgrup Tabela marka renkleri: turuncu + antrasit */
  --red: #ea672a;
  --red-dark: #c4551f;
  --red-soft: #fdf1ea;
  --navy: #423e3c;
  --navy-2: #565150;
  --ink: #1f2429;
  --ink-2: #2e343b;
  --gray: #5c6670;
  --gray-2: #6e7680;
  --wa: #128c3e;
  --wa-dark: #0e7332;
  --line: #e7e7ec;
  --bg: #ffffff;
  --bg-soft: #f6f6f8;
  --bg-warm: #fbf6f3;
  --gold: #fbb900;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgba(23,23,28,.05), 0 8px 24px -12px rgba(23,23,28,.12);
  --shadow-lg: 0 2px 4px rgba(23,23,28,.06), 0 18px 44px -14px rgba(23,23,28,.18);
  --container: 1240px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

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

/* ---------- Üst bar ---------- */
.topbar {
  background: var(--navy);
  color: #cfcac3;
  font-size: 13px;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: var(--gold); }
.topbar .tb-right { display: flex; gap: 18px; align-items: center; }
.topbar svg { vertical-align: -2px; margin-right: 5px; }

/* ---------- Header (koyu tema — tabela.eforgrup.com ana sayfa temasıyla uyumlu) ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(38,34,32,.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.header .container { display: flex; align-items: center; gap: 28px; height: 74px; }
.logo { flex: none; display: inline-flex; align-items: center; background: #fff; padding: 7px 13px; border-radius: 10px; box-shadow: 0 2px 8px -3px rgba(0,0,0,.35); }
.logo img { height: 34px; width: auto; max-width: none; display: block; }
.nav { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav > a {
  padding: 9px 12px; border-radius: 8px; font-weight: 700; font-size: 14px; color: #ece7e0;
  transition: background .15s, color .15s; white-space: nowrap; text-transform: uppercase; letter-spacing: .4px;
}
.nav > a:hover, .nav > a.active { color: var(--gold); background: rgba(255,255,255,.05); }
.nav-cta {
  background: var(--gold); color: var(--navy) !important; padding: 10px 18px !important; border-radius: 999px !important;
  box-shadow: 0 6px 16px -6px rgba(251,185,0,.6);
}
.nav-cta:hover { background: #e5a900 !important; }
.burger { display: none; background: none; border: 0; width: 44px; height: 44px; margin-left: auto; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; border-radius: 2px; transition: .2s; }

/* Mega arama */
.search-wrap { position: relative; width: 260px; }
.search-wrap input {
  width: 100%; padding: 10px 14px 10px 38px; border: 1.5px solid rgba(255,255,255,.2); border-radius: 999px;
  font-size: 16px; font-family: inherit; background: rgba(255,255,255,.09); outline: none; transition: border .15s;
  color: #fff;
}
.search-wrap input::placeholder { color: rgba(255,255,255,.55); }
@media (min-width: 901px) {
  .search-wrap input { font-size: 14px; }
}
.search-wrap input:focus { border-color: var(--gold); background: rgba(255,255,255,.14); }
.search-wrap .s-icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.6); pointer-events: none; }
.search-results {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); max-height: 420px; overflow-y: auto; display: none; z-index: 200;
  border: 1px solid var(--line); min-width: 320px;
}
.search-results.open { display: block; }
.search-results a { display: flex; gap: 12px; padding: 10px 14px; align-items: center; border-bottom: 1px solid var(--bg-soft); }
.search-results a:hover, .search-results a.kb-active { background: var(--red-soft); }
.search-results img { width: 44px; height: 44px; object-fit: contain; border-radius: 6px; background: var(--bg-soft); flex: none; }
.search-results .sr-name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.search-results .sr-cat { font-size: 12px; color: var(--gray-2); }
.search-results .sr-empty { padding: 16px; font-size: 14px; color: var(--gray); text-align: center; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(234,103,42,.10), transparent 60%),
    radial-gradient(700px 420px at -5% 110%, rgba(251,185,0,.12), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--bg-warm) 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero .container {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  padding-top: 64px; padding-bottom: 64px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--red);
  box-shadow: var(--shadow); margin-bottom: 20px;
}
.hero h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.12; letter-spacing: -.5px; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero p.lead { font-size: 18px; color: var(--gray); max-width: 54ch; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15.5px;
  padding: 14px 26px; border-radius: 999px; border: 0; transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px -8px rgba(234,103,42,.55); }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 24px -8px rgba(18,140,62,.45); }
.btn-wa:hover { background: var(--wa-dark); }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats b { display: block; font-size: 26px; letter-spacing: -.5px; color: var(--ink); }
.hero-stats span { font-size: 13.5px; color: var(--gray-2); }
.hero-visual { position: relative; }
.hero-visual .hv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hero-visual .hv-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 14px;
  border: 1px solid var(--line);
}
.hero-visual .hv-card img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.hero-visual .hv-card:nth-child(2) { transform: translateY(26px); }
.hero-visual .hv-card:nth-child(3) { transform: translateY(-10px); }
.hero-visual .hv-card:nth-child(4) { transform: translateY(16px); }

/* ---------- Bölümler ---------- */
.section { padding: 72px 0; }
.section.soft { background: var(--bg-soft); }
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head .kicker {
  color: var(--red); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1.6px;
  margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(24px, 3vw, 36px); letter-spacing: -.4px; line-height: 1.2; margin-bottom: 12px; }
.section-head p { color: var(--gray); font-size: 16.5px; }
.section-head.left { text-align: left; margin-left: 0; }

/* Kategori kartları */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-card .cc-img { background: var(--bg-warm); aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; padding: 18px; }
.cat-card .cc-img img { max-height: 100%; width: auto; object-fit: contain; }
.cat-card .cc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.cat-card h3 { font-size: 18.5px; letter-spacing: -.2px; }
.cat-card p { font-size: 14px; color: var(--gray); flex: 1; }
.cat-card .cc-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.cat-card .cc-count { font-size: 13px; font-weight: 700; color: var(--gray-2); }
.cat-card .cc-link { font-size: 14px; font-weight: 800; color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.cat-card:hover .cc-link { text-decoration: underline; }

/* Segment (kimler için) kartları */
.seg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.seg-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px;
  transition: transform .2s, box-shadow .2s;
}
.seg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(234,103,42,.25); }
.seg-icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--red-soft); color: var(--red);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.seg-card h3 { font-size: 17.5px; margin-bottom: 8px; letter-spacing: -.2px; }
.seg-card p { font-size: 14px; color: var(--gray); }

/* Ürün kartları */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prod-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s;
}
.prod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.prod-card .pc-img { background: #f2f2f4; aspect-ratio: 1; overflow: hidden; border-bottom: 1px solid var(--bg-soft); }
.prod-card .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.prod-card:hover .pc-img img { transform: scale(1.045); }
.prod-card .pc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.prod-card h3 { font-size: 15px; font-weight: 700; line-height: 1.35; letter-spacing: -.1px; }
.prod-card .pc-cat { font-size: 12.5px; color: var(--gray-2); }
.prod-card .pc-cta {
  margin-top: auto; padding-top: 10px; font-size: 13.5px; font-weight: 800; color: var(--red);
  display: inline-flex; align-items: center; gap: 6px;
}

/* Marka şeridi */
.brand-strip { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.brand-strip img { height: 64px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .65; transition: .2s; }
.brand-strip img:hover { filter: none; opacity: 1; }

/* Referanslar */
.ref-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: center; }
.ref-grid .ref-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px;
  display: flex; align-items: center; justify-content: center; min-height: 92px;
}
.ref-grid img { max-height: 60px; width: auto; object-fit: contain; }

/* Katalog: yapışkan grup gezintisi */
.cat-nav {
  position: sticky; top: 74px; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line); padding: 10px 0;
}
.cat-nav .container { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 2px; }
.cat-nav a {
  flex: none; display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line);
  font-size: 13.5px; font-weight: 800; color: var(--ink-2); background: #fff; transition: .15s;
  white-space: nowrap;
}
.cat-nav a .n {
  background: rgba(255,255,255,.85); border-radius: 999px;
  padding: 1px 8px; font-size: 11.5px; font-weight: 800;
}
/* Grup renkleri: çipler ve bölüm başlığı çizgisi aynı paleti izler */
.cat-nav a:nth-child(6n+1) { background: #fdece3; border-color: #f6c7ab; color: #c0501c; }
.cat-nav a:nth-child(6n+1) .n { color: #c0501c; }
.cat-nav a:nth-child(6n+2) { background: #fdf3d5; border-color: #f2d98a; color: #8a6800; }
.cat-nav a:nth-child(6n+2) .n { color: #8a6800; }
.cat-nav a:nth-child(6n+3) { background: #e9eef7; border-color: #c2d0e6; color: #12233f; }
.cat-nav a:nth-child(6n+3) .n { color: #12233f; }
.cat-nav a:nth-child(6n+4) { background: #e8f5ec; border-color: #bfe3cb; color: #1e6a3e; }
.cat-nav a:nth-child(6n+4) .n { color: #1e6a3e; }
.cat-nav a:nth-child(6n+5) { background: #e6f3f6; border-color: #b9dde4; color: #0f5e6b; }
.cat-nav a:nth-child(6n+5) .n { color: #0f5e6b; }
.cat-nav a:nth-child(6n+6) { background: #efece9; border-color: #d9d3cf; color: #4a4340; }
.cat-nav a:nth-child(6n+6) .n { color: #4a4340; }
.cat-nav a:hover { filter: brightness(.96); transform: translateY(-1px); box-shadow: var(--shadow); }

.catalog-group:nth-of-type(6n+1) .cg-head::before { background: var(--red); }
.catalog-group:nth-of-type(6n+2) .cg-head::before { background: #fbb900; }
.catalog-group:nth-of-type(6n+3) .cg-head::before { background: var(--navy); }
.catalog-group:nth-of-type(6n+4) .cg-head::before { background: #1e7a46; }
.catalog-group:nth-of-type(6n+5) .cg-head::before { background: #0f5e6b; }
.catalog-group:nth-of-type(6n+6) .cg-head::before { background: #a8431a; }

/* Katalog: grup bölümü */
.catalog-group { padding: 42px 0 8px; scroll-margin-top: 140px; }
.catalog-group .cg-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.catalog-group .cg-head::before { content: ""; width: 26px; height: 4px; border-radius: 2px; background: var(--red); align-self: center; }
.catalog-group h2 { font-size: clamp(20px, 2.4vw, 27px); letter-spacing: -.3px; }
.catalog-group .cg-count { font-size: 13px; font-weight: 800; color: var(--gray-2); }
.catalog-group .cg-desc { color: var(--gray); font-size: 15px; max-width: 90ch; margin-bottom: 20px; }

/* Nav çip küçük görseli */
.cat-nav a { padding-left: 6px; }
.cat-nav .chip-thumb {
  width: 30px; height: 30px; flex: none; border-radius: 50%; overflow: hidden; background: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(23,23,28,.12);
}
.cat-nav .chip-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Katalog: görsel öncelikli kategori kartları */
.cat-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
/* Canlı renkli kategori kartları: renk gradyanı + büyük başlık + temiz ürün sahnesi */
.cat-tile {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  border-radius: 22px; overflow: hidden; padding: 20px 20px 20px; color: #fff; isolation: isolate;
  min-height: 300px; background: linear-gradient(160deg, var(--red), var(--red-dark));
  box-shadow: 0 16px 32px -18px rgba(40,36,34,.55); transition: transform .2s, box-shadow .2s;
}
/* köşedeki yumuşak parıltı/swoosh */
.cat-tile::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 112% -12%, rgba(255,255,255,.28), transparent 52%),
    radial-gradient(90% 70% at -10% 115%, rgba(255,255,255,.12), transparent 55%);
}
.cat-tile > * { position: relative; z-index: 1; }
.cat-tile:hover { transform: translateY(-6px); box-shadow: 0 26px 48px -20px rgba(40,36,34,.6); }
/* 8 canlı renk döngüsü */
.cat-tile:nth-child(8n+1) { background: linear-gradient(160deg, #ef7a3f, #c4551f); }
.cat-tile:nth-child(8n+2) { background: linear-gradient(160deg, #e84a7f, #a51e57); }
.cat-tile:nth-child(8n+3) { background: linear-gradient(160deg, #12a89a, #0a6f66); }
.cat-tile:nth-child(8n+4) { background: linear-gradient(160deg, #f7902a, #c25c0c); }
.cat-tile:nth-child(8n+5) { background: linear-gradient(160deg, #3f86f0, #1c4fb0); }
.cat-tile:nth-child(8n+6) { background: linear-gradient(160deg, #e8434b, #ab1f28); }
.cat-tile:nth-child(8n+7) { background: linear-gradient(160deg, #33b45b, #167a37); }
.cat-tile:nth-child(8n+8) { background: linear-gradient(160deg, #57534f, #2f2b28); }
.cat-tile .ct-top { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.cat-tile .ct-title {
  font-size: clamp(16px, 1.5vw, 20px); font-weight: 800; text-transform: uppercase; letter-spacing: .4px;
  line-height: 1.15; text-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.cat-tile .ct-count {
  background: rgba(255,255,255,.92); color: var(--navy); font-size: 11px; font-weight: 800;
  padding: 3px 11px; border-radius: 999px; letter-spacing: .2px;
}
.cat-tile .ct-stage {
  margin-top: auto; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: #fdfcfa;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 8px 18px -10px rgba(0,0,0,.35);
  display: flex; align-items: center; justify-content: center;
}
.cat-tile .ct-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cat-tile:hover .ct-stage img { transform: scale(1.06); }

@media (max-width: 900px) { .cat-nav { top: 74px; } .catalog-group { scroll-margin-top: 150px; } }
@media (max-width: 620px) {
  .cat-tiles { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cat-tile { min-height: 232px; padding: 15px 15px; border-radius: 18px; gap: 11px; }
  .cat-tile .ct-title { font-size: 14px; }
}

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative;
}
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-size: 40px; font-weight: 800; color: var(--red-soft); position: absolute; top: 14px; right: 18px;
  line-height: 1; letter-spacing: -1px;
}
.step h3 { font-size: 16.5px; margin-bottom: 8px; position: relative; }
.step p { font-size: 14px; color: var(--gray); position: relative; }

/* CTA bandı */
.cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 55%, var(--red) 100%); color: #fff; border-radius: 22px; padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(22px, 2.6vw, 32px); letter-spacing: -.4px; margin-bottom: 8px; }
.cta-band p { color: #cbc5be; max-width: 56ch; }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* SSS */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0; margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  padding: 18px 22px; font-weight: 700; font-size: 15.5px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--red); font-weight: 400; transition: transform .2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 22px 18px; color: var(--gray); font-size: 15px; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 18px 0 0; font-size: 13.5px; color: var(--gray-2); }
.breadcrumb ol { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.breadcrumb li + li::before { content: "›"; margin-right: 8px; color: var(--gray-2); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb [aria-current] { color: var(--ink-2); font-weight: 600; }

/* ---------- Sayfa başlığı ---------- */
.page-head { padding: 34px 0 10px; }
.page-head h1 { font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.5px; margin-bottom: 10px; }
.page-head p { color: var(--gray); font-size: 16.5px; max-width: 76ch; }

/* ---------- Ürün detay ---------- */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; padding: 34px 0 30px; }
.gallery { position: sticky; top: 96px; }
.gallery .g-main {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  display: flex; align-items: center; justify-content: center; aspect-ratio: 1;
}
.gallery .g-main img { max-height: 100%; object-fit: contain; }
.gallery .g-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gallery .g-thumbs button {
  width: 76px; height: 76px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff;
  padding: 8px; transition: border .15s;
}
.gallery .g-thumbs button.active, .gallery .g-thumbs button:hover { border-color: var(--red); }
.gallery .g-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pd-info h1 { font-size: clamp(24px, 2.8vw, 34px); letter-spacing: -.4px; margin-bottom: 6px; }
.pd-cat { color: var(--gray-2); font-size: 14px; margin-bottom: 18px; }
.pd-cat a { color: var(--red); font-weight: 700; }
.pd-specs { margin: 20px 0 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.pd-specs .spec-row { display: flex; padding: 12px 18px; font-size: 14.5px; gap: 14px; }
.pd-specs .spec-row:nth-child(odd) { background: var(--bg-soft); }
.pd-specs .spec-row b { min-width: 150px; font-weight: 700; color: var(--ink-2); flex: none; }
.pd-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.pd-note {
  background: var(--bg-warm); border: 1px solid #efe5d2; border-radius: var(--radius-sm); padding: 14px 18px;
  font-size: 14px; color: #6b5b33;
}
.pd-note b { color: #4f421f; }

/* ---------- Kategori filtre çubuğu ---------- */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; padding: 22px 0 6px; }
.filter-bar a {
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); font-size: 13.5px; font-weight: 700;
  color: var(--ink-2); background: #fff; white-space: nowrap;
  box-shadow: 0 2px 6px -3px rgba(40,36,34,.20);
  transition: transform .16s, box-shadow .16s, background .16s, color .16s, border-color .16s;
}
.filter-bar a:hover {
  border-color: transparent; color: var(--red); transform: translateY(-2px);
  box-shadow: 0 9px 18px -9px rgba(234,103,42,.45);
}
.filter-bar a.active {
  background: linear-gradient(135deg, #f3854f, var(--red-dark)); border-color: transparent; color: #fff;
  box-shadow: 0 10px 20px -8px rgba(234,103,42,.55);
}
.filter-bar a.active:hover { color: #fff; transform: translateY(-2px); }

/* Sayfalama */
.pagination { display: flex; gap: 8px; justify-content: center; padding: 38px 0 8px; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; border: 1.5px solid var(--line); font-weight: 700; font-size: 14.5px; padding: 0 12px;
  background: #fff;
}
.pagination a:hover { border-color: var(--red); color: var(--red); }
.pagination .current { background: var(--red); border-color: var(--red); color: #fff; }
.pagination .dots { border: 0; background: none; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-card h3 { font-size: 18px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.contact-card h3 svg { color: var(--red); flex: none; }
.contact-card p { color: var(--gray); font-size: 15px; margin-bottom: 6px; }
.contact-card a.big { font-size: 21px; font-weight: 800; color: var(--ink); display: inline-block; margin: 6px 0; }
.contact-card a.big:hover { color: var(--red); }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: var(--radius); margin-top: 14px; }

/* ---------- Hakkımızda ---------- */
.about-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.about-layout .al-text h2 { font-size: clamp(22px, 2.6vw, 32px); margin-bottom: 16px; letter-spacing: -.4px; }
.about-layout .al-text p { color: var(--gray); margin-bottom: 14px; font-size: 16px; }
.timeline { border-left: 2px solid var(--line); margin: 26px 0 0 8px; padding-left: 26px; display: grid; gap: 22px; }
.timeline .tl-item { position: relative; }
.timeline .tl-item::before {
  content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--red); position: absolute;
  left: -33px; top: 6px; box-shadow: 0 0 0 4px var(--red-soft);
}
.timeline b { display: block; font-size: 15.5px; }
.timeline span { font-size: 14px; color: var(--gray); }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #d0cbc4; margin-top: 40px; }
.footer .f-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 56px 0 40px; }
.footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; letter-spacing: .3px; }
.footer a { color: #d0cbc4; font-size: 14px; }
.footer a:hover { color: var(--gold); }
.footer li { margin-bottom: 9px; }
.footer .f-logo { display: inline-block; margin-bottom: 18px; background: #fff; padding: 10px 15px; border-radius: 11px; }
.footer .f-logo img { height: 40px; display: block; }
.footer .f-about { font-size: 14px; color: #b8b1a9; max-width: 40ch; }
.footer .f-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.footer .f-contact svg { color: var(--gold); flex: none; margin-top: 3px; }
.footer .f-bottom { border-top: 1px solid #4a4340; padding: 18px 0; font-size: 13px; color: #a8a29b; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* Blog görselleri */
.cc-img.blog-thumb { padding: 0; aspect-ratio: 16/10; }
.cc-img.blog-thumb img { width: 100%; height: 100%; object-fit: cover; max-height: none; }
.blog-cover { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin: 10px 0 6px; }
.blog-cover img { width: 100%; max-height: 420px; object-fit: cover; display: block; }

/* Anasayfa banner / kampanya kartları */
.banner-strip { padding: 26px 0 6px; }
.banner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.banner-grid[data-count="1"] { grid-template-columns: 1fr; }
.banner-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
.banner-card {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff;
  transition: transform .18s, box-shadow .18s;
}
a.banner-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.banner-card img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/5; max-height: 460px; }
.banner-grid[data-count="1"] .banner-card img { aspect-ratio: 16/5; max-height: 380px; }
.banner-card .b-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 16px;
  background: linear-gradient(transparent, rgba(40,36,34,.88));
  color: #fff; pointer-events: none;
}
.banner-card .b-caption b { display: block; font-size: clamp(15px, 1.7vw, 20px); letter-spacing: -.2px; line-height: 1.25; }
.banner-card .b-caption span { font-size: 13px; color: #ded8d1; }
@media (max-width: 900px) {
  .banner-grid, .banner-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .banner-strip { padding: 16px 0 0; }
  .banner-grid, .banner-grid[data-count="2"] { grid-template-columns: 1fr; }
  .banner-card img { aspect-ratio: 16/9; }
}

/* Mobil alt eylem çubuğu */
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  grid-template-columns: repeat(4, 1fr); background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px -14px rgba(23,23,28,.3);
  padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
}
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 11.5px; font-weight: 700; color: var(--ink-2); padding: 5px 2px; border-radius: 10px;
  min-height: 48px; justify-content: center;
}
.mobile-bar a:active { background: var(--bg-soft); }
.mobile-bar a svg { flex: none; }
.mobile-bar .mb-cta { color: var(--red); }
.mobile-bar .mb-wa { color: var(--wa-dark); }

/* WhatsApp yüzen buton */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -6px rgba(18,140,62,.5); transition: transform .15s;
}
.wa-float:hover { transform: scale(1.07); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .seg-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .ref-grid { grid-template-columns: repeat(4, 1fr); }
  .footer .f-top { grid-template-columns: 1fr 1fr; }
  .search-wrap { width: 200px; }
}
@media (max-width: 900px) {
  body { padding-bottom: 64px; }
  .hero .container { grid-template-columns: 1fr; padding-top: 38px; padding-bottom: 42px; gap: 26px; }
  .hero-visual { display: block; }
  .hero-visual .hv-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .hero-visual .hv-card { padding: 6px; border-radius: 10px; box-shadow: var(--shadow); }
  .hero-visual .hv-card:nth-child(2), .hero-visual .hv-card:nth-child(3), .hero-visual .hv-card:nth-child(4) { transform: none; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout, .about-layout, .contact-grid { grid-template-columns: 1fr; }
  .product-layout { gap: 26px; padding-top: 20px; }
  .gallery { position: static; }
  .pd-actions .btn { width: 100%; justify-content: center; }

  /* Header: iki satır — üstte logo+menü, altta her zaman görünür arama */
  .header .container { flex-wrap: wrap; height: auto; padding-top: 9px; padding-bottom: 10px; row-gap: 9px; column-gap: 12px; }
  .logo img { height: 30px; }
  .burger { display: block; }
  .header .search-wrap { order: 10; width: 100%; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: #241f1d; flex-direction: column;
    align-items: stretch; padding: 12px 16px 18px; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--shadow-lg);
  }
  .nav.open { display: flex; }
  .nav > a { padding: 14px; font-size: 15.5px; }
  .nav-cta { border-radius: 12px !important; text-align: center; justify-content: center; display: flex; }

  .cat-nav { top: 113px; }
  .catalog-group { scroll-margin-top: 172px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
  .filter-bar a { flex: none; }
  .breadcrumb ol { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .breadcrumb li { white-space: nowrap; }
  .mobile-bar { display: grid; }
  .wa-float { bottom: 78px; right: 14px; width: 52px; height: 52px; }
  .footer { margin-bottom: -64px; padding-bottom: 64px; }
}
@media (max-width: 620px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .prod-card .pc-body { padding: 12px 12px 14px; }
  .cat-grid { grid-template-columns: 1fr; }
  .seg-grid, .steps { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .cta-band { padding: 32px 22px; }
  .cta-band .cta-actions { width: 100%; }
  .cta-band .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 18px 26px; }
  .hero-stats b { font-size: 22px; }
  .hero h1 { font-size: clamp(27px, 8vw, 34px); }
  .hero p.lead { font-size: 16px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .footer .f-top { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 30px; }
  .topbar { font-size: 12px; padding: 6px 0; }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar .tb-right { display: none; }
  .section { padding: 48px 0; }
  .section-head { margin-bottom: 32px; }
  .pd-specs .spec-row b { min-width: 110px; }
  .gallery .g-main { padding: 14px; }
  .contact-card { padding: 20px; }
  .map-embed { height: 240px; }
}

/* Erişilebilirlik */
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 4px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--red); color: #fff; padding: 10px 18px;
  border-radius: 0 0 10px 0; z-index: 999; font-weight: 700;
}
.skip-link:focus { left: 0; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Eforgrup Tabela — ajans bileşenleri
   ============================================================ */

/* Hero: hizmet kısayol kartları */
.hv-service {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 22px 20px !important;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.hv-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(200,16,46,.3); }
.hv-service .hv-icon { font-size: 30px; line-height: 1; }
.hv-service b { font-size: 15px; letter-spacing: -.2px; line-height: 1.3; }

/* Hizmet kartları */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  display: flex; flex-direction: column; gap: 10px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(200,16,46,.3); }
.svc-card .svc-icon {
  width: 56px; height: 56px; border-radius: 15px; background: var(--red-soft);
  display: flex; align-items: center; justify-content: center; font-size: 27px;
}
.svc-card h3 { font-size: 18.5px; letter-spacing: -.2px; }
.svc-card p { font-size: 14.5px; color: var(--gray); flex: 1; }
.svc-card .cc-link { font-size: 14px; font-weight: 800; color: var(--red); }
.svc-card:hover .cc-link { text-decoration: underline; }

/* Hizmet detay düzeni */
.svc-detail { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.svc-hero-img { width: 100%; border-radius: var(--radius); margin-bottom: 22px; object-fit: cover; max-height: 420px; }
.svc-body .rich h2 { font-size: clamp(20px, 2.4vw, 27px); letter-spacing: -.3px; margin: 26px 0 10px; }
.svc-body .rich p { color: var(--ink-2); font-size: 16px; margin-bottom: 14px; line-height: 1.75; }
.svc-body .rich ul { list-style: disc; padding-left: 22px; color: var(--ink-2); margin-bottom: 14px; }
.svc-side {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; position: sticky; top: 96px;
}
.svc-side h3 { font-size: 16px; margin-bottom: 14px; }
.svc-side-list { display: grid; gap: 4px; }
.svc-side-list a {
  display: block; padding: 10px 12px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: var(--ink-2);
  transition: background .15s, color .15s;
}
.svc-side-list a:hover { background: var(--red-soft); color: var(--red); }

/* Portföy ızgarası */
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pf-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.pf-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pf-img { aspect-ratio: 3/2; background: var(--bg-warm); overflow: hidden; }
.pf-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pf-card:hover .pf-img img { transform: scale(1.045); }
.pf-body { padding: 16px 18px 18px; display: grid; gap: 5px; }
.pf-body h3 { font-size: 16px; letter-spacing: -.2px; line-height: 1.35; }
.pf-body p { font-size: 13.5px; color: var(--gray); }
.pf-body .pc-cat { font-size: 12.5px; font-weight: 700; color: var(--red); }

/* Portföy filtre çipleri */
.pf-filter { display: flex; gap: 10px; flex-wrap: wrap; padding: 4px 0 26px; }
.pf-filter .chip {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line); font-size: 13.5px; font-weight: 700;
  color: var(--ink-2); background: #fff; transition: .15s;
}
.pf-filter .chip:hover { border-color: var(--red); color: var(--red); }
.pf-filter .chip.active { background: var(--red); border-color: var(--red); color: #fff; }

/* Anasayfa blog kartları */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card .bc-img { aspect-ratio: 16/9; background: var(--bg-warm); overflow: hidden; }
.blog-card .bc-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .bc-body { padding: 20px 22px 22px; display: grid; gap: 8px; }
.blog-card .bc-date { font-size: 12.5px; font-weight: 700; color: var(--gray-2); }
.blog-card h3 { font-size: 17px; letter-spacing: -.2px; line-height: 1.35; }
.blog-card p { font-size: 14px; color: var(--gray); }

@media (max-width: 1080px) {
  .svc-grid, .pf-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-detail { grid-template-columns: 1fr; }
  .svc-side { position: static; }
}
@media (max-width: 620px) {
  .svc-grid, .pf-grid, .blog-grid { grid-template-columns: 1fr; }
  .hv-service .hv-icon { font-size: 22px; }
  .hv-service b { font-size: 12px; }
  .hv-service { padding: 12px 10px !important; gap: 6px; }
}

/* ============================================================
   Koyu hero — tabela.eforgrup.com ana sayfa teması
   ============================================================ */
.hero-dark {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(900px 480px at 66% 6%, rgba(234,103,42,.34), transparent 62%),
    radial-gradient(760px 520px at 8% 96%, rgba(234,103,42,.12), transparent 60%),
    linear-gradient(160deg, #2f2926 0%, #241f1d 100%);
}
.hero-dark .hd-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
  padding-top: 34px; padding-bottom: 44px; min-height: 560px;
}
.hero-dark .hd-tree { position: relative; }
.hero-dark .hd-tree img { width: 100%; max-width: 620px; height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,.45)); }
.hero-dark .hd-caption { margin-top: -14px; max-width: 60ch; }
.hero-dark .hd-caption .hd-dash { color: var(--gold); font-weight: 800; }
.hero-dark .hd-caption b { font-size: 17px; }
.hero-dark .hd-caption em {
  display: block; font-style: normal; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2.2vw, 27px); line-height: 1.3; margin: 4px 0 2px;
}
.hero-dark .hd-caption > span:last-child { font-size: 14.5px; color: #dcd5ce; }
.hero-dark .hd-copy h1 {
  border-left: 6px solid var(--gold); padding-left: 26px; margin-bottom: 30px; line-height: 1.05;
}
.hero-dark .hd-copy h1 b { display: block; font-size: clamp(40px, 5.6vw, 76px); font-weight: 800; letter-spacing: -1px; }
.hero-dark .hd-copy h1 span { display: block; font-size: clamp(34px, 4.8vw, 64px); font-weight: 300; color: #f4efe9; }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 24px -8px rgba(251,185,0,.5); }
.btn-gold:hover { background: #e5a900; }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-dark .hd-contact { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 36px; }
.hero-dark .hd-contact > div { border-left: 3px solid var(--gold); padding-left: 14px; }
.hero-dark .hd-contact span { display: block; color: var(--gold); font-weight: 800; font-size: 14px; margin-bottom: 2px; }
.hero-dark .hd-contact a { font-size: clamp(18px, 1.9vw, 23px); font-weight: 700; color: #fff; }
.hero-dark .hd-contact a:hover { color: var(--gold); }
.hero-side-text {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; rotate: 180deg;
  font-size: 12px; font-weight: 700; letter-spacing: 4px; color: rgba(255,255,255,.42);
  user-select: none; pointer-events: none;
}
@media (max-width: 1080px) {
  .hero-side-text { display: none; }
}
@media (max-width: 900px) {
  .hero-dark .hd-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; padding-bottom: 34px; min-height: 0; }
  .hero-dark .hd-tree img { max-width: 420px; }
  .hero-dark .hd-caption { margin-top: 0; }
  .hero-dark .hd-copy h1 { margin-top: 6px; margin-bottom: 22px; padding-left: 18px; }
  .hero-dark .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-dark .hd-contact { gap: 22px; margin-top: 26px; }
}

/* Kategori SEO içerik bloğu (Nedir? + bölümler + SSS) */
.cat-seo-wrap { max-width: 860px; }
.cat-seo-wrap h2 {
  font-size: 24px; letter-spacing: -.4px; color: var(--ink);
  margin: 30px 0 12px; padding-left: 14px; border-left: 4px solid var(--red);
}
.cat-seo-wrap h2:first-child { margin-top: 0; }
.cat-seo-wrap p {
  color: var(--ink-2); font-size: 16px; line-height: 1.75; margin: 0 0 14px;
}
.cat-faq { margin-top: 6px; display: grid; gap: 12px; }
.cat-faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm, 10px);
  padding: 2px 20px; transition: border-color .15s;
}
.cat-faq details[open] { border-color: var(--red); }
.cat-faq summary {
  cursor: pointer; list-style: none; font-weight: 800; color: var(--ink);
  font-size: 16px; padding: 16px 0; position: relative; padding-right: 30px;
}
.cat-faq summary::-webkit-details-marker { display: none; }
.cat-faq summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--red); line-height: 1;
}
.cat-faq details[open] summary::after { content: "\2212"; }
.cat-faq .cat-faq-a {
  color: var(--ink-2); font-size: 15.5px; line-height: 1.7; padding: 0 0 18px;
}
.cat-seo-bridge {
  margin-top: 30px; padding: 20px 24px; border-radius: var(--radius-sm, 9px);
  background: rgba(234,103,42,.06); border: 1px solid rgba(234,103,42,.22);
  border-left: 4px solid var(--red);
}
.cat-seo-bridge .csb-label {
  display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--red); margin-bottom: 6px;
}
.cat-seo-bridge p { margin: 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.7; }
.cat-seo-bridge a { color: var(--red); font-weight: 800; text-decoration: none; }
.cat-seo-bridge a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .cat-seo-wrap h2 { font-size: 21px; }
  .cat-seo-wrap p { font-size: 15.5px; }
  .cat-seo-bridge { padding: 16px 18px; }
}
