:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#102033;background:#f5f7fb;line-height:1.5}*{box-sizing:border-box}body{margin:0}a{color:#0f766e;font-weight:800}.hero{padding:52px 20px 36px;background:linear-gradient(135deg,#102033,#164e63);color:#fff}.hero,.promo,.tool,.result,footer{max-width:1120px;margin:0 auto}.hero h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:.95;margin:.2em 0}.lead{font-size:1.18rem;max-width:760px;color:#dbeafe}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900;color:#14b8a6}main{padding:24px 16px 48px}.promo,.tool,.result{background:#fff;border:1px solid #dbe3ef;border-radius:24px;padding:22px;margin-top:20px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.promo{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,480px);gap:20px;align-items:center;border-color:#99f6e4}.promo h2,.tool h2,.result h2{margin:.1em 0 .4em}.video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#0f172a}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.tool-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}form{display:grid;gap:18px}label{display:grid;gap:7px;font-weight:800}input,select{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 13px;font:inherit;background:#fff;color:#102033}fieldset{border:1px solid #dbe3ef;border-radius:18px;padding:16px;display:grid;gap:10px}legend{font-weight:900;padding:0 8px}fieldset label{display:flex;align-items:center;gap:10px;font-weight:650}fieldset input{width:auto}.primary,.secondary{border:0;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}.primary{background:#0f766e;color:white}.secondary{background:#e2e8f0;color:#0f172a}pre{white-space:pre-wrap;background:#0f172a;color:#ecfeff;border-radius:18px;padding:18px;min-height:180px;overflow:auto}footer{padding:8px 20px 44px;color:#475569}@media(max-width:760px){.promo,.grid.two{grid-template-columns:1fr}.tool-head{flex-direction:column}.hero{border-radius:0}}