/* Authentic High-Conversion Style - Auftragvergleich.de */

/* Self-hosted Inter font (DSGVO-konform, keine externen Google-Server) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Conversion Color Scheme */
  --bg-page: #F4F5F8;
  --bg-white: #FFFFFF;
  --bg-alt: #F0F2F5;
  --bg-cta-section: #EBF1F5;

  --text-dark: #0F172A;
  --text-blue-head: #1B4965;
  --text-body: #27272A;
  --text-muted: #3F3F46;

  --cta-yellow: #FFC800;
  --cta-yellow-hover: #E6B400;
  --cta-blue: #1D70B8;
  --cta-blue-hover: #005A9C;
  --cta-slate: #628B9F;
  --cta-slate-hover: #4D7285;
  --cta-orange: #FF5500;
  --navy-dark: #0F172A;

  --badge-green: #00B67A;
  --arrow-teal: #00A3AD;

  --border-color: #E5E7EB;
  --border-focus: #2563EB;

  --radius-card: 14px;
  --radius-input: 8px;
  --radius-btn: 8px;

  --shadow-card: 0 4px 16px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-family);
  color: var(--text-body);
  background-color: var(--bg-page);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* Typography */
h1, h2, h3, h4 {
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.2;
}

h1 { font-size: clamp(2rem, 3.5vw, 2.75rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; font-weight: 800; }

p { font-size: 0.98rem; color: var(--text-body); }

/* Layout Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header & Clean Brand Logo (Seamless Natural Match) */
.site-header {
  position: sticky;
  top: 0;
  background: var(--bg-page) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
  height: 85px;
  display: flex;
  align-items: center;
  z-index: 1000;
  box-shadow: none !important;
  transition: all 0.2s ease;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand-logo-clean {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text-dark);
  letter-spacing: -0.02em;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.brand-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand-name-main {
  color: #111827;
  font-weight: 900;
}

.brand-name-sub {
  color: var(--cta-blue);
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.85rem;
  list-style: none;
  flex-shrink: 0;
}

.nav-links a {
  color: #111827;
  font-weight: 700;
  font-size: 1.08rem;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--cta-blue);
  font-weight: 800;
}

.btn-header-cta {
  background: var(--cta-yellow);
  color: #111111 !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.65rem 1.3rem;
  border-radius: var(--radius-btn);
  text-decoration: none;
  border: none;
  transition: background 0.2s ease;
}

.btn-header-cta:hover {
  background: var(--cta-yellow-hover);
}

/* Hero Section */
.hero-section {
  padding: 3rem 0 3.5rem;
  background: 
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(254, 240, 138, 0.25) 0%, rgba(254, 240, 138, 0) 70%),
    radial-gradient(ellipse 80% 60% at 85% 30%, rgba(0, 163, 173, 0.08) 0%, rgba(0, 163, 173, 0) 70%),
    var(--bg-page);
  position: relative;
  overflow: hidden;
}

/* Subpages with dedicated Hero Photo (Clean flat background ONLY on PC / Desktop) */
@media (min-width: 992px) {
  .hero-has-photo,
  .hero-section:has(.hero-bg-koeln),
  .hero-section:has(.hero-bg-entruempelung),
  .hero-section:has(.hero-bg-entruempelung-koeln) {
    background: var(--bg-page) !important;
  }
}

.hero-bg-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 38vw;
  max-width: 520px;
  height: 100%;
  background: url('../assets/hero_side_boxes.webp') no-repeat right center / cover;
  opacity: 0.16;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-bg-koeln {
  background-image: url('../assets/photo_koeln_hd.webp') !important;
  width: 70vw !important;
  max-width: 1100px !important;
  opacity: 0.26 !important;
  background-position: center center !important;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.hero-bg-entruempelung {
  background-image: url('../assets/photo_schnelle_entruempelung.webp') !important;
  width: 70vw !important;
  max-width: 1100px !important;
  opacity: 0.24 !important;
  background-position: center center !important;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.hero-bg-entruempelung-koeln {
  background-image: url('../assets/photo_koeln_hd.webp') !important;
  width: 70vw !important;
  max-width: 1100px !important;
  opacity: 0.28 !important;
  background-position: center center !important;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%) !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-left h1 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: var(--text-dark);
  line-height: 1.18;
}

.hero-intro {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #27272A;
  font-weight: 450;
}

.hero-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-dark);
}

.highlight-check {
  color: var(--badge-green);
  font-weight: 900;
  font-size: 1.25rem;
}

.arrow-pointing {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 110px;
  height: auto;
  pointer-events: none;
}

.arrow-pointing path {
  stroke: #0066FF !important;
}



