[hidden] {
  display: none !important;
}

body.assessment-active {
  background: #fbf7ec;
  color: #1a2e20;
}

.quiz-app {
  --quiz-cream: #fbf7ec;
  --quiz-panel: #f4f1eb;
  --quiz-ink: #1a2e20;
  --quiz-muted: #60725f;
  --quiz-line: #c7d0c2;
  --quiz-track: #e7e1d8;

  min-height: 100svh;
  color: var(--quiz-ink);
  background: var(--quiz-cream);
  position: relative;
  overflow: hidden;
}

.quiz-shell {
  width: min(1120px, calc(100% - 44px));
  min-height: 100svh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  padding: clamp(58px, 8vw, 112px) 0;
}

.quiz-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.quiz-intro {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.quiz-kicker,
.quiz-progress-meta,
.quiz-result-kicker,
.quiz-result-card-label,
.personal-report-label {
  font-family: var(--mono, ui-monospace, monospace);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: clamp(0.78rem, 1.4vw, 1rem);
  color: var(--quiz-muted, #60725f);
}

.quiz-title {
  font-family: var(--display, Georgia, serif);
  font-size: clamp(3.6rem, 7.6vw, 6.9rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--quiz-ink);
  max-width: 920px;
  margin: 34px auto 38px;
}

.quiz-visual {
  width: min(860px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto 36px;
  background: url("./assets/7_Point-UksxVit4.jpg") center / cover no-repeat;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(26, 46, 32, 0.14);
}

.quiz-intro-subtitle {
  max-width: 760px;
  margin: 0 auto 38px;
  color: var(--quiz-muted);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.quiz-intro-card {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: left;
  border: 1px solid var(--quiz-line);
  border-radius: 18px;
  background: rgba(244, 241, 235, 0.78);
  padding: clamp(24px, 4vw, 40px);
  color: var(--quiz-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.75;
}

.quiz-intro-card p {
  margin: 0 0 20px;
}

.quiz-intro-card p:last-child {
  margin-bottom: 0;
}

.quiz-intro-card em {
  font-family: var(--display, Georgia, serif);
  color: var(--quiz-ink);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
}

.quiz-intro-small {
  font-size: 1rem;
}

.quiz-app .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.quiz-app .btn-primary {
  min-height: 72px;
  border-radius: 999px;
  padding: 20px 54px;
  background: #18321f;
  color: #fbf7ec;
  box-shadow: 0 14px 28px rgba(24, 50, 31, 0.2);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.quiz-app .arrow,
.quiz-result-gateway .arrow,
.personal-band .arrow {
  width: 26px;
  height: 18px;
  flex: 0 0 auto;
}

.quiz-question-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0;
}

.quiz-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--body, Inter, system-ui, sans-serif);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  color: var(--quiz-muted);
}

.quiz-progress {
  height: 8px;
  width: 100%;
  background: var(--quiz-track);
  border-radius: 99px;
  overflow: hidden;
  margin: 16px 0 clamp(42px, 6vw, 62px);
}

.quiz-progress-bar {
  height: 100%;
  width: var(--quiz-progress, 0%);
  background: #18321f;
  border-radius: inherit;
  transition: width 360ms var(--ease-out, ease);
}

.quiz-question {
  font-family: var(--display, Georgia, serif);
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--quiz-ink);
  max-width: 920px;
  margin: 0 0 28px;
}

.quiz-question-note {
  max-width: 760px;
  color: var(--quiz-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin: -8px 0 28px;
}

.quiz-options {
  display: grid;
  gap: 16px;
}

.quiz-option {
  appearance: none;
  width: 100%;
  min-height: 88px;
  border: 2px solid var(--quiz-line);
  border-radius: 17px;
  background: var(--quiz-panel);
  color: var(--quiz-ink);
  text-align: left;
  padding: 24px 30px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  border-color: #18321f;
  background: #fffaf0;
  outline: none;
  transform: translateY(-1px);
}

.quiz-option strong {
  display: block;
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.35;
  font-weight: 500;
}

.quiz-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  margin-top: 24px;
}

.quiz-back,
.quiz-skip,
.quiz-result-secondary {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--quiz-muted, rgba(251, 247, 236, 0.68));
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.quiz-back:hover,
.quiz-skip:hover {
  color: var(--quiz-ink);
}

.quiz-text-form {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: 22px;
}

.quiz-lead-card {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.quiz-lead-title {
  font-family: var(--display, Georgia, serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--quiz-ink);
  max-width: 760px;
  margin: 28px auto 22px;
}

.quiz-lead-subtitle,
.quiz-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--quiz-muted);
  font-size: clamp(1.1rem, 1.8vw, 1.36rem);
  line-height: 1.55;
}

.quiz-form {
  display: grid;
  gap: 18px;
  margin: 42px auto 0;
  max-width: 720px;
  text-align: left;
}

.quiz-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.quiz-field {
  display: grid;
  gap: 10px;
}

.quiz-field-full {
  grid-column: 1 / -1;
}

.quiz-field label {
  color: var(--quiz-ink);
  font-size: 1rem;
}

.quiz-label-note {
  color: var(--quiz-muted);
  font-size: 0.9rem;
}

.quiz-field input {
  width: 100%;
  min-height: 74px;
  border: 1px solid var(--quiz-line);
  border-radius: 17px;
  background: var(--quiz-panel);
  color: var(--quiz-ink);
  padding: 18px 22px;
  font: inherit;
  font-size: 1.18rem;
}

.quiz-field input::placeholder {
  color: #9aa4b5;
}

.quiz-field input:focus {
  outline: none;
  border-color: #18321f;
  background: #fffaf0;
}

.quiz-form .btn-primary,
.quiz-text-form .btn-primary {
  width: 100%;
}

.quiz-form-note {
  color: #9aa698;
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: center;
  margin: 16px 0 0;
}

.quiz-lead-back {
  justify-self: center;
  margin-top: 8px;
}

.quiz-error {
  color: #9f3d2f;
  min-height: 1.4em;
  font-size: 0.92rem;
  text-align: center;
}

.quiz-loading {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fbf7ec;
}

.quiz-loading-card {
  width: min(860px, calc(100% - 40px));
  padding: clamp(28px, 6vw, 64px);
}

.quiz-spinner {
  width: 54px;
  height: 54px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 3px solid #e1dbcf;
  border-top-color: #18321f;
  animation: quiz-spin 0.9s linear infinite;
}

@keyframes quiz-spin {
  to { transform: rotate(360deg); }
}

.quiz-loading-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(28px, 4vw, 42px) auto 24px;
  overflow: hidden;
  border: 1px solid rgba(26, 46, 32, 0.14);
  border-radius: 18px;
  background: rgba(26, 46, 32, 0.12);
}

