:root{--navy:#06152f;--navy2:#0a2248;--navy3:#102b58;--blue:#3b63f3;--blue2:#2d8cff;--cyan:#42d7f6;--violet:#7347f5;--purple:#934df7;--pink:#f14fac;--green:#10b981;--ink:#101d3a;--text:#4e607c;--muted:#7687a3;--line:#e4eaf4;--bg:#f6f8fd;--soft:#eef4ff;--white:#fff;--shadow:0 20px 55px rgba(29,51,96,.12);--shadow2:0 12px 30px rgba(33,48,95,.11);--radius:22px;--font:'Manrope',Arial,sans-serif;--display:'Plus Jakarta Sans','Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}body.nav-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1320px,calc(100% - 48px));margin:auto}.section-white{background:#fff}.section-white-soft{background:linear-gradient(180deg,#f9fbff,#f4f7fd)}.section{padding:92px 0}.section-sm{padding:52px 0}.muted{color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:#eaf0ff;color:#3157d7;font-size:12px;font-weight:800;letter-spacing:.02em;margin-bottom:12px}.eyebrow:before{content:'•';font-size:18px;line-height:0;color:#7456f5}.eyebrow.light{background:rgba(255,255,255,.11);color:#cfe1ff}.gradient-text{background:linear-gradient(90deg,#54d8ff,#a36bff);-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 21px;border-radius:12px;border:1px solid transparent;font-weight:800;font-size:14px;transition:.25s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-lg{min-height:54px;padding:0 25px}.btn-primary{color:#fff;background:linear-gradient(135deg,#4159f5,#7d46f7);box-shadow:0 14px 30px rgba(88,69,236,.28)}.btn-primary:hover{box-shadow:0 18px 36px rgba(88,69,236,.36)}.btn-white{background:#fff;color:#364fd8}.btn-outline{border-color:#ccd6e8;color:#23375d;background:#fff}.btn-dark{background:#0b1a38;color:#fff}.btn-ghost-light,.btn-hero-outline{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.04);color:#fff}.play-dot{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#10224b;font-size:10px}
/* top/header */
.topbar{height:38px;background:#06152f;color:#dbe7ff;font-size:12px}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left,.topbar-links,.topbar-link,.topbar-socials{display:flex;align-items:center;gap:12px}.dot-live{width:8px;height:8px;border-radius:50%;background:#22d89a;box-shadow:0 0 0 5px rgba(34,216,154,.12)}.topbar-links{gap:22px}.topbar-link:hover{color:#fff}.topbar-ico{opacity:.85}.topbar-socials{gap:6px}.topbar-socials a{width:22px;height:22px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;font-size:10px}.topbar-location{color:#afc2e5}
.site-header{height:84px;background:rgba(255,255,255,.98);border-bottom:1px solid #edf0f6;position:sticky;top:0;z-index:900;transition:.25s}.site-header.is-scrolled{box-shadow:0 10px 30px rgba(14,33,74,.09)}.nav-wrap{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:285px}.brand-logo{width:62px;height:58px;display:grid;place-items:center;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(28,49,90,.08);overflow:hidden}.brand-logo img{max-width:56px;max-height:52px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-family:var(--display);font-size:18px;font-weight:800;letter-spacing:-.3px}.brand-text small{font-size:10px;color:#62728d;font-weight:700;margin-top:5px}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:3px;margin-left:auto}.main-nav>a,.nav-dropdown-toggle,.nav-dropdown-toggle-link{height:40px;display:flex;align-items:center;gap:5px;border:0;background:transparent;padding:0 12px;border-radius:10px;color:#172544;font-weight:800;font-size:13px;transition:.2s}.main-nav>a:hover,.nav-dropdown-toggle:hover,.nav-dropdown-toggle-link:hover,.main-nav .active{color:#4c4fe8;background:#f0f2ff}.header-cta{margin-left:8px;min-width:150px}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%,8px);background:#fff;border:1px solid #e6ebf4;border-radius:18px;box-shadow:0 26px 65px rgba(13,35,77,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.2s;z-index:950}.nav-dropdown:hover>.nav-dropdown-menu,.nav-dropdown:focus-within>.nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.mega-menu{width:min(920px,90vw);padding:22px;display:grid;grid-template-columns:260px 1fr;gap:18px}.mega-intro{padding:22px;border-radius:16px;background:linear-gradient(145deg,#071a3c,#163a76);color:#fff}.mega-intro h3{font:800 22px/1.25 var(--display);margin:5px 0 10px}.mega-intro p{font-size:12px;color:#c9d9f5;margin:0 0 16px}.mega-intro a{font-size:12px;font-weight:800;color:#7be1ff}.mega-services{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.mega-services>a,.solution-menu>a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:12px;transition:.2s}.mega-services>a:hover,.solution-menu>a:hover{background:#f3f6fd}.menu-service-icon{display:grid;place-items:center;flex:0 0 37px;width:37px;height:37px;border-radius:11px;background:#eef3ff;color:#4e55e9}.menu-service-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mega-services strong,.solution-menu strong{display:block;font-size:12px;line-height:1.2}.mega-services small,.solution-menu small{display:block;color:#71809a;font-size:10px;line-height:1.35;margin-top:3px}.mini-menu{width:285px;padding:10px}.mini-menu>a{display:block;padding:12px 13px;border-radius:11px;font-size:12px}.mini-menu>a:hover{background:#f3f6fd}.mini-menu>a strong{display:block}.mini-menu>a small{display:block;color:#74839c;margin-top:2px}.solution-menu>a{display:flex}.nav-search-btn{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:#f4f7fc;color:#304467;margin-left:2px}.nav-search-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.nav-toggle,.mobile-only{display:none}.mobile-overlay{display:none}
/* Search */
.search-overlay{position:fixed;inset:0;z-index:1500;background:rgba(4,13,33,.86);backdrop-filter:blur(12px);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.25s}.search-overlay.open{opacity:1;visibility:visible}.search-close{position:absolute;right:35px;top:28px;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:28px}.search-box{width:min(850px,100%);background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 90px rgba(0,0,0,.35)}.search-box label{display:block;font:800 clamp(28px,4vw,50px)/1.15 var(--display);margin:5px 0 24px}.search-input-wrap{display:flex;border:1px solid #dce3ef;border-radius:14px;overflow:hidden}.search-input-wrap input{flex:1;min-width:0;border:0;padding:16px 18px;outline:0}.search-input-wrap button{border:0;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;padding:0 24px;font-weight:800}.search-shortcuts{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.search-shortcuts a{padding:8px 12px;border-radius:999px;background:#f1f4fb;font-size:12px;font-weight:700;color:#52617a}
/* hero */
.hero-premium{position:relative;overflow:hidden;background:linear-gradient(115deg,#06142f 0%,#0a224a 55%,#123c68 100%);color:#fff;min-height:620px;padding:72px 0 54px}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(to right,#000,transparent 90%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(20px);opacity:.42}.hero-glow-a{width:470px;height:470px;background:#3447ff;right:8%;top:-180px}.hero-glow-b{width:400px;height:400px;background:#00c6ff;right:28%;bottom:-280px;opacity:.18}.hero-premium-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:45px}.hero-copy{padding:8px 0}.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 14px;background:rgba(255,255,255,.07);font-size:12px;font-weight:800;color:#dbe7ff;margin-bottom:24px}.hero-copy h1{font:800 clamp(46px,4.6vw,72px)/1.05 var(--display);letter-spacing:-2.8px;margin:0 0 20px;max-width:650px}.hero-copy p{color:#c5d5ef;font-size:16px;max-width:630px;line-height:1.8;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.hero-trust-row>div{display:grid;grid-template-columns:38px 1fr;column-gap:9px;align-items:center}.hero-trust-row .mini-round{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(60,212,255,.12);border:1px solid rgba(82,217,255,.26);color:#60e4ff;font-size:12px}.hero-trust-row strong{font-size:11px}.hero-trust-row small{font-size:9px;color:#90a7cb}
.hero-tech-stage{position:relative;height:500px}.hero-handwrite{position:absolute;top:0;left:44%;z-index:5;color:#77dbff;font-family:cursive;font-size:17px;transform:rotate(-7deg);opacity:.9}.dashboard-shell{position:absolute;width:72%;height:330px;left:13%;top:104px;background:linear-gradient(145deg,#3738ae,#6048ff);border-radius:34px;padding:22px;box-shadow:0 34px 65px rgba(0,0,0,.3);transform:perspective(1000px) rotateY(-2deg)}.dashboard-shell:after{content:'';position:absolute;left:12%;right:12%;height:16px;bottom:-17px;background:#111c48;border-radius:0 0 12px 12px;box-shadow:0 15px 25px rgba(0,0,0,.25)}.dash-top{height:28px;background:#0e1843;border-radius:15px 15px 0 0;padding:8px 12px;display:flex;gap:6px}.dash-top i{display:block;width:8px;height:8px;border-radius:50%;background:#ff6f86}.dash-top i:nth-child(2){background:#ffd266}.dash-top i:nth-child(3){background:#60e4c4}.dash-top span{margin-left:auto;width:52px;height:8px;border-radius:6px;background:#202d62}.dash-main{height:calc(100% - 28px);display:grid;grid-template-columns:108px 1fr;background:#111b4c;border-radius:0 0 15px 15px;overflow:hidden}.dash-main aside{padding:19px 13px;background:#0b153d;display:flex;flex-direction:column;gap:14px}.dash-main aside b,.dash-main aside span{font-size:8px;color:#89a0cb}.dash-main aside b{color:#fff}.dash-main section{padding:18px}.dash-title{display:flex;align-items:center;justify-content:space-between}.dash-title small{font-size:8px;color:#718cc2}.dash-title h3{font:800 18px var(--display);margin:2px 0}.growth-chip{font-size:20px;font-weight:800;color:#68e7ff;background:#17336d;border-radius:10px;padding:8px 11px}.growth-chip small{display:block;font-size:7px;color:#a8b8dc}.chart-box{height:115px;margin:10px 0;background:linear-gradient(180deg,#15275b,#121f4f);border-radius:12px;padding:8px}.chart-box svg{width:100%;height:100%}.dash-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dash-cards>div{padding:9px;border-radius:9px;background:#183b68}.dash-cards>div:nth-child(2){background:#383277}.dash-cards b{font-size:7px}.dash-cards span{display:block;height:6px;border-radius:4px;background:rgba(255,255,255,.18);margin-top:6px}.dash-cards span:last-child{width:70%}.float-solution{position:absolute;z-index:8;display:flex;align-items:center;gap:9px;padding:10px 13px;background:#fff;color:#152348;border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,.22);font-size:11px;line-height:1.25}.float-solution span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e9f0ff;color:#4b59ee}.float-solution svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fs-web{left:9%;top:32px}.fs-erp{right:3%;top:47px}.fs-cctv{right:-2%;top:195px}.fs-seo{right:0;top:315px}.fs-seo span{background:#ffeaf7;color:#dd39a0}.fs-cctv span{background:#ebf6ff;color:#3d68ef}.hero-stat-pills{position:absolute;left:10%;right:6%;bottom:0;z-index:9;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-stat-pills>div{background:rgba(12,25,61,.92);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:9px 12px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.16)}.hero-stat-pills b{font-size:14px;color:#fff}.hero-stat-pills small{display:block;color:#9db0d1;font-size:8px;margin-top:1px}
/* section headings */
.services-showcase,.projects-section,.about-premium,.proof-section{padding:70px 0}.section-topline{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.section-topline h2,.about-copy h2,.why-copy h2,.testimonial-wrap h2,.faq-wrap h2,.section-head h2{font:800 clamp(28px,3vw,42px)/1.18 var(--display);letter-spacing:-1.3px;margin:0 0 7px}.section-topline p,.section-head p{margin:0;color:var(--text)}.section-link{font-size:13px;font-weight:800;color:#5349ea;white-space:nowrap}.section-head{max-width:760px;margin-bottom:34px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
/* compact services */
.compact-services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.compact-service-card,.custom-solution-card{position:relative;min-height:156px;border:1px solid #e6eaf2;background:#fff;border-radius:16px;padding:18px 15px;display:flex;flex-direction:column;box-shadow:0 9px 25px rgba(24,43,79,.06);transition:.25s;overflow:hidden}.compact-service-card:after{content:'';position:absolute;inset:auto -35px -45px auto;width:95px;height:95px;border-radius:50%;background:var(--card-glow,#eef3ff);opacity:.6;transition:.25s}.compact-service-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgba(24,43,79,.12);border-color:#d8ddfb}.compact-service-card:hover:after{transform:scale(1.3)}.compact-service-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:var(--card-bg,#edf1ff);color:var(--card-color,#5a57eb);margin-bottom:13px}.compact-service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.compact-service-copy{display:block;position:relative;z-index:2}.compact-service-copy strong{display:block;font-size:12px;line-height:1.35;margin-bottom:6px}.compact-service-copy small{display:block;color:#647590;font-size:9.5px;line-height:1.5}.compact-arrow{position:absolute;right:13px;top:13px;color:#9aa7bc;font-size:12px;opacity:0;transform:translate(-5px,5px);transition:.2s}.compact-service-card:hover .compact-arrow{opacity:1;transform:none}.compact-service-card.c2{--card-bg:#e7f4ff;--card-color:#2974dd;--card-glow:#d9efff}.compact-service-card.c3{--card-bg:#e8f8ff;--card-color:#087cb7;--card-glow:#dff7ff}.compact-service-card.c4{--card-bg:#f0eaff;--card-color:#7546e9;--card-glow:#eee3ff}.compact-service-card.c5{--card-bg:#f3eaff;--card-color:#814fe9;--card-glow:#f1e5ff}.compact-service-card.c6{--card-bg:#ffeafa;--card-color:#d63c9b;--card-glow:#ffe5f7}.custom-solution-card{grid-column:span 2;background:linear-gradient(135deg,#0b2452,#183a7d);color:#fff;flex-direction:row;align-items:center;gap:16px;box-shadow:0 18px 36px rgba(18,48,105,.2)}.custom-icon{width:52px;height:52px;flex:0 0 52px;border-radius:15px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:24px}.custom-solution-card strong{display:block;font:800 15px var(--display);margin-bottom:5px}.custom-solution-card small{display:block;color:#c7d5ef;font-size:10px;line-height:1.5}.custom-solution-card em{display:inline-block;margin-top:10px;background:#fff;color:#3155d6;border-radius:999px;padding:6px 10px;font-size:9px;font-style:normal;font-weight:800}
/* about */
.about-premium-grid{display:grid;grid-template-columns:1.05fr .95fr .55fr;gap:34px;align-items:center}.about-copy p{color:var(--text);font-size:14px}.about-checks{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:22px 0 25px}.about-checks span{font-size:11px;font-weight:700;color:#394c6e}.about-checks span::first-letter{color:#4b62ef}.about-office{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.about-office img{width:100%;height:100%;object-fit:cover}.office-badge{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px)}.office-badge b{font-size:19px;color:#5b50e9}.office-badge span{font-size:9px;color:#4a5870;font-weight:700}.about-stats{position:relative;display:flex;flex-direction:column;gap:10px}.about-stats>div:not(.growing-note){display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:12px;border-radius:15px;background:#fff;border:1px solid #e8edf5}.stat-ico{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e7f2ff;color:#3167e4;font-size:15px}.about-stats strong{font:800 20px var(--display);line-height:1}.about-stats small{font-size:9px;color:#718099}.about-stats>div:nth-child(2) .stat-ico{background:#e4fbf4;color:#129a6a}.about-stats>div:nth-child(3) .stat-ico{background:#e9f8ff;color:#1c8bd2}.about-stats>div:nth-child(4) .stat-ico{background:#eee7ff;color:#754ae9}.growing-note{font-family:cursive;color:#2e4f93;font-size:18px;transform:rotate(-4deg);padding:10px;text-align:center}
/* projects */
.project-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.project-card{border:1px solid #e4e9f2;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 28px rgba(24,43,79,.07);transition:.25s}.project-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(24,43,79,.13)}.project-visual{height:135px;position:relative;background-size:cover;background-position:center;overflow:hidden}.project-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0f244e,#2968b6)}.project-visual.demo-e-commerce:before{background:linear-gradient(135deg,#fff0ed,#ee9d7c)}.project-visual.demo-erp:before{background:linear-gradient(135deg,#1c2b65,#644adb)}.project-visual.demo-security:before{background:linear-gradient(135deg,#0c2536,#4b8ba4)}.project-visual.demo-crm:before{background:linear-gradient(135deg,#edf4ff,#5b69e9)}.project-ui{position:absolute;inset:14px;background:#fff;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.14);padding:10px}.project-ui:before{content:'';position:absolute;left:0;top:0;bottom:0;width:25%;background:#112047;border-radius:8px 0 0 8px}.project-ui span{display:block;margin-left:31%;height:7px;border-radius:5px;background:#dfe6f3;margin-bottom:8px}.project-ui span:first-child{width:32%;background:#5c63ed}.project-ui div{margin:12px 0 0 31%;height:43px;border-radius:7px;background:linear-gradient(135deg,#e8f4ff,#ece8ff)}.project-ui b{position:absolute;right:8px;bottom:7px;font-size:8px;color:#fff;background:#1e3261;border-radius:5px;padding:3px 6px}.project-type{position:absolute;left:8px;top:8px;background:rgba(7,21,47,.82);color:#fff;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:800}.project-copy{padding:12px}.project-copy h3{font:800 11px var(--display);margin:0 0 5px}.project-copy p{font-size:9px;color:#71809a;line-height:1.45;margin:0 0 8px}.project-copy a{font-size:9px;font-weight:800;color:#514fe7}
/* why */
.why-section{padding:70px 0;background:radial-gradient(circle at 10% 10%,rgba(74,89,255,.25),transparent 28%),linear-gradient(120deg,#071735,#0d2b58);color:#fff}.why-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}.why-copy h2{color:#fff}.why-copy p{color:#b8c9e7;margin-bottom:25px}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why-card{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:rgba(255,255,255,.06);backdrop-filter:blur(6px)}.why-card>span{font-size:10px;color:#70ddff;font-weight:800}.why-card h3{font:800 15px var(--display);margin:7px 0}.why-card p{font-size:10px;color:#afc0df;margin:0}
/* testimonial faq */
.proof-grid{display:grid;grid-template-columns:1fr 1fr .78fr;gap:24px;align-items:stretch}.testimonial-wrap,.faq-wrap{min-width:0}.testimonial-slider{position:relative;min-height:250px}.testimonial-card{display:none;background:#fff;border:1px solid #e4e9f2;border-radius:18px;padding:24px;box-shadow:0 13px 34px rgba(26,45,82,.08)}.testimonial-card.active{display:block}.stars{color:#ffb21a;letter-spacing:2px;font-size:13px}.testimonial-card blockquote{font-size:12px;color:#465976;margin:12px 0 20px}.testimonial-person{display:flex;align-items:center;gap:11px}.testimonial-person>img,.testimonial-person>span{width:42px;height:42px;border-radius:50%;object-fit:cover}.testimonial-person>span{display:grid;place-items:center;background:linear-gradient(135deg,#4c64ef,#8b4ff5);color:#fff;font-weight:800}.testimonial-person strong{display:block;font-size:11px}.testimonial-person small{display:block;font-size:9px;color:#7a899f}.testimonial-controls{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.testimonial-controls>button{width:30px;height:30px;border:1px solid #e1e7f0;background:#fff;border-radius:50%;color:#425271}.testimonial-dots{display:flex;gap:5px}.testimonial-dots button{width:6px;height:6px;border:0;border-radius:999px;background:#cbd3e1;padding:0}.testimonial-dots button.active{width:18px;background:#5a50eb}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:#fff;border:1px solid #e4e9f2;border-radius:12px;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:13px 14px;color:#1e2c49;font-size:10px;font-weight:800}.faq-q b{font-size:16px;color:#6d7b91;transition:.2s}.faq-a{max-height:0;overflow:hidden;transition:.3s}.faq-a p{padding:0 14px 13px;margin:0;color:#65758e;font-size:9.5px}.faq-item.open .faq-a{max-height:160px}.faq-item.open .faq-q b{transform:rotate(45deg)}.transform-card{position:relative;overflow:hidden;border-radius:20px;padding:28px;background:linear-gradient(145deg,#343edd,#6c45ed 58%,#28a7ee);color:#fff;box-shadow:0 20px 45px rgba(68,64,218,.22)}.transform-card:after{content:'';position:absolute;width:200px;height:200px;border-radius:50%;border:1px solid rgba(255,255,255,.2);right:-80px;bottom:-90px}.transform-card h2{font:800 26px/1.25 var(--display);margin:10px 0}.transform-card p{font-size:11px;color:#e3e7ff}.transform-card small{display:block;margin-top:15px;color:#e1e6ff;font-size:8px}.paper-plane{font-size:35px;opacity:.35;position:absolute;right:20px;top:15px;transform:rotate(-20deg)}
/* generic page hero */
.page-hero{position:relative;padding:70px 0;background:radial-gradient(circle at 85% 20%,rgba(74,88,255,.34),transparent 25%),linear-gradient(120deg,#071735,#113764);color:#fff;overflow:hidden}.page-hero:after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px}.page-hero .container{position:relative;z-index:2}.page-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:35px;align-items:center}.page-hero h1{font:800 clamp(38px,5vw,64px)/1.08 var(--display);letter-spacing:-2px;margin:18px 0 12px}.page-hero p{max-width:760px;color:#c4d3ee;margin:0}.breadcrumbs{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800;color:#b8c9e6}.breadcrumbs a{color:#fff}.page-hero-art{display:flex;justify-content:flex-end}.page-hero-art img{max-height:230px;max-width:380px}.page-hero-icon{width:170px;height:170px;border-radius:34px;display:grid;place-items:center;background:linear-gradient(145deg,#3f4fdf,#7449ef);box-shadow:0 25px 55px rgba(0,0,0,.25)}.page-hero-icon svg{width:80px;height:80px;fill:none;stroke:#fff;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
/* full services */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid #e4e9f2;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(25,45,83,.07);transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(25,45,83,.13)}.service-thumb{height:170px;overflow:hidden;background:#eef3ff}.service-thumb img{width:100%;height:100%;object-fit:cover}.service-body{padding:20px}.service-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#edf1ff;color:#5357e9;font-weight:800;font-size:10px;margin-bottom:12px}.service-card h3{font:800 16px/1.3 var(--display);margin:0 0 8px}.service-card p{font-size:11px;color:#6d7d96;margin:0 0 14px}.card-link{font-size:11px;font-weight:800;color:#4c51e8}.service-list-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-list-premium .compact-service-card{min-height:185px}.empty-state{padding:28px;border:1px dashed #cad4e4;border-radius:16px;background:#fafcff;color:#6f7d93;text-align:center}
/* content, service detail */
.content-card,.form-card{background:#fff;border:1px solid #e5eaf2;border-radius:22px;padding:36px;box-shadow:var(--shadow2)}.prose{color:#3e506e}.prose h2,.prose h3,.prose h4{font-family:var(--display);color:#12213e;line-height:1.25}.prose h2{font-size:28px;margin-top:30px}.prose h3{font-size:21px}.prose p,.prose li{font-size:14px}.prose img{border-radius:14px;height:auto!important;max-width:100%!important}.prose table{max-width:100%;border-collapse:collapse}.prose td,.prose th{border:1px solid #e0e6ef;padding:9px}.service-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px}.service-sidebar{display:flex;flex-direction:column;gap:15px}.side-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:22px;box-shadow:0 10px 26px rgba(28,48,88,.06)}.side-card h3{font:800 17px var(--display);margin:0 0 12px}.side-links{display:flex;flex-direction:column;gap:8px}.side-links a{padding:10px 11px;border-radius:10px;background:#f5f7fc;font-size:11px;font-weight:700}.side-links a:hover{background:#eaf0ff;color:#4652e4}.service-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.service-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 0}.service-feature{padding:14px;border:1px solid #e7ebf2;border-radius:13px;background:#f9fbff;font-size:11px;font-weight:700}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
/* forms/contact */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:25px}.contact-cards{display:grid;gap:12px}.contact-info-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:22px;box-shadow:0 9px 25px rgba(26,45,82,.06)}.contact-info-card h3{font:800 15px var(--display);margin:0 0 6px}.contact-info-card p,.contact-info-card a{font-size:12px;color:#5f718d}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-size:11px;font-weight:800;color:#344664}.input{width:100%;border:1px solid #dce3ee;border-radius:11px;background:#fbfcff;padding:13px 14px;outline:0;color:#17233d;transition:.2s}.input:focus{border-color:#6a61ee;box-shadow:0 0 0 4px rgba(105,92,238,.09);background:#fff}.textarea,.input[type=textarea]{min-height:120px}.help-text{font-size:10px;color:#7c8a9d;margin-top:10px}.alert{padding:12px 14px;border-radius:11px;margin-bottom:16px;font-size:11px}.alert-success{background:#e9fbf3;color:#14724f}.alert-error{background:#fff0f1;color:#aa2633}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important}
/* demos/gallery/blog */
.dark-section{background:#071735;color:#fff}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.demo-card{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:24px;background:rgba(255,255,255,.06);overflow:hidden}.demo-card:before{content:'';position:absolute;width:170px;height:170px;border-radius:50%;background:#5347ed;right:-70px;top:-90px;filter:blur(4px);opacity:.35}.demo-card h3{font:800 19px var(--display);margin:10px 0}.demo-card p{font-size:11px;color:#b5c7e5}.demo-badge{display:inline-block;font-size:9px;font-weight:800;background:rgba(87,219,255,.12);color:#78e5ff;padding:5px 9px;border-radius:999px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{border-radius:16px;overflow:hidden;box-shadow:var(--shadow2);background:#fff}.gallery-item img{width:100%;height:260px;object-fit:cover}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{border:1px solid #e5eaf2;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(24,43,79,.07)}.blog-card-img{height:190px;background:#eef3ff}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:20px}.blog-card h3{font:800 18px var(--display);margin:6px 0}.blog-meta{font-size:9px;color:#8491a4}
/* CTA/footer */
.prefooter-cta{background:#f6f8fd}.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:30px;border-radius:24px;padding:34px;background:linear-gradient(135deg,#162f77,#5944e8 65%,#21a5e9);color:#fff;box-shadow:0 24px 50px rgba(45,60,170,.2)}.cta-panel h2{font:800 29px/1.25 var(--display);margin:6px 0}.cta-panel p{margin:0;color:#d8e2ff;font-size:12px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.site-footer{background:#06152f;color:#d8e5fb;padding:62px 0 0}.footer-grid{display:grid;grid-template-columns:1.45fr .7fr 1fr 1.15fr 1.05fr;gap:35px}.footer-brand{min-width:0;margin-bottom:17px}.footer-brand .brand-text strong{color:#fff}.footer-about p{font-size:11px;color:#99adce;max-width:340px}.site-footer h3{font:800 13px var(--display);color:#fff;margin:8px 0 15px}.footer-links,.contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links a,.contact-list li,.contact-list a{font-size:10px;color:#aebedd}.footer-links a:hover,.contact-list a:hover{color:#fff}.contact-list li{display:flex;gap:8px}.socials{display:flex;gap:8px}.socials a{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:11px}.newsletter p{font-size:10px;color:#aebedd}.newsletter-form{display:flex;background:rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.newsletter-form input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:11px;outline:0;font-size:9px}.newsletter-form button{width:38px;border:0;background:#3562ff;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:45px;padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#8397b9}.footer-bottom>div{display:flex;gap:20px}.float-btn{position:fixed;right:22px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;z-index:800;font-weight:800;font-size:10px;box-shadow:0 12px 28px rgba(0,0,0,.2)}.float-whatsapp{bottom:84px;background:#10b981}.float-call{bottom:26px;background:#4b4cf1}.back-top{position:fixed;left:18px;bottom:18px;width:34px;height:34px;border:0;border-radius:9px;background:#071735;color:#fff;opacity:0;visibility:hidden;transition:.2s;z-index:700}.back-top.show{opacity:1;visibility:visible}.mobile-bottom-bar{display:none}
/* search results */
.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.search-result-card{border:1px solid #e4e9f2;border-radius:16px;padding:20px;background:#fff}.search-result-card .result-type{font-size:9px;font-weight:800;color:#5860e9;text-transform:uppercase}.search-result-card h3{font:800 16px var(--display);margin:7px 0}.search-result-card p{font-size:11px;color:#6f7d95}.search-page-form{display:flex;max-width:760px;margin-bottom:30px;border:1px solid #dce3ee;border-radius:13px;overflow:hidden}.search-page-form input{flex:1;border:0;padding:14px 16px;outline:0}.search-page-form button{border:0;padding:0 22px;background:#4c53e8;color:#fff;font-weight:800}
/* reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1200px){.container{width:min(1160px,calc(100% - 36px))}.brand{min-width:240px}.brand-text strong{font-size:16px}.main-nav>a,.nav-dropdown-toggle,.nav-dropdown-toggle-link{padding:0 8px;font-size:12px}.compact-services-grid{grid-template-columns:repeat(4,1fr)}.project-strip{grid-template-columns:repeat(3,1fr)}.about-premium-grid{grid-template-columns:1fr 1fr}.about-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr)}.growing-note{display:none}.proof-grid{grid-template-columns:1fr 1fr}.transform-card{grid-column:1/-1}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr)}.newsletter{grid-column:1/-1;max-width:420px}.services-grid,.service-list-premium{grid-template-columns:repeat(3,1fr)}}
@media (max-width:980px){.topbar-location,.topbar-socials{display:none}.site-header{height:74px}.brand{min-width:0;margin-right:auto}.brand-logo{width:53px;height:50px}.brand-text strong{font-size:15px}.header-cta{display:none}.nav-toggle{display:flex;width:42px;height:42px;border:0;border-radius:12px;background:#f1f4fb;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav-toggle span{width:19px;height:2px;background:#152445;border-radius:2px}.main-nav{position:fixed;right:0;top:0;bottom:0;width:min(390px,88vw);padding:88px 18px 90px;background:#fff;display:block;transform:translateX(105%);transition:.3s;overflow:auto;z-index:1100;box-shadow:-25px 0 60px rgba(7,21,47,.2)}.main-nav.open{transform:none}.main-nav>a,.nav-dropdown-toggle,.nav-dropdown-toggle-link{width:100%;height:auto;min-height:48px;justify-content:space-between;padding:12px 13px;border-bottom:1px solid #edf0f5;border-radius:0;font-size:14px}.nav-dropdown-menu{position:static!important;transform:none!important;width:auto!important;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-radius:0;display:none;padding:7px!important}.nav-dropdown.open>.nav-dropdown-menu{display:block}.nav-dropdown:hover>.nav-dropdown-menu{display:none}.nav-dropdown.open:hover>.nav-dropdown-menu{display:block}.mega-menu{grid-template-columns:1fr}.mega-intro{display:none}.mega-services{grid-template-columns:1fr}.mini-menu a{border-bottom:1px solid #f0f2f7}.nav-search-btn{display:none}.mobile-only{display:flex!important;margin-top:14px!important;border-radius:12px!important;background:linear-gradient(135deg,#4159f5,#7d46f7)!important;color:#fff!important;justify-content:center!important}.mobile-overlay{position:fixed;inset:0;background:rgba(4,14,34,.55);z-index:1000}.mobile-overlay.show{display:block}.hero-premium{padding:60px 0}.hero-premium-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy h1,.hero-copy p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-trust-row{max-width:660px;margin-left:auto;margin-right:auto}.hero-tech-stage{height:470px;max-width:720px;width:100%;margin:auto}.compact-services-grid{grid-template-columns:repeat(3,1fr)}.custom-solution-card{grid-column:span 3}.why-grid{grid-template-columns:1fr}.page-hero-grid{grid-template-columns:1fr}.page-hero-art{display:none}.services-grid,.service-list-premium{grid-template-columns:repeat(2,1fr)}.service-detail-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.demo-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.newsletter{grid-column:auto}}
@media (max-width:700px){body{padding-bottom:62px}.container{width:calc(100% - 28px)}.topbar{height:34px}.topbar-inner{justify-content:center}.topbar-links{display:none}.topbar-left{font-size:9px}.brand-text small{display:none}.brand-logo{width:48px;height:46px;border-radius:12px}.brand-logo img{max-width:44px}.hero-premium{min-height:auto;padding:48px 0 36px}.hero-copy h1{font-size:42px;letter-spacing:-1.7px}.hero-copy p{font-size:13px}.hero-actions .btn{width:100%}.hero-trust-row{grid-template-columns:1fr;gap:10px;text-align:left}.hero-trust-row>div{max-width:260px;margin:auto;width:100%}.hero-tech-stage{height:370px}.dashboard-shell{width:86%;left:7%;height:250px;top:80px;padding:14px;border-radius:24px}.dash-main{grid-template-columns:75px 1fr}.dash-main aside{padding:12px 8px;gap:10px}.dash-main section{padding:10px}.dash-title h3{font-size:13px}.growth-chip{font-size:13px;padding:6px}.chart-box{height:80px}.fs-web{left:0;top:18px}.fs-erp{right:0;top:30px}.fs-cctv{right:-2px;top:190px}.fs-seo{display:none}.float-solution{padding:7px 9px;font-size:8px}.float-solution span{width:29px;height:29px}.float-solution svg{width:17px;height:17px}.hero-handwrite{display:none}.hero-stat-pills{left:2%;right:2%;grid-template-columns:repeat(3,1fr)}.hero-stat-pills>div{padding:6px}.hero-stat-pills b{font-size:11px}.hero-stat-pills small{font-size:6px}.services-showcase,.projects-section,.about-premium,.proof-section,.section{padding:55px 0}.section-topline{align-items:flex-start}.section-topline .section-link{display:none}.section-topline h2,.about-copy h2,.why-copy h2,.testimonial-wrap h2,.faq-wrap h2,.section-head h2{font-size:30px}.compact-services-grid{grid-template-columns:repeat(2,1fr);gap:10px}.compact-service-card{min-height:155px}.custom-solution-card{grid-column:1/-1}.about-premium-grid{grid-template-columns:1fr}.about-copy{text-align:left}.about-checks{grid-template-columns:1fr}.about-office{order:-1}.about-stats{grid-template-columns:repeat(2,1fr)}.project-strip{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.project-card{min-width:235px;scroll-snap-align:start}.why-cards{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.transform-card{grid-column:auto}.page-hero{padding:48px 0}.page-hero h1{font-size:38px}.services-grid,.service-list-premium,.demo-grid,.blog-grid,.gallery-grid,.search-results{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.content-card,.form-card{padding:22px 18px}.service-feature-grid,.related-grid{grid-template-columns:1fr}.cta-panel{padding:27px 20px;flex-direction:column;align-items:flex-start}.cta-actions{width:100%}.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column}.newsletter{grid-column:auto}.float-btn{display:none}.back-top{bottom:74px}.mobile-bottom-bar{position:fixed;left:0;right:0;bottom:0;height:62px;z-index:1000;display:grid;grid-template-columns:repeat(3,1fr);background:#06152f;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.mobile-bottom-bar a{display:grid;place-items:center;font-size:10px;font-weight:800;border-right:1px solid rgba(255,255,255,.08)}.mobile-bottom-bar a:nth-child(2){background:#0aa36c}.mobile-bottom-bar a:nth-child(3){background:linear-gradient(135deg,#425af5,#7d46f7)}.search-box{padding:28px 20px}.search-box label{font-size:30px}.search-input-wrap{flex-direction:column;border:0;gap:8px}.search-input-wrap input{border:1px solid #dce3ef;border-radius:11px}.search-input-wrap button{height:48px;border-radius:11px}.search-close{right:17px;top:17px}.topbar+ .site-header{top:0}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   JK MULTI SERVICES - FINAL V3 HOME THEME
   Biometric + CCTV first, colorful service images, premium demos
   ========================================================= */
:root{--jk-navy:#071a3c;--jk-blue:#1c64f2;--jk-violet:#7147f7;--jk-cyan:#13bff4;--jk-green:#12bf85;--jk-pink:#ef3e9f;--jk-orange:#ff8834;--jk-ink:#0d2148;--jk-muted:#647594;--jk-line:#e4eaf4;--jk-soft:#f6f9ff}
.topbar{background:linear-gradient(90deg,#071a3c 0%,#0b3777 52%,#132760 100%)}
.site-header{height:82px;box-shadow:0 8px 30px rgba(14,33,74,.055)}
.nav-wrap{gap:20px}.brand{min-width:270px}.brand-logo{box-shadow:none;border:1px solid #eef1f6}.main-nav>a,.nav-dropdown-toggle,.nav-dropdown-toggle-link{font-weight:800}.main-nav .active{background:#eef3ff;color:#3158e8}.header-cta{background:linear-gradient(135deg,#3d5ff5,#7e45f8);box-shadow:0 10px 24px rgba(96,72,238,.25)}

.hero-v3{position:relative;overflow:hidden;background:linear-gradient(120deg,#eef6ff 0%,#f9fbff 52%,#f4edff 100%);padding:52px 0 58px;border-bottom:1px solid #e6edf8}.hero-v3:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(44,89,190,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(44,89,190,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent)}.hero-v3-orb{position:absolute;border-radius:50%;filter:blur(18px);opacity:.55;pointer-events:none}.orb-a{width:350px;height:350px;background:#cbe6ff;right:4%;top:-110px}.orb-b{width:310px;height:310px;background:#e9d7ff;left:43%;bottom:-180px}.hero-v3-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px}.hero-v3-copy{padding:20px 0}.hero-v3-badge{display:inline-flex;align-items:center;gap:10px;padding:9px 15px;border-radius:999px;background:#e7f1ff;color:#174bb9;font-size:11px;font-weight:800;border:1px solid #d3e3fb}.hero-v3-badge i{width:8px;height:8px;background:linear-gradient(135deg,#1d77ff,#7e44f8);border-radius:50%;box-shadow:0 0 0 5px rgba(55,105,239,.1)}.hero-v3 h1{font:900 clamp(48px,5.15vw,78px)/.98 var(--display);letter-spacing:-3.2px;color:#092452;margin:20px 0 20px;max-width:720px}.hero-v3 h1 span{display:inline;background:linear-gradient(90deg,#1b66ef 0%,#6246ee 55%,#b13edc 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-v3-copy>p{font-size:16px;line-height:1.8;color:#526783;max-width:660px;margin:0}.hero-v3-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-v3{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;border-radius:13px;font-size:13px;font-weight:900;transition:.23s;white-space:nowrap}.btn-v3:hover{transform:translateY(-2px)}.btn-v3.primary{color:#fff;background:linear-gradient(135deg,#315ff6,#7b42f5);box-shadow:0 14px 28px rgba(77,76,239,.25)}.btn-v3.secondary{color:#18345f;background:#fff;border:1px solid #d4ddec;box-shadow:0 10px 25px rgba(28,49,90,.06)}.btn-v3.small{min-height:42px;padding:0 17px;font-size:11px}.btn-v3.white{background:#fff;color:#2c55e8}.play-v3{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eef3ff;color:#3d5fee;font-size:9px}.hero-v3-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;max-width:680px}.hero-v3-trust>div{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:14px;background:rgba(255,255,255,.62);border:1px solid rgba(211,222,239,.8)}.hero-v3-trust>div>span{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;color:#3562ef;background:#eef4ff}.hero-v3-trust svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-v3-trust p{display:flex;flex-direction:column;margin:0;line-height:1.25}.hero-v3-trust b{font-size:10px;color:#17315c}.hero-v3-trust small{font-size:8px;color:#7686a0;margin-top:3px}.hero-v3-visual{position:relative}.hero-v3-visual>img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 35px rgba(33,59,119,.09))}.hero-float{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:16px;background:rgba(255,255,255,.95);border:1px solid #e1e8f4;box-shadow:0 18px 35px rgba(32,57,111,.15);animation:jkFloat 4.5s ease-in-out infinite}.hero-float>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.hero-float svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-float div{display:flex;flex-direction:column}.hero-float b{font-size:10px;color:#15325e}.hero-float small{font-size:8px;color:#71809a}.hf-one{left:1%;bottom:12%;color:#11a875}.hf-one>span{background:#e8fff5}.hf-two{right:1%;top:16%;color:#4763f4;animation-delay:-2s}.hf-two>span{background:#eef1ff}@keyframes jkFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

.main-services-v3{padding:66px 0 72px;background:#fff;position:relative}.main-services-v3:after{content:"";position:absolute;right:0;bottom:0;width:340px;height:340px;background:radial-gradient(circle at bottom right,#eef2ff 0,transparent 65%);pointer-events:none}.section-heading-v3{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.eyebrow-v3{display:inline-flex;align-items:center;gap:9px;background:#eaf1ff;color:#3360e5;border-radius:999px;padding:8px 14px;font-size:10px;font-weight:900}.eyebrow-v3:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#3474ff,#8b49f7)}.section-heading-v3 h2{font:900 clamp(35px,3.4vw,52px)/1.05 var(--display);letter-spacing:-1.7px;color:#0d2450;margin:13px 0 8px}.section-heading-v3 h2 em{font-style:normal;background:linear-gradient(90deg,#246ff0,#6842ef,#e5409b);-webkit-background-clip:text;background-clip:text;color:transparent}.section-heading-v3 p{margin:0;color:#687b98;font-size:14px}.section-heading-v3>a{font-size:12px;font-weight:900;color:#4b45ee;white-space:nowrap}.image-service-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.image-service-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;background:#fff;border:1px solid #dfe6f1;border-radius:18px;box-shadow:0 10px 30px rgba(27,51,99,.045);transition:.28s}.image-service-card:hover{transform:translateY(-6px);box-shadow:0 22px 40px rgba(28,51,102,.12);border-color:#cfdafa}.service-image-wrap{position:relative;display:block;aspect-ratio:1.56/1;overflow:hidden;background:#eef5ff}.service-image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(to top,rgba(9,29,67,.12),transparent);pointer-events:none}.service-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s}.image-service-card:hover .service-image-wrap img{transform:scale(1.045)}.service-badge{position:absolute;z-index:2;right:10px;top:10px;padding:5px 9px;border-radius:999px;color:#fff;font-size:8px;font-weight:900;box-shadow:0 8px 18px rgba(16,50,89,.15)}.service-badge.popular{background:#17ba7a}.service-badge.secure{background:#2d80f5}.service-card-body{display:flex;flex-direction:column;flex:1;padding:15px 15px 14px}.service-card-body strong{font:800 13px/1.32 var(--display);color:#102651;min-height:34px}.service-card-body small{font-size:10px;line-height:1.55;color:#71809a;margin:6px 0 11px;min-height:45px}.service-card-body em{margin-top:auto;font-size:10px;font-style:normal;font-weight:900;color:#355feb}.service-card-body em b{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;color:#fff;background:#4963ed;margin-left:4px}.svc-color-1 .service-card-body em b{background:#2b76ff}.svc-color-2 .service-card-body em b{background:#12b47d}.svc-color-3 .service-card-body em b{background:#6d48ef}.svc-color-4 .service-card-body em b{background:#ff8138}.svc-color-5 .service-card-body em b{background:#ed4096}.primary-service{border-color:#cbd9ff;box-shadow:0 12px 34px rgba(44,84,185,.08)}

.business-proof-v3{padding:20px 0 68px;background:#fff}.proof-v3-grid{display:grid;grid-template-columns:1.75fr repeat(4,1fr);border:1px solid #e1e8f2;border-radius:24px;background:linear-gradient(105deg,#f8fbff,#fff 55%,#f7f1ff);overflow:hidden;box-shadow:0 14px 38px rgba(28,52,102,.055)}.proof-v3-intro{padding:28px 30px}.proof-v3-intro h2{font:900 25px/1.12 var(--display);color:#122b58;margin:11px 0 9px}.proof-v3-intro p{font-size:11px;line-height:1.65;color:#667a98;margin:0 0 17px}.proof-stat{padding:30px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-left:1px solid #e5ebf4}.proof-stat span{font-size:27px;line-height:1;margin-bottom:9px}.proof-stat:nth-child(2) span{color:#2d82f5}.proof-stat:nth-child(3) span{color:#7646f3}.proof-stat:nth-child(4) span{color:#12b77d}.proof-stat:nth-child(5) span{color:#ef4493}.proof-stat b{font:900 27px var(--display);color:#3d45ee}.proof-stat small{font-size:10px;color:#75849c;margin-top:5px}

.projects-v3{padding:68px 0;background:linear-gradient(180deg,#f9fbff 0%,#fff 100%)}.project-image-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.project-image-card{overflow:hidden;border-radius:17px;border:1px solid #e0e6ef;background:#fff;box-shadow:0 10px 28px rgba(24,49,99,.055);transition:.27s}.project-image-card:hover{transform:translateY(-5px);box-shadow:0 20px 35px rgba(25,50,101,.12)}.project-shot{position:relative;display:block;aspect-ratio:1.55/1;background:#edf3ff;overflow:hidden}.project-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}.project-image-card:hover .project-shot img{transform:scale(1.035)}.project-shot>span{position:absolute;left:9px;top:9px;background:#0e234d;color:#fff;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:900}.project-image-card>div{padding:12px 12px 14px}.project-image-card h3{font:800 12px/1.3 var(--display);color:#132b58;margin:0 0 6px}.project-image-card p{font-size:9px;line-height:1.45;color:#75849c;margin:0 0 9px;min-height:39px}.project-image-card>div>a{font-size:9px;font-weight:900;color:#3d5ff0}.project-image-card>div>a b{font-size:12px}

.why-v3{padding:62px 0;background:#fff}.why-v3-grid{display:grid;grid-template-columns:1.5fr repeat(4,.75fr) 1.35fr;gap:12px;align-items:stretch}.why-v3-title,.why-v3-item,.why-v3-cta{border-radius:20px}.why-v3-title{padding:24px 18px 24px 0}.why-v3-title h2{font:900 28px/1.08 var(--display);color:#102952;margin:12px 0 9px}.why-v3-title p{font-size:11px;line-height:1.6;color:#71809a;margin:0}.why-v3-item{padding:22px 13px;background:linear-gradient(145deg,#f7faff,#fff);border:1px solid #e3e9f2;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.why-v3-item>span{width:48px;height:48px;border-radius:16px;background:#ebf2ff;color:#3865f0;display:grid;place-items:center;margin-bottom:12px}.why-v3-item:nth-child(3)>span{background:#e9fff5;color:#10b879}.why-v3-item:nth-child(4)>span{background:#fff1e9;color:#f37a32}.why-v3-item:nth-child(5)>span{background:#f2eaff;color:#7c48ef}.why-v3-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.why-v3-item b{font-size:11px;color:#17305c}.why-v3-item small{font-size:8px;color:#7a89a0;margin-top:5px;line-height:1.4}.why-v3-cta{padding:25px;background:linear-gradient(135deg,#102d67,#5639d8 60%,#7246f2);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 18px 34px rgba(48,53,151,.16)}.why-v3-cta h3{font:900 21px/1.15 var(--display);margin:0 0 9px}.why-v3-cta p{font-size:10px;line-height:1.55;color:#dce6ff;margin:0 0 17px}.home-proof-v3{padding-top:30px}

/* Full services page: image based cards */
.service-list-premium{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}.service-list-premium .image-service-card{min-height:100%}.services-page-v3{padding:65px 0}

@media(max-width:1260px){.image-service-grid{grid-template-columns:repeat(4,1fr)}.project-image-grid{grid-template-columns:repeat(3,1fr)}.proof-v3-grid{grid-template-columns:1.6fr repeat(2,1fr)}.proof-stat:nth-child(4),.proof-stat:nth-child(5){border-top:1px solid #e5ebf4}.why-v3-grid{grid-template-columns:repeat(4,1fr)}.why-v3-title{grid-column:1/3}.why-v3-cta{grid-column:3/5}.service-list-premium{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:980px){.hero-v3{padding:44px 0 48px}.hero-v3-grid{grid-template-columns:1fr}.hero-v3-copy{text-align:center}.hero-v3 h1,.hero-v3-copy>p{margin-left:auto;margin-right:auto}.hero-v3-actions{justify-content:center}.hero-v3-trust{margin-left:auto;margin-right:auto}.hero-v3-visual{max-width:760px;margin:auto}.image-service-grid{grid-template-columns:repeat(3,1fr)}.proof-v3-grid{grid-template-columns:repeat(2,1fr)}.proof-v3-intro{grid-column:1/-1}.proof-stat{border-top:1px solid #e5ebf4}.project-image-grid{grid-template-columns:repeat(2,1fr)}.service-list-premium{grid-template-columns:repeat(2,1fr)!important}.why-v3-grid{grid-template-columns:repeat(2,1fr)}.why-v3-title,.why-v3-cta{grid-column:1/-1}}
@media(max-width:700px){.site-header{height:70px}.hero-v3{padding:34px 0 36px}.hero-v3 h1{font-size:43px;letter-spacing:-2px}.hero-v3-copy>p{font-size:13px;line-height:1.65}.hero-v3-actions .btn-v3{width:100%}.hero-v3-trust{grid-template-columns:1fr;max-width:280px;text-align:left}.hero-v3-visual{margin-top:2px}.hero-float{display:none}.main-services-v3,.projects-v3,.why-v3{padding:52px 0}.section-heading-v3{align-items:flex-start}.section-heading-v3>a{display:none}.section-heading-v3 h2{font-size:32px;letter-spacing:-1px}.section-heading-v3 p{font-size:12px}.image-service-grid{grid-template-columns:repeat(2,1fr);gap:10px}.service-card-body{padding:12px}.service-card-body strong{font-size:11px;min-height:30px}.service-card-body small{font-size:8.5px;min-height:54px}.service-card-body em{font-size:9px}.business-proof-v3{padding-bottom:50px}.proof-v3-grid{grid-template-columns:1fr 1fr}.proof-v3-intro{padding:24px 20px}.proof-stat{padding:22px 10px}.proof-stat b{font-size:22px}.project-image-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.project-image-card{min-width:250px;scroll-snap-align:start}.why-v3-grid{grid-template-columns:1fr 1fr}.why-v3-title,.why-v3-cta{grid-column:1/-1}.why-v3-title{padding:0 0 14px}.why-v3-title h2{font-size:28px}.service-list-premium{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:430px){.image-service-grid{grid-template-columns:1fr}.service-list-premium{grid-template-columns:1fr!important}.service-image-wrap{aspect-ratio:1.75/1}.why-v3-grid{grid-template-columns:1fr}.why-v3-title,.why-v3-cta{grid-column:auto}.proof-v3-grid{grid-template-columns:1fr 1fr}.brand-text strong{font-size:13px}}
.service-art-v3{display:flex;align-items:center;justify-content:center}.service-art-v3 img{width:100%;max-width:520px;height:auto;border-radius:24px;box-shadow:0 22px 55px rgba(10,35,83,.14);border:1px solid rgba(255,255,255,.2)}
.related-grid .image-service-card{min-width:0}

/* Final inner-page header treatment */
.page-hero{background:linear-gradient(120deg,#edf5ff 0%,#f9fbff 55%,#f3eaff 100%)!important;color:#0d2550!important;padding:58px 0!important;min-height:auto!important;border-bottom:1px solid #e1e8f3;overflow:hidden;position:relative}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 15%,rgba(99,72,242,.12),transparent 27%),radial-gradient(circle at 15% 90%,rgba(25,165,244,.10),transparent 30%);pointer-events:none}.page-hero>.container{position:relative;z-index:2}.page-hero h1{color:#0b2550!important;font:900 clamp(40px,4vw,62px)/1.02 var(--display)!important;letter-spacing:-2.1px!important;margin:14px 0 15px!important}.page-hero p{color:#60728f!important;max-width:760px!important;font-size:14px!important;line-height:1.7!important}.page-hero .breadcrumbs,.page-hero .breadcrumbs a,.page-hero .breadcrumbs span{color:#54709b!important}.page-hero .breadcrumbs a:hover{color:#3e52ee!important}.page-hero-art{min-height:250px!important}.page-hero-art>img{filter:drop-shadow(0 20px 28px rgba(29,52,105,.12))}.page-hero .btn-ghost-light{background:#fff!important;color:#18355f!important;border-color:#d5ddec!important}.page-hero .btn-ghost-light:hover{border-color:#6976ef!important;color:#4c4fe8!important}
@media(max-width:700px){.page-hero{padding:42px 0!important}.page-hero h1{font-size:38px!important;letter-spacing:-1.3px!important}.page-hero p{font-size:12.5px!important}}
