/* ========================================================================== 
   SKYTIME – CHECKLISTE
   Vorbereitung, Unterlagen, Wetter und Anfahrt zum Rundflug.
   ========================================================================== */

.page-hero-checklist {
  background-image:
    linear-gradient(90deg, rgb(7 25 43 / 80%) 0%, rgb(7 25 43 / 54%) 44%, rgb(7 25 43 / 14%) 76%),
    url("../old_picture_stuff/X-Citor Außen/IMG_099631.jpg");
  background-position: center 72%;
  background-size: cover;
}

@media (min-width: 1500px) {
  .page-hero-checklist .page-hero-copy {
    margin-left: max(
      clamp(96px, calc((100vw - 1728px) / 2), 180px),
      calc((100vw - 2800px) / 2)
    );
  }
}

.checklist-intro {
  max-width: 760px;
}

.checklist-intro p {
  margin: 0 0 18px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.check-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #7190b2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgb(240 199 111 / 8%), transparent 26%),
    linear-gradient(150deg, rgb(51 95 146 / 92%), rgb(36 74 118 / 96%));
  box-shadow: 0 22px 54px rgb(0 0 0 / 16%);
}

.check-card.weather-card {
  grid-column: 1 / -1;
  border-color: rgb(242 208 136 / 58%);
  background:
    radial-gradient(circle at 90% 12%, rgb(240 199 111 / 12%), transparent 30%),
    linear-gradient(145deg, rgb(26 68 109 / 96%), rgb(19 51 84 / 98%));
}

.check-card-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgb(242 208 136 / 64%);
  border-radius: 50%;
  background: #173b61;
  color: #f2d088;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.check-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(23px, 2.2vw, 32px);
}

.check-card > p,
.check-group p,
.season-note p,
.media-note p {
  color: #d5e0eb;
  line-height: 1.7;
}

.check-group {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgb(113 144 178 / 62%);
}

.check-group > strong,
.season-note > strong,
.media-note > strong {
  display: block;
  margin-bottom: 10px;
  color: #f2d088;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.check-list,
.quick-check {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #eef4f8;
  line-height: 1.55;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgb(242 208 136 / 52%);
  border-radius: 50%;
  color: #f2d088;
  font-size: 11px;
  font-weight: 900;
}

.season-note,
.media-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgb(242 208 136 / 34%);
  border-radius: 16px;
  background: rgb(14 43 72 / 42%);
}

.season-note p,
.media-note p {
  margin: 0;
}

.season-note p + p {
  margin-top: 12px;
}

.media-note a {
  display: inline-block;
  margin-top: 12px;
  color: #f2d088;
  font-weight: 800;
}

.weather-card > p {
  max-width: 980px;
}

.weather-decision {
  margin-top: 20px !important;
  padding: 18px 20px;
  border-left: 3px solid #f2d088;
  background: rgb(10 34 58 / 46%);
  color: #fff !important;
  font-weight: 800;
}

.arrival-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 48px;
  align-items: start;
}

.arrival-copy {
  max-width: 720px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.arrival-card {
  padding: 28px;
  border: 1px solid #7190b2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgb(240 199 111 / 10%), transparent 30%),
    linear-gradient(150deg, #335f92, #244a76);
  box-shadow: 0 20px 48px rgb(0 0 0 / 14%);
}

.arrival-label {
  display: block;
  margin-bottom: 8px;
  color: #f2d088;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.arrival-card > strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
}

.arrival-card address {
  color: #d5e0eb;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
}

.arrival-warning {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgb(242 208 136 / 38%);
  border-radius: 14px;
  background: rgb(14 43 72 / 46%);
}

.arrival-warning strong {
  color: #f2d088;
}

.arrival-warning p {
  margin: 7px 0 0;
  color: #d5e0eb;
  line-height: 1.6;
}

.before-you-go {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px 50px;
  align-items: start;
}

.quick-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-check li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgb(113 144 178 / 58%);
  border-radius: 14px;
  background: rgb(27 67 108 / 42%);
  color: #eef4f8;
}

.quick-check li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  color: #f2d088;
  font-weight: 900;
  transform: translateY(-50%);
}

.final-line {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgb(113 144 178 / 48%);
  color: #d5e0eb;
  font-size: 18px;
}

.final-line strong {
  color: #f2d088;
}

@media (max-width: 900px) {
  .checklist-grid,
  .arrival-layout,
  .before-you-go {
    grid-template-columns: 1fr;
  }

  .check-card.weather-card {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .page-hero-checklist {
    background-position: 64% 72%;
  }

  .check-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .quick-check {
    grid-template-columns: 1fr;
  }

  .arrival-card {
    padding: 22px;
  }
}