/* Trust Seal Row */
.trust-seal-wrapper {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.trust-seal-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.trust-text-box {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trust-title {
  font-weight: 800;
  font-size: 1rem;
  color: var(--text-dark);
}

.trust-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* --- PREMIUM STEP WIZARD FORM CARD --- */
.hero-form-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 2.25rem 2rem;
  box-shadow: var(--shadow-card);
  position: relative;
}

/* Wizard step titles (SEO: changed from h2/h3 to p for clean heading hierarchy) */
.form-step-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.form-success-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.wizard-progress-wrapper {
  margin-bottom: 1.5rem;
}

.progress-header-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.progress-track {
  width: 100%;
  height: 6px;
  background: #E5E7EB;
  border-radius: 99px;
  overflow: hidden;
}

.progress-fill-bar {
  height: 100%;
  width: 33.33%;
  background: var(--cta-yellow);
  border-radius: 99px;
  transition: width 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: width;
}

.form-head-title {
  font-size: 1.35rem;
  margin-bottom: 0.2rem;
  text-align: left;
}

.form-head-sub {
  text-align: left;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.35rem;
}

/* Service Tile Cards (fp-dachservice smooth pop-in checkmark & hover/active animations) */
.service-tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.service-tile-card {
  position: relative;
  background: #F8FAFC;
  border: 2px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.1rem 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.service-tile-card::after {
  content: '✓';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0F172A;
  color: #FFC800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.service-tile-card:hover {
  border-color: #0F172A;
  background: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -4px rgba(15, 23, 42, 0.08);
}

.service-tile-card.selected {
  border-color: #0F172A;
  background: #FFFDF0;
  box-shadow: 0 0 0 2.5px #0F172A, 0 10px 25px -4px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.service-tile-card.selected::after {
  opacity: 1;
  transform: scale(1);
}

.tile-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #E2E8F0;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-tile-card.selected .tile-icon-box {
  background: #0F172A;
  color: #FFC800;
  transform: scale(1.06);
}

.tile-icon-box svg {
  width: 22px;
  height: 22px;
}

.tile-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

/* Wizard Steps Pane Transition */
.wizard-step {
  display: none;
}

.wizard-step.active {
  display: flex;
  flex-direction: column;
  animation: fadeInStep 0.2s ease forwards;
}

@keyframes fadeInStep {
  from { opacity: 0; }
  to { opacity: 1; }
}

.form-field {
  margin-bottom: 1.15rem;
}

.form-field label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  gap: 0.5rem;
}

.form-field label span:first-child {
  white-space: nowrap;
}

.valid-check-icon {
  color: var(--badge-green);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  display: none;
}

.form-input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: var(--font-family);
  font-size: 0.98rem;
  color: var(--text-dark);
  background: #FFFFFF;
  border: 1.5px solid #D1D5DB;
  border-radius: var(--radius-input);
  outline: none;
  transition: border-color 0.2s ease;
}

.form-input.date-trigger {
  cursor: pointer;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E") no-repeat right 1rem center;
  background-size: 20px 20px;
  padding-right: 2.75rem;
}

