:root{--ink:#173c2b;--ink-soft:#426050;--cream:#f5f2e9;--paper:#fffdf8;--line:#d9e0d1;--sage:#dce9d8;--lime:#b9d89b;--orange:#dc8a46;--muted:#718078;--shadow:0 18px 50px rgba(23,60,43,.08)}
*{box-sizing:border-box}html{background:#e9eee5}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(160deg,#f0f5ec,#eef0e7 55%,#f8f4ed);min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}.page-shell{width:min(100%,700px);margin:0 auto;padding:0 16px 48px}.hero{position:relative;overflow:hidden;margin:0 -16px 20px;padding:22px 24px 24px;color:#f8fff7;background:linear-gradient(145deg,#173c2b,#285842 70%,#547b4b);box-shadow:0 20px 40px rgba(23,60,43,.18)}.hero-topline{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.08em;opacity:.84}.brand-mark{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;color:var(--ink);background:var(--lime);font-weight:900}.hero h1{position:relative;z-index:1;margin:26px 0 12px;font-size:clamp(32px,8vw,52px);line-height:1.05;letter-spacing:-.06em}.hero h1 em{font-style:normal;color:#ffd78c}.hero-copy{position:relative;z-index:1;max-width:500px;margin:0;color:#dcebd8;font-size:14px;line-height:1.75}.hero-meta{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-meta span{padding:8px 11px;border:1px solid rgba(255,255,255,.24);border-radius:99px;color:#e7f2e2;font-size:12px}.hero-meta b{color:#ffd78c;font-size:15px}.hero-orbit{position:absolute;border:1px solid rgba(226,244,212,.28);border-radius:50%}.orbit-one{right:-90px;top:-100px;width:310px;height:310px}.orbit-two{right:-26px;bottom:-154px;width:260px;height:260px}.section-card{margin:14px 0;padding:22px 20px;border:1px solid rgba(217,224,209,.9);border-radius:22px;background:rgba(255,253,248,.92);box-shadow:var(--shadow)}.section-kicker{margin-bottom:8px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.11em}.section-card h2{margin:0 0 8px;font-size:22px;letter-spacing:-.04em}.section-note{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.6}.required{margin-left:4px;color:#cb5f4d}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;border:0}.choice-grid legend,.pill-field legend{width:100%;margin:0 0 10px;font-size:14px;font-weight:800}.choice{position:relative;display:block}.choice input,.product-option input,.pills input{position:absolute;opacity:0}.choice span{display:flex;min-height:86px;flex-direction:column;justify-content:center;gap:3px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fcfbf6;transition:.2s}.choice span:first-letter{font-size:21px}.choice b{font-size:13px}.choice small,.product-info small{color:var(--muted);font-size:11px}.choice input:checked+span{border-color:var(--ink);background:var(--sage);box-shadow:inset 0 0 0 1px var(--ink)}.product-list{display:grid;gap:10px}.product-option{position:relative;display:flex;align-items:center;gap:12px;padding:9px;border:1px solid var(--line);border-radius:16px;background:#fcfbf6;transition:.2s}.product-option input:checked~.checkmark{opacity:1;transform:scale(1)}.product-option:has(input:checked){border-color:var(--ink);background:var(--sage)}.product-image{width:58px;height:58px;flex:none;overflow:hidden;border-radius:12px;background:var(--sage)}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.product-info b{font-size:14px}.checkmark{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:white;background:var(--ink);font-size:15px;opacity:0;transform:scale(.7);transition:.2s}.product-ratings{margin-top:16px;padding-top:14px;border-top:1px dashed var(--line)}.product-rating-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:8px 0;font-size:13px}.stars{display:flex;gap:2px}.star{width:27px;height:27px;padding:0;border:0;color:#c9d0c5;background:transparent;font-size:21px;line-height:1}.star.active{color:#e3a04c}.rating-list{display:grid;gap:11px}.rating-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #edf0e9}.rating-row:last-child{border-bottom:0}.rating-row>span{display:flex;flex-direction:column;gap:3px;font-size:13px;font-weight:800}.rating-row small{color:var(--muted);font-size:11px;font-weight:400}.pill-field{margin:18px 0 0;padding:0;border:0}.pills{display:flex;gap:8px;flex-wrap:wrap}.pills label{position:relative}.pills span{display:block;padding:9px 12px;border:1px solid var(--line);border-radius:99px;color:var(--ink-soft);background:#fcfbf6;font-size:12px;transition:.2s}.pills input:checked+span{border-color:var(--ink);color:var(--ink);background:var(--sage);font-weight:800}.textarea-label,.input-label{display:block;margin-top:16px;color:var(--ink-soft);font-size:12px;font-weight:800}.textarea-label textarea,.input-label input{display:block;width:100%;margin-top:8px;padding:12px 13px;border:1px solid var(--line);border-radius:13px;outline:0;color:var(--ink);background:#fcfbf6;font-size:13px;resize:vertical;transition:.2s}.textarea-label textarea{min-height:88px}.textarea-label textarea:focus,.input-label input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(185,216,155,.3)}.consent{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:var(--muted);font-size:11px;line-height:1.55}.consent input{margin-top:2px;accent-color:var(--ink)}.submit-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;border:0;border-radius:15px;color:#fffdf8;background:var(--ink);box-shadow:0 14px 26px rgba(23,60,43,.22);font-size:15px;font-weight:800;transition:.2s}.submit-button:hover{background:#245b41;transform:translateY(-1px)}.submit-button b{font-size:23px;font-weight:400}.privacy-note{margin:13px 0 0;color:var(--muted);text-align:center;font-size:11px}.form-message{min-height:20px;margin:10px 4px;color:#bd5d45;font-size:12px}.form-message.success{color:#34724a}.success-view{margin-top:14px;padding:46px 28px;text-align:center;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;color:#fff;background:var(--ink);font-size:34px}.success-view h2{margin:0 auto 12px;max-width:320px;font-size:27px;letter-spacing:-.05em}.success-view p{margin:0 auto 24px;max-width:360px;color:var(--muted);font-size:14px;line-height:1.8}.secondary-button{padding:11px 18px;border:1px solid var(--ink);border-radius:99px;color:var(--ink);background:transparent;font-size:13px;font-weight:800}footer{padding-top:28px;color:#94a095;text-align:center;font-size:11px}@media (max-width:430px){.page-shell{padding-right:12px;padding-left:12px}.hero{margin-right:-12px;margin-left:-12px;padding-right:19px;padding-left:19px}.section-card{padding:19px 16px}.rating-row{align-items:flex-start}.star{width:24px;height:24px;font-size:19px}.choice-grid{gap:8px}.choice span{padding:11px;min-height:82px}}
