*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#fff;background:linear-gradient(135deg,#1e1b4b,#312e81,#3730a3,#1e40af,#1d4ed8);background-attachment:fixed;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;width:100%;background:#1e1b4bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo h2{color:#60a5fa;font-weight:700;font-size:1.5rem}.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:#60a5fa}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#60a5fa;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:0 20px}.hero-content{max-width:800px;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;color:#e2e8f0;line-height:1.6}.cta-button{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.hero-graphics{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#60a5fa1a,#3b82f61a);animation:float 6s ease-in-out infinite}.element-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.element-2{width:150px;height:150px;top:60%;right:10%;animation-delay:2s}.element-3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:#cbd5e1;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;color:#e2e8f0;font-size:1.1rem;line-height:1.7}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:1.5rem;background:#ffffff0d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.stat-item h3{font-size:2.5rem;font-weight:700;color:#60a5fa;margin-bottom:.5rem}.stat-item p{color:#cbd5e1;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.service-card:hover{transform:translateY(-10px);background:#ffffff14;box-shadow:0 20px 40px #0000001a}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.service-card p{color:#cbd5e1;line-height:1.6}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-item{background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.advantage-item:hover{transform:translateY(-5px);background:#ffffff14}.advantage-item h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#60a5fa}.advantage-item p{color:#cbd5e1;line-height:1.6}.target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.target-card{background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.target-card:hover{transform:translateY(-5px);background:#ffffff14}.target-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.target-card p{color:#cbd5e1;line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.review-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.review-card:hover{transform:translateY(-5px);background:#ffffff14}.stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}.review-card p{color:#e2e8f0;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.reviewer strong{color:#fff;display:block;margin-bottom:.25rem}.reviewer span{color:#60a5fa;font-size:.9rem}.results-section h3{text-align:center;font-size:2rem;margin-bottom:2rem;color:#fff}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.result-item{text-align:center;background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.result-item h4{font-size:2.5rem;font-weight:700;color:#60a5fa;margin-bottom:.5rem}.result-item p{color:#cbd5e1;font-weight:500}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#ffffff0d;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.contact-item h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#60a5fa}.contact-item p{color:#e2e8f0;line-height:1.6}.contact-cta{background:#ffffff0d;padding:3rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-align:center}.contact-cta h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#fff}.contact-cta p{color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.footer{background:#1e1b4bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-brand h3{color:#60a5fa;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#cbd5e1}.footer-links{display:flex;gap:2rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#60a5fa}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#94a3b8}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#1e1b4bf2;width:100%;text-align:center;transition:.3s;padding:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-menu.active{left:0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{flex-direction:row;justify-content:center}.services-grid,.advantages-grid,.target-grid,.reviews-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero-title{font-size:2rem}.section{padding:3rem 0}.service-card,.contact-cta{padding:2rem}.results-grid{grid-template-columns:1fr}.about-stats{flex-direction:column}}
