*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1e293b}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}html{scroll-behavior:smooth}.about{background:#f8fafc;padding:5rem 0}.about-content{display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center}.about-text{max-width:800px}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#475569;line-height:1.7}.about-stats{display:flex;flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap}.stat{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}@media (max-width: 768px){.about-content{gap:2rem}.about-text{max-width:100%}.about-stats{flex-direction:row;justify-content:space-around;gap:1rem}.stat{padding:1rem}.stat h3{font-size:2rem}}@media (max-width: 480px){.about-stats{flex-direction:column;gap:1rem}.about-text{max-width:100%}}.contacts{background:#f8fafc;padding:5rem 0}.contacts-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contacts-info h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.contacts-info p{color:#64748b;margin-bottom:2rem;line-height:1.7}.contacts-details{display:flex;flex-direction:column;gap:1.5rem}.contacts-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}.contacts-icon{font-size:1.5rem}.contacts-item h4{font-weight:600;color:#1e293b;margin-bottom:.25rem}.contacts-item p{color:#64748b;margin:0}@media (max-width: 768px){.contacts-content{grid-template-columns:1fr;gap:2rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo h3{color:#2563eb;font-size:1.8rem;margin-bottom:.5rem}.footer-logo p{color:#94a3b8}.footer-info p{color:#cbd5e1;font-style:italic}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1001;transition:all .3s ease}.header.scrolled{background:#ffffffe6;box-shadow:0 2px 30px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo h1{color:#2563eb;font-size:2rem;font-weight:700;margin-bottom:0}.logo span{color:#64748b;font-size:.9rem;font-weight:400}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#334155;font-weight:500}.nav-menu a:hover{color:#2563eb}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;position:relative;z-index:10000;transition:all .3s ease}.mobile-menu-btn span{display:block;width:25px;height:3px;background:#334155;margin:5px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu.mobile-open{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;inset:0;width:100vw;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem;z-index:9999;animation:slideInFromTop .3s ease;box-shadow:0 0 50px #0003;overflow:hidden}.nav-menu.mobile-open a{padding:1.5rem 2rem;margin:.5rem 0;font-size:1.8rem;font-weight:600;text-align:center;color:#334155;text-decoration:none;transition:all .3s ease;min-width:200px}.nav-menu.mobile-open a:hover{color:#2563eb}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-btn{display:block}}@media (max-width: 480px){.nav-container{padding:0 15px}.nav-menu.mobile-open a{font-size:1.4rem;padding:1rem 1.5rem;min-width:150px}}.hero{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;padding:120px 0 80px;margin-top:80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#fff;color:#2563eb}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-secondary{color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-logo{width:300px;height:auto;opacity:.95;filter:drop-shadow(0 0 20px rgba(0,0,0,.5)) drop-shadow(0 0 40px rgba(255,255,255,.8)) drop-shadow(0 10px 30px rgba(0,0,0,.3)) brightness(1.1) contrast(1.2);transition:all .3s ease;border-radius:20px;background:#ffffff1a;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-logo:hover{transform:scale(1.05);opacity:1;filter:drop-shadow(0 0 30px rgba(0,0,0,.7)) drop-shadow(0 0 60px rgba(255,255,255,1)) drop-shadow(0 15px 40px rgba(0,0,0,.4)) brightness(1.2) contrast(1.3);background:#ffffff26}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.2rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-logo{width:200px;padding:15px}}@media (max-width: 480px){.hero{padding:100px 0 60px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-logo{width:150px;padding:10px}}.requisites{padding:4rem 0;background:#f8fafc}.requisites-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:800px;margin:0 auto}.requisites-main{margin-bottom:1.5rem}.requisites-item{margin-bottom:1rem;text-align:left}.requisites-item strong{color:#1e293b;font-size:1.2rem}.requisites-item span{display:block;color:#64748b;margin:.5rem 0;line-height:1.5}.requisites-item span strong{color:#374151;font-size:1rem;margin-right:.5rem}.requisites-toggle{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease;display:block;margin:0 auto 1.5rem}.requisites-toggle:hover{background:#1d4ed8;transform:translateY(-1px)}.requisites-details{border-top:1px solid #e2e8f0;padding-top:1.5rem}.requisites-details h4{color:#1e293b;margin-bottom:1rem;text-align:center}.okved-list{display:flex;flex-direction:column;gap:.75rem}.okved-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #2563eb}.okved-code{font-weight:600;color:#2563eb;min-width:60px;flex-shrink:0}.okved-desc{color:#475569;line-height:1.4}@media (max-width: 768px){.requisites{padding:2rem 0}.requisites-card{padding:1.5rem;margin:0 1rem}.okved-item{flex-direction:column;gap:.5rem}.okved-code{min-width:auto}}.services{padding:5rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;align-items:start}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:auto;min-height:200px;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.service-card.expanded{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.service-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.service-icon{font-size:2.5rem;flex-shrink:0;margin-top:.25rem}.service-title-wrapper{flex:1}.service-title-wrapper h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.service-short{color:#64748b;line-height:1.5;margin:0;font-size:.95rem}.service-content{flex:0 1 auto;margin-bottom:1.5rem;min-height:0}.service-full{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.text-item{color:#475569;line-height:1.6;margin-bottom:1rem}.list-item{color:#475569;line-height:1.5;margin-bottom:.5rem;position:relative}.list-item.level-1{margin-left:0;padding-left:1.5rem}.list-item.level-1:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700;font-size:1.2rem}.list-item.level-2{margin-left:1rem;padding-left:2rem;color:#64748b;font-size:.95rem}.list-item.level-2:before{content:"◦";position:absolute;left:1rem;color:#2563eb}.service-toggle{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease;align-self:flex-start;margin-top:auto}.service-toggle:hover{background:#1d4ed8;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .6s ease forwards;opacity:0}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.pricing-notice{margin-top:3rem;padding:2.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f}.pricing-content h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center;position:relative}.pricing-content p{color:#64748b;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem;text-align:center}.pricing-content p:last-of-type{background:linear-gradient(135deg,#dbeafe,#e0f2fe);padding:1.5rem;border-radius:10px;border:1px solid #bfdbfe;color:#1e40af;font-weight:600;font-size:1.1rem;margin-bottom:0;box-shadow:0 2px 10px #2563eb1a}@media (min-width: 769px){.service-toggle{display:none}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.service-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.service-icon{margin-top:0;display:flex;justify-content:center;align-items:center;width:100%}.service-title-wrapper{width:100%}.service-title-wrapper h3,.service-short{text-align:center}.service-card{padding:1.5rem;cursor:default}.service-toggle{align-self:center;width:100%;max-width:200px;text-align:center}.pricing-notice{margin-top:2rem;padding:1.5rem}.pricing-content h3{font-size:1.2rem}.pricing-content p{font-size:.95rem;text-align:left}}@media (max-width: 480px){.section-title{font-size:2rem}.service-title-wrapper h3{font-size:1.3rem}.list-item.level-2{margin-left:.5rem;padding-left:1.5rem}.service-icon{font-size:2.2rem}.pricing-notice{margin-top:1.5rem;padding:1.25rem}.pricing-content h3{font-size:1.1rem}.pricing-content p{font-size:.9rem}}
