/* ==========================================================================
   Pages — Landing page styles: Breadcrumb, Hero, Benefits, City Cards, Text
   ========================================================================== */

/* BREADCRUMB */
.breadcrumb-nav {
  padding: 100px 0 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
}
.breadcrumb-list {
  list-style: none; margin: 0; padding: 20px 0;
  display: flex; align-items: center; gap: 6px;
  font-size: .88rem;
}
.breadcrumb-list a {
  color: rgba(255,255,255,0.65); text-decoration: none;
  transition: color .2s;
}
.breadcrumb-list a:hover { color: var(--sky); }
.breadcrumb-list li + li::before {
  content: '/'; color: rgba(255,255,255,0.35); margin-right: 4px; font-size: .8rem;
}
.breadcrumb-list .current { color: #fff; font-weight: 500; }

/* PAGE HERO — Compact */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #0c4a7a 100%);
  padding: 0 0 64px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -40%; right: -15%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero .section-label { margin-bottom: 16px; margin-top: 12px; }
.page-hero-title {
  font-family: var(--font-display); font-size: 2.8rem;
  font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 16px;
}
.page-hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,0.7);
  max-width: 600px; margin-bottom: 32px; line-height: 1.7;
}
.page-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* BENEFITS GRID */
.benefits-section { padding: 80px 0; }
.benefit-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 24px;
  display: flex; align-items: flex-start; gap: 16px;
  transition: all .3s; height: 100%;
}
.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15,23,42,0.06);
  border-color: var(--sky);
}
.benefit-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--sky-glow); display: flex;
  align-items: center; justify-content: center;
  color: var(--sky); flex-shrink: 0;
}
.benefit-icon svg { width: 20px; height: 20px; }
.benefit-icon i.bi { font-size: 1.15rem; }
.benefit-card:hover .benefit-icon { background: var(--sky); color: #fff; }
.benefit-text { font-size: .95rem; color: var(--gray-600); font-weight: 500; line-height: 1.5; }

/* DESCRIPTION SECTION */
.desc-section {
  padding: 80px 0;
  background: var(--light);
}
.desc-section h2 {
  font-family: var(--font-display);
  font-size: 1.8rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 20px;
}
.desc-section p {
  font-size: 1.05rem; color: var(--gray-600);
  line-height: 1.8; max-width: 720px;
}

/* MID-CTA */
.mid-cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 56px 0; text-align: center;
}
.mid-cta h2 {
  font-family: var(--font-display);
  font-size: 1.8rem; color: #fff; margin-bottom: 12px;
}
.mid-cta p {
  color: rgba(255,255,255,0.7); font-size: 1rem;
  margin-bottom: 24px;
}

/* RELATED SERVICES */
.related-section { padding: 80px 0; }
.related-section .section-title { font-size: 2rem; }

/* CITY LINKS GRID */
.city-links-section {
  padding: 80px 0; background: var(--light);
}
.city-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 20px 24px;
  text-decoration: none; color: var(--gray-900);
  display: flex; align-items: center; justify-content: space-between;
  transition: all .3s; font-weight: 600; font-size: .95rem;
}
.city-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15,23,42,0.06);
  border-color: var(--sky); color: var(--sky);
}
.city-card .arrow {
  color: var(--sky); font-size: 1.1rem;
  transition: transform .2s;
}
.city-card:hover .arrow { transform: translateX(4px); }
.city-card-info {
  font-size: .8rem; color: var(--gray-400);
  font-weight: 500; margin-top: 2px;
}

/* FINAL CTA — re-use .cta-section */

/* ---- CITY PAGE specifics ---- */
.route-info {
  padding: 80px 0;
}
.route-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 32px;
  text-align: center; height: 100%;
}
.route-card-num {
  font-size: 2rem; font-weight: 700;
  color: var(--sky); margin-bottom: 4px;
}
.route-card-label {
  font-size: .9rem; color: var(--gray-500); font-weight: 500;
}

/* SERVICES OVERVIEW */
.services-overview { padding: 80px 0; }
.services-overview .service-card { cursor: pointer; }
.services-overview .service-card:hover { border-color: var(--sky); }
.service-cat-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--sky-glow);
}

/* LEGAL PAGES (Impressum, Datenschutz, AGB) */
.legal-section {
  padding: 24px 0 80px;
  min-height: 80vh;
}
.legal-section h2 {
  font-size: 1.2rem; font-weight: 700;
  margin-top: 32px; margin-bottom: 8px;
  color: var(--gray-900);
}
.legal-section h3 {
  font-size: 1.05rem; font-weight: 600;
  margin-top: 20px; margin-bottom: 6px;
  color: var(--gray-900);
}
.legal-section p {
  font-size: .95rem; color: var(--gray-600);
  line-height: 1.75; margin-bottom: 12px;
}
.legal-section a:not(.btn-fancy) { color: var(--sky); }
.legal-section a:not(.btn-fancy):hover { text-decoration: underline; }
.legal-section ul {
  margin: 12px 0; padding-left: 20px;
  color: var(--gray-600);
}
.legal-section ul li { margin-bottom: 4px; font-size: .95rem; }
.legal-back {
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid var(--gray-200);
}

/* ---- SERVICE PAGE V2 ---- */

