*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}header.navbar-root{z-index:1000;background-color:#fff5f5;flex-direction:row;justify-content:space-between;align-items:center;min-height:5rem;padding:0 3rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}header.navbar-root .nav-logo{flex-shrink:0}header.navbar-root .nav-logo img{object-fit:contain;width:auto;height:4rem;display:block}header.navbar-root nav.nav-links ul{flex-direction:row;gap:2rem;margin:0;padding:0;display:flex}header.navbar-root nav.nav-links ul li{list-style:none;position:relative}header.navbar-root nav.nav-links ul li a{color:#333;padding-bottom:.25rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}header.navbar-root nav.nav-links ul li a:after{content:"";background-color:#2e4564;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}header.navbar-root nav.nav-links ul li a:hover,header.navbar-root nav.nav-links ul li a:focus{color:#2e4564;outline:none}header.navbar-root nav.nav-links ul li a:hover:after,header.navbar-root nav.nav-links ul li a:focus:after{width:100%}header.navbar-root .nav-contact a{text-decoration:none}header.navbar-root .nav-contact a span{color:#333;flex-direction:row;align-items:center;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}header.navbar-root .nav-contact a span:hover{color:#2e4564}header.navbar-root .nav-contact a span svg{margin-right:.5rem;font-size:.9em}header.navbar-root .hamburger-button{cursor:pointer;z-index:1002;background:0 0;border:none;padding:.5rem;transition:all .3s;display:none}header.navbar-root .hamburger-button svg{color:#333;font-size:1.8rem}header.navbar-root .hamburger-button:hover svg,header.navbar-root .hamburger-button:focus svg,header.navbar-root .hamburger-button.active svg{color:#2e4564}header.navbar-root nav.nav-menu{z-index:1001;background-color:#fff5f5;width:100%;max-width:300px;height:100vh;transition:right .3s ease-in-out;display:none;position:fixed;top:0;right:-100%;box-shadow:-2px 0 10px #0000001a}header.navbar-root nav.nav-menu.open{right:0}header.navbar-root nav.nav-menu .menu-content{background-color:#fff5f5;flex-direction:column;justify-content:space-between;height:100%;padding:6rem 2rem 2rem;display:flex}header.navbar-root nav.nav-menu .menu-content ul{flex-direction:column;gap:2rem;margin:0 0 2rem;padding:0;display:flex}header.navbar-root nav.nav-menu .menu-content ul li{list-style:none}header.navbar-root nav.nav-menu .menu-content ul li a{color:#333;padding:.5rem 0;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}header.navbar-root nav.nav-menu .menu-content ul li a:hover,header.navbar-root nav.nav-menu .menu-content ul li a:focus{color:#2e4564;outline:none}header.navbar-root nav.nav-menu .menu-content .menu-contact{border-top:1px solid #0000001a;padding-top:2rem}header.navbar-root nav.nav-menu .menu-content .menu-contact a{text-decoration:none}header.navbar-root nav.nav-menu .menu-content .menu-contact a span{color:#333;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}header.navbar-root nav.nav-menu .menu-content .menu-contact a span:hover{color:#2e4564}header.navbar-root nav.nav-menu .menu-content .menu-contact a span svg{font-size:1rem}@media (width<=800px){header.navbar-root{padding:0 2rem}header.navbar-root nav.nav-links,header.navbar-root .nav-contact{display:none}header.navbar-root .hamburger-button,header.navbar-root nav.nav-menu{display:block}header.navbar-root nav.nav-menu:before{content:"";z-index:-1;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:0;left:0}header.navbar-root nav.nav-menu.open:before{opacity:1;visibility:visible}}@media (width<=480px){header.navbar-root{padding:0 1rem}header.navbar-root .nav-logo img{height:3.5rem}}.footer{background:linear-gradient(#fff5f5 0%,#fff 100%);width:100%;padding:4rem 3rem 1rem;position:relative;overflow:hidden}.footer:before{content:"";opacity:.8;background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;position:absolute;top:0;left:0}.footer .footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}@media (width<=1024px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=768px){.footer .footer-content{grid-template-columns:1fr;gap:2rem}}.footer .footer-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.footer .footer-section h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:0}.footer .footer-section h3{color:#333;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.footer .footer-section p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.footer .company-info .contact-details{flex-direction:column;gap:1rem;display:flex}.footer .company-info .contact-details .contact-item{color:#4a5568;align-items:center;gap:.75rem;display:flex}.footer .company-info .contact-details .contact-item svg{color:#ff6915}.footer .company-info .contact-details .contact-item a,.footer .company-info .contact-details .contact-item address{color:inherit;font-style:normal;text-decoration:none;transition:color .3s}.footer .company-info .contact-details .contact-item a:hover,.footer .company-info .contact-details .contact-item address:hover{color:#ff6915}.footer .quick-links ul,.footer .services ul{margin:0;padding:0;list-style:none}.footer .quick-links ul li,.footer .services ul li{margin-bottom:.75rem}.footer .quick-links ul li a,.footer .services ul li a{color:#4a5568;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer .quick-links ul li a:before,.footer .services ul li a:before{content:"→";opacity:0;margin-right:.5rem;transition:all .3s;display:inline-block;transform:translate(-10px)}.footer .quick-links ul li a:hover,.footer .services ul li a:hover{color:#ff6915;transform:translate(5px)}.footer .quick-links ul li a:hover:before,.footer .services ul li a:hover:before{opacity:1;transform:translate(0)}.footer .social .social-links{gap:1rem;display:flex}.footer .social .social-links a{color:#4a5568;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.footer .social .social-links a:hover{color:#fff;background:linear-gradient(90deg,#ff6915,gold);transform:translateY(-3px);box-shadow:0 8px 16px #ff691533}.footer .footer-bottom{text-align:center;border-top:1px solid #0000001a;padding-top:1.5rem}.footer .footer-bottom p{color:#718096;font-size:.875rem}@media (width<=768px){.footer{padding:3rem 1.5rem 1rem}.footer .footer-section h2{font-size:1.3rem}.footer .footer-section h3{font-size:1.1rem}.footer .social .social-links{justify-content:center}}@media (hover:none){.footer .quick-links ul li a:hover,.footer .services ul li a:hover,.footer .social-links a:hover{transform:none}}.HomeLanding-root:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);animation:6s ease-in-out infinite floatAnimation;position:absolute;top:clamp(20px,5vw,40px);right:clamp(20px,5vw,40px)}.HomeLanding-root:after{content:"";opacity:.1;z-index:1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);animation:6s infinite gradientMove;position:absolute;bottom:clamp(20px,5vw,40px);left:clamp(20px,5vw,40px)}.HomeLanding-root main.HomeLanding-landing article.content-section{opacity:0;flex:1;padding-right:clamp(1rem,3vw,2rem);animation:.8s forwards slideUpFade;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section:before{content:"";background:linear-gradient(#0000,#ff6915,#0000);width:3px;height:70%;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.HomeLanding-root main.HomeLanding-landing article.content-section h1{color:#333;letter-spacing:-.02em;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.15;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section h1:hover:after{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100px;height:3px;animation:.5s forwards expandLine;position:absolute;bottom:-10px;left:0}.HomeLanding-root main.HomeLanding-landing article.content-section p em.emphasis{color:#ff6915;font-style:italic;font-weight:600;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section p em.emphasis:after{content:"";opacity:.3;background-color:#ff6915;width:100%;height:1px;transition:all .3s;position:absolute;bottom:-2px;left:0}.HomeLanding-root main.HomeLanding-landing article.content-section p em.emphasis:hover:after{opacity:1;height:2px}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button{color:#333;border:3px solid #ff6915;align-items:center;gap:.5rem;margin-top:clamp(2rem,4vw,3rem);padding:clamp(.8rem,2vw,1.1rem) clamp(2rem,3vw,2.75rem);font-size:clamp(1rem,1.2vw,1.15rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:before{content:"";z-index:-1;background:linear-gradient(90deg,#ff6915,gold);width:150%;height:150%;transition:all .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)translateY(100%)}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:hover,.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:focus{color:#fff;outline:none;transform:translateY(-2px);box-shadow:0 12px 24px #ff691526}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:hover:before,.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:focus:before{transform:translate(-50%,-50%)rotate(45deg)translateY(0)}.HomeLanding-root main.HomeLanding-landing aside.image-section{opacity:0;flex:1;height:70vh;animation:.8s .2s forwards slideUpFade;position:relative}.HomeLanding-root main.HomeLanding-landing aside.image-section:hover:before{opacity:.5;transform:translate(10px,10px)}.HomeLanding-root main.HomeLanding-landing aside.image-section .image-container:after{content:"";z-index:2;opacity:0;background:linear-gradient(45deg,#ff69151a,#0000);transition:opacity .3s;position:absolute;inset:0}.HomeLanding-root main.HomeLanding-landing aside.image-section .image-container:hover:after{opacity:1}.HomeLanding-root main.HomeLanding-landing aside.image-section .image-container .landing-image{object-fit:cover;opacity:0;filter:blur(1px)brightness(.95);width:100%;height:100%;transition:all 1.2s ease-in-out;position:absolute;top:0;left:0;transform:scale(1.05)}.HomeLanding-root main.HomeLanding-landing aside.image-section .image-container .landing-image.active{opacity:1;filter:blur()brightness();z-index:2;transform:scale(1)}.HomeLanding-root main.HomeLanding-landing aside.image-section nav.image-dots{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.HomeLanding-root main.HomeLanding-landing aside.image-section nav.image-dots .dot{opacity:.3;cursor:pointer;background-color:#ff6915;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.HomeLanding-root main.HomeLanding-landing aside.image-section nav.image-dots .dot.active{opacity:1;background:linear-gradient(90deg,#ff6915,gold);border-radius:4px;width:24px}.HomeLanding-root main.HomeLanding-landing aside.image-section nav.image-dots .dot:hover,.HomeLanding-root main.HomeLanding-landing aside.image-section nav.image-dots .dot:focus{opacity:.8;outline:none}@keyframes expandLine{0%{width:0}to{width:100px}}@media (width<=1024px){.HomeLanding-root main.HomeLanding-landing{flex-direction:column;gap:2rem;min-height:auto;padding:2rem 1.5rem}.HomeLanding-root main.HomeLanding-landing article.content-section{padding-right:0}.HomeLanding-root main.HomeLanding-landing article.content-section h1{margin-bottom:2rem;font-size:clamp(2.2rem,5vw,3rem)}.HomeLanding-root main.HomeLanding-landing article.content-section h1 .headline-line{margin-bottom:.5rem;display:block}.HomeLanding-root main.HomeLanding-landing article.content-section p{margin-bottom:2rem;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.8}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button{justify-content:center;width:100%;margin-top:2rem;padding:1rem 2rem;font-size:1.2rem}.HomeLanding-root main.HomeLanding-landing aside.image-section,.HomeLanding-root:before,.HomeLanding-root:after{display:none}}@media (width<=480px){.HomeLanding-root main.HomeLanding-landing{padding:2rem 1rem}.HomeLanding-root main.HomeLanding-landing article.content-section h1{margin-bottom:1.75rem;font-size:2rem}.HomeLanding-root main.HomeLanding-landing article.content-section p{margin-bottom:1.75rem;font-size:1.1rem;line-height:1.7}.HomeLanding-root main.HomeLanding-landing article.content-section p .emphasis{font-size:1.2rem}.HomeLanding-root main.HomeLanding-landing article.content-section .highlight-text{color:#333;font-size:1.2rem;font-weight:500}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button{margin-top:2rem;padding:1rem 1.5rem;font-size:1.15rem}}.HomeMarketing-root{background-color:#fff5f5;width:100%;min-height:100vh;padding:3rem;display:flex;position:relative;overflow:hidden}.HomeMarketing-root:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#333 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;position:absolute;top:60px;right:60px}.HomeMarketing-root:after{content:"";opacity:.08;z-index:1;background:linear-gradient(45deg,#d3ae5b,#fcd34d);border-radius:50%;width:180px;height:180px;position:absolute;bottom:80px;left:80px}.HomeMarketing-root .container{z-index:2;gap:3rem;width:100%;margin:0 auto;display:flex;position:relative}.HomeMarketing-root .left-section{flex-direction:column;flex:1;display:flex;position:relative}.HomeMarketing-root .left-section:before{content:"";opacity:.2;z-index:1;border:2px solid #d3ae5b;width:100px;height:100px;position:absolute;top:-15px;left:-15px}.HomeMarketing-root .left-section img{object-fit:cover;filter:blur(1.25px)brightness(.95);width:100%;height:600px;margin-bottom:2rem;transition:all .5s;position:relative}.HomeMarketing-root .left-section img:hover{filter:blur()brightness();transform:scale(1.01)}.HomeMarketing-root .left-section h2{color:#333;margin-bottom:1.5rem;font-size:2.5rem;display:inline-block;position:relative}.HomeMarketing-root .left-section h2:after{content:"";background-color:#d3ae5b;width:60px;height:3px;transition:width .3s;position:absolute;bottom:-8px;left:0}.HomeMarketing-root .left-section h2:hover:after{width:100%}.HomeMarketing-root .left-section p{color:#4a5568;margin-bottom:2rem;padding-left:1rem;position:relative}.HomeMarketing-root .left-section p:before{content:"";opacity:.3;background-color:#d3ae5b;width:2px;height:100%;position:absolute;top:0;left:0}.HomeMarketing-root .right-section{flex-direction:column;flex:1;padding-top:2rem;display:flex;position:relative}.HomeMarketing-root .right-section .business-growth{color:#d3ae5b;letter-spacing:2px;margin-bottom:1rem;padding-left:3rem;font-weight:500;display:inline-block;position:relative}.HomeMarketing-root .right-section h1{color:#333;margin-bottom:1.5rem;font-size:3rem}.HomeMarketing-root .right-section h1 .highlight:after{content:"";z-index:-1;background-color:#fcd34d;width:100%;height:.5rem;transition:height .3s;position:absolute;bottom:.25rem;left:0}.HomeMarketing-root .right-section h1 .highlight:hover:after{height:.8rem}.HomeMarketing-root .right-section .description{color:#4a5568;margin-bottom:3rem;padding-right:1rem;line-height:1.8;position:relative}.HomeMarketing-root .right-section .description:after{content:"";opacity:.3;background-color:#d3ae5b;width:2px;height:100%;position:absolute;top:0;right:0}.HomeMarketing-root .right-section .features{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.HomeMarketing-root .right-section .features .feature-item{cursor:pointer;border:2px solid #ccc;align-items:center;padding:.5rem;transition:all .3s;display:flex;position:relative}.HomeMarketing-root .right-section .features .feature-item:before{content:"";opacity:0;background:linear-gradient(45deg,#d3ae5b,#fcd34d);transition:opacity .3s;position:absolute;inset:0}.HomeMarketing-root .right-section .features .feature-item svg{color:#d3ae5b;flex-shrink:0;width:1.5rem;min-width:1.5rem;height:1.5rem;margin-right:1rem;transition:all .3s}.HomeMarketing-root .right-section .features .feature-item span{z-index:1;flex:1;font-size:1.125rem;position:relative}.HomeMarketing-root .right-section .bottom-text{color:#4a5568;background-color:#d3ae5b0d;border-left:3px solid #d3ae5b;padding:1rem}@media (width<=1024px){.HomeMarketing-root{padding:2rem}.HomeMarketing-root .container{flex-direction:column}.HomeMarketing-root:before,.HomeMarketing-root:after{display:none}.HomeMarketing-root .left-section img{height:400px}.HomeMarketing-root .left-section h2{font-size:2rem}.HomeMarketing-root .right-section h1{font-size:2.5rem}.HomeMarketing-root .right-section .features .feature-item{padding:.75rem}.HomeMarketing-root .right-section .features .feature-item svg{width:1.5rem;min-width:1.5rem;height:1.5rem}.HomeMarketing-root .right-section .features .feature-item span{font-size:1rem;line-height:1.4}}@media (width<=768px){.HomeMarketing-root{padding:1.5rem}.HomeMarketing-root .left-section img{height:300px}.HomeMarketing-root .left-section h2{font-size:1.75rem}.HomeMarketing-root .right-section h1{font-size:2rem}.HomeMarketing-root .right-section .business-growth{padding-left:2rem;font-size:.9rem}.HomeMarketing-root .right-section .features{gap:1.5rem}}.stats-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:3rem;position:relative;overflow:hidden}.stats-section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.stats-section:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:6s infinite gradientMove;position:absolute;bottom:40px;left:40px}.stats-section .stats-container{z-index:2;margin:0 auto;position:relative}.stats-section .stats-header-content{text-align:center;opacity:0;margin-bottom:2rem;animation:.8s forwards slideUpFade}.stats-section .stats-header-content .stats-subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.stats-section .stats-header-content .stats-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.stats-section .stats-header-content .stats-title:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.stats-section .stats-header-content .stats-description{color:#4a5568;max-width:600px;margin:0 auto;padding:0 1.5rem;font-size:1.1rem;line-height:1.6;position:relative}.stats-section .stats-header-content .stats-description:before,.stats-section .stats-header-content .stats-description:after{content:"\"";color:#ff6915;opacity:.2;font-family:serif;font-size:3rem;position:absolute}.stats-section .stats-header-content .stats-description:before{top:-1rem;left:0}.stats-section .stats-header-content .stats-description:after{bottom:-2rem;right:0}.stats-section .stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem;display:grid}.stats-section .stats-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 6px #0000000d}.stats-section .stats-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.stats-section .stats-card.visible{animation:.8s forwards slideUpFade}.stats-section .stats-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.stats-section .stats-card:hover:before{transform:scaleX(1)}.stats-section .stats-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.stats-section .stats-card:hover .trend-icon{color:#ff6915;transform:translate(2px,-2px)rotate(-45deg)}.stats-section .stats-card:hover .counter-value{background:linear-gradient(45deg,#ff6915,gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stats-section .stats-card .stats-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.stats-section .stats-card .stats-header .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.stats-section .stats-card .stats-header .trend-icon{color:#ff6915;transition:all .3s}.stats-section .stats-card .stats-content .counter-value{color:#333;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1;transition:all .3s}.stats-section .stats-card .stats-content .counter-value .plus-sign{color:#ff6915;margin-left:2px;font-size:2.5rem;animation:3s ease-in-out infinite floatAnimation;display:inline-block}.stats-section .stats-card .stats-content .counter-label{color:#4a5568;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}.stats-section .stats-card .stats-content .counter-label:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:0}.stats-section .stats-card .stats-content .counter-description{color:#718096;font-size:.95rem;line-height:1.6}@media (width<=768px){.stats-section{height:auto;min-height:60vh;padding:4rem 1.5rem}.stats-section:before,.stats-section:after{display:none}.stats-section .stats-header-content .stats-title{font-size:2rem}.stats-section .stats-grid{grid-template-columns:1fr}.stats-section .stats-card{padding:1.5rem}.stats-section .stats-card .stats-content .counter-value{font-size:3rem}}.message-section{background-color:#fff5f5;width:100%;min-height:90vh;padding:3rem;display:flex;position:relative;overflow:hidden}.message-section:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#333 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;position:absolute;top:60px;right:60px}.message-section:after{content:"";opacity:.08;z-index:1;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;width:180px;height:180px;position:absolute;bottom:80px;left:80px}.message-section .message-container{max-width:1400px;margin:0 auto}.message-section .content-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid;position:relative}.message-section .founder-image-section .founder-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.message-section .founder-image-section .founder-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;font-size:.875rem;font-weight:600}.message-section .founder-image-section .founder-header .founder-info{text-align:right}.message-section .founder-image-section .founder-header .founder-info h4{color:#333;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.message-section .founder-image-section .founder-header .founder-info span{color:#666;font-size:.875rem}.message-section .founder-image-section .image-wrapper{margin-bottom:2rem;position:relative;overflow:hidden}.message-section .founder-image-section .image-wrapper .founder-image{object-fit:cover;filter:brightness(.9)contrast(1.1);width:100%;height:800px;transition:all .5s}.message-section .founder-image-section .image-wrapper .founder-image:hover{filter:brightness()contrast()}.message-section .founder-image-section .achievements-wrapper .achievement-cards{gap:1.5rem;display:grid}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card{cursor:pointer;background:#fff;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card:hover{transform:translate(10px);box-shadow:0 4px 12px #0000001a}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card:hover .achievement-icon{color:#fff;background-color:#ff6915}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card .achievement-icon{color:#ff6915;background-color:#ff69151a;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card .achievement-content h4{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:600}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card .achievement-content .achievement-value{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:block}.message-section .founder-image-section .achievements-wrapper .achievement-cards .achievement-card .achievement-content p{color:#666;font-size:.875rem;line-height:1.5}.message-section .message-content{padding-top:2rem}.message-section .message-content .title{color:#333;margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1.2}.message-section .message-content .title .highlight{display:inline-block;position:relative}.message-section .message-content .title .highlight:after{content:"";z-index:-1;background-color:gold;width:100%;height:.5rem;position:absolute;bottom:.25rem;left:0}.message-section .message-content .founder-story{margin-bottom:3rem}.message-section .message-content .founder-story .story-section{margin-bottom:1.5rem}.message-section .message-content .founder-story .story-section h4{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.message-section .message-content .founder-story .story-section p{color:#4a5568;margin-bottom:1rem;font-size:1.125rem;line-height:1.7}.message-section .message-content .pain-points{margin-bottom:2rem}.message-section .message-content .pain-points p{color:#666;font-size:1.25rem;font-style:italic;line-height:1.6}.message-section .message-content .solution{margin-bottom:3rem}.message-section .message-content .solution h3{color:#333;font-size:1.5rem;font-weight:600;line-height:1.4}.message-section .message-content .mission-statement{border-left:3px solid #ff6915;margin-bottom:2rem;padding-left:1rem}.message-section .message-content .mission-statement h4{color:#ff6915;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.message-section .message-content .mission-statement p{color:#4a5568;line-height:1.6}.message-section .message-content .expertise-points .point{margin-bottom:2rem}.message-section .message-content .expertise-points .point .highlight-text{color:#333;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:block}.message-section .message-content .expertise-points .point p{color:#4a5568;line-height:1.6}@media (width<=1024px){.message-section{padding:2rem 1.5rem}.message-section .content-grid{grid-template-columns:1fr;gap:2rem}.message-section .founder-image-section .founder-header{flex-direction:column;align-items:flex-start;gap:1rem}.message-section .founder-image-section .founder-header .founder-info{text-align:left}.message-section .founder-image-section .image-wrapper .founder-image{height:400px}.message-section .message-content .title{font-size:2.5rem}.message-section .message-content .founder-story .story-section p{font-size:1rem}}.testimonial-section .testimonial-container{margin:0 auto}.testimonial-section .header-content .title .highlight:after{content:"";z-index:-1;background-color:gold;width:100%;height:8px;position:absolute;bottom:-.5rem;left:0}.testimonial-section .testimonial-content{align-items:center;gap:4rem;display:flex}.testimonial-section .testimonial-content .image-section{flex:1;position:relative}.testimonial-section .testimonial-content .image-section .decorative-elements{pointer-events:none;position:absolute;inset:0}.testimonial-section .testimonial-content .image-section .decorative-elements .dot-pattern{background-image:radial-gradient(#333 2px,#0000 2.5px);background-size:12px 12px;width:80px;height:80px;position:absolute;top:-20px;left:-20px}.testimonial-section .testimonial-content .image-section .decorative-elements .circle-element{opacity:.15;background-color:gold;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-20px;right:-20px}.testimonial-section .testimonial-content .image-section .testimonial-image{object-fit:cover;filter:grayscale(0%);border-radius:8px;width:100%;height:500px;transition:all .3s;box-shadow:0 10px 25px #0000001a}.testimonial-section .testimonial-content .image-section .testimonial-image:hover{filter:grayscale(50%)}.testimonial-section .testimonial-content .image-section .google-badge{background-color:#fff;border-radius:20px;align-items:center;gap:8px;padding:8px 15px;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 10px #0000001a}.testimonial-section .testimonial-content .image-section .google-badge .google-icon{width:20px;height:20px}.testimonial-section .testimonial-content .image-section .google-badge span{color:#4a5568;font-size:.875rem;font-weight:500}.testimonial-section .testimonial-content .content-section{background-color:#fff;border-radius:8px;flex:1;padding:2rem;transition:transform .3s;position:relative;box-shadow:0 4px 12px #0000000d}.testimonial-section .testimonial-content .content-section:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.testimonial-section .testimonial-content .content-section .google-review-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info{align-items:center;gap:1rem;display:flex}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info .reviewer-avatar{color:#fff;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info .reviewer-details h4{color:#333;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info .reviewer-details .review-meta{color:#718096;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info .reviewer-details .review-meta .review-count{align-items:center;gap:4px;display:flex}.testimonial-section .testimonial-content .content-section .google-review-header .reviewer-info .reviewer-details .review-meta .review-date{color:#a0aec0}.testimonial-section .testimonial-content .content-section .google-review-header .rating{align-items:center;gap:2px;display:flex}.testimonial-section .testimonial-content .content-section h3{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.testimonial-section .testimonial-content .content-section .testimonial-text{color:#4a5568;margin-bottom:2rem;font-size:1.125rem;line-height:1.8;position:relative}.testimonial-section .testimonial-content .content-section .testimonial-text:before{content:"\"";color:#ff6915;opacity:.3;font-size:2rem;line-height:1;position:absolute;top:0;left:-15px}.testimonial-section .testimonial-content .content-section .review-footer{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.testimonial-section .testimonial-content .content-section .review-footer .author-info .role{color:#ff6915;background-color:#ff69151a;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.testimonial-section .testimonial-content .content-section .review-footer .view-on-google{color:#4285f4;align-items:center;gap:4px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.testimonial-section .testimonial-content .content-section .review-footer .view-on-google:hover{color:#3367d6;text-decoration:underline;transform:translateY(-2px)}.testimonial-section .testimonial-content .content-section .navigation-controls{border-top:1px solid #0000001a;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.testimonial-section .testimonial-content .content-section .navigation-controls .nav-button{cursor:pointer;color:#4a5568;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.testimonial-section .testimonial-content .content-section .navigation-controls .nav-button:hover:not(:disabled){color:#fff;background-color:#ff6915;border-color:#ff6915}.testimonial-section .testimonial-content .content-section .navigation-controls .nav-button:disabled{opacity:.5;cursor:not-allowed}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators{flex-wrap:wrap;flex:1;justify-content:center;gap:.5rem;max-width:70%;display:flex}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators .indicator{cursor:pointer;background-color:#e2e8f0;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators .indicator.active{background-color:#ff6915;border-radius:4px;width:24px}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators .indicator:hover{background-color:#ff6915}@media (width<=1024px){.testimonial-section .testimonial-content{flex-direction:column;gap:2rem}.testimonial-section .testimonial-content .image-section{max-width:600px;margin:0 auto}.testimonial-section .testimonial-content .content-section{padding:1.5rem}.testimonial-section .testimonial-content .content-section .google-review-header{flex-direction:column;gap:1rem}.testimonial-section .testimonial-content .content-section .google-review-header .rating{align-self:flex-start}}@media (width<=768px){.testimonial-section{padding:3rem 1.5rem}.testimonial-section .header-content .title{font-size:2rem}.testimonial-section .testimonial-content .image-section .testimonial-image{height:400px}.testimonial-section .testimonial-content .content-section h3{font-size:1.5rem}.testimonial-section .testimonial-content .content-section .testimonial-text{font-size:1rem}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators{max-width:60%}}@media (width<=480px){.testimonial-section .testimonial-content .content-section .testimonial-text:before{left:-10px}.testimonial-section .testimonial-content .content-section .navigation-controls .slide-indicators{max-width:50%}.testimonial-section .testimonial-content .content-section .review-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.offerings-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:3rem;position:relative;overflow:hidden}.offerings-section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.offerings-section:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:6s infinite gradientMove;position:absolute;bottom:40px;left:40px}.offerings-section .offerings-container{z-index:2;width:100%;margin:0 auto;position:relative}.offerings-section .section-header{text-align:center;opacity:0;margin-bottom:3rem;animation:.8s forwards slideUpFade}.offerings-section .section-header .section-subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.offerings-section .section-header .section-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.offerings-section .section-header .section-title .highlight{margin-top:.5rem;display:block;position:relative}.offerings-section .section-header .section-title .highlight:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.offerings-section .offerings-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem;display:grid}@media (width<=1200px){.offerings-section .offerings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.offerings-section .offerings-grid{grid-template-columns:1fr}}.offerings-section .offering-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 6px #0000000d}.offerings-section .offering-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.offerings-section .offering-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.offerings-section .offering-card:hover:before{transform:scaleX(1)}.offerings-section .offering-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.offerings-section .offering-card:hover .trend-icon{color:#ff6915;transform:translate(2px,-2px)}.offerings-section .offering-card:hover .learn-more{color:#ff6915}.offerings-section .offering-card:hover .learn-more svg{transform:translate(5px)}.offerings-section .offering-card .card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.offerings-section .offering-card .card-header .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.offerings-section .offering-card .card-header .trend-icon{color:#4a5568;transition:all .3s}.offerings-section .offering-card .card-content .card-title{color:#4a5568;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}.offerings-section .offering-card .card-content .card-title:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:0}.offerings-section .offering-card .card-content .card-description{color:#718096;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.offerings-section .offering-card .card-content .learn-more{color:#4a5568;align-items:center;gap:.5rem;font-weight:500;transition:all .3s;display:flex}.offerings-section .offering-card .card-content .learn-more svg{transition:transform .3s}@media (width<=768px){.offerings-section{padding:4rem 1.5rem}.offerings-section:before,.offerings-section:after{display:none}.offerings-section .section-header .section-title{font-size:2rem}.offerings-section .offerings-grid{grid-template-columns:1fr}.offerings-section .offering-card{padding:1.5rem}}.customers-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:5rem 3rem;position:relative;overflow:hidden}.customers-section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.customers-section:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:6s infinite gradientMove;position:absolute;bottom:40px;left:40px}.customers-section .customers-container{z-index:2;max-width:1400px;margin:0 auto;position:relative}.customers-section .section-header{text-align:center;opacity:0;margin-bottom:4rem;animation:.8s forwards slideUpFade}.customers-section .section-header .section-subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.customers-section .section-header .section-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.customers-section .section-header .section-title .highlight{display:inline-block;position:relative}.customers-section .section-header .section-title .highlight:after{content:"";opacity:.3;z-index:-1;background:linear-gradient(90deg,#ff6915,gold);width:100%;height:.5rem;transition:height .3s;position:absolute;bottom:.25rem;left:0}.customers-section .section-header .section-title .highlight:hover:after{opacity:.5;height:.8rem}.customers-section .section-header .section-description{color:#4a5568;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.customers-section .clients-grid{opacity:0;background-color:#0000001a;border:1px solid #0000001a;grid-template-columns:repeat(4,1fr);gap:1px;animation:.8s .3s forwards slideUpFade;display:grid}@media (width<=1200px){.customers-section .clients-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.customers-section .clients-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.customers-section .clients-grid{grid-template-columns:1fr}}.customers-section .client-card{cursor:pointer;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.customers-section .client-card:hover{z-index:2;background-color:#fff5f5e6;transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.customers-section .client-card:hover .client-industry{opacity:1;transform:translateY(0)}.customers-section .client-card:hover .client-logo{transform:scale(1.05)}.customers-section .client-card .logo-container{justify-content:center;align-items:center;width:100%;height:100px;margin-bottom:1rem;display:flex}.customers-section .client-card .logo-container.with-bg{background-color:#f8f8f8;border-radius:8px;padding:10px}.customers-section .client-card .logo-container .client-logo{object-fit:contain;filter:none;max-width:80%;max-height:80px;transition:all .3s}.customers-section .client-card .client-info{text-align:center}.customers-section .client-card .client-info .client-industry{color:#4a5568;opacity:.7;font-size:.875rem;transition:all .3s;transform:translateY(5px)}.customers-section .show-more-container{opacity:0;justify-content:center;margin-top:2rem;animation:.8s .5s forwards slideUpFade;display:flex}.customers-section .show-more-container .show-more-button{color:#4a5568;cursor:pointer;background-color:#fff;border:1px solid #0000001a;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:flex}.customers-section .show-more-container .show-more-button:hover{color:#fff;background-color:#ff6915;transform:translateY(-2px);box-shadow:0 4px 12px #ff691533}.customers-section .show-more-container .show-more-button svg{transition:transform .3s}.customers-section .show-more-container .show-more-button:hover svg{transform:translateY(2px)}@media (width<=768px){.customers-section{padding:3rem 1.5rem}.customers-section:before,.customers-section:after{display:none}.customers-section .section-header .section-title{font-size:2rem}.customers-section .section-header .section-description{font-size:1rem}.customers-section .client-card{padding:1.5rem}.customers-section .client-card .logo-container{height:80px}.customers-section .client-card .logo-container .client-logo{max-height:60px}}.booking-form-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:4rem 2rem;position:relative;overflow:hidden}.booking-form-section:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);position:absolute;top:clamp(20px,5vw,40px);right:clamp(20px,5vw,40px)}.booking-form-section:after{content:"";opacity:.1;z-index:1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);animation:6s infinite gradientMove;position:absolute;bottom:clamp(20px,5vw,40px);left:clamp(20px,5vw,40px)}.booking-form-section .booking-form-container{z-index:2;margin:0 auto;position:relative}.booking-form-section .form-header{text-align:center;margin-bottom:2.5rem}.booking-form-section .form-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.booking-form-section .form-header h2{color:#333;margin-bottom:1rem;font-size:2.25rem;font-weight:700;display:inline-block;position:relative}.booking-form-section .form-header h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.booking-form-section .form-header p{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.booking-form-section .booking-form{background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 4px 16px #00000014}.booking-form-section .booking-form .form-group{margin-bottom:1.5rem}.booking-form-section .booking-form .form-group label{color:#444;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;display:flex}.booking-form-section .booking-form .form-group label svg{color:#ff6915}.booking-form-section .booking-form .form-group input,.booking-form-section .booking-form .form-group select,.booking-form-section .booking-form .form-group textarea{color:#4a5568;border:1px solid #e2e8f0;border-radius:4px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.booking-form-section .booking-form .form-group input:focus,.booking-form-section .booking-form .form-group select:focus,.booking-form-section .booking-form .form-group textarea:focus{border-color:#ff6915;outline:none;box-shadow:0 0 0 3px #ff69151a}.booking-form-section .booking-form .form-group input::placeholder,.booking-form-section .booking-form .form-group select::placeholder,.booking-form-section .booking-form .form-group textarea::placeholder{color:#a0aec0}.booking-form-section .booking-form .form-group textarea{resize:vertical;min-height:120px}.booking-form-section .booking-form .form-group .char-count{text-align:right;color:#718096;margin-top:.5rem;font-size:.875rem}.booking-form-section .booking-form .form-group .char-count .warning{color:#ff6915}.booking-form-section .booking-form .form-group .time-label{justify-content:space-between;align-items:center;display:flex}.booking-form-section .booking-form .form-group .time-label .refresh-button{color:#ff6915;cursor:pointer;background:#ff69151a;border:none;border-radius:4px;align-items:center;gap:.25rem;margin-left:auto;padding:4px 8px;font-size:.8rem;transition:all .2s;display:inline-flex}.booking-form-section .booking-form .form-group .time-label .refresh-button:hover{background:#ff691533}.booking-form-section .booking-form .form-group .time-label .refresh-button:disabled{opacity:.5;cursor:not-allowed}.booking-form-section .booking-form .form-group .time-label .refresh-button svg{transition:transform .5s}.booking-form-section .booking-form .form-group .time-label .refresh-button .spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.booking-form-section .booking-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=600px){.booking-form-section .booking-form .form-row{grid-template-columns:1fr}}.booking-form-section .booking-form .submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff6915,#ff9d5c);border:none;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.booking-form-section .booking-form .submit-button:before{content:"";opacity:0;background:linear-gradient(90deg,#ff9d5c,#ff6915);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.booking-form-section .booking-form .submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #ff691533}.booking-form-section .booking-form .submit-button:hover:before{opacity:1}.booking-form-section .booking-form .submit-button:hover svg{transform:translate(3px,-3px)}.booking-form-section .booking-form .submit-button:active{transform:translateY(0)}.booking-form-section .booking-form .submit-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:translateY(0)}.booking-form-section .booking-form .submit-button span,.booking-form-section .booking-form .submit-button svg{z-index:1;position:relative}.booking-form-section .booking-form .submit-button svg{transition:transform .3s}.booking-form-section .booking-form .form-status{text-align:center;border-radius:4px;margin-top:1.5rem;padding:1rem;font-weight:500}.booking-form-section .booking-form .form-status.success{color:#2f855a;background-color:#48bb781a;border:1px solid #48bb78}.booking-form-section .booking-form .form-status.error{color:#c53030;background-color:#f565651a;border:1px solid #f56565}@media (width<=768px){.booking-form-section{padding:3rem 1.5rem}.booking-form-section:before,.booking-form-section:after{display:none}.booking-form-section .form-header h2{font-size:1.75rem}.booking-form-section .form-header p{font-size:1rem}.booking-form-section .booking-form{padding:1.5rem}}.about-us-page{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;overflow:hidden}.about-us-page section{padding:5rem 3rem;position:relative;overflow:hidden}.about-us-page section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.about-us-page section:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:6s infinite gradientMove;position:absolute;bottom:40px;left:40px}.about-us-page section .section-header{text-align:center;margin-bottom:3rem;animation:.8s forwards slideUpFade}.about-us-page section .section-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.about-us-page section .section-header h2{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;position:relative}.about-us-page section .section-header h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.about-us-page .hero-section{align-items:center;gap:4rem;min-height:80vh;padding:0 3rem;display:flex}.about-us-page .hero-section .content-wrapper{opacity:0;flex:1;animation:.8s forwards slideUpFade}.about-us-page .hero-section .content-wrapper .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.about-us-page .hero-section .content-wrapper h1{color:#333;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.about-us-page .hero-section .content-wrapper h1 .highlight{display:inline-block;position:relative}.about-us-page .hero-section .content-wrapper h1 .highlight:after{content:"";opacity:.3;z-index:-1;background:linear-gradient(90deg,#ff6915,gold);width:100%;height:.5rem;transition:all .3s;position:absolute;bottom:.25rem;left:0}.about-us-page .hero-section .content-wrapper h1 .highlight:hover:after{opacity:.5;height:.8rem}.about-us-page .hero-section .content-wrapper .intro-text{color:#4a5568;border-left:3px solid #ff6915;margin-bottom:2rem;padding-left:1.5rem;font-size:1.2rem;line-height:1.8;position:relative}.about-us-page .hero-section .image-wrapper{opacity:0;flex:1;animation:.8s .2s forwards slideUpFade;position:relative}.about-us-page .hero-section .image-wrapper .hero-image{object-fit:cover;width:100%;height:600px;transition:all .5s;box-shadow:0 20px 40px #0000001a}.about-us-page .hero-section .image-wrapper .hero-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px #ff691526}.about-us-page .hero-section .image-wrapper .decorative-elements{pointer-events:none;position:absolute;inset:0}.about-us-page .hero-section .image-wrapper .decorative-elements .dot-pattern{opacity:.2;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:100px;height:100px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:-20px;right:-20px}.about-us-page .hero-section .image-wrapper .decorative-elements .circle-element{opacity:.15;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;width:120px;height:120px;animation:6s infinite gradientMove;position:absolute;bottom:-20px;left:-20px}.about-us-page .services-section{background:#fff}.about-us-page .services-section .services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem;display:grid}.about-us-page .services-section .services-grid .service-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.about-us-page .services-section .services-grid .service-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.about-us-page .services-section .services-grid .service-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.about-us-page .services-section .services-grid .service-card:hover:before{transform:scaleX(1)}.about-us-page .services-section .services-grid .service-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.about-us-page .services-section .services-grid .service-card .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about-us-page .services-section .services-grid .service-card h3{color:#333;text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.about-us-page .services-section .services-grid .service-card p{color:#718096;text-align:center;font-size:.95rem;line-height:1.6}.about-us-page .expertise-section{background:#fff;padding:5rem 3rem;position:relative;overflow:hidden}.about-us-page .expertise-section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.about-us-page .expertise-section .content-wrapper{opacity:0;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;animation:.8s forwards slideUpFade;display:flex}.about-us-page .expertise-section .expertise-text p{color:#4a5568;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-us-page .expertise-section .expertise-text p:last-child{margin-bottom:0}.about-us-page .expertise-section .stats-highlight{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.about-us-page .expertise-section .stats-highlight .stat{text-align:center;background:#fff;border-radius:4px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.about-us-page .expertise-section .stats-highlight .stat:hover{transform:translateY(-5px);box-shadow:0 12px 24px #ff691526}.about-us-page .expertise-section .stats-highlight .stat:hover .stat-number{color:#ff6915}.about-us-page .expertise-section .stats-highlight .stat .stat-number{color:#333;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;transition:color .3s;display:block}.about-us-page .expertise-section .stats-highlight .stat .stat-label{color:#718096;font-size:1rem;font-weight:500}@media (width<=768px){.about-us-page .expertise-section{padding:3rem 1.5rem}.about-us-page .expertise-section:before{display:none}.about-us-page .expertise-section .content-wrapper{gap:2rem}.about-us-page .expertise-section .expertise-text p{font-size:1rem}.about-us-page .expertise-section .stats-highlight{grid-template-columns:1fr;gap:1.5rem}.about-us-page .expertise-section .stats-highlight .stat{padding:1.5rem}.about-us-page .expertise-section .stats-highlight .stat .stat-number{font-size:2rem}.about-us-page .expertise-section .stats-highlight .stat .stat-label{font-size:.9rem}}.about-us-page .values-section{background:#fff}.about-us-page .values-section .values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem;display:grid}.about-us-page .values-section .values-grid .value-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.about-us-page .values-section .values-grid .value-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.about-us-page .values-section .values-grid .value-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.about-us-page .values-section .values-grid .value-card:hover:before{transform:scaleX(1)}.about-us-page .values-section .values-grid .value-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.about-us-page .values-section .values-grid .value-card .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about-us-page .values-section .values-grid .value-card h3{color:#333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}.about-us-page .values-section .values-grid .value-card h3:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:0}.about-us-page .values-section .values-grid .value-card p{color:#718096;font-size:.95rem;line-height:1.6}.about-us-page .achievements-section .achievements-grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem;display:grid}.about-us-page .achievements-section .achievements-grid .achievement-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.about-us-page .achievements-section .achievements-grid .achievement-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.about-us-page .achievements-section .achievements-grid .achievement-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.about-us-page .achievements-section .achievements-grid .achievement-card:hover:before{transform:scaleX(1)}.about-us-page .achievements-section .achievements-grid .achievement-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.about-us-page .achievements-section .achievements-grid .achievement-card:hover .value{background:linear-gradient(45deg,#ff6915,gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-us-page .achievements-section .achievements-grid .achievement-card .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about-us-page .achievements-section .achievements-grid .achievement-card .value{color:#ff6915;text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;transition:all .3s;display:block}.about-us-page .achievements-section .achievements-grid .achievement-card h3{color:#333;text-align:center;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.about-us-page .achievements-section .achievements-grid .achievement-card h3:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.about-us-page .achievements-section .achievements-grid .achievement-card p{color:#718096;text-align:center;font-size:.9rem;line-height:1.6}.about-us-page .awards-section{text-align:center;background:#f9f9f9;padding:5rem 3rem}.about-us-page .awards-section .section-header{margin-bottom:3rem}.about-us-page .awards-section .section-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.about-us-page .awards-section .section-header h2{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.about-us-page .awards-section .awards-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.about-us-page .awards-section .awards-grid .award-card{text-align:center;background:#fff;width:300px;max-height:fit-content;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.about-us-page .awards-section .awards-grid .award-card img{border-radius:4px;width:200px;height:auto;margin-bottom:1rem}.about-us-page .awards-section .awards-grid .award-card p{color:#555;margin:0;font-size:1rem;font-weight:500}.about-us-page .awards-section .awards-grid .award-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.about-us-page .journey-section{background:#fff}.about-us-page .journey-section .timeline{max-width:800px;margin:0 auto;position:relative}.about-us-page .journey-section .timeline:before{content:"";opacity:.2;background:linear-gradient(#ff6915,gold);width:2px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.about-us-page .journey-section .timeline .timeline-item{opacity:0;justify-content:center;align-items:center;margin-bottom:3rem;animation:.8s forwards slideUpFade;display:flex}.about-us-page .journey-section .timeline .timeline-item:last-child{margin-bottom:0}.about-us-page .journey-section .timeline .timeline-item .year{text-align:right;color:#ff6915;flex:1;padding-right:2rem;font-size:1.5rem;font-weight:700;transition:all .3s}.about-us-page .journey-section .timeline .timeline-item .content{flex:1;padding-left:2rem;position:relative}.about-us-page .journey-section .timeline .timeline-item .content:before{content:"";background:#ff6915;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:50%;left:-6px;transform:translateY(-50%);box-shadow:0 0 0 4px #ff69151a}.about-us-page .journey-section .timeline .timeline-item .content:hover:before{background:gold;transform:translateY(-50%)scale(1.2)}.about-us-page .journey-section .timeline .timeline-item .content h3{color:#333;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.about-us-page .journey-section .timeline .timeline-item .content p{color:#718096;line-height:1.6}.about-us-page .mission-section{background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;animation:6s infinite gradientMove;position:relative;overflow:hidden}.about-us-page .mission-section:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;width:100%;height:100%;position:absolute;top:0;left:0}.about-us-page .mission-section .content-wrapper{z-index:2;text-align:center;opacity:0;max-width:800px;margin:0 auto;animation:.8s forwards slideUpFade;position:relative}.about-us-page .mission-section .content-wrapper h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.about-us-page .mission-section .content-wrapper h2:after{content:"";background:#ffffff4d;border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.about-us-page .mission-section .content-wrapper p{color:#fff;opacity:.9;font-size:1.2rem;line-height:1.8}@media (width<=1200px){.about-us-page .services-section .services-grid,.about-us-page .achievements-section .achievements-grid,.about-us-page .values-section .values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-us-page section{padding:3rem 1.5rem}.about-us-page section:before,.about-us-page section:after{display:none}.about-us-page section .section-header h2{font-size:2rem}.about-us-page .hero-section{flex-direction:column;gap:2rem;min-height:auto;padding:2rem 1.5rem}.about-us-page .hero-section .content-wrapper h1{font-size:2.5rem}.about-us-page .hero-section .content-wrapper .intro-text{margin-bottom:1.5rem;padding-left:1rem;font-size:1.1rem}.about-us-page .hero-section .image-wrapper .hero-image{height:350px}.about-us-page .services-section .services-grid,.about-us-page .values-section .values-grid,.about-us-page .achievements-section .achievements-grid{grid-template-columns:1fr}.about-us-page .journey-section .timeline:before{left:20px}.about-us-page .journey-section .timeline .timeline-item{flex-direction:column;align-items:flex-start;padding-left:40px}.about-us-page .journey-section .timeline .timeline-item .year{text-align:left;padding-bottom:.5rem;padding-right:0}.about-us-page .journey-section .timeline .timeline-item .content{padding-left:0}.about-us-page .journey-section .timeline .timeline-item .content:before{left:-34px}.about-us-page .mission-section .content-wrapper{padding:0 1.5rem}.about-us-page .mission-section .content-wrapper h2{font-size:2rem}.about-us-page .mission-section .content-wrapper p{font-size:1.1rem}}.ServicesHero-root{background-color:#fff5f5;width:100%;min-height:90vh;padding:3rem;display:flex;position:relative;overflow:hidden}.ServicesHero-root:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#333 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;position:absolute;top:60px;right:60px}.ServicesHero-root:after{content:"";opacity:.08;z-index:1;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;width:180px;height:180px;position:absolute;bottom:80px;left:80px}.ServicesHero-root .container{z-index:2;gap:3rem;width:100%;margin:0 auto;display:flex;position:relative}.ServicesHero-root .left-section{flex-direction:column;flex:1;padding-top:2rem;display:flex}.ServicesHero-root .left-section .business-growth{color:#ff6915;letter-spacing:2px;margin-bottom:1rem;padding-left:3rem;font-weight:500;display:inline-block;position:relative}.ServicesHero-root .left-section .business-growth:before{content:"";background-color:#ff6915;width:2rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ServicesHero-root .left-section h1{color:#333;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.ServicesHero-root .left-section h1 .highlight{display:inline-block;position:relative}.ServicesHero-root .left-section h1 .highlight:after{content:"";z-index:-1;background-color:gold;width:100%;height:.5rem;transition:height .3s;position:absolute;bottom:.25rem;left:0}.ServicesHero-root .left-section h1 .highlight:hover:after{height:.8rem}.ServicesHero-root .left-section .description{color:#4a5568;margin-bottom:3rem;padding-right:1rem;font-size:1.1rem;line-height:1.8;position:relative}.ServicesHero-root .left-section .description:after{content:"";opacity:.3;background-color:#ff6915;width:2px;height:100%;position:absolute;top:0;right:0}.ServicesHero-root .left-section .features{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.ServicesHero-root .left-section .features .feature-item{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.ServicesHero-root .left-section .features .feature-item svg{color:#ff6915;width:24px;height:24px;transition:all .3s}.ServicesHero-root .left-section .features .feature-item span{color:#333;font-size:1.1rem;font-weight:500}.ServicesHero-root .left-section .bottom-text{color:#4a5568;background-color:#ff69150d;border-left:3px solid #ff6915;padding:1.5rem;font-size:1.1rem;line-height:1.6}.ServicesHero-root .right-section{flex:1;position:relative}.ServicesHero-root .right-section img{object-fit:cover;filter:brightness(.9)contrast(1.1);width:100%;height:700px;transition:all .5s}.ServicesHero-root .right-section img:hover{filter:brightness()contrast()}.ServicesHero-root .right-section .overlay-text{color:#fff;background:linear-gradient(#0000,#000c);padding:2rem;position:absolute;bottom:0;left:0;right:0}.ServicesHero-root .right-section .overlay-text h2{margin-bottom:.5rem;font-size:2rem;font-weight:600}.ServicesHero-root .right-section .overlay-text p{opacity:.9;font-size:1.1rem}@media (width<=1024px){.ServicesHero-root{padding:2rem}.ServicesHero-root .container{flex-direction:column-reverse}.ServicesHero-root .left-section h1{font-size:2.5rem}.ServicesHero-root .right-section img{height:400px}}@media (width<=768px){.ServicesHero-root{padding:1.5rem}.ServicesHero-root:before,.ServicesHero-root:after{display:none}.ServicesHero-root .left-section h1{font-size:2rem}.ServicesHero-root .left-section .description{font-size:1rem}}.services-grid-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:clamp(2rem,5vw,3rem);position:relative;overflow:hidden}@media (width<=768px){.services-grid-section{padding:2rem 1rem}}.services-grid-section:before,.services-grid-section:after{content:"";pointer-events:none;position:absolute}@media (width<=768px){.services-grid-section:before,.services-grid-section:after{display:none}}.services-grid-section:before{opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);animation:6s ease-in-out infinite floatAnimation;top:clamp(20px,5vw,40px);right:clamp(20px,5vw,40px)}.services-grid-section:after{opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);animation:6s infinite gradientMove;bottom:clamp(20px,5vw,40px);left:clamp(20px,5vw,40px)}.services-grid-section .services-container{z-index:2;width:100%;max-width:1440px;margin:0 auto;position:relative}.services-grid-section .section-header{text-align:center;opacity:0;margin-bottom:clamp(2rem,5vw,3rem);animation:.8s forwards slideUpFade}.services-grid-section .section-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;display:inline-block}.services-grid-section .section-header h2{color:#333;margin-bottom:1.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.services-grid-section .section-header h2 .highlight{margin-top:.5rem;display:block;position:relative}.services-grid-section .section-header h2 .highlight:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:clamp(80px,10vw,120px);height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.services-grid-section .section-header .description{color:#4a5568;max-width:600px;margin:0 auto;padding:0 1rem;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6}.services-grid-section .services-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));gap:clamp(1rem,3vw,2rem);padding:1rem;display:grid}@media (width<=480px){.services-grid-section .services-grid{padding:0}}.services-grid-section .service-card{opacity:0;animation:.8s forwards slideUpFade;animation-delay:var(--delay);cursor:pointer;background:#fff;border-radius:8px;padding:clamp(1.5rem,3vw,2rem);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 6px #0000000d}.services-grid-section .service-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.services-grid-section .service-card:hover,.services-grid-section .service-card:focus{outline:none;transform:translateY(-5px);box-shadow:0 12px 24px #ff691526}.services-grid-section .service-card:hover:before,.services-grid-section .service-card:focus:before{transform:scaleX(1)}.services-grid-section .service-card:hover .icon-wrapper,.services-grid-section .service-card:focus .icon-wrapper{background:var(--color,#ff6915);color:#fff;animation:2s infinite pulseGlow}.services-grid-section .service-card:hover .learn-more,.services-grid-section .service-card:focus .learn-more{color:var(--color,#ff6915)}.services-grid-section .service-card:hover .learn-more .arrow-icon,.services-grid-section .service-card:focus .learn-more .arrow-icon{transform:translate(5px,-5px)}@media (hover:none){.services-grid-section .service-card:active{transform:translateY(-2px);box-shadow:0 8px 16px #ff69151a}}.services-grid-section .service-card .icon-wrapper{width:clamp(48px,6vw,56px);height:clamp(48px,6vw,56px);color:var(--color,#ff6915);background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.services-grid-section .service-card h3{color:#4a5568;margin-bottom:1rem;padding-bottom:.5rem;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:600;line-height:1.3;position:relative}.services-grid-section .service-card h3:after{content:"";background:var(--color,#ff6915);opacity:.3;width:40px;height:2px;position:absolute;bottom:0;left:0}.services-grid-section .service-card p{color:#718096;margin-bottom:1.5rem;font-size:clamp(.9rem,1.2vw,.95rem);line-height:1.6}.services-grid-section .service-card .learn-more{color:#4a5568;align-items:center;gap:.5rem;font-weight:500;transition:all .3s;display:flex}.services-grid-section .service-card .learn-more .arrow-icon{transition:transform .3s}.blogs-page{background-color:#fff5f5;min-height:100vh}.blogs-page .hero-section{text-align:center;background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);padding:6rem 3rem;position:relative;overflow:hidden}.blogs-page .hero-section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;position:absolute;top:40px;right:40px}.blogs-page .hero-section .hero-content{max-width:900px;margin:0 auto;animation:.8s ease-out fadeUpIn}.blogs-page .hero-section .hero-content .pre-title{color:#ff6915;letter-spacing:1.5px;background:#ff69151a;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.blogs-page .hero-section .hero-content h1{color:#333;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.blogs-page .hero-section .hero-content h1 .highlight{display:inline-block;position:relative}.blogs-page .hero-section .hero-content h1 .highlight:after{content:"";z-index:-1;background-color:gold;width:100%;height:8px;position:absolute;bottom:8px;left:0}.blogs-page .hero-section .hero-content p{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blogs-page .content-section{max-width:1400px;margin:0 auto;padding:3rem}.blogs-page .content-section .search-bar{background:#fff;border:1px solid #0000001a;border-radius:8px;align-items:center;padding:1rem;display:flex;box-shadow:0 2px 4px #0000000d}.blogs-page .content-section .search-bar svg{color:#4a5568;margin-right:1rem}.blogs-page .content-section .search-bar input{border:none;outline:none;width:100%;font-size:1rem}.blogs-page .content-section .search-bar input::placeholder{color:#a0aec0}.blogs-page .content-section .blogs-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,350px),1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.blogs-page .blog-card{cursor:pointer;background:#fff;border-radius:4px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.blogs-page .blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.blogs-page .blog-card .blog-image{height:200px;overflow:hidden}.blogs-page .blog-card .blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blogs-page .blog-card .blog-image:hover img{transform:scale(1.05)}.blogs-page .blog-card .blog-content{padding:1.5rem}.blogs-page .blog-card .blog-content h2{color:#333;margin-bottom:1rem;font-size:1.5rem;line-height:1.3}.blogs-page .blog-card .blog-content p{color:#666;margin-bottom:1.5rem;line-height:1.6}.blogs-page .blog-card .blog-content .blog-meta{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.blogs-page .blog-card .blog-content .blog-meta span{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.blogs-page .blog-card .blog-content .blog-meta span svg{color:#ff6915}.blogs-page .blog-card .blog-content .read-more{color:#ff6915;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-weight:500;transition:gap .3s;display:flex}.blogs-page .blog-card .blog-content .read-more:hover{gap:.75rem}.filters-container{align-items:stretch;gap:1rem;margin-bottom:2rem;display:flex}.filters-container .search-bar{background:#fff;border:1px solid #0000001a;border-radius:8px;flex:1;align-items:center;min-width:200px;height:auto;margin-bottom:0;padding:.75rem 1rem;display:flex}.filters-container .search-bar input{height:100%;margin-left:.5rem}.filters-container .category-filter select{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .5rem center/1.2em no-repeat;border:1px solid #0000001a;border-radius:8px;min-width:150px;height:100%;padding:.75rem 2.5rem .75rem 1rem}.filters-container .category-filter select:focus{border-color:#ff6915;outline:none}.filters-container .sort-button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:.5rem;height:100%;padding:.75rem 1rem;transition:all .2s;display:flex}.filters-container .sort-button:hover{background:#0000000d}.pagination{justify-content:center;gap:.5rem;margin-top:2rem;padding:1rem;display:flex}.pagination button{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:4px;padding:.5rem 1rem;transition:all .2s}.pagination button:hover:not(:disabled),.pagination button.active{color:#fff;background:#ff6915}.pagination button:disabled{opacity:.5;cursor:not-allowed}.no-results{text-align:center;color:#666;padding:2rem}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.blogs-page .hero-section{padding:4rem 1.5rem}.blogs-page .hero-section .hero-content h1{font-size:2.5rem}.blogs-page .content-section{padding:1.5rem}.blogs-page .blog-card .blog-image{height:180px}.blogs-page .blog-card .blog-content h2{font-size:1.25rem}.filters-container{flex-direction:column;gap:1rem}.filters-container .search-bar,.filters-container .category-filter select,.filters-container .sort-button{width:100%;height:45px}.pagination button{padding:.5rem}.pagination button:not(.active):not(:first-child):not(:last-child){display:none}}.blog-detail-page{background-color:#fff5f5;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.blog-detail-page .back-button{margin-bottom:2rem}.blog-detail-page .back-button button{color:#ff6915;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:transform .2s;display:flex}.blog-detail-page .back-button button:hover{transform:translate(-5px)}.blog-detail-page .blog-content{background:#fff;border-radius:12px;animation:.5s ease-out fadeIn;overflow:hidden;box-shadow:0 4px 6px #0000000d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.blog-detail-page .blog-content .blog-header{border-bottom:1px solid #0000001a;padding:2rem}.blog-detail-page .blog-content .blog-header h1{color:#333;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.blog-detail-page .blog-content .blog-header .blog-meta{flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;display:flex}.blog-detail-page .blog-content .blog-header .blog-meta>div{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.blog-detail-page .blog-content .blog-header .blog-actions{gap:1rem;display:flex}.blog-detail-page .blog-content .blog-header .blog-actions .action-button{cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.blog-detail-page .blog-content .blog-header .blog-actions .action-button:hover{background:#0000000d;transform:translateY(-2px)}.blog-detail-page .blog-content .blog-main-image{width:100%;height:600px;overflow:hidden}.blog-detail-page .blog-content .blog-main-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-detail-page .blog-content .blog-main-image img:hover{transform:scale(1.05)}.blog-detail-page .blog-content .blog-body{color:#444;padding:2rem;font-size:1.1rem;line-height:1.8}.blog-detail-page .blog-content .blog-body .introduction{color:#666;margin-bottom:2rem;font-size:1.25rem;font-weight:300}.blog-detail-page .blog-content .blog-body .blog-section{margin:3rem 0}.blog-detail-page .blog-content .blog-body .blog-section h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.blog-detail-page .blog-content .blog-body .blog-section .subsection{border-left:3px solid #ff6915;margin:2rem 0;padding-left:1rem}.blog-detail-page .blog-content .blog-body .blog-section .subsection h3{color:#444;margin-bottom:1rem;font-size:1.4rem}.blog-detail-page .blog-content .blog-body .conclusion{color:#666;background:#f8f9fa;border-radius:4px;margin:3rem 0;padding:1rem;font-style:italic}.blog-detail-page .blog-content .blog-footer{border-top:1px solid #0000001a;padding:2rem}.blog-detail-page .blog-content .blog-footer .engagement-metrics{gap:1rem;margin-bottom:2rem;display:flex}.blog-detail-page .blog-content .blog-footer .engagement-metrics .metric-button{cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.blog-detail-page .blog-content .blog-footer .engagement-metrics .metric-button:hover{background:#0000000d;transform:translateY(-2px)}.blog-detail-page .blog-content .blog-footer .call-to-action{text-align:center;background:#fff5f5;border-radius:8px;margin-top:2rem;padding:2rem}.blog-detail-page .blog-content .blog-footer .call-to-action h3{color:#333;margin-bottom:1rem;font-size:1.6rem}.blog-detail-page .blog-content .blog-footer .call-to-action p{color:#666;margin-bottom:1.5rem}.blog-detail-page .blog-content .blog-footer .call-to-action .cta-button{color:#fff;cursor:pointer;background:#ff6915;border:none;border-radius:4px;padding:1rem 2rem;font-weight:500;transition:all .3s}.blog-detail-page .blog-content .blog-footer .call-to-action .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #ff691533}@media (width<=768px){.blog-detail-page{padding:1rem}.blog-detail-page .blog-content .blog-header{padding:1.5rem}.blog-detail-page .blog-content .blog-header h1{font-size:2rem}.blog-detail-page .blog-content .blog-header .blog-meta{flex-direction:column;gap:1rem}.blog-detail-page .blog-content .blog-main-image{height:250px}.blog-detail-page .blog-content .blog-body{padding:1.5rem;font-size:1rem}.blog-detail-page .blog-content .blog-body .introduction{font-size:1.1rem}.blog-detail-page .blog-content .blog-body .blog-section h2{font-size:1.5rem}.blog-detail-page .blog-content .blog-body .blog-section .subsection h3{font-size:1.2rem}}.contact-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:clamp(2rem,5vw,5rem);position:relative;overflow:hidden}@media (width<=768px){.contact-section{padding:2rem 1rem}}.contact-section:before,.contact-section:after{content:"";pointer-events:none;position:absolute}@media (width<=768px){.contact-section:before,.contact-section:after{display:none}}.contact-section:before{opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);animation:6s ease-in-out infinite floatAnimation;top:clamp(20px,5vw,40px);right:clamp(20px,5vw,40px)}.contact-section:after{opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);animation:6s infinite gradientMove;bottom:clamp(20px,5vw,40px);left:clamp(20px,5vw,40px)}.contact-section .contact-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.contact-section .section-header{text-align:center;opacity:0;margin-bottom:clamp(2rem,5vw,3rem);animation:.8s forwards slideUpFade}.contact-section .section-header .section-subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;display:inline-block}.contact-section .section-header .section-title{color:#333;margin-bottom:1.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.contact-section .section-header .section-title .highlight{margin-top:.5rem;display:block;position:relative}.contact-section .section-header .section-title .highlight:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:clamp(80px,10vw,120px);height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.contact-section .contact-content{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(2rem,4vw,4rem);display:grid}.contact-section .contact-info{opacity:0;animation:.8s .2s forwards slideUpFade}.contact-section .contact-info .info-card{background:#fff;border-radius:8px;margin-bottom:clamp(1rem,2vw,2rem);padding:clamp(1.5rem,3vw,2rem);transition:all .3s;box-shadow:0 4px 6px #0000000d}.contact-section .contact-info .info-card:hover,.contact-section .contact-info .info-card:focus-within{transform:translateY(-5px);box-shadow:0 12px 24px #ff691526}.contact-section .contact-info .info-card:hover .icon-wrapper,.contact-section .contact-info .info-card:focus-within .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.contact-section .contact-info .info-card .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:clamp(40px,6vw,48px);height:clamp(40px,6vw,48px);margin-bottom:1rem;transition:all .3s;display:flex}.contact-section .contact-info .info-card .info-title{color:#4a5568;margin-bottom:.5rem;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:600}.contact-section .contact-info .info-card .info-content{color:#718096;font-style:normal;line-height:1.6}.contact-section .contact-info .info-card .info-content a{color:#ff6915;text-decoration:none;transition:color .3s}.contact-section .contact-info .info-card .info-content a:hover,.contact-section .contact-info .info-card .info-content a:focus{color:gold;outline:none;text-decoration:underline}.contact-section .contact-form{opacity:0;animation:.8s .4s forwards slideUpFade}.contact-section .contact-form form{background:#fff;border-radius:8px;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 4px 6px #0000000d}.contact-section .contact-form form .form-group{margin-bottom:1.5rem}.contact-section .contact-form form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:clamp(.8rem,1.2vw,.875rem);font-weight:600;display:block}.contact-section .contact-form form .form-group label .required{color:#ff6915}.contact-section .contact-form form .form-group label .sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-section .contact-form form .form-group input,.contact-section .contact-form form .form-group select,.contact-section .contact-form form .form-group textarea{color:#4a5568;background-color:#fff;border:2px solid #e2e8f0;border-radius:4px;width:100%;padding:.75rem 1rem;font-size:clamp(.875rem,1.2vw,1rem);transition:all .3s}.contact-section .contact-form form .form-group input:hover,.contact-section .contact-form form .form-group select:hover,.contact-section .contact-form form .form-group textarea:hover{border-color:#cbd5e0}.contact-section .contact-form form .form-group input:focus,.contact-section .contact-form form .form-group select:focus,.contact-section .contact-form form .form-group textarea:focus{border-color:#ff6915;outline:none;box-shadow:0 0 0 3px #ff69151a}.contact-section .contact-form form .form-group input:invalid:not(:placeholder-shown),.contact-section .contact-form form .form-group select:invalid:not(:placeholder-shown),.contact-section .contact-form form .form-group textarea:invalid:not(:placeholder-shown){border-color:#e53e3e}.contact-section .contact-form form .form-group input:invalid:not(:placeholder-shown):focus,.contact-section .contact-form form .form-group select:invalid:not(:placeholder-shown):focus,.contact-section .contact-form form .form-group textarea:invalid:not(:placeholder-shown):focus{box-shadow:0 0 0 3px #e53e3e1a}.contact-section .contact-form form .form-group input::placeholder,.contact-section .contact-form form .form-group select::placeholder,.contact-section .contact-form form .form-group textarea::placeholder{color:#a0aec0}.contact-section .contact-form form .form-group textarea{resize:vertical;min-height:clamp(120px,20vh,150px)}.contact-section .contact-form form .form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em;padding-right:2.5rem}.contact-section .contact-form form .form-group select:invalid{color:#a0aec0}.contact-section .contact-form .submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff6915,gold);border:none;border-radius:4px;width:100%;padding:clamp(.875rem,1.5vw,1rem);font-size:clamp(.875rem,1.2vw,1rem);font-weight:600;transition:all .3s;position:relative;overflow:hidden}.contact-section .contact-form .submit-button:before{content:"";opacity:0;background:linear-gradient(90deg,gold,#ff6915);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.contact-section .contact-form .submit-button:hover,.contact-section .contact-form .submit-button:focus{outline:none;transform:translateY(-2px);box-shadow:0 12px 24px #ff691526}.contact-section .contact-form .submit-button:hover:before,.contact-section .contact-form .submit-button:focus:before{opacity:1}.contact-section .contact-form .submit-button:active{transform:translateY(0)}.contact-section .map-section{opacity:0;margin-top:clamp(2rem,4vw,4rem);animation:.8s .6s forwards slideUpFade}.contact-section .map-section .map-container{border-radius:8px;width:100%;height:clamp(250px,50vh,400px);overflow:hidden;box-shadow:0 4px 6px #0000000d}.contact-section .map-section .map-container iframe{filter:grayscale(.2)contrast(1.1);border:none;width:100%;height:100%;transition:filter .3s}.contact-section .map-section .map-container iframe:hover{filter:grayscale(0)contrast()}@media (prefers-reduced-motion:reduce){.contact-section:before,.contact-section:after{animation:none}.contact-section .section-header,.contact-section .contact-info,.contact-section .contact-form,.contact-section .map-section{opacity:1;animation:none}.contact-section .submit-button:hover,.contact-section .info-card:hover{transform:none}}@media print{.contact-section{background:0 0;padding:1rem}.contact-section:before,.contact-section:after,.contact-section .submit-button{display:none}.contact-section .map-section{page-break-before:always}}.form-status{text-align:center;border-radius:4px;margin-top:1rem;padding:1rem}.form-status.success{color:#2f855a;background-color:#48bb781a;border:1px solid #48bb78}.form-status.error{color:#c53030;background-color:#f565651a;border:1px solid #f56565}.submit-button:disabled{opacity:.7;cursor:not-allowed}.template-page section .section-header{text-align:center;margin-bottom:3rem;animation:.8s forwards slideUpFade}.template-page .hero-section{align-items:center;gap:4rem;min-height:80vh;display:flex}.template-page .hero-section .image-wrapper .hero-image{object-fit:cover;width:100%;height:600px;transition:all .5s;box-shadow:0 20px 40px #0000001a}.template-page .benefits-section{background:#fff;position:relative}.template-page .benefits-section .benefits-grid .benefit-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.template-page .benefits-section .benefits-grid .benefit-card:hover .check-icon{color:#ff6915;animation:2s infinite pulseGlow}.template-page .benefits-section .benefits-grid .benefit-card .check-icon{color:#ff6915;margin-bottom:1rem;transition:all .3s}.template-page .benefits-section .benefits-grid .benefit-card p{color:#718096;font-size:.95rem;line-height:1.6}.template-page .process-section .process-grid .process-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.template-page .process-section .process-grid .process-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.template-page .process-section .process-grid .process-card:hover:before{transform:scaleX(1)}.template-page .process-section .process-grid .process-card:hover .arrow-icon{opacity:1;color:#ff6915;transform:translate(5px,-50%)}.template-page .process-section .process-grid .process-card h3{color:#333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}.template-page .process-section .process-grid .process-card h3:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.template-page .stats-section{background:linear-gradient(90deg,#fff5f5,#fff)}.template-page .stats-section .stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem;display:grid}.template-page .stats-section .stats-grid .stat-card{opacity:0;background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.template-page .stats-section .stats-grid .stat-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.template-page .stats-section .stats-grid .stat-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.template-page .stats-section .stats-grid .stat-card:hover:before{transform:scaleX(1)}.template-page .stats-section .stats-grid .stat-card:hover .icon-wrapper{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.template-page .stats-section .stats-grid .stat-card:hover .value{background:linear-gradient(45deg,#ff6915,gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.template-page .stats-section .stats-grid .stat-card .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.template-page .stats-section .stats-grid .stat-card .value{color:#ff6915;text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;transition:all .3s;display:block}.template-page .stats-section .stats-grid .stat-card h3{color:#333;text-align:center;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.template-page .stats-section .stats-grid .stat-card h3:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.template-page .stats-section .stats-grid .stat-card p{color:#718096;text-align:center;font-size:.9rem;line-height:1.6}.template-page .cta-section .content-wrapper{z-index:2;opacity:0;max-width:800px;margin:0 auto;animation:.8s forwards slideUpFade;position:relative}@media (width<=1200px){.template-page .process-section .process-grid{grid-template-columns:repeat(2,1fr)}.template-page .process-section .process-grid .process-card .arrow-icon{display:none}.template-page .stats-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.template-page section{padding:3rem 1.5rem}.template-page section:before,.template-page section:after{display:none}.template-page section .section-header h2{font-size:2rem}.template-page .hero-section{flex-direction:column;gap:2rem}.template-page .hero-section .content-wrapper h1{font-size:2.5rem}.template-page .hero-section .image-wrapper .hero-image{height:400px}.template-page .hero-section .image-wrapper .decorative-elements{display:none}.template-page .benefits-section .benefits-grid,.template-page .process-section .process-grid,.template-page .stats-section .stats-grid{grid-template-columns:1fr}.template-page .cta-section .content-wrapper{padding:0 1.5rem}.template-page .cta-section .content-wrapper h2{font-size:2rem}.template-page .cta-section .content-wrapper p{font-size:1.1rem}}.template-page{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;overflow:hidden}@media (width<=768px){.template-page{padding:0 1rem}}@keyframes pulseGlow{0%{box-shadow:0 0 #ff691566}70%{box-shadow:0 0 0 20px #ff691500}to{box-shadow:0 0 #ff691500}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.template-page section{padding:5rem 3rem;position:relative;overflow:hidden}@media (width<=768px){.template-page section{padding:3rem 1rem}}.template-page section:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}@media (width<=768px){.template-page section:before{display:none}}.template-page section:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:6s infinite gradientMove;position:absolute;bottom:40px;left:40px}@media (width<=768px){.template-page section:after{display:none}}.template-page section .section-header{text-align:center;opacity:0;margin-bottom:3rem;animation:.8s forwards slideUpFade}@media (width<=768px){.template-page section .section-header{margin-bottom:2rem}}.template-page section .section-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}@media (width<=768px){.template-page section .section-header .subtitle{padding:.4rem .8rem;font-size:.75rem}}.template-page section .section-header h2{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;position:relative}@media (width<=768px){.template-page section .section-header h2{margin-bottom:1rem;font-size:2rem}}.template-page section .section-header h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}@media (width<=768px){.template-page section .section-header h2:after{width:80px;height:3px}}.template-page .hero-section{background:linear-gradient(135deg,#fff5f5 0%,#fff 100%);align-items:center;gap:4rem;min-height:80vh;display:flex}@media (width<=992px){.template-page .hero-section{flex-direction:column;gap:2rem;min-height:auto;padding-top:2rem}}.template-page .hero-section .content-wrapper{opacity:0;flex:1;animation:.8s forwards slideUpFade}@media (width<=992px){.template-page .hero-section .content-wrapper{text-align:center}}.template-page .hero-section .content-wrapper .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}@media (width<=768px){.template-page .hero-section .content-wrapper .subtitle{padding:.4rem .8rem;font-size:.75rem}}.template-page .hero-section .content-wrapper h1{color:#333;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}@media (width<=768px){.template-page .hero-section .content-wrapper h1{margin-bottom:1rem;font-size:2.5rem}}.template-page .hero-section .content-wrapper h1 .highlight{display:inline-block;position:relative}.template-page .hero-section .content-wrapper h1 .highlight:after{content:"";opacity:.3;z-index:-1;background:linear-gradient(90deg,#ff6915,gold);width:100%;height:.5rem;transition:height .3s;position:absolute;bottom:.25rem;left:0}.template-page .hero-section .content-wrapper h1 .highlight:hover:after{opacity:.5;height:.8rem}.template-page .hero-section .content-wrapper .intro-text{color:#4a5568;border-left:3px solid #ff6915;margin-bottom:2rem;padding-left:1.5rem;font-size:1.2rem;line-height:1.8;position:relative}@media (width<=768px){.template-page .hero-section .content-wrapper .intro-text{text-align:left;padding-left:1rem;font-size:1rem}}.template-page .hero-section .content-wrapper .cta-button.primary{color:#fff;cursor:pointer;background:linear-gradient(45deg,#ff6915,gold);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}@media (width<=768px){.template-page .hero-section .content-wrapper .cta-button.primary{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:1rem}}.template-page .hero-section .content-wrapper .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff691533}.template-page .hero-section .content-wrapper .cta-button.primary:hover svg{transform:translate(2px,-2px)}.template-page .hero-section .content-wrapper .cta-button.primary svg{transition:transform .3s}.template-page .hero-section .image-wrapper{opacity:0;flex:1;animation:.8s .2s forwards slideUpFade;position:relative}@media (width<=992px){.template-page .hero-section .image-wrapper{width:100%}}.template-page .hero-section .image-wrapper .hero-image{object-fit:cover;border-radius:8px;width:100%;height:600px;transition:all .5s;box-shadow:0 20px 40px #0000001a}@media (width<=768px){.template-page .hero-section .image-wrapper .hero-image{height:300px}}.template-page .hero-section .image-wrapper .hero-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px #ff691526}.template-page .hero-section .image-wrapper .decorative-elements{pointer-events:none;position:absolute;inset:0}@media (width<=768px){.template-page .hero-section .image-wrapper .decorative-elements{display:none}}.template-page .hero-section .image-wrapper .decorative-elements .dot-pattern{opacity:.2;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:100px;height:100px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:-20px;right:-20px}.template-page .hero-section .image-wrapper .decorative-elements .circle-element{opacity:.15;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;width:120px;height:120px;animation:6s infinite gradientMove;position:absolute;bottom:-20px;left:-20px}.template-page .benefits-section{background:#fff}.template-page .benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding:1rem;display:grid}@media (width<=992px){.template-page .benefits-section .benefits-grid{grid-template-columns:1fr;gap:1.5rem}}.template-page .benefits-section .benefits-grid .benefit-card{opacity:0;background:#fff;border-radius:8px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}@media (width<=768px){.template-page .benefits-section .benefits-grid .benefit-card{padding:1.5rem}}.template-page .benefits-section .benefits-grid .benefit-card:before{content:"";background:linear-gradient(90deg,#ff6915,gold);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.template-page .benefits-section .benefits-grid .benefit-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #ff691526}.template-page .benefits-section .benefits-grid .benefit-card:hover:before{transform:scaleX(1)}.template-page .benefits-section .benefits-grid .benefit-card:hover .benefit-icon{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.template-page .benefits-section .benefits-grid .benefit-card:hover .arrow-icon{opacity:1;transform:translate(5px,5px)}.template-page .benefits-section .benefits-grid .benefit-card.emphasized{background:linear-gradient(135deg,#fff5f5,#fff)}.template-page .benefits-section .benefits-grid .benefit-card .benefit-icon{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;transition:all .3s;display:flex}@media (width<=768px){.template-page .benefits-section .benefits-grid .benefit-card .benefit-icon{width:40px;height:40px}}.template-page .benefits-section .benefits-grid .benefit-card .arrow-icon{color:#ff6915;opacity:0;transition:all .3s;position:absolute;bottom:1rem;right:1rem;transform:translate(0)}.template-page .benefits-section .benefits-grid .benefit-card h3{color:#333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}@media (width<=768px){.template-page .benefits-section .benefits-grid .benefit-card h3{font-size:1.1rem}}.template-page .benefits-section .benefits-grid .benefit-card h3:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:0}.template-page .benefits-section .benefits-grid .benefit-card p{color:#718096;margin-bottom:2rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.template-page .benefits-section .benefits-grid .benefit-card p{margin-bottom:1.5rem;font-size:.9rem}}.template-page .process-section{background:linear-gradient(135deg,#fff5f5 0%,#fff 100%)}.template-page .process-section .process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem;display:grid}@media (width<=1200px){.template-page .process-section .process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.template-page .process-section .process-grid{grid-template-columns:1fr;gap:1.5rem}}.template-page .process-section .process-grid .process-card{opacity:0;text-align:center;background:#fff;border-radius:8px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards slideUpFade;position:relative;box-shadow:0 4px 6px #0000000d}@media (width<=768px){.template-page .process-section .process-grid .process-card{padding:1.5rem}}.template-page .process-section .process-grid .process-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #ff691526}.template-page .process-section .process-grid .process-card:hover .step-number{color:#fff;background:#ff6915;animation:2s infinite pulseGlow}.template-page .process-section .process-grid .process-card:hover .arrow-icon{opacity:1;transform:translate(10px,-50%)}.template-page .process-section .process-grid .process-card .step-number{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;font-weight:700;transition:all .3s;display:flex}@media (width<=768px){.template-page .process-section .process-grid .process-card .step-number{width:40px;height:40px;margin-bottom:1rem}}.template-page .process-section .process-grid .process-card .arrow-icon{color:#ff6915;opacity:.5;transition:all .3s;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}@media (width<=1200px){.template-page .process-section .process-grid .process-card .arrow-icon{display:none}}.template-page .process-section .process-grid .process-card:last-child .arrow-icon{display:none}.template-page .process-section .process-grid .process-card h3{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}@media (width<=768px){.template-page .process-section .process-grid .process-card h3{font-size:1.1rem}}.template-page .process-section .process-grid .process-card p{color:#718096;font-size:.95rem;line-height:1.6}@media (width<=768px){.template-page .process-section .process-grid .process-card p{font-size:.9rem}}.template-page .cta-section{text-align:center;color:#fff;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;animation:6s infinite gradientMove;position:relative;overflow:hidden}.template-page .cta-section:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;width:100%;height:100%;position:absolute;top:0;left:0}.template-page .cta-section .content-wrapper{z-index:2;opacity:0;max-width:800px;margin:0 auto;padding:0 1.5rem;animation:.8s forwards slideUpFade;position:relative}@media (width<=768px){.template-page .cta-section .content-wrapper{padding:0 1rem}}.template-page .cta-section .content-wrapper h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}@media (width<=768px){.template-page .cta-section .content-wrapper h2{margin-bottom:1rem;font-size:2rem}}.template-page .cta-section .content-wrapper h2:after{content:"";background:#ffffff4d;border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}@media (width<=768px){.template-page .cta-section .content-wrapper h2:after{width:80px}}.template-page .cta-section .content-wrapper p{opacity:.9;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}@media (width<=768px){.template-page .cta-section .content-wrapper p{margin-bottom:1.5rem;font-size:1rem}}.template-page .cta-section .content-wrapper .cta-button{color:#ff6915;cursor:pointer;background:#fff;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}@media (width<=768px){.template-page .cta-section .content-wrapper .cta-button{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:1rem}}.template-page .cta-section .content-wrapper .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.template-page .cta-section .content-wrapper .cta-button:hover svg{transform:translate(2px,-2px)}.template-page .cta-section .content-wrapper .cta-button svg{transition:transform .3s}.error-404-page{background:linear-gradient(135deg,#fff5f5 0%,#fff5f5cc 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}@keyframes bounceAnimation{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes floatShape{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.error-404-page .container{z-index:2;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}@media (width<=768px){.error-404-page .container{padding:0 1rem}}.error-404-page .error-content{text-align:center;opacity:0;animation:.8s forwards slideUpFade}.error-404-page .error-content .error-icon{color:#ff6915;margin-bottom:1rem;animation:2s infinite bounceAnimation}.error-404-page .error-content .error-icon svg{filter:drop-shadow(0 4px 8px #ff69154d)}.error-404-page .error-content .error-number{background:linear-gradient(45deg,#ff6915,gold);-webkit-text-fill-color:transparent;text-shadow:0 4px 8px #0000001a;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(6rem,15vw,12rem);font-weight:900;line-height:1}.error-404-page .error-content .error-title{color:#333;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;position:relative}.error-404-page .error-content .error-title:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.error-404-page .error-content .error-description{color:#4a5568;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.error-404-page .error-content .suggestions{text-align:left;background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 8px 16px #0000001a}.error-404-page .error-content .suggestions h3{color:#333;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600;position:relative}.error-404-page .error-content .suggestions h3:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.error-404-page .error-content .suggestions ul{padding:0;list-style:none}.error-404-page .error-content .suggestions ul li{color:#4a5568;padding:.5rem 0 .5rem 2rem;line-height:1.6;position:relative}.error-404-page .error-content .suggestions ul li:before{content:"→";color:#ff6915;font-size:1.2rem;font-weight:700;position:absolute;left:0}.error-404-page .error-content .suggestions ul li:hover{color:#333;transition:all .3s;transform:translate(5px)}.error-404-page .error-content .action-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.error-404-page .error-content .action-buttons .btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.error-404-page .error-content .action-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.error-404-page .error-content .action-buttons .btn.btn-primary{color:#fff;background:linear-gradient(90deg,#ff6915,gold)}.error-404-page .error-content .action-buttons .btn.btn-primary:hover{background:linear-gradient(90deg,gold,#ff6915)}.error-404-page .error-content .action-buttons .btn.btn-secondary{color:#fff;background:#4a5568}.error-404-page .error-content .action-buttons .btn.btn-secondary:hover{background:#2d3748}.error-404-page .error-content .action-buttons .btn.btn-outline{color:#ff6915;background:0 0;border:2px solid #ff6915}.error-404-page .error-content .action-buttons .btn.btn-outline:hover{color:#fff;background:#ff6915}@media (width<=568px){.error-404-page .error-content .action-buttons{flex-direction:column;align-items:center}.error-404-page .error-content .action-buttons .btn{justify-content:center;width:100%;max-width:250px}}.error-404-page .error-content .popular-links{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 16px #0000001a}.error-404-page .error-content .popular-links h3{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;position:relative}.error-404-page .error-content .popular-links h3:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.error-404-page .error-content .popular-links .links-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.error-404-page .error-content .popular-links .links-grid a{color:#ff6915;text-align:center;background:#ff69150d;border-radius:6px;padding:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.error-404-page .error-content .popular-links .links-grid a:hover{color:#333;background:#ff69151a;transform:translateY(-2px)}@media (width<=568px){.error-404-page .error-content .popular-links .links-grid{grid-template-columns:1fr}}.error-404-page .decorative-elements{pointer-events:none;z-index:1;position:absolute;inset:0}.error-404-page .decorative-elements .floating-shape{opacity:.1;border-radius:50%;position:absolute}.error-404-page .decorative-elements .floating-shape.shape-1{background:linear-gradient(45deg,#ff6915,gold);width:120px;height:120px;animation:8s ease-in-out infinite floatShape;top:10%;right:10%}.error-404-page .decorative-elements .floating-shape.shape-2{background:linear-gradient(-45deg,gold,#ff6915);width:80px;height:80px;animation:6s ease-in-out infinite reverse floatShape;bottom:20%;left:15%}.error-404-page .decorative-elements .floating-shape.shape-3{background:linear-gradient(135deg,#ff6915,gold);width:60px;height:60px;animation:10s ease-in-out infinite floatShape;top:60%;right:20%}@media (width<=768px){.error-404-page .decorative-elements{display:none}.error-404-page .error-content .error-number{margin-bottom:.5rem}.error-404-page .error-content .suggestions,.error-404-page .error-content .popular-links{margin-bottom:1.5rem;padding:1.5rem}}@media (prefers-reduced-motion:reduce){.error-404-page .error-content{opacity:1;animation:none}.error-404-page .error-icon,.error-404-page .floating-shape{animation:none}.error-404-page .btn:hover{transform:none}}.privacy-policy-page,.terms-conditions-page{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;min-height:100vh;padding:2rem 0 4rem;position:relative;overflow:hidden}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.privacy-policy-page:before,.terms-conditions-page:before{content:"";opacity:.1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:120px;height:120px;animation:6s ease-in-out infinite floatAnimation;position:absolute;top:40px;right:40px}.privacy-policy-page:after,.terms-conditions-page:after{content:"";opacity:.1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:150px;height:150px;animation:8s ease-in-out infinite reverse floatAnimation;position:absolute;bottom:40px;left:40px}.privacy-policy-page .container,.terms-conditions-page .container{z-index:2;max-width:1000px;margin:0 auto;padding:0 2rem;position:relative}@media (width<=768px){.privacy-policy-page .container,.terms-conditions-page .container{padding:0 1rem}}.privacy-policy-page .page-header,.terms-conditions-page .page-header{text-align:center;opacity:0;margin-bottom:3rem;animation:.8s forwards slideUpFade}.privacy-policy-page .page-header .icon-wrapper,.terms-conditions-page .page-header .icon-wrapper{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.privacy-policy-page .page-header .icon-wrapper:hover,.terms-conditions-page .page-header .icon-wrapper:hover{color:#fff;background:#ff6915;transform:scale(1.05)}.privacy-policy-page .page-header .subtitle,.terms-conditions-page .page-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.privacy-policy-page .page-header .page-title,.terms-conditions-page .page-header .page-title{color:#333;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;position:relative}.privacy-policy-page .page-header .page-title:after,.terms-conditions-page .page-header .page-title:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.privacy-policy-page .page-header .last-updated,.terms-conditions-page .page-header .last-updated{color:#718096;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;display:flex}.privacy-policy-page .page-header .last-updated svg,.terms-conditions-page .page-header .last-updated svg{color:#ff6915}.privacy-policy-page .intro-section,.terms-conditions-page .intro-section{opacity:0;background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;animation:.8s .2s forwards slideUpFade;box-shadow:0 4px 6px #0000000d}.privacy-policy-page .intro-section .intro-text,.terms-conditions-page .intro-section .intro-text{color:#4a5568;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.privacy-policy-page .intro-section .intro-text:last-child,.terms-conditions-page .intro-section .intro-text:last-child{margin-bottom:0}.privacy-policy-page .policy-content,.privacy-policy-page .terms-content,.terms-conditions-page .policy-content,.terms-conditions-page .terms-content{opacity:0;animation:.8s .4s forwards slideUpFade}.privacy-policy-page .policy-content .policy-section,.privacy-policy-page .policy-content .terms-section,.privacy-policy-page .terms-content .policy-section,.privacy-policy-page .terms-content .terms-section,.terms-conditions-page .policy-content .policy-section,.terms-conditions-page .policy-content .terms-section,.terms-conditions-page .terms-content .policy-section,.terms-conditions-page .terms-content .terms-section{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.privacy-policy-page .policy-content .policy-section:hover,.privacy-policy-page .policy-content .terms-section:hover,.privacy-policy-page .terms-content .policy-section:hover,.privacy-policy-page .terms-content .terms-section:hover,.terms-conditions-page .policy-content .policy-section:hover,.terms-conditions-page .policy-content .terms-section:hover,.terms-conditions-page .terms-content .policy-section:hover,.terms-conditions-page .terms-content .terms-section:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff69151a}.privacy-policy-page .policy-content .policy-section h2,.privacy-policy-page .policy-content .terms-section h2,.privacy-policy-page .terms-content .policy-section h2,.privacy-policy-page .terms-content .terms-section h2,.terms-conditions-page .policy-content .policy-section h2,.terms-conditions-page .policy-content .terms-section h2,.terms-conditions-page .terms-content .policy-section h2,.terms-conditions-page .terms-content .terms-section h2{color:#333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600;position:relative}.privacy-policy-page .policy-content .policy-section h2:after,.privacy-policy-page .policy-content .terms-section h2:after,.privacy-policy-page .terms-content .policy-section h2:after,.privacy-policy-page .terms-content .terms-section h2:after,.terms-conditions-page .policy-content .policy-section h2:after,.terms-conditions-page .policy-content .terms-section h2:after,.terms-conditions-page .terms-content .policy-section h2:after,.terms-conditions-page .terms-content .terms-section h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.privacy-policy-page .policy-content .policy-section p,.privacy-policy-page .policy-content .terms-section p,.privacy-policy-page .terms-content .policy-section p,.privacy-policy-page .terms-content .terms-section p,.terms-conditions-page .policy-content .policy-section p,.terms-conditions-page .policy-content .terms-section p,.terms-conditions-page .terms-content .policy-section p,.terms-conditions-page .terms-content .terms-section p{color:#4a5568;margin-bottom:1rem;line-height:1.7}.privacy-policy-page .policy-content .policy-section p:last-child,.privacy-policy-page .policy-content .terms-section p:last-child,.privacy-policy-page .terms-content .policy-section p:last-child,.privacy-policy-page .terms-content .terms-section p:last-child,.terms-conditions-page .policy-content .policy-section p:last-child,.terms-conditions-page .policy-content .terms-section p:last-child,.terms-conditions-page .terms-content .policy-section p:last-child,.terms-conditions-page .terms-content .terms-section p:last-child{margin-bottom:0}.privacy-policy-page .policy-content .policy-section ul,.privacy-policy-page .policy-content .terms-section ul,.privacy-policy-page .terms-content .policy-section ul,.privacy-policy-page .terms-content .terms-section ul,.terms-conditions-page .policy-content .policy-section ul,.terms-conditions-page .policy-content .terms-section ul,.terms-conditions-page .terms-content .policy-section ul,.terms-conditions-page .terms-content .terms-section ul{margin:1rem 0;padding-left:2rem}.privacy-policy-page .policy-content .policy-section ul li,.privacy-policy-page .policy-content .terms-section ul li,.privacy-policy-page .terms-content .policy-section ul li,.privacy-policy-page .terms-content .terms-section ul li,.terms-conditions-page .policy-content .policy-section ul li,.terms-conditions-page .policy-content .terms-section ul li,.terms-conditions-page .terms-content .policy-section ul li,.terms-conditions-page .terms-content .terms-section ul li{color:#4a5568;margin-bottom:.5rem;line-height:1.7;position:relative}.privacy-policy-page .policy-content .policy-section ul li::marker{color:#ff6915}.privacy-policy-page .policy-content .terms-section ul li::marker{color:#ff6915}.privacy-policy-page .terms-content .policy-section ul li::marker{color:#ff6915}.privacy-policy-page .terms-content .terms-section ul li::marker{color:#ff6915}.terms-conditions-page .policy-content .policy-section ul li::marker{color:#ff6915}.terms-conditions-page .policy-content .terms-section ul li::marker{color:#ff6915}.terms-conditions-page .terms-content .policy-section ul li::marker{color:#ff6915}.terms-conditions-page .terms-content .terms-section ul li::marker{color:#ff6915}.privacy-policy-page .policy-content .policy-section ul li strong,.privacy-policy-page .policy-content .terms-section ul li strong,.privacy-policy-page .terms-content .policy-section ul li strong,.privacy-policy-page .terms-content .terms-section ul li strong,.terms-conditions-page .policy-content .policy-section ul li strong,.terms-conditions-page .policy-content .terms-section ul li strong,.terms-conditions-page .terms-content .policy-section ul li strong,.terms-conditions-page .terms-content .terms-section ul li strong{color:#333}.privacy-policy-page .policy-content .policy-section a,.privacy-policy-page .policy-content .terms-section a,.privacy-policy-page .terms-content .policy-section a,.privacy-policy-page .terms-content .terms-section a,.terms-conditions-page .policy-content .policy-section a,.terms-conditions-page .policy-content .terms-section a,.terms-conditions-page .terms-content .policy-section a,.terms-conditions-page .terms-content .terms-section a{color:#ff6915;text-decoration:none;transition:color .3s}.privacy-policy-page .policy-content .policy-section a:hover,.privacy-policy-page .policy-content .terms-section a:hover,.privacy-policy-page .terms-content .policy-section a:hover,.privacy-policy-page .terms-content .terms-section a:hover,.terms-conditions-page .policy-content .policy-section a:hover,.terms-conditions-page .policy-content .terms-section a:hover,.terms-conditions-page .terms-content .policy-section a:hover,.terms-conditions-page .terms-content .terms-section a:hover{color:gold;text-decoration:underline}.privacy-policy-page .contact-section,.terms-conditions-page .contact-section{opacity:0;background:#fff;border-radius:8px;margin-top:2rem;padding:2rem;animation:.8s .6s forwards slideUpFade;box-shadow:0 4px 6px #0000000d}.privacy-policy-page .contact-section h2,.terms-conditions-page .contact-section h2{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600;position:relative}.privacy-policy-page .contact-section h2:after,.terms-conditions-page .contact-section h2:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.privacy-policy-page .contact-section .contact-info,.terms-conditions-page .contact-section .contact-info{gap:1rem;display:grid}.privacy-policy-page .contact-section .contact-info .contact-item,.terms-conditions-page .contact-section .contact-info .contact-item{background:#ff69150d;border-radius:6px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.privacy-policy-page .contact-section .contact-info .contact-item:hover,.terms-conditions-page .contact-section .contact-info .contact-item:hover{background:#ff69151a;transform:translate(5px)}.privacy-policy-page .contact-section .contact-info .contact-item svg,.terms-conditions-page .contact-section .contact-info .contact-item svg{color:#ff6915;flex-shrink:0}.privacy-policy-page .contact-section .contact-info .contact-item span,.terms-conditions-page .contact-section .contact-info .contact-item span{color:#4a5568;line-height:1.5}.privacy-policy-page .contact-section .contact-info .contact-item a,.terms-conditions-page .contact-section .contact-info .contact-item a{color:#ff6915;text-decoration:none;transition:color .3s}.privacy-policy-page .contact-section .contact-info .contact-item a:hover,.terms-conditions-page .contact-section .contact-info .contact-item a:hover{color:gold;text-decoration:underline}@media (width<=768px){.privacy-policy-page,.terms-conditions-page{padding:1rem 0 2rem}.privacy-policy-page:before,.privacy-policy-page:after,.terms-conditions-page:before,.terms-conditions-page:after{display:none}.privacy-policy-page .page-header,.terms-conditions-page .page-header{margin-bottom:2rem}.privacy-policy-page .page-header .icon-wrapper,.terms-conditions-page .page-header .icon-wrapper{width:60px;height:60px;margin-bottom:1rem}.privacy-policy-page .intro-section,.privacy-policy-page .policy-content .policy-section,.privacy-policy-page .terms-content .terms-section,.privacy-policy-page .contact-section,.terms-conditions-page .intro-section,.terms-conditions-page .policy-content .policy-section,.terms-conditions-page .terms-content .terms-section,.terms-conditions-page .contact-section{margin-bottom:1rem;padding:1.5rem}}.sticky-bubbles-container{z-index:999;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.bubble-item{color:#fff;cursor:pointer;width:50px;height:50px;transition:var(--transition-smooth);border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative;box-shadow:0 4px 15px #0000004d}.bubble-item:hover{transform:scale(1.1)translateY(-2px)}.sms-bubble{background:linear-gradient(135deg,#ff6915,gold)}.whatsapp-bubble{background:#25d366}.scroll-top-bubble{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);opacity:0;visibility:hidden;transform:translateY(10px)}.scroll-top-bubble.visible{opacity:1;visibility:visible;transform:translateY(0)}.bubble-tooltip{background:var(--bg-tertiary);color:var(--text-primary);white-space:nowrap;opacity:0;visibility:hidden;border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:4px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;position:absolute;right:65px;transform:translate(10px);box-shadow:0 4px 10px #0000004d}.bubble-item:hover .bubble-tooltip{opacity:1;visibility:visible;transform:translate(0)}@media (width<=576px){.sticky-bubbles-container{bottom:1.5rem;right:1.5rem}.bubble-item{width:44px;height:44px}}.contact-form-container{width:100%;max-width:800px;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-heading{font-family:var(--font-title);text-align:center;color:var(--text-primary);font-size:2.25rem;font-weight:700}.form-heading span{color:var(--accent-orange);font-family:inherit}.form-subheading{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;font-size:.95rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-primary);letter-spacing:.5px;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--text-primary);transition:var(--transition-smooth);background:#ffffff0a;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.form-group select{cursor:pointer}.form-group select option{background:var(--bg-secondary);color:var(--text-primary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-orange);background:#ffffff0f;outline:none;box-shadow:0 0 15px #ff691526}.form-submit-btn{background:var(--accent-orange-gradient);color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;display:flex}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff691559}.form-submit-btn:disabled{background:var(--text-muted);cursor:not-allowed;box-shadow:none;transform:none}.success-overlay{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1.5rem;animation:.5s fadeIn;display:flex}.success-icon{color:#25d366}.success-overlay h2{font-family:var(--font-title);font-size:2.25rem;font-weight:700}.success-overlay p{color:var(--text-secondary);max-width:500px;font-size:1.05rem}.success-btn{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-smooth);background:0 0;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.success-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.error-message{color:#ef4444;border-radius:var(--border-radius);background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (width<=768px){.contact-form-container{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.25rem}}.HomeLanding-root{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;position:relative;overflow:hidden}.HomeLanding-root:before{content:"";opacity:.1;z-index:1;background-image:radial-gradient(#ff6915 2px,#0000 2.5px);background-size:12px 12px;width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);position:absolute;top:clamp(20px,5vw,40px);right:clamp(20px,5vw,40px)}.HomeLanding-root:after{content:"";opacity:.1;z-index:1;background:linear-gradient(-45deg,#ff6915,gold,#ff6915) 0 0/200% 200%;border-radius:50%;width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);position:absolute;bottom:clamp(20px,5vw,40px);left:clamp(20px,5vw,40px)}.HomeLanding-root main.HomeLanding-landing{z-index:2;align-items:center;gap:clamp(3rem,6vw,6rem);width:100%;min-height:calc(100vh - 5rem);padding:clamp(2rem,5vw,5rem) clamp(1.5rem,4vw,3rem);display:flex;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section{flex:1;padding-right:clamp(1rem,3vw,2rem);position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section:before{display:none}.HomeLanding-root main.HomeLanding-landing article.content-section h1{color:#333;letter-spacing:-.02em;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15}.HomeLanding-root main.HomeLanding-landing article.content-section h1 .headline-line{display:block}.HomeLanding-root main.HomeLanding-landing article.content-section p{color:#4a5568;letter-spacing:-.01em;margin-bottom:1.75rem;padding-left:1rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section p:before{content:"";opacity:1;background-color:#ff6915;width:2px;height:100%;position:absolute;top:0;left:0}.HomeLanding-root main.HomeLanding-landing article.content-section .text-highlight{color:#ff6915;font-style:italic;font-weight:700}.HomeLanding-root main.HomeLanding-landing article.content-section .text-highlight.underline{text-underline-offset:3px;text-decoration:underline}.HomeLanding-root main.HomeLanding-landing article.content-section .hero-buttons{display:inline-block;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section .button-backdrop-circle{z-index:0;background-color:#fff4e5;border-radius:50%;width:110px;height:110px;position:absolute;top:60%;left:15%;transform:translate(-50%,-50%)}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button{color:#333;cursor:pointer;z-index:1;background:linear-gradient(105deg,#ff6915 35%,#fff 35%);border:1px solid #ff6915;align-items:center;gap:.5rem;margin-top:clamp(1.5rem,3vw,2.5rem);padding:clamp(.8rem,2vw,1.1rem) clamp(2rem,3vw,2.75rem);font-size:clamp(1rem,1.2vw,1.15rem);font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:hover{color:#fff;background-color:#ff6915;transform:translateY(-2px);box-shadow:0 12px 24px #ff691526}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button .button-arrow{transition:transform .3s}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button:hover .button-arrow{transform:translate(5px)}.HomeLanding-root main.HomeLanding-landing aside.image-section{flex:1;height:60vh;position:relative}.HomeLanding-root main.HomeLanding-landing aside.image-section:before{content:"";opacity:.3;z-index:1;border:4px solid #ff6915;width:100%;height:100%;transition:all .3s;position:absolute;top:-20px;right:-20px}.HomeLanding-root main.HomeLanding-landing aside.image-section .image-container{z-index:2;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px #0000001f}.HomeMarketing-root{background-color:#fff5f5;width:100%;padding:3rem 1.5rem;position:relative;overflow:hidden}.HomeMarketing-root .container{z-index:2;gap:4rem;display:flex;position:relative}.HomeMarketing-root .left-section{flex-direction:column;flex:1;justify-content:center;display:flex}.HomeMarketing-root .left-section h2{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.HomeMarketing-root .left-section h2:after{display:none}.HomeMarketing-root .left-section p{color:#4a5568;margin-bottom:1.5rem;position:relative}.bordered-paragraph{padding-left:1rem;position:relative}.bordered-paragraph:before{content:"";background-color:#e5af5b;width:2px;height:100%;position:absolute;top:0;left:0}.HomeMarketing-root .right-section{flex-direction:column;flex:1;display:flex;position:relative}.HomeMarketing-root .right-section .business-growth{color:#e5af5b;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:3rem;font-size:.85rem;font-weight:600;display:inline-block;position:relative}.HomeMarketing-root .right-section .business-growth:before{content:"";background-color:#e5af5b;width:2rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.HomeMarketing-root .right-section h1{color:#333;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.HomeMarketing-root .right-section h1 .highlight-underline{display:inline-block;position:relative}.HomeMarketing-root .right-section h1 .highlight-underline:after{content:"";z-index:-1;background-color:#e5af5b;width:100%;height:3px;position:absolute;bottom:.15rem;left:0}.HomeMarketing-root .right-section h1 .highlight{display:inline-block;position:relative}.HomeMarketing-root .right-section h1 .highlight:after{content:"";z-index:-1;opacity:.5;background-color:gold;width:100%;height:.5rem;position:absolute;bottom:.25rem;left:0}.HomeMarketing-root .right-section .description{color:#4a5568;margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.HomeMarketing-root .right-section .features{flex-direction:column;gap:1.25rem;display:flex}.HomeMarketing-root .right-section .features.list-features{gap:.75rem;margin-bottom:2rem}.HomeMarketing-root .right-section .features .feature-item{border:1px solid var(--border-color);border-radius:var(--border-radius);background:#fff;align-items:center;padding:.85rem 1.25rem;transition:all .3s;display:flex}.success-numbers-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:1.5rem 1.5rem 1rem;position:relative;overflow:hidden}.success-numbers-section .container{z-index:1;max-width:1140px;margin:0 auto;position:relative}.success-numbers-section .section-header.text-center{text-align:center;margin-bottom:.9rem}.success-numbers-section .section-subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.65rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.success-numbers-section .section-title{color:#111;margin:0;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:800;line-height:1.05}.success-numbers-section .section-title:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:999px;width:72px;height:4px;margin:.95rem auto 0;display:block}.success-numbers-section .section-quote{max-width:640px;margin-top:1rem;margin-left:auto;margin-right:auto;position:relative}.success-numbers-section .section-quote p{color:#4a5568;margin:0;font-size:1rem;line-height:1.6}.success-numbers-section .section-quote:before,.success-numbers-section .section-quote:after{content:"\"";color:#ff691529;font-size:2.4rem;line-height:1;position:absolute}.success-numbers-section .section-quote:before{top:-8px;left:-8px}.success-numbers-section .section-quote:after{content:"\"";bottom:-8px;right:-8px}.success-numbers-section .success-cards-grid{grid-template-columns:repeat(3,minmax(260px,1fr));grid-auto-rows:minmax(0,auto);align-items:stretch;gap:.85rem;margin-top:.8rem;display:grid;position:relative}.success-numbers-section .success-card{background:#fff;border:1px solid #ff69151f;border-radius:24px;flex-direction:column;justify-content:space-between;align-self:stretch;height:100%;padding:1.5rem 1.5rem 1.2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 16px 30px #00000014}.success-summary{gap:1.75rem;margin-top:2.5rem;display:grid}.success-summary .summary-heading{text-align:center;max-width:720px;margin:0 auto}.success-summary .summary-label{text-transform:uppercase;letter-spacing:1.6px;color:#ff6915;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-flex}.success-summary .summary-heading p{color:#4a5568;margin:0;font-size:1rem;line-height:1.8}.success-summary .summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.success-summary .summary-item{background:#fff;border:1px solid #ff69151f;border-radius:20px;padding:1.5rem;box-shadow:0 18px 35px #0000000f}.success-summary .summary-item h4{color:#111;margin:0 0 .75rem;font-size:1.15rem}.success-summary .summary-item p{color:#4a5568;margin:0;line-height:1.75}.success-numbers-section .success-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.success-numbers-section .success-card .card-top{justify-content:space-between;align-items:start;margin-bottom:1.75rem;display:flex}.success-numbers-section .success-card .icon-wrapper{color:#ff6915;background:#ff69151f;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.success-numbers-section .success-card .arrow-icon{color:#ff6915;width:20px;height:20px}.success-numbers-section .success-card .card-body h3{color:#111;margin:0;font-size:clamp(2.75rem,3.5vw,3.5rem);font-weight:800;line-height:1}.success-numbers-section .success-card .card-body h4{color:#2d3748;margin:1rem 0 .65rem;font-size:1.125rem;font-weight:700;position:relative}.success-numbers-section .success-card .card-body h4:after{content:"";opacity:.4;background:#ff6915;border-radius:999px;width:36px;height:3px;position:absolute;bottom:-.35rem;left:0}.success-numbers-section .success-card .card-body p{color:#6b7280;margin:0;font-size:.98rem;line-height:1.8}.success-numbers-section .decorative-circle-left{z-index:0;background:radial-gradient(circle,#ff691524,#0000 60%);border-radius:50%;width:240px;height:240px;position:absolute;top:30%;left:-90px}.success-numbers-section .success-cards-grid>*{z-index:1;position:relative}@media (width<=1024px){.success-numbers-section .success-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.success-numbers-section{padding:3rem 1.5rem}.success-numbers-section .success-cards-grid{grid-template-columns:1fr}.success-numbers-section .section-title{font-size:2.5rem}}.HomeMarketing-root .right-section .features.list-features .feature-item{box-shadow:none;border:1px solid #e2e8f0;border-radius:4px;padding:.75rem 1rem}.HomeMarketing-root .right-section .features .feature-item:hover{border-color:#e5af5b;transform:translate(5px)}.HomeMarketing-root .right-section .features .feature-item svg{color:var(--accent-orange);flex-shrink:0;margin-right:1rem}.HomeMarketing-root .right-section .features.list-features .feature-item .feature-icon{color:#e5af5b;stroke-width:1.5px}.HomeMarketing-root .right-section .features .feature-item span{color:#333;font-size:1.15rem;font-weight:500}.HomeMarketing-root .right-section .bottom-description{color:#4a5568;font-size:1.15rem;line-height:1.7}.offerings-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:3rem 1.5rem}.offerings-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.offering-card{border-radius:var(--border-radius);border:1px solid var(--border-color);background:#fff;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px #0000000d}.offering-card:hover{border-color:var(--accent-orange,#ff6915);transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.offering-card .card-header{margin-bottom:1.5rem}.offering-card .card-header .icon-wrapper{width:56px;height:56px;color:var(--accent-orange);background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;display:flex}.offering-card .card-content .card-title{color:#333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700;position:relative}.offering-card .card-content .card-title:after{content:"";background:var(--accent-orange);opacity:.3;width:40px;height:2px;position:absolute;bottom:0;left:0}.offering-card .card-content .card-description{color:#718096;font-size:.95rem;line-height:1.6}.stats-section{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);width:100%;padding:3rem 1.5rem}.stats-header-content{text-align:center;margin-bottom:4rem}.stats-subtitle{letter-spacing:2px;text-transform:uppercase;color:var(--accent-orange);background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.stats-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.stats-title:after{content:"";background:linear-gradient(90deg,#ff6915,gold);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.stats-description{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.stats-card{border-radius:var(--border-radius);border:1px solid var(--border-color);background:#fff;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px #0000000d}.stats-card:hover{border-color:var(--accent-orange,#ff6915);transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.stats-card .stats-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.stats-card .stats-header .icon-wrapper{background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.stats-card .stats-content .counter-value{color:#333;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.stats-card .stats-content .counter-label{color:#4a5568;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;position:relative}.stats-card .stats-content .counter-label:after{content:"";opacity:.3;background:#ff6915;width:40px;height:2px;position:absolute;bottom:0;left:0}.stats-card .stats-content .counter-description{color:#718096;font-size:.95rem;line-height:1.6}.message-section{background-color:#fff5f5;width:100%;padding:3rem 1.5rem;position:relative;overflow:hidden}.message-section .content-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.founder-image-section .founder-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.founder-image-section .founder-header .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;font-size:.875rem;font-weight:600}.founder-image-section .founder-header .founder-info{text-align:right}.founder-image-section .founder-header .founder-info h4{color:#333;font-size:1.25rem;font-weight:600}.founder-image-section .founder-header .founder-info span{color:#666;font-size:.875rem}.message-content .title{color:#333;margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1.2}.message-content .title .highlight{display:inline-block;position:relative}.message-content .title .highlight:after{content:"";z-index:-1;opacity:.5;background-color:gold;width:100%;height:.5rem;position:absolute;bottom:.25rem;left:0}.message-content .founder-story p{color:#4a5568;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.message-content .mission-statement{border-left:3px solid #ff6915;margin-top:2rem;padding-left:1rem}.message-content .mission-statement h4{color:#ff6915;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.message-content .mission-statement p{color:#4a5568;line-height:1.6}.testimonial-content .content-section{border-radius:var(--border-radius);max-width:800px;transition:var(--transition-smooth);background-color:#fff;margin:0 auto;padding:2.5rem;box-shadow:0 4px 12px #0000000d}.testimonial-content .content-section:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.home-contact-section{background:var(--bg-primary);justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}@media (width<=1024px){.HomeLanding-root main.HomeLanding-landing{flex-direction:column;gap:2rem;min-height:auto;padding:2rem 1.5rem}.HomeLanding-root main.HomeLanding-landing aside.image-section{display:none}.HomeMarketing-root .container{flex-direction:column}.message-section .content-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.HomeLanding-root main.HomeLanding-landing article.content-section h1{font-size:2.2rem}.HomeLanding-root main.HomeLanding-landing article.content-section .cta-button{color:#fff;background:#ff6915;justify-content:center;width:100%}.HomeMarketing-root .left-section h2{font-size:2rem}.HomeMarketing-root .right-section h1{font-size:2.5rem}.stats-title{font-size:2rem}.stats-section,.offerings-section{padding:3rem 1.5rem}.stats-grid,.offerings-grid{grid-template-columns:1fr}}.what-we-offer{background:radial-gradient(circle at 0 0,#ff9b5d14,#0000 40%),linear-gradient(#fffdfd 0%,#fff9f7 100%);padding:110px 0 120px;position:relative;overflow:hidden}.what-we-offer .container{width:92%;max-width:1320px;margin:auto}.offer-header{text-align:center;z-index:2;position:relative}.offer-badge{color:#ff6c1e;letter-spacing:3px;text-transform:uppercase;background:#ffe8dd;border-radius:8px;justify-content:center;align-items:center;height:38px;margin-bottom:34px;padding:0 22px;font-size:14px;font-weight:700;display:inline-flex}.offer-header h2{color:#262626;letter-spacing:-2px;max-width:1180px;margin:auto;font-size:36px;font-weight:800;line-height:1.23}.offer-line{background:#ff8a2d;border-radius:100px;width:120px;height:4px;margin:32px auto 70px}.offer-grid{grid-template-columns:repeat(3,1fr);gap:34px;display:grid}.offer-pattern{opacity:.45;background-image:radial-gradient(#ffd4bf 1.6px,#0000 1.6px);background-size:14px 14px;width:130px;height:130px;position:absolute;top:95px;right:70px}@media (width<=1200px){.offer-header h2{font-size:56px}}@media (width<=992px){.offer-grid{grid-template-columns:1fr}.offer-header h2{font-size:46px;line-height:1.3}.offer-pattern{display:none}}@media (width<=768px){.what-we-offer{padding:80px 0}.offer-header h2{font-size:38px}.offer-line{margin-bottom:50px}}.offer-card{background:#fff;border:1px solid #f2f2f2;border-radius:26px;flex-direction:column;justify-content:flex-start;min-height:460px;padding:42px 42px 40px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;box-shadow:0 18px 50px #1111110d}.offer-card:hover{border-color:#ff8a2d;transform:translateY(-12px);box-shadow:0 28px 70px #1111111f}.card-top{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.card-icon{color:#ff7b26;background:#fff2ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:82px;height:82px;transition:all .35s;display:flex}.offer-card:hover .card-icon{color:#fff;background:#ff7b26}.card-arrow{color:#5b5b5b;transition:all .35s}.offer-card:hover .card-arrow{color:#ff7b26;transform:translate(3px,-3px)}.offer-card h3{color:#222;letter-spacing:-.6px;margin-bottom:24px;font-size:21px;font-weight:700;line-height:1.32}.small-line{background:#ff8a2d;border-radius:100px;width:62px;height:3px;margin-bottom:28px}.offer-card p{color:#6c6c6c;flex:1;margin:0;font-size:18px;line-height:1.95}.offer-card a{color:#222;align-items:center;gap:10px;margin-top:38px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.offer-card a svg{transition:all .3s}.offer-card:hover a{color:#ff7b26}.offer-card:hover a svg{transform:translate(6px)}@media (width<=992px){.offer-card{min-height:auto;padding:35px}.offer-card h3{font-size:28px}.card-icon{width:72px;height:72px}}@media (width<=576px){.offer-card{border-radius:20px;padding:28px}.offer-card h3{font-size:24px}.offer-card p{font-size:16px;line-height:1.8}}.our-clients{background:radial-gradient(circle at 0,#ffaa6e14,#0000 35%),linear-gradient(#fffdfc 0%,#fff8f7 100%);padding:0 0 110px;position:relative;overflow:hidden}.our-clients .container{z-index:2;width:min(1320px,92%);margin:0 auto;position:relative}.clients-pattern{opacity:.45;background-image:radial-gradient(#ffd5bf 1.7px,#0000 1.7px);background-size:14px 14px;width:120px;height:120px;position:absolute;top:80px;right:60px}.our-clients:before{content:"";background:radial-gradient(#ffbb5c38,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:120px;left:-130px}.clients-header{text-align:center;max-width:980px;margin:auto}.clients-badge{color:#ff7328;letter-spacing:3px;text-transform:uppercase;background:#ffe9df;border-radius:8px;justify-content:center;align-items:center;margin-bottom:28px;padding:12px 22px;font-size:14px;font-weight:700;display:inline-flex}.clients-header h2{color:#2b2b2b;letter-spacing:-2px;margin-bottom:30px;font-size:36px;font-weight:800;line-height:1.18}.clients-header h2 span{display:inline-block;position:relative}.clients-header h2 span:after{content:"";z-index:-1;background:#ffd861;border-radius:20px;width:100%;height:8px;position:absolute;bottom:7px;left:0}.clients-header p{color:#687283;max-width:760px;margin:auto;font-size:21px;line-height:1.8}.clients-slider{margin-top:80px}@media (width<=1200px){.clients-header h2{font-size:54px}}@media (width<=992px){.our-clients{padding:90px 0}.clients-header h2{font-size:44px}.clients-header p{font-size:18px}.clients-pattern{display:none}}@media (width<=768px){.clients-header h2{font-size:34px;line-height:1.3}.clients-badge{letter-spacing:2px;font-size:12px}.clients-header p{font-size:16px;line-height:1.7}}.client-grid{background:#fff;border:1px solid #ececec;grid-template-columns:repeat(4,1fr);margin-top:80px;display:grid}.client-card{border-bottom:1px solid #ececec;border-right:1px solid #ececec;flex-direction:column;justify-content:center;align-items:center;height:205px;transition:all .3s;display:flex}.client-card:nth-child(4n){border-right:none}.client-card img{object-fit:contain;max-width:180px;max-height:90px;margin-bottom:28px}.client-placeholder{color:#7d8596;text-align:center;background-color:#f9f9f9;border:1px dashed #d9d9d9;border-radius:8px;justify-content:center;align-items:center;width:180px;height:90px;margin-bottom:28px;padding:10px;font-size:14px;font-weight:600;display:flex}.client-card span{color:#7d8596;font-size:24px}.client-card:hover{background:#fff8f4}.more-btn-wrapper{justify-content:center;margin-top:34px;display:flex}.more-btn{color:#2b2b2b;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 34px;font-size:18px;font-weight:600;transition:all .3s;display:inline-flex}.more-btn svg{flex-shrink:0;transition:transform .3s}.more-btn:hover svg{transform:translateY(2px)}.more-btn span{justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.more-btn:hover{color:#fff;background:#ff7b26;border-color:#ff7b26}.client-card{cursor:pointer;background:#fff;transition:all .35s}.client-card img{transition:transform .35s}.client-card:hover{z-index:2;border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.client-card:hover img{transform:scale(1.05)}.hidden-card{display:none}.more-btn svg{transition:transform .35s}.more-btn.active svg{transform:rotate(180deg)}@media (width<=768px){.client-grid{background:#fff;border:1px solid #ececec;grid-template-columns:repeat(2,1fr);display:grid}.client-card{border-bottom:1px solid #ececec;border-right:1px solid #ececec;flex-direction:column;justify-content:center;align-items:center;min-height:170px;padding:18px 12px;display:flex}.client-card img{object-fit:contain;width:100%;max-width:120px;height:auto;max-height:55px}.client-placeholder{width:100%;max-width:120px;height:55px;margin-bottom:0;padding:5px;font-size:11px}.client-card span{color:#7d8798;text-align:center;margin-top:18px;font-size:15px;line-height:1.4}.more-btn-wrapper{justify-content:center;margin-top:28px;display:flex}.more-btn{border-radius:999px;width:220px;height:56px;font-size:18px;font-weight:600}}@media (width<=480px){.client-grid{grid-template-columns:1fr}}.get-touch{background:#fff8f7;padding:120px 0 80px;position:relative;overflow:hidden}.get-touch .container{width:calc(100% - 60px);max-width:1520px;margin:0 auto}.get-touch-glow{background:radial-gradient(#ffbe5a38,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:80px;left:-120px}.get-touch-dots{opacity:.5;background-image:radial-gradient(#ffd7c4 1.5px,#0000 1.5px);background-size:14px 14px;width:110px;height:110px;position:absolute;top:90px;right:60px}.get-touch-header{text-align:center;max-width:900px;margin:0 auto 60px}.get-touch-badge{color:#ff6f1e;letter-spacing:2px;text-transform:uppercase;background:#ffe8dc;border-radius:8px;margin-bottom:28px;padding:12px 22px;font-size:14px;font-weight:700;display:inline-block}.get-touch-header h2{color:#2c2c2c;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.15}.get-touch-line{background:#ff8a24;border-radius:100px;width:82px;height:4px;margin:0 auto 30px}.get-touch-header p{color:#6b7280;max-width:760px;margin:auto;font-size:21px;line-height:1.8}@media (width<=992px){.get-touch{padding:90px 0 70px}.get-touch-header h2{font-size:42px}.get-touch-header p{font-size:18px}.get-touch-dots{display:none}}@media (width<=768px){.get-touch-header h2{font-size:34px}.get-touch-header p{font-size:16px}.get-touch-badge{letter-spacing:1.5px;font-size:12px}}.appointment-card{background:#fff;border-radius:24px;width:100%;margin-top:70px;padding:40px;box-shadow:0 20px 60px #00000014}.appointment-form{flex-direction:column;gap:28px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#2f2f2f;align-items:center;gap:8px;margin-bottom:12px;font-size:17px;font-weight:600;display:flex}.form-group label svg{color:#ff6f1e}.form-group input,.form-group select,.form-group textarea{color:#2f2f2f;background:#fff;border:1px solid #e4e8ef;border-radius:10px;width:100%;padding:18px 20px;font-family:inherit;font-size:17px;transition:all .25s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ff8a24;outline:none;box-shadow:0 0 0 4px #ff8a241f}.row{grid-template-columns:1fr 1fr;gap:22px;display:grid}textarea{resize:vertical;min-height:150px}.char-count{color:#8f99a8;align-self:flex-end;margin-top:10px;font-size:14px}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff9552,#ffb27d);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;height:62px;margin-top:10px;font-size:21px;font-weight:700;transition:all .3s;display:flex}.submit-btn svg{transition:all .3s}.submit-btn:hover svg{transform:translate(4px,-4px)}@media (width<=992px){.appointment-card{padding:30px}.row{grid-template-columns:1fr}}@media (width<=768px){.appointment-card{border-radius:18px;padding:24px}.submit-btn{font-size:18px}}.impact-section{background:linear-gradient(#fffdfc 0%,#fff7f3 100%);padding:110px 0;position:relative;overflow:hidden}.impact-section:before{content:"";filter:blur(6px);background:#ffc25e38;border-radius:50%;width:170px;height:170px;position:absolute;bottom:40px;left:-70px}.impact-section:after{content:"";opacity:.8;background-image:radial-gradient(#ffd6bf 1.3px,#0000 1.3px);background-size:12px 12px;width:115px;height:115px;position:absolute;top:60px;right:70px}.impact-header{text-align:center;margin-bottom:70px}.impact-badge{color:#ff6b21;letter-spacing:2px;background:#ffe9dd;border-radius:8px;margin-bottom:22px;padding:10px 22px;font-size:.9rem;font-weight:700;display:inline-block}.impact-header h2{color:#2f3137;margin-bottom:18px;font-size:2.5rem;font-weight:700;line-height:1.2}.impact-line{background:linear-gradient(90deg,#ff7a1f,#ffc533);border-radius:999px;width:120px;height:4px;margin:auto}.impact-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.impact-card{text-align:center;background:#fff;border-radius:10px;padding:48px 34px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000000d}.impact-card:before{content:"";background:#ff6b21;width:4px;height:0;transition:all .35s;position:absolute;top:0;left:0}.impact-card:hover{transform:translateY(-10px);box-shadow:0 18px 45px #0000001a}.impact-card:hover:before{height:100%}.impact-icon{color:#ff6b21;background:#fff1e8;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 30px;transition:all .35s;display:flex}.impact-card:hover .impact-icon{color:#fff;background:#ff6b21;transform:rotate(-8deg)scale(1.08)}.impact-card h3{color:#ff6b21;margin-bottom:8px;font-size:3rem;font-weight:700}.impact-card h4{color:#2f3137;margin-bottom:18px;font-size:1.45rem;font-weight:700}.impact-divider{background:#ffb78d;width:42px;height:2px;margin:0 auto 18px}.impact-card p{color:#6d7688;font-size:1rem;line-height:1.8}@media (width<=992px){.impact-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.impact-section{padding:70px 0}.impact-grid{grid-template-columns:1fr;gap:22px}.impact-header{margin-bottom:45px}.impact-header h2{font-size:2rem}.impact-card{padding:40px 28px}.impact-card h3{font-size:2.5rem}.impact-card h4{font-size:1.25rem}}.awards-section{background:#fff8f6;padding:100px 20px;position:relative;overflow:hidden}.awards-section .container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.awards-glow{filter:blur(6px);background:#ffb84d38;border-radius:50%;width:170px;height:170px;position:absolute;bottom:40px;left:30px}.awards-dots{opacity:.8;background-image:radial-gradient(#ffd2b3 1.8px,#0000 1.8px);background-size:10px 10px;width:120px;height:120px;position:absolute;top:70px;right:50px}.awards-header{text-align:center;margin-bottom:70px}.awards-badge{color:#ff6915;letter-spacing:2px;background:#ff691514;border-radius:6px;margin-bottom:22px;padding:10px 22px;font-size:13px;font-weight:700;display:inline-block}.awards-header h2{color:#333;margin-bottom:20px;font-size:44px;font-weight:700}.awards-line{background:#ffb400;border-radius:20px;width:90px;height:4px;margin:auto}.awards-grid{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.award-card{text-align:center;background:#fff;border-radius:10px;width:300px;padding:28px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 35px #00000014}.award-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.award-image{justify-content:center;align-items:center;height:260px;margin-bottom:22px;display:flex}.award-image img{object-fit:contain;max-width:100%;max-height:240px}.award-card p{color:#333;font-size:20px;font-weight:500;line-height:1.6}@media (width<=992px){.awards-header h2{font-size:42px}.award-card{width:280px}}@media (width<=768px){.awards-section{padding:70px 20px}.awards-header{margin-bottom:50px}.awards-header h2{font-size:34px;line-height:1.3}.awards-grid{gap:22px}.award-card{width:100%;max-width:380px;padding:24px}.award-image{height:220px}.award-image img{max-height:200px}.award-card p{font-size:17px}.awards-dots{display:none}}@media (width<=480px){.awards-section{padding:60px 18px}.awards-header h2{font-size:28px}.awards-badge{letter-spacing:1px;padding:8px 18px;font-size:11px}.award-image{height:180px}.award-image img{max-height:170px}.award-card p{font-size:16px}}.founder-section{background:#fff8f6;padding:100px 20px;position:relative;overflow:hidden}.founder-section .container{max-width:1240px;margin:0 auto}.founder-grid{grid-template-columns:430px 1fr;align-items:start;gap:70px;display:grid}.founder-badge{letter-spacing:2px;color:#ff6b15;margin-bottom:18px;font-size:12px;font-weight:700;display:inline-block}.founder-name{text-align:center;margin-bottom:20px}.founder-name h4{color:#222;margin-bottom:4px;font-size:22px}.founder-name span{color:#888;font-size:14px}.founder-image{border-radius:6px;margin-bottom:24px;overflow:hidden}.founder-image img{width:100%;display:block}.founder-stats{flex-direction:column;gap:16px;display:flex}.stat-card{background:#fff;border-radius:8px;gap:18px;padding:18px;display:flex;box-shadow:0 8px 25px #0000000f}.stat-icon{color:#ff6b15;background:#ff69151a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.stat-card h5{color:#666;margin-bottom:4px;font-size:14px}.stat-card h3{color:#ff6b15;margin-bottom:4px;font-size:34px}.stat-card p{color:#777;font-size:13px;line-height:1.6}.founder-right h2{color:#222;margin-bottom:28px;font-size:56px;line-height:1.15}.founder-right h3{color:#222;margin-top:28px;margin-bottom:12px;font-size:22px}.founder-right p{color:#666;margin-bottom:16px;font-size:16px;line-height:1.9}.founder-right blockquote{color:#ff6b15;border-left:4px solid #ff6b15;margin:40px 0;padding-left:24px;font-size:22px;font-style:italic;line-height:1.6}.founder-highlight{background:#ff69150f;border-left:4px solid #ff6b15;border-radius:8px;margin:40px 0;padding:30px}.founder-highlight h4{color:#ff6b15;margin-bottom:12px;font-size:24px}.founder-highlight p{margin:0}.founder-features{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}.feature-item{background:#fff;border-radius:8px;padding:22px;transition:all .3s;box-shadow:0 8px 20px #0000000d}.feature-item:hover{transform:translateY(-6px)}.feature-item h5{color:#222;margin-bottom:10px;font-size:18px}.feature-item p{margin:0;font-size:15px}@media (width<=992px){.founder-grid{grid-template-columns:1fr;gap:60px}.founder-left{max-width:520px;margin:auto}.founder-right h2{font-size:44px}}@media (width<=768px){.founder-section{padding:70px 20px}.founder-right h2{font-size:34px}.founder-right h3{font-size:22px}.founder-right blockquote{font-size:18px}.founder-features{grid-template-columns:1fr}.stat-card h3{font-size:28px}}@media (width<=480px){.founder-section{padding:60px 18px}.founder-right h2{font-size:30px}.founder-highlight{padding:22px}.feature-item{padding:18px}}.testimonial-section{background-color:#fff5f5;border-top:4px solid #ff69151a;width:100%;padding:5rem 3rem}.testimonial-section .header-content{text-align:center;margin-bottom:4rem}.testimonial-section .header-content .subtitle{letter-spacing:2px;text-transform:uppercase;color:#ff6915;background:#ff69151a;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.testimonial-section .header-content .title{color:#333;font-size:2.5rem;font-weight:700}.testimonial-section .header-content .title .highlight{display:inline-block;position:relative}.testimonial-section .header-content .title .highlight:after{content:"";z-index:-1;opacity:.5;background-color:gold;width:100%;height:8px;position:absolute;bottom:-.5rem;left:0}.testimonial-content .content-section{border-radius:var(--border-radius);background-color:#fff;max-width:800px;margin:0 auto;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0000000d}.testimonial-content .content-section:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.testimonial-content .content-section .google-review-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.testimonial-content .content-section .google-review-header .reviewer-info{align-items:center;gap:1rem;display:flex}.testimonial-content .content-section .google-review-header .reviewer-info .reviewer-avatar{color:#fff;background:linear-gradient(45deg,#ff6915,gold);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.testimonial-content .content-section .google-review-header .reviewer-info .reviewer-details h4{color:#333;font-size:1.125rem;font-weight:600}.testimonial-content .content-section .google-review-header .rating{gap:2px;display:flex}.testimonial-content .content-section .testimonial-text{color:#4a5568;margin-bottom:2rem;font-size:1.125rem;line-height:1.8;position:relative}.testimonial-content .content-section .review-footer .role{color:#ff6915;background-color:#ff69151a;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}@media (width<=768px){.testimonial-section{padding:3rem 1.5rem}.testimonial-content .content-section{padding:1.5rem}}.service-detail-page{color:#333;background-color:#fffaf8;font-family:Inter,sans-serif;overflow-x:hidden}:root{--sd-orange:#ff6a13;--sd-orange-light:#fff0e6;--sd-yellow:#fc0;--sd-text-dark:#2d3748;--sd-text-gray:#718096;--sd-border:#f0f0f0}.sd-container{width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(1.5rem,6vw,5rem)}.sd-hero{background-color:#0000;padding:8rem 0 6rem;position:relative}.sd-hero-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.sd-dot-pattern{opacity:.8;background-image:radial-gradient(#ffddc1 15%,#0000 15%);background-size:16px 16px;width:250px;height:250px;position:absolute;top:0;right:0}.sd-circle{background:#fdf3e7;border-radius:50%;position:absolute}.sd-circle.bottom-left{width:180px;height:180px;bottom:0;left:50px}.sd-hero-container{z-index:1;justify-content:space-between;align-items:center;gap:4rem;display:flex;position:relative}.sd-hero-content{flex:1;max-width:650px}.sd-subtitle{color:#ff6a13;letter-spacing:1.5px;text-transform:uppercase;background-color:#ffe8d6;border-radius:4px;margin-bottom:2rem;padding:6px 16px;font-size:.75rem;font-weight:800;display:inline-block}.sd-title{color:var(--sd-text-dark);margin-bottom:1.5rem;font-size:clamp(2.8rem,4vw,4.5rem);font-weight:800;line-height:1.15}.sd-highlight-underline{z-index:1;display:inline-block;position:relative}.sd-highlight-underline:after{content:"";z-index:-1;background-color:#ffea75;width:100%;height:6px;position:absolute;bottom:8px;left:0}.sd-desc{color:var(--sd-text-gray);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.sd-btn-primary{color:#fff;background:linear-gradient(90deg,#ff6a13,#ffb300);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1.1rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #ff6a1340}.sd-btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ff6a1366}.sd-hero-image-wrapper{flex:1;justify-content:center;align-items:center;max-width:800px;display:flex;position:relative}.sd-hero-img{z-index:2;background:#fff;border-radius:12px;width:100%;position:relative;box-shadow:0 20px 40px #00000014}.sd-benefits{background-color:#fffaf8;padding:6rem 0}.sd-section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.sd-section-subtitle{color:var(--sd-orange);letter-spacing:1.5px;text-transform:uppercase;background-color:#ffe8d6;border-radius:4px;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-block}.sd-section-title{color:var(--sd-text-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.sd-title-underline{background:linear-gradient(90deg, var(--sd-orange), var(--sd-yellow));width:50px;height:3px;margin-top:15px}.sd-benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.sd-benefit-card{background:#fff;border:1px solid #00000008;border-radius:12px;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00000005}.sd-benefit-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.sd-benefit-icon{width:48px;height:48px;color:var(--sd-orange);background-color:#fff0e6;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.sd-benefit-card h3{color:var(--sd-text-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sd-benefit-card p{color:var(--sd-text-gray);font-size:.95rem;line-height:1.6}.sd-process{background-color:#fffaf8;padding:6rem 0}.sd-process-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sd-process-card{text-align:center;background:#fff;border:1px solid #00000008;border-radius:12px;padding:2.5rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #00000005}.sd-process-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.sd-process-step{width:44px;height:44px;color:var(--sd-orange);background-color:#fff0e6;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1rem;font-weight:800;display:flex}.sd-process-card h3{color:var(--sd-text-dark);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.sd-process-card p{color:var(--sd-text-gray);font-size:.9rem;line-height:1.5}.sd-stats{background-color:#fff;padding:5rem 0}.sd-stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.sd-stat-card{border:1px solid var(--sd-border);text-align:center;background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.sd-stat-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.sd-stat-value{color:var(--sd-orange);margin-bottom:.5rem;font-size:3rem;font-weight:800}.sd-stat-card h3{color:var(--sd-text-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.sd-stat-card p{color:var(--sd-text-gray);font-size:.9rem}.sd-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#fc0,#ff6a13);padding:6rem 0}.sd-cta-container{max-width:1000px;margin:0 auto;padding:0 2rem}.sd-cta h2{margin-bottom:2.5rem;font-size:3rem;font-weight:800}.sd-btn-white{color:var(--sd-orange);background-color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #0000001a}.sd-btn-white:hover{color:var(--sd-orange);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media (width<=1024px){.sd-hero-container{text-align:center;flex-direction:column}.sd-title{font-size:2.8rem}.sd-benefits-grid{grid-template-columns:1fr}.sd-process-grid{grid-template-columns:repeat(2,1fr)}.sd-stats-grid{grid-template-columns:1fr}}@media (width<=768px){.sd-hero{padding:5rem 0 3rem}.sd-hero-container{gap:2rem}.sd-subtitle{margin-bottom:1rem}.sd-title{font-size:2.8rem;line-height:1.1}.sd-highlight-underline:after{height:10px;bottom:5px}.sd-desc{text-align:left;border-left:4px solid var(--sd-orange);margin-bottom:2rem;padding-left:1.25rem;font-size:1.05rem}.sd-btn-primary{justify-content:center;width:100%}.sd-process-grid{grid-template-columns:1fr}.sd-cta h2{font-size:2rem}}.service-showcase{background:#fff7f5;padding:70px 0 90px}.service-showcase .showcase-container{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(1.5rem,6vw,5rem)}.showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.showcase-left{flex-direction:column;justify-content:center;display:flex}.showcase-badge{color:#ff6a13;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:16px;margin-bottom:24px;font-size:.9rem;font-weight:700;display:inline-flex}.showcase-badge:before{content:"";background:#ff6a13;width:40px;height:2px}.showcase-title{color:#1a1a1a;margin:0 0 24px;font-size:3.8rem;font-weight:800;line-height:1.2}.showcase-title span{z-index:1;display:inline-block;position:relative}.showcase-title span:after{content:"";z-index:-1;background:#fc0;width:100%;height:12px;position:absolute;bottom:8px;left:0}.showcase-description{color:#5b6475;margin-bottom:34px;font-size:1.1rem;line-height:1.9}.showcase-features{flex-direction:column;gap:16px;display:flex}.feature-card{background:#fff;border-radius:10px;align-items:center;gap:16px;padding:22px 24px;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000000d}.feature-card:hover{transform:translate(8px);box-shadow:0 15px 35px #00000014}.feature-card svg{color:#ff6915;flex-shrink:0}.showcase-note{color:#555;background:#ff69150d;border-left:4px solid #ff6915;margin-top:36px;padding:26px;line-height:1.8}.showcase-right{border-radius:10px;height:820px;position:relative;overflow:hidden;box-shadow:0 20px 55px #0000001f}.showcase-right img{object-fit:cover;width:100%;height:100%;display:block}.image-overlay{color:#fff;background:linear-gradient(#0000,#000000d1);padding:34px;position:absolute;bottom:0;left:0;right:0}.image-overlay h3{margin:0;font-size:2rem;font-weight:700}.image-overlay p{opacity:.95;margin-top:10px}@media (width<=1100px){.service-showcase{padding:60px 0 80px}.service-showcase .container{padding:0 30px}.showcase-grid{grid-template-columns:1fr;gap:55px}.showcase-right{order:-1;height:500px}.showcase-title{font-size:3rem}}@media (width<=768px){.service-showcase{padding:50px 0 70px}.service-showcase .container{padding:0 20px}.showcase-title{font-size:2.4rem}.title-line{width:170px}.showcase-description{font-size:1rem}.feature-card{padding:18px}.showcase-right{height:380px}.image-overlay{padding:24px}.image-overlay h3{font-size:1.5rem}}@media (width<=480px){.showcase-title{font-size:2rem}.showcase-right{height:320px}.feature-card{font-size:.95rem}}.services-overview{background:#fff7f5;padding:110px 0}.services-overview .showcase-container{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(1.5rem,6vw,5rem)}.section-header{text-align:center;max-width:760px;margin:0 auto 70px}.section-badge{color:#ff6915;letter-spacing:2px;background:#ff691514;border-radius:6px;margin-bottom:20px;padding:10px 22px;font-size:.85rem;font-weight:700;display:inline-block}.section-header h2{color:#2d2d2d;margin-bottom:34px;font-size:3.3rem;font-weight:800;line-height:1.2}.section-header h2 span{z-index:1;display:inline-block;position:relative}.section-header h2 span:after{content:"";z-index:-1;background:#fc0;width:100%;height:10px;position:absolute;bottom:6px;left:0}.section-header p{color:#606c80;font-size:1.15rem;line-height:1.9}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background:#fff;border-radius:12px;padding:34px;transition:all .35s;box-shadow:0 12px 35px #0000000f}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0000001a}.icon-box{color:#ff6915;background:#ff69151a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:28px;display:flex}.service-card h3{color:#404d63;margin-bottom:14px;font-size:1.75rem;font-weight:700}.card-line{background:#ffd4b5;width:44px;height:3px;margin-bottom:24px}.service-card p{color:#66748a;margin-bottom:28px;font-size:1.02rem;line-height:1.9}.learn-more{color:#4b566a;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:600;transition:all .3s}.learn-more:hover{color:#ff6915}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-overview{padding:80px 0}.services-overview .container{width:min(100%,100% - 40px)}.section-header h2{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:28px}}.blogs-page{background-color:#fff;padding:0;font-family:Poppins,sans-serif}.content-section.container{max-width:1400px;margin:0 auto;padding:48px}.blogs-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,350px),1fr));gap:2rem;margin-top:2rem;display:grid}.blog-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:4px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.blog-card:hover{border-color:#ff6915;transform:translateY(-8px);box-shadow:0 20px 40px #ff69151f}.blog-image{height:240px;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{flex-direction:column;flex:1;padding:2rem;display:flex}.blog-category{text-transform:uppercase;letter-spacing:1px;color:#ff6915;margin-bottom:12px;font-size:14px;font-weight:500;display:block}.blog-title{color:#333;margin-bottom:16px;font-size:24px;font-weight:600;line-height:1.4}.blog-card:hover .blog-title{color:#ff6915;transition:color .3s}.blog-summary{color:#666;flex:1;margin-bottom:24px;font-size:16px;line-height:1.6}.blog-meta{color:#a0aec0;border-top:1px solid #f1f5f9;align-items:center;gap:1.5rem;margin-bottom:24px;padding-top:16px;font-size:14px;display:flex}.blog-meta span{align-items:center;gap:.25rem;display:flex}.read-more{color:#ff6915;align-items:center;gap:.5rem;font-size:16px;font-weight:600;text-decoration:none;transition:gap .3s;display:flex}.blog-card:hover .read-more{gap:.75rem}.no-results{text-align:center;color:#718096;background:#fff;border:1px solid #f1f5f9;border-radius:8px;padding:4rem 2rem}@media (width<=768px){.content-section.container{padding:24px}.blog-title{font-size:20px}}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:48px;display:flex}.pagination-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;min-width:44px;height:44px;padding:0 12px;font-family:Poppins,sans-serif;font-size:16px;transition:all .2s;display:flex}.pagination-btn:hover{color:#ff6915;border-color:#ff6915}.pagination-btn.active{color:#fff;background:#ff6915;border-color:#ff6915}.pagination-btn.active:hover{color:#fff;background:#e55a0e;border-color:#e55a0e}.blogs-hero{background:linear-gradient(#fff5f5 0%,#fff5f5cc 100%);padding:140px 0 100px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.blogs-hero-content{text-align:center;max-width:900px;margin:auto}.blogs-badge{color:#ff6915;letter-spacing:1px;text-transform:uppercase;background:#ffefe5;border-radius:4px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-block}.blogs-title{color:#333;margin:0;font-size:56px;font-weight:600;line-height:1.2}.blogs-title span{color:#ff6915}.blogs-description{color:#666;max-width:700px;margin:24px auto 0;font-size:18px;line-height:1.6}@media (width<=992px){.blogs-title{font-size:42px}.blogs-description{font-size:16px}}@media (width<=768px){.blogs-hero{padding:100px 20px 70px}.blogs-title{font-size:32px}.blogs-description{font-size:15px}}.blogs-toolbar{margin-top:70px;margin-bottom:70px}.toolbar-wrapper{grid-template-columns:1fr auto auto;align-items:center;gap:18px;max-width:1320px;margin:0 auto;padding:0 40px;display:grid}.toolbar-search{background:#fff;border:1px solid #e7e7e7;border-radius:10px;align-items:center;width:100%;min-width:0;height:60px;padding:0 20px;display:flex;box-shadow:0 6px 20px #0000000a}.toolbar-search svg{color:#5b6476;flex-shrink:0}.toolbar-search input{background:0 0;border:none;outline:none;flex:1;width:100%;margin-left:14px;font-size:16px}.toolbar-search input::placeholder{color:#8a93a5}.toolbar-right{align-items:center;gap:16px;display:flex}.toolbar-select select{cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:10px;outline:none;width:170px;height:60px;padding:0 18px;font-size:15px}.sort-button{cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:10px;align-items:center;gap:12px;height:60px;padding:0 24px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.sort-button:hover{color:#ff6915;border-color:#ff6915}.sort-select{align-items:center;display:flex;position:relative}.sort-select select{width:170px;height:60px;padding-left:45px}.sort-icon{color:#444;pointer-events:none;position:absolute;left:16px}@media (width<=992px){.toolbar-wrapper{flex-direction:column;align-items:stretch;display:flex}.toolbar-right{width:100%}.toolbar-select{flex:1}.toolbar-select select{width:100%}.sort-button{flex:1;justify-content:center}}@media (width<=600px){.toolbar-wrapper{padding:0 20px}.toolbar-right{flex-direction:column;align-items:stretch}.sort-button,.sort-select select{width:100%}}.blog-detail-container{max-width:840px;margin:0 auto;padding:0 1.5rem}.blog-detail-article{padding:3rem 0}.blog-detail-title{color:#1a202c;text-align:left;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.25}.blog-body-text{text-align:left;margin:0}@media (width<=768px){.blog-detail-article{padding:1.5rem 0}.blog-detail-title{font-size:2rem}.blog-detail-page{padding:2rem 0!important}}.booking-widget-container{width:100%;max-width:1000px;margin:0 auto;padding:3rem}.booking-layout{grid-template-columns:1.2fr 1fr;gap:3.5rem;display:grid}.widget-title{color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:2rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.month-nav{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.month-nav h4{font-size:1.1rem;font-weight:700}.month-nav-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.month-nav-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#ff69151a}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:2rem;display:grid}.day-header{text-align:center;text-transform:uppercase;color:var(--text-muted);padding:.5rem 0;font-size:.8rem;font-weight:700}.calendar-day{aspect-ratio:1;color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:500;display:flex}.calendar-day.empty{cursor:default;pointer-events:none}.calendar-day.disabled{color:var(--text-muted);opacity:.25;cursor:not-allowed}.calendar-day.active-day:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#ff69151a}.calendar-day.selected{font-weight:700;box-shadow:0 4px 15px #ff691566;background:var(--accent-orange-gradient)!important;color:#fff!important}.slots-section{border-top:1px solid var(--border-color);padding-top:1.5rem}.slots-section h4{color:var(--text-primary);align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.95rem;display:flex}.slots-loading{color:var(--text-secondary);align-items:center;gap:.75rem;padding:1rem 0;font-size:.9rem;display:flex}.spinner{border:2px solid #ffffff1a;border-top-color:var(--accent-orange);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;display:grid}.slot-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);text-align:center;background:#ffffff08;border-radius:6px;padding:.65rem .5rem;font-size:.9rem;font-weight:600}.slot-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#ff691514}.slot-btn.selected{background:var(--accent-orange-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 15px #ff69154d}.no-slots-alert{color:var(--accent-orange);border-radius:var(--border-radius);background:#ff69150d;border:1px solid #ff69151a;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.booking-details-form{flex-direction:column;gap:1.25rem;display:flex}.booking-summary-badge{border-radius:var(--border-radius);background:#ff691514;border:1px solid #ff691526;padding:.75rem 1rem;font-size:.95rem}.booking-summary-badge strong{color:var(--accent-orange)}.booking-form-placeholder{text-align:center;height:100%;min-height:300px;color:var(--text-muted);border:1px dashed var(--border-color);border-radius:var(--border-radius);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.placeholder-icon{opacity:.3;margin-bottom:1rem}.book-btn-submit{background:var(--accent-orange-gradient);color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-smooth);border:none;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700}.book-btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff691559}.booking-success{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1.5rem;display:flex}.success-desc{max-width:600px;font-size:1.15rem}.highlight-text{color:var(--accent-orange)}.sms-notice{color:var(--text-secondary);max-width:500px;font-size:.95rem;font-style:italic;line-height:1.5}.add-calendar-section{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;max-width:500px;margin-top:1rem;padding:2rem 0}.add-calendar-section h3{margin-bottom:1rem;font-size:1rem;font-weight:700}.calendar-links{justify-content:center;gap:1rem;display:flex}.cal-btn{color:#fff;transition:var(--transition-smooth);border-radius:6px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.cal-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.cal-btn.google{background:#4285f4}.cal-btn.outlook{background:#0078d4}.book-another-btn{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-smooth);background:0 0;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.book-another-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange)}@media (width<=992px){.booking-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=576px){.booking-widget-container{padding:1.5rem}.calendar-grid{gap:.25rem}.calendar-day{font-size:.85rem}.calendar-links{flex-direction:column;gap:.75rem}.cal-btn{text-align:center;width:100%}}.contact-section{background:#fff8f6;padding:110px 0 120px;position:relative}.contact-section:before{content:"";background:#ff69150d;border-radius:50%;width:320px;height:320px;position:absolute;bottom:120px;left:-170px}.contact-header{text-align:center;max-width:760px;margin:0 auto 70px}.contact-badge{color:#ff6915;letter-spacing:2px;background:#ff691514;border-radius:5px;justify-content:center;align-items:center;height:34px;margin-bottom:20px;padding:0 18px;font-size:.76rem;font-weight:700;display:inline-flex}.contact-title{color:#2d2d2d;margin:0;font-size:3.35rem;font-weight:800;line-height:1.18}.contact-underline{background:#ffc300;border-radius:100px;width:120px;height:5px;margin:22px auto 0}.contact-container{grid-template-columns:420px 1fr;align-items:start;gap:42px;width:min(1260px,100% - 70px);margin:auto;display:grid}.contact-heading{color:#2d2d2d;margin:0 0 18px;font-size:1.3rem;font-weight:700}.contact-left{flex-direction:column;gap:20px;display:flex}.contact-card{background:#fff;border-radius:8px;align-items:flex-start;gap:18px;min-height:108px;padding:28px;transition:all .3s;display:flex;box-shadow:0 10px 35px #0000000d}.contact-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px #00000014}.contact-icon{color:#ff6915;background:#fff0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-card h4{color:#2d2d2d;margin:3px 0 10px;font-size:1rem;font-weight:700}.contact-card a{color:#ff6915;font-size:.92rem;font-weight:500;text-decoration:none}.contact-card p{color:#7b8494;margin:0;font-size:.92rem;line-height:1.8}.contact-right{background:#fff;border-radius:8px;padding:34px;box-shadow:0 12px 40px #0000000d}.form-title{text-align:center;color:#2d2d2d;margin:0 0 30px;font-size:1.35rem;font-weight:700}.contact-right form{flex-direction:column;display:flex}.form-group{flex-direction:column;margin-bottom:18px;display:flex}.form-group label{color:#444;letter-spacing:.2px;margin-bottom:8px;font-size:.78rem;font-weight:600}.form-group label span{color:#ff5f2e}.form-group input,.form-group textarea,.form-group select{color:#333;background:#fff;border:1px solid #d9dee7;border-radius:2px;outline:none;width:100%;height:48px;padding:0 15px;font-size:.9rem;transition:all .25s}.form-group textarea{resize:none;height:110px;padding:14px 15px}.form-group input::placeholder,.form-group textarea::placeholder{color:#a7afbf}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ff6915;box-shadow:0 0 0 3px #ff691514}.submit-btn{cursor:pointer;color:#fff;background:linear-gradient(90deg,#ff6b18 0%,#ffc61c 100%);border:none;border-radius:2px;width:100%;height:46px;margin-top:8px;font-size:.9rem;font-weight:700;transition:all .25s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #ff6b1838}@media (width<=1100px){.contact-container{grid-template-columns:1fr;gap:45px;width:min(760px,100% - 40px)}.contact-right{order:2}.contact-left{order:1}}@media (width<=768px){.contact-section{padding:80px 0}.contact-container{width:calc(100% - 30px)}.contact-title{font-size:2.45rem}.contact-right{padding:26px}.contact-card{min-height:auto;padding:22px}}@media (width<=480px){.contact-title{font-size:2rem}.contact-header{margin-bottom:50px}.contact-container{width:calc(100% - 20px)}.contact-right{padding:20px}.contact-card{gap:15px}.contact-icon{width:38px;height:38px}}.office-map-section{background:#fff8f6;padding:90px 0 110px;position:relative;overflow:hidden}.office-map-section:before{content:"";background:#ffc15e2e;border-radius:50%;width:250px;height:250px;position:absolute;bottom:35px;left:-120px}.office-map-container{z-index:2;width:min(1200px,100% - 60px);margin:0 auto;position:relative}.office-map-title{color:#2d2d2d;margin:0 0 18px;font-size:2.25rem;font-weight:800;line-height:1.2}.office-map-wrapper{background:#fff;border:1px solid #ececec;border-radius:12px;width:100%;height:390px;overflow:hidden;box-shadow:0 15px 45px #0000000f}.office-map-wrapper iframe{border:none;width:100%;height:100%;display:block}@media (width<=992px){.office-map-section{padding:80px 0}.office-map-container{width:calc(100% - 40px)}.office-map-title{font-size:2rem}.office-map-wrapper{height:340px}}@media (width<=768px){.office-map-section{padding:70px 0}.office-map-container{width:calc(100% - 30px)}.office-map-title{font-size:1.75rem}.office-map-wrapper{height:300px}}@media (width<=480px){.office-map-container{width:calc(100% - 20px)}.office-map-title{font-size:1.5rem}.office-map-wrapper{border-radius:8px;height:260px}}.booking-page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.booking-header-section{text-align:center;background:radial-gradient(circle at 50% 30%,#ff69150d 0%,#0000 60%);padding:6rem 0 2rem}.booking-header-content{max-width:800px;margin:0 auto}.booking-title{font-family:var(--font-title);margin-bottom:1rem;font-size:3rem;font-weight:700}.booking-description{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.booking-widget-section{padding:2rem 0 6rem}@media (width<=768px){.booking-header-section{padding:4rem 0 1.5rem}.booking-title{font-size:2.25rem}.booking-description{font-size:.95rem}}.privacy-page{background:var(--bg-primary);min-height:100vh}.privacy-header-section{text-align:center;background:radial-gradient(circle at 50% 30%,#ff69150a 0%,#0000 60%);padding:6rem 0 2rem}.privacy-title{font-family:var(--font-title);margin-top:.5rem;font-size:3rem;font-weight:700}.privacy-meta{color:var(--text-muted);margin-top:.5rem;font-size:.9rem;font-weight:600}.privacy-content-section{padding:2rem 0 6rem}.privacy-content{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:3rem;display:flex}.privacy-content h2{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-top:1rem;padding-bottom:.5rem;font-size:1.35rem;font-weight:700}.privacy-content p,.privacy-content li{color:var(--text-secondary);font-size:1rem;line-height:1.7}.privacy-content ul{flex-direction:column;gap:.5rem;padding-left:1.5rem;display:flex}.privacy-contact-details{border:1px solid var(--border-color);border-radius:var(--border-radius);background:#ffffff05;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1.5rem;display:flex}.privacy-contact-details a{color:var(--accent-orange);font-weight:600;text-decoration:none}.privacy-contact-details a:hover{text-decoration:underline}@media (width<=768px){.privacy-header-section{padding:4rem 0 1.5rem}.privacy-title{font-size:2.25rem}.privacy-content{padding:2rem}}.app-container{flex-direction:column;min-height:100vh;display:flex}main.content{flex-grow:1}
