/* ========================================================================== 
   SKYTIME – WETTER / VORBEREITUNG
   ========================================================================== */

.page-hero-weather {
  background-image:
    linear-gradient(90deg, rgb(9 27 47 / 78%) 0%, rgb(9 27 47 / 52%) 38%, rgb(9 27 47 / 10%) 72%, rgb(9 27 47 / 0%) 100%),
    url("../../old_picture_stuff/Wolken/IMG_43664.jpg");
  background-position: center 48%;
  background-size: cover;
}

.weather-intro p,
.weather-provider-card p,
.weather-detail-copy p,
.weather-fact p,
.balloon-rule p,
.cloud-story-copy p,
.cloud-guide-card p,
.dwd-intro p,
.dwd-product p,
.satellite-explainer p,
.route-weather-grid p,
.decision-steps p,
.weather-safety-note p,
.weather-next p {
  color: #d5e0eb;
  line-height: 1.7;
}

.weather-intro p {
  margin: 0 0 18px;
  font-size: 17px;
}

.weather-intro p:last-child {
  margin-bottom: 0;
}

.weather-intro strong,
.example-day-note strong,
.weather-safety-note strong {
  color: #fff;
}

/* ========================================================================== 
   PROVIDER / WERKZEUGE
   ========================================================================== */

.weather-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.weather-provider-card {
  min-height: 325px;
  padding: 25px;
  border: 1px solid rgb(184 216 233 / 24%);
  border-radius: 20px;
  background: linear-gradient(150deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%));
  box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
}

.weather-provider-card-dwd {
  border-color: rgb(95 171 221 / 45%);
}

.weather-provider-logo {
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: 18px;
}

.weather-provider-logo img {
  display: block;
  max-width: 170px;
  max-height: 64px;
  object-fit: contain;
}

.weather-provider-logo-light {
  width: max-content;
  min-width: 120px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #fff;
}

.weather-provider-level {
  display: inline-block;
  margin-bottom: 10px;
  color: #f0c76f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weather-provider-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

.weather-provider-card p {
  margin: 0;
}

.example-day-note {
  margin-top: 22px;
  padding: 23px 26px;
  border: 1px solid rgb(240 199 111 / 44%);
  border-radius: 16px;
  background: rgb(240 199 111 / 8%);
}

.example-day-note strong {
  display: block;
  margin-bottom: 7px;
  color: #f4d58f;
  font-size: 18px;
}

.example-day-note p {
  margin: 0;
  color: #dfe8ef;
  line-height: 1.7;
}

/* ========================================================================== 
   SCHNELL-CHECK
   ========================================================================== */

.weather-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.weather-fact {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 170px;
  padding: 25px;
  border: 1px solid rgb(184 216 233 / 28%);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%)),
    #1d3a5f;
  box-shadow: 0 18px 46px rgb(0 0 0 / 16%);
}

.weather-fact-stop {
  border-color: rgb(229 132 116 / 36%);
}

.weather-fact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgb(240 199 111 / 55%);
  border-radius: 50%;
  color: #f0c76f;
  font-size: 25px;
  line-height: 1;
}

.weather-fact-stop .weather-fact-icon {
  border-color: rgb(229 132 116 / 72%);
  color: #efaa9e;
}

.weather-fact strong {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
}

.weather-fact p {
  margin: 0;
}