/* DESCRIPTION + PHOTO */
.service-desc {
  padding: 80px 0;
  background: var(--light);
}
.service-desc__title {
  font-family: var(--font-display);
  font-size: 1.8rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 20px;
}
.service-desc__text p {
  font-size: 1.05rem; color: var(--gray-600);
  line-height: 1.8; margin-bottom: 16px;
}
.service-desc__img {
  width: 100%; height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(15,23,42,0.1);
}

/* Bullet list with check icons */
.desc-bullets ul {
  list-style: none; padding: 0; margin: 24px 0 0;
}
.desc-bullets ul li {
  position: relative; padding-left: 32px;
  font-size: 1rem; color: var(--gray-700);
  line-height: 1.7; margin-bottom: 10px;
  font-weight: 500;
}
.desc-bullets ul li::before {
  content: '\F26A'; /* bi-check-circle-fill */
  font-family: 'bootstrap-icons';
  position: absolute; left: 0; top: 2px;
  color: var(--sky); font-size: 1.1rem;
}

/* FEATURES / SERIENAUSSTATTUNG */
.service-features {
  padding: 80px 0;
}
.feature-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 28px 24px;
  text-align: center; transition: all .3s; height: 100%;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}
.feature-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--sky-glow); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 16px; color: var(--sky); font-size: 1.3rem;
}
.feature-card:hover .feature-card__icon {
  background: var(--sky); color: #fff;
}
.feature-card__title {
  font-size: 1.2rem; font-weight: 700;
  margin-bottom: 8px; color: var(--gray-900);
}
.feature-card__desc,
.feature-card__desc p,
.feature-card__desc div {
  font-size: .9rem !important; color: var(--gray-500);
  line-height: 1.6; margin: 0; font-weight: 400;
}
.feature-card__desc p { margin-bottom: 0; }
.feature-card__desc strong {
  display: block; font-weight: 600; color: var(--gray-700);
  font-size: .95rem !important; margin-bottom: 6px;
}
.feature-card__title,
.feature-card__title span {
  font-size: 1.2rem !important;
}

/* PRICING */
.service-pricing {
  padding: 80px 0;
  background: var(--light);
}
.pricing-table-wrap { margin-bottom: 32px; }
.pricing-table {
  width: 100%; border-collapse: collapse;
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--gray-200);
  margin-bottom: 16px;
}
.pricing-table thead th {
  background: var(--navy); color: #fff;
  padding: 14px 20px; font-weight: 600;
  font-size: .9rem; text-align: left;
}
.pricing-table tbody td {
  padding: 12px 20px; font-size: .95rem;
  color: var(--gray-700); border-bottom: 1px solid var(--gray-100);
}
.pricing-table tbody tr:nth-child(even) td {
  background: var(--light);
}
.pricing-table tbody tr:hover td {
  background: var(--sky-glow);
}
.pricing-table tbody td:last-child {
  font-weight: 700; color: var(--sky);
  white-space: nowrap;
}
.pricing-table-note {
  font-size: .85rem; color: var(--gray-500);
  line-height: 1.6; margin-top: 12px;
}

/* City grid (replaces pricing table on main flughafen-transfer) */
.city-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.city-grid li {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 14px 18px;
  font-size: .95rem; font-weight: 500; color: var(--gray-700);
  transition: all .25s;
}
.city-grid li:hover {
  border-color: var(--sky); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
}
.city-grid li a {
  color: var(--gray-900); text-decoration: none; font-weight: 600;
}
.city-grid li a:hover { color: var(--sky); }
.city-grid li a .bi { color: var(--sky); margin-right: 4px; font-size: .85rem; }
.city-grid li small { color: var(--gray-400); font-weight: 400; font-size: .82rem; }
@media (max-width: 576px) {
  .city-grid { grid-template-columns: 1fr; }
}

/* Pricing extras */
.pricing-extras:empty { display: none; }
.pricing-extras {
  margin-top: 32px; padding: 24px;
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius);
}
.pricing-extras h3 {
  font-size: 1.1rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 12px;
}
.pricing-extras ul {
  list-style: none; padding: 0; margin: 0;
}
.pricing-extras ul li {
  padding: 8px 0; font-size: .95rem;
  color: var(--gray-600); border-bottom: 1px solid var(--gray-100);
}
.pricing-extras ul li:last-child { border-bottom: none; }

/* Pricing note */
.pricing-note {
  margin-top: 24px; padding: 20px 24px;
  background: linear-gradient(135deg, rgba(14,165,233,0.05), rgba(14,165,233,0.1));
  border-left: 3px solid var(--sky);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.pricing-note p {
  font-size: .95rem; color: var(--gray-600);
  line-height: 1.7; margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .page-hero-title { font-size: 2.2rem; }
  .breadcrumb-nav { padding-top: 80px; }
  .service-desc__img { margin-top: 32px; }
}
@media (max-width: 576px) {
  .page-hero-title { font-size: 1.8rem; }
  .page-hero { padding-bottom: 48px; }
  .benefits-section,
  .desc-section,
  .related-section,
  .city-links-section,
  .route-info,
  .services-overview,
  .service-desc,
  .service-features,
  .service-pricing { padding: 56px 0; }
  .mid-cta { padding: 40px 0; }
  .service-desc__title { font-size: 1.5rem; }
  .feature-card { padding: 24px 18px; }
  .feature-card__title { font-size: 1.1rem; }
  .feature-card__desc { font-size: .85rem; line-height: 1.6; }
  .pricing-table thead th { padding: 12px 14px; }
  .pricing-table tbody td { padding: 10px 14px; font-size: .9rem; }
}