.form-input:focus {
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-input.valid {
  border-color: var(--badge-green);
}

textarea.form-input {
  resize: none;
  min-height: 72px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.input-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

/* Buttons */
.btn-submit-yellow {
  width: 100%;
  background: var(--cta-yellow);
  color: #111111;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 1.1rem;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: var(--radius-btn);
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, transform 0.25s ease, box-shadow 0.25s ease;
  margin-top: 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-submit-yellow:hover {
  background: var(--cta-yellow-hover);
}

/* 30-Degree Rotating Arrow Animation on Button Hover */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-left: 0.35rem;
  transition: transform 0.25s ease;
}

.btn-submit-yellow:hover .btn-arrow,
a.btn-submit-yellow:hover .btn-arrow,
.btn-header-cta:hover .btn-arrow {
  transform: rotate(-30deg);
}

/* Disable arrow rotation inside the form wizard */
.hero-form-card .btn-submit-yellow:hover .btn-arrow {
  transform: none !important;
}

.btn-wizard-nav-row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.btn-back-secondary {
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #374151;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0 1.25rem;
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.btn-back-secondary:hover {
  background: #E5E7EB;
  border-color: #D1D5DB;
  color: #111827;
}

.form-disclaimer {
  font-size: 0.76rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.4;
}

.form-disclaimer a {
  color: var(--text-dark);
  text-decoration: underline;
}

.success-box {
  text-align: center;
  padding: 1.5rem 0;
  display: none;
}

.success-box.active {
  display: block;
  animation: successFadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes successFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.success-badge-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
}

.checkmark-svg {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: block;
  stroke-width: 3.5;
  stroke: #00B67A;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #00B67A;
  animation: fillGreen 0.4s ease-in-out 0.4s forwards, scaleCheck 0.3s ease-in-out 0.9s alternate forwards;
}

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke: #00B67A;
  fill: #ECFDF5;
  animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: strokeCheck 0.35s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes strokeCircle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeCheck {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scaleCheck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* --- CALENDAR MODAL POPUP --- */
.calendar-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.calendar-modal-backdrop.active {
  display: flex;
  animation: fadeIn 0.2s ease;
}

.calendar-modal-box {
  background: #FFFFFF;
  width: 100%;
  max-width: 680px;
  border-radius: 20px;
  padding: 2.25rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: popModal 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes popModal {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #F3F4F6;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B5563;
  transition: background 0.2s ease;
}

.modal-close-btn:hover {
  background: #E5E7EB;
}

.calendar-modal-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.calendar-modal-header h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #00A3AD;
}

.calendar-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.calendar-nav-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--cta-blue);
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.calendar-nav-btn:hover {
  background: #F0F6FF;
}

.calendar-nav-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
}

.calendar-months-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.month-container {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 1.25rem;
}

.month-title {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.days-header-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}

.days-number-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  text-align: center;
}

.day-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.day-cell.empty {
  cursor: default;
  pointer-events: none;
}

.day-cell.disabled {
  color: #D1D5DB;
  cursor: not-allowed;
  pointer-events: none;
}

.day-cell:not(.empty):not(.disabled):hover {
  background: #E0E7FF;
  color: var(--cta-blue);
}

.day-cell.day-start-range,
.day-cell.day-end-range,
.day-cell.selected-day {
  background: var(--cta-blue) !important;
  color: #FFFFFF !important;
  font-weight: 800;
  box-shadow: none !important;
  border-radius: 50%;
}

.day-cell.day-in-range {
  background: #E0F2FE !important;
  color: #0369A1 !important;
  font-weight: 700;
  border-radius: 6px;
}

.calendar-range-status-bar {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  color: #374151;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.btn-confirm-calendar {
  width: 100%;
  background: var(--cta-yellow);
  color: #111111;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.95rem 1.5rem;
  border: none;
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: background 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-confirm-calendar:hover {
  background: var(--cta-yellow-hover);
}

/* --- CLEAN SOLID GLYPH FEATURE SECTION (1:1 SCREENSHOT UMZUGSPREISVERGLEICH.DE) --- */
.hero-badges-section {
  background: #FFFFFF;
  padding: 4.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.hero-badges-section h2,
.hero-badges-section .section-heading {
  margin-bottom: 3.5rem !important;
  text-align: center;
}

.badges-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.badge-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.solid-feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #111827;
}

.solid-feature-icon svg {
  width: 56px;
  height: 56px;
  fill: #111827;
}

.badge-card-item h3 {
  font-size: 1.45rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.badge-card-item p {
  font-size: 0.98rem;
  color: #4B5563;
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 8 Umzugsarten Photo Cards */
.types-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.type-photo-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.type-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: #CBD5E1;
}

.type-card-img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #E2E8F0;
}

.type-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.type-photo-card:hover .type-card-img-wrapper img {
  transform: scale(1.03);
}

.type-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex-grow: 1;
}

.type-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
}

.type-card-desc {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.6;
  margin-top: 0.25rem;
}

/* Badge Pill */
.badge-pill {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #EFF6FF;
  color: var(--cta-blue);
  font-weight: 800;
  font-size: 0.85rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

/* Köln Hero Photo Card */
.koeln-hero-card {
  margin-top: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border-color);
  background: #FFFFFF;
  max-width: 440px;
}

.koeln-hero-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.koeln-hero-badge {
  padding: 0.65rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  background: #F8FAFC;
  border-top: 1px solid #F1F5F9;
  line-height: 1.35;
}

.koeln-badge-pin {
  font-size: 1rem;
  flex-shrink: 0;
}

/* Benefits Grid Section */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.benefit-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Clean Centered Benefits Section (User Reference Design - Refined Spacing & Typography) */
.section-vorteile-clean {
  padding: 6rem 0 5.5rem;
  background: #FFFFFF;
}

.section-vorteile-clean h2,
.section-vorteile-clean .section-heading {
  margin-bottom: 3.5rem !important;
  text-align: center;
}

.benefits-grid-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1100px) {
  .benefits-grid-clean {
    gap: 2rem;
  }
}

