/* Preise page — match WP /preise/ layout */

.page-preise .site-main {
  padding-top: 0;
}

.site-page-banner--preise {
  background:
    linear-gradient(180deg, rgba(11, 0, 51, 0.42) 0%, rgba(11, 0, 51, 0.55) 100%),
    url("../img/wien-flughafen-taxi-preise.webp") center / cover no-repeat;
}

.fr-preise {
  padding: 2.5rem 0 1.5rem;
  background: #fff;
}

.fr-preise__inner {
  max-width: 1260px;
}

.fr-preise__title {
  margin: 0 0 0.85rem;
  text-align: center;
  font-family: "DM Sans", Epilogue, sans-serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  color: #222;
  line-height: 1.25;
}

.fr-preise__lead {
  margin: 0 auto 1.35rem;
  max-width: 48rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #444;
}

.fr-preise__cta-wrap {
  margin: 0 0 2rem;
  text-align: center;
}

.fr-preise__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 15px 38px 14px;
  border-radius: 4px;
  background: #adf1d2;
  color: #0b0033;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.fr-preise__cta:hover {
  background: #3c43ed;
  color: #fff;
}

.fr-preise__cars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 2.75rem;
}

.fr-preise__car {
  text-align: center;
}

.fr-preise__car img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 0.75rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.fr-preise__from {
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: #3c42ec;
  line-height: 1.35;
}

.fr-preise__from strong {
  font-weight: 700;
  color: #3c42ec;
}

.fr-preise__from em {
  font-style: italic;
  color: #3c42ec;
}

.fr-preise__calc-head {
  text-align: center;
  margin: 0 0 1.25rem;
  scroll-margin-top: calc(var(--fr-header-h, 80px) + 1rem);
}

.fr-preise__calc-head h3 {
  margin: 0 0 0.65rem;
  font-family: Epilogue, "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: #222;
}

.fr-preise__calc-head p {
  margin: 0 auto;
  max-width: 40rem;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.55;
}

.fr-preise-phone {
  margin-top: 3.75rem;
  padding: 0;
  background:
    url("../img/preise-phone-bg.jpeg") center / cover no-repeat;
}

.fr-preise-phone__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  background: #fff;
}

.fr-preise-phone__inner img {
  flex: 0 0 auto;
  width: 102px;
  max-width: 154px;
  height: auto;
}

.fr-preise-phone__inner p {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #2f3238;
  line-height: 1.4;
}

.fr-preise-phone__inner a {
  color: #3c43ed;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.fr-preise-phone__inner a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .fr-preise__cars {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .fr-preise {
    padding: 1.75rem 0 1rem;
  }

  .fr-preise-phone__inner {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1rem;
  }

  .fr-preise-phone__inner a {
    display: inline-block;
    margin-top: 0.15rem;
  }
}
