.zh-wrap{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:40px;max-width:1120px;margin:24px auto;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#111}.zh-left{background:#fff;padding:24px 0}.zh-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#555;margin-bottom:8px}.zh-title{font-size:32px;line-height:1.2;margin:0 0 12px;font-weight:500}.zh-title span{display:block;font-weight:700}.zh-intro{font-size:14px;line-height:1.5;color:#444;max-width:540px;margin:0 0 24px}.zh-field{margin-bottom:20px}.zh-field label{display:block;font-size:13px;font-weight:500;margin-bottom:8px;color:#222}.zh-input-wrap{position:relative;display:flex;align-items:center;background:#fff;border-radius:8px;border:1px solid #ccc;max-width:360px;height:46px;overflow:hidden}.zh-input-wrap .prefix{position:absolute;left:12px;font-weight:600;color:#111}.zh-input-wrap input{border:none;outline:none;width:100%;height:100%;padding:0 12px 0 36px;font-size:15px;background:#ffffff!important;color:#111111!important;caret-color:#111;-webkit-text-fill-color:#111}.zh-input-wrap input::placeholder{color:#888}.zh-field-top{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:6px;color:#222}.zh-field-value{font-weight:600;font-size:13px}.zh-range{width:100%;max-width:360px;-webkit-appearance:none;appearance:none;height:4px;border-radius:999px;background:#ddd;outline:none;margin:6px 0}.zh-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#f4a11a;border:3px solid #fff;box-shadow:0 0 0 2px rgb(0 0 0 / .15);cursor:pointer;margin-top:-7px}.zh-range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#f4a11a;border:3px solid #fff;box-shadow:0 0 0 2px rgb(0 0 0 / .15);cursor:pointer}.zh-range::-moz-range-track{height:4px;border-radius:999px;background:#ddd}.zh-field-bottom{display:flex;justify-content:space-between;font-size:11px;color:#777;max-width:360px}.zh-right{display:flex;justify-content:center;align-items:center}.zh-mobile-card{width:280px;background:#0f0f0f;border-radius:32px;padding:22px 20px 24px;color:#fff;box-shadow:0 20px 40px rgb(0 0 0 / .4);display:flex;flex-direction:column;gap:16px}.zh-mobile-section{padding:10px 0;border-bottom:1px solid rgb(255 255 255 / .06)}.zh-mobile-section:last-child{border-bottom:none}.zh-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#bbb;margin-bottom:6px}.zh-label-small{font-size:12px;color:#ccc;margin-bottom:4px}.zh-value-highlight{font-size:20px;font-weight:800;color:#ffcf4a}.zh-box{background:#111;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.zh-value{font-size:16px;font-weight:600;color:#fff}.zh-btn{margin-top:4px;width:100%;border-radius:999px;background:#f4a11a;color:#111;border:none;padding:10px 16px;font-weight:700;font-size:14px;cursor:pointer}.zh-btn:hover{filter:brightness(1.05)}.zh-btn:active{transform:translateY(1px)}@media (max-width:960px){.zh-wrap{grid-template-columns:1fr;gap:24px}.zh-left{padding-right:0}.zh-right{justify-content:flex-start}}@media (max-width:640px){.zh-title{font-size:26px}.zh-mobile-card{width:100%;max-width:320px;margin:0 auto}.zh-input-wrap,.zh-range,.zh-field-bottom{max-width:100%}}