/* Selbst gehostete Inter Variable Font (wght 400-800) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --brand-navy: #009fe3;
  --brand-navy-2: #006fa5;
  /* Kontrast: dunklere Blau-Variante für Text/Links auf hellem Grund (WCAG AA) */
  --brand-navy-text: #01699c;
  --brand-orange: #e86f10;
  --brand-orange-dark: #c65a0a;
  /* Kontrast: dunkleres Orange für Kicker-Text auf hellem Grund */
  --brand-orange-text: #b3550c;
  /* Kontrast: helles Orange für Kicker-Text auf dunklem Grund */
  --brand-orange-bright: #ffa45c;
  --brand-text: #1d2a3a;
  --brand-muted: #44586d;
  --brand-line: #e5e8f0;
  --brand-soft: #f4f8fc;
  --brand-container: #243342;
  --radius-lg: 1.5rem;
  --shadow-soft: 0 14px 40px rgba(24, 35, 67, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--brand-text);
  background: #fff;
}

.fw-800 {
  font-weight: 800;
}

.section-space {
  padding: 5.5rem 0;
}

.section-soft {
  background: var(--brand-soft);
}

.topbar {
  background: #eef8fd;
  color: var(--brand-navy-text);
  border-bottom: 1px solid rgba(0, 159, 227, 0.12);
}

.topbar a {
  color: var(--brand-navy-text);
}


body {
  padding-top: 0;
}

.navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(8, 30, 47, 0.08);
  border-bottom: 1px solid rgba(0, 159, 227, 0.12);
}

.navbar .nav-link {
  color: var(--brand-text);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand-navy-text);
}

.navbar-toggler {
  background: #eef8fd;
}

.navbar-toggler-icon {
  filter: none;
}

.navbar-brand img {
  height: 70px;
  width: auto;
}

.hero-proof-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.hero-proof-badge strong {
  font-weight: 800;
}

.hero-proof-badge span:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.floating-call-btn {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 1055;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--brand-orange);
  color: #fff;
  text-decoration: none;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(245, 126, 40, 0.35);
  font-weight: 700;
}

.floating-call-btn:hover,
.floating-call-btn:focus {
  color: #fff;
  background: var(--brand-orange-dark);
}

.floating-call-icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1rem;
}

.topbar a {
  text-decoration: none;
}


.btn {
  border-radius: 0.95rem;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
}

.btn-cta {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(245, 126, 40, 0.28);
}

.btn-cta:hover,
.btn-cta:focus {
  background: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid rgba(0, 111, 165, 0.45);
  color: var(--brand-navy-text);
  background: #fff;
}

.btn-outline-brand:hover {
  background: var(--brand-navy-2);
  border-color: var(--brand-navy-2);
  color: #fff;
}

.hero-section {
  background: linear-gradient(180deg, #08253c 0%, #0d3b59 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(10, 15, 34, 0.86) 0%, rgba(10, 15, 34, 0.68) 45%, rgba(10, 15, 34, 0.4) 100%), url('../img/hero-service.webp');
  background-size: cover;
  background-position: center;
}

.eyebrow,
.section-kicker {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-orange-text);
  font-size: 0.82rem;
}

/* Kicker auf dunklen Flächen: helle Orange-Variante für ausreichend Kontrast */
.eyebrow,
.kicker-on-dark {
  color: var(--brand-orange-bright);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.88);
}

.promo-bar {
  display: inline-block;
  background: var(--brand-navy);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-weight: 700;
}

.hero-checks li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.94);
}

.hero-checks li::before,
.location-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-navy-text);
  font-weight: 700;
}

/* Häkchen auf dunklem Grund: helle Variante */
.hero-checks li::before {
  color: #52c9ff;
}

.hero-rating .stars,
.review-top .stars {
  color: #ffce47;
  letter-spacing: 0.12em;
  font-size: 1.05rem;
}

.glass-card {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #eef8fd;
  color: var(--brand-navy-text);
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  padding: 1rem 1.1rem;
  background: var(--brand-navy);
  border: 1px solid var(--brand-navy);
  border-radius: 1rem;
  color: #fff;
}

.contact-box span,
.contact-panel span,
.contact-panel a {
  font-size: 0.95rem;
}

.contact-box strong,
.contact-panel a,
.contact-panel strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.static-box {
  cursor: default;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
section h2 {
  font-size: clamp(1.85rem, 2.8vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--brand-text);
}

.section-heading p,
section p {
  color: var(--brand-muted);
  line-height: 1.75;
}

.review-card,
.step-card,
.service-card,
.image-card,
.contact-cta,
.map-visual {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.review-card {
  background: #fff;
  border: 1px solid var(--brand-line);
  padding: 1.4rem;
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.google-pill {
  background: #edf8fd;
  color: #156287;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.review-author {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.review-author span {
  color: #7b869c;
  font-size: 0.88rem;
}

.image-card {
  background: #fff;
  padding: 1rem;
  border: 1px solid var(--brand-line);
}

.image-card-caption {
  margin-top: 1rem;
  color: var(--brand-muted);
  font-size: 0.95rem;
}

.benefits-band {
  position: relative;
  background: linear-gradient(90deg, rgba(7, 32, 49, 0.95) 0%, rgba(11, 57, 84, 0.92) 100%), url('../img/hero-service.webp');
  background-size: cover;
  background-position: center;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  padding: 1rem 1rem 1rem 2.6rem;
  position: relative;
  min-height: 100%;
}

.benefit-item::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #52c9ff;
  font-weight: 800;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-line);
}

.service-card-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.service-card-body {
  padding: 1.25rem;
}

.service-card-body h3,
.step-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.step-card {
  background: #fff;
  border: 1px solid var(--brand-line);
  padding: 2rem 1.5rem;
  text-align: center;
}

.step-number {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 111, 165, 0.35);
  color: var(--brand-navy-text);
  font-size: 1.4rem;
  font-weight: 800;
}

