/* ===================================================================
   HOLU Umzugservice – custom styles
   =================================================================== */
:root {
  --holu-orange: #EB5602;
  --holu-orange-dark: #C74A02;
  --holu-black: #0A0A0A;
  --holu-dark-2: #121212;
  --holu-gray-bg: #F1F1F1;
  --holu-cream: #FBF9F5;
  --holu-white: #FFFFFF;
  --holu-text: #1A1A1A;
  --holu-muted: #6B7280;
  --holu-border: #E5E7EB;
  --holu-green: #2E9E5B;
}

* { -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--holu-text);
  background: var(--holu-white);
  overflow-x: hidden;
}

/* Less side space (left & right) in the navbar and every section: the
   container spans nearly full width with only a small padding, so content
   sits close to the edges instead of being centered with big gutters. */
@media (min-width: 992px) {
  .container {
    max-width: 2000px;
    padding-left: clamp(1.5rem, 2.5vw, 2.75rem);
    padding-right: clamp(1.5rem, 2.5vw, 2.75rem);
  }
}

h1, h2, h3, h4, h5, .section-title, .hero-title {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.feature-strip,
.pricing-section,
.customer-review-section,
.steps-section,
.site-faq-section,
.trust-band,
.footer-cta {
  scroll-margin-top: 96px;
}

.text-orange { color: var(--holu-orange) !important; }

/* -------------------- Buttons -------------------- */
.btn-holu-orange {
  background: var(--holu-orange);
  border: 2px solid var(--holu-orange);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 10px;
  padding: .7rem 1.4rem;
  transition: all .18s ease;
}
.btn-holu-orange:hover,
.btn-holu-orange:focus {
  background: var(--holu-orange-dark);
  border-color: var(--holu-orange-dark);
  color: #fff;
}

.btn-holu-outline {
  background: rgba(20,20,20,.55);
  border: 2px solid rgba(255,255,255,.5);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 10px;
  padding: .7rem 1.4rem;
  transition: all .18s ease;
}
.btn-holu-outline:hover { background: rgba(0,0,0,.75); color: #fff; }

.btn-holu-dark-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,.35);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 10px;
  padding: .7rem 1.4rem;
  transition: all .18s ease;
}
.btn-holu-dark-outline:hover { background: rgba(255,255,255,.08); color: #fff; }
.step-card .btn-holu-dark-outline {
  border-color: var(--holu-border);
  color: var(--holu-text);
  font-size: .76rem;
  letter-spacing: 0;
  padding-left: .5rem; padding-right: .5rem;
  white-space: nowrap;
}
.step-card .btn-holu-dark-outline:hover { background: #f3f3f3; color: var(--holu-text); }

/* ==================================================================
   LEGAL PAGES
   ================================================================== */
.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(235,86,2,.13), transparent 34rem),
    linear-gradient(180deg, #fff 0%, #f6f7f9 54%, #fff 100%);
}

.legal-hero {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(1.75rem, 4vw, 3rem);
  background: linear-gradient(135deg, #111 0%, #1a1a1a 58%, #eb5602 160%);
  color: #fff;
}

.legal-hero .container,
.legal-content-wrap .container,
.legal-footer .container {
  max-width: 1180px;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .85rem;
  color: rgba(255,255,255,.72);
  font-family: 'Montserrat', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-hero-title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  line-height: .98;
}

.legal-hero-text {
  max-width: 650px;
  margin: 1rem 0 0;
  color: rgba(255,255,255,.76);
  font-size: 1.05rem;
  line-height: 1.65;
}

.legal-content-wrap {
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2rem, 5vw, 4rem);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 1.25rem;
  align-items: start;
}

.legal-card,
.legal-side-card {
  background: #fff;
  border: 1px solid rgba(10,10,10,.08);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.legal-card {
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.legal-card h2 {
  margin-top: 2rem;
  margin-bottom: .65rem;
  font-size: 1.05rem;
}

.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: #374151; line-height: 1.72; }
.legal-card a:not(.btn) { color: var(--holu-orange); font-weight: 700; }
.legal-card .btn,
.legal-card .btn:hover,
.legal-card .btn:focus { color: #fff; }

.legal-meta {
  color: var(--holu-muted);
  font-size: .92rem;
}

.legal-info-box {
  border-left: 4px solid var(--holu-orange);
  background: #fff7f2;
  padding: 1rem 1.1rem;
  border-radius: 0 12px 12px 0;
}

.legal-side-card {
  position: sticky;
  top: 6rem;
  border-radius: 16px;
  padding: 1.25rem;
}

.legal-side-title {
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .75rem;
}

.legal-side-card a {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem .75rem;
  color: #20242c;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}

.legal-side-card a:hover,
.legal-side-card a.active {
  background: #fff1e8;
  color: var(--holu-orange);
}

.legal-footer { margin-top: 0; }

@media (max-width: 991.98px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-side-card { position: static; order: -1; }
}

@media (max-width: 575.98px) {
  .legal-hero { padding-top: 2rem; }
  .legal-card { border-radius: 14px; }
  .legal-side-card a { padding: .62rem .6rem; }
}

/* ==================================================================
   NAVBAR
   ================================================================== */
.holu-navbar {
  background: var(--holu-black);
  padding: .35rem 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.holu-logo-img {
  width: clamp(190px, 23vw, 292px);
  max-height: 66px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.holu-site-logo-img {
  width: clamp(210px, 25vw, 330px);
  max-height: 78px;
}
.holu-navbar .nav-link {
  color: #e8e8e8;
  font-weight: 500;
  font-size: .95rem;
  padding: .4rem .9rem;
}
.holu-navbar .nav-link:hover { color: var(--holu-orange); }
.holu-navbar .navbar-toggler {
  border: none; color: #fff; font-size: 1.6rem; padding: 0 .3rem;
}
.holu-navbar .navbar-toggler:focus { box-shadow: none; }
.holu-nav-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.holu-nav-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .5rem 1rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-family: 'Montserrat', sans-serif;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.holu-nav-login-btn:hover,
.holu-nav-login-btn:focus {
  border-color: rgba(235,86,2,.8);
  background: rgba(235,86,2,.15);
  color: #fff;
  transform: translateY(-1px);
}
button.holu-nav-login-btn { cursor: pointer; }
.holu-nav-customer-btn {
  gap: .55rem;
  padding: .38rem .85rem .38rem .45rem;
  border-color: rgba(235,86,2,.72);
  background: #fff;
  color: #111827;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.holu-nav-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--holu-orange);
  color: #fff;
  font-size: .95rem;
}
.holu-nav-login-copy {
  display: grid;
  gap: 1px;
  text-align: left;
  line-height: 1.05;
}
.holu-nav-login-copy strong {
  font-size: .76rem;
  font-weight: 900;
}
.holu-nav-login-copy small {
  color: #6b7280;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
}
.holu-nav-customer-btn:hover,
.holu-nav-customer-btn:focus {
  border-color: var(--holu-orange);
  background: #fff7ed;
  color: #111827;
}
/* hamburger always visible at the far right end of the navbar */
.holu-navbar .holu-hamburger {
  display: inline-flex !important;
  align-items: center; justify-content: center;
  order: 3;
  margin-left: 1rem;
  color: #fff;
}
.holu-navbar .holu-hamburger:hover { color: var(--holu-orange); }
/* toggle hamburger <-> X icon based on open state */
.holu-hamburger .icon-close { display: none; }
.holu-hamburger[aria-expanded="true"] .icon-open { display: none; }
.holu-hamburger[aria-expanded="true"] .icon-close { display: inline-block; }
@media (min-width: 992px) {
  .holu-navbar .navbar-collapse { flex-grow: 1; }
}
/* mobile menu: frosted-glass panel overlaid on the hero (does not push content) */
@media (max-width: 991.98px) {
  .holu-site-logo-img {
    width: min(58vw, 290px);
    max-height: 64px;
  }
  .holu-navbar .navbar-collapse {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(12,13,15,.55);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 48px rgba(0,0,0,.45);
    padding: .75rem 1.25rem 1.35rem;
  }
  .holu-navbar .navbar-nav { gap: .1rem; }
  .holu-navbar .nav-link {
    padding: .6rem .25rem;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 1rem;
  }
  .holu-nav-actions {
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: .9rem;
  }
  .holu-nav-login-btn,
  .holu-navbar .phone-btn {
    min-height: 42px;
  }
  .holu-navbar .phone-btn { display: inline-flex; margin-top: .9rem; }
}
.phone-btn { font-weight: 700; white-space: nowrap; }

/* ==================================================================
   HERO
   ================================================================== */
.hero {
  position: relative;
  background: #0a0a0a;
  overflow: hidden;
}
/* Real <img> = the COMPLETE image, always. width:100% + height:auto can
   never crop, zoom, or distort — it just scales the whole picture to fit.
   If the image is shorter than the hero, the dark background fills the rest. */
.hero-bg-img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  /* dark shade only behind the text (up to ~end of "UMZIEHEN"), then fully
     transparent so the rest of the image shows with no dark overlay */
  background: linear-gradient(90deg, rgba(6,8,10,.92) 0%, rgba(6,8,10,.88) 18%, rgba(6,8,10,.6) 30%, rgba(6,8,10,0) 40%, rgba(6,8,10,0) 100%);
}
/* Content overlaid on top of the full image, vertically centered. */
.hero-content {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero-content > .row { width: 100%; }
.hero .container { z-index: 2; }
.hero-copy { color: #fff; }
.hero-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .2em;
  color: var(--holu-orange);
  margin-bottom: 1rem;
}
.hero-title {
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
/* keep each headline line whole on desktop so words stay in place */
@media (min-width: 992px) {
  .hero-bg-img {
    width: 100%;
    height: clamp(540px, 62vh, 680px);
    object-fit: cover;
    object-position: center 38%;
  }

  .hero-content {
    align-items: flex-start;
    padding-top: 3.2rem;
    padding-bottom: 2.1rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  .hero-lead {
    margin-bottom: 1.4rem;
  }

  .hero-trust {
    margin-bottom: 1.45rem;
  }

  .hero-title { white-space: nowrap; }
}
.hero-lead {
  font-size: 1.05rem;
  color: #d7dade;
  max-width: 30rem;
  margin-bottom: 1.8rem;
}
/* Trust chips: circular orange-outline icon + two-line text */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 1.4rem 2.2rem;
  margin-bottom: 2rem;
}
.hero-trust .trust-chip {
  display: flex; align-items: center; gap: .6rem;
  color: #eef0f2; font-weight: 600; font-size: .92rem; line-height: 1.2;
}
/* plain orange icons – no circle around them */
.hero-trust .trust-chip .chip-ico {
  flex: 0 0 auto;
  display: flex; align-items: center;
  color: var(--holu-orange);
  font-size: 1.7rem;
}

/* Hero action buttons – kept on one line, sized to match the design */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
}
.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1.2rem;
  font-size: .82rem;
  white-space: nowrap;
}
/* plain whatsapp glyph (no circle) inside the "Kostenlose Anfrage" button */
.anfrage-ico {
  display: inline-flex; align-items: center;
  margin-right: .5rem; font-size: 1.05rem;
}

/* Landingpage hero: closer to the homepage, but more local and conversion-led. */
.landing-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(6,8,10,.94) 0%, rgba(6,8,10,.86) 24%, rgba(6,8,10,.48) 52%, rgba(6,8,10,.06) 100%);
}
.landing-hero .hero-copy {
  max-width: 54rem;
}
.landing-hero .hero-title {
  max-width: 13.5ch;
  white-space: normal;
  font-size: clamp(2.05rem, 4.2vw, 3.45rem);
}
.landing-hero .hero-lead {
  max-width: 42rem;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}
.landing-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: -.55rem 0 1.25rem;
}
.landing-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .7rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.landing-hero-proof i {
  color: var(--holu-orange);
}
@media (min-width: 992px) {
  .landing-hero .hero-content {
    align-items: center;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .landing-hero .hero-trust {
    margin-bottom: 1.35rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-title {
    max-width: 100%;
  }
  .landing-hero-proof span {
    width: 100%;
  }
}

/* Booking card */
.booking-card {
  background: #fff;
  border-radius: 14px;
  padding: .95rem 1rem 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  max-width: 318px;
}
/* thinner and nudged toward the right corner (hero only) */
@media (min-width: 992px) {
  .hero .booking-card { margin-right: -2.25rem; }
}
.booking-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .01em;
}
.booking-sub { color: var(--holu-muted); font-size: .75rem; margin: .18rem 0 .55rem; }
/* slimmer booking card fields */
.booking-card .input-icon { margin-bottom: .42rem !important; }
.booking-card .input-icon .form-control,
.booking-card .input-icon .form-select { height: 39px; font-size: .84rem; border-radius: 10px; }
.booking-card .btn-lg { padding: .62rem 1rem; font-size: .88rem; }
.hero-process-btn { min-height: 44px; }
.hero-date-planner {
  margin: .45rem 0 .65rem;
  padding: .55rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}
.hero-date-planner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  margin-bottom: .45rem;
}
.hero-date-planner-head span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #6b7280;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-date-planner-head strong {
  color: #9a3412;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.hero-date-planner-head strong.is-chosen { color: #166534; }
.hero-date-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(42px, 1fr);
  gap: .32rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.hero-date-grid::-webkit-scrollbar { display: none; }
.hero-date-loading {
  grid-column: 1 / -1;
  padding: .48rem .35rem;
  color: #6b7280;
  font-size: .72rem;
  text-align: center;
}
.hero-date-pill {
  min-height: 46px;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #f0fdf4;
  color: #166534;
  display: grid;
  place-items: center;
  gap: .08rem;
  padding: .32rem .25rem;
  font-family: inherit;
  cursor: pointer;
}
.hero-date-pill span {
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-date-pill strong {
  font-size: .9rem;
  line-height: 1;
}
.hero-date-pill.is-selected {
  border-color: var(--holu-orange) !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  box-shadow: 0 0 0 2px rgba(235, 86, 2, .2), 0 8px 18px rgba(235, 86, 2, .13);
}
.hero-date-pill.is-unavailable {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.hero-date-pill:disabled {
  opacity: .56;
  cursor: not-allowed;
}
.hero-date-more {
  width: 100%;
  margin-top: .42rem;
  border: 0;
  background: transparent;
  color: #9a3412;
  font-family: inherit;
  font-size: .72rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  padding: .18rem .25rem 0;
  cursor: pointer;
}
.hero-date-more:hover { color: var(--holu-orange); }
.step-badge {
  flex: 0 0 auto;
  background: #fff;
  color: var(--holu-orange);
  border: 2px solid var(--holu-orange);
  font-weight: 700;
  font-size: .72rem;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap;
}
.booking-checks {
  display: flex; flex-wrap: nowrap; gap: .3rem;
  margin-top: .55rem; justify-content: space-between;
}
.booking-checks span {
  font-size: .56rem; color: var(--holu-muted); font-weight: 500;
  white-space: nowrap; display: inline-flex; align-items: center; gap: .12rem;
}
.booking-checks i { color: var(--holu-orange); font-size: .6rem; }

/* Inputs with leading icon */
.input-icon { position: relative; }
.input-icon > i {
  position: absolute; left: .9rem; top: 50%; transform: translateY(-50%);
  color: var(--holu-orange); font-size: 1rem; pointer-events: none; z-index: 2;
}
.input-icon .form-control,
.input-icon .form-select {
  padding-left: 2.4rem;
  height: 48px;
  border: 1px solid var(--holu-border);
  border-radius: 10px;
  font-size: .92rem;
  background-color: #fafafa;
}
.input-icon .form-select { padding-left: 1rem; }
.input-icon .form-control:focus,
.input-icon .form-select:focus {
  border-color: var(--holu-orange);
  box-shadow: 0 0 0 .18rem rgba(235,86,2,.15);
}
.form-control[readonly] { background-color: #f6f6f6; }

/* ==================================================================
   FEATURE STRIP
   ================================================================== */
.feature-strip {
  background: #fff;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--holu-border);
}
/* comfortable margin from the page edges (matches reference) */
@media (min-width: 992px) {
  .feature-strip .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }

  .feature-strip .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-item { display: flex; align-items: center; gap: 1rem; position: relative; }
/* light grey vertical separator centered between items (desktop row) */
@media (min-width: 992px) {
  /* center each item's content in its column so the column boundary is the
     exact midpoint between two adjacent items */
  .feature-strip .feature-item { justify-content: center; }
  .feature-strip .row > [class*="col-"]:not(:first-child) .feature-item::before {
    content: "";
    position: absolute;
    left: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    background: var(--holu-border);
  }
}
/* standalone orange icons – no circle around them (matches reference) */
.feature-ico {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  color: var(--holu-orange); font-size: 2.1rem; line-height: 1;
}
.feature-ico .feat-svg { width: 2.2rem; height: 2.2rem; display: block; }
.feature-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: .82rem; letter-spacing: .02em;
  margin: 0 0 .15rem;
}
.feature-desc { font-size: .82rem; color: var(--holu-muted); margin: 0; line-height: 1.35; }

/* ==================================================================
   PRICING
   ================================================================== */
.pricing-section { background: #fff; padding: 4rem 0 2.75rem; }
/* lighter weight for the pricing heading */
.pricing-section .section-title { font-weight: 700; }

.customer-review-section {
  background: #f8fafc;
  border-top: 1px solid rgba(17, 24, 39, .08);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  padding: 64px 0 56px;
}

@media (min-width: 992px) {
  .customer-review-section .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }
}

.customer-review-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

.review-kicker {
  display: inline-flex;
  align-items: center;
  color: #ff5a00;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.review-score-card {
  min-width: 210px;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
  color: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}

.review-score-card strong {
  display: block;
  color: #ff5a00;
  font-size: 2rem;
  line-height: 1;
}

.review-score-card span,
.review-score-card small {
  display: block;
  margin-top: 6px;
}

.review-score-card span { color: #111827; font-weight: 650; }
.review-score-card small { color: #6b7280; }

.customer-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.review-process-layout .customer-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.move-process-card {
  border-radius: 8px;
  padding: 26px;
  background: #111827;
  color: #fff;
  box-shadow: 0 16px 34px rgba(15,23,42,.14);
}

.move-process-kicker {
  display: inline-flex;
  color: #ff5a00;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.move-process-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 20px;
}

.move-process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.move-process-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.move-process-list span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5a00;
  color: #fff;
  font-weight: 800;
}

.move-process-list strong {
  display: block;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.25;
}

.customer-review-card {
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15,23,42,.06);
}

.customer-review-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
  margin-bottom: 14px;
}

.customer-review-stars {
  color: #ff5a00;
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.customer-review-card blockquote {
  margin: 0 0 16px;
  color: #1f2937;
  font-weight: 400;
  line-height: 1.55;
}

.customer-review-card footer strong { font-weight: 700; }

.customer-review-card footer strong,
.customer-review-card footer span {
  display: block;
}

.customer-review-card footer span {
  color: #6b7280;
  font-size: .9rem;
  margin-top: 2px;
}

.review-platform-link {
  display: inline-flex;
  margin-top: 14px;
  color: #111;
  font-size: .86rem;
  font-weight: 650;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .review-process-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .customer-review-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-score-card {
    width: 100%;
  }

  .review-process-layout .customer-review-grid,
  .customer-review-grid {
    grid-template-columns: 1fr;
  }
}
/* comfortable margin from page edges + cap card row width */
@media (min-width: 992px) {
  .pricing-section .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }
  .pkg-row { max-width: 1200px; margin-left: auto; margin-right: auto; }
}
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-transform: uppercase;
  letter-spacing: .01em;
}
.section-sub { color: var(--holu-muted); font-size: 1rem; margin-top: .4rem; }

.pkg-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--holu-border);
  display: flex; flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pkg-card .pkg-head { border-radius: 15px 15px 0 0; }
.pkg-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.10); }

