.rdna-seo {
  background: #f5f3ef;
  color: #1a1a1a;
  padding: 88px 0 96px;
}

.rdna-seo__inner { max-width: 1100px; }
.rdna-seo .eyebrow { color: #9a7b2f; }
.rdna-seo h2 {
  max-width: 820px;
  margin: 8px 0 34px;
  font-family: var(--font-h);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.rdna-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  color: #606060;
}
.rdna-seo__grid p { margin: 0; }
.rdna-faq { margin-top: 52px; border-top: 1px solid rgba(26, 26, 26, .16); }
.rdna-faq details { border-bottom: 1px solid rgba(26, 26, 26, .16); }
.rdna-faq summary {
  position: relative;
  padding: 22px 38px 22px 0;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}
.rdna-faq summary::-webkit-details-marker { display: none; }
.rdna-faq summary::after { content: '+'; position: absolute; right: 4px; font-size: 24px; color: #9a7b2f; }
.rdna-faq details[open] summary::after { content: '–'; }
.rdna-faq details p { max-width: 760px; padding: 0 0 22px; color: #606060; }

.rdna-body #screen-swipe {
  min-height: calc(100vh - 78px);
  padding: 0;
  background: #111317;
  color: #f5f3ef;
}
.v5-quiz {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 46px 28px 56px;
}
.v5-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}
.v5-progress__track { flex: 1; height: 2px; background: rgba(255,255,255,.16); }
.v5-progress__fill { height: 100%; background: #c9a84c; transition: width .35s ease; }
.v5-progress__count { font-size: 11px; letter-spacing: .16em; color: #d8c27c; white-space: nowrap; }
.v5-question {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
}
.v5-question__visual { position: relative; min-height: 610px; overflow: hidden; }
.v5-question__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.v5-question__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17,19,23,.72), transparent 58%);
}
.v5-question__stamp {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v5-question__copy { max-width: 650px; }
.v5-question__eyebrow { color: #d8c27c; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.v5-question__title {
  margin: 12px 0 28px;
  font-family: var(--font-h);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  color: #fff;
}
.v5-answers { display: grid; gap: 10px; }
.v5-answer {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 19px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 0;
  background: rgba(255,255,255,.035);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.v5-answer:hover, .v5-answer:focus-visible { border-color: #c9a84c; background: rgba(201,168,76,.08); transform: translateX(3px); outline: none; }
.v5-answer__letter {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,168,76,.55);
  color: #d8c27c;
  font-size: 11px;
}
.v5-answer__title { display: block; font-size: 16px; font-weight: 650; line-height: 1.35; }
.v5-answer__note { display: block; margin-top: 4px; color: rgba(245,243,239,.6); font-size: 13px; }
.v5-quiz__back {
  margin-top: 20px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: rgba(245,243,239,.55);
  cursor: pointer;
}
.v5-quiz__back:hover { color: #fff; }

.rdna-body #screen-reveal { min-height: calc(100vh - 78px); padding: 64px 24px 72px; background-position: center; background-size: cover; }
.v5-result { width: 100%; max-width: 1120px; margin: auto; }
.v5-result__head { max-width: 820px; }
.v5-result__eyebrow { color: #d8c27c; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; }
.v5-result__title { margin: 10px 0 16px; color: #fff; font-family: var(--font-h); font-size: clamp(46px, 7vw, 78px); font-weight: 500; line-height: 1.02; }
.v5-result__desc { max-width: 760px; margin: 0; color: rgba(245,243,239,.85); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.v5-result__aside { margin: 16px 0 0; color: #d8c27c; font-size: 14px; }
.v5-signals { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.v5-signal { padding: 8px 12px; border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.82); font-size: 12px; }
.v5-signal:first-child { border-color: #c9a84c; color: #f0dc99; }
.v5-axes { max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin: 0 0 48px; }
.v5-axis__labels { display: flex; justify-content: space-between; margin-bottom: 6px; color: rgba(255,255,255,.62); font-size: 11px; }
.v5-axis__track { position: relative; height: 3px; background: rgba(255,255,255,.18); }
.v5-axis__dot { position: absolute; top: 50%; width: 11px; height: 11px; border-radius: 50%; background: #d8c27c; transform: translate(-50%,-50%); box-shadow: 0 0 0 4px rgba(201,168,76,.16); }
.v5-worlds-title { margin: 0 0 18px; color: #fff; font-family: var(--font-h); font-size: clamp(27px, 4vw, 38px); font-weight: 500; }
.v5-worlds { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.v5-world {
  position: relative;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}
.v5-world img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.v5-world:hover img { transform: scale(1.035); }
.v5-world::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(10,12,15,.94),rgba(10,12,15,.1) 72%); }
.v5-world__body { position: relative; z-index: 1; padding: 22px; }
.v5-world__rank { color: #d8c27c; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.v5-world__name { margin: 6px 0 2px; font-family: var(--font-h); font-size: 25px; font-weight: 500; }
.v5-world__sub { min-height: 39px; color: rgba(255,255,255,.7); font-size: 12px; }
.v5-world__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.v5-world__actions a, .v5-world__actions button {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(10,12,15,.25);
  color: #fff;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}
.v5-world__actions .is-primary { border-color: #c9a84c; color: #f0dc99; }
.v5-result__choice { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 26px; padding: 24px; background: rgba(10,12,15,.58); border: 1px solid rgba(255,255,255,.18); }
.v5-result__choice strong { display: block; margin-bottom: 3px; color: #fff; font-size: 17px; }
.v5-result__choice span { color: rgba(255,255,255,.7); font-size: 13px; }
.v5-result__buttons { display: flex; gap: 9px; }
.v5-result__buttons .btn { white-space: nowrap; }
.v5-honesty { margin-top: 14px; color: rgba(255,255,255,.56); font-size: 11px; }

.rdna-body #screen-curate, .rdna-body #screen-confirm { background: #f5f3ef; }
.v5-refine { width: 100%; max-width: 960px; margin: auto; }
.v5-refine__step { color: #9a7b2f; font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.v5-refine h2 { max-width: 780px; margin: 10px 0 8px; font-family: var(--font-h); font-size: clamp(36px, 5vw, 54px); font-weight: 500; line-height: 1.08; color: #1a1a1a; }
.v5-refine__hint { max-width: 680px; margin-bottom: 28px; color: #666; }
.v5-option-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.v5-option-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.v5-option {
  min-height: 70px;
  padding: 16px 17px;
  border: 1px solid rgba(26,26,26,.17);
  background: #fff;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
}
.v5-option:hover, .v5-option:focus-visible { border-color: #c9a84c; outline: none; }
.v5-option.selected { border: 2px solid #b0913b; padding: 15px 16px; background: #fbf8ee; }
.v5-option strong { display: block; font-size: 14px; }
.v5-option span { display: block; margin-top: 3px; color: #777; font-size: 12px; }
.v5-refine__section { margin-top: 26px; }
.v5-refine__label { display: block; margin-bottom: 10px; color: #8c702c; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.v5-refine__nav { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(26,26,26,.14); }
.v5-refine__back { border: 0; background: transparent; color: #666; cursor: pointer; }
.v5-refine__back:hover { color: #1a1a1a; }
.v5-frame { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.v5-field label { display: block; margin-bottom: 7px; color: #565656; font-size: 12px; font-weight: 600; }
.v5-field select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid rgba(26,26,26,.2); border-radius: 0; background: #fff; color: #1a1a1a; font: inherit; }
.v5-summary { margin-top: 24px; padding: 18px 20px; border-left: 3px solid #c9a84c; background: #fff; color: #555; font-size: 13px; }

.v5-matches { width: 100%; max-width: 1100px; margin: auto; }
.v5-matches__head { max-width: 800px; margin-bottom: 28px; }
.v5-matches__head h2 { margin: 8px 0 10px; color: #1a1a1a; font-family: var(--font-h); font-size: clamp(39px, 6vw, 60px); font-weight: 500; line-height: 1.06; }
.v5-matches__head p { color: #666; }
.v5-match-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.v5-match { display: flex; flex-direction: column; min-height: 340px; padding: 23px; border: 1px solid rgba(26,26,26,.17); background: #fff; color: #1a1a1a; }
.v5-match__kind { color: #9a7b2f; font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.v5-match h3 { margin: 16px 0 5px; font-family: var(--font-h); font-size: 25px; font-weight: 500; line-height: 1.15; }
.v5-match__land { color: #9a7b2f; font-size: 12px; }
.v5-match__why { flex: 1; margin: 15px 0 20px; color: #666; font-size: 13px; line-height: 1.55; }
.v5-match__actions { display: grid; gap: 8px; }
.v5-match__actions .btn { width: 100%; padding: 11px 13px; font-size: 13px; }
.v5-match__consult { border: 0; background: transparent; color: #666; font: inherit; font-size: 12px; cursor: pointer; }
.v5-match__consult:hover { color: #1a1a1a; }
.v5-next { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin-top: 24px; padding: 24px; border: 1px solid rgba(26,26,26,.17); background: #ece8de; }
.v5-next strong { display: block; margin-bottom: 3px; }
.v5-next p { margin: 0; color: #666; font-size: 13px; }
.v5-next__actions { display: flex; gap: 8px; }
.v5-restart { margin-top: 18px; border: 0; background: transparent; color: #777; cursor: pointer; }

.v5-overlay { position: fixed; inset: 0; z-index: 10050; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(10,12,15,.82); }
.v5-overlay.open { display: flex; }
.v5-overlay__box { position: relative; width: min(620px,100%); max-height: calc(100vh - 36px); overflow: auto; padding: 30px; background: #fff; color: #1a1a1a; border-top: 4px solid #c9a84c; }
.v5-overlay__close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border: 0; background: transparent; color: #555; font-size: 25px; cursor: pointer; }
.v5-overlay__eyebrow { color: #9a7b2f; font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.v5-overlay h2 { margin: 8px 34px 8px 0; font-family: var(--font-h); font-size: 36px; font-weight: 500; line-height: 1.08; }
.v5-overlay__intro { color: #666; font-size: 14px; }
.v5-lead-context { margin: 18px 0; padding: 13px 15px; border-left: 3px solid #c9a84c; background: #f5f3ef; color: #555; font-size: 12px; }
.v5-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.v5-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.v5-form-grid .wide { grid-column: 1 / -1; }
.v5-overlay input, .v5-overlay textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(26,26,26,.2); border-radius: 0; background: #fff; color: #1a1a1a; font: inherit; }
.v5-overlay textarea { min-height: 86px; resize: vertical; }
.v5-dsgvo { display: flex; gap: 8px; align-items: flex-start; margin: 15px 0; color: #666; font-size: 11px; }
.v5-dsgvo input { width: auto; margin-top: 3px; }
.v5-form-error { display: none; margin: 0 0 10px; color: #a43737; font-size: 12px; }
.v5-overlay__alt { margin-top: 13px; text-align: center; color: #777; font-size: 11px; }
.v5-overlay__alt a { margin: 0 6px; color: #8c702c; }
.v5-success { padding: 30px 0 20px; text-align: center; }
.v5-success__mark { width: 48px; height: 48px; margin: 0 auto 15px; display: grid; place-items: center; border: 1px solid #c9a84c; color: #9a7b2f; font-size: 25px; }

@media (max-width: 860px) {
  .rdna-seo__grid { grid-template-columns: 1fr; gap: 16px; }
  .v5-question { grid-template-columns: .8fr 1.2fr; gap: 28px; }
  .v5-question__visual { min-height: 520px; }
  .v5-worlds, .v5-match-grid { grid-template-columns: 1fr 1fr; }
  .v5-world:last-child, .v5-match:last-child { grid-column: 1 / -1; }
  .v5-result__choice, .v5-next { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .rdna-seo { padding: 62px 0 68px; }
  .rdna-seo__inner { padding: 0 18px; }
  .v5-quiz { padding: 24px 14px 42px; }
  .v5-progress { margin-bottom: 18px; }
  .v5-question { grid-template-columns: 1fr; gap: 22px; }
  .v5-question__visual { min-height: 220px; }
  .v5-question__title { margin: 8px 0 18px; font-size: 34px; }
  .v5-answer { padding: 14px; }
  .v5-answer__note { font-size: 12px; }
  .rdna-body #screen-reveal { padding: 45px 15px 56px; }
  .v5-result__title { font-size: 48px; }
  .v5-axes { grid-template-columns: 1fr; gap: 13px; }
  .v5-worlds, .v5-match-grid { grid-template-columns: 1fr; }
  .v5-world:last-child, .v5-match:last-child { grid-column: auto; }
  .v5-world { min-height: 245px; }
  .v5-result__choice { padding: 18px; }
  .v5-result__buttons, .v5-next__actions { flex-direction: column; }
  .v5-result__buttons .btn, .v5-next__actions .btn { width: 100%; }
  .v5-option-grid, .v5-option-grid--two, .v5-frame { grid-template-columns: 1fr; }
  .v5-overlay__box { padding: 25px 18px; }
  .v5-form-grid { grid-template-columns: 1fr; }
  .v5-form-grid .wide { grid-column: auto; }
}
