*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e2e8f0;background:#0a0a0f;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}:root{--primary:#6c63ff;--primary-dark:#5a52e0;--secondary:#00d4aa;--accent:#ff6584;--bg:#0a0a0f;--bg2:#111118;--bg3:#1a1a2e;--card:#12121a;--card-border:#6c63ff26;--text:#e2e8f0;--text-muted:#94a3b8;--radius:12px;--radius-lg:20px;--shadow:0 8px 32px #6c63ff1f;--transition:all .3s ease;--nav-height:76px;--topbar-height:36px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}h1,h2,h3,h4,h5{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,4vw,2.8rem)}h3{font-size:1.3rem}.gradient-text{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{color:var(--primary);letter-spacing:1px;text-transform:uppercase;background:#6c63ff26;border:1px solid #6c63ff4d;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text-muted);max-width:550px;margin:0 auto;font-size:1.05rem}.btn{cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 20px #6c63ff66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6c63ff80}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.btn-secondary{color:var(--secondary);background:#00d4aa26;border:1px solid #00d4aa4d}.btn-secondary:hover{background:var(--secondary);color:#000}.btn-lg{padding:1rem 2.2rem;font-size:1rem}.btn-white{color:var(--primary);background:#fff;font-weight:700}.btn-white:hover{background:var(--primary);color:#fff}.btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffff80}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.page-hero{background:radial-gradient(ellipse at 60% 0%, #6c63ff33 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, #00d4aa1a 0%, transparent 50%), var(--bg);text-align:center;padding:4rem 0 3.5rem}.page-hero h1{margin-bottom:1rem}.page-hero p{color:var(--text-muted);max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem}.breadcrumb{color:var(--text-muted);justify-content:center;gap:.5rem;font-size:.9rem;display:flex}.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}.card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-lg);transition:var(--transition);padding:2rem}.card:hover{box-shadow:var(--shadow);border-color:#6c63ff66;transform:translateY(-4px)}.section-cta{text-align:center;margin-top:3rem}.cta-banner{background:linear-gradient(135deg,#1a1a3e 0%,#0f0f1a 100%);border-top:1px solid #6c63ff33;border-bottom:1px solid #6c63ff33;padding:5rem 0}.cta-content{text-align:center}.cta-content h2{margin-bottom:1rem}.cta-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.animate-in{animation:.7s forwards fadeInUp}.floating{animation:4s ease-in-out infinite float}.delay-1{animation-delay:.5s}.delay-2{animation-delay:1s}.delay-3{animation-delay:.2s}.delay-4{animation-delay:.4s}@media (width<=768px){.section{padding:4rem 0}.cta-btns{flex-direction:column;align-items:center}}.topbar{z-index:1100;background:#111;width:100%;position:relative}.topbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:.45rem 1.5rem;display:flex}.topbar-left{align-items:center;gap:0;min-width:0;display:flex}.topbar-left>span{color:#ccc;white-space:nowrap;border-right:1px solid #ffffff1f;align-items:center;gap:.4rem;padding:0 1.1rem;font-size:.75rem;font-weight:400;line-height:1.4;display:inline-flex}.topbar-left>span:first-child{padding-left:0}.topbar-left>span:last-child{border-right:none}.topbar-left span i{flex-shrink:0;font-size:.72rem}.topbar-left>span:first-child i{color:#c0392b}.topbar-left>span:nth-child(2) i,.topbar-left>span:nth-child(3) i{color:#e07070}.topbar-text-short{display:none}.topbar-text-full{display:inline}.topbar-right{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.topbar-follow{color:#bbb;white-space:nowrap;margin-right:.2rem;font-size:.76rem}.topbar-right a{color:#ccc;background:#333;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;font-size:.68rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.topbar-right a:hover{color:#fff;background:#c0392b}.visitor-badge{cursor:default;background:#ffffff12;border:1px solid #ffffff24;border-radius:4px;flex-shrink:0;align-items:center;gap:.32rem;margin-left:.5rem;padding:.18rem .6rem;transition:background .2s;display:inline-flex}.visitor-badge:hover{background:#c0392b2e;border-color:#c0392b73}.visitor-dot{background:#2ecc71;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite visitorPulse}@keyframes visitorPulse{0%,to{box-shadow:0 0 #2ecc71b3}50%{box-shadow:0 0 0 4px #2ecc7100}}.visitor-eye{color:#e07070;font-size:.68rem}.visitor-label{color:#bbb;font-size:.72rem;font-weight:400}.visitor-count{color:#fff;text-align:right;min-width:28px;font-family:Poppins,sans-serif;font-size:.76rem;font-weight:700;transition:opacity .3s}.visitor-count--loading{opacity:.5;animation:1s ease-in-out infinite visitorBlink}@keyframes visitorBlink{0%,to{opacity:.5}50%{opacity:.2}}.navbar{z-index:1000;background:#fff;border-bottom:1.5px solid #ececec;transition:box-shadow .3s;position:sticky;top:0;left:0;right:0;box-shadow:0 1px 6px #00000012}.navbar--scrolled{box-shadow:0 4px 18px #00000021}.nav-container{align-items:center;gap:1.25rem;width:100%;max-width:1280px;height:76px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.nav-logo{flex-shrink:0;align-items:center;gap:.7rem;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;width:54px;height:54px;display:block}.nav-logo-text{flex-direction:column;line-height:1.25;display:flex}.nav-logo-name{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400}.nav-logo-name strong{color:#c0392b;font-weight:700}.nav-logo-sub{color:#777;font-size:.68rem}.hamburger{cursor:pointer;z-index:1200;background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;gap:5px;padding:6px;transition:background .2s;display:none}.hamburger:hover{background:#f5f5f5}.hamburger span{background:#333;border-radius:2px;width:24px;height:2.5px;transition:all .28s;display:block}.hamburger.is-open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.is-open span:nth-child(2){opacity:0;width:0}.hamburger.is-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav-drawer{flex:1;align-items:center;display:flex}.drawer-header,.drawer-footer{display:none}.nav-links{flex:1;justify-content:center;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.nav-links li{position:relative}.nav-link{color:#2c2c2c;white-space:nowrap;border-bottom:3px solid #0000;align-items:center;gap:.3rem;height:76px;padding:0 .9rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.nav-link:hover{color:#c0392b}.nav-link.active{color:#c0392b;border-bottom-color:#c0392b;font-weight:600}.nav-chevron{color:#999;margin-top:1px;font-size:.58rem}.mobile-services-accordion{display:none}.nav-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.btn-get-touch{color:#fff;white-space:nowrap;background:#c0392b;border-radius:5px;align-items:center;gap:.45rem;padding:.58rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-get-touch i{font-size:.72rem}.btn-get-touch:hover{background:#a93226;transform:translateY(-1px)}.btn-search{cursor:pointer;color:#444;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:.45rem;font-size:1rem;transition:color .2s;display:flex}.btn-search:hover{color:#c0392b}.nav-search-bar{background:#fff;border-top:1px solid #eee;padding:.75rem 1.5rem;animation:.2s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-search-inner{border:1.5px solid #c0392b;border-radius:6px;align-items:center;gap:.6rem;max-width:560px;margin:0 auto;padding:.45rem .85rem;display:flex}.nav-search-inner i{color:#c0392b;font-size:.9rem}.nav-search-inner input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.nav-search-inner input::placeholder{color:#aaa}.nav-search-inner button{color:#999;cursor:pointer;background:0 0;border:none;padding:2px;font-size:.85rem;transition:color .2s}.nav-search-inner button:hover{color:#c0392b}.nav-backdrop{z-index:1050;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}.has-mega{position:static!important}.mega-menu{z-index:990;opacity:0;pointer-events:none;background:#fff;border-top:3px solid #c0392b;transition:opacity .22s,transform .22s;position:fixed;top:76px;left:0;right:0;transform:translateY(-8px);box-shadow:0 12px 40px #00000021}.mega-menu--open{opacity:1;pointer-events:all;transform:translateY(0)}.mega-inner{grid-template-columns:280px 1fr;max-width:1280px;min-height:400px;margin:0 auto;padding:0;display:grid}.mega-left{background:#f9f9f9;border-right:1px solid #eee;flex-direction:column;gap:1rem;padding:2rem 1.8rem;display:flex}.mega-tag{color:#c0392b;letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.mega-title{color:#1a1a1a;margin:0;font-family:Poppins,sans-serif;font-size:1.45rem;font-weight:700;line-height:1.3}.mega-desc{color:#666;margin:0;font-size:.84rem;line-height:1.65}.mega-cta-card{background:#fff;border:1px solid #eee;border-radius:8px;align-items:flex-start;gap:.8rem;margin-top:auto;padding:1.1rem;display:flex}.mega-cta-icon{color:#c0392b;background:#c0392b1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.mega-cta-card h4{color:#1a1a1a;margin:0 0 .25rem;font-size:.86rem;font-weight:700}.mega-cta-card p{color:#777;margin:0 0 .5rem;font-size:.79rem;line-height:1.5}.mega-cta-link{color:#c0392b;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.mega-cta-link:hover{gap:.55rem}.mega-right{flex-direction:column;padding:1.6rem 1.8rem 0;display:flex}.mega-services-grid{flex:1;grid-template-columns:1fr 1fr;gap:0;display:grid}.mega-service-item{border-bottom:1px solid #f2f2f2;border-radius:6px;align-items:flex-start;gap:.85rem;margin:0 .2rem .1rem;padding:.9rem 1rem .9rem .4rem;text-decoration:none;transition:background .18s;display:flex}.mega-service-item:hover{background:#fdf5f5}.mega-service-item:hover .msi-arrow{opacity:1;transform:translate(0)}.mega-service-item:hover .msi-icon{color:#fff;background:#c0392b}.msi-icon{color:#c0392b;background:#c0392b17;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;transition:background .2s,color .2s;display:flex}.msi-body{flex:1;min-width:0}.msi-body h4{color:#1a1a1a;margin:0 0 .18rem;font-size:.85rem;font-weight:700}.msi-body p{color:#888;margin:0;font-size:.76rem;line-height:1.45}.msi-arrow{color:#c0392b;opacity:0;flex-shrink:0;margin-top:4px;font-size:.7rem;transition:opacity .2s,transform .2s;transform:translate(-4px)}.mega-stats{border-top:1px solid #eee;grid-template-columns:repeat(4,1fr);margin-top:.5rem;display:grid}.mega-stat{text-align:center;border-right:1px solid #eee;flex-direction:column;align-items:center;gap:.18rem;padding:.9rem .5rem;display:flex}.mega-stat:last-child{border-right:none}.mega-stat i{color:#c0392b;margin-bottom:.15rem;font-size:1.25rem}.mega-stat strong{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:800}.mega-stat span{color:#888;font-size:.72rem}@media (width<=1279px){.nav-link{padding:0 .7rem;font-size:.84rem}.btn-get-touch{padding:.52rem 1rem;font-size:.82rem}.mega-inner{grid-template-columns:240px 1fr}.mega-left{padding:1.8rem 1.4rem}.mega-title{font-size:1.28rem}}@media (width<=1060px){.hamburger{display:flex}.nav-backdrop{display:block}.mega-menu{display:none!important}.nav-drawer{z-index:1100;background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;width:300px;height:100dvh;transition:transform .32s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-100%);box-shadow:4px 0 32px #00000024}.nav-drawer.is-open{transform:translate(0)}.drawer-header{z-index:2;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex;position:sticky;top:0}.drawer-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.drawer-logo img{object-fit:contain;width:38px;height:38px}.drawer-logo span{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.drawer-logo strong{color:#c0392b;font-weight:700}.drawer-close{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;transition:background .2s,color .2s;display:flex}.drawer-close:hover{color:#fff;background:#c0392b}.nav-links{flex-direction:column;flex:none;justify-content:flex-start;align-items:stretch;gap:0;padding:.5rem 0}.nav-links li{width:100%}.nav-link{border-bottom:1px solid #f5f5f5;border-left:3px solid #0000;justify-content:space-between;width:100%;height:auto;padding:.9rem 1.4rem;font-size:.92rem}.nav-link.active{background:#fff8f8;border-bottom:1px solid #f5f5f5;border-left:3px solid #c0392b}.nav-link:hover{color:#c0392b;background:#fafafa}.mobile-services-accordion{background:#fafafa;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-direction:column;max-height:0;transition:max-height .36s;display:flex;overflow:hidden}.mobile-services-accordion.is-open{max-height:600px}.mob-serv-item{color:#333;border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;padding:.72rem 1.6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.mob-serv-item:last-of-type{border-bottom:none}.mob-serv-item:hover{color:#c0392b;background:#fff2f2}.mob-serv-icon{text-align:center;color:#c0392b;flex-shrink:0;width:28px;font-size:.85rem}.mob-serv-arrow{color:#ccc;flex-shrink:0;margin-left:auto;font-size:.6rem}.mob-serv-cta{color:#c0392b;background:#c0392b0f;border-top:1px solid #c0392b1f;align-items:center;gap:.6rem;padding:.75rem 1.6rem;font-size:.83rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.mob-serv-cta:hover{background:#c0392b1f}.drawer-footer{border-top:1px solid #f0f0f0;flex-direction:column;gap:.8rem;margin-top:auto;padding:1.2rem 1.4rem 2rem;display:flex}.drawer-cta-btn{color:#fff;background:#c0392b;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.drawer-cta-btn:hover{background:#a93226}.drawer-contact{flex-direction:column;gap:.45rem;display:flex}.drawer-contact a{color:#555;align-items:center;gap:.55rem;font-size:.82rem;text-decoration:none;transition:color .2s;display:flex}.drawer-contact a i{color:#c0392b;text-align:center;width:14px}.drawer-contact a:hover{color:#c0392b}.drawer-socials{gap:.5rem;margin-top:.2rem;display:flex}.drawer-socials a{color:#555;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.drawer-socials a:hover{color:#fff;background:#c0392b}}@media (width<=768px){.topbar-text-full{display:none}.topbar-text-short{display:inline}.topbar-email-item{display:none}.topbar-inner{padding:.4rem 1rem}.topbar-left>span{padding:0 .6rem;font-size:.72rem}.topbar-follow{display:none}.nav-container{gap:.75rem;height:68px;padding:0 1rem}.nav-logo-img{width:46px;height:46px}.nav-logo-name{font-size:1rem}.nav-logo-sub{font-size:.62rem}.nav-search-inner{max-width:100%}}@media (width<=640px){.topbar{display:none}.nav-container{height:64px;padding:0 .9rem}.nav-logo-img{width:42px;height:42px}.nav-logo-name{font-size:.95rem}.nav-logo-sub{display:none}.btn-get-touch{padding:.52rem .85rem;font-size:.8rem}.visitor-badge{display:none}.nav-drawer{width:280px}}@media (width<=480px){.nav-container{gap:.5rem;height:60px;padding:0 .75rem}.nav-logo-img{width:38px;height:38px}.nav-logo-name{font-size:.88rem}.btn-get-touch{display:none}.btn-search{padding:.35rem}.nav-drawer{border-radius:0;width:100%}}@media (width<=360px){.nav-logo-name{font-size:.82rem}.hamburger span{width:20px}}.footer{color:#ccc;background:#111;font-family:Inter,sans-serif}.footer-body{background-color:#111;background-image:radial-gradient(circle,#c0392b1f 1px,#0000 1px);background-size:24px 24px;padding:3.5rem 0 2.5rem}.footer-wrap{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{grid-template-columns:1.9fr 1fr 1.25fr 1.1fr 1.35fr;align-items:flex-start;gap:2.5rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo-link{align-items:center;gap:.7rem;text-decoration:none;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:58px;height:58px}.footer-logo-text{flex-direction:column;line-height:1.25;display:flex}.footer-logo-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400}.footer-logo-name strong{color:#c0392b;font-weight:700}.footer-logo-sub{color:#888;letter-spacing:.2px;font-size:.68rem}.footer-desc{color:#aaa;margin:0;font-size:.875rem;line-height:1.72}.footer-desc strong{color:#ddd;font-weight:600}.footer-socials{gap:.55rem;margin-top:.15rem;display:flex}.footer-socials a{color:#aaa;background:0 0;border:1px solid #3a3a3a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;text-decoration:none;transition:background .22s,border-color .22s,color .22s;display:flex}.footer-socials a:hover{color:#fff;background:#c0392b;border-color:#c0392b}.footer-col-heading{color:#fff;letter-spacing:.25px;border-bottom:2px solid #c0392b;margin-bottom:1.15rem;padding-bottom:.55rem;font-size:.97rem;font-weight:700;display:inline-block}.footer-col-list{flex-direction:column;gap:.52rem;margin:0;padding:0;list-style:none;display:flex}.footer-col-list li a{color:#aaa;align-items:center;gap:.48rem;font-size:.875rem;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-flex}.footer-col-list li a i{color:#c0392b;flex-shrink:0;font-size:.62rem;transition:transform .2s}.footer-col-list li a:hover{color:#c0392b;padding-left:3px}.footer-col-list li a:hover i{transform:translate(2px)}.footer-contact-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list li{align-items:flex-start;gap:.7rem;display:flex}.fc-icon{color:#c0392b;background:#c0392b1f;border:1.5px solid #c0392b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;margin-top:2px;font-size:.76rem;display:flex}.fc-text{flex-direction:column;gap:.1rem;display:flex}.fc-text span,.fc-text a{color:#aaa;font-size:.86rem;line-height:1.55;text-decoration:none;transition:color .2s}.fc-text a:hover{color:#c0392b}.footer-bottom{background:#0c0c0c;border-top:1px solid #1f1f1f;padding:.85rem 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-inner p{color:#777;margin:0;font-size:.81rem}.footer-bottom-links{align-items:center;gap:.55rem;display:flex}.footer-bottom-links a{color:#777;font-size:.81rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#c0392b}.fb-sep{color:#444;font-size:.75rem}.scroll-top-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;transition:background .2s,transform .2s;display:flex}.scroll-top-btn:hover{background:#a93226;transform:translateY(-2px)}@media (width<=1100px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=680px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=440px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column;gap:.6rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.scroll-top-btn{z-index:200;width:36px;height:36px;position:fixed;bottom:1.2rem;right:1.2rem}}.wa-wrap{z-index:9999;flex-direction:row-reverse;align-items:center;gap:0;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-btn{z-index:2;background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:relative;box-shadow:0 4px 20px #25d36673}.wa-btn:hover{background:#1ebe5d;transform:scale(1.1);box-shadow:0 6px 28px #25d36699}.wa-btn:active{transform:scale(.97)}.wa-pulse{z-index:1;pointer-events:none;background:#25d36659;border-radius:50%;width:58px;height:58px;animation:2.2s ease-out infinite waPulse;position:absolute;bottom:2rem;right:2rem}@keyframes waPulse{0%{opacity:.75;transform:scale(1)}70%{opacity:0;transform:scale(1.65)}to{opacity:0;transform:scale(1.65)}}.wa-tooltip{white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:.5rem;margin-right:.75rem;padding:.55rem .9rem .55rem 1rem;animation:.35s waSlideIn;display:flex;position:relative;box-shadow:0 4px 18px #00000024}.wa-tooltip:after{content:"";filter:drop-shadow(2px 0 2px #0000000f);border:7px solid #0000;border-left:8px solid #fff;border-right-width:0;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.wa-tooltip span{color:#1a1a1a;font-size:.85rem;font-weight:600;line-height:1}.wa-tooltip-close{cursor:pointer;color:#aaa;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 2px;font-size:1.1rem;line-height:1;transition:color .15s;display:flex}.wa-tooltip-close:hover{color:#555}@keyframes waSlideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.wa-wrap,.wa-pulse{bottom:1.5rem;right:1.5rem}.wa-btn,.wa-pulse{width:52px;height:52px}.wa-btn svg{width:24px;height:24px}.wa-tooltip{padding:.5rem .75rem .5rem .85rem}.wa-tooltip span{font-size:.8rem}}@media (width<=480px){.wa-wrap,.wa-pulse{bottom:1.25rem;right:1.25rem}.wa-btn,.wa-pulse{width:48px;height:48px}.wa-btn svg{width:22px;height:22px}.wa-tooltip{display:none}}@media (width<=360px){.wa-wrap,.wa-pulse{bottom:1rem;right:1rem}.wa-btn,.wa-pulse{width:44px;height:44px}}.scb-wrap{z-index:9998;flex-direction:column;align-items:center;gap:.55rem;display:flex;position:fixed;bottom:7.5rem;right:2rem}.scb-btn{cursor:pointer;color:#fff;opacity:0;pointer-events:none;background:#c0392b;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.85rem;transition:opacity .3s,transform .3s,background .2s,box-shadow .2s;display:flex;transform:scale(.75);box-shadow:0 4px 16px #c0392b73}.scb-btn--visible{opacity:1;pointer-events:auto;transform:scale(1)}.scb-btn:hover{background:#a93226;transform:scale(1.12);box-shadow:0 6px 24px #c0392b99}.scb-btn:active{transform:scale(.95)}.scb-btn:before{content:attr(title);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;letter-spacing:.3px;background:#1a1a1a;border-radius:6px;padding:.3rem .65rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.scb-btn:after{content:"";opacity:0;pointer-events:none;border:5px solid #0000;border-left:6px solid #1a1a1a;border-right-width:0;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 3px);transform:translateY(-50%)}.scb-btn--visible:hover:before,.scb-btn--visible:hover:after{opacity:1}@media (width<=768px){.scb-wrap{bottom:7rem;right:1.5rem}.scb-btn{width:38px;height:38px;font-size:.78rem}.scb-btn:before,.scb-btn:after{display:none}}@media (width<=480px){.scb-wrap{gap:.45rem;bottom:6.5rem;right:1.25rem}.scb-btn{width:36px;height:36px;font-size:.75rem}}@media (width<=360px){.scb-wrap{bottom:6rem;right:1rem}.scb-btn{width:32px;height:32px;font-size:.7rem}}.hm-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.hm-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hm-section{padding:5rem 0}.hm-section--white{background:#fff}.hm-section--grey{background:#f8f8f8}.hm-section-head{text-align:center;margin-bottom:3rem}.hm-section-head h2{color:#1a1a1a;margin:.5rem 0 .75rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.hm-section-head p{color:#777;max-width:540px;margin:0 auto;font-size:.91rem;line-height:1.7}.hm-section-head--light h2{color:#fff}.hm-section-head--light p{color:#aaa}.hm-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:inline-block}.hm-tag--light{color:#e88}.hm-hero{width:100%;min-height:620px;position:relative;overflow:hidden}.hm-hero-img{z-index:0;background-image:url(/heading/Home_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.02)}.hm-hero:hover .hm-hero-img{transform:scale(1)}.hm-hero-overlay{z-index:1;background:linear-gradient(90deg,#08080cf5 0%,#08080ce0 35%,#08080c80 60%,#08080c33 80%,#08080c0d 100%);position:absolute;inset:0}.hm-hero-dots{z-index:2;pointer-events:none;background-image:radial-gradient(circle,#c0392b12 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.hm-hero-inner{z-index:3;grid-template-columns:50% 50%;align-items:center;gap:0;min-height:620px;padding-top:3rem;padding-bottom:3rem;display:grid;position:relative}.hm-hero-left{flex-direction:column;justify-content:center;align-items:flex-start;max-width:480px;display:flex}.hm-eyebrow{color:#c0392b;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.6rem;font-size:.62rem;font-weight:700;display:inline-block}.hm-hero-left h1{color:#fff;margin-bottom:.85rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,2.6vw,2.5rem);font-weight:800;line-height:1.15}.hm-red{color:#c0392b}.hm-hero-left>p{color:#bbb;max-width:380px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.72}.hm-hero-btns{flex-wrap:nowrap;align-items:center;gap:.85rem;margin-bottom:1.5rem;display:flex}.hm-btn-primary{color:#fff;white-space:nowrap;background:#c0392b;border:2px solid #c0392b;border-radius:5px;align-items:center;gap:.45rem;padding:.68rem 1.35rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.hm-btn-primary:hover{background:#a93226;border-color:#a93226;transform:translateY(-1px)}.hm-btn-outline{color:#fff;white-space:nowrap;background:0 0;border:1.5px solid #ffffff80;border-radius:5px;align-items:center;gap:.45rem;padding:.68rem 1.3rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.hm-btn-outline:hover{background:#ffffff12;border-color:#fff}.hm-trust-row{flex-wrap:nowrap;align-items:center;gap:1.2rem;display:flex}.hm-trust-row span{color:#aaa;white-space:nowrap;align-items:center;gap:.38rem;font-size:.74rem;font-weight:400;display:inline-flex}.hm-trust-row span i{color:#c0392b;font-size:.78rem}.hm-hero-right{display:block}.hm-brands{isolation:isolate;background:#fff;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:2.8rem 0}.hm-brands-label{text-align:center;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:700}.hm-brands-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:5.5rem;display:flex}.hm-brand-item{opacity:1;filter:grayscale(0%);cursor:default;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .25s,transform .2s;display:flex}.hm-brand-item:hover{opacity:1;transform:translateY(-2px)}.hm-brand-item img{object-fit:contain;width:auto;max-width:110px;height:28px;display:block}.hm-brand-name{color:#61dafb;margin-left:.4rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;line-height:1}.hm-services-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.hm-service-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 1.25rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.hm-service-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 6px 24px #c0392b1a}.hm-service-icon{color:#c0392b;background:#c0392b14;border:1.5px solid #c0392b26;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;font-size:1.3rem;transition:background .2s,color .2s;display:flex}.hm-service-card:hover .hm-service-icon{color:#fff;background:#c0392b}.hm-service-card h3{color:#1a1a1a;margin:0;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700}.hm-service-card p{color:#777;flex:1;margin:0;font-size:.78rem;line-height:1.55}.hm-learn-more{color:#c0392b;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.hm-learn-more:hover{gap:.55rem}.hm-stats-bar{background:#0a0a0a;padding:0;position:relative;overflow:hidden}.hm-stats-bar-bg{z-index:0;filter:saturate(1.4)hue-rotate(-10deg)brightness(.55);background-image:url(/others/happy_client.png);background-position:50% 40%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hm-stats-bar-bg:after{content:"";background:linear-gradient(90deg,#0a0303b8 0%,#1905058c 40% 60%,#0a0303b8 100%);position:absolute;inset:0}.hm-stats-row{z-index:1;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.hm-stat-icon{color:#c0392b;filter:drop-shadow(0 0 6px #c0392b8c);margin-bottom:.55rem;font-size:1.6rem;line-height:1}.hm-stat{text-align:center;border-right:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.2rem;padding:2.4rem 1rem;display:flex}.hm-stat:last-child{border-right:none}.hm-stat strong{color:#fff;letter-spacing:-1px;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1}.hm-stat span{color:#bbb;letter-spacing:.5px;margin-top:.15rem;font-size:.8rem}.hm-industries-grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem;display:grid}.hm-industry-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.hm-industry-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 6px 22px #c0392b1f}.hm-industry-img{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:150px;transition:transform .4s;display:block}.hm-industry-card:hover .hm-industry-img{transform:scale(1.04)}.hm-industry-body{background:#fff;padding:.9rem 1rem 1rem}.hm-industry-icon-wrap{color:#c0392b;background:#c0392b14;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:.5rem;font-size:.95rem;transition:background .2s,color .2s;display:flex}.hm-industry-card:hover .hm-industry-icon-wrap{color:#fff;background:#c0392b}.hm-industry-body h4{color:#1a1a1a;margin-bottom:.3rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700}.hm-industry-body p{color:#777;margin:0;font-size:.76rem;line-height:1.55}.hm-section-cta{text-align:center}.hm-btn-outline-red{color:#fff;background:#c0392b;border:2px solid #c0392b;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:inline-flex}.hm-btn-outline-red:hover{background:#a93226;border-color:#a93226;transform:translateY(-1px)}.hm-process{background:#111;padding:5rem 0;position:relative;overflow:hidden}.hm-process:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#c0392b0d 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.hm-process-row{z-index:1;justify-content:space-between;align-items:flex-start;gap:0;display:flex;position:relative}.hm-process-step{flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.hm-process-circle{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.hm-process-num{color:#c0392b;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:800;line-height:1}.hm-process-circle i{color:#c0392b;background:#c0392b1f;border:1.5px solid #c0392b4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;display:flex}.hm-process-arrow{color:#c0392b66;flex-shrink:0;margin-top:24px;padding:0 .4rem;font-size:.75rem}.hm-process-body{flex:1;min-width:0;padding-top:0}.hm-process-body h4{color:#fff;margin-bottom:.3rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700}.hm-process-body p{color:#aaa;margin:0;font-size:.76rem;line-height:1.55}.hm-testi-track{scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:1.5rem;padding:.5rem 2rem 1.5rem;display:flex;overflow:auto hidden}.hm-testi-track::-webkit-scrollbar{display:none}.hm-testi-card{-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #eee;border-radius:10px;flex-direction:column;flex:0 0 340px;gap:.75rem;padding:1.75rem 1.5rem;transition:border-color .25s,box-shadow .25s;display:flex}.hm-testi-card:hover{border-color:#c0392b;box-shadow:0 6px 24px #c0392b1a}.hm-stars{color:#f59e0b;gap:.2rem;font-size:.82rem;display:flex}.hm-testi-card p{color:#555;flex:1;margin:0;font-size:.85rem;font-style:italic;line-height:1.7}.hm-testi-author{align-items:center;gap:.75rem;display:flex}.hm-testi-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#8b1a1a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.78rem;font-weight:700;display:flex}.hm-testi-author strong{color:#1a1a1a;font-size:.88rem;font-weight:700;display:block}.hm-testi-author span{color:#999;font-size:.76rem}.hm-cta-banner{background:#c0392b;padding:3rem 0;position:relative;overflow:hidden}.hm-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.hm-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.hm-cta-inner h2{color:#fff;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:clamp(1.3rem,2.5vw,1.85rem);font-weight:700}.hm-cta-inner p{color:#ffffffd1;max-width:500px;margin:0;font-size:.88rem;line-height:1.65}.hm-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.hm-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.hm-container{padding:0 2rem}}@media (width<=1100px){.hm-services-grid,.hm-industries-grid{grid-template-columns:repeat(3,1fr)}.hm-process-row{flex-wrap:wrap;gap:1.5rem}.hm-process-step{flex:0 calc(33% - 1rem)}.hm-process-arrow{display:none}.hm-brands-row{gap:3.5rem}}@media (width<=900px){.hm-section{padding:3.5rem 0}.hm-section-head{margin-bottom:2rem}.hm-hero{min-height:auto}.hm-hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:3.5rem;padding-bottom:3.5rem}.hm-hero-right{display:none}.hm-hero-left{max-width:100%}.hm-hero-overlay{background:linear-gradient(#08080ceb 0%,#08080ccc 100%)}.hm-brands-row{flex-wrap:wrap;gap:2.5rem}.hm-services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hm-stats-row{grid-template-columns:repeat(2,1fr)}.hm-stat:nth-child(2){border-right:none}.hm-stat:nth-child(3),.hm-stat:nth-child(4){border-top:1px solid #ffffff14}.hm-industries-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hm-industry-img{height:130px}.hm-process{padding:3.5rem 0}.hm-process-row{flex-wrap:wrap;gap:1.25rem}.hm-process-step{flex:0 calc(50% - .75rem)}.hm-process-arrow{display:none}.hm-testi-track{padding:.5rem 1rem 1.5rem}.hm-testi-card{flex:0 0 300px}.hm-cta-inner{text-align:center;flex-direction:column;align-items:center}.hm-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.hm-container{padding:0 1.25rem}.hm-section{padding:3rem 0}.hm-hero-left h1{font-size:clamp(1.5rem,5vw,2rem)}.hm-hero-left>p{font-size:.82rem}.hm-hero-inner{padding-top:3rem;padding-bottom:3rem}.hm-trust-row{flex-wrap:wrap;gap:.75rem}.hm-trust-row span{font-size:.7rem}.hm-brands{padding:2rem 0}.hm-brands-row{gap:2rem}.hm-brand-item img{height:24px}.hm-services-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.hm-service-card{padding:1.4rem 1rem}.hm-stat{padding:1.8rem .75rem}.hm-stat strong{font-size:2rem}.hm-process-step{flex:0 100%}}@media (width<=640px){.hm-container{padding:0 1rem}.hm-section{padding:2.5rem 0}.hm-section-head{margin-bottom:1.75rem}.hm-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.hm-section-head p{font-size:.82rem}.hm-hero{min-height:auto}.hm-hero-inner{padding-top:2.5rem;padding-bottom:2.5rem}.hm-hero-left h1{font-size:clamp(1.4rem,6vw,1.9rem)}.hm-eyebrow{letter-spacing:2px;font-size:.58rem}.hm-hero-btns{flex-direction:column;align-items:stretch;width:100%}.hm-btn-primary,.hm-btn-outline{justify-content:center;width:100%}.hm-trust-row{flex-wrap:wrap;gap:.6rem}.hm-trust-row span{font-size:.68rem}.hm-brands-row{gap:1.5rem}.hm-brand-item img{max-width:90px;height:22px}.hm-brand-name{font-size:.85rem}.hm-services-grid{grid-template-columns:1fr;gap:.75rem}.hm-service-card{text-align:left;flex-direction:row;gap:.85rem;padding:1.1rem}.hm-service-icon{flex-shrink:0;width:46px;height:46px;margin-bottom:0;font-size:1.1rem}.hm-service-card h3{font-size:.88rem}.hm-service-card p{font-size:.76rem}.hm-stats-row{grid-template-columns:repeat(2,1fr)}.hm-stat{padding:1.5rem .5rem}.hm-stat-icon{font-size:1.3rem}.hm-stat strong{font-size:1.75rem}.hm-stat span{font-size:.72rem}.hm-industries-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hm-industry-img{height:110px}.hm-industry-body{padding:.7rem .75rem .85rem}.hm-industry-body h4{font-size:.82rem}.hm-industry-body p{font-size:.72rem}.hm-process{padding:2.5rem 0}.hm-process-step{flex:0 100%}.hm-testi-track{gap:1rem;padding:.5rem .75rem 1.25rem}.hm-testi-card{flex:0 0 280px;padding:1.25rem 1rem}.hm-cta-banner{padding:2.5rem 0}.hm-cta-inner h2{font-size:1.3rem}.hm-cta-inner p{font-size:.83rem}}@media (width<=480px){.hm-container{padding:0 .875rem}.hm-section{padding:2rem 0}.hm-hero-inner{padding-top:2rem;padding-bottom:2rem}.hm-hero-left h1{font-size:clamp(1.25rem,7vw,1.65rem)}.hm-hero-left>p{max-width:100%;font-size:.79rem}.hm-brands-row{gap:1.25rem}.hm-brand-item img{max-width:80px;height:20px}.hm-service-card{padding:.9rem .85rem}.hm-stat{padding:1.25rem .4rem}.hm-stat strong{letter-spacing:0;font-size:1.6rem}.hm-stat-icon{margin-bottom:.4rem;font-size:1.2rem}.hm-industries-grid{grid-template-columns:1fr}.hm-industry-img{height:140px}.hm-testi-card{flex:0 0 260px}.hm-cta-inner h2{font-size:1.15rem}.hm-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}.hm-section-head h2{font-size:clamp(1.2rem,6vw,1.5rem)}}@media (width<=360px){.hm-container{padding:0 .75rem}.hm-hero-left h1{font-size:1.2rem}.hm-hero-left>p{font-size:.75rem}.hm-trust-row{display:none}.hm-stat strong{font-size:1.4rem}.hm-brands-row{gap:1rem}.hm-brand-item img{max-width:72px;height:18px}.hm-testi-card{flex:0 0 240px}}.abt-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.abt-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.abt-section{padding:5rem 0}.abt-section--white{background:#fff}.abt-section--grey{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee}.abt-section-head{text-align:center;margin-bottom:3rem}.abt-section-head h2{color:#1a1a1a;margin:.5rem 0 .8rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.abt-section-head p{color:#666;max-width:540px;margin:0 auto;font-size:.92rem;line-height:1.7}.abt-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-weight:700;display:inline-block}.abt-hero{background-image:url(/heading/About_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.abt-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308f0 0%,#030308e0 28%,#03030880 50%,#03030800 68%);position:absolute;inset:0}.abt-hero-inner{z-index:2;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 0 0 3.5vw;display:flex;position:relative}.abt-hero-content{text-align:left;flex-direction:column;align-items:flex-start;width:44%;display:flex}.abt-eyebrow{color:#c0392b;letter-spacing:3.5px;text-transform:uppercase;white-space:nowrap;margin:0 0 .6rem;font-size:.62rem;font-weight:700;line-height:1}.abt-hero-title{color:#fff;white-space:nowrap;margin:0 0 .8rem;font-family:Poppins,sans-serif;font-size:2.1rem;font-weight:800;line-height:1.18}.abt-red{color:#c0392b;white-space:nowrap;display:block}.abt-hero-body{color:#c8c8c8;white-space:nowrap;margin:0;font-size:.83rem;line-height:1.72}.abt-hero-left,.abt-hero-right,.abt-hero-office-img,.abt-hero-dots,.abt-hero-brand-badge,.abt-hero-badge-logo,.abt-hero-badge-text{display:none}.abt-who-grid{grid-template-columns:420px 1fr;align-items:flex-start;gap:4rem;display:grid}.abt-who-img{position:relative}.abt-office-img{border:1px solid #ddd;border-radius:12px;width:100%;height:340px;position:relative;overflow:hidden}.abt-office-real-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.abt-office-img:hover .abt-office-real-img{transform:scale(1.03)}.abt-years-badge{color:#fff;background:#c0392b;border-radius:10px;flex-direction:column;align-items:center;gap:.15rem;min-width:90px;padding:.75rem 1.1rem;display:flex;position:absolute;bottom:-18px;left:24px;box-shadow:0 6px 20px #c0392b66}.abt-years-badge strong{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:800;line-height:1}.abt-years-badge i{font-size:1rem}.abt-years-badge span{text-align:center;font-size:.68rem;font-weight:500}.abt-who-content{padding-top:.5rem}.abt-who-content h2{color:#1a1a1a;margin:.5rem 0 1rem;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;line-height:1.3}.abt-who-content>p{color:#666;margin-bottom:2rem;font-size:.92rem;line-height:1.75}.abt-features-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.abt-feature{border:1px solid #eee;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.abt-feature:hover{border-color:#c0392b;box-shadow:0 4px 14px #c0392b14}.abt-feature-icon{color:#c0392b;background:#c0392b1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;display:flex}.abt-feature h4{color:#1a1a1a;margin-bottom:.25rem;font-size:.88rem;font-weight:700}.abt-feature p{color:#777;margin:0;font-size:.78rem;line-height:1.55}.abt-mvv-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.abt-mvv-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:12px;padding:2.25rem 1.75rem;transition:border-color .25s,box-shadow .25s,transform .25s}.abt-mvv-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 28px #c0392b1a}.abt-mvv-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b33;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;font-size:1.4rem;transition:background .2s,color .2s;display:flex}.abt-mvv-card:hover .abt-mvv-icon{color:#fff;background:#c0392b}.abt-mvv-card h3{color:#1a1a1a;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.abt-mvv-card p{color:#666;font-size:.87rem;line-height:1.7}.abt-stats-bar{background:#111;padding:2.5rem 0}.abt-stats-row{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.abt-stat{border-right:1px solid #222;justify-content:center;align-items:center;gap:.9rem;padding:1.25rem .75rem;display:flex}.abt-stat:last-child{border-right:none}.abt-stat-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.abt-stat strong{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.1;display:block}.abt-stat span{color:#aaa;font-size:.78rem}.abt-timeline{justify-content:space-between;align-items:flex-start;gap:1rem;padding-top:2rem;padding-bottom:1rem;display:flex;position:relative;overflow-x:auto}.abt-timeline-line{z-index:0;background:linear-gradient(90deg,#c0392b,#c0392b4d);height:2px;position:absolute;top:34px;left:32px;right:32px}.abt-milestone{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;min-width:160px;display:flex;position:relative}.abt-milestone-icon{color:#fff;background:#c0392b;border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;font-size:1.2rem;display:flex;box-shadow:0 0 0 3px #c0392b40}.abt-milestone-year{color:#c0392b;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:800}.abt-milestone-card{padding:0 .5rem}.abt-milestone-card h4{color:#1a1a1a;margin-bottom:.3rem;font-size:.88rem;font-weight:700}.abt-milestone-card p{color:#777;font-size:.77rem;line-height:1.55}.abt-team-carousel{align-items:center;gap:1rem;display:flex}.abt-carousel-arrow{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;transition:border-color .2s,color .2s;display:flex}.abt-carousel-arrow:hover{color:#c0392b;border-color:#c0392b}.abt-team-grid{flex:1;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.abt-team-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.abt-team-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 28px #c0392b1a}.abt-team-avatar{background:linear-gradient(135deg,#c0392b,#8b1a1a);border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto .75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #c0392b40}.abt-team-photo{object-fit:cover;object-position:top center;border-radius:50%;width:100%;height:100%;display:block}.abt-team-initials{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;display:flex}.abt-team-card h3{color:#1a1a1a;margin:0;font-size:1rem;font-weight:700}.abt-team-role{color:#c0392b;margin-bottom:.3rem;font-size:.78rem;font-weight:600;display:inline-block}.abt-team-card p{color:#777;flex:1;margin:0;font-size:.8rem;line-height:1.6}.abt-team-socials{gap:.5rem;margin-top:.5rem;display:flex}.abt-team-socials a{color:#888;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:flex}.abt-team-socials a:hover{color:#fff;background:#c0392b;border-color:#c0392b}.abt-certs-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.abt-cert-item{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:10px;flex-direction:column;align-items:center;gap:.4rem;min-width:100px;padding:1.25rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.abt-cert-item:hover{border-color:#c0392b;box-shadow:0 4px 14px #c0392b1a}.abt-cert-icon{color:#c0392b;background:#c0392b14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.abt-cert-item strong{color:#1a1a1a;font-size:.85rem;font-weight:700}.abt-cert-item span{color:#888;font-size:.72rem}.abt-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.abt-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.abt-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.abt-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.abt-cta-inner p{color:#ffffffd1;max-width:520px;font-size:.9rem;line-height:1.65}.abt-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.abt-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.abt-container{padding:0 2rem}.abt-who-grid{grid-template-columns:380px 1fr;gap:3rem}}@media (width<=1100px){.abt-team-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.abt-stats-row{grid-template-columns:repeat(3,1fr)}.abt-stat:nth-child(3){border-right:none}.abt-stat:nth-child(4),.abt-stat:nth-child(5){border-top:1px solid #222}.abt-mvv-grid{gap:1.25rem}}@media (width<=900px){.abt-section{padding:3.5rem 0}.abt-section-head{margin-bottom:2rem}.abt-hero{height:auto;min-height:320px;padding:3rem 0}.abt-hero-inner{height:auto;padding:0 2rem}.abt-hero-content{width:62%}.abt-hero-overlay{background:linear-gradient(90deg,#030308f2 0%,#030308e0 45%,#03030899 70%,#03030800 85%)}.abt-hero-title{font-size:1.75rem}.abt-hero-body{font-size:.8rem}.abt-who-grid{grid-template-columns:1fr;gap:2.5rem}.abt-who-img{max-width:460px}.abt-office-img{height:300px}.abt-years-badge{bottom:-14px}.abt-mvv-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.abt-stats-row{grid-template-columns:repeat(3,1fr)}.abt-stat:nth-child(3){border-right:none}.abt-stat:nth-child(4),.abt-stat:nth-child(5){border-top:1px solid #222}.abt-timeline{flex-wrap:wrap;justify-content:center;gap:1.75rem}.abt-timeline-line{display:none}.abt-milestone{flex:0 calc(33% - 1rem);min-width:140px}.abt-team-grid{grid-template-columns:repeat(2,1fr)}.abt-cta-inner{text-align:center;flex-direction:column;align-items:center}.abt-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.abt-container{padding:0 1.25rem}.abt-section{padding:3rem 0}.abt-hero{padding:2.5rem 0}.abt-hero-inner{padding:0 1.25rem}.abt-hero-content{width:75%}.abt-hero-title{font-size:1.55rem}.abt-hero-body{white-space:normal;font-size:.79rem}.abt-features-grid{gap:1rem}.abt-feature{gap:.7rem;padding:.85rem}.abt-mvv-card{padding:1.75rem 1.25rem}.abt-stats-row{grid-template-columns:repeat(2,1fr)}.abt-stat:nth-child(2){border-right:none}.abt-stat:nth-child(3){border-top:1px solid #222;border-right:1px solid #222}.abt-stat:nth-child(3),.abt-stat:nth-child(4),.abt-stat:nth-child(5){border-top:1px solid #222}.abt-milestone{flex:0 calc(50% - 1rem)}.abt-team-card{padding:1.5rem 1rem}.abt-team-avatar{width:80px;height:80px}}@media (width<=640px){.abt-container{padding:0 1rem}.abt-section{padding:2.5rem 0}.abt-section-head{margin-bottom:1.75rem}.abt-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.abt-section-head p{font-size:.82rem}.abt-hero{padding:2.5rem 0}.abt-hero-inner{padding:0 1rem}.abt-hero-content{width:100%}.abt-hero-overlay{background:#030308e0}.abt-hero-title{white-space:normal;font-size:1.4rem}.abt-red{white-space:normal}.abt-hero-body{white-space:normal;font-size:.77rem}.abt-eyebrow{letter-spacing:2px;font-size:.58rem}.abt-who-grid{gap:2rem}.abt-who-img{max-width:100%}.abt-office-img{height:240px}.abt-who-content h2{font-size:1.4rem}.abt-who-content>p{margin-bottom:1.5rem;font-size:.85rem}.abt-features-grid{grid-template-columns:1fr;gap:.75rem}.abt-feature{padding:.85rem}.abt-mvv-grid{grid-template-columns:1fr;gap:.875rem;max-width:100%}.abt-mvv-card{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem;display:flex}.abt-mvv-icon{flex-shrink:0;width:50px;height:50px;margin:0}.abt-mvv-card h3{margin-bottom:.4rem;font-size:.97rem}.abt-mvv-card p{font-size:.82rem}.abt-stats-bar{padding:2rem 0}.abt-stats-row{grid-template-columns:repeat(2,1fr)}.abt-stat{text-align:center;border-top:none;border-right:1px solid #222;flex-direction:column;gap:.6rem;padding:1rem .5rem}.abt-stat:nth-child(2n){border-right:none}.abt-stat:nth-child(n+3){border-top:1px solid #222}.abt-stat:nth-child(3){border-right:1px solid #222}.abt-stat:nth-child(4){border-right:none}.abt-stat strong{font-size:1.4rem}.abt-stat span{font-size:.73rem}.abt-stat-icon{width:38px;height:38px;font-size:.95rem}.abt-milestone{text-align:left;flex-direction:row;flex:0 100%;align-items:flex-start;gap:1rem}.abt-milestone-icon{flex-shrink:0;margin-bottom:0}.abt-milestone-year{margin-bottom:.25rem}.abt-team-carousel{gap:.5rem}.abt-carousel-arrow{width:34px;height:34px;font-size:.75rem}.abt-team-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.abt-team-card{gap:.35rem;padding:1.25rem .875rem}.abt-team-avatar{width:72px;height:72px}.abt-team-card h3{font-size:.88rem}.abt-team-role{font-size:.72rem}.abt-team-card p{font-size:.74rem}.abt-certs-row{gap:.75rem}.abt-cert-item{min-width:80px;padding:.9rem .75rem}.abt-cta{padding:2.5rem 1rem}.abt-cta-inner h2{font-size:1.3rem}.abt-cta-inner p{font-size:.83rem}}@media (width<=480px){.abt-container{padding:0 .875rem}.abt-section,.abt-hero{padding:2rem 0}.abt-hero-inner{padding:0 .875rem}.abt-hero-title{font-size:1.25rem}.abt-hero-body{font-size:.74rem}.abt-office-img{height:200px}.abt-years-badge{padding:.6rem .85rem;bottom:-12px;left:16px}.abt-years-badge strong{font-size:1.2rem}.abt-mvv-icon{width:44px;height:44px;font-size:1.1rem}.abt-stat{padding:.875rem .4rem}.abt-stat strong{font-size:1.25rem}.abt-team-grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}.abt-team-card{padding:1.5rem}.abt-team-avatar{width:80px;height:80px}.abt-certs-row{gap:.6rem}.abt-cert-item{min-width:72px;padding:.75rem .6rem}.abt-cert-icon{width:40px;height:40px;font-size:1.1rem}.abt-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.abt-container{padding:0 .75rem}.abt-hero-title{font-size:1.1rem}.abt-hero-body{font-size:.71rem}.abt-section-head h2{font-size:1.15rem}.abt-stats-row{grid-template-columns:1fr}.abt-stat{text-align:left;border-top:1px solid #222;flex-direction:row;border-right:none!important}.abt-stat:first-child{border-top:none}.abt-cta-inner h2{font-size:1.1rem}}.ind-page{color:#1a1a1a;background:#fff}.ind-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ind-section{padding:5rem 0}.ind-section--white{background:#fff}.ind-section--dark{background:#0f0f0f}.ind-section--process{background:#fafafa;border-top:1px solid #eee}.ind-section-head{text-align:center;margin-bottom:3rem}.ind-section-head h2{color:#1a1a1a;margin:.45rem 0 .8rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.ind-section-head p{color:#666;max-width:560px;margin:0 auto;font-size:.92rem;line-height:1.7}.ind-section-head--dark h2{color:#fff}.ind-section-head--dark p{color:#aaa}.ind-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-weight:700;display:inline-block}.ind-hero{background-image:url(/heading/Industry_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.ind-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308ed 0%,#030308d9 28%,#03030880 50%,#03030800 68%);position:absolute;inset:0}.ind-hero-inner{z-index:2;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 0 0 3.5vw;display:flex;position:relative}.ind-hero-content{text-align:left;flex-direction:column;align-items:flex-start;width:44%;display:flex}.ind-eyebrow{color:#c0392b;letter-spacing:3.5px;text-transform:uppercase;white-space:nowrap;margin:0 0 .6rem;font-size:.62rem;font-weight:700;line-height:1}.ind-hero-title{color:#fff;white-space:nowrap;margin:0 0 .8rem;font-family:Poppins,sans-serif;font-size:2.1rem;font-weight:800;line-height:1.18}.ind-red{color:#c0392b;white-space:nowrap;display:block}.ind-hero-body{color:#c8c8c8;white-space:nowrap;margin:0;font-size:.83rem;line-height:1.72}.ind-hero-img,.ind-hero-dots{display:none}.ind-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.ind-card{background:#fff;border:1.5px solid #eee;border-radius:12px;flex-direction:column;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex;position:relative;overflow:visible}.ind-card:hover{border-color:#c0392b;transform:translateY(-5px);box-shadow:0 10px 32px #c0392b1f}.ind-card-img{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px 10px 0 0;width:100%;height:160px;transition:transform .4s;display:block;overflow:hidden}.ind-card:hover .ind-card-img{transform:scale(1.03)}.ind-card-badge{color:#c0392b;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;transition:background .2s,color .2s;display:flex;position:absolute;top:138px;left:1.2rem;box-shadow:0 2px 12px #00000026}.ind-card:hover .ind-card-badge{color:#fff;background:#c0392b}.ind-card-body{flex-direction:column;flex:1;gap:.45rem;padding:1.8rem 1.2rem 1.4rem;display:flex}.ind-card-body h3{color:#1a1a1a;margin:0;font-size:.97rem;font-weight:700}.ind-card-body p{color:#777;flex:1;margin:0;font-size:.81rem;line-height:1.6}.ind-explore-link{color:#c0392b;align-items:center;gap:.4rem;margin-top:.3rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.ind-explore-link i{font-size:.68rem}.ind-explore-link:hover{gap:.65rem}.ind-explore-all{text-align:center}.ind-explore-all-btn{color:#c0392b;border:1.5px solid #c0392b;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.75rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.ind-explore-all-btn:hover{color:#fff;background:#c0392b}.ind-why-grid{grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:3rem;display:grid}.ind-why-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;padding:1.5rem .8rem;transition:background .2s,border-color .2s}.ind-why-card:hover{background:#c0392b1a;border-color:#c0392b4d}.ind-why-icon{color:#c0392b;background:#c0392b24;border:1px solid #c0392b4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto .85rem;font-size:1.15rem;display:flex}.ind-why-card h4{color:#fff;margin-bottom:.4rem;font-size:.86rem;font-weight:700}.ind-why-card p{color:#999;font-size:.77rem;line-height:1.55}.ind-stats-row{border:1px solid #222;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.ind-stat{background:#ffffff08;border-right:1px solid #222;justify-content:center;align-items:center;gap:1rem;padding:1.75rem 1rem;transition:background .2s;display:flex}.ind-stat:last-child{border-right:none}.ind-stat:hover{background:#c0392b12}.ind-stat-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:flex}.ind-stat-body strong{color:#fff;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:800;line-height:1.1;display:block}.ind-stat-body span{color:#aaa;font-size:.8rem}.ind-carousel{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex;position:relative}.ind-carousel-arrow{color:#555;cursor:pointer;z-index:2;background:#fff;border:1.5px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;transition:border-color .2s,color .2s,background .2s;display:flex;box-shadow:0 2px 8px #00000014}.ind-carousel-arrow:hover{color:#c0392b;border-color:#c0392b}.ind-cases{flex:1;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid;overflow:hidden}.ind-case-card{background:#fff;border:1.5px solid #eee;border-radius:12px;flex-direction:row;min-height:180px;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex;overflow:hidden}.ind-case-card:hover{border-color:#c0392b;transform:translateY(-3px);box-shadow:0 8px 28px #c0392b1f}.ind-case-text{flex-direction:column;flex:1;justify-content:center;gap:.5rem;padding:1.4rem 1.2rem;display:flex}.ind-case-img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 10px 10px 0;flex-shrink:0;width:120px;transition:transform .4s}.ind-case-card:hover .ind-case-img{transform:scale(1.05)}.ind-case-tag{color:#c0392b;letter-spacing:.5px;background:#c0392b14;border-radius:50px;width:fit-content;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.ind-case-card h3{color:#1a1a1a;margin:0;font-size:.9rem;font-weight:700;line-height:1.35}.ind-case-card p{color:#777;flex:1;margin:0;font-size:.78rem;line-height:1.6}.ind-case-link{color:#c0392b;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.ind-case-link i{font-size:.65rem}.ind-case-link:hover{gap:.65rem}.ind-dots{justify-content:center;gap:.5rem;display:flex}.ind-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .2s}.ind-dot--active{background:#c0392b;border-radius:4px;width:24px}.ind-process{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:0;padding-bottom:.5rem;display:flex;overflow-x:auto}.ind-process-step{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:140px;padding:0 .5rem;display:flex;position:relative}.ind-process-circle{color:#fff;background:linear-gradient(135deg,#c0392b,#8b1a1a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;font-size:1.25rem;display:flex;position:relative;box-shadow:0 4px 18px #c0392b59}.ind-process-num{color:#ffffffa6;font-size:.5rem;font-weight:800;line-height:1;position:absolute;top:5px;right:8px}.ind-process-connector{z-index:1;align-items:center;gap:3px;display:flex;position:absolute;top:27px;right:-24px}.ind-process-connector span{background:#c0392b66;border-radius:50%;width:5px;height:5px;display:block}.ind-process-step h4{color:#1a1a1a;margin-bottom:.35rem;font-size:.9rem;font-weight:700}.ind-process-step p{color:#888;font-size:.78rem;line-height:1.55}.ind-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.ind-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.ind-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.ind-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.ind-cta-inner p{color:#ffffffd1;max-width:520px;font-size:.9rem;line-height:1.65}.ind-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.ind-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.ind-container{padding:0 2rem}}@media (width<=1100px){.ind-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.ind-why-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.ind-section{padding:3.5rem 0}.ind-section-head{margin-bottom:2rem}.ind-hero{height:auto;min-height:320px;padding:3rem 0}.ind-hero-inner{height:auto;padding:0 2rem}.ind-hero-content{width:62%}.ind-hero-overlay{background:linear-gradient(90deg,#030308f2 0%,#030308e0 45%,#03030899 70%,#03030800 85%)}.ind-hero-title{font-size:1.75rem}.ind-hero-body{font-size:.8rem}.ind-grid{grid-template-columns:repeat(2,1fr)}.ind-card-img{height:140px}.ind-card-badge{top:118px}.ind-why-grid{grid-template-columns:repeat(3,1fr);gap:.875rem}.ind-stats-row{grid-template-columns:repeat(2,1fr)}.ind-stat:nth-child(2){border-right:none}.ind-stat:nth-child(3),.ind-stat:nth-child(4){border-top:1px solid #222}.ind-cases{grid-template-columns:repeat(2,1fr)}.ind-case-img{width:100px}.ind-process{flex-wrap:wrap;justify-content:center;gap:1.5rem}.ind-process-connector{display:none}.ind-process-step{flex:0 calc(33% - 1rem);min-width:130px}.ind-cta-inner{text-align:center;flex-direction:column;align-items:center}.ind-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.ind-container{padding:0 1.25rem}.ind-section{padding:3rem 0}.ind-hero{padding:2.5rem 0}.ind-hero-inner{padding:0 1.25rem}.ind-hero-content{width:75%}.ind-hero-title{font-size:1.55rem}.ind-hero-body{white-space:normal;font-size:.79rem}.ind-card-body{padding:1.5rem 1rem 1.2rem}.ind-card-body h3{font-size:.9rem}.ind-why-grid{grid-template-columns:repeat(2,1fr)}.ind-why-card{padding:1.25rem .75rem}.ind-stat{gap:.75rem;padding:1.4rem .75rem}.ind-stat-body strong{font-size:1.6rem}.ind-cases{grid-template-columns:1fr;max-width:500px;margin:0 auto}.ind-case-img{width:130px}.ind-process-step{flex:0 calc(50% - .75rem)}.ind-process-circle{width:56px;height:56px;font-size:1.1rem}}@media (width<=640px){.ind-container{padding:0 1rem}.ind-section{padding:2.5rem 0}.ind-section-head{margin-bottom:1.75rem}.ind-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.ind-section-head p{font-size:.82rem}.ind-hero{padding:2.5rem 0}.ind-hero-inner{padding:0 1rem}.ind-hero-content{width:100%}.ind-hero-overlay{background:#030308e0}.ind-hero-title{white-space:normal;font-size:1.4rem}.ind-red{white-space:normal}.ind-hero-body{white-space:normal;font-size:.77rem}.ind-eyebrow{letter-spacing:2px;font-size:.58rem}.ind-grid{grid-template-columns:1fr;gap:.875rem;margin-bottom:1.5rem}.ind-card-img{height:160px}.ind-card-badge{top:138px}.ind-why-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ind-why-card{padding:1.1rem .75rem}.ind-why-icon{width:42px;height:42px;margin-bottom:.65rem;font-size:1rem}.ind-why-card h4{font-size:.82rem}.ind-why-card p{font-size:.73rem}.ind-stats-row{grid-template-columns:repeat(2,1fr)}.ind-stat{text-align:center;flex-direction:column;gap:.5rem;padding:1.25rem .5rem}.ind-stat:nth-child(2){border-right:none}.ind-stat:nth-child(3),.ind-stat:nth-child(4){border-top:1px solid #222}.ind-stat-body strong{font-size:1.5rem}.ind-carousel{gap:.5rem}.ind-carousel-arrow{width:34px;height:34px;font-size:.75rem}.ind-case-card{flex-direction:column;min-height:auto}.ind-case-img{border-radius:0;width:100%;height:130px}.ind-case-text{padding:1rem}.ind-process{gap:1rem}.ind-process-step{text-align:left;flex-direction:row;flex:0 100%;align-items:flex-start;gap:1rem}.ind-process-circle{flex-shrink:0;width:52px;height:52px;margin-bottom:0;font-size:1rem}.ind-process-step h4{margin-top:.2rem;margin-bottom:.25rem;font-size:.88rem}.ind-process-step p{font-size:.76rem}.ind-cta{padding:2.5rem 1rem}.ind-cta-inner h2{font-size:1.3rem}.ind-cta-inner p{font-size:.83rem}}@media (width<=480px){.ind-container{padding:0 .875rem}.ind-section,.ind-hero{padding:2rem 0}.ind-hero-inner{padding:0 .875rem}.ind-hero-title{font-size:1.25rem}.ind-hero-body{font-size:.74rem}.ind-card-img{height:150px}.ind-card-badge{width:40px;height:40px;font-size:.95rem;top:128px}.ind-card-body{padding:1.4rem .9rem 1.1rem}.ind-why-grid{grid-template-columns:1fr}.ind-why-card{text-align:left;align-items:center;gap:.85rem;padding:1rem;display:flex}.ind-why-icon{flex-shrink:0;margin:0}.ind-stats-row{grid-template-columns:1fr}.ind-stat{border-top:1px solid #222;border-right:none!important}.ind-stat:first-child{border-top:none}.ind-stat-body strong{font-size:1.4rem}.ind-dot{width:7px;height:7px}.ind-dot--active{width:20px}.ind-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.ind-container{padding:0 .75rem}.ind-hero-title{font-size:1.1rem}.ind-hero-body{font-size:.71rem}.ind-section-head h2{font-size:1.15rem}.ind-why-grid{grid-template-columns:1fr}.ind-cta-inner h2{font-size:1.1rem}}.srv-page{color:#1a1a1a;background:#fff}.srv-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.srv-section-head{text-align:center;margin-bottom:3rem}.srv-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.srv-section-head h2{color:#1a1a1a;margin-bottom:.85rem;font-family:Poppins,sans-serif;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:700}.srv-section-head p{color:#666;max-width:580px;margin:0 auto;font-size:.95rem;line-height:1.7}.srv-section{padding:5rem 0}.srv-hero{background-image:url(/heading/Services_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.srv-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308ed 0%,#030308d9 25%,#0303088c 52%,#030308b8 72%,#030308d1 100%);position:absolute;inset:0}.srv-hero-inner{z-index:2;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 3.5vw;display:flex;position:relative}.srv-hero-content{text-align:left;flex-direction:column;flex-shrink:0;align-items:flex-start;display:flex}.srv-eyebrow{color:#c0392b;letter-spacing:3.5px;text-transform:uppercase;white-space:nowrap;margin:0 0 .6rem;font-size:.62rem;font-weight:700;line-height:1}.srv-hero-title{color:#fff;white-space:nowrap;margin:0 0 .85rem;font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.18}.srv-hero-red{color:#c0392b;white-space:nowrap;display:block}.srv-hero-body{color:#c8c8c8;white-space:nowrap;margin:0;font-size:.83rem;line-height:1.72}.srv-hero-right{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.srv-hero-badges-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080810c7;border:1px solid #ffffff17;border-radius:10px;flex-direction:column;gap:0;min-width:210px;display:flex;overflow:hidden}.srv-hero-badge-item{border-bottom:1px solid #ffffff12;align-items:center;gap:.75rem;padding:.82rem 1.2rem;transition:background .2s;display:flex}.srv-hero-badge-item:last-child{border-bottom:none}.srv-hero-badge-item:hover{background:#c0392b1f}.srv-hero-badge-icon{color:#c0392b;background:#c0392b2e;border:1px solid #c0392b66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.78rem;display:flex}.srv-hero-badge-item span{color:#e0e0e0;white-space:nowrap;font-size:.83rem;font-weight:500}.srv-hero-img,.srv-hero-dots,.srv-hero-badges,.srv-hero-badge,.srv-hero-actions,.srv-btn-primary,.srv-btn-ghost,.srv-hero-stats-box,.srv-hero-stat{display:none}.srv-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.srv-card{background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;gap:.6rem;padding:2rem 1.5rem;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex}.srv-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 30px #c0392b1a}.srv-card-icon{color:#c0392b;background:#c0392b17;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.4rem;font-size:1.3rem;transition:background .2s,color .2s;display:flex}.srv-card:hover .srv-card-icon{color:#fff;background:#c0392b}.srv-card h3{color:#1a1a1a;margin:0;font-size:1rem;font-weight:700}.srv-card p{color:#777;flex:1;margin:0;font-size:.85rem;line-height:1.6}.srv-learn-more{color:#c0392b;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.srv-learn-more:hover{gap:.65rem}.srv-why{color:#fff;background:#111;padding:4.5rem 0}.srv-why-eyebrow{text-align:center;color:#c0392b;letter-spacing:2px;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.srv-why-title{text-align:center;color:#fff;margin-bottom:2.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700}.srv-why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.srv-why-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:2rem 1.5rem;transition:background .2s,border-color .2s}.srv-why-card:hover{background:#c0392b1f;border-color:#c0392b66}.srv-why-icon{color:#c0392b;background:#c0392b26;border:1px solid #c0392b4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.3rem;display:flex}.srv-why-card h4{color:#fff;margin-bottom:.6rem;font-size:.95rem;font-weight:700}.srv-why-card p{color:#aaa;font-size:.83rem;line-height:1.65}.srv-process{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:0;padding-bottom:1rem;display:flex;overflow-x:auto}.srv-process-step{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:160px;padding:0 .75rem;display:flex;position:relative}.srv-process-circle{color:#fff;background:#c0392b;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;font-size:1.2rem;display:flex;position:relative}.srv-process-num{opacity:.7;font-size:.55rem;font-weight:700;line-height:1;position:absolute;top:5px;right:8px}.srv-process-connector{color:#c0392b;z-index:1;font-size:.85rem;position:absolute;top:29px;right:-18px}.srv-process-step h4{color:#1a1a1a;margin-bottom:.35rem;font-size:.92rem;font-weight:700}.srv-process-step p{color:#888;font-size:.8rem;line-height:1.55}.srv-tech-section{background:#fafafa;border-top:1px solid #eee;padding:3.5rem 0}.srv-tech-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.srv-tech-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.srv-tech-item i{color:#c0392b;font-size:2.2rem}.srv-tech-item span{color:#555;font-size:.82rem;font-weight:600}.srv-view-all{color:#c0392b;border:1.5px solid #c0392b;border-radius:6px;align-items:center;gap:.45rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.srv-view-all:hover{color:#fff;background:#c0392b}.srv-cta{background:#c0392b;padding:3.5rem 1.5rem}.srv-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.srv-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.srv-cta-inner p{color:#ffffffd9;max-width:560px;font-size:.92rem;line-height:1.65}.srv-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.srv-cta-btn:hover{background:#f5f5f5;transform:translateY(-1px)}@media (width<=1280px){.srv-container,.srv-why-grid{padding:0 2rem}}@media (width<=1100px){.srv-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.srv-why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.srv-section{padding:3.5rem 0}.srv-section-head{margin-bottom:2rem}.srv-hero{height:auto;min-height:320px;padding:3rem 0}.srv-hero-inner{gap:1.5rem;padding:0 2rem}.srv-hero-title{font-size:1.85rem}.srv-hero-body{font-size:.81rem}.srv-why{padding:3.5rem 0}.srv-why-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.srv-process{flex-wrap:wrap;justify-content:center;gap:1.5rem}.srv-process-connector{display:none}.srv-process-step{flex:0 calc(33% - 1rem);min-width:140px}.srv-tech-row{gap:2rem}}@media (width<=768px){.srv-container{padding:0 1.25rem}.srv-section{padding:3rem 0}.srv-hero-inner{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:0 1.25rem}.srv-hero-overlay{background:#030308e0}.srv-hero-title{white-space:normal;font-size:1.65rem}.srv-hero-red{white-space:normal}.srv-hero-body{white-space:normal;font-size:.8rem}.srv-hero-right{width:100%}.srv-hero-badges-box{min-width:unset;flex-flow:wrap;width:100%}.srv-hero-badge-item{border-bottom:1px solid #ffffff12;border-right:none;flex:calc(50% - 1px)}.srv-hero-badge-item:nth-child(odd){border-right:1px solid #ffffff12}.srv-hero-badge-item:nth-child(3),.srv-hero-badge-item:nth-child(4){border-bottom:none}.srv-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.srv-card{padding:1.5rem 1.1rem}.srv-why-grid{gap:1rem;padding:0 1.25rem}.srv-process-step{flex:0 calc(50% - .75rem)}.srv-tech-section{padding:2.5rem 0}.srv-tech-row{gap:1.5rem}.srv-tech-item i{font-size:1.8rem}.srv-cta{padding:2.5rem 1.25rem}.srv-cta-inner{text-align:center;flex-direction:column;align-items:center}.srv-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=640px){.srv-container{padding:0 1rem}.srv-section{padding:2.5rem 0}.srv-section-head{margin-bottom:1.75rem}.srv-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.srv-section-head p{font-size:.83rem}.srv-hero{padding:2.5rem 0}.srv-hero-inner{padding:0 1rem}.srv-hero-title{font-size:1.45rem}.srv-eyebrow{letter-spacing:2px;font-size:.58rem}.srv-hero-badge-item{flex:100%;border-right:none!important}.srv-hero-badge-item:nth-child(3),.srv-hero-badge-item:nth-child(4){border-bottom:1px solid #ffffff12}.srv-hero-badge-item:last-child{border-bottom:none}.srv-grid{grid-template-columns:1fr;gap:.75rem}.srv-card{flex-direction:row;align-items:flex-start;gap:.9rem;padding:1.1rem}.srv-card-icon{flex-shrink:0;width:46px;height:46px;margin-bottom:0;font-size:1.1rem}.srv-card h3{font-size:.92rem}.srv-card p{font-size:.79rem}.srv-why{padding:2.5rem 0}.srv-why-title{margin-bottom:1.5rem;font-size:clamp(1.2rem,5vw,1.6rem)}.srv-why-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto;padding:0 1rem}.srv-why-card{padding:1.4rem 1.1rem}.srv-process{gap:1rem}.srv-process-step{text-align:left;flex-direction:row;flex:0 100%;align-items:flex-start;gap:1rem}.srv-process-circle{flex-shrink:0;margin-bottom:0}.srv-process-step h4{margin-top:.25rem}.srv-tech-row{gap:1.25rem}.srv-tech-item i{font-size:1.6rem}.srv-tech-item span{font-size:.76rem}.srv-cta-inner h2{font-size:1.3rem}.srv-cta-inner p{font-size:.83rem}}@media (width<=480px){.srv-container{padding:0 .875rem}.srv-section,.srv-hero{padding:2rem 0}.srv-hero-inner{padding:0 .875rem}.srv-hero-title{font-size:1.3rem}.srv-hero-body{font-size:.77rem}.srv-card{gap:.75rem;padding:.9rem .85rem}.srv-card-icon{width:42px;height:42px;font-size:1rem}.srv-why-grid{padding:0 .875rem}.srv-why-card{padding:1.2rem 1rem}.srv-why-icon{width:48px;height:48px;font-size:1.1rem}.srv-tech-section{padding:2rem 0}.srv-tech-row{gap:1rem}.srv-cta{padding:2rem .875rem}.srv-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.srv-container{padding:0 .75rem}.srv-hero-title{font-size:1.15rem}.srv-hero-body{font-size:.73rem}.srv-card{padding:.85rem .75rem}.srv-section-head h2{font-size:1.15rem}.srv-why-title{font-size:1.1rem}}.tech-page{color:#1a1a1a;background:#fff}.tech-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.tech-section{padding:5rem 0}.tech-section--white{background:#fff}.tech-section--dark{background:#0f0f0f}.tech-section-head{text-align:center;margin-bottom:3rem}.tech-section-head h2{color:#1a1a1a;margin:.5rem 0 .85rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.tech-section-head p{color:#666;max-width:560px;margin:0 auto;font-size:.93rem;line-height:1.7}.tech-section-head--dark h2{color:#fff}.tech-section-head--dark p{color:#aaa}.tech-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-weight:700;display:inline-block}.tech-tag--dark{color:#c0392b}.tech-hero{background-image:url(/heading/Technologies_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.tech-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308eb 0%,#030308d9 28%,#03030880 50%,#03030800 68%);position:absolute;inset:0}.tech-hero-inner{z-index:2;align-items:center;width:100%;padding:0 0 0 3.5vw;display:flex;position:relative}.tech-hero-content{text-align:left;flex-direction:column;align-items:flex-start;width:44%;display:flex}.tech-eyebrow{color:#c0392b;letter-spacing:3.5px;text-transform:uppercase;white-space:nowrap;margin:0 0 .55rem;font-size:.62rem;font-weight:700;line-height:1}.tech-hero-title{color:#fff;white-space:nowrap;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:2.1rem;font-weight:800;line-height:1.18}.tech-hero-red{color:#c0392b;white-space:nowrap;display:block}.tech-hero-body{color:#c8c8c8;white-space:nowrap;margin:0 0 1.35rem;font-size:.82rem;line-height:1.72}.tech-hero-badges{flex-flow:row;align-items:flex-start;gap:1.6rem;display:flex}.tech-hero-badge{flex-direction:row;flex-shrink:0;align-items:flex-start;gap:.4rem;display:flex}.tech-badge-icon{color:#c0392b;background:#c0392b1f;border:1.5px solid #c0392b8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;font-size:.68rem;display:flex}.tech-badge-text{flex-direction:column;align-items:flex-start;display:flex}.tech-badge-text strong{color:#fff;white-space:nowrap;font-size:.71rem;font-weight:700;line-height:1.35}.tech-badge-text span{color:#aaa;white-space:nowrap;font-size:.66rem;line-height:1.35}.tech-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.tech-tab{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ddd;border-radius:5px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .2s}.tech-tab:hover{color:#c0392b;border-color:#c0392b}.tech-tab--active{color:#fff;background:#c0392b;border-color:#c0392b;font-weight:600}.tech-cat-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.tech-cat-card{background:#fff;border:1.5px solid #eee;border-radius:10px;flex-direction:column;gap:.9rem;padding:1.75rem 1.4rem;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex}.tech-cat-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 28px #c0392b1a}.tech-cat-icon{color:#c0392b;background:#c0392b17;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;transition:background .2s,color .2s;display:flex}.tech-cat-card:hover .tech-cat-icon{color:#fff;background:#c0392b}.tech-cat-body h3{color:#1a1a1a;margin:0 0 .35rem;font-size:.97rem;font-weight:700}.tech-cat-body p{color:#777;margin:0 0 .75rem;font-size:.82rem;line-height:1.6}.tech-view-btn{color:#c0392b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.8rem;font-weight:700;transition:gap .2s;display:inline-flex}.tech-view-btn i{font-size:.7rem}.tech-view-btn:hover{gap:.6rem}.tech-process{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:0;padding-bottom:.5rem;display:flex;overflow-x:auto}.tech-process-step{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:150px;padding:0 .5rem;display:flex;position:relative}.tech-process-circle{color:#fff;background:linear-gradient(135deg,#c0392b,#8b1a1a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1rem;font-size:1.3rem;display:flex;position:relative;box-shadow:0 4px 20px #c0392b66}.tech-process-num{color:#ffffffb3;font-size:.52rem;font-weight:800;line-height:1;position:absolute;top:6px;right:8px}.tech-process-arrow{z-index:1;align-items:center;gap:3px;display:flex;position:absolute;top:28px;right:-22px}.tech-process-arrow span{background:#c0392b80;border-radius:50%;width:5px;height:5px;display:block}.tech-process-step h4{color:#fff;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.tech-process-step p{color:#999;font-size:.78rem;line-height:1.55}.tech-stack-table{border:1px solid #eee;border-radius:10px;margin-bottom:2.5rem;overflow:hidden}.tech-stack-row{border-bottom:1px solid #eee;grid-template-columns:repeat(6,1fr);display:grid}.tech-stack-row:last-child{border-bottom:none}.tech-stack-row--head{background:#f9f9f9}.tech-stack-col-head{color:#1a1a1a;text-align:left;border-right:1px solid #eee;padding:.85rem 1rem;font-size:.82rem;font-weight:700}.tech-stack-col-head:last-child{border-right:none}.tech-stack-cell{color:#444;border-right:1px solid #eee;align-items:center;gap:.55rem;padding:.85rem 1rem;font-size:.83rem;font-weight:500;transition:background .18s;display:flex}.tech-stack-cell:last-child{border-right:none}.tech-stack-cell:hover{background:#fff5f5}.tech-stack-cell i{color:#c0392b;flex-shrink:0;font-size:1.05rem}.tech-explore-wrap{text-align:center}.tech-explore-btn{color:#c0392b;border:1.5px solid #c0392b;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.6rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.tech-explore-btn:hover{color:#fff;background:#c0392b}.tech-stats-bar{background:#111;border-top:1px solid #222;padding:3rem 0}.tech-stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.tech-stat{text-align:left;border-right:1px solid #222;justify-content:center;align-items:center;gap:1rem;padding:1.5rem 1rem;display:flex}.tech-stat:last-child{border-right:none}.tech-stat-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;display:flex}.tech-stat-body strong{color:#fff;margin-bottom:.2rem;font-family:Poppins,sans-serif;font-size:1.9rem;font-weight:800;line-height:1.1;display:block}.tech-stat-body span{color:#aaa;font-size:.79rem;line-height:1.45}.tech-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.tech-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.tech-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.tech-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.tech-cta-inner p{color:#ffffffd1;max-width:540px;font-size:.9rem;line-height:1.65}.tech-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.tech-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.tech-container{padding:0 2rem}}@media (width<=1100px){.tech-cat-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.tech-stack-row{grid-template-columns:repeat(3,1fr)}.tech-stack-col-head:nth-child(n+4),.tech-stack-cell:nth-child(n+4){display:none}}@media (width<=900px){.tech-section{padding:3.5rem 0}.tech-section-head{margin-bottom:2rem}.tech-hero{height:auto;min-height:320px;padding:3rem 0}.tech-hero-inner{padding:0 2rem}.tech-hero-content{width:62%}.tech-hero-overlay{background:linear-gradient(90deg,#030308f2 0%,#030308e0 45%,#03030899 70%,#03030800 85%)}.tech-hero-title{font-size:1.75rem}.tech-hero-body{font-size:.8rem}.tech-hero-badges{flex-wrap:wrap;gap:1rem}.tech-cat-grid{grid-template-columns:repeat(2,1fr)}.tech-process{flex-wrap:wrap;justify-content:center;gap:1.5rem}.tech-process-arrow{display:none}.tech-process-step{flex:0 calc(33% - 1rem);min-width:140px}.tech-stats-grid{grid-template-columns:repeat(2,1fr)}.tech-stat:nth-child(2){border-right:none}.tech-stat:nth-child(3),.tech-stat:nth-child(4){border-top:1px solid #222}.tech-cta-inner{text-align:center;flex-direction:column;align-items:center}.tech-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.tech-container{padding:0 1.25rem}.tech-section{padding:3rem 0}.tech-hero{padding:2.5rem 0}.tech-hero-inner{padding:0 1.25rem}.tech-hero-content{width:75%}.tech-hero-title{font-size:1.55rem}.tech-hero-body{white-space:normal;font-size:.79rem}.tech-hero-badges{flex-wrap:wrap;gap:.75rem 1.1rem}.tech-badge-text strong,.tech-badge-text span{white-space:normal}.tech-tabs{gap:.4rem}.tech-tab{padding:.45rem .9rem;font-size:.82rem}.tech-cat-card{padding:1.4rem 1.1rem}.tech-stack-row{grid-template-columns:repeat(2,1fr)}.tech-stack-col-head:nth-child(n+3),.tech-stack-cell:nth-child(n+3){display:none}.tech-process-step{flex:0 calc(50% - .75rem)}.tech-process-circle{width:58px;height:58px;font-size:1.1rem}.tech-stat{gap:.75rem;padding:1.25rem .75rem}.tech-stat-body strong{font-size:1.6rem}.tech-stat-icon{width:44px;height:44px;font-size:1.1rem}}@media (width<=640px){.tech-container{padding:0 1rem}.tech-section{padding:2.5rem 0}.tech-section-head{margin-bottom:1.75rem}.tech-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.tech-section-head p{font-size:.82rem}.tech-hero{padding:2.5rem 0}.tech-hero-inner{padding:0 1rem}.tech-hero-content{width:100%}.tech-hero-overlay{background:#030308e0}.tech-hero-title{white-space:normal;font-size:1.4rem}.tech-hero-red{white-space:normal}.tech-hero-body{white-space:normal;margin-bottom:1rem;font-size:.77rem}.tech-eyebrow{letter-spacing:2px;font-size:.58rem}.tech-hero-badges{gap:.6rem 1rem}.tech-tabs{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.25rem;overflow-x:auto}.tech-tabs::-webkit-scrollbar{display:none}.tech-tab{flex-shrink:0}.tech-cat-grid{grid-template-columns:1fr;gap:.75rem}.tech-cat-card{flex-direction:row;align-items:flex-start;gap:.85rem;padding:1.1rem}.tech-cat-icon{flex-shrink:0;margin-top:.15rem}.tech-stack-row{grid-template-columns:repeat(2,1fr)}.tech-stack-col-head:nth-child(n+3),.tech-stack-cell:nth-child(n+3){display:none}.tech-stack-cell,.tech-stack-col-head{padding:.7rem .75rem;font-size:.79rem}.tech-process{gap:1rem}.tech-process-step{text-align:left;flex-direction:row;flex:0 100%;align-items:flex-start;gap:1rem}.tech-process-circle{flex-shrink:0;width:52px;height:52px;margin-bottom:0;font-size:1rem}.tech-process-step h4{margin-top:.2rem;font-size:.88rem}.tech-process-step p{font-size:.76rem}.tech-stats-bar{padding:2rem 0}.tech-stats-grid{grid-template-columns:repeat(2,1fr)}.tech-stat{text-align:center;flex-direction:column;gap:.5rem;padding:1.25rem .5rem}.tech-stat-body strong{font-size:1.5rem}.tech-stat-body span{font-size:.74rem}.tech-cta{padding:2.5rem 1rem}.tech-cta-inner h2{font-size:1.3rem}.tech-cta-inner p{font-size:.83rem}}@media (width<=480px){.tech-container{padding:0 .875rem}.tech-section,.tech-hero{padding:2rem 0}.tech-hero-inner{padding:0 .875rem}.tech-hero-title{font-size:1.25rem}.tech-hero-body{font-size:.74rem}.tech-hero-badges{gap:.5rem .85rem}.tech-badge-text strong{font-size:.67rem}.tech-badge-text span{font-size:.62rem}.tech-tab{padding:.4rem .75rem;font-size:.78rem}.tech-cat-card{padding:.9rem .85rem}.tech-cat-icon{width:44px;height:44px;font-size:1rem}.tech-cat-body h3{font-size:.9rem}.tech-cat-body p{font-size:.78rem}.tech-stack-cell{gap:.4rem;padding:.6rem;font-size:.75rem}.tech-stack-cell i{font-size:.9rem}.tech-stat-icon{width:40px;height:40px;font-size:1rem}.tech-stat-body strong{font-size:1.35rem}.tech-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.tech-container{padding:0 .75rem}.tech-hero-title{font-size:1.1rem}.tech-hero-body{font-size:.71rem}.tech-hero-badges{display:none}.tech-section-head h2{font-size:1.15rem}.tech-stat-body strong{font-size:1.2rem}.tech-cta-inner h2{font-size:1.1rem}}.car-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.car-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.car-section{padding:5rem 0}.car-section--white{background:#fff}.car-section--grey{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee}.car-section--dark{background:linear-gradient(135deg,#0a0a12 0%,#0f0f1a 50%,#120508 100%);position:relative;overflow:hidden}.car-section-head{text-align:center;margin-bottom:3rem}.car-section-head h2{color:#1a1a1a;margin:.45rem 0 .8rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.car-section-head p{color:#666;max-width:560px;margin:0 auto;font-size:.92rem;line-height:1.7}.car-section-head--dark h2{color:#fff}.car-section-head--dark p{color:#aaa}.car-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-weight:700;display:inline-block}.car-hero{background-image:url(/heading/Career_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:380px;position:relative;overflow:hidden}.car-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308f5 0%,#030308eb 28%,#030308a6 48%,#03030826 65%,#03030800 80%);position:absolute;inset:0}.car-hero-left{z-index:2;flex-direction:column;justify-content:center;width:50%;padding:0 2rem 3.5rem 3.5vw;display:flex;position:absolute;top:0;bottom:0;left:0}.car-eyebrow{color:#c0392b;letter-spacing:3px;text-transform:uppercase;white-space:nowrap;margin:0 0 .55rem;font-size:.6rem;font-weight:700;line-height:1}.car-hero-title{color:#fff;white-space:nowrap;margin:0 0 .7rem;font-family:Poppins,sans-serif;font-size:2.15rem;font-weight:800;line-height:1.15}.car-red{color:#c0392b;white-space:nowrap;display:block}.car-hero-body{color:#c8c8c8;white-space:nowrap;margin:0 0 1rem;font-size:.82rem;line-height:1.72}.car-hero-badges{flex-flow:row;align-items:center;gap:1.4rem;margin-bottom:1.1rem;display:flex}.car-hero-badge{color:#d0d0d0;white-space:nowrap;align-items:center;gap:.4rem;font-size:.77rem;font-weight:500;display:inline-flex}.car-hero-badge i{color:#c0392b;font-size:.78rem}.car-hero-actions{flex-flow:row;align-items:center;gap:1.25rem;display:flex}.car-btn-primary{color:#1a1a1a;white-space:nowrap;background:#fff;border:2px solid #fff;border-radius:6px;align-items:center;gap:.45rem;padding:.6rem 1.3rem;font-size:.83rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:inline-flex}.car-btn-primary:hover{color:#fff;background:0 0;transform:translateY(-1px)}.car-btn-ghost{color:#ddd;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.45rem;padding:0;font-size:.83rem;font-weight:500;transition:color .2s;display:inline-flex}.car-btn-ghost:hover{color:#fff}.car-btn-ghost i{color:#c0392b;font-size:1rem}.car-hero-stats{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06060ed6;border-top:1px solid #ffffff17;border-left:1px solid #ffffff17;border-radius:10px 0 0;flex-direction:row;align-items:stretch;display:flex;position:absolute;bottom:0;left:47%;right:0}.car-hero-stat{border-right:1px solid #ffffff12;flex:1;align-items:center;gap:.7rem;padding:.85rem 1.25rem;display:flex}.car-hero-stat:last-child{border-right:none}.car-hero-stat>i{color:#c0392b;flex-shrink:0;font-size:1.15rem}.car-hero-stat strong{color:#fff;white-space:nowrap;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:800;line-height:1.1;display:block}.car-hero-stat span{color:#b0b0b0;white-space:nowrap;font-size:.68rem}.car-hero-inner,.car-hero-content,.car-hero-right,.car-hero-stats-box,.car-hero-img,.car-hero-dots{display:none!important}.car-why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.car-why-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:10px;padding:1.75rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s}.car-why-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 28px #c0392b1a}.car-why-icon{color:#c0392b;background:#c0392b17;border:1px solid #c0392b33;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;font-size:1.2rem;transition:background .2s,color .2s;display:flex}.car-why-card:hover .car-why-icon{color:#fff;background:#c0392b}.car-why-card h3{color:#1a1a1a;margin-bottom:.4rem;font-size:.97rem;font-weight:700}.car-why-card p{color:#777;font-size:.83rem;line-height:1.6}.car-culture-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.car-culture-card{background:#fff;border:1.5px solid #eee;border-radius:10px;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.car-culture-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 24px #c0392b1a}.car-culture-img{color:#c0392b;background:linear-gradient(135deg,#c0392b26,#c0392b0d);justify-content:center;align-items:center;height:140px;font-size:2.8rem;transition:background .2s;display:flex}.car-culture-card:hover .car-culture-img{background:linear-gradient(135deg,#c0392b40,#c0392b1f)}.car-culture-body{padding:1.25rem}.car-culture-body h3{color:#1a1a1a;margin-bottom:.35rem;font-size:.93rem;font-weight:700}.car-culture-body p{color:#777;font-size:.8rem;line-height:1.55}.car-jobs-layout{grid-template-columns:1fr 280px;align-items:flex-start;gap:2rem;display:grid}.car-dept-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.car-dept-tab{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ddd;border-radius:5px;padding:.45rem 1rem;font-size:.83rem;font-weight:500;transition:all .2s}.car-dept-tab:hover{color:#c0392b;border-color:#c0392b}.car-dept-tab.active{color:#fff;background:#c0392b;border-color:#c0392b;font-weight:600}.car-jobs-list{flex-direction:column;gap:.75rem;display:flex}.car-job-row{background:#fff;border:1.5px solid #eee;border-radius:10px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.car-job-row:hover{border-color:#c0392b4d}.car-job-row.expanded{border-color:#c0392b}.car-job-summary{cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.car-job-icon{color:#c0392b;background:#c0392b17;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.car-job-info{flex:1;min-width:0}.car-job-info h4{color:#1a1a1a;margin-bottom:.2rem;font-size:.92rem;font-weight:700}.car-job-dept{color:#888;font-size:.75rem}.car-job-meta{flex-wrap:wrap;flex-shrink:0;gap:1rem;display:flex}.car-job-meta span{color:#666;white-space:nowrap;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.car-job-meta span i{color:#c0392b;font-size:.7rem}.car-apply-btn{color:#fff;background:#c0392b;border-radius:5px;flex-shrink:0;align-items:center;gap:.4rem;padding:.48rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.car-apply-btn:hover{background:#a93226}.car-job-detail{background:#fafafa;border-top:1px solid #f0f0f0;padding:1.25rem 1.5rem 1.5rem}.car-job-detail>p{color:#555;margin-bottom:1rem;font-size:.88rem;line-height:1.7}.car-job-reqs h5{color:#1a1a1a;margin-bottom:.6rem;font-size:.88rem;font-weight:700}.car-job-reqs ul{flex-direction:column;gap:.35rem;padding-left:1.2rem;list-style:outside;display:flex}.car-job-reqs ul li{color:#666;font-size:.83rem}.car-apply-btn-lg{color:#fff;background:#c0392b;border-radius:6px;align-items:center;gap:.45rem;margin-top:1.25rem;padding:.65rem 1.4rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.car-apply-btn-lg:hover{background:#a93226}.car-view-all-btn{color:#c0392b;border:1.5px solid #c0392b;border-radius:6px;align-items:center;gap:.45rem;padding:.6rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.car-view-all-btn:hover{color:#fff;background:#c0392b}.car-no-jobs{text-align:center;color:#aaa;padding:3rem}.car-no-jobs i{opacity:.4;margin-bottom:.75rem;font-size:2.5rem;display:block}.car-no-jobs p{font-size:.9rem}.car-jobs-aside{position:sticky;top:100px}.car-aside-card{text-align:center;background:#c0392b;border-radius:16px;padding:2.25rem 1.75rem 2rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #c0392b66}.car-aside-card:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0}.car-aside-icon{color:#fff;z-index:1;background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:1.75rem;display:flex;position:relative;box-shadow:0 0 0 8px #ffffff14}.car-aside-card h3{color:#fff;z-index:1;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3;position:relative}.car-aside-card p{color:#ffffffe0;z-index:1;margin-bottom:1.75rem;font-size:.88rem;line-height:1.7;position:relative}.car-aside-btn{color:#c0392b;box-sizing:border-box;z-index:1;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 1.5rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:flex;position:relative}.car-aside-btn:hover{background:#f8e8e8;transform:translateY(-1px)}.car-benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.car-benefit-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:10px;padding:1.75rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s}.car-benefit-card:hover{border-color:#c0392b;transform:translateY(-3px);box-shadow:0 8px 24px #c0392b1a}.car-benefit-icon{color:#c0392b;background:#c0392b17;border:1px solid #c0392b33;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;font-size:1.2rem;transition:background .2s,color .2s;display:flex}.car-benefit-card:hover .car-benefit-icon{color:#fff;background:#c0392b}.car-benefit-card h3{color:#1a1a1a;margin-bottom:.4rem;font-size:.97rem;font-weight:700}.car-benefit-card p{color:#777;font-size:.83rem;line-height:1.6}.car-process{justify-content:center;align-items:flex-start;padding:1rem 0 2rem;display:flex;position:relative;overflow-x:auto}.car-process-step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;min-width:130px;max-width:180px;display:flex;position:relative}.car-process-circle{color:#fff;background:#c0392b;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:.6rem;font-size:1.45rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 0 0 6px #c0392b2e,0 8px 24px #c0392b59}.car-process-step:hover .car-process-circle{transform:translateY(-3px);box-shadow:0 0 0 8px #c0392b38,0 14px 32px #c0392b73}.car-process-num{color:#888;letter-spacing:1px;margin-bottom:.35rem;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700}.car-process-step h4{color:#fff;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:.97rem;font-weight:700;line-height:1.3}.car-process-step p{color:#999;max-width:130px;margin:0 auto;font-size:.8rem;line-height:1.6}.car-process-connector{flex-shrink:0;align-self:flex-start;align-items:center;gap:5px;margin-top:calc(1rem + 31.5px);padding:0 .25rem;display:flex}.car-process-connector span{background:#c0392b8c;border-radius:2px;width:8px;height:2px;display:block}.car-process-owl{opacity:.12;pointer-events:none;filter:brightness(0)invert()sepia()saturate(5)hue-rotate(320deg);width:160px;position:absolute;bottom:-1rem;right:-1.5rem}.car-process-owl img{width:100%;display:block}.car-testi-carousel{align-items:center;gap:1rem;display:flex}.car-arrow{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;transition:border-color .2s,color .2s;display:flex}.car-arrow:hover{color:#c0392b;border-color:#c0392b}.car-testi-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.car-testi-card{text-align:center;background:#fff;border:1.5px solid #eee;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;padding:2rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.car-testi-card:hover{border-color:#c0392b;transform:translateY(-3px);box-shadow:0 8px 28px #c0392b1a}.car-testi-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#8b1a1a);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 14px #c0392b4d}.car-testi-card h4{color:#1a1a1a;font-size:.97rem;font-weight:700}.car-testi-role{color:#c0392b;font-size:.78rem;font-weight:600}.car-testi-stars{gap:.2rem;display:flex}.car-testi-stars i{color:#f39c12;font-size:.78rem}.car-testi-card>p{color:#666;margin:0;font-size:.84rem;font-style:italic;line-height:1.65}.car-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.car-dot{cursor:pointer;background:0 0;border:2px solid #ddd;border-radius:50%;width:10px;height:10px;transition:background .2s,border-color .2s}.car-dot.active{background:#c0392b;border-color:#c0392b}.car-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.car-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.car-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.car-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.car-cta-inner p{color:#ffffffd1;font-size:.9rem;line-height:1.65}.car-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.car-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.car-container{padding:0 2rem}}@media (width<=1100px){.car-why-grid,.car-benefits-grid,.car-culture-grid,.car-testi-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.car-jobs-layout{grid-template-columns:1fr 260px}}@media (width<=900px){.car-section{padding:3.5rem 0}.car-section-head{margin-bottom:2rem}.car-hero{height:auto;min-height:360px}.car-hero-left{width:58%;padding:2.5rem 1.5rem 4rem 2rem}.car-hero-title{font-size:1.75rem}.car-hero-body{font-size:.79rem}.car-hero-stats{left:50%}.car-hero-stat{padding:.75rem 1rem}.car-hero-stat strong{font-size:1rem}.car-jobs-layout{grid-template-columns:1fr;gap:1.5rem}.car-jobs-aside{position:static}.car-process{flex-wrap:wrap;justify-content:center;gap:1.5rem}.car-process-connector{display:none}.car-process-step{flex:0 calc(33% - 1rem);min-width:130px}.car-cta-inner{text-align:center;flex-direction:column;align-items:center}.car-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.car-container{padding:0 1.25rem}.car-section{padding:3rem 0}.car-hero-left{width:70%;padding:2.5rem 1.25rem 4.5rem}.car-hero-title{font-size:1.6rem}.car-hero-body{white-space:normal;font-size:.78rem}.car-hero-badges{flex-wrap:wrap;gap:1rem}.car-hero-stats{left:40%}.car-why-card,.car-benefit-card{padding:1.4rem 1.1rem}.car-job-summary{flex-wrap:wrap;gap:.75rem}.car-job-meta{gap:.75rem}.car-apply-btn{justify-content:center;width:100%}.car-process-step{flex:0 calc(50% - .75rem)}.car-process-circle{width:60px;height:60px;font-size:1.3rem}.car-testi-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (width<=640px){.car-container{padding:0 1rem}.car-section{padding:2.5rem 0}.car-section-head{margin-bottom:1.75rem}.car-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.car-section-head p{font-size:.82rem}.car-hero{min-height:440px}.car-hero-overlay{background:#030308e0}.car-hero-left{justify-content:flex-start;width:100%;padding:2.5rem 1rem 1.5rem;position:relative}.car-hero-title{white-space:normal;font-size:1.4rem}.car-red{white-space:normal}.car-hero-body{white-space:normal;margin-bottom:.85rem;font-size:.76rem}.car-eyebrow{letter-spacing:2px;font-size:.57rem}.car-hero-badges{flex-wrap:wrap;gap:.65rem}.car-hero-badge{font-size:.72rem}.car-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.car-btn-primary{justify-content:center}.car-hero-stats{border-top:1px solid #ffffff17;border-left:none;border-radius:0;left:0}.car-hero-stat{gap:.5rem;padding:.65rem .5rem}.car-hero-stat>i{font-size:.95rem}.car-hero-stat strong{font-size:.9rem}.car-hero-stat span{font-size:.6rem}.car-why-grid{grid-template-columns:1fr;gap:.75rem}.car-why-card{text-align:left;flex-direction:row;align-items:flex-start;gap:.85rem;padding:1.1rem;display:flex}.car-why-icon{flex-shrink:0;margin:0}.car-benefits-grid{grid-template-columns:1fr;gap:.75rem}.car-benefit-card{text-align:left;flex-direction:row;align-items:flex-start;gap:.85rem;padding:1.1rem;display:flex}.car-benefit-icon{flex-shrink:0;margin:0}.car-culture-grid{grid-template-columns:1fr;gap:.75rem}.car-culture-card{flex-direction:row;display:flex;overflow:visible}.car-culture-img{border-radius:8px 0 0 8px;flex-shrink:0;width:80px;height:auto;min-height:80px;font-size:2rem}.car-culture-body{padding:1rem .875rem}.car-job-summary{padding:.85rem 1rem}.car-job-icon{width:36px;height:36px;font-size:.9rem}.car-job-info h4{font-size:.85rem}.car-job-meta{gap:.5rem}.car-job-meta span{font-size:.72rem}.car-apply-btn{padding:.42rem .85rem;font-size:.75rem}.car-aside-card{padding:1.75rem 1.25rem}.car-aside-icon{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}.car-process{gap:1.25rem}.car-process-step{text-align:left;flex-direction:row;flex:0 100%;align-items:flex-start;gap:1rem;max-width:100%}.car-process-circle{flex-shrink:0;width:54px;height:54px;margin-bottom:0;font-size:1.2rem}.car-process-num{text-align:left}.car-process-step h4{font-size:.9rem}.car-process-step p{max-width:100%;font-size:.78rem}.car-process-owl{display:none}.car-testi-carousel{gap:.5rem}.car-arrow{width:34px;height:34px;font-size:.75rem}.car-testi-grid{grid-template-columns:1fr;max-width:100%}.car-testi-card{padding:1.5rem 1.25rem}.car-cta{padding:2.5rem 1rem}.car-cta-inner h2{font-size:1.3rem}.car-cta-inner p{font-size:.83rem}}@media (width<=480px){.car-container{padding:0 .875rem}.car-section{padding:2rem 0}.car-hero-left{padding:2rem .875rem 1.25rem}.car-hero-title{font-size:1.25rem}.car-hero-body{font-size:.73rem}.car-hero-badges{gap:.5rem}.car-hero-badge{font-size:.69rem}.car-job-detail{padding:1rem 1rem 1.25rem}.car-job-detail>p{font-size:.82rem}.car-job-reqs ul li{font-size:.79rem}.car-dept-tab{padding:.38rem .75rem;font-size:.78rem}.car-process-circle{width:48px;height:48px;font-size:1.1rem}.car-testi-avatar{width:48px;height:48px;font-size:.95rem}.car-testi-card h4{font-size:.9rem}.car-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.car-container{padding:0 .75rem}.car-hero-left{padding:1.75rem .75rem 1.25rem}.car-hero-title{font-size:1.1rem}.car-hero-body{font-size:.7rem}.car-hero-badges{display:none}.car-section-head h2{font-size:1.15rem}.car-cta-inner h2{font-size:1.1rem}.car-hero-stat{padding:.55rem .4rem}.car-hero-stat strong{font-size:.82rem}}.car-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.car-modal{background:#fff;border-radius:10px;width:100%;max-width:580px;max-height:90vh;animation:.28s cubic-bezier(.34,1.56,.64,1) slideUp;overflow-y:auto;box-shadow:0 20px 50px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.car-modal-header{background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.car-modal-title-wrap{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.car-modal-icon{color:#fff;background:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:flex}.car-modal-title-wrap>div{flex:1;min-width:0}.car-modal-title-wrap h3{color:#1a1a1a;margin:0 0 .2rem;font-size:1.08rem;font-weight:700}.car-modal-title-wrap span{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.car-modal-close{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;transition:background .2s,color .2s;display:flex}.car-modal-close:hover{color:#fff;background:#c0392b}.car-modal-body{padding:1.75rem}.car-modal-success{text-align:center;padding:1rem 0 .5rem}.car-modal-success i{color:#27ae60;margin-bottom:1rem;font-size:3.5rem}.car-modal-success h4{color:#1a1a1a;margin:0 0 .6rem;font-size:1.25rem;font-weight:700}.car-modal-success p{color:#666;margin:0 0 1.5rem;font-size:.9rem;line-height:1.6}.car-modal-done-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:6px;padding:.7rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s}.car-modal-done-btn:hover{background:#a93226}.car-apply-form{flex-direction:column;gap:1rem;display:flex}.car-apply-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.car-apply-group{flex-direction:column;gap:.4rem;display:flex}.car-apply-group label{color:#333;font-size:.85rem;font-weight:600}.car-apply-group input,.car-apply-group textarea{color:#333;border:1.5px solid #ddd;border-radius:6px;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.car-apply-group input:focus,.car-apply-group textarea:focus{border-color:#c0392b;outline:none}.car-apply-group input:disabled,.car-apply-group textarea:disabled{cursor:not-allowed;background:#f9f9f9}.car-apply-group textarea{resize:vertical;min-height:80px}.car-apply-error{color:#c0392b;background:#fff5f5;border:1px solid #f5c6c6;border-radius:6px;align-items:flex-start;gap:.5rem;padding:.7rem .9rem;font-size:.84rem;line-height:1.5;display:flex}.car-apply-error i{flex-shrink:0;margin-top:1px;font-size:1rem}.car-apply-footer{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.car-apply-submit{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s;display:flex}.car-apply-submit:hover{background:#a93226;transform:translateY(-1px)}.car-apply-submit:disabled{cursor:not-allowed;opacity:.75;background:#d9534f;transform:none}.car-apply-note{color:#888;text-align:center;justify-content:center;align-items:center;gap:.4rem;margin:0;font-size:.8rem;display:flex}.car-apply-note i{color:#c0392b;font-size:.75rem}@media (width<=640px){.car-modal{border-radius:10px 10px 0 0;max-width:100%;margin-top:auto}.car-modal-header{padding:1.2rem 1.3rem}.car-modal-body{padding:1.3rem}.car-apply-row{grid-template-columns:1fr;gap:.8rem}}.cnt-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.cnt-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cnt-section{padding:4.5rem 0}.cnt-section--white{background:#fff}.cnt-section--grey{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee;padding-top:2.5rem}.cnt-section-head{text-align:center;margin-bottom:2.5rem}.cnt-section-head h2{color:#1a1a1a;margin:0 0 .6rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.cnt-section-line{background:#c0392b;border-radius:2px;width:48px;height:3px;margin:0 auto}.cnt-red{color:#c0392b}h2 .cnt-red,h3 .cnt-red{white-space:normal;display:inline}.cnt-hero{background-image:url(/heading/Contact_Heading.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.cnt-hero-overlay{z-index:1;background:linear-gradient(90deg,#030308f2 0%,#030308e6 25%,#0303088c 50%,#03030800 68%);position:absolute;inset:0}.cnt-hero-inner{z-index:2;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 0 0 3.5vw;display:flex;position:relative}.cnt-hero-content{text-align:left;flex-direction:column;align-items:flex-start;width:48%;display:flex}.cnt-eyebrow{color:#c0392b;letter-spacing:3.5px;text-transform:uppercase;white-space:nowrap;margin:0 0 .6rem;font-size:.62rem;font-weight:700;line-height:1}.cnt-hero-title{color:#fff;white-space:nowrap;margin:0 0 .85rem;font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}.cnt-red{color:#c0392b;white-space:nowrap;display:block}.cnt-hero-body{color:#c8c8c8;white-space:nowrap;margin:0;font-size:.83rem;line-height:1.72}.cnt-hero-left,.cnt-hero-right,.cnt-hero-dots,.cnt-hero-owl,.cnt-hero-owl-img{display:none}.cnt-info-bar{z-index:2;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:0;position:relative;box-shadow:0 2px 12px #0000000f}.cnt-info-grid{background:#fff;grid-template-columns:repeat(4,1fr);display:grid}.cnt-info-card{border-right:1px solid #f0f0f0;align-items:flex-start;gap:1rem;padding:1.5rem;transition:background .2s;display:flex}.cnt-info-card:last-child{border-right:none}.cnt-info-card:hover{background:#fff8f8}.cnt-info-icon{color:#c0392b;background:#c0392b14;border:1.5px solid #c0392b26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:2px;font-size:1rem;display:flex}.cnt-info-card h4{color:#1a1a1a;margin-bottom:.3rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700}.cnt-info-card p{color:#666;margin:0;font-size:.8rem;line-height:1.55}.cnt-main-grid{grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:4rem;display:grid}.cnt-form-col h2{color:#1a1a1a;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700}.cnt-form-col>p{color:#777;margin-bottom:1.75rem;font-size:.87rem;line-height:1.6}.cnt-form{flex-direction:column;gap:1rem;display:flex}.cnt-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cnt-form-group{position:relative}.cnt-form-group input,.cnt-form-group textarea{color:#333;resize:vertical;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;outline:none;width:100%;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.87rem;transition:border-color .2s,box-shadow .2s}.cnt-form-group input:focus,.cnt-form-group textarea:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b14}.cnt-form-group input::placeholder,.cnt-form-group textarea::placeholder{color:#bbb}.cnt-form-group--select select{color:#333;appearance:none;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;outline:none;width:100%;padding:.7rem 2.2rem .7rem 1rem;font-family:Inter,sans-serif;font-size:.87rem;transition:border-color .2s}.cnt-form-group--select select:focus{border-color:#c0392b}.cnt-select-arrow{color:#aaa;pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.cnt-form-footer{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:.25rem;display:flex}.cnt-submit-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.78rem 1.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.cnt-submit-btn:hover{background:#a93226;transform:translateY(-1px)}.cnt-submit-btn:disabled{cursor:not-allowed;opacity:.75;background:#d9534f;transform:none}.cnt-form-error{color:#c0392b;background:#fff5f5;border:1px solid #f5c6c6;border-radius:6px;align-items:flex-start;gap:.55rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:flex}.cnt-form-error i{flex-shrink:0;margin-top:1px;font-size:1rem}.cnt-secure-note{color:#999;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.cnt-secure-note i{color:#bbb}.cnt-success{text-align:center;border:1.5px solid #eee;border-radius:10px;padding:3rem 1.5rem}.cnt-success i{color:#27ae60;margin-bottom:1rem;font-size:3rem;display:block}.cnt-success h3{color:#1a1a1a;margin-bottom:.6rem;font-size:1.4rem}.cnt-success p{color:#777;margin-bottom:1.5rem;font-size:.9rem}.cnt-touch-col h2{color:#1a1a1a;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700}.cnt-touch-col>p{color:#777;margin-bottom:1.75rem;font-size:.87rem;line-height:1.6}.cnt-touch-cards{border:1.5px solid #eee;border-radius:10px;flex-direction:column;gap:0;margin-bottom:1.5rem;display:flex;overflow:hidden}.cnt-touch-item{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:background .2s;display:flex}.cnt-touch-item:last-child{border-bottom:none}.cnt-touch-item:hover{background:#fff8f8}.cnt-touch-icon{color:#c0392b;background:#c0392b14;border:1px solid #c0392b26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;display:flex}.cnt-touch-item strong{color:#1a1a1a;margin-bottom:.25rem;font-size:.88rem;font-weight:700;display:block}.cnt-touch-item span{color:#666;font-size:.8rem;line-height:1.55}.cnt-follow strong{color:#1a1a1a;margin-bottom:.65rem;font-size:.88rem;font-weight:700;display:block}.cnt-socials{gap:.5rem;display:flex}.cnt-socials a{color:#555;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:4px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:flex}.cnt-socials a:hover{color:#fff;background:#c0392b;border-color:#c0392b}.cnt-offices-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.75rem;display:grid}.cnt-office-card{background:#fff;border:1.5px solid #eee;border-radius:10px;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.cnt-office-card:hover{border-color:#c0392b;transform:translateY(-3px);box-shadow:0 6px 24px #c0392b1a}.cnt-office-img{height:160px;position:relative;overflow:hidden}.cnt-office-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cnt-office-card:hover .cnt-office-img img{transform:scale(1.05)}.cnt-office-pin{color:#fff;background:#c0392b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;display:flex;position:absolute;top:.65rem;right:.65rem;box-shadow:0 2px 8px #c0392b66}.cnt-office-body{padding:1rem 1.1rem}.cnt-office-body h4{color:#1a1a1a;margin-bottom:.35rem;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:700}.cnt-office-body p{color:#777;white-space:pre-line;margin:0;font-size:.78rem;line-height:1.55}.cnt-map{border:1.5px solid #eee;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.cnt-map iframe{display:block}.cnt-bottom-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem;display:grid}.cnt-faq-col h2{color:#1a1a1a;margin-bottom:.35rem;font-family:Poppins,sans-serif;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:700}.cnt-faq-col>p{color:#999;margin-bottom:1.5rem;font-size:.87rem}.cnt-faq-list{border:1.5px solid #eee;border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.cnt-faq-item{border-bottom:1px solid #f0f0f0;transition:background .2s}.cnt-faq-item:last-child{border-bottom:none}.cnt-faq-item--open{background:#fff8f8}.cnt-faq-q{cursor:pointer;text-align:left;color:#1a1a1a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:color .2s;display:flex}.cnt-faq-q:hover,.cnt-faq-item--open .cnt-faq-q{color:#c0392b}.cnt-faq-q i{color:#c0392b;flex-shrink:0;font-size:.75rem}.cnt-faq-a{color:#666;padding:0 1.25rem 1rem;font-size:.83rem;line-height:1.65}.cnt-conv-card{background:#1a1a1a;border-radius:12px;align-items:flex-end;gap:1.5rem;min-height:260px;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.cnt-conv-card:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#c0392b0f 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0}.cnt-conv-content{z-index:1;flex:1;position:relative}.cnt-conv-content h3{color:#fff;margin-bottom:.6rem;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700}.cnt-conv-content p{color:#ccc;margin-bottom:1rem;font-size:.82rem;line-height:1.65}.cnt-conv-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.cnt-conv-list li{color:#ddd;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.cnt-conv-list li i{color:#c0392b;font-size:.4rem}.cnt-conv-illustration{z-index:1;flex-shrink:0;align-self:center;position:relative}.cnt-conv-envelope{color:#c0392b;background:#c0392b26;border:2px solid #c0392b4d;border-radius:12px;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;display:flex;position:relative}.cnt-conv-arrow{color:#fff;background:#c0392b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;animation:3s ease-in-out infinite float;display:flex;position:absolute;top:-14px;right:-14px;box-shadow:0 3px 10px #c0392b80}.cnt-questions-banner{background:#c0392b;padding:1.5rem 0;position:relative;overflow:hidden}.cnt-questions-banner:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0}.cnt-questions-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex;position:relative}.cnt-questions-left{align-items:center;gap:1rem;display:flex}.cnt-questions-icon{color:#fff;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;display:flex}.cnt-questions-left strong{color:#fff;margin-bottom:.15rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;display:block}.cnt-questions-left span{color:#ffffffd1;font-size:.84rem}.cnt-chat-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.cnt-chat-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.cnt-container{padding:0 2rem}.cnt-main-grid{gap:3rem}}@media (width<=1024px){.cnt-main-grid{grid-template-columns:1fr;gap:2.5rem}.cnt-bottom-grid{grid-template-columns:1fr;gap:2rem}.cnt-info-grid{grid-template-columns:repeat(2,1fr)}.cnt-info-card:nth-child(2){border-right:none}.cnt-info-card:nth-child(3),.cnt-info-card:nth-child(4){border-top:1px solid #f0f0f0}.cnt-offices-grid{gap:1.25rem}}@media (width<=900px){.cnt-section{padding:3.5rem 0}.cnt-section-head{margin-bottom:2rem}.cnt-hero{height:auto;min-height:320px;padding:3rem 0}.cnt-hero-inner{height:auto;padding:0 2rem}.cnt-hero-content{width:65%}.cnt-hero-overlay{background:linear-gradient(90deg,#030308f5 0%,#030308e6 45%,#03030899 70%,#03030800 85%)}.cnt-hero-title{font-size:1.65rem}.cnt-hero-body{font-size:.8rem}.cnt-offices-grid{grid-template-columns:repeat(2,1fr)}.cnt-conv-card{flex-direction:column;gap:1.25rem;min-height:auto}.cnt-conv-illustration{align-self:flex-start}}@media (width<=768px){.cnt-container{padding:0 1.25rem}.cnt-section{padding:3rem 0}.cnt-hero{padding:2.5rem 0}.cnt-hero-inner{padding:0 1.25rem}.cnt-hero-content{width:78%}.cnt-hero-title{font-size:1.5rem}.cnt-hero-body{white-space:normal;font-size:.79rem}.cnt-info-card{gap:.75rem;padding:1.25rem 1rem}.cnt-info-card h4{font-size:.83rem}.cnt-info-card p{font-size:.76rem}.cnt-info-icon{width:38px;height:38px;font-size:.9rem}.cnt-form-footer{gap:1rem}.cnt-submit-btn{padding:.72rem 1.5rem;font-size:.87rem}.cnt-faq-q{padding:.9rem 1rem;font-size:.85rem}.cnt-faq-a{padding:0 1rem .9rem;font-size:.81rem}.cnt-questions-inner{gap:1rem}}@media (width<=640px){.cnt-container{padding:0 1rem}.cnt-section{padding:2.5rem 0}.cnt-section-head{margin-bottom:1.75rem}.cnt-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.cnt-hero{min-height:auto;padding:2.5rem 0}.cnt-hero-inner{padding:0 1rem}.cnt-hero-content{width:100%}.cnt-hero-overlay{background:#030308e0}.cnt-hero-title{white-space:normal;font-size:1.35rem}.cnt-red{white-space:normal}.cnt-hero-body{white-space:normal;font-size:.77rem}.cnt-eyebrow{letter-spacing:2px;font-size:.58rem}.cnt-info-grid{grid-template-columns:1fr}.cnt-info-card{border-bottom:1px solid #f0f0f0;border-right:none}.cnt-info-card:nth-child(3),.cnt-info-card:nth-child(4){border-top:none}.cnt-info-card:last-child{border-bottom:none}.cnt-form-row{grid-template-columns:1fr;gap:.875rem}.cnt-form{gap:.875rem}.cnt-form-footer{flex-direction:column;align-items:stretch}.cnt-submit-btn{justify-content:center;width:100%}.cnt-secure-note{justify-content:center}.cnt-touch-item{gap:.75rem;padding:.9rem 1rem}.cnt-touch-icon{width:34px;height:34px;font-size:.82rem}.cnt-offices-grid{grid-template-columns:1fr;gap:.875rem}.cnt-office-img{height:140px}.cnt-office-body{padding:.85rem 1rem}.cnt-map iframe{height:220px}.cnt-bottom-grid{gap:1.75rem}.cnt-faq-col h2{font-size:1.25rem}.cnt-faq-q{gap:.75rem;font-size:.83rem}.cnt-conv-card{padding:1.5rem 1.25rem}.cnt-conv-content h3{font-size:1rem}.cnt-conv-content p,.cnt-conv-list li{font-size:.8rem}.cnt-conv-envelope{width:80px;height:80px;font-size:2rem}.cnt-questions-banner{padding:1.25rem 0}.cnt-questions-inner{text-align:center;flex-direction:column;align-items:center}.cnt-questions-left{text-align:center;flex-direction:column}.cnt-questions-icon{margin:0 auto}.cnt-chat-btn{justify-content:center;width:100%;max-width:260px}}@media (width<=480px){.cnt-container{padding:0 .875rem}.cnt-section,.cnt-hero{padding:2rem 0}.cnt-hero-inner{padding:0 .875rem}.cnt-hero-title{font-size:1.2rem}.cnt-hero-body{font-size:.74rem}.cnt-info-card{padding:1rem .875rem}.cnt-form-group input,.cnt-form-group textarea,.cnt-form-group--select select{padding:.62rem .875rem;font-size:.83rem}.cnt-submit-btn{padding:.7rem 1.4rem;font-size:.85rem}.cnt-office-img{height:130px}.cnt-faq-q{padding:.85rem .875rem;font-size:.8rem}.cnt-faq-a{padding:0 .875rem .85rem;font-size:.78rem}.cnt-conv-card{padding:1.25rem 1rem}.cnt-conv-envelope{border-radius:10px;width:70px;height:70px;font-size:1.75rem}.cnt-chat-btn{padding:.65rem 1.25rem;font-size:.83rem}}@media (width<=360px){.cnt-container{padding:0 .75rem}.cnt-hero-title{font-size:1.05rem}.cnt-hero-body{font-size:.71rem}.cnt-section-head h2{font-size:1.15rem}.cnt-info-card{gap:.6rem;padding:.875rem .75rem}.cnt-info-icon{width:34px;height:34px;font-size:.82rem}.cnt-faq-q{font-size:.78rem}.cnt-conv-content h3{font-size:.95rem}}.nf-page{min-height:calc(100vh - var(--nav-height) - var(--topbar-height));color:#e2e8f0;background:#0a0a0a;justify-content:center;align-items:center;padding:5rem 1.5rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.nf-bg-dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#c0392b12 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.nf-orb{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.nf-orb--red{background:#c0392b2e;width:500px;height:500px;top:-120px;right:-100px}.nf-orb--dark{background:#6c63ff1a;width:400px;height:400px;bottom:-100px;left:-80px}.nf-container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:860px;display:flex;position:relative}.nf-code-wrap{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.5rem;animation:.7s forwards nfFadeDown;display:flex}.nf-digit{background:linear-gradient(135deg,#fff 30%,#888 100%);-webkit-text-fill-color:transparent;letter-spacing:-4px;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:clamp(6rem,18vw,11rem);font-weight:900;line-height:1}.nf-zero{background:linear-gradient(135deg,#c0392b,#8b1a1a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(90px,14vw,160px);height:clamp(90px,14vw,160px);animation:3s ease-in-out infinite nfPulse;display:flex;box-shadow:0 0 0 10px #c0392b26,0 0 0 20px #c0392b12,0 20px 60px #c0392b66}.nf-zero i{color:#fff;font-size:clamp(2.5rem,7vw,5rem)}.nf-content{flex-direction:column;align-items:center;gap:1.25rem;animation:.7s .15s both nfFadeUp;display:flex}.nf-tag{color:#c0392b;letter-spacing:2.5px;text-transform:uppercase;background:#c0392b1f;border:1px solid #c0392b4d;border-radius:50px;padding:.3rem 1rem;font-size:.72rem;font-weight:700;display:inline-block}.nf-title{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:800;line-height:1.2}.nf-red{color:#c0392b}.nf-desc{color:#94a3b8;max-width:520px;margin:0;font-size:1rem;line-height:1.75}.nf-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.nf-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.nf-btn--primary{color:#fff;background:#c0392b;box-shadow:0 4px 20px #c0392b66}.nf-btn--primary:hover{background:#a93226;transform:translateY(-2px);box-shadow:0 8px 30px #c0392b80}.nf-btn--outline{color:#e2e8f0;background:0 0;border:1.5px solid #ffffff40}.nf-btn--outline:hover{color:#c0392b;background:#c0392b0f;border-color:#c0392b;transform:translateY(-2px)}.nf-links-section{width:100%;animation:.7s .3s both nfFadeUp}.nf-links-label{letter-spacing:2px;text-transform:uppercase;color:#64748b;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.nf-links-grid{grid-template-columns:repeat(3,1fr);gap:.875rem;display:grid}.nf-link-card{color:#cbd5e1;background:#111118;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:.75rem;padding:.9rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.nf-link-card>i:first-child{color:#c0392b;background:#c0392b1a;border:1px solid #c0392b33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;transition:background .25s,color .25s;display:flex}.nf-link-arrow{color:#475569;flex-shrink:0;margin-left:auto;font-size:.75rem;transition:transform .25s,color .25s}.nf-link-card:hover{color:#fff;background:#1a1a2a;border-color:#c0392b66;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.nf-link-card:hover>i:first-child{color:#fff;background:#c0392b;border-color:#c0392b}.nf-link-card:hover .nf-link-arrow{color:#c0392b;transform:translate(3px)}@keyframes nfFadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes nfFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes nfPulse{0%,to{box-shadow:0 0 0 10px #c0392b26,0 0 0 20px #c0392b12,0 20px 60px #c0392b66}50%{box-shadow:0 0 0 16px #c0392b2e,0 0 0 30px #c0392b14,0 20px 80px #c0392b80}}@media (width<=768px){.nf-page{padding:4rem 1.25rem}.nf-links-grid{grid-template-columns:repeat(2,1fr)}.nf-digit{letter-spacing:-2px}}@media (width<=520px){.nf-page{padding:3rem 1rem}.nf-container{gap:2rem}.nf-actions{flex-direction:column;width:100%}.nf-btn{justify-content:center;width:100%}.nf-links-grid{grid-template-columns:1fr}.nf-zero{width:80px;height:80px}.nf-zero i{font-size:2rem}}.pp-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.pp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pp-hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a0a0a 100%);align-items:center;width:100%;min-height:340px;display:flex;position:relative;overflow:hidden}.pp-hero:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#c0392b14 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.pp-hero:after{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:#c0392b26;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.pp-hero-inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:3.5rem 4rem;display:grid;position:relative}.pp-hero-content{max-width:600px}.pp-eyebrow{color:#c0392b;letter-spacing:2px;text-transform:uppercase;white-space:nowrap;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.pp-hero-title{color:#fff;white-space:nowrap;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2.6rem;font-weight:800;line-height:1.15}.pp-red{color:#c0392b}.pp-hero-body{color:#c8c8c8;max-width:560px;margin-bottom:1.5rem;font-size:.97rem;line-height:1.75}.pp-hero-badge{color:#ccc;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.82rem;display:inline-flex}.pp-hero-badge i{color:#c0392b;font-size:.88rem}.pp-hero-right{flex-shrink:0;justify-content:center;align-items:center;display:flex}.pp-hero-logo-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;min-width:200px;padding:2.25rem 2.5rem;display:flex}.pp-hero-logo{object-fit:contain;filter:drop-shadow(0 4px 16px #c0392b66);width:90px;height:90px}.pp-hero-logo-text{flex-direction:column;gap:.2rem;display:flex}.pp-hero-logo-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.2}.pp-hero-logo-name strong{color:#c0392b;font-weight:800}.pp-hero-logo-sub{color:#888;letter-spacing:.3px;font-size:.68rem}.pp-intro-section{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:2.25rem 0}.pp-intro-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pp-intro-item{align-items:flex-start;gap:.9rem;display:flex}.pp-intro-icon{color:#c0392b;background:#c0392b17;border:1px solid #c0392b2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;display:flex}.pp-intro-item h4{color:#1a1a1a;margin-bottom:.25rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700}.pp-intro-item p{color:#777;font-size:.8rem;line-height:1.55}.pp-main-section{background:#fff;padding:5rem 0}.pp-main-grid{grid-template-columns:1fr 300px;align-items:flex-start;gap:3rem;display:grid}.pp-section-head{margin-bottom:2.5rem}.pp-tag{color:#c0392b;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:inline-block}.pp-section-head h2{color:#1a1a1a;margin-bottom:.65rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.pp-section-head p{color:#666;max-width:520px;font-size:.92rem;line-height:1.7}.pp-cards-list{flex-direction:column;gap:1.5rem;display:flex}.pp-card{background:#fff;border:1.5px solid #eee;border-radius:12px;padding:2rem;transition:border-color .25s,box-shadow .25s,transform .25s}.pp-card:hover{border-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 28px #c0392b1a}.pp-card-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.pp-card-icon{color:#c0392b;background:#c0392b17;border:1px solid #c0392b33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;transition:background .2s,color .2s;display:flex}.pp-card:hover .pp-card-icon{color:#fff;background:#c0392b}.pp-card-header h3{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.pp-card-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.pp-card-list li{color:#555;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.65;display:flex}.pp-card-list li i{color:#c0392b;flex-shrink:0;margin-top:.3rem;font-size:.75rem}.pp-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:100px}.pp-sidebar-card{background:#fff;border:1.5px solid #eee;border-radius:12px;padding:1.5rem}.pp-sidebar-head{border-bottom:1px solid #f0f0f0;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.pp-sidebar-head i{color:#c0392b;font-size:1rem}.pp-sidebar-head h4{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700}.pp-sidebar-links{flex-direction:column;gap:.1rem;margin:0;padding:0;list-style:none;display:flex}.pp-sidebar-links li a{color:#555;border-radius:6px;align-items:center;gap:.5rem;padding:.45rem .5rem;font-size:.84rem;text-decoration:none;transition:background .18s,color .18s;display:flex}.pp-sidebar-links li a i{color:#c0392b;flex-shrink:0;font-size:.65rem}.pp-sidebar-links li a:hover{color:#c0392b;background:#c0392b0f}.pp-sidebar-info{background:#f8f8f8;border:1.5px solid #eee;border-radius:12px;flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.pp-sidebar-info-row{align-items:center;gap:.75rem;display:flex}.pp-sidebar-info-row>i{color:#c0392b;text-align:center;flex-shrink:0;width:16px;font-size:.9rem}.pp-sidebar-info-row>div{flex-direction:column;display:flex}.pp-sidebar-info-row span{color:#999;font-size:.73rem}.pp-sidebar-info-row strong{color:#1a1a1a;font-size:.85rem;font-weight:600}.pp-sidebar-cta{text-align:center;background:#c0392b0d;border:1.5px solid #c0392b26;border-radius:12px;padding:1.25rem}.pp-sidebar-cta p{color:#555;margin-bottom:.85rem;font-size:.85rem;line-height:1.55}.pp-sidebar-btn{color:#fff;background:#c0392b;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.6rem 1.4rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.pp-sidebar-btn:hover{background:#a93226;transform:translateY(-1px)}.pp-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.pp-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.pp-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.pp-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.pp-cta-inner p{color:#ffffffd1;max-width:500px;font-size:.9rem;line-height:1.65}.pp-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.pp-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1280px){.pp-container{padding:0 2rem}}@media (width<=1100px){.pp-main-grid{grid-template-columns:1fr 270px;gap:2rem}.pp-intro-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=900px){.pp-hero-inner{grid-template-columns:1fr;gap:0}.pp-hero-right{display:none}.pp-main-section{padding:3.5rem 0}.pp-main-grid{grid-template-columns:1fr;gap:2rem}.pp-sidebar{position:static}.pp-sidebar-card,.pp-sidebar-info,.pp-sidebar-cta{max-width:600px}.pp-cta-inner{text-align:center;flex-direction:column;align-items:center}.pp-cta-btn{justify-content:center;width:100%;max-width:280px}}@media (width<=768px){.pp-container{padding:0 1.25rem}.pp-hero-title{font-size:clamp(1.7rem,5vw,2.2rem)}.pp-hero-body{font-size:.9rem}.pp-intro-grid{grid-template-columns:1fr 1fr}.pp-card{padding:1.5rem}}@media (width<=640px){.pp-container{padding:0 1rem}.pp-hero{min-height:280px}.pp-hero-inner{padding:2.5rem 1.25rem}.pp-hero-title{white-space:normal;font-size:1.8rem}.pp-hero-inner{padding-top:2.5rem;padding-bottom:2.5rem}.pp-hero-title{font-size:clamp(1.5rem,6vw,1.9rem)}.pp-hero-body{font-size:.85rem}.pp-intro-grid{grid-template-columns:1fr;gap:1rem}.pp-intro-section{padding:1.75rem 0}.pp-main-section{padding:2.5rem 0}.pp-card{padding:1.25rem}.pp-card-header{gap:.75rem}.pp-card-header h3{font-size:.97rem}.pp-card-list li{font-size:.85rem}.pp-section-head{margin-bottom:1.75rem}.pp-section-head h2{font-size:clamp(1.3rem,5.5vw,1.7rem)}.pp-cta{padding:2.5rem 1rem}.pp-cta-inner h2{font-size:1.3rem}.pp-cta-inner p{font-size:.85rem}}@media (width<=480px){.pp-container{padding:0 .875rem}.pp-hero-title{font-size:1.5rem}.pp-hero-body{font-size:.82rem}.pp-hero-badge{padding:.35rem .85rem;font-size:.76rem}.pp-card-icon{border-radius:10px;width:40px;height:40px;font-size:1rem}.pp-card{padding:1rem}.pp-card-list li{font-size:.82rem}.pp-intro-item h4{font-size:.85rem}.pp-intro-item p{font-size:.76rem}.pp-cta-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media (width<=360px){.pp-container{padding:0 .75rem}.pp-hero-title{font-size:1.3rem}.pp-hero-body{font-size:.78rem}.pp-section-head h2{font-size:1.2rem}.pp-card{padding:.875rem}.pp-card-header{gap:.6rem;margin-bottom:1rem}.pp-card-list li{font-size:.78rem}.pp-cta-inner h2{font-size:1.1rem}}.tc-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.tc-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.tc-hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a0505 100%);align-items:center;width:100%;min-height:340px;display:flex;position:relative;overflow:hidden}.tc-hero:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#c0392b14 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.tc-hero:after{content:"";filter:blur(90px);pointer-events:none;z-index:0;background:#c0392b26;border-radius:50%;width:420px;height:420px;position:absolute;top:-100px;right:-100px}.tc-hero-inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:4rem;display:grid;position:relative}.tc-hero-content{max-width:600px}.tc-hero-right{flex-shrink:0;justify-content:center;align-items:center;display:flex}.tc-hero-logo-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;min-width:200px;padding:2.25rem 2.5rem;display:flex}.tc-hero-logo{object-fit:contain;filter:drop-shadow(0 4px 16px #c0392b66);width:90px;height:90px}.tc-hero-logo-text{flex-direction:column;gap:.2rem;display:flex}.tc-hero-logo-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.2}.tc-hero-logo-name strong{color:#c0392b;font-weight:800}.tc-hero-logo-sub{color:#888;letter-spacing:.3px;font-size:.68rem}.tc-eyebrow{color:#c0392b;letter-spacing:3px;text-transform:uppercase;white-space:nowrap;margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:inline-block}.tc-hero-title{color:#fff;white-space:nowrap;margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:2.6rem;font-weight:800;line-height:1.15}.tc-red{color:#c0392b}.tc-hero-body{color:#bbb;max-width:520px;margin:0 0 1.5rem;font-size:.97rem;line-height:1.75}.tc-hero-badge{color:#e0a0a0;background:#c0392b26;border:1px solid #c0392b4d;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.tc-hero-badge i{color:#c0392b}.tc-intro-section{background:#f8f8f8;border-bottom:1px solid #eee;padding:2.5rem 0}.tc-intro-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.tc-intro-item{background:#fff;border:1px solid #eee;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:border-color .25s,box-shadow .25s;display:flex}.tc-intro-item:hover{border-color:#c0392b;box-shadow:0 4px 16px #c0392b14}.tc-intro-icon{color:#c0392b;background:#c0392b1a;border:1px solid #c0392b33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.tc-intro-item h4{color:#1a1a1a;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.tc-intro-item p{color:#777;margin:0;font-size:.78rem;line-height:1.55}.tc-main-section{padding:4rem 0 5rem}.tc-main-grid{grid-template-columns:1fr 320px;align-items:flex-start;gap:3rem;display:grid}.tc-section-head{margin-bottom:2rem}.tc-tag{color:#c0392b;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.4rem;font-size:.68rem;font-weight:700;display:inline-block}.tc-section-head h2{color:#1a1a1a;margin:.3rem 0 .75rem;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700}.tc-section-head p{color:#666;max-width:560px;font-size:.92rem;line-height:1.7}.tc-cards-list{flex-direction:column;gap:1.25rem;display:flex}.tc-card{background:#fff;border:1.5px solid #eee;border-radius:12px;padding:1.75rem 2rem;transition:border-color .25s,box-shadow .25s}.tc-card:hover{border-color:#c0392b59;box-shadow:0 6px 24px #c0392b12}.tc-card-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.tc-card-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;transition:background .2s,color .2s;display:flex}.tc-card:hover .tc-card-icon{color:#fff;background:#c0392b;border-color:#c0392b}.tc-card-header h3{color:#1a1a1a;margin:0;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.tc-card-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.tc-card-list li{color:#555;align-items:flex-start;gap:.65rem;font-size:.88rem;line-height:1.7;display:flex}.tc-card-list li i{color:#c0392b;flex-shrink:0;margin-top:.35rem;font-size:.75rem}.tc-sidebar{top:calc(var(--nav-height) + var(--topbar-height) + 1.5rem);flex-direction:column;gap:1.25rem;display:flex;position:sticky}.tc-sidebar-card{background:#fff;border:1.5px solid #eee;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000a}.tc-sidebar-head{border-bottom:1px solid #f0f0f0;align-items:center;gap:.6rem;margin-bottom:1.1rem;padding-bottom:.75rem;display:flex}.tc-sidebar-head i{color:#c0392b;font-size:.9rem}.tc-sidebar-head h4{color:#1a1a1a;margin:0;font-size:.92rem;font-weight:700}.tc-sidebar-links{flex-direction:column;gap:.1rem;margin:0;padding:0;list-style:none;display:flex}.tc-sidebar-links li a{color:#555;border-radius:6px;align-items:center;gap:.5rem;padding:.45rem .5rem;font-size:.82rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.tc-sidebar-links li a i{color:#c0392b;flex-shrink:0;font-size:.62rem;transition:transform .2s}.tc-sidebar-links li a:hover{color:#c0392b;background:#c0392b0f}.tc-sidebar-links li a:hover i{transform:translate(2px)}.tc-sidebar-info{background:#fff;border:1.5px solid #eee;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.tc-sidebar-info-row{align-items:flex-start;gap:.75rem;display:flex}.tc-sidebar-info-row>i{color:#c0392b;flex-shrink:0;margin-top:.15rem;font-size:.9rem}.tc-sidebar-info-row span{color:#999;font-size:.73rem;display:block}.tc-sidebar-info-row strong{color:#1a1a1a;font-size:.85rem;font-weight:700;display:block}.tc-sidebar-cta{text-align:center;background:#c0392b0a;border:1.5px solid #c0392b33;border-radius:12px;padding:1.25rem 1.5rem}.tc-sidebar-cta p{color:#666;margin-bottom:.875rem;font-size:.83rem;line-height:1.5}.tc-sidebar-btn{color:#fff;background:#c0392b;border-radius:7px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1.3rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.tc-sidebar-btn:hover{background:#a93226;transform:translateY(-1px)}.tc-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.tc-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.tc-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.tc-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.tc-cta-inner p{color:#ffffffd1;max-width:520px;font-size:.9rem;line-height:1.65}.tc-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.tc-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1100px){.tc-main-grid{grid-template-columns:1fr 280px;gap:2rem}}@media (width<=900px){.tc-hero-inner{grid-template-columns:1fr;gap:0}.tc-hero-right{display:none}.tc-intro-grid{grid-template-columns:repeat(2,1fr)}.tc-main-grid{grid-template-columns:1fr}.tc-sidebar{position:static}.tc-main-section{padding:3.5rem 0}}@media (width<=640px){.tc-container{padding:0 1rem}.tc-hero-inner{padding:2.5rem 1.25rem}.tc-hero-title{white-space:normal;font-size:1.8rem}.tc-intro-grid{grid-template-columns:1fr;gap:.75rem}.tc-card{padding:1.25rem}.tc-cta-inner{text-align:center;flex-direction:column;align-items:center}.tc-cta-btn{width:100%;max-width:260px}}@media (width<=480px){.tc-hero-title{font-size:1.6rem}.tc-hero-body{font-size:.88rem}.tc-card-header h3{font-size:.95rem}}.sm-page{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}.sm-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sm-hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a0505 100%);align-items:center;width:100%;min-height:320px;display:flex;position:relative;overflow:hidden}.sm-hero:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#c0392b14 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.sm-hero:after{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:#c0392b24;border-radius:50%;width:380px;height:380px;position:absolute;top:-80px;right:-80px}.sm-hero-inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:4rem;display:grid;position:relative}.sm-hero-content{max-width:560px}.sm-hero-right{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sm-hero-logo-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;min-width:200px;padding:2.25rem 2.5rem;display:flex}.sm-hero-logo{object-fit:contain;filter:drop-shadow(0 4px 16px #c0392b66);width:90px;height:90px}.sm-hero-logo-text{flex-direction:column;gap:.2rem;display:flex}.sm-hero-logo-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.2}.sm-hero-logo-name strong{color:#c0392b;font-weight:800}.sm-hero-logo-sub{color:#888;letter-spacing:.3px;font-size:.68rem}.sm-eyebrow{color:#c0392b;letter-spacing:3px;text-transform:uppercase;white-space:nowrap;margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:inline-block}.sm-hero-title{color:#fff;white-space:nowrap;margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:2.6rem;font-weight:800;line-height:1.15}.sm-red{color:#c0392b}.sm-hero-body{color:#bbb;max-width:500px;margin:0;font-size:.97rem;line-height:1.75}.sm-stats-bar{background:#111;padding:0}.sm-stats-row{grid-template-columns:repeat(4,1fr);display:grid}.sm-stat{border-right:1px solid #1e1e1e;justify-content:center;align-items:center;gap:1rem;padding:1.75rem 1rem;display:flex}.sm-stat:last-child{border-right:none}.sm-stat-icon{color:#c0392b;background:#c0392b1a;border:1.5px solid #c0392b66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:flex}.sm-stat strong{color:#fff;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:800;line-height:1.1;display:block}.sm-stat span{color:#aaa;font-size:.78rem}.sm-main-section{background:#f8f8f8;padding:5rem 0}.sm-section-head{text-align:center;margin-bottom:3rem}.sm-tag{color:#c0392b;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:inline-block}.sm-section-head h2{color:#1a1a1a;margin:.4rem 0 .75rem;font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.sm-section-head p{color:#666;max-width:520px;margin:0 auto;font-size:.92rem;line-height:1.7}.sm-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sm-category-card{background:#fff;border:1.5px solid #eee;border-radius:14px;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.sm-category-card:hover{border-color:#c0392b4d;transform:translateY(-3px);box-shadow:0 8px 30px #00000012}.sm-cat-header{border-bottom:2px solid var(--cat-color,#c0392b);background:#fff;align-items:center;gap:.9rem;padding:1.25rem 1.5rem;display:flex}.sm-cat-icon{width:44px;height:44px;color:var(--cat-color,#c0392b);background:#c0392b1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:background .25s,color .25s;display:flex}.sm-category-card:hover .sm-cat-icon{background:var(--cat-color,#c0392b);color:#fff}.sm-cat-title-wrap h3{color:#1a1a1a;margin:0 0 .1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.sm-cat-count{color:#999;font-size:.72rem;font-weight:500}.sm-cat-links{margin:0;padding:.75rem 0;list-style:none}.sm-link-item{align-items:center;gap:.75rem;padding:.6rem 1.5rem;text-decoration:none;transition:background .18s;display:flex}.sm-link-item:hover{background:#fdf5f5}.sm-link-icon{color:#c0392b;background:#f5f5f5;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.78rem;transition:background .2s,color .2s;display:flex}.sm-link-item:hover .sm-link-icon{color:#fff;background:#c0392b}.sm-link-body{flex:1;min-width:0}.sm-link-label{color:#1a1a1a;font-size:.85rem;font-weight:600;line-height:1.3;transition:color .18s;display:block}.sm-link-item:hover .sm-link-label{color:#c0392b}.sm-link-desc{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;line-height:1.4;display:block;overflow:hidden}.sm-link-arrow{color:#ccc;flex-shrink:0;font-size:.65rem;transition:transform .2s,color .2s}.sm-link-item:hover .sm-link-arrow{color:#c0392b;transform:translate(3px)}.sm-cta{background:#c0392b;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.sm-cta-bg{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.sm-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.sm-cta-inner h2{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:700}.sm-cta-inner p{color:#ffffffd1;max-width:500px;font-size:.9rem;line-height:1.65}.sm-cta-btn{color:#c0392b;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.78rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.sm-cta-btn:hover{background:#f5e8e8;transform:translateY(-1px)}@media (width<=1100px){.sm-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.sm-stats-row{grid-template-columns:repeat(2,1fr)}.sm-stat:nth-child(2){border-right:none}.sm-stat:nth-child(3),.sm-stat:nth-child(4){border-top:1px solid #1e1e1e}.sm-main-section{padding:3.5rem 0}}@media (width<=768px){.sm-container{padding:0 1.25rem}.sm-hero-inner{grid-template-columns:1fr;gap:0}.sm-hero-right{display:none}.sm-grid{grid-template-columns:1fr}.sm-category-card{transform:none!important}.sm-cta-inner{text-align:center;flex-direction:column;align-items:center}.sm-cta-btn{justify-content:center;width:100%;max-width:260px}}@media (width<=480px){.sm-container{padding:0 1rem}.sm-hero-inner{padding:2.5rem 1.25rem}.sm-hero-title{white-space:normal;font-size:1.75rem}.sm-stats-row{grid-template-columns:repeat(2,1fr)}.sm-stat{text-align:center;flex-direction:column;gap:.5rem;padding:1.25rem .75rem}.sm-stat:nth-child(2){border-right:none}.sm-stat strong{font-size:1.5rem}.sm-cat-header{padding:1rem 1.25rem}.sm-link-item{padding:.55rem 1.25rem}}@media (width<=360px){.sm-hero-title{font-size:1.5rem}.sm-hero-body{font-size:.85rem}}
