:root {
  --primary: #111111;
  --accent: #8d0c10;
  --gold: #d0a44f;
  --bg: #f7f7f7;
  --text: #111111;
  --muted: #555555;
  --card: #ffffff;
  --shadow: 0 12px 34px rgba(17, 17, 17, 0.09);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: var(--accent); text-decoration: none; }
a:hover { opacity: 0.85; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { line-height: 1.2; margin-top: 0; }
.container { width: min(1140px, 92%); margin: 0 auto; }
.nav-container { width: min(1560px, 99%); }
.section { padding: 64px 0; }
.section-light { background: #fff; }
.center { text-align: center; }

.topline { display: none !important; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: transparent;
  box-shadow: none;
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nav-wrap { border-bottom: 1px solid transparent; transition: border-color .25s ease; }
.header-meta {
  display: none;
}
.header-meta-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.hotline-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  background: #fff;
  border: 1px solid #e8d8b2;
  border-radius: 999px;
  padding: 8px 14px 8px 10px;
}
.hotline-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #111;
  font-weight: 700;
}
.hotline-copy { display: inline-flex; flex-direction: column; line-height: 1.2; }
.hotline-copy strong { font-size: 19px; letter-spacing: .2px; color: #111; }
.hotline-copy small { font-size: 13px; color: #555; }
.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ececec;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
}
.g-badge {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url("../assets/google-g.svg") center/contain no-repeat;
  flex: 0 0 34px;
}
.g-copy { display: inline-flex; flex-direction: column; line-height: 1.2; }
.g-copy strong { font-size: 17px; color: #111; }
.g-copy small { font-size: 12px; color: #666; }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.stars {
  color: #d4af37;
  text-shadow: 0 0 6px rgba(212,175,55,.45), 0 0 12px rgba(228,192,107,.35);
}

.nav-inner { display: flex; align-items: center; gap: clamp(8px, .9vw, 14px); min-height: 86px; transition: min-height .25s ease; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo-img {
  width: auto;
  height: clamp(62px, 5.2vw, 90px);
  max-width: 240px;
  object-fit: contain;
  transition: height .25s ease;
}
.main-nav { display: flex; gap: clamp(6px, .7vw, 12px); flex: 1; justify-content: center; min-width: 0; }
.main-nav a,
.main-nav .nav-drop-toggle {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: clamp(11px, .68vw, 13px);
  line-height: 1.1;
}
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-drop-toggle {
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  padding: 0;
  font: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.nav-drop-toggle::after {
  content: " \25BE";
  font-size: 11px;
}
.nav-drop-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  max-height: 320px;
  overflow-y: auto;
  padding: 10px 12px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  display: none;
  z-index: 90;
}
.nav-dropdown.open .nav-drop-menu {
  display: block;
}
.nav-drop-menu a {
  display: block;
  padding: 7px 0;
  text-transform: none;
  font-size: 14px;
  white-space: normal;
}
.nav-contact-links { display: inline-flex; align-items: center; gap: 8px; }
.nav-rating-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 178px;
  height: 44px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(12px, .78vw, 14px);
}
.nav-phone:hover { opacity: 1; background: #fff; }
.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #1f9d5b;
  border-radius: 999px;
  color: #1f9d5b;
  font-weight: 800;
  letter-spacing: .2px;
  background: #fff;
}
.nav-whatsapp:hover { opacity: 1; background: #eaf9f1; }
.nav-whatsapp svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.nav-rating-card .g-badge { width: 24px; height: 24px; flex: 0 0 24px; }
.nav-rating-copy { display: inline-flex; flex-direction: column; line-height: 1.1; }
.nav-rating-copy small { font-size: 10px; color: #6a6a6a; }
.nav-rating-copy strong { font-size: 14px; color: #111; font-weight: 800; letter-spacing: .2px; }
.nav-rating-copy .stars { font-size: 12px; letter-spacing: .8px; }
.header-actions { display: flex; gap: 8px; margin-left: 2px; }
.header-actions .btn { padding: 10px 14px; font-size: 14px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; }

.site-header.is-scrolled {
  background: var(--bg);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.site-header.is-scrolled .nav-wrap { border-bottom-color: #e9e9e9; }
.site-header.is-scrolled .nav-inner { min-height: 86px; }
.site-header.is-scrolled .logo-img { height: clamp(60px, 5vw, 84px); }
.site-header.is-scrolled .main-nav a { font-size: clamp(11px, .68vw, 13px); }
.site-header.is-scrolled .nav-phone { background: #fff; border-color: #d9d9d9; }
.site-header.is-scrolled .nav-whatsapp { background: #fff; }

@media (max-width: 1900px) {
  .nav-contact-links { display: none; }
  .header-actions .btn { padding: 8px 11px; font-size: 12px; }
}

@media (max-width: 1540px) {
  .nav-contact-links { display: none; }
  .main-nav { gap: 9px; }
  .main-nav a, .main-nav .nav-drop-toggle { font-size: 12px; }
  .header-actions .btn { padding: 8px 11px; font-size: 12px; }
}

@media (max-width: 1320px) {
  .main-nav { gap: 8px; }
  .main-nav a, .main-nav .nav-drop-toggle { font-size: 12.5px; }
  .header-actions { gap: 6px; }
  .header-actions .btn { padding: 9px 12px; font-size: 13px; }
}

@media (max-width: 1180px) {
  .logo-img { height: 64px; max-width: 192px; }
  .main-nav { gap: 8px; }
  .main-nav a, .main-nav .nav-drop-toggle { font-size: 12.5px; }
  .nav-phone span:last-child { display: none; }
  .nav-phone { min-width: 38px; justify-content: center; padding: 8px; }
  .nav-rating-card { min-width: 154px; height: 40px; padding: 5px 8px; }
  .nav-rating-copy small { font-size: 9px; }
  .nav-rating-copy strong { font-size: 12px; }
  .nav-rating-copy .stars { font-size: 11px; }
  .nav-whatsapp { min-width: 38px; padding: 0 8px; }
}

@media (max-width: 1080px) {
  .nav-contact-links { display: none; }
  .main-nav a, .main-nav .nav-drop-toggle { font-size: 12px; }
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-2px); opacity: .93; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-secondary { border-color: var(--gold); color: var(--primary); background: transparent; }
.btn-whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
}
.btn-whatsapp:hover {
  background: #1fb85a;
  border-color: #1fb85a;
  opacity: 1;
}
.text-link { font-weight: 600; }

.hero {
  position: relative;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  overflow: hidden;
  background: #0f1013;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 9, 0.96) 0%, rgba(7, 7, 9, 0.88) 44%, rgba(7, 7, 9, 0.48) 72%, rgba(7, 7, 9, 0.16) 100%);
}
.hero-shell {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  display: flex;
  align-items: center;
  width: 100%;
}
.hero-content {
  color: #fff;
  width: min(820px, 100%);
  padding: 44px 0 36px;
  background: linear-gradient(90deg, rgba(12, 12, 14, 0.58) 0%, rgba(12, 12, 14, 0.42) 65%, rgba(12, 12, 14, 0) 100%);
  border-left: 3px solid var(--gold);
  padding-left: 10px;
  border-radius: 6px;
  margin-left: 0;
}
.hero-kicker {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.hero-tag {
  display: inline-block;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 55%, #e4c06b 100%);
  color: #111;
  font-weight: 800;
  font-size: clamp(28px, 4.5vw, 64px);
  line-height: 1;
  padding: 10px 18px 13px;
  margin-bottom: 10px;
}
.hero-content h1 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 62px);
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.hero-subline {
  margin: 12px 0 10px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-points li {
  position: relative;
  padding-left: 34px;
  margin: 7px 0;
  font-size: 19px;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}
.hero-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-phone {
  background: rgba(17, 17, 17, 0.75);
  color: #fff;
  border-color: #f0f0f0;
}
.hero-quick { color: var(--gold); margin-top: 14px; font-size: 15px; }
.hero-badge {
  position: absolute;
  right: 90px;
  bottom: 70px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 3px solid #b88a2f;
  background: linear-gradient(145deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
  color: #111;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  padding: 18px;
  transform: rotate(-18deg);
}
.hero-mobile-copy { display: none; }
.hero-mini { background: linear-gradient(140deg, #181818, #2a2a2a); color: #fff; }
.landing-city-hero {
  background: linear-gradient(135deg, #f4f4f4 0%, #efefef 55%, #e8e8e8 100%);
  color: #111;
  padding: 56px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.landing-city-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}
.landing-city-copy { text-align: left; margin: 0; padding: 0; }
.landing-city-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .3px;
  font-size: clamp(14px, 1.2vw, 24px);
  color: #1a1a1a;
}
.landing-city-tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 10px 18px 12px;
  font-size: clamp(24px, 4.2vw, 66px);
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 58%, #e4c06b 100%);
  color: #101010;
  clip-path: polygon(0 0, 97% 0, 92% 100%, 0 100%);
}
.landing-city-copy h1 {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: clamp(38px, 5.2vw, 86px);
  line-height: .95;
  color: #111;
}
.landing-city-text {
  margin: 0 0 16px;
  color: #222;
  font-size: clamp(17px, 1.35vw, 28px);
  max-width: 980px;
}
.landing-city-points {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.landing-city-points li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(16px, 1.2vw, 22px);
}
.landing-city-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.landing-city-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.landing-city-map-wrap {
  position: relative;
  padding: 12px;
  border: 1px solid #d7c08e;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 20%, rgba(212,175,55,.14), rgba(255,255,255,0) 62%), #f6f6f6;
}
.landing-city-map-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: contrast(1.05) brightness(1);
}
.landing-city-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(140deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
  color: #111;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #caa256;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(0,0,0,.24);
  z-index: 2;
}
.landing-city-map-pin-icon {
  position: relative;
  width: 14px;
  height: 14px;
  background: #111;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  flex: 0 0 14px;
}
.landing-city-map-pin-icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* City-specific pin positions on Germany map */
.landing-city-map-pin.city-pin-berlin { left: 67%; top: 39%; }
.landing-city-map-pin.city-pin-hamburg { left: 53%; top: 25%; }
.landing-city-map-pin.city-pin-hannover { left: 50%; top: 34%; }
.landing-city-map-pin.city-pin-duesseldorf { left: 35%; top: 43%; }
.landing-city-map-pin.city-pin-stuttgart { left: 47%; top: 67%; }
.landing-city-map-pin.city-pin-ravensburg { left: 43%; top: 76%; }
.landing-city-map-pin.city-pin-muenchen { left: 55%; top: 73%; }
.landing-city-map-pin.city-pin-augsburg { left: 51%; top: 71%; }
.landing-city-map-pin.city-pin-italien { left: 56%; top: 84%; }
.landing-city-actions .btn-primary {
  background: linear-gradient(140deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
  border-color: #caa256;
  color: #111;
}

.muenchen-city-highlight { color: #e20f16; }
.muenchen-custom-copy p {
  margin: 0 0 16px;
  color: #4b4f57;
  font-size: 17px;
  line-height: 1.42;
  max-width: 760px;
}
.muenchen-custom-copy p strong {
  color: #343840;
  font-weight: 800;
}
.muenchen-inline-cta {
  margin-top: 10px;
  position: relative;
  padding: 14px 60px 14px 22px;
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.muenchen-inline-cta::after {
  content: "\2197";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 900;
}
.muenchen-inline-cta:hover { opacity: 1; background: #171a20; border-color: #171a20; }
.muenchen-coverage-section {
  background: #efefef;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 46px 0;
}
.muenchen-coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  position: relative;
}
.muenchen-coverage-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #9f9f9f;
  transform: translateX(-50%);
}
.muenchen-coverage-left h2 {
  margin: 0 0 14px;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: clamp(34px, 3.4vw, 58px);
  color: #06080c;
}
.muenchen-coverage-left h2 span { color: #c59a44; }
.muenchen-coverage-left p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.42;
  color: #14161a;
  max-width: 760px;
}
.muenchen-map-frame {
  width: 100%;
  max-width: 760px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}
.muenchen-map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(260px, 26vw, 360px);
  border: 0;
}
.muenchen-coverage-right h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: clamp(26px, 2.05vw, 38px);
  line-height: 1.18;
  color: #0a0d13;
}
.muenchen-coverage-right h3 + p { margin-top: 0; }
.muenchen-coverage-right p {
  margin: 0 0 10px;
  color: #171a1f;
  font-size: 16px;
  line-height: 1.45;
}
.muenchen-coverage-list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.muenchen-coverage-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #11151b;
}
.muenchen-coverage-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .1em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c59a44;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 980px) {
  .landing-city-hero-grid { grid-template-columns: 1fr; }
  .landing-city-map-wrap { max-width: 560px; }
  .muenchen-coverage-grid { grid-template-columns: 1fr; }
  .muenchen-coverage-grid::before { display: none; }
}

@media (max-width: 640px) {
  .landing-city-hero { padding: 40px 0; }
  .landing-city-tag { padding: 8px 12px 10px; }
  .landing-city-copy h1 { font-size: clamp(34px, 10vw, 52px); }
  .landing-city-text { font-size: 16px; }
  .landing-city-points li { font-size: 15px; padding-left: 24px; }
  .landing-city-actions .btn { width: 100%; text-align: center; }
  .muenchen-custom-copy p { font-size: 16px; }
  .muenchen-inline-cta { width: 100%; text-align: center; padding: 14px 56px 14px 16px; }
  .muenchen-inline-cta::after { right: 10px; width: 28px; height: 28px; font-size: 17px; }
  .muenchen-coverage-left h2 { font-size: clamp(30px, 8vw, 42px); }
  .muenchen-coverage-left p { font-size: 16px; margin-bottom: 16px; }
  .muenchen-coverage-section { padding: 34px 0; }
  .muenchen-map-frame iframe { height: 240px; }
  .muenchen-coverage-right h3 { font-size: clamp(24px, 6.5vw, 32px); }
  .muenchen-coverage-right p { font-size: 16px; margin-bottom: 16px; }
  .muenchen-coverage-list li { font-size: 16px; }
}

.why-section {
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.why-ribbon-wrap { display: flex; justify-content: center; }
.why-ribbon {
  margin: 0 0 16px;
  color: #111;
  text-transform: uppercase;
  font-size: clamp(22px, 2.8vw, 44px);
  font-weight: 800;
  letter-spacing: .4px;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 58%, #e4c06b 100%);
  padding: 14px 32px;
  clip-path: polygon(2% 0, 100% 0, 97% 100%, 0 100%);
}
.why-intro {
  margin: 0 auto 6px;
  max-width: 1100px;
  text-align: center;
  color: #222;
  font-size: 19px;
}
.why-highlight {
  margin: 0 auto 32px;
  max-width: 1000px;
  text-align: center;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  font-size: 20px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.why-card {
  background: #ddd;
  border: 1px solid #c8c8c8;
  padding: 26px 24px;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
  align-items: start;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.why-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 50%, rgba(255,255,255,0) 100%);
  transition: left .45s ease;
}
.why-card h3 {
  margin: 2px 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  transition: color .25s ease;
}
.why-card p {
  margin: 0;
  color: #222;
  font-size: 17px;
}
.why-card:hover {
  transform: translateY(-5px);
  border-color: #b88a2f;
  background: #e5e5e5;
  box-shadow: 0 14px 30px rgba(17,17,17,.14);
}
.why-card:hover::after { left: 110%; }
.why-card:hover h3 { color: #7f5a18; }
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(140deg, #b88a2f 0%, var(--gold) 62%, #e4c06b 100%);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  box-shadow: inset 0 0 0 2px rgba(17,17,17,.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.why-card:hover .why-icon {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: inset 0 0 0 2px rgba(17,17,17,.18), 0 8px 16px rgba(17,17,17,.18);
}
.icon-time::before { content: "\23F1"; }
.icon-truck::before { content: "\1F69A"; }
.icon-clock::before { content: "\23F0"; }
.icon-24::before { content: "24/7"; font-size: 15px; }
.icon-shield::before { content: "\1F512"; }
.icon-user::before { content: "\1F464"; }

.impact-strip {
  position: relative;
  background: linear-gradient(90deg, #121212 0%, #1c1c1c 100%);
  color: #fff;
  padding: 54px 20px 52px;
  overflow: hidden;
}
.impact-strip::before,
.impact-strip::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
}
.impact-strip::before {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}
.impact-strip::after {
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}
.impact-inner {
  width: min(1140px, 92%);
  margin: 0 auto;
  text-align: center;
}
.impact-inner h2 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: clamp(24px, 3.2vw, 48px);
}
.impact-inner p {
  margin: 0 auto 20px;
  max-width: 980px;
  color: #f2f2f2;
  font-size: 19px;
}
.impact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.impact-btn-dark {
  background: #0d0d0d;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
}
.impact-btn-line {
  border-color: #e9cb87;
  color: #fff;
  background: transparent;
}
.impact-btn-line:hover { background: rgba(208,164,79,.15); }

.fleet-section {
  background: #ececec;
}
.fleet-title {
  text-align: center;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: clamp(26px, 3.1vw, 44px);
}
.fleet-intro {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 1040px;
  font-size: 18px;
  color: #222;
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fleet-card {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding: 16px 16px 18px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.fleet-card:hover {
  transform: translateY(-4px);
  border-color: #c69b44;
  box-shadow: 0 14px 28px rgba(17,17,17,.12);
}
.fleet-image-wrap {
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
}
.fleet-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fleet-card h3 {
  margin: 0 0 8px;
  font-size: 29px;
  text-transform: uppercase;
}
.fleet-card p {
  margin: 0;
  font-size: 17px;
  color: #222;
}
.fleet-cta {
  text-align: center;
  margin: 24px 0 0;
}

.coverage-section {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.coverage-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 34px;
  align-items: center;
}
.coverage-map {
  background: #ececec;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 14px;
}
.coverage-map img {
  width: 100%;
  height: auto;
  display: block;
}
.coverage-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 50px);
  line-height: 1.08;
  text-transform: uppercase;
  color: #111;
}
.coverage-copy p {
  margin: 0 0 14px;
  font-size: 18px;
  color: #1f1f1f;
}
.coverage-btn {
  background: #0f0f10;
  color: #fff;
  border: 1px solid #caa256;
}
.coverage-btn:hover {
  background: #1b1b1c;
}

.fleet-slider-section {
  background: #efefef;
}
.fleet-slider-head h2 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 44px);
}
.fleet-slider-head p {
  margin: 0 0 18px;
  color: #222;
  font-size: 18px;
}
.fleet-slider {
  position: relative;
}
.fleet-slider-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.fleet-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 24px 10px;
  -webkit-overflow-scrolling: touch;
}
.fleet-track-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
.fleet-track::-webkit-scrollbar { display: none; }
.fleet-slide {
  flex: 0 0 320px;
  width: 320px;
  scroll-snap-align: start;
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
}
.fleet-slide-image {
  background: #ededed;
  border-bottom: 1px solid #d7d7d7;
  aspect-ratio: 16/10;
}
.fleet-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fleet-slide-body { padding: 14px 14px 16px; }
.fleet-slide-body h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
.fleet-line {
  display: inline-block;
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(120deg, #b88a2f, var(--gold));
  margin: 10px 0 8px;
}
.fleet-slide-body p {
  margin: 0 0 4px;
  color: #222;
  font-size: 16px;
}
.fleet-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #c7a157;
  background: #111;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.fleet-nav:hover { background: #242424; }
.fleet-nav-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.reviews-section {
  background: #efefef;
  color: #111;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.reviews-grid {
  display: grid;
  grid-template-columns: .95fr 1.35fr;
  gap: 26px;
  align-items: start;
}
.reviews-side p {
  color: #222;
  font-size: 18px;
}
.reviews-ribbon {
  display: inline-block;
  margin: 0 0 12px;
  background: linear-gradient(140deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
  color: #111;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 800;
  padding: 14px 24px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.reviews-mini-rating {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10px 12px;
}
.reviews-mini-rating strong { font-size: 28px; }
.reviews-mini-rating small { color: #555; display: block; }
.reviews-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.review-card {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 18px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(208,164,79,.75);
  box-shadow: 0 12px 24px rgba(17,17,17,.16);
}
.review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.review-head h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 23px;
}
.review-stars {
  margin: 6px 0 10px;
  color: #d4af37;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 8px rgba(212,175,55,.5), 0 0 14px rgba(228,192,107,.35);
  display: inline-block;
  background: linear-gradient(180deg, #f4dc8a 0%, #d4af37 55%, #b4851c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.review-card p {
  margin: 0 0 10px;
  color: #1f1f1f;
  font-size: 17px;
}
.review-verified {
  margin-top: 12px;
  color: #6a4d19;
  font-size: 15px;
  font-weight: 600;
}

.workflow-section {
  background: #efefef;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.workflow-image-wrap {
  position: relative;
  min-height: 420px;
}
.workflow-image-bg {
  position: absolute;
  inset: 22px -16px -22px 16px;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 58%, #e4c06b 100%);
  transform: rotate(-3deg);
  border-radius: 8px;
}
.workflow-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 30px rgba(17,17,17,.18);
}
.workflow-content h2 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: clamp(28px, 3.3vw, 48px);
}
.workflow-intro {
  margin: 0 0 14px;
  color: #222;
  font-size: 18px;
}
.workflow-steps {
  display: grid;
  gap: 12px;
  position: relative;
}
.workflow-steps::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(202,162,86,.75) 0%, rgba(202,162,86,.2) 100%);
}
.workflow-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  position: relative;
}
.workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #caa256;
  border-bottom: 2px solid #caa256;
  transform: rotate(45deg);
  background: #efefef;
}
.workflow-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 21px;
  border: 2px solid #caa256;
}
.workflow-card {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 16px 18px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.workflow-card:hover {
  transform: translateY(-2px);
  border-color: #caa256;
  box-shadow: 0 10px 20px rgba(17,17,17,.1);
}
.workflow-card h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 29px;
}
.workflow-card p {
  margin: 0;
  color: #222;
  font-size: 17px;
}

.faq-pro-section {
  background: linear-gradient(180deg, #efefef 0%, #e8e8e8 100%);
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.faq-pro-head {
  text-align: center;
  margin-bottom: 26px;
}
.faq-pro-head h2 {
  margin: 0 auto 14px;
  display: inline-block;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 58%, #e4c06b 100%);
  color: #111;
  padding: 14px 34px;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: clamp(23px, 2.9vw, 40px);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
.faq-pro-head p {
  margin: 0 auto 8px;
  max-width: 900px;
  color: #1f1f1f;
  font-size: 18px;
}
.faq-pro-phone {
  font-weight: 700;
  color: #111111;
}
.faq-pro-list {
  display: grid;
  gap: 12px;
}
.faq-pro-item {
  border: 1px solid #d8c08b;
  background: #f5f0e6;
  transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}
.faq-pro-item:hover {
  border-color: #caa256;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(17,17,17,.08);
}
.faq-pro-item.open {
  background: linear-gradient(145deg, #fbf7ee 0%, #f1e4c8 100%);
  border-color: #caa256;
  box-shadow: 0 12px 22px rgba(17,17,17,.12);
}
.faq-pro-trigger {
  display: grid;
  grid-template-columns: 58px 1fr 54px;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.faq-num {
  font-weight: 800;
  color: #111111;
}
.faq-q {
  text-transform: uppercase;
  color: #111111;
  line-height: 1.3;
}
.faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 62%, #e4c06b 100%);
  position: relative;
  justify-self: end;
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.14);
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
}
.faq-toggle::after {
  width: 2px;
  height: 16px;
}
.faq-pro-item.open .faq-toggle {
  background: #f1f1f1;
  box-shadow: inset 0 0 0 1px rgba(202,162,86,.55);
}
.faq-pro-item.open .faq-toggle::before {
  background: #111111;
}
.faq-pro-item.open .faq-toggle::after {
  display: none;
}
.faq-pro-content {
  display: none;
  padding: 0 20px 18px 92px;
}
.faq-pro-content p {
  margin: 0;
  color: #212121;
  font-size: 17px;
  line-height: 1.6;
}
.faq-pro-item.open .faq-num,
.faq-pro-item.open .faq-q {
  color: #111111;
}
.faq-pro-item.open .faq-pro-content {
  display: block;
}
.faq-pro-item.open .faq-pro-content p {
  color: #1f1f1f;
}

.faq-impact-banner {
  position: relative;
  min-height: clamp(460px, 72vh, 640px);
  overflow: hidden;
  background: #0f1013;
}
.faq-impact-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-impact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 10, 0.95) 0%, rgba(8, 8, 10, 0.88) 42%, rgba(8, 8, 10, 0.5) 68%, rgba(8, 8, 10, 0.2) 100%);
  z-index: 1;
}
.faq-impact-shell {
  position: relative;
  z-index: 2;
  min-height: clamp(460px, 72vh, 640px);
  display: flex;
  align-items: center;
}
.faq-impact-shell .container {
  width: min(1400px, 99%);
  margin-left: 0;
  margin-right: auto;
  padding-left: 22px;
}
.faq-impact-copy {
  width: min(840px, 100%);
  color: #fff;
  padding: 40px 0;
  background: linear-gradient(90deg, rgba(14, 14, 16, 0.62) 0%, rgba(14, 14, 16, 0.4) 60%, rgba(14, 14, 16, 0) 100%);
  border-left: 3px solid var(--gold);
  padding-left: 12px;
  border-radius: 6px;
}
.faq-impact-kicker {
  margin: 0 0 12px;
  display: inline-block;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 55%, #e4c06b 100%);
  color: #0d0d0d;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(16px, 2.2vw, 32px);
  letter-spacing: .4px;
  line-height: 1;
  padding: 12px 20px 14px;
  clip-path: polygon(0 0, 96% 0, 91% 100%, 0 100%);
}
.faq-impact-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.1vw, 58px);
  text-transform: uppercase;
  line-height: 1.08;
  max-width: 880px;
}
.faq-impact-text {
  margin: 0 0 14px;
  color: #ebebeb;
  font-size: 18px;
  max-width: 840px;
}
.faq-impact-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.faq-impact-list li {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 28px;
  line-height: 1.35;
}
.faq-impact-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.faq-impact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.faq-impact-primary {
  background: linear-gradient(140deg, #b88a2f 0%, var(--gold) 60%, #e4c06b 100%);
  border-color: #caa256;
  color: #111;
}
.faq-impact-secondary {
  border-color: rgba(255,255,255,.75);
  color: #fff;
  background: rgba(255,255,255,.03);
}
.faq-impact-secondary:hover {
  background: rgba(255,255,255,.1);
  opacity: 1;
}
.faq-impact-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.faq-impact-google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(15,16,19,.62);
  border-radius: 6px;
  padding: 8px 12px;
}
.faq-impact-google strong {
  font-size: 22px;
  line-height: 1.1;
}
.faq-impact-google small {
  display: block;
  color: #ececec;
  font-size: 13px;
  line-height: 1.15;
}
.faq-impact-payments {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(15,16,19,.48);
  border-radius: 8px;
}
.faq-impact-payments small {
  color: #eaeaea;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.faq-impact-payment-list {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.faq-payment-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  min-width: 84px;
  padding: 3px 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f2f4 100%);
  border: 1px solid #cfd3d9;
  border-radius: 6px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1px;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 1px 0 rgba(255,255,255,.45) inset, 0 1px 4px rgba(0,0,0,.16);
}
.faq-payment-pill.pay-rechnung,
.faq-payment-pill.pay-invoice {
  padding-left: 26px;
  letter-spacing: .45px;
  color: #3f4754;
  font-size: 10.5px;
  text-transform: uppercase;
}
.faq-payment-pill.pay-rechnung::before,
.faq-payment-pill.pay-invoice::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  border: 1px solid #8f97a5;
  border-radius: 2px;
  background: linear-gradient(180deg, #ffffff 0%, #eef1f5 100%);
}
.faq-payment-pill.pay-rechnung::after,
.faq-payment-pill.pay-invoice::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.5px;
  background: #8f97a5;
  border-radius: 2px;
}
.faq-payment-pill.pay-paypal {
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  border-color: #9fc4ef;
  color: #004a97;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .2px;
}
.faq-payment-pill.pay-visa {
  color: #124a9e;
  font-weight: 900;
  letter-spacing: .6px;
}
.faq-payment-pill.pay-mastercard {
  padding-left: 33px;
  color: #444;
  font-size: 10px;
  text-transform: lowercase;
  font-weight: 800;
}
.faq-payment-pill.pay-mastercard::before,
.faq-payment-pill.pay-mastercard::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.faq-payment-pill.pay-mastercard::before {
  left: 9px;
  background: #ea001b;
  opacity: .95;
}
.faq-payment-pill.pay-mastercard::after {
  left: 17px;
  background: #f79e1b;
  opacity: .95;
}
.faq-payment-pill.pay-giro-pay {
  background: linear-gradient(180deg, #f9f9ff 0%, #eff3ff 100%);
  border-color: #b5c5ea;
  color: #204a9d;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .15px;
  text-transform: lowercase;
  padding-left: 16px;
}
.faq-payment-pill.pay-giro-pay::before {
  content: "";
  position: absolute;
  left: 7px;
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #d31a24;
}
.faq-payment-pill.pay-giro-pay::after {
  content: none;
}

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--card);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cta-band { background: #fffaf0; border-top: 1px solid #f0e3c7; border-bottom: 1px solid #f0e3c7; }

.contact-form label { display: block; font-weight: 600; margin-bottom: 10px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  margin-top: 6px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -9999px; }
.form-status { padding: 10px; border-radius: 8px; }
.form-status.ok { background: #e8f7ea; color: #136a24; }
.form-status.error { background: #fdeaea; color: #8d0c10; }

.testimonial-slider { position: relative; overflow: hidden; }
.testimonial { display: none; }
.testimonial.active { display: block; }

.trust-band { display: flex; gap: 12px; flex-wrap: wrap; }
.badge { background: #fff; border: 1px solid #e5d4ad; color: var(--primary); padding: 9px 12px; border-radius: 999px; }

.accordion-item { border-bottom: 1px solid #ddd; }
.accordion-trigger {
  width: 100%; text-align: left; padding: 12px 0;
  border: 0; background: transparent; font-size: 17px; font-weight: 600;
}
.accordion-content { display: none; padding-bottom: 12px; color: var(--muted); }
.accordion-item.open .accordion-content { display: block; }

.company-hero {
  position: relative;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  overflow: hidden;
  background: #0f1013;
  color: #fff;
}
.company-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 9, 0.96) 0%, rgba(7, 7, 9, 0.88) 44%, rgba(7, 7, 9, 0.48) 72%, rgba(7, 7, 9, 0.16) 100%);
}
.company-hero-shell {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  display: flex;
  align-items: center;
  width: 100%;
}
.company-hero-shell .container {
  width: min(1400px, 99%);
  margin-left: 0;
  margin-right: auto;
  padding-left: 18px;
}
.company-hero-copy {
  color: #fff;
  width: min(860px, 100%);
  padding: 44px 0 36px;
  background: linear-gradient(90deg, rgba(12, 12, 14, 0.58) 0%, rgba(12, 12, 14, 0.42) 65%, rgba(12, 12, 14, 0) 100%);
  border-left: 0;
  padding-left: 0;
  border-radius: 6px;
  margin-left: 0;
}
.company-hero-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .6px;
  line-height: 1.2;
  color: #ffffff;
}
.company-hero-tag {
  margin: 0 0 10px;
  display: inline-block;
  background: linear-gradient(135deg, #b88a2f 0%, var(--gold) 55%, #e4c06b 100%);
  color: #111;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(28px, 4.5vw, 64px);
  line-height: 1;
  padding: 10px 18px 13px;
  clip-path: none;
}
.company-hero-copy h1 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.company-hero-text {
  margin: 12px 0 10px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
  max-width: 880px;
}
.company-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.company-hero-primary {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}
.company-hero-secondary {
  background: rgba(17, 17, 17, 0.75);
  color: #fff;
  border-color: #f0f0f0;
}
.company-hero-secondary:hover {
  background: rgba(17, 17, 17, 0.82);
  opacity: 1;
}

.company-flow {
  padding: 66px 0 70px;
  background: linear-gradient(180deg, #f4f4f4 0%, #eeeeee 100%);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.company-flow-head {
  text-align: center;
  margin-bottom: 32px;
}
.company-flow-head h2 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  color: #111;
}
.company-flow-head h2 span {
  color: var(--accent);
}
.company-flow-head p {
  margin: 0 auto;
  max-width: 960px;
  color: #222;
  font-size: 18px;
}
.company-flow-timeline {
  position: relative;
  display: grid;
  gap: 24px;
}
.company-flow-line {
  position: absolute;
  left: 50%;
  top: 12px;
  bottom: 12px;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #b80f14 0%, #2d2d2d 50%, #b80f14 100%);
  border-radius: 999px;
}
.company-flow-step {
  position: relative;
  width: calc(50% - 36px);
}
.company-flow-step.left {
  justify-self: start;
}
.company-flow-step.right {
  justify-self: end;
}
.company-flow-num {
  position: absolute;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #8d0c10 0%, #b90f15 62%, #d22228 100%);
  border: 2px solid #fff;
  box-shadow: 0 10px 22px rgba(141, 12, 16, .35);
  z-index: 2;
}
.company-flow-step.left .company-flow-num {
  right: -58px;
}
.company-flow-step.right .company-flow-num {
  left: -58px;
}
.company-flow-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top: 3px solid var(--gold);
  padding: 24px 24px 22px;
  box-shadow: 0 18px 30px rgba(0,0,0,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.company-flow-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(0,0,0,.14);
  border-color: #d1b06e;
}
.company-flow-card h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1.15;
}
.company-flow-card p {
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.55;
}

.about-hero {
  position: relative;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  overflow: hidden;
  background: #121315;
  color: #fff;
}
.about-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 38%;
  transform: scale(1.06);
  transform-origin: center center;
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 11, 0.95) 0%, rgba(8, 9, 11, 0.86) 46%, rgba(8, 9, 11, 0.5) 72%, rgba(8, 9, 11, 0.2) 100%);
}
.about-hero-shell {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, calc(100vh - 140px), 620px);
  display: flex;
  align-items: center;
}
.about-hero-shell .container {
  position: relative;
  width: min(1400px, 99%);
  margin-left: 0;
  margin-right: auto;
  padding-left: 18px;
}
.about-hero-copy {
  width: min(860px, 100%);
  padding: 42px 0 34px;
  background: linear-gradient(90deg, rgba(12, 12, 14, 0.62) 0%, rgba(12, 12, 14, 0.4) 65%, rgba(12, 12, 14, 0) 100%);
  border-left: 0;
  padding-left: 0;
  border-radius: 6px;
}
.about-hero-kicker {
  margin: 0 0 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .55px;
  font-size: 20px;
}
.about-hero-tag {
  margin: 0 0 12px;
  display: inline-block;
  background: linear-gradient(135deg, #8d0c10 0%, #b00f14 58%, #ce1b20 100%);
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(27px, 4vw, 56px);
  line-height: 1;
  padding: 10px 18px 12px;
  clip-path: polygon(0 0, 96% 0, 91% 100%, 0 100%);
}
.about-hero-copy h1 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.03;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.about-hero-text {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 1.55;
  color: #f3f3f3;
  max-width: 900px;
}
.about-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about-hero-primary {
  background: linear-gradient(135deg, #8d0c10 0%, #b00f14 60%, #c41218 100%);
  border-color: #cf2d2d;
  color: #fff;
}
.about-hero-secondary {
  background: rgba(17, 17, 17, 0.75);
  color: #fff;
  border-color: #f0f0f0;
}
.about-hero-secondary:hover {
  background: rgba(17, 17, 17, 0.84);
  opacity: 1;
}
.about-hero-badge {
  position: absolute;
  right: 16%;
  top: 50%;
  transform: translateY(-54%) rotate(-14deg);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 3px solid #c5161b;
  background: #9e0f13;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.15;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,.36);
}

.about-why {
  padding: 62px 0 66px;
  background: #efefef;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.about-why-head {
  text-align: center;
  margin-bottom: 28px;
}
.about-why-head h2 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(31px, 4vw, 56px);
  line-height: 1.08;
  color: #111;
}
.about-why-head p {
  margin: 0 auto 6px;
  max-width: 980px;
  color: #222;
  font-size: 18px;
}
.about-why-strong {
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}
.about-why-grid {
  gap: 16px;
}
.about-why-card {
  position: relative;
  background: linear-gradient(180deg, #fbfbfb 0%, #f3f3f3 100%);
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  padding: 20px 20px 18px;
  box-shadow: 0 14px 24px rgba(17,17,17,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
.about-why-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #8d0c10 0%, #b70f14 58%, #d0a44f 100%);
}
.about-why-card-top {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.about-why-card:hover {
  transform: translateY(-5px);
  border-color: #cfa35d;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  box-shadow: 0 20px 34px rgba(17,17,17,.14);
}
.about-why-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(140deg, #8d0c10 0%, #b51015 64%, #cf2025 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
}
.about-why-icon-offer::before { content: "10"; font-size: 16px; }
.about-why-icon-pickup::before { content: "60"; font-size: 16px; }
.about-why-icon-punctual::before { content: "\23F0"; }
.about-why-icon-digital::before { content: "24/7"; font-size: 14px; }
.about-why-icon-secure::before { content: "\1F512"; }
.about-why-icon-support::before { content: "\1F464"; }
.about-why-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.24;
  color: #111;
}
.about-why-card p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

.site-footer { background: var(--primary); color: #ddd; padding: 56px 0 24px; }
.site-footer a { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 20px; }
.footer-bottom { border-top: 1px solid #2d2d2d; margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; display: flex; gap: 12px; flex-wrap: wrap; }

.prose p { max-width: 900px; }
.section-cta { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }

.contact-widget {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 80;
  width: min(390px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  padding: 22px 20px 20px;
}
.contact-widget-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #d50000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.contact-widget-avatar {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #efefef;
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  float: left;
  margin: 8px 18px 10px 0;
}
.contact-widget-avatar svg {
  width: 62px;
  height: 62px;
  stroke: #1e1e1e;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-widget h3 {
  margin: 8px 0 10px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.08;
}
.contact-widget p {
  margin: 0 0 18px;
  color: #222;
  font-size: 16px;
  line-height: 1.45;
}
.contact-widget-cta {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 2px solid #272727;
  border-radius: 999px;
  padding: 11px 14px 11px 18px;
  text-transform: uppercase;
  color: #ed1b0f;
  font-weight: 800;
  letter-spacing: .4px;
  background: #f8f4f4;
}
.contact-widget-cta span:last-child {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #999;
  display: grid;
  place-items: center;
  color: #242424;
  font-size: 20px;
}
.floating-quick {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 65;
  background: linear-gradient(160deg, #b88a2f 0%, var(--gold) 62%, #e4c06b 100%);
  border-radius: 14px 0 0 14px;
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
  overflow: hidden;
}
.quick-link {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #111;
  border-bottom: 1px solid rgba(17,17,17,.18);
}
.quick-link:last-child { border-bottom: 0; }
.quick-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.quick-link:hover {
  background: rgba(17,17,17,.16);
  opacity: 1;
}

@media (max-width: 980px) {
  .fleet-slider-full {
    width: 100%;
    margin-left: 0;
  }
  .fleet-track {
    padding-left: 14px;
    padding-right: 14px;
    scroll-padding-left: 14px;
  }
  .cards-3, .two-col, .footer-grid { grid-template-columns: 1fr 1fr; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .fleet-slide { flex-basis: 300px; width: 300px; }
  .fleet-card h3 { font-size: 24px; }
  .fleet-intro { font-size: 17px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-copy h2 { font-size: 34px; }
  .coverage-copy p { font-size: 17px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-cards { grid-template-columns: 1fr 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-image-wrap img { min-height: 340px; }
  .faq-pro-head h2 { width: 100%; text-align: center; }
  .faq-pro-trigger { grid-template-columns: 52px 1fr 48px; padding: 16px 16px; font-size: 18px; }
  .faq-pro-content { padding: 0 16px 16px 78px; }
  .company-hero { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .company-hero-shell { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .company-hero-shell .container { padding-left: 14px; }
  .company-hero-kicker { font-size: 18px; }
  .company-hero-text { font-size: 18px; }
  .company-flow { padding: 56px 0 60px; }
  .company-flow-step { width: calc(50% - 26px); }
  .company-flow-step.left .company-flow-num { right: -45px; }
  .company-flow-step.right .company-flow-num { left: -45px; }
  .company-flow-card h3 { font-size: 22px; }
  .company-flow-card p { font-size: 16px; }
  .about-hero { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .about-hero-shell { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .about-hero-shell .container { padding-left: 14px; }
  .about-hero-kicker { font-size: 18px; }
  .about-hero-text { font-size: 17px; }
  .about-hero-badge { right: 9%; width: 112px; height: 112px; font-size: 21px; }
  .about-why-grid { grid-template-columns: 1fr 1fr; }
  .about-why-head p { font-size: 17px; }
  .about-why-card h3 { font-size: 20px; }
  .about-why-card p { font-size: 16px; }
  .faq-impact-banner,
  .faq-impact-shell { min-height: 460px; }
  .faq-impact-shell .container { padding-left: 16px; }
  .faq-impact-copy { padding: 36px 0; }
  .faq-impact-copy h2 { font-size: clamp(28px, 4.4vw, 44px); }
  .faq-impact-text { font-size: 17px; }
  .faq-impact-list li { font-size: 17px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-intro, .why-highlight { font-size: 17px; }
  .header-meta { display: none; }
  .nav-inner { min-height: 78px; }
  .logo-img { height: 60px; max-width: 176px; }
  .main-nav {
    position: fixed;
    top: 78px;
    right: -100%;
    width: min(360px, 80vw);
    height: calc(100vh - 78px);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    transition: right .25s ease;
    box-shadow: -8px 0 20px rgba(0,0,0,.1);
  }
  .main-nav.open { right: 0; }
  .nav-dropdown {
    width: 100%;
  }
  .nav-drop-toggle {
    width: 100%;
    text-align: left;
    padding: 6px 0;
  }
  .nav-drop-menu {
    position: static;
    display: none;
    width: 100%;
    max-height: 240px;
    margin-top: 6px;
    box-shadow: none;
    border-radius: 8px;
    border-color: #e2e2e2;
  }
  .nav-dropdown.open .nav-drop-menu {
    display: block;
  }
  .header-actions { order: 3; margin-left: auto; }
  .menu-toggle { display: block; order: 4; margin-left: 8px; }
  .nav-contact-links { display: none; }
  .hero { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .hero-shell { min-height: clamp(420px, calc(100vh - 130px), 540px); }
  .hero-subline { font-size: 18px; }
  .hero-points li { font-size: 16px; }
  .hero-badge { right: 28px; bottom: 34px; width: 114px; height: 114px; font-size: 14px; }
  .impact-inner p { font-size: 17px; }
  .contact-widget h3 { font-size: 20px; }
  .contact-widget p { font-size: 15px; }
}

@media (max-width: 640px) {
  .fleet-track {
    padding-left: 10px;
    padding-right: 10px;
    scroll-padding-left: 10px;
  }
  .cards-3, .two-col, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-nav-row { margin-top: 12px; }
  .fleet-slide {
    flex-basis: min(86vw, 320px);
    width: min(86vw, 320px);
  }
  .fleet-slide-body h3 { font-size: 24px; }
  .fleet-title { text-align: left; font-size: 29px; }
  .fleet-intro { text-align: left; font-size: 16px; margin-bottom: 20px; }
  .fleet-card h3 { font-size: 21px; }
  .fleet-card p { font-size: 16px; }
  .coverage-copy h2 { font-size: 29px; }
  .coverage-copy p { font-size: 16px; }
  .reviews-cards { grid-template-columns: 1fr; }
  .reviews-ribbon { width: 100%; text-align: center; }
  .review-head h3 { font-size: 20px; }
  .review-card p { font-size: 16px; }
  .workflow-content h2 { font-size: 30px; }
  .workflow-intro { font-size: 16px; }
  .workflow-step { grid-template-columns: 46px 1fr; }
  .workflow-steps::before { left: 21px; }
  .workflow-step:not(:last-child)::after { left: 16px; }
  .workflow-badge { width: 44px; height: 44px; font-size: 18px; }
  .workflow-card h3 { font-size: 21px; }
  .workflow-card p { font-size: 16px; }
  .faq-pro-head h2 { padding: 12px 18px; font-size: 24px; }
  .faq-pro-trigger { grid-template-columns: 42px 1fr 42px; padding: 14px 12px; font-size: 16px; }
  .faq-toggle { width: 34px; height: 34px; }
  .faq-pro-content { padding: 0 12px 14px 56px; }
  .faq-pro-content p { font-size: 16px; }
  .company-hero { min-height: clamp(380px, calc(100vh - 120px), 500px); }
  .company-hero-shell { min-height: clamp(380px, calc(100vh - 120px), 500px); align-items: flex-start; }
  .company-hero-shell .container { width: min(1400px, 100%); padding-left: 10px; padding-right: 10px; }
  .company-hero-copy { padding: 42px 8px 20px 8px; }
  .company-hero-kicker { font-size: 15px; margin-bottom: 8px; }
  .company-hero-tag { font-size: 24px; padding: 8px 12px 10px; margin-bottom: 8px; }
  .company-hero-text { font-size: 15px; margin-bottom: 10px; }
  .company-hero-actions .btn { width: 100%; text-align: center; }
  .company-flow { padding: 42px 0 46px; }
  .company-flow-head { text-align: left; margin-bottom: 20px; }
  .company-flow-head h2 { font-size: 32px; }
  .company-flow-head p { font-size: 16px; margin: 0; }
  .company-flow-line { left: 20px; transform: none; top: 0; bottom: 0; }
  .company-flow-step,
  .company-flow-step.left,
  .company-flow-step.right {
    width: 100%;
    justify-self: stretch;
    padding-left: 48px;
  }
  .company-flow-step.left .company-flow-num,
  .company-flow-step.right .company-flow-num {
    left: 0;
    right: auto;
    top: 16px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .company-flow-card { padding: 18px 16px 16px; }
  .company-flow-card h3 { font-size: 19px; margin-bottom: 8px; }
  .company-flow-card p { font-size: 16px; }
  .about-hero { min-height: clamp(380px, calc(100vh - 120px), 500px); }
  .about-hero-shell { min-height: clamp(380px, calc(100vh - 120px), 500px); align-items: flex-start; }
  .about-hero-shell .container { width: min(1400px, 100%); padding-left: 10px; padding-right: 10px; }
  .about-hero-copy { padding: 40px 8px 20px 8px; border-left: 0; }
  .about-hero-kicker { font-size: 15px; margin-bottom: 8px; }
  .about-hero-tag { font-size: 24px; padding: 8px 12px 10px; margin-bottom: 8px; }
  .about-hero-text { font-size: 15px; line-height: 1.5; margin-top: 10px; }
  .about-hero-actions .btn { width: 100%; text-align: center; }
  .about-hero-badge { display: none; }
  .about-why { padding: 44px 0 48px; }
  .about-why-head { text-align: left; margin-bottom: 18px; }
  .about-why-head h2 { font-size: 34px; }
  .about-why-head p { margin: 0 0 6px; font-size: 16px; }
  .about-why-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-why-card { padding: 16px 14px 14px; }
  .about-why-card-top { grid-template-columns: 44px 1fr; gap: 10px; margin-bottom: 8px; }
  .about-why-icon { width: 40px; height: 40px; font-size: 15px; }
  .about-why-card h3 { font-size: 17px; margin-bottom: 0; }
  .about-why-card p { font-size: 15px; }
  .faq-impact-banner,
  .faq-impact-shell { min-height: 420px; }
  .faq-impact-shell .container {
    width: min(1400px, 100%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-impact-copy { padding: 28px 0; }
  .faq-impact-kicker { font-size: 14px; padding: 9px 14px; }
  .faq-impact-copy h2 { font-size: 29px; }
  .faq-impact-text { font-size: 16px; margin-bottom: 12px; }
  .faq-impact-list { gap: 8px; margin-bottom: 16px; }
  .faq-impact-list li { font-size: 16px; padding-left: 24px; }
  .faq-impact-actions { gap: 9px; }
  .faq-impact-actions .btn { width: 100%; text-align: center; }
  .faq-impact-proof { gap: 10px; }
  .faq-impact-google { width: 100%; }
  .faq-impact-payments { width: 100%; align-items: flex-start; flex-direction: column; gap: 6px; }
  .faq-payment-pill { font-size: 11px; padding: 2px 8px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-ribbon { padding: 12px 18px; width: 100%; text-align: center; clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%); }
  .why-intro, .why-highlight { text-align: left; font-size: 16px; }
  .why-card { grid-template-columns: 58px 1fr; padding: 20px 16px; }
  .why-card h3 { font-size: 18px; }
  .why-card p { font-size: 16px; }
  .impact-strip { padding: 46px 14px 44px; }
  .impact-inner p { font-size: 16px; }
  .header-actions .btn:first-child { padding: 9px 11px; }
  .floating-quick { right: 8px; }
  .quick-link { width: 42px; height: 42px; }
  .quick-link svg { width: 18px; height: 18px; }
  .contact-widget {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    padding: 16px 14px 14px;
  }
  .contact-widget-avatar { width: 74px; height: 74px; margin: 4px 10px 8px 0; }
  .contact-widget-avatar svg { width: 46px; height: 46px; }
  .contact-widget h3 { font-size: 17px; margin: 2px 0 6px; }
  .contact-widget p { font-size: 14px; line-height: 1.35; margin-bottom: 12px; }
  .contact-widget-cta { padding: 10px 12px 10px 14px; font-size: 13px; }
  .contact-widget-cta span:last-child { width: 30px; height: 30px; font-size: 18px; }
  .hero { min-height: clamp(380px, calc(100vh - 120px), 500px); }
  .hero-shell { min-height: clamp(380px, calc(100vh - 120px), 500px); align-items: flex-start; }
  .hero-content { padding: 42px 8px 20px 8px; }
  .hero-subline { font-size: 15px; }
  .hero-points li { font-size: 14px; margin: 6px 0; padding-left: 28px; }
  .hero-points li::before { width: 18px; height: 18px; line-height: 18px; font-size: 12px; }
  .hero-badge { display: none; }
  .hero-mobile-copy { display: block; padding: 20px 0 6px; background: #fff; }
}