.quiz-proof-item {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 116px;
  padding: 22px 18px;
  background: rgba(244, 241, 235, 0.86);
}

.quiz-proof-item strong {
  display: block;
  color: var(--quiz-ink);
  font-family: var(--display, Georgia, serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.quiz-proof-item span {
  color: var(--quiz-muted);
  font-size: 0.92rem;
  line-height: 1.3;
}

.quiz-loading-quote {
  max-width: 720px;
  margin: 0 auto;
  color: #41543f;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-style: italic;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .quiz-loading-proof {
    grid-template-columns: 1fr;
  }
}

.quiz-result-gateway {
  min-height: 100svh;
  color: #1a2e20;
  background: #fbf7ec;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  padding: clamp(84px, 11vw, 150px) 0 clamp(70px, 9vw, 120px);
}

.quiz-result-gateway::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 760px at -180px -180px, rgba(216, 177, 100, 0.2), transparent 70%),
    radial-gradient(circle 700px at calc(100% + 120px) 20%, rgba(95, 113, 95, 0.16), transparent 72%),
    #fbf7ec;
}

.quiz-result-gateway::after {
  display: none;
}

.quiz-result-bg {
  display: none;
}

.funnel-landing .hero {
  min-height: auto;
  justify-content: flex-start;
  margin-top: -1px;
  padding-top: clamp(96px, 10vw, 136px);
}

.quiz-result-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.quiz-result-kicker,
.quiz-result-card-label {
  color: #68765f;
}

.quiz-result-gateway h1,
.quiz-result-title,
.quiz-breakdown-heading {
  font-family: var(--display, Georgia, serif);
  line-height: 0.96;
  letter-spacing: 0;
}

.quiz-result-gateway h1 {
  font-size: clamp(3rem, 7.4vw, 7.4rem);
  max-width: 1080px;
  margin: 18px 0 24px;
}

