/* ═══════════════════════════════════════════════════════════
   Deniz Elektrik — Premium Elektrikçi Sitesi v5.0
   Tasarım: Kurumsal, Modern, Sektöre Özel
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --navy:      #061524;
  --navy-2:    #0a2240;
  --navy-3:    #0d3060;
  --ink:       #08192b;
  --text:      #243444;
  --muted:     #5a718a;
  --line:      #dce7f3;
  --bg:        #f1f6fb;
  --card:      #ffffff;
  --soft:      #e8f0fa;
  --gold:      #f5bc00;
  --gold-dark: #d4a200;
  --gold-bg:   rgba(245,188,0,.10);
  --green:     #0c7a48;
  --radius:    16px;
  --shadow:    0 24px 64px rgba(6,21,36,.14);
  --shadow-sm: 0 6px 22px rgba(6,21,36,.08);
  --container: 1160px;
  --tr:        .22s ease;
}

/* ── BASE ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }

/* ── SKIP LINK ────────────────────────────────────────────── */
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; border: 1px solid var(--line); padding: 10px 12px; border-radius: 10px; z-index: 100; }
.skip-link:focus { left: 8px; }

/* ── TOPBAR ───────────────────────────────────────────────── */
.topbar { background: var(--navy); color: rgba(210,228,252,.65); font-size: .82rem; font-weight: 500; letter-spacing: .015em; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 9px 0; }
.topbar a { color: var(--gold); text-decoration: none; font-weight: 800; font-size: .85rem; letter-spacing: .04em; }

/* ── SITE HEADER ──────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 24px rgba(6,21,36,.07);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; gap: 16px; }

/* ── LOGO ─────────────────────────────────────────────────── */
.logo { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: max-content; }
.logo-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900; font-size: .88rem; letter-spacing: .04em;
  display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(6,21,36,.24);
  flex-shrink: 0;
}
.logo-text strong { display: block; color: var(--ink); font-size: 1.04rem; line-height: 1.1; font-weight: 800; }
.logo-text small { display: block; color: var(--muted); font-size: .77rem; margin-top: 2px; font-weight: 500; }

/* ── NAVIGATION ───────────────────────────────────────────── */
.main-menu { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.main-menu a {
  text-decoration: none; color: var(--text); font-weight: 600; font-size: .88rem;
  padding: 9px 13px; border-radius: 10px;
  transition: background var(--tr), color var(--tr);
}
.main-menu a:hover, .main-menu a.active { background: var(--soft); color: var(--navy); }
.header-call {
  background: var(--gold); color: var(--ink);
  text-decoration: none; font-weight: 800; font-size: .88rem;
  padding: 11px 20px; border-radius: 12px; letter-spacing: .01em;
  box-shadow: 0 8px 22px rgba(245,188,0,.30);
  transition: background var(--tr), box-shadow var(--tr), transform var(--tr);
  flex-shrink: 0;
}
.header-call:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 14px 32px rgba(245,188,0,.40); }
.menu-button { display: none; margin-left: auto; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 9px 14px; font-weight: 700; color: var(--navy); cursor: pointer; font-size: .88rem; }

