/* ============================================================
   Michael Vögel · Google Ads Agentur Oldenburg
   Design system — "Signal": precision-blue ink + conversion amber
   ============================================================ */

/* --- Selbst gehostete Schriften (keine Verbindung zu Google) --- */
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/inter-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/space-grotesk-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/space-grotesk-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/space-grotesk-latin-700-normal.woff2') format('woff2'); }

:root {
  /* Ink / surfaces */
  --ink:        #0E1729;
  --ink-soft:   #1B2740;
  --ink-2:      #26324c;
  --paper:      #ffffff;
  --paper-2:    #f5f7fb;
  --paper-3:    #eef2f9;
  --line:       #dce3ee;
  --line-strong:#c6d0e0;

  /* Signal palette */
  --azure:      #2563eb;
  --azure-deep: #1b3fb0;
  --azure-soft: #e6edfd;
  --amber:      #f59e0b;
  --amber-deep: #c97c04;
  --amber-soft: #fdecc9;
  --emerald:    #0b9d6a;

  /* Text */
  --text:       #0e1729;
  --muted:      #57627a;
  --muted-2:    #7c869c;
  --on-ink:     #eaf0fb;
  --on-ink-mut: #9aa8c4;

  /* Type */
  --display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --body:    "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Metrics */
  --wrap: 1160px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(14,23,41,.06), 0 2px 8px rgba(14,23,41,.05);
  --shadow-md: 0 8px 24px rgba(14,23,41,.09), 0 2px 6px rgba(14,23,41,.05);
  --shadow-lg: 0 24px 60px rgba(14,23,41,.14);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--azure); outline-offset: 3px; border-radius: 4px; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding: 96px 0; position: relative; }
.section--tight { padding: 72px 0; }
.eyebrow {
  font-family: var(--display);
  font-size: 13px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--azure);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--azure); border-radius: 2px; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 16px 0 14px; }
.section-head p { color: var(--muted); font-size: 18px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: 16px;
  padding: 14px 24px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--azure); color: #fff; box-shadow: 0 6px 18px rgba(37,99,235,.32); }
