:root{--navy:#07172b;--navy2:#0b2948;--cyan:#19d7d0;--blue:#0877ee;--white:#fff;--ink:#0a2340;--muted:#60758c;--line:#d8e5ef;--green:#13a56f;--red:#df3d50}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#f4f8fb}button,input{font:inherit}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,70px);background:rgba(7,23,43,.96);color:#fff;border-bottom:1px solid #1c405e;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;border:0;background:none;color:#fff;font-size:1.2rem;font-weight:800;cursor:pointer}.brand b{color:var(--cyan)}.mark,.mini-mark{display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;font-weight:1000;border-radius:11px}.mark{width:42px;height:42px;font-size:1.45rem}.mini-mark{width:27px;height:27px}.free{font-size:.72rem;letter-spacing:.1em;font-weight:900;color:var(--cyan);border:1px solid #217a83;padding:7px 10px;border-radius:99px}.screen{display:none;min-height:calc(100vh - 72px)}.screen.active{display:block}.hero.active{display:grid;grid-template-columns:1.1fr .9fr;background:radial-gradient(circle at 80% 20%,#124f6c 0,transparent 34%),linear-gradient(135deg,#07172b,#0a2948);color:#fff;padding:clamp(40px,7vw,90px);align-items:center}.hero-inner{max-width:740px}.eyebrow{display:block;color:#078c94;font-size:.76rem;font-weight:900;letter-spacing:.13em}.hero .eyebrow,.question-screen .eyebrow,.done .eyebrow{color:var(--cyan)}h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.94;margin:16px 0 24px;letter-spacing:-.055em}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.65;color:#c7dbea;max-width:670px}.cta{border:0;border-radius:14px;min-height:58px;padding:0 24px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:950;letter-spacing:.02em;cursor:pointer;box-shadow:0 14px 30px #0877ee33}.hero .cta{margin-top:24px;min-height:66px;font-size:1.05rem}.cta:disabled{opacity:.4;cursor:not-allowed}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#a9c9d8;font-size:.9rem;margin-top:28px}.hero-art{display:grid;place-items:center}.phone{width:min(360px,88%);padding:15px;border:1px solid #3a718b;border-radius:36px;background:#061322;box-shadow:0 35px 90px #0007;transform:rotate(2deg)}.phone-head{display:flex;align-items:center;gap:9px;padding:8px 5px 18px;font-weight:850}.phone-card{padding:28px 20px;background:#fff;color:var(--ink);border-radius:22px}.phone-card small{color:#648097;font-weight:900}.phone-card strong{display:block;font-size:1.7rem;line-height:1.2;margin:35px 0}.phone-card div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.phone-card i{font-style:normal;padding:15px 8px;border-radius:12px;background:#e8f8f1;color:#08704e;text-align:center;font-weight:950}.phone-card i+ i{background:#fff0f1;color:#b52336}.page{padding:clamp(28px,5vw,64px) clamp(16px,5vw,70px)}.narrow{max-width:900px;margin:auto}.page-head{max-width:950px}.back,.text-btn{border:0;background:none;color:#477089;font-weight:850;cursor:pointer;padding:8px 0}.page-head h2,.done h2{font-size:clamp(2rem,5vw,4rem);line-height:1.02;margin:14px 0}.page-head p,.done p{color:var(--muted);font-size:1.05rem}.search{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #d8e6f0;border-radius:15px;padding:0 18px;margin:30px 0 40px;max-width:700px;box-shadow:0 8px 24px #0a23400a}.search:focus-within{border-color:var(--blue)}.search span{font-size:1.7rem}.search input{width:100%;height:58px;border:0;outline:0;font-size:1.05rem}.category{margin:0 0 42px}.category-head{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:18px}.category h3{font-size:1.35rem;margin:0 0 10px}.category-head span{color:var(--muted);font-size:.83rem;margin-bottom:12px}.equipment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.equipment-card{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:14px;min-height:92px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-align:left;cursor:pointer;box-shadow:0 6px 18px #09243c0a;transition:.18s}.equipment-card:hover{border-color:#50b9cc;transform:translateY(-2px)}.card-icon,.equipment-icon{display:grid;place-items:center;background:linear-gradient(145deg,#e9f7fa,#dbe9f2);border-radius:13px;font-size:2rem}.card-icon{width:64px;height:64px}.equipment-card strong{font-size:.96rem;line-height:1.2}.equipment-card small{display:block;color:#7990a2;margin-top:5px}.empty{text-align:center;padding:50px}.hidden{display:none!important}.question-screen.active{display:block;background:linear-gradient(160deg,#07172b,#0b2948);color:#fff;padding:20px clamp(15px,5vw,60px) 50px}.progress-row{max-width:760px;margin:auto;display:flex;justify-content:space-between;align-items:center}.question-screen .back{color:#b9d0df}.progress{height:7px;max-width:760px;margin:14px auto 0;background:#23445e;border-radius:99px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}.question-card{max-width:760px;margin:clamp(28px,7vh,70px) auto 0;text-align:center}.equipment-icon{width:76px;height:76px;margin:0 auto 18px;color:var(--ink);font-size:2.4rem}.question-card h2{font-size:clamp(2rem,5vw,3.5rem);line-height:1.12;min-height:150px;display:grid;place-items:center;margin:18px 0}.answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.answer{min-height:110px;border:2px solid transparent;border-radius:18px;font-size:2rem;font-weight:950;cursor:pointer}.answer span{display:block;font-size:1.05rem}.yes{background:#e5f8f0;color:#08704e}.no{background:#ffeaed;color:#ad2435}.answer.selected{border-color:#fff;box-shadow:0 0 0 4px #19d7d066}.question-card .cta{width:100%;margin-top:18px}.details-card{display:grid;gap:18px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:clamp(18px,4vw,34px);margin-top:28px}.details-card label{font-weight:850}.details-card small{color:var(--muted);font-weight:600}.details-card input{width:100%;height:54px;border:1px solid #cddce7;border-radius:11px;margin-top:7px;padding:0 14px;outline:0}.details-card input:focus{border-color:var(--blue)}.upload input{display:none}.upload>span{display:grid;place-items:center;min-height:58px;border:2px dashed #b9cedd;border-radius:11px;margin-top:8px;color:#17718a}.signature-wrap{display:grid;gap:7px}.signature-title{display:flex;justify-content:space-between;font-weight:850}.signature-title button{border:0;background:none;color:var(--blue);font-weight:850}#signature{width:100%;height:180px;border:2px dashed #b9cedd;border-radius:12px;background:#fafdff;touch-action:none}.done.active{display:grid;place-items:center;align-content:center;text-align:center;padding:30px}.done-icon{width:90px;height:90px;display:grid;place-items:center;border-radius:50%;background:#ddf8ee;color:var(--green);font-size:3rem;margin-bottom:25px}.done p{max-width:600px}.done .cta{margin:20px 0 8px}.done .text-btn{color:var(--blue)}@media(max-width:950px){.hero.active{grid-template-columns:1fr}.hero-art{display:none}.equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.topbar{height:64px;padding:0 14px}.screen{min-height:calc(100vh - 64px)}.free{font-size:.6rem}.hero.active{padding:42px 19px;align-items:start}.hero h1{font-size:3.35rem}.trust{display:grid;gap:8px}.page{padding:25px 14px}.equipment-grid{grid-template-columns:1fr 1fr;gap:9px}.equipment-card{grid-template-columns:1fr;align-content:start;min-height:145px;padding:10px}.card-icon{width:100%;height:72px}.equipment-card strong{font-size:.88rem}.question-card h2{min-height:180px;font-size:2rem}.answer{min-height:100px}.category-head{align-items:start}.category-head span{display:none}}
