body{margin:0;padding:0}.main-container{margin-top:3.5rem}.navbar{backdrop-filter:blur(10px);position:fixed;z-index:1000;background:#fffffff2;border-bottom:1px solid #0000000d;padding:1.25rem 2rem;transition:all .3s;top:0;left:0;right:0}.navbar.scrolled{background:#fffffffa;padding:.75rem 2rem;box-shadow:0 4px 20px #00000014}.navbar-container{display:flex;justify-content:space-between;align-items: center;max-width:1200px;margin:0 auto}.navbar-logo{display:flex;text-decoration:none;color:var(--dark);align-items: center;gap:.75rem;transition:transform .3s;font-size:1.5rem;font-weight:800}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{display:flex;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;justify-content:center;align-items: center;width:40px;height:40px;font-size:1.25rem;font-weight:900}.logo-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-menu{list-style:none;display:flex;align-items: center;gap:.5rem;margin:0;padding:0}.navbar-item{position:relative}.navbar-link{color:var(--dark);text-decoration:none;display:block;position:relative;border-radius:8px;padding:.75rem 1.25rem;transition:all .3s;font-size:1rem;font-weight:500}.navbar-link:before{content:"";position:absolute;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:2px;transition:transform .3s;bottom:.5rem;left:1.25rem;right:1.25rem;transform:scaleX(0)}.navbar-link:hover:before{transform:scaleX(1)}.navbar-link:hover{color:var(--primary)}.navbar-cta .cta-link{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;padding:.75rem 1.75rem;font-weight:600;box-shadow:0 4px 15px #667eea4d}.navbar-cta .cta-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.navbar-cta .cta-link:before,.navbar-toggle{display:none}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.75rem 1.5rem}.navbar-toggle{display:flex;cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem}.hamburger{background:var(--dark);position:relative;border-radius:2px;width:1.75rem;height:2px;transition:all .3s}.hamburger:before,.hamburger:after{content:"";position:absolute;background:var(--dark);border-radius:2px;width:1.75rem;height:2px;transition:all .3s}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}.hamburger.open{background:0 0}.hamburger.open:before{transform:rotate(45deg)}.hamburger.open:after{transform:rotate(-45deg)}.navbar-menu{position:fixed;background:#fff;flex-direction:column;align-items:stretch;gap:0;width:280px;height:100vh;padding:6rem 2rem 2rem;transition:transform .3s;top:0;right:0;transform:translate(100%);box-shadow:-5px 0 20px #0000001a}.navbar-menu.active{transform:translate(0)}.navbar-item{width:100%;margin:0}.navbar-link{width:100%;padding:1rem 1.25rem}.navbar-link:before{width:3px;height:calc(100% - 2rem);inset:1rem auto auto 0}.navbar-cta{margin-top:1rem}.navbar-cta .cta-link{text-align:center}.navbar-menu.active:before{content:"";position:fixed;z-index:-1;background:#00000080;width:100vw;height:100vh;top:0;left:0}}body{padding-top:85px}@media (max-width:768px){body{padding-top:70px}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#ec4899;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff;--gradient-1:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-2:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);--gradient-3:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--white);color:var(--dark);overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.landing-page{overflow-x:hidden;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{position:relative;display:flex;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items: center;min-height:100vh;padding:2rem}.hero-background{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0}.gradient-overlay{position:absolute;background:linear-gradient(135deg,#667eeae6 0%,#764ba2e6 100%);width:100%;height:100%;top:0;left:0}.animated-shapes{position:absolute;overflow:hidden;width:100%;height:100%}.shape{position:absolute;filter:blur(60px);opacity:.3;animation:float 20s infinite ease-in-out;border-radius:50%}.shape-1{animation-delay:0s;background:#f59e0b;width:500px;height:500px;top:-100px;left:-100px}.shape-2{animation-delay:-7s;background:#ec4899;width:400px;height:400px;bottom:-100px;right:-100px}.shape-3{animation-delay:-14s;background:#3b82f6;width:300px;height:300px;top:50%;right:10%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;animation:fadeInUp 1s ease-out;max-width:900px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;backdrop-filter:blur(10px);color:var(--white);animation:fadeInUp 1s ease-out .2s both;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items: center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500}.badge-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;width:8px;height:8px}@keyframes pulse{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 10px #10b98100}}.hero-title{color:var(--white);animation:fadeInUp 1s ease-out .4s both;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;display:inline-block;-webkit-background-clip:text;background-clip:text;margin-left:10px}.hero-subtitle{color:#ffffffe6;animation:fadeInUp 1s ease-out .6s both;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-buttons{display:flex;animation:fadeInUp 1s ease-out .8s both;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem}.cta-button{display:inline-flex;cursor:pointer;position:relative;overflow:hidden;border:none;border-radius:12px;align-items: center;gap:.5rem;padding:1rem 2rem;transition:all .3s;font-size:1rem;font-weight:600}.cta-button:before{content:"";position:absolute;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button.primary{background:var(--white);color:var(--primary);box-shadow:var(--shadow-lg)}.cta-button.primary:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.cta-button.secondary{color:var(--white);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d}.cta-button.secondary:hover{background:#ffffff40;transform:translateY(-2px)}.cta-button.large{padding:1.25rem 2.5rem;font-size:1.125rem}.button-icon{width:20px;height:20px;transition:transform .3s}.cta-button:hover .button-icon{transform:translate(5px)}.phone-icon{width:20px;height:20px}.hero-stats{display:flex;animation:fadeInUp 1s ease-out 1s both;flex-wrap:wrap;justify-content:center;gap:3rem}.stat-item{text-align:center}.stat-item h3{color:var(--white);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-item p{color:#fffc;font-size:.875rem}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;color:var(--primary);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f133;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600}.section-header h2{color:var(--dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-header p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.125rem}.features-section{background:var(--light);padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #0000000d;border-radius:20px;padding:2.5rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.feature-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;justify-content:center;align-items: center;width:60px;height:60px;margin-bottom:1.5rem}.feature-icon svg{color:var(--white);width:30px;height:30px}.feature-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.feature-card p{color:var(--gray);line-height:1.6}.testimonial-section{background:var(--dark);position:relative;overflow:hidden;padding:6rem 0}.testimonial-section:before{content:"";position:absolute;opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;top:0;left:0}.testimonial-content{position:relative;text-align:center;max-width:800px;margin:0 auto}.quote-icon{width:60px;height:60px;margin:0 auto 2rem}.quote-icon svg{color:var(--primary);opacity:.3;width:100%;height:100%}.testimonial-quote{color:var(--white);margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:400;line-height:1.8}.testimonial-author{display:flex;justify-content:center;align-items: center;gap:1rem;margin-bottom:1.5rem}.author-avatar{overflow:hidden;border:3px solid var(--primary);border-radius:50%;width:60px;height:60px}.author-avatar img{object-fit:cover;width:100%;height:100%}.author-info{text-align:left}.author-info cite{display:block;color:var(--white);font-size:1.125rem;font-style:normal;font-weight:600}.author-info span{color:var(--gray);font-size:.875rem}.rating{display:flex;justify-content:center;gap:.25rem}.rating svg{color:#fbbf24;width:24px;height:24px}.cta-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 0}.cta-section:before{content:"";position:absolute;filter:blur(80px);background:#ffffff1a;border-radius:50%;width:500px;height:500px;top:-250px;right:-250px}.cta-content{position:relative;text-align:center}.cta-content h2{color:var(--white);margin-bottom:1rem;font-size:3rem;font-weight:800}.cta-content p{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.25rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:2rem}.stat-item h3,.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.testimonial-quote{font-size:1.125rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch}.cta-button{justify-content:center;width:100%}}@media (max-width:480px){.hero{padding:1rem}.hero-title{font-size:2rem}.container{padding:0 1rem}.shape-1,.shape-2,.shape-3{width:200px;height:200px}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff}.services-page{overflow-x:hidden;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-hero{position:relative;display:flex;overflow:hidden;justify-content:center;align-items: center;min-height:70vh;margin-top:0;padding:4rem 2rem}.hero-background{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0}.animated-gradient{position:absolute;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;width:100%;height:100%}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out;border-radius:50%}.shape-1{background:#fbbf24;width:400px;height:400px;top:-100px;left:-100px}.shape-2{animation-delay:-7s;background:#ec4899;width:350px;height:350px;bottom:-100px;right:-100px}.shape-3{animation-delay:-14s;background:#3b82f6;width:300px;height:300px;top:40%;right:20%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px}.hero-badge{display:inline-flex;backdrop-filter:blur(10px);color:#fff;animation:fadeInDown 1s ease-out;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items: center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.badge-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;width:8px;height:8px}@keyframes pulse{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 10px #10b98100}}.hero-title{color:#fff;animation:fadeInUp 1s ease-out .2s both;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-text{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;animation:fadeInUp 1s ease-out .4s both;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-stats{display:flex;animation:fadeInUp 1s ease-out .6s both;flex-wrap:wrap;justify-content:center;gap:3rem}.stat-box{text-align:center;backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;min-width:150px;padding:1.5rem}.stat-box h3{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-box p{color:#fffc;font-size:.875rem}.filter-section{background:var(--light);padding:3rem 0}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.filter-btn{display:flex;color:var(--dark);cursor:pointer;background:#fff;border:2px solid #0000;border-radius:50px;align-items: center;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s;font-size:1rem;font-weight:600;box-shadow:0 2px 8px #0000000d}.filter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.filter-btn.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 15px #667eea66}.filter-icon{font-size:1.25rem}.services-section{background:#fff;padding:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}.service-card-modern{overflow:hidden;position:relative;animation:cardFadeIn .6s ease-out both;background:#fff;border-radius:24px;scroll-margin-top:100px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000014}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card-modern:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card-gradient{position:absolute;width:100%;height:6px;top:0;left:0}.card-image{position:relative;overflow:hidden;height:280px}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.service-card-modern:hover .card-image img{transform:scale(1.1)}.image-overlay{position:absolute;opacity:.6;background:linear-gradient(#0000 0%,#000000b3 100%);width:100%;height:100%;transition:opacity .3s;top:0;left:0}.service-card-modern:hover .image-overlay{opacity:.8}.service-icon-float{position:absolute;backdrop-filter:blur(10px);display:flex;animation:iconFloat 3s ease-in-out infinite;background:#fffffff2;border-radius:20px;justify-content:center;align-items: center;width:70px;height:70px;font-size:2rem;top:1.5rem;right:1.5rem;box-shadow:0 8px 20px #00000026}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-content{padding:2rem}.card-header{margin-bottom:1.5rem}.service-subtitle{display:inline-block;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.service-title{color:var(--dark);margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.3}.service-description{color:var(--gray);font-size:.95rem;line-height:1.7}.service-features{display:flex;background:var(--light);border-radius:12px;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:1.5rem}.feature-item{display:flex;color:var(--dark-light);align-items: center;gap:.75rem;font-size:.9rem}.check-icon{color:#10b981;flex-shrink:0;width:20px;height:20px}.card-footer{display:flex;border-top:2px solid var(--light);justify-content:space-between;align-items: center;padding-top:1.5rem}.service-stat{text-align:left}.stat-value{color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800;line-height:1}.stat-label{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.service-cta{display:flex;color:#fff;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items: center;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s;font-size:.95rem;font-weight:600}.service-cta:before{content:"";position:absolute;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;top:0;left:-100%}.service-cta:hover:before{left:100%}.service-cta:hover{transform:translate(5px);box-shadow:0 5px 15px #667eea66}.arrow-icon{width:18px;height:18px;transition:transform .3s}.service-cta:hover .arrow-icon{transform:translate(5px)}.process-section{background:linear-gradient(180deg,var(--light)0%,white 100%);padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;color:var(--primary);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f133;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600}.section-header h2{color:var(--dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-header p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.125rem}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-card{text-align:center;position:relative;overflow:hidden;background:#fff;border-radius:20px;padding:2.5rem 2rem;transition:all .3s;box-shadow:0 5px 20px #0000000d}.process-card:before{content:"";position:absolute;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:4px;transition:transform .3s;top:0;left:0;transform:scaleX(0)}.process-card:hover:before{transform:scaleX(1)}.process-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.process-number{position:absolute;color:#667eea1a;font-size:3rem;font-weight:900;line-height:1;top:1rem;right:1rem}.process-icon{animation:iconBounce 2s ease-in-out infinite;margin-bottom:1.5rem;font-size:3rem}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.process-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.process-card p{color:var(--gray);font-size:.95rem;line-height:1.6}.services-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.services-cta:before{content:"";position:absolute;filter:blur(100px);background:#ffffff1a;border-radius:50%;width:500px;height:500px;top:-250px;right:-250px}.services-cta:after{content:"";position:absolute;filter:blur(100px);background:#ffffff1a;border-radius:50%;width:400px;height:400px;bottom:-200px;left:-200px}.cta-content{position:relative;text-align:center;max-width:800px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.cta-content p{color:#ffffffe6;margin-bottom:3rem;font-size:1.25rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-btn{display:inline-flex;cursor:pointer;position:relative;overflow:hidden;border:none;border-radius:12px;align-items: center;gap:.5rem;padding:1.125rem 2.25rem;transition:all .3s;font-size:1.05rem;font-weight:600}.cta-btn:before{content:"";position:absolute;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;top:0;left:-100%}.cta-btn:hover:before{left:100%}.cta-btn.primary{color:var(--primary);background:#fff;box-shadow:0 8px 25px #00000026}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}.cta-btn.secondary{color:#fff;backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d}.cta-btn.secondary:hover{background:#ffffff40;transform:translateY(-3px)}.btn-icon,.phone-icon{width:20px;height:20px;transition:transform .3s}.cta-btn:hover .btn-icon{transform:translate(5px)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-stats{gap:1.5rem}.stat-box{min-width:120px;padding:1rem}.stat-box h3{font-size:2rem}.services-grid{grid-template-columns:1fr}.section-header h2,.cta-content h2{font-size:2rem}.process-grid{grid-template-columns:1fr}.filter-buttons{gap:.75rem}.filter-btn{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.services-grid{gap:1.5rem}.service-card-modern{border-radius:16px}.card-content{padding:1.5rem}.service-title{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-btn{justify-content:center;width:100%}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff}.about-page{overflow-x:hidden;background:var(--white);width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero{position:relative;display:flex;overflow:hidden;justify-content:center;align-items: center;min-height:80vh;padding:4rem 2rem}.hero-background{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0}.animated-gradient{position:absolute;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;width:100%;height:100%}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out;border-radius:50%}.shape-1{background:#fbbf24;width:400px;height:400px;top:-100px;left:-100px}.shape-2{animation-delay:-7s;background:#ec4899;width:350px;height:350px;bottom:-100px;right:-100px}.shape-3{animation-delay:-14s;background:#3b82f6;width:300px;height:300px;top:40%;right:20%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;animation:fadeInUp 1s ease-out;max-width:900px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;backdrop-filter:blur(10px);color:#fff;animation:fadeInDown 1s ease-out .2s both;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items: center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.badge-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;width:8px;height:8px}@keyframes pulse{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 10px #10b98100}}.hero-title{color:#fff;animation:fadeInUp 1s ease-out .4s both;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;display:inline-block;-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;animation:fadeInUp 1s ease-out .6s both;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.scroll-indicator{position:absolute;display:flex;animation:fadeInUp 1s ease-out .8s both;flex-direction:column;align-items: center;gap:.5rem;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{position:relative;border:2px solid #ffffff80;border-radius:20px;width:30px;height:50px}.wheel{position:absolute;animation:scrollWheel 2s infinite;background:#fff;border-radius:3px;width:6px;height:10px;top:8px;left:50%;transform:translate(-50%)}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(15px)}}.scroll-indicator p{color:#fffc;font-size:.875rem}.stats-section{background:var(--light);position:relative;z-index:2;margin-top:-50px;padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{text-align:center;animation:fadeInUp .8s ease-out both;background:#fff;border-radius:20px;padding:2.5rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.stat-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.stat-icon{animation:bounce 2s infinite;margin-bottom:1rem;font-size:3rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.stat-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.stat-label{color:var(--gray);font-size:1rem;font-weight:500}.story-section{background:#fff;padding:6rem 0}.story-content{display:grid;grid-template-columns:1fr 1fr;align-items: center;gap:4rem}.section-badge{display:inline-block;color:var(--primary);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f133;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600}.story-text h2{color:var(--dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.lead{color:var(--dark-light);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.6}.story-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.story-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature-item{display:flex;background:var(--light);border-radius:12px;align-items: center;gap:1rem;padding:1rem;transition:all .3s}.feature-item:hover{background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);transform:translate(10px)}.check-icon{color:#10b981;flex-shrink:0;width:24px;height:24px}.feature-item span{color:var(--dark);font-weight:600}.story-image{position:relative}.image-wrapper{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px #0000001a}.image-wrapper img{display:block;width:100%;height:auto;transition:transform .5s}.image-wrapper:hover img{transform:scale(1.05)}.image-decoration{position:absolute;z-index:-1;opacity:.3;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;width:200px;height:200px;top:-20px;right:-20px}.mission-vision-section{background:linear-gradient(180deg,var(--light)0%,white 100%);padding:6rem 0}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem}.mission-card{position:relative;overflow:hidden;background:#fff;border-radius:24px;padding:3rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.mission-card:before{content:"";position:absolute;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:5px;transition:transform .3s;top:0;left:0;transform:scaleX(0)}.mission-card:hover:before{transform:scaleX(1)}.mission-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:18px;justify-content:center;align-items: center;width:70px;height:70px;margin-bottom:2rem}.card-icon svg{color:#fff;width:36px;height:36px}.mission-card h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.mission-card p{color:var(--gray);font-size:1rem;line-height:1.8}.timeline-section{background:#fff;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-header p{color:var(--gray);font-size:1.125rem}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;background:linear-gradient(#667eea 0%,#764ba2 100%);width:3px;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{position:relative;animation:fadeInUp .8s ease-out both;margin-bottom:3rem}.timeline-item:nth-child(odd) .timeline-content{text-align:left;margin-left:auto}.timeline-item:nth-child(2n) .timeline-content{text-align:right;margin-right:auto}.timeline-marker{position:absolute;z-index:2;background:#fff;border:4px solid #667eea;border-radius:50%;width:20px;height:20px;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #667eea33}.timeline-content{background:#fff;border-radius:16px;width:calc(50% - 40px);padding:2rem;transition:all .3s;box-shadow:0 5px 20px #00000014}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.timeline-year{display:inline-block;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700}.timeline-content h3{color:var(--dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.timeline-content p{color:var(--gray);line-height:1.6}.values-section{background:var(--light);padding:6rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both;background:#fff;border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000014}.value-gradient{position:absolute;width:100%;height:5px;top:0;left:0}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.value-icon{display:block;margin-bottom:1.5rem;font-size:3.5rem}.value-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.value-card p{color:var(--gray);line-height:1.7}.why-choose-section{background:#fff;padding:6rem 0}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;align-items: center;gap:5rem}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.image-grid img{border-radius:16px;width:100%;transition:transform .3s;box-shadow:0 10px 30px #0000001a}.image-grid img:hover{transform:scale(1.05)}.grid-img-1{grid-column:1/3}.why-choose-text h2{color:var(--dark);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.why-choose-list{display:flex;flex-direction:column;gap:2rem}.why-item{display:flex;align-items: flex-start;gap:1.5rem}.why-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items: center;width:50px;height:50px}.why-icon svg{color:#fff;width:24px;height:24px}.why-text h4{color:var(--dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.why-text p{color:var(--gray);line-height:1.6}.about-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.about-cta:before{content:"";position:absolute;filter:blur(100px);background:#ffffff1a;border-radius:50%;width:500px;height:500px;top:-250px;right:-250px}.cta-content{position:relative;text-align:center;max-width:800px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.cta-content p{color:#ffffffe6;margin-bottom:3rem;font-size:1.25rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-btn{display:inline-flex;cursor:pointer;position:relative;overflow:hidden;border:none;border-radius:12px;align-items: center;gap:.5rem;padding:1.125rem 2.25rem;transition:all .3s;font-size:1.05rem;font-weight:600}.cta-btn:before{content:"";position:absolute;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;top:0;left:-100%}.cta-btn:hover:before{left:100%}.cta-btn.primary{color:var(--primary);background:#fff;box-shadow:0 8px 25px #00000026}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}.cta-btn.secondary{color:#fff;backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d}.cta-btn.secondary:hover{background:#ffffff40;transform:translateY(-3px)}.btn-icon{width:20px;height:20px;transition:transform .3s}.cta-btn:hover .btn-icon{transform:translate(5px)}@media (max-width:1024px){.story-content,.why-choose-content{grid-template-columns:1fr;gap:3rem}.mission-vision-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{text-align:left;width:calc(100% - 80px);margin-left:80px}.timeline-marker{left:30px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.story-text h2,.section-header h2,.why-choose-text h2,.cta-content h2{font-size:2rem}.values-grid,.image-grid{grid-template-columns:1fr}.grid-img-1{grid-column:auto}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.stats-grid,.mission-vision-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:stretch}.cta-btn{justify-content:center;width:100%}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{width:calc(100% - 60px);margin-left:60px}.mission-card{padding:2rem}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff;--success:#10b981;--error:#ef4444}.contact-page{overflow-x:hidden;background:var(--white);width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero{position:relative;display:flex;overflow:hidden;justify-content:center;align-items: center;min-height:60vh;padding:4rem 2rem}.hero-background{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0}.animated-gradient{position:absolute;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;width:100%;height:100%}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out;border-radius:50%}.shape-1{background:#fbbf24;width:400px;height:400px;top:-100px;left:-100px}.shape-2{animation-delay:-7s;background:#ec4899;width:350px;height:350px;bottom:-100px;right:-100px}.shape-3{animation-delay:-14s;background:#3b82f6;width:300px;height:300px;top:40%;right:20%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;animation:fadeInUp 1s ease-out;max-width:800px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items: center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500}.badge-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;width:8px;height:8px}@keyframes pulse{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 10px #10b98100}}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;display:inline-block;-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;font-size:1.25rem;line-height:1.6}.contact-methods-section{background:var(--light);position:relative;z-index:2;margin-top:-50px;padding:4rem 0}.contact-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-method-card{text-align:center;position:relative;overflow:hidden;text-decoration:none;animation:fadeInUp .8s ease-out both;background:#fff;border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000014}.method-gradient{position:absolute;width:100%;height:5px;top:0;left:0}.contact-method-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.method-icon{display:flex;border-radius:18px;justify-content:center;align-items: center;width:70px;height:70px;margin:0 auto 1.5rem;box-shadow:0 8px 20px #667eea4d}.method-icon svg{color:#fff;width:32px;height:32px}.contact-method-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.contact-method-card p{color:var(--gray);font-size:1rem}.main-contact-section{background:#fff;padding:6rem 0}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.form-section{animation:fadeInUp .8s ease-out}.form-header{margin-bottom:2.5rem}.form-header h2{color:var(--dark);margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.form-header p{color:var(--gray);font-size:1.05rem}.success-message,.error-message{display:flex;animation:slideDown .3s ease-out;border-radius:12px;align-items: center;gap:1rem;margin-bottom:2rem;padding:1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message{background:linear-gradient(135deg,#10b9811a 0%,#0596691a 100%);border:1px solid #10b9814d}.success-message svg{color:var(--success);flex-shrink:0;width:28px;height:28px}.success-message h4{color:var(--success);margin-bottom:.25rem;font-weight:700}.success-message p{color:var(--gray);margin:0;font-size:.95rem}.error-message{background:linear-gradient(135deg,#ef44441a 0%,#dc26261a 100%);border:1px solid #ef44444d}.error-message svg{color:var(--error);flex-shrink:0;width:24px;height:24px}.error-message p{color:var(--error);margin:0;font-weight:500}.contact-form{background:#fff}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--dark);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.required{color:var(--error)}.input-wrapper{position:relative}.input-icon{position:absolute;color:var(--gray);pointer-events:none;width:20px;height:20px;top:50%;left:1rem;transform:translateY(-50%)}.textarea-icon{top:1.25rem;transform:none}.form-group input,.form-group select,.form-group textarea{background:var(--light);border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;transition:all .3s;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #6366f11a}.form-group textarea{resize:vertical;min-height:150px;padding-top:1rem}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:20px}.submit-button{color:#fff;cursor:pointer;display:flex;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items: center;gap:.75rem;width:100%;margin-top:2rem;padding:1.25rem 2rem;transition:all .3s;font-size:1.05rem;font-weight:600}.submit-button:before{content:"";position:absolute;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;top:0;left:-100%}.submit-button:hover:before{left:100%}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-button:disabled{opacity:.7;cursor:not-allowed}.button-icon{width:20px;height:20px;transition:transform .3s}.submit-button:hover .button-icon{transform:translate(5px)}.spinner{animation:spin .6s linear infinite;border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-section{animation:fadeInUp .8s ease-out .2s both}.info-card{background:#fff;border-radius:20px;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #00000014}.info-card h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.info-list{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items: flex-start;gap:1rem}.item-icon{display:flex;background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items: center;width:45px;height:45px;font-size:1.5rem}.item-text h4{color:var(--dark);margin-bottom:.25rem;font-size:1rem;font-weight:700}.item-text p{color:var(--gray);margin:0;font-size:.875rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;transition:all .3s}.faq-item:hover{border-color:var(--primary);background:#6366f105}.faq-item summary{color:var(--dark);list-style:none;display:flex;justify-content:space-between;align-items: center;font-weight:600}.faq-item summary:after{content:"+";color:var(--primary);transition:transform .3s;font-size:1.5rem}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--gray);margin:1rem 0 0;font-size:.95rem;line-height:1.6}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(135deg,#6366f10d 0%,#8b5cf60d 100%);border-radius:16px;gap:1rem;padding:1.5rem}.badge-item{display:flex;text-align:center;flex-direction:column;align-items: center;gap:.5rem}.badge-icon{font-size:2rem}.badge-item span{color:var(--dark);font-size:.75rem;font-weight:600}.social-proof-section{background:var(--light);padding:4rem 0}.social-proof-content{text-align:center}.social-proof-content h3{color:var(--dark);margin-bottom:.5rem;font-size:2rem;font-weight:800}.social-proof-content p{color:var(--gray);margin-bottom:2rem}.client-avatars{display:flex;justify-content:center;align-items: center;gap:.5rem}.avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:3px solid #fff;border-radius:50%;width:50px;height:50px;margin-left:-10px;box-shadow:0 4px 10px #0000001a}.avatar:first-child{margin-left:0}.avatar-count{border:3px solid var(--primary);display:flex;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items: center;width:50px;height:50px;margin-left:-10px;font-size:.875rem;font-weight:700;box-shadow:0 4px 10px #0000001a}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}.sidebar-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.trust-badges{grid-column:1/-1}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.contact-methods-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.sidebar-section{grid-template-columns:1fr}.form-header h2{font-size:2rem}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.contact-methods-grid{grid-template-columns:1fr}.contact-method-card,.info-card{padding:1.5rem}.trust-badges{grid-template-columns:1fr}.client-avatars{flex-wrap:wrap;gap:1rem}.avatar,.avatar-count{margin-left:0}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff;--success:#10b981;--warning:#f59e0b;--error:#ef4444}.privacy-policy{overflow-x:hidden;background:var(--white);width:100%;padding-top:0}.policy-hero{position:relative;display:flex;overflow:hidden;justify-content:center;align-items: center;min-height:50vh;margin-top:0;padding:6rem 2rem 4rem}.hero-background{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0}.animated-gradient{position:absolute;opacity:.95;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;animation:fadeInUp 1s ease-out;max-width:800px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.privacy-badge{display:inline-flex;backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items: center;gap:.75rem;margin-top:1rem;margin-bottom:2rem;padding:.75rem 1.75rem;font-weight:600}.privacy-badge svg{width:24px;height:24px}.hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-description{opacity:.95;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.last-updated{display:inline-flex;backdrop-filter:blur(10px);background:#ffffff26;border-radius:50px;align-items: center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem}.last-updated svg{width:18px;height:18px}.trust-section{background:var(--light);position:relative;z-index:2;margin-top:-50px;padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.trust-item{text-align:center;animation:fadeInUp .8s ease-out both;background:#fff;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.trust-item:nth-child(2){animation-delay:.1s}.trust-item:nth-child(3){animation-delay:.2s}.trust-item:nth-child(4){animation-delay:.3s}.trust-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.trust-icon{margin-bottom:1rem;font-size:3rem}.trust-item h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.trust-item p{color:var(--gray);line-height:1.6}.policy-container{max-width:1400px;margin:0 auto;padding:4rem 2rem}.policy-layout{display:grid;grid-template-columns:280px 1fr;gap:4rem}.table-of-contents{position:relative}.toc-sticky{position:sticky;overflow-y:auto;background:#fff;border-radius:20px;max-height:calc(100vh - 140px);padding:2rem;top:120px;box-shadow:0 10px 30px #00000014}.toc-sticky::-webkit-scrollbar{width:6px}.toc-sticky::-webkit-scrollbar-track{background:var(--light);border-radius:10px}.toc-sticky::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px}.toc-sticky::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4f46e5 0%,#6b21a8 100%)}.toc-sticky h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.toc-nav{display:flex;flex-direction:column;gap:.5rem}.toc-item{display:flex;text-align:left;cursor:pointer;color:var(--gray);background:0 0;border:none;border-radius:12px;align-items: center;gap:.75rem;width:100%;padding:.875rem 1rem;transition:all .3s;font-size:.95rem;font-weight:500}.toc-item:hover{background:var(--light);color:var(--primary)}.toc-item.active{color:var(--primary);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);font-weight:600}.toc-icon{font-size:1.25rem}.policy-content{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #00000014}.policy-section{border-bottom:2px solid var(--light);animation:fadeInUp .8s ease-out;margin-bottom:4rem;padding-bottom:3rem}.policy-section:last-child{border-bottom:none}.section-header{display:flex;align-items: center;gap:1rem;margin-bottom:2rem}.section-icon{font-size:2.5rem}.section-header h2{color:var(--dark);margin:0;font-size:2rem;font-weight:800}.section-body{color:var(--gray);font-size:1.05rem;line-height:1.8}.section-body p{margin-bottom:1.5rem}.section-body ul{margin:1.5rem 0;padding-left:2rem}.section-body li{margin-bottom:.75rem;line-height:1.6}.policy-link{color:var(--primary);text-decoration:none;transition:all .3s;font-weight:600}.policy-link:hover{text-decoration:underline}.highlight-box{display:flex;border-left:4px solid var(--primary);background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border-radius:12px;align-items: flex-start;gap:1rem;margin:2rem 0;padding:1.5rem}.highlight-box svg{color:var(--primary);flex-shrink:0;width:24px;height:24px;margin-top:.25rem}.highlight-box p{color:var(--dark-light);margin:0}.highlight-box.success{border-color:var(--success);background:linear-gradient(135deg,#10b9811a 0%,#0596691a 100%)}.highlight-box.success svg{color:var(--success)}.highlight-box.warning{border-color:var(--warning);background:linear-gradient(135deg,#f59e0b1a 0%,#d977061a 100%)}.highlight-box.warning svg{color:var(--warning)}.commitment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.commitment-card{background:var(--light);text-align:center;border-radius:16px;padding:2rem;transition:all .3s}.commitment-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.commitment-icon{margin-bottom:1rem;font-size:3rem}.commitment-card h4{color:var(--dark);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.commitment-card p{color:var(--gray);margin:0;font-size:.95rem}.info-category{background:var(--light);border-radius:16px;margin:2rem 0;padding:2rem}.info-category h4{display:flex;color:var(--dark);align-items: center;gap:.75rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.info-category svg{color:var(--primary);width:24px;height:24px}.info-note{background:#fff;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.95rem}.what-we-dont-collect{border:2px dashed var(--error);background:linear-gradient(135deg,#ef44440d 0%,#dc26260d 100%);border-radius:16px;margin:2rem 0;padding:2rem}.what-we-dont-collect h4{color:var(--error);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.dont-collect-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.dont-collect-list li{color:var(--error);font-weight:600}.usage-list{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.usage-item{display:flex;align-items: flex-start;gap:1.5rem}.usage-number{color:#fff;display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items: center;width:50px;height:50px;font-size:1.5rem;font-weight:700}.usage-content h4{color:var(--dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.usage-content p{color:var(--gray);margin:0}.protection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.protection-card{background:var(--light);text-align:center;border-radius:16px;padding:1.5rem;transition:all .3s}.protection-card:hover{background:#fff;box-shadow:0 8px 20px #0000001a}.protection-icon{margin-bottom:1rem;font-size:2.5rem}.protection-card h4{color:var(--dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.protection-card p{color:var(--gray);margin:0;font-size:.9rem}.rights-list{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.right-item{display:flex;background:var(--light);border-radius:16px;gap:1.5rem;padding:2rem;transition:all .3s}.right-item:hover{background:#fff;box-shadow:0 8px 20px #0000001a}.right-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items: center;width:60px;height:60px;font-size:2rem}.right-content h4{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.right-content p{color:var(--gray);margin-bottom:1rem}.action-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:.75rem 1.5rem;transition:all .3s;font-size:.95rem;font-weight:600}.action-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.action-button.danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.cookie-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.cookie-type{border:2px solid;border-radius:16px;padding:2rem}.cookie-type.essential{border-color:var(--success);background:linear-gradient(135deg,#10b9810d 0%,#0596690d 100%)}.cookie-type.analytics{border-color:var(--primary);background:linear-gradient(135deg,#6366f10d 0%,#8b5cf60d 100%)}.cookie-badge{display:inline-block;text-transform:uppercase;border-radius:50px;margin-right:.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700}.cookie-type.essential .cookie-badge{background:var(--success);color:#fff}.cookie-type.analytics .cookie-badge{background:var(--primary);color:#fff}.cookie-type h4{color:var(--dark);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.cookie-control{background:var(--light);text-align:center;border-radius:16px;margin-top:2rem;padding:2rem}.cookie-control h4{color:var(--dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sharing-exceptions{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.exception-item{background:var(--light);border-left:4px solid var(--primary);border-radius:12px;padding:1.5rem}.exception-item h4{color:var(--dark);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.exception-item p{color:var(--gray);margin:0}.retention-timeline{position:relative;margin:2rem 0;padding-left:3rem}.retention-timeline:before{content:"";position:absolute;background:linear-gradient(#667eea 0%,#764ba2 100%);width:2px;top:0;bottom:0;left:19px}.timeline-item{position:relative;margin-bottom:2rem}.timeline-marker{position:absolute;display:flex;background:#fff;border:3px solid #667eea;border-radius:50%;justify-content:center;align-items: center;width:40px;height:40px;font-size:1.25rem;left:-3rem}.timeline-content{background:var(--light);border-radius:12px;padding:1.5rem}.timeline-content h4{color:var(--dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.timeline-content p{color:var(--gray);margin:0}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.contact-card{background:var(--light);text-align:center;border-radius:16px;padding:2rem;transition:all .3s}.contact-card:hover{background:#fff;box-shadow:0 8px 20px #0000001a}.contact-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;justify-content:center;align-items: center;width:60px;height:60px;margin:0 auto 1.5rem}.contact-icon svg{color:#fff;width:28px;height:28px}.contact-card h4{color:var(--dark);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.contact-card a,.contact-card address{color:var(--primary);text-decoration:none;font-style:normal;font-weight:600}.contact-card a:hover{text-decoration:underline}.policy-footer{text-align:center;background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border-radius:20px;margin-top:4rem;padding:3rem}.policy-footer-content h3{color:var(--dark);margin-bottom:2rem;font-size:2rem;font-weight:800}.summary-points{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.summary-point{color:var(--dark);background:#fff;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;box-shadow:0 4px 10px #0000000d}.footer-note{color:var(--gray);max-width:700px;margin:0 auto;font-size:.95rem}@media (max-width:1024px){.policy-layout{grid-template-columns:1fr}.table-of-contents{display:none}.policy-content{padding:2rem}.policy-hero{padding:5rem 2rem 3rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.policy-hero{min-height:40vh;padding:4rem 2rem 3rem}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.commitment-grid,.protection-grid{grid-template-columns:1fr}.section-header h2{font-size:1.5rem}.cookie-types{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.policy-hero{padding:3rem 1rem 2rem}.trust-grid{grid-template-columns:1fr}.policy-content{padding:1.5rem}.usage-item,.right-item{text-align:center;flex-direction:column}.usage-number,.right-icon{margin:0 auto 1rem}.contact-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.error-container{display:flex;text-align:center;background:#f8f9fa;flex-direction:column;justify-content:center;align-items: center;min-height:100vh;padding:20px;font-family:Inter,sans-serif}.error-content{max-width:600px;margin-bottom:2rem}.error-title{color:#2563eb;margin:0;font-size:8rem;line-height:1}.error-subtitle{color:#1e293b;margin:.5rem 0;font-size:2rem}.error-message{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.home-button{display:inline-block;color:#fff;text-decoration:none;background:#2563eb;border-radius:6px;padding:12px 24px;transition:all .3s;font-weight:600}.home-button:hover{background:#1d4ed8;transform:translateY(-2px)}.error-graphic{position:relative;margin-top:2rem}.error-sphere{animation:float 3s ease-in-out infinite;background:#2563eb;border-radius:50%;width:100px;height:100px}.error-shadow{filter:blur(5px);animation:shadow 3s ease-in-out infinite;background:#0000001a;border-radius:50%;width:80px;height:10px;margin:20px auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shadow{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(.8);opacity:.4}}.footer{color:#f8fafc;position:relative;overflow:hidden;background:linear-gradient(#0f172a 0%,#1e293b 100%);margin-top:0}.footer-wave{position:absolute;overflow:hidden;width:100%;height:120px;line-height:0;top:0;left:0;transform:translateY(-99%)}.footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:120px}.footer-wave svg path{fill:#0f172a}.footer-container{position:relative;max-width:1400px;margin:0 auto;padding:4rem 2rem 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;animation:fadeInUp .8s ease-out;gap:4rem;margin-bottom:4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-brand{max-width:400px}.brand-logo{display:flex;align-items: center;gap:.75rem;margin-bottom:1.5rem}.logo-icon{display:flex;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;justify-content:center;align-items: center;width:50px;height:50px;font-size:1.5rem;font-weight:900;box-shadow:0 8px 20px #667eea4d}.logo-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.brand-tagline{color:#cbd5e1;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.newsletter h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.newsletter-form{display:flex;backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;gap:.5rem;padding:.4rem;transition:all .3s}.newsletter-form:focus-within{background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.newsletter-input{color:#fff;outline:none;background:0 0;border:none;flex:1;padding:.875rem 1rem;font-size:.95rem}.newsletter-input::placeholder{color:#94a3b8}.newsletter-btn{color:#fff;cursor:pointer;display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;justify-content:center;align-items: center;padding:.875rem 1.25rem;transition:all .3s}.newsletter-btn:hover{transform:translate(3px);box-shadow:0 4px 15px #667eea66}.newsletter-btn svg{width:20px;height:20px}.footer-section{animation:fadeInUp .8s ease-out}.footer-heading{color:#fff;display:flex;position:relative;align-items: center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.heading-icon{font-size:1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.875rem}.footer-links a{color:#cbd5e1;text-decoration:none;display:flex;position:relative;align-items: center;gap:.5rem;padding-left:0;transition:all .3s;font-size:.95rem}.link-arrow{opacity:0;color:#667eea;transition:all .3s;transform:translate(-10px)}.footer-links a:hover{color:#667eea;padding-left:1.5rem}.footer-links a:hover .link-arrow{opacity:1;transform:translate(0)}.footer-contact{list-style:none;margin:0;padding:0}.contact-item{display:flex;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s}.contact-item:hover{background:#ffffff0f;border-color:#667eea4d;transform:translate(5px)}.contact-icon{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items: center;width:40px;height:40px}.contact-icon svg{color:#fff;width:20px;height:20px}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.contact-details a,.contact-details span{color:#e2e8f0;text-decoration:none;transition:color .3s;font-size:.95rem}.contact-details a:hover{color:#667eea}.footer-bottom{border-top:1px solid #ffffff1a;padding:3rem 0 2rem}.footer-bottom-content{display:flex;text-align:center;flex-direction:column;align-items: center;gap:2rem}.social-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.social-icons{display:flex;justify-content:center;gap:1rem}.social-icon{display:flex;color:#fff;text-decoration:none;position:relative;overflow:hidden;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items: center;width:45px;height:45px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.social-icon:before{content:"";position:absolute;opacity:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%;transition:opacity .3s;top:0;left:0}.social-icon svg{position:relative;z-index:1;width:20px;height:20px}.social-icon:hover{border-color:#0000;transform:translateY(-5px)scale(1.05);box-shadow:0 8px 20px #667eea66}.social-icon:hover:before{opacity:1}.social-icon.facebook:hover{box-shadow:0 8px 20px #4267b266}.social-icon.twitter:hover{box-shadow:0 8px 20px #1da1f266}.social-icon.linkedin:hover{box-shadow:0 8px 20px #0077b566}.social-icon.instagram:hover{box-shadow:0 8px 20px #e1306c66}.social-icon.youtube:hover{box-shadow:0 8px 20px #f006}.legal-links{display:flex;flex-wrap:wrap;justify-content:center;align-items: center;gap:1rem}.legal-links a{color:#cbd5e1;text-decoration:none;position:relative;transition:all .3s;font-size:.9rem}.legal-links a:after{content:"";position:absolute;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:0;height:2px;transition:width .3s;bottom:-2px;left:0}.legal-links a:hover{color:#667eea}.legal-links a:hover:after{width:100%}.divider{color:#475569;font-size:.9rem}.copyright{color:#94a3b8;font-size:.9rem}.copyright p{margin:.25rem 0}.made-with{display:flex;justify-content:center;align-items: center;gap:.5rem}.heart{color:#ef4444;animation:heartbeat 1.5s ease-in-out infinite;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(.9)}20%,40%{transform:scale(1.1)}}.back-to-top{position:absolute;color:#fff;cursor:pointer;display:flex;animation:bounce 2s infinite;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items: center;width:50px;height:50px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);bottom:2rem;right:2rem;box-shadow:0 4px 15px #667eea4d}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.back-to-top:hover{animation:none;transform:translateY(-5px);box-shadow:0 8px 25px #667eea80}.back-to-top svg{width:24px;height:24px}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.footer-container{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-wave,.footer-wave svg{height:80px}.social-icons{gap:.75rem}.social-icon{width:40px;height:40px}.legal-links{flex-direction:column;gap:.75rem}.divider{display:none}.back-to-top{bottom:1.5rem;right:1.5rem}}@media (max-width:480px){.footer-container{padding:2rem 1rem 0}.brand-logo{flex-direction:column;align-items: flex-start}.logo-icon{width:45px;height:45px}.logo-text{font-size:1.5rem}.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}.contact-item{flex-direction:column;align-items: flex-start}.footer-heading{font-size:1.1rem}.back-to-top{width:45px;height:45px;bottom:1rem;right:1rem}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.footer{color:#000;background:#fff}.social-icons,.newsletter,.back-to-top{display:none}}
