*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;overflow-x:hidden;min-height:100vh;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);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{display:flex;align-items:center}.logo-img{height:60px;width:auto;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea 0%,#251733 100%);color:white;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></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:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp .8s ease-out}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out}.btn{padding:12px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#667eea;transform:translateY(-2px)}.hero-image{position:relative;height:400px}.floating-card{position:absolute;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;text-align:center;animation:float 3s ease-in-out infinite}.floating-card:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-card:nth-child(2){top:60%;animation-delay:0s}.floating-card:nth-child(3){bottom:25%;right:10%;animation-delay:0s}.floating-card i{font-size:3rem;margin-bottom:1rem;display:block}.floating-card h3{font-size:1.5rem;margin-bottom:.5rem}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (min-width:769px){.floating-card{padding:1.5rem}.floating-card i{font-size:2.5rem}.floating-card h3{font-size:1.3rem}.floating-card:nth-child(1){top:-10%;left:1%}.floating-card:nth-child(2){top:85%;right:5%}.floating-card:nth-child(3){bottom:20%;right:5%}}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,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .section-title{overflow:hidden;white-space:nowrap;animation:typing 1.5s steps(30,end);margin:0 auto;max-width:fit-content}@keyframes typing{from{width:0}to{width:100%}}.section-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services{background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:white;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:scaleX(0);transition:transform .3s ease}.service-card:hover::before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.service-icon i{font-size:2rem;color:white}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.service-card p{color:#666;line-height:1.6}.about{background:white}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:3rem}.about-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:3rem;text-align:center}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center}.stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:transform .3s ease}.stat-icon:hover{transform:scale(1.1)}.stat-icon i{font-size:1.5rem;color:white}.stat-item h3{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-item p{color:#666;font-weight:500}.contact{background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-info{display:flex;flex-direction:column;justify-content:center;height:100%}
.contact-item{display:flex;align-items:center;margin-bottom:2rem}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0}.contact-icon i{font-size:1.5rem;color:white}.contact-details h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.contact-details p{color:#666}.contact-form{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#333;color:white;padding:3rem 0 1rem;position:relative;z-index:10}.footer-content{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;margin-bottom:2rem;align-items:start;justify-items:center}.footer-section{display:flex;flex-direction:column;justify-content:flex-start}.footer-left{text-align:left;display:flex;flex-direction:column;justify-content:flex-start}.footer-left p:first-child{font-size:1.1rem;font-weight:600;margin-bottom:1rem;line-height:1.4;color:#667eea;padding-left:1rem}.footer-left p:first-child::before{display:block}.footer-center{text-align:center;display:flex;justify-content:center;align-items:center;height:100%;margin-left:1rem}.footer-right{text-align:left;margin-top:-.5rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#667eea;position:relative;padding-left:1rem}.footer-section h4::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.footer-section p{color:#ccc;margin-bottom:.3rem;line-height:1.3}.footer-section p:first-child{color:#667eea;font-weight:600;font-size:1.1rem;margin-bottom:.8rem;position:relative;padding-left:1rem}.footer-section p:first-child::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.footer-section i{margin-right:.5rem;color:#667eea;width:16px;text-align:left}.footer-logo{height:45px;width:auto;margin-bottom:1rem;opacity:.9;transition:opacity .3s ease;display:none}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #444;color:#ccc}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;color:white;font-size:1.2rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:1000;box-shadow:0 4px 15px rgba(0,0,0,.2)}.scroll-to-top:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.scroll-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top i{transition:transform .3s ease}.scroll-to-top:hover i{transform:translateY(-2px)}@media (max-width:768px){.logo-img{height:40px}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-left{order:1;text-align:left}.footer-right{order:2;text-align:left;justify-self:start}.footer-center{order:3;margin-top:1rem;text-align:center;justify-content:center;margin-left:0;display:none}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:white;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-image{height:300px}.floating-card:nth-child(1){top:10%;left:5%}.floating-card{padding:1.5rem;border-radius:15px}.floating-card i{font-size:2rem;margin-bottom:.5rem}.floating-card h3{font-size:1.2rem;margin-bottom:.3rem}.about-content{padding:0 15px}.about-text{max-width:100%}.about .section-title{white-space:normal;overflow:visible;animation:none;max-width:100%;font-size:2rem;line-height:1.3}.about-description{font-size:1rem;margin-bottom:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-icon{width:50px;height:50px;margin-right:1.2rem}.contact-icon i{font-size:1.3rem}.contact-details h3{font-size:1.1rem}.contact-details p{font-size:.95rem}.stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item h3{font-size:2rem}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:2rem}.service-card{padding:2rem}.contact-form{padding:2rem}.about-content{padding:0 10px}.about .section-title{font-size:1.8rem;line-height:1.4}.stats{grid-template-columns:1fr;gap:1.5rem}.stat-item h3{font-size:1.8rem}.contact-icon{width:45px;height:45px;margin-right:1rem}.contact-icon i{font-size:1.1rem}.contact-details h3{font-size:1rem}.contact-details p{font-size:.9rem}body{overflow-y:auto;height:100vh;position:relative}.footer{position:relative;bottom:0;width:100%}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1rem}.floating-card{padding:1rem;border-radius:12px}.floating-card i{font-size:1.5rem;margin-bottom:.3rem}.floating-card h3{font-size:1rem;margin-bottom:.2rem}.floating-card:nth-child(3){bottom:45%}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .3s ease-out}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#667eea}a[href]:not(.nav-link):not(.btn){border-bottom:1px dotted currentColor}a[href]:not(.nav-link):not(.btn):hover{border-bottom-style:solid}.footer-section a{color:rgba(255,255,255,.8)}.footer-section a:hover{color:white}html{scroll-behavior:smooth}.privacy-toggle{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.toggle-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.toggle-container input[type="checkbox"]{display:none}.toggle-slider{position:relative;width:50px;height:24px;background-color:#ccc;border-radius:12px;transition:background-color .3s ease}.toggle-slider::before{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:white;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.toggle-container input[type="checkbox"]:checked+.toggle-slider{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.toggle-container input[type="checkbox"]:checked+.toggle-slider::before{transform:translateX(26px)}.toggle-container.agreed .toggle-label{color:#667eea;font-weight:600}.toggle-container.error{animation:shake .5s ease-in-out}.toggle-container.error .toggle-slider{border:2px solid #dc3545;box-shadow:0 0 10px rgba(220,53,69,.3)}.toggle-container.error .toggle-label{color:#dc3545;font-weight:600}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.toggle-label{font-size:.9rem;color:#666;font-weight:500}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(5px)}.modal-content{position:relative;background-color:white;margin:5% auto;padding:0;border-radius:20px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e1e5e9;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white}.modal-header h3{margin:0;font-size:1.3rem;font-weight:600}.modal-close{background:none;border:none;color:white;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:rgba(255,255,255,.2)}.modal-body{padding:2rem;max-height:50vh;overflow-y:auto}.privacy-text{line-height:1.6;color:#333}.privacy-text p{margin-bottom:1rem}.privacy-text ul{margin:1rem 0;padding-left:1.5rem}.privacy-text li{margin-bottom:.5rem}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e1e5e9;background-color:#f8f9fa}.modal-footer .btn{min-width:120px}.modal-footer .btn-secondary{background:#dc3545;color:white;border:2px solid #dc3545}.modal-footer .btn-secondary:hover{background:#c82333;border-color:#c82333;transform:translateY(-2px)}@media (max-width:768px){.modal-content{margin:10% auto;width:95%;max-height:85vh}.modal-header{padding:1rem 1.5rem}.modal-header h3{font-size:1.1rem}.modal-body{padding:1.5rem;max-height:45vh}.modal-footer{padding:1rem 1.5rem;flex-direction:column}.modal-footer .btn{width:100%}.privacy-toggle{flex-direction:column;align-items:flex-start;gap:.5rem}} 