.location-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.8rem;
}

.contact-panel {
  display: grid;
  gap: 0.6rem;
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
}

.contact-panel a {
  color: var(--brand-navy-text);
  text-decoration: none;
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.contact-section {
  background: linear-gradient(180deg, #0a2b44 0%, #08314b 100%);
}

.contact-cta {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 3rem 1.5rem;
}

.contact-cta h2,
.contact-cta p {
  color: #fff;
}

.site-footer {
  background: #f7f8fb;
  border-top: 1px solid var(--brand-line);
}

.footer-links a {
  color: var(--brand-muted);
  text-decoration: none;
}

.footer-links a:hover,
.topbar a:hover,
.contact-panel a:hover {
  color: var(--brand-navy-text);
}

.border {
  border-color: var(--brand-line) !important;
}

@media (max-width: 991.98px) {
  .navbar {
    background: rgba(255, 255, 255, 0.98);
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
  }

  .nav-contact {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 159, 227, 0.12);
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    height: 56px;
  }

  .hero-proof-badge {
    border-radius: 1rem;
    font-size: 0.88rem;
  }

  .section-space {
    padding: 4.25rem 0;
  }

  .hero-section {
    padding-top: 1rem;
  }

  .promo-bar {
    display: block;
  }

  .service-card-img {
    aspect-ratio: 16 / 10;
  }

  .contact-cta {
    padding: 2.25rem 1.25rem;
  }
}


.navbar-brand img, .site-footer img {
  display: block;
}

.review-metric {
  background: linear-gradient(180deg, #f3fbff 0%, #ffffff 100%);
  border-color: rgba(0, 159, 227, 0.18);
}

.contact-box:hover {
  background: var(--brand-navy-2);
  border-color: var(--brand-navy-2);
  color: #fff;
}


@media (min-width: 992px) {
  .floating-call-btn {
    display: none !important;
  }
}


/* ============================================================
   FAQ Accordion
============================================================ */
.faq-accordion .accordion-item {
  border: 1px solid var(--brand-line);
  border-radius: 1rem !important;
  overflow: hidden;
  margin-bottom: 0.85rem;
  box-shadow: 0 6px 18px rgba(24, 35, 67, 0.06);
}

.faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--brand-text);
  padding: 1.15rem 1.25rem;
  background: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #eef8fd;
  color: var(--brand-navy-text);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 165, 0.2);
}

.faq-accordion .accordion-body {
  color: var(--brand-muted);
  line-height: 1.7;
  background: #fff;
}

/* ============================================================
   Footer & Kontakt-Details
============================================================ */
.footer-firm {
  color: var(--brand-muted);
  line-height: 1.7;
}

.footer-firm a {
  color: var(--brand-navy-text);
  text-decoration: none;
}

.footer-note {
  color: var(--brand-muted);
}

