:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root,body{background-color:#ffffff}body{margin:0;min-width:320px;min-height:100vh;width:100%}html{scroll-behavior:smooth}a{font-weight:500;text-decoration:none}button{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}.landing-page{width:100%;min-height:100vh;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;background:#ffffff}.landing-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(51,102,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(51,102,255,.08) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(51,102,255,.06) 0,transparent 50%);animation:liquidMove 20s ease-in-out infinite;z-index:0;pointer-events:none}@keyframes liquidMove{0%,to{transform:translate(0) scale(1);opacity:1}33%{transform:translate(30px,-30px) scale(1.1);opacity:.8}66%{transform:translate(-20px,20px) scale(.9);opacity:.9}}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.navbar{position:fixed;top:0;left:0;right:0;background:transparent;border-bottom:1px solid rgba(255,255,255,.15);z-index:1000;padding:1rem 0;transition:background .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.navbar:hover{background:rgba(0,0,0,.15);border-bottom-color:rgba(255,255,255,.2)}.navbar--scrolled{background:rgba(45,45,48,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:rgba(255,255,255,.12)}.navbar--scrolled:hover{background:rgba(50,50,54,.95)}.nav-content{justify-content:space-between}.logo,.nav-content{display:flex;align-items:center}.logo{text-decoration:none;transition:transform .3s ease,opacity .3s ease}.logo:hover{transform:scale(1.05);opacity:.95}.nav-logo-img{height:44px;width:auto;max-width:180px;object-fit:contain;display:block}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:#ffffff;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:rgba(255,255,255,.9);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:rgba(255,255,255,.95);transform:translateY(-2px)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);color:#ffffff;border:1px solid rgba(255,255,255,.5);padding:.6rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;position:relative;overflow:hidden;text-decoration:none}.nav-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;pointer-events:none}.nav-cta:hover:before{left:100%}.nav-cta:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.8);transform:translateY(-2px) scale(1.05)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;background:transparent;overflow:hidden;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.hero-image{position:absolute;top:-15%;left:0;right:0;bottom:-15%;z-index:0;will-change:transform;pointer-events:none;transition:transform .8s cubic-bezier(.25,.46,.45,.94);overflow:hidden;background-color:#0a0a0a;background-image:url(/hero-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-image-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero-image-img,.hero-overlay{position:absolute;top:0;left:0}.hero-overlay{right:0;bottom:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.35) 40%,rgba(0,0,0,.25) 70%,rgba(0,0,0,.4));opacity:.75;pointer-events:none;transition:opacity .5s ease}.hero:hover .hero-overlay{opacity:.88}.hero .hero-title-black{color:#ffffff;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero .hero-title-blue{color:#7ba3ff;background:linear-gradient(135deg,#7ba3ff,#a8c8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.hero .hero-subtitle,.hero .hero-subtitle strong{color:rgba(255,255,255,.95)}.hero .hero-badge{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);color:#ffffff}.hero .scroll-indicator{color:rgba(255,255,255,.9)}.hero .btn-secondary{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.4);color:#ffffff}.hero .btn-secondary:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.6);color:#ffffff}.hero-parallax-deep{position:absolute;top:-10%;left:-10%;right:-10%;bottom:-10%;z-index:1;background:radial-gradient(ellipse 80% 60% at 20% 30%,rgba(51,102,255,.12) 0,transparent 50%),radial-gradient(ellipse 70% 50% at 80% 70%,rgba(51,102,255,.08) 0,transparent 50%);will-change:transform;pointer-events:none}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:radial-gradient(ellipse at top left,rgba(51,102,255,.15) 0,transparent 50%),radial-gradient(ellipse at bottom right,rgba(51,102,255,.1) 0,transparent 50%);animation:liquidFlow 15s ease-in-out infinite}@keyframes liquidFlow{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(20px,-30px) rotate(2deg)}50%{transform:translate(-30px,20px) rotate(-2deg)}75%{transform:translate(15px,25px) rotate(1deg)}}.hero .container{position:relative;z-index:3}.hero-content{text-align:center;max-width:900px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:.5rem 1rem;border-radius:25px;font-size:.75rem;color:#000000;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease;transform:perspective(1000px) rotateX(0deg)}.hero-badge:hover{transform:perspective(1000px) rotateX(5deg) translateY(-3px);box-shadow:0 6px 30px rgba(0,0,0,.1)}.badge-dot{width:6px;height:6px;background:#3366FF;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;transform:perspective(1000px) rotateX(0deg);transition:transform .5s ease}.hero-title:hover{transform:perspective(1000px) rotateX(5deg)}.hero-title-black{color:#000000;display:block;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-title-blue{color:#3366FF;display:block;background:linear-gradient(135deg,#3366FF,#1a4b8f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.25rem;color:#000000;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-subtitle strong{color:#000000;font-weight:700}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn-primary{background:#000000;color:#ffffff;border:none;padding:1rem 2rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 25px rgba(0,0,0,.2);position:relative;overflow:hidden;transform:perspective(1000px) rotateX(0deg)}.btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{transform:perspective(1000px) rotateX(5deg) translateY(-5px) scale(1.05);box-shadow:0 12px 40px rgba(0,0,0,.3)}.btn-secondary{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:#000000;border:2px solid rgba(0,0,0,.2);padding:1rem 2rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px rgba(0,0,0,.1);transform:perspective(1000px) rotateX(0deg)}.btn-secondary:hover{border-color:#3366FF;color:#3366FF;transform:perspective(1000px) rotateX(-5deg) translateY(-5px) scale(1.05);box-shadow:0 8px 25px rgba(51,102,255,.2);background:rgba(255,255,255,.95)}.scroll-indicator{color:#000000;animation:bounce 2s infinite;opacity:.6}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.expertise-section{padding:6rem 0;background:#ffffff;position:relative}.expertise-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;gap:2rem}.expertise-header-left{flex:1 1}.section-label{font-size:.85rem;color:#3366FF;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.title-black{color:#000000}.title-blue{color:#3366FF}.section-description{font-size:1.1rem;color:#000000;line-height:1.7;max-width:600px}.expertise-tag{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);color:#3366FF;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease}.expertise-tag:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px rgba(0,0,0,.1)}.expertise-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.expertise-card{background:rgba(255,255,255,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.08);transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:perspective(1000px) rotateX(0deg) rotateY(0deg)}.expertise-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(51,102,255,.1) 0,transparent 70%);opacity:0;transition:opacity .5s ease}.expertise-card:hover:before{opacity:1;animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.expertise-card:hover{transform:perspective(1000px) rotateX(-5deg) rotateY(5deg) translateY(-10px) scale(1.02);box-shadow:0 20px 60px rgba(51,102,255,.2);border-color:rgba(51,102,255,.3)}.expertise-icon{width:60px;height:60px;min-width:60px;min-height:60px;color:#3366FF;margin-bottom:1.5rem;transition:all .5s ease;filter:drop-shadow(0 4px 8px rgba(51,102,255,.3));display:flex;align-items:center;justify-content:center;flex-shrink:0}.expertise-icon svg{width:100%;height:100%;display:block;object-fit:contain}.expertise-card:hover .expertise-icon{transform:translateY(-5px) rotate(10deg) scale(1.1);filter:drop-shadow(0 8px 16px rgba(51,102,255,.5))}.expertise-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#000000}.expertise-card p{color:#000000;line-height:1.7;margin-bottom:1.5rem}.card-accent{width:40px;height:3px;background:linear-gradient(90deg,#3366FF,#1a4b8f);border-radius:2px;transition:width .5s ease}.expertise-card:hover .card-accent{width:100%}.features-section{padding:6rem 0;background:#ffffff;position:relative}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:rgba(255,255,255,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.08);transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform:perspective(1000px) rotateX(0deg);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(51,102,255,.1),transparent);transition:left .5s ease}.feature-card:hover:after{left:100%}.feature-card:hover{transform:perspective(1000px) rotateX(-5deg) translateY(-10px) scale(1.02);box-shadow:0 20px 60px rgba(51,102,255,.2);border-color:rgba(51,102,255,.3)}.feature-icon{width:60px;height:60px;min-width:60px;min-height:60px;color:#3366FF;margin-bottom:1.5rem;transition:all .5s ease;filter:drop-shadow(0 4px 8px rgba(51,102,255,.3));display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:100%;height:100%;display:block;object-fit:contain}.feature-card:hover .feature-icon{transform:translateY(-5px) rotate(-10deg) scale(1.1);filter:drop-shadow(0 8px 16px rgba(51,102,255,.5))}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#000000}.feature-card p{color:#000000;line-height:1.7;margin-bottom:1.5rem}.feature-accent{width:40px;height:3px;background:linear-gradient(90deg,#3366FF,#1a4b8f);border-radius:2px;transition:width .5s ease}.feature-card:hover .feature-accent{width:100%}.testimonials-section{padding:6rem 0;background:#ffffff;position:relative}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-label{font-size:.85rem;color:#000000;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.testimonials-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.testimonials-underline{width:60px;height:4px;background:linear-gradient(90deg,#3366FF,#1a4b8f);margin:0 auto;border-radius:2px;animation:expand 2s ease-in-out infinite}@keyframes expand{0%,to{width:60px}50%{width:120px}}.testimonials-carousel{gap:2rem;margin-bottom:2rem}.carousel-arrow,.testimonials-carousel{display:flex;align-items:center;justify-content:center}.carousel-arrow{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);cursor:pointer;color:#000000;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0;box-shadow:0 4px 15px rgba(0,0,0,.1);transform:perspective(1000px) rotateY(0deg)}.carousel-arrow:hover{background:#3366FF;color:white;transform:perspective(1000px) rotateY(180deg) scale(1.1);box-shadow:0 8px 25px rgba(51,102,255,.3)}.testimonial-card{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:3rem;border-radius:32px;box-shadow:0 12px 40px rgba(0,0,0,.1);max-width:700px;text-align:center;position:relative;transition:all .5s ease;transform:perspective(1000px) rotateX(0deg)}.testimonial-card:hover{transform:perspective(1000px) rotateX(-3deg) translateY(-5px);box-shadow:0 20px 60px rgba(51,102,255,.2)}.testimonial-quote{font-size:4rem;color:#3366FF;line-height:1;margin-bottom:1rem;font-family:serif;opacity:.3;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.testimonial-stars{margin-bottom:1.5rem;font-size:1.5rem}.star-filled{color:#3366FF;filter:drop-shadow(0 2px 4px rgba(51,102,255,.3))}.star-outline{color:#000000;opacity:.3}.testimonial-text{font-size:1.1rem;color:#000000;line-height:1.7;margin-bottom:2rem;font-style:italic}.testimonial-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,#000000,transparent);margin-bottom:1.5rem}.testimonial-author{text-align:center}.author-name{font-weight:700;color:#000000;margin-bottom:.5rem}.author-date{color:#000000;font-size:.9rem;opacity:.6}.testimonials-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.dot.active{width:40px;border-radius:6px;background:#3366FF;border-color:#3366FF;box-shadow:0 4px 15px rgba(51,102,255,.4)}.why-use-section{padding:6rem 0;background:#ffffff;position:relative}.why-use-card{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);border-radius:32px;padding:3rem;box-shadow:0 12px 40px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;position:relative;transition:all .5s ease;transform:perspective(1000px) rotateX(0deg)}.why-use-card:hover{transform:perspective(1000px) rotateX(-2deg);box-shadow:0 20px 60px rgba(51,102,255,.15)}.why-use-content{flex:1 1}.why-use-header{gap:1rem;margin-bottom:1.5rem}.why-use-header,.why-use-icon{display:flex;align-items:center}.why-use-icon{width:60px;height:60px;min-width:60px;min-height:60px;background:linear-gradient(135deg,#3366FF,#1a4b8f);border-radius:16px;justify-content:center;color:white;flex-shrink:0;box-shadow:0 8px 25px rgba(51,102,255,.3);transition:all .5s ease;transform:perspective(1000px) rotateY(0deg)}.why-use-icon svg{width:100%;height:100%;display:block;object-fit:contain}.why-use-icon:hover{transform:perspective(1000px) rotateY(1turn) scale(1.1)}.why-use-title{font-size:2.5rem;font-weight:800;color:#000000}.why-use-text{font-size:1.1rem;color:#000000;line-height:1.7;margin-bottom:1rem}.why-use-text-light{font-size:1rem;opacity:.8}.why-use-quote,.why-use-text-light{color:#000000;line-height:1.7;margin-bottom:2rem}.why-use-quote{font-size:1.3rem;font-style:italic;padding-left:1rem;border-left:4px solid #3366ff;position:relative}.why-use-quote:before{content:'"';position:absolute;left:-10px;top:-10px;font-size:4rem;color:#3366FF;opacity:.2;font-family:serif}.quote-highlight{color:#3366FF;font-weight:700;font-style:normal}.btn-explore{background:#000000;color:#ffffff;border:none;padding:1rem 2rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 25px rgba(0,0,0,.2);transform:perspective(1000px) rotateX(0deg)}.btn-explore:hover{transform:perspective(1000px) rotateX(5deg) translateY(-5px) scale(1.05);box-shadow:0 12px 40px rgba(0,0,0,.3)}.why-use-callout{background:rgba(255,255,255,.9);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:2rem;border-radius:24px;max-width:350px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 32px rgba(0,0,0,.08);transition:all .5s ease;transform:perspective(1000px) rotateY(0deg)}.why-use-callout:hover{transform:perspective(1000px) rotateY(5deg) scale(1.02);box-shadow:0 12px 40px rgba(51,102,255,.15)}.callout-header{font-size:.9rem;color:#3366FF;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.callout-text{font-size:.95rem;color:#000000;line-height:1.7}.about-section{padding:6rem 0;background:#ffffff;border-radius:40px 40px 0 0;position:relative}.about-content{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:center}.about-image{position:relative;transform:perspective(1000px) rotateY(0deg);transition:transform .5s ease}.about-image:hover{transform:perspective(1000px) rotateY(-5deg)}.image-placeholder{width:100%;aspect-ratio:3/4;background:#ffffff;border:1px solid rgba(0,0,0,.1);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.1);transition:all .5s ease}.image-placeholder:hover{box-shadow:0 20px 60px rgba(51,102,255,.2);transform:scale(1.02)}.about-person-image{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block;position:absolute;top:0;left:0;transition:transform .5s ease}.image-placeholder:hover .about-person-image{transform:scale(1.05)}.image-overlay{position:absolute;bottom:20px;left:20px;background:rgba(26,75,143,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1rem;color:white;z-index:10;box-shadow:0 8px 25px rgba(0,0,0,.3);transition:all .5s ease;transform:perspective(1000px) rotateX(0deg)}.image-overlay:hover{transform:perspective(1000px) rotateX(5deg) scale(1.05)}.overlay-icon{width:40px;height:40px;min-width:40px;min-height:40px;background:rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.overlay-icon svg{width:100%;height:100%;display:block;object-fit:contain}.overlay-number{font-size:2rem;font-weight:800;line-height:1}.overlay-label{font-size:.75rem;font-weight:600;letter-spacing:.5px}.section-label-blue{font-size:.85rem;color:#3366FF;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.about-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.about-description{font-size:1.1rem;color:#000000;line-height:1.7;margin-bottom:1rem}.about-description-light{font-size:1rem;color:#000000;line-height:1.7;margin-bottom:2rem;opacity:.8}.about-features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.about-feature{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:perspective(1000px) rotateX(0deg)}.about-feature:hover{transform:perspective(1000px) rotateX(-3deg) translateY(-3px);box-shadow:0 8px 25px rgba(51,102,255,.15);border-color:rgba(51,102,255,.3)}.feature-check{width:40px;height:40px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3366FF;flex-shrink:0;transition:all .3s ease}.about-feature:hover .feature-check{transform:rotate(1turn) scale(1.1);background:#3366FF;color:white}.about-feature span{font-weight:600;color:#000000}.cleanout-section{padding:6rem 0;background:#ffffff;position:relative}.cleanout-content{max-width:900px;margin:0 auto;text-align:center}.cleanout-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);color:#3366FF;padding:.5rem 1rem;border-radius:25px;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease}.cleanout-badge:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px rgba(51,102,255,.15)}.badge-icon{font-size:1rem;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.cleanout-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#000000}.title-sparkle{color:#ffa500;margin-left:.5rem;animation:sparkle 2s ease-in-out infinite;display:inline-block}.cleanout-description{font-size:1.1rem;color:#000000;line-height:1.7;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.cleanout-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.cleanout-card{background:rgba(255,255,255,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform:perspective(1000px) rotateX(0deg);position:relative;overflow:hidden}.cleanout-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(51,102,255,.1) 0,transparent 70%);opacity:0;transition:opacity .5s ease}.cleanout-card:hover:before{opacity:1}.cleanout-card:hover{transform:perspective(1000px) rotateX(-5deg) translateY(-10px) scale(1.05);box-shadow:0 20px 60px rgba(51,102,255,.2);border-color:rgba(51,102,255,.3)}.cleanout-card-icon{width:60px;height:60px;min-width:60px;min-height:60px;color:#3366FF;margin:0 auto 1.5rem;transition:all .5s ease;filter:drop-shadow(0 4px 8px rgba(51,102,255,.3));display:flex;align-items:center;justify-content:center;flex-shrink:0}.cleanout-card-icon svg{width:100%;height:100%;display:block;object-fit:contain}.cleanout-card:hover .cleanout-card-icon{transform:translateY(-5px) rotate(15deg) scale(1.2);filter:drop-shadow(0 8px 16px rgba(51,102,255,.5))}.cleanout-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:#000000}.cleanout-card p{color:#000000;line-height:1.6}.btn-cleanout{background:#000000;color:#ffffff;border:none;padding:1.2rem 2.5rem;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 8px 25px rgba(0,0,0,.2);transform:perspective(1000px) rotateX(0deg);position:relative;overflow:hidden}.btn-cleanout:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-cleanout:hover:before{width:300px;height:300px}.btn-cleanout:hover{transform:perspective(1000px) rotateX(5deg) translateY(-5px) scale(1.05);box-shadow:0 12px 40px rgba(0,0,0,.3)}.contact-section{padding:6rem 0;background:#ffffff;position:relative}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#000000}.contact-subtitle{font-size:1.1rem;color:#000000;line-height:1.7;margin-bottom:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.contact-item:hover{transform:translateX(5px)}.contact-icon{width:50px;height:50px;min-width:50px;min-height:50px;background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3366FF;flex-shrink:0;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.contact-icon svg{width:100%;height:100%;display:block;object-fit:contain}.contact-item:hover .contact-icon{transform:rotate(1turn) scale(1.1);background:#3366FF;color:white;box-shadow:0 8px 25px rgba(51,102,255,.3)}.contact-label{font-size:.75rem;color:#000000;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:.25rem;opacity:.7}.contact-value{font-size:1.1rem;font-weight:700;color:#000000}.contact-value a{color:#000000;text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}.contact-value a:hover{color:#3366FF;text-decoration:underline}.contact-form-wrapper{background:rgba(255,255,255,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);padding:3rem;border-radius:32px;box-shadow:0 12px 40px rgba(0,0,0,.1);transition:all .5s ease;transform:perspective(1000px) rotateX(0deg)}.contact-form-wrapper:hover{transform:perspective(1000px) rotateX(-2deg);box-shadow:0 20px 60px rgba(51,102,255,.15)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-message{padding:.75rem 1rem;border-radius:12px;font-size:.95rem;font-weight:500}.form-message--success{background:rgba(34,197,94,.15);color:#166534;border:1px solid rgba(34,197,94,.3)}.form-message--error{background:rgba(239,68,68,.1);color:#b91c1c;border:1px solid rgba(239,68,68,.3)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.75rem;color:#000000;font-weight:600;letter-spacing:1px;text-transform:uppercase;opacity:.7}.form-group input,.form-group select{padding:1rem;border:1px solid rgba(0,0,0,.2);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000000}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3366FF;box-shadow:0 0 0 3px rgba(51,102,255,.1);transform:translateY(-2px)}.btn-consultation{background:linear-gradient(135deg,#3366FF,#1a4b8f);color:white;border:none;padding:1.2rem 2rem;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;box-shadow:0 8px 25px rgba(51,102,255,.3);transform:perspective(1000px) rotateX(0deg);position:relative;overflow:hidden}.btn-consultation:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-consultation:hover:before{left:100%}.btn-consultation:hover{transform:perspective(1000px) rotateX(5deg) translateY(-5px) scale(1.05);box-shadow:0 12px 40px rgba(51,102,255,.4)}.footer{background:#1a4b8f;color:white;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.05) 0,transparent 50%);animation:liquidMove 15s ease-in-out infinite}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.footer-logo{gap:.75rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:40px;height:40px;min-width:40px;min-height:40px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;justify-content:center;color:white;padding:8px;transition:all .3s ease;flex-shrink:0;overflow:hidden}.footer-logo-icon:hover{transform:rotate(1turn) scale(1.1);background:rgba(255,255,255,.3)}.footer-logo-icon .brand-logo{width:100%;height:100%;object-fit:contain;display:block}.footer-logo-text{font-weight:700;font-size:1.1rem;color:white}.footer-description{color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.footer-social{gap:1rem;justify-content:flex-start}.footer-social,.social-icon{display:flex;align-items:center}.social-icon{width:40px;height:40px;min-width:40px;min-height:40px;padding:0;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;color:white;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:perspective(1000px) rotateY(0deg);position:relative;flex-shrink:0;box-sizing:border-box;text-align:center;line-height:0}.social-icon svg{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;display:block;flex-shrink:0;margin:0;object-fit:contain;vertical-align:middle}.social-icon:hover{background:rgba(255,255,255,.2);transform:perspective(1000px) rotateY(1turn) scale(1.15)}.footer-heading{font-weight:700;margin-bottom:1.5rem;font-size:1.1rem;color:white}.footer-section a{display:block;color:rgba(255,255,255,.8);text-decoration:none;margin-bottom:.75rem;transition:all .3s ease;font-size:.95rem}.footer-section a:hover{color:white;transform:translateX(5px)}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:rgba(255,255,255,.8);font-size:.95rem}.footer-contact-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.footer-contact-item a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s ease}.footer-contact-item a:hover{color:white;text-decoration:underline}@media (max-width:1024px){.expertise-header{flex-direction:column}.about-content,.contact-content,.why-use-card{grid-template-columns:1fr}}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;min-width:44px;min-height:44px;padding:10px;background:transparent;border:none;cursor:pointer;color:#ffffff;z-index:1002;position:relative;border-radius:8px;transition:background .2s ease}.nav-toggle:hover{background:rgba(255,255,255,.15)}.nav-toggle-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.nav-mobile-open .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-mobile-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-mobile-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;transition:opacity .3s ease}.nav-mobile-drawer{display:none;position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:rgba(45,45,48,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:999;padding:5rem 1.5rem 2rem;flex-direction:column;gap:.5rem;box-shadow:-4px 0 24px rgba(0,0,0,.3);transform:translateX(100%);transition:transform .3s ease}.nav-mobile-drawer a{color:#ffffff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .2s ease,padding-left .2s ease}.nav-mobile-drawer a:hover{color:#a8c8ff;padding-left:.5rem}.nav-cta-mobile{margin-top:1rem;width:100%;justify-content:center;padding:1rem}@media (max-width:768px){.nav-toggle{display:flex}.nav-links{display:none}.nav-mobile-open .nav-mobile-overlay{display:block;opacity:1}.nav-mobile-open .nav-mobile-drawer{display:flex;transform:translateX(0)}.hero{padding:5rem 0 3rem}.hero-title{font-size:clamp(2.25rem,10vw,4rem);line-height:1.15}.hero-subtitle{font-size:1rem;line-height:1.5;padding:0 .25rem}.hero-cta{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{min-height:48px;padding:.9rem 1.25rem;font-size:1rem}.about-features,.cleanout-cards,.expertise-cards,.features-grid{grid-template-columns:1fr}.testimonials-carousel{gap:1rem}.testimonial-card{width:92%;max-width:92vw;min-width:280px;padding:2rem 1.5rem}.carousel-arrow{width:44px;height:44px;min-width:44px;min-height:44px}.nav-logo-img{height:38px}.container{padding:0 1rem}.contact-content{gap:2rem}.contact-form-wrapper{padding:1.5rem}.form-group input,.form-group select{min-height:48px;font-size:16px}.btn-consultation{min-height:48px;padding:1rem 1.5rem;font-size:1rem}.contact-item{align-items:flex-start}.contact-value{word-break:break-word}.contact-icon{width:48px;height:48px;min-width:48px;min-height:48px}.social-icon{width:44px;height:44px;min-width:44px;min-height:44px}.social-icon svg{width:22px;height:22px;min-width:22px;min-height:22px;max-width:22px;max-height:22px;margin:0}.cleanout-card-icon,.expertise-icon,.feature-icon{width:56px;height:56px;min-width:56px;min-height:56px;overflow:visible}.cleanout-card-icon svg,.expertise-icon svg,.feature-icon svg{width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;display:block}.why-use-icon{width:52px;height:52px;min-width:52px;min-height:52px;overflow:visible}.why-use-icon svg{width:26px;height:26px;min-width:26px;min-height:26px;flex-shrink:0;display:block}.overlay-icon{width:36px;height:36px;min-width:36px;min-height:36px;overflow:visible}.overlay-icon svg{width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;display:block}.contact-icon{overflow:visible}.contact-icon svg{width:24px;height:24px;min-width:24px;min-height:24px;flex-shrink:0;display:block}.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:left}.footer-contact-item,.footer-logo,.footer-section a,.footer-social{justify-content:flex-start}.footer-contact-item{text-align:left}.footer-logo-icon{width:36px;height:36px;min-width:36px;min-height:36px}.footer-logo-icon .brand-logo{width:100%;height:100%;object-fit:contain}.about-title,.cleanout-title,.contact-title,.expertise-title,.testimonials-title{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.25}}