@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap";:root{--color-primary:#020c4c;--color-secondary:#0b4887;--color-accent:#054381;--color-text-main:#333;--color-text-light:#666;--color-bg-light:#f8f9fa;--color-bg-dark:#181b1e;--color-white:#fff;--font-family-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;max-width:100vw}body{font-family:var(--font-family-sans);color:var(--color-text-main);background-color:var(--color-white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.text-center{text-align:center}.btn{cursor:pointer;border:none;border-radius:30px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 4px 15px #020c4c4d}.btn-outline{border:2px solid var(--color-white);color:var(--color-white);background-color:#0000}.btn-outline:hover{background-color:var(--color-white);color:var(--color-primary)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.glass-dark{-webkit-backdrop-filter:blur(10px);background:#020c4ccc;border:1px solid #ffffff1a}.section{padding:5rem 0}.section-title{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:var(--color-text-light);max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.header{z-index:1000;background-color:#fff;width:100%;transition:all .3s;position:sticky;top:0;left:0;box-shadow:0 4px 10px #0000000d}.header .container{max-width:1200px;margin:0 auto;padding:0 15px}.header-inner{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;max-height:50px}.header-right-section{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.top-contact-info{align-items:center;gap:1.5rem;display:flex}.contact-item{color:#333;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}.contact-item:hover{opacity:.8}.contact-item span{color:#0f172a}.contact-icon{color:#666}.bottom-nav-section{align-items:center;gap:2rem;display:flex}.nav-menu>ul{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#0f172a;text-transform:uppercase;align-items:center;gap:.4rem;padding:.5rem 0;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex;position:relative}.nav-link:hover,.nav-link-active{color:#020c4c}.social-links-outline{align-items:center;gap:.6rem;display:flex}.social-icon-circle{color:#333;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.social-icon-circle:hover{color:#020c4c;border-color:#020c4c}.dropdown-icon{margin-left:2px;transition:transform .3s;display:inline-block}.has-dropdown.dropdown-open .dropdown-icon{transform:rotate(180deg)}@media (width>=992px){.has-dropdown:hover .dropdown-icon{transform:rotate(180deg)}}.has-dropdown{position:relative}.dropdown{opacity:0;visibility:hidden;z-index:100;background:#020c4c;border-radius:8px;flex-direction:column;align-items:stretch;min-width:260px;padding:0;transition:all .3s;display:flex;position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(10px);box-shadow:0 10px 40px #00000026;gap:0!important}.has-dropdown.dropdown-open .dropdown,.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown li{border-bottom:1px solid #ffffff1a;width:100%}.dropdown li:last-child{border-bottom:none}.dropdown li a{text-transform:uppercase;color:#fff;letter-spacing:.5px;text-align:left;white-space:nowrap;padding:1rem 1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.dropdown li a:after{display:none}.dropdown li a:hover{color:#fff;background-color:#ffffff14}.mobile-menu-btn{color:navy;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu-top,.mobile-only-contact,.mobile-menu-contact-info,.mobile-menu-socials{display:none}@media (width<=991px){.header-right-section{flex-direction:row;align-items:center}.top-contact-info,.social-links-outline{display:none}.nav-menu{z-index:1100;background:#fff;width:100%;height:100vh;padding:1.5rem;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 10px 20px #0000001a}.nav-menu.open{transform:translateY(0)}.nav-menu>ul{flex-direction:column;align-items:flex-start;gap:1rem}.dropdown{opacity:1;visibility:visible;box-shadow:none;background:0 0;padding-left:1rem;display:none;position:static;transform:none}.dropdown li{border-bottom:1px solid #e2e8f0}.dropdown li a{color:#0f172a}.dropdown li a:hover{color:#020c4c;background-color:#f8fafc}.has-dropdown.dropdown-open .dropdown{display:flex}.mobile-menu-btn{margin-left:15px;display:block}.mobile-menu-top{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.mobile-menu-close-btn{color:navy;cursor:pointer;background:0 0;border:none}.mobile-menu-top .logo-img{max-height:32px}.mobile-menu-contact-info{border-top:1px solid #e2e8f0;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.mobile-contact-link{color:#020c4c;align-items:center;gap:.8rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.mobile-menu-socials{border-top:1px solid #e2e8f0;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.mobile-social-icon{color:#020c4c;justify-content:center;align-items:center;transition:color .3s;display:flex}.mobile-social-icon:hover{color:#3b82f6}}.footer{color:var(--color-white);border-top:4px solid var(--color-primary);background-color:#000;padding:5rem 0 4rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.footer-title{margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.4rem;font-weight:700;position:relative}.footer-title:after{content:"";background-color:var(--color-secondary);width:50px;height:2px;position:absolute;bottom:0;left:0}.footer-text{color:#ffffffb3;margin-bottom:2rem;font-size:.95rem;line-height:1.8}.footer-socials{gap:1rem;display:flex}.social-icon-link{color:#fff;z-index:1;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:transform .3s;display:flex;position:relative}.social-icon-link:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:#fff;border-radius:50%;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.social-icon-link:hover{transform:translateY(-3px)}.footer-links{flex-direction:column;gap:.8rem;display:flex}.footer-links li a{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.95rem;transition:all .2s;display:flex}.footer-links li a:hover{color:var(--color-secondary);transform:translate(5px)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.contact-item{color:#fffc;align-items:center;gap:.8rem;display:flex}.contact-item .country-label{width:45px;font-size:.85rem;color:#fff!important}.contact-link{transition:color .2s}.contact-link:hover{color:var(--color-secondary)}.mt-3{margin-top:1rem}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:2rem 0;font-size:.9rem}@media (width<=991px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr;gap:3rem}}.hero-section{background-color:#030816;width:100%;position:relative;overflow:hidden}.hero-bg-image-wrapper{width:100%;display:block}.hero-content{z-index:10;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;width:100%;display:grid}.hero-text-box{text-align:left;flex-direction:column;align-items:flex-start;max-width:800px;padding:0 20px;display:flex}@media (width>=992px){.hero-text-box{margin-left:-5rem}}.hero-main-title{letter-spacing:-1px;white-space:nowrap;margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:800;line-height:1.15}.hero-subtitle{color:#fff;font-size:clamp(1.05rem,1.2vw,1.15rem);line-height:1.6}.hero-buttons{justify-content:flex-start;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.hero-btn{cursor:pointer;border-radius:50px;align-items:center;gap:.6rem;padding:14px 36px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn-primary{color:#fff;background:#0f172a;border:none;box-shadow:0 4px 15px #0f172a4d}.hero-btn-primary:hover{color:#fff;background:#1e293b;transform:translateY(-2px);box-shadow:0 6px 20px #0f172a80}.hero-btn-secondary{color:#fff;background:0 0;border:1px solid #94a3b8}.hero-btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media (width<=991px){.hero-text-box{padding-top:0}}@media (width<=768px){.hero-main-title{white-space:normal;font-size:clamp(1.6rem,7vw,2.2rem)}.hero-subtitle br{display:none}.hero-buttons{flex-flow:row;justify-content:flex-start;align-items:center;gap:.8rem;margin-top:2rem}.hero-btn{white-space:nowrap;gap:.3rem;padding:10px 16px;font-size:.85rem}}.hero-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=992px){.hero-stats-grid .hero-stat-card:nth-child(n+5){display:none}}@media (width<=991px){.hero-content-grid{grid-template-columns:1fr}.hero-stats-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1rem;width:100%;margin-top:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.hero-stats-grid::-webkit-scrollbar{display:none}.hero-stats-grid .hero-stat-card{scroll-snap-align:center;flex:none;min-width:140px;padding:1rem}.hero-stats-grid .hero-stat-card h3{font-size:1.25rem}.hero-stats-grid .hero-stat-card p{margin-bottom:.6rem;font-size:.7rem}.hero-stats-grid .hero-stat-icon{width:36px;height:36px;margin-bottom:.8rem}}.hero-stat-card{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:flex-start;padding:1.5rem;transition:transform .3s;display:flex}.hero-stat-card:hover{background:#ffffff14;transform:translateY(-3px)}.hero-stat-icon{background-color:#11368a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.2rem;display:flex;box-shadow:0 4px 10px #0003}.hero-stat-card h3{letter-spacing:-.5px;margin:0 0 .2rem;font-size:1.8rem;font-weight:800}.hero-stat-card p{color:#ffffffb3;margin:0 0 1rem;font-size:.85rem;font-weight:500}.hero-stat-line{background-color:#3b82f6;border-radius:2px;width:25px;height:2px}.about-corporate-section{background-color:#f8fbff;background-image:radial-gradient(circle at 100% 0,#c8dcff4d 0%,#0000 50%),radial-gradient(circle at 0 100%,#dce6ff4d 0%,#0000 50%);padding:5rem 0;font-family:Inter,sans-serif;overflow:hidden}.about-corporate-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:0;display:grid}.badge-pill{color:navy;letter-spacing:1px;background:#eef2fa;border:none;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-flex}.corporate-title{color:#0a1930;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(90deg,navy,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navy-blue-text{color:navy}.corporate-desc{color:#475569;text-align:justify;max-width:95%;margin-bottom:1rem;font-size:.95rem;font-weight:500;line-height:1.6}.gradient-divider{background:linear-gradient(90deg,navy,#c4b5fd);border-radius:2px;width:80px;height:3px;margin-bottom:2.5rem}.stats-container{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.stat-card{box-shadow:none;background:#f8fafc;border:1px solid #e2e8f099;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem 1rem;transition:transform .3s;display:flex}.stat-card-purple{background:#faf5ff;border-color:#e9d5ff99}.stat-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.icon-purple{background:#6366f1}.icon-blue{background:navy}.icon-deep-purple{background:#8b5cf6}.stat-icon{color:#fff}.stat-text-wrapper h3{color:navy;margin-bottom:.2rem;font-size:1.8rem;font-weight:800;line-height:1}.stat-card-purple .stat-text-wrapper h3{color:#7c3aed}.stat-text-wrapper p{color:#1e293b;margin:0;font-size:.75rem;font-weight:600;line-height:1.3}.corporate-list{margin:0;padding:0;list-style:none}.corporate-list li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.check-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.check-icon-svg{color:#fff}.corporate-list span{color:#475569;font-size:1rem;font-weight:500;line-height:1.6}.about-corporate-visual{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.main-visual-img{z-index:2;mix-blend-mode:multiply;width:100%;max-width:800px;height:auto;position:relative}.expertise-strip{background-color:#0a1930;border:none;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex;box-shadow:0 10px 40px #0000001a}.expertise-item{color:#475569;cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:.8rem;min-width:120px;transition:all .3s;display:flex}.expertise-item:hover{transform:translateY(-5px)}.expertise-icon{color:currentColor;width:32px;height:32px}.expertise-item span{text-align:left;font-size:.9rem;font-weight:600}.expertise-divider{background:#fff3;width:1px;height:40px}@media (width<=1200px){.corporate-title{font-size:2.5rem}}@media (width<=991px){.about-corporate-grid{grid-template-columns:1fr;gap:3rem}.about-corporate-content{order:1}.about-corporate-visual{order:2}.expertise-divider{display:none}.expertise-strip{justify-content:center;gap:2rem}}@media (width<=768px){.stats-container{grid-template-columns:repeat(2,1fr)}.corporate-title{font-size:1.9rem}.corporate-desc{text-align:left;max-width:100%}.badge-1,.badge-2,.badge-3,.badge-4{display:none}.about-corporate-section{padding:3.5rem 0}}@media (width<=480px){.about-corporate-section{padding:2.5rem 0}.corporate-title{letter-spacing:-.5px;font-size:1.6rem}.stats-container{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}.stat-card{gap:.75rem;padding:1rem .875rem}.stat-icon-wrapper{flex-shrink:0;width:40px;height:40px}.stat-text-wrapper h3{font-size:1.5rem}.expertise-strip{border-radius:14px;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.5rem;display:grid}.expertise-item{min-width:unset;gap:.5rem}.expertise-item span{text-align:left;font-size:.78rem}.expertise-divider{display:none}.badge-pill{margin-bottom:1rem;padding:.4rem .9rem;font-size:.7rem}.gradient-divider{margin-bottom:1.5rem}.corporate-list li{gap:.75rem;margin-bottom:1rem}.corporate-list span{font-size:.9rem}}.partners-section{background-color:#fff;padding-top:4rem;padding-bottom:4rem;overflow:hidden}.marquee-container{width:100%;margin-top:3rem;padding:1rem 0;overflow:hidden}.marquee{-webkit-user-select:none;user-select:none;gap:2rem;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;justify-content:space-around;gap:2rem;min-width:100%;animation:60s linear infinite scroll;display:flex}.partner-logo-box{cursor:pointer;flex:none;justify-content:center;align-items:center;width:150px;height:80px;transition:all .3s;display:flex}.partner-logo-box:hover{transform:scale(1.05)}.partner-logo-img{object-fit:contain;max-width:100%;max-height:100%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 2rem))}}@media (width<=768px){.partner-logo-box{width:140px}}.services-modern-section{background-color:#020c4c;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:3.5rem 0 1.5rem;font-family:Inter,sans-serif;position:relative}.services-header{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex;position:relative}.services-badge-pill{color:#fff;letter-spacing:1px;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-flex}.services-badge-dot{background-color:#8b5cf6;border-radius:50%;width:6px;height:6px}.services-title{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.services-gradient-text{background:linear-gradient(90deg,#c4b5fd,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services-desc{color:#e2e8f0;max-width:700px;margin-bottom:2rem;font-size:1.1rem;font-weight:500;line-height:1.6}.services-header-divider{background:linear-gradient(90deg,#c4b5fd,#8b5cf6);border-radius:2px;width:60px;height:3px}.services-modern-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:950px;margin:0 auto;display:grid}.service-modern-card{z-index:1;border-radius:16px;flex-direction:column;align-items:flex-start;height:100%;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card-light{background-color:#fff;box-shadow:0 10px 40px #00000014}.service-card-dark{background-color:#051b3b;box-shadow:0 10px 40px #00000026}.service-card-light:hover{box-shadow:0 15px 50px #0000001f}.service-card-dark:hover{box-shadow:0 15px 50px #00000040}.service-card-number{z-index:2;font-size:2rem;font-weight:800;position:absolute;top:1.5rem;right:1.5rem}.service-card-light .service-card-number{color:#a0aec0;opacity:.4}.service-card-dark .service-card-number{color:#94a3b8;opacity:.3}.service-card-title{letter-spacing:.2px;text-transform:uppercase;z-index:2;margin-top:1rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800;line-height:1.4}.service-card-light .service-card-title{color:#0f172a}.service-card-dark .service-card-title{color:#fff}.service-card-desc{z-index:2;flex-grow:1;margin-bottom:0;font-size:.95rem;font-weight:500;line-height:1.6}.service-card-light .service-card-desc{color:#475569}.service-card-dark .service-card-desc{color:#cbd5e1}@media (width<=1024px){.services-modern-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-modern-grid{grid-template-columns:1fr}.services-title{font-size:2.5rem}.services-bg-video-desktop{display:none}.services-bg-video-mobile{display:block}}.services-bg-video-desktop,.services-bg-video-mobile{object-fit:cover;z-index:0;opacity:.15;width:100%;height:100%;position:absolute;top:0;left:0}.services-bg-video-mobile{display:none}:root{--ink:#020c4c;--navy:#020c4c;--navy-deep:navy;--land:#e2e8f0;--land-line:#cbd5e1;--land-on:#3b82f6;--land-hub:#1d4ed8;--skyline:#60a5fa;--body-text:#334155}.global-presence-section{color:var(--body-text);background-color:#fff;padding-bottom:1rem;font-family:Inter,sans-serif}.global-presence-section .slide{max-width:1440px;margin:0 auto;padding:60px 40px}.gp-header{align-items:stretch;gap:28px;margin-bottom:34px;display:flex}.gp-header-bar{background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);border-radius:2px;flex:0 0 12px;width:12px}.gp-header-text{flex-direction:column;justify-content:center;gap:2px;display:flex}.gp-eyebrow-title{color:var(--navy);letter-spacing:.5px;font-family:Poppins,sans-serif;font-size:52px;font-weight:800;line-height:1.05}.gp-lede{text-align:justify;max-width:1180px;color:var(--body-text);margin-bottom:46px;font-size:19px;line-height:1.6}.gp-lede b{color:var(--navy)}.gp-body-row{align-items:center;gap:40px;display:flex}.gp-map-wrap{flex:75%;min-width:0}#map-svg{width:100%;height:auto;display:block}.gp-legend{flex-direction:column;flex:0 0 300px;gap:22px;padding-left:8px;display:flex}.gp-legend-item{align-items:center;gap:16px;display:flex}.gp-legend-swatch{border-radius:4px;flex:0 0 34px;width:34px;height:22px;box-shadow:0 2px 5px #0000001a}.gp-legend-label{color:var(--ink);font-size:1.1rem;font-weight:600}.land{fill:var(--land);stroke:var(--land-line);stroke-width:.6px;transition:fill .3s}.land.on{fill:var(--land-on);stroke:#2563eb}.land.hub-country{fill:var(--land-hub);stroke:#1e40af}.land:hover{fill:#cbd5e1}.land.on:hover{fill:#2563eb}.arc{fill:none;stroke:var(--skyline);stroke-width:1.5px;stroke-linecap:round;opacity:.8;stroke-dasharray:4 6;animation:22s linear infinite flow}@keyframes flow{to{stroke-dashoffset:-400px}}.dot-outer{fill:var(--skyline);opacity:.3}.dot{fill:#fff;stroke:var(--land-hub);stroke-width:1.5px}.dot-label{fill:var(--ink);pointer-events:none;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-family:Inter,sans-serif;font-size:10.5px;font-weight:600}.hub-ring{fill:none;stroke:var(--land-hub);stroke-width:1.5px;transform-origin:50%;transform-box:fill-box;animation:2.6s ease-out infinite pulse}@keyframes pulse{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.6)}}.hub-dot{fill:#ef4444;stroke:#fff;stroke-width:1.5px}.hub-label{fill:#ef4444;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round;font-family:Inter,sans-serif;font-size:11.5px;font-weight:700}@media (width<=900px){.global-presence-section{overflow-x:hidden}.gp-body-row{flex-direction:column}.gp-legend{flex:auto;grid-template-columns:1fr 1fr;gap:15px;width:100%;display:grid}.gp-main-title{font-size:2.2rem}#map-svg{margin:45px 0;transform:scale(1.6)}}@media (width<=600px){.gp-legend{grid-template-columns:1fr}}.stats-section{padding:0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.responsive-bg-section{background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex}.badge-overlay{z-index:3;margin-top:0;margin-bottom:1.5rem;position:relative}@media (width<=768px){.responsive-bg-section{background-image:url(/robotbannermobileview.png);background-position:top;padding-top:450px}.badge-overlay{justify-content:center;width:max-content;margin:0;position:absolute;top:-330px;left:50%;transform:translate(-50%)}}@media (width>=769px){.responsive-bg-section{background-image:url(/robot%20bannerrrr.png);min-height:650px;padding-top:420px;background-position:bottom!important}.stats-cards-wrapper{margin-top:auto;margin-bottom:60px}}.stats-container{flex-direction:column;flex-grow:1;align-items:center;gap:2rem;display:flex}.stats-badge{align-items:center;gap:1rem;display:flex}.stats-badge-line{opacity:.3;background-color:navy;width:40px;height:1px}.stats-badge-text{color:navy;letter-spacing:2px;text-transform:uppercase;text-align:center;font-size:.9rem;font-weight:700}.stats-visual-area{flex-direction:column;flex-grow:1;justify-content:flex-end;align-items:center;width:100%;display:flex;position:relative}.stats-cards-wrapper{z-index:2;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;margin-top:0;margin-bottom:0;padding:0 1rem 2rem;display:grid}@media (width>=576px){.stats-cards-wrapper{gap:1.5rem}}@media (width>=992px){.stats-cards-wrapper{grid-template-columns:repeat(4,1fr);padding:0}}.stats-glass-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#fff9;border:1px solid #ffffffe6;border-radius:16px;flex-direction:column;align-items:center;padding:.75rem .5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 15px 35px #0d6efd1a,inset 0 0 0 1px #ffffff80}.stats-glass-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0d6efd26,inset 0 0 0 1px #fffc}.stats-icon-circle{color:#fff;background:linear-gradient(135deg,navy 0% 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.75rem;display:flex;box-shadow:0 10px 20px #2563eb4d}.stats-icon-circle svg{width:16px;height:16px}.stats-glass-card h3{color:navy;margin:0 0 .3rem;font-size:1.25rem;font-weight:800;line-height:1}.stats-glass-card p{color:#0a1930;margin:0 0 .6rem;font-size:.7rem;font-weight:600}.stats-card-underline{opacity:.5;background-color:navy;border-radius:2px;width:20px;height:3px}@media (width>=576px){.stats-glass-card{border-radius:24px;padding:1.5rem 1rem}.stats-icon-circle{width:48px;height:48px;margin-bottom:1.5rem}.stats-icon-circle svg{width:28px;height:28px}.stats-glass-card h3{font-size:2rem}.stats-glass-card p{margin:0 0 1rem;font-size:.85rem}.stats-card-underline{width:30px}}.stats-features-bar{background-color:#fff;border-radius:100px;flex-direction:column;width:100%;padding:1rem 2rem;display:flex;box-shadow:0 10px 40px #0000000d}@media (width>=992px){.stats-features-bar{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 3rem}}.stats-feature{align-items:center;gap:1rem;padding:1rem 0;display:flex;position:relative}@media (width>=992px){.stats-feature{padding:0 2rem}.stats-feature:not(:last-child):after{content:"";background-color:#e2e8f0;width:1px;height:80%;position:absolute;top:10%;right:0}}.stats-feature-icon{color:navy;background-color:#f0f7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stats-feature-text h4{color:#0a1930;margin:0 0 .2rem;font-size:.95rem;font-weight:700}.stats-feature-text p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}@media (width<=991px){.stats-features-bar{border-radius:24px;gap:1rem;padding:1.5rem}.stats-title{font-size:2.5rem}}.webdev-section-dark{color:#fff;background-color:#030816;background-image:radial-gradient(circle at 10% 20%,#0d6efd26 0%,#0000 40%),radial-gradient(circle at 90% 80%,#0d6efd1a 0%,#0000 40%);padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.webdev-container-dark{flex-direction:row;align-items:center;gap:4rem;display:flex}.wds-left-dark{flex:1;max-width:500px}.wds-eyebrow{letter-spacing:1px;color:#fff;background:#0d6efd26;border:1px solid #0d6efd4d;border-radius:50px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.wds-eyebrow-icon{justify-content:center;align-items:center;display:flex}.wds-title-dark{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.wds-subtitle-dark{color:#94a3b8;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.wds-features-dark{flex-direction:column;gap:1.8rem;margin-bottom:3rem;display:flex}.wds-feature-item-dark{align-items:flex-start;gap:1.5rem;display:flex}.wds-feature-icon-dark{background:0 0;border:1px solid #0d6efd66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:inset 0 0 15px #0d6efd1a}.wds-feature-text-dark h4{color:#fff;margin:0 0 .4rem;font-size:1.1rem;font-weight:600}.wds-feature-text-dark p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}.wds-btn-dark{color:#fff;background:#0d6efd;border-radius:50px;align-items:center;gap:1rem;padding:10px 10px 10px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.wds-btn-dark:hover{color:#fff;background:#0b5ed7;transform:translateY(-2px)}.wds-btn-arrow{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wds-right-dark{flex:1.2}.wds-cards-grid-dark{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.wds-card-dark{-webkit-backdrop-filter:blur(10px);background:#030f2b99;border:1px solid #0d6efd33;border-radius:16px;flex-direction:column;padding:3.5rem 2rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.wds-card-dark:before{content:"";z-index:-1;background:linear-gradient(135deg,#0d6efd1a 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.wds-card-dark:hover{border-color:#0d6efd66;transform:translateY(-5px);box-shadow:0 10px 30px #00000080,inset 0 0 20px #0d6efd26}.wds-card-number-badge{color:#fff;background:#0d6efd;border-bottom-right-radius:16px;padding:8px 16px;font-size:1.1rem;font-weight:700;position:absolute;top:0;left:0}.wds-card-icon-wrapper{border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.wds-card-icon{color:#fff;width:28px;height:28px}.wds-card-title-dark{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.wds-card-desc-dark{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.6}@media (width<=991px){.webdev-container-dark{flex-direction:column}.wds-left-dark{max-width:100%}}@media (width<=768px){.wds-cards-grid-dark{grid-template-columns:1fr}.wds-title-dark{font-size:2.5rem}}.seo-section{background-color:#f8fbff;padding:5rem 0;font-family:Inter,sans-serif;overflow:hidden}.seo-container{flex-direction:column;gap:3rem;display:flex}.seo-top-content{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=992px){.seo-top-content{flex-direction:row;align-items:center}}.seo-left{flex-direction:column;flex:0 0 55%;display:flex}.seo-badge{color:#0a1930;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700}.seo-title{color:#0a1930;margin:0 0 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}.seo-highlight{color:#1a428a}.seo-subtitle{color:#475569;max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.seo-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.seo-cards-grid{grid-template-columns:repeat(2,1fr)}}.seo-card{background-color:#0a1930;border-radius:12px;padding:1.8rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 20px #00000008}.seo-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000000f}.seo-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem;display:flex}.seo-icon-wrapper{color:#0a1930;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.seo-icon{width:18px;height:18px}.seo-card-number-wrapper{flex-direction:column;align-items:center;display:flex}.seo-card-number{color:#fff;font-size:1.4rem;font-weight:700}.seo-number-underline{background-color:#3b82f6;width:20px;height:2px;margin-top:4px}.seo-card-title{color:#fff;margin-bottom:.8rem;font-size:1.1rem;font-weight:700}.seo-card-desc{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.5}.seo-right{flex:0 0 45%;justify-content:center;align-items:center;display:flex;position:relative}.seo-image-wrapper{width:100%;position:relative}.seo-main-img{width:100%;height:auto;display:block}.seo-bottom-banner{background-color:#0a1930;border-radius:12px;grid-template-columns:1fr;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 4px 20px #00000008}@media (width>=600px){.seo-bottom-banner{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.seo-bottom-banner{grid-template-columns:repeat(4,1fr);padding:1.5rem 2rem}}.seo-banner-item{align-items:flex-start;gap:1rem;display:flex}.seo-banner-icon-wrapper{color:#fff;justify-content:center;align-items:center;margin-top:2px;display:flex}.seo-banner-icon{width:28px;height:28px}.seo-banner-text h4{color:#fff;margin:0 0 .3rem;font-size:1rem;font-weight:700}.seo-banner-text p{color:#cbd5e1;margin:0;font-size:.85rem;line-height:1.4}@media (width<=991px){.seo-title{font-size:1.8rem}}.mobile-section{background-color:#f8fbff;background-image:radial-gradient(circle at 100% 0,#e0eaff 0%,#0000 40%);padding:3rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.mobile-section:before{content:"";opacity:.5;z-index:0;background-image:radial-gradient(#cbd5e1 2px,#0000 2px);background-size:20px 20px;width:150px;height:150px;position:absolute;top:10%;left:5%}.mobile-top-row{z-index:1;grid-template-columns:2fr 1fr;align-items:center;gap:2rem;margin-bottom:0;display:grid;position:relative}.mobile-text-content{flex-direction:column;display:flex}.mobile-badge{color:navy;background:#fff;border:1px solid #2563eb33;border-radius:50px;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #2563eb0d}.mobile-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.1}.mobile-title-blue{color:navy}.mobile-subtitle{color:#334155;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.mobile-desc{color:#475569;max-width:95%;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.mobile-features{flex-wrap:wrap;gap:1.5rem;display:flex}.mobile-feature{background:#fff;border:1px solid #e2e8f099;border-radius:12px;flex:1;align-items:center;gap:1rem;min-width:200px;padding:.8rem 1.2rem;display:flex;box-shadow:0 4px 15px #00000008}.feature-icon-wrapper{color:navy;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-feature h4{color:#0f172a;margin-bottom:.2rem;font-size:.85rem;font-weight:700}.mobile-feature p{color:#64748b;margin:0;font-size:.75rem}.mobile-image-content{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.mobile-hero-img{filter:drop-shadow(0 20px 30px #0000001a);width:100%;max-width:700px;height:auto}.mobile-only-img{display:none}.desktop-only-img{display:block}.mobile-cards-row{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid;position:relative}.mobile-card{background:#0a1930;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;padding:1.5rem 1.2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000a}.mobile-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0a193033}.card-icon-container{border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:1rem;display:flex}.android-icon,.apple-icon,.cross-icon{color:navy;background:#eff6ff}.mobile-card .card-title{color:#fff;margin-bottom:.8rem;font-size:.95rem;font-weight:800;line-height:1.3}.mobile-card .card-desc{color:#fff;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;line-height:1.5}.mobile-card .card-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex}.mobile-card .card-btn:hover{color:#0a1930;background:#fff}.btn-icon{transition:transform .3s}.mobile-card .card-btn:hover .btn-icon{transform:translate(4px)}@media (width<=1024px){.mobile-top-row{grid-template-columns:1fr;gap:3rem}.mobile-image-content{order:-1}.mobile-cards-row{grid-template-columns:repeat(2,1fr)}.desktop-only-img{display:none}.mobile-only-img{display:block}}@media (width<=768px){.mobile-cards-row{grid-template-columns:1fr}.mobile-features{flex-direction:column}.mobile-title{font-size:2.2rem}}.ceo-section{color:#fff;background-color:#010a26;background-image:url(/ceo%20mesgge%20final%20final.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4rem 0 2rem;font-family:Inter,sans-serif;position:relative}.ceo-person-image{z-index:1;pointer-events:none;max-height:95%;position:absolute;bottom:0;right:5%}@media (width>=992px){.ceo-person-image{max-height:75%;right:8%}}.ceo-container{z-index:2;flex-direction:column;gap:1.5rem;display:flex;position:relative}.ceo-top-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (width>=992px){.ceo-top-content{flex-direction:row;justify-content:space-between;align-items:flex-start}}.ceo-left{flex-direction:column;flex:0 0 55%;padding-bottom:2rem;display:flex}.ceo-badge{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ceo-badge-text{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:700}.ceo-title{color:#fff;margin:0 0 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.ceo-description{color:#a0aec0;max-width:95%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.ceo-profile{border-left:3px solid #3b82f6;align-items:center;gap:1.5rem;padding-left:1.5rem;display:flex}.ceo-signature-circle{background-color:#0000;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.signature-mark{color:#fff;opacity:.8;font-size:1.5rem}.ceo-profile-details{flex-direction:column;display:flex}.ceo-name{color:#fff;margin:0 0 .2rem;font-size:1.1rem;font-weight:700}.ceo-role{color:#3b82f6;margin:0 0 .2rem;font-size:.85rem;font-weight:600}.ceo-company{color:#a0aec0;margin:0;font-size:.85rem;font-weight:500}.ceo-right{display:none}.ceo-cards-wrapper{grid-template-columns:1fr;gap:1.5rem;margin-top:1rem;display:grid}@media (width>=768px){.ceo-cards-wrapper{grid-template-columns:repeat(3,1fr)}}.ceo-card{-webkit-backdrop-filter:blur(12px);background:#030b2666;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;position:relative}.ceo-card:hover{background:#030b26cc;border-color:#3b82f680;transform:translateY(-5px)}.ceo-card-header{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.ceo-card-icon-wrapper{background:0 0;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ceo-card-title{color:#fff;letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:700}.ceo-card-text{color:#a0aec0;margin:0;font-size:.9rem;line-height:1.6}.ceo-card-bottom-line{background-color:#3b82f6;border-top-left-radius:4px;border-top-right-radius:4px;width:40px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (width<=991px){.ceo-title{font-size:2.2rem}}.ceo-profile-image-mobile{display:none}@media (width<=768px){.ceo-section{background-image:url(/mobileview%20ceo.png)}.ceo-person-image{display:none}.ceo-profile-image-mobile{background-color:#010a26;border:2px solid #3b82f6;border-radius:8px;flex-shrink:0;width:135px;height:105px;display:flex;overflow:hidden}.ceo-profile-image-mobile img{object-fit:contain;object-position:center 10px;width:100%;height:100%;transform:scale(1.15)}}.s3-section{background-color:#f8fbff;background-image:url(/s3+model.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:3.5rem 0;font-family:Inter,sans-serif;position:relative}.s3-container{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.s3-header{text-align:center;flex-direction:column;align-items:center;max-width:1000px;margin-bottom:2.5rem;display:flex}.s3-badge{color:#0a1930;letter-spacing:1px;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.s3-badge-line{background-color:#a0aec0;width:40px;height:1px}.s3-title{color:#000;margin:0 0 1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.s3-highlight{color:#0a1930}.s3-title-underline{background-color:#0a1930;width:50px;height:3px;margin-bottom:1.5rem}.s3-subtitle{color:#475569;margin:0;font-size:1.1rem;line-height:1.6}@media (width>=992px){.s3-subtitle{white-space:nowrap}}.s3-cards-wrapper{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (width>=992px){.s3-cards-wrapper{grid-template-columns:repeat(3,1fr)}}.s3-card{border-radius:20px;flex-direction:column;min-height:320px;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.s3-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001f}.s3-card-dark{color:#fff;background-color:#0a192f;background-image:radial-gradient(circle at 0 0,#3b82f633 0%,#0000 50%)}.s3-card-light{color:#0f172a;background-color:#fff}.s3-card-dark:first-child:after{content:"";z-index:0;opacity:.6;background:linear-gradient(#0a192f,#0a192f99),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=600&auto=format&fit=crop) bottom/cover no-repeat;width:100%;height:60%;position:absolute;bottom:0;left:0}.s3-card-light:after{content:"";z-index:0;filter:blur(20px);background-image:radial-gradient(at bottom,#3b82f626 0%,#0000 70%);border-radius:50%;width:150%;height:200px;position:absolute;bottom:-50px;right:-50px}.s3-card-top-row,.s3-card-content{z-index:1;position:relative}.s3-card-top-row{align-items:center;margin-bottom:2rem;display:flex}.s3-card-icon-circle{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 5px 15px #0000001a}.s3-card-dark .s3-card-icon-circle{color:#1d4ed8;background-color:#fff}.s3-card-light .s3-card-icon-circle{color:#fff;background:linear-gradient(135deg,#1e3a8a,#04f)}.s3-card-connector{flex-grow:1;align-items:center;display:flex;position:relative;left:-2px}.s3-connector-line{flex-grow:1;height:2px}.s3-card-dark .s3-connector-line{background:linear-gradient(90deg,#fffc 0%,#fff3 100%)}.s3-card-light .s3-connector-line{background:linear-gradient(90deg,#3b82f6cc 0%,#3b82f633 100%)}.s3-connector-dot{background:0 0;border:1.5px solid;border-radius:50%;width:6px;height:6px}.s3-card-dark .s3-connector-dot{border-color:#fff9}.s3-card-light .s3-connector-dot{border-color:#3b82f699}.s3-card-number{letter-spacing:-2px;margin-left:15px;font-size:3.5rem;font-weight:800;line-height:1}.s3-card-dark .s3-card-number{color:#fff3}.s3-card-light .s3-card-number{color:#3b82f633}.s3-card-content{flex-direction:column;display:flex}.s3-card-title{letter-spacing:-.5px;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.s3-card-dark .s3-card-title{color:#fff}.s3-card-light .s3-card-title{color:#0a1930}.s3-card-divider{width:35px;height:3px;margin-bottom:1.5rem}.s3-card-dark .s3-card-divider{background-color:#ffffffb3}.s3-card-light .s3-card-divider{background-color:#3b82f6}.s3-card-desc{margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.s3-card-dark .s3-card-desc{color:#ffffffd9}.s3-card-light .s3-card-desc{color:#475569}@media (width<=768px){.s3-title{font-size:2.2rem}}.about-page .about-hero{min-height:42vh;padding:160px 0 var(--space-7) 0;color:var(--about-text-inverse);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;display:flex;position:relative;overflow:hidden}.about-page .about-hero:before{content:"";background-image:radial-gradient(var(--about-accent-glow) 1px, transparent 1px);opacity:.3;pointer-events:none;background-size:32px 32px;width:100%;height:100%;position:absolute;top:0;left:0}.about-page .about-hero-container{text-align:left;z-index:2;flex-direction:column;align-items:flex-start;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.about-page .about-hero-content{text-align:left;flex-direction:column;align-items:flex-start;max-width:620px;display:flex}.about-page .about-hero-title{margin-bottom:var(--space-4);color:var(--about-surface-0);text-align:left;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;line-height:1.2}.about-page .about-hero-title span{color:var(--about-accent-soft)}.about-page .about-hero-subtitle{color:var(--about-surface-3);margin-bottom:var(--space-6);text-align:left;max-width:560px;font-size:.95rem;line-height:1.6}.about-page .about-hero-actions{gap:var(--space-4);flex-wrap:wrap;justify-content:flex-start;display:flex}.about-page .hero-btn,.about-page .hero-btn-outline{border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-standard);align-items:center;gap:6px;padding:.5rem 1.15rem;font-size:.82rem;font-weight:600;display:inline-flex}.about-page .hero-btn{background-color:var(--about-accent);color:var(--about-surface-0);border:none}.about-page .hero-btn:hover{background-color:var(--about-accent-soft);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.about-page .hero-btn-outline{color:var(--about-surface-0);background-color:#ffffff0d;border:1px solid #fff3}.about-page .hero-btn-outline:hover{background-color:#ffffff1a;border-color:#fff6;transform:translateY(-2px)}@media (width<=992px){.about-page .about-hero{padding:120px 0 var(--space-7) 0}.about-page .about-hero-title{font-size:clamp(2rem,6vw,3rem)}}@media (width<=640px){.about-page .about-hero{min-height:auto;padding:100px 0 2.5rem}.about-page .about-hero-container{padding:0 1rem}.about-page .about-hero-title{margin-bottom:.75rem;font-size:clamp(1.7rem,7vw,2.2rem)}.about-page .about-hero-subtitle{margin-bottom:1.5rem;font-size:.875rem}.about-page .about-hero-actions{flex-direction:column;gap:.75rem;width:100%}.about-page .hero-btn,.about-page .hero-btn-outline{justify-content:center;width:100%;min-height:44px;padding:.7rem 1rem;font-size:.875rem}}.about-page .about-overview{padding:var(--space-11) 0 var(--space-8) 0;background-color:var(--about-surface-1);position:relative;overflow:hidden}.about-page .overview-grid{gap:var(--space-9);grid-template-columns:1fr 1.15fr;align-items:center;display:grid}.about-page .overview-title{font-size:var(--text-h2);margin-bottom:var(--space-5);line-height:1.2}.about-page .overview-title .text-blue{color:var(--about-accent)}.about-page .overview-desc{margin-bottom:var(--space-4);font-size:var(--text-body-lg);color:var(--about-text-secondary);line-height:1.7}.about-page .overview-features{margin-top:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.about-page .overview-feature-card{align-items:center;gap:var(--space-4);background-color:var(--about-surface-0);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border:1px solid #e2e8f0cc;border-left:4px solid var(--about-accent);transition:all var(--duration-base) var(--ease-standard);display:flex;box-shadow:0 4px 20px #020c4c0d}.about-page .overview-feature-card:hover{border-color:#2563eb4d;border-left-color:var(--about-accent);transform:translateY(-3px);box-shadow:0 12px 28px #2563eb1f}.about-page .overview-feature-card .feature-icon{color:var(--about-accent);border-radius:var(--radius-sm);width:48px;height:48px;transition:all var(--duration-base) ease;background:linear-gradient(135deg,#2563eb1a 0%,#2563eb0a 100%);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-page .overview-feature-card:hover .feature-icon{background-color:var(--about-accent);color:var(--about-surface-0);transform:scale(1.05)}.about-page .overview-feature-card h4{font-size:var(--text-h4);margin-bottom:var(--space-1);color:var(--about-text-primary);font-weight:600}.about-page .overview-feature-card p{font-size:var(--text-sm);color:var(--about-text-secondary);margin:0}.about-page .overview-visual{justify-content:center;align-items:center;display:flex;position:relative}.about-page .overview-visual:before{content:"";filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb26 0%,#020c4c05 70%,#0000 100%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-page .overview-image-wrapper{border-radius:var(--radius-xl);z-index:1;border:1px solid #fff9;width:100%;max-width:620px;height:540px;position:relative;overflow:hidden;box-shadow:0 24px 60px #020c4c2e,0 8px 24px #2563eb1f}.about-page .overview-main-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-page .overview-image-overlay{pointer-events:none;background:linear-gradient(#020c4c0d 0%,#020c4c59 100%);position:absolute;inset:0}@media (width<=1024px){.about-page .overview-grid{gap:var(--space-8);grid-template-columns:1fr}.about-page .overview-image-wrapper{max-width:100%;height:380px}}@media (width<=640px){.about-page .about-overview{padding:3rem 0 2rem}.about-page .overview-image-wrapper{border-radius:var(--radius-lg);height:280px}.about-page .overview-title{margin-bottom:var(--space-3);font-size:clamp(1.35rem,5.5vw,1.6rem)}.about-page .overview-desc{margin-bottom:var(--space-3);font-size:.875rem}.about-page .overview-features{margin-top:var(--space-4);gap:var(--space-3)}.about-page .overview-feature-card{padding:var(--space-3) var(--space-4);gap:var(--space-3)}.about-page .overview-feature-card .feature-icon{width:40px;height:40px}.about-page .overview-feature-card h4{font-size:.9rem}}@media (width<=480px){.about-page .overview-image-wrapper{height:240px}}.about-page .about-ceo{background:#f8fafc;padding:4rem 0;position:relative;overflow:hidden}.about-page .about-ceo:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-160px;right:-160px}.about-page .about-ceo:after{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed0d 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-120px;left:-120px}.ceo-vision-section{color:#fff;background:linear-gradient(105deg,#0e2245 0% 32%,#0b1b36 32%,#081125 100%);width:100vw;margin:0 calc(50% - 50vw);padding:4rem 0 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.ceo-vision-container{z-index:2;flex-direction:column-reverse;gap:0;max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;position:relative}@media (width>=992px){.ceo-vision-container{flex-direction:row;align-items:stretch;gap:2rem}}.ceo-vision-left{flex:0 0 42%;display:flex;position:relative}.ceo-vertical-list-left{display:none}@media (width>=992px){.ceo-vertical-list-left{color:#476288;letter-spacing:2px;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;margin-right:1.5rem;font-size:.75rem;font-weight:700;display:flex}}.text-bold{color:#60a5fa;font-weight:900}.ceo-accent-line-small{background-color:#eab308;width:30px;height:3px;margin-top:.5rem}.ceo-image-wrapper{flex-grow:1;justify-content:center;align-items:flex-end;display:flex;position:relative}.ceo-glow-circle{z-index:0;background:radial-gradient(circle,#1d4ed866 0%,#1d4ed800 70%);border-radius:50%;width:90%;padding-bottom:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ceo-portrait{z-index:1;object-fit:cover;max-width:85%;height:auto;max-height:600px;position:relative}.ceo-floating-card{-webkit-backdrop-filter:blur(12px);z-index:2;color:#fff;background:#0b1b36bf;border:1px solid #ffffff1a;border-left:3px solid #eab308;border-radius:12px;max-width:80%;padding:1.5rem;position:absolute;bottom:2rem;left:-1rem;box-shadow:0 10px 30px #0000004d}@media (width>=992px){.ceo-floating-card{max-width:none;left:-3rem}}.ceo-card-name{color:#fff!important;margin:0 0 .4rem!important;font-size:1.4rem!important;font-weight:800!important}.ceo-card-role{color:#94a3b8!important;letter-spacing:1px!important;margin:0 0 1rem!important;font-size:.65rem!important;font-weight:700!important}.ceo-card-line{background-color:#3b82f6;width:40px;height:2px}.ceo-vision-right{flex-direction:column;flex:0 0 58%;justify-content:center;padding:2rem 1rem 0;display:flex;position:relative}@media (width>=992px){.ceo-vision-right{padding:2rem 0 3rem 2rem}}.ceo-message-header{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.ceo-message-badge{color:#60a5fa;letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.ceo-badge-line{background-color:#475569;width:60px;height:1px}.ceo-heading-wrapper{margin-bottom:2rem;position:relative}.ceo-vision-title{color:#fff!important;margin:0!important;font-size:clamp(2.2rem,4vw,3.2rem)!important;font-weight:800!important;line-height:1.2!important}.ceo-vision-title .text-blue{color:#3b82f6!important}.ceo-quote-icon{color:#1e3a8a;opacity:.5;z-index:0;font-family:serif;font-size:6rem;line-height:1;position:absolute;top:-1.5rem;right:10px}@media (width>=992px){.ceo-quote-icon{font-size:8rem;top:-2.5rem;right:0}}.ceo-vision-text{color:#fff;letter-spacing:.2px;z-index:1;max-width:95%;margin-bottom:0;font-size:1.15rem;font-weight:400;line-height:1.8;position:relative}.about-page .ceo-vision-text p{color:#fff;margin-bottom:1.5rem}.ceo-vision-text strong{color:#fff;font-weight:600}.ceo-bottom-wrapper{flex-direction:column;gap:2rem;display:flex}@media (width>=992px){.ceo-bottom-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-end}}.ceo-signature-area{flex-direction:column;display:flex}.ceo-signature-font{color:#e2e8f0;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700;line-height:1;transform:rotate(-3deg)}.ceo-signature-line{background-color:#cbd5e1;width:150px;height:1px;margin-bottom:.8rem}.ceo-sig-name{letter-spacing:1px;color:#fff;margin:0 0 .3rem;font-size:.85rem;font-weight:700}.ceo-sig-role{color:#94a3b8;letter-spacing:1px;margin:0;font-size:.7rem;font-weight:600}.ceo-vertical-list-right{display:none}@media (width>=992px){.ceo-vertical-list-right{color:#476288;letter-spacing:2px;flex-direction:column;align-items:flex-end;gap:1.5rem;font-size:.75rem;font-weight:700;display:flex}}.ceo-vertical-list-right .ceo-accent-line-small{margin-top:0;margin-bottom:.5rem}.ceo-bottom-icons-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.ceo-bottom-icon-item{align-items:center;gap:.8rem;display:flex}.ceo-icon-svg{flex-shrink:0}.ceo-icon-text{flex-direction:column;display:flex}.ceo-icon-title{color:#fff;letter-spacing:1px;font-size:.75rem;font-weight:800}.ceo-icon-subtitle{color:#64748b;letter-spacing:1px;font-size:.65rem;font-weight:600}.ceo-icon-divider{background-color:#ffffff26;width:1px;height:30px;display:none}@media (width>=768px){.ceo-icon-divider{display:block}}.about-page .sv-section{margin-top:5rem;position:relative}.about-page .sv-header-centered{text-align:center;margin-bottom:4rem;flex-direction:column;align-items:center;gap:.5rem;max-width:650px;margin-inline:auto;display:flex}.about-page .sv-header-centered .section-eyebrow{margin-bottom:0}.about-page .sv-header-centered .sv-title{font-size:var(--text-h2);color:#0a1930;margin:0;font-weight:700;line-height:1.15}.about-page .sv-header-centered .sv-title em{color:#2563eb;font-style:normal}.about-page .sv-track-bar{height:48px;margin:0 3rem 2.5rem;display:block;position:relative}.about-page .sv-track-line{background:#cbd5e1;border-radius:4px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.about-page .sv-track-step{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.about-page .sv-track-num{letter-spacing:.05em;color:var(--step-color,#2563eb);border:1.5px solid var(--step-color,#2563eb);background:#fff;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:800;box-shadow:0 2px 8px #0000000f}.about-page .sv-track-dot{background:var(--step-color,#2563eb);width:12px;height:12px;box-shadow:0 0 0 2px var(--step-color,#2563eb), 0 4px 10px var(--step-glow,#00000026);border:3px solid #fff;border-radius:50%}.about-page .sv-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.about-page .sv-card{border:1px solid var(--card-border,#2563eb26);background:#fff;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2rem 1.85rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #0f172a0d,0 2px 6px -1px #0f172a08}.about-page .sv-card:hover{box-shadow:0 20px 40px -12px var(--card-glow,#2563eb33), 0 8px 16px -4px #0f172a0a;transform:translateY(-8px)}.about-page .sv-card:before{content:"";background:var(--card-color,#2563eb);height:4px;position:absolute;top:0;left:0;right:0}.about-page .sv-card-top-bar{justify-content:space-between;align-items:center;display:flex}.about-page .sv-card-step-badge{background:var(--card-soft,#2563eb0f);border:1px solid var(--card-border,#2563eb26);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.about-page .sv-step-dot{background:var(--card-color,#2563eb);border-radius:50%;width:6px;height:6px}.about-page .sv-step-text{letter-spacing:.06em;text-transform:uppercase;color:var(--card-color,#2563eb);font-size:.72rem;font-weight:700}.about-page .sv-card-location{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.about-page .sv-card-location svg{color:var(--card-color,#2563eb)}.about-page .sv-card-hero{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem;display:flex}.about-page .sv-card-year-group{flex-direction:column;display:flex}.about-page .sv-card-year{letter-spacing:-.04em;color:#0a1930;font-size:2rem;font-weight:900;line-height:1}.about-page .sv-card-label{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-top:2px;font-size:.8rem;font-weight:700}.about-page .sv-card-icon-wrap{background:var(--card-soft,#2563eb0f);border:1px solid var(--card-border,#2563eb26);width:48px;height:48px;color:var(--card-color,#2563eb);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,background .3s,color .3s;display:flex}.about-page .sv-card-icon-wrap svg{width:22px;height:22px}.about-page .sv-card:hover .sv-card-icon-wrap{background:var(--card-color,#2563eb);color:#fff;border-color:var(--card-color,#2563eb);box-shadow:0 6px 16px var(--card-glow,#2563eb4d);transform:scale(1.1)rotate(-4deg)}.about-page .sv-card-text{color:#475569;flex:1;margin:0;font-size:.88rem;line-height:1.75}@media (width<=1100px){.about-page .sv-cards-grid{gap:1.25rem}.about-page .sv-card{padding:1.75rem 1.5rem}}@media (width<=992px){.about-page .ceo-card{grid-template-columns:1fr}.about-page .ceo-image-col{min-height:400px}.about-page .ceo-text-col{padding:2.5rem 2rem}.about-page .sv-cards-grid{grid-template-columns:1fr}.about-page .sv-track-bar{display:none}}@media (width<=768px){.about-page .about-ceo{padding:4rem 0}.about-page .ceo-image-col{min-height:300px}.about-page .sv-section{margin-top:3.5rem}}@media (width<=640px){.about-page .about-ceo{padding:3rem 0}.about-page .ceo-header{margin-bottom:2.5rem}.about-page .ceo-text-col{padding:1.75rem 1.25rem}.about-page .quote-mark{font-size:6rem;top:1rem;right:1rem}.about-page .quote-open-icon{border-radius:10px;width:40px;height:40px;margin-bottom:1.25rem}.about-page .quote-open-icon svg{width:18px;height:18px}.about-page .ceo-quote-text{font-size:.9rem;line-height:1.8}.about-page .sv-card{padding:1.5rem 1.25rem}.about-page .sv-card-year{font-size:1.8rem}}@media (width<=480px){.about-page .ceo-card{border-radius:18px}.about-page .ceo-text-col{padding:1.25rem 1rem}.about-page .sv-card{border-radius:16px;padding:1.35rem 1.1rem}}.about-page .about-technical-impact{background-color:var(--about-navy-900);padding:var(--space-11) 0;position:relative;overflow:hidden}.about-page .about-technical-impact:before{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(#ffffff0d 1px,#0000 1px);background-size:24px 24px;width:100%;height:100%;position:absolute;top:0;left:0}.about-page .impact-header{text-align:center;margin-bottom:var(--space-8);z-index:2;position:relative}.about-page .impact-title{color:var(--about-surface-0);font-size:var(--text-h2);margin-bottom:var(--space-3);font-weight:700;line-height:1.25}.about-page .impact-title .text-blue{color:var(--about-accent-soft)}.about-page .impact-subtitle{color:var(--about-surface-3);font-size:var(--text-body-lg);max-width:600px;margin:0 auto}.about-page .impact-cards-row{justify-content:center;gap:var(--space-5);z-index:2;flex-wrap:wrap;display:flex;position:relative}.about-page .impact-card{border-radius:var(--radius-lg);padding:var(--space-4) var(--space-3);text-align:center;min-width:160px;transition:all var(--duration-base) var(--ease-standard);background:#ffffff0a;border:1px solid #ffffff14;flex:1}.about-page .impact-card:hover{box-shadow:var(--shadow-glow);background:#2563eb14;border-color:#2563eb4d}.about-page .impact-icon{color:var(--about-accent);margin-bottom:var(--space-2)}.about-page .impact-number{color:var(--about-accent-soft);margin-bottom:var(--space-1);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1}.about-page .impact-label{color:var(--about-surface-0);margin-bottom:var(--space-1);font-size:.9rem;font-weight:600}.about-page .impact-sublabel{color:var(--about-text-muted);margin:0;font-size:.8rem}@media (width<=992px){.about-page .impact-cards-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}}@media (width<=640px){.about-page .about-technical-impact{padding:3rem 0}.about-page .impact-header{margin-bottom:var(--space-6)}.about-page .impact-subtitle{max-width:100%;font-size:.875rem}.about-page .impact-cards-row{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}.about-page .impact-card{padding:var(--space-4) var(--space-3);min-width:unset}.about-page .impact-number{font-size:1.75rem}.about-page .impact-label{font-size:.82rem}}@media (width<=480px){.about-page .about-technical-impact{padding:2.5rem 0}.about-page .impact-cards-row{grid-template-columns:1fr}.about-page .impact-card{padding:var(--space-4)}}.about-page .about-mandate{padding:var(--space-11) 0;background-color:var(--about-surface-0)}.about-page .mandate-header{margin-bottom:var(--space-8)}.about-page .mandate-title{font-size:var(--text-h2);margin-bottom:var(--space-3);font-weight:700;line-height:1.25}.about-page .mandate-title .text-blue{color:var(--about-accent)}.about-page .mandate-cards{gap:var(--space-5);grid-template-columns:repeat(3,1fr);align-items:center;display:grid}.about-page .mandate-card{background-color:var(--about-surface-2);border:1px solid var(--about-surface-3);border-radius:var(--radius-lg);padding:var(--space-6);transition:all var(--duration-base) var(--ease-standard);flex-direction:column;height:100%;display:flex}.about-page .mandate-card:hover{border-color:var(--about-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.about-page .mandate-card-icon{border-radius:var(--radius-md);background-color:var(--about-surface-0);width:56px;height:56px;color:var(--about-accent);margin-bottom:var(--space-4);box-shadow:var(--shadow-xs);justify-content:center;align-items:center;display:flex}.about-page .mandate-card h3{font-size:var(--text-h3);margin-bottom:var(--space-3);font-weight:600}.about-page .mandate-card p{margin-bottom:var(--space-4);flex-grow:1}.about-page .mandate-link{align-items:center;gap:var(--space-2);color:var(--about-accent);transition:gap var(--duration-fast) ease;font-weight:600;display:inline-flex}.about-page .mandate-card:hover .mandate-link{gap:var(--space-3)}.about-page .featured-card{background-color:var(--about-navy-900);color:var(--about-surface-0);box-shadow:var(--shadow-glow-lg);border-color:#2563eb4d;transform:translateY(-12px)}.about-page .featured-card:hover{transform:translateY(-16px)}.about-page .featured-card h3{color:var(--about-surface-0)}.about-page .featured-card p{color:var(--about-surface-3)}.about-page .featured-card .mandate-card-icon{color:var(--about-accent-soft);background-color:#ffffff1a}.about-page .featured-card .mandate-link{color:var(--about-accent-soft)}@media (width<=992px){.about-page .mandate-cards{gap:var(--space-6);grid-template-columns:1fr}.about-page .featured-card{order:-1;transform:none}.about-page .featured-card:hover{transform:translateY(-4px)}}@media (width<=640px){.about-page .about-mandate{padding:3rem 0}.about-page .mandate-header{margin-bottom:var(--space-6)}.about-page .mandate-card{padding:var(--space-5)}.about-page .mandate-card-icon{width:48px;height:48px;margin-bottom:var(--space-3)}.about-page .mandate-card h3{font-size:1rem}.about-page .mandate-cards{gap:var(--space-4)}}.about-page .about-principles{padding:var(--space-11) 0;background-color:var(--about-surface-1)}.about-page .principles-header{margin-bottom:var(--space-9)}.about-page .principles-title{font-size:var(--text-h2);margin-bottom:var(--space-3);font-weight:700;line-height:1.25}.about-page .principles-title .text-blue{color:var(--about-accent)}.about-page .principles-subtitle{font-size:var(--text-body-lg);color:var(--about-text-secondary)}.about-page .principles-grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);max-width:1240px;margin:0 auto;display:grid}.about-page .principle-card{background-color:var(--about-surface-0);border:1px solid var(--about-surface-3);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-xs);transition:all var(--duration-base) var(--ease-standard);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.about-page .principle-card:hover{box-shadow:var(--shadow-lg);border-color:#2563eb40;transform:translateY(-6px)}.about-page .principle-card-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.about-page .principle-icon-wrapper{border-radius:var(--radius-md);background-color:var(--about-accent-glow);width:48px;height:48px;color:var(--about-accent);transition:all var(--duration-base) var(--ease-standard);justify-content:center;align-items:center;display:flex}.about-page .principle-card:hover .principle-icon-wrapper{background-color:var(--about-accent);color:var(--about-surface-0);transform:scale(1.05)}.about-page .principle-number{color:var(--about-accent-soft);opacity:.18;transition:opacity var(--duration-base) var(--ease-standard);-webkit-user-select:none;user-select:none;font-size:2.2rem;font-weight:700;line-height:1}.about-page .principle-card:hover .principle-number{opacity:.35;color:var(--about-accent)}.about-page .principle-card-body{flex-grow:1}.about-page .principle-card-title{color:var(--about-navy-900);margin-bottom:var(--space-3);font-size:1.05rem;font-weight:600;line-height:1.35}.about-page .principle-card-desc{font-size:var(--text-sm);color:var(--about-text-secondary);margin:0;line-height:1.6}@media (width<=1024px){.about-page .principles-grid{gap:var(--space-5);grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.about-page .about-principles{padding:3rem 0}.about-page .principles-header{margin-bottom:var(--space-6)}.about-page .principles-grid{gap:var(--space-4);grid-template-columns:1fr}.about-page .principle-card{padding:var(--space-5)}.about-page .principle-card-title{font-size:.95rem}}@media (width<=480px){.about-page .about-principles{padding:2.5rem 0}.about-page .principle-card{padding:1.25rem}.about-page .principle-icon-wrapper{width:42px;height:42px}.about-page .principle-number{font-size:1.8rem}}.about-page .about-lifecycle{padding:var(--space-11) 0;background-color:var(--about-surface-0);position:relative;overflow:hidden}.about-page .lifecycle-background-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb0a 0%,#0000 70%);width:100vw;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-page .lifecycle-header{margin-bottom:var(--space-10);z-index:1;position:relative}.about-page .lifecycle-title{font-size:var(--text-h2);margin-bottom:var(--space-3);font-weight:700;line-height:1.25}.about-page .lifecycle-title .text-blue{color:var(--about-accent)}.about-page .lifecycle-subtitle{color:var(--about-text-secondary);font-size:var(--text-body-lg);max-width:600px;margin:0 auto}.about-page .lifecycle-timeline{z-index:1;max-width:1100px;margin:0 auto;position:relative}.about-page .lifecycle-nodes{z-index:2;grid-template-columns:repeat(5,1fr);display:grid;position:relative}.about-page .lifecycle-node-wrapper{grid-template-rows:1fr 60px 1fr;place-items:center;display:grid;position:relative}.about-page .timeline-connector-track{background:linear-gradient(90deg, transparent 0%, var(--about-surface-3) 15%, var(--about-surface-3) 85%, transparent 100%);z-index:1;width:80%;height:2px;position:absolute;top:50%;left:10%;transform:translateY(-50%)}.about-page .timeline-connector-fill{background:linear-gradient(90deg, transparent 0%, var(--about-accent) 15%, var(--about-accent) 100%);width:0%;height:100%;transition:width 1.5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;box-shadow:0 0 10px #2563eb80}.about-page .timeline-connector-fill.animate-line-draw{width:100%}.about-page .lifecycle-node-point{background-color:var(--about-surface-0);border:3px solid var(--about-surface-3);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .4s;display:flex;box-shadow:0 0 0 4px #fffc}.about-page .lifecycle-node-wrapper:hover .lifecycle-node-point{border-color:var(--about-accent);transform:scale(1.2);box-shadow:0 0 0 6px #2563eb26}.about-page .node-inner-dot{background-color:var(--about-surface-3);border-radius:50%;width:8px;height:8px;transition:all .4s}.about-page .lifecycle-node-wrapper:hover .node-inner-dot{background-color:var(--about-accent)}.about-page .lifecycle-content-box{background:var(--about-surface-0);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-4);text-align:center;width:90%;max-width:220px;box-shadow:var(--shadow-sm);z-index:4;border:1px solid #e2e8f0cc;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.about-page .lifecycle-content-box:after{content:"";background-color:var(--about-surface-3);width:2px;height:30px;transition:background-color .4s;position:absolute;left:50%;transform:translate(-50%)}.about-page .box-top{margin-bottom:var(--space-4);align-self:end}.about-page .box-top:after{bottom:-30px}.about-page .box-bottom{margin-top:var(--space-4);align-self:start}.about-page .box-bottom:after{top:-30px}.about-page .lifecycle-node-wrapper:hover .lifecycle-content-box{box-shadow:var(--shadow-lg);border-color:#2563eb4d;transform:translateY(-5px)}.about-page .lifecycle-node-wrapper:hover .lifecycle-content-box:after{background-color:var(--about-accent)}.about-page .phase-number{color:var(--about-surface-1);-webkit-text-stroke:1px var(--about-surface-3);opacity:.5;z-index:-1;font-size:3rem;font-weight:900;transition:all .4s;position:absolute;top:-15px;right:-10px}.about-page .lifecycle-node-wrapper:hover .phase-number{color:#2563eb0d;-webkit-text-stroke:1px #2563eb33;transform:scale(1.1)translate(-5px,5px)}.about-page .phase-icon{color:var(--about-accent);margin-bottom:var(--space-3);border-radius:var(--radius-md);background:linear-gradient(135deg,#2563eb1a 0%,#2563eb05 100%);padding:12px;transition:all .4s;display:inline-flex}.about-page .lifecycle-node-wrapper:hover .phase-icon{background:var(--about-accent);color:var(--about-surface-0);transform:scale(1.1)rotate(5deg);box-shadow:0 8px 16px #2563eb33}.about-page .lifecycle-content-box h4{color:var(--about-navy-900);margin-bottom:var(--space-2);font-size:1.05rem;font-weight:600}.about-page .lifecycle-content-box p{color:var(--about-text-secondary);margin:0;font-size:.85rem;line-height:1.6}@media (width<=992px){.about-page .lifecycle-timeline{padding-left:0;position:relative}.about-page .lifecycle-nodes{gap:var(--space-6);z-index:2;flex-direction:column;padding-left:44px;display:flex;position:relative}.about-page .lifecycle-node-wrapper{width:100%;display:block;position:relative}.about-page .timeline-connector-track{background:linear-gradient(180deg, var(--about-surface-3) 0%, var(--about-surface-3) 100%);z-index:1;width:2px;height:calc(100% - 48px);top:24px;left:10px;transform:none}.about-page .timeline-connector-fill{background:linear-gradient(180deg, var(--about-accent) 0%, var(--about-accent) 100%);width:100%;height:0%;transition:height 1.5s ease-out}.about-page .timeline-connector-fill.animate-line-draw{width:100%;height:100%}.about-page .lifecycle-node-point{background-color:var(--about-surface-0);border:3px solid var(--about-accent);z-index:3;border-radius:50%;width:22px;height:22px;position:absolute;top:24px;left:-44px;transform:translateY(-50%);box-shadow:0 0 0 4px #2563eb1f}.about-page .node-inner-dot{background-color:var(--about-accent);width:6px;height:6px}.about-page .lifecycle-content-box{text-align:left;width:100%;max-width:100%;padding:var(--space-5);background:var(--about-surface-0);border-radius:var(--radius-lg);border:1px solid #e2e8f0e6;flex-direction:column;align-items:flex-start;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #020c4c0d}.about-page .lifecycle-content-box:before{content:"";background:var(--about-accent);border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg);width:4px;height:100%;position:absolute;top:0;left:0}.about-page .box-top,.about-page .box-bottom{align-self:stretch;margin:0}.about-page .lifecycle-content-box:after{display:none}.about-page .phase-icon{margin-bottom:var(--space-3);padding:10px}.about-page .phase-number{color:#2563eb1f;-webkit-text-stroke:none;opacity:1;font-size:2.2rem;font-weight:800;top:14px;right:16px}.about-page .lifecycle-content-box h4{margin-bottom:var(--space-2);padding-right:40px;font-size:1.05rem;font-weight:700}.about-page .lifecycle-content-box p{color:var(--about-text-secondary);font-size:.875rem;line-height:1.6}}@media (width<=640px){.about-page .about-lifecycle{padding:3rem 0}.about-page .lifecycle-header{margin-bottom:var(--space-6)}.about-page .lifecycle-subtitle{max-width:100%;font-size:.875rem}.about-page .lifecycle-nodes{gap:var(--space-5);padding-left:36px}.about-page .timeline-connector-track{left:9px}.about-page .lifecycle-node-point{width:20px;height:20px;top:22px;left:-36px}.about-page .lifecycle-content-box{padding:var(--space-4) var(--space-4)}.about-page .lifecycle-content-box h4{font-size:.98rem}.about-page .lifecycle-content-box p{font-size:.825rem}.about-page .phase-icon{margin-bottom:var(--space-2);padding:8px}.about-page .phase-number{font-size:1.8rem;top:10px;right:12px}}@media (width<=480px){.about-page .about-lifecycle{padding:2.5rem 0}.about-page .lifecycle-nodes{gap:var(--space-4);padding-left:32px}.about-page .timeline-connector-track{left:8px}.about-page .lifecycle-node-point{border-width:2px;width:18px;height:18px;top:20px;left:-32px}.about-page .node-inner-dot{width:4px;height:4px}.about-page .lifecycle-content-box{padding:14px 16px}}.about-page .about-cta{background:var(--about-gradient-cta);padding:var(--space-11) 0;color:var(--about-surface-0);position:relative;overflow:hidden}.about-page .about-cta:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0d 1px,#0000 1px);background-size:24px 24px;width:100%;height:100%;position:absolute;top:0;left:0}.about-page .about-cta:after{content:"";background:radial-gradient(circle, var(--about-accent-glow) 0%, transparent 70%);pointer-events:none;width:50%;height:80%;position:absolute;top:-20%;right:-10%}.about-page .cta-wrapper{z-index:2;grid-template-columns:55% 40%;align-items:center;gap:5%;display:grid;position:relative}.about-page .cta-title{color:var(--about-surface-0);margin-bottom:var(--space-3);font-size:clamp(1.4rem,2.5vw,2.1rem);font-weight:700;line-height:1.25;text-decoration:none!important}.about-page .cta-highlight-blue{color:#60a5fa;box-shadow:none!important;background:0 0!important;border-bottom:none!important;text-decoration:none!important;display:inline!important}.about-page .cta-highlight-blue:after,.about-page .cta-highlight-blue:before,.about-page .cta-title:after,.about-page .cta-title:before{content:""!important;border:none!important;width:0!important;height:0!important;display:none!important}.about-page .cta-subtitle{color:#e2e8f0cc;margin-bottom:var(--space-5);max-width:90%;font-size:.875rem;line-height:1.6}.about-page .cta-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.about-page .cta-btn,.about-page .cta-btn-outline{border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-standard);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:.65rem 1.35rem;font-size:.85rem;font-weight:600;display:inline-flex}.about-page .cta-btn{background-color:var(--about-surface-0);color:var(--about-navy-900);box-shadow:0 4px 14px #00000026}.about-page .cta-btn:hover{background-color:var(--about-accent);color:var(--about-surface-0);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.about-page .cta-btn-outline{color:var(--about-surface-0);background-color:#0000;border:1px solid #ffffff59}.about-page .cta-btn-outline:hover{background-color:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px)}.about-page .glass-panel{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);padding:var(--space-5);background:#ffffff0d;border:1px solid #ffffff1f}.about-page .glass-panel h4{text-transform:uppercase;letter-spacing:.06em;color:#ffffffe6;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:1px solid #ffffff1a;font-size:.85rem;font-weight:600}.about-page .cta-contact-list{gap:var(--space-3);flex-direction:column;display:flex}.about-page .cta-contact-list li{align-items:center;gap:var(--space-3);display:flex}.about-page .contact-icon-wrapper{color:#60a5fa;background-color:#2563eb40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.about-page .contact-details{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.about-page .contact-label{color:#fff9;margin-bottom:1px;font-size:.75rem}.about-page .contact-value{color:var(--about-surface-0);transition:color var(--duration-fast) ease;font-size:.875rem;font-weight:600;text-decoration:none}.about-page a.contact-value:hover{color:#60a5fa;text-decoration:underline}@media (width<=992px){.about-page .cta-wrapper{gap:var(--space-7);grid-template-columns:1fr}}@media (width<=640px){.about-page .about-cta{padding:3rem 0}.about-page .cta-title{font-size:clamp(1.25rem,5.5vw,1.6rem)}.about-page .cta-subtitle{max-width:100%;margin-bottom:var(--space-4);font-size:.82rem}.about-page .cta-actions{gap:var(--space-3);flex-direction:column;width:100%}.about-page .cta-btn,.about-page .cta-btn-outline{justify-content:center;width:100%;min-height:44px;padding:.75rem 1rem;font-size:.875rem}.about-page .cta-wrapper{gap:var(--space-6)}.about-page .glass-panel{padding:var(--space-4)}.about-page .cta-contact-list li{gap:var(--space-3);align-items:center;min-height:44px}.about-page .contact-icon-wrapper{flex-shrink:0;width:32px;height:32px}}@media (width<=480px){.about-page .about-cta{padding:2.5rem 0}.about-page .cta-title{font-size:clamp(1.15rem,6vw,1.4rem)}.about-page .glass-panel h4{margin-bottom:var(--space-3);font-size:.78rem}.about-page .contact-label{font-size:.7rem}.about-page .contact-value{font-size:.82rem}}.sister-concerns-section{background-color:#f8fbff;padding:3rem 0;font-family:Inter,sans-serif;overflow:hidden}.sc-container{max-width:1280px;margin:0 auto;padding:0 40px}.sc-header-row{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.sc-header-left{z-index:2;max-width:900px;position:relative}.sc-badge{color:#64748b;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.sc-badge-line{background-color:#3b82f6;width:40px;height:2px;margin-bottom:1.5rem}.sc-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.2}.sc-highlight{color:#2563eb}.sc-subtitle{color:#475569;margin:0;font-size:1.05rem;line-height:1.6}.sc-header-right{flex:0 0 33%;justify-content:center;align-items:flex-end;display:flex}.sc-handwritten{color:#3b82f6;opacity:.9;text-align:center;text-shadow:1px 1px 2px #3b82f61a;font-family:Caveat,cursive;font-size:2.8rem;line-height:1.1;transform:rotate(-10deg)translateY(80px)}.sc-robot-img{z-index:2;filter:drop-shadow(0 20px 30px #2563eb26);max-width:320px;height:auto;position:relative}.sc-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.sc-card-new{background-color:#fff;border-radius:16px;height:220px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.sc-card-new:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.sc-card-inner{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.sc-card-bg{z-index:1;width:55%;height:100%;position:absolute;bottom:0;right:0}.sc-card-bg img{object-fit:cover;opacity:1;width:100%;height:100%;transform:scale(1.06)}.sc-card-new:nth-child(2) .sc-card-bg{right:-30px}.sc-card-new:nth-child(2) .sc-card-bg img{object-position:right bottom;object-fit:cover;transform:scale(1.15)}.sc-card-number{color:#fff;z-index:3;font-size:1.25rem;font-weight:700;position:absolute;top:24px;right:24px}.sc-card-number:after{content:"";background-color:#fffc;width:100%;height:2px;margin-top:4px;display:block}.sc-content-layer{z-index:2;flex-direction:column;justify-content:space-between;height:100%;padding:24px;display:flex;position:relative}.sc-card-header{align-items:flex-start;gap:16px;display:flex}.sc-logo-box{background-color:#0f172a;border-radius:16px;flex-shrink:0;width:64px;height:64px;padding:8px;box-shadow:0 4px 12px #0000000d}.sc-logo-box img{object-fit:contain;width:100%;height:100%}.sc-text-box{flex-grow:1;padding-right:36px}.about-page .sc-card-title-new,.sc-text-box .sc-card-title-new{color:#0f172a;margin:0 0 6px;font-size:1.15rem;font-weight:800}.about-page .sc-card-desc-new,.sc-text-box .sc-card-desc-new{color:#475569;max-width:90%;margin:0;font-size:.9rem;line-height:1.4}.sc-card-location{color:#3b82f6;letter-spacing:.5px;margin-top:.4rem;font-size:.85rem;font-weight:700;display:block}.sc-card-footer{margin-top:auto}.sc-link-new{color:#2563eb;align-items:center;gap:10px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.sc-link-new:hover{color:#1d4ed8}.sc-link-arrow-circle{background-color:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.sc-link-new:hover .sc-link-arrow-circle{background-color:#dbeafe}.sc-link-arrow{color:#2563eb}.sc-footer{justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.sc-footer-line{background-color:#cbd5e1;width:120px;height:1px}.sc-footer-text{color:#64748b;letter-spacing:2px;font-size:.85rem;font-weight:700}@media (width<=1024px){.sc-grid{grid-template-columns:repeat(2,1fr)}.sc-handwritten{font-size:2rem;left:-10%}}@media (width<=768px){.sc-header-row{flex-direction:column}.sc-header-right{align-self:center;margin-top:3rem}.sc-handwritten{top:-20%;left:-15%}.sc-robot-img{max-width:260px}.sc-grid{grid-template-columns:1fr}.sc-footer-line{width:60px}}.about-page{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:52px;--space-9:60px;--space-10:64px;--space-11:72px;--about-navy-900:#020c4c;--about-navy-800:#0a1930;--about-navy-700:#0d285c;--about-navy-600:#0b4487;--about-accent:#2563eb;--about-accent-soft:#3b82f6;--about-accent-glow:#2563eb26;--about-surface-0:#fff;--about-surface-1:#f8fafc;--about-surface-2:#f1f5f9;--about-surface-3:#e2e8f0;--about-text-primary:#0a1930;--about-text-secondary:#334155;--about-text-muted:#64748b;--about-text-inverse:#f8fafc;--about-gradient-hero:linear-gradient(135deg, #020c4c 0%, #0b4487 60%, #1d4ed8 100%);--about-gradient-cta:linear-gradient(135deg, #020c4c 0%, #0d285c 100%);--about-gold-accent:#f59e0b;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--text-hero:clamp(1.8rem, 3vw, 2.8rem);--text-h2:clamp(1.2rem, 2.2vw, 1.8rem);--text-h3:clamp(.9rem, 1.5vw, 1.1rem);--text-h4:1rem;--text-label:.7rem;--text-body-lg:.9rem;--text-body:.85rem;--text-sm:.8rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px;--shadow-xs:0 1px 3px #020c4c0f;--shadow-sm:0 4px 12px #020c4c14;--shadow-md:0 8px 24px #020c4c1a;--shadow-lg:0 16px 48px #020c4c1f;--shadow-xl:0 24px 64px #020c4c26;--shadow-glow:0 8px 32px #2563eb33;--shadow-glow-lg:0 16px 48px #2563eb40;--duration-fast:.15s;--duration-base:.3s;--duration-slow:.5s;--duration-slower:.7s;--ease-standard:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-out:cubic-bezier(0, 0, .2, 1)}.about-page .section-eyebrow{font-size:var(--text-label);letter-spacing:.1em;text-transform:uppercase;color:var(--about-accent);align-items:center;gap:10px;margin-bottom:1rem;font-weight:700;display:inline-flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.about-page .animate-on-scroll{opacity:0;transition:opacity var(--duration-slower) var(--ease-out), transform var(--duration-slower) var(--ease-out);will-change:opacity, transform;transform:translateY(28px)}.about-page .animate-on-scroll.animate-fade-in-up{opacity:1;animation:none;transform:translateY(0)}.about-page h1,.about-page h2,.about-page h3,.about-page h4,.about-page h5,.about-page h6{font-family:var(--font-sans);color:var(--about-text-primary);margin:0;line-height:1.1}.about-page p{font-family:var(--font-sans);color:var(--about-text-secondary);line-height:1.7;font-size:var(--text-body)}.about-page a{text-decoration:none}.about-page .container{max-width:1400px;padding:0 2rem}@media (width<=768px){.about-page .container{padding:0 1.25rem}}@media (width<=640px){.about-page{--space-11:48px;--space-10:40px;--space-9:36px;--space-8:32px;--text-h2:clamp(1.35rem, 5.5vw, 1.6rem);--text-body-lg:.875rem}.about-page .container{padding:0 1rem}.about-page .section-eyebrow{font-size:.65rem}}.about-page-main{background-color:#f8fafc;width:100%;overflow-x:hidden}.mobile-page-main{font-family:var(--font-family-sans,"Inter", sans-serif);background-color:#f4f8fd;min-height:100vh;padding-top:70px;overflow:hidden}.mobile-hero-section{align-items:center;width:100%;padding:20px 0 3rem;display:flex;position:relative;overflow:hidden}.mobile-hero-container{z-index:10;flex-direction:column;gap:3rem;display:flex;position:relative}@media (width>=992px){.mobile-hero-container{flex-direction:row;align-items:center}}.mobile-hero-dots{opacity:.15;z-index:1;background-image:radial-gradient(#2f6bd8 1px,#0000 1px);background-size:15px 15px;width:200px;height:200px;position:absolute;top:20px;left:20px}.mobile-hero-bg-curve{z-index:1;background:radial-gradient(circle at 100%,#06122e 0%,#0a1930 100%);border-top-left-radius:50% 100%;border-bottom-left-radius:50% 100%;width:55%;height:120%;position:absolute;top:-100px;right:-5%;box-shadow:-20px 0 50px #0a193033}@media (width<=991px){.mobile-hero-bg-curve{border-top-left-radius:50% 50px;border-top-right-radius:50% 50px;border-bottom-left-radius:0;width:150%;height:100%;top:50%;right:-25%}}.mobile-hero-left{z-index:10;flex:1;padding-right:2rem}.mobile-badge-pill{background-color:#f0f5ff;border:1px solid #dce8ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 14px;display:inline-flex}.mobile-badge-text{color:#2f6bd8;letter-spacing:.5px;font-size:.75rem;font-weight:700}.center-badge{justify-content:center;width:fit-content;margin:0 auto 1.5rem;display:flex}.mobile-main-title{color:#0a1930;margin-bottom:1.2rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.mobile-title-highlight{color:#2f6bd8}.mobile-title-line{background-color:#2f6bd8;border-radius:2px;width:50px;height:3px;margin-bottom:1.5rem}.mobile-description{color:#475569;max-width:600px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.mobile-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=576px){.mobile-features-grid{grid-template-columns:repeat(4,1fr)}}.mobile-feature-item{align-items:center;gap:10px;display:flex}.mobile-feature-icon{background-color:#2f6bd81a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-feature-item span{color:#334155;font-size:.85rem;font-weight:600;line-height:1.2}.mobile-hero-right{z-index:10;perspective:1000px;flex:1;justify-content:center;align-items:center;display:flex}.mobile-showcase-wrapper{justify-content:center;align-items:center;width:100%;max-width:350px;height:420px;display:flex;position:relative}.float-icon-new{z-index:20;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;animation:5s ease-in-out infinite float-new;display:flex;position:absolute;box-shadow:0 15px 30px #00000026}.float-android{animation-delay:0s;top:40%;left:-5%}.float-apple{width:80px;height:80px;animation-delay:1.5s;top:10%;right:-5%}.float-flutter{width:75px;height:75px;animation-delay:3s;bottom:15%;right:5%}@keyframes float-new{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.orbital-lines-container{z-index:10;pointer-events:none;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbital-svg{width:100%;height:100%;animation:60s linear infinite spin-slow}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-phone-img{z-index:15;object-fit:contain;width:100%;max-width:320px;height:auto;transition:transform .5s;transform:translateY(-10px)}.mobile-phone-img:hover{transform:translateY(-20px)}.mobile-hero-banner-img{object-fit:contain;z-index:15;width:100%;max-width:400px;height:auto;animation:6s ease-in-out infinite float-new;position:relative}.mobile-services-section{background-color:#0000;width:100%;padding:0 0 4rem}.mobile-services-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 3rem;display:flex}.mobile-services-badge{color:#2f6bd8;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.mobile-services-header h2{color:#0a1930;margin-bottom:.8rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.mobile-services-title-line{background-color:#2f6bd8;border-radius:2px;width:50px;height:3px;margin-bottom:1.2rem}.mobile-services-header p{color:#475569;font-size:.95rem;line-height:1.6}.mobile-services-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=992px){.mobile-services-cards{grid-template-columns:repeat(3,1fr)}}.mobile-service-card{background-color:#032b5e;border-left:4px solid #2f6bd8;border-radius:12px;gap:1rem;min-height:200px;padding:1.5rem 1.2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.mobile-service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #2f6bd81a}.m-card-left{flex-shrink:0}.m-card-icon-box{background-color:#0a2166;border-radius:14px;justify-content:center;align-items:center;width:65px;height:65px;display:flex}.m-card-content{z-index:2;flex-direction:column;flex:1;display:flex}.m-card-content h3{color:#fff;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.m-card-line{background-color:#2f6bd8;border-radius:2px;width:30px;height:2px;margin-bottom:.8rem}.m-card-content p{color:#cbd5e1;flex:1;font-size:.85rem;line-height:1.6}.m-card-number{color:#ffffff0d;z-index:1;pointer-events:none;font-size:5rem;font-weight:800;line-height:1;position:absolute;bottom:-15px;right:15px}.mobile-why-section{background-color:#f8fbff;padding:5rem 0;position:relative;overflow:hidden}.mobile-why-badge{color:#2f6bd8;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.mobile-why-content{flex-direction:column;gap:3rem;margin-top:3rem;display:flex}@media (width>=992px){.mobile-why-content{flex-direction:row;align-items:center}}.new-why-header{text-align:center;flex-direction:column;align-items:center;display:flex}.new-why-layout{flex-direction:column;flex:1.6;display:flex}@media (width>=992px){.new-why-layout{margin-left:2rem}}.why-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.why-cards-grid{grid-template-columns:1fr 1fr}}.why-card-new{background-color:#fff;border-radius:12px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 5px 20px #0000000a}.why-card-new:hover{transform:translateY(-5px);box-shadow:0 12px 30px #2f6bd81a}.why-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem;display:flex}.why-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.dark-circle{background-color:#0c2b7e}.light-circle{background-color:#e8f0fe}.why-number{color:#a0aec0;font-size:.95rem;font-weight:500}.why-card-new h3{color:#0a1930;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.why-card-new p{color:#64748b;flex-grow:1;margin-bottom:1.2rem;font-size:.85rem;line-height:1.6}.why-arrow-btn{color:#a0aec0;cursor:pointer;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:35px;height:35px;transition:all .3s;display:flex}.why-card-new:hover .why-arrow-btn{color:#fff;background-color:#0c2b7e;border-color:#0c2b7e}.why-card-wide{background-color:#0c2b7e;border-radius:12px;flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #0c2b7e33}@media (width>=768px){.why-card-wide{flex-direction:row;justify-content:space-between;align-items:center}}.wide-card-left{flex-direction:column;gap:1.2rem;display:flex}@media (width>=576px){.wide-card-left{flex-direction:row;align-items:center}}.wide-icon-circle{background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:65px;height:65px;display:flex}.wide-card-text h3{color:#fff;margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.wide-card-text p{color:#a7bce3;max-width:400px;margin:0;font-size:.85rem;line-height:1.6}.wide-card-right{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width>=768px){.wide-card-right{flex-direction:column;align-items:flex-end;gap:1.5rem;width:auto}}.why-number-wide{color:#3b5c9b;font-size:1rem;font-weight:500}.why-arrow-btn-wide{cursor:pointer;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.why-arrow-btn-wide:hover{color:#0c2b7e;background-color:#fff}.mobile-why-right{flex:.9;justify-content:flex-end;align-items:center;display:flex}.why-choose-img{object-fit:contain;width:100%;max-width:500px;height:auto;animation:6s ease-in-out infinite float-new}.mobile-experts-section{background-color:#030b20;border-top:1px solid #ffffff0d;padding:6rem 0;position:relative;overflow:hidden}.experts-bg-glow{pointer-events:none;background:radial-gradient(#2f6bd814 0%,#0000 70%);width:140%;height:500px;position:absolute;top:50%;left:-20%;transform:translateY(-50%)}.experts-header{text-align:center;margin-bottom:4rem}.experts-header h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.experts-header p{color:#94a3b8;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.6}.experts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=576px){.experts-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.experts-grid{grid-template-columns:repeat(4,1fr)}}.expert-card{text-align:center;background-color:#06122e99;border:1px solid #2f6bd84d;border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:inset 0 0 20px #0003}.expert-card:hover{background-color:#06122ee6;border-color:#2f6bd8cc;transform:translateY(-5px);box-shadow:inset 0 0 20px #0003,0 10px 30px #2f6bd81a}.expert-icon-wrap{background-color:#0c2b7e;border:1px solid #2f6bd880;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;transition:all .3s;display:flex;box-shadow:0 0 15px #2f6bd84d}.expert-card:hover .expert-icon-wrap{transform:scale(1.05);box-shadow:0 0 25px #2f6bd899}.expert-card h4{color:#fff;letter-spacing:.5px;margin-bottom:1rem;font-size:.95rem;font-weight:700;line-height:1.4}.expert-card p{color:#94a3b8;font-size:.85rem;line-height:1.6}.mobile-process-section{background-color:#fff;border-top:1px solid #e2e8f0;padding:5rem 0}.mobile-process-grid{grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (width>=768px){.mobile-process-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.mobile-process-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}.mobile-process-grid:before{content:"";background:dashed 2px #cbd5e1;z-index:0;height:2px;position:absolute;top:40px;left:10%;right:10%}}.process-step{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.process-icon-wrapper{background-color:#f4f8fd;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 10px 25px #2f6bd81a}.process-step:hover .process-icon-wrapper{background-color:#2f6bd8;transform:translateY(-5px)scale(1.05)}.process-step:hover .process-icon-wrapper svg{stroke:#fff}.process-step-number{color:#fff;background-color:#0a1930;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.process-step h4{color:#0a1930;margin-bottom:.8rem;font-size:1.1rem;font-weight:700}.process-step p{color:#64748b;font-size:.85rem;line-height:1.6}.mobile-explore-section{background-color:#fcfdfe;padding:5rem 0;position:relative;overflow:hidden}.mobile-explore-header{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto 3rem;display:flex}.explore-badge-wrap{align-items:center;gap:10px;margin-bottom:.8rem;display:flex}.explore-badge-line{opacity:.5;background-color:#2f6bd8;width:30px;height:1px}.explore-badge-text{color:#2f6bd8;letter-spacing:1px;text-transform:uppercase;font-size:.8rem;font-weight:700}.mobile-explore-header h2{color:#0a1930;margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800}.center-line{margin:0 auto 1.5rem}.mobile-explore-header p{color:#64748b;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.text-highlight-blue{color:#2f6bd8;font-weight:600}.explore-cards-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.explore-cards-grid{grid-template-columns:1fr 1.3fr}}.explore-card{background-color:#f8faff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 10px 30px #00000005}.explore-card-header{align-items:center;gap:1.2rem;margin-bottom:2rem;display:flex}.explore-icon-box{background-color:#0c2b7e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.explore-card-header h3{color:#0a1930;margin-bottom:.3rem;font-size:1.2rem;font-weight:800}.explore-card-line{background-color:#2f6bd8;border-radius:2px;width:40px;height:3px}.explore-timeline{flex-direction:column;gap:1.5rem;padding-left:20px;display:flex;position:relative}.explore-timeline:before{content:"";z-index:0;background-color:#cbd5e1;width:1px;position:absolute;top:10px;bottom:10px;left:32px}.timeline-item{z-index:1;align-items:center;gap:1.5rem;display:flex;position:relative}.timeline-item:before{content:"";background-color:#2f6bd8;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.timeline-icon-wrap{z-index:2;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:30px;display:flex}.timeline-text{color:#334155;border-bottom:1px solid #f1f5f9;flex:1;padding-bottom:10px;font-size:.9rem;font-weight:600}.right-card-layout{flex-direction:column;display:flex;position:relative}@media (width>=768px){.right-card-layout{flex-direction:row;gap:1rem;padding-right:0}}.explore-card-content-left{flex-direction:column;flex:1;display:flex}.explore-right-desc{color:#64748b;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.explore-pills{flex-direction:column;gap:1rem;display:flex}.explore-pill{background-color:#fff;border-left:4px solid #2f6bd8;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 4px 15px #00000008}.explore-pill span{color:#334155;font-size:.85rem;font-weight:600}.explore-card-img-right{justify-content:center;align-items:center;margin-top:2rem;display:flex}@media (width>=768px){.explore-card-img-right{flex-shrink:0;width:250px;margin-top:0}}.explore-phone-img{object-fit:contain;width:100%;max-width:280px;height:auto;animation:6s ease-in-out infinite float-new}.mobile-cta-section{background-color:#0a1930;background-image:radial-gradient(circle at 100% 0,#1a3673 0%,#0000 50%);padding:5rem 0;position:relative}.mobile-cta-container{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}@media (width>=768px){.mobile-cta-container{text-align:left;flex-direction:row;justify-content:space-between}}.mobile-cta-content h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.mobile-cta-content p{color:#cbd5e1;max-width:600px;font-size:1.05rem}.btn-primary-mobile{color:#fff;white-space:nowrap;background-color:#2f6bd8;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 20px #2f6bd84d}.btn-primary-mobile:hover{background-color:#1d4ed8;transform:translateY(-3px);box-shadow:0 15px 25px #2f6bd866}.web-page{background-color:#fcfdfe;min-height:100vh;padding-top:70px}.web-hero-section{align-items:center;width:100%;padding:20px 0 4rem;display:flex;position:relative;overflow:hidden}.web-hero-dots{opacity:.6;z-index:1;pointer-events:none;background-image:radial-gradient(#d1d5db 2px,#0000 2px);background-size:20px 20px;width:250px;height:250px;position:absolute}.web-hero-container{z-index:2;flex-direction:column;align-items:center;gap:4rem;display:flex;position:relative}@media (width>=1100px){.web-hero-container{flex-direction:row;align-items:flex-start}}.web-hero-left{z-index:10;flex-direction:column;flex:1.1;display:flex}.web-badge-wrap{align-items:center;gap:12px;margin-bottom:1.2rem;display:flex}.web-badge-dot{background-color:#2f6bd8;border-radius:50%;width:6px;height:6px}.web-badge-text{color:#2f6bd8;letter-spacing:1.5px;text-transform:uppercase;font-size:.85rem;font-weight:700}.web-main-title{color:#0a1930;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.web-title-highlight{color:#2f6bd8}.web-title-line{background-color:#2f6bd8;border-radius:2px;width:120px;height:4px;margin-top:.5rem;margin-bottom:1.5rem}.web-hero-desc{color:#475569;max-width:650px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.web-highlight-box{border-radius:12px;align-items:center;gap:1.2rem;margin-bottom:2rem;padding:1.2rem;display:flex;position:relative;overflow:hidden}.web-highlight-box.dark{color:#fff;background-color:#031545;border-right:4px solid #2f6bd8}.web-highlight-box.light{color:#334155;background-color:#f1f6ff;border-left:4px solid #2f6bd8;margin-bottom:0}.web-highlight-icon-wrap{background-color:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.web-highlight-icon-wrap-light{background-color:#2f6bd8;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.web-highlight-box p{flex:1;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.web-services-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=576px){.web-services-grid{grid-template-columns:1fr}}.web-service-item{background-color:#fff;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:1rem;padding:1rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #00000008}.web-service-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #2f6bd814}.web-service-icon{background-color:#2f6bd8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.web-service-item span{color:#334155;font-size:.85rem;font-weight:600;line-height:1.3}.web-hero-right{flex-direction:column;flex:1.3;justify-content:flex-start;align-items:center;gap:3rem;display:flex;position:relative}.web-image-wrapper{justify-content:center;width:100%;display:flex;position:relative}.web-hero-img{object-fit:contain;z-index:10;width:100%;max-width:700px;height:auto;animation:6s ease-in-out infinite float-new;position:relative}.web-matter-section{background-color:#fff;padding:3rem 0 6rem;position:relative;overflow:hidden}.web-matter-bg-curve{pointer-events:none;z-index:1;border:1px solid #2f6bd81a;border-radius:50%;width:600px;height:600px;position:absolute;box-shadow:inset 0 0 50px #2f6bd80d}.web-matter-bg-curve.top-left{top:-300px;left:-300px}.web-matter-bg-curve.bottom-right{bottom:-300px;right:-300px}.matter-header{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto 5rem;display:flex}.matter-top-icon-wrap{background-color:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex;position:relative;box-shadow:0 10px 30px #2f6bd81a}.matter-top-icon-wrap:before{content:"";border:1px dashed #2f6bd84d;border-radius:25px;animation:20s linear infinite rotate;position:absolute;inset:-10px}@keyframes rotate{to{transform:rotate(360deg)}}.matter-top-icon-inner{background-color:#f0f5ff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.matter-header h2{color:#0a1930;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800}.matter-title-line{background-color:#2f6bd8;border-radius:2px;width:60px;height:3px;margin:0 auto 1.5rem}.matter-header p{color:#475569;font-size:1rem;line-height:1.7}.matter-cards-container{flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}@media (width>=992px){.matter-cards-container{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:2rem;display:grid}}.matter-connecting-line{display:none}@media (width>=992px){.matter-connecting-line{z-index:1;background-color:#a5c3f8;height:1px;display:block;position:absolute;top:50%;left:2%;right:2%}}.matter-card-wrapper{flex:1;align-items:center;width:100%;display:flex;position:relative}@media (width>=992px){.matter-card-wrapper{width:auto}}.matter-card{text-align:center;z-index:2;background-color:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:3rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 40px #0000000d}.matter-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #2f6bd81a}.matter-card-icon{background-color:#f0f5ff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.matter-card:hover .matter-card-icon{background-color:#2f6bd8;transform:scale(1.1)}.matter-card:hover .matter-card-icon svg{stroke:#fff}.matter-card h3{color:#0a1930;margin-bottom:.8rem;font-size:1.1rem;font-weight:800}.matter-card-line{background-color:#2f6bd8;width:30px;height:2px;margin-bottom:1rem}.matter-card p{color:#64748b;font-size:.9rem;line-height:1.6}.matter-connector-dot{display:none}@media (width>=992px){.matter-connector-dot{z-index:2;background-color:#2f6bd8;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:50%;right:-20px;transform:translateY(-50%);box-shadow:0 0 0 4px #fff}}.web-choose-section{color:#fff;background-color:#040d21;padding:6rem 0}.web-choose-container{flex-direction:column;align-items:center;gap:4rem;display:flex}@media (width>=1024px){.web-choose-container{flex-direction:row;align-items:flex-start}}.web-choose-left{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.web-choose-img{object-fit:contain;border-radius:20px;width:100%;max-width:800px;height:auto;box-shadow:0 20px 50px #0000004d}.web-choose-right{flex-direction:column;flex:1.1;display:flex}.web-choose-right h2{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:800;line-height:1.2}.web-choose-title-line{background-color:#2f6bd8;width:50px;height:3px;margin-bottom:2rem}.web-choose-desc{color:#94a3b8;margin-bottom:2rem;font-size:1rem;line-height:1.7}.web-choose-subtitle{color:#fff;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.web-choose-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.web-choose-grid{grid-template-columns:repeat(2,1fr)}}.web-choose-card{background-color:#0d1b3e66;border:1px solid #2f6bd833;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s,border-color .3s;display:flex}.web-choose-card:hover{background-color:#0d1b3eb3;border-color:#2f6bd899;transform:translateY(-5px)}.choose-card-icon{background-color:#2f6bd8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.choose-card-text{flex:1}.choose-card-text h5{color:#fff;margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.3}.choose-card-text p{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.5}.web-benefits-section{background-color:#f8fbff;padding:6rem 0 3rem;position:relative;overflow:hidden}.benefits-bg-lines{pointer-events:none;z-index:1;background-image:radial-gradient(circle at 0 0,#0000 20%,#2f6bd808 21%,#0000 22%),radial-gradient(circle at 100% 100%,#0000 20%,#2f6bd808 21%,#0000 22%);background-size:100% 100%;width:100%;height:100%;position:absolute;top:0;left:0}.benefits-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.benefits-badge{color:#2f6bd8;letter-spacing:1.5px;text-transform:uppercase;background-color:#0000;border:1px solid #2f6bd8;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-block}.benefits-header h2{color:#0a1930;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.benefits-title-line{background-color:#2f6bd8;border-radius:2px;width:60px;height:3px}.benefits-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.benefits-card{text-align:center;background-color:#fff;border:1px solid #2f6bd84d;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.benefits-card:hover{border-color:#2f6bd8;transform:translateY(-10px);box-shadow:0 20px 40px #2f6bd81a}.benefits-card:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(#2f6bd833 2px,#0000 2px);background-size:12px 12px;width:100px;height:50px;position:absolute;bottom:10px;left:10px}.benefits-card-icon{background-color:#f0f5ff;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:2rem;transition:transform .3s;display:flex}.benefits-card:hover .benefits-card-icon{background-color:#2f6bd8;transform:scale(1.1)}.benefits-card:hover .benefits-card-icon svg{stroke:#fff}.benefits-card h4{color:#0a1930;text-transform:uppercase;z-index:2;margin-bottom:1rem;font-size:.95rem;font-weight:800;line-height:1.4;position:relative}.benefits-card h4 .blue-text{color:#2f6bd8}.benefits-card-line{z-index:2;background-color:#2f6bd8;width:30px;height:2px;margin-bottom:1.5rem;position:relative}.benefits-card p{color:#64748b;z-index:2;margin:0;font-size:.9rem;line-height:1.6;position:relative}.web-approach-section{background-color:#fff;padding:3rem 0 6rem}.web-approach-container{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.web-approach-container{flex-direction:row;align-items:center;gap:2rem}}.web-approach-text-col{flex-direction:column;flex:1.2;display:flex}.approach-badge-wrap{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.approach-badge-text{color:#2f6bd8;letter-spacing:1px;text-transform:uppercase;font-size:.85rem;font-weight:700}.approach-badge-line{background-color:#2f6bd8;width:40px;height:2px}.web-approach-text-col h2{color:#0a1930;margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:800;line-height:1.2}.approach-title-line{background-color:#2f6bd8;border-radius:2px;width:60px;height:3px;margin-bottom:1.5rem}.web-approach-text-col p{color:#475569;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.approach-buttons{flex-direction:column;gap:1rem;display:flex}@media (width>=600px){.approach-buttons{flex-direction:row}}.approach-btn{text-align:left;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1rem 1.2rem;font-size:.85rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s;display:flex}.approach-btn span{flex:1}.approach-btn.dark{color:#fff;background-color:#0a1930;border:1px solid #0a1930}.approach-btn.dark:hover{background-color:#2f6bd8;border-color:#2f6bd8}.approach-btn.outline{color:#0a1930;background-color:#fff;border:1px solid #2f6bd8}.approach-btn.outline:hover{background-color:#f0f5ff}.web-approach-cards-col{flex-direction:column;flex:1.1;gap:1.5rem;padding-left:2rem;display:flex;position:relative}.approach-timeline-line{border-left:1px dashed #cbd5e1;width:1px;position:absolute;top:2rem;bottom:2rem;left:0}.approach-card-wrap{align-items:center;display:flex;position:relative}.approach-dot{background-color:#2f6bd8;border-radius:50%;width:10px;height:10px;position:absolute;left:-2rem;transform:translate(-50%);box-shadow:0 0 0 4px #fff}.approach-card{background-color:#fff;border:1px solid #2f6bd80d;border-radius:16px;align-items:flex-start;gap:1.2rem;width:100%;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #0000000a}.approach-card:hover{transform:translate(5px);box-shadow:0 15px 40px #2f6bd814}.approach-card-icon{background-color:#f0f5ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.approach-card-content h5{color:#0a1930;margin-bottom:.5rem;font-size:.95rem;font-weight:800;line-height:1.3}.approach-card-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.web-approach-img-col{flex:1.1;align-items:stretch;display:flex}.approach-img{object-fit:cover;border-radius:20px;width:100%;height:100%;max-height:550px;box-shadow:0 20px 40px #0000001a}.dm-page{background-color:#fcfdfe;min-height:100vh;padding-top:70px}.dm-hero-section{background-color:#f8fbff;width:100%;min-height:100vh;padding:20px 0 10rem;position:relative;overflow:hidden}.dm-hero-container{flex-direction:column;gap:2rem;display:flex}@media (width>=1024px){.dm-hero-container{flex-direction:row;align-items:center}}.dm-hero-text{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.dm-hero-img-col{flex:1;justify-content:center;align-items:center;display:flex}.dm-hero-img{object-fit:contain;border-radius:20px;width:100%;height:auto;box-shadow:0 20px 50px #0000001a}.dm-badge{background-color:#fff;border:1px solid #2f6bd84d;border-radius:30px;align-items:center;gap:8px;margin-bottom:2rem;padding:.6rem 1.2rem;display:inline-flex;box-shadow:0 4px 10px #2f6bd80d}.dm-badge span{color:#0a1930;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:700}.dm-main-title{color:#0a1930;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.1}.dm-title-highlight{color:#2f6bd8}.dm-subtitle{color:#0a1930;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.dm-desc{color:#475569;max-width:600px;margin-bottom:1.5rem;font-size:1rem;font-weight:400;line-height:1.7}.dm-metrics-bar{background-color:#f0f5ff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 5px 15px #2f6bd80d}.dm-metric-item{align-items:center;gap:8px;display:flex}.dm-metric-item span{color:#0a1930;font-size:.85rem;font-weight:700}.dm-metric-divider{background-color:#2f6bd833;width:1px;height:20px;display:none}@media (width>=600px){.dm-metric-divider{display:block}}.dm-hero-buttons{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.dm-btn{border-radius:8px;align-items:center;gap:8px;padding:1rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.dm-btn.primary{color:#fff;background-color:#0a1930;border:1px solid #0a1930}.dm-btn.primary:hover{background-color:#2f6bd8;border-color:#2f6bd8}.dm-btn.secondary{color:#0a1930;background-color:#fff;border:1px solid #cbd5e1}.dm-btn.secondary:hover{color:#2f6bd8;border-color:#2f6bd8}.dm-features-row{z-index:10;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:4rem;padding:0 1rem;display:grid}@media (width>=768px){.dm-features-row{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.dm-features-row{grid-template-columns:repeat(6,1fr)}}.dm-feature-card{text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000d}.dm-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #2f6bd81a}.dm-feature-icon{justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:.8rem;display:flex}.dm-feature-img-icon{object-fit:contain;width:100%;height:100%}.dm-feature-card h5{color:#0a1930;margin-bottom:.4rem;font-size:.85rem;font-weight:800;line-height:1.3}.dm-feature-card p{color:#64748b;margin:0;font-size:.75rem;line-height:1.4}.dm-matter-section{background-color:#fff;padding:6rem 0}.dm-matter-top{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (width>=992px){.dm-matter-top{flex-direction:row;align-items:center;gap:5rem}}.dm-matter-text{flex-direction:column;flex:1;align-items:flex-start;display:flex}.dm-matter-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.dm-badge-line{background-color:#2f6bd8;width:30px;height:2px}.dm-matter-badge span{color:#2f6bd8;letter-spacing:1px;text-transform:uppercase;font-size:.8rem;font-weight:700}.dm-matter-text h2{color:#0a1930;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.dm-blue-text{color:#2f6bd8}.dm-matter-text p{color:#475569;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.dm-matter-image-col{flex:1.2}.dm-matter-img{object-fit:cover;border-radius:20px;width:100%;height:auto;box-shadow:0 20px 40px #00000014}.dm-matter-cards-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.dm-matter-cards-row{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.dm-matter-cards-row{grid-template-columns:repeat(5,1fr)}}.dm-matter-card{text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000008}.dm-matter-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #2f6bd814}.dm-matter-icon{background-color:#f0f5ff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.dm-matter-card h4{color:#0a1930;margin-bottom:.8rem;padding-bottom:.8rem;font-size:1rem;font-weight:800;position:relative}.dm-matter-card h4:after{content:"";background-color:#0a1930;width:20px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.dm-matter-card p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.dm-services-section{background-color:#f8fbff;padding:6rem 0;position:relative;overflow:hidden}.dm-services-header{text-align:center;max-width:800px;margin:0 auto 4rem}.dm-section-badge{justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;display:inline-flex}.dm-badge-dash{background-color:#2f6bd8;width:25px;height:2px;position:relative}.dm-badge-dash:after{content:"";background-color:#2f6bd8;border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:-5px}.dm-section-badge .dm-badge-dash:last-child:after{left:-5px;right:auto}.dm-section-badge span{color:#2f6bd8;letter-spacing:1.5px;text-transform:uppercase;font-size:.85rem;font-weight:700}.dm-services-header h2{color:#0a1930;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.dm-services-header p{color:#64748b;font-size:1.05rem;line-height:1.6}.dm-services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.dm-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.dm-services-grid{grid-template-columns:repeat(3,1fr)}}.dm-service-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.dm-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #2f6bd814}.dm-service-icon-wrapper{z-index:2;border:2px solid #2f6bd833;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;display:flex;position:relative}.dm-icon-bg-shape{z-index:-1;background-color:#f0f5ff;border-radius:50%;width:50px;height:50px;position:absolute;top:0;right:-15px}.dm-service-card h4{color:#0a1930;margin-bottom:1.5rem;font-size:1.15rem;font-weight:800;line-height:1.4}.dm-card-divider{display:none}.dm-service-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.7}.dm-card-bottom-bar{background-color:#2f6bd8;border-radius:4px 4px 0 0;width:40px;height:4px;position:absolute;bottom:0;left:30px}.dm-process-section{background-color:#fff;background-image:radial-gradient(circle at 0 0,#f0f5ff 0%,#0000 40%),radial-gradient(circle at 100% 100%,#f0f5ff 0%,#0000 40%);padding:6rem 0;position:relative;overflow:hidden}.dm-process-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 5rem;display:flex}.dm-process-badge{background-color:#f8fbff;border:1px solid #2f6bd833;border-radius:30px;justify-content:center;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.5rem 1.5rem;display:inline-flex}.dm-process-badge span{color:#2f6bd8;letter-spacing:1px;font-size:.8rem;font-weight:700}.dm-dot{font-size:1.2rem;line-height:1}.dm-process-header h2{color:#0a1930;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;line-height:1.2}.dm-process-header p{color:#64748b;margin-bottom:1.5rem;font-size:1.1rem}.dm-process-header-divider{background-color:#2f6bd8;border-radius:2px;width:60px;height:3px}.dm-process-row{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=1024px){.dm-process-row{flex-direction:row;justify-content:center;align-items:stretch;gap:1rem}}.dm-process-card{text-align:center;background-color:#fff;border:1px solid #2f6bd81a;border-radius:20px;flex-direction:column;flex:1;align-items:center;max-width:300px;padding:4rem 1.5rem 2.5rem;display:flex;position:relative;box-shadow:0 15px 40px #0000000a}.dm-process-number{color:#fff;background-color:#2f6bd8;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:-25px;left:50%;transform:translate(-50%);box-shadow:0 0 0 6px #e0ecff}.dm-process-icon{justify-content:center;align-items:center;height:80px;margin-bottom:1.5rem;display:flex}.dm-process-card h4{color:#0a1930;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.95rem;font-weight:800}.dm-process-card p{color:#64748b;margin:0;font-size:.8rem;line-height:1.6}.dm-process-arrow{display:none}@media (width>=1024px){.dm-process-arrow{justify-content:center;align-items:center;margin-top:-2rem;display:flex}}.dm-choose-section{background-color:#fcfdfe;padding:6rem 0}.dm-choose-container{flex-direction:column;gap:4rem;display:flex}@media (width>=1200px){.dm-choose-container{flex-direction:row;gap:3rem}}.dm-choose-left{flex-direction:column;flex:0 0 35%;align-items:flex-start;display:flex}.dm-choose-badge{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.dm-slash{color:#2f6bd8;font-size:1.1rem;font-style:italic;font-weight:900}.dm-choose-badge span:last-child{color:#2f6bd8;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.dm-choose-left h2{color:#0a1930;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.dm-title-underline{background-color:#2f6bd8;border-radius:2px;width:50px;height:4px;margin-bottom:2rem}.dm-choose-left p{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.dm-trusted-box{align-items:center;gap:1.2rem;margin-top:1.5rem;display:flex}.dm-trusted-icon{background-color:#0037b8;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;display:flex;box-shadow:0 10px 25px #0037b833}.dm-trusted-text h5{color:#0a1930;margin-bottom:.3rem;font-size:1rem;font-weight:800}.dm-trusted-text p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.dm-choose-right{flex-direction:column;flex:1;gap:2rem;display:flex}.dm-mission-img-wrapper{border-radius:24px;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 50px #05163626}.dm-mission-full-img{object-fit:cover;width:100%;height:auto;display:block}.dm-choose-cards-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.dm-choose-cards-row{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.dm-choose-cards-row{grid-template-columns:repeat(4,1fr)}}.dm-choose-card{text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.dm-choose-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #2f6bd814}.dm-choose-card-icon{background-color:#f0f5ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.2rem;display:flex}.dm-choose-card-dash{background-color:#2f6bd8;border-radius:2px;width:20px;height:3px;margin-bottom:1.2rem}.dm-choose-card h6{color:#0a1930;margin-bottom:1rem;font-size:.9rem;font-weight:800}.dm-choose-card p{color:#64748b;margin:0;padding-bottom:1rem;font-size:.8rem;line-height:1.5}.dm-choose-number{color:#fff;background-color:#0037b8;border-radius:20px 0 0;justify-content:center;align-items:center;width:50px;height:35px;font-size:.9rem;font-weight:700;display:flex;position:absolute;bottom:0;right:0}.ecom-page{background-color:#f6f9fc;min-height:100vh;padding-top:70px}.ecom-hero-section{background-color:#f6f9fc;width:100%;padding:20px 0 2rem;position:relative;overflow:hidden}.ecom-hero-section:before{content:"";opacity:.5;z-index:0;background-image:radial-gradient(#d1e1f9 2px,#0000 2px);background-size:30px 30px;width:50%;height:100%;position:absolute;top:0;right:-5%}.ecom-hero-container{z-index:2;flex-direction:column;gap:3rem;display:flex;position:relative}@media (width>=1024px){.ecom-hero-container{flex-direction:row;align-items:flex-start;gap:4rem}}.ecom-hero-left{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.ecom-hero-badge{background-color:#0044cc0d;border:1px solid #04c;border-radius:30px;align-items:center;gap:10px;margin-bottom:2rem;padding:.5rem 1.5rem;display:flex}.ecom-hero-badge span{color:#04c;letter-spacing:1px;font-size:.75rem;font-weight:800}.ecom-main-title{color:#0a1930;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.1}.ecom-blue-text{color:#04c}.ecom-title-dash{background-color:#04c;border-radius:2px;width:50px;height:4px;margin-bottom:2rem;position:relative}.ecom-title-dash:after{content:"";background-color:#04c;border-radius:50%;width:6px;height:6px;position:absolute;top:-1px;right:-10px}.ecom-subtitle{color:#0a1930;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.ecom-desc{color:#475569;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.ecom-desc strong{color:#0a1930;font-weight:800}.ecom-feature-cards{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-top:1rem;margin-bottom:2.5rem;display:grid}@media (width>=600px){.ecom-feature-cards{grid-template-columns:repeat(4,1fr)}}.ecom-feature-card{text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #00000008}.ecom-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0044cc14}.ecom-feature-icon{background-color:#f0f5ff;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:1rem;display:flex}.ecom-feature-card span{color:#0a1930;font-size:.8rem;font-weight:800;line-height:1.3}.ecom-contact-action{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.ecom-contact-btn{color:#fff;background-color:#051636;border-radius:30px;align-items:center;gap:10px;padding:.8rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .3s,transform .3s;display:flex}.ecom-contact-btn:hover{background-color:#0a2558;transform:translateY(-2px)}.ecom-drawn-arrow{justify-content:center;align-items:center;margin-top:10px;display:flex}.ecom-contact-text{color:#475569;font-size:.9rem;font-style:italic;line-height:1.4}.ecom-hero-right{flex-direction:column;flex:1.4;justify-content:flex-start;align-items:flex-end;gap:4.5rem;padding-top:4.5rem;display:flex;position:relative}.ecom-hero-img{object-fit:contain;filter:drop-shadow(0 30px 40px #0000001a);transform-origin:100% 0;width:100%;height:auto;transform:scale(1.15)translate(20px)}.ecom-services-section{background-color:#f8fafc;padding:2rem 0 6rem;position:relative}.ecom-services-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.ecom-section-badge{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.badge-dot{background-color:#3b82f6;border-radius:50%;width:6px;height:6px}.ecom-section-title{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.ecom-section-subtitle{color:#64748b;font-size:1.1rem;font-weight:500}.ecom-services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.ecom-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.ecom-services-grid{grid-template-columns:repeat(3,1fr)}}.ecom-service-card{background:#fff;border-radius:20px;flex-direction:column;padding:30px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000008}.ecom-service-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014}.card-top-accent{z-index:1;border-bottom-right-radius:100%;width:110px;height:110px;position:absolute;top:0;left:0}.card-icon-wrapper{z-index:2;border:8px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-top:10px;margin-bottom:20px;margin-left:5px;display:flex;position:relative}.card-content{flex-direction:column;flex:1;margin-left:20px;padding-top:1rem;display:flex}.ecom-service-card .card-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3;position:absolute;top:45px;left:120px}.ecom-service-card .card-desc{color:#64748b;flex:1;margin-top:2rem;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.card-link{justify-content:space-between;align-items:center;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.link-icon{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .3s,color .3s;display:flex}.color-blue{--accent:#3b82f6;--icon-bg:#1d4ed8}.color-lightblue{--accent:#38bdf8;--icon-bg:#0369a1}.color-green{--accent:#4ade80;--icon-bg:#15803d}.color-purple{--accent:#a855f7;--icon-bg:#6d28d9}.color-orange{--accent:#f97316;--icon-bg:#c2410c}.color-teal{--accent:#2dd4bf;--icon-bg:#0f766e}.ecom-service-card .card-top-accent,.ecom-service-card .card-icon-wrapper{background:#0a1930}.ecom-service-card .card-link{color:var(--icon-bg)}.ecom-service-card .link-icon{border:1px solid var(--accent);color:var(--icon-bg)}.ecom-service-card:hover .link-icon{background-color:var(--icon-bg);color:#fff;border-color:var(--icon-bg)}.ecom-features-section{background-color:#f1f5fb;padding:6rem 0;position:relative;overflow:hidden}.ecom-features-container{flex-direction:column;align-items:center;gap:4rem;display:flex}@media (width>=1024px){.ecom-features-container{flex-direction:row;gap:2rem}}.ecom-features-left{flex-direction:column;flex:1;align-items:flex-start;display:flex}.ecom-features-badge{background-color:#fff;border-radius:30px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.6rem 1.2rem;display:flex;box-shadow:0 4px 15px #0044cc0d}.ecom-features-badge span{color:#04c;letter-spacing:1px;font-size:.75rem;font-weight:800}.ecom-features-title{color:#0a1930;margin-bottom:1.2rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1.2}.ecom-features-desc{color:#475569;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ecom-features-list{width:100%;margin:0;padding:0;list-style:none}.ecom-features-list li{border-bottom:1px solid #0000000d;align-items:center;gap:15px;padding:1rem 0;display:flex}.ecom-features-list li:last-child{border-bottom:none}.feature-list-icon{background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #0044cc14}.ecom-features-list span{color:#475569;font-size:.95rem;font-weight:500}.ecom-features-right{flex:1.2;justify-content:center;align-items:center;display:flex}.ecom-features-img{object-fit:contain;filter:drop-shadow(0 20px 30px #0000000d);width:100%;max-width:600px;height:auto}.ecom-cta-section{background-color:#fff;padding:2rem 1rem 3rem}.ecom-cta-card{text-align:center;background:#0a1930;border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001a}.ecom-cta-card:before{content:"";opacity:.1;z-index:1;background-image:url(https://www.transparenttextures.com/patterns/cubes.png);position:absolute;inset:0}.ecom-cta-card>*{z-index:2;position:relative}.ecom-cta-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.ecom-cta-desc{color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.ecom-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-primary-dark{color:#fff;background-color:#04c;border-radius:8px;align-items:center;gap:10px;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s,transform .3s;display:flex}.btn-primary-dark:hover{background-color:#03a;transform:translateY(-2px)}.btn-secondary-light{color:#04c;background-color:#fff;border-radius:8px;align-items:center;gap:10px;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 4px 15px #0000000d}.btn-secondary-light:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.erp-page{background-color:#f8fafc;min-height:100vh;padding-top:70px}.erp-hero-section{background-color:#f8fafc;width:100%;padding:20px 0 6rem;position:relative}.erp-hero-container{z-index:2;flex-direction:column;gap:3rem;margin-bottom:2rem;display:flex;position:relative}@media (width>=1024px){.erp-hero-container{flex-direction:row;align-items:center;gap:4rem}}.erp-hero-left{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.erp-hero-badge{background-color:#eef2ff;border-radius:30px;align-items:center;gap:10px;margin-bottom:2rem;padding:.5rem 1.5rem;display:flex}.erp-hero-badge span{color:#04c;font-size:.8rem;font-weight:700}.erp-main-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.2}.erp-blue-text{color:#04c}.erp-subtitle{color:#1e293b;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.erp-desc{color:#64748b;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.erp-contact-action{margin-top:1rem}.erp-contact-btn{color:#fff;background-color:#051636;border-radius:8px;align-items:center;gap:10px;padding:1rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .3s,transform .3s;display:inline-flex}.erp-contact-btn:hover{background-color:#04c;transform:translateY(-2px)}.erp-hero-right{flex:1.4;justify-content:center;align-items:center;display:flex;position:relative}.erp-hero-img{object-fit:contain;filter:drop-shadow(0 30px 40px #0000001a);width:100%;max-width:800px;height:auto}.erp-floating-features{z-index:5;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;margin-top:-3rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;display:flex;position:relative;box-shadow:0 10px 40px #0000000d}@media (width>=768px){.erp-floating-features{flex-direction:row;justify-content:space-between;align-items:center}}.erp-feature-item{align-items:center;gap:15px;padding:1rem 0;display:flex}.erp-feature-icon{background-color:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.erp-feature-text{color:#1e293b;font-size:.95rem;font-weight:700;line-height:1.3}.erp-feature-divider{display:none}@media (width>=768px){.erp-feature-divider{background-color:#e2e8f0;width:1px;height:40px;display:block}}.erp-services-section{background-color:#f1f5fa;padding:5rem 0}.erp-services-container{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.erp-services-container{flex-direction:row;align-items:center}}.erp-services-left{flex-direction:column;flex:1;display:flex}.erp-services-badge{background-color:#e6efff;border-radius:30px;align-self:flex-start;align-items:center;gap:10px;margin-bottom:2rem;padding:.3rem 1rem .3rem .3rem;display:inline-flex}.erp-badge-icon{background-color:#04c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.erp-services-badge span{color:#1e293b;font-size:.85rem;font-weight:600}.erp-blue-text-badge{color:#04c;font-weight:700}.erp-services-title{color:#0f172a;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.erp-services-desc{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.erp-services-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.erp-services-grid{grid-template-columns:repeat(2,1fr)}}.erp-service-card{background-color:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 4px 15px #00000008}.erp-service-icon{background-color:#04c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.erp-service-card span{color:#1e293b;font-size:.9rem;font-weight:600;line-height:1.3}.erp-services-footer-msg{background-color:#e6efff;border-left:4px solid #04c;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.erp-msg-icon{background-color:#04c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.erp-services-footer-msg p{color:#1e293b;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.erp-services-right{flex:1.2;justify-content:center;align-items:center;display:flex}.erp-services-img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000014);width:100%;max-width:650px;height:auto}.erp-core-section{background-color:#f8fafc;padding:6rem 0}.erp-core-header{text-align:center;margin-bottom:4rem}.erp-core-title{color:#051636;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800}.erp-core-divider{justify-content:center;align-items:center;gap:5px;margin-bottom:1.5rem;display:flex}.erp-core-line{background-color:#04c;border-radius:2px;width:60px;height:3px}.erp-core-dot{background-color:#04c;border-radius:50%;width:8px;height:8px}.erp-core-subtitle{color:#475569;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.erp-core-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.erp-core-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.erp-core-grid{grid-template-columns:repeat(3,1fr)}}.erp-core-card{background-color:#fff;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.erp-core-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014}.erp-core-card-badge{color:#fff;z-index:10;background-color:#04c;border-radius:0 10px 10px 0;padding:8px 16px;font-size:1.1rem;font-weight:700;position:absolute;top:40px;left:0;box-shadow:2px 2px 10px #0044cc4d}.erp-core-img-wrapper{background:linear-gradient(#f0f5fb 0%,#fff 100%);border-radius:16px;justify-content:center;align-items:center;margin:15px;padding:2rem;display:flex;position:relative}.erp-core-img-wrapper img{object-fit:contain;width:100%;max-width:220px;height:auto}.erp-core-card-content{flex:1;padding:1rem 2rem 3rem}.erp-core-card-title{color:#051636;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.15rem;font-weight:800;line-height:1.4}.erp-core-card-desc{color:#475569;font-size:.95rem;line-height:1.7}.erp-core-card-bottom-border{background-color:#04c;border-radius:6px 6px 0 0;width:calc(100% - 60px);height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.erp-why-choose-section{background-color:#fff;padding:6rem 0}.erp-why-header{margin-bottom:3rem}.erp-why-subtitle-wrapper{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.erp-why-line{background-color:#04c;width:30px;height:2px}.erp-why-subtitle{color:#04c;letter-spacing:1px;font-size:.9rem;font-weight:700}.erp-why-title{color:#051636;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1.1}.erp-why-underline{background-color:#fbbf24;border-radius:2px;width:60px;height:4px}.erp-why-content-wrapper{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.erp-why-content-wrapper{flex-direction:row;align-items:center}}.erp-why-list{flex-direction:column;flex:1;gap:1rem;display:flex}.erp-why-list-item{background-color:#fff;border-radius:10px;align-items:center;gap:12px;padding:.6rem .8rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0000000d}.erp-why-list-item:hover{transform:translate(5px)}.erp-why-icon-box{background-color:#04c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.erp-why-item-text{align-items:center;gap:10px;display:flex}.erp-why-item-text span{color:#334155;font-size:.9rem;font-weight:500}.erp-chevron{flex-shrink:0}.erp-why-image{flex:1.2;justify-content:center;align-items:center;display:flex}.erp-why-image img{object-fit:contain;filter:drop-shadow(0 20px 40px #0000001a);width:100%;max-width:800px;height:auto}.erp-why-banner{background-color:#fff;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000f}@media (width>=1024px){.erp-why-banner{flex-direction:row}}.erp-banner-left{background-color:#0f172a;flex:1.2;align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.erp-banner-icon-bg{background-color:#0000;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.erp-banner-icon-bg:before{content:"";border:1px dashed #ffffff26;border-radius:50%;width:90px;height:90px;position:absolute}.erp-banner-text{color:#cbd5e1;margin:0;font-size:1.05rem;line-height:1.6}.erp-banner-right{background-color:#fafbfc;flex-wrap:nowrap;flex:2.5;justify-content:space-around;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.erp-banner-stat{align-items:center;gap:12px;display:flex}.erp-stat-icon{background-color:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.erp-banner-stat span{color:#1e293b;font-size:.85rem;font-weight:600;line-height:1.2}.erp-features-section{background-color:#fcfdfe;padding:40px 0;font-family:Inter,sans-serif;overflow:hidden}.erp-features-header-row{flex-direction:column;gap:40px;margin-bottom:60px;display:flex}@media (width>=1024px){.erp-features-header-row{flex-direction:row;align-items:center;gap:80px}}.erp-features-text-content{flex:1}.features-badge{align-items:center;gap:15px;margin-bottom:20px;display:flex}.badge-bg-num{color:#f1f5f9;letter-spacing:-2px;z-index:0;font-size:5rem;font-weight:900;line-height:.8;position:absolute;transform:translate(-15px)translateY(-10px)}.badge-text{color:#04c;letter-spacing:1px;z-index:1;align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:flex;position:relative}.badge-text .line{background-color:#04c;width:40px;height:2px}.features-title{color:#051636;letter-spacing:-1px;z-index:1;margin-bottom:20px;font-size:clamp(2.5rem,4vw,3.2rem);font-weight:900;line-height:1.15;position:relative}.text-dark{color:#1e293b;font-weight:600}.features-desc{color:#4b5563;max-width:550px;margin-bottom:15px;font-size:1.05rem;line-height:1.6}.erp-features-circular-graphic{flex:1;justify-content:center;align-items:center;display:flex}.erp-graphic-img{object-fit:contain;width:100%;max-width:550px;height:auto}.erp-features-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px;display:grid}@media (width>=768px){.erp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.erp-features-grid{grid-template-columns:repeat(3,1fr)}}.erp-feature-card{background:#fff;border-top:4px solid #0000;border-radius:16px;flex-direction:column;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000a}.erp-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.b-blue{border-top-color:#04c}.b-green{border-top-color:#16a34a}.b-purple{border-top-color:#8b5cf6}.b-orange{border-top-color:#f97316}.b-teal{border-top-color:#14b8a6}.b-darkblue{border-top-color:#051636}.card-top{flex:1;align-items:stretch;gap:15px;margin-bottom:20px;display:flex}.card-header{flex:1}.card-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:15px;display:flex}.bg-blue-light{background:#eef2ff}.bg-green-light{background:#dcfce7}.bg-purple-light{background:#f3e8ff}.bg-orange-light{background:#ffedd5}.bg-teal-light{background:#ccfbf1}.card-title-box h3{color:#051636;margin-bottom:8px;font-size:1.1rem;font-weight:800;line-height:1.2}.card-title-box p{color:#64748b;font-size:.85rem;line-height:1.4}.card-graphic{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:80px;padding:10px;display:flex}.card-divider{background-color:#f1f5f9;height:1px;margin-bottom:15px}.card-footer{flex-direction:column;gap:8px;display:flex}.tag-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.tag-row span{color:#051636;font-size:.75rem;font-weight:600}.dot{border-radius:50%;width:4px;height:4px}.d-blue{background:#04c}.d-green{background:#16a34a}.d-purple{background:#8b5cf6}.d-orange{background:#f97316}.d-teal{background:#14b8a6}.g-ui-list{flex-direction:column;gap:6px;width:100%;display:flex}.g-ui-row{background:#fff;border-radius:4px;align-items:center;gap:6px;padding:4px;display:flex;box-shadow:0 2px 4px #00000005}.g-av{background:#e2e8f0;border-radius:50%;width:16px;height:16px}.g-lines{flex-direction:column;flex:1;gap:3px;display:flex}.l1{background:#cbd5e1;border-radius:2px;width:100%;height:4px}.l2{background:#e2e8f0;border-radius:2px;width:60%;height:4px}.g-chart-bars{align-items:flex-end;gap:4px;height:40px;display:flex;position:relative}.g-bar{background:#cbd5e1;border-radius:3px 3px 0 0;width:12px}.b1{height:60%}.b2{background:#16a34a;height:100%}.b3{height:40%}.g-pie{border:4px solid #16a34a;border-left-color:#0000;border-radius:50%;width:20px;height:20px;position:absolute;bottom:0;right:-10px;transform:rotate(45deg)}.g-boxes{align-items:flex-end;height:40px;display:flex;position:relative}.g-box{opacity:.5;background:#8b5cf6;border:1px solid #fff;width:20px;height:20px;position:absolute}.g-boxes .g-box:first-child{opacity:.8;bottom:0;left:10px}.g-boxes .g-box:nth-child(2){opacity:.6;bottom:0;left:30px}.g-boxes .g-box:nth-child(3){bottom:20px;left:20px}.g-ui-row-simple{background:#fff;border-radius:4px;align-items:center;gap:6px;width:100%;padding:4px;display:flex}.g-circle{background:#e2e8f0;border-radius:50%;width:12px;height:12px}.g-trolley{position:relative}.g-trolley-box{opacity:.8;background:#14b8a6;width:14px;height:14px;position:absolute;top:0;right:0}.g-ui-checks{flex-direction:column;gap:6px;width:100%;display:flex}.g-check-row{align-items:center;gap:6px;display:flex}.check{color:#04c;font-size:10px;font-weight:700}.erp-features-banner{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:20px;margin:20px auto 0;padding:12px;display:inline-flex;position:relative;left:50%;transform:translate(-50%)}.banner-icon-circle{background-color:#051636;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.banner-text{color:#051636;padding-right:30px;font-size:1.25rem;font-weight:800}@media (width<=768px){.erp-features-circular-graphic{height:350px;margin-bottom:20px}.erp-features-banner{text-align:center;border-radius:24px;flex-direction:column;padding:20px}.banner-text{padding-right:0}}.erp-product-cta-section{background-color:#f8fafc;padding:2rem 0 4rem;overflow:hidden}.erp-cta-top-row{justify-content:space-between;align-items:center;gap:4rem;margin-bottom:4rem;display:flex}.erp-cta-text-content{flex:1;max-width:500px}.erp-cta-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.badge-text-blue{color:#04c;letter-spacing:.5px;font-size:.9rem;font-weight:700}.erp-cta-title{color:#051636;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.erp-cta-title .text-blue{color:#04c}.erp-cta-subtitle{color:#051636;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.erp-cta-desc{color:#475569;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.font-semibold{font-weight:600}.erp-cta-desc .text-blue{color:#04c}.erp-btn-primary{color:#fff;cursor:pointer;background-color:#04c;border:none;border-radius:8px;align-items:center;gap:10px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.erp-btn-primary:hover{background-color:#03a;transform:translateY(-2px);box-shadow:0 10px 20px #04c3}.mt-4{margin-top:1rem}.erp-cta-image-wrapper{flex:1.2;position:relative}.erp-cta-img{filter:drop-shadow(0 20px 40px #0000001a);border-radius:16px;width:100%;height:auto}.erp-cta-bottom-banner{background:#fff;border:1px solid #f1f5f9;border-radius:20px;justify-content:space-between;align-items:center;padding:2.5rem 3rem;display:flex;box-shadow:0 10px 40px #0000000d}.banner-logo-block{align-items:center;gap:12px;display:flex}.logo-text strong,.logo-text span{color:#051636;font-size:1.3rem;line-height:1}.banner-divider{background-color:#e2e8f0;width:1px;height:60px;margin:0 1rem}.banner-feature{align-items:flex-start;gap:16px;max-width:280px;display:flex}.b-icon-wrapper{color:#fff;background-color:#051636;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.b-text h4{color:#051636;margin-bottom:6px;font-size:1.05rem;font-weight:700}.b-text p{color:#64748b;font-size:.9rem;line-height:1.4}@media (width<=1024px){.erp-cta-top-row{flex-direction:column;gap:3rem}.erp-cta-text-content{text-align:center;max-width:100%}.erp-cta-badge{justify-content:center}.erp-cta-bottom-banner{flex-wrap:wrap;justify-content:center;gap:2rem}.banner-divider{display:none}}@media (width<=768px){.erp-cta-title{font-size:2.5rem}.erp-cta-subtitle{font-size:1.4rem}.banner-feature{width:100%;max-width:100%}}.erp-product-page-wrapper{padding-top:90px}.erp-product-hero-section{background-color:#fff;width:100%;padding:20px 0 2rem;position:relative}.erp-product-hero-container{z-index:2;flex-direction:column;gap:3rem;margin-bottom:2rem;display:flex;position:relative}@media (width>=1024px){.erp-product-hero-container{flex-direction:row;align-items:center;gap:4rem}}.erp-product-hero-left{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.erp-product-hero-badge{margin-bottom:2rem}.erp-product-blue-text-badge{color:#04c;letter-spacing:.5px;font-size:.9rem;font-weight:800}.erp-product-main-title{color:#051636;letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;line-height:1.1}.erp-product-blue-text{color:#04c}.erp-product-subtitle-bold{color:#051636;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800;line-height:1.3}.erp-product-desc{color:#4b5563;margin-bottom:1rem;font-size:1rem;line-height:1.7}.erp-product-action-buttons{align-items:center;gap:1rem;margin-top:1rem;margin-bottom:3rem;display:flex}.erp-product-btn-primary{color:#fff;background-color:#051636;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s,transform .3s;display:inline-flex}.erp-product-btn-primary:hover{background-color:#04c;transform:translateY(-2px)}.erp-product-btn-secondary{color:#051636;background-color:#0000;border:1.5px solid #051636;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.erp-product-btn-secondary:hover{background-color:#f1f5f9;transform:translateY(-2px)}.erp-product-hero-icons-list{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.erp-product-icon-item{flex-direction:column;align-items:center;gap:8px;display:flex}.erp-product-blue-icon{color:#04c}.erp-product-circle-icon{border:1.5px solid #04c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;font-weight:700;display:flex}.erp-product-cart-icon{justify-content:center;align-items:center;display:flex}.erp-product-icon-item span{color:#051636;text-align:center;font-size:.75rem;font-weight:700}.erp-product-hero-right{flex:1.4;justify-content:center;align-items:center;display:flex;position:relative}.erp-product-hero-img{object-fit:contain;width:100%;max-width:800px;height:auto}.onpage-seo-section{background-color:#fff;padding:20px 0 2rem;position:relative;overflow:hidden}.onpage-seo-section .container{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.onpage-header{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1100px;margin-bottom:3rem;display:flex}.onpage-header-icon{background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:none;position:relative;box-shadow:0 10px 25px #0044cc14}.onpage-header-icon:before{content:"";z-index:-1;background-color:#ffffff80;border-radius:50%;width:110px;height:110px;position:absolute}@media (width>=992px){.onpage-header-icon{display:flex}}.onpage-header-content{text-align:center;flex:1;max-width:800px}.onpage-dots{justify-content:center;align-items:center;gap:6px;margin-bottom:1rem;display:flex}.onpage-dots .dot{background-color:#04c;border-radius:50%}.onpage-dots .dot.small{opacity:.5;width:6px;height:6px}.onpage-dots .dot.large{width:8px;height:8px}.onpage-title{color:#0f172a;margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.3}.onpage-title .blue-text{color:#04c}.onpage-desc{color:#475569;font-size:1rem;line-height:1.7}.onpage-desc strong{color:#04c;font-weight:700}.onpage-card{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=992px){.onpage-card{flex-direction:row}}.onpage-card-left{flex:1;padding:2rem;position:relative}@media (width>=992px){.onpage-card-left{padding:2rem}.onpage-card-left:after{content:"";background:linear-gradient(#0000,#e2e8f0,#0000);width:1px;height:80%;position:absolute;top:10%;right:0}}.onpage-badge{border:1px solid #04c;border-radius:30px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:4px 16px 4px 4px;display:inline-flex}.onpage-badge .badge-icon{background-color:#04c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.onpage-badge span{color:#04c;letter-spacing:.5px;font-size:.85rem;font-weight:700}.onpage-card-title{color:#0f172a;margin-bottom:1.2rem;font-size:2rem;font-weight:800}.onpage-card-desc{color:#475569;margin-bottom:1.8rem;font-size:.9rem;line-height:1.7}.onpage-list{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.onpage-list li{border-bottom:1px solid #f1f5f9;align-items:center;gap:15px;padding-bottom:1.2rem;display:flex}.onpage-list li:last-child{border-bottom:none;padding-bottom:0}.onpage-list .list-icon{background-color:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.onpage-list span{color:#1e293b;font-size:.9rem;font-weight:600}.onpage-card-right{flex:1.2;justify-content:center;align-items:center;padding:2rem;display:flex}.onpage-image{object-fit:contain;width:100%;max-width:650px;height:auto}.offpage-seo-section{background-color:#fff;padding:2rem 0 4rem;position:relative;overflow:hidden}.offpage-card{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=992px){.offpage-card{flex-direction:row;align-items:center}}.offpage-card-left{flex:1;justify-content:center;align-items:center;display:flex}.offpage-image{object-fit:contain;width:100%;max-width:650px;height:auto}.offpage-card-right{flex:1}.offpage-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.offpage-desc{color:#475569;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.offpage-list{flex-direction:column;gap:1.2rem;display:flex}.offpage-list-item{background-color:#fff;border:1px solid #f1f5f9;border-radius:12px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 8px 30px #0000000f}.offpage-list-item:hover{transform:translateY(-3px);box-shadow:0 12px 40px #2563eb1f}.offpage-list-icon-box{background:linear-gradient(135deg,#3b82f6,#1d4ed8);flex-shrink:0;justify-content:center;align-items:center;width:80px;display:flex}.offpage-list-content{flex:1;padding:1.2rem 1.5rem}.offpage-list-content h4{color:#0f172a;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.offpage-list-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.technical-seo-section{background-color:#fff;padding:0 0 5rem;position:relative;overflow:hidden}.technical-card{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=992px){.technical-card{flex-direction:row;align-items:center}}.technical-card-left{flex:1}.technical-badge{border:1px solid #04c;border-radius:30px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:4px 16px 4px 4px;display:inline-flex}.technical-badge .badge-icon{background-color:#04c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.technical-badge span{color:#04c;letter-spacing:.5px;font-size:.85rem;font-weight:700}.technical-card-title{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:800}.technical-card-title .blue-text{color:#04c}.technical-divider{align-items:center;gap:6px;margin-bottom:1.5rem;display:flex}.technical-divider .line{background-color:#04c;border-radius:2px;width:40px;height:3px}.technical-divider .dot{background-color:#04c;border-radius:50%;width:6px;height:6px}.technical-divider .dot.small{width:4px;height:4px}.technical-card-desc{color:#475569;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.technical-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.technical-list li{align-items:flex-start;gap:20px;display:flex}.technical-list .list-icon-box{background-color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:65px;height:65px;display:flex;box-shadow:0 10px 25px #0044cc1a}.technical-list .list-content{flex:1}.technical-list .list-content h4{color:#0f172a;align-items:center;gap:8px;margin-bottom:.4rem;font-size:.95rem;font-weight:700;display:flex}.technical-list .list-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.technical-card-right{flex:1;justify-content:center;align-items:center;display:flex}.technical-image{object-fit:contain;width:100%;max-width:650px;height:auto}.local-seo-section{background-color:#fff;padding:0 0 5rem;position:relative;overflow:hidden}.local-card{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=992px){.local-card{flex-direction:row;align-items:center}}.local-card-left{flex:1;position:relative}.local-badge{background-color:#3b82f6;border-radius:30px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:4px 16px 4px 4px;display:inline-flex}.local-badge .badge-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.local-badge .badge-icon svg{color:#3b82f6!important}.local-badge span{color:#fff;letter-spacing:.5px;font-size:.85rem;font-weight:700}.local-card-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800}.local-card-title .blue-text{color:#04c}.local-divider{align-items:center;gap:6px;margin-bottom:1.5rem;display:flex}.local-divider .line{background-color:#04c;border-radius:2px;width:40px;height:3px}.local-divider .dot{background-color:#04c;border-radius:50%;width:6px;height:6px}.local-divider .dot.small{width:4px;height:4px}.local-card-desc{color:#475569;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.local-timeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.local-timeline:before{content:"";z-index:1;border-left:2px dotted #94a3b8;width:2px;position:absolute;top:20px;bottom:30px;left:28px}.local-timeline-item{z-index:2;background-color:#fff;border:1px solid #f1f5f9;border-radius:50px;align-items:center;padding:10px 25px 10px 10px;transition:transform .3s;display:flex;position:relative;box-shadow:0 8px 30px #0000000d}.local-timeline-item:hover{transform:translate(5px)}.timeline-icon-box{background-color:#2563eb;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-right:20px;display:flex}.timeline-number{color:#fff;background-color:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:15px;font-size:.9rem;font-weight:700;display:flex}.local-card-right{flex:1.2;justify-content:center;align-items:center;display:flex}.local-image{object-fit:contain;width:100%;max-width:650px;height:auto}.content-strategy-section{background-color:#fff;padding:2rem 0 4rem;position:relative;overflow:hidden}.content-card{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=992px){.content-card{flex-direction:row;align-items:center}}.content-card-left{flex:1;position:relative}.content-badge{background-color:#04c;border-radius:30px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:4px 16px 4px 4px;display:inline-flex}.content-badge .badge-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.content-badge .badge-icon svg{color:#04c!important}.content-badge span{color:#fff;letter-spacing:.5px;font-size:.85rem;font-weight:700}.content-card-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800}.content-card-title .light-blue-text{color:#3b82f6}.content-divider{align-items:center;gap:6px;margin-bottom:1.5rem;display:flex}.content-divider .line{background-color:#3b82f6;border-radius:2px;width:40px;height:3px}.content-divider .dot{background-color:#3b82f6;border-radius:50%;width:6px;height:6px}.content-divider .dot.small{width:4px;height:4px}.content-card-desc{color:#475569;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.content-timeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.content-timeline:before{content:"";z-index:1;border-left:2px dotted #94a3b8;width:2px;position:absolute;top:22px;bottom:22px;left:31px}.content-timeline-item{z-index:2;background-color:#fff;border:1px solid #f1f5f9;border-radius:50px;align-items:center;padding:12px 25px 12px 10px;transition:transform .3s;display:flex;position:relative;box-shadow:0 8px 30px #0000000d}.content-timeline-item:hover{transform:translate(5px)}.timeline-number-circle{color:#fff;background-color:#04c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:15px;font-size:.9rem;font-weight:700;display:flex}.timeline-icon{background-color:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:15px;display:flex}.timeline-content{flex:1}.timeline-content h4{color:#0f172a;margin-bottom:.3rem;font-size:.95rem;font-weight:700}.timeline-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.content-card-right{flex:1.2;justify-content:center;align-items:center;display:flex}.content-image{object-fit:contain;width:100%;max-width:500px;height:auto}.seo-wcu-section{background-color:#fafcff;padding:80px 0;font-family:Inter,sans-serif}.seo-wcu-header{text-align:center;max-width:850px;margin:0 auto 60px}.seo-wcu-subtitle{color:#1a56db;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.dash-dot-line{align-items:center;gap:6px;display:flex}.dash-dot-line .dash{background-color:#1a56db;border-radius:2px;width:20px;height:2px}.dash-dot-line .dot{background-color:#1a56db;border-radius:50%;width:5px;height:5px}.seo-wcu-title{color:#111928;margin-bottom:24px;font-size:3rem;font-weight:800}.seo-wcu-title .dark-blue{color:#1a56db}.seo-wcu-desc{color:#4b5563;font-size:1.05rem;line-height:1.6}.seo-wcu-desc .highlight-link{color:#1a56db;text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #93c5fd;text-decoration:underline #93c5fd}.seo-wcu-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.seo-wcu-card{background:#fff;border:1px solid #e5edff;border-radius:16px;gap:12px;padding:20px 20px 25px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #1a56db08}.seo-wcu-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #1a56db14}.seo-wcu-card-number{color:#fff;z-index:2;background-color:#1a56db;border-bottom-left-radius:25px;justify-content:center;align-items:center;width:45px;height:40px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.seo-wcu-card-icon-wrapper{background:radial-gradient(circle,#eef3ff 0%,#fff 70%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.seo-wcu-icon{object-fit:contain;z-index:1;width:45px;height:45px}.seo-wcu-card-content{z-index:1;flex:1;padding-right:20px}.seo-wcu-card-content h3{color:#111928;margin-top:5px;margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.3}.seo-wcu-card-content p{color:#4b5563;font-size:.8rem;line-height:1.5}@media (width<=992px){.seo-wcu-grid{grid-template-columns:1fr;max-width:700px}}@media (width<=576px){.seo-wcu-title{font-size:2.2rem}.seo-wcu-card{flex-direction:column;align-items:flex-start;padding:20px}.seo-wcu-card-content{padding-right:0}.seo-wcu-card-number{border-bottom-left-radius:15px;width:40px;height:35px;font-size:.95rem}.seo-wcu-card-icon-wrapper{margin-bottom:8px}}.hrms-hero-section{background-color:#fff;padding:90px 0 40px;font-family:Inter,sans-serif;position:relative;overflow:hidden}.hrms-hero-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#1a56db0d 0%,#fff0 65%);border-radius:50%;width:800px;height:800px;position:absolute;top:50%;right:0%;transform:translateY(-50%)}.hrms-hero-container{z-index:1;justify-content:space-between;align-items:center;gap:30px;display:flex;position:relative}.hrms-hero-content{flex:1;max-width:600px}.hrms-badge{color:#1a56db;background-color:#1a56db1a;border-radius:50px;align-items:center;gap:8px;margin-bottom:25px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.hrms-badge-dot{background-color:#1a56db;border-radius:50%;width:8px;height:8px}.hrms-title{letter-spacing:-1px;margin-bottom:25px;font-size:3.5rem;font-weight:800;line-height:1.15}.hrms-title-green{color:#1a56db}.hrms-title-black{color:#111827}.hrms-desc{color:#4b5563;max-width:95%;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.hrms-hero-buttons{align-items:center;gap:20px;margin-bottom:50px;display:flex}.hrms-btn{color:#fff;cursor:pointer;background-color:#0b1b3d;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0b1b3d33}.hrms-btn:hover{background-color:#071228;transform:translateY(-2px);box-shadow:0 6px 20px #0b1b3d4d}.hrms-btn-outline{color:#1a56db;cursor:pointer;background-color:#0000;border:2px solid #1a56db;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.hrms-btn-outline:hover{background-color:#1a56db0d}.hrms-features-list{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hrms-feature-item{color:#374151;white-space:nowrap;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.hrms-feature-icon{color:#1a56db;background-color:#e8f0fe;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hrms-feature-dot{background-color:#d1d5db;border-radius:50%;width:4px;height:4px}.hrms-hero-image{flex:1;justify-content:flex-end;display:flex;position:relative}.hrms-image-wrapper{width:140%;max-width:1000px;position:relative;right:-10%}.hrms-image-wrapper img{object-fit:contain;filter:drop-shadow(0 20px 40px #0000000d);width:100%;height:auto}@media (width<=1200px){.hrms-title{font-size:3rem}.hrms-image-wrapper{width:110%;right:0}}@media (width<=992px){.hrms-hero-container{text-align:center;flex-direction:column}.hrms-hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hrms-desc{max-width:90%}.hrms-features-list{justify-content:center;margin-bottom:40px}.hrms-image-wrapper{width:100%;right:0}.hrms-features-list .hrms-feature-dot:last-child{display:none}}@media (width<=576px){.hrms-title{font-size:2.2rem}.hrms-hero-buttons{flex-direction:column;gap:15px;width:100%}.hrms-btn,.hrms-btn-outline{justify-content:center;width:100%}.hrms-feature-dot{display:none}}.hrms-floating-card{z-index:2;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:180px;padding:12px 16px;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 30px #00000014}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.float-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.bg-green-light{background-color:#d0e1fd}.text-green-dark{color:#1440a3}.text-white{color:#fff}.float-card-content{flex-direction:column;display:flex}.float-card-title{color:#111827;font-size:1.25rem;font-weight:700;line-height:1.2}.float-card-title-sm{color:#111827;font-size:1rem;font-weight:700;line-height:1.2}.float-card-subtitle{color:#4b5563;margin-top:2px;font-size:.8rem;font-weight:500}.float-card-trend{color:#1440a3;margin-top:4px;font-size:.75rem;font-weight:600}.float-card-trend span{color:#6b7280;font-weight:400}.float-card-meta{color:#6b7280;margin-top:4px;font-size:.75rem}.card-employees{animation-delay:0s;top:-90px;left:5%}.card-attendance{animation-delay:1.5s;top:-90px;right:5%}.card-analytics{animation-delay:2s;bottom:-110px;left:10%}.card-leaves{animation-delay:.5s;bottom:-110px;right:10%}@media (width<=992px){.hrms-floating-card{display:none}}.hrms-dashboards-section{background-color:#fff;padding:40px 0 60px;font-family:Inter,sans-serif;position:relative;overflow:hidden}.hrms-dashboards-section:before{content:"";z-index:0;opacity:.4;background-image:radial-gradient(#cbd5e1 1.5px,#0000 1.5px);background-size:15px 15px;width:200px;height:200px;position:absolute;top:10%;right:5%}.hrms-dashboards-section:after{content:"";z-index:0;opacity:.3;background-image:radial-gradient(#cbd5e1 1.5px,#0000 1.5px);background-size:15px 15px;width:150px;height:150px;position:absolute;bottom:20%;left:5%}.dashboards-header{text-align:center;z-index:1;max-width:800px;margin:0 auto 60px;position:relative}.dashboards-badge{color:#1a56db;background-color:#e8f0fe;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.dashboards-title{color:#0f172a;margin-bottom:20px;font-size:2.8rem;font-weight:800;line-height:1.2}.dashboards-subtitle{color:#4b5563;font-size:1.1rem;line-height:1.6}.dashboards-grid{z-index:1;perspective:1800px;grid-template-columns:1fr 1fr;gap:40px;max-width:1150px;margin:0 auto 40px;display:grid;position:relative}.dashboard-card{z-index:1;transform-style:preserve-3d;border-radius:20px;padding:30px 20px 30px 30px;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s;display:flex;position:relative;overflow:visible;box-shadow:0 10px 40px #0000000d}.admin-card{background:#f8fafc;border:1px solid #e2e8f0;transform:rotateY(5deg)scale(.95)}.employee-card{background:#f8fafc;border:1px solid #e2e8f0;transform:rotateY(-5deg)scale(.95)}.dashboard-card-content{z-index:2;flex:1;max-width:50%;padding-bottom:50px;transform:translateZ(20px)}.card-icon-box{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:20px;display:flex}.admin-icon-box{background-color:#1a56db}.employee-icon-box{background-color:#3b82f6}.card-label{letter-spacing:.5px;margin-bottom:10px;font-size:.8rem;font-weight:700}.admin-label{color:#1a56db}.employee-label{color:#3b82f6}.card-heading{color:#0f172a;margin-bottom:10px;font-size:1.4rem;font-weight:700;line-height:1.3}.dashboard-feature-list{margin:0 0 25px;padding:0;list-style:none}.dashboard-feature-list li{color:#0f172a;align-items:center;gap:8px;margin-bottom:10px;font-size:.85rem;font-weight:500;display:flex}.admin-list .check-icon{color:#1a56db;flex-shrink:0}.employee-list .check-icon{color:#3b82f6}.dashboard-btn{color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:260px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;position:absolute;bottom:30px;left:30px}.admin-btn{color:#fff;background-color:#1a56db}.admin-btn:hover{background-color:#1440a3;transform:translateY(-2px);box-shadow:0 4px 15px #1a56db33}.dashboard-btn:focus-visible{outline-offset:2px;outline:3px solid #0f172a}.admin-btn{background-color:#1a56db}.employee-btn{background-color:#3b82f6}.dashboard-card-image-wrapper{z-index:3;perspective:1200px;width:50%;height:auto;position:absolute;top:50%;transform:translateY(-50%)translateZ(40px)}.admin-card .dashboard-card-image-wrapper,.employee-card .dashboard-card-image-wrapper{right:-5%}.glow-effect{filter:blur(60px);z-index:0;opacity:.4;pointer-events:none;border-radius:50%;width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navy-glow{background:radial-gradient(circle,#1a56db4d 0%,#fff0 70%)}.blue-glow{background:#dbeafe}.dashboard-mockup{width:100%;height:auto;transform-style:preserve-3d;z-index:1;border:1px solid #ffffff80;border-radius:12px;transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s;position:relative;box-shadow:0 35px 70px #0f172a29,0 15px 30px #0f172a1a}.admin-mockup{transform-origin:100%;transform:rotateY(-8deg)rotateX(2deg)scale(1.03)}.employee-mockup{transform-origin:0;transform:rotateY(8deg)rotateX(2deg)scale(1.03)}.admin-card:hover .admin-mockup{transform:rotateY(-4deg)rotateX(1deg)translateY(-8px)scale(1.05);box-shadow:0 45px 80px #0f172a33,0 20px 40px #0f172a1f}.employee-card:hover .employee-mockup{transform:rotateY(4deg)rotateX(1deg)translateY(-8px)scale(1.05);box-shadow:0 45px 80px #0f172a33,0 20px 40px #0f172a1f}.dashboards-bottom-pill-wrapper{z-index:10;justify-content:center;margin-top:30px;display:flex;position:relative}.dashboards-bottom-pill{background:#fff;border:1px solid #f1f5f9;border-radius:50px;align-items:center;gap:15px;padding:12px 24px 12px 14px;display:inline-flex;box-shadow:0 10px 30px #0f172a14}.bottom-pill-icon{background-color:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.bottom-pill-icon svg{color:#1a56db}.bottom-pill-text{text-align:left;flex-direction:column;display:flex}.bottom-pill-text strong{color:#0f172a;font-size:.95rem}.bottom-pill-text span{color:#64748b;font-size:.85rem}@media (width<=1200px){.dashboard-card-image-wrapper{width:55%}}@media (width<=992px){.dashboards-grid{grid-template-columns:1fr;gap:60px}.dashboard-card{padding:40px}.dashboard-card-image-wrapper{width:50%;right:0}}@media (width<=768px){.dashboard-card{flex-direction:column;padding:30px 20px;overflow:hidden}.dashboard-card-content{max-width:100%;margin-bottom:40px}.dashboard-card-image-wrapper{width:100%;position:relative;top:0;right:0;transform:none}.admin-card .dashboard-card-image-wrapper,.employee-card .dashboard-card-image-wrapper{right:0}.admin-mockup{transform-origin:50%;transform:perspective(800px)rotateY(-2deg)rotateX(1deg)scale(1)}.employee-mockup{transform-origin:50%;transform:perspective(800px)rotateY(2deg)rotateX(1deg)scale(1)}.admin-card:hover .admin-mockup,.employee-card:hover .employee-mockup{transform:perspective(800px)rotateY(0)rotateX(0)translateY(-4px)scale(1.02)}.dashboards-bottom-pill-wrapper{margin-top:20px}.hrms-dashboards-section{padding-bottom:60px}}.hrms-modules-section{background-color:#fafcff;padding:40px 0;font-family:Inter,sans-serif}.hrms-modules-section .container{max-width:1400px}.modules-header{text-align:center;max-width:700px;margin:0 auto 60px}.modules-badge{color:#1a56db;background-color:#e8f0fe;border:1px solid #d0e1fd;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex;box-shadow:0 2px 10px #00000005}.modules-title{color:#111827;margin-bottom:20px;font-size:2.5rem;font-weight:800;line-height:1.2}.modules-subtitle{color:#6b7280;font-size:1.1rem;line-height:1.6}.modules-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px;display:grid}.module-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;padding:30px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.module-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.module-icon-box{background-color:#0b1b3d;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;display:flex}.module-card-title{margin-bottom:10px;font-size:1.2rem;font-weight:700}.module-card-desc{color:#64748b;margin-bottom:20px;font-size:.85rem;line-height:1.5}.module-feature-list{flex:1;margin:0 0 30px;padding:0;list-style:none}.module-feature-list li{color:#1e293b;align-items:center;gap:10px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.list-icon{color:#1a56db}.module-mockup-wrapper{background:#f8fafc;border-top:1px solid #f1f5f9;height:180px;margin:0 -30px -30px;position:relative;overflow:hidden}.module-mockup-img{object-fit:cover;width:100%;height:100%}.crop-left{object-position:left top}.crop-center{object-position:center center}.crop-right{object-position:right center}.crop-bottom{object-position:left bottom}.modules-bottom-banner{background:#0b1b3d;border:none;border-radius:50px;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0b1b3d33}.modules-bottom-banner:before{content:"";z-index:0;opacity:1;background:linear-gradient(135deg,#0000 0%,#1a56db66 100%);border-radius:0 50px 50px 0;position:absolute;inset:0 0 0 50%}.banner-left{z-index:1;align-items:center;gap:15px;display:flex;position:relative}.banner-icon-large{background-color:#ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.banner-stat{flex-direction:column;display:flex}.stat-number{color:#fff;font-size:1.8rem;font-weight:800;line-height:1}.stat-text{color:#94a3b8;font-size:.9rem;font-weight:600}.banner-separator{z-index:1;background-color:#ffffff1a;width:1px;height:60px;margin:0 30px;position:relative}.banner-center{z-index:1;flex:1;position:relative}.banner-title{color:#fff;margin-bottom:5px;font-size:1.4rem;font-weight:800}.banner-desc{color:#94a3b8;margin:0;font-size:.95rem}.banner-right{z-index:1;width:150px;height:80px;position:relative}.node-graphic{width:100%;height:100%;position:relative}.node-lines{width:100%;height:100%;position:absolute;top:0;left:0}.node{border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 4px 10px #0000001a}.n1{background:#fff;width:32px;height:32px;top:60%;left:10%}.n2{background:#1a56db;width:48px;height:48px;top:30%;left:45%;box-shadow:0 4px 15px #1a56db4d}.n3{background:#fff;width:28px;height:28px;top:70%;right:10%}@media (width<=1200px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.modules-bottom-banner{text-align:center;border-radius:24px;flex-direction:column;gap:20px;padding:30px}.banner-separator{width:100px;height:1px;margin:10px 0}.modules-bottom-banner:before{background:linear-gradient(#0000 0%,#1a56db66 100%);border-radius:24px;left:0}}@media (width<=768px){.modules-grid{grid-template-columns:1fr}.banner-right{display:none}}.hrms-lifecycle-section{background-color:#fff;padding:40px 0;font-family:Inter,sans-serif;overflow:hidden}.lifecycle-header{text-align:center;max-width:700px;margin:0 auto 60px}.lifecycle-badge{color:#1a56db;background-color:#e8f0fe;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.badge-number{color:#fff;background-color:#1a56db;border-radius:4px;padding:2px 6px;font-size:.75rem}.lifecycle-title{color:#0f172a;margin-bottom:20px;font-size:2.8rem;font-weight:800;line-height:1.2}.lifecycle-subtitle{color:#4b5563;font-size:1.1rem}.lifecycle-process-wrapper{max-width:1200px;margin:0 auto 80px;position:relative}.top-connectors{z-index:0;justify-content:space-between;display:flex;position:absolute;top:45px;left:10%;right:10%}.connector{flex:1;height:2px;margin:0 40px;position:relative}.connector:after{content:"▶";font-size:12px;position:absolute;top:-6px;right:-5px}.c-blue-light{color:#1a56db;border-bottom:2px dashed #1a56db}.c-teal{color:#14b8a6;border-bottom:2px dashed #14b8a6}.c-blue{color:#3b82f6;border-bottom:2px dashed #3b82f6}.c-purple{color:#8b5cf6;border-bottom:2px dashed #8b5cf6}.lifecycle-steps{z-index:1;justify-content:space-between;display:flex;position:relative}.lifecycle-step{flex-direction:column;align-items:center;width:18%;display:flex}.step-icon-wrapper{background:#fff;border-radius:50%;margin-bottom:20px;padding:10px;position:relative}.step-icon-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 10px 25px #0000000f}.step-number{color:#fff;border-radius:4px;padding:4px 6px;font-size:.75rem;font-weight:700;position:absolute;top:0;left:0}.step-card{text-align:center;background:#fff;border-top-style:solid;border-top-width:4px;border-radius:20px;width:100%;padding:24px 20px;transition:transform .3s;box-shadow:0 10px 30px #0000000d}.step-card:hover{transform:translateY(-5px)}.step-title{margin-bottom:10px;font-size:1.1rem;font-weight:700}.step-desc{color:#64748b;min-height:60px;margin-bottom:20px;font-size:.8rem;line-height:1.5}.step-blue-light .step-icon-circle{color:#1a56db;border:2px solid #d0e1fd}.step-blue-light .step-number{background-color:#1a56db}.step-blue-light .step-card{border-top-color:#1a56db}.step-blue-light .step-title{color:#1a56db}.step-blue-light .bottom-dot{background:#1a56db}.step-teal .step-icon-circle{color:#14b8a6;border:2px solid #ccfbf1}.step-teal .step-number{background-color:#14b8a6}.step-teal .step-card{border-top-color:#14b8a6}.step-teal .step-title{color:#14b8a6}.step-teal .bottom-dot{background:#14b8a6}.step-blue .step-icon-circle{color:#3b82f6;border:2px solid #bfdbfe}.step-blue .step-number{background-color:#3b82f6}.step-blue .step-card{border-top-color:#3b82f6}.step-blue .step-title{color:#3b82f6}.step-blue .bottom-dot{background:#3b82f6}.step-purple .step-icon-circle{color:#8b5cf6;border:2px solid #e9d5ff}.step-purple .step-number{background-color:#8b5cf6}.step-purple .step-card{border-top-color:#8b5cf6}.step-purple .step-title{color:#8b5cf6}.step-purple .bottom-dot{background:#8b5cf6}.step-orange .step-icon-circle{color:#f59e0b;border:2px solid #fef08a}.step-orange .step-number{background-color:#f59e0b}.step-orange .step-card{border-top-color:#f59e0b}.step-orange .step-title{color:#f59e0b}.step-orange .bottom-dot{background:#f59e0b}.bottom-dot{z-index:2;border-radius:50%;width:10px;height:10px;margin-top:25px}.bottom-curve{z-index:0;pointer-events:none;height:50px;position:absolute;bottom:30px;left:10%;right:10%}.bottom-curve svg{width:100%;height:100%}.step-graphic{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;height:100px;padding:15px;display:flex}.graphic-profile{align-items:center;gap:15px;width:100%;display:flex;position:relative}.profile-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 5px #0000000d}.profile-lines{flex-direction:column;flex:1;gap:6px;display:flex}.profile-lines .line{background:#e2e8f0;border-radius:3px;height:6px}.l-long{width:100%}.l-short{width:40%}.l-medium{width:70%}.profile-check{background:#1a56db;border-radius:50%;padding:2px;position:absolute;bottom:-5px;right:0}.graphic-manage{flex-direction:column;gap:10px;width:100%;display:flex}.manage-header{background:#fff;border-radius:8px;align-items:center;gap:10px;padding:6px;display:flex;box-shadow:0 2px 5px #00000005}.m-avatar{background:#ccfbf1;border-radius:50%;width:24px;height:24px}.m-lines{flex-direction:column;flex:1;gap:4px;display:flex}.manage-folders{gap:10px;display:flex}.m-box{background:#fff;border-radius:6px;flex:1;justify-content:center;align-items:center;height:30px;display:flex;box-shadow:0 2px 5px #00000005}.graphic-track{flex-direction:column;gap:10px;width:100%;display:flex}.track-icons{justify-content:space-between;gap:8px;display:flex}.t-icon{background:#fff;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 2px 5px #00000005}.track-chart{background:#fff;border-radius:6px;height:30px;padding:5px;box-shadow:0 2px 5px #00000005}.t-line{width:100%;height:100%;overflow:visible}.graphic-empower{gap:8px;width:100%;height:70px;display:flex}.e-sidebar{background:#1e293b;border-radius:8px;flex-direction:column;align-items:center;gap:6px;width:30px;padding:8px 0;display:flex}.e-avatar{background:#64748b;border-radius:50%;width:16px;height:16px}.e-menu-line{background:#475569;border-radius:1px;width:12px;height:2px}.e-content{flex:1}.e-grid{grid-template-columns:1fr 1fr;gap:6px;height:100%;display:grid}.e-cell{background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 5px #00000005}.e-question{color:#fff;background:#8b5cf6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex}.graphic-grow{align-items:center;gap:15px;width:100%;display:flex}.g-chart{flex:1;justify-content:center;display:flex}.g-bars{flex-direction:column;flex:1;gap:8px;display:flex}.g-bar{background:#e2e8f0;border-radius:3px;height:6px}.b1{width:100%}.b2{width:60%}.b3{width:80%}@media (width<=992px){.lifecycle-steps{flex-wrap:wrap;justify-content:center;gap:30px}.lifecycle-step{width:45%}.top-connectors,.bottom-curve{display:none}}@media (width<=768px){.lifecycle-step{width:100%}}.hrms-cta-section{background-color:#f8fafc;padding:60px 0;font-family:Inter,sans-serif;overflow:hidden}.cta-wrapper{align-items:center;gap:60px;max-width:1300px;margin:0 auto;display:flex}.cta-content{z-index:2;flex:1;max-width:500px;position:relative}.cta-title{color:#0f172a;letter-spacing:-1px;margin-bottom:25px;font-size:3.5rem;font-weight:800;line-height:1.1}.cta-desc{color:#4b5563;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.cta-button{color:#fff;cursor:pointer;background-color:#0b1b3d;border:none;border-radius:12px;align-items:center;gap:10px;margin-bottom:50px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #0b1b3d66}.cta-button:hover{background-color:#071228;transform:translateY(-3px);box-shadow:0 15px 35px #0b1b3d80}.cta-footer-blurb{align-items:center;gap:15px;display:flex}.blurb-icon{background-color:#e8f0fe;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.blurb-text{flex-direction:column;display:flex}.blurb-text strong{color:#0f172a;font-size:.95rem}.blurb-text span{color:#64748b;font-size:.85rem}.cta-visuals{perspective:1200px;flex:1.2;justify-content:center;align-items:center;height:600px;display:flex;position:relative}.bg-glow{z-index:0;background:radial-gradient(circle,#3b82f61a 0%,#fff0 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-lines{z-index:0;opacity:.5;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-provided-image-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;max-width:750px;display:flex;position:relative}.cta-provided-image{object-fit:contain;width:100%;height:auto;animation:1s cubic-bezier(.2,.8,.2,1) cta-fade-in}@keyframes cta-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.cta-wrapper{text-align:center;flex-direction:column}.cta-content{flex-direction:column;align-items:center;display:flex}.cta-footer-blurb{justify-content:center}.cta-visuals{width:100%;height:400px;margin-top:40px}}@media (width<=768px){.cta-title{font-size:2.5rem}}.whatsapp-page-wrapper{padding-top:90px}.whatsapp-hero-section{background-color:#fff;width:100%;padding:20px 0 6rem;position:relative}.whatsapp-hero-container{flex-direction:column;gap:3rem;margin-bottom:2rem;display:flex}@media (width>=1024px){.whatsapp-hero-container{flex-direction:row;align-items:center;gap:4rem}}.whatsapp-hero-left{flex-direction:column;flex:1.2;align-items:flex-start;display:flex}.whatsapp-hero-badge{align-items:center;gap:12px;margin-bottom:2rem;display:flex}.whatsapp-bot-icon{color:#fff;background-color:#1a56db;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.whatsapp-badge-text{flex-direction:column;line-height:1.2;display:flex}.w-brand{color:#051636;letter-spacing:.5px;font-size:1.1rem;font-weight:800}.w-sub{color:#1a56db;letter-spacing:.5px;font-size:.9rem;font-weight:700}.whatsapp-main-title{color:#051636;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:800;line-height:1.15}.whatsapp-main-title .text-blue{color:#1a56db}.whatsapp-title-line{background-color:#1a56db;width:50px;height:3px;margin-bottom:1.5rem}.whatsapp-desc{color:#4b5563;max-width:550px;margin-bottom:1.2rem;font-size:.95rem;line-height:1.6}.whatsapp-action-buttons{align-items:center;gap:1rem;margin-top:1rem;margin-bottom:2.5rem;display:flex}.whatsapp-btn-primary{color:#fff;background-color:#032b5e;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.whatsapp-btn-primary:hover{background-color:#021a38;transform:translateY(-2px)}.whatsapp-btn-secondary{color:#051636;background-color:#0000;border:1.5px solid #032b5e;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.whatsapp-btn-secondary:hover{background-color:#eff6ff;transform:translateY(-2px)}.whatsapp-hero-right{flex:1.6;justify-content:center;align-items:center;display:flex}.whatsapp-hero-img{object-fit:contain;width:100%;max-width:900px;height:auto}.whatsapp-bottom-banner{background-color:#0b1b3d;border-radius:20px;justify-content:space-between;align-items:center;margin-top:2rem;padding:2rem 3rem;display:flex;box-shadow:0 10px 40px #0b1b3d33}.w-banner-feature{flex-direction:column;display:flex}.w-banner-feature.feature-main{flex-direction:row;align-items:center;gap:16px}.w-b-icon{color:#fff}.w-banner-feature h4{color:#fff;margin-bottom:4px;font-size:.95rem;font-weight:700}.w-banner-feature p{color:#93c5fd;margin:0;font-size:.85rem}.w-banner-divider{background-color:#fff3;width:1px;height:40px;margin:0 1rem}@media (width<=1200px){.whatsapp-bottom-banner{flex-wrap:wrap;justify-content:center;gap:2rem}.w-banner-divider{display:none}}@media (width<=768px){.whatsapp-main-title{font-size:2.5rem}}.whatsapp-usecases-section{background-color:#f8fafc;padding:5rem 0}.usecases-top-row{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.usecases-top-row{flex-direction:row;align-items:center;gap:5rem}}.usecases-left-content{flex:1.2}.usecases-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:inline-flex}.badge-number{color:#fff;background-color:#1a56db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:800;display:flex}.badge-text{color:#1a56db;letter-spacing:.5px;font-size:.95rem;font-weight:700}.usecases-main-title{color:#051636;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:800;line-height:1.2}.usecases-main-title .text-blue{color:#1a56db}.usecases-desc{color:#4b5563;max-width:550px;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.usecases-right-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.usecases-graphic-img{object-fit:contain;width:100%;max-width:600px;height:auto}.usecases-cards-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (width>=768px){.usecases-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.usecases-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.usecases-cards-grid{grid-template-columns:repeat(5,1fr)}}.usecase-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #00000008}.usecase-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000f}.uc-card-icon{background-color:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.icon-navy{color:#1a56db;background-color:#eff6ff}.icon-blue{color:#3b82f6;background-color:#eff6ff}.icon-purple{color:#a855f7;background-color:#faf5ff}.icon-orange{color:#f97316;background-color:#fff7ed}.icon-teal{color:#14b8a6;background-color:#f0fdfa}.uc-card-title{color:#051636;justify-content:center;align-items:center;min-height:48px;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;display:flex}.uc-card-subtitle{color:#64748b;justify-content:center;align-items:flex-start;min-height:60px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5;display:flex}.uc-card-divider{background-color:#f1f5f9;width:100%;height:2px;margin-bottom:1.5rem}.divider-navy,.divider-blue{background-color:#93c5fd}.divider-purple{background-color:#d8b4fe}.divider-orange{background-color:#fdba74}.divider-teal{background-color:#5eead4}.uc-card-list{text-align:left;width:100%;margin:0;padding:0;list-style:none}.uc-card-list li{color:#4b5563;align-items:center;gap:10px;margin-bottom:.75rem;font-size:.85rem;font-weight:500;display:flex}.list-navy li svg{color:#1a56db}.list-blue li svg{color:#3b82f6}.list-purple li svg{color:#a855f7}.list-orange li svg{color:#f97316}.list-teal li svg{color:#14b8a6}.usecases-bottom-banner{background-color:#0b1b3d;border-radius:20px;flex-direction:column;gap:2rem;padding:2rem 3rem;display:flex;box-shadow:0 10px 40px #0b1b3d26}@media (width>=1024px){.usecases-bottom-banner{flex-direction:row;justify-content:space-between;align-items:center}}.uc-banner-left{flex:1;align-items:center;gap:1.5rem;display:flex}.uc-banner-icon{background-color:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.uc-banner-text{color:#fff;font-size:1.4rem;font-weight:700;line-height:1.3}.uc-banner-text .text-light-blue{color:#93c5fd}.uc-banner-stats{flex:2;grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.uc-banner-stats{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.uc-banner-stats{grid-template-columns:repeat(4,1fr)}}.uc-stat-item{align-items:flex-start;gap:12px;display:flex}.uc-stat-item .stat-icon{color:#93c5fd;flex-shrink:0;margin-top:2px}.uc-stat-item h5{color:#fff;margin-bottom:4px;font-size:.95rem;font-weight:700}.uc-stat-item p{color:#ffffffb3;margin:0;font-size:.8rem;line-height:1.4}.whatsapp-personalized-section{background-color:#fff;padding:5rem 0}.personalized-top-row{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.personalized-top-row{flex-direction:row;align-items:center;gap:3rem}}.personalized-left-content{flex:1.2}.personalized-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:inline-flex}.personalized-badge .badge-number{color:#fff;background-color:#1a56db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:800;display:flex}.personalized-badge .badge-text{color:#1a56db;font-size:.95rem;font-weight:700}.personalized-main-title{color:#051636;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.personalized-main-title .text-blue{color:#1a56db}.personalized-desc{color:#4b5563;max-width:450px;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.personalized-middle-graphic{flex:1;justify-content:center;align-items:center;display:flex}.p-graphic-img{object-fit:contain;width:100%;max-width:400px;height:auto}.personalized-right-card{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#0b1b3d 100%);border-radius:20px;flex-direction:column;flex:.8;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 40px #0b1b3d33}.p-card-icon{color:#1a56db;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:2rem;display:flex}.p-card-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.p-card-divider{background-color:#fff3;width:100%;height:1px;margin-bottom:1.5rem}.p-card-subtitle{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.5}.p-card-footer-title{font-size:1.4rem;font-weight:700;line-height:1.3}.personalized-cards-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.p-industry-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0000000d}@media (width>=768px){.p-industry-card{width:calc(50% - .75rem)}}@media (width>=1100px){.p-industry-card{width:calc(33.333% - 1rem)}}.p-icard-header{align-items:center;gap:12px;margin-bottom:1.2rem;display:flex}.p-icard-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bg-navy{background-color:#1a56db}.bg-orange{background-color:#f97316}.bg-teal{background-color:#0f172a}.p-icard-title{font-size:1.1rem;font-weight:800}.text-navy{color:#1a56db}.text-orange{color:#f97316}.text-teal{color:#0f172a}.p-icard-img{object-fit:cover;border-radius:8px;width:100%;height:140px;margin-bottom:1.2rem}.p-icard-desc{color:#4b5563;flex-grow:1;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.p-icard-tags{grid-template-columns:1fr 1fr;gap:8px;display:grid}.p-icard-tags span{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:8px;font-size:.75rem;font-weight:600;display:flex}.tag-navy span{color:#1a56db;border-color:#bfdbfe}.tag-blue span{color:#3b82f6;border-color:#bfdbfe}.tag-purple span{color:#a855f7;border-color:#e9d5ff}.tag-orange span{color:#f97316;border-color:#fed7aa}.tag-teal span{color:#475569;border-color:#cbd5e1}.personalized-bottom-banner{background-color:#0b1b3d;border:1px solid #1a56db4d;border-radius:20px;grid-template-columns:1fr;gap:2rem;padding:2rem;display:grid;box-shadow:0 10px 40px #0b1b3d26}@media (width>=640px){.personalized-bottom-banner{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.personalized-bottom-banner{grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:2rem 1.5rem}}.p-benefit-item{align-items:flex-start;gap:12px;display:flex}.p-benefit-icon{color:#93c5fd;flex-shrink:0;margin-top:2px}.p-benefit-text h5{color:#fff;margin-bottom:4px;font-size:.9rem;font-weight:700}.p-benefit-text p{color:#fffc;margin:0;font-size:.8rem;line-height:1.4}.whatsapp-cta-section{background-color:#f8fafc;background-image:radial-gradient(circle at 100%,#1a56db08 0%,#f8fafc00 50%);padding:5rem 0}.whatsapp-cta-section .cta-top-row{flex-direction:column;gap:3rem;margin-bottom:5rem;display:flex}@media (width>=1024px){.whatsapp-cta-section .cta-top-row{flex-direction:row;align-items:center;gap:4rem}}.whatsapp-cta-section .cta-left-content{flex:1}.whatsapp-cta-section .cta-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:inline-flex}.whatsapp-cta-section .cta-badge .badge-number{color:#fff;background-color:#1a56db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:800;display:flex}.whatsapp-cta-section .cta-badge .badge-text{color:#1a56db;font-size:.95rem;font-weight:700}.whatsapp-cta-section .cta-main-title{color:#051636;letter-spacing:-1px;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.whatsapp-cta-section .cta-subtitle{color:#1e293b;margin-bottom:1.5rem;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:700;line-height:1.3;position:relative}.whatsapp-cta-section .cta-subtitle:before{content:"";background-color:#1a56db;width:50px;height:3px;position:absolute;top:-15px;left:0}.whatsapp-cta-section .cta-subtitle .text-blue{color:#1a56db}.whatsapp-cta-section .cta-desc{color:#4b5563;max-width:550px;margin-bottom:1.2rem;font-size:1rem;line-height:1.6}.whatsapp-cta-section .text-bold-blue{color:#1a56db;font-weight:700}.whatsapp-cta-section .cta-features-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem;display:grid}@media (width>=640px){.whatsapp-cta-section .cta-features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.whatsapp-cta-section .cta-feature-item{flex-direction:column;align-items:flex-start;display:flex}.whatsapp-cta-section .cta-f-icon{border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:1rem;display:flex}.whatsapp-cta-section .bg-light-blue{background-color:#eff6ff}.whatsapp-cta-section .text-blue{color:#1a56db}.whatsapp-cta-section .bg-light-gray{background-color:#f1f5f9}.whatsapp-cta-section .text-gray{color:#64748b}.whatsapp-cta-section .cta-feature-item h4{color:#051636;margin-bottom:.25rem;font-size:.85rem;font-weight:800}.whatsapp-cta-section .cta-feature-item p{color:#64748b;margin:0;font-size:.75rem;line-height:1.4}.cta-right-graphic{flex:1.2;justify-content:center;align-items:center;display:flex}.cta-graphic-img{object-fit:contain;width:100%;max-width:650px;height:auto}.cta-bottom-banner{background-color:#0b1b3d;border-radius:20px;flex-direction:column;gap:3rem;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.cta-bottom-banner:after{content:"";pointer-events:none;background:radial-gradient(circle at 100%,#1a56db1a 0%,#0000 70%);width:40%;height:100%;position:absolute;top:0;right:0}@media (width>=1024px){.cta-bottom-banner{flex-direction:row;justify-content:space-between;align-items:center;padding:3rem 4rem}}.cta-banner-left{flex:1;align-items:center;gap:1.5rem;display:flex}.cta-banner-logo{border:2px solid #1a56db80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.cta-logo-glow{z-index:0;background:radial-gradient(circle,#1a56db66 0%,#0000 70%);border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-banner-logo svg{z-index:1;position:relative}.cta-banner-titles h2{color:#fff;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;line-height:1.1}.cta-banner-titles .text-light-blue{color:#1a56db}.cta-banner-titles p{color:#fffc;margin:0;font-size:1rem}.cta-banner-right{flex-direction:column;flex:1;align-items:flex-start;display:flex}@media (width>=1024px){.cta-banner-right{align-items:flex-end}}.cta-banner-question{color:#fff;margin-bottom:1.2rem;font-size:1.1rem;font-weight:500}.cta-btn-primary{color:#fff;background-color:#032b5e;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:10px 30px 10px 10px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn-primary:hover{background-color:#021a38;transform:translateY(-2px);box-shadow:0 10px 20px #032b5e4d}.btn-icon-wrapper{color:#032b5e;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:15px;display:flex}.cta-btn-primary>svg{margin-left:10px;transition:transform .3s}.cta-btn-primary:hover>svg{transform:translate(5px)}.cta-banner-features{flex-wrap:wrap;gap:1.5rem;display:flex}@media (width>=1024px){.cta-banner-features{justify-content:flex-end}}.cta-banner-features span{color:#fffc;align-items:center;gap:8px;font-size:.85rem;display:flex}.pm-page-wrapper{background-color:#f8fbff;min-height:100vh;padding-top:90px;font-family:Inter,sans-serif}.pm-hero-section{width:100%;padding-bottom:4rem;position:relative}.pm-hero-container{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.pm-hero-container{flex-direction:row;align-items:center}}.pm-hero-left{flex-direction:column;flex:1;align-items:flex-start;padding-right:1rem;display:flex}.pm-badge{background-color:#eef2fa;border-radius:50px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:8px 16px;display:inline-flex}.pm-badge-icon{color:#2f6bd8}.pm-badge span{color:#2f6bd8;font-size:.85rem;font-weight:700}.pm-title{color:#0b1c3e;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:800;line-height:1.2}.pm-text-blue{color:#1a56db}.pm-subtitle{color:#334155;margin-bottom:1.2rem;font-size:1.25rem;font-weight:600;line-height:1.4}.pm-desc{color:#475569;max-width:550px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.pm-actions{flex-wrap:wrap;gap:1rem;display:flex}.pm-btn{border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pm-btn-primary{color:#fff;background-color:#032b5e;border:1px solid #032b5e}.pm-btn-primary:hover{background-color:#021a38;transform:translateY(-2px);box-shadow:0 4px 15px #032b5e4d}.pm-btn-secondary{color:#0b1c3e;background-color:#fff;border:1px solid #94a3b8}.pm-btn-secondary:hover{color:#032b5e;border-color:#032b5e;transform:translateY(-2px)}.pm-hero-right{flex:1.2;justify-content:center;align-items:center;display:flex}.pm-hero-image{object-fit:contain;width:100%;max-width:800px;height:auto}.pm-bottom-banner{background-color:#fff;border-radius:50px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 3rem;display:flex;box-shadow:0 10px 40px #0000000d}.pm-feature{align-items:center;gap:12px;display:flex}.pm-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.blue-bg{background-color:#3b82f6}.green-bg{background-color:#22c55e}.purple-bg{background-color:#a855f7}.red-bg{background-color:#f43f5e}.pm-feature-text{flex-direction:column;display:flex}.pm-f-title{color:#0f172a;font-size:.9rem;font-weight:700}.pm-f-desc{color:#64748b;font-size:.8rem}@media (width<=991px){.pm-bottom-banner{border-radius:20px;flex-direction:column;align-items:flex-start}}.pm-features-section{background-color:#fff;padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.pm-features-container{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.pm-features-container{flex-direction:column;align-items:stretch}}.pm-features-left{flex-direction:column;width:100%;display:flex}.pm-section-badge{align-items:center;width:fit-content;margin-bottom:1.5rem;display:inline-flex}.pm-badge-number{color:#fff;background-color:#1a56db;border-radius:6px 0 0 6px;padding:6px 12px;font-size:.85rem;font-weight:700}.pm-badge-text{color:#1a56db;background-color:#f0f5ff;border-radius:0 6px 6px 0;padding:6px 16px;font-size:.85rem;font-weight:600}.pm-features-title{color:#0b1c3e;letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(1.8rem,2.8vw,2.8rem);font-weight:800;line-height:1.1}.pm-text-light-blue{color:#2f6bd8}.pm-features-desc{color:#475569;max-width:600px;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.pm-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.pm-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.pm-cards-grid{grid-template-columns:repeat(3,1fr)}}.pm-card{text-align:center;background-color:#0b1c3e;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000a}.pm-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #2f6bd814}.pm-card-icon{background-color:#1a56db;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.pm-card h4{color:#fff;margin-bottom:1rem;font-size:1.05rem;font-weight:800}.pm-card-line{background-color:#fff3;width:30px;height:2px;margin-bottom:1rem}.pm-card p{color:#cbd5e1;margin:0;font-size:.85rem;line-height:1.5}.pm-features-right{flex:.8;justify-content:center;align-items:center;display:flex}.pm-dashboard-img{object-fit:contain;border-radius:12px;width:100%;max-width:700px;height:auto}.pm-workflow-section{background-color:#f8fbff;padding:6rem 0;font-family:Inter,sans-serif}.pm-workflow-container{flex-direction:column;gap:4rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.pm-workflow-container{flex-direction:row;align-items:center}}.pm-workflow-left{flex-direction:column;flex:1.1;display:flex}.pm-workflow-title{color:#0b1c3e;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:800;line-height:1.1}.pm-text-blue-bold{color:#1a56db;font-weight:700}.pm-workflow-desc{color:#475569;max-width:550px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.pm-workflow-steps{flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:2.5rem;display:flex}.pm-step{flex-direction:column;align-items:center;gap:8px;display:flex}.pm-step span{color:#0b1c3e;font-size:.85rem;font-weight:700}.pm-step-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.border-blue{border:2px solid #3b82f6}.border-green{border:2px solid #22c55e}.border-purple{border:2px solid #a855f7}.border-orange{border:2px solid #f59e0b}.bg-blue{background-color:#3b82f6;border:2px solid #3b82f6}.pm-step-arrow{color:#94a3b8;margin-bottom:25px;font-size:1.5rem}.pm-workflow-desc-2{color:#475569;max-width:550px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.pm-quote-box{background-color:#fff;border-left:4px solid #1a56db;border-radius:8px;align-items:center;gap:12px;width:fit-content;padding:1rem 1.5rem;display:flex;box-shadow:0 5px 15px #0000000d}.pm-quote-icon{color:#1a56db}.pm-quote-box p{color:#1e293b;margin:0;font-size:.95rem}.pm-workflow-right{flex-direction:column;flex:1.3;justify-content:center;align-items:center;gap:2rem;display:flex}.pm-workflow-img{object-fit:contain;width:100%;max-width:800px;height:auto}.pm-bottom-banner-5{background-color:#032b5e;border-radius:20px;grid-template-columns:1fr;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 10px 40px #032b5e33}@media (width>=768px){.pm-bottom-banner-5{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.pm-bottom-banner-5{border-radius:50px;grid-template-columns:repeat(5,1fr);gap:1rem;padding:1.5rem 2rem}}.pm-feature-5{align-items:center;gap:12px;display:flex}.white-bg{background-color:#fff}.pm-f-text-5{flex-direction:column;display:flex}.pm-bottom-banner-5 .pm-f-title{color:#fff}.pm-bottom-banner-5 .pm-f-desc{color:#cbd5e1}.pm-cta-section{background:linear-gradient(135deg,#f0f7ff 0%,#fff 50%,#e0ecff 100%);padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.pm-cta-container{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.pm-cta-container{flex-direction:row;align-items:center}}.pm-cta-left{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.pm-cta-title{color:#0b1c3e;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.1}.pm-cta-desc{color:#475569;max-width:550px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.pm-cta-features{flex-wrap:wrap;gap:2rem;margin-bottom:3rem;display:flex}.pm-cta-feature{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:120px;display:flex}.pm-cta-icon{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.bg-blue{background-color:#3b82f6}.bg-green{background-color:#22c55e}.bg-purple{background-color:#a855f7}.text-purple{color:#a855f7}.pm-cta-feature h4{margin-bottom:.5rem;font-size:1rem;font-weight:800}.pm-cta-feature p{color:#475569;margin:0;font-size:.85rem;line-height:1.5}.pm-cta-btn{color:#fff;background-color:#032b5e;border-radius:12px;align-items:center;gap:12px;margin-bottom:3rem;padding:16px 32px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #032b5e4d}.pm-cta-btn:hover{background-color:#021a38;transform:translateY(-3px);box-shadow:0 15px 35px #032b5e66}.pm-cta-robot-box{align-items:flex-end;gap:15px;display:flex}.pm-cta-robot-img{object-fit:contain;width:120px;height:auto}.pm-robot-bubble{background-color:#fff;border-radius:20px 20px 20px 0;margin-bottom:20px;padding:1rem 1.5rem;position:relative;box-shadow:0 10px 30px #00000014}.pm-robot-bubble p{color:#334155;margin:0;font-size:.95rem;line-height:1.5}.font-bold{font-weight:800}.pm-cta-right{flex-direction:column;flex:1.3;justify-content:center;align-items:center;gap:2rem;display:flex}.pm-cta-main-img{object-fit:contain;width:100%;max-width:800px;height:auto}.tm-page{background-color:#f6f8fd;min-height:100vh;font-family:Inter,sans-serif}.tm-hero-section{padding:90px 0 10rem;position:relative;overflow:hidden}.tm-hero-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 70% 30%,#6466f10d 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.tm-hero-container{z-index:1;flex-direction:column;gap:3rem;display:flex;position:relative}@media (width>=1024px){.tm-hero-container{flex-direction:row;align-items:center}}.tm-hero-left{flex-direction:column;flex:1;display:flex}.tm-hero-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.1}.tm-text-gradient{color:#4f46e5}.tm-hero-subtitle{color:#334155;max-width:600px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.tm-hero-desc{color:#475569;max-width:580px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.tm-hero-actions{flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;display:flex}.tm-btn{border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.tm-btn-primary{color:#fff;background-color:#032b5e;box-shadow:0 10px 25px #032b5e4d}.tm-btn-primary:hover{background-color:#021a38;transform:translateY(-2px);box-shadow:0 15px 35px #032b5e66}.tm-btn-secondary{color:#1e293b;background-color:#0000;border:1px solid #cbd5e1}.tm-btn-secondary:hover{background-color:#f1f5f9;border-color:#94a3b8}.tm-hero-features{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=640px){.tm-hero-features{grid-template-columns:repeat(3,1fr)}}.tm-feature-item{flex-direction:column;gap:12px;display:flex}.tm-feature-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #0000000d}.icon-green{color:#22c55e}.icon-purple{color:#2dd4bf}.tm-feature-text h4{color:#0f172a;margin-bottom:4px;font-size:.95rem;font-weight:700}.tm-feature-text p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.tm-hero-right{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.tm-floating-badge{color:#334155;z-index:10;background:#fff;border-radius:50px;align-items:center;gap:10px;padding:12px 20px;font-size:.9rem;display:flex;position:absolute;top:-40px;right:-30px;box-shadow:0 15px 35px #0000000d}.tm-text-purple{color:#4f46e5;font-weight:700}.tm-hero-img{object-fit:contain;width:100%;max-width:900px;height:auto;margin-left:2rem}@media (width<=1023px){.tm-hero-img{margin-left:0}.tm-floating-badge{align-self:center;margin-bottom:2rem;position:static}.tm-hero-right{flex-direction:column}.tm-floating-cards{flex-wrap:wrap;justify-content:center;margin-top:2rem;display:flex;position:static}.card-1,.card-2,.card-3{margin:.5rem;position:static;transform:none}}.tm-floating-cards{pointer-events:none;width:100%;height:100%;position:absolute;bottom:0;left:0}.tm-task-card{pointer-events:auto;background:#fff;border-radius:12px;flex-direction:column;gap:12px;padding:12px 16px;transition:transform .3s;display:flex;position:absolute;box-shadow:0 10px 30px #00000014}.tm-task-card:hover{transform:translateY(-5px)!important}.card-1{bottom:-30px;left:-15%;transform:rotate(-2deg)}.card-2{bottom:-70px;left:28%;transform:rotate(2deg)}.card-3{bottom:-40px;right:-10%;transform:rotate(1deg)}.tm-task-card-header{align-items:center;gap:8px;display:flex}.tm-task-title{color:#0f172a;font-size:.85rem;font-weight:700}.tm-task-card-body{justify-content:space-between;align-items:center;gap:15px;display:flex}.tm-task-avatars{align-items:center;display:flex}.tm-avatar{border:2px solid #fff;border-radius:50%;width:24px;height:24px;margin-left:-8px}.tm-avatar:first-child{margin-left:0}.bg-1{background-image:url(/ceo.png);background-position:50%;background-size:cover}.bg-2{background-image:url(/ceo2.jpeg);background-position:50%;background-size:cover}.bg-3{background-color:#94a3b8}.tm-task-date{color:#64748b;align-items:center;gap:4px;font-size:.75rem;display:flex}.tm-task-badge{border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:700;display:flex}.badge-blue{color:#3b82f6;background-color:#eff6ff}.badge-purple{color:#8b5cf6;background-color:#f5f3ff}.badge-red{color:#ef4444;background-color:#fef2f2}.tm-features-section{text-align:center;background-color:#fff;padding:3rem 0;font-family:Inter,sans-serif}.tm-section-badge-center{color:#032b5e;background-color:#eff6ff;border-radius:50px;margin-bottom:1.5rem;padding:8px 20px;font-size:.85rem;font-weight:700;display:inline-block}.tm-features-title{color:#0b1c3e;letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.2}.tm-features-subtitle{color:#475569;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.tm-features-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:5rem;display:grid}@media (width>=640px){.tm-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.tm-features-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.tm-features-grid{grid-template-columns:repeat(6,1fr);gap:1rem}}.tm-f-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 40px #0000000a}.tm-f-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014}.tm-f-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.icon-blue-light{background-color:#eff6ff}.icon-green-light{background-color:#f0fdf4}.icon-orange-light{background-color:#fff7ed}.icon-purple-light{background-color:#f5f3ff}.icon-blue2-light{background-color:#f0f9ff}.icon-red-light{background-color:#fef2f2}.tm-f-card h4{color:#0f172a;text-align:center;margin-bottom:1rem;font-size:1.05rem;font-weight:700;line-height:1.3}.tm-f-card p{color:#64748b;margin-bottom:2rem;font-size:.85rem;line-height:1.5}.tm-f-number{margin-top:auto;font-size:.9rem;font-weight:700}.num-blue{color:#032b5e}.num-green{color:#22c55e}.num-orange{color:#f97316}.num-purple{color:#8b5cf6}.num-blue2{color:#0ea5e9}.num-red{color:#ef4444}.tm-workflow-section{background-color:#f8fafc;padding:3rem 0;font-family:Inter,sans-serif;overflow:hidden}.tm-workflow-container{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=1024px){.tm-workflow-container{flex-direction:row;align-items:stretch}}.tm-workflow-left{z-index:2;flex-direction:column;flex:1;padding-right:2rem;display:flex}.tm-section-badge-left{color:#032b5e;background-color:#eff6ff;border-radius:50px;align-self:flex-start;margin-bottom:1.5rem;padding:8px 20px;font-size:.85rem;font-weight:700;display:inline-flex}.tm-workflow-title{color:#0b1c3e;letter-spacing:-1px;margin-bottom:2rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.tm-text-blue{color:#032b5e}.tm-text-light-blue{color:#4da6ff}.tm-text-blue-bold{color:#032b5e;font-weight:700}.tm-workflow-desc{margin-bottom:3rem;position:relative}.tm-divider-line{background-color:#032b5e;width:40px;height:4px;margin-bottom:1.5rem}.tm-desc-bold{color:#334155;margin-bottom:1rem;font-size:1.15rem;font-weight:600;line-height:1.5}.tm-workflow-desc p:not(.tm-desc-bold){color:#475569;font-size:1.05rem;line-height:1.6}.tm-workflow-steps{justify-content:space-between;align-items:flex-start;width:100%;margin-top:2rem;margin-bottom:3rem;display:flex;position:relative}.tm-w-step{text-align:center;flex-direction:column;align-items:center;width:100px;display:flex}.tm-w-icon-wrap{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.icon-blue-outline{border:2px solid #eff6ff;box-shadow:0 5px 15px #3b82f61a}.icon-green-outline{border:2px solid #f0fdf4;box-shadow:0 5px 15px #22c55e1a}.icon-orange-outline{border:2px solid #fff7ed;box-shadow:0 5px 15px #f973161a}.icon-purple-outline{border:2px solid #f5f3ff;box-shadow:0 5px 15px #8b5cf61a}.icon-green2-outline{border:2px solid #ecfdf5;box-shadow:0 5px 15px #10b9811a}.tm-w-step h4{color:#0f172a;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.tm-w-step p{color:#64748b;font-size:.75rem;line-height:1.4}.tm-step-arrow{background-image:linear-gradient(90deg,#cbd5e1 50%,#0000 50%);background-size:8px 100%;flex:1;height:2px;margin-top:30px;margin-left:10px;margin-right:10px}.tm-workflow-bottom-bar{background:#032b5e;border:none;border-radius:12px;align-items:center;gap:1rem;width:max-content;max-width:100%;padding:1rem 1.5rem;display:flex;box-shadow:0 10px 30px #032b5e33}.tm-bottom-star{background-color:#4da6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tm-workflow-bottom-bar p{color:#cbd5e1;margin:0;font-size:1.1rem}.tm-workflow-bottom-bar strong{color:#fff}.tm-workflow-right{flex-direction:column;flex:1.8;justify-content:flex-start;align-items:center;display:flex;position:relative}.tm-workflow-img{object-fit:contain;width:100%;max-width:1300px;height:auto;margin-left:-40px}@media (width<=1023px){.tm-workflow-left{padding-right:0}.tm-workflow-steps{flex-wrap:wrap;justify-content:center;gap:2rem}.tm-step-arrow{display:none}.tm-workflow-bottom-bar{width:100%}.tm-workflow-img{margin-right:0}}.our-team-page{background-color:#fff;padding:20px 0 0}.container{max-width:1200px;margin:0 auto;padding:0 15px}.ceo-message-container{flex-direction:column;justify-content:center;align-items:center;gap:40px;margin-top:10px;display:flex}@media (width>=992px){.ceo-message-container{flex-direction:row;justify-content:center;align-items:center;gap:60px}}.team-ceo-card{background:linear-gradient(135deg,#1e40af,#0f172a);border-radius:12px;flex-direction:column;justify-content:flex-end;width:100%;max-width:450px;min-height:480px;margin-top:50px;display:flex;position:relative;box-shadow:0 10px 30px #0000001a}.ceo-bg-text{color:#ffffff26;z-index:1;pointer-events:none;letter-spacing:5px;text-align:center;border-radius:12px;width:100%;font-family:Inter,sans-serif;font-size:150px;font-weight:800;line-height:1;position:absolute;top:10%;left:50%;overflow:hidden;transform:translate(-50%)}.ceo-image{z-index:2;object-fit:contain;object-position:bottom center;width:100%;height:95%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ceo-info{z-index:3;color:#fff;background:linear-gradient(#0000 0%,#0f172ab3 40%,#0f172af2 100%);border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;padding:25px;position:relative}.ceo-info h3{letter-spacing:.5px;margin:0;font-size:24px;font-weight:700}.ceo-info p{text-transform:uppercase;letter-spacing:1px;opacity:.9;border-top:1px solid #ffffff4d;margin:10px 0 0;padding-top:10px;font-size:14px;font-weight:500}.ceo-quote{flex:1;padding:20px}.ceo-quote h2{color:#1e3a8a;margin:0;font-size:32px;font-weight:700;line-height:1.4}@media (width>=768px){.ceo-quote h2{font-size:42px}}.team-departments-section{background-color:#fff;padding:80px 0 40px}.team-heading{color:#0f172a;text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:50px;font-size:42px;font-weight:800}.team-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}@media (width>=768px){.team-grid{gap:40px}}.team-member{text-align:center;flex-direction:column;width:calc(100% - 30px);max-width:260px;display:flex}.member-image-wrapper{aspect-ratio:3/4;background-color:#e2e8f0;border-radius:12px;width:100%;margin-bottom:20px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000000d}.member-image-wrapper:before{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#1e40af,#0f172a);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.team-member:hover .member-image-wrapper{transform:translateY(-5px);box-shadow:0 15px 30px #0f172a33}.team-member:hover .member-image-wrapper:before{opacity:1}.member-image-wrapper img{z-index:2;object-fit:cover;object-position:center 20%;width:100%;height:100%;position:relative}.team-member h3{color:#1e293b;margin:0 0 5px;font-size:22px;font-weight:700}.team-member p{color:#1e40af;text-transform:capitalize;margin:0;font-size:15px;font-weight:600}.accounting-features-section{background-color:#0a1930;padding:80px 0;font-family:Inter,sans-serif}.accounting-features-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.features-header-top{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.features-badge-line{background-color:#3b82f6;width:40px;height:2px}.features-badge-text{color:#cbd5e1;letter-spacing:2px;text-transform:uppercase;font-size:.85rem;font-weight:700}.features-main-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.15}.features-blue-text{color:#0d6efd}@media (width>=768px){.features-main-title{font-size:3.5rem}}.features-subtitle{color:#94a3b8;max-width:700px;margin-bottom:3.5rem;font-size:1.125rem;line-height:1.6}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000000f}.feature-card-content{flex:1;padding:1.25rem;position:relative}.card-number{color:#0d6efd;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:block}.card-title{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.card-desc{color:#64748b;margin-bottom:2.5rem;font-size:.85rem;line-height:1.5}.card-arrow-btn{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex;position:absolute;bottom:1.25rem;left:1.25rem}.card-arrow-btn:hover{color:#fff;background:#3b82f6}.feature-card-visual{border-top:1px solid #e2e8f0;justify-content:center;align-items:center;height:160px;padding:.75rem;display:flex}@media (width>=992px){.feature-card{flex-direction:row}.feature-card-content{border-right:1px solid #e2e8f0;flex:1}.feature-card-visual{border-top:none;width:45%;height:auto;padding:1rem}}.bg-light-blue{background-color:#f8fbff}.bg-white{background-color:#fff}.mini-ui{background:#fff;border:1px solid #f1f5f9;border-radius:12px;width:100%;max-width:220px;padding:1rem;font-size:.75rem;box-shadow:0 10px 25px #0000000d}.mini-invoice{flex-direction:column;gap:12px;display:flex}.mini-invoice-header{justify-content:space-between;align-items:center;display:flex}.mini-invoice-title{color:#0f172a;font-size:.85rem;font-weight:700}.mini-badge{border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:600}.bg-green{color:#166534;background-color:#dcfce7}.mini-invoice-body{flex-direction:column;gap:6px;margin:10px 0;display:flex}.skeleton-line{background-color:#e2e8f0;border-radius:3px;height:6px}.w-70{width:70%}.w-50{width:50%}.w-60{width:60%}.mini-invoice-footer{text-align:right;border-top:1px solid #e2e8f0;padding-top:8px}.mini-amount{color:#0f172a;font-weight:800}.mini-expense-list{flex-direction:column;gap:10px;display:flex}.mini-expense-item{align-items:center;gap:8px;display:flex}.expense-name{color:#475569;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.7rem;font-weight:500;overflow:hidden}.expense-amount{color:#0f172a;white-space:nowrap;font-size:.7rem;font-weight:600}.mini-chart-widget{flex-direction:column;gap:10px;display:flex}.chart-header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.chart-title{color:#0f172a;font-weight:700}.chart-dropdown{color:#64748b;font-size:.65rem}.chart-bars{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;height:60px;padding-bottom:5px;display:flex}.bar-group{align-items:flex-end;gap:3px;height:100%;display:flex}.bar-income,.bar-expense{border-radius:2px 2px 0 0;width:8px}.bar-income{background-color:#3b82f6}.bar-expense{background-color:#e2e8f0}.h-20{height:20%}.h-30{height:30%}.h-40{height:40%}.h-50{height:50%}.h-60{height:60%}.h-70{height:70%}.h-80{height:80%}.h-90{height:90%}.chart-labels{color:#94a3b8;justify-content:space-between;margin-top:2px;font-size:.6rem;display:flex}.chart-legend{color:#64748b;justify-content:center;gap:12px;margin-top:8px;font-size:.65rem;display:flex}.legend-dot{border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.dot-blue{background-color:#3b82f6}.dot-gray{background-color:#cbd5e1}.dot-light-blue{background-color:#93c5fd}.dot-red{background-color:#f87171}.mini-vat-summary{flex-direction:column;gap:12px;display:flex}.vat-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.vat-title{color:#0f172a;font-weight:700}.vat-row{color:#475569;justify-content:space-between;align-items:center;display:flex}.vat-total-row{border-top:1px dashed #cbd5e1;margin-top:2px;padding-top:10px}.bold{font-weight:700}.text-blue{color:#3b82f6}.mini-transactions{flex-direction:column;gap:10px;display:flex}.transactions-header{color:#0f172a;margin-bottom:4px;font-weight:700}.transaction-item{align-items:center;gap:6px;display:flex}.transaction-name{color:#475569;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.65rem;overflow:hidden}.transaction-amount{white-space:nowrap;font-size:.65rem;font-weight:600}.text-green{color:#16a34a}.text-red{color:#dc2626}.mini-donut-widget{align-items:center;gap:16px;display:flex}.donut-chart-container{width:90px;height:90px;position:relative}.donut-chart{background:conic-gradient(#3b82f6 0% 60%,#93c5fd 60% 85%,#f87171 85% 95%,#cbd5e1 95% 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.donut-hole{background-color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:70%;height:70%;display:flex}.donut-title{color:#64748b;font-size:.55rem;font-weight:600}.donut-value{color:#0f172a;font-size:.7rem;font-weight:800}.donut-legend{flex-direction:column;gap:6px;display:flex}.legend-item{color:#475569;align-items:center;font-size:.7rem;display:flex}.pos-machine-page{background-color:#f8fbff;font-family:Inter,sans-serif}.pos-hero-section{background:linear-gradient(135deg,#fff 0%,#f0f7ff 100%);align-items:center;min-height:calc(100vh - 100px);padding:90px 0 80px;display:flex;position:relative;overflow:hidden}.pos-hero-container{z-index:2;flex-direction:column;gap:3rem;display:flex;position:relative}@media (width>=992px){.pos-hero-container{flex-direction:row;align-items:center;gap:4rem}}.pos-hero-content{flex:1;max-width:600px}.pos-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.pos-badge-line{background-color:#0d6efd;width:32px;height:2px}.pos-badge-text{color:#475569;letter-spacing:1px;font-size:.85rem;font-weight:700}.pos-hero-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.15}.pos-blue-text{color:#039}@media (width>=768px){.pos-hero-title{font-size:3.5rem}}.pos-hero-desc{color:#475569;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.pos-hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.pos-btn-primary{color:#fff;background-color:#039;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pos-btn-primary:hover{background-color:#026;transform:translateY(-2px);box-shadow:0 10px 20px #0393}.pos-btn-outline{color:#039;background-color:#0000;border:1px solid #039;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pos-btn-outline:hover{background-color:#0033990d}.pos-business-types{border-bottom:1px solid #e2e8f0;gap:2rem;margin-bottom:3rem;padding-bottom:.5rem;display:flex}.pos-type{color:#0f172a;cursor:pointer;padding-bottom:.5rem;font-size:1rem;font-weight:600;position:relative}.pos-type.active{color:#0f172a}.pos-type.active:after{content:"";background-color:#0d6efd;border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-.5rem;left:0}.pos-hero-footer-text{color:#60a5fa;letter-spacing:1.5px;font-size:.8rem;font-weight:700}.pos-hero-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.pos-hero-image img{object-fit:contain;width:100%;max-width:550px;height:auto}@media (width<=991px){.pos-hero-image img{max-width:450px}}.pro-hero-section{background-color:#fff;align-items:center;min-height:calc(100vh - 80px);padding:80px 0 60px;display:flex;position:relative;overflow:hidden}.pro-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.pro-bg-diagonal-overlay{display:none}.pro-hero-container{z-index:2;flex-direction:column;gap:3rem;width:100%;display:flex;position:relative}@media (width>=992px){.pro-hero-container{flex-direction:row;align-items:center}}.pro-hero-content{flex:1;max-width:650px}.pro-top-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.pro-top-badge-line{background-color:#032b5e;width:32px;height:2px}.pro-top-badge span{color:#94a3b8;letter-spacing:1.5px;font-size:.75rem;font-weight:700}.pro-hero-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.1}.pro-blue-text{color:#032b5e}.pro-hero-desc{color:#475569;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.5}.pro-hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.pro-btn-primary{color:#fff;background-color:#032b5e;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pro-btn-primary:hover{color:#fff;background-color:#021a38;transform:translateY(-2px)}.pro-btn-outline{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pro-btn-outline:hover{color:#0f172a;background-color:#f8fafc;border-color:#94a3b8}.pro-hero-features{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.pro-feature{text-align:center;flex-direction:column;align-items:center;gap:.8rem;display:flex}.pro-feature-icon{color:#032b5e;background-color:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 8px 25px #00000014}.pro-feature span{color:#1e293b;font-size:.85rem;font-weight:700;line-height:1.3}.pro-feature-divider{display:none}.pro-hero-image-wrapper{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.pro-main-img{object-fit:contain;filter:drop-shadow(0 20px 30px #00000026);width:130%;max-width:850px;height:auto;margin-right:-100px}.pro-hero-bottom-shape{display:none}.pro-bottom-text-wrapper{z-index:3;flex-direction:column;gap:.5rem;display:flex;position:absolute;bottom:30px;left:50px}.pro-bottom-line-small{background-color:#94a3b8;width:40px;height:1.5px}.pro-bottom-text-wrapper p{color:#64748b;margin:0;font-size:.95rem;font-weight:500}@media (width<=768px){.pro-hero-title{font-size:2.2rem}.pro-hero-bottom-shape{display:none}}.accounting-cta-section{color:#fff;background-color:#051630;background-image:url(/accounting%20sofware%20background.png);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:600px;padding:100px 0;font-family:Inter,sans-serif;display:flex}.accounting-cta-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.accounting-cta-section .cta-content{max-width:600px}.accounting-cta-section .cta-subtitle{letter-spacing:3px;text-transform:uppercase;color:#e2e8f0;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.accounting-cta-section .cta-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}.accounting-cta-section .cta-blue-text{color:#3b82f6}@media (width>=768px){.accounting-cta-section .cta-title{font-size:3.5rem}}.accounting-cta-section .cta-desc{color:#cbd5e1;max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.accounting-cta-section .cta-btn{color:#0f172a;background-color:#fff;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-bottom:4rem;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.accounting-cta-section .cta-btn:hover{background-color:#f1f5f9;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff26}.accounting-cta-section .cta-features-list{flex-direction:column;gap:1.5rem;display:flex}@media (width>=576px){.accounting-cta-section .cta-features-list{flex-direction:row;align-items:center;gap:1rem}}.accounting-cta-section .cta-feature-item{align-items:center;gap:12px;display:flex}.accounting-cta-section .cta-icon{color:#93c5fd}.accounting-cta-section .cta-feature-text{flex-direction:column;display:flex}.accounting-cta-section .cta-feat-title{color:#fff;margin-bottom:2px;font-size:.95rem;font-weight:700}.accounting-cta-section .cta-feat-desc{color:#94a3b8;font-size:.75rem;font-weight:500}.accounting-cta-section .cta-feature-divider{display:none}@media (width>=576px){.accounting-cta-section .cta-feature-divider{background-color:#fff3;width:1px;height:30px;display:block}}@media (width<=767px){.accounting-cta-section{background-image:url(/accounting%20mobile%20view%20.png);background-position:bottom;align-items:flex-start;padding:60px 0 300px}.accounting-cta-section .cta-features-list{display:none}}.pos-features-section{background-color:#051630;padding:50px 0 30px;font-family:Inter,sans-serif;position:relative}.pos-features-container{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.pos-feat-header{text-align:center;color:#fff;margin-bottom:2rem}.pos-feat-badge{justify-content:center;align-items:center;gap:12px;margin-bottom:1rem;display:flex}.pos-feat-badge .badge-line{background-color:#3b82f6;width:32px;height:2px}.pos-feat-badge .badge-text{color:#e2e8f0;letter-spacing:1.5px;text-transform:uppercase;font-size:.85rem;font-weight:700}.pos-feat-title{color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.pos-feat-blue{color:#60a5fa}@media (width>=768px){.pos-feat-title{font-size:3rem}}.pos-feat-subtitle{color:#94a3b8;max-width:650px;margin:0 auto;font-size:1.1rem}.pos-feat-body{flex-direction:column;gap:2rem;width:100%;margin-bottom:1rem;display:flex}@media (width>=992px){.pos-feat-body{flex-direction:row;justify-content:space-between;align-items:center}}.pos-feat-col{flex-direction:column;flex:1;gap:2rem;max-width:400px;display:flex}.left-col{align-items:flex-end}.right-col{align-items:flex-start}.pos-feat-center{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.center-pos-img{object-fit:contain;max-width:100%;height:auto;max-height:500px}@media (width<=991px){.pos-feat-col{align-items:center;max-width:100%}.pos-feat-center{display:none}}.pos-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;align-items:center;width:100%;padding:1.25rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 10px 25px #0000001a}.pos-card:hover{transform:translateY(-3px)}.dark-card{color:#fff;background:linear-gradient(135deg,#001a4d 0%,#039 100%);border:1px solid #ffffff1a}.light-card{color:#0f172a;background:#fffffff2;border:1px solid #e2e8f0}.pos-card-left{align-items:center;margin-right:1.25rem;display:flex}.pos-card-num{font-size:1.5rem;font-weight:700}.dark-card .pos-card-num{color:#fff}.light-card .pos-card-num{color:#0f172a}.pos-card-divider{width:1px;height:40px;margin-left:12px}.dark-card .pos-card-divider{background-color:#ffffff4d}.light-card .pos-card-divider{background-color:#cbd5e1}.pos-card-content{flex:1}.pos-card-content h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.pos-card-content p{margin:0;font-size:.8rem;line-height:1.4}.dark-card .pos-card-content p{color:#cbd5e1}.light-card .pos-card-content p{color:#475569}.pos-card-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-left:1rem;display:flex}.dark-card .pos-card-icon-wrap{background-color:#ffffff26}.light-card .pos-card-icon-wrap{background-color:#f0f7ff}.icon-light{color:#fff}.icon-blue{color:#04c}.accounting-page-wrapper{color:#1a202c;font-family:Inter,sans-serif;overflow-x:hidden}.accounting-hero-section{background-color:#fff;padding:90px 0 80px;position:relative}.accounting-hero-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#e0f2fe 0%,#fff0 70%);width:50vw;height:80%;position:absolute;top:10%;right:5%}.accounting-hero-container{z-index:1;flex-direction:column;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}@media (width>=992px){.accounting-hero-container{flex-direction:row;justify-content:space-between;padding:0 2rem}}.accounting-hero-left{flex:1;max-width:600px}.accounting-hero-badge{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.badge-text{color:#1e293b;letter-spacing:2px;text-transform:uppercase;font-size:.85rem;font-weight:700}.accounting-main-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}.accounting-blue-text{color:#0d6efd}@media (width>=768px){.accounting-main-title{font-size:3.5rem}}.accounting-desc{color:#475569;max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.accounting-action-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.accounting-btn-primary{color:#fff;background-color:#0d6efd;border:2px solid #0d6efd;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.accounting-btn-primary:hover{background-color:#0b5ed7;border-color:#0b5ed7;transform:translateY(-2px);box-shadow:0 10px 20px #0d6efd33}.accounting-btn-secondary{color:#0d6efd;background-color:#0000;border:2px solid #0d6efd;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.accounting-btn-secondary:hover{background-color:#f8fbff;transform:translateY(-2px)}.accounting-hero-features-list{flex-direction:column;gap:1.5rem;width:100%;padding-top:1rem;display:flex}@media (width>=576px){.accounting-hero-features-list{flex-direction:row;justify-content:space-around;gap:1rem}}.accounting-feature-item{align-items:center;gap:12px;display:flex}.accounting-icon-wrapper{color:#0d6efd;justify-content:center;align-items:center;display:flex}.accounting-feature-text{flex-direction:column;display:flex}.feature-title{color:#0f172a;font-size:.95rem;font-weight:700}.feature-subtitle{color:#64748b;font-size:.8rem;font-weight:500}.accounting-hero-right{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.accounting-hero-img{object-fit:contain;filter:drop-shadow(0 25px 40px #0000001a);width:100%;max-width:800px;height:auto}.pro-feats-section{background-color:#fafbfc;padding:80px 0;font-family:Inter,sans-serif}.pro-feats-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 15px;display:flex}.pro-feats-header{text-align:center;max-width:800px;margin-bottom:3rem}.pro-feats-badge{justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.badge-line{background-color:#032b5e;width:40px;height:2px}.pro-feats-badge span{color:#64748b;letter-spacing:1.5px;text-transform:uppercase;font-size:.8rem;font-weight:700}.pro-feats-title{color:#0f172a;margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.2}.pro-feats-blue{color:#032b5e}.pro-feats-subtitle{color:#334155;margin-bottom:1rem;font-size:1.2rem;font-weight:500}.pro-feats-desc{color:#64748b;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.pro-feats-cards{flex-direction:column;gap:2rem;width:100%;display:flex}@media (width>=992px){.pro-feats-cards{flex-direction:row;align-items:stretch}}.pro-feat-card{color:#fff;background-color:#032b5e;border-radius:20px;flex-direction:column;flex:1;gap:2rem;padding:3rem 2.5rem;display:flex;box-shadow:0 10px 40px #0000000a}.card-header{align-items:flex-start;gap:1.5rem;display:flex}.card-header-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.blue-icon-bg{color:#2563eb;background-color:#eff6ff}.orange-icon-bg{color:#ea580c;background-color:#fff7ed}.card-header-text h3{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:800;line-height:1.2}.blue-text{color:#4da6ff}.card-header-text p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.5}.card-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}@media (width<=576px){.card-grid{grid-template-columns:1fr}}.card-grid-item{align-items:center;gap:1rem;display:flex}.grid-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.blue-grid-icon{color:#3b82f6;background-color:#eff6ff}.orange-grid-icon{color:#f97316;background-color:#fff7ed}.card-grid-item span{color:#f1f5f9;font-size:.9rem;font-weight:500;line-height:1.3}.pro-feats-footer{justify-content:center;align-items:center;gap:20px;width:100%;margin-top:4rem;display:flex}.footer-line{background-color:#cbd5e1;width:120px;height:1px}.pro-feats-footer span{color:#64748b;letter-spacing:2px;font-size:.75rem;font-weight:700}.pro-expiry-section{background-color:#fff;padding:80px 0;font-family:Inter,sans-serif;overflow:hidden}.pro-expiry-container{flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;padding:0 15px;display:flex}@media (width>=992px){.pro-expiry-container{flex-direction:row;align-items:center;gap:3rem}}.pro-expiry-content{flex:1;max-width:550px}.expiry-badge{margin-bottom:1rem}.expiry-badge span{color:#94a3b8;letter-spacing:1px;font-size:.8rem;font-weight:700}.pro-expiry-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1rem;font-size:3.2rem;font-weight:800;line-height:1.1}.pro-expiry-blue{color:#032b5e}.pro-expiry-desc{color:#475569;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.pro-expiry-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem;display:grid}.expiry-grid-item{background-color:#f8fafc;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 10px #00000005}.expiry-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.red-light-bg{background-color:#fef2f2}.blue-light-bg{background-color:#eff6ff}.expiry-grid-item span{color:#1e293b;font-size:.9rem;font-weight:600;line-height:1.3}.pro-expiry-filters-section h3{color:#0f172a;margin-bottom:1rem;font-size:1.2rem;font-weight:800}.expiry-filters{flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;display:flex}.expiry-filter-btn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:20px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .2s}.expiry-filter-btn.active{color:#fff;background-color:#032b5e}.expiry-filter-btn:hover:not(.active){background-color:#e2e8f0}.expiry-filter-desc{color:#64748b;margin-bottom:2.5rem;font-size:.9rem}.pro-expiry-banner{background-color:#091f43;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.banner-icon-wrapper{background-color:#032b5e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.banner-text p{color:#cbd5e1;margin:0;font-size:1.1rem;line-height:1.4}.banner-text .banner-highlight{color:#3b82f6;font-size:1.4rem;font-weight:700}.pro-expiry-image-wrapper{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:2rem;display:flex}.pro-expiry-img{object-fit:contain;filter:drop-shadow(0 20px 40px #0000001a);width:120%;max-width:800px;height:auto}@media (width<=991px){.pro-expiry-img{width:100%;max-width:600px}}.pro-cta-section{color:#fff;background-color:#032b5e;background-image:url(/procta.png);background-position:50%;background-size:cover;padding:80px 0;position:relative;overflow:hidden}.pro-cta-section:before{content:"";z-index:1;background:linear-gradient(90deg,#032b5ef2 0%,#032b5ecc 40%,#032b5e33 100%);position:absolute;inset:0}.pro-cta-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.pro-cta-content{max-width:700px}.pro-cta-logo{letter-spacing:2px;color:#fff;align-items:center;gap:10px;margin-bottom:30px;font-size:.9rem;font-weight:600;display:flex}.pro-logo-icon{color:#fff;width:32px;height:32px}.pro-cta-badge{letter-spacing:2px;color:#8bb4e6;margin-bottom:15px;font-size:.8rem;font-weight:500}.pro-cta-title{color:#fff;margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.1}.text-light-blue{color:#4da6ff}.pro-cta-desc{color:#d1e3f8;margin-bottom:40px;font-size:1.2rem;line-height:1.5}.pro-cta-features{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:40px;display:flex}.pro-cta-feature{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.pro-cta-icon-box{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.pro-cta-feature:hover .pro-cta-icon-box{background:#4da6ff33;border-color:#4da6ff;transform:translateY(-5px)}.pro-cta-feature span{color:#fff;font-size:.9rem;font-weight:500;line-height:1.3}.pro-cta-feature-divider{background-color:#fff3;width:1px;height:60px}.pro-cta-buttons{gap:20px;margin-bottom:40px;display:flex}.pro-cta-buttons .btn-primary{color:#fff;background-color:#007bff;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pro-cta-buttons .btn-primary:hover{background-color:#0056b3;transform:translateY(-2px)}.pro-cta-buttons .btn-outline{color:#fff;background-color:#0000;border:1px solid #fff6;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pro-cta-buttons .btn-outline:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.pro-cta-footer{color:#a8c6eb;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.5;display:flex}.shield-icon{color:#4da6ff;flex-shrink:0;margin-top:3px}@media (width<=992px){.pro-cta-title{font-size:2.8rem}}@media (width<=768px){.pro-cta-section{padding:60px 0}.pro-cta-title{font-size:2.2rem}.pro-cta-desc{font-size:1rem}.pro-cta-features{gap:15px}.pro-cta-feature-divider{display:none}.pro-cta-feature{width:calc(50% - 15px)}.pro-cta-buttons{flex-direction:column}}.contact-page-wrapper{color:#0f172a;font-family:Inter,sans-serif}.contact-banner-section{background-image:url(/contact%20us%20banner%20final.png);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:400px;padding:10rem 0 3rem;font-family:Inter,sans-serif;display:flex;position:relative}.contact-banner-container{justify-content:space-between;width:100%;display:flex}.contact-banner-left{z-index:2;max-width:650px;position:relative}.cb-badge{color:#0f172a;letter-spacing:1.5px;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:flex}.cb-badge-line{background-color:#3b82f6;width:30px;height:2px}.cb-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1.1}.cb-highlight{color:#2563eb}.cb-subtitle{color:#475569;max-width:90%;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.cb-info-grid{flex-wrap:wrap;gap:1.5rem;margin-bottom:4rem;display:flex}.cb-info-item{align-items:center;gap:.8rem;display:flex}.cb-icon-wrap{color:#2563eb;background-color:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cb-icon-green{color:#16a34a;background-color:#dcfce7}.cb-icon-purple{color:#7c3aed;background-color:#f3e8ff}.cb-icon-orange{color:#ea580c;background-color:#ffedd5}.cb-info-item span{color:#0f172a;font-size:.8rem;font-weight:600;line-height:1.3}.cb-handwritten{color:#2563eb;text-shadow:1px 1px 2px #ffffff80;font-family:Caveat,cursive;font-size:2.5rem;line-height:1.1;transform:rotate(-5deg)}.contact-banner-right{z-index:2;align-items:flex-start;padding-top:2rem;display:flex;position:relative}.cb-floating-text{color:#475569;letter-spacing:3px;text-align:left;flex-direction:column;align-items:flex-start;font-size:.8rem;font-weight:700;line-height:2.5;display:flex}.cb-floating-line{background-color:#3b82f6;width:30px;height:2px;margin-top:1rem}.contact-container{flex-direction:column;gap:2rem;width:100%;margin-top:4rem;display:flex}@media (width>=850px){.contact-container{flex-direction:row;justify-content:space-between;align-items:stretch;gap:2rem}}@media (width<=768px){.contact-banner-section{background-image:url(/mobile%20contat%20usbanner.png);background-position:50%;padding:6rem 0 4rem}.contact-banner-container{flex-direction:column}.cb-subtitle,.contact-banner-right{display:none}.cb-info-grid{gap:1rem}}.contact-col-center{flex:1;justify-content:flex-start;align-items:stretch;display:flex}.contact-form-card{background-color:#061b46;border:none;border-radius:16px;flex-direction:column;width:100%;height:100%;padding:2.5rem;display:flex;box-shadow:0 10px 40px #00000014}.contact-form-card h2{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:800}.contact-form-blue{color:#60a5fa}.contact-form-subtitle{color:#cbd5e1;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.contact-form{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex}.form-group label{color:#fff;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.input-wrapper{background-color:#122c6b;border:none;border-radius:10px;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden}.input-wrapper:focus-within{background-color:#ffffff14;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd33}.input-icon{color:#94a3b8;padding:0 15px;font-size:1rem}.input-wrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:14px 15px;font-size:.95rem}.input-wrapper input::placeholder,.textarea-wrapper textarea::placeholder{color:#ffffff80}.textarea-wrapper textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;padding:14px 15px;font-size:.95rem}.contact-submit-btn{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.contact-submit-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 10px 20px #0d6efd33}.contact-form-footer{text-align:center;color:#cbd5e1;justify-content:center;align-items:center;gap:6px;margin-top:.5rem;font-size:.75rem;display:flex}.lock-icon{font-size:.85rem}.contact-col-right{flex:1.3;grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.contact-col-right{grid-template-columns:1fr 1fr}}.contact-info-card{background-color:#061b46;border:none;border-radius:16px;flex-direction:column;padding:1.25rem;display:flex;box-shadow:0 10px 40px #0000000a}.info-icon-box{background-color:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.8rem;display:flex}.info-card-title{color:#fff;margin-bottom:.8rem;font-size:1rem;font-weight:800;line-height:1.3}.info-card-divider{background-color:#ffffff26;border-radius:0;width:100%;height:1px;margin-bottom:.8rem}.info-list{flex-direction:column;gap:.8rem;display:flex}.info-list-item{color:#cbd5e1;align-items:flex-start;gap:12px;font-size:.85rem;line-height:1.5;display:flex}.info-list-item strong{color:#fff;font-weight:700}.info-list-icon{color:#fff;flex-shrink:0;margin-top:2px}.info-list-icon-cal{flex-shrink:0;font-size:1rem}.contact-map-section{background-color:#0000;padding:4rem 0 6rem}.map-wrapper{border-radius:20px;width:100%;height:450px;overflow:hidden;box-shadow:0 10px 40px #00000014}.map-wrapper iframe{display:block}
