
/* ============================================================
   NEMEKSHASAR — KURUMSAL HASAR RESTORASYON SİTESİ v6
   Beyaz zeminli, fotoğraflı, hgr.com.tr tarzı
   ============================================================ */

:root {
  --black:      #0a0a0a;
  --ink:        #131313;
  --dark:       #1a1a1a;
  --steel:      #2a2a2a;
  --line:       #e5e7eb;
  --line-dark:  #1f2937;

  --brand:      #c8102e;        /* HGR tarzı kırmızı vurgu */
  --brand-h:    #a10d24;
  --accent:     #f97316;        /* Sıcak turuncu */
  --gold:       #d4a44a;

  --text:       #111827;
  --text-2:     #374151;
  --muted:      #6b7280;
  --muted-2:    #9ca3af;

  --bg:         #ffffff;
  --bg-alt:     #f8fafc;        /* Çok hafif gri zemin */
  --bg-soft:    #f1f5f9;

  --white:      #ffffff;
  --whatsapp:   #25D366;

  --font-display: 'Barlow Condensed', 'Oswald', 'Arial Narrow', sans-serif;
  --font-body:    'Inter', -apple-system, system-ui, sans-serif;

  --maxw: 1280px;
  --gutter: 24px;
  --shadow-sm: 0 2px 8px rgba(15,23,42,.06);
  --shadow:    0 8px 28px rgba(15,23,42,.10);
  --shadow-lg: 0 24px 60px rgba(15,23,42,.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand); text-decoration: none; transition: color .15s; }
a:hover { color: var(--brand-h); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); position: relative; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--black);
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.05;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.15rem; }
p  { color: var(--text-2); margin-bottom: 1em; }

svg { display: block; flex-shrink: 0; }

/* ============================================================
   TOP UTILITY BAR (sosyal + telefon)
   ============================================================ */
.utility-bar {
  background: var(--black);
  color: #cbd5e1;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 2px solid var(--brand);
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.utility-left, .utility-right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.utility-bar a { color: var(--white); transition: color .15s; }
.utility-bar a:hover { color: var(--brand); }
.utility-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500;
}
.utility-item svg { width: 14px; height: 14px; }
.utility-item.wa svg { color: var(--whatsapp); }
.utility-item.phone svg { color: var(--brand); }

.social-links {
  display: flex; gap: 0; align-items: center;
}
.social-link {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  color: #cbd5e1;
  transition: color .15s;
}
.social-link:hover { color: var(--brand); }
.social-link svg { width: 15px; height: 15px; }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.site-header {
  background: var(--white);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 1px 0 var(--line), 0 4px 16px rgba(0,0,0,.04);
}
.nav-inner {
  display: flex; justify-content: space-between; align-items: stretch;
  gap: 20px; min-height: 84px;
}
.logo {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  text-decoration: none;
}
.logo-mark {
  width: 54px; height: 54px;
  background: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800; color: var(--white); font-size: 2rem;
  position: relative;
}
.logo-mark::after {
  content: ""; position: absolute;
  right: -8px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--brand);
}
.logo-text {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.65rem; color: var(--black);
  text-transform: uppercase;
  letter-spacing: .01em; line-height: 1;
}
.logo-text .accent { color: var(--brand); }
.logo-tagline {
  font-size: 10px; color: var(--muted);
  text-transform: uppercase; letter-spacing: 2px;
  margin-top: 5px; font-weight: 600;
}

.nav-menu {
  display: flex; list-style: none; align-items: stretch;
}
.nav-menu > li { position: relative; display: flex; }
.nav-menu > li > a {
  display: flex; align-items: center;
  padding: 0 20px;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 600; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1px;
  transition: all .15s;
  position: relative;
}
.nav-menu > li > a::after {
  content: ""; position: absolute; left: 20px; right: 20px; bottom: 18px;
  height: 2px; background: var(--brand);
  transform: scaleX(0); transition: transform .2s;
  transform-origin: left;
}
.nav-menu > li > a:hover { color: var(--brand); }
.nav-menu > li > a:hover::after { transform: scaleX(1); }

.nav-cta {
  background: var(--brand) !important;
  color: var(--white) !important;
  margin: 14px 0;
  padding: 0 26px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  transition: background .2s;
}
.nav-cta:hover { background: var(--brand-h) !important; }
.nav-cta::after { display: none !important; }
.nav-cta svg { width: 16px; height: 16px; }

.submenu {
  display: none; position: absolute; top: 100%; left: 0; min-width: 260px;
  background: var(--white);
  list-style: none;
  box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--brand);
  max-height: 70vh; overflow-y: auto;
  z-index: 100;
}
.has-sub:hover .submenu { display: block; }
.submenu li a {
  display: block; padding: 13px 22px;
  color: var(--text); font-size: .9rem;
  letter-spacing: .3px;
  font-family: var(--font-body); font-weight: 500;
  border-bottom: 1px solid var(--line);
  transition: all .12s;
}
.submenu li:last-child a { border-bottom: none; }
.submenu li a:hover {
  background: var(--bg-alt); color: var(--brand); padding-left: 28px;
}

