.compass-hero {
  padding: 95px 0 85px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 77% 48%,
      rgba(96, 200, 187, 0.15),
      transparent 27%
    ),
    linear-gradient(125deg, #071521 18%, #0c273a 100%);
  border-bottom: 1px solid var(--line);
}
.compass-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 80px;
  align-items: center;
}
.compass-hero h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin: 0 0 24px;
}
.compass-hero h1 em {
  font-style: normal;
  color: var(--gold2);
}
.compass-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  position: relative;
}
.compass-visual:before,
.compass-visual:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(213, 173, 99, 0.16);
  transform: rotate(45deg);
}
.compass-visual:before {
  width: 390px;
  height: 390px;
}
.compass-visual:after {
  width: 290px;
  height: 290px;
}
.compass-ring {
  width: 280px;
  height: 280px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.25);
  z-index: 2;
  background: rgba(7, 21, 33, 0.45);
}
.compass-ring:before,
.compass-ring:after {
  content: "";
  position: absolute;
  background: rgba(213, 173, 99, 0.45);
}
.compass-ring:before {
  width: 1px;
  height: 330px;
}
.compass-ring:after {
  height: 1px;
  width: 330px;
}
.compass-ring > span {
  position: absolute;
  top: 14px;
  color: var(--gold2);
  font-size: 11px;
  letter-spacing: 0.22em;
}
.compass-ring > i {
  width: 2px;
  height: 96px;
  background: linear-gradient(var(--gold2) 0 50%, #587080 50%);
  position: absolute;
  transform: rotate(34deg);
  transform-origin: 50% 100%;
  bottom: 50%;
  z-index: 3;
}
.compass-ring > i:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid var(--gold2);
}
.compass-ring > b {
  font-family: Georgia, serif;
  font-size: 46px;
  color: var(--ink);
  font-weight: 400;
  z-index: 4;
}
.compass-ring > small {
  position: absolute;
  bottom: 66px;
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 0.2em;
  z-index: 4;
}
.compass-scale {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  color: #8194a1;
  font-size: 8px;
  letter-spacing: 0.14em;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.compass-section {
  background: linear-gradient(180deg, #071521, #081a28);
}
.quiz-shell {
  max-width: 1040px;
  border: 1px solid #2d485a;
  background: #0a1d2c;
  box-shadow: var(--shadow);
  min-height: 600px;
  position: relative;
}
.quiz-shell:before {
  content: "TM · PROFILAUFNAHME 01";
  position: absolute;
  top: -12px;
  left: 28px;
  padding: 3px 11px;
  background: var(--night);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.18em;
}
.quiz-intro,
.quiz-panel,
.quiz-result {
  padding: 48px;
}
.quiz-kicker {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #8093a0;
  font-size: 9px;
  letter-spacing: 0.17em;
}
.quiz-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 65px;
  align-items: center;
  padding: 55px 0;
}
.quiz-intro h2 {
  font-size: 45px;
}
.quiz-intro p {
  color: #9eb0bd;
}
.quiz-facts {
  border-left: 1px solid var(--line);
}
.quiz-facts > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid var(--line);
}
.quiz-facts span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}
.quiz-facts p {
  font-size: 13px;
  margin: 0;
}
.quiz-facts b {
  display: block;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}
.quiz-disclaimer,
.method-note {
  padding: 17px 20px;
  border-left: 2px solid var(--gold);
  background: rgba(213, 173, 99, 0.06);
  color: #9fb0bc;
  font-size: 12px;
}
.quiz-disclaimer b {
  color: var(--gold2);
}
.quiz-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.quiz-topline > div {
  display: flex;
  flex-direction: column;
}
.quiz-section-label {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.quiz-topline small {
  color: #8093a0;
  margin-top: 3px;
}
.quiz-close {
  border: 0;
  background: transparent;
  color: #8699a6;
  font-size: 12px;
  cursor: pointer;
}
.quiz-close:hover {
  color: var(--gold2);
}
.progress-track {
  height: 3px;
  background: #1c3546;
  margin: 20px 0 48px;
  overflow: hidden;
}
.progress-track span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: width 0.35s ease;
}
.quiz-question {
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 320px;
}
.quiz-question legend {
  font-family: Georgia, serif;
  font-size: clamp(27px, 3.6vw, 42px);
  line-height: 1.2;
  color: var(--ink);
  padding: 0;
  margin-bottom: 30px;
  max-width: 790px;
}
.quiz-answer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.quiz-answer {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #2b4658;
  padding: 16px 18px;
  cursor: pointer;
  transition: 0.18s;
  color: #b6c4cd;
  min-height: 66px;
}
.quiz-answer:hover {
  border-color: #70808a;
  background: rgba(255, 255, 255, 0.025);
}
.quiz-answer.selected {
  border-color: var(--gold);
  background: rgba(213, 173, 99, 0.075);
  color: var(--ink);
}
.quiz-answer input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.answer-marker {
  width: 21px;
  height: 21px;
  border: 1px solid #536b7a;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.quiz-answer.selected .answer-marker {
  border-color: var(--gold);
  background: var(--gold);
}
.quiz-answer.selected .answer-marker:after {
  content: "✓";
  color: var(--night);
  font-size: 13px;
  font-weight: 800;
}
.quiz-answer-copy {
  font-size: 14px;
  line-height: 1.35;
}
.quiz-error {
  color: #efaaa0;
  font-size: 12px;
  margin: 10px 0 0;
}
.quiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 20px;
}
.result-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
  margin-bottom: 28px;
}
.result-header h2 {
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: 12px;
}
.result-header .lead {
  margin: 0;
}
.result-overline {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 10px;
  border: 1px solid var(--cyan);
  color: #9ad9d1;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.result-seal {
  width: 100px;
  height: 100px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}
