/* ==========================================================================
   Viktor's Haushaltsauflösungen & Umzüge — static single-page site
   Design: "Nocturne" — dark, spacious, Source Serif 4 + Inter, blue accent
   ========================================================================== */

:root {
  --bg: #1e2133;
  --bg-recessed: #171a29;
  --bg-footer: #12141f;
  --surface: #262a3c;
  --surface-2: #313650;
  --field-bg: #262a3c;
  --field-bg-recessed: #1e2133;

  --accent: #6f96e0;
  --accent-hover: #87a9e8;
  --accent-label: #8fb0ea;
  --accent-link: #a9c2f0;
  --accent-link-hover: #cfdcf8;
  --accent-soft-bg: rgba(111, 150, 224, 0.12);
  --accent-soft-border: rgba(111, 150, 224, 0.4);

  --text: #e9e9ed;
  --text-muted-1: #cfd3e5;
  --text-muted-2: #b2b6ca;
  --text-muted-3: #9397ab;
  --text-muted-4: #82869a;
  --text-muted-5: #656980;

  --border-1: rgba(233, 233, 237, 0.11);
  --border-2: rgba(233, 233, 237, 0.14);
  --border-3: rgba(233, 233, 237, 0.19);
  --border-4: rgba(233, 233, 237, 0.26);

  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 14px;

  --font-heading: "Source Serif 4", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;

  --container-w: 1320px;
  --error: #ff9d9d;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
em { font-style: italic; color: var(--accent); }
p { margin: 0; }
a { color: var(--accent-link); text-decoration: none; }
a:hover { color: var(--accent-link-hover); }
img { max-width: 100%; display: block; }
::selection { background: rgba(111, 150, 224, 0.32); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 48px;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Eyebrow label -------------------------------------------------------- */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--accent);
  flex: none;
}
.eyebrow span {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-label);
}

/* Buttons ------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-primary { background: var(--accent); color: #0f1220; }
.btn-primary:hover { background: var(--accent-hover); color: #0f1220; }
.btn-outline {
  background: transparent;
  color: var(--text);
  font-weight: 500;
  border: 1px solid var(--border-4);
}
.btn-outline:hover { background: rgba(233, 233, 237, 0.07); color: var(--text); }
.btn-sm { font-size: 15.5px; padding: 14px 26px; }
.btn-block { width: 100%; }

/* Header / nav ------------------------------------------------------------ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(14, 17, 32, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-1);
}
.site-header__inner {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-logo {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-right: auto;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-logo__dot { color: var(--accent); }
.site-logo__short { display: none; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-nav a { font-size: 15px; color: var(--text-muted-2); }
.site-nav a:hover { color: var(--text); }

/* Hero -------------------------------------------------------------------- */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.34fr 1fr;
  align-items: stretch;
  min-height: 720px;
  border-bottom: 1px solid var(--border-1);
}
.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.hero__bg-photo { position: absolute; inset: 0; opacity: 0.3; filter: grayscale(0.5) contrast(1.05); }
.hero__bg-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg-gradient {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, #12152400 0%, #121524cc 30%, #121524fa 62%, #0e1120 62.2%, #0e1120 100%);
}
.hero__bg-glow {
  position: absolute; top: -160px; left: -120px; width: 620px; height: 620px;
  pointer-events: none; border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 150, 224, 0.16), transparent 68%);
}

.hero__left {
  position: relative;
  padding: 96px 64px 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  margin-left: auto;
  width: 100%;
}
.hero__left h1 {
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: 1.06;
  margin-bottom: 26px;
}
.hero__headline-lead {
  display: inline-block;
  font-size: 0.62em;
}
.hero__left p.lede {
  font-size: 17.5px;
  line-height: 1.72;
  color: var(--text-muted-2);
  max-width: 530px;
  margin-bottom: 38px;
}
.hero__actions { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 56px; max-width: 610px; }
.hero__actions-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; width: max-content; max-width: 100%; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 44px; }
.hero__facts > div { border-left: 2px solid var(--accent); padding-left: 16px; }
.hero__facts .fact-title { font-family: var(--font-heading); font-weight: 600; font-size: 28px; line-height: 1.15; }
.hero__facts .fact-sub { font-size: 13.5px; color: var(--text-muted-3); margin-top: 4px; }

