:root{--green:#4f7d45;--green-dark:#294b32;--sage:#e9f0e4;--cream:#faf7ef;--orange:#d98542;--ink:#29322c;--muted:#69736c;--white:#fff;--line:#dfe6dc;--shadow:0 18px 55px rgba(43,67,46,.12)}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 85% 12%,#edf2e4 0,transparent 28%),var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}.announcement{height:30px;background:var(--green-dark);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;letter-spacing:.12em}.site-header{background:rgba(250,247,239,.94);border-bottom:1px solid rgba(41,75,50,.1)}.header-inner{height:72px;max-width:980px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand-wrap{display:flex;align-items:center;gap:14px;color:var(--green-dark);font-size:13px;font-weight:700}.logo{width:126px;height:auto;display:block}.privacy{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:12px;font-weight:700}.privacy svg{width:17px;fill:none;stroke:var(--green);stroke-width:1.8}main{width:min(100% - 32px,780px);margin:30px auto 24px}.progress-shell{margin-bottom:14px}.progress-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;color:var(--muted);font-size:12px;font-weight:700}.back{border:0;background:transparent;color:var(--green-dark);padding:5px 0;font:inherit;cursor:pointer}.progress-track{height:7px;background:#e3e8df;border-radius:99px;overflow:hidden}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--green),#78a65f);border-radius:99px;transition:width .35s ease}.quiz-card{background:var(--white);border:1px solid rgba(41,75,50,.08);border-radius:24px;box-shadow:var(--shadow);min-height:480px;padding:42px 48px;position:relative;overflow:hidden}.quiz-card:before{content:"";position:absolute;right:-80px;top:-90px;width:210px;height:210px;background:var(--sage);border-radius:50%;opacity:.7}.screen{position:relative;z-index:1;animation:enter .32s ease both}.eyebrow{margin:0 0 12px;color:var(--green);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--green-dark);line-height:1.12;margin-top:0}h1{font-size:clamp(34px,6vw,52px);letter-spacing:-.03em;margin-bottom:18px}h2{font-size:clamp(28px,4.5vw,38px);letter-spacing:-.02em;margin-bottom:10px}h3{font-size:23px;margin-bottom:8px}.lead{font-size:17px;color:#566159;max-width:650px;margin:0 0 25px}.helper{color:var(--muted);font-size:14px;margin:0 0 20px}.welcome-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center}.bottle-cluster{height:270px;position:relative}.bottle-cluster img{position:absolute;width:150px;filter:drop-shadow(0 16px 15px rgba(33,51,35,.16))}.bottle-cluster img:first-child{left:0;bottom:0;transform:rotate(-6deg)}.bottle-cluster img:nth-child(2){right:0;bottom:3px;transform:rotate(7deg)}.bottle-cluster img:nth-child(3){left:55px;bottom:18px;z-index:2}.points{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 25px;padding:0;list-style:none}.points li{font-size:12px;font-weight:750;background:var(--sage);color:var(--green-dark);border-radius:99px;padding:8px 11px}.points li:before{content:"✓";margin-right:6px;color:var(--green)}button,.button{min-height:48px;border-radius:12px;border:0;font:inherit;font-weight:850;letter-spacing:.04em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary{background:var(--green);color:#fff;padding:14px 23px;box-shadow:0 9px 20px rgba(79,125,69,.25);text-transform:uppercase}.primary:hover{transform:translateY(-1px);background:#426e3a}.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.micro{font-size:11px;color:var(--muted);margin:14px 0 0}.answers{display:grid;gap:11px;margin-top:24px}.answer{position:relative}.answer input{position:absolute;opacity:0;pointer-events:none}.answer label{display:flex;align-items:center;gap:13px;min-height:56px;border:1.5px solid var(--line);border-radius:14px;padding:13px 15px;background:#fff;cursor:pointer;font-size:15px;font-weight:680;transition:.18s ease}.answer label:before{content:"";width:22px;height:22px;flex:0 0 22px;border:2px solid #b9c5b9;border-radius:50%;background:#fff}.answer input[type=checkbox]+label:before{border-radius:6px}.answer input:checked+label{border-color:var(--green);background:#f1f6ee;box-shadow:0 0 0 1px var(--green)}.answer input:checked+label:before{border-color:var(--green);background:var(--green);box-shadow:inset 0 0 0 5px #fff}.answer input[type=checkbox]:checked+label:before{box-shadow:none;background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3' d='m5 12 4 4L19 7'/%3E%3C/svg%3E") center/17px}.answer input:focus-visible+label,.primary:focus-visible,.back:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #e6a465;outline-offset:3px}.actions{display:flex;align-items:center;gap:16px;margin-top:22px}.inline-error{color:#9a5026;font-size:13px;font-weight:700;margin:10px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;font-size:13px;font-weight:780;margin-bottom:7px}.field input{width:100%;min-height:50px;border:1.5px solid var(--line);border-radius:11px;padding:12px 14px;font:inherit}.field-error{min-height:19px;color:#9a5026;font-size:12px;margin:4px 0}.consent{display:flex;align-items:flex-start;gap:9px;font-size:13px;margin:5px 0 20px}.consent input{width:18px;height:18px;accent-color:var(--green);margin-top:2px}.loading{text-align:center;padding:60px 10px}.spinner{width:58px;height:58px;border:5px solid var(--sage);border-top-color:var(--green);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 25px}.result-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:center}.product-stage{border-radius:22px;background:linear-gradient(145deg,#eef4e9,#fff8e9);min-height:330px;display:grid;place-items:center}.product-stage img{width:min(90%,310px);filter:drop-shadow(0 20px 18px rgba(36,53,38,.18))}.benefits{padding:0;list-style:none;margin:18px 0}.benefits li{display:flex;gap:10px;margin:9px 0;font-size:14px}.benefits li:before{content:"✓";color:var(--green);font-weight:900}.review-note{background:#fff4e7;border-left:4px solid var(--orange);padding:13px 15px;margin:0 0 18px;font-size:13px;font-weight:700}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:25px 0 16px}.trust span{background:var(--sage);color:var(--green-dark);text-align:center;border-radius:10px;padding:10px 7px;font-size:11px;font-weight:800}.secondary-card{margin-top:30px;border-top:1px solid var(--line);padding-top:25px;display:grid;grid-template-columns:100px 1fr;gap:18px;align-items:center}.secondary-card img{width:100px}.secondary-card p{font-size:14px;margin:0 0 12px}.text-link{color:var(--green-dark);font-weight:800}.restart{display:inline-block;margin-top:20px;color:var(--green);font-weight:800}.disclaimer{font-size:10.5px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;margin-top:28px}footer{text-align:center;padding:0 20px 24px;color:var(--muted);font-size:11px}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes enter{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:680px){.header-inner{height:60px;padding:0 16px}.brand-wrap span{display:none}.logo{width:110px}.privacy{font-size:11px}main{width:min(100% - 20px,780px);margin-top:15px}.quiz-card{padding:28px 20px;border-radius:18px;min-height:0}.welcome-grid,.result-grid{grid-template-columns:1fr}.bottle-cluster{height:185px;order:-1}.bottle-cluster img{width:110px}.bottle-cluster img:nth-child(3){left:calc(50% - 55px)}h1{font-size:35px}.lead{font-size:15px}.form-grid{grid-template-columns:1fr;gap:4px}.product-stage{min-height:240px}.product-stage img{width:230px}.trust{grid-template-columns:1fr 1fr}.answer label{font-size:14px;min-height:54px}.actions .primary{width:100%}.secondary-card{grid-template-columns:80px 1fr}.secondary-card img{width:80px}}
@media(max-width:360px){.quiz-card{padding:23px 15px}.announcement{font-size:9px}.answer label{padding:10px 11px;min-height:50px}.answers{gap:8px;margin-top:16px}h2{font-size:26px}.helper{margin-bottom:12px}.bottle-cluster{display:none}}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
@media(max-width:680px){.actions{position:sticky;bottom:10px;z-index:4;background:rgba(255,255,255,.94);padding:8px 0 2px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
