*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100vh;margin:0}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a4a6e;--primary-dark:#0d2d45;--primary-light:#2563a8;--accent:#e8a020;--accent-dark:#c8861a;--text:#2d3748;--text-light:#718096;--bg:#fff;--bg-light:#f7fafc;--bg-dark:#edf2f7;--border:#e2e8f0;--white:#fff;color:var(--text);scroll-behavior:smooth;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.app{min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{color:var(--text);line-height:1.2}h2{font-size:2rem;font-weight:700}h3{font-size:1.4rem;font-weight:600}p{color:var(--text-light);line-height:1.7}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--primary-dark);margin-bottom:.75rem;display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--accent);border-radius:2px;width:60px;height:4px;margin:12px auto 0;display:block}.section-header p{max-width:620px;margin:1rem auto 0;font-size:1.05rem}section{padding:80px 0}.btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #e8a02059}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--primary-dark)}.header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d2d45f7;border-bottom:1px solid #ffffff14;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:0 4px 24px #00000040}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-icon{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:900;display:flex}.logo-text{flex-direction:column;display:flex}.logo-name{color:var(--white);letter-spacing:.5px;font-size:1.2rem;font-weight:800;line-height:1.1}.logo-tagline{color:#ffffff8c;letter-spacing:1px;text-transform:uppercase;font-size:.7rem}.nav{align-items:center;gap:2rem;display:flex}.nav a{color:#fffc;font-size:.9rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--accent)}.header-cta{align-items:center;gap:1rem;display:flex}.header-phone{color:var(--white);align-items:center;gap:6px;font-size:.95rem;font-weight:600;display:flex}.header-phone .icon{color:var(--accent)}.burger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.burger span{background:#fff;border-radius:2px;width:24px;height:2px;display:block}@media (width<=900px){.nav,.header-cta .btn{display:none}.burger{display:flex}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#0d2d45 0%,#1a4a6e 50%,#0d3a5e 100%);position:absolute;inset:0}.hero-bg-img{opacity:.18;background-image:url(/images/img-5.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,#0d2d45f2 0%,#0d2d4599 55%,#0d2d4533 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;padding-top:72px;position:relative}.hero-badge{color:var(--accent);letter-spacing:.5px;text-transform:uppercase;background:#e8a0202e;border:1px solid #e8a02066;border-radius:20px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.hero h1{color:var(--white);margin-bottom:1.25rem;font-size:3.2rem;font-weight:800;line-height:1.15}.hero h1 span{color:var(--accent)}.hero-desc{color:#ffffffbf;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.hero-stats{flex-wrap:wrap;gap:2.5rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat strong{color:var(--accent);font-size:2.2rem;font-weight:800;line-height:1}.hero-stat span{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:.8rem}@media (width<=768px){.hero h1{font-size:2.2rem}.hero-stats{gap:1.5rem}}.about{background:var(--bg-light)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-img-wrap{position:relative}.about-img-main{object-fit:cover;border-radius:12px;width:100%;height:420px;box-shadow:0 20px 60px #0d2d4533}.about-img-badge{background:var(--accent);color:#fff;text-align:center;border-radius:12px;padding:20px 24px;position:absolute;bottom:-20px;right:-20px;box-shadow:0 8px 30px #e8a02066}.about-img-badge strong{font-size:2.2rem;font-weight:800;line-height:1;display:block}.about-img-badge span{opacity:.9;font-size:.8rem}.about-content h2{color:var(--primary-dark);margin-bottom:1rem}.about-content .lead{color:var(--text);margin-bottom:1.5rem;font-size:1.05rem}.about-content p{margin-bottom:1rem}.about-features{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.about-feature{align-items:flex-start;gap:10px;display:flex}.about-feature-icon{background:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.about-feature p{color:var(--text);margin:0;font-size:.95rem}@media (width<=900px){.about-grid{grid-template-columns:1fr}.about-img-badge{right:10px}}.services{background:var(--bg)}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--bg-light);border:1px solid var(--border);border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0d2d4524}.service-img{object-fit:cover;width:100%;height:220px}.service-body{padding:1.5rem}.service-icon{width:48px;height:48px;color:var(--primary);background:#1a4a6e1a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-body h3{color:var(--primary-dark);margin-bottom:.75rem;font-size:1.1rem}.service-body p{margin-bottom:1rem;font-size:.9rem;line-height:1.6}.service-list{flex-direction:column;gap:6px;display:flex}.service-list li{color:var(--text);align-items:flex-start;gap:8px;font-size:.85rem;line-height:1.4;display:flex}.service-list li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.service-card.wide{grid-column:span 3;grid-template-columns:380px 1fr;display:grid}.service-card.wide .service-img{height:100%;min-height:260px}@media (width<=900px){.services-grid{grid-template-columns:1fr}.service-card.wide{grid-column:span 1;grid-template-columns:1fr}.service-card.wide .service-img{height:220px}}@media (width>=901px) and (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card.wide{grid-column:span 2}}.industries{background:var(--primary-dark);color:#fff}.industries .section-header h2{color:#fff}.industries .section-header h2:after{background:var(--accent)}.industries .section-header p{color:#ffffffb3}.industries-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.industry-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;transition:transform .3s,border-color .3s;overflow:hidden}.industry-card:hover{border-color:var(--accent);transform:translateY(-4px)}.industry-img{object-fit:cover;width:100%;height:260px}.industry-body{padding:1.75rem}.industry-tag{background:var(--accent);color:#fff;letter-spacing:.8px;text-transform:uppercase;border-radius:4px;margin-bottom:.75rem;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.industry-body h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem}.industry-body p{color:#ffffffa6;margin-bottom:1rem;font-size:.92rem;line-height:1.7}.industry-list{flex-direction:column;gap:8px;display:flex}.industry-list li{color:#fffc;align-items:flex-start;gap:8px;font-size:.88rem;display:flex}.industry-list li:before{content:"✓";color:var(--accent);flex-shrink:0;font-weight:700}@media (width<=768px){.industries-grid{grid-template-columns:1fr}}.advantages{background:var(--bg-light)}.advantages-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.adv-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.adv-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0d2d451a}.adv-icon{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 1.25rem;display:flex}.adv-card h3{color:var(--primary-dark);margin-bottom:.5rem;font-size:1rem}.adv-card p{font-size:.88rem;line-height:1.55}@media (width<=900px){.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.advantages-grid{grid-template-columns:1fr}}.contacts{background:var(--bg)}.contacts-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contacts-info h3{color:var(--primary-dark);margin-bottom:1.5rem}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-item-icon{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.contact-item-body strong{color:var(--text);margin-bottom:2px;font-weight:600;display:block}.contact-item-body span,.contact-item-body a{color:var(--text-light);font-size:.95rem}.contact-item-body a:hover{color:var(--primary)}.contact-form-wrap{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.contact-form-wrap h3{color:var(--primary-dark);margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text);margin-bottom:6px;font-size:.88rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--border);width:100%;color:var(--text);background:var(--white);border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-light)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{background:var(--primary-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.form-submit:hover{background:var(--primary-light);transform:translateY(-1px)}.form-note{text-align:center;color:var(--text-light);margin-top:.75rem;font-size:.8rem}@media (width<=900px){.contacts-grid{grid-template-columns:1fr}}.footer{background:var(--primary-dark);color:#ffffffa6;padding:3rem 0 2rem}.footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-brand p{color:#ffffff80;margin-top:.75rem;font-size:.88rem;line-height:1.6}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:1.25rem;font-size:.9rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.6rem;display:flex}.footer-col ul li a{color:#ffffff8c;font-size:.88rem;transition:color .2s}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.82rem;display:flex}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}