.hero__form-wrap {
  position: relative;
  background: var(--bg-recessed);
  border-left: 1px solid var(--border-1);
  padding: 88px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 90px;
}
.hero__form-wrap .eyebrow { margin-bottom: 14px; }
.hero__form-wrap .eyebrow::before { display: none; }
.hero__form-wrap h2 { font-size: 31px; line-height: 1.2; margin-bottom: 28px; }

/* Forms --------------------------------------------------------------------- */

form.grid-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.grid-form .full { grid-column: span 2; }

.field {
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  padding: 15px 16px;
}
.hero__form-wrap .field,
.hero__form-wrap select.field { background: var(--field-bg); }
.kontakt-form .field { background: var(--field-bg-recessed); }
.field::placeholder { color: var(--text-muted-4); }
.field:focus { outline: none; border-color: var(--accent); }
select.field { color: var(--text-muted-3); appearance: none; }
textarea.field { resize: vertical; }

.consent {
  grid-column: span 2;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--text-muted-3);
  cursor: pointer;
}
.consent input { margin-top: 3px; accent-color: var(--accent); }
.consent a { color: var(--accent-link); }

/* Segmented control ---------------------------------------------------- */

.seg-label { font-size: 13px; color: var(--text-muted-3); margin-bottom: 8px; }
.seg { display: flex; border: 1px solid var(--border-2); border-radius: var(--radius-sm); overflow: hidden; }
.seg-opt {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 12px; font-size: 14.5px; color: var(--text-muted-2);
  cursor: pointer; position: relative;
}
.seg-opt input { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.seg-opt + .seg-opt { border-left: 1px solid var(--border-2); }
.seg-opt:hover { background: rgba(233, 233, 237, 0.05); }
.seg-opt:has(input:checked) { background: var(--accent-soft-bg); color: var(--accent-link-hover); box-shadow: inset 0 0 0 1px var(--accent); }
.seg-opt:has(input:focus-visible) { outline: 2px solid var(--accent); outline-offset: -2px; }
.seg:not(:has(input:checked)) .seg-opt:first-child { background: var(--accent-soft-bg); color: var(--accent-link-hover); box-shadow: inset 0 0 0 1px var(--accent); }
#hero-form .field-email { display: none; }
#hero-form:has(#cm-mail:checked) .field-email { display: block; }
#hero-form:has(#cm-mail:checked) .field-phone { display: none; }

.form-note {
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--text-muted-3);
  text-align: center;
}
.form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--accent-soft-bg);
  border: 1px solid var(--accent-soft-border);
  font-size: 13.5px;
  color: var(--accent-link-hover);
  display: none;
}
.form-status[data-state="ok"] { display: block; }
.form-status[data-state="err"] {
  display: block;
  background: rgba(255, 157, 157, 0.1);
  border-color: rgba(255, 157, 157, 0.4);
  color: var(--error);
}

/* USP band ------------------------------------------------------------------- */

.usp-band { background: var(--bg-recessed); border-bottom: 1px solid var(--border-1); }
.usp-band .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.usp-band li {
  list-style: none;
  padding: 30px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--text-muted-1);
  border-left: 1px solid var(--border-1);
}
.usp-band li:first-child { border-left: none; padding-left: 0; }
.usp-band li:last-child { padding-right: 0; }
.usp-band .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }

/* Section shell ------------------------------------------------------------ */

.section { padding: 112px 0 104px; scroll-margin-top: 78px; }
.section-recessed { background: var(--bg-recessed); border-top: 1px solid var(--border-1); border-bottom: 1px solid var(--border-1); padding: 104px 0; }
.section h2 { font-size: 46px; line-height: 1.14; }
.section-recessed h2 { font-size: 46px; line-height: 1.14; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}
.section-head p { font-size: 16.5px; line-height: 1.7; color: var(--text-muted-3); }

/* Leistungen cards ------------------------------------------------------------ */

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  background: var(--surface);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: border-color 0.15s ease;
}
.service-card:hover { border-color: rgba(111, 150, 224, 0.5); }
.service-card .num { font-family: var(--font-heading); font-size: 14px; color: var(--accent); margin-bottom: 18px; }
.service-card h3 { font-size: 23px; margin-bottom: 12px; }
.service-card p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-3); margin-bottom: 18px; }