.pkg-head {
  background: var(--holu-dark-2);
  color: #fff;
  padding: 1.15rem 1.4rem;
  text-align: center;
}
.pkg-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; font-size: 1rem; letter-spacing: .02em;
}

.pkg-body { padding: 1.5rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
/* price on the left, person icons on the right */
.pkg-pricerow {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.3rem;
}
.pkg-price { display: flex; align-items: baseline; }
.pkg-price .amount {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 2.6rem; color: var(--holu-text); line-height: 1;
}
.pkg-price .cur {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 1.1rem; color: var(--holu-text); margin-left: 1px;
  align-self: flex-start; margin-top: .2rem;
}
.pkg-price .per { color: var(--holu-muted); font-weight: 500; margin-left: .35rem; font-size: .92rem; }
/* grouped "people" icons (count = helpers) */
.pkg-people { display: flex; align-items: center; color: var(--holu-orange); }
.people-svg { height: 1.7rem; width: auto; display: block; }

.pkg-list { list-style: none; padding: 0; margin: 0 0 1.4rem; }
.pkg-list li {
  display: flex; align-items: center; gap: .6rem;
  padding: .5rem 0; font-size: .92rem; color: #333;
  border-bottom: 1px solid #f1f1f1;
}
.pkg-list li:last-child { border-bottom: none; }
.pkg-list i { color: var(--holu-orange); font-weight: 700; }
.pkg-body .btn { margin-top: auto; }

/* outline "AUSWÄHLEN" button for the side cards */
.btn-holu-outline-orange {
  background: #fff;
  border: 1.5px solid var(--holu-orange);
  color: var(--holu-orange);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 10px;
  padding: .7rem 1.4rem;
  transition: all .18s ease;
}
.btn-holu-outline-orange:hover {
  background: var(--holu-orange);
  color: #fff;
}

/* Featured card */
.pkg-featured {
  border: 2px solid var(--holu-orange);
  box-shadow: 0 18px 44px rgba(235,86,2,.18);
}
.pkg-featured .pkg-head { background: #000; }
.pkg-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--holu-orange); color: #fff;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: .7rem; letter-spacing: .06em; white-space: nowrap;
  padding: .35rem 1.1rem; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(235,86,2,.35);
  z-index: 3;
}
@media (min-width: 992px) {
  /* featured card is SMALLER than the sides: natural height, centered so it
     is inset at the top (room for the badge) and at the bottom */
  .pkg-featured { align-self: center; z-index: 2; }
  .pkg-featured .pkg-body { padding-top: 1.1rem; padding-bottom: 1.1rem; }
  .pkg-featured .pkg-list { margin-bottom: 1rem; }
  .pkg-featured:hover { transform: translateY(-4px); }
}

  .driver-package-section {
    max-width: 1200px;
    margin: 1.6rem auto 0;
    padding: 1.35rem;
    border: 1px solid rgba(17,24,39,.1);
    border-radius: 12px;
    background: #111827;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 180px minmax(260px, .95fr);
    gap: 1.2rem;
    align-items: center;
    box-shadow: 0 18px 42px rgba(15,23,42,.14);
  }

  .driver-package-kicker {
    display: inline-flex;
    color: var(--holu-orange);
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: .45rem;
  }

  .driver-package-copy h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    margin: 0 0 .45rem;
  }

  .driver-package-copy p {
    color: rgba(255,255,255,.78);
    line-height: 1.55;
    margin: 0 0 .9rem;
  }

  .driver-package-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
  }

  .driver-package-actions .btn {
    border-radius: 999px;
    font-size: .86rem;
    font-weight: 700;
    padding: .62rem 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .15rem;
  }

  .driver-package-actions span {
    color: rgba(255,255,255,.72);
    font-size: .88rem;
  }

  .driver-package-price {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    background: rgba(255,255,255,.06);
  }

  .driver-package-price span,
  .driver-package-price small {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: .82rem;
  }

  .driver-package-price strong {
    display: block;
    color: var(--holu-orange);
    font-family: 'Montserrat', sans-serif;
    font-size: 2.35rem;
    line-height: 1;
    margin: .2rem 0 .35rem;
  }

  .driver-package-facts {
    display: grid;
    gap: .7rem;
  }

  .driver-package-facts div {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255,255,255,.86);
    font-size: .92rem;
  }

  .driver-package-facts i {
    color: var(--holu-orange);
    font-size: 1.05rem;
  }

  @media (max-width: 991.98px) {
    .driver-package-section {
      grid-template-columns: 1fr;
    }

    .driver-package-price {
      text-align: left;
    }
  }