.balloon-rule {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 22px;
  padding: 30px;
  border: 1px solid rgb(240 199 111 / 45%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 20%, rgb(240 199 111 / 17%), transparent 28%),
    linear-gradient(145deg, #294d77, #1c385d);
}

.balloon-symbol {
  display: grid;
  place-items: center;
  width: 78px;
  height: 92px;
  border: 2px solid #f0c76f;
  border-radius: 52% 52% 46% 46%;
  color: transparent;
  position: relative;
}

.balloon-symbol::before,
.balloon-symbol::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.balloon-symbol::before {
  bottom: -12px;
  width: 18px;
  height: 12px;
  border: 1px solid #f0c76f;
  border-top: 0;
}

.balloon-symbol::after {
  bottom: -22px;
  width: 24px;
  height: 8px;
  border: 1px solid #f0c76f;
  border-radius: 3px;
}

.balloon-rule h3 {
  margin: 6px 0 10px;
}

.balloon-rule p {
  max-width: 850px;
  margin: 0;
}

/* ========================================================================== 
   APP-DETAILS / SCREENSHOTS
   ========================================================================== */

.weather-detail-block {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgb(184 216 233 / 24%);
  border-radius: 22px;
  background: linear-gradient(150deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
  box-shadow: 0 22px 54px rgb(0 0 0 / 14%);
}

.weather-detail-block + .weather-detail-block {
  margin-top: 28px;
}

.weather-detail-block-reverse {
  grid-template-columns: .9fr 1.1fr;
}

.weather-detail-title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.weather-detail-title img {
  display: block;
  width: 86px;
  height: 64px;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.weather-detail-title span {
  display: block;
  margin-bottom: 2px;
  color: #f0c76f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weather-detail-title h2,
.weather-detail-title h3 {
  margin: 0;
}

.weather-detail-title h3 {
  font-size: 31px;
}

.weather-detail-copy p {
  margin: 0 0 16px;
}

.weather-reading-list {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.weather-reading-list span {
  padding: 10px 12px;
  border: 1px solid rgb(184 216 233 / 20%);
  border-radius: 10px;
  background: rgb(255 255 255 / 4%);
  color: #e7eff5;
  font-size: 14px;
}

.weather-shot-grid {
  display: grid;
  gap: 13px;
}

.weather-shot-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weather-shot-grid-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weather-shot-wide {
  grid-column: 1 / -1;
}

.weather-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(184 216 233 / 20%);
  border-radius: 14px;
  background: #102945;
}

.weather-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.weather-shot figcaption {
  padding: 10px 12px 12px;
  color: #c9d7e3;
  font-size: 12px;
  line-height: 1.45;
}

/* ========================================================================== 
   WOLKEN
   ========================================================================== */

.cloud-panorama {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.cloud-panorama::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(9 27 47 / 6%), rgb(9 27 47 / 38%));
}

.cloud-panorama img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 44%;
}

.cloud-story {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}

.cloud-story-image,
.cloud-layer-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(184 216 233 / 22%);
  border-radius: 20px;
  background: #102945;
}

.cloud-story-image img,
.cloud-layer-figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cloud-story-image img {
  aspect-ratio: 16 / 9;
}

.cloud-story-image figcaption,
.cloud-layer-figure figcaption {
  padding: 14px 16px 17px;
  color: #c9d7e3;
  font-size: 13px;
  line-height: 1.55;
}

.cloud-story-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 39px);
}

.cloud-story-copy p {
  margin: 0 0 16px;
}

.cloud-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cloud-guide-card {
  min-height: 300px;
  padding: 23px;
  border: 1px solid rgb(184 216 233 / 22%);
  border-radius: 17px;
  background: linear-gradient(155deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
}

.cloud-guide-card > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgb(240 199 111 / 12%);
  color: #f0c76f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.cloud-guide-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.cloud-guide-card p {
  margin: 0 0 11px;
  font-size: 14px;
}

.cloud-guide-card strong {
  color: #f0c76f;
  font-size: 13px;
}

.cloud-guide-card-watch {
  border-color: rgb(240 199 111 / 38%);
}

.cloud-guide-card-stop {
  border-color: rgb(229 132 116 / 44%);
  background: linear-gradient(155deg, rgb(229 132 116 / 9%), rgb(255 255 255 / 2%));
}

.cloud-guide-card-stop > span,
.cloud-guide-card-stop strong {
  color: #efaa9e;
}

.cloud-layer-figure {
  margin-top: 22px;
}

.cloud-layer-figure img {
  max-height: 520px;
}

/* ========================================================================== 
   DWD / PROFESSIONELLES FLUGWETTER
   ========================================================================== */

.dwd-intro {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 30px;
}

.dwd-intro-copy p {
  margin: 0;
  font-size: 17px;
}

.dwd-core-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.dwd-core-list span {
  padding: 9px 12px;
  border: 1px solid rgb(184 216 233 / 24%);
  border-radius: 999px;
  background: rgb(255 255 255 / 4%);
  color: #e2edf4;
  font-size: 13px;
}

.dwd-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dwd-product {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  overflow: hidden;
  min-height: 310px;
  padding: 18px;
  border: 1px solid rgb(184 216 233 / 22%);
  border-radius: 18px;
  background: linear-gradient(150deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
}

.dwd-product figure {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  background: #fff;
}

.dwd-product figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: top center;
}

.dwd-product > div > span {
  color: #f0c76f;
  font-size: 12px;
  font-weight: 900;
}

.dwd-product h3 {
  margin: 6px 0 9px;
  font-size: 22px;
}

.dwd-product p {
  margin: 0;
  font-size: 14px;
}

