:root {
  --forest: #113e2d;
  --forest-deep: #0a3022;
  --olive: #54705b;
  --ink: #253429;
  --muted: #6d776d;
  --cream: #f9f7f1;
  --paper: #eeede6;
  --line: #deded2;
  --gold: #bd9b6b;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1380px,100%); min-height: 100vh; padding: 21px 28px 14px; margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 75px; margin: 0 auto 16px; padding: 0 35px; background: var(--forest); color: #fff; border-radius: 5px; }
.brand img { width: 133px; max-height: 53px; object-fit: contain; }
.topbar-note { display: flex; align-items: center; gap: 27px; color: #c9d6cb; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.topbar-note a { padding: 10px 0; color: #fff; font-size: 13px; letter-spacing: .02em; white-space: nowrap; }
.topbar-note a:hover { color: #e8c59c; }
.quiz-shell { display: grid; grid-template-columns: minmax(440px, .9fr) minmax(520px, 1.1fr); min-height: 740px; background: var(--cream); border: 1px solid #d5d3c6; border-radius: 5px; box-shadow: 0 24px 65px rgba(27,43,30,.09); overflow: hidden; }
.visual-panel { position: relative; min-width: 0; min-height: 740px; overflow: hidden; background: #b8a790; }
.visual-content { position: relative; z-index: 2; min-height: 309px; padding: 32px clamp(30px,3.6vw,52px) 26px; background: var(--forest); color: #fff; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 15px; color: #cdbb9c; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--gold); }
.visual-content h1 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(45px,4.3vw,64px); font-weight: 500; line-height: .93; letter-spacing: -.03em; }
.visual-content h1 em { color: #dfc39f; font-style: normal; }
.visual-lead { margin: 12px 0 0; color: #dce6dc; font-size: 12px; line-height: 1.55; }
.price-lockup { display: flex; align-items: baseline; gap: 17px; width: max-content; max-width: 100%; margin-top: 13px; padding-top: 10px; border-top: 1px solid rgba(216,224,207,.32); }
.price-lockup span { color: #dce6dc; font-size: 10px; font-weight: 600; line-height: 1.3; letter-spacing: .05em; }
.price-lockup strong { color: #e7c49e; font-family: 'Cormorant Garamond',Georgia,serif; font-size: 39px; font-weight: 600; line-height: .8; white-space: nowrap; }
.visual-image { position: absolute; top: 309px; right: 0; bottom: 72px; left: 0; width: 100%; height: calc(100% - 381px); object-fit: cover; object-position: center 50%; }
.visual-bottom { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: center; gap: 4px; min-height: 72px; padding: 10px 32px; background: var(--forest-deep); color: #fff; text-align: center; }
.visual-bottom span { color: #b9c6b8; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.visual-bottom strong { color: #f0dfc7; font-family: 'Cormorant Garamond',Georgia,serif; font-size: 21px; font-weight: 500; line-height: 1; }
.quiz-panel { min-width: 0; padding: 48px clamp(42px,5.2vw,82px) 50px; background: var(--cream); }
.quiz-overline { display: flex; align-items: center; gap: 10px; margin-bottom: 42px; color: var(--olive); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.quiz-dot { display: block; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.progress-head { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 12px; color: #6d806f; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.progress-track { height: 2px; margin-bottom: 43px; background: #dedfd3; }
.progress-track i { display: block; width: 25%; height: 100%; background: var(--forest); transition: width .28s ease; }
.step { animation: arrive .27s ease; }
@keyframes arrive { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.step-kicker { margin: 0 0 10px; color: #9a825f; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.step h2 { max-width: 680px; margin: 0; color: var(--forest-deep); font-family: 'Cormorant Garamond',Georgia,serif; font-size: clamp(40px,4vw,56px); font-weight: 500; line-height: .96; letter-spacing: -.025em; }
.step-intro { max-width: 540px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.options { display: grid; gap: 10px; margin-top: 30px; }
.option-card, .option-simple { min-width: 0; color: var(--ink); background: #fff; border: 1px solid #dedfd4; border-radius: 4px; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s, transform .18s; }
.option-card { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 17px; min-height: 76px; padding: 7px 18px 7px 7px; text-align: left; }
.option-card > span:nth-child(2), .option-simple span { min-width: 0; font-size: 13px; font-weight: 600; line-height: 1.3; }
.variant-photo { display: block; width: 96px; height: 60px; background-color: #cfc6b8; background-repeat: no-repeat; background-size: 360% auto; border-radius: 2px; }
.variant-help { background-size: 36px auto; background-color: #e4eae1; }
.option-card b, .option-simple b { color: #9b8766; font-size: 19px; font-weight: 400; }
.option-card:hover, .option-card:focus-visible, .option-simple:hover, .option-simple:focus-visible { border-color: var(--olive); background: #fbfcf8; box-shadow: 0 6px 17px rgba(23,53,36,.06); outline: none; transform: translateX(2px); }
.options-simple { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.option-simple { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 70px; padding: 13px 18px; text-align: left; }
.option-simple.wide { grid-column: 1 / -1; }
.step-actions { margin-top: 25px; }
.back-button { padding: 8px 0; border: 0; background: none; color: #768077; font-size: 12px; cursor: pointer; }
.back-button:hover { color: var(--forest); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-top: 25px; }
.field { display: grid; min-width: 0; gap: 7px; color: #516555; font-size: 11px; font-weight: 700; }
.field.full { grid-column: 1 / -1; }
.field small { color: #858b80; font-weight: 400; }
.field input, .field textarea { width: 100%; min-width: 0; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #d8ddd2; border-radius: 3px; outline: 0; font-size: 13px; transition: border-color .18s, box-shadow .18s; }
.field textarea { min-height: 83px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(84,112,91,.12); }
.submit { width: 100%; min-height: 52px; margin-top: 18px; color: #fff; background: var(--forest); border: 1px solid var(--forest); border-radius: 3px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: background .18s; }
.submit:hover { background: #1b533a; }
.submit:disabled { opacity: .6; cursor: wait; }
.privacy-note { margin: 12px 0 0; color: #7a827a; text-align: center; font-size: 10px; line-height: 1.5; }
.form-error { min-height: 17px; color: #a34232; text-align: center; font-size: 11px; }
.success { display: flex; min-height: 430px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-mark { display: grid; width: 60px; height: 60px; margin-bottom: 24px; place-items: center; background: var(--forest); color: white; border-radius: 50%; font-size: 25px; }
.success p { max-width: 530px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.success a { margin-top: 16px; color: var(--forest); font-size: 13px; font-weight: 700; }
.privacy-strip { display: flex; justify-content: space-between; gap: 20px; padding: 12px 2px 0; color: #758075; font-size: 10px; line-height: 1.4; }
.cookie { position: fixed; z-index: 20; right: 18px; bottom: 18px; left: 18px; display: flex; max-width: 800px; align-items: center; justify-content: space-between; gap: 23px; margin: auto; padding: 18px 22px; background: var(--forest-deep); color: white; border: 1px solid #7a8e80; box-shadow: 0 18px 55px #1e372a55; }
.cookie[hidden] { display: none; }
.cookie strong { font-family: 'Cormorant Garamond',Georgia,serif; font-size: 22px; font-weight: 500; }
.cookie p { max-width: 500px; margin: 4px 0 0; color: #c6d2c8; font-size: 11px; line-height: 1.5; }
.cookie > div:last-child { display: flex; gap: 8px; }
.cookie button { padding: 10px 14px; background: transparent; color: #fff; border: 1px solid #9cb09f; cursor: pointer; font-size: 11px; }
.cookie .primary-small { background: #e3c39a; color: var(--forest-deep); border-color: #e3c39a; }
@media (max-width:1020px) {
  .page-shell { padding: 16px; }
  .quiz-shell { grid-template-columns: 1fr; }
  .visual-panel { min-height: 420px; }
  .visual-content { width: 55%; height: 100%; min-height: 0; padding: 35px 25px 75px; }
  .visual-content h1 { font-size: 52px; }
  .visual-image { top: 0; right: 0; bottom: 0; left: auto; width: 48%; height: 100%; object-position: 50% 50%; }
  .visual-bottom { right: 0; left: auto; width: 48%; }
  .quiz-panel { min-height: 580px; }
}
@media (max-width:620px) {
  .page-shell { padding: 0; }
  .topbar { height: 65px; margin: 0; padding: 0 17px; border-radius: 0; }
  .brand img { width: 113px; }
  .topbar-note span { display: none; }
  .topbar-note a { font-size: 12px; }
  .quiz-shell { min-height: calc(100vh - 65px); border: 0; border-radius: 0; box-shadow: none; }
  .visual-panel { min-height: 591px; }
  .visual-content { width: 100%; height: 244px; padding: 20px 23px 17px; }
  .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .visual-content h1 { font-size: clamp(41px,11vw,50px); }
  .visual-lead { margin-top: 9px; font-size: 11px; }
  .price-lockup { margin-top: 9px; padding-top: 8px; }
  .price-lockup span { font-size: 9px; }
  .price-lockup strong { font-size: 32px; }
  .visual-image { top: 244px; right: 0; bottom: 65px; width: 100%; height: calc(100% - 309px); object-position: center 50%; }
  .visual-bottom { right: 0; left: 0; width: 100%; min-height: 65px; padding: 9px 18px; }
  .visual-bottom strong { font-size: 19px; }
  .quiz-panel { min-height: 570px; padding: 30px 21px 38px; }
  .quiz-overline { margin-bottom: 29px; }
  .progress-track { margin-bottom: 31px; }
  .step h2 { font-size: 43px; }
  .step-intro { font-size: 12px; }
  .options { margin-top: 24px; }
  .option-card { grid-template-columns: 72px 1fr auto; gap: 13px; min-height: 67px; padding: 6px 13px 6px 6px; }
  .variant-photo { width: 72px; height: 53px; }
  .options-simple { grid-template-columns: 1fr; }
  .option-simple, .option-simple.wide { grid-column: auto; min-height: 59px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .field.full { grid-column: auto; }
  .privacy-strip { padding: 10px 16px; background: #e6e8de; }
  .privacy-strip span:last-child { display: none; }
  .cookie { right: 7px; left: 7px; bottom: 7px; flex-direction: column; align-items: stretch; gap: 12px; }
  .cookie > div:last-child { justify-content: flex-end; }
}
@media (max-width:360px) {
  .visual-content { height: 255px; }
  .visual-image { top: 255px; height: calc(100% - 320px); }
  .visual-content h1 { font-size: 41px; }
  .visual-lead { font-size: 10px; }
  .visual-bottom strong { font-size: 17px; }
}
@media (max-width:620px) {
  .visual-panel { min-height: 625px; }
  .visual-content { height: 272px; }
  .visual-image { top: 272px; height: calc(100% - 337px); }
}
@media (max-width:360px) {
  .visual-content { height: 280px; }
  .visual-image { top: 280px; height: calc(100% - 345px); }
}
@media (max-width:360px) {
  .visual-panel { min-height: 665px; }
  .visual-content { height: 304px; }
  .visual-image { top: 304px; height: calc(100% - 369px); }
}