/* Extra note – light peach band spanning the full width of the card row */
.extra-note {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  background: #FDF3EA;
  border: none;
  border-radius: 14px; padding: 1.35rem 1.5rem;
  margin: 2.5rem auto 0; max-width: 1126px;
}
.extra-ico {
  flex: 0 0 auto;
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--holu-orange);
  display: flex; align-items: center; justify-content: center;
  color: var(--holu-orange); font-size: 1.2rem;
}
.extra-text strong {
  font-family: 'Montserrat', sans-serif; display: block; font-size: .95rem;
  text-transform: uppercase; letter-spacing: .01em; color: var(--holu-text);
}
.extra-text span { font-size: .9rem; color: var(--holu-muted); }

/* ==================================================================
   LANDINGPAGE LOCAL CONTENT
   ================================================================== */
.landing-local-section {
  background: linear-gradient(180deg, #fff 0%, #FBF9F5 100%);
  border-top: 1px solid var(--holu-border);
  border-bottom: 1px solid var(--holu-border);
  padding: 3.5rem 0;
}
@media (min-width: 992px) {
  .landing-local-section .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }
}
.landing-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.landing-local-copy {
  background: #fff;
  border: 1px solid var(--holu-border);
  border-radius: 16px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.landing-local-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--holu-orange);
  font-family: 'Montserrat', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}