@media (max-width: 991px) {
  .section-vorteile-clean {
    padding: 2.75rem 0 3.5rem;
  }
  .benefits-grid-clean {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}

@media (max-width: 580px) {
  .section-vorteile-clean {
    padding: 2rem 0 3rem;
  }
  .benefits-grid-clean {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.benefit-item-clean {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}

.benefit-icon-clean {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.85rem;
  color: #111827;
}

.benefit-icon-clean svg {
  width: 48px;
  height: 48px;
  fill: #111827;
}

.benefit-item-clean h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.32;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}

.benefit-item-clean p {
  font-size: 1rem;
  color: #4B5563;
  line-height: 1.65;
  font-weight: 400;
}

.benefit-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.65rem;
}

.benefit-card p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
}

/* --- PREISTABELLE UMZUGSKOSTEN SECTION --- */
.section-preise {
  padding: 5rem 0;
  background: var(--bg-page);
}

.preise-header {
  max-width: 860px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.preise-header h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text-dark);
  margin: 0 0 1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.preise-intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 760px;
  margin: 0 auto;
}

.preise-table-wrapper {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  overflow-x: auto;
  margin-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media (max-width: 768px) {
  .section-preise {
    padding: 2.5rem 0 3rem;
  }

  .preise-header {
    margin: 0 auto 1.15rem;
  }

  .preise-header h2 {
    font-size: 1.55rem !important;
    line-height: 1.25 !important;
    margin: 0 0 0.45rem !important;
    letter-spacing: -0.02em !important;
  }

  .preise-intro {
    font-size: 0.86rem !important;
    line-height: 1.48 !important;
    color: var(--text-muted) !important;
    margin-bottom: 0.85rem !important;
  }

  /* Mobile Swipe Hint Badge - Clean Minimalist Human Design */
  .table-swipe-hint {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #1D70B8;
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    padding: 0.28rem 0.75rem;
    border-radius: 99px;
    margin: 0 auto 0.65rem auto;
    width: fit-content;
  }

  .swipe-icon-svg {
    display: none;
  }

  /* Clean, smooth-scrolling mobile table without overlapping sticky columns */
  .preise-table-wrapper {
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  }

  .preise-table {
    min-width: 520px !important;
  }

  .preise-table th {
    padding: 0.75rem 0.75rem !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
  }

  .preise-table td {
    padding: 0.75rem 0.75rem !important;
    font-size: 0.84rem !important;
    white-space: nowrap !important;
  }

  .preise-table td strong {
    font-size: 0.86rem !important;
  }

  .price-tag,
  .price-tag-alt {
    font-size: 0.82rem !important;
    padding: 0.28rem 0.5rem !important;
    white-space: nowrap !important;
  }
}

.table-swipe-hint {
  display: none;
}

@keyframes swipePulse {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-4px);
  }
  60% {
    transform: translateX(4px);
  }
}

.preise-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 620px;
}

.preise-table th {
  background: #F8FAFC;
  padding: 1.1rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-dark);
  border-bottom: 2px solid #E2E8F0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.preise-table td {
  padding: 1.1rem 1.4rem;
  font-size: 0.98rem;
  color: var(--text-dark);
  border-bottom: 1px solid #F1F5F9;
}

.preise-table tbody tr:last-child td {
  border-bottom: none;
}

.preise-table tbody tr:hover {
  background: #F8FAFC;
}

.price-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: #ECFDF5;
  color: #047857;
  font-weight: 800;
  border-radius: 6px;
  font-size: 0.95rem;
  white-space: nowrap !important;
}

.price-tag-alt {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: #EFF6FF;
  color: #1D4ED8;
  font-weight: 800;
  border-radius: 6px;
  font-size: 0.95rem;
  white-space: nowrap !important;
}

.preise-footer-box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.preise-note {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 820px;
}

@media (max-width: 640px) {
  .preise-footer-box {
    padding: 1.15rem 0.9rem;
    gap: 0.75rem;
    border-radius: 14px;
  }
  .preise-note {
    font-size: 0.82rem;
    line-height: 1.4;
  }
  .preise-footer-box .btn-submit-yellow {
    width: 100% !important;
    font-size: 0.92rem !important;
    padding: 0.78rem 1rem !important;
    justify-content: center;
  }
}

/* --- YELLOW READ MORE TOGGLE SYSTEM --- */
.readmore-wrapper {
  position: relative;
  margin-top: 2rem;
}

.readmore-collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.3s ease;
}

.readmore-wrapper.expanded .readmore-collapsible {
  max-height: 9999px;
  opacity: 1;
  overflow: visible;
  margin-top: 1.5rem;
}

