:root{--navy:#082d58;--blue:#078ce5;--light:#f3f9fd;--ink:#102b48;--line:rgba(255,255,255,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}header,footer{max-width:1200px;margin:auto;padding:20px 24px;display:flex;align-items:center;gap:26px}header{background:#fff;color:var(--ink);border-radius:0 0 20px 20px;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;font-weight:850}.brand img{width:42px;height:42px;object-fit:cover;border-radius:10px}header nav{display:flex;gap:20px;margin-left:auto;font-size:14px}header nav a:hover{text-decoration:underline}.language{display:flex;border:1px solid #c8dae9;border-radius:999px;padding:3px}.language button{border:0;background:transparent;color:var(--ink);font-weight:800;padding:7px 10px;border-radius:999px;cursor:pointer}.language button.active{background:var(--blue);color:white}.hero{background:radial-gradient(circle at 65% 45%,rgba(7,140,229,.16),transparent 38%),#fff;color:var(--ink);min-height:650px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:40px;padding:60px max(24px,calc((100% - 1152px)/2)) 0}.hero-copy{align-self:center;position:relative;z-index:2}.eyebrow{display:inline-flex;background:#e7f5ff;color:#056aa9;border:1px solid #b9e1fa;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:800}.hero h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.05em;margin:20px 0;max-width:700px}.hero p{font-size:18px;max-width:620px;color:#49647d}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:10px;border:1px solid #49b9ff;font-weight:850;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--blue);color:white;box-shadow:0 8px 24px rgba(7,140,229,.24)}.btn.secondary{background:white;color:var(--blue)}.badges{display:flex;gap:10px;align-items:center}.badges img{width:145px;height:44px;object-fit:contain}.phone{align-self:end;height:590px;text-align:center;overflow:hidden}.phone img{height:740px;max-width:100%;object-fit:contain;transform:rotate(-5deg);filter:drop-shadow(0 25px 24px rgba(0,0,0,.24))}.quick{max-width:1200px;margin:auto;padding:55px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.quick b{color:#66c6ff}.quick p{color:rgba(255,255,255,.68);font-size:14px}.scene{min-height:620px;background:linear-gradient(90deg,rgba(0,33,68,.1),rgba(0,33,68,.25)),url('rectangle25.jpg') center/cover;display:flex;align-items:center;padding:70px max(24px,calc((100% - 1152px)/2))}.scene>div{margin-left:auto;background:rgba(255,255,255,.95);color:var(--ink);padding:clamp(28px,5vw,58px);border-radius:24px;max-width:570px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.scene h2,.section-heading h2,.download h2{font-size:clamp(36px,4.7vw,60px);line-height:1.04;letter-spacing:-.04em;margin:16px 0}.scene p,.section-heading p,.download p{color:#58718a}.features{background:var(--light);color:var(--ink);border-radius:38px;padding:90px max(24px,calc((100% - 1152px)/2))}.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article{background:white;border:1px solid #d8e8f3;border-radius:18px;padding:26px}.feature-grid h3{color:#076daa}.feature-grid p{color:#58718a}.download{max-width:1152px;margin:80px auto;padding:60px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:linear-gradient(135deg,#0d477f,#071f41);display:grid;grid-template-columns:1fr 380px;align-items:center;gap:40px;overflow:hidden}.download>img{width:100%;max-height:480px;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(0,0,0,.35))}.download p{color:rgba(255,255,255,.72)}.faq{padding:80px 24px}.faq-list{max-width:850px;margin:auto}.faq details{border:1px solid var(--line);border-radius:13px;margin:10px 0;padding:18px 20px;background:rgba(255,255,255,.05)}.faq summary{font-weight:800;cursor:pointer}.faq details p{color:rgba(255,255,255,.7)}footer{border-top:1px solid var(--line);justify-content:space-between;flex-wrap:wrap}footer>div{display:flex;gap:18px}.legal{max-width:900px;margin:60px auto 100px;padding:0 24px}.legal-card{background:#fff;color:var(--ink);padding:clamp(28px,6vw,64px);border-radius:28px}.legal-card h1{font-size:clamp(38px,5vw,64px);line-height:1}.back{display:inline-block;margin-bottom:24px;color:#80ceff}
@media(max-width:900px){header{flex-wrap:wrap}header nav{order:3;width:100%;overflow:auto;margin:0;padding-bottom:5px}.hero{grid-template-columns:1fr;padding-top:50px}.phone{height:420px}.phone img{height:560px}.quick{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.download{margin:50px 20px;grid-template-columns:1fr;padding:38px}.download>img{max-height:380px}}@media(max-width:560px){header nav{gap:14px;font-size:12px}.hero h1{font-size:43px}.hero{padding-top:38px}.actions .btn{width:100%}.badges{flex-wrap:wrap}.badges img{width:130px}.phone{height:340px}.phone img{height:460px}.quick,.feature-grid{grid-template-columns:1fr}.scene{min-height:560px;padding:24px}.scene>div{padding:28px}.features{border-radius:24px;padding-top:65px;padding-bottom:65px}.download{padding:28px}footer>div{width:100%;flex-wrap:wrap}}
