@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.fade-in-up{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.animate{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-left.animate{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-right.animate{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.9);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in.animate{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.parallax-element{transition:transform .3s ease-out}html{scroll-behavior:smooth;margin:0;padding:0;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;height:100%}body{margin:0;padding:0;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;min-height:100%}.service-detail-page{padding-top:0;margin-top:0;background:#fff;position:relative;overflow-x:hidden;overflow-y:visible;width:100%}.service-detail-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:1}@media(max-width:768px){.service-detail-container{padding:0 20px}}@media(max-width:480px){.service-detail-container{padding:0 15px}}.service-hero{min-height:500px;max-height:500px;display:flex;position:relative;overflow:hidden;background:#fff;margin:90px 0 0;padding:0;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:1024px){.service-hero{margin-top:70px}}.service-hero-left{flex:0 0 50%;background:linear-gradient(135deg,#0f1e56,#2170b2);padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;overflow:hidden}.service-hero-right{flex:0 0 50%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#46b1df,#2170b2,#0f1e56);background-size:cover;background-position:center;background-repeat:no-repeat}.service-hero-right:before{content:"";position:absolute;inset:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(5px) brightness(.5);z-index:1;opacity:.4}.service-hero-right:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,30,86,.4) 0%,rgba(33,112,178,.2) 50%,transparent 100%);z-index:2}.service-hero-right .hero-orange-circle{position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,53,.4) 0%,rgba(255,140,0,.25) 50%,transparent 70%);border-radius:50%;z-index:2;animation:pulse 4s ease-in-out infinite;pointer-events:none;filter:blur(20px)}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.8}}.service-hero-image-wrapper{position:relative;z-index:4;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0}.service-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(1.05) contrast(1.1);transition:transform .6s ease}.service-hero-image-label{position:absolute;top:20px;left:20px;color:#0f1e56d9;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;z-index:5;text-shadow:0 2px 10px rgba(255,255,255,.8)}.service-hero-right:hover .service-hero-image{transform:scale(1.02)}.service-hero-content{position:relative;z-index:2;animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.service-hero h1{font-size:3rem;font-weight:900;margin-bottom:20px;font-family:Poppins,sans-serif;line-height:1.2;color:#fff;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.2);position:relative;z-index:2}.service-hero p{font-size:1rem;line-height:1.6;color:#fffffffa;font-family:Poppins,sans-serif;font-weight:400;margin-bottom:30px;position:relative;z-index:2}.service-hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.service-hero-btn{padding:16px 36px;border-radius:8px;font-size:16px;font-weight:700;font-family:Poppins,sans-serif;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid;cursor:pointer;position:relative;overflow:hidden;z-index:2;white-space:nowrap}.service-hero-btn: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 .6s ease;z-index:0}.service-hero-btn:hover:before{left:100%}.service-hero-btn>*{position:relative;z-index:1}.service-hero-btn-phone{background:#fff3;color:#fff;border-color:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.service-hero-btn-phone:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-3px);box-shadow:0 8px 25px #0003;color:#fff}.service-hero-btn-phone svg{color:#fff;stroke:#fff;width:20px;height:20px;flex-shrink:0}.service-hero-btn-quote{background:#2170b2;color:#fff;border-color:#2170b2;box-shadow:0 4px 20px #2170b24d}.service-hero-btn-quote:hover{background:#46b1df;border-color:#46b1df;transform:translateY(-3px);box-shadow:0 8px 30px #46b1df80}.service-hero-btn svg{width:18px;height:18px}@media(max-width:1024px){.service-hero{flex-direction:column;min-height:auto;max-height:none;height:auto}.service-hero-left,.service-hero-right{flex:1 1 100%}.service-hero-left{padding:50px 30px;min-height:auto}.service-hero-right{min-height:350px;max-height:400px;height:350px}.service-hero h1{font-size:2.5rem;line-height:1.3;margin-bottom:15px}.service-hero p{font-size:1rem;line-height:1.6;margin-bottom:25px}.service-hero-buttons{flex-wrap:wrap;gap:15px}.service-hero-btn{flex:1 1 auto;min-width:200px}.service-section{padding:80px 0}.service-section-title{font-size:2.5rem}}@media(max-width:768px){.service-hero{flex-direction:column;min-height:auto;max-height:none;height:auto;margin-top:0}.service-hero-left{flex:1 1 100%;padding:40px 25px;min-height:auto;width:100%}.service-hero h1{font-size:2rem;line-height:1.3;margin-bottom:15px;word-wrap:break-word;overflow-wrap:break-word}.service-hero p{font-size:.95rem;line-height:1.6;margin-bottom:25px;word-wrap:break-word;overflow-wrap:break-word}.service-hero-buttons{flex-direction:column;gap:15px;width:100%}.service-hero-btn{width:100%;justify-content:center;padding:14px 28px;font-size:15px;display:flex;align-items:center}.service-hero-right{flex:1 1 100%;min-height:300px;max-height:350px;height:300px;width:100%}.service-hero-image-wrapper{height:100%;width:100%}.service-hero-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.service-hero-image-label{top:15px;left:15px;font-size:.85rem;padding:5px 10px;background:#ffffffe6;border-radius:6px;text-shadow:none}.hero-orange-circle{width:300px;height:300px;bottom:-80px;right:-80px}}@media(max-width:480px){.service-hero{margin-top:0}.service-hero-left{padding:35px 20px;width:100%}.service-hero h1{font-size:1.75rem;margin-bottom:12px;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.service-hero p{font-size:.9rem;margin-bottom:20px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.service-hero-buttons{gap:12px}.service-hero-btn{padding:12px 24px;font-size:14px;width:100%}.service-hero-right{min-height:250px;max-height:300px;height:250px;width:100%}.service-hero-image-wrapper,.service-hero-image{width:100%;height:100%}.service-hero-image-label{top:10px;left:10px;font-size:.75rem;padding:4px 8px;max-width:calc(100% - 20px);word-wrap:break-word}.service-hero-right{transform:none!important}.fade-in-up,.fade-in-left,.fade-in-right,.scale-in{transition-duration:.5s}.secret-success-card:hover,.best-company-card:hover,.process-step-new:hover{transform:none}}@media(prefers-reduced-motion:reduce){.fade-in-up,.fade-in-left,.fade-in-right,.scale-in,.parallax-element{transition:none;animation:none}}.service-section{padding:70px 0;position:relative;overflow:hidden}@media(max-width:768px){.service-section{padding:50px 0}}@media(max-width:480px){.service-section{padding:40px 0}}.service-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(70,177,223,.3),transparent);z-index:1}.service-section:nth-child(2n){background:linear-gradient(180deg,#fff,#f8f9fa,#fff);position:relative}.service-section:nth-child(2n):after{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(70,177,223,.05) 0%,transparent 70%);border-radius:50%;z-index:0}.service-section:nth-child(odd):not(:first-child){background:#fff;position:relative}.service-section:nth-child(odd):not(:first-child):after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(15,30,86,.03) 0%,transparent 70%);border-radius:50%;z-index:0}.service-section-title{font-size:2.2rem;font-weight:800;color:#0f1e56;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.service-section-title{font-size:1.75rem;line-height:1.3}}@media(max-width:480px){.service-section-title{font-size:1.5rem;line-height:1.2}margin-bottom: 40px;font-family: "Poppins",sans-serif;position: relative;padding-bottom: 15px;line-height: 1.3;letter-spacing: -.02em}.service-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#206fb0;border-radius:2px}.service-section-title.centered{text-align:center}.service-section-title.centered:after{left:50%;transform:translate(-50%)}.why-choose-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.why-choose-image{width:100%;height:auto}.why-choose-image img{width:100%;height:auto;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 20px #0000001a}.why-choose-text{display:flex;flex-direction:column;gap:25px}.why-choose-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin:0;font-family:Poppins,sans-serif;line-height:1.3;letter-spacing:-.02em}.why-choose-paragraph{font-size:1.05rem;line-height:1.9;color:#0f1e56d9;margin:0;font-family:Poppins,sans-serif}@media(max-width:968px){.why-choose-wrapper{grid-template-columns:1fr;gap:40px}.why-choose-image{order:1}.why-choose-text{order:2}.why-choose-title{font-size:1.9rem}.why-choose-paragraph{font-size:1rem}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}@media(max-width:768px){.feature-grid{grid-template-columns:1fr;gap:30px}}.feature-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.feature-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#46b1df;position:relative;z-index:1;transition:all .3s ease}.feature-card:hover .feature-icon{background:#46b1df26}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.feature-card:hover .feature-title{color:#46b1df}.feature-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.process-header{text-align:center;margin-bottom:50px}.process-main-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin-bottom:20px;font-family:Poppins,sans-serif;line-height:1.3}.process-title-highlight{color:#2170b2;font-weight:900}.process-intro{font-size:1.05rem;line-height:1.8;color:#0f1e56bf;max-width:800px;margin:0 auto;font-family:Poppins,sans-serif}.process-steps-new{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:start;margin-top:50px}.process-step-new{text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:20px;border-radius:16px}.process-step-new:hover{transform:translateY(-8px) scale(1.03);background:#46b1df08}.process-step-icon-circle{width:100px;height:100px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;box-shadow:0 4px 15px #0000001a;border:2px solid rgba(15,30,86,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.process-step-icon-circle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#46b1df1a;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.process-step-new:hover .process-step-icon-circle:before{width:120px;height:120px}.process-step-new:hover .process-step-icon-circle{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px #46b1df33;border-color:#46b1df4d}.process-step-icon-circle svg{width:50px;height:50px;color:#0f1e56}.process-step-title-new{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.process-step-description-new{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.process-arrow{font-size:2.5rem;color:#46b1df;font-weight:300;display:flex;align-items:center;justify-content:center;padding-top:50px;position:relative}.process-arrow:before{content:"";position:absolute;top:60px;left:50%;transform:translate(-50%);width:60px;height:2px;background:repeating-linear-gradient(to right,#206fb0 0px,#206fb0 8px,transparent 8px,transparent 16px)}@media(max-width:1024px){.process-steps-new{grid-template-columns:1fr;gap:40px}.process-arrow{display:none}.process-main-title{font-size:1.9rem}.process-intro{font-size:1rem}}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}@media(max-width:1024px){.process-steps{grid-template-columns:1fr;gap:40px}}.process-step{position:relative;background:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;text-align:center;animation:fadeInUp .8s ease-out both;overflow:visible}.process-step:nth-child(1){animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.process-step-number{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:60px;height:60px;background:#206fb0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;font-family:Poppins,sans-serif;box-shadow:0 4px 15px #46b1df4d;border:3px solid #ffffff;z-index:3;transition:all .3s ease}.process-step:hover .process-step-number{transform:translate(-50%) scale(1.05)}.process-step-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:20px auto 25px;color:#46b1df;transition:all .3s ease}.process-step:hover .process-step-icon{background:#46b1df26}.process-step-icon svg{width:40px;height:40px}.process-step-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.process-step-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.importance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}@media(max-width:768px){.importance-grid{grid-template-columns:1fr;gap:30px}}.importance-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.importance-card:nth-child(1){animation-delay:.1s}.importance-card:nth-child(2){animation-delay:.2s}.importance-card:nth-child(3){animation-delay:.3s}.importance-card:nth-child(4){animation-delay:.4s}.importance-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.importance-icon{width:60px;height:60px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#46b1df;transition:all .3s ease}.importance-card:hover .importance-icon{background:#46b1df26}.importance-icon svg{width:36px;height:36px}.importance-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.importance-card:hover .importance-title{color:#46b1df}.importance-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.service-scope-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}@media(max-width:968px){.service-scope-grid{grid-template-columns:1fr;gap:30px}}.service-scope-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.service-scope-card:nth-child(1){animation-delay:.1s}.service-scope-card:nth-child(2){animation-delay:.2s}.service-scope-card:nth-child(3){animation-delay:.3s}.service-scope-card:nth-child(4){animation-delay:.4s}.service-scope-card:nth-child(5){animation-delay:.5s}.service-scope-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.service-scope-icon{width:60px;height:60px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#46b1df;transition:all .3s ease}.service-scope-card:hover .service-scope-icon{background:#46b1df26}.service-scope-icon svg{width:36px;height:36px}.service-scope-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.service-scope-card:hover .service-scope-title{color:#46b1df}.service-scope-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.services-included-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin-bottom:20px;text-align:center;font-family:Poppins,sans-serif;line-height:1.3}.services-included-highlight{color:#2170b2;font-weight:900}.services-included-intro{font-size:1.05rem;line-height:1.8;color:#0f1e56bf;max-width:1000px;margin:0 auto 50px;text-align:center;font-family:Poppins,sans-serif}.services-included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}@media(max-width:1200px){.services-included-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.services-included-grid{grid-template-columns:1fr;gap:30px}.services-included-title{font-size:1.9rem}.services-included-intro{font-size:1rem}}.services-included-card{text-align:center;display:flex;flex-direction:column;align-items:center}.services-included-image-wrapper{position:relative;width:200px;height:200px;margin-bottom:25px;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #0000001a}.services-included-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.services-included-overlay{position:absolute;top:0;left:0;width:50%;height:50%;background:linear-gradient(135deg,#ff9800cc,#ff980099);border-radius:50% 0;z-index:1}.services-included-icon{position:absolute;bottom:10px;right:10px;width:50px;height:50px;background:#0f1e56;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 2px 10px #0003}.services-included-icon svg{width:28px;height:28px}.services-included-card-title{font-size:1.4rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.services-included-card-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.best-company-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:60px}.best-company-content{width:100%}.best-company-image{width:100%;height:auto}.best-company-image img{width:100%;height:auto;display:block;border-radius:16px;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.best-company-section{padding:80px 0;background:#fff}.best-company-title{font-size:2.5rem;font-weight:800;color:#0f1e56;margin-bottom:25px;text-align:center;font-family:Poppins,sans-serif;line-height:1.3}.best-company-intro{font-size:1.1rem;line-height:1.8;color:#0f1e56bf;margin-bottom:50px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif}.best-company-features{width:100%}.best-company-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%}.best-company-feature-column{width:100%}.best-company-subtitle{font-size:1.4rem;font-weight:700;color:#0f1e56;margin:0 0 20px;font-family:Poppins,sans-serif;text-align:left}.best-company-bullets{list-style:none;padding:0;margin:0;text-align:left;display:flex;flex-direction:column;gap:15px}.best-company-bullets li{font-size:1rem;line-height:1.7;color:#0f1e56d9;font-family:Poppins,sans-serif;position:relative;padding-left:30px;transition:all .3s ease}.best-company-bullets li:hover{color:#0f1e56;transform:translate(5px)}.best-company-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:#46b1df;font-weight:700;font-size:1.2rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#46b1df1a;border-radius:50%}.best-company-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}.best-company-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 15px #00000014;border:2px solid rgba(15,30,86,.1);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden}.best-company-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(70,177,223,.05),transparent);transition:left .6s ease}.best-company-card:hover:before{left:100%}.best-company-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 30px #46b1df26;border-color:#46b1df4d}.best-company-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#46b1df;transition:all .3s ease}.best-company-card:hover .best-company-icon{background:#46b1df26;transform:scale(1.05)}.best-company-icon svg{width:36px;height:36px}.best-company-card-title{font-size:1.2rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.best-company-card-description{font-size:.95rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.facilities-section{background:linear-gradient(135deg,#0f1e56,#2170b2);padding:60px 0;position:relative;overflow:hidden;min-height:500px}.facilities-section:before{content:"Clean";position:absolute;top:50%;right:5%;transform:translateY(-50%) rotate(-90deg);font-size:120px;font-weight:900;color:#ffffff08;font-family:Poppins,sans-serif;letter-spacing:10px;z-index:0;pointer-events:none}.facilities-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 50%,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none;z-index:0}.facilities-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.facilities-title{font-size:2.2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:15px;font-family:Poppins,sans-serif;line-height:1.3}.facilities-title-highlight{color:#46b1df}.facilities-description{font-size:1rem;line-height:1.7;color:#ffffffe6;text-align:center;max-width:1000px;margin:0 auto 50px;font-family:Poppins,sans-serif}.facilities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px 20px;margin-bottom:40px}@media(max-width:1400px){.facilities-grid{gap:25px 15px}}@media(max-width:1200px){.facilities-grid{grid-template-columns:repeat(4,1fr);gap:30px 20px}}@media(max-width:992px){.facilities-grid{grid-template-columns:repeat(3,1fr);gap:30px 20px}}@media(max-width:768px){.facilities-grid{grid-template-columns:repeat(2,1fr);gap:25px 15px}.facilities-title{font-size:1.8rem}.facilities-description{font-size:.95rem}.facilities-container{padding:0 20px}}@media(max-width:480px){.facilities-grid{grid-template-columns:1fr;gap:25px}.facilities-section{padding:50px 0}}.facility-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:15px;border-radius:12px;cursor:pointer}.facility-item:hover{transform:translateY(-8px) scale(1.1);background:#ffffff1a}.facility-icon-wrapper{width:90px;height:90px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 3px 10px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.facility-icon-wrapper:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ff980033;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.facility-item:hover .facility-icon-wrapper:before{width:120px;height:120px}.facility-item:hover .facility-icon-wrapper{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 25px #ff98004d}.facility-icon-wrapper svg{width:45px;height:45px;color:#0f1e56;stroke-width:2}.facility-label{font-size:.95rem;font-weight:600;color:#fff;font-family:Poppins,sans-serif;margin-top:0;line-height:1.3}.facilities-cta{text-align:center;margin-top:40px}.facilities-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;border-radius:50px;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 4px 15px #ff98004d;border:none;cursor:pointer}.facilities-cta-button:hover{background:linear-gradient(135deg,#f57c00,#e65100);transform:translateY(-2px);box-shadow:0 6px 20px #ff980066}.facilities-cta-button:active{transform:translateY(0)}.content-text{font-size:1.15rem;line-height:2;color:#0f1e56d9;max-width:1000px;margin:0 auto;font-family:Poppins,sans-serif;text-align:center}.faq-list{display:flex;flex-direction:column;gap:28px;margin-top:60px}.faq-item{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:24px;padding:45px 40px;box-shadow:0 10px 40px #00000014,0 2px 10px #0000000a;border:2px solid rgba(70,177,223,.1);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#206fb0,#53b4e2);transform:scaleY(0);transform-origin:top;transition:transform .4s cubic-bezier(.4,0,.2,1);border-radius:20px 0 0 20px}.faq-item:hover:before{transform:scaleY(1)}.faq-item:hover{transform:translate(10px) scale(1.01);border-color:#46b1df66;box-shadow:0 20px 60px #46b1df33,0 5px 15px #46b1df1a;background:linear-gradient(135deg,#fff,#f0fdf4)}.faq-question{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:20px;font-family:Poppins,sans-serif;transition:color .3s ease}.faq-item:hover .faq-question{color:#46b1df}.faq-answer{font-size:1.05rem;line-height:2;color:#0f1e56cc;font-family:Poppins,sans-serif}.faq-answer p{margin-bottom:20px}.faq-answer p:last-child{margin-bottom:0}@media(max-width:768px){.service-hero{padding:80px 0 60px}.service-hero h1{font-size:2.5rem}.service-hero p{font-size:1.1rem}.service-section{padding:80px 0}.service-section-title{font-size:2rem}.feature-card,.process-step,.importance-card,.service-scope-card,.faq-item{padding:30px 24px}}@media(max-width:480px){.service-hero h1{font-size:2rem}.service-section-title{font-size:1.75rem}.service-detail-container{padding:0 20px}}@media(prefers-reduced-motion:reduce){.service-hero:before,.service-hero:after,.feature-card,.process-step,.importance-card,.service-scope-card,.faq-item{animation:none}.feature-card:hover,.process-step:hover,.importance-card:hover,.service-scope-card:hover,.faq-item:hover{transform:none}}.client-logos-section{background:#f8f9fa;padding:60px 0}.client-logos-title{font-size:2rem;font-weight:700;color:#0f1e56;text-align:center;margin-bottom:40px;font-family:Poppins,sans-serif}.client-logos-grid{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.client-logo-item{padding:20px 30px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.client-logo-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.client-logo-placeholder{font-size:1.2rem;font-weight:600;color:#0f1e56;text-align:center;font-family:Poppins,sans-serif}.best-cleaners-section{padding:80px 0;background:#fff}.best-cleaners-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.best-cleaners-content{width:100%}.best-cleaners-image{width:100%;height:auto}.best-cleaners-image img{width:100%;height:auto;display:block;border-radius:16px;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.best-cleaners-title{font-size:2.2rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:25px;line-height:1.3;font-family:Poppins,sans-serif}.best-cleaners-intro{font-size:1.05rem;line-height:1.8;color:#555;text-align:left;max-width:100%;margin:0 0 30px;font-family:Poppins,sans-serif}.best-cleaners-intro strong{color:#0f1e56;font-weight:700}.best-cleaners-list{max-width:100%;margin:0}.best-cleaners-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.best-cleaners-bullets li{padding-left:25px;position:relative;font-size:1rem;color:#333;line-height:1.7;font-family:Poppins,sans-serif}.best-cleaners-bullets li:before{content:"•";position:absolute;left:0;color:#0f1e56;font-weight:700;font-size:1.3rem;line-height:1.2}.other-services-section{padding:80px 0;background:#f8f9fa}.other-services-title{font-size:2.5rem;font-weight:800;color:#0f1e56;text-align:center;margin-bottom:30px;font-family:Poppins,sans-serif}.other-services-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:1000px;margin:0 auto 40px;font-family:Poppins,sans-serif}.other-services-list{max-width:1000px;margin:0 auto}.other-services-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.other-services-bullets li{padding-left:30px;position:relative;font-size:1rem;color:#333;line-height:1.6;font-family:Poppins,sans-serif}.other-services-bullets li:before{content:"•";position:absolute;left:0;color:#ff9800;font-weight:700;font-size:1.5rem;line-height:1.2}.inspection-cta-section{padding:80px 0;background:linear-gradient(135deg,#0f1e56,#2170b2);color:#fff}.inspection-cta-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:20px;color:#fff;font-family:Poppins,sans-serif}.inspection-cta-description{font-size:1.1rem;line-height:1.8;text-align:center;max-width:900px;margin:0 auto 40px;color:#ffffffe6;font-family:Poppins,sans-serif}.inspection-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.inspection-cta-btn{padding:15px 35px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;cursor:pointer}.inspection-cta-phone{background:#fff;color:#0f1e56}.inspection-cta-phone:hover{background:#f0f0f0;transform:translateY(-2px)}.inspection-cta-quote{background:linear-gradient(135deg,#ff9800,#e68900);color:#fff}.inspection-cta-quote:hover{background:linear-gradient(135deg,#e68900,#c70);transform:translateY(-2px)}.inspection-cta-btn svg{width:20px;height:20px}.testimonials-section{padding:80px 0;background:#fff}.testimonials-title{font-size:2.5rem;font-weight:800;color:#0f1e56;text-align:center;margin-bottom:60px;font-family:Poppins,sans-serif}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card{background:#f8f9fa;border-radius:15px;padding:30px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.testimonial-text{font-size:1rem;line-height:1.7;color:#333;margin-bottom:25px;font-style:italic;font-family:Poppins,sans-serif}.testimonial-author{display:flex;align-items:center;gap:15px}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#0f1e56,#2170b2);display:flex;align-items:center;justify-content:center}.testimonial-avatar-placeholder{color:#fff;font-weight:700;font-size:1.2rem}.testimonial-author-name{font-size:1.1rem;font-weight:600;color:#0f1e56;margin:0;font-family:Poppins,sans-serif}.secret-success-section{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#fff,#f8f9fa);position:relative;overflow:hidden}.secret-success-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(70,177,223,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.secret-success-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(33,112,178,.06) 0%,transparent 70%);border-radius:50%;z-index:0}.secret-success-section .service-detail-container{position:relative;z-index:1}.secret-success-title{font-size:2.5rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:25px;font-family:Poppins,sans-serif;position:relative;padding-bottom:20px}.secret-success-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#46b1df,#2170b2);border-radius:2px}.secret-success-intro{font-size:1.1rem;line-height:1.9;color:#555;text-align:left;max-width:900px;margin:0 0 60px;font-family:Poppins,sans-serif}.secret-success-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative;z-index:1}@media(max-width:1200px){.secret-success-grid{grid-template-columns:repeat(2,1fr)}}.secret-success-card{background:#fff;border-radius:20px;padding:45px 35px;text-align:center;box-shadow:0 6px 20px #0f1e561a;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid rgba(15,30,86,.08);position:relative;overflow:hidden;backdrop-filter:blur(10px)}.secret-success-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(70,177,223,.1),transparent);transition:left .8s ease;z-index:0}.secret-success-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#46b1df,#2170b2,#0f1e56);transform:scaleX(0);transform-origin:left;transition:transform .5s ease;z-index:1}.secret-success-card:hover:before{left:100%}.secret-success-card:hover:after{transform:scaleX(1)}.secret-success-card:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 15px 40px #46b1df33;border-color:#46b1df66;background:linear-gradient(135deg,#fff,#f8fbfd)}.secret-success-icon{width:70px;height:70px;margin:0 auto 25px;background:linear-gradient(135deg,#46b1df26,#2170b21a);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;z-index:2;border:2px solid rgba(70,177,223,.2)}.secret-success-card:hover .secret-success-icon{background:linear-gradient(135deg,#46b1df40,#2170b233);transform:scale(1.1) rotate(5deg);border-color:#46b1df66;box-shadow:0 8px 25px #46b1df40}.secret-success-icon svg{width:35px;height:35px;color:#46b1df;transition:all .3s ease}.secret-success-card:hover .secret-success-icon svg{color:#2170b2;transform:scale(1.1)}.secret-success-card-title{font-size:1.4rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;position:relative;z-index:2;transition:color .3s ease}.secret-success-card:hover .secret-success-card-title{color:#2170b2}.secret-success-card-description{font-size:1rem;line-height:1.8;color:#555;font-family:Poppins,sans-serif;position:relative;z-index:2;transition:color .3s ease}.secret-success-card:hover .secret-success-card-description{color:#444}.results-process-section{padding:80px 0;background:#fff}.results-process-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.results-process-image{width:100%;height:auto}.results-process-image img{width:100%;height:auto;display:block;border-radius:16px;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.results-process-content{width:100%}.results-process-title{font-size:2.2rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:40px;font-family:Poppins,sans-serif}.results-process-steps{max-width:100%;margin:0;display:flex;flex-direction:column;gap:25px}.results-process-step{display:flex;gap:20px;align-items:flex-start;background:transparent;padding:0;border-radius:0;border:none;transition:none}.results-process-step:hover{transform:none;box-shadow:none}.results-process-step-number{font-size:1.1rem;font-weight:700;color:#0f1e56;min-width:90px;font-family:Poppins,sans-serif;flex-shrink:0}.results-process-step-content{flex:1}.results-process-step-text{font-size:1rem;line-height:1.7;color:#555;margin:0;font-family:Poppins,sans-serif}@media(max-width:1024px){.client-logos-grid{gap:20px}.client-logo-item{padding:15px 20px}.best-cleaners-title,.inspection-cta-title,.secret-success-title,.results-process-title{font-size:2rem}.best-cleaners-bullets{grid-template-columns:1fr}.secret-success-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.client-logos-grid{gap:15px;flex-direction:column}.client-logo-item{width:100%;max-width:250px}.best-cleaners-title,.inspection-cta-title,.secret-success-title,.results-process-title{font-size:1.75rem}.best-cleaners-intro,.inspection-cta-description{font-size:1rem}.results-process-wrapper,.best-company-wrapper,.best-cleaners-wrapper{grid-template-columns:1fr;gap:40px}.results-process-image,.best-company-image,.best-cleaners-image{order:-1}.inspection-cta-buttons{flex-direction:column;align-items:center;gap:15px}.inspection-cta-btn{width:100%;max-width:300px;justify-content:center}.secret-success-grid{grid-template-columns:1fr;gap:20px}.results-process-step{flex-direction:column;gap:10px}.results-process-step-number{min-width:auto}}:root{--header-bg: #ffffff;--header-bg-scrolled: rgba(255, 255, 255, .98);--header-text: #131e5d;--header-text-hover: #4eafe4;--header-accent: #4eafe4;--header-shadow: rgba(19, 30, 93, .1);--header-transition: all .3s cubic-bezier(.4, 0, .2, 1);--header-height: 90px;--header-height-mobile: 70px;--header-z-index: 1000}@media(min-width:1024px){:root{--header-bg: transparent}}html{overflow-x:hidden!important;overflow-y:auto!important;height:100%!important;position:relative!important}body{overflow-x:hidden!important;overflow-y:auto!important;position:relative!important;min-height:100vh!important;height:auto!important}body>header.site-header,body>.site-header{position:fixed!important}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;z-index:var(--header-z-index)!important;transition:var(--header-transition);font-family:Poppins,sans-serif;height:var(--header-height);display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;margin:0!important;padding:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important}@media(min-width:1024px){.site-header{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.site-header:not(.scrolled){background:transparent!important;background-color:transparent!important;box-shadow:none!important}.site-header.scrolled{background:#fffffff2!important;background-color:#fffffff2!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #131e5d26!important;height:80px}}@media(max-width:1023px){.site-header{background:var(--header-bg)!important;background-color:var(--header-bg)!important;box-shadow:0 2px 10px var(--header-shadow)!important}.site-header.scrolled{background:var(--header-bg-scrolled)!important;background-color:var(--header-bg-scrolled)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #131e5d26!important;height:80px}}.site-header.mobile-menu-open{box-shadow:0 4px 20px #131e5d33}.header-container{max-width:1400px;margin:0 auto;padding:0 30px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative}.header-logo{flex-shrink:0;z-index:10}.header-logo a{display:flex;align-items:center;text-decoration:none;transition:var(--header-transition)}.logo-img{height:60px;width:auto;-o-object-fit:contain;object-fit:contain;transition:var(--header-transition)}.site-header.scrolled .logo-img{height:50px}.desktop-nav{display:none;flex:1}@media(min-width:1025px){.desktop-nav{display:block}}.nav-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:6px;padding:12px 18px;color:var(--header-text);text-decoration:none;font-weight:500;font-size:15px;transition:var(--header-transition);border-radius:8px;position:relative;white-space:nowrap}@media(min-width:1024px){.site-header:not(.scrolled) .nav-link{color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.3)}.site-header:not(.scrolled) .nav-link:hover{color:#4eafe4!important;text-shadow:0 2px 8px rgba(78,175,228,.5)}.site-header:not(.scrolled) .logo-img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.site-header:not(.scrolled) .cta-button{box-shadow:0 4px 15px #0000004d}}.nav-link:after{content:"";position:absolute;bottom:8px;left:18px;right:18px;height:2px;background:var(--header-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:var(--header-accent)}.nav-link:hover:after{transform:scaleX(1)}.nav-item.has-submenu .nav-link{padding-right:28px}.dropdown-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);margin-left:4px}.nav-item:hover .dropdown-icon{transform:rotate(180deg)}.submenu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-10px);background:#fff;border-radius:12px;box-shadow:0 10px 40px #131e5d26;list-style:none;margin:0;padding:12px 0;min-width:280px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;border:1px solid rgba(19,30,93,.08)}.submenu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.submenu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.submenu-link{display:block;color:var(--header-text);text-decoration:none;font-size:14px;font-weight:400;transition:var(--header-transition);position:relative;padding:12px 24px}.submenu-link:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--header-accent);border-radius:50%;opacity:0;transition:var(--header-transition)}.submenu-link:hover{color:var(--header-accent);background:#52c77d0d;padding-left:32px}.submenu-link:hover:before{opacity:1}.header-cta{display:none;flex-shrink:0}@media(min-width:1025px){.header-cta{display:block}}.cta-button{display:flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--header-accent) 0%,#121c5a 100%);color:#fff;text-decoration:none;font-weight:600;font-size:15px;border-radius:50px;transition:var(--header-transition);box-shadow:0 4px 15px #131d5b4d;position:relative;overflow:hidden;border:none;cursor:pointer;font-family:Poppins,sans-serif}.cta-button: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}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #52c77d66}.cta-button:active{transform:translateY(0)}.quote-icon{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover .quote-icon{transform:scale(1.1)}.cta-text{white-space:nowrap}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}@media(min-width:1025px){.mobile-menu-toggle{display:none}}.hamburger-line{width:100%;height:3px;background:var(--header-text);border-radius:3px;transition:var(--header-transition);transform-origin:center}@media(min-width:1024px){.site-header:not(.scrolled) .hamburger-line{background:#fff}}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-nav{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 10px 30px #131e5d26;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);z-index:999}@media(min-width:1025px){.mobile-nav{display:none}}.mobile-nav.active{max-height:100vh;overflow-y:auto}.mobile-nav-list{list-style:none;margin:0;padding:20px 30px 30px;display:flex;flex-direction:column;gap:4px}.mobile-nav-item{border-bottom:1px solid rgba(19,30,93,.08)}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px 0;color:var(--header-text);text-decoration:none;font-weight:500;font-size:16px;transition:var(--header-transition);position:relative}.mobile-nav-link:before{content:"";position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:4px;height:0;background:var(--header-accent);transition:height .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--header-accent);padding-left:20px}.mobile-nav-link:hover:before,.mobile-nav-link:active:before{height:24px}.mobile-dropdown-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.mobile-nav-item.submenu-open .mobile-dropdown-icon{transform:rotate(180deg)}.mobile-submenu{list-style:none;margin:0;padding:0 0 0 20px;max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-item.submenu-open .mobile-submenu{max-height:1000px;padding-bottom:12px}.mobile-submenu-link{display:block;color:#131e5db3;text-decoration:none;font-size:14px;font-weight:400;transition:var(--header-transition);position:relative;padding:12px 0 12px 20px}.mobile-submenu-link:before{content:"→";position:absolute;left:0;opacity:0;transition:var(--header-transition)}.mobile-submenu-link:hover{color:var(--header-accent);padding-left:24px}.mobile-submenu-link:hover:before{opacity:1}.mobile-cta-item{margin-top:20px;padding-top:20px;border-top:2px solid var(--header-accent);border-bottom:none}.mobile-cta-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,var(--header-accent) 0%,#121c5a 100%);color:#fff;text-decoration:none;font-weight:600;font-size:16px;border-radius:12px;transition:var(--header-transition);box-shadow:0 4px 15px #131c5f4d;width:100%;border:none;cursor:pointer;font-family:Poppins,sans-serif}.mobile-cta-button:hover,.mobile-cta-button:active{transform:translateY(-2px);box-shadow:0 6px 20px #131d5b4d}body.menu-open{overflow:hidden}@media(max-width:1024px){.header-container{padding:0 20px;height:var(--header-height-mobile)}.logo-img{height:50px}.site-header,.site-header.scrolled{height:var(--header-height-mobile)}}@media(max-width:768px){.header-container{padding:0 15px}.logo-img{height:45px}.mobile-nav-list{padding:15px 20px 25px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-link:focus,.submenu-link:focus,.mobile-nav-link:focus,.mobile-submenu-link:focus,.cta-button:focus,.mobile-cta-button:focus,.mobile-menu-toggle:focus{outline:2px solid var(--header-accent);outline-offset:2px}@media print{.site-header{position:static;box-shadow:none}}