.btn--primary:hover { background: var(--azure-deep); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(37,99,235,.4); }
.btn--amber { background: var(--amber); color: var(--ink); box-shadow: 0 6px 18px rgba(245,158,11,.34); }
.btn--amber:hover { background: var(--amber-deep); color:#fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(245,158,11,.42); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--on-ink { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); }
.btn--on-ink:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.site-header .wrap { max-width: 1220px; }
.nav { display: flex; align-items: center; gap: 18px; height: 76px; }
/* Brand lockup (badge + two-line wordmark) */
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); flex-shrink: 0; }
.brand__badge { width: 42px; height: 42px; border-radius: 12px; background: var(--ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.brand__badge svg { width: 23px; height: 23px; }
.brand__text { display: flex; flex-direction: column; justify-content: center; line-height: 1.06; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: -.4px; color: currentColor; white-space: nowrap; }
.brand__sub { font-family: var(--display); font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--azure); white-space: nowrap; margin-top: 2px; }
.nav__links { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.nav__links a { font-size: 14px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 6px 0; white-space: nowrap; }
.nav__links a::after { content:""; position:absolute; left:0; bottom:0; width:0; height:2px; background: var(--azure); transition: width .25s var(--ease); }
.nav__links a:hover { color: var(--azure); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav__phone { font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.nav__phone svg { width: 16px; height: 16px; color: var(--azure); }
.nav__burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; }
.nav__burger span { display:block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: .25s var(--ease); }
.nav__burger span::before, .nav__burger span::after { content:""; position:absolute; left:0; width:20px; height:2px; background: var(--ink); transition:.25s var(--ease); }
.nav__burger span::before { top: -6px; } .nav__burger span::after { top: 6px; }
body.menu-open .nav__burger span { background: transparent; }
body.menu-open .nav__burger span::before { top:0; transform: rotate(45deg); }
body.menu-open .nav__burger span::after { top:0; transform: rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding: 68px 0 84px; overflow: hidden; }
.hero::before {
  content:""; position:absolute; inset:0; z-index:-2;
  background:
    radial-gradient(900px 500px at 82% -8%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(700px 460px at 8% 4%, rgba(245,158,11,.08), transparent 55%);
}
.hero__grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid var(--line);
  padding: 7px 14px 7px 8px; border-radius: 999px; box-shadow: var(--shadow-sm);
  font-size: 14px; font-weight: 500; color: var(--ink-soft);
}
.hero__badge b { font-weight: 700; }
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 4px rgba(11,157,106,.16); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0%,100%{ box-shadow:0 0 0 3px rgba(11,157,106,.18);} 50%{ box-shadow:0 0 0 7px rgba(11,157,106,0);} }
.hero h1 { font-size: clamp(29px, 4.0vw, 50px); margin: 22px 0 0; letter-spacing: -0.03em; }
.hero h1 .hl { position: relative; color: var(--azure); white-space: nowrap; }
.hero h1 .hl::after { content:""; position:absolute; left:-2px; right:-2px; bottom: 4px; height: 12px; background: var(--amber-soft); z-index:-1; border-radius: 3px; }
.hero__lead { font-size: 19px; color: var(--muted); margin-top: 22px; max-width: 560px; }
.hero__lead b { color: var(--ink); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__proof { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero__proof-item { display: flex; flex-direction: column; }
.hero__proof-item .n { font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--ink); font-variant-numeric: tabular-nums; }
.hero__proof-item .l { font-size: 13.5px; color: var(--muted); }
.hero__proof-sep { width:1px; height: 38px; background: var(--line); }

/* Hero signature: live SERP auction card */
.serp {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden; position: relative;
}
.serp__bar { display:flex; align-items:center; gap:10px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.serp__search { flex:1; display:flex; align-items:center; gap:10px; background:#fff; border:1px solid var(--line); border-radius: 999px; padding: 9px 15px; font-size: 14.5px; color: var(--ink-soft); box-shadow: var(--shadow-sm); }
.serp__search svg { width:16px; height:16px; color: var(--muted-2); flex-shrink:0; }
.serp__caret { width: 1.5px; height: 17px; background: var(--azure); animation: caret 1.1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.serp__dots { display:flex; gap:6px; }
.serp__dots i { width:10px; height:10px; border-radius:50%; display:block; }
.serp__body { padding: 16px 18px 20px; }
.serp__ad {
  border: 1.5px solid var(--azure); background: linear-gradient(180deg, var(--azure-soft), #fff);
  border-radius: 14px; padding: 14px 16px; position: relative;
  opacity: 0; transform: translateY(10px);
  animation: adin .7s var(--ease) forwards;
}
.serp__tag { display:inline-block; font-family: var(--display); font-weight:700; font-size:11px; letter-spacing:.04em; color: var(--azure); background:#fff; border:1px solid var(--azure); border-radius:6px; padding: 2px 7px; margin-bottom: 8px; }
.serp__ad h4 { font-size: 16.5px; color: var(--azure-deep); }
.serp__url { font-size: 13px; color: var(--emerald); margin: 3px 0 6px; }
.serp__ad p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.serp__result { padding: 12px 4px; border-bottom: 1px solid var(--line); opacity:.5; }
.serp__result h5 { font-family: var(--display); font-size: 15px; color: var(--ink-soft); font-weight: 600; }
.serp__result .u { font-size: 12.5px; color: var(--emerald); }
.serp__result .line { height: 7px; background: var(--paper-3); border-radius: 4px; margin-top: 7px; }
.serp__result .line.short { width: 62%; }
@keyframes adin { to { opacity:1; transform: translateY(0); } }

.serp__kpis-head { border-top:1px solid var(--line); background: var(--paper-2); text-align:center; font-size:10.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color: var(--muted-2); padding: 7px 12px 6px; }
.serp__kpis { display:grid; grid-template-columns: repeat(3,1fr); gap:1px; background: var(--line); border-top:1px solid var(--line); }
.serp__note { margin: 12px auto 0; max-width: 520px; font-size: 12px; line-height: 1.5; color: var(--muted-2); text-align: center; }
.serp__kpi { background:#fff; padding: 14px 16px; text-align:center; }
.serp__kpi .v { font-family: var(--display); font-weight:700; font-size: 22px; color: var(--ink); font-variant-numeric: tabular-nums; }
.serp__kpi .v .up { color: var(--emerald); font-size: 14px; }
.serp__kpi .k { font-size: 11.5px; color: var(--muted); letter-spacing: .02em; margin-top: 2px; }

/* ---------- Trust logos strip ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--paper), var(--paper-2)); padding: 24px 0; }
.trust__inner { display:flex; align-items:center; gap: 16px 26px; flex-wrap: wrap; justify-content: center; }
.trust__label { font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--muted-2); flex-shrink:0; }
.trust__logos { display:flex; align-items:center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.trust__logos span { font-family: var(--display); font-weight: 600; font-size: 14.5px; color: var(--ink-soft); letter-spacing:-.01em; white-space: nowrap; padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; transition: border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease); }
.trust__logos span:hover { border-color: var(--line-strong); color: var(--ink); box-shadow: var(--shadow-sm); }

/* ============================================================
   Answer capsule (GEO)
   ============================================================ */
.capsule { background: var(--paper-2); }
.capsule__card {
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--azure);
  border-radius: var(--radius); padding: 30px 34px; box-shadow: var(--shadow-sm); max-width: 860px;
}
.capsule__card p { font-size: 19px; color: var(--ink-soft); line-height: 1.6; }
.capsule__card p b { color: var(--ink); }
.capsule__meta { display:flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line); }
.capsule__meta div { font-size: 14px; color: var(--muted); }
.capsule__meta b { font-family: var(--display); color: var(--azure); display:block; font-size: 21px; font-variant-numeric: tabular-nums; }

/* ============================================================
   Services
   ============================================================ */
.svc-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  position: relative; overflow: hidden;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.svc__ic { width: 46px; height: 46px; border-radius: 12px; display:flex; align-items:center; justify-content:center; background: var(--azure-soft); color: var(--azure); margin-bottom: 16px; }
.svc__ic svg { width: 24px; height: 24px; }
.svc:nth-child(3n+2) .svc__ic { background: var(--amber-soft); color: var(--amber-deep); }
.svc h3 { font-size: 19px; margin-bottom: 8px; }
.svc p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ============================================================
   Process
   ============================================================ */
.process { background: var(--ink); color: var(--on-ink); }
.process::before { content:""; position:absolute; inset:0; z-index:0; background: radial-gradient(600px 400px at 88% 0%, rgba(37,99,235,.18), transparent 60%); }
.process .wrap { position: relative; z-index: 1; }
.process h2 { color: #fff; }
.process .section-head p { color: var(--on-ink-mut); }
.process .eyebrow { color: var(--amber); }
.process .eyebrow::before { background: var(--amber); }
.steps { display:grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 20px; }
.step { padding: 26px 22px 26px 0; position: relative; }
.step:not(:last-child)::after { content:""; position:absolute; top: 34px; right: 12px; width: 24px; height: 2px; background: rgba(255,255,255,.14); }
.step__n { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); background: var(--amber); width: 34px; height: 34px; border-radius: 9px; display:flex; align-items:center; justify-content:center; margin-bottom: 16px; }
.step h3 { color:#fff; font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--on-ink-mut); font-size: 14.5px; line-height: 1.55; }

/* ============================================================
   Why / differentiators
   ============================================================ */
.why-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.why__list { display:grid; gap: 14px; }
.why__item { display:flex; gap: 16px; padding: 20px 22px; background: var(--paper); border:1px solid var(--line); border-radius: 14px; transition: box-shadow .2s var(--ease); }
.why__item:hover { box-shadow: var(--shadow-sm); }
.why__check { flex-shrink:0; width: 30px; height: 30px; border-radius: 8px; background: var(--azure); color:#fff; display:flex; align-items:center; justify-content:center; }
.why__check svg { width:17px; height:17px; }
.why__item h3 { font-size: 17px; margin-bottom: 4px; }
.why__item p { font-size: 14.5px; color: var(--muted); }
.why__panel { background: linear-gradient(160deg, var(--ink), #16223d); color: var(--on-ink); border-radius: var(--radius-lg); padding: 38px 36px; position: sticky; top: 96px; box-shadow: var(--shadow-lg); }
.why__panel .eyebrow { color: var(--amber); } .why__panel .eyebrow::before{ background: var(--amber);}
.why__panel h3 { color:#fff; font-size: 25px; margin: 14px 0 10px; }
.why__panel > p { color: var(--on-ink-mut); font-size: 15.5px; }
.why__stats { display:grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.why__stat .v { font-family: var(--display); font-weight: 700; font-size: 34px; color: var(--amber); font-variant-numeric: tabular-nums; line-height:1; }
.why__stat .k { font-size: 13.5px; color: var(--on-ink-mut); margin-top: 6px; }
.why__panel .btn { margin-top: 30px; width: 100%; }

/* ============================================================
   Region
   ============================================================ */
.region { background: var(--paper-2); }
.region__grid { display:grid; grid-template-columns: 1fr 1.15fr; gap: 52px; align-items: center; }
.region__lead p { color: var(--muted); font-size: 17px; margin-bottom: 18px; }
.region__lead .r { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--azure); }
.region__cities { display:flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chip { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); background: var(--paper); border:1px solid var(--line); border-radius: 999px; padding: 8px 15px; transition: .2s var(--ease); }
.chip:hover { border-color: var(--azure); color: var(--azure); transform: translateY(-2px); }
.chip--core { background: var(--azure); color:#fff; border-color: var(--azure); }
/* radius visual */
.radar { position: relative; aspect-ratio: 1; max-width: 460px; margin-inline:auto; width:100%; }
.radar svg { width:100%; height:100%; }

/* ============================================================
   Metrics band
   ============================================================ */
.band { background: var(--ink); color: var(--on-ink); }
.band__grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.band__item { text-align: center; padding: 8px; }
.band__item .v { font-family: var(--display); font-weight: 700; font-size: clamp(34px, 5vw, 52px); color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.band__item .v .u { color: var(--amber); }
.band__item .v.v--word { font-size: clamp(24px, 3.2vw, 36px); color: var(--amber); line-height: 1.12; letter-spacing: -.01em; }
.band__item .k { font-size: 14.5px; color: var(--on-ink-mut); margin-top: 6px; }
.band__note { text-align:center; color: var(--on-ink-mut); font-size: 12.5px; margin-top: 34px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display:grid; grid-template-columns: 340px 1fr; gap: 48px; align-items: start; }
.faq__list { display: grid; gap: 12px; }
.faq__item { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); overflow: hidden; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.faq__item[open] { border-color: var(--azure); box-shadow: var(--shadow-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 22px; display:flex; align-items:center; justify-content: space-between; gap: 16px; font-family: var(--display); font-weight: 600; font-size: 17px; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display:none; }
.faq__item summary .plus { flex-shrink:0; width: 26px; height:26px; border-radius: 7px; background: var(--paper-3); display:flex; align-items:center; justify-content:center; transition: .25s var(--ease); position: relative; }
.faq__item summary .plus::before, .faq__item summary .plus::after { content:""; position:absolute; background: var(--azure); border-radius: 2px; }
.faq__item summary .plus::before { width: 12px; height: 2px; }
.faq__item summary .plus::after { width: 2px; height: 12px; transition: transform .25s var(--ease); }
.faq__item[open] summary .plus { background: var(--azure); }
.faq__item[open] summary .plus::before, .faq__item[open] summary .plus::after { background:#fff; }
.faq__item[open] summary .plus::after { transform: rotate(90deg); }
.faq__answer { padding: 0 22px 22px; color: var(--muted); font-size: 15.5px; line-height: 1.65; }
.faq__aside h2 { font-size: clamp(26px,3.4vw,36px); margin-bottom: 14px; }
.faq__aside p { color: var(--muted); margin-bottom: 22px; }
.faq__aside .btn { width: 100%; }

/* ============================================================
   Contact
   ============================================================ */
.contact { background: var(--paper-2); }
.contact__grid { display:grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.contact__info h2 { font-size: clamp(28px,3.6vw,40px); margin-bottom: 16px; }
.contact__info > p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.contact__rows { display:grid; gap: 16px; margin-bottom: 26px; }
.contact__row { display:flex; align-items:center; gap: 14px; }
.contact__row .ic { width: 44px; height:44px; border-radius: 12px; background: var(--paper); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color: var(--azure); flex-shrink:0; box-shadow: var(--shadow-sm); }
.contact__row .ic svg { width: 20px; height:20px; }
.contact__row .k { font-size: 13px; color: var(--muted); }
.contact__row .v { font-family: var(--display); font-weight: 600; font-size: 16.5px; color: var(--ink); }
.contact__row a.v:hover { color: var(--azure); }

.form { background: var(--paper); border:1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); }
.form__row { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display:block; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; font-family: var(--display); }
.field label .req { color: var(--azure); }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 15.5px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper-2);
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--azure); background:#fff; box-shadow: 0 0 0 4px var(--azure-soft); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.form__consent { display:flex; gap: 11px; align-items: flex-start; margin: 4px 0 20px; }
.form__consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--azure); flex-shrink:0; }
.form__consent label { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.form__consent a { color: var(--azure); text-decoration: underline; }
.form button[type=submit] { width: 100%; }
.form__note { text-align:center; font-size: 12.5px; color: var(--muted-2); margin-top: 14px; }
.form__status { display:none; padding: 14px 16px; border-radius: 12px; font-size: 15px; margin-bottom: 18px; font-weight: 500; }
.form__status.ok { display:block; background: #e7f7f0; color: #06724d; border: 1px solid #bfe8d6; }
.form__status.err { display:block; background: #fdecec; color: #b42318; border: 1px solid #f5cdcd; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--ink); color: var(--on-ink-mut); padding: 64px 0 30px; }
.footer__top { display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer { margin-bottom: 18px; color: #fff; cursor: default; }
.brand--footer .brand__badge { background: rgba(255,255,255,.08); }
.footer__brand p { font-size: 14.5px; max-width: 340px; line-height: 1.6; }
.footer__col h4 { color:#fff; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--display); }
.footer__col a, .footer__col p { display:block; font-size: 14.5px; color: var(--on-ink-mut); margin-bottom: 10px; transition: color .2s var(--ease); }
.footer__col a:hover { color: var(--amber); }
.footer__social { display:flex; gap: 12px; margin-top: 20px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.07); display:flex; align-items:center; justify-content:center; color: var(--on-ink); transition: .2s var(--ease); }
.footer__social a:hover { background: var(--azure); color:#fff; transform: translateY(-2px); }
.footer__social svg { width: 18px; height:18px; }
.footer__bottom { display:flex; align-items:center; justify-content: space-between; gap: 16px; padding-top: 26px; flex-wrap: wrap; }
.footer__bottom p { font-size: 13.5px; }
.footer__legal { display:flex; gap: 22px; flex-wrap: wrap; }
.footer__legal a { font-size: 13.5px; }
.footer__legal a:hover { color: var(--amber); }

/* ============================================================
   Legal pages
   ============================================================ */
.legal { padding: 60px 0 90px; }
.legal__head { max-width: 760px; margin-bottom: 40px; }
.legal__head .eyebrow { margin-bottom: 14px; }
.legal__head h1 { font-size: clamp(30px, 4.4vw, 46px); }
.legal__body { max-width: 820px; }
.legal__body h2 { font-size: 22px; margin: 34px 0 12px; }
.legal__body h3 { font-size: 18px; margin: 24px 0 8px; color: var(--ink-soft); }
.legal__body p, .legal__body li { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin-bottom: 14px; }
.legal__body ul { padding-left: 22px; margin-bottom: 16px; }
.legal__body a { color: var(--azure); text-decoration: underline; word-break: break-word; }
.legal__body strong { color: var(--ink); }
.back-link { display:inline-flex; align-items:center; gap:8px; font-family: var(--display); font-weight:600; color: var(--azure); margin-bottom: 30px; font-size: 15px; }
.back-link svg { width:16px; height:16px; }

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1 !important; transform:none !important; } }

/* ============================================================
   Responsive
   ============================================================ */
/* Collapse nav into burger early — the full business name needs room */
@media (max-width: 1200px) {
  .nav__links, .nav__phone { display: none; }
  .nav__burger { display: flex; }
  .nav.mobile-active .nav__links {
    display: flex; position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 24px 20px; box-shadow: var(--shadow-md); z-index: 60;
  }
  .nav.mobile-active .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--paper-3); font-size: 16.5px; white-space: normal; }
}
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .serp { max-width: 520px; margin-inline: auto; width:100%; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why__panel { position: static; }
  .region__grid { grid-template-columns: 1fr; gap: 36px; }
  .contact__grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display:none; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 68px 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .band__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .form__row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .capsule__card { padding: 24px; }
  .why__panel { padding: 30px 26px; }
  .hero__proof-sep { display:none; }
}
@media (max-width: 440px) {
  .steps { grid-template-columns: 1fr; }
  .band__grid { grid-template-columns: 1fr; }
  body { font-size: 16px; }
}

/* ============================================================
   Cookie-Consent-Banner
   ============================================================ */
.cc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; padding: 16px; display: flex; justify-content: flex-start; pointer-events: none; }
.cc__card {
  pointer-events: auto; width: 100%; max-width: 430px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-lg, 18px); padding: 22px 22px 18px;
  box-shadow: 0 18px 50px rgba(14,23,41,.18);
  opacity: 0; transform: translateY(14px); transition: opacity .26s var(--ease), transform .26s var(--ease);
}
.cc.is-open .cc__card { opacity: 1; transform: none; }
.cc__title { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.cc__text { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0 0 16px; }
.cc__text a { color: var(--azure); text-decoration: underline; text-underline-offset: 2px; }
.cc__opts { display: grid; gap: 10px; margin: 0 0 16px; }
.cc__opt { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); cursor: pointer; }
.cc__opt--fixed { cursor: default; opacity: .75; }
.cc__opt input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--azure); flex-shrink: 0; }
.cc__opt b { display: block; font-weight: 600; color: var(--ink); }
.cc__opt em { display: block; font-style: normal; font-size: 12.5px; color: var(--muted-2); line-height: 1.45; margin-top: 1px; }
.cc__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cc__btn {
  font-family: var(--display); font-size: 14.5px; font-weight: 600; padding: 11px 14px;
  border-radius: 999px; border: 1px solid var(--azure); background: var(--azure); color: #fff;
  cursor: pointer; transition: background .18s var(--ease), border-color .18s var(--ease);
}
.cc__btn:hover { background: var(--azure-deep); border-color: var(--azure-deep); }
.cc__link {
  display: inline-block; margin-top: 12px; background: none; border: 0; padding: 0;
  font-size: 13px; color: var(--muted); text-decoration: underline; text-underline-offset: 2px; cursor: pointer;
}
.cc__link:hover { color: var(--ink); }
@media (max-width: 520px) {
  .cc { padding: 10px; }
  .cc__card { max-width: none; padding: 20px 18px 16px; }
  .cc__actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .cc__card { transition: none; }
}