.result-seal span {
  font-family: Georgia, serif;
  font-size: 29px;
}
.result-seal small {
  position: absolute;
  bottom: 14px;
  font-size: 7px;
  color: var(--gold);
  letter-spacing: 0.14em;
  text-align: center;
}
.result-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}
.result-card {
  padding: 23px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}
.result-card-primary {
  border-color: #6e6046;
  background: rgba(213, 173, 99, 0.055);
}
.result-card h3,
.foundation-plan h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0;
}
.result-card p {
  font-size: 13px;
  color: #9eb0bd;
  margin-bottom: 0;
}
.result-secondary {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #7f929f;
}
.readiness-card.ready {
  border-left: 3px solid var(--cyan);
}
.readiness-card.learn {
  border-left: 3px solid var(--gold);
}
.readiness-card.stop {
  border-left: 3px solid #c96f67;
}
.result-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.profile-bars,
.filter-panel {
  border: 1px solid var(--line);
  padding: 26px;
}
.profile-row {
  margin: 15px 0;
}
.profile-row > div:first-child {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #a9b8c2;
  margin-bottom: 6px;
}
.profile-bar {
  height: 6px;
  background: #1c3546;
}
.profile-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}
.filter-column {
  padding: 11px 0;
}
.filter-column + .filter-column {
  border-top: 1px solid var(--line);
}
.filter-column > span {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cyan);
}
.filter-column.negative > span {
  color: #d39890;
}
.filter-column ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #a9b8c2;
  font-size: 13px;
}
.filter-column li {
  margin: 4px 0;
}
.foundation-plan {
  border: 1px solid var(--line);
  padding: 28px;
  margin-top: 14px;
}
.foundation-plan .foundation {
  min-height: 120px;
}
.result-warning {
  margin-top: 14px;
  padding: 18px 21px;
  border-left: 3px solid var(--gold);
  background: rgba(213, 173, 99, 0.06);
  color: #b3c1ca;
  font-size: 13px;
}
.result-warning.stop {
  border-color: #c96f67;
  background: rgba(201, 111, 103, 0.07);
}
.result-actions {
  margin-top: 24px;
}
.result-footnote {
  font-size: 10px;
  color: #728692;
  margin: 18px 0 0;
}
.method-note {
  margin-top: 30px;
  color: #687985;
  background: #e8e4db;
  border-color: #9b7e4b;
}
@media print {
  .topbar,
  .header,
  .footer,
  .compass-hero,
  .result-actions,
  .section.light {
    display: none !important;
  }
  body,
  .compass-section {
    background: #fff;
    color: #142532;
  }
  .compass-section {
    padding: 0;
  }
  .quiz-shell {
    border: 0;
    box-shadow: none;
    width: 100%;
    max-width: none;
  }
  .quiz-result {
    padding: 20px;
  }
  .result-card,
  .profile-bars,
  .filter-panel,
  .foundation-plan {
    break-inside: avoid;
    color: #142532;
    background: #fff;
  }
  .result-card p,
  .filter-column ul,
  .result-warning,
  .result-footnote {
    color: #40515d;
  }
  .result-overline {
    color: #276c65;
  }
  .eyebrow,
  .number {
    color: #8b692b;
  }
}
@media (max-width: 900px) {
  .compass-hero-grid {
    grid-template-columns: 1fr;
  }
  .compass-visual {
    min-height: 350px;
  }
  .quiz-intro-grid,
  .result-detail-grid {
    grid-template-columns: 1fr;
  }
  .result-grid {
    grid-template-columns: 1fr 1fr;
  }
  .result-card-primary {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .compass-hero {
    padding: 60px 0;
  }
  .compass-hero h1 {
    font-size: 42px;
  }
  .compass-visual {
    min-height: 310px;
  }
  .compass-ring {
    width: 220px;
    height: 220px;
  }
  .compass-visual:before {
    width: 285px;
    height: 285px;
  }
  .compass-visual:after {
    width: 220px;
    height: 220px;
  }
  .compass-ring:before {
    height: 270px;
  }
  .compass-ring:after {
    width: 270px;
  }
  .quiz-shell {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .quiz-intro,
  .quiz-panel,
  .quiz-result {
    padding: 30px 20px;
  }
  .quiz-intro-grid {
    padding: 38px 0;
    gap: 35px;
  }
  .quiz-intro h2 {
    font-size: 36px;
  }
  .quiz-facts > div {
    padding-left: 0;
  }
  .quiz-answer-list,
  .result-grid {
    grid-template-columns: 1fr;
  }
  .result-card-primary {
    grid-column: auto;
  }
  .quiz-question {
    min-height: 390px;
  }
  .quiz-question legend {
    font-size: 29px;
  }
  .quiz-nav .btn {
    padding: 12px 14px;
  }
  .result-header {
    grid-template-columns: 1fr;
  }
  .result-seal {
    display: none;
  }
  .foundation-plan {
    padding: 20px;
  }
  .profile-bars,
  .filter-panel {
    padding: 21px;
  }
  .quiz-kicker {
    gap: 18px;
  }
  .quiz-kicker span:last-child {
    text-align: right;
  }
}