.quiz-result-gateway h1.quiz-results-opening {
  max-width: none;
  margin: 10px auto 24px;
  text-align: center;
  font-family: "Montserrat", var(--body, Inter, system-ui, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.quiz-result-vsl-wrap {
  max-width: 980px;
  margin: clamp(22px, 3.5vw, 40px) auto clamp(34px, 5vw, 58px);
  position: relative;
}

.quiz-result-vsl-wrap .hero-video-frame {
  box-shadow:
    0 30px 80px rgba(26, 46, 32, 0.18),
    0 0 0 1px rgba(26, 46, 32, 0.1);
  background: #132118;
}

.quiz-breakdown-heading {
  max-width: 900px;
  color: #1a2e20;
  font-size: clamp(2.2rem, 4.8vw, 5.2rem);
  margin: 0 0 28px;
}

.quiz-result-title {
  font-size: clamp(2.6rem, 6.2vw, 6.4rem);
  max-width: 1080px;
  margin: 18px 0 24px;
}

.quiz-result-gateway h1 em,
.quiz-result-title em {
  color: #2f7a3f;
  font-style: italic;
}

.personal-band h2 em {
  color: var(--accent, #c9a95f);
  font-style: italic;
}

.quiz-result-subhead {
  max-width: 850px;
  color: #4f614f;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.quiz-calendar-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: start;
  margin: clamp(34px, 5vw, 58px) 0 42px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #c7d0c2;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 18px 48px rgba(26, 46, 32, 0.08);
}

.quiz-calendar-card h2 {
  font-family: var(--display, Georgia, serif);
  color: #1a2e20;
  font-size: clamp(2.05rem, 3.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin: 14px 0 16px;
}

.quiz-calendar-card p {
  color: #4f614f;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.68;
  margin: 0;
}

.quiz-calendar-frame {
  width: 100%;
  min-height: 720px;
  border: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.quiz-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 42px 0 34px;
}

.quiz-result-card {
  background: rgba(255, 250, 240, 0.76);
  border: 1px solid #c7d0c2;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 46, 32, 0.08);
  padding: clamp(22px, 3vw, 34px);
}

.quiz-result-card h2 {
  font-family: var(--display, Georgia, serif);
  line-height: 1.08;
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 14px 0 14px;
}

.quiz-result-card p,
.quiz-result-list {
  color: #4f614f;
  line-height: 1.65;
}

.quiz-result-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.quiz-result-list li {
  padding-left: 20px;
  position: relative;
}

.quiz-result-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #2f7a3f;
  position: absolute;
  left: 0;
  top: 0.62em;
}

.quiz-result-actions,
.personal-band-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-result-secondary {
  color: #4f614f;
}

.quiz-result-secondary:hover {
  color: #1a2e20;
}

.quiz-result-bridge {
  color: #5f715f;
  max-width: 760px;
  line-height: 1.7;
  margin-top: 24px;
}

.personal-inline-note {
  width: fit-content;
  max-width: 740px;
  margin: 0 auto 28px;
  color: rgba(251, 247, 236, 0.74);
  background: rgba(7, 18, 13, 0.5);
  border: 1px solid rgba(251, 247, 236, 0.15);
  border-radius: 8px;
  padding: 13px 17px;
  text-align: center;
}

.personal-report,
.personal-map,
.personal-band {
  position: relative;
  overflow: hidden;
}

.personal-report {
  background: #f8f1df;
  color: var(--ink, #132118);
  padding: clamp(58px, 8vw, 104px) 0;
}

.personal-report-inner,
.personal-map-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}

.personal-report-copy .h-section,
.personal-map .h-section {
  margin-bottom: 22px;
}

.personal-report-copy p,
.personal-map p,
.personal-band p {
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.personal-report-panel,
.personal-map-card {
  border-radius: 8px;
  border: 1px solid rgba(19, 33, 24, 0.12);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 24px 70px rgba(19, 33, 24, 0.1);
  padding: clamp(24px, 4vw, 42px);
}

.personal-report-panel strong,
.personal-map-card strong {
  display: block;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin: 12px 0 16px;
  letter-spacing: 0;
}

.personal-map {
  background: #fffaf0;
  color: var(--ink, #132118);
  padding: clamp(58px, 8vw, 108px) 0;
}

.personal-map-card span {
  display: inline-flex;
  font-family: var(--mono, ui-monospace, monospace);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  color: var(--forest-mid, #1f3527);
}

.personal-band-dark {
  background:
    radial-gradient(circle at 80% 18%, rgba(216, 177, 100, 0.18), transparent 28rem),
    #0b1b12;
  color: var(--cream, #fbf7ec);
  padding: clamp(62px, 8vw, 108px) 0;
}

.personal-band-inner {
  justify-content: space-between;
}

.personal-band h2 {
  font-family: var(--display, Georgia, serif);
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 860px;
  margin-bottom: 20px;
}

.personal-band p {
  color: rgba(251, 247, 236, 0.72);
  max-width: 720px;
}

@media (max-width: 900px) {
  .quiz-result-grid,
  .quiz-calendar-card,
  .personal-report-inner,
  .personal-map-inner {
    grid-template-columns: 1fr;
  }

  .quiz-visual {
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .quiz-shell,
  .quiz-result-wrap {
    width: min(100% - 28px, 1120px);
  }

  .quiz-shell {
    padding: 42px 0 56px;
  }

  .quiz-title {
    font-size: clamp(3rem, 15vw, 4.4rem);
    margin: 24px auto 28px;
  }

  .quiz-visual {
    border-radius: 16px;
    margin-bottom: 28px;
  }

  .quiz-intro-card {
    border-radius: 16px;
  }

  .quiz-options,
  .quiz-fields {
    grid-template-columns: 1fr;
  }

  .quiz-option {
    min-height: 78px;
    padding: 20px 22px;
  }

  .quiz-field input {
    min-height: 66px;
  }

  .quiz-app .btn-primary {
    width: 100%;
    min-height: 66px;
    padding: 18px 28px;
  }

  .quiz-result-actions,
  .personal-band-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .quiz-result-actions .btn,
  .personal-band-inner .btn {
    width: 100%;
    justify-content: center;
  }

  .quiz-calendar-frame {
    min-height: 650px;
  }
}