.review-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.review-card:hover { border-color: rgba(111, 150, 224, 0.5); }
.review-stars { color: var(--accent); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.review-quote { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-2); margin-bottom: 18px; }
.review-author { font-size: 14px; color: var(--text); font-weight: 500; }
.review-source { font-weight: 400; color: var(--text-muted-4); }
.service-card .checklist { font-size: 13.5px; color: var(--text-muted-3); line-height: 1.9; }

.why-us-title { font-size: 32px; margin: 64px 0 32px; }
.feature-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 40px; }
.feature-grid-3 > div { padding-top: 20px; border-top: 1px solid var(--border-2); }
.feature-grid-3 .f-title { font-size: 16.5px; font-weight: 500; margin-bottom: 6px; }
.feature-grid-3 p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-3); }

/* Ablauf process steps -------------------------------------------------------- */

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-grid > div { padding-top: 26px; border-top: 1px solid var(--border-2); }
.process-grid > div.is-active { border-top-color: rgba(111, 150, 224, 0.45); }
.process-grid .num { font-family: var(--font-heading); font-weight: 600; font-size: 40px; color: var(--accent); line-height: 1; margin-bottom: 16px; }
.process-grid h3 { font-size: 21px; margin-bottom: 10px; }
.process-grid p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-3); }

/* Split sections (Entrümpelung / Umzüge) ------------------------------------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.split--reverse { grid-template-columns: 1.05fr 1fr; }
.split--reverse .split__media { order: -1; }
.split .kicker { font-size: 12.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-label); margin-bottom: 16px; }
.split h2 { font-size: 42px; line-height: 1.16; margin-bottom: 22px; }
.split > div > p.lede { font-size: 16.5px; line-height: 1.75; color: var(--text-muted-2); margin-bottom: 34px; }

.split__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-1);
  filter: saturate(0.45) brightness(0.88);
  transition: filter 0.45s ease;
}
.split__media:hover { filter: saturate(1) brightness(1); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }

.point-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 36px; }
.point-list > li { list-style: none; display: flex; gap: 14px; align-items: flex-start; }
.point-list .point-dot { margin-top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }
.point-list .point-title { font-size: 15.5px; font-weight: 500; }
.point-list .point-sub { font-size: 14px; color: var(--text-muted-3); }

.mini-cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.mini-cards-2 > div { background: var(--surface); border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 20px 22px; }
.mini-cards-2 .m-title { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.mini-cards-2 .m-sub { font-size: 13.5px; color: var(--text-muted-3); }

/* Preise ------------------------------------------------------------------ */

.price-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-bottom: 52px; }
.price-head p { font-size: 16.5px; line-height: 1.75; color: var(--text-muted-3); padding-top: 44px; }
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.price-cards > div { background: var(--surface); border: 1px solid var(--border-1); border-radius: var(--radius-lg); padding: 30px; }
.price-cards h3 { font-size: 22px; margin-bottom: 12px; }
.price-cards p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-3); }
.price-foot { font-size: 14px; color: var(--text-muted-3); }

/* Referenzen ----------------------------------------------------------------- */

.ref-hero {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(111, 150, 224, 0.35);
  cursor: pointer;
}
.ref-hero img { width: 100%; height: 100%; object-fit: cover; }
.ref-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.ref-grid figure {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-1);
  margin: 0;
  cursor: pointer;
}
.ref-grid img { width: 100%; height: 100%; object-fit: contain; background: var(--bg-recessed); }

/* FAQ -------------------------------------------------------------------- */

.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start; }
.faq-head p { font-size: 16px; line-height: 1.7; color: var(--text-muted-3); margin-bottom: 24px; }
.faq-head a { font-size: 16px; font-weight: 500; color: var(--accent-link); }
.faq-list { display: flex; flex-direction: column; }
.faq-list details { border-top: 1px solid var(--border-2); }
.faq-list details:last-child { border-bottom: 1px solid var(--border-2); }
.faq-list summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0; cursor: pointer; font-size: 17.5px; font-weight: 500;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { color: var(--accent); font-size: 20px; transition: transform 0.2s; flex: none; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-list details p { font-size: 15px; line-height: 1.75; color: var(--text-muted-3); max-width: 640px; padding-bottom: 24px; }

/* Kontakt ------------------------------------------------------------------ */

.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.kontakt-info-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 40px; }
.kontakt-info-list .k-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted-4); margin-bottom: 5px; }
.kontakt-info-list .k-big { font-family: var(--font-heading); font-size: 24px; color: var(--text); }
.kontakt-info-list .k-val { font-size: 16px; color: var(--text-muted-1); }
.kontakt-info-list .k-val a { font-size: 16px; color: var(--accent-link); }
.kontakt-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip { font-size: 13px; color: var(--text-muted-2); border: 1px solid var(--border-3); border-radius: 6px; padding: 6px 12px; }

