
:root{--navy:#0b2a6f;--gold:#ffb514;--ink:#0b1638;--muted:#66728c;--line:#e8ecf4;--bg:#fbfcff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 85% 12%,rgba(255,181,20,.12),transparent 25%),linear-gradient(#fff,var(--bg))}
a{text-decoration:none;color:inherit}.nav,.hero,.section,.privacy,.download,footer{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:22px;color:var(--navy)}.mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#fff3cf;color:#bd7e00;border:1px solid #f0d176}nav{display:flex;gap:26px;align-items:center;color:#4d5870;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--navy);font-weight:850;padding:14px 20px;border-radius:14px;border:1px solid #e2a20a;box-shadow:0 10px 24px rgba(255,181,20,.2)}.btn.small{padding:10px 14px}.hero{margin-top:35px;margin-bottom:100px;display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:900;color:#ad7100;margin-bottom:16px}.hero h1,.section h2,.privacy h2,.download h2{margin:0;line-height:.98;letter-spacing:-.045em}.hero h1{font-size:clamp(54px,7vw,92px)}.hero h1 span{color:var(--navy)}.lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:650px;margin:28px 0}.actions{display:flex;gap:24px;align-items:center}.link{font-weight:800;color:var(--navy)}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#67738c;font-size:13px}
.phone-wrap{min-height:610px;display:grid;place-items:center}.phone{width:310px;min-height:590px;border:10px solid #171717;border-radius:42px;background:#fff;padding:34px 22px 28px;transform:rotate(4deg);box-shadow:0 40px 80px rgba(20,32,66,.2)}.phone-head{display:flex;justify-content:space-between;color:var(--navy);font-size:22px}.big{font-size:44px;font-weight:900;color:var(--navy);line-height:1;margin-top:34px}.muted{color:var(--muted)}.phone-cta{margin:30px 0 18px;background:var(--gold);padding:14px;border-radius:13px;text-align:center;font-weight:850;color:var(--navy)}.rows{border:1px solid var(--line);border-radius:18px;overflow:hidden}.rows div{display:flex;justify-content:space-between;padding:14px 15px;border-bottom:1px solid var(--line);font-size:14px}.rows div:last-child{border-bottom:0}
.section{margin-bottom:100px}.section h2{font-size:clamp(38px,5vw,60px);color:var(--navy);max-width:800px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.cards article{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 44px rgba(20,32,66,.06)}.icon{width:46px;height:46px;border-radius:14px;background:#fff3cf;display:grid;place-items:center;color:#b37500;font-size:22px}.cards h3{font-size:19px;margin:20px 0 10px;color:var(--navy)}.cards p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.privacy{margin-bottom:100px;padding:46px 50px;border-radius:28px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.privacy .light{color:#ffd675}.privacy h2{font-size:clamp(34px,4vw,54px)}.privacy p{color:#c8d3f0;font-size:17px}.btn.white{background:#fff;border-color:#fff;box-shadow:none}
.download{margin-bottom:90px;padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.download h2{font-size:38px;color:var(--navy)}.download p{color:var(--muted)}
footer{padding:30px 0 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#68748f;font-size:13px}
@media(max-width:900px){nav a:not(.btn){display:none}.hero{grid-template-columns:1fr;gap:30px}.cards{grid-template-columns:1fr 1fr}.privacy{flex-direction:column;align-items:flex-start}.phone{transform:none}}@media(max-width:600px){.nav,.hero,.section,.privacy,.download,footer{width:min(100% - 28px,1180px)}.hero h1{font-size:52px}.lead{font-size:17px}.cards{grid-template-columns:1fr}.download,footer{flex-direction:column;align-items:flex-start}}
