/* 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__list {
  margin: 0 0 2.75rem;
  scroll-margin-top: calc(var(--fr-header-h, 80px) + 1rem);
}

.fr-preise__list > h3 {
  margin: 0 0 0.65rem;
  text-align: center;
  font-family: Epilogue, "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: #222;
  line-height: 1.3;
}

.fr-preise__list-lead {
  margin: 0 auto 1.5rem;
  max-width: 46rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: #555;
}

.fr-preise__list > h4 {
  margin: 1.75rem 0 0.75rem;
  font-family: Epilogue, "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #222;
}

.fr-preise__list-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 0.5rem;
}

.fr-preise__list-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
  color: #222;
}

.fr-preise__list-table th,
.fr-preise__list-table td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
}

.fr-preise__list-table th {
  font-weight: 700;
  color: #444;
  background: #f7f7f9;
  white-space: nowrap;
}

.fr-preise__list-table td:nth-child(3),
.fr-preise__list-table td:nth-child(4),
.fr-preise__list-table td:nth-child(5),
.fr-preise__list-table th:nth-child(3),
.fr-preise__list-table th:nth-child(4),
.fr-preise__list-table th:nth-child(5) {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.fr-preise__list-table tbody tr:hover {
  background: #fafafc;
}

.fr-preise__extras {
  max-width: 36rem;
  margin: 0 auto 2.75rem;
  scroll-margin-top: calc(var(--fr-header-h, 80px) + 1rem);
}

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

.fr-preise__extras-lead {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: #555;
}

.fr-preise__extras-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #222;
}

.fr-preise__extras-table th,
.fr-preise__extras-table td {
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.fr-preise__extras-table th {
  font-weight: 700;
  color: #444;
  background: #f7f7f9;
}

.fr-preise__extras-table td:last-child,
.fr-preise__extras-table th:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.fr-preise__extras-note {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

.fr-preise__extras-note a {
  color: #3c43ed;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.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;
  }
}