.kontakt-form-card { background: var(--surface); border: 1px solid var(--border-1); border-radius: var(--radius-xl); padding: 40px; }
.kontakt-form-card h3 { font-size: 26px; margin-bottom: 8px; }
.kontakt-form-card > p { font-size: 14.5px; color: var(--text-muted-3); margin-bottom: 26px; }

/* Map ----------------------------------------------------------------------- */

.map-frame { border-top: 1px solid var(--border-1); }
.map-frame iframe { display: block; width: 100%; height: 520px; border: 0; }

/* Footer ------------------------------------------------------------------- */

.site-footer { background: var(--bg-footer); border-top: 1px solid var(--border-1); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 48px; }
.footer-brand { font-family: var(--font-heading); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; margin-bottom: 14px; }
.footer-grid p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-3); max-width: 420px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col .f-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted-5); margin-bottom: 4px; }
.footer-col a { font-size: 14.5px; color: var(--text-muted-2); }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  border-top: 1px solid var(--border-1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  color: var(--text-muted-5);
}

/* Cookie banner -------------------------------------------------------------- */

.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: var(--surface);
  border-top: 1px solid var(--border-2);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.35);
}
.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  flex-wrap: wrap;
}
.cookie-banner p { font-size: 0.88rem; color: var(--text-muted-3); max-width: 640px; }
.cookie-banner p a { color: var(--accent-link); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }

/* Lightbox -------------------------------------------------------------------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(6, 8, 14, 0.95);
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox:not([hidden]) { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: var(--radius-md); }
.lightbox__close {
  position: absolute;
  top: 20px; right: 28px;
  background: none;
  border: none;
  color: var(--text);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

/* Legal pages ---------------------------------------------------------------- */

.legal { padding: 80px 0 110px; }
.legal__inner { max-width: 720px; }
.legal h1 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 0.3em; }
.legal__meta { color: var(--text-muted-3); margin-bottom: 2em; }
.legal h2 { font-size: 22px; margin: 1.8em 0 0.6em; }
.legal p, .legal li { color: var(--text-muted-2); line-height: 1.75; }
.legal p { margin-bottom: 1em; }
.legal ul { padding-left: 1.2em; }
.legal a { color: var(--accent-link); }

/* Responsive ------------------------------------------------------------------- */

@media (max-width: 1240px) {
  .container { padding-left: 32px; padding-right: 32px; }
  .hero { grid-template-columns: 1fr; }
  .hero__left { padding: 80px 32px 64px; max-width: none; margin-left: 0; }
  .hero__form-wrap { border-left: 0; border-top: 1px solid var(--border-1); padding: 64px 32px; }
}

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .site-nav.legal-nav { display: flex; }
  .cards-3, .process-grid, .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-band .container { grid-template-columns: repeat(2, 1fr); }
  .usp-band li:nth-child(2n+1) { border-left: none; padding-left: 0; }
  .usp-band li:nth-child(n+3) { border-top: 1px solid var(--border-1); }
  .section-head, .split, .split--reverse, .price-head, .kontakt-grid, .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split--reverse .split__media { order: 0; }
  .price-head p { padding-top: 0; }
}

@media (max-width: 760px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .cards-3, .process-grid, .ref-grid, .mini-cards-2 { grid-template-columns: 1fr; }
  .site-logo { font-size: 19px; }
  .hero__left h1 { font-size: 40px; }
  form.grid-form { grid-template-columns: 1fr; }
  .grid-form .full { grid-column: span 1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section, .section-recessed { padding: 72px 0; }
  .hero__left, .hero__form-wrap { padding: 56px 20px; }
  .hero__actions-row { width: auto; max-width: 100%; }
}

@media (max-width: 520px) {
  .site-header__inner { gap: 12px; }
  .site-logo { font-size: 17px; }
  .site-logo__full { display: none; }
  .site-logo__short { display: inline; }
  .site-header .btn-sm { padding: 10px 14px; font-size: 14px; }
}
