:root {
  --navy: #06131e;
  --gold: #c8963f;
  --paper: #f7f3ed;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--navy); }
body { color: #fff; font-family: Arial, Helvetica, sans-serif; }
img { display: block; width: 100%; height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.back-link {
  position: absolute;
  z-index: 10;
  top: 22px;
  left: 24px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgb(255 255 255 / 42%);
  background: rgb(3 12 19 / 42%);
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.poster {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.poster + .poster { border-top: 1px solid rgb(198 150 63 / 28%); }
.mobile-poster { display: none; }

.poster-final {
  padding: clamp(24px, 5vw, 72px) 20px 44px;
  background: #020b13;
}

.poster-results { background: var(--paper); }

.poster-results::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 35.1%;
  height: 2px;
  background: var(--gold);
  content: "";
}

.results-mobile { color: #111b23; background: var(--paper); }

.results-process {
  position: relative;
  overflow: hidden;
  padding: 52px 26px 48px;
  background: linear-gradient(145deg, #020b13 0%, #0a1b29 100%);
  color: #fff;
}

.results-process::after {
  position: absolute;
  right: -80px;
  bottom: 86px;
  width: 310px;
  height: 1px;
  background: rgb(198 150 63 / 32%);
  content: "";
  transform: rotate(-27deg);
}

.results-eyebrow {
  margin: 0 0 25px;
  color: #b9822d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.results-steps {
  margin: 0;
  padding: 0 0 0 50px;
  border-left: 1px solid rgb(198 150 63 / 74%);
  counter-reset: results-step;
  list-style: none;
}

.results-steps li {
  position: relative;
  margin: 0;
  padding: 0 0 46px 0;
  counter-increment: results-step;
}

.results-steps li:last-child { padding-bottom: 0; }

.results-steps li::before {
  position: absolute;
  top: -4px;
  left: -75px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #06131e;
  color: #d6ae68;
  content: "0" counter(results-step);
  font-size: 14px;
}

.results-steps strong {
  display: block;
  margin-bottom: 9px;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.results-steps span { display: block; color: rgb(255 255 255 / 88%); font-size: 17px; line-height: 1.48; }

.results-process-closing {
  position: relative;
  z-index: 1;
  margin: 62px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.35;
}

.results-process-closing em { color: #d3a75b; font-style: normal; }

.results-content { padding: 46px 24px 34px; }

.results-content h2 {
  margin: 0;
  color: #111b23;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 10vw, 46px);
  font-weight: 400;
  line-height: 1.08;
}

.results-rule { width: 62px; height: 2px; margin: 27px 0 21px; background: #b9822d; }

.results-intro { margin: 0 0 40px; color: #34404a; font-size: 17px; line-height: 1.58; }

.results-group { margin-top: 34px; }

.results-group h3 {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8b99f;
  color: #b17d2c;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.results-group ul { margin: 0; padding: 0; list-style: none; }

.results-group li {
  padding: 18px 0;
  border-bottom: 1px solid #d8cec0;
  font-size: 17px;
  line-height: 1.45;
}

.results-group li:last-child { border-bottom: 0; }

.results-closing {
  margin-top: 38px;
  padding: 23px 22px 24px;
  border-left: 5px solid var(--gold);
  background: #06131e;
}

.results-closing strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
}

.results-closing span { display: block; margin-top: 10px; color: #d8c6a6; font-size: 16px; line-height: 1.45; }

.final-image {
  display: block;
  width: min(860px, 100%);
  margin: 0 auto;
  border: 1px solid rgb(198 150 63 / 42%);
  box-shadow: 0 26px 70px rgb(0 0 0 / 38%);
}

.final-action { margin: 34px auto 0; text-align: center; }

.cta {
  display: inline-flex;
  min-width: 230px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: var(--gold);
  color: #071521;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover, .cta:focus-visible { background: #d9ad5d; }
.final-action p { margin: 14px 0 0; color: rgb(255 255 255 / 62%); font-size: 13px; }

@media (max-width: 720px) {
  .back-link { top: 12px; left: 12px; padding: 7px 10px; font-size: 10px; }
  .desktop-poster { display: none; }
  .mobile-poster { display: block; }
  .mobile-emotional { background: var(--paper); }

  .emotional-half {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-image: url("assets/48-unternehmer-mensch.png");
    background-size: 200% 100%;
    background-repeat: no-repeat;
  }

  .emotional-text { background-position: left top; }
  .emotional-visual { background-position: right top; }
  .mobile-details { background: var(--paper); }

  .detail-panel {
    width: 100%;
    aspect-ratio: 3 / 8;
    background-image: url("assets/48-wochenstruktur.png");
    background-size: 400% 100%;
    background-repeat: no-repeat;
  }

  .detail-one { background-position: 0% 0; }
  .detail-two { background-position: 33.333% 0; }
  .detail-three { background-position: 66.667% 0; }
  .detail-four { background-position: 100% 0; }
  .results-mobile { display: block; }
  .poster-results::before { width: 100%; }
  .poster-final { padding: 18px 10px 34px; }
  .final-image { border: 0; box-shadow: none; }
  .final-action { margin-top: 24px; }
  .cta { width: min(100%, 360px); }
}
