:root {
  --ink: #102b35;
  --muted: #5b7078;
  --deep: #0b2d3d;
  --teal: #0f8b78;
  --teal-dark: #087060;
  --mint: #dff5ef;
  --mint-soft: #effaf7;
  --line: #dce9e6;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(9, 55, 62, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 11%, rgba(63, 194, 166, .12), transparent 23rem),
    radial-gradient(circle at 92% 29%, rgba(111, 206, 187, .11), transparent 27rem),
    #f8fcfb;
  font-family: "DM Sans", sans-serif;
  min-height: 100vh;
}
button, a { font: inherit; }
button { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 77, 82, .08);
}
.brand { color: var(--deep); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: var(--teal); }
.brand-mark svg path:last-child { fill: none; stroke: white; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.header-trust { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .875rem; font-weight: 600; }
.header-trust svg { width: 17px; fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

main { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.intro { padding: 66px 0 35px; text-align: center; max-width: 810px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(15, 139, 120, .11); }
h1 { margin: 19px 0 16px; font: 800 clamp(2.35rem, 6vw, 4.5rem)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; color: var(--deep); }
h1 em { color: var(--teal); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; height: 7px; left: 2%; right: 0; bottom: -2px; border-radius: 99px; background: #9de3d3; z-index: -1; transform: rotate(-1deg); }
.intro > p { margin: 0 auto; max-width: 650px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.trust-row { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 13px 25px; color: #49636b; font-size: .88rem; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 17px; height: 17px; padding: 2px; border-radius: 50%; fill: none; stroke: var(--teal); stroke-width: 2.3; background: var(--mint); }

.navigator { margin: 10px auto 54px; max-width: 900px; min-height: 480px; border: 1px solid rgba(21, 110, 101, .13); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); overflow: hidden; }
.quiz-top { min-height: 63px; padding: 0 32px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.quiz-top > div { display: flex; align-items: center; gap: 14px; }
.quiz-label { font-size: .76rem; color: var(--teal-dark); letter-spacing: .105em; font-weight: 800; }
.step-label { color: #82949a; font-size: .78rem; padding-left: 14px; border-left: 1px solid var(--line); }
.restart-button { border: 0; background: transparent; color: var(--teal-dark); font-size: .85rem; font-weight: 700; cursor: pointer; padding: 8px; }
.restart-button:hover { text-decoration: underline; }
.progress-track { height: 4px; background: #e9f3f1; }
.progress-track span { display: block; width: 33%; height: 100%; background: linear-gradient(90deg, #2cb297, #0e8877); transition: width .35s ease; }
.quiz-panel { padding: 42px 46px 46px; animation: rise .35s ease; }
@keyframes rise { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.question-kicker { display: block; color: var(--teal-dark); font-weight: 700; font-size: .86rem; margin-bottom: 10px; }
.question-title { margin: 0; color: var(--deep); font: 750 clamp(1.55rem, 4vw, 2.05rem)/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.question-help { color: var(--muted); line-height: 1.55; margin: 9px 0 26px; }
.options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.option { width: 100%; min-height: 78px; text-align: left; display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--line); border-radius: 14px; background: #fff; padding: 14px 16px; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.option:hover, .option:focus-visible { outline: none; transform: translateY(-2px); border-color: #79cdbb; box-shadow: 0 10px 25px rgba(12, 103, 94, .09); background: #fbfffe; }
.option-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--mint-soft); color: var(--teal-dark); }
.option-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.option-copy { display: flex; flex-direction: column; gap: 3px; }
.option strong { font-size: .98rem; color: var(--deep); }
.option small { color: var(--muted); font-size: .79rem; line-height: 1.35; }
.option-arrow { margin-left: auto; color: #9bb5b2; font-size: 1.25rem; }

.result { text-align: center; max-width: 610px; margin: 0 auto; padding: 4px 0 2px; }
.result-mark { margin: 0 auto 18px; width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #1ca58c, #087666); box-shadow: 0 13px 27px rgba(8, 118, 102, .23); transform: rotate(-3deg); }
.result-mark svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.result .question-kicker { margin-bottom: 8px; }
.result h2 { margin: 0 0 12px; font: 800 clamp(1.7rem, 5vw, 2.45rem)/1.15 "Manrope", sans-serif; color: var(--deep); letter-spacing: -.04em; }
.result p { color: var(--muted); line-height: 1.65; margin: 0 auto 24px; }
.result-summary { display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; margin-bottom: 25px; }
.result-summary span { border: 1px solid var(--line); color: #47626a; background: #f8fcfb; border-radius: 99px; padding: 7px 11px; font-size: .79rem; font-weight: 600; }
.primary-cta { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 0 25px; border-radius: 12px; color: #fff; background: var(--teal); font-weight: 750; text-decoration: none; box-shadow: 0 11px 22px rgba(15, 139, 120, .21); transition: .18s ease; }
.primary-cta:hover, .primary-cta:focus-visible { background: var(--teal-dark); transform: translateY(-2px); outline: none; box-shadow: 0 15px 28px rgba(15, 139, 120, .27); }
.result-note { display: block; margin-top: 14px; color: #84969a; font-size: .76rem; }

.principles { margin: 0 auto 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.principles article { display: flex; gap: 13px; align-items: flex-start; }
.principle-icon { width: 39px; height: 39px; flex: 0 0 39px; border-radius: 11px; background: var(--mint); color: var(--teal-dark); display: grid; place-items: center; }
.principle-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.principles h2 { font: 700 .94rem/1.3 "Manrope", sans-serif; margin: 1px 0 4px; color: var(--deep); }
.principles p { color: var(--muted); font-size: .8rem; line-height: 1.45; margin: 0; }

footer { background: var(--deep); color: #d9e8e9; padding: 43px max(20px, calc((100vw - 1180px)/2)) 26px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding-bottom: 30px; }
.footer-brand { color: #fff; }
.footer-inner > p { color: #a9c0c4; font-size: .84rem; margin: 0; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #c6d9dc; text-decoration: none; font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.legal { border-top: 1px solid rgba(255,255,255,.1); padding-top: 23px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.legal p { max-width: 790px; color: #829fa5; font-size: .7rem; line-height: 1.55; margin: 0; }
.legal p:last-child { white-space: nowrap; }

@media (max-width: 760px) {
  .site-header { min-height: 70px; width: min(100% - 30px, 1180px); }
  .header-trust { font-size: 0; gap: 0; }
  .header-trust svg { width: 21px; height: 21px; }
  main { width: min(100% - 26px, 1040px); }
  .intro { padding: 45px 2px 28px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .intro > p { font-size: 1rem; }
  .trust-row { gap: 10px 15px; font-size: .78rem; }
  .navigator { border-radius: 19px; min-height: 510px; margin-bottom: 40px; }
  .quiz-top { padding: 0 20px; min-height: 57px; }
  .quiz-top > div { gap: 9px; }
  .quiz-label { font-size: .68rem; }
  .step-label { font-size: .7rem; padding-left: 9px; }
  .quiz-panel { padding: 31px 19px 32px; }
  .question-title { font-size: 1.5rem; }
  .question-help { font-size: .9rem; margin-bottom: 21px; }
  .options { grid-template-columns: 1fr; gap: 9px; }
  .option { min-height: 68px; padding: 11px 13px; }
  .option-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .principles { grid-template-columns: 1fr; gap: 19px; margin-bottom: 48px; padding: 0 4px; }
  footer { padding-top: 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
  .footer-links { flex-wrap: wrap; }
  .legal { display: block; }
  .legal p:last-child { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
