*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg-main);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}:root{--bg-main:#f7f8fa;--bg-white:#ffffff;--text-main:#1c1f24;--text-muted:#6b7280;--accent:#1e3a8a;--accent-hover:#162d6b;--border-light:#e5e7eb;--container-width:1180px}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.btn{display:inline-block;padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;border:1px solid transparent}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:0 0;border-color:var(--border-light);color:var(--text-main)}.btn-secondary:hover{background:#f1f3f5}.header{position:fixed;top:0;left:0;width:100%;background:var(--bg-white);box-shadow:0 2px 8px rgba(0,0,0,.05);z-index:1000}.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:var(--container-width);margin:0 auto;padding:16px 24px;position:relative}.logo,.nav-list a{text-decoration:none;color:var(--text-main)}.logo{font-weight:700;font-size:20px}.nav,.nav-list{display:flex}.nav-list{list-style:none;gap:24px}.nav-list a{font-weight:500;transition:color .2s ease}.nav-list a.active,.nav-list a:hover{color:var(--accent)}.nav-list a.active{font-weight:600;position:relative}.nav-list a.active::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--accent)}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer}.nav-toggle span{display:block;height:3px;background:var(--text-main);border-radius:2px;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{min-height:100dvh;display:flex;align-items:center;background:var(--bg-white);padding:80px 0}.hero-inner{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.hero h1 span{color:var(--text-muted);font-weight:500}.hero-description{font-size:18px;color:var(--text-muted);max-width:520px;margin-bottom:40px}.hero-actions{display:flex;gap:16px}.hero-placeholder{width:100%;height:380px;background:linear-gradient(135deg,#e9ecef,#f8f9fa);border-radius:16px}.hero-image,.hero-visual img{width:100%;height:auto;border-radius:16px;display:block}.hero-visual img{aspect-ratio:3/2}.hero-image{max-width:536px;margin:0 auto;box-shadow:0 8px 30px rgba(0,0,0,.08)}.section{padding:100px 0;background:var(--bg-main)}.section-header{text-align:center;margin-bottom:60px}.benefits-content h2,.section-contacts .section-header h2,.section-header h2,.section-works .section-header h2{font-size:36px;font-weight:700;margin-bottom:16px}.offer-item p,.section-subtitle{color:var(--text-muted);font-size:18px}.offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.offer-item{padding:32px;border-radius:14px;border:1px solid var(--border-light);transition:all .2s ease}.offer-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.05)}.offer-item h3{font-size:20px;margin-bottom:12px}.offer-item p{font-size:16px}.offer-item,.section-benefits{background:var(--bg-white)}.benefits-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-content h2{margin-bottom:20px}.benefits-lead{font-size:18px;color:var(--text-muted);margin-bottom:30px}.benefits-list{list-style:none}.benefits-list li{position:relative;padding-left:24px;margin-bottom:14px;font-size:16px}.benefits-list li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:var(--accent);border-radius:50%}.benefits-accent-box{background:linear-gradient(135deg,var(--accent),#2744b5);color:#fff;padding:50px;border-radius:20px}.benefits-accent-box h3{font-size:24px;margin-bottom:16px}.benefits-accent-box p{font-size:16px;line-height:1.6}.section-works{background:var(--bg-main);text-align:center}.section-works .section-header .section-subtitle{font-size:18px;color:var(--text-muted);margin-bottom:40px}.section-works .works-actions .btn{font-size:16px;padding:14px 32px}.section-contacts{background:#1e3a8a;color:#fff;text-align:center;min-height:calc(100dvh/2)}.section-contacts .section-header .section-subtitle{font-size:18px;color:rgba(255,255,255,.8);margin-bottom:40px}.section-contacts .contacts-actions .btn{font-size:16px;padding:14px 32px;color:#fff}.section-contacts .contacts-actions .btn-secondary{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.6);color:#fff}.section-contacts .contacts-actions .btn-secondary:hover{background:rgba(255,255,255,.5)}.section-contacts .contacts-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.footer{background:#f1f3f5;color:#6b7280;text-align:center;padding:24px 0;font-size:14px;border-top:1px solid var(--border-light)}.footer a{color:inherit;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-inner{max-width:var(--container-width);margin:0 auto;padding:0 24px}@media (max-width:768px){.hero-actions{flex-direction:column;gap:12px}.btn{width:100%;text-align:center;padding:12px 18px;font-size:15px}.nav{display:none;position:absolute;top:100%;right:0;left:0;flex-direction:column;background:var(--bg-white);padding:16px 24px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:999}.nav-toggle,.nav.open{display:flex}.nav-list{flex-direction:column;gap:16px}.section-contacts .section-header h2,.section-works .section-header h2{font-size:28px}.section-works .section-header .section-subtitle{font-size:16px}.section-works .works-actions .btn{width:100%;padding:12px 20px}.section-contacts .section-header .section-subtitle{font-size:16px}.section-contacts .contacts-actions .btn{width:100%;padding:12px 20px}}@media (max-width:992px){.hero-inner{grid-template-columns:1fr}.hero{padding:80px 0}.hero h1{font-size:36px}.benefits-inner,.offer-grid{grid-template-columns:1fr}.benefits-inner{gap:40px}.benefits-accent-box{padding:30px}}