.hero-title-line{opacity:0;transform:translate(-80px) rotateY(10deg);transform-style:preserve-3d;display:block;white-space:normal}.hero-title-line-1{animation:heroTitleLine1In 1.2s cubic-bezier(.25,.46,.45,.94) forwards}.hero-title-line-2{animation:heroTitleLine2In 1.2s cubic-bezier(.25,.46,.45,.94) .3s forwards}@keyframes heroTitleLine1In{0%{opacity:0;transform:translate(-80px) rotateY(15deg) scale(.92)}50%{opacity:.8;transform:translate(10px) rotateY(-3deg) scale(1.02)}to{opacity:1;transform:translate(0) rotateY(0) scale(1)}}@keyframes heroTitleLine2In{0%{opacity:0;transform:translate(-60px) rotateY(10deg) scale(.94)}50%{opacity:.75;transform:translate(8px) rotateY(-2deg) scale(1.01)}to{opacity:1;transform:translate(0) rotateY(0) scale(1)}}.hero-description-line-1{opacity:0;transform:translate(-60px) translateY(30px);animation:heroDescriptionLineIn 1s cubic-bezier(.25,.46,.45,.94) .6s forwards}.hero-description-line-2{opacity:0;transform:translate(-60px) translateY(30px);animation:heroDescriptionLineIn 1s cubic-bezier(.25,.46,.45,.94) .8s forwards}@keyframes heroDescriptionLineIn{0%{opacity:0;transform:translate(-60px) translateY(30px) scale(.9)}to{opacity:1;transform:translate(0) translateY(0) scale(1)}}.hero-button-animate{opacity:0;transform:translateY(50px) scale(.8) rotateX(10deg);animation:heroButtonIn 1s cubic-bezier(.68,-.55,.265,1.55) 1s forwards;transform-style:preserve-3d}@keyframes heroButtonIn{0%{opacity:0;transform:translateY(50px) scale(.8) rotateX(10deg)}50%{opacity:.8;transform:translateY(-5px) scale(1.05) rotateX(-2deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}.hero-button-animate:hover{transform:translateY(-3px) scale(1.02) rotateX(2deg);box-shadow:0 20px 40px #ffffff26}.hero-button-animate:hover .button-arrow{transform:translate(8px) scale(1.1);filter:drop-shadow(0 0 8px currentColor)}.hero-button-animate:active{transform:translateY(-1px) scale(.98) rotateX(1deg)}.hero-button-animate:hover .button-text{background:none;color:inherit;-webkit-text-fill-color:currentColor;animation:none}@keyframes textShimmer{0%{background-position:0% center}to{background-position:200% center}}.hero-title-line:hover{transform:translateY(-2px) scale(1.02);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.hero-title-line-1:hover{text-shadow:0 0 30px rgba(255,255,255,.5)}.hero-title-line-2:hover{text-shadow:0 0 25px rgba(100,150,255,.6)}.hero-description-line-1:hover,.hero-description-line-2:hover{transform:translate(5px) translateY(-2px);color:#e5e7eb;transition:all .3s ease}@media (max-width: 768px){.hero-title-line-1{animation-duration:.8s}.hero-title-line-2{animation-duration:.8s;animation-delay:.2s}.hero-description-line-1{animation-duration:.7s;animation-delay:.4s}.hero-description-line-2{animation-duration:.7s;animation-delay:.5s}.hero-button-animate{animation-duration:.8s;animation-delay:.7s}}@media (prefers-reduced-motion: reduce){.hero-title-line,.hero-description-line-1,.hero-description-line-2,.hero-button-animate{animation:none;opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInRotate{0%{opacity:0;transform:translate(-100px) rotateY(-25deg)}to{opacity:1;transform:translate(0) rotateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeftButton{0%{opacity:0;transform:translate(-60px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes popIn{0%{opacity:0;transform:translateY(30px) scale(.7) rotateX(15deg)}50%{opacity:1;transform:translateY(-15px) scale(1.08) rotateX(-8deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}@keyframes flipIn{0%{opacity:0;transform:perspective(1000px) rotateY(-90deg) translateZ(-50px)}50%{transform:perspective(1000px) rotateY(10deg) translateZ(10px)}to{opacity:1;transform:perspective(1000px) rotateY(0) translateZ(0)}}@keyframes glow-pulse{0%,to{filter:blur(10px)}50%{filter:blur(15px)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeftStats{0%{opacity:0;transform:translate(-100px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes borderGlow{0%,to{box-shadow:0 0 5px #3b82f680,0 0 10px #3b82f64d}50%{box-shadow:0 0 20px #3b82f6cc,0 0 30px #3b82f666}}.service-card{transform-style:preserve-3d;perspective:1000px;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}@media (min-width: 768px){.service-card:hover{transform:translateY(-15px) rotateX(8deg) scale(1.05);border-color:#ef4444cc!important}.service-card:hover svg{transform:scale(1.3) rotate(360deg);transition:transform .8s cubic-bezier(.68,-.55,.265,1.55);filter:drop-shadow(0 0 10px rgba(239,68,68,.6))}}.service-card svg{transition:transform .8s cubic-bezier(.68,-.55,.265,1.55)}.service-card:before{content:"";position:absolute;inset:-2px;border-radius:.5rem;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:-1;filter:blur(10px)}@media (min-width: 768px){.service-card:hover:before{opacity:1;animation:glow-pulse 2s ease-in-out infinite}}.service-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03),transparent);transform:rotate(45deg);transition:all .6s ease;pointer-events:none}@media (min-width: 768px){.service-card:hover:after{left:100%}}.service-card>*{position:relative;z-index:1}@media (min-width: 768px){.service-card:hover h3{text-shadow:0 0 20px rgba(59,130,246,.5);transition:text-shadow .3s ease}}.review-container,.review-left{transform-style:preserve-3d}.review-button button{position:relative;overflow:hidden}.review-button button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}@media (min-width: 768px){.review-button button:hover:before{width:300px;height:300px}.review-container:hover{box-shadow:0 0 40px #ef44441a;transition:box-shadow .5s ease}}.stat-card{padding:1.5rem 1rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;position:relative;overflow:hidden;background:transparent}@media (min-width: 640px){.stat-card{padding:2rem 1.5rem}}@media (min-width: 768px){.stat-card:hover{transform:translateY(-15px) scale(1.05);box-shadow:0 25px 50px #3b82f640,0 0 40px #3b82f626,inset 0 1px #ffffff1a;background:#3b82f60d;animation:borderGlow 2s ease-in-out infinite}.stat-card:hover .stat-number{transform:scale(1.2);text-shadow:0 0 30px rgba(59,130,246,.8)}.stat-card:hover .stat-line{width:8rem;background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 0 20px #3b82f699}}.stat-number{transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-block}.stat-line{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.stat-card:before{content:"";position:absolute;inset:-2px;border-radius:1rem;background:linear-gradient(45deg,#3b82f666,#2563eb66);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:-1;filter:blur(15px)}@media (min-width: 768px){.stat-card:hover:before{opacity:1}}.stat-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease;pointer-events:none}@media (min-width: 768px){.stat-card:hover:after{left:100%}}@media (max-width: 640px){.service-card:active,.stat-card:active{transform:scale(.98)}}#particle-canvas{opacity:.7}.particle-visual-container{width:100%;height:500px;position:relative}@media (prefers-reduced-motion: reduce){#particle-canvas{display:none!important}.service-card,.stat-card,.review-container{animation:none!important}}@media (max-width: 320px){#home .hero-title-animate{font-size:1.35rem!important;line-height:1.24!important}.service-card,.stat-card{padding:.75rem!important}}@media (min-width: 321px) and (max-width: 375px){#home .hero-title-animate{font-size:1.45rem!important;line-height:1.24!important}}@media (min-width: 376px) and (max-width: 425px){#home .hero-title-animate{font-size:1.55rem!important;line-height:1.22!important}}@media (min-width: 426px) and (max-width: 768px){.stat-card{padding:1.75rem 1.25rem}}@media (min-width: 769px) and (max-width: 1024px){#home .hero-title-animate{font-size:2rem!important;line-height:1.18!important}}@media (min-width: 1025px) and (max-width: 1440px){.service-card{padding:1.75rem}}@media (min-width: 1441px) and (max-width: 2560px){#home .hero-title-animate{font-size:2.6rem!important;line-height:1.14!important}.service-card{padding:2.5rem}.stat-card{padding:3rem 2rem}.text-gray-400{font-size:1.125rem}}@media (min-width: 2561px){#home .hero-title-animate{font-size:3rem!important;line-height:1.12!important}.service-card,.stat-card{padding:3.5rem 2.5rem}.container{max-width:2400px}}@media (max-width: 768px){button,a{min-height:44px;min-width:44px}}@media (max-width: 768px){.service-card,.stat-card,.review-container{animation-duration:.6s!important}}@media (max-width: 640px){body{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}}.service-card,.stat-card,.review-text,.review-button,.stats-title{will-change:transform,opacity}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){#particle-canvas{image-rendering:-webkit-optimize-contrast}}@media (max-height: 500px) and (orientation: landscape){#home{min-height:100vh}#home .hero-title-animate{font-size:1.15rem!important;margin-bottom:1rem!important;line-height:1.22!important}p{font-size:.875rem!important;margin-bottom:1rem!important}}@media (min-width: 2560px){.container{max-width:2400px}}@supports (padding: max(0px)){.fixed{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}#home{padding-top:max(0px,env(safe-area-inset-top));padding-bottom:max(0px,env(safe-area-inset-bottom))}}*{-webkit-overflow-scrolling:touch}.service-card,.stat-card,#parallax-service-bg,#parallax-review-bg,#parallax-stats-bg{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}
