:root {
  --ink: #24362f;
  --ink-soft: #53635d;
  --forest: #365f4e;
  --forest-dark: #294c3e;
  --sage: #a8bcae;
  --sage-light: #dfe8df;
  --cream: #f6f1e7;
  --paper: rgba(255, 253, 248, .91);
  --clay: #c98365;
  --clay-light: #f4ddd2;
  --line: rgba(54, 95, 78, .16);
  --shadow: 0 24px 70px rgba(52, 71, 62, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(210, 226, 212, .72), transparent 34rem),
    linear-gradient(145deg, #f9f5ed 0%, #f3efe5 62%, #edf3ec 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}

.ambient { position: fixed; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.ambient-one { width: 22rem; height: 22rem; top: 15%; right: -11rem; background: rgba(201, 131, 101, .11); }
.ambient-two { width: 28rem; height: 28rem; bottom: -16rem; left: -12rem; background: rgba(79, 121, 102, .12); }

.page-shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; position: relative; }

.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 2px 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: 105px; height: 105px; object-fit: contain; }
.private-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: var(--forest-dark); border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.54); font-size: 12px; font-weight: 600; }
.private-badge i, .fit i { width: 7px; height: 7px; border-radius: 50%; background: #6d9a7e; box-shadow: 0 0 0 4px rgba(109,154,126,.13); }

.intro { text-align: center; max-width: 730px; margin: 62px auto 40px; }
.eyebrow, .result-label, .result-kicker { margin: 0 0 14px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 400; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(43px, 7vw, 72px); line-height: .98; }
h1 em { display: block; color: var(--forest); font-weight: 400; }
.lede { max-width: 620px; margin: 22px auto 20px; color: var(--ink-soft); font-size: 17px; }
.assurances { display: flex; align-items: center; justify-content: center; gap: 19px; color: #68766f; font-size: 12px; }
.assurances span + span::before { content: "·"; margin-right: 19px; color: var(--clay); }

.configurator { max-width: 920px; margin: 0 auto; padding: 34px clamp(20px, 5vw, 55px) 30px; border: 1px solid rgba(255,255,255,.75); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.progress-wrap { margin-bottom: 34px; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 4px; overflow: hidden; border-radius: 99px; background: var(--sage-light); }
.progress-bar { width: 33.333%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--forest), #73927f); transition: width .35s ease; }

fieldset { padding: 0; margin: 0; border: 0; }
.step { display: none; animation: enter .3s ease both; }
.step.is-active { display: block; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
legend { width: 100%; color: var(--ink); font: 500 clamp(25px, 4vw, 34px)/1.12 "Newsreader", Georgia, serif; text-align: center; }
.question-help { margin: 9px 0 25px; color: var(--ink-soft); font-size: 13px; text-align: center; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.choice-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-card { min-height: 112px; display: grid; grid-template-columns: 46px 1fr 22px; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: rgba(54,95,78,.37); box-shadow: 0 9px 22px rgba(51,74,63,.08); }
.choice-card:has(input:focus-visible) { outline: 3px solid rgba(201,131,101,.28); outline-offset: 2px; }
.choice-card:has(input:checked) { border-color: var(--forest); background: #f0f5ef; box-shadow: inset 0 0 0 1px var(--forest); }
.choice-card.is-hidden { display: none; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--clay-light); color: var(--clay); }
.choice-icon::before { font-size: 21px; line-height: 1; }
.icon-speech::before { content: "◌"; }
.icon-wave::before { content: "≋"; font-size: 27px; }
.icon-moon::before { content: "☾"; font-size: 25px; }
.icon-branch::before { content: "⌁"; font-size: 27px; }
.icon-pin::before { content: "⌖"; }
.icon-screen::before { content: "▣"; }
.icon-spark::before { content: "✦"; }
.icon-compass::before { content: "⊕"; }
.icon-hand::before { content: "∿"; font-size: 27px; }
.icon-circles::before { content: "◎"; }
.icon-feather::before { content: "⌇"; }
.icon-book::before { content: "▤"; }
.choice-copy strong, .choice-copy small { display: block; }
.choice-copy strong { font-size: 14px; line-height: 1.3; }
.choice-copy small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.check { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 50%; color: transparent; font-size: 11px; }
.choice-card:has(input:checked) .check { color: white; border-color: var(--forest); background: var(--forest); }
.compact { min-height: 135px; grid-template-columns: 1fr 22px; align-content: start; }
.compact .choice-icon { grid-column: 1 / -1; margin-bottom: 4px; }

.actions { display: flex; justify-content: space-between; margin-top: 26px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 0; border-radius: 999px; font: 600 13px "DM Sans", sans-serif; text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease, opacity .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--forest); box-shadow: 0 10px 22px rgba(54,95,78,.18); }
.btn-primary:hover { background: var(--forest-dark); }
.btn-ghost { color: var(--ink-soft); border: 1px solid var(--line); background: transparent; }
.btn:disabled { opacity: .35; cursor: default; transform: none; }
.form-alert { min-height: 19px; margin-top: 8px; color: #a64c3f; font-size: 12px; text-align: right; }

.result { animation: enter .38s ease both; }
.result-topline { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.result-label { margin: 0; }
.fit { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 11px; font-weight: 600; }
.result-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .7fr); gap: 32px; padding: 30px 0 24px; }
.result-kicker { margin-bottom: 9px; }
.result h2 { margin: 0; color: var(--forest-dark); font-size: clamp(34px, 5vw, 48px); line-height: 1.03; }
.result-summary { margin: 15px 0 18px; color: var(--ink-soft); font-size: 15px; }
.result-points { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.result-points li { position: relative; padding-left: 22px; font-size: 13px; }
.result-points li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); font-weight: 700; }
.price-card { align-self: stretch; padding: 22px; border-radius: 20px; background: linear-gradient(145deg, #e9f0e8, #f5f1e7); }
.price-card p { margin: 0 0 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card > strong { display: block; min-height: 45px; font: 500 19px/1.18 "Newsreader", Georgia, serif; }
.price-line { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.price-line span { color: var(--ink-soft); font-size: 11px; }
.price-line b { color: var(--forest-dark); font: 500 28px/1 "Newsreader", Georgia, serif; white-space: nowrap; }
.price-card small { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 10px; }
.result-actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: var(--forest); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.alternative { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--clay); border-radius: 0 10px 10px 0; background: rgba(244,221,210,.38); color: var(--ink-soft); font-size: 12px; }
.alternative strong { color: var(--ink); }
.restart { display: block; margin: 22px auto 0; padding: 4px 8px; border: 0; color: var(--ink-soft); background: transparent; font: 600 11px "DM Sans", sans-serif; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }

footer { max-width: 850px; display: flex; align-items: start; justify-content: space-between; gap: 35px; margin: 28px auto 45px; color: #6d7974; font-size: 11px; }
footer p { max-width: 650px; margin: 0; }
footer a { color: var(--forest); white-space: nowrap; }

@media (max-width: 740px) {
  .page-shell { width: min(100% - 24px, 620px); }
  .site-header { padding-top: 18px; }
  .brand-logo { width: 82px; height: 82px; }
  .private-badge { font-size: 0; padding: 10px; }
  .private-badge i { margin: 0; }
  .intro { margin: 37px auto 30px; }
  h1 { font-size: clamp(41px, 13vw, 58px); }
  .lede { font-size: 15px; }
  .assurances { flex-wrap: wrap; gap: 5px 13px; }
  .assurances span + span::before { margin-right: 13px; }
  .configurator { padding: 27px 16px 24px; border-radius: 24px; }
  .choice-grid, .choice-grid-three { grid-template-columns: 1fr; }
  .choice-card, .compact { min-height: 93px; grid-template-columns: 44px 1fr 22px; }
  .compact .choice-icon { grid-column: auto; margin-bottom: 0; }
  .result-topline { align-items: start; gap: 12px; }
  .fit { max-width: 135px; text-align: right; }
  .result-layout { grid-template-columns: 1fr; gap: 20px; }
  .price-card { min-height: 155px; }
  .result-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { text-align: center; }
  footer { flex-direction: column; gap: 12px; margin-bottom: 30px; }
}

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