.satellite-explainer {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 32px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgb(184 216 233 / 22%);
  border-radius: 20px;
  background: rgb(8 29 51 / 24%);
}

.satellite-explainer h3 {
  margin: 5px 0 11px;
  font-size: 30px;
}

.satellite-explainer p {
  margin: 0;
}

.satellite-explainer figure {
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: #fff;
}

.satellite-explainer img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.satellite-explainer figcaption {
  padding: 10px 12px 12px;
  color: #29496f;
  font-size: 12px;
  line-height: 1.45;
}

/* ========================================================================== 
   STRECKENFLUG / ENTSCHEIDUNG
   ========================================================================== */

.route-weather-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.route-weather-grid article,
.decision-steps article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgb(184 216 233 / 24%);
  border-radius: 18px;
  background: linear-gradient(155deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
}

.route-weather-grid article > span,
.decision-steps article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 23px;
  border-radius: 50%;
  background: #f0c76f;
  color: #29496f;
  font-size: 12px;
  font-weight: 900;
}

.route-weather-grid h3 {
  margin: 0 0 9px;
  font-size: 19px;
}

.route-weather-grid p {
  margin: 0;
  font-size: 14px;
}

.decision-flow .section-heading {
  margin-bottom: 28px;
}

.decision-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.decision-steps strong {
  display: block;
  margin-bottom: 9px;
  font-size: 18px;
}

.decision-steps p {
  margin: 0;
  font-size: 15px;
}

.weather-safety-note {
  margin-top: 22px;
  padding: 24px 27px;
  border-left: 4px solid #f0c76f;
  border-radius: 0 14px 14px 0;
  background: rgb(240 199 111 / 8%);
}

.weather-safety-note strong {
  display: block;
  margin-bottom: 6px;
  color: #f4d58f;
  font-size: 18px;
}

.weather-safety-note p {
  max-width: 980px;
  margin: 0;
}

.weather-next {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: end;
}

.weather-next p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
}

.weather-next .actions {
  margin: 0;
  justify-content: flex-end;
}

/* ========================================================================== 
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1100px) {
  .weather-provider-grid {
    grid-template-columns: 1fr;
  }

  .weather-provider-card {
    min-height: 0;
  }

  .cloud-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dwd-product {
    grid-template-columns: 1fr;
  }

  .dwd-product figure img {
    min-height: 240px;
    max-height: 320px;
  }

  .route-weather-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .weather-detail-block,
  .weather-detail-block-reverse,
  .cloud-story,
  .dwd-intro,
  .satellite-explainer {
    grid-template-columns: 1fr;
  }

  .dwd-product-grid,
  .decision-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weather-next {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .weather-next .actions {
    justify-content: flex-start;
  }

  .cloud-panorama img {
    height: 430px;
  }
}

@media (max-width: 720px) {
  .page-hero-weather {
    background-image:
      linear-gradient(90deg, rgb(9 27 47 / 80%) 0%, rgb(9 27 47 / 56%) 60%, rgb(9 27 47 / 25%) 100%),
      url("../../old_picture_stuff/Wolken/IMG_43664.jpg");
    background-position: 52% center;
  }

  .weather-facts,
  .weather-shot-grid-two,
  .weather-shot-grid-three,
  .cloud-guide-grid,
  .dwd-product-grid,
  .route-weather-grid,
  .decision-steps {
    grid-template-columns: 1fr;
  }

  .weather-shot-wide {
    grid-column: auto;
  }

  .weather-detail-block {
    padding: 22px;
  }

  .balloon-rule {
    grid-template-columns: 1fr;
  }

  .balloon-symbol {
    margin: 0 0 8px 7px;
  }

  .cloud-panorama {
    min-height: 330px;
  }

  .cloud-panorama img {
    height: 360px;
  }

  .dwd-product {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .weather-fact {
    grid-template-columns: 1fr;
  }

  .weather-fact-icon {
    width: 42px;
    height: 42px;
  }

  .weather-detail-title {
    align-items: flex-start;
  }

  .weather-detail-title img {
    width: 68px;
    height: 54px;
  }

  .weather-provider-card,
  .weather-detail-block,
  .cloud-guide-card,
  .satellite-explainer,
  .route-weather-grid article,
  .decision-steps article {
    padding: 19px;
  }

  .weather-next .actions {
    display: grid;
    width: 100%;
  }

  .weather-next .btn {
    width: 100%;
    text-align: center;
  }
}