/* Mobile hamburger toggle */
.mobile-toggle {
  display: none;
  background: var(--brand);
  color: var(--white);
  border: none;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  margin: 18px 0;
  cursor: pointer;
}
.mobile-toggle svg { width: 26px; height: 26px; }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  top: 0; right: -100%;
  width: 320px; max-width: 88vw; height: 100vh;
  background: var(--black);
  z-index: 9999;
  transition: right .3s ease;
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0,0,0,.4);
}
.mobile-menu.open { right: 0; }
.mobile-menu-backdrop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9998;
}
.mobile-menu-backdrop.open { display: block; }
.mobile-menu-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-dark);
}
.mobile-menu-head .logo-text { color: var(--white); font-size: 1.4rem; }
.mobile-menu-head .logo-tagline { color: var(--muted-2); }
.mobile-menu-close {
  background: transparent; border: none;
  color: var(--white); cursor: pointer;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.mobile-menu-close svg { width: 24px; height: 24px; }

.mobile-menu ul { list-style: none; padding: 12px 0; }
.mobile-menu > ul > li > a, .mobile-menu > ul > li > .mobile-sub-toggle {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600; font-size: 1.05rem;
  text-transform: uppercase; letter-spacing: 1px;
  border-bottom: 1px solid var(--line-dark);
  cursor: pointer;
  transition: background .15s;
}
.mobile-menu > ul > li > a:hover,
.mobile-menu > ul > li > .mobile-sub-toggle:hover {
  background: var(--ink); color: var(--brand);
}
.mobile-sub-toggle svg {
  width: 16px; height: 16px;
  transition: transform .2s;
}
.mobile-sub-toggle.open svg { transform: rotate(180deg); }
.mobile-submenu {
  display: none;
  background: var(--ink);
  padding: 0;
}
.mobile-submenu.open { display: block; }
.mobile-submenu li a {
  display: block;
  padding: 14px 24px 14px 40px;
  color: #cbd5e1;
  font-size: .92rem;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-body);
  font-weight: 500;
}
.mobile-submenu li a:hover { color: var(--brand); background: var(--steel); }

.mobile-menu-cta {
  margin: 20px 24px;
  padding: 16px 20px;
  background: var(--brand);
  color: var(--white) !important;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.mobile-menu-cta:hover { background: var(--brand-h); }
.mobile-menu-cta svg { width: 18px; height: 18px; }

.mobile-menu-contact {
  padding: 20px 24px;
  border-top: 1px solid var(--line-dark);
  margin-top: 12px;
}
.mobile-menu-contact .contact-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  color: #cbd5e1;
  font-size: .9rem;
}
.mobile-menu-contact .contact-item svg {
  width: 18px; height: 18px; color: var(--brand);
  flex-shrink: 0;
}
.mobile-menu-contact .contact-item a { color: var(--white); font-weight: 600; }

/* ============================================================
   HERO — büyük fotoğraflı, kurumsal slider tarzı
   ============================================================ */
