/* ========================================================================== 
   SKYTIME – FLUGABLAUF
   Eigene Gestaltung für die Vorbereitung und den Ablauf eines Rundflugs.
   ========================================================================== */

.page-hero-process {
  background-image:
    linear-gradient(90deg, rgb(7 25 43 / 78%) 0%, rgb(7 25 43 / 50%) 42%, rgb(7 25 43 / 12%) 74%),
    url("../old_picture_stuff/X-Citor Außen/IMG_099608.jpg");
  background-position: center 54%;
  background-size: cover;
}

@media (min-width: 1500px) {
  .page-hero-process .page-hero-copy {
    margin-left: max(
      clamp(96px, calc((100vw - 1728px) / 2), 180px),
      calc((100vw - 2800px) / 2)
    );
  }
}

.process-intro {
  max-width: 760px;
}

.process-intro p {
  margin: 0 0 18px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.flight-process {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.flight-process::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 42px;
  width: 1px;
  background: linear-gradient(180deg, #f2d088, #7190b2 18%, #7190b2 82%, #f2d088);
  opacity: .8;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  min-height: 180px;
  padding: 28px 32px 28px 0;
  border: 1px solid #7190b2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgb(240 199 111 / 8%), transparent 28%),
    linear-gradient(150deg, rgb(51 95 146 / 88%), rgb(36 74 118 / 94%));
  box-shadow: 0 22px 54px rgb(0 0 0 / 16%);
}

.process-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  align-self: start;
  justify-self: center;
  border: 1px solid rgb(242 208 136 / 65%);
  border-radius: 50%;
  background: #173b61;
  color: #f2d088;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 0 0 8px rgb(23 59 97 / 92%);
}

.process-step-copy {
  max-width: 900px;
}

.process-step .eyebrow {
  margin-bottom: 7px;
}

.process-step h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(23px, 2.4vw, 34px);
}

.process-step p {
  margin: 0 0 12px;
  color: #d5e0eb;
  font-size: 16px;
  line-height: 1.7;
}

.process-step p:last-child {
  margin-bottom: 0;
}

.process-highlight {
  color: #fff !important;
  font-weight: 800;
}

.process-step.adventure-step {
  border-color: rgb(242 208 136 / 70%);
  background:
    linear-gradient(90deg, rgb(20 52 85 / 95%) 0%, rgb(20 52 85 / 82%) 55%, rgb(20 52 85 / 36%) 100%),
    url("../old_picture_stuff/4_Neue Bilderauswahl/5.jpg") center 44% / cover no-repeat;
}

.process-step.landing-step {
  background:
    radial-gradient(circle at 92% 12%, rgb(240 199 111 / 8%), transparent 28%),
    linear-gradient(150deg, rgb(51 95 146 / 88%), rgb(36 74 118 / 94%));
}

.process-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid rgb(242 208 136 / 48%);
  border-radius: 18px;
  background: rgb(17 42 69 / 74%);
}

.process-notice strong {
  display: grid;
  min-width: 112px;
  min-height: 42px;
  place-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(242 208 136 / 12%);
  color: #f2d088;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.process-notice p {
  margin: 0;
  color: #d5e0eb;
  line-height: 1.65;
}

.process-closing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid #7190b2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgb(240 199 111 / 14%), transparent 30%),
    linear-gradient(150deg, #335f92, #244a76);
}

.process-closing h2 {
  max-width: 820px;
  margin-bottom: 10px;
}

.process-closing p {
  max-width: 720px;
  margin: 0;
  color: #d5e0eb;
  line-height: 1.65;
}

.process-closing .actions {
  flex: 0 0 auto;
}

@media (max-width: 850px) {
  .flight-process::before {
    left: 34px;
  }

  .process-step {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 22px 24px 0;
  }

  .process-step-number {
    width: 46px;
    height: 46px;
    box-shadow: 0 0 0 6px rgb(23 59 97 / 92%);
  }

  .process-closing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-hero-process {
    background-position: 62% center;
  }

  .flight-process {
    gap: 14px;
  }

  .flight-process::before {
    left: 28px;
  }

  .process-step {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 22px 18px 22px 0;
    border-radius: 18px;
  }

  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .process-step h3 {
    font-size: 23px;
  }

  .process-step p {
    font-size: 15px;
  }

  .process-notice {
    grid-template-columns: 1fr;
  }

  .process-notice strong {
    justify-self: start;
  }

  .process-closing {
    padding: 28px 24px;
  }
}