.contact-hours {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

/* ============================================================
   Google Reviews Slider (grs)
============================================================ */
.grs {
  --grs-star: #e8a212;
  --grs-star-empty: #d3d6db;
  --grs-text: #2c3440;
  --grs-muted: #5c6673;
  --grs-link: #1660c9;
  --grs-border: #dcdfe4;
  --grs-card-radius: 20px;
  --grs-gap: 32px;
  --grs-per-view: 3;
  width: 100%;
  color: var(--grs-text);
  padding: 16px 0 32px;
  box-sizing: border-box;
}
.grs *, .grs *::before, .grs *::after { box-sizing: border-box; }

/* --- Header --- */
.grs__header {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap; padding: 0 16px; margin-bottom: 28px;
  font-size: 18px;
}
.grs__glogo { width: 26px; height: 26px; flex: none; }
.grs__score { font-size: 30px; font-weight: 700; color: #1a1d21; }
.grs__header-stars { display: inline-flex; gap: 3px; }
.grs__header-text a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.grs__header-text a:hover { color: var(--grs-link); }

.grs__title-row {
  display: flex; align-items: center; gap: 20px;
  max-width: 1180px; margin: 0 auto 30px; padding: 0 16px;
}
.grs__title-row::before, .grs__title-row::after {
  content: ""; flex: 1; height: 1px; background: var(--grs-border);
}
.grs__title { font-size: 19px; font-weight: 700; color: #2c3440; white-space: nowrap; margin: 0; }

/* --- Slider layout --- */
.grs__body {
  display: flex; align-items: stretch; gap: 12px;
  max-width: 1280px; margin: 0 auto; padding: 0 8px;
}
.grs__viewport { overflow: hidden; flex: 1; min-width: 0; padding: 4px; }
.grs__track {
  display: flex; gap: var(--grs-gap);
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) { .grs__track { transition: none; } }

.grs__card {
  flex: 0 0 calc((100% - (var(--grs-per-view) - 1) * var(--grs-gap)) / var(--grs-per-view));
  border: 1px solid var(--grs-border);
  border-radius: var(--grs-card-radius);
  padding: 22px 24px 20px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(24, 35, 67, 0.06);
  display: flex; flex-direction: column;
}

.grs__who { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.grs__avatar {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 15px;
}
.grs__name { font-weight: 600; font-size: 15.5px; color: #1a1d21; }

.grs__stars { display: inline-flex; gap: 4px; margin-bottom: 12px; }
.grs__star { width: 21px; height: 21px; }

.grs__text {
  font-size: 14.5px; line-height: 1.55; color: #3d4654;
  position: relative; margin: 0;
}
.grs__text--clamped {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grs__text--clamped::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2.2em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%);
  pointer-events: none;
}
.grs__more {
  display: inline-block; margin-top: 8px; align-self: flex-start;
  background: none; border: 0; padding: 0; cursor: pointer;
  color: var(--grs-link); font-size: 14.5px; font-family: inherit;
}
.grs__more:hover { text-decoration: underline; }

.grs__source {
  display: flex; align-items: center; gap: 7px;
  margin-top: auto; padding-top: 14px;
  font-size: 12.5px; color: var(--grs-muted);
}
.grs__source svg { width: 15px; height: 15px; flex: none; }

/* --- Arrows --- */
.grs__arrow {
  align-self: center; flex: none;
  width: 42px; height: 42px; border-radius: 50%;
  border: 0; background: #eceff1; color: #40484f;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s;
}
.grs__arrow:hover:not(:disabled) { background: #dde2e5; }
.grs__arrow:focus-visible { outline: 2px solid var(--grs-link); outline-offset: 2px; }
.grs__arrow:disabled { opacity: .35; cursor: default; }
.grs__arrow svg { width: 18px; height: 18px; }

.grs__empty { text-align: center; color: var(--grs-muted); padding: 30px 16px; }

/* --- Responsive --- */
@media (max-width: 980px) { .grs { --grs-per-view: 2; --grs-gap: 24px; } }
@media (max-width: 640px) {
  .grs { --grs-per-view: 1; --grs-gap: 16px; }
  .grs__arrow { width: 36px; height: 36px; }
  .grs__score { font-size: 26px; }
  .grs__header { font-size: 16px; }
}


/* ============================================================
   Anpassungen: Hero-Karte weiss, Rating-Box, Topbar-Button
============================================================ */
/* Header-Button "Kostenloses Angebot": weisse Schrift trotz Topbar-Linkfarbe */
.topbar .btn-cta {
  color: #fff;
}

/* Hero-Karte: restlicher Text dunkel */
.hero-card h2 {
  color: var(--brand-text);
}

.hero-card-text {
  color: var(--brand-text);
}

/* Kontakt-Kaestchen: Labels in hellem Weiss */
.contact-box span {
  color: rgba(255, 255, 255, 0.9);
}

.contact-box strong {
  color: #fff;
}

/* Hero-Rating: weisser Kasten mit Google-Logo, gelben Sternen, dunklem Text */
.hero-rating {
  background: #fff;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  box-shadow: var(--shadow-soft);
}

.hero-rating .stars {
  color: #f2b21b;
}

.hero-rating-text {
  color: var(--brand-text);
  font-weight: 600;
}

.hero-rating-glogo {
  width: 25px;
  height: 25px;
  flex: none;
}


/* Hero-Rating: einzeilig, mobil kompakt */
.hero-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .hero-rating {
    padding: 0.4rem 0.65rem;
    gap: 0.3rem !important;
  }

  .hero-rating .stars {
    font-size: clamp(0.62rem, 2.6vw, 0.78rem);
    letter-spacing: 0;
  }

  .hero-rating-text {
    /* skaliert mit Viewport, bleibt garantiert einzeilig */
    font-size: clamp(0.55rem, 2.9vw, 0.72rem);
  }

  .hero-rating-glogo {
    width: 16px;
    height: 16px;
  }
}


/* ============================================================
   Zielgruppen-Karten (Privatumzuege / Seniorenumzuege)
============================================================ */
.audience-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 2rem 1.75rem;
}

.audience-badge {
  align-self: flex-start;
  display: inline-block;
  background: #eef8fd;
  color: var(--brand-navy-text);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.audience-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.75rem;
}

.audience-card p {
  margin-bottom: 1.25rem;
}

.audience-card .location-list li {
  margin-bottom: 0.6rem;
}

.audience-note {
  color: var(--brand-muted);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .audience-card {
    padding: 1.5rem 1.25rem;
  }
}