/* ── HERO ─────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; background: var(--navy); isolation: isolate; }

/* Elektrik devre ızgara deseni */
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(245,188,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,188,0,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 55% 90% at 0% 25%, rgba(245,188,0,.13), transparent 52%),
    radial-gradient(ellipse 50% 70% at 95% 80%, rgba(13,48,96,.75), transparent 55%),
    linear-gradient(105deg,
      rgba(6,21,36,1)    0%,
      rgba(10,34,64,.96) 50%,
      rgba(10,34,64,.18) 50%,
      rgba(235,243,252,.96) 100%
    );
}
.hero-bg { position: absolute; right: 0; top: 0; bottom: 0; width: 44%; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .20; filter: grayscale(30%) contrast(1.1) brightness(.85); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 44px; align-items: center; padding: 84px 0 92px;
  position: relative; z-index: 2;
}
.hero-copy { color: #fff; max-width: 680px; }

/* ── MINI TITLE ───────────────────────────────────────────── */
.mini-title {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; font-size: .72rem;
}
.mini-title::before { content: ''; width: 22px; height: 2.5px; background: currentColor; border-radius: 999px; }

/* ── HEADINGS ─────────────────────────────────────────────── */
.hero h1, .page-hero h1, .service-hero h1 {
  font-size: clamp(2.15rem, 4.8vw, 4.1rem);
  line-height: 1.06; letter-spacing: -.042em;
  margin: 16px 0 20px; color: #fff; font-weight: 900;
}
.page-hero h1, .service-hero h1 { color: var(--ink); }
.lead { font-size: 1.08rem; color: rgba(215,232,252,.80); margin: 0 0 24px; max-width: 680px; line-height: 1.74; }
.page-hero .lead, .service-hero .lead { color: var(--muted); }

/* ── BUTTONS ──────────────────────────────────────────────── */
.hero-actions, .action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 800; font-size: .92rem; letter-spacing: .01em;
  border-radius: 12px; padding: 14px 22px; border: 1.5px solid transparent;
  transition: transform var(--tr), box-shadow var(--tr), background var(--tr), border-color var(--tr);
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 28px rgba(245,188,0,.30); }
.btn-gold:hover { background: var(--gold-dark); box-shadow: 0 18px 42px rgba(245,188,0,.42); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-white {
  background: rgba(255,255,255,.10); color: #fff;
  border-color: rgba(255,255,255,.26); backdrop-filter: blur(10px);
}
.btn-white:hover { background: rgba(255,255,255,.20); border-color: rgba(255,255,255,.50); }

/* ── KEYWORD PILLS ────────────────────────────────────────── */
.keyword-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.keyword-pills span {
  font-size: .80rem; font-weight: 600; color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px; padding: 6px 13px;
}

/* ── HERO CARD ────────────────────────────────────────────── */
.hero-card {
  background: #fff; border: 1px solid rgba(6,21,36,.07);
  border-top: 4px solid var(--gold);
  border-radius: 20px; box-shadow: 0 36px 88px rgba(6,21,36,.22);
  padding: 30px; color: var(--text);
  position: relative; z-index: 2;
}
.hero-card h2 { color: var(--ink); font-size: 1.42rem; line-height: 1.22; margin: 0 0 20px; font-weight: 800; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li {
  display: grid; grid-template-columns: 34px 1fr; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--line); align-items: start;
}
.info-list li:last-child { border-bottom: 0; }
.info-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--soft); color: var(--navy-2);
  display: grid; place-items: center; font-weight: 900; font-size: .84rem; flex-shrink: 0;
}
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.trust-row div {
  background: var(--soft); border: 1px solid var(--line);
  border-radius: 12px; padding: 12px 10px; text-align: center;
}
.trust-row strong { display: block; color: var(--ink); font-size: .84rem; font-weight: 800; }
.trust-row span { display: block; font-size: .76rem; color: var(--muted); margin-top: 2px; }

/* ── HIGHLIGHT LINE ───────────────────────────────────────── */
.hero-card .highlight-line {
  background: linear-gradient(90deg, rgba(245,188,0,.12), rgba(245,188,0,.04));
  border: 1px solid rgba(245,188,0,.26); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 14px 16px; margin-top: 18px;
  color: var(--ink); font-weight: 700; font-size: .87rem; line-height: 1.55;
}

/* ── QUICK STRIP ──────────────────────────────────────────── */
.quick-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 22px; }
.quick-strip a, .quick-strip span {
  display: block; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 16px 18px;
  text-decoration: none; font-weight: 700; font-size: .93rem;
  color: var(--navy); box-shadow: var(--shadow-sm);
  transition: box-shadow var(--tr), transform var(--tr), border-color var(--tr);
}
.quick-strip a:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(6,21,36,.12); border-color: var(--gold); }
.quick-strip small { display: block; color: var(--muted); font-weight: 500; margin-top: 4px; font-size: .80rem; }