.hero {
  position: relative;
  min-height: 640px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 60%, rgba(10,10,10,.3) 100%),
    linear-gradient(45deg, #1f2937 0%, #374151 50%, #4b5563 100%);
  z-index: 0;
}
/* Endüstriyel arka plan deseni - sahne hissi */
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(249, 115, 22, .18), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(200, 16, 46, .15), transparent 55%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 60px; align-items: center;
  padding: 80px 0;
  width: 100%;
}
.hero-content {
  max-width: 720px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(200, 16, 46, .15);
  border: 1px solid var(--brand);
  color: var(--white);
  padding: 8px 18px;
  font-size: 12.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 28px;
}
.hero-badge svg { width: 14px; height: 14px; color: var(--brand); }
.hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .98;
  margin-bottom: 28px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.hero h1 .accent {
  color: var(--brand);
  position: relative; display: inline-block;
}
.hero h1 .accent::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 6px; background: var(--brand);
  opacity: .25;
}
.hero p.lead {
  font-size: 1.15rem; color: #cbd5e1;
  line-height: 1.7; margin-bottom: 38px;
  max-width: 600px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero sağ taraf — stat panel */
.hero-stats-panel {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  padding: 32px;
}
.hero-stats-panel-title {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
  color: var(--white);
  text-transform: uppercase; letter-spacing: 1.5px;
  padding-bottom: 16px; margin-bottom: 4px;
  border-bottom: 2px solid var(--brand);
  display: flex; align-items: center; justify-content: space-between;
}
.hero-stats-panel-title .live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: #4ade80;
}
.hero-stat-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-stat-row:last-child { border-bottom: none; }
.hero-stat-row-label {
  font-size: .88rem;
  color: #cbd5e1;
  letter-spacing: .5px;
}
.hero-stat-row-value {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.hero-stat-row-value .unit {
  font-size: .85rem;
  color: var(--white); margin-left: 4px;
  font-weight: 500;
  letter-spacing: 1px;
}
.live-dot {
  width: 7px; height: 7px; background: #4ade80;
  display: inline-block; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(74,222,128,.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
  70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* ============================================================
   BUTONLAR
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1.3px;
  border: 2px solid transparent;
  transition: all .15s;
  cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--brand); color: var(--white);
  border-color: var(--brand);
}
.btn-primary:hover {
  background: var(--brand-h); color: var(--white);
  border-color: var(--brand-h);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-outline {
  background: transparent; color: var(--white);
  border-color: rgba(255,255,255,.4);
}
.btn-outline:hover {
  background: var(--white); color: var(--black);
  border-color: var(--white);
}
.btn-wa {
  background: var(--whatsapp); color: var(--white);
  border-color: var(--whatsapp);
}
.btn-wa:hover { background: #1eb852; color: var(--white); border-color: #1eb852; }

/* ============================================================
   SLOGAN STRIP — hero altı küçük şerit
   ============================================================ */
.slogan-strip {
  background: var(--brand);
  color: var(--white);
  padding: 18px 0;
}
.slogan-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.slogan-strip-text {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  display: flex; align-items: center; gap: 12px;
}
.slogan-strip-text svg { width: 24px; height: 24px; }
.slogan-strip-cta {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--white); font-weight: 600;
  font-size: .95rem; text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  border-bottom: 2px solid var(--white);
}
.slogan-strip-cta:hover { color: var(--white); gap: 14px; }
.slogan-strip-cta svg { width: 16px; height: 16px; }

/* ============================================================
   SECTION HEADER
   ============================================================ */
section { padding: 0; }
.section-padded { padding: 90px 0; }

.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.section-title-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700;
  color: var(--brand);
  text-transform: uppercase; letter-spacing: 3px;
  margin-bottom: 16px;
}
.section-title-eyebrow::before,
.section-title-eyebrow::after {
  content: ""; width: 24px; height: 2px;
  background: var(--brand);
}
.section-title h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 16px;
}
.section-title p {
  color: var(--muted); font-size: 1.05rem;
}

/* sol hizalı varyant */
.section-title.left { text-align: left; margin: 0 0 50px; max-width: 720px; }
.section-title.left .section-title-eyebrow::before { display: none; }

/* dark varyant */
.section-title.on-dark h2 { color: var(--white); }
.section-title.on-dark p { color: var(--muted-2); }
.section-title.on-dark .section-title-eyebrow { color: #fb923c; }
.section-title.on-dark .section-title-eyebrow::before,
.section-title.on-dark .section-title-eyebrow::after { background: #fb923c; }

/* ============================================================
   FEATURE STRIP — 4'lü ana özellik şeridi (hero altı)
   ============================================================ */
.feature-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.feature-strip-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.feature-item {
  display: flex; align-items: center; gap: 18px;
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  transition: background .2s;
}
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: var(--bg-alt); }
.feature-icon {
  width: 56px; height: 56px;
  background: var(--bg-alt);
  border: 2px solid var(--brand);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand); flex-shrink: 0;
  transition: all .2s;
}
.feature-item:hover .feature-icon {
  background: var(--brand); color: var(--white);
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-text strong {
  display: block; font-family: var(--font-display);
  font-weight: 700; font-size: 1.05rem;
  color: var(--black); margin-bottom: 4px;
  text-transform: uppercase; letter-spacing: .5px;
}
.feature-text span {
  font-size: .88rem; color: var(--muted);
  line-height: 1.5;
}

/* ============================================================
   SERVICES — 2 büyük fotoğraflı hizmet kartı
   ============================================================ */
.services-section {
  background: var(--bg-alt);
}
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.service-card {
  background: var(--white);
  overflow: hidden;
  position: relative;
  transition: all .25s;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--text);
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  color: var(--text);
}
.service-card-visual {
  height: 280px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}
