/* =========================================================================
 * /sektorler/ - Sektörel dijital pazarlama dizini
 * Loaded from: /sektorler/index.php via $meta['extra_head']
 * Tokenlar main.css'ten (--neon, --bg-deep, --border, vb).
 * regions.css ile aynı dil; kartlar görsel + chip + lead odaklı.
 * ========================================================================= */

body.page-sectors, body { overflow-x: hidden; overflow-x: clip; }

/* ================== HERO ================== */
.sectors-hero {
  position: relative;
  padding: 120px 0 70px;
  background: var(--grad-mesh), var(--bg-deep);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.sectors-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 80% 10%, rgba(34, 211, 238, .12), transparent 60%),
    radial-gradient(50% 60% at 10% 90%, rgba(124, 58, 237, .14), transparent 60%);
  pointer-events: none;
}
.sectors-hero__inner { position: relative; z-index: 1; max-width: 920px; }

.sectors-breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: var(--text-muted);
  margin-bottom: 18px;
}
.sectors-breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color .2s; }
.sectors-breadcrumb a:hover { color: var(--neon); }
.sectors-breadcrumb span[aria-hidden] { color: var(--text-dim); opacity: .6; }

.sectors-hero__title {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 14px 0 22px;
  background: linear-gradient(180deg, var(--text) 0%, #c4cce0 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectors-hero__neon {
  -webkit-text-fill-color: var(--neon);
  color: var(--neon);
  text-shadow: 0 0 30px rgba(34, 211, 238, .35);
}

.sectors-hero__sub {
  font-size: 18px; line-height: 1.6;
  color: var(--text-muted); max-width: 760px;
  margin-bottom: 32px;
}
.sectors-hero__sub strong { color: var(--text); font-weight: 600; }

.sectors-hero__cta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 38px;
}

.sectors-hero__stats {
  display: flex; gap: 32px; list-style: none; margin: 0; padding: 24px 0 0;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.sectors-hero__stats li { display: flex; flex-direction: column; gap: 4px; }
.sectors-hero__stats strong {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: 30px; line-height: 1;
  color: var(--neon); font-weight: 700;
  letter-spacing: -0.02em;
}
.sectors-hero__stats span { font-size: 13px; color: var(--text-muted); }

/* ================== BLOCK HEAD ================== */
.sectors-block { padding: 90px 0; position: relative; background: var(--bg-deep); }
.sectors-block__head { text-align: center; margin-bottom: 56px; max-width: 760px; margin-left: auto; margin-right: auto; }
.sectors-block__head .eyebrow { display: inline-block; margin-bottom: 12px; }
.sectors-block__title {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15; letter-spacing: -0.02em;
  font-weight: 700; margin: 0 0 14px;
  color: var(--text);
}
.sectors-block__sub { font-size: 16.5px; line-height: 1.65; color: var(--text-muted); margin: 0; }

/* ================== GRID ================== */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sector-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 28px 24px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.01) 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.sector-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34,211,238,.4), transparent);
  opacity: 0; transition: opacity .25s ease;
}
.sector-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, .4);
  box-shadow: 0 18px 50px -20px rgba(34, 211, 238, .35);
  background: linear-gradient(180deg, rgba(34,211,238,.04) 0%, rgba(255,255,255,.01) 100%);
}
.sector-card:hover::before { opacity: 1; }

.sector-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34,211,238,.12), rgba(124,58,237,.10));
  border: 1px solid rgba(34,211,238,.22);
  color: var(--neon);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sector-card__icon svg { width: 28px; height: 28px; }
.sector-card:hover .sector-card__icon {
  transform: scale(1.06);
  box-shadow: 0 8px 24px -8px rgba(34,211,238,.5);
}

.sector-card__body { display: flex; flex-direction: column; flex: 1; }
.sector-card__title {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: 19px; line-height: 1.25;
  font-weight: 700; letter-spacing: -.01em;
  margin: 0 0 10px; color: var(--text);
}
.sector-card__desc {
  font-size: 14.5px; line-height: 1.55;
  color: var(--text-muted); margin: 0 0 18px;
  flex: 1;
}
.sector-card__cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--neon);
  letter-spacing: .01em;
}
.sector-card__cta svg { transition: transform .25s ease; }
.sector-card:hover .sector-card__cta svg { transform: translateX(4px); }

/* ================== APPROACH ================== */
.sectors-approach {
  padding: 90px 0;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sectors-approach__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sa-card {
  padding: 28px 24px;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color .2s ease, background .2s ease;
}
.sa-card:hover { border-color: rgba(34,211,238,.3); background: rgba(34,211,238,.04); }
.sa-card__num {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: 28px; font-weight: 700;
  color: var(--neon);
  letter-spacing: -.02em;
  margin-bottom: 14px;
}
.sa-card h3 {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: 17px; font-weight: 700;
  margin: 0 0 10px; color: var(--text);
  letter-spacing: -.01em;
}
.sa-card p { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0; }

/* ================== CTA ================== */
.sectors-cta { padding: 90px 0; background: var(--bg-deep); }
.sectors-cta__inner {
  max-width: 760px; margin: 0 auto; text-align: center;
  padding: 56px 40px;
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(34,211,238,.12), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border: 1px solid var(--border);
  border-radius: 24px;
}
.sectors-cta__inner h2 {
  font-family: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  line-height: 1.2; letter-spacing: -.02em;
  font-weight: 700; margin: 0 0 14px; color: var(--text);
}
.sectors-cta__inner p { font-size: 16.5px; line-height: 1.6; color: var(--text-muted); margin: 0 0 28px; }
.sectors-cta__buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ================== RESPONSIVE ================== */
@media (max-width: 1024px) {
  .sectors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sectors-approach__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .sectors-hero { padding: 100px 0 50px; }
  .sectors-block, .sectors-approach, .sectors-cta { padding: 64px 0; }
  .sectors-grid { grid-template-columns: 1fr; gap: 18px; }
  .sectors-approach__grid { grid-template-columns: 1fr; }
  .sectors-hero__stats { gap: 22px; }
  .sectors-hero__stats strong { font-size: 26px; }
  .sectors-cta__inner { padding: 40px 22px; border-radius: 18px; }
  .sectors-block__head { margin-bottom: 36px; }
}
