/* Оптимизированный CSS - минимизирован, сжат */
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}
.logo__image{height:40px;width:auto;display:block}
.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.08);position:sticky;top:0;z-index:1000;padding:0.6rem 0}
.header__container{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;width:28px;height:20px;flex-direction:column;justify-content:space-between;padding:0}
.menu-toggle span{display:block;height:2px;background:#0a2540;border-radius:2px;transition:0.3s}
.nav{display:flex;align-items:center;gap:1.2rem}
.nav__list{display:flex;list-style:none;gap:1rem}
.nav__link{text-decoration:none;color:#475569;font-weight:500;font-size:0.9rem;padding:0.3rem 0;position:relative;transition:color 0.3s}
.nav__link:hover{color:#0a2540}
.nav__link--active{color:#f97316}
.phone{text-decoration:none;color:#0a2540;font-weight:600;font-size:0.95rem;white-space:nowrap}
.btn{display:inline-block;padding:0.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:600;cursor:pointer;border:none;transition:all 0.2s;text-align:center;font-size:0.9rem}
.btn--primary{background:#f97316;color:#fff}
.btn--primary:hover{background:#ea580c}
.btn--whatsapp{background:#25D366;color:#fff}
.btn--whatsapp:hover{background:#1da851}
.btn--small{padding:0.4rem 0.8rem;font-size:0.85rem}
.hero{padding:2.5rem 0;text-align:center}
.hero h1{color:#0a2540;margin-bottom:1rem;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.2}
.hero__subtitle{font-size:1rem;color:#64748b;max-width:700px;margin:0 auto 1.5rem}
.hero__cta{display:flex;gap:0.8rem;justify-content:center;flex-wrap:wrap}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}
.service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,0.05);border:1px solid #e2e8f0}
.service-card__image{width:100%;height:160px;object-fit:cover;display:block}
.service-card__content{padding:1rem}
.service-card h3{color:#0a2540;margin-bottom:0.5rem;font-size:1.1rem}
.service-card p{color:#64748b;margin-bottom:0.5rem;font-size:0.9rem}
.service-card__price{color:#f97316;font-weight:700;font-size:1.2rem;margin:0.5rem 0}
.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}
.advantage-card{background:#fff;padding:1.2rem;border-radius:8px;text-align:center;box-shadow:0 3px 8px rgba(0,0,0,0.04)}
.advantage-icon{font-size:2rem;margin-bottom:0.8rem}
.advantage-card h3{color:#0a2540;margin-bottom:0.5rem;font-size:1rem}
.advantage-card p{color:#64748b;font-size:0.9rem}
.form-group{margin-bottom:1rem}
.form-control{width:100%;padding:0.7rem 0.9rem;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:0.95rem}
.footer{background:#0a2540;color:#fff;padding:2rem 0 1rem;margin-top:auto}
.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}
.footer__title{color:#fff;font-size:1rem;margin-bottom:0.8rem}
.footer__links{list-style:none}
.footer__links li{margin-bottom:0.4rem}
.footer__links a{color:#cbd5e1;text-decoration:none;font-size:0.9rem}
.footer__links a:hover{color:#fff}
.footer__bottom{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1);color:#94a3b8;font-size:0.85rem}
.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;background:#25D366;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(37,211,102,0.3);z-index:1000;font-size:1.5rem}
.text-center{text-align:center}
.mb-1{margin-bottom:1rem}
.mb-2{margin-bottom:2rem}
.mt-1{margin-top:1rem}
.mt-2{margin-top:2rem}
@media(max-width:768px){
    .menu-toggle{display:flex}
    .nav{position:fixed;top:60px;left:0;width:100%;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s;z-index:999;flex-direction:column;padding:1rem;gap:0}
    .nav.active{transform:translateY(0);opacity:1;visibility:visible}
    .nav__list{flex-direction:column;gap:0;width:100%}
    .nav__link{display:block;padding:0.8rem;border-bottom:1px solid #e2e8f0}
    .header__contacts{flex-direction:row;align-items:center;gap:0.8rem}
    .services-grid,.advantages-grid{grid-template-columns:1fr}
    .footer__content{grid-template-columns:1fr}
}
@media(max-width:480px){
    .container{padding:0 12px}
    .header{padding:0.5rem 0}
    .logo__image{height:35px}
    .hero h1{font-size:1.5rem}
    .hero__cta{flex-direction:column;align-items:center}
    .hero__cta .btn{width:100%;max-width:260px}
    .whatsapp-button{width:45px;height:45px;bottom:1.2rem;right:1.2rem}
}