.service-card-visual.fire {
  background:
    linear-gradient(135deg, rgba(0,0,0,.6) 0%, rgba(200,16,46,.3) 100%),
    radial-gradient(circle at 30% 50%, #f97316 0%, #dc2626 35%, #7f1d1d 70%, #1f2937 100%);
}
.service-card-visual.water {
  background:
    linear-gradient(135deg, rgba(0,0,0,.55) 0%, rgba(30,64,175,.3) 100%),
    radial-gradient(circle at 70% 40%, #3b82f6 0%, #1e40af 40%, #1e3a8a 70%, #0c1424 100%);
}
.service-card-visual::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 36px 36px;
}
.service-card-visual-icon {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 110px; height: 110px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  transition: all .3s;
}
.service-card:hover .service-card-visual-icon {
  background: var(--white);
  color: var(--brand);
  transform: translate(-50%, -50%) scale(1.05);
}
.service-card-visual-icon svg { width: 56px; height: 56px; }
.service-card-badge {
  position: absolute; top: 20px; left: 20px;
  background: var(--brand); color: var(--white);
  padding: 6px 14px;
  font-family: var(--font-display);
  font-weight: 700; font-size: .82rem;
  text-transform: uppercase; letter-spacing: 1.5px;
}
.service-card-body {
  padding: 32px 36px 36px;
  flex-grow: 1;
  display: flex; flex-direction: column;
}
.service-card-body h3 {
  font-size: 1.65rem;
  margin-bottom: 14px;
  color: var(--black);
}
.service-card-body > p {
  color: var(--muted); margin-bottom: 24px;
  line-height: 1.7;
}
.service-card-keywords {
  list-style: none; padding: 0;
  margin: 0 0 28px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.service-card-keywords li {
  display: flex; align-items: center; gap: 8px;
  font-size: .88rem; color: var(--text-2);
  padding: 6px 0;
}
.service-card-keywords li svg {
  width: 14px; height: 14px; color: var(--brand);
  flex-shrink: 0;
}
.service-card-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--black);
  color: var(--white) !important;
  font-family: var(--font-display);
  font-weight: 700; font-size: .9rem;
  text-transform: uppercase; letter-spacing: 1.2px;
  margin-top: auto;
  align-self: flex-start;
  transition: all .2s;
}
.service-card-cta svg { width: 16px; height: 16px; }
.service-card:hover .service-card-cta {
  background: var(--brand); gap: 14px;
}

/* ============================================================
   ABOUT / INTRO — beyaz zeminli kurumsal bölüm
   ============================================================ */
.about-section { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-visual {
  position: relative;
  min-height: 460px;
  background: linear-gradient(135deg, #1f2937, #111827);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.about-visual::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at center, rgba(200,16,46,.25), transparent 65%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}
.about-visual-content {
  position: relative;
  text-align: center;
  color: var(--white);
  padding: 40px;
}
.about-visual-content .big-num {
  font-family: var(--font-display);
  font-size: 7rem; font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 12px;
}
.about-visual-content .big-label {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 16px;
}
.about-visual-content p {
  color: #cbd5e1;
  font-size: .98rem; max-width: 320px;
  margin: 0 auto;
}
.about-visual-stripe {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--brand);
  padding: 14px 20px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  font-size: .92rem;
}

.about-content .section-title { text-align: left; margin: 0 0 24px; }
.about-content h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.about-content > p {
  color: var(--text-2);
  font-size: 1.02rem; line-height: 1.8;
  margin-bottom: 16px;
}
.about-features {
  list-style: none; padding: 0;
  margin: 28px 0 32px;
}
.about-features li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 10px 0;
}
.about-features li svg {
  width: 22px; height: 22px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 2px;
}
.about-features li strong {
  color: var(--black);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
}
.about-features li span {
  color: var(--muted);
  font-size: .9rem;
}

/* ============================================================
   PROCESS — beyaz zeminli 5 adımlı süreç
   ============================================================ */
.process-section { background: var(--bg-alt); }
.process-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
}
.process-card {
  background: var(--white);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: all .25s;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.process-card:hover .process-card-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.process-card-num {
  position: absolute; top: -16px; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 36px;
  background: var(--brand); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.05rem;
}
.process-card-icon {
  width: 64px; height: 64px;
  margin: 14px auto 22px;
  background: var(--bg-alt);
  border: 2px solid var(--line);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.process-card-icon svg { width: 30px; height: 30px; }
.process-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.process-card p {
  font-size: .88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   COVERAGE — şehir kartları
   ============================================================ */
.coverage-section { background: var(--white); }
.coverage-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.coverage-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  transition: all .25s;
  text-decoration: none;
  display: flex; flex-direction: column;
}
.coverage-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand);
  box-shadow: var(--shadow);
}
.coverage-card-visual {
  height: 160px;
  background: linear-gradient(135deg, #1f2937, #0a0a0a);
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.coverage-card-visual::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at center, rgba(200,16,46,.3), transparent 70%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
}
.coverage-card-name {
  position: relative;
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1;
}
.coverage-card-plate {
  position: absolute; top: 16px; left: 16px;
  background: var(--white);
  color: var(--black);
  padding: 5px 11px;
  font-family: var(--font-display);
  font-weight: 800; font-size: .92rem;
  letter-spacing: 1px;
}
.coverage-card-body {
  padding: 24px 28px;
  flex-grow: 1;
}
.coverage-card-body p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
  margin: 0;
}
.coverage-card-foot {
  padding: 14px 28px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .88rem;
}
.coverage-card-foot .count {
  color: var(--brand);
}
.coverage-card-foot svg {
  width: 18px; height: 18px;
  color: var(--brand);
  transition: transform .2s;
}
.coverage-card:hover .coverage-card-foot svg {
  transform: translateX(4px);
}