.readmore-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.btn-read-more-yellow {
  background: var(--cta-yellow);
  color: var(--text-dark);
  font-weight: 800;
  font-size: 1rem;
  padding: 0.9rem 2.2rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background 0.2s ease;
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.28);
  font-family: inherit;
}

.btn-read-more-yellow:hover {
  background: var(--cta-yellow-hover);
}

.btn-read-more-yellow .btn-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-weight: 900;
}

/* --- CLEAN ACCORDION GRID SYSTEM --- */
.guide-accordion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.1rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.guide-accordion-item {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.guide-accordion-item:hover {
  border-color: #CBD5E1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.guide-accordion-header {
  width: 100%;
  padding: 1.1rem 1.35rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
  font-family: inherit;
}

.guide-accordion-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.guide-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  flex-shrink: 0;
}

.guide-accordion-svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--text-dark);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-accordion-header h4 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0;
}

.guide-accordion-chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F1F5F9;
  color: #64748B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}

.guide-accordion-chevron svg {
  width: 16px;
  height: 16px;
}

.guide-accordion-item.open .guide-accordion-chevron {
  transform: rotate(180deg);
  background: #0F172A;
  color: #FFFFFF;
}

.guide-accordion-body {
  display: none;
  padding: 0 1.35rem 1.25rem;
  color: var(--text-body);
  font-size: 0.94rem;
  line-height: 1.6;
  border-top: 1px solid #F1F5F9;
  margin-top: 0.25rem;
  padding-top: 1rem;
}

.guide-accordion-item.open .guide-accordion-body {
  display: block;
  animation: fadeIn 0.2s ease;
}

/* --- FEATURED GUIDE ACCORDION ITEMS (STANDOUT MAJOR TOPICS) --- */
.featured-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

.featured-guide-item {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1.5px solid #CBD5E1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.featured-guide-item:hover {
  border-color: #00A3AD;
  box-shadow: 0 8px 22px rgba(0, 163, 173, 0.12);
  transform: translateY(-2px);
}

.featured-guide-item .guide-accordion-header {
  padding: 1.25rem 1.4rem;
}

.featured-guide-item .guide-accordion-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #EFF6FF;
  border: 1px solid #DBEAFE;
}

.featured-guide-item .guide-accordion-svg {
  stroke: #00A3AD;
  width: 22px;
  height: 22px;
}

.featured-guide-item .guide-accordion-header h4 {
  font-size: 1.08rem;
  font-weight: 900;
  color: #0F172A;
}

.featured-guide-item .guide-accordion-chevron {
  width: 32px;
  height: 32px;
  background: #E2E8F0;
  color: #334155;
}

.featured-guide-item.open {
  border-color: #00A3AD;
  box-shadow: 0 8px 24px rgba(0, 163, 173, 0.12);
}

.featured-guide-item.open .guide-accordion-chevron {
  background: #00A3AD;
  color: #FFFFFF;
}

/* --- RICH TEXT EXPLANATORY SECTIONS (PDF 1:1 CONTENT) --- */
.section-info-guide {
  margin-top: 3.5rem;
}

.info-guide-title-block {
  margin-bottom: 2rem;
}

.info-guide-title-block h3 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.info-guide-title-block p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.info-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
  margin-bottom: 3rem;
}

.info-guide-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.info-guide-card h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.info-guide-card p {
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.65;
}

/* Sleek Checkmark Grid System (Replacing AI Bullet Dots) */
.info-guide-checklist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.25rem;
  margin: 1rem 0 1.25rem;
  padding: 0;
}

.info-guide-checklist li {
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.checklist-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ECFDF5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --- ULTRA-CLEAN ELEGANT EDITORIAL WHY COMPARE CARD --- */
.why-compare-premium-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 2.5rem 2.5rem 2.25rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
  margin-top: 1rem;
}

.why-compare-premium-card h4 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.75rem;
  letter-spacing: -0.015em;
}

.why-compare-premium-card p.why-compare-intro {
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.criteria-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 2rem;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  list-style: none;
}

@media (max-width: 640px) {
  .criteria-pill-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.criteria-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1E293B;
  background: transparent;
  border: none;
  padding: 0;
}

.criteria-pill-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ECFDF5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.criteria-pill-check svg {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex-shrink: 0;
}

.why-compare-conclusion {
  font-size: 0.98rem;
  color: #334155;
  line-height: 1.7;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #E2E8F0;
}

/* Clean Minimalist Claim Line (No Star, No White Box) */
.claim-simple-line {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.claim-simple-text {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
}

/* --- STUNNING 2-COLUMN WHY COMPARE SHOWCASE --- */
.why-compare-showcase {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .why-compare-showcase {
    grid-template-columns: 1fr;
  }
}

.why-compare-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 580px) {
  .why-compare-cards-grid {
    grid-template-columns: 1fr;
  }
}

