*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f8fafc;color:#0f172a}a{text-decoration:none;color:inherit}.container{width:min(1140px,92%);margin:auto}.topbar{background:#0f4cc9;color:white;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:10px 0;flex-wrap:wrap}.nav{background:white;position:sticky;top:0;z-index:40;box-shadow:0 8px 28px rgba(15,23,42,.08)}.nav .container{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:22px}.logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#0f4cc9,#20c4f4);display:flex;align-items:center;justify-content:center;color:white;font-weight:900;overflow:hidden}.logo img{width:100%;height:100%;object-fit:contain;padding:5px}.menu{display:flex;gap:24px;align-items:center;font-weight:700;color:#334155}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;background:#0f4cc9;color:white;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(15,76,201,.25)}.btn.alt{background:#20c4f4;color:#06243a}.hero{background:linear-gradient(135deg,#e0f2fe 0%,#fff 48%,#dbeafe 100%)}.hero .container{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:62px 0}.eyebrow{display:inline-flex;background:#dbeafe;color:#0f4cc9;border-radius:999px;padding:10px 16px;font-weight:900;margin-bottom:18px}.hero h1{font-size:58px;line-height:.98;margin:0 0 22px;color:#071426;letter-spacing:-2px}.hero p{font-size:20px;line-height:1.6;color:#475569;margin:0 0 28px}.hero-card{background:white;border-radius:34px;padding:20px;box-shadow:0 28px 80px rgba(15,23,42,.18);position:relative}.hero-img{height:440px;border-radius:26px;background:center/cover no-repeat}.hero-badge{position:absolute;left:-20px;bottom:34px;background:white;border-radius:22px;padding:18px 20px;box-shadow:0 18px 40px rgba(15,23,42,.18);font-weight:900}.section{padding:86px 0}.section-title{text-align:center;margin-bottom:44px}.section-title span{color:#0f4cc9;font-weight:900;text-transform:uppercase;letter-spacing:1px}.section-title h2{font-size:42px;margin:10px 0 0;color:#071426}.grid{display:grid;gap:24px}.services,.gallery,.prices{grid-template-columns:repeat(3,1fr)}.card{background:white;border:1px solid #e2e8f0;border-radius:28px;padding:30px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.service-img,.photo{height:230px;border-radius:24px;background:center/cover no-repeat;margin-bottom:18px}.why{background:#071426;color:white}.why .section-title h2,.why .section-title span{color:white}.why-grid{grid-template-columns:1fr 1fr;align-items:center}.check{display:flex;gap:14px;margin:18px 0;color:#dbeafe;font-size:17px;line-height:1.5}.check b{color:white}.stats{display:grid;grid-template-columns:1fr 1fr;gap:18px}.stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:28px;text-align:center}.stat strong{font-size:42px;color:#20c4f4;display:block}.pricing{background:#eef7ff}.price.popular{border:2px solid #0f4cc9}.price-tag{font-size:44px;color:#0f4cc9;font-weight:900;margin:16px 0}.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-info{background:#071426;color:white;border-radius:30px;padding:34px}.contact-info p{color:#cbd5e1;line-height:1.7}.form{background:white;border-radius:30px;padding:34px;box-shadow:0 18px 48px rgba(15,23,42,.1)}.form label{display:block;font-weight:900;margin:14px 0 8px}.form input,.form textarea,.form select{width:100%;border:1px solid #cbd5e1;border-radius:16px;padding:14px;font-size:15px}.form textarea{height:130px}.footer{background:#06101f;color:#cbd5e1;padding:36px 0}.footer .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.mobile-toggle{display:none}.page-hero{background:linear-gradient(135deg,#0f4cc9,#20c4f4);color:white;padding:88px 0;text-align:center}.page-hero h1{font-size:52px;margin:0 0 12px}@media(max-width:900px){.mobile-toggle{display:block;background:#0f4cc9;color:white;border:0;border-radius:12px;padding:10px 12px;font-weight:900}.menu{display:none;position:absolute;left:4%;right:4%;top:76px;background:white;padding:18px;border-radius:22px;box-shadow:0 20px 40px rgba(15,23,42,.18);flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hero .container,.why-grid,.contact-wrap{grid-template-columns:1fr}.hero h1{font-size:42px}.services,.gallery,.prices{grid-template-columns:1fr}.hero-badge{left:20px}}