/* ============================================================
   CTA STRIPE — alt çağrı şeridi
   ============================================================ */
.cta-stripe {
  background: var(--black);
  color: var(--white);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cta-stripe::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: var(--brand);
}
.cta-stripe::after {
  content: ""; position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,16,46,.18), transparent 65%);
}
.cta-stripe-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 40px;
}
.cta-stripe h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 0; line-height: 1.05;
}
.cta-stripe p {
  color: #cbd5e1;
  font-size: 1.05rem; margin: 12px 0 0;
}
.cta-stripe-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--black);
  color: #cbd5e1;
  padding: 0;
  border-top: 1px solid var(--line-dark);
}
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px; padding: 70px 0 50px;
}
.footer-brand .logo { padding: 0; margin-bottom: 22px; }
.footer-brand .logo-text { color: var(--white); }
.footer-brand p {
  color: var(--muted-2);
  font-size: .92rem; line-height: 1.75;
  max-width: 380px; margin-bottom: 22px;
}
.footer-social {
  display: flex; gap: 8px;
}
.footer-social a {
  width: 36px; height: 36px;
  background: var(--ink);
  color: #cbd5e1;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.footer-social a:hover {
  background: var(--brand); color: var(--white);
}
.footer-social svg { width: 16px; height: 16px; }

.footer-col h4 {
  color: var(--white);
  font-size: 1rem; margin-bottom: 22px;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding-bottom: 14px;
  position: relative;
}
.footer-col h4::after {
  content: ""; position: absolute; bottom: 0; left: 0;
  width: 32px; height: 2px; background: var(--brand);
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: #cbd5e1; font-size: .92rem;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .15s;
}
.footer-col ul li a::before {
  content: "›"; color: var(--brand);
}
.footer-col ul li a:hover { color: var(--brand); padding-left: 4px; }

.footer-contact { list-style: none; padding: 0; }
.footer-contact li {
  display: flex; gap: 12px; margin-bottom: 14px;
  font-size: .92rem; color: #cbd5e1;
  align-items: flex-start;
}
.footer-contact li svg {
  width: 18px; height: 18px;
  color: var(--brand); flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact li a { color: var(--white); font-weight: 600; }
.footer-contact li a:hover { color: var(--brand); }

.footer-bottom {
  padding: 22px 0; background: var(--ink);
  border-top: 1px solid var(--line-dark);
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p {
  margin: 0; font-size: .85rem; color: var(--muted-2);
}
.footer-bottom .tag { color: var(--brand); font-weight: 600; }

/* ============================================================
   FLOATING BUTTONS — WhatsApp + Call
   ============================================================ */
.float-actions {
  position: fixed; right: 20px; bottom: 20px;
  display: flex; flex-direction: column; gap: 12px;
  z-index: 999;
}
.float-btn {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  transition: all .25s;
  border-radius: 50%;
  position: relative;
}
.float-btn svg { width: 30px; height: 30px; }
.float-btn.wa {
  background: var(--whatsapp);
}
.float-btn.wa::before {
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%;
  border: 3px solid var(--whatsapp);
  opacity: .4;
  animation: ring 2s infinite;
}
@keyframes ring {
  0% { transform: scale(.95); opacity: .5; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(.95); opacity: 0; }
}
.float-btn.call { background: var(--brand); }
.float-btn:hover {
  transform: scale(1.1);
  color: var(--white);
}

/* ============================================================
   İÇ SAYFA COMPONENTLARI
   ============================================================ */

/* PAGE HERO — koyu zeminli sayfa başlığı */
.page-hero {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-bottom: 4px solid var(--brand);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.7) 60%, rgba(10,10,10,.5) 100%),
    linear-gradient(45deg, #1f2937 0%, #374151 50%, #4b5563 100%);
  z-index: 0;
}
.page-hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 40%, rgba(200,16,46,.18), transparent 55%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}
.page-hero-inner {
  position: relative; z-index: 1;
  padding: 70px 0 80px;
  max-width: 920px;
}
.page-hero-crumb {
  font-size: .82rem;
  color: var(--muted-2);
  letter-spacing: 1px;
  margin-bottom: 26px;
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px;
}
.page-hero-crumb a {
  color: #cbd5e1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.page-hero-crumb a:hover { color: var(--brand); }
.page-hero-crumb span { color: var(--muted-2); }
.page-hero-eyebrow {
  display: inline-block;
  background: rgba(200, 16, 46, .15);
  border: 1px solid var(--brand);
  color: var(--white);
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.page-hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: 24px;
  line-height: 1.02;
}
.page-hero-lead {
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

/* CONTENT PAGE */
.content-page { background: var(--white); }
.content-narrow {
  max-width: 920px;
  margin: 0 auto;
}
.lead-paragraph {
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--text-2);
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.content-page h2 {
  margin-top: 56px;
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  position: relative;
  padding-left: 22px;
}
.content-page h2::before {
  content: ""; position: absolute;
  left: 0; top: 2px; bottom: 6px;
  width: 6px; background: var(--brand);
}
.content-page h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 1.3rem;
  color: var(--black);
}
.content-page p {
  color: var(--text-2);
  font-size: 1rem;
  line-height: 1.8;
}
.content-page ul:not(.audience-features):not(.service-card-keywords):not(.partnership-banner-points):not(.numbered-list) {
  margin: 1.4em 0 1.8em;
  list-style: none;
  padding: 0;
}
.content-page ul:not(.audience-features):not(.service-card-keywords):not(.partnership-banner-points):not(.numbered-list) li {
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.65;
}
.content-page ul:not(.audience-features):not(.service-card-keywords):not(.partnership-banner-points):not(.numbered-list) li::before {
  content: ""; position: absolute;
  left: 0; top: 20px;
  width: 16px; height: 2px;
  background: var(--brand);
}
.content-page strong { color: var(--black); font-weight: 700; }

/* Numbered list — Süreç adımları için */
.numbered-list {
  list-style: none; counter-reset: step;
  padding: 0; margin: 28px 0;
}
.numbered-list li {
  counter-increment: step;
  position: relative;
  padding: 22px 24px 22px 78px;
  background: var(--bg-alt);
  border-left: 3px solid var(--brand);
  margin-bottom: 12px;
  line-height: 1.7;
  font-size: 1rem;
}
.numbered-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 22px; top: 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--brand);
  line-height: 1;
}