.why-compare-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.why-compare-card:hover {
  border-color: #CBD5E1;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.07);
}

.why-compare-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
}

.why-compare-card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--text-dark);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-compare-card h4 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0;
}

.why-compare-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.why-compare-cta-card {
  background: #0F172A;
  border-radius: 16px;
  padding: 2.25rem 2rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 12px 30px -5px rgba(15, 23, 42, 0.2);
  position: relative;
  overflow: hidden;
}

.why-compare-cta-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.why-compare-badge {
  display: inline-block;
  background: rgba(255, 204, 0, 0.15);
  color: var(--cta-yellow);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.why-compare-cta-card h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.why-compare-cta-card p {
  font-size: 0.94rem;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0;
}

.why-compare-claim-strip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #F8FAFC;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.why-compare-claim-strip svg {
  width: 18px;
  height: 18px;
  color: var(--cta-yellow);
  flex-shrink: 0;
}

/* Bottom Banner CTA - 100% Consistent with Design System */
.bottom-cta-banner {
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 5rem 0;
  margin-top: 4rem;
}

.bottom-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: center;
}

.bottom-cta-img-box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.bottom-cta-img-box img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
}

.bottom-cta-content h2 {
  font-size: 2.2rem;
  color: var(--text-dark);
  font-weight: 900;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.bottom-cta-content h3 {
  font-size: 1.25rem;
  color: var(--badge-green);
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.bottom-cta-content p {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-body);
  margin-bottom: 2rem;
}

/* General Sections */
.section {
  padding: 4.5rem 0;
}

.section-white {
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.section-title-wrapper {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-title-wrapper h2 {
  margin-bottom: 0.75rem;
}

.section-title-wrapper p {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* 2-COLUMN DACHDECKER-STYLE FAQ LAYOUT CARD */
.section-faq-layout {
  padding: 4.5rem 0;
  background: linear-gradient(to bottom, rgba(244, 245, 248, 0.88), rgba(244, 245, 248, 0.94)), url('../assets/moving_bright_white_bg.webp') center/cover no-repeat;
  position: relative;
}

.faq-card-box {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3.5rem;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.faq-left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.faq-left-col h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.2;
}

.faq-left-col p {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.6;
}

.faq-right-col {
  display: flex;
  flex-direction: column;
}

.faq-item-row {
  border-bottom: 1px solid #E5E7EB;
}

.faq-item-row:last-child {
  border-bottom: none;
}

.faq-question-btn {
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s ease;
}

.faq-question-btn:hover {
  color: var(--cta-blue);
}

.faq-chevron-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F3F4F6;
  color: #4B5563;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-chevron-circle svg {
  width: 16px;
  height: 16px;
}

.faq-item-row.open .faq-chevron-circle {
  transform: rotate(180deg);
  background: var(--cta-blue);
  color: #FFFFFF;
}

.faq-answer-pane {
  display: none;
  padding-bottom: 1.25rem;
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-item-row.open .faq-answer-pane {
  display: block;
  animation: fadeIn 0.2s ease;
}

/* Footer (Sleek Slate Grey Across All Pages) */
.site-footer {
  background-color: #F1F5F9 !important;
  border-top: 1px solid #E2E8F0 !important;
  padding: 3rem 0 1.5rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.footer-brand-col {
  max-width: 320px;
}

.footer-nav-cols {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
}

.footer-col-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  list-style: none;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--cta-blue);
}

.footer-bottom-bar {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* --- COMPREHENSIVE MOBILE RESPONSIVE SYSTEM --- */
@media (max-width: 1024px) {
  .badges-grid-3,
  .badges-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
  .types-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 960px) {
  .site-header {
    height: 70px;
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
  }
  .hero-bg-side {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100% !important;
    height: 250px !important;
    max-width: 100% !important;
    opacity: 0.26 !important;
    background-size: cover !important;
    background-position: center 20% !important;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%) !important;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%) !important;
    pointer-events: none;
    z-index: 0;
  }
  .hero-bg-entruempelung {
    background-image: url('../assets/photo_schnelle_entruempelung.webp') !important;
    background-position: center center !important;
    opacity: 0.26 !important;
  }
  .hero-bg-koeln,
  .hero-bg-entruempelung-koeln {
    background-image: url('../assets/photo_koeln_hd.webp') !important;
    background-position: center bottom !important;
    opacity: 0.35 !important;
  }
  .hero-section,
  .hero-section.hero-has-photo {
    padding: 1.15rem 0 2rem;
    background: 
      radial-gradient(circle 310px at 50% 10%, rgba(254, 240, 138, 0.27) 0%, rgba(254, 240, 138, 0) 75%),
      radial-gradient(circle 350px at 50% 85%, rgba(0, 163, 173, 0.10) 0%, rgba(0, 163, 173, 0) 75%),
      var(--bg-page) !important;
    position: relative;
    overflow: hidden;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  /* display: contents allows h1, hero-highlights, trust-seal to order around hero-form-card */
  .hero-left,
  .hero-right {
    display: contents;
  }
  .hero-left h1 {
    order: 1;
    text-align: center;
    font-size: 1.45rem;
    line-height: 1.26;
    margin-bottom: 0.15rem;
  }
  .hero-intro {
    display: none;
  }
  .hero-highlights {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto 0.35rem;
    gap: 0.4rem;
  }
  .highlight-item {
    font-size: 0.88rem;
    font-weight: 600;
    gap: 0.5rem;
    color: var(--text-dark);
  }
  .highlight-check {
    font-size: 1rem;
    font-weight: 900;
    color: var(--badge-green);
  }
  .arrow-pointing {
    display: none;
  }
  .koeln-hero-card {
    display: none;
  }
  .hero-form-card {
    order: 3;
  }
  /* Trust seal moves BELOW the form on mobile - seamless organic layout */
  .hero-trust-bar,
  .trust-seal-wrapper {
    order: 4;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 0.85rem;
    padding: 0.5rem 0.25rem;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .trust-seal-img {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
  }
  .trust-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--text-dark);
  }
  .trust-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.4;
  }
  
  .faq-card-box {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding: 2.25rem 1.5rem;
    border-radius: 18px;
  }
  .faq-left-col h2 {
    font-size: 1.75rem;
  }
  .faq-left-col a {
    width: 100% !important;
    justify-content: center;
  }

  .bottom-cta-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 680px) {
  .calendar-modal-backdrop {
    padding: 0.5rem;
  }
  .calendar-modal-box {
    padding: 1.5rem 1.15rem;
    border-radius: 16px;
    max-height: 92vh;
    overflow-y: auto;
  }
  .calendar-modal-header h3 {
    font-size: 1.35rem;
  }
  .calendar-months-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .month-container {
    padding: 1rem 0.75rem;
  }
  .day-cell {
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 60px;
  }
  .header-wrapper {
    padding: 0 0.85rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .brand-logo-clean {
    font-size: 1.12rem !important;
    gap: 0.35rem !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
  }
  .brand-logo-img {
    height: 30px !important;
    width: auto !important;
    flex-shrink: 0 !important;
  }
  .nav-links {
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }
  .nav-links a:not(.btn-header-cta) {
    display: none !important;
  }
  .btn-header-cta {
    padding: 0.42rem 0.68rem !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
    white-space: nowrap !important;
    letter-spacing: -0.01em !important;
    flex-shrink: 0 !important;
  }

  .hero-form-card {
    padding: 1.35rem 1.15rem !important;
    border-radius: 16px !important;
    min-height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .hero-form-card form {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .wizard-step.active {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  #btnNext1,
  .btn-wizard-nav-row {
    margin-top: auto !important;
    padding-top: 0.85rem !important;
  }
  
  .form-step-title {
    font-size: 1.28rem !important;
    line-height: 1.26 !important;
    margin-bottom: 0.95rem !important;
  }

  .form-head-sub {
    font-size: 0.92rem !important;
    margin-bottom: 1.15rem !important;
  }

  .form-input {
    font-size: 16px !important; /* Prevents auto-zoom on iOS Safari! */
    padding: 0.8rem 0.9rem !important;
  }
  
  .service-tiles-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
    margin-top: 0.4rem !important;
    margin-bottom: 1.25rem !important;
    min-width: 0 !important;
  }
  .service-tile-card {
    padding: 0.9rem 0.75rem !important;
    min-width: 0 !important;
    min-height: 88px !important;
    overflow: hidden !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    gap: 0.65rem !important;
    border-radius: 14px !important;
  }
  .tile-icon-box {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
  }
  .tile-icon-box svg {
    width: 20px !important;
    height: 20px !important;
  }
  .tile-title {
    font-size: 0.86rem !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    text-align: left !important;
  }

  .input-grid-2 {
    grid-template-columns: 1fr;
  }

  .btn-submit-yellow {
    font-size: 1rem;
    padding: 0.85rem;
  }

  .hero-badges-section h2,
  .hero-badges-section .section-heading,
  .section-vorteile-clean h2,
  .section-vorteile-clean .section-heading {
    margin-bottom: 2.75rem !important;
  }

  .badges-grid-3,
  .badges-grid-4 {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
  .badge-card-item {
    padding: 0 1.25rem;
  }
  .badge-card-item p {
    max-width: 320px;
    margin: 0 auto;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .types-photo-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .type-card-img-wrapper {
    height: 170px;
  }

  .transora-cta-content h2 {
    font-size: 1.65rem;
  }
  .btn-transora-slate {
    width: 100%;
    justify-content: center;
  }

  .bottom-cta-content h2 {
    font-size: 1.7rem !important;
  }
  .bottom-cta-content h3 {
    font-size: 1.05rem !important;
  }
  .bottom-cta-content p {
    font-size: 0.95rem !important;
  }
  .bottom-cta-content .btn-submit-yellow {
    width: 100% !important;
    font-size: 1.02rem !important;
    padding: 0.92rem 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 0.4rem !important;
  }

  .footer-top {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 0.75rem;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .header-wrapper {
    padding: 0 0.65rem !important;
  }
  .brand-logo-clean {
    font-size: 1.05rem !important;
    gap: 0.25rem !important;
  }
  .brand-logo-img {
    height: 26px !important;
  }
  .btn-header-cta {
    font-size: 0.70rem !important;
    padding: 0.38rem 0.55rem !important;
  }
  .tile-title {
    font-size: 0.82rem !important;
  }
}

/* --- STICKY FLOATING BOTTOM CONVERSION BAR (SCROLL TRIGGERED) --- */
.sticky-bottom-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(140px) translateZ(0);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  width: calc(100% - 2.5rem);
  max-width: 760px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
  will-change: transform, opacity;
}

.sticky-bottom-bar.visible {
  transform: translateX(-50%) translateY(0) translateZ(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-bar-content {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 1.25rem 2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14), 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.sticky-text-group {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}

.sticky-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.2;
}

.sticky-arrow-svg {
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: -22px;
  right: -5px;
}

.sticky-action-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
}

.sticky-btn-yellow {
  background: var(--cta-yellow);
  color: #111111;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.85rem 1.75rem;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease;
  white-space: nowrap;
}

.sticky-btn-yellow:hover {
  background: var(--cta-yellow-hover);
}

.sticky-trust-note {
  font-size: 0.82rem;
  color: #4B5563;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .sticky-bottom-bar {
    bottom: 12px;
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    transform: translateY(140px) translateZ(0);
  }
  .sticky-bottom-bar.visible {
    transform: translateY(0) translateZ(0);
  }
  .sticky-bar-content {
    flex-direction: column;
    padding: 0.85rem 1rem !important;
    gap: 0.55rem !important;
    border-radius: 16px !important;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .sticky-title {
    font-size: 0.98rem !important;
    font-weight: 800 !important;
  }
  .sticky-title br {
    display: none;
  }
  .sticky-arrow-svg {
    display: none;
  }
  .sticky-action-group {
    align-items: center;
    width: 100%;
    gap: 0.35rem !important;
  }
  .sticky-btn-yellow {
    width: 100%;
    text-align: center;
    font-size: 0.94rem !important;
    padding: 0.72rem !important;
    border-radius: 10px !important;
  }
  .sticky-trust-note {
    font-size: 0.74rem !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* --- PLZ & CITY AUTOCOMPLETE DROPDOWN --- */
.plz-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.06);
  z-index: 1050;
  display: none;
  overflow: hidden;
  max-height: 220px;
  overflow-y: auto;
}

.plz-dropdown-item {
  padding: 0.7rem 1rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transition: background 0.15s ease;
  border-bottom: 1px solid #F1F5F9;
}

.plz-dropdown-item:last-child {
  border-bottom: none;
}

.plz-dropdown-item:hover,
.plz-dropdown-item.active {
  background: #EFF6FF;
  color: var(--cta-blue);
}

.plz-badge {
  font-weight: 800;
  color: var(--cta-blue);
  background: #E0F2FE;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.82rem;
  font-family: inherit;
  letter-spacing: 0.02em;
}

/* --- GLYPH FEATURE CARDS & SVG SIZE SAFEGUARDS --- */
.section-benefits-glyphs {
  padding: 3.5rem 0;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.glyphs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.glyph-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #FFFFFF;
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.glyph-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #0F172A;
  color: #FFC800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.glyph-svg,
svg.glyph-svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  fill: currentColor !important;
  display: block !important;
}

.glyph-title {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.35rem;
}

.glyph-desc {
  font-size: 0.88rem;
  color: #64748B;
  line-height: 1.45;
}

.city-name {
  font-weight: 600;
}