/* ── SECTIONS ─────────────────────────────────────────────── */
.section { padding: 76px 0; }
.section-white { background: #fff; }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head h2, .split h2, .faq h2, .content-card h2, .final-cta h2 {
  font-size: clamp(1.68rem, 3vw, 2.55rem);
  line-height: 1.15; letter-spacing: -.03em;
  color: var(--ink); margin: 10px 0 14px; font-weight: 800;
}
.section-head p { color: var(--muted); margin: 0; font-size: .97rem; line-height: 1.72; }

/* ── INTENT GRID ──────────────────────────────────────────── */
.intent-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.intent-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 24px; box-shadow: var(--shadow-sm);
  transition: box-shadow var(--tr), transform var(--tr), border-color var(--tr);
}
.intent-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(6,21,36,.11); border-color: rgba(245,188,0,.50); }
.intent-card b {
  display: grid; place-items: center; width: 46px; height: 46px;
  border-radius: 13px; background: var(--navy); color: var(--gold);
  margin-bottom: 16px; font-size: 1rem; font-weight: 900;
}
.intent-card h3 { margin: 0 0 8px; color: var(--ink); line-height: 1.22; font-size: 1rem; font-weight: 800; }
.intent-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.68; }

/* ── SERVICE GRID ─────────────────────────────────────────── */
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: box-shadow var(--tr), transform var(--tr);
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 54px rgba(6,21,36,.13); }
.service-card-media { aspect-ratio: 16/9; background: var(--soft); overflow: hidden; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card-body { padding: 22px; }
.service-card-body span {
  display: inline-block; color: var(--navy-2); font-weight: 700; font-size: .73rem;
  text-transform: uppercase; letter-spacing: .09em;
  background: var(--soft); padding: 5px 10px; border-radius: 999px;
}
.service-card h3 { margin: 12px 0 8px; color: var(--ink); font-size: 1.03rem; font-weight: 800; line-height: 1.26; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.67; }
.service-card a {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 18px; text-decoration: none; font-weight: 700;
  color: var(--navy); font-size: .88rem;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
  transition: border-color var(--tr), color var(--tr);
}
.service-card a::after { content: '→'; transition: transform var(--tr); display: inline-block; }
.service-card a:hover { color: var(--gold-dark); border-color: var(--gold); }
.service-card a:hover::after { transform: translateX(5px); }

/* ── SERVICE BADGES ───────────────────────────────────────── */
.service-badges { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-badge {
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 14px; padding: 20px 18px; box-shadow: var(--shadow-sm);
  text-decoration: none; color: inherit;
  transition: box-shadow var(--tr), transform var(--tr);
}
.service-badge:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(6,21,36,.11); }
.service-badge strong { display: block; color: var(--ink); font-size: .98rem; font-weight: 800; margin-bottom: 6px; }
.service-badge span { display: block; color: var(--muted); font-size: .86rem; line-height: 1.58; }

/* ── SPLIT GRID ───────────────────────────────────────────── */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.regions-layout { display: grid; grid-template-columns: 1fr; gap: 24px; }
.regions-layout .content-card.soft .check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}
.content-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 20px; padding: 32px; box-shadow: var(--shadow-sm);
}
.content-card.soft {
  background: linear-gradient(155deg, var(--soft) 0%, #ddeaf8 100%);
  border-color: #cfdded;
}
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  position: relative; padding: 12px 0 12px 38px;
  border-bottom: 1px solid var(--line); color: var(--text); font-size: .93rem; line-height: 1.55;
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 11px;
  width: 25px; height: 25px; border-radius: 7px;
  background: var(--gold); color: var(--ink);
  font-weight: 900; font-size: .74rem;
  display: grid; place-items: center;
}

/* ── AREA GRID ────────────────────────────────────────────── */
.area-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  margin-top: 20px;
}
.area-grid a, .chip {
  flex: 1 1 158px;
  max-width: 210px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: .83rem;
  line-height: 1.28;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
  overflow-wrap: anywhere;
  transition: background var(--tr), border-color var(--tr), color var(--tr), transform var(--tr), box-shadow var(--tr);
}
.region-links-grid a {
  flex-basis: 136px;
  max-width: 164px;
}
.keyword-links-grid a {
  flex-basis: 170px;
  max-width: 210px;
  min-height: 60px;
}
.area-grid a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(6,21,36,.12);
}