/* KEYWORD PILLS */
.keyword-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 40px;
}
.keyword-pill {
  background: var(--bg-alt);
  color: var(--text);
  padding: 9px 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .82rem;
  border: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: all .15s;
}
.keyword-pill:hover {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

/* KEYWORD GRID — Detaylı hizmet kalemleri */
.keyword-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0 40px;
}
.keyword-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px 24px;
  transition: all .2s;
}
.keyword-card:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}
.keyword-card:hover .keyword-card-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.keyword-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.keyword-card-icon {
  width: 42px; height: 42px;
  background: var(--bg-alt);
  border: 1.5px solid var(--line);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  transition: all .18s;
}
.keyword-card-icon svg { width: 22px; height: 22px; }
.keyword-card-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.keyword-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--black);
}
.keyword-card p {
  margin: 0;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* INFO BOX SOFT — Açık zeminli bilgi kutusu */
.info-box-soft {
  background: var(--bg-alt);
  border-left: 4px solid var(--brand);
  padding: 24px 28px;
  margin: 32px 0;
}
.info-box-soft-title {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: var(--brand);
  font-size: 1rem;
  margin-bottom: 8px;
}
.info-box-soft-title svg { width: 18px; height: 18px; }
.info-box-soft p {
  margin: 0;
  font-size: .95rem;
  color: var(--text-2);
  line-height: 1.7;
}

/* PARTNERSHIP MODELS — 3 kart, sigorta/eksper/broker */
.partnership-models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 40px;
}
.partnership-model {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 24px;
  transition: all .2s;
}
.partnership-model:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}
.partnership-model:hover .partnership-model-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.partnership-model-icon {
  width: 54px; height: 54px;
  background: var(--bg-alt);
  border: 2px solid var(--brand);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: all .18s;
}
.partnership-model-icon svg { width: 26px; height: 26px; }
.partnership-model h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--black);
}
.partnership-model ul {
  list-style: none; padding: 0; margin: 0;
}
.partnership-model ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  font-size: .9rem;
  color: var(--text-2);
  line-height: 1.5;
  border: none !important;
}
.partnership-model ul li::before { display: none !important; }
.partnership-model ul li svg {
  width: 16px; height: 16px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 2px;
}

/* CONTACT STRIP — Yan yana 2 kanal */
.contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}
.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: var(--bg-alt);
  border-left: 3px solid var(--brand);
}
.contact-strip-icon {
  width: 44px; height: 44px;
  background: var(--white);
  border: 2px solid var(--brand);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-strip-icon svg { width: 22px; height: 22px; }
.contact-strip-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.contact-strip-item a {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--black);
  letter-spacing: .3px;
}
.contact-strip-item a:hover { color: var(--brand); }

