#__next,body,html{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}input{margin-left:8px;margin-right:8px}button{margin-top:8px}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;color:#333;line-height:1.6;scroll-behavior:smooth;min-height:100vh}.container{max-width:900px;margin:0 auto;padding:2rem 1rem 8rem}header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}h1{font-size:3rem;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:1rem;line-height:1.2}.cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.subheadline{font-size:1.3rem;color:#fff;font-weight:500;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.hero{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:3rem;position:relative;border:1px solid hsla(0,0%,100%,.2);animation:slideInLeft .8s ease-out .2s both}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.hero p{font-size:1.15rem;margin-bottom:1.5rem;color:#444;line-height:1.7}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .6rem;border-radius:8px;font-weight:600;box-shadow:0 4px 15px rgba(102,126,234,.3);transition:transform .3s ease}.highlight:hover{transform:translateY(-2px)}.value-badges{display:flex;gap:1.5rem;margin:2rem 0;flex-wrap:wrap;justify-content:center}.badge{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#27ae60;font-weight:600;background:rgba(39,174,96,.1);padding:.8rem 1.2rem;border-radius:12px;border:1px solid rgba(39,174,96,.2);transition:all .3s ease}.badge:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(39,174,96,.2)}.cta-login{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border:2px solid rgba(102,126,234,.3);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center;position:relative;overflow:hidden;animation:pulseGlow 2s ease-in-out infinite alternate}@keyframes pulseGlow{0%{box-shadow:0 0 20px rgba(102,126,234,.2)}to{box-shadow:0 0 30px rgba(102,126,234,.4)}}.cta-login:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.cta-text{font-size:1.2rem;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.cta-login-btn,.cta-text{color:#fff;position:relative;z-index:1}.cta-login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(102,126,234,.4);text-transform:uppercase;letter-spacing:.5px}.cta-login-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(102,126,234,.6);background:linear-gradient(135deg,#5a67d8,#6b46c1)}.cta-login-btn:active{transform:translateY(-1px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.cases-carousel{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:3rem;border:1px solid hsla(0,0%,100%,.2);animation:slideInRight .8s ease-out .4s both}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.cases-carousel h2{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;font-weight:700}.cases-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.case{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:16px;border-left:5px solid #667eea;transition:all .3s ease;position:relative;overflow:hidden}.case:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2)}.case:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.case h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.case ul{list-style:none;padding:0}.case li{margin-bottom:.8rem;color:#555;line-height:1.6;position:relative;padding-left:1.5rem}.case li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.case a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.case a:hover{color:#764ba2}.testimonials{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:3rem;border:1px solid hsla(0,0%,100%,.2);animation:fadeInUp .8s ease-out .6s both}.testimonials h2{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;font-weight:700}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.testimonial-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.5);position:relative;transition:all .3s ease}.testimonial-item:before{content:'"';position:absolute;top:1rem;left:1rem;font-size:4rem;color:rgba(102,126,234,.1);font-family:Georgia,serif}.testimonial-item:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.testimonial-item blockquote{font-style:italic;color:#555;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6;position:relative;z-index:1}.testimonial-item cite{font-weight:700;color:#2c3e50;font-size:.95rem;display:block;text-align:right;margin-top:1rem}.carousel{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:3rem;border:1px solid hsla(0,0%,100%,.2);animation:fadeInUp .8s ease-out .8s both}.carousel h2{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;font-weight:700}.carousel-inner{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1)}.carousel-item{min-width:100%;position:relative}.carousel-item img{width:100%;height:300px;object-fit:cover;display:block;transition:transform .3s ease}.carousel-item:hover img{transform:scale(1.02)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.15)}.carousel-btn.prev{left:20px}.carousel-btn.next{right:20px}.form-section{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:3rem;border:1px solid hsla(0,0%,100%,.2);animation:slideInLeft .8s ease-out 1s both}.form-section h2{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;font-weight:700}.form-section form{max-width:500px;margin:0 auto}.form-section input,.form-section textarea{width:100%;padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease;background:hsla(0,0%,100%,.8)}.form-section input:focus,.form-section textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);transform:translateY(-2px)}.form-section textarea{resize:vertical;min-height:120px;line-height:1.5}.btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;width:100%;box-shadow:0 4px 15px rgba(102,126,234,.3)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.btn:active{transform:translateY(0)}footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:2rem 1rem;color:#fff;font-size:.95rem;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px 20px 0 0;border-top:1px solid hsla(0,0%,100%,.2);z-index:100}footer a{color:#fff;text-decoration:none;font-weight:600;transition:color .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5)}footer a:hover{color:#4ade80}@media (max-width:768px){.container{padding:1rem 1rem 6rem}h1{font-size:2.2rem}.carousel,.cases-carousel,.form-section,.hero,.testimonials{padding:2rem 1.5rem;margin-bottom:2rem}.value-badges{flex-direction:column;gap:1rem}.badge{padding:.6rem 1rem;font-size:.9rem}.cases-list,.testimonial-grid{grid-template-columns:1fr;gap:1.5rem}.case,.testimonial-item{padding:1.5rem}.carousel-item img{height:200px}.carousel-btn{width:40px;height:40px;font-size:1.2rem}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}}@media (max-width:480px){h1{font-size:1.8rem}.subheadline{font-size:1.1rem}.hero p{font-size:1rem}.carousel h2,.cases-carousel h2,.form-section h2,.testimonials h2{font-size:1.8rem}.case h3,.testimonial-item blockquote{font-size:.95rem}.cta-login{padding:1.5rem;margin:1.5rem 0}.cta-text{font-size:1rem;margin-bottom:1.5rem}.cta-login-btn{padding:.8rem 2rem;font-size:1rem}footer{padding:1.5rem 1rem;font-size:.9rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loading{opacity:.6;pointer-events:none}.btn:focus,input:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}