:root {
  --blue: #0a57b8;
  --blue2: #08418e;
  --green: #59d88c;
  --green2: #25b96c;
  --navy: #071b35;
  --ice: #f1f7fb;
  --white: #fff;
  --ink: #09203e;
  --muted: #5d6c7d;
  --line: #dbe6ef;
  --container: min(1180px, calc(100% - 48px));
  --shadow: 0 20px 60px rgba(5, 44, 100, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font:
    400 16px/1.65 "DM Sans",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
textarea,
select {
  font: inherit;
}
.container {
  width: var(--container);
  margin: auto;
}
.section {
  padding: 105px 0;
}
.white {
  background: #fff;
}
.ice {
  background: var(--ice);
}
.dark {
  background: var(--navy);
  color: #fff;
}
.skip {
  position: fixed;
  top: -80px;
  left: 15px;
  z-index: 100;
  background: #fff;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
.topbar {
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.topbar .container {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.site-header.inner {
  position: relative;
  background: var(--navy);
}
.nav {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo img {
  width: 98px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.18));
}
.logo-word {
  font:
    800 20px/1 Manrope,
    sans-serif;
  text-transform: uppercase;
}
.logo-word small {
  display: block;
  font-size: 9px;
  letter-spacing: 3.3px;
  margin-top: 8px;
  color: #bcd6ec;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-weight: 600;
}
.nav nav a:hover,
.nav nav a.active {
  color: var(--green);
}
.nav-cta {
  background: var(--green);
  color: var(--navy) !important;
  padding: 12px 17px;
  border-radius: 7px;
}
.menu {
  display: none;
  background: 0;
  border: 0;
  color: #fff;
  font-size: 26px;
}
.hero {
  position: relative;
  min-height: 820px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-img {
  object-position: center;
}
.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 48, 0.96) 0%,
      rgba(3, 28, 63, 0.76) 47%,
      rgba(3, 28, 63, 0.12) 79%
    ),
    linear-gradient(0deg, rgba(3, 20, 48, 0.5), transparent 50%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.55fr;
  gap: 100px;
  align-items: end;
  padding-top: 130px;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(4, 30, 66, 0.45);
  backdrop-filter: blur(10px);
  padding: 7px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.live-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(53, 227, 138, 0.14);
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
  margin: 0;
  line-height: 1.08;
}
h1 {
  font-size: clamp(56px, 7vw, 100px);
  letter-spacing: -5.5px;
  margin-top: 22px;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--green);
}
.lead {
  font-size: 19px;
  line-height: 1.65;
  max-width: 650px;
  color: #dbe8f4;
  margin: 25px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 7px;
  padding: 16px 21px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.green {
  background: var(--green);
  color: var(--navy);
}
.green:hover {
  background: #5bf0a3;
}
.glass {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.hero-trust {
  display: flex;
  gap: 25px;
  margin-top: 32px;
  color: #cbdbe8;
  font-size: 13px;
}
.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-top: 4px solid var(--green);
  background: rgba(4, 28, 61, 0.64);
  backdrop-filter: blur(14px);
  padding: 28px;
}
.hero-panel small,
.hero-panel a {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
}
.hero-panel strong {
  display: block;
  font:
    800 28px/1.18 Manrope,
    sans-serif;
  margin: 14px 0;
}
.hero-panel p {
  color: #cbdbe8;
  font-size: 14px;
}
.signal {
  background: var(--blue);
  color: #fff;
}
.signal .container {
  min-height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.overline {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-bottom: 18px;
}
.overline.light {
  color: var(--green);
}
h2 {
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -3.7px;
}
.split-head {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 90px;
  align-items: end;
}
.big-copy {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 25px;
}
.arrow-link {
  font-weight: 800;
  color: var(--blue);
  border-bottom: 1px solid #a9c6ec;
  padding-bottom: 5px;
}
.service-bento {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
  margin-top: 65px;
}
.bento {
  position: relative;
  min-height: 310px;
  background: #f5f9fc;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition:
    0.25s transform,
    0.25s box-shadow;
}
.bento:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.bento.big {
  grid-row: span 2;
  min-height: 634px;
}
.bento.blue {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.bento.green-card {
  background: #dffaea;
}
.bento > span,
.photo-card span {
  position: absolute;
  right: 22px;
  top: 17px;
  font-size: 12px;
  opacity: 0.65;
}
.bento i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: auto;
}
.bento h3 {
  font-size: 27px;
  margin-top: auto;
}
.bento p {
  color: var(--muted);
  margin: 14px 0 24px;
}
.bento.blue p {
  color: #dceaff;
}
.bento b {
  font-size: 13px;
  color: var(--blue);
}
.bento.blue b {
  color: var(--green);
}
.page-ueber-uns .service-bento .bento.big.blue,
.page-gewerbe .service-bento .bento.big.blue {
  overflow: hidden;
  border-color: #173f6a;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.page-ueber-uns .service-bento .bento.big.blue {
  background-image: linear-gradient(
      180deg,
      rgba(4, 24, 53, 0.08) 22%,
      rgba(4, 24, 53, 0.92) 71%,
      #06182f 100%
    ),
    url("assets/lokal-winterdienst-muenchen.webp");
}
.page-gewerbe .service-bento .bento.big.blue {
  background-image: linear-gradient(
      180deg,
      rgba(4, 24, 53, 0.08) 20%,
      rgba(4, 24, 53, 0.93) 70%,
      #06182f 100%
    ),
    url("assets/hausverwaltung-winterdienst-muenchen.webp");
}
.page-ueber-uns .service-bento .bento.big.blue i,
.page-gewerbe .service-bento .bento.big.blue i {
  background: rgba(6, 24, 47, 0.72);
  backdrop-filter: blur(8px);
}
.page-ueber-uns .service-bento .bento.big.blue h3,
.page-gewerbe .service-bento .bento.big.blue h3,
.page-ueber-uns .service-bento .bento.big.blue p,
.page-gewerbe .service-bento .bento.big.blue p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}
.photo-card {
  padding: 0;
  overflow: hidden;
  color: #fff;
}
.photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(4, 24, 53, 0.9),
    rgba(4, 24, 53, 0.05)
  );
}
.photo-card div {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 28px;
}
.photo-card span {
  color: #fff;
}
.photo-card b {
  color: var(--green);
  display: block;
  margin-top: 18px;
}
.center-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.center-head p {
  color: var(--muted);
  font-size: 18px;
}
.checker {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, 0.88fr);
  overflow: hidden;
}
.checker-main {
  padding: 42px;
}
.check-block + .check-block {
  margin-top: 32px;
}
.check-block small {
  display: block;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.choice-grid button {
  background: #f5f8fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 8px;
  display: grid;
  gap: 6px;
  cursor: pointer;
}
.choice-grid button.active {
  border-color: var(--blue);
  background: #edf4ff;
  color: var(--blue);
}
.choice-grid button b {
  font-size: 13px;
}
.range-line {
  display: flex;
  align-items: center;
  gap: 24px;
}
.range-line input {
  accent-color: var(--blue);
  width: 100%;
}
.range-line output {
  min-width: 95px;
  background: var(--navy);
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
}
.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50px;
  padding: 9px 15px;
  cursor: pointer;
}
.chip.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.checker-result {
  background: var(--blue);
  color: #fff;
  padding: 42px;
  display: flex;
  flex-direction: column;
}
.checker-result > span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--green);
}
.checker-result h3 {
  font-size: 28px;
  margin: 15px 0;
}
.checker-result p {
  color: #dce9ff;
}
.checker-result ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  color: #e3edff;
}
.checker-result .btn {
  margin-top: auto;
}
.stats {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.6fr);
  gap: 35px;
  align-items: end;
}
.stat {
  border-left: 1px solid #29405c;
  padding-left: 25px;
}
.stat strong {
  display: block;
  color: var(--green);
  font:
    800 39px Manrope,
    sans-serif;
}
.stat span {
  color: #b9c9da;
  font-size: 13px;
}
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border-top: 1px solid #28415e;
}
.process > div {
  padding: 30px 35px 0 0;
}
.process > div + div {
  padding-left: 35px;
  border-left: 1px solid #28415e;
}
.process span {
  color: var(--green);
  font-weight: 800;
  font-size: 12px;
}
.process h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}
.process p {
  color: #aebfd0;
  margin: 0;
}
.editorial {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}
.editorial-copy p {
  color: var(--muted);
  font-size: 18px;
}
.blue-btn {
  background: var(--blue);
  color: #fff;
}
.article-grid {
  display: grid;
  gap: 10px;
}
.article-grid a {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 26px;
  display: grid;
  grid-template-columns: 130px 1fr 120px;
  gap: 20px;
  align-items: center;
  transition: 0.2s;
}
.article-grid a:hover {
  border-color: var(--blue);
  transform: translateX(5px);
}
.article-grid small {
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
}
.article-grid h3 {
  font-size: 21px;
}
.article-grid span {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}
.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--blue2));
  color: #fff;
  padding: 65px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cta-band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-band span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-band h2 {
  font-size: 45px;
  margin-top: 4px;
}
.cta-band > div > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.white-btn {
  background: #fff;
  color: var(--navy);
}
.phone-link {
  font-size: 13px;
  font-weight: 700;
  color: #d6e8f7;
}
.topbar a {
  color: #fff;
}
.topbar a:hover {
  text-decoration: underline;
}
.topbar i {
  font-style: normal;
  opacity: 0.5;
  margin: 0 8px;
}
.inner-hero {
  background: linear-gradient(135deg, var(--navy), var(--blue2));
  color: #fff;
  padding: 105px 0 80px;
}
.breadcrumbs {
  font-size: 13px;
  color: #a9c9e8;
  margin-bottom: 35px;
}
.inner-hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  margin: 0;
}
.inner-hero p {
  max-width: 720px;
  font-size: 19px;
  color: #d2e3f2;
}
.page-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
}
.side-nav {
  position: sticky;
  top: 25px;
  align-self: start;
  background: var(--ice);
  border-radius: 10px;
  padding: 20px;
}
.side-nav strong {
  display: block;
  margin-bottom: 12px;
}
.side-nav a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #d6e7f5;
  font-size: 14px;
}
.content h2 {
  font-size: 40px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.content h3 {
  font-size: 25px;
  margin: 35px 0 12px;
}
.content p,
.content li {
  color: var(--muted);
}
.content section + section {
  margin-top: 75px;
  padding-top: 65px;
  border-top: 1px solid var(--line);
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.feature-list li {
  background: var(--ice);
  padding: 15px;
  border-radius: 7px;
}
.feature-list li:before {
  content: "✓";
  color: var(--green2);
  font-weight: 900;
  margin-right: 10px;
}
.info-box {
  background: var(--navy);
  color: #fff;
  border-left: 5px solid var(--green);
  padding: 25px;
  border-radius: 8px;
  margin: 30px 0;
}
.info-box p {
  color: #d0dfeb;
  margin: 0;
}
.guide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.guide-card {
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 9px;
}
.guide-card small {
  color: var(--blue);
  font-weight: 800;
}
.guide-card h3 {
  font-size: 22px;
  margin: 14px 0;
}
.checklist {
  background: var(--ice);
  padding: 28px;
  border-radius: 10px;
}
.check-progress {
  height: 12px;
  background: #d8e7f3;
  border-radius: 20px;
  overflow: hidden;
  margin: 15px 0;
}
.check-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--green2);
  transition: 0.2s;
}
.check-items label {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #d5e5f1;
  cursor: pointer;
}
.check-items input {
  margin-top: 5px;
  accent-color: var(--green2);
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 55px;
}
.contact-card {
  background: var(--navy);
  color: #fff;
  padding: 35px;
  border-radius: 12px;
  align-self: start;
}
.contact-card a {
  display: block;
  font-weight: 800;
  margin: 15px 0;
}
.contact-card p {
  color: #b9ccdc;
}
.wizard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.wizard-top {
  background: var(--blue);
  color: #fff;
  padding: 25px 35px;
}
.progressbar {
  height: 7px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin-top: 16px;
}
.progressbar i {
  display: block;
  height: 100%;
  width: 33.33%;
  background: var(--green);
  border-radius: 10px;
  transition: 0.25s;
}
.wizard-step {
  padding: 35px;
  display: none;
}
.wizard-step.active {
  display: block;
}
.wizard-step h2 {
  font-size: 30px;
  letter-spacing: -1.2px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid label,
.full-label {
  display: block;
  font-size: 13px;
  font-weight: 800;
}
.form-grid input,
.form-grid select,
.full-label input,
.full-label textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cbd9e4;
  border-radius: 7px;
  padding: 13px;
  background: #fff;
}
.full-label {
  margin-top: 16px;
}
.select-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 25px 0;
}
.select-cards label {
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 8px;
  cursor: pointer;
}
.select-cards label:has(input:checked) {
  border-color: var(--blue);
  background: #eef5ff;
}
.select-cards input {
  accent-color: var(--blue);
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.btn.secondary {
  background: #edf2f6;
  color: var(--ink);
}
.consent {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer {
  background: #04152d;
  color: #c5d5e3;
  padding: 65px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer h4 {
  color: #fff;
  font: 700 14px Manrope;
}
.footer a,
.footer span {
  display: block;
  margin: 6px 0;
  font-size: 14px;
}
.footer a:hover {
  color: var(--green);
}
.footer-bottom {
  border-top: 1px solid #263b54;
  margin-top: 45px;
  padding-top: 18px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.mobile-call {
  display: none;
}
@media (max-width: 950px) {
  :root {
    --container: min(760px, calc(100% - 32px));
  }
  .section {
    padding: 78px 0;
  }
  .menu {
    display: block;
  }
  .nav nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 129px;
    background: var(--navy);
    padding: 25px;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header.inner .nav nav {
    top: 129px;
  }
  .nav nav.open {
    display: flex;
  }
  .hero {
    min-height: 780px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-panel {
    display: none;
  }
  .split-head,
  .editorial,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .service-bento {
    grid-template-columns: 1fr 1fr;
  }
  .bento.big {
    grid-row: auto;
    min-height: 310px;
  }
  .checker {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .process > div + div {
    padding-left: 0;
    border-left: 0;
  }
  .article-grid a {
    grid-template-columns: 100px 1fr;
  }
  .article-grid span {
    display: none;
  }
  .page-grid {
    grid-template-columns: 1fr;
  }
  .side-nav {
    position: relative;
  }
  .guide-cards {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  :root {
    --container: calc(100% - 28px);
  }
  body {
    padding-bottom: 62px;
  }
  .topbar .container span:last-child {
    display: none;
  }
  .nav {
    height: 78px;
  }
  .logo img {
    width: 77px;
    height: 53px;
  }
  .logo-word {
    font-size: 16px;
  }
  .logo-word small {
    font-size: 8px;
  }
  .nav nav,
  .site-header.inner .nav nav {
    top: 113px;
  }
  .hero {
    min-height: 760px;
  }
  .hero-grid {
    padding-top: 145px;
  }
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(3, 20, 48, 0.95),
      rgba(3, 28, 63, 0.58)
    );
  }
  h1 {
    letter-spacing: -3.7px;
  }
  .lead {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-trust {
    display: grid;
    gap: 7px;
  }
  .signal .container {
    overflow: auto;
    gap: 28px;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .split-head {
    gap: 28px;
  }
  .service-bento {
    grid-template-columns: 1fr;
  }
  .choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .checker-main,
  .checker-result {
    padding: 25px 19px;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .stat {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid #29405c;
  }
  .editorial {
    gap: 35px;
  }
  .article-grid a {
    grid-template-columns: 1fr;
  }
  .cta-band .container {
    display: block;
  }
  .cta-band h2 {
    font-size: 38px;
  }
  .cta-band > div > div:last-child {
    align-items: stretch;
    margin-top: 25px;
  }
  .page-grid {
    gap: 35px;
  }
  .feature-list,
  .guide-cards,
  .form-grid,
  .select-cards {
    grid-template-columns: 1fr;
  }
  .inner-hero {
    padding: 75px 0 55px;
  }
  .wizard-step,
  .wizard-top {
    padding: 24px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    display: block;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    font-weight: 900;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* Wiederkehrendes Rundumlicht auf dem natürlichen Räumfahrzeug */
.moving-plow .beacon-light {
  position: absolute;
  z-index: 4;
  top: 5.4%;
  bottom: auto;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff7a8;
  opacity: 0.55;
  transform: translate(-50%, -50%);
  animation: beaconFlash 0.72s ease-in-out infinite alternate;
}
.moving-plow .beacon-left {
  left: 35.8%;
}
.moving-plow .beacon-right {
  left: 62.3%;
  animation-delay: 0.18s;
}
@keyframes beaconFlash {
  0%,
  32% {
    opacity: 0.45;
    background: #ffc02f;
    box-shadow:
      0 0 3px 2px rgba(255, 166, 0, 0.48),
      0 0 9px 4px rgba(255, 166, 0, 0.18);
  }
  100% {
    opacity: 1;
    background: #fffbd0;
    box-shadow:
      0 0 7px 4px rgba(255, 191, 0, 0.95),
      0 0 18px 10px rgba(255, 136, 0, 0.58),
      0 0 32px 18px rgba(255, 136, 0, 0.25);
  }
}
@media (max-width: 620px) {
  .moving-plow .beacon-light {
    width: 7px;
    height: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moving-plow .beacon-light {
    animation: none;
    opacity: 1;
    box-shadow: 0 0 12px 6px rgba(255, 166, 0, 0.68);
  }
}
.social-proof {
  background: linear-gradient(180deg, #f7fbfe, #edf5fa);
}
.social-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.google-widget,
.insta-widget {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 32px;
  box-shadow: 0 14px 45px rgba(7, 43, 78, 0.08);
}
.social-brand {
  display: flex;
  gap: 15px;
  align-items: center;
}
.social-brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.social-brand h3 {
  font-size: 23px;
  margin-top: 3px;
}
.google-g,
.insta-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font:
    800 25px Manrope,
    sans-serif;
}
.google-g {
  background: conic-gradient(
    from -45deg,
    #4285f4 0 25%,
    #34a853 0 50%,
    #fbbc05 0 75%,
    #ea4335 0
  );
  color: #fff;
}
.insta-icon {
  background: linear-gradient(135deg, #6347d9, #d43d82, #f6a73b);
  color: #fff;
  font-size: 31px;
}
.google-place {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--ice);
  border-radius: 9px;
  padding: 17px;
  margin: 25px 0;
}
.google-place > span {
  font-size: 24px;
}
.google-place small {
  display: block;
  color: var(--muted);
}
.google-widget > p {
  color: var(--muted);
}
.widget-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
}
.insta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
  margin: 25px 0;
}
.insta-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 7px;
}
.insta-grid img:last-child {
  object-fit: contain;
  background: var(--navy);
  padding: 12px;
}
.insta-widget .btn {
  width: 100%;
}
@media (max-width: 950px) {
  .social-widgets {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .google-widget,
  .insta-widget {
    padding: 22px 17px;
  }
  .widget-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .insta-grid img {
    height: 105px;
  }
}
.sent-banner {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #eaf4ff;
  color: var(--navy);
  border: 1px solid #afcfec;
  border-radius: 10px;
  padding: 17px 20px;
  margin-bottom: 18px;
}
.sent-banner strong {
  color: var(--blue);
  white-space: nowrap;
}
.form-sent {
  min-height: 0 !important;
}
.form-sent:before,
.form-sent > :not(.form-response) {
  display: none !important;
}
.sent-celebration {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #f1fff8 0%, #e8f4ff 100%);
  border: 1px solid #8ddfba;
  border-radius: 22px;
  padding: 30px;
  margin: 0;
  box-shadow: 0 18px 45px rgba(6, 24, 47, 0.12);
  animation: success-in 0.45s ease both;
}
.sent-celebration:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -44px;
  top: -55px;
  border-radius: 50%;
  background: rgba(36, 210, 137, 0.13);
}
.sent-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: var(--navy);
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 0 0 9px rgba(36, 210, 137, 0.14);
}
.sent-copy {
  display: grid;
  gap: 8px;
}
.sent-copy small {
  color: #087044;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sent-copy strong {
  color: var(--navy);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
  white-space: normal;
}
.sent-copy p {
  margin: 0;
  color: #36516d;
  font-size: 16px;
  line-height: 1.6;
}
.sent-copy a {
  width: fit-content;
  margin-top: 6px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@keyframes success-in {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 620px) {
  .sent-celebration {
    grid-template-columns: 1fr;
    padding: 25px 21px;
  }
  .sent-icon {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sent-celebration { animation: none; }
}
.local-area {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.districts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.districts span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 5px 18px rgba(7, 43, 78, 0.05);
}
.districts span:first-child,
.districts span:nth-child(6) {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.service-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 40px 0;
}
.service-intro > div,
.faq details {
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
}
.service-intro h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.faq details + details {
  margin-top: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}
.faq p {
  margin-bottom: 0;
}
.seo-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: var(--navy);
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
}
.seo-cta h3 {
  font-size: 26px;
}
.seo-cta p {
  color: #c9d9e7;
  margin: 8px 0 0;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .bento,
  .article-grid a {
    transition: none;
  }
}
@media (max-width: 950px) {
  .local-area {
    grid-template-columns: 1fr;
  }
  .service-intro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .seo-cta {
    display: block;
  }
  .seo-cta .btn {
    margin-top: 20px;
    width: 100%;
  }
}
.topbar {
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}
.topbar a {
  color: var(--navy);
}
.signal {
  background: var(--navy);
}
.simple-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  padding: 38px;
}
.simple-form-head {
  margin-bottom: 28px;
}
.simple-form-head h2 {
  font-size: 34px;
  letter-spacing: -1.5px;
}
.simple-form-head p {
  color: var(--muted);
  margin: 8px 0 0;
}
.required-note {
  color: var(--blue) !important;
  font-size: 12px !important;
  font-weight: 800;
  margin: 10px 0 0 !important;
}
.checker-quick-form .required-note {
  color: #dce9f6 !important;
}
.simple-form select {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cbd9e4;
  border-radius: 7px;
  padding: 13px;
  background: #fff;
}
.simple-submit {
  width: 100%;
  margin-top: 24px;
  font-size: 17px;
}
.form-note {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.contact-phone {
  font-size: 22px;
  color: var(--green);
}
@media (max-width: 620px) {
  .simple-form {
    padding: 25px 18px;
  }
  .mobile-call {
    background: var(--navy);
    border-top: 3px solid var(--green);
    box-shadow: 0 -8px 24px rgba(3, 20, 48, 0.2);
  }
  .topbar .container {
    justify-content: center;
  }
  .topbar {
    background: #fff;
  }
  .topbar .container span:first-child {
    color: var(--navy);
  }
}
.legal {
  max-width: 850px;
}
.legal h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 45px 0 14px;
}
.legal h3 {
  font-size: 21px;
  margin: 28px 0 10px;
}
.legal p,
.legal li {
  color: var(--muted);
}
.legal a {
  color: var(--blue);
  text-decoration: underline;
}
.legal-note {
  background: #eaf4ff;
  border-left: 4px solid var(--blue);
  padding: 18px 20px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.legal-note p {
  margin: 0;
  color: var(--ink);
}
.privacy-settings {
  display: block;
  background: none;
  border: 0;
  color: #c5d5e3;
  padding: 0;
  margin: 6px 0;
  font-size: 14px;
  cursor: pointer;
}
.privacy-settings:hover {
  color: var(--green);
}
.cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(3, 18, 38, 0.68);
  backdrop-filter: blur(4px);
  display: none;
}
.cookie-backdrop.open {
  display: block;
}
.cookie-dialog {
  position: fixed;
  z-index: 201;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(790px, calc(100% - 28px));
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: var(--ink);
}
.cookie-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}
.cookie-brand img {
  width: 58px;
  height: 45px;
  object-fit: contain;
  background: var(--navy);
  border-radius: 8px;
  padding: 5px;
}
.cookie-dialog h2 {
  font-size: 28px;
  letter-spacing: -1.3px;
}
.cookie-dialog p {
  color: var(--muted);
  margin: 10px 0;
}
.cookie-dialog a {
  color: var(--blue);
  text-decoration: underline;
  font-weight: 700;
}
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  margin-top: 22px;
}
.cookie-actions .btn {
  padding: 13px 12px;
}
.cookie-secondary {
  background: #eaf2f8;
  color: var(--navy);
  border: 1px solid #cbdbe7;
}
.cookie-reject {
  background: #fff;
  color: var(--navy);
  border: 1px solid #cbdbe7;
}
.cookie-settings-toggle,
.cookie-save {
  border: 0;
  background: none;
  color: var(--blue);
  padding: 4px 0;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}
.cookie-save {
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
}
.cookie-links {
  font-size: 14px;
}
.cookie-details {
  display: none;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.cookie-details.open {
  display: block;
}
.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.cookie-option span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.cookie-option input {
  width: 20px;
  height: 20px;
  accent-color: var(--green2);
}
.cookie-option input:disabled {
  opacity: 1;
}
body.cookie-open {
  overflow: hidden;
}
@media (max-width: 620px) {
  .cookie-dialog {
    bottom: 10px;
    padding: 22px 18px;
    max-height: calc(100vh - 20px);
    overflow: auto;
  }
  .cookie-actions {
    grid-template-columns: 1fr;
  }
  .cookie-actions [data-cookie-accept] {
    order: -1;
  }
  .cookie-dialog h2 {
    font-size: 24px;
  }
}
.checker-quick-form {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}
.checker-quick-form label {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.checker-quick-form input:not([type="hidden"]),
.checker-quick-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 11px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.checker-quick-form input[type="hidden"] {
  display: none !important;
}
.checker-quick-form input::placeholder,
.checker-quick-form textarea::placeholder {
  color: #bfd2e7;
}
.checker-quick-form input:focus,
.checker-quick-form textarea:focus {
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 0 0 3px rgba(85, 223, 160, 0.15);
}
.quick-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.quick-contact-grid .quick-name {
  grid-column: 1 / -1;
  font-size: 15px;
}
.quick-contact-grid .quick-name input {
  min-height: 54px;
  padding: 15px 16px;
  font-size: 16px;
}
.quick-message {
  display: block;
}
.quick-message textarea {
  min-height: 122px;
  resize: vertical;
  line-height: 1.45;
}
.checker-quick-form small {
  color: #dce9f6;
  text-align: center;
  font-size: 11px;
}
.mission-board {
  margin-top: 65px;
  border: 1px solid #36516f;
  background: linear-gradient(135deg, #0b284c, #071b35);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}
.mission-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.mission-head > strong {
  font:
    700 20px Manrope,
    sans-serif;
}
.mission-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.mission-live i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(89, 216, 140, 0.5);
  animation: pulse 2s infinite;
}
.mission-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.mission-flow > div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #294868;
  border-radius: 9px;
  padding: 18px;
}
.mission-flow b {
  display: block;
  color: var(--green);
  font-size: 12px;
}
.mission-flow span {
  font-weight: 700;
}
.mission-flow > i {
  color: var(--green);
  font-style: normal;
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(89, 216, 140, 0);
  }
}
@media (max-width: 950px) {
  .mission-flow {
    grid-template-columns: 1fr 1fr;
  }
  .mission-flow > i {
    display: none;
  }
  .mission-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .checker-result {
    min-height: 590px;
  }
}
@media (max-width: 620px) {
  .mission-flow {
    grid-template-columns: 1fr;
  }
  .mission-board {
    margin-top: 45px;
    padding: 20px;
  }
  .checker-result {
    min-height: auto;
  }
  .checker-quick-form {
    margin-top: 22px;
  }
  .quick-contact-grid {
    grid-template-columns: 1fr;
  }
}
/* Premium 2026 visual system */
:root {
  --blue: #1769c8;
  --blue2: #0d4d99;
  --green: #55dfa0;
  --green2: #22b978;
  --navy: #06182f;
  --ice: #f3f7fa;
  --ink: #071a32;
  --muted: #607083;
  --line: #dfe8ef;
  --shadow: 0 24px 70px rgba(4, 30, 61, 0.11);
}
body {
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  background: #fbfdff;
}
.site-header {
  border-bottom: 0;
}
.site-header:not(.inner) .nav {
  margin-top: 16px;
  height: 82px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(5, 24, 49, 0.58);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.17);
}
.site-header.inner .nav {
  height: 86px;
}
.topbar .container {
  height: 38px;
}
.hero {
  min-height: 850px;
}
.hero-overlay {
  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(85, 223, 160, 0.12),
      transparent 28%
    ),
    linear-gradient(
      90deg,
      rgba(3, 17, 36, 0.97) 0%,
      rgba(5, 26, 55, 0.78) 48%,
      rgba(4, 22, 47, 0.22) 82%
    );
}
.hero-grid {
  align-items: center;
  padding-top: 150px;
}
.hero h1 {
  max-width: 830px;
  font-size: clamp(54px, 7.2vw, 102px);
  line-height: 0.98;
  letter-spacing: -6px;
}
.hero h1 em {
  background: linear-gradient(90deg, #55dfa0, #a7f5cf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.live-pill {
  padding: 9px 15px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(7, 30, 61, 0.62);
}
.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.05)
  );
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.hero-panel:before {
  content: "089";
  display: block;
  font:
    800 12px Manrope,
    Arial,
    sans-serif;
  color: var(--green);
  letter-spacing: 3px;
}
.btn {
  border-radius: 12px;
  padding: 16px 23px;
  box-shadow: 0 8px 24px rgba(5, 27, 53, 0.08);
}
.btn.green {
  box-shadow: 0 12px 30px rgba(37, 185, 108, 0.22);
}
.section {
  padding: 120px 0;
}
.signal {
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}
.signal .container {
  min-height: 72px;
}
.signal span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-bento {
  gap: 18px;
}
.bento {
  border-radius: 20px;
  border-color: #e1eaf1;
  background: linear-gradient(145deg, #fff, #f4f8fb);
  box-shadow: 0 10px 35px rgba(6, 31, 61, 0.06);
}
.bento.blue {
  background: linear-gradient(145deg, #0b315f, #071b35);
  border-color: #173f6a;
}
.bento.green-card {
  background: linear-gradient(145deg, #e9fff5, #d7f7e8);
}
.photo-card:after {
  background: linear-gradient(
    0deg,
    rgba(3, 17, 37, 0.94),
    rgba(4, 24, 53, 0.08)
  );
}
.checker {
  border: 1px solid #e2ebf2;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(6, 38, 76, 0.13);
}
.checker-result {
  background: linear-gradient(155deg, #0b315f, #06182f);
}
.choice-grid button {
  border-radius: 14px;
  min-height: 96px;
  transition: 0.2s;
}
.choice-grid button:hover {
  transform: translateY(-3px);
  border-color: #9bbde1;
}
.chip {
  padding: 11px 17px;
}
.dark {
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(85, 223, 160, 0.11),
      transparent 30%
    ),
    #06182f;
}
.mission-board {
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(24, 67, 109, 0.7),
    rgba(6, 24, 47, 0.9)
  );
  backdrop-filter: blur(16px);
}
.article-grid a {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(6, 34, 67, 0.05);
}
.google-widget,
.insta-widget {
  border-radius: 22px;
}
.cta-band {
  background: #071b35;
}
.footer {
  background: #031226;
}
.simple-form,
.contact-card,
.side-nav,
.info-box {
  border-radius: 18px;
}
.inner-hero {
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(85, 223, 160, 0.14),
      transparent 25%
    ),
    linear-gradient(135deg, #06182f, #0b315f);
}
.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal-ready.revealed {
  opacity: 1;
  transform: none;
}
@media (max-width: 950px) {
  .site-header:not(.inner) .nav {
    margin-top: 10px;
  }
  .hero h1 {
    letter-spacing: -4px;
  }
  .section {
    padding: 88px 0;
  }
}
@media (max-width: 620px) {
  .site-header:not(.inner) .nav {
    margin: 8px 8px 0;
    width: calc(100% - 16px);
    padding: 0 14px;
    border-radius: 14px;
  }
  .hero {
    min-height: 820px;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -3.4px;
  }
  .hero-grid {
    padding-top: 155px;
  }
  .section {
    padding: 72px 0;
  }
  .bento,
  .checker,
  .google-widget,
  .insta-widget {
    border-radius: 16px;
  }
  .signal .container {
    min-height: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.content-visual {
  position: relative;
  margin: 0 0 55px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(4, 30, 61, 0.15);
}
.content-visual img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.content-visual:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3, 18, 38, 0.88));
  pointer-events: none;
}
.content-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.review-logo-wrap {
  position: relative;
  display: block;
  width: 72px;
  height: 62px;
  border-radius: 14px;
  background: var(--navy);
  padding: 7px;
}
.review-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-logo-wrap .google-g {
  position: absolute;
  right: -9px;
  bottom: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  border: 3px solid #fff;
}
.direct-mail-link,
.quick-mail {
  display: block;
  text-align: center;
  font-weight: 800;
}
.direct-mail-link {
  margin-top: 17px;
  color: var(--blue);
  text-decoration: underline;
}
.quick-mail {
  color: var(--green);
  font-size: 12px;
}
.simple-form {
  position: relative;
}
.simple-form:before {
  content: "Direkt an info@089winterdienst.de";
  display: inline-flex;
  background: #e9fff4;
  color: #087044;
  border: 1px solid #b9efd4;
  border-radius: 50px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}
.btn[aria-busy="true"] {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}
.quick-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px !important;
  line-height: 1.35;
  color: #dce9f6 !important;
}
.quick-consent input {
  width: 16px !important;
  height: 16px;
  margin: 1px 0 0 !important;
  accent-color: var(--green);
}
.send-error {
  background: #fff0f0;
  border-color: #e8b3b3;
}
.send-error strong {
  color: #a52424;
}
.address-autocomplete {
  position: relative;
  z-index: 7;
}
.address-suggestions {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #b9cde0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(6, 24, 47, 0.2);
}
.address-suggestions[hidden] {
  display: none !important;
}
.address-suggestion {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5edf4;
  padding: 13px 15px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
}
.address-suggestion span {
  color: var(--blue);
  font-size: 20px;
}
.address-suggestion strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
}
.address-suggestion:hover,
.address-suggestion:focus-visible,
.address-suggestion.active {
  background: #edf6ff;
  outline: none;
}
.address-searching,
.address-attribution {
  display: block;
  padding: 13px 15px;
  color: #60758a;
  font-size: 12px;
  line-height: 1.45;
}
.address-attribution {
  padding-top: 9px;
  padding-bottom: 9px;
  background: #f4f8fc;
  text-align: right;
}
.address-attribution a {
  color: var(--blue);
  text-decoration: underline;
}
@media (max-width: 620px) {
  .content-visual {
    margin-bottom: 35px;
    border-radius: 15px;
  }
  .content-visual img {
    height: 250px;
  }
  .content-visual figcaption {
    left: 18px;
    right: 18px;
    bottom: 16px;
    font-size: 14px;
  }
}
.snow-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.plow-lane {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(235, 247, 255, 0.28) 67%,
    rgba(245, 251, 255, 0.88) 68%,
    #eaf5fb 100%
  );
}
.moving-plow {
  position: absolute;
  bottom: 7px;
  left: -190px;
  width: 170px;
  height: 58px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  animation: plowDrive 16s linear infinite;
}
.moving-plow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.moving-plow span {
  position: absolute;
  left: 7px;
  bottom: 5px;
  background: rgba(3, 20, 45, 0.86);
  color: var(--green);
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.plow-cleared {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 13px;
  width: 0;
  background: linear-gradient(90deg, #b8d2df, #e8f4f8);
  animation: clearLane 16s linear infinite;
}
@keyframes plowDrive {
  0% {
    transform: translateX(0);
  }
  82%,
  100% {
    transform: translateX(calc(100vw + 230px));
  }
}
@keyframes clearLane {
  0% {
    width: 0;
  }
  82%,
  100% {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .plow-lane {
    height: 55px;
  }
  .moving-plow {
    width: 130px;
    height: 45px;
    left: -150px;
  }
  .hero-grid {
    padding-bottom: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moving-plow {
    animation: none;
    left: auto;
    right: 18px;
  }
  .plow-cleared {
    animation: none;
    width: 100%;
  }
}

/* Echtes, freigestelltes Räumfahrzeug statt rechteckigem Fotoausschnitt */
.plow-lane {
  height: 126px;
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 72%,
    rgba(239, 248, 252, 0.72) 73%,
    #eaf5fb 100%
  );
}
.moving-plow {
  bottom: -5px;
  left: -300px;
  width: 280px;
  height: 184px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 14px 13px rgba(2, 18, 36, 0.34));
  animation-duration: 17s;
}
.moving-plow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.plow-cleared {
  height: 20px;
  background: linear-gradient(
    90deg,
    #bed4df,
    #f3fafc 72%,
    rgba(255, 255, 255, 0.9)
  );
}
.photo-card img {
  object-position: 60% 60%;
}
.insta-grid img:first-child {
  object-position: 62% center;
}
.insta-grid img:nth-child(2) {
  object-position: 62% 62%;
}
@keyframes plowDrive {
  0% {
    transform: translateX(0);
  }
  82%,
  100% {
    transform: translateX(calc(100vw + 360px));
  }
}
@media (max-width: 620px) {
  .plow-lane {
    height: 88px;
  }
  .moving-plow {
    left: -215px;
    bottom: -3px;
    width: 205px;
    height: 134px;
  }
  .hero-grid {
    padding-bottom: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moving-plow {
    animation: none;
    left: auto;
    right: 8px;
  }
}

/* Bildstarke Leistungs- und Einsatzgebiet-Karten */
.bento.big.blue {
  overflow: hidden;
  padding-top: 350px;
}
.bento-feature-image {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 315px;
  object-fit: cover;
  object-position: 64% 62%;
}
.bento.big.blue > span,
.bento.big.blue > i {
  z-index: 2;
}
.bento.big.blue > i {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  background: rgba(6, 24, 47, 0.58);
  backdrop-filter: blur(8px);
}
.local-visuals {
  display: grid;
  gap: 26px;
}
.local-photo {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 65px rgba(4, 30, 61, 0.16);
}
.local-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 62%;
}
.local-photo::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(4, 20, 43, 0.92));
}
.local-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 27px;
  bottom: 25px;
  left: 27px;
  color: #fff;
}
.local-photo strong,
.local-photo span {
  display: block;
}
.local-photo strong {
  font:
    800 25px/1.15 Manrope,
    sans-serif;
}
.local-photo span {
  margin-top: 7px;
  color: #dce9f4;
  font-size: 14px;
}

