/* Phase 3: gemeinsame Informationsarchitektur, Accessibility und Sollseiten */
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 10000;
  padding: .75rem 1rem;
  border-radius: .35rem;
  background: #fff;
  color: #0a1628;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .15s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

main:focus {
  outline: none;
}

[hidden] {
  display: none !important;
}

.v3-breadcrumb {
  padding: 7rem max(1.25rem, calc((100% - 1180px) / 2)) 0;
  color: #5e6e7e;
  font-size: .9rem;
}

.v3-breadcrumb a {
  color: #4a6d8a;
  text-decoration: none;
}

.v3-breadcrumb a:hover,
.v3-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.v3-breadcrumb span[aria-hidden="true"] {
  margin: 0 .5rem;
}

.v3-hero {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 5rem;
  background: linear-gradient(135deg, #0a1628 0%, #1a3050 100%);
  color: #fff;
}

.v3-hero--home {
  padding-top: 9rem;
}

.v3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.v3-hero__copy {
  max-width: 820px;
}

.v3-kicker {
  margin: 0 0 1rem;
  color: #d4c5b0;
  font-family: "Fira Sans", sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.v3-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5.5vw, 4.65rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
  hyphens: manual;
}

.v3-lead {
  max-width: 780px;
  margin: 1.5rem 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.v3-hero .v3-lead {
  color: #e6edf4;
}

.v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.v3-trustline {
  margin: 1.6rem 0 0;
  color: #c8d6e5;
  font-size: .92rem;
}

.v3-portrait {
  width: min(100%, 420px);
  justify-self: center;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .28);
}

.v3-section {
  padding: 5rem 0;
  background: #fff;
  color: #0f1923;
}

.v3-section--light {
  background: #f5f7f9;
}

.v3-section--sand {
  background: #ede8e0;
}

.v3-section--dark {
  background: #0a1628;
  color: #fff;
}

.v3-section--dark h2,
.v3-section--dark h3 {
  color: #fff;
}

.v3-section h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
}

.v3-section-intro {
  max-width: 780px;
  margin: 1.25rem 0 0;
  color: #5e6e7e;
  font-size: 1.1rem;
  line-height: 1.7;
}

.v3-section--dark .v3-section-intro {
  color: #c8d6e5;
}

.v3-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.v3-card {
  min-width: 0;
  padding: 1.6rem;
  border: 1px solid #dfe5eb;
  border-radius: .8rem;
  background: #fff;
  box-shadow: 0 .4rem 1.5rem rgba(10, 22, 40, .05);
  overflow-wrap: anywhere;
}

.v3-card h3 {
  margin: 0 0 .7rem;
  color: #0a1628;
  font-size: 1.2rem;
}

.v3-card p:last-child,
.v3-card ul:last-child {
  margin-bottom: 0;
}

.v3-card--dark {
  border-color: rgba(255, 255, 255, .16);
  background: #1a3050;
  color: #e6edf4;
}

.v3-card--dark h3 {
  color: #fff;
}

.v3-offer-card {
  display: flex;
  flex-direction: column;
}

.v3-offer-card .v3-actions {
  margin-top: auto;
  padding-top: 1.25rem;
}

.v3-label {
  margin: 0 0 .45rem;
  color: #4a6d8a;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v3-list {
  display: grid;
  gap: .75rem;
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
}

.v3-steps {
  counter-reset: v3-step;
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.v3-steps li {
  counter-increment: v3-step;
  position: relative;
  min-height: 3rem;
  padding: .75rem 1rem .75rem 4rem;
  border-left: 2px solid #d4c5b0;
  background: rgba(255, 255, 255, .55);
}

.v3-steps li::before {
  content: counter(v3-step);
  position: absolute;
  top: .55rem;
  left: .9rem;
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 50%;
  background: #0a1628;
  color: #fff;
  font-weight: 700;
}

.v3-callout {
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: .3rem solid #5a7d9a;
  background: #f5f7f9;
}

.v3-section--dark .v3-callout {
  background: rgba(255, 255, 255, .08);
}

.v3-cta {
  text-align: center;
}

.v3-cta .v3-actions {
  justify-content: center;
}

.v3-booking {
  max-width: 860px;
  margin: 2.5rem auto 0;
  padding: 1.5rem;
  border-radius: .8rem;
  background: #fff;
}

.v3-faq {
  max-width: 900px;
  margin-top: 2.5rem;
}

.v3-faq .faq-item {
  border-bottom: 1px solid #dfe5eb;
}

.v3-faq .faq-question {
  width: 100%;
  padding: 1.25rem 0;
  border: 0;
  background: transparent;
  color: #0a1628;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.v3-faq .faq-answer {
  padding: 0 0 1.25rem;
}

.nav-links a[aria-current="page"],
.nav-mobile-menu a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: .35rem;
}

@media (min-width: 640px) {
  .v3-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .v3-hero__grid--portrait {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr);
  }
}

@media (max-width: 767px) {
  .v3-breadcrumb {
    padding-top: 5.5rem;
  }

  .v3-hero,
  .v3-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .v3-hero--home {
    padding-top: 7.5rem;
  }

  .v3-hero h1 {
    font-size: 1.9rem;
    line-height: 1.08;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
