/* ============ Sleepdienst Kennemerland — v2 ============ */
:root {
  --navy-950: #081120;
  --navy-900: #0a1626;
  --navy-800: #0f1f33;
  --navy-700: #16293f;
  --navy-100: #dbe4ee;
  --amber: #f5a623;
  --amber-strong: #e8940a;
  --amber-soft: rgba(245, 166, 35, .12);
  --ink: #101c29;
  --muted: #5d6b7a;
  --line: #e6ebf1;
  --bg: #f7f9fc;
  --white: #ffffff;
  --green: #22c05d;
  --green-dark: #1aa64e;
  --red: #e33f4a;
  --red-dark: #cc3540;
  --plate-yellow: #f8b800;
  --plate-blue: #003399;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-lg: 0 20px 50px -12px rgba(8, 17, 32, .25);
  --shadow-md: 0 8px 24px -8px rgba(8, 17, 32, .14);
  --shadow-sm: 0 2px 10px rgba(8, 17, 32, .06);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; }
img, svg { vertical-align: middle; }
a { color: inherit; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 780px; }
.hidden { display: none !important; }
.accent { color: var(--amber); }
.accent-dark { color: var(--amber-strong); }

h1, h2, h3, h4 { font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: 12px; font-weight: 700; font-size: 15px;
  text-decoration: none; border: none; cursor: pointer; font-family: var(--font);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 16px 30px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-primary { background: linear-gradient(180deg, #ffb62e, var(--amber)); color: var(--navy-950); box-shadow: 0 6px 20px -6px rgba(245, 166, 35, .55); }
.btn-primary:hover { box-shadow: 0 10px 26px -6px rgba(245, 166, 35, .7); }
.btn-ghost { background: rgba(255,255,255,.07); color: #fff; border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(4px); }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-700); }
.btn-call { background: linear-gradient(180deg, #ef4d58, var(--red)); color: #fff; box-shadow: 0 6px 20px -6px rgba(227, 63, 74, .5); }
.btn-call:hover { background: var(--red-dark); }
.btn-whatsapp { background: linear-gradient(180deg, #2bd267, var(--green)); color: #fff; box-shadow: 0 6px 20px -6px rgba(34, 192, 93, .5); }
.btn-whatsapp:hover { background: var(--green-dark); }

.pulse-dot { width: 8px; height: 8px; background: #35e07c; border-radius: 50%; animation: pulse 1.8s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(53,224,124,.55);} 70% { box-shadow: 0 0 0 8px rgba(53,224,124,0);} 100% { box-shadow: 0 0 0 0 rgba(53,224,124,0);} }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8, 17, 32, .92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; font-size: 17.5px; color: #fff; letter-spacing: -.01em; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, #ffb62e, var(--amber-strong));
  display: inline-flex; align-items: center; justify-content: center; color: var(--navy-950);
}
.brand-text em { font-style: normal; color: var(--amber); }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: #aebbca; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .15s; }
.main-nav a:hover { color: #fff; }
.header-call { font-size: 14px; padding: 10px 18px; border-radius: 10px; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(1100px 600px at 85% -10%, #1d3a5c 0%, transparent 55%),
              radial-gradient(900px 500px at -10% 110%, #14304a 0%, transparent 50%),
              linear-gradient(165deg, var(--navy-950) 0%, var(--navy-900) 60%, var(--navy-800) 100%);
  padding: 84px 0 96px;
}
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(800px 500px at 60% 40%, #000 30%, transparent 75%);
}
.hero-inner { display: grid; grid-template-columns: 1.25fr .95fr; gap: 56px; align-items: center; position: relative; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700;
  color: #d4deea; margin-bottom: 22px; backdrop-filter: blur(4px);
}
.hero h1 { font-size: clamp(34px, 4.6vw, 54px); margin-bottom: 20px; }
.hero-sub { color: #a7b6c6; font-size: 17.5px; max-width: 520px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-stats { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-stats strong { display: block; font-size: 17px; letter-spacing: -.01em; }
.hero-stats span { font-size: 12.5px; color: #8fa1b3; }
.stat-div { width: 1px; height: 34px; background: rgba(255,255,255,.14); }

.hero-card {
  background: var(--white); color: var(--ink); border-radius: 20px;
  padding: 30px; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 14px;
}
.hero-card-head { text-align: center; margin-bottom: 2px; }
.hero-card-title { display: block; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.hero-card-sub { font-size: 13.5px; color: var(--muted); }
.hero-card-or { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-card-or::before, .hero-card-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.hero-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ---------- Kentekenplaat ---------- */
.plate-row { display: flex; gap: 10px; }
.plate-row .plate-input { flex: 1; }
.plate-input {
  display: flex; align-items: stretch; border-radius: 10px; overflow: hidden;
  border: 2px solid #d9a400; box-shadow: inset 0 1px 3px rgba(0,0,0,.12);
  background: linear-gradient(180deg, #ffc81f, var(--plate-yellow));
}
.plate-nl {
  background: var(--plate-blue); color: #fff; display: flex; align-items: flex-end; justify-content: center;
  width: 34px; font-size: 10.5px; font-weight: 800; padding-bottom: 6px; letter-spacing: .04em;
}
.plate-input input {
  flex: 1; border: none; background: transparent; text-align: center;
  font-family: var(--font); font-weight: 800; font-size: 22px; letter-spacing: .14em;
  color: #1a1a1a; text-transform: uppercase; padding: 12px 8px; min-width: 0;
}
.plate-input input::placeholder { color: rgba(26,26,26,.35); }
.plate-input input:focus { outline: none; }
.plate-result { margin-top: 10px; }
.vehicle-chip {
  display: flex; align-items: center; gap: 12px;
  background: #f0faf3; border: 1.5px solid #bfe8cc; border-radius: var(--radius-sm);
  padding: 11px 14px; font-size: 14px;
}
.vehicle-chip.error { background: #fdf1f2; border-color: #f3c2c6; }
.vehicle-chip .v-icon { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--navy-900); color: var(--amber); display: flex; align-items: center; justify-content: center; }
.vehicle-chip.error .v-icon { background: var(--red); color: #fff; }
.vehicle-chip strong { display: block; line-height: 1.3; }
.vehicle-chip small { color: var(--muted); }
.plate-loading { font-size: 13.5px; color: var(--muted); padding: 4px 2px; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 26px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust { display: flex; gap: 13px; align-items: center; }
.trust-icon {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  background: var(--amber-soft); color: var(--amber-strong);
  display: inline-flex; align-items: center; justify-content: center;
}
.trust strong { display: block; font-size: 14.5px; letter-spacing: -.01em; }
.trust div span { font-size: 13px; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg); }
.section-head { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--amber-strong); font-weight: 800; margin-bottom: 12px;
}
.eyebrow-light { color: var(--amber); }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 16.5px; }

/* ---------- Dienst ---------- */
.dienst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dienst-card {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 28px 30px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.dienst-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.dienst-card::before {
  content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px;
  background: linear-gradient(90deg, var(--amber), transparent); border-radius: 0 0 4px 4px;
}
.dienst-num { font-size: 13px; font-weight: 800; color: var(--amber-strong); letter-spacing: .1em; }
.dienst-card h3 { font-size: 19px; margin: 10px 0 10px; }
.dienst-card p { color: var(--muted); font-size: 14.5px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step {
  background: var(--white); border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid var(--line); text-align: left; position: relative; box-shadow: var(--shadow-sm);
}
.step-num {
  width: 44px; height: 44px; border-radius: 13px; background: var(--navy-900); color: var(--amber);
  font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.step h3 { font-size: 17.5px; margin-bottom: 7px; }
.step p { font-size: 14.5px; color: var(--muted); }

/* ---------- Calculator ---------- */
.section-calc {
  background: radial-gradient(900px 500px at 110% 0%, #1d3a5c 0%, transparent 50%),
              linear-gradient(160deg, var(--navy-950) 0%, var(--navy-800) 100%);
}
.section-calc .section-head h2 { color: #fff; }
.section-calc .section-head p { color: #a7b6c6; }
.calc-wrap {
  display: grid; grid-template-columns: 1.12fr 1fr; gap: 0;
  background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.calc-form { padding: 34px; }
.calc-step-label {
  display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px;
  text-transform: uppercase; letter-spacing: .08em; color: var(--navy-900); margin: 26px 0 14px;
}
.calc-step-label:first-child { margin-top: 0; }
.calc-step-label span {
  width: 24px; height: 24px; border-radius: 8px; background: var(--amber); color: var(--navy-950);
  font-size: 13px; display: inline-flex; align-items: center; justify-content: center; letter-spacing: 0;
}
.calc-mode { display: flex; gap: 6px; margin-bottom: 18px; background: var(--bg); border-radius: 11px; padding: 5px; }
.mode-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border: none; background: transparent; padding: 10px 12px; border-radius: 8px;
  font-weight: 700; font-size: 14px; cursor: pointer; color: var(--muted); font-family: var(--font);
  transition: background .15s, color .15s;
}
.mode-btn.active { background: var(--navy-900); color: #fff; }

.field { margin-bottom: 15px; position: relative; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; color: var(--navy-800); }
.field label small { color: var(--muted); font-weight: 600; }
.field input, .field select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-size: 15px; font-family: var(--font); background: var(--white); color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3.5px rgba(245,166,35,.18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-check { background: var(--bg); border-radius: var(--radius-sm); padding: 13px 15px; }
.check-label { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; cursor: pointer; }
.check-label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--amber-strong); }

.addr-box { position: relative; }
.addr-suggest {
  position: absolute; top: calc(100% + 5px); left: 0; right: 0; z-index: 40;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); overflow: hidden; display: none;
}
.addr-suggest.open { display: block; }
.addr-suggest button {
  display: block; width: 100%; text-align: left; padding: 12px 15px; border: none; background: none;
  font-size: 13.5px; cursor: pointer; font-family: var(--font); color: var(--ink);
  border-bottom: 1px solid var(--bg);
}
.addr-suggest button:hover { background: var(--bg); }
.addr-ok { border-color: #2fbf71 !important; }

.calc-status { margin-top: 12px; font-size: 13.5px; color: var(--muted); min-height: 20px; }
.calc-status.error { color: var(--red); font-weight: 700; }

.label-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.btn-loc {
  display: inline-flex; align-items: center; gap: 5px; border: none; background: none;
  color: var(--amber-strong); font-family: var(--font); font-weight: 700; font-size: 12.5px;
  cursor: pointer; padding: 0 0 6px; white-space: nowrap;
}
.btn-loc:hover { text-decoration: underline; }
.btn-loc:disabled { color: var(--muted); cursor: wait; }

.surcharge-hint {
  font-size: 13px; font-weight: 700; color: var(--muted);
  margin: -4px 0 12px; min-height: 18px;
}
.surcharge-hint.active { color: var(--amber-strong); }

.calc-btn-loading { pointer-events: none; opacity: .75; }
.calc-btn-loading::after {
  content: ""; width: 15px; height: 15px; border: 2.5px solid rgba(8,17,32,.3);
  border-top-color: var(--navy-950); border-radius: 50%; margin-left: 4px;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Resultaat ---------- */
.calc-result {
  background: var(--bg); border-left: 1px solid var(--line); padding: 34px;
  display: flex; flex-direction: column; justify-content: center;
}
.result-empty { text-align: center; color: var(--muted); font-size: 14.5px; }
.result-empty-icon {
  width: 72px; height: 72px; border-radius: 20px; background: var(--white); border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center; color: var(--amber-strong);
  margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.result-vehicle {
  display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13.5px;
  background: var(--navy-900); color: #fff; border-radius: var(--radius-sm);
  padding: 10px 14px; margin-bottom: 10px;
}
.result-vehicle .plate-mini {
  background: var(--plate-yellow); color: #1a1a1a; border-radius: 5px; padding: 2px 8px;
  font-weight: 800; letter-spacing: .08em; font-size: 12.5px; flex: none;
}
.result-vehicle small { color: #a7b6c6; font-weight: 600; }
.result-ev {
  font-size: 12.5px; font-weight: 700; color: #1a6ea8; background: #eaf5fd;
  border: 1px solid #bfdff5; border-radius: var(--radius-sm);
  padding: 9px 13px; margin-bottom: 10px; line-height: 1.5;
}
.route-map {
  height: 170px; border-radius: var(--radius-sm); border: 1px solid var(--line);
  margin-bottom: 14px; overflow: hidden; position: relative; z-index: 0;
}
.result-ref {
  font-size: 12px; color: var(--muted); font-weight: 700; margin-bottom: 12px;
  display: flex; align-items: center; gap: 7px;
}
.result-ref code {
  background: var(--white); border: 1px solid var(--line); border-radius: 6px;
  padding: 2px 9px; font-size: 12px; letter-spacing: .06em; color: var(--navy-800);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.result-route {
  font-weight: 700; font-size: 14px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 13px 15px; margin-bottom: 14px; line-height: 1.5;
}
.result-route small { color: var(--muted); font-weight: 600; }
.result-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 10px; }
.result-table td { padding: 8px 0; border-bottom: 1px solid var(--line); }
.result-table td:last-child { text-align: right; font-weight: 700; white-space: nowrap; }
.result-total { display: flex; justify-content: space-between; align-items: baseline; font-weight: 800; padding: 12px 0 4px; }
.result-total small { color: var(--muted); font-weight: 600; font-size: 12px; }
.result-price { font-size: 34px; letter-spacing: -.02em; color: var(--navy-900); }
.result-note { font-size: 13px; color: var(--amber-strong); font-weight: 700; margin-bottom: 14px; min-height: 0; }
.result-cta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.result-disclaimer { font-size: 11.5px; color: var(--muted); line-height: 1.55; }

.result-heavy { text-align: center; }
.result-heavy-icon {
  width: 68px; height: 68px; border-radius: 18px; background: var(--amber-soft); color: var(--amber-strong);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.result-heavy h3 { font-size: 20px; margin-bottom: 8px; }
.result-heavy p { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; }

/* ---------- Tarieven ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 26px; }
.price-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm);
}
.price-card.highlight { border: 2px solid var(--amber); box-shadow: var(--shadow-md); position: relative; }
.price-label { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin-bottom: 12px; }
.price-big { font-size: 40px; font-weight: 800; letter-spacing: -.03em; color: var(--navy-900); margin-bottom: 10px; }
.price-big small { font-size: 16px; color: var(--muted); font-weight: 700; letter-spacing: 0; }
.price-card p { font-size: 14px; color: var(--muted); }
.price-list { list-style: none; font-size: 14px; }
.price-list li { padding: 8px 0; border-bottom: 1px solid var(--bg); display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.price-list li span { color: var(--muted); }
.price-footnote { text-align: center; font-size: 13px; color: var(--muted); max-width: 760px; margin: 0 auto; }

/* ---------- Werkgebied ---------- */
.city-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 780px; margin: 0 auto; }
.city-chips span {
  background: var(--white); border: 1px solid var(--line); padding: 9px 19px; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--navy-800); box-shadow: var(--shadow-sm);
}

/* ---------- FAQ ---------- */
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item summary {
  padding: 18px 22px; font-weight: 700; font-size: 15px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--amber-strong); font-weight: 800; flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 22px 18px; font-size: 14.5px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(180deg, #ffc040, var(--amber)); padding: 64px 0; }
.cta-inner { text-align: center; }
.cta-inner h2 { font-size: clamp(24px, 3.2vw, 34px); color: var(--navy-950); margin-bottom: 24px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.cta-inner p { color: rgba(8,17,32,.65); font-weight: 700; font-size: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #93a5b8; padding: 60px 0 0; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 40px; }
.site-footer h4 { color: #fff; margin-bottom: 12px; font-size: 14.5px; }
.site-footer a { color: #cfdae6; text-decoration: none; }
.site-footer a:hover { color: var(--amber); }
.site-footer .brand { margin-bottom: 14px; font-size: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 20px 24px; text-align: center; font-size: 12.5px; }

/* ---------- Mobile FAB ---------- */
.mobile-call-fab {
  display: none; position: fixed; bottom: 18px; left: 18px; right: 18px; z-index: 120;
  background: linear-gradient(180deg, #ef4d58, var(--red)); color: #fff; text-align: center;
  padding: 16px; border-radius: 14px; font-weight: 800; font-size: 16px; text-decoration: none;
  box-shadow: 0 12px 30px -6px rgba(227,63,74,.55);
  align-items: center; justify-content: center; gap: 9px;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .dienst-grid, .price-grid, .steps { grid-template-columns: 1fr; }
  .calc-wrap { grid-template-columns: 1fr; }
  .calc-result { border-left: none; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-call { display: none; }
  .main-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--navy-900); flex-direction: column; padding: 20px 24px; gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .mobile-call-fab { display: flex; }
  body { padding-bottom: 78px; }
}
@media (max-width: 560px) {
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 52px 0 60px; }
  .section { padding: 60px 0; }
  .calc-form, .calc-result { padding: 22px; }
  .hero-card { padding: 22px; }
  .hero-stats { gap: 14px; }
  .stat-div { display: none; }
  .plate-row { flex-direction: column; }
}
