:root{--navy:#071a33;--blue:#0d6efd;--red:#e63946;--soft:#f4f7fb;--ink:#132238}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(145deg,#f7f9fc,#edf3fb)}.topbar{height:64px;padding:0 max(5vw,20px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8edf4;position:sticky;top:0;z-index:5}.topbar a{color:var(--navy);text-decoration:none;font-weight:800}.topbar span{font-size:13px;background:#e9f2ff;color:#0756b7;padding:8px 12px;border-radius:999px}main{max-width:1220px;margin:auto;padding:42px 24px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center;min-height:620px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:900;color:var(--blue)}h1{font-size:clamp(42px,6vw,74px);line-height:.98;margin:18px 0 24px;color:var(--navy);max-width:760px}.hero-copy>p{font-size:19px;line-height:1.7;max-width:680px;color:#546277}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 16px}.btn{padding:15px 20px;border-radius:12px;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.primary{background:var(--blue);color:#fff;box-shadow:0 14px 35px #0d6efd40}.secondary{background:#fff;color:var(--navy);border:1px solid #d8e0ea}.dark{background:var(--navy);color:#fff}.disabled{background:#dfe5ec;color:#7a8795;cursor:not-allowed}.trust{font-size:13px!important}.phone{width:min(360px,90vw);height:690px;margin:auto;background:#08111d;border:10px solid #111a25;border-radius:48px;padding:12px;box-shadow:0 38px 80px #10274638;position:relative}.speaker{width:90px;height:20px;background:#111a25;position:absolute;top:0;left:50%;transform:translateX(-50%);border-radius:0 0 15px 15px}.screen{height:100%;overflow:hidden;background:#f5f7fb;border-radius:32px;display:flex;flex-direction:column}.mobile-head{height:65px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.mobile-head b{font-size:26px;color:var(--blue)}.promo{margin:10px 12px;padding:28px 20px;background:linear-gradient(135deg,#0b1f3a,#0d6efd);color:#fff;border-radius:22px}.promo small{display:block;letter-spacing:2px}.promo strong{font-size:28px;line-height:1.1;display:block;margin-top:12px}.chips{display:flex;gap:8px;padding:5px 12px}.chips span{background:#fff;border-radius:20px;padding:9px 14px;font-size:12px}.products{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px}.products article{height:190px;background:#fff;border-radius:18px;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 5px 20px #1322380e}.products i{font-style:normal;color:var(--red);font-size:11px;margin-bottom:auto}.products small{color:#778397;margin-top:5px}.screen nav{margin-top:auto;height:72px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.screen nav b{text-align:center;font-size:18px}.screen nav small{display:block;font-size:9px;margin-top:5px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:55px 0}.features article{background:#fff;padding:28px;border-radius:22px;border:1px solid #e6ebf2}.features span{font-size:30px}.features h2{font-size:17px;margin:18px 0 8px}.features p{font-size:14px;line-height:1.6;color:#657286}.developer{background:linear-gradient(135deg,#fff,#eef5ff);border:1px solid #dfe9f6;border-radius:28px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px}.developer h2{color:var(--navy)}footer{text-align:center;padding:35px;color:#718096;font-size:13px}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.actions{justify-content:center}.features{grid-template-columns:1fr 1fr}.developer{flex-direction:column;text-align:center}}@media(max-width:560px){main{padding:28px 15px}.hero{gap:35px}.features{grid-template-columns:1fr}.phone{height:620px}.developer{padding:26px 18px}}
