:root{
  --bg:#f6f8fb;
  --card:#ffffff;
  --text:#172033;
  --muted:#657086;
  --brand:#1257d8;
  --brand2:#1fb6ff;
  --dark:#0d1b3d;
  --border:#e7ecf4;
  --success:#14a86b;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:var(--brand);text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1120px,92%);margin:auto}
.topbar{background:var(--dark);color:#fff;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:8px 0;flex-wrap:wrap}
.nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}
.nav .container{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.logo{display:inline-flex;align-items:center;color:var(--dark)}
.logo-img{display:block;width:auto;height:46px;max-width:190px;object-fit:contain}
.footer .logo{background:#fff;border-radius:8px;padding:7px 10px}
.footer .logo-img{height:42px}
.menu{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.menu a{color:#25314a;font-weight:600;font-size:15px}
.menu a:hover{color:var(--brand)}
.menu-toggle{display:none;border:1px solid var(--border);background:#fff;padding:8px 10px;border-radius:8px;font-weight:bold}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 18px;font-weight:700;border:1px solid transparent;cursor:pointer}
.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}
.btn.secondary{background:#fff;color:var(--brand);border-color:#d6e2ff}
.store-icon svg{width:28px;height:28px;fill:currentColor}
.store-btn{min-width:220px}
.price-card .btn{margin-top:18px}
.hero{background:linear-gradient(135deg,#0d1b3d 0%,#1257d8 55%,#1fb6ff 100%);color:#fff;padding:78px 0 58px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.08;margin:0 0 18px}
.hero p{font-size:18px;color:#eaf2ff;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.phone-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:28px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.22)}
.mock-phone{background:#fff;border-radius:24px;padding:20px;color:var(--text);min-height:410px}
.mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.mock-title{font-weight:800}
.progress{height:10px;background:#e9eef7;border-radius:20px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),var(--brand2));border-radius:20px}
.mock-card{background:#f7faff;border:1px solid var(--border);padding:14px;border-radius:16px;margin:12px 0}
.section{padding:62px 0}.section.white{background:#fff}.section-title{text-align:center;margin-bottom:34px}.section-title h2{font-size:34px;line-height:1.2;margin:0 0 10px}.section-title p{color:var(--muted);margin:0 auto;max-width:720px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}
.card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(17,32,63,.05)}
.card h3{margin:0 0 10px;font-size:21px}.card p{color:var(--muted);margin:0}.icon{width:48px;height:48px;border-radius:14px;background:#edf5ff;color:var(--brand);display:grid;place-items:center;font-size:24px;margin-bottom:14px}.badge{display:inline-block;background:#edf5ff;color:var(--brand);font-weight:700;border-radius:20px;padding:4px 10px;font-size:13px;margin-bottom:10px}
.project-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.project-body{padding:24px 24px 18px}
.project-body h3{margin:0 0 10px}
.project-body p{margin:0 0 10px}
.project-body p:last-child{margin-bottom:0}
.image-zoom{display:block;width:100%;border:0;background:#eef3f8;padding:0;margin-top:auto;cursor:zoom-in}
.project-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-top:1px solid var(--border);background:#eef3f8}
.image-modal{position:fixed;inset:0;background:rgba(5,12,28,.86);z-index:50;display:none;align-items:center;justify-content:center;padding:30px}
.image-modal.open{display:flex}
.image-modal img{max-width:min(1100px,94vw);max-height:88vh;background:#fff;border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.45)}
.image-modal-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#0b142c;font-size:30px;line-height:1;cursor:pointer}
.page-hero{background:linear-gradient(135deg,#0d1b3d,#1257d8);color:#fff;padding:58px 0}.page-hero h1{font-size:44px;margin:0 0 10px}.page-hero p{margin:0;color:#eaf2ff;max-width:760px}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--border);border-radius:18px}table{border-collapse:collapse;width:100%;min-width:700px}th,td{padding:16px;border-bottom:1px solid var(--border);text-align:left}th{background:#f3f7ff;color:#24314d}tr:last-child td{border-bottom:none}.check{color:var(--success);font-weight:900}.price-card{text-align:center}.price{font-size:40px;font-weight:900;color:var(--brand);margin:12px 0}.list{padding-left:20px;color:var(--muted)}.list li{margin:8px 0}.steps{counter-reset:step}.step{display:grid;grid-template-columns:54px 1fr;gap:16px;margin-bottom:18px}.step::before{counter-increment:step;content:counter(step);width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;display:grid;place-items:center;font-weight:900}.legal{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px}.legal h2{margin-top:26px}.legal p,.legal li{color:#4f5b71}.cta{background:var(--dark);color:#fff;border-radius:28px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cta p{color:#d8e4ff;margin:5px 0 0}.footer{background:#0b142c;color:#cbd6ef;padding:38px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}.footer a{color:#cbd6ef}.footer h4{color:#fff;margin:0 0 10px}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:24px;font-size:14px;color:#98a7c8}.notice{background:#fff8e6;border:1px solid #ffe3a3;color:#664b00;border-radius:14px;padding:14px;margin:18px 0}
@media(max-width:850px){.menu{display:none;position:absolute;left:0;right:0;top:67px;background:#fff;border-bottom:1px solid var(--border);padding:14px 4%;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.menu-toggle{display:block}.hero-grid,.grid,.grid.two,.grid.four,.footer-grid{grid-template-columns:1fr}.hero{padding:55px 0 40px}.page-hero h1{font-size:34px}.cta{border-radius:18px}.section{padding:44px 0}}