.landing-local-title {
  max-width: 780px;
  margin: 0 0 .75rem;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  line-height: 1.08;
  text-transform: uppercase;
}
.landing-local-lead {
  max-width: 780px;
  margin: 0 0 1.35rem;
  color: var(--holu-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}
.landing-seo-intro {
  max-width: 780px;
  margin: -0.55rem 0 1.2rem;
  color: var(--holu-text);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.55;
}
.landing-local-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.landing-local-point {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-width: 0;
  padding: .8rem .9rem;
  background: #FDF3EA;
  border-radius: 12px;
  color: var(--holu-text);
  font-size: .88rem;
  font-weight: 700;
}
.landing-local-point i {
  flex: 0 0 auto;
  color: var(--holu-orange);
  font-size: 1.05rem;
}
.landing-content {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}
.landing-content h2 {
  margin: 1.35rem 0 .55rem;
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.landing-content h2:first-child { margin-top: 0; }
.landing-content p { margin: 0 0 1rem; }
.landing-content p:last-child { margin-bottom: 0; }
.landing-review-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.6rem;
}
.landing-review-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid #F1E6DC;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}
.landing-review-head {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .65rem;
}
.landing-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--holu-dark-2);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.landing-review-head strong {
  display: block;
  color: var(--holu-text);
  font-size: .92rem;
  line-height: 1.2;
}
.landing-review-head small {
  display: block;
  color: var(--holu-muted);
  font-size: .78rem;
  margin-top: .05rem;
}
.landing-review-stars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .18rem;
  color: var(--holu-orange);
  font-size: .82rem;
  margin-bottom: .55rem;
}
.landing-review-stars span {
  color: var(--holu-muted);
  font-size: .72rem;
  font-weight: 700;
  margin-left: .3rem;
}
.landing-review-card blockquote {
  margin: 0 0 .75rem;
  color: var(--holu-text);
  font-size: .9rem;
  line-height: 1.55;
}
.landing-review-card figcaption {
  color: var(--holu-muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.landing-local-panel {
  position: sticky;
  top: 92px;
  background: var(--holu-dark-2);
  color: #fff;
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.landing-panel-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.2rem;
}
.landing-panel-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--holu-orange);
  color: #fff;
  font-size: 1.35rem;
}
.landing-panel-head small {
  display: block;
  color: #fb923c;
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .15rem;
}
.landing-panel-head strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.landing-panel-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: grid;
  gap: .75rem;
}
.landing-panel-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}
.landing-panel-steps span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--holu-orange);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.landing-panel-steps strong {
  display: block;
  font-size: .92rem;
  margin-bottom: .15rem;
}
.landing-panel-steps small {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  line-height: 1.45;
}
.landing-panel-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  margin-top: .85rem;
}
.landing-panel-whatsapp:hover { color: #fff; }

@media (max-width: 991.98px) {
  .landing-local-section { padding: 2.4rem 0; }
  .landing-local-grid { grid-template-columns: 1fr; }
  .landing-local-panel { position: static; }
}
@media (max-width: 767.98px) {
  .landing-local-points { grid-template-columns: 1fr; }
  .landing-review-row { grid-template-columns: 1fr; }
  .landing-local-copy,
  .landing-local-panel { border-radius: 14px; }
}

/* ==================================================================
   SO EINFACH BUCHEN
   ================================================================== */
.steps-section { background: #fff; padding: 2rem 0 3.5rem; }
/* lighter heading weight */
.steps-section .section-title { font-weight: 700; }
/* narrower card row (indicator + cards inset together, stay aligned) */
@media (min-width: 992px) {
  .steps-section .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }
}

/* full-width step indicator: nodes aligned over the 4 cards, longer line */
.step-indicator {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 0.4rem;
  padding: 0;
}

.step-row {
  --bs-gutter-x: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.step-line {
  position: absolute; top: 20px; left: 12.5%; right: 12.5%;
  height: 2px; background: var(--holu-border); z-index: 0;
}
.step-node {
  position: relative; z-index: 1; flex: 1 1 0;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.step-circle {
  width: 40px; height: 40px; border-radius: 50%;
  background: #e6e6e6; color: #9aa0a6;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--holu-border);
}
.step-circle.active {
  background: var(--holu-orange); color: #fff;
  box-shadow: 0 0 0 1px var(--holu-orange), 0 6px 14px rgba(235,86,2,.35);
}
.step-label { font-size: .82rem; color: var(--holu-muted); font-weight: 600; }

.step-card {
  background: #fff; border: none;
  border-radius: 14px; padding: 1rem .95rem;
  display: flex; flex-direction: column;
  box-shadow: 0 6px 22px rgba(0,0,0,.07);
}
/* active step card (step 1) has an orange border */
.step-card.step-card-active {
  border: 2px solid var(--holu-orange);
  box-shadow: 0 8px 26px rgba(235,86,2,.14);
}
/* field with an icon on the right (chevron / calendar) */
.field-icon-right { position: relative; }
.field-icon-right .form-control { padding-right: 2.2rem; }
.field-icon-right > i {
  position: absolute; right: .8rem; top: 50%; transform: translateY(-50%);
  color: #1a1a1a; font-size: .9rem;
}
/* working dropdown: hide native arrow, keep custom black chevron */
.step-select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  cursor: pointer;
}
.field-icon-right .bi-chevron-down { pointer-events: none; }
/* working date field: German-format display + hidden real date picker */
.date-hidden {
  position: absolute; right: .5rem; bottom: 0;
  width: 1px; height: 1px; opacity: 0; border: 0; padding: 0;
  pointer-events: none;
}
.field-icon-right .bi-calendar-event { cursor: pointer; }
.field-icon-right #datumDisplay { cursor: pointer; }
/* arrow between the step cards */
.step-col { position: relative; }
.step-arrow { display: none; }
@media (min-width: 992px) {
  .step-arrow {
    display: block;
    position: absolute; top: 50%; right: 0; transform: translate(50%, -50%);
    color: #4a4a4a; font-size: 1.4rem; z-index: 4;
  }
}
.step-card-head {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: .82rem; letter-spacing: .01em; text-transform: uppercase;
  margin-bottom: 1rem; display: flex; align-items: center; gap: .5rem;
}
.step-card-head .num {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--holu-orange); color: #fff;
  display: inline-grid; place-items: center;
  font-size: .78rem; line-height: 1; flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.step-card-head .num.num-inactive,
.step-card-head .num.inactive { background: #c2c5cb; }
.step-card-head .num.num-active { background: var(--holu-orange); }
.step-card-head .num.num-complete,
.step-card-head .num.num-green { background: var(--holu-green); }
.step-card .btn { margin-top: auto; }
.process-cta {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.step-done-badge {
  margin-top: auto;
  width: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  padding: .62rem .8rem;
  border-radius: 10px;
  background: rgba(10, 10, 10, .06);
  border: 1px dashed rgba(10, 10, 10, .22);
  color: var(--holu-text);
  font-family: 'Montserrat', sans-serif;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.process-cta.is-current-cta {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(235, 86, 2, .28);
}
.process-cta.is-complete-cta {
  background: var(--holu-black);
  border-color: var(--holu-black);
  color: #fff;
}
.process-cta.is-complete-cta:hover,
.process-cta.is-complete-cta:focus {
  background: var(--holu-dark-2);
  border-color: var(--holu-dark-2);
  color: #fff;
}
.process-cta.is-disabled,
.process-cta:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.btn-final-booking {
  background: linear-gradient(135deg, #f56a12 0%, #eb5602 50%, #c74a02 100%);
  border-color: #b54200;
  box-shadow: 0 16px 34px rgba(235, 86, 2, .38);
  letter-spacing: .025em;
  min-height: 48px;
}
.btn-final-booking:hover,
.btn-final-booking:focus {
  background: linear-gradient(135deg, #ff7a26 0%, #f0610b 50%, #d04a00 100%);
  border-color: #b54200;
  color: #fff;
}
.btn-final-booking.is-current-cta {
  animation: finalBookingPulse 1.8s ease-in-out infinite;
}
@keyframes finalBookingPulse {
  0%, 100% {
    box-shadow: 0 14px 32px rgba(235, 86, 2, .35);
  }
  50% {
    box-shadow: 0 16px 38px rgba(235, 86, 2, .52);
  }
}
.terms-small {
  font-size: .72rem;
  color: var(--holu-muted);
  line-height: 1.35;
}
#acceptTermsError {
  font-size: .72rem;
}
.mini-label { font-size: .74rem; color: var(--holu-muted); font-weight: 600; margin-bottom: .2rem; display: block; }
.step-card .form-control { height: 39px; border-radius: 9px; font-size: .85rem; background:#fafafa; border:1px solid var(--holu-border); }
.step-card .mb-2 { margin-bottom: .45rem !important; }
.step-card .mb-3 { margin-bottom: .7rem !important; }
.step-card .input-icon .form-control { height: 42px; }
.step-locked-hint {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  width: 100%;
  margin-bottom: .7rem;
  padding: .5rem .65rem;
  border-radius: 8px;
  background: rgba(10, 10, 10, .05);
  border: 1px dashed rgba(10, 10, 10, .18);
  color: var(--holu-muted);
  font-size: .72rem;
  font-weight: 600;
}
.step2-locked .step2-detail-input,
.step2-locked .step2-detail-input:disabled,
.step3-locked .step3-input,
.step3-locked .step3-input:disabled {
  background: #f1f1f1 !important;
  color: #8a8a8a !important;
  border-color: #dedede !important;
  cursor: not-allowed;
}
.step2-locked .booking-service-option,
.step2-locked .lift-check,
.step3-locked .radio-opt {
  opacity: .7;
}

/* Step 2 – estimated duration (plain centered text, no box, black number) */
.price-est { text-align: center; margin-bottom: .55rem; }
.pe-label { display: block; font-size: .72rem; color: var(--holu-muted); font-weight: 500; }
.pe-hours { line-height: 1.05; margin-top: .05rem; }
.pe-num {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.9rem; color: var(--holu-text);
}
.pe-unit { font-size: .95rem; color: var(--holu-text); font-weight: 500; margin-left: .15rem; }
/* Paket label + value */
.pe-paket { margin-bottom: .3rem; }
.pe-paket-val { font-size: .88rem; color: var(--holu-text); font-weight: 600; margin-top: .1rem; }
/* price rows */
.pr-row {
  display: flex; justify-content: space-between; gap: .5rem;
  font-size: .82rem; padding: .32rem 0;
}
.pr-row span:first-child { color: var(--holu-muted); }
.pr-row span:last-child { font-weight: 600; text-align: right; color: var(--holu-text); }
.pr-row.total span:last-child { font-weight: 800; font-size: .92rem; }
.price-block {
  border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;
  margin: .2rem 0 .1rem; padding: .15rem 0;
}
.pr-row.extra { padding-top: .5rem; margin-bottom: .6rem; }
.step2-startfee-note {
  display: block;
  margin-top: .2rem;
  margin-bottom: .45rem;
  font-size: .7rem;
  color: var(--holu-muted);
  line-height: 1.35;
}
.floor-grid {
  display: grid;
  gap: .55rem;
  margin-bottom: .65rem;
}
.floor-box {
  display: grid;
  gap: .35rem;
  padding: .65rem;
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fafafa;
}
.floor-box strong {
  font-size: .78rem;
  color: var(--holu-text);
}
.lift-check,
.booking-service-option {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .78rem;
  color: var(--holu-text);
}
.lift-check input,
.booking-service-option input {
  accent-color: var(--holu-orange);
}
.floor-surcharge-preview {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  padding: .5rem .65rem;
  margin-bottom: .65rem;
  border-radius: 10px;
  background: #fff7ed;
  color: #9a3412;
  font-size: .8rem;
  font-weight: 800;
}
.booking-services-list {
  display: grid;
  gap: .38rem;
  margin-bottom: .75rem;
}
.booking-service-option {
  justify-content: space-between;
  padding: .45rem .55rem;
  border: 1px solid #ededed;
  border-radius: 9px;
  background: #fff;
}
.booking-service-option span {
  flex: 1;
  line-height: 1.25;
}
.booking-service-option strong {
  font-size: .74rem;
  white-space: nowrap;
}
.date-availability-available {
  border-color: #2e7d32 !important;
  box-shadow: 0 0 0 .12rem rgba(46, 125, 50, .18);
}
.date-availability-unavailable {
  border-color: #c62828 !important;
  box-shadow: 0 0 0 .12rem rgba(198, 40, 40, .18);
}
.date-availability-checking {
  border-color: #b28704 !important;
  box-shadow: 0 0 0 .12rem rgba(178, 135, 4, .18);
}
.booking-calendar-wrap {
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  padding: .55rem;
}
.booking-calendar-head {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-bottom: .45rem;
  font-size: .72rem;
  color: var(--holu-text);
}
.booking-calendar-title-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  gap: .35rem;
}
.booking-calendar-title-row strong {
  display: block;
  text-align: center;
  font-size: .78rem;
}
.booking-calendar-nav {
  width: 30px;
  height: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: var(--holu-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .16s ease;
}
.booking-calendar-nav:hover:not(:disabled) {
  border-color: var(--holu-orange);
  color: var(--holu-orange);
  transform: translateY(-1px);
}
.booking-calendar-nav:disabled {
  opacity: .38;
  cursor: not-allowed;
}
.booking-calendar-range {
  display: block;
  text-align: center;
  font-size: .64rem;
  color: var(--holu-muted);
}
.booking-selected-date {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .18rem .5rem;
  border-radius: 999px;
  font-size: .62rem;
  color: #6b7280;
  background: #f3f4f6;
}
.booking-selected-date.is-chosen {
  color: #1d4ed8;
  background: #dbeafe;
}
.booking-calendar-legend {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
  font-size: .66rem;
  color: var(--holu-muted);
}
.booking-calendar-legend .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: .15rem;
}
.booking-calendar-legend .dot.available { background: #2e7d32; }
.booking-calendar-legend .dot.unavailable { background: #c62828; }
.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .3rem;
}
.booking-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .3rem;
  margin-bottom: .3rem;
}
.booking-calendar-weekdays span {
  text-align: center;
  font-size: .58rem;
  color: var(--holu-muted);
  font-weight: 600;
}
.calendar-empty {
  border-radius: 8px;
  min-height: 44px;
  background: #fafafa;
  border: 1px dashed #ececec;
}
.calendar-day {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: .28rem .2rem;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .62rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.calendar-day .day-num {
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}
.calendar-day.status-available { border-color: #b7dfbb; background: #eef9f0; color: #215d26; }
.calendar-day.status-unavailable { border-color: #f2b3b3; background: #fff0f0; color: #9f1f1f; }
.calendar-day:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
}
.calendar-day.is-selected {
  border-color: var(--holu-orange) !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  box-shadow: 0 0 0 2px rgba(235, 86, 2, .22), 0 6px 14px rgba(235, 86, 2, .12);
  transform: translateY(-1px);
}
.calendar-day.is-today {
  box-shadow: inset 0 0 0 2px rgba(235, 86, 2, .35);
}
.calendar-day.is-selected.is-today {
  box-shadow: 0 0 0 2px rgba(235, 86, 2, .24), inset 0 0 0 2px rgba(235, 86, 2, .32), 0 6px 14px rgba(235, 86, 2, .12);
}
.calendar-day:disabled {
  opacity: .72;
  cursor: not-allowed;
}
.calendar-loading {
  grid-column: 1 / -1;
  text-align: center;
  font-size: .72rem;
  color: var(--holu-muted);
  padding: .6rem 0;
}
@media (max-width: 575.98px) {
  .booking-calendar-wrap {
    overflow-x: auto;
  }
  .booking-calendar-weekdays,
  .booking-calendar-grid {
    min-width: 290px;
  }
}

/* Radio group (step 3) – Privatperson / Firma */
.radio-group { display: flex; gap: 1.6rem; margin-bottom: .8rem; }
.radio-opt {
  display: flex; align-items: center; gap: .45rem;
  font-size: .85rem; color: var(--holu-text); font-weight: 500; cursor: pointer;
}
.radio-opt input[type="radio"] {
  accent-color: var(--holu-orange);
  width: 16px; height: 16px; margin: 0; cursor: pointer;
}

/* Toggle group (legacy, unused) */
.toggle-group { display: flex; background: #f1f1f1; border-radius: 10px; padding: 4px; gap: 4px; }
.toggle-btn {
  flex: 1; border: none; background: transparent; border-radius: 8px;
  padding: .45rem; font-size: .85rem; font-weight: 600; color: var(--holu-muted); cursor: pointer;
}
.toggle-btn.active { background: #fff; color: var(--holu-orange); box-shadow: 0 2px 6px rgba(0,0,0,.08); }

/* Confirm (step 4) – green success theme */
.step-card-confirm {
  justify-content: flex-start;
  border: 2px solid rgba(235, 86, 2, .28);
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}
.step-card-head .num.num-green { background: var(--holu-green); }
.confirm-body { display: flex; flex-direction: column; align-items: center; flex: 1; }
/* button pinned to the bottom like the other cards (no empty space below it) */
.step-card-confirm .confirm-body .btn { margin-top: auto; width: 100%; }
/* green outline check circle with a soft outer ring */
.confirm-check {
  width: 58px; height: 58px; border-radius: 50%;
  background: #fff; color: var(--holu-green);
  border: 2px solid var(--holu-green);
  display: inline-grid; place-items: center;
  font-size: 1.75rem; margin: .35rem 0 .75rem;
  box-shadow: 0 0 0 6px rgba(46,158,91,.12);
}
.confirm-check i {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}
.confirm-check-offer {
  color: var(--holu-orange);
  border-color: var(--holu-orange);
  box-shadow: 0 0 0 6px rgba(235,86,2,.12);
}
.confirm-title { font-family: 'Montserrat', sans-serif; font-weight: 750; font-size: 1.08rem; margin-bottom: .35rem; }
.confirm-text { font-size: .82rem; color: var(--holu-muted); margin-bottom: .75rem; line-height: 1.4; }
.confirm-num { text-align: center; margin-bottom: .3rem; }
.confirm-num span { display: block; font-size: .74rem; color: var(--holu-muted); }
.confirm-num strong { font-family: 'Montserrat', sans-serif; letter-spacing: .03em; font-size: .95rem; }
.confirm-price-card {
  width: 100%;
  margin: .05rem 0 .65rem;
  padding: .9rem;
  border: 1px solid rgba(235,86,2,.16);
  border-radius: 12px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
}
.confirm-price-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .75rem;
  padding-bottom: .65rem;
  margin-bottom: .55rem;
  border-bottom: 1px solid #e5e7eb;
}
.confirm-price-total span { color: var(--holu-muted); font-size: .74rem; font-weight: 700; line-height: 1.2; }
.confirm-price-total strong { color: var(--holu-orange); font-size: 1.5rem; line-height: 1; white-space: nowrap; }
.confirm-price-lines { display: grid; gap: .35rem; }
.confirm-price-lines div,
.confirm-price-note {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  font-size: .8rem;
}
.confirm-price-lines span,
.confirm-price-note { color: var(--holu-muted); }
.confirm-price-lines strong,
.confirm-price-note strong { color: var(--holu-text); white-space: nowrap; }
.confirm-price-note {
  margin-top: .55rem;
  padding-top: .55rem;
  border-top: 1px dashed #d7d7d7;
  flex-direction: column;
  line-height: 1.35;
}

.confirm-reassurance {
  width: 100%;
  display: grid;
  gap: .38rem;
  margin: 0 0 .7rem;
  text-align: left;
}

.confirm-reassurance span {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #374151;
  font-size: .78rem;
  font-weight: 600;
}

.confirm-reassurance i {
  color: var(--holu-orange);
}

.confirm-terms {
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 10px;
  padding: .55rem .65rem .55rem 2rem;
  background: #fff;
}

.confirm-submit-note {
  display: block;
  width: 100%;
  margin-top: .45rem;
  color: var(--holu-muted);
  font-size: .72rem;
  line-height: 1.3;
}

/* ==================================================================
   TRUST BAND
   ================================================================== */
.trust-band { background: var(--holu-cream); padding: 2.4rem 0; }
@media (min-width: 992px) {
  .trust-band .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }

  .trust-band .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.trust-item { display: flex; align-items: center; gap: .9rem; position: relative; }
.trust-item > i {
  flex: 0 0 auto; font-size: 1.7rem; color: var(--holu-text);
  width: 36px; text-align: center;
}
/* dollar sign inside a dark outline circle (item 2) */
.trust-dollar {
  flex: 0 0 auto;
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--holu-text);
  display: flex; align-items: center; justify-content: center;
  color: var(--holu-text); font-size: 1rem;
}
/* light grey separator centered between items (desktop) */
@media (min-width: 992px) {
  .trust-band .trust-item { justify-content: center; }
  .trust-band .row > [class*="col-"]:not(:first-child) .trust-item::before {
    content: ""; position: absolute;
    left: -0.75rem; top: 50%; transform: translateY(-50%);
    width: 1px; height: 48px; background: rgba(0,0,0,.13);
  }
}
.trust-title {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: .8rem; letter-spacing: .02em; margin: 0 0 .2rem;
}
.trust-desc { font-size: .82rem; color: var(--holu-muted); margin: 0; line-height: 1.35; }

/* ==================================================================
   FAQ
   ================================================================== */
.site-faq-section {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  padding: 4.6rem 0 4rem;
}

@media (min-width: 992px) {
  .site-faq-section .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }
}

.site-faq-head {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.site-faq-kicker {
  display: inline-flex;
  color: var(--holu-orange);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .45rem;
}

.site-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .7rem;
  align-content: start;
}

.site-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 1.5rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.site-faq-item {
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15,23,42,.045);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.site-faq-item[open] {
  border-color: rgba(235,86,2,.28);
  box-shadow: 0 14px 30px rgba(15,23,42,.07);
}

.site-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 58px;
  padding: .95rem 1rem .95rem 1.1rem;
  color: var(--holu-text);
  font-weight: 650;
  line-height: 1.3;
}

.site-faq-item summary::-webkit-details-marker { display: none; }

.site-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(235,86,2,.1);
  color: var(--holu-orange);
  font-weight: 800;
  line-height: 1;
}

.site-faq-item[open] summary::after { content: "-"; }

.site-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.05rem;
  color: var(--holu-muted);
  line-height: 1.6;
  font-size: .95rem;
}

.site-final-cta {
  position: sticky;
  top: 96px;
  border-radius: 8px;
  padding: 1.5rem;
  background: var(--holu-black);
  color: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.16);
}

.final-cta-kicker {
  display: inline-flex;
  color: var(--holu-orange);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .55rem;
}

.site-final-cta h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 2.1vw, 2.15rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 .75rem;
}

.site-final-cta p {
  color: rgba(255,255,255,.78);
  line-height: 1.55;
  margin: 0 0 1.25rem;
}

.final-cta-actions {
  display: grid;
  gap: .7rem;
  margin-bottom: 1.15rem;
}

.site-final-cta .btn {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 650;
  padding: .72rem 1rem;
  white-space: normal;
  line-height: 1.22;
  min-width: 0;
  text-align: center;
}

.site-final-cta .btn-holu-dark-outline {
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

.site-final-cta .btn-holu-dark-outline:hover {
  color: var(--holu-black);
  background: #fff;
}

.final-cta-trust {
  display: grid;
  gap: .55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
}

.final-cta-trust span {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.84);
  font-size: .9rem;
}

.final-cta-trust i {
  color: var(--holu-orange);
}

@media (max-width: 991.98px) {
  .site-faq-layout {
    grid-template-columns: 1fr;
  }

  .site-faq-grid {
    grid-template-columns: 1fr;
  }

  .site-final-cta {
    position: static;
  }
}

@media (max-width: 420px) {
  .site-final-cta .btn {
    font-size: .8rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

/* ==================================================================
   FOOTER CTA
   ================================================================== */
.footer-cta { background: var(--holu-black); padding: 1.5rem 0; color: #fff; }
@media (min-width: 992px) {
  .footer-cta .container {
    padding-left: clamp(2rem, 5vw, 5.5rem);
    padding-right: clamp(2rem, 5vw, 5.5rem);
  }

  .footer-cta .row,
  .footer-legal-links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-phone-ico {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--holu-orange); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
  flex: 0 0 auto;
}
.footer-title {
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 1.1rem; color: var(--holu-orange); margin: 0 0 .2rem;
  text-transform: uppercase; letter-spacing: .01em;
}
.footer-sub { color: #b9bcc0; font-size: .88rem; font-weight: 400; margin: 0; }
/* smaller, lighter footer buttons */
.footer-cta .btn {
  font-size: .8rem;
  font-weight: 500;
  padding: .5rem 1.15rem;
  letter-spacing: .01em;
}
.footer-cta .btn i { font-size: .95rem; }
.footer-legal-links a {
  color: #b9bcc0;
  font-size: .82rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-legal-links a:hover {
  color: var(--holu-orange);
  border-bottom-color: var(--holu-orange);
}


/* ==================================================================
   RESPONSIVE
   ================================================================== */
/* line-break helper: desktop breaks (br-lg) vs mobile breaks (br-sm) */
.br-sm { display: none; }

/* ---- tablet & below (< lg) ---- */
@media (max-width: 991.98px) {
  .holu-navbar .holu-hamburger { margin-left: .5rem; }
  .br-lg { display: none; }
  .br-sm { display: inline; }

  /* HERO: background image covers the copy area (through the buttons);
     the booking form flows below on the dark background. */
  .hero { min-height: 0; background: #0a0a0a; }
  .hero-bg-img {
    position: absolute; top: 0; left: 0; width: 100%; height: 460px;
    object-fit: cover; object-position: 58% 28%;
  }
  .hero-overlay {
    display: block; top: 0; bottom: auto; height: 460px;
    background: linear-gradient(180deg, rgba(6,8,10,.48) 0%, rgba(6,8,10,.66) 55%, rgba(6,8,10,.9) 86%, #0a0a0a 100%);
  }
  .hero-content { position: relative; z-index: 2; display: block; padding: 2rem 1.25rem 2.25rem; }
  .hero-content .hero-copy { color: #fff; }
  /* stack the row as blocks so nothing can overflow horizontally */
  .hero-content > .row { display: block; margin: 0; }
  .hero-content > .row > [class*="col-"] { width: 100%; max-width: 100%; padding: 0; }
  .hero-lead { max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: .8rem; }
  .hero-actions .btn { width: 100%; white-space: nowrap; }
  .booking-card { margin: 1.5rem auto 0; max-width: 100%; }
  .booking-checks { flex-wrap: wrap; }

  /* allow flex cols to shrink to the viewport (Bootstrap sets flex-shrink:0) */
  .row > * { min-width: 0; }

  /* steps: drop desktop negative margins / big gutter */
  .step-line { display: none; }
  .step-indicator { margin-left: 0; margin-right: 0; }
  .step-row { --bs-gutter-x: 1.25rem; --bs-gutter-y: 1.5rem; }
  .footer-title { font-size: 1rem; }
}

/* ---- phones (< sm) ---- */
@media (max-width: 575.98px) {
  .hero-title { font-size: 1.7rem; }
  .hero-eyebrow { font-size: .66rem; letter-spacing: .12em; }
  .hero-lead { font-size: .9rem; }
  /* hero buttons: shorter (fit content) + smaller text */
  .hero-actions { align-items: flex-start; }
  .hero-actions .btn { width: auto; font-size: .72rem; padding: .55rem 1.05rem; }
  /* section headings smaller on phones (pricing & steps) */
  .section-title { font-size: 1.3rem; }
  .section-sub { font-size: .85rem; }
  /* 3 trust chips forced onto a single line */
  .hero-trust { flex-wrap: nowrap; gap: .5rem; margin-bottom: 1.4rem; }
  .hero-trust .trust-chip { font-size: .64rem; gap: .3rem; line-height: 1.15; }
  .hero-trust .trust-chip .chip-ico { width: 29px; height: 29px; font-size: 1rem; }

  /* step indicator compact */
  .step-indicator { padding: 0; }
  .step-node { gap: .3rem; min-width: 0; }
  .step-circle { width: 32px; height: 32px; font-size: .9rem; }
  .step-label { font-size: .64rem; line-height: 1.15; }

  /* feature strip + trust band: 2 x 2 grid, centered items */
  .feature-strip > .container > .row > [class*="col-"],
  .trust-band > .container > .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
  /* stretch children to full cell width (reliable) + center the icon */
  .feature-item, .trust-item { flex-direction: column; align-items: stretch; text-align: center; gap: .45rem; }
  .feature-ico, .trust-item > i, .trust-dollar { align-self: center; }
  .feature-item > div, .trust-item > div { text-align: center; min-width: 0; }
  .feature-title, .trust-title { text-align: center; font-size: .74rem; }
  .feature-desc, .trust-desc { text-align: center; font-size: .72rem; }

  /* extra-note: block stack so the text wraps within the box */
  .extra-note { display: block !important; text-align: center !important; }
  .extra-note > * { display: block !important; width: 100% !important; min-width: 0 !important; flex: none !important; }
  .extra-note .extra-ico { width: 44px !important; margin: 0 auto .5rem !important; }
  .extra-note .extra-text { width: 100% !important; max-width: 100% !important; }
  .extra-note .extra-text strong,
  .extra-note .extra-text span { display: block !important; width: 100% !important; text-align: center !important; white-space: normal !important; }

  /* footer */
  .footer-cta .row { text-align: center; }
  .footer-cta .d-flex { justify-content: center !important; flex-wrap: wrap; }
  .footer-title { font-size: .92rem; }
}

/* ===== STEP TRANSITION ANIMATIONS ===== */
@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stepSlideLeft {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes stepSlideRight {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulseActive {
  0%, 100% {
    box-shadow: 0 8px 26px rgba(235,86,2,.14);
  }
  50% {
    box-shadow: 0 8px 26px rgba(235,86,2,.24);
  }
}

.step-card {
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, box-shadow 0.35s ease-out;
}

.step-card.step-card-active {
  animation: stepFadeIn 0.4s ease-out, pulseActive 2s ease-in-out infinite 0.5s;
}

.step-circle {
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.step-circle.active {
  animation: pulseActive 2s ease-in-out infinite;
}

.step-node {
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.step-node:hover .step-circle {
  transform: scale(1.08);
}

.btn {
  transition: all 0.3s ease-out;
}
