*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#ff8c00,orange,#ffb347,gold,#ff0);background-attachment:fixed;background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#ff8c00;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:gold}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-content{z-index:2;color:#fff;max-width:800px;padding:0 20px}.hero h1{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8;line-height:1.6}.cta-button{display:inline-block;background:#fff3;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23pattern)"/></svg>');opacity:.3}.section{padding:5rem 0;position:relative}.section-alt{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-weight:700}.section-alt .section-title{color:#fff}.about-content{max-width:800px;margin:0 auto}.about-text{background:#ffffffe6;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.about-text h3{color:#ff8c00;margin-bottom:1rem;font-size:1.3rem}.about-text p{margin-bottom:1.5rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#ffffffe6;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.service-card h3{color:#ff8c00;margin-bottom:1rem;font-size:1.3rem}.service-card p{line-height:1.6;color:#555}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.advantage-item{background:#ffffffe6;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.advantage-item:hover{transform:translateY(-5px)}.advantage-item h3{color:#ff8c00;margin-bottom:1rem;font-size:1.2rem}.advantage-item p{color:#555;line-height:1.6}.audience-content{max-width:1000px;margin:0 auto}.audience-intro{text-align:center;margin-bottom:3rem}.audience-intro p{font-size:1.1rem;color:#fff;line-height:1.7;background:#ffffff1a;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.audience-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.audience-category{background:#ffffffe6;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.audience-category:hover{transform:translateY(-5px)}.audience-category h3{color:#ff8c00;margin-bottom:1rem;font-size:1.2rem}.audience-category p{color:#555;line-height:1.6}.contacts-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#ffffffe6;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.contact-item h3{color:#ff8c00;margin-bottom:1rem;font-size:1.3rem}.contact-item p{color:#555;line-height:1.6}.contact-item a{color:#ff8c00;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:gold}.contact-cta{background:#ffffffe6;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;text-align:center;display:flex;flex-direction:column;justify-content:center}.contact-cta h3{color:#ff8c00;margin-bottom:1rem;font-size:1.5rem}.contact-cta p{color:#555;margin-bottom:2rem;line-height:1.6}.contact-cta .cta-button{background:linear-gradient(135deg,#ff8c00,gold);color:#fff;border:none;align-self:center}.contact-cta .cta-button:hover{background:linear-gradient(135deg,gold,#ff8c00)}.footer{background:#000000e6;color:#fff;padding:2rem 0;margin-top:5rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left h3{color:#ff8c00;margin-bottom:.5rem}.footer-left p,.footer-right p{opacity:.8}@media screen and (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#000000f2;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.contacts-content{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.services-grid,.advantages-grid,.audience-categories{grid-template-columns:1fr}}@media screen and (max-width: 480px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.section{padding:3rem 0}.about-text,.service-card,.advantage-item,.audience-category,.contact-item,.contact-cta{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{animation:fadeInUp .6s ease-out}.section.animate{animation:fadeInUp .8s ease-out}