/* Genügend Höhe, damit Kabine, Räder und Schneeschild nicht abgeschnitten werden */
.plow-lane {
  height: 194px;
}
.moving-plow {
  bottom: 2px;
}
@media (max-width: 620px) {
  .bento.big.blue {
    padding-top: 285px;
  }
  .bento-feature-image {
    height: 250px;
  }
  .local-photo {
    min-height: 270px;
  }
  .local-photo strong {
    font-size: 21px;
  }
  .plow-lane {
    height: 142px;
  }
  .moving-plow {
    bottom: 1px;
  }
}

.moving-plow span.beacon-light {
  top: 5.4%;
  bottom: auto;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background: #fff7a8;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  animation: beaconFlash 0.72s ease-in-out infinite alternate;
}
.moving-plow span.beacon-left {
  left: 35.8%;
}
.moving-plow span.beacon-right {
  left: 62.3%;
  animation-delay: 0.18s;
}
@media (max-width: 620px) {
  .moving-plow span.beacon-light {
    width: 7px;
    height: 7px;
  }
}

/* Kompletter 089-Pickup: freigestellt, mit Türwerbung und aktiver Beleuchtung */
.moving-plow {
  left: -410px;
  bottom: 0;
  width: 390px;
  height: 194px;
  filter: drop-shadow(0 14px 12px rgba(2, 18, 36, 0.36));
}
.moving-plow > img.vehicle-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.moving-plow > img.vehicle-brand {
  position: absolute;
  z-index: 3;
  width: 15%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45));
  opacity: 0.98;
  pointer-events: none;
}
.moving-plow > img.vehicle-brand-front {
  left: 22%;
  top: 34%;
  transform: rotate(-1deg) skewY(-1deg);
}
.moving-plow span.beacon-main {
  left: 38.2%;
  top: 4.2%;
  width: 12px;
  height: 12px;
  animation: beaconFlash 0.62s ease-in-out infinite alternate;
}
.moving-plow span.headlight-glow {
  position: absolute;
  z-index: 4;
  width: 15px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 224, 0.94);
  box-shadow:
    0 0 8px 4px rgba(255, 251, 216, 0.86),
    0 0 18px 8px rgba(213, 239, 255, 0.38);
  color: transparent;
  font-size: 0;
  animation: headlightAlive 1.8s ease-in-out infinite alternate;
}
.moving-plow span.headlight-low {
  left: 55.4%;
  top: 42.8%;
}
.moving-plow span.headlight-high {
  left: 83.2%;
  top: 35.5%;
  width: 11px;
  height: 9px;
  animation-delay: 0.22s;
}
@keyframes headlightAlive {
  from {
    opacity: 0.76;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes plowDrive {
  0% {
    transform: translateX(0);
  }
  82%,
  100% {
    transform: translateX(calc(100vw + 500px));
  }
}
@media (max-width: 620px) {
  .moving-plow {
    left: -285px;
    width: 275px;
    height: 137px;
  }
  .moving-plow span.beacon-main {
    width: 9px;
    height: 9px;
  }
  .moving-plow span.headlight-glow {
    width: 10px;
    height: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moving-plow span.beacon-main,
  .moving-plow span.headlight-glow {
    animation: none;
    opacity: 1;
  }
}

/* Fotorealistischer, großer Pulverschnee vor dem fahrenden Räumschild */
.moving-plow > img.snow-spray-image {
  position: absolute;
  z-index: 5;
  left: 82%;
  bottom: -3%;
  width: 54%;
  height: auto;
  max-width: none;
  object-fit: contain;
  mix-blend-mode: normal;
  pointer-events: none;
  transform-origin: left bottom;
  filter: brightness(1.08) contrast(1.1) saturate(0.82)
    drop-shadow(0 4px 7px rgba(190, 224, 240, 0.32));
  animation: realisticSnowPulse 0.82s ease-in-out infinite alternate;
}
@keyframes realisticSnowPulse {
  from {
    opacity: 0.84;
    transform: translate(-3px, 2px) scale(0.96, 0.92);
  }
  to {
    opacity: 1;
    transform: translate(4px, -2px) scale(1.06, 1.08);
  }
}
@media (max-width: 620px) {
  .moving-plow > img.snow-spray-image {
    left: 80%;
    width: 58%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moving-plow > img.snow-spray-image {
    animation: none;
    opacity: 1;
  }
}