/* CONTACT GRID — İletişim sayfası 4'lü kart */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0 40px;
}
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 28px;
  transition: all .2s;
  position: relative;
}
.contact-card::before {
  content: ""; position: absolute;
  top: 0; left: 0;
  width: 60px; height: 4px;
  background: var(--brand);
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--brand);
}
.contact-card:hover .contact-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.contact-icon {
  width: 52px; height: 52px;
  background: var(--bg-alt);
  border: 2px solid var(--line);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  transition: all .18s;
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-card-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.contact-card h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--black);
}
.contact-card a {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--black);
  word-break: break-word;
  display: block;
  line-height: 1.3;
}
.contact-card a:hover { color: var(--brand); }
.contact-card-sub {
  margin-top: 10px;
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ADDRESS BOX */
.address-box {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 24px 28px;
  background: var(--bg-alt);
  border-left: 4px solid var(--brand);
  margin: 20px 0 40px;
}
.address-box-icon {
  width: 48px; height: 48px;
  background: var(--brand);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.address-box-icon svg { width: 24px; height: 24px; }
.address-box-title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  font-size: .9rem;
  margin-bottom: 4px;
}
.address-box p {
  margin: 0;
  font-size: 1rem;
  color: var(--black);
  line-height: 1.5;
  font-weight: 500;
}

/* ============================================================
   B2B COMPONENTS — Sigorta Sektörü için
   ============================================================ */

/* AUDIENCE / STAKEHOLDER CARDS — Sigorta, Eksper, Broker */
.audience-section { background: var(--white); }
.audience-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.audience-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px 32px 36px;
  text-align: left;
  position: relative;
  transition: all .25s;
  display: flex; flex-direction: column;
}
.audience-card::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--brand);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.audience-card:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.audience-card:hover::before { transform: scaleX(1); }
.audience-card:hover .audience-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.audience-icon {
  width: 68px; height: 68px;
  background: var(--bg-alt);
  border: 2px solid var(--line);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: all .25s;
}
.audience-icon svg { width: 34px; height: 34px; }
.audience-card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: var(--black);
}
.audience-card-sub {
  font-size: .82rem;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 16px;
}
.audience-card > p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}
.audience-features {
  list-style: none; padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}
.audience-features li {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 0;
  font-size: .9rem;
  color: var(--text-2);
  border-bottom: 1px solid var(--line);
}
.audience-features li svg {
  width: 16px; height: 16px;
  color: var(--brand); flex-shrink: 0;
}
.audience-card-cta {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 700; font-size: .92rem;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 4px 0;
  border-bottom: 2px solid var(--brand);
  align-self: flex-start;
  margin-top: auto;
  transition: gap .2s;
}
.audience-card-cta svg { width: 16px; height: 16px; }
.audience-card-cta:hover { gap: 14px; color: var(--brand-h); }