/* ── STEPS ────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 28px; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
  transition: box-shadow var(--tr), transform var(--tr);
}
.step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(245,188,0,.25));
}
.step:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(6,21,36,.11); }
.step b {
  display: grid; place-items: center; width: 50px; height: 50px;
  border-radius: 15px; background: var(--gold); color: var(--ink);
  margin-bottom: 18px; font-size: 1.15rem; font-weight: 900;
  box-shadow: 0 8px 18px rgba(245,188,0,.34);
}
.step h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.03rem; font-weight: 800; }
.step p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.67; }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq details {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 14px; padding: 0; margin: 10px 0; overflow: hidden;
  transition: border-color var(--tr), box-shadow var(--tr);
}
.faq details[open] { border-color: var(--gold); box-shadow: 0 8px 28px rgba(245,188,0,.12); }
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--ink); font-size: .96rem;
  padding: 18px 22px; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 1.3rem; font-weight: 900; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq p { color: var(--muted); margin: 0; padding: 0 22px 18px; line-height: 1.72; font-size: .92rem; }

/* ── PAGE / SERVICE HERO ──────────────────────────────────── */
.page-hero, .service-hero {
  background: linear-gradient(165deg, #eef4fc 0%, #e3edf7 100%);
  border-bottom: 1px solid var(--line); padding: 70px 0;
}
.breadcrumbs { font-size: .86rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumbs a { text-decoration: none; color: var(--navy); font-weight: 600; }
.breadcrumbs a:hover { color: var(--gold-dark); }
.service-hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: center; }
.service-side {
  background: #fff; border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 18px; padding: 26px; box-shadow: var(--shadow);
}

/* ── CONTACT ──────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-box {
  background: #fff; border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 16px; padding: 24px; box-shadow: var(--shadow-sm);
}
.contact-box h2 { font-size: 1.02rem; margin: 0 0 8px; color: var(--ink); font-weight: 700; }
.contact-box p { font-weight: 800; margin: 0 0 6px; color: var(--navy); font-size: 1.05rem; }
.contact-box span { color: var(--muted); font-size: .86rem; }

/* ── LEGAL ────────────────────────────────────────────────── */
.legal { max-width: 860px; }
.legal h2 { font-size: 1.28rem; color: var(--ink); margin-top: 28px; font-weight: 800; }

/* ── FINAL CTA ────────────────────────────────────────────── */
.final-cta {
  background: var(--navy);
  color: #fff; padding: 58px 0; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 0% 50%, rgba(245,188,0,.10), transparent 55%),
    linear-gradient(120deg, rgba(6,21,36,1) 0%, rgba(10,34,64,.96) 48%, rgba(13,48,96,.88) 100%);
}
.final-cta::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,188,0,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,188,0,.04) 1px, transparent 1px);
  background-size: 44px 44px;
}
.final-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; position: relative; z-index: 1;
}
.final-cta h2 { color: #fff; margin-top: 8px; }
.final-cta p { color: rgba(210,228,252,.75); margin: 0; line-height: 1.72; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; min-width: max-content; }

/* ── FOOTER ───────────────────────────────────────────────── */
.footer { background: #040e1a; color: #d8e6f2; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
.footer .logo-text strong { color: #fff; }
.footer .logo-text small, .footer p, .footer li { color: #7a98b6; line-height: 1.78; }
.footer h2 { color: #fff; font-size: .98rem; margin: 0 0 14px; font-weight: 700; letter-spacing: .01em; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 9px 0; font-size: .9rem; }
.footer a { text-decoration: none; transition: color var(--tr); }
.footer a:hover { color: var(--gold); }
.footer p { margin: 12px 0 0; font-size: .9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07); margin-top: 34px;
  padding-top: 20px; color: #506070; font-size: .86rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}

/* ── FLOATING ACTIONS ─────────────────────────────────────── */
.float-actions {
  position: fixed; left: 20px; right: 20px; bottom: 20px;
  z-index: 90; pointer-events: none;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.float-actions a {
  pointer-events: auto; text-decoration: none; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; border-radius: 999px;
  box-shadow: 0 16px 44px rgba(6,21,36,.30);
  transition: transform .18s ease, box-shadow .18s ease;
}
.float-actions a:hover { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(6,21,36,.38); }
.float-call { background: var(--gold); color: var(--ink); padding: 15px 22px; }
.float-wa { background: var(--green); color: #fff; padding: 15px 22px; }
.float-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; flex: 0 0 auto; }
.float-icon svg { width: 24px; height: 24px; display: block; }
.float-text { font-size: .91rem; }

/* ── MOBILE CTA ───────────────────────────────────────────── */
.mobile-cta { display: none; }

/* ── CONTEXT OVERRIDES ────────────────────────────────────── */
.content-card .keyword-pills span { background: var(--soft); border-color: var(--line); color: var(--navy); }
.service-hero .btn-white, .page-hero .btn-white { background: #fff; color: var(--navy); border-color: var(--line); }
.page-hero .keyword-pills span, .service-hero .keyword-pills span { background: #fff; border-color: var(--line); color: var(--navy); }

/* ── RESPONSIVE ≤ 980px ───────────────────────────────────── */
@media(max-width:980px){
  .main-menu {
    display: none; position: absolute; left: 16px; right: 16px; top: 72px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch;
  }
  .main-menu.open { display: flex; }
  .menu-button { display: block; }
  .header-call { display: none; }
  .hero { background: var(--navy); }
  .hero::before {
    background:
      radial-gradient(circle at 10% 10%, rgba(245,188,0,.14), transparent 38%),
      linear-gradient(180deg,
        rgba(6,21,36,1) 0%,
        rgba(10,34,64,.96) 52%,
        rgba(238,244,252,.95) 52%,
        #eef4fc 100%
      );
  }
  .hero-bg { width: 100%; opacity: .11; }
  .hero-grid, .service-hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 60px 0; }
  .hero-card { margin-top: 12px; }
  .intent-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .steps, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .final-actions { min-width: 0; }
  .quick-strip { grid-template-columns: 1fr; }
  .service-badges { grid-template-columns: repeat(2,1fr); }
}

/* ── RESPONSIVE ≤ 640px ───────────────────────────────────── */
@media(max-width:640px){
  .topbar-inner { display: block; text-align: center; }
  .topbar a { display: block; margin-top: 4px; }
  .nav-shell { min-height: 66px; }
  .logo-icon { width: 42px; height: 42px; }
  .logo-text strong { font-size: .97rem; }
  .hero h1, .page-hero h1, .service-hero h1 { font-size: 2.1rem; letter-spacing: -.03em; }
  .lead { font-size: .98rem; }
  .section { padding: 56px 0; }
  .intent-grid, .service-grid { grid-template-columns: 1fr; }
  .hero-card, .content-card, .service-side { padding: 22px; }
  .trust-row { grid-template-columns: 1fr; }
  .mobile-cta {
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .mobile-cta a {
    text-align: center; text-decoration: none; font-weight: 800; font-size: .92rem;
    border-radius: 14px; padding: 14px 10px;
    box-shadow: 0 12px 30px rgba(6,21,36,.20);
  }
  .mobile-cta a:first-child { background: var(--gold); color: var(--ink); }
  .mobile-cta a:last-child { background: var(--green); color: #fff; }
  .footer { padding-bottom: 86px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .float-actions { left: 12px; right: 12px; bottom: 12px; }
  .float-actions a { width: 60px; height: 60px; padding: 0; border-radius: 18px; }
  .float-text { display: none; }
  .float-icon, .float-icon svg { width: 28px; height: 28px; }
  .service-badges { grid-template-columns: 1fr; gap: 12px; }
  .regions-layout .content-card.soft .check-list { grid-template-columns: 1fr; }
  .footer { padding-bottom: 96px; }
  .page-hero, .service-hero { padding: 48px 0; }
  .area-grid { gap: 10px; }
  .area-grid a, .chip {
    flex-basis: calc(50% - 5px);
    max-width: none;
    min-width: 0;
    min-height: 50px;
    padding: 9px 10px;
    font-size: .79rem;
  }
  .keyword-links-grid a { min-height: 56px; }
}

