:root{--ink:#121a26;--muted:#697383;--blue:#10253f;--orange:#f28b3c;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}.top{background:#fff;border-bottom:1px solid #e7ebf0}.nav{height:76px;display:flex;align-items:center;gap:42px}.logo{font-weight:900;letter-spacing:1.4px;color:var(--blue)}nav{display:flex;gap:28px;font-size:14px;color:#586270;flex:1}.button{display:inline-block;background:var(--orange);color:#fff;padding:15px 24px;border-radius:5px;font-weight:700}.button.small{padding:11px 20px;font-size:14px}.hero{min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:700;color:var(--orange)}h1{font-size:58px;line-height:1.04;margin:20px 0;color:var(--blue)}h1 span{color:var(--orange)}h2{font-size:38px;line-height:1.1;margin:14px 0 20px;color:var(--blue)}h3{font-size:23px;margin:16px 0 10px}.lead{color:var(--muted);font-size:19px;line-height:1.6;max-width:510px}.actions{display:flex;align-items:center;gap:28px;margin-top:30px}.link{font-weight:700;color:var(--blue)}.hero-art{height:410px;border-radius:18px;overflow:hidden;background:#dde5ee}.hero-art img,.card img{width:100%;height:100%;object-fit:cover}.proof{background:var(--blue);color:white}.stats{display:flex;justify-content:space-between;padding-top:28px;padding-bottom:28px}.stats div{display:flex;flex-direction:column;gap:6px}.stats b{font-size:24px}.stats span{color:#b9c5d4;font-size:14px}.section{padding-top:90px;padding-bottom:90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.section-head>p{max-width:360px;color:var(--muted);line-height:1.5}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;padding:14px;border-radius:12px;position:relative;box-shadow:0 8px 25px #10253f0c}.card img{height:220px;border-radius:8px}.card p{color:var(--muted);line-height:1.5;min-height:68px}.flagship{border:2px solid var(--orange)}.tag{position:absolute;top:25px;left:25px;background:var(--orange);color:#fff;padding:7px 10px;font-size:10px;font-weight:800;border-radius:3px}.card-bottom{border-top:1px solid #e8edf2;padding-top:16px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.card-bottom a{color:var(--orange);font-weight:700}.dark{background:var(--blue);color:#fff}.choice{padding-top:85px;padding-bottom:85px;display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:center}.dark h2{color:#fff}.choice p{color:#c4d0dc;line-height:1.7;font-size:17px}.checklist{border-top:1px solid #ffffff33}.checklist div{padding:22px 0;border-bottom:1px solid #ffffff33;color:var(--orange);font-weight:700}.checklist span{color:#fff;margin-left:25px}.uses{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.uses div{background:#fff;border-radius:10px;padding:28px;font-size:20px;font-weight:700;color:var(--blue)}.uses span{display:block;margin-top:12px;color:var(--muted);font-size:14px;font-weight:400}.contact{background:#e9eef4;text-align:center;padding:80px 24px}.contact h2{margin-top:0}.contact p{color:var(--muted);margin-bottom:28px}footer{background:#fff;padding:28px 0}footer .wrap{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px}footer .logo{color:var(--blue)}@media(max-width:760px){nav{display:none}.nav{justify-content:space-between}.hero{grid-template-columns:1fr;padding-top:45px;padding-bottom:55px}.hero-art{height:270px;order:-1}h1{font-size:42px}h2{font-size:31px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:24px}.section-head,.choice{display:block}.section-head>p{margin-top:18px}.cards,.uses{grid-template-columns:1fr}.choice{padding-top:60px;padding-bottom:60px}.checklist{margin-top:35px}footer .wrap{flex-direction:column;gap:15px}}