/* BENEFITS GRID — Sigorta için sunduğumuz avantajlar (5'li grid) */
.benefits-section {
  background: var(--bg-alt);
  position: relative;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.benefit-item {
  background: var(--white);
  padding: 36px 24px;
  text-align: center;
  transition: background .2s;
}
.benefit-item:hover {
  background: var(--bg-alt);
}
.benefit-item:hover .benefit-icon {
  background: var(--brand); color: var(--white); border-color: var(--brand);
}
.benefit-icon {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  background: var(--bg-alt);
  border: 2px solid var(--brand);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-num {
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 6px;
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
}
.benefit-num .unit {
  font-size: .85rem;
  color: var(--text-2);
  font-weight: 600;
  font-family: var(--font-body);
}
.benefit-item h4 {
  font-size: 1rem;
  margin: 6px 0 10px;
  color: var(--black);
  letter-spacing: .3px;
}
.benefit-item p {
  font-size: .85rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* PARTNERSHIP BANNER — koyu kurumsal şerit */
.partnership-banner {
  background: var(--black);
  color: var(--white);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.partnership-banner::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(200,16,46,.15), transparent 55%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}
.partnership-banner-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.partnership-banner-left h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  margin: 14px 0 18px;
}
.partnership-banner-left .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700;
  color: #fb923c;
  text-transform: uppercase; letter-spacing: 2.5px;
}
.partnership-banner-left .eyebrow::before {
  content: ""; width: 28px; height: 2px;
  background: #fb923c;
}
.partnership-banner-left p {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 540px;
}
.partnership-banner-points {
  list-style: none; padding: 0; margin: 0 0 32px;
}
.partnership-banner-points li {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 0;
  color: #e5e7eb;
  font-size: .95rem;
}
.partnership-banner-points li svg {
  width: 18px; height: 18px;
  color: var(--brand); flex-shrink: 0;
}
.partnership-banner-cta {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--brand); color: var(--white);
  padding: 16px 28px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1.3px;
  transition: all .2s;
}
.partnership-banner-cta svg { width: 18px; height: 18px; }
.partnership-banner-cta:hover {
  background: var(--brand-h); color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

/* Sağ taraftaki "metrik panosu" */
.partnership-metrics {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 0;
}
.partnership-metric-head {
  padding: 18px 26px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center;
}
.partnership-metric-head-title {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--white);
}
.partnership-metric-head .live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; color: #4ade80; font-weight: 600;
}
.partnership-metric-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  gap: 16px;
}
.partnership-metric-row:last-child { border-bottom: none; }
.partnership-metric-row-label {
  color: #cbd5e1;
  font-size: .9rem;
  line-height: 1.4;
}
.partnership-metric-row-label .sub {
  display: block; color: var(--muted-2);
  font-size: 11.5px;
  margin-top: 4px;
  text-transform: uppercase; letter-spacing: 1.5px;
}
.partnership-metric-row-value {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.partnership-metric-row-value .unit {
  font-size: .9rem;
  color: var(--white); margin-left: 4px;
  font-weight: 500; letter-spacing: 1px;
}

/* SUPPLIER PROCESS — Tedarikçi sürec akışı (alternatif process) */
.supplier-process { background: var(--white); }
.supplier-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  position: relative;
}
.supplier-process-step {
  background: var(--white);
  padding: 32px 22px 28px;
  border-right: 1px solid var(--line);
  text-align: left;
  position: relative;
  transition: background .2s;
}
.supplier-process-step:last-child { border-right: none; }
.supplier-process-step:hover { background: var(--bg-alt); }
.supplier-process-step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 14px;
}
.supplier-process-step h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  letter-spacing: .3px;
}
.supplier-process-step p {
  font-size: .85rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.supplier-process-step .tag {
  display: inline-block;
  font-size: 10.5px;
  background: var(--bg-alt);
  color: var(--brand);
  padding: 4px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; }
  .hero-stats-panel { max-width: 480px; }
  .services-grid { grid-template-columns: 1fr; }
  .feature-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(2) { border-right: none; }
  .feature-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }

  /* B2B */
  .audience-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .partnership-banner-inner { grid-template-columns: 1fr; gap: 40px; }
  .supplier-process-grid { grid-template-columns: repeat(2, 1fr); }
  .supplier-process-step:nth-child(2n) { border-right: none; }
  .supplier-process-step { border-bottom: 1px solid var(--line); }

  /* İç sayfa */
  .partnership-models { grid-template-columns: 1fr; }
  .keyword-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-strip { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section-padded { padding: 60px 0; }
  .hero { min-height: 540px; }
  .hero-inner { padding: 50px 0; }

  /* Mobile menu */
  .nav-menu { display: none; }
  .mobile-toggle {
    display: flex;
  }

  .utility-bar .hide-mobile { display: none; }
  .utility-left { gap: 12px; }
  .utility-right { gap: 12px; }

  .slogan-strip-inner { flex-direction: column; text-align: center; gap: 10px; }
  .slogan-strip-text { font-size: 1.1rem; }

  .feature-strip-grid { grid-template-columns: 1fr; }
  .feature-item {
    border-right: none !important;
    border-bottom: 1px solid var(--line);
  }

  .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 50px 0 30px; }
  .cta-stripe-inner { grid-template-columns: 1fr; gap: 20px; }
  .service-card-keywords { grid-template-columns: 1fr; }
  .service-card-visual { height: 220px; }
  .service-card-visual-icon { width: 90px; height: 90px; }
  .service-card-visual-icon svg { width: 44px; height: 44px; }
  .service-card-body { padding: 24px 24px 28px; }

  .about-visual { min-height: 360px; }
  .about-visual-content .big-num { font-size: 5rem; }

  .logo-text { font-size: 1.35rem; }
  .logo-tagline { display: none; }

  .float-btn { width: 54px; height: 54px; }
  .float-btn svg { width: 26px; height: 26px; }

  /* B2B mobile */
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-item { border-right: none !important; border-bottom: 1px solid var(--line); }
  .supplier-process-grid { grid-template-columns: 1fr; }
  .supplier-process-step { border-right: none !important; border-bottom: 1px solid var(--line); }
  .partnership-metric-row { padding: 18px 22px; }
  .partnership-metric-row-value { font-size: 2rem; }

  /* İç sayfa mobile */
  .page-hero-inner { padding: 50px 0 56px; }
  .content-page h2 { margin-top: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .numbered-list li { padding: 18px 18px 18px 70px; }
}
