.page-loader{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none;opacity:1;transition:opacity .3s ease .1s}.page-loader.is-done{opacity:0}.page-loader-bar{height:100%;width:0;background:linear-gradient(90deg,var(--brand-600, #2563EB),var(--brand-400, #60A5FA));border-radius:0 2px 2px 0;animation:page-load-progress 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes page-load-progress{0%{width:0}20%{width:30%}50%{width:60%}80%{width:85%}to{width:100%}}@media(prefers-reduced-motion:reduce){.page-loader-bar{animation:none;width:100%}}:root{--brand-900: #1E3A5F;--brand-800: #1E40AF;--brand-700: #1D4ED8;--brand-600: #2563EB;--brand-500: #3B82F6;--brand-400: #60A5FA;--brand-300: #93C5FD;--brand-200: #BFDBFE;--brand-050: #EFF6FF;--ink-900: #1F2937;--ink-700: #374151;--ink-500: #6B7280;--bg: #F9FAFB;--surface: #ffffff;--surface-2: #F3F4F6;--surface-soft: #F9FAFB;--surface-alt: #EFF6FF;--surface-strong: #DBEAFE;--text: var(--ink-900);--muted: var(--ink-500);--link: var(--brand-600);--border: rgba(0, 0, 0, .08);--border-soft: rgba(0, 0, 0, .05);--border-strong: rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-soft: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 12px 24px rgba(0, 0, 0, .1);--shadow: var(--shadow-soft);--hero-gradient: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 50%, #F9FAFB 100%);--focus-ring: #2563EB;--focus-ring-shadow: rgba(37, 99, 235, .3);--primary: var(--brand-600);--primary-contrast: #ffffff;--header-bg: rgba(255, 255, 255, .8);--header-bg-scrolled: rgba(255, 255, 255, .95);--menu-bg: rgba(255, 255, 255, .98);--switch-bg: rgba(243, 244, 246, .9);--switch-active-bg: rgba(37, 99, 235, .1);--theme-trigger-bg: rgba(243, 244, 246, .8);--theme-trigger-text: var(--ink-700);--hero-shell-bg: linear-gradient(145deg, rgba(239, 246, 255, .7), rgba(255, 255, 255, .9));--hero-content-bg: linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(249, 250, 251, .8));--hero-visual-bg: linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(239, 246, 255, .95));--hero-frame-bg: #EFF6FF;--hero-frame-top-bg: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(219, 234, 254, .9));--hero-copy: #1F2937;--hero-copy-muted: #6B7280;--footer-bg: #0B1120;--footer-text: rgba(226, 232, 240, .9);--footer-text-muted: rgba(148, 163, 184, .7);--footer-link: rgba(203, 213, 225, .8);--footer-link-hover: #ffffff;--footer-border: rgba(148, 163, 184, .1);--status-success: #059669;--status-error: #DC2626;--bg-overlay-1: rgba(37, 99, 235, .08);--bg-overlay-2: rgba(59, 130, 246, .06);--bg-overlay-3: rgba(96, 165, 250, .05);--header-height: 64px;--section-space: clamp(3rem, 6vw, 4.5rem)}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--ink-900: #F1F5F9;--ink-700: #CBD5E1;--ink-500: #94A3B8;--bg: #0F172A;--surface: #1E293B;--surface-2: #334155;--surface-soft: #1E293B;--surface-alt: #1E3A5F;--surface-strong: #1E40AF;--text: var(--ink-900);--muted: var(--ink-500);--link: #60A5FA;--border: rgba(148, 163, 184, .2);--border-soft: rgba(148, 163, 184, .1);--border-strong: rgba(148, 163, 184, .3);--shadow-soft: 0 4px 6px rgba(0, 0, 0, .3);--shadow-md: 0 12px 24px rgba(0, 0, 0, .4);--shadow: var(--shadow-soft);--focus-ring: #60A5FA;--focus-ring-shadow: rgba(96, 165, 250, .3);--primary: #3B82F6;--primary-contrast: #0F172A;--header-bg: rgba(15, 23, 42, .85);--header-bg-scrolled: rgba(15, 23, 42, .95);--menu-bg: rgba(30, 41, 59, .98);--switch-bg: rgba(30, 41, 59, .9);--switch-active-bg: rgba(59, 130, 246, .2);--theme-trigger-bg: rgba(30, 41, 59, .9);--theme-trigger-text: var(--ink-700);--hero-gradient: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);--hero-shell-bg: linear-gradient(145deg, rgba(30, 41, 59, .8), rgba(15, 23, 42, .9));--hero-content-bg: linear-gradient(160deg, rgba(30, 41, 59, .95), rgba(15, 23, 42, .85));--hero-visual-bg: linear-gradient(160deg, rgba(30, 41, 59, .95), rgba(15, 23, 42, .95));--hero-frame-bg: #1E293B;--hero-frame-top-bg: linear-gradient(180deg, rgba(51, 65, 85, .9), rgba(30, 41, 59, .9));--hero-copy: #F1F5F9;--hero-copy-muted: #94A3B8;--footer-bg: #020617;--footer-text: rgba(226, 232, 240, .9);--footer-text-muted: rgba(148, 163, 184, .7);--footer-link: rgba(203, 213, 225, .8);--footer-link-hover: #ffffff;--footer-border: rgba(148, 163, 184, .1);--status-success: #34D399;--status-error: #F87171;--bg-overlay-1: rgba(37, 99, 235, .15);--bg-overlay-2: rgba(59, 130, 246, .12);--bg-overlay-3: rgba(96, 165, 250, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 88% 4%,rgba(59,130,246,.09),transparent 32%),radial-gradient(circle at 10% -6%,rgba(37,99,235,.06),transparent 36%),var(--bg);line-height:1.62;text-rendering:optimizeLegibility}body.modal-open{overflow:hidden}.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:500;border-radius:10px;border:1px solid transparent;background:var(--ink-900);color:#fff;font-weight:700;line-height:1.2;padding:.56rem .78rem;transform:translateY(-140%);transition:transform .2s ease}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0)}.skip-link:hover{color:#fff}a{color:var(--link);text-decoration:none}a:hover{color:var(--primary)}img{max-width:100%;display:block;height:auto}main{min-height:calc(100vh - 260px)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;box-shadow:0 0 0 3px var(--focus-ring-shadow)}.container{width:min(1200px,calc(100% - 2.4rem));margin-inline:auto}.page-shell{padding-top:calc(var(--header-height) + 1.25rem)}.section+.section{padding-top:0}@supports (content-visibility: auto){.page-shell>.section:not(.hero){content-visibility:auto;contain-intrinsic-size:1px 900px}}.title{margin:0;color:var(--text);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:-.03em;line-height:1.14}.subtitle{margin:.85rem 0 0;color:var(--muted);max-width:74ch}.muted{color:var(--muted)}.section-head h1,.section-head h2,.section-head h3{margin:0 0 .75rem;color:var(--text);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:-.03em;line-height:1.14}.section-head h1{font-size:clamp(2.2rem,4.6vw,3.5rem)}.section-head h2{font-size:clamp(1.6rem,2.2vw,2.4rem)}.section-head p{margin:.75rem 0 0;color:var(--muted);max-width:72ch}.badge-kicker{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:0;border:none;background:none;color:var(--brand-600);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.surface,.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.card{padding:1.5rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.card:hover{border-color:#2563eb26;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card h2,.card h3,.card h4{margin:0;color:var(--text);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.card p{margin:.875rem 0 0;color:var(--muted)}.chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.32rem .72rem;border:1px solid rgba(31,114,199,.46);color:var(--brand-700);background:var(--surface-2);font-size:.78rem;font-weight:600;line-height:1.2}.btn,.btn-ghost,.btn-link{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border-radius:8px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.btn-primary,.btn{color:var(--primary-contrast);background:var(--primary);border-color:var(--primary);box-shadow:0 12px 24px -18px #2563eb73}.btn-primary:hover,.btn:hover{color:var(--primary-contrast);background:var(--brand-700);border-color:var(--brand-700);transform:translateY(-1px)}.btn-secondary,.btn-ghost{color:var(--ink-700);background:transparent;border-color:var(--border-strong)}.btn-secondary:hover,.btn-ghost:hover{color:var(--brand-900);border-color:var(--border-strong);background:var(--surface-2)}.btn-link,.link{padding:0;border:0;border-radius:0;background:transparent;color:var(--brand-700);font-weight:700}.btn-link:hover,.link:hover{color:var(--brand-800)}.inline-links{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.stack,.grid-2,.grid-3,.grid-4{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.site-header{position:fixed;inset:0 0 auto;z-index:120;border-bottom:1px solid var(--border-soft);background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background-color .15s ease,box-shadow .15s ease}.site-header .container{min-height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-block:.5rem;transition:padding .2s ease}.site-header.is-scrolled .container,body.header-scrolled .site-header .container{padding-block:.44rem}.brand{display:inline-flex;align-items:center;gap:.7rem;min-width:0;color:var(--ink-700)}.brand-logo-mark{width:30px;height:30px;display:none}.brand-tag{display:none;color:var(--ink-500);font-size:.72rem;font-weight:600}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.nav-toggle .bar{display:block;width:18px;height:2px;margin:4px auto;background:var(--ink-700);transition:transform .2s ease,opacity .2s ease}.nav-toggle.is-open .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.is-open .bar:nth-child(2){opacity:0}.nav-toggle.is-open .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-nav{justify-self:center}.site-nav ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:.2rem}.site-nav a,.menu-group summary{display:inline-flex;align-items:center;border-radius:6px;padding:.46rem .7rem;color:var(--ink-700);font-size:14px;font-weight:600;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.site-nav a:hover,.site-nav a.is-active,.menu-group summary:hover,.menu-group[open]>summary{color:var(--brand-600);background:#2563eb14}.menu-group{position:relative}.menu-group summary{list-style:none;cursor:pointer}.menu-group summary::-webkit-details-marker{display:none}.menu-group .menu-content{position:absolute;top:calc(100% + .38rem);left:0;min-width:250px;display:grid;gap:.16rem;padding:.5rem;border-radius:12px;border:1px solid var(--border);background:var(--menu-bg);box-shadow:var(--shadow-md)}.menu-group .menu-content a{padding:.45rem .62rem;border-radius:8px}.header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.56rem}.theme-switcher{position:relative}.theme-switcher>summary{list-style:none;display:inline-flex;align-items:center;gap:.36rem;min-height:38px;border-radius:999px;border:1px solid var(--border);background:var(--theme-trigger-bg);color:var(--theme-trigger-text);padding:.36rem .68rem;font-size:.78rem;font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-switcher>summary::-webkit-details-marker{display:none}.theme-switcher[open]>summary{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.theme-switcher-caret{width:13px;height:13px;opacity:.8}.theme-switcher-menu{position:absolute;right:0;top:calc(100% + .42rem);min-width:180px;padding:.4rem;display:grid;gap:.2rem;border:1px solid var(--border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--shadow-md);z-index:60}.theme-switcher-option{width:100%;border:0;border-radius:10px;background:transparent;color:var(--text);padding:.5rem .6rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.45rem;text-align:left;font:inherit;font-size:.79rem;font-weight:600;cursor:pointer}.theme-switcher-option:hover,.theme-switcher-option:focus-visible{background:var(--surface-2)}.theme-switcher-option-icon{width:16px;text-align:center;font-size:.84rem;line-height:1}.theme-switcher-option-check{opacity:0;color:var(--primary);font-weight:800}.theme-switcher-option.is-active .theme-switcher-option-check{opacity:1}.header-actions .header-cta{background:var(--brand-700);border-color:var(--brand-700);color:var(--primary-contrast)}.header-actions .header-cta:hover{background:var(--brand-800);border-color:var(--brand-800)}.language-switch{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--switch-bg)}.language-switch a{min-width:44px;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .56rem;color:var(--ink-700);font-size:.75rem;font-weight:700}.language-switch a.active{background:#2563eb1f;color:var(--brand-600)}.hero{padding-top:1.4rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.2rem;align-items:stretch}.hero-content{padding:clamp(1.6rem,2vw,2.2rem);border-radius:var(--radius-lg);border:1px solid var(--border);background:radial-gradient(circle at 90% 6%,rgba(104,222,222,.1),transparent 38%),radial-gradient(circle at 8% 100%,rgba(37,99,235,.08),transparent 42%),var(--hero-gradient);box-shadow:var(--shadow-md)}.hero-content h1{margin:.9rem 0 0;font-size:clamp(2.2rem,5.2vw,3.5rem);line-height:1.1;letter-spacing:-.03em;color:var(--ink-900);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.hero-content p{margin:1rem 0 1.3rem;color:var(--ink-700);max-width:56ch}.hero-cta{display:flex;flex-wrap:wrap;gap:.65rem}.metrics{margin-top:1rem;display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr))}.metric{padding:.88rem .9rem;border-radius:14px;border:1px solid rgba(37,99,235,.18);background:var(--surface-2)}.metric strong{display:block;color:var(--ink-900);font-family:Inter,system-ui,sans-serif;font-size:1.2rem;line-height:1.2}.metric span{display:block;margin-top:.32rem;color:var(--ink-500);font-size:.82rem}.trust-bar{margin-top:1.15rem;padding:.78rem;border-radius:14px;border:1px solid rgba(37,99,235,.16);background:var(--surface-2)}.trust-chips{display:flex;flex-wrap:wrap;gap:.5rem}.hero-visual{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--hero-visual-bg);display:grid;place-items:center;min-height:330px;padding:1rem;box-shadow:var(--shadow-soft)}.hero-visual img{width:min(100%,520px);border-radius:14px;border:1px solid rgba(37,99,235,.18)}.case-study-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.case-study-card{height:100%}.case-study-card .inline-links{margin-top:1.125rem}.case-study-card h3{margin-top:.875rem}.case-study-card .case-study-metric{margin-top:.75rem}.case-study-card .link{margin-top:1rem;display:inline-block}.case-study-meta{margin-top:.68rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--ink-500)}.case-study-metric{margin-top:.9rem;font-size:.9rem;color:var(--ink-700);font-weight:600}.service-card h2,.service-card h3{font-size:1.04rem}.timeline{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.timeline-item{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);padding:1.08rem}.timeline-item .step{width:30px;height:30px;border-radius:50%;display:inline-grid;place-items:center;margin-bottom:.62rem;font-size:.82rem;font-weight:700;color:var(--brand-900);background:#cbfafce0;border:1px solid rgba(37,99,235,.16)}.timeline-item p{margin:.48rem 0 0}.article-grid,.portfolio-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.article-card,.portfolio-card{overflow:hidden}.article-thumb,.portfolio-thumb{display:flex;align-items:stretch;aspect-ratio:16 / 9;border-radius:12px 12px 0 0;overflow:hidden;border:1px solid var(--border-soft);background:var(--surface-alt);margin:-1.5rem -1.5rem .25rem}.article-thumb>*,.portfolio-thumb>*{width:100%}.article-thumb img,.portfolio-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.placeholder-thumb{display:flex;align-items:center;justify-content:center;height:100%;border-radius:inherit;background:var(--surface-alt, #F1F5F9)}.placeholder-thumb-inner{display:flex;align-items:center;justify-content:center}.placeholder-thumb-icon{width:3rem;height:3rem;color:var(--ink-300, #CBD5E1)}.placeholder-thumb--hero .placeholder-thumb-icon{width:4.5rem;height:4.5rem}html[data-theme=dark] .placeholder-thumb{background:#1e293b80}html[data-theme=dark] .placeholder-thumb-icon{color:#94a3b866}.delivery-placeholder{display:block;height:100%;padding:.5rem;border:1px solid rgba(37,99,235,.16);border-radius:inherit;background:#f3faffe0}.delivery-placeholder__chrome{min-height:100%;display:flex;flex-direction:column;gap:0}.delivery-placeholder__frame{flex:1;display:flex;min-height:0;padding:.3rem;border-radius:16px;border:1px solid rgba(188,212,246,.9);background:#e3f1fcc7}.delivery-placeholder__panel{flex:1;min-height:0;border-radius:14px;border:1px solid rgba(100,196,233,.28);padding:.86rem;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 92% 16%,rgba(88,191,230,.34),transparent 28%),radial-gradient(circle at 12% 86%,rgba(88,191,230,.2),transparent 30%),linear-gradient(132deg,#0e2f5a,#2159ac 58%,#2e8ed1);color:#eaf4ff}.delivery-placeholder__hero-visual{position:relative;min-height:100%;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.15rem 1.05rem;background:radial-gradient(circle at 9% 10%,rgba(144,214,255,.2),transparent 34%),radial-gradient(circle at 90% 84%,rgba(90,196,240,.22),transparent 38%),linear-gradient(136deg,#0e2f5a 6%,#2159ac 54%,#2e8ed1)}.delivery-placeholder__hero-glow{position:absolute;border-radius:999px;filter:blur(2px);z-index:0;pointer-events:none}.delivery-placeholder__hero-glow--one{width:140px;height:140px;top:-38px;right:16px;background:radial-gradient(circle,#7ad5ff6b,#7ad5ff00)}.delivery-placeholder__hero-glow--two{width:180px;height:180px;bottom:-68px;left:-44px;background:radial-gradient(circle,#3e7bd16b,#3e7bd100)}.delivery-placeholder__hero-glow--three{width:120px;height:120px;top:46%;right:28%;background:radial-gradient(circle,#cdf0ff2e,#cdf0ff00)}.delivery-placeholder__hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.delivery-placeholder__hero-grid path{stroke:#d0ecff52;stroke-width:1.6}.delivery-placeholder__hero-mascot{position:relative;z-index:2;width:min(62%,320px);min-width:188px;max-width:340px}.delivery-placeholder__hero-mascot svg{width:100%;height:auto;display:block}.delivery-placeholder__hero-nodes{position:absolute;left:1rem;bottom:.9rem;display:inline-flex;align-items:center;gap:.34rem;z-index:2}.delivery-placeholder__hero-nodes span{width:.42rem;height:.42rem;border-radius:999px;border:1px solid rgba(220,245,255,.74);background:#a6e3ffad;box-shadow:0 0 0 2px #081f422e}.delivery-placeholder__pills{margin-top:.72rem;display:flex;flex-wrap:wrap;gap:.34rem}.delivery-placeholder__pills span{display:inline-flex;align-items:center;border-radius:999px;padding:.24rem .52rem;font-size:.66rem;font-weight:700;border:1px solid rgba(198,227,255,.36);background:#05162f3d;color:#f2f9fff2}.delivery-placeholder--hero{padding:.72rem}.delivery-placeholder--hero .delivery-placeholder__frame{padding:.45rem}.delivery-placeholder--hero .delivery-placeholder__panel{padding:0;overflow:hidden}.delivery-placeholder--thumb .delivery-placeholder__panel{position:relative;overflow:hidden;padding:.74rem;justify-content:flex-end}.delivery-placeholder--thumb .delivery-placeholder__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#ffffff2e,#fff0 36%),linear-gradient(122deg,#c6e6ff3d 12%,#c6e6ff00 56%);pointer-events:none}.delivery-placeholder__mascot{position:relative;z-index:1;width:4.05rem;height:4.05rem;border-radius:999px;border:1px solid rgba(201,229,255,.3);background:linear-gradient(160deg,#071a372e,#184b8247);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff26}.delivery-placeholder__mascot svg{width:82%;height:82%;display:block}.delivery-placeholder--thumb .delivery-placeholder__pills span:nth-child(n+3){display:none}.article-meta,.portfolio-meta{margin:1.25rem 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:var(--ink-500);font-size:.8rem}.article-card-body{display:flex;flex-direction:column;gap:0;flex:1}.article-category-pill{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.02em;background:#2563eb1a;color:var(--brand-600)}html[data-theme=dark] .article-category-pill{background:#60a5fa26;color:#93c5fd}.article-date{font-size:.8rem;color:var(--ink-400)}.article-card h2,.article-card h3,.portfolio-card h2,.portfolio-card h3{margin-top:.875rem;font-size:1.02rem}.article-card h3{margin-top:.875rem}.article-card .link{margin-top:1rem;display:inline-block}.portfolio-card .portfolio-meta{margin-top:1rem}.portfolio-card h3{margin-top:.75rem}.portfolio-card .link{margin-top:1rem;display:inline-block}.chip-highlight{border-color:#1f72c799;background:#3b82f62e;color:var(--brand-900)}.portfolio-detail-badges{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.55rem}.portfolio-media-shell{margin-bottom:1rem}.portfolio-media-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.95rem}.portfolio-media-head h2{margin:0;font-size:1.1rem}.portfolio-media-hero{width:100%;padding:0;border:1px solid var(--border-soft);border-radius:16px;overflow:hidden;background:var(--surface-2);cursor:zoom-in}.portfolio-media-hero--static{cursor:default}.portfolio-media-hero img{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover}.portfolio-thumb-strip{margin-top:.72rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.62rem}.portfolio-thumb-button{border:1px solid var(--border-soft);border-radius:12px;padding:0;overflow:hidden;background:var(--surface-2);cursor:zoom-in}.portfolio-thumb-button img{width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;opacity:.92;transition:opacity .2s ease,transform .2s ease}.portfolio-thumb-button:hover img,.portfolio-thumb-button:focus-visible img{opacity:1;transform:scale(1.03)}.portfolio-chip-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.release-note-details{margin:0}.release-note-details summary{cursor:pointer;color:var(--brand-700);font-weight:600}.release-note-details p{margin:.45rem 0 0;color:var(--muted)}.portfolio-block+.portfolio-block{margin-top:1rem}.portfolio-block h2{margin-bottom:.56rem}.portfolio-api-media-note{border-radius:14px;border:1px dashed var(--border-strong);background:var(--surface-2);padding:1rem}.portfolio-api-media-note h3{margin:0 0 .5rem}.portfolio-lightbox,.portfolio-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;background:#0a1220db;display:grid;place-items:center;padding:1rem}.portfolio-lightbox[hidden],.portfolio-video-modal[hidden]{display:none!important}.portfolio-lightbox-figure{width:min(1100px,100%);margin:0}.portfolio-lightbox-figure img{width:100%;max-height:82vh;-o-object-fit:contain;object-fit:contain;border-radius:12px}.portfolio-lightbox-figure figcaption{margin-top:.45rem;color:#d4e2f4;text-align:center}.portfolio-lightbox-close,.portfolio-video-close{position:absolute;top:.85rem;right:.9rem;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#060d17ad;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer}.portfolio-video-frame-wrap{width:min(1100px,100%);border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.portfolio-video-frame-wrap iframe{width:100%;border:0;aspect-ratio:16 / 9;background:#000}.portfolio-video-fallback-link{margin-top:.8rem;color:#b8d7ff}.pill-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.48rem}.pill-list li{border-radius:999px;border:1px solid var(--border-soft);padding:.3rem .65rem;font-size:.76rem;color:var(--brand-900);background:var(--surface-2)}.pill-list li a{color:inherit;text-decoration:none}.pill-list li a:hover{text-decoration:underline}.article-tags{margin:.58rem 0 0}.article-tags li{padding:.22rem .58rem}.breadcrumb-wrap{margin-bottom:1.3rem;padding:.62rem .76rem;border-radius:12px;border:1px solid var(--border-soft);background:var(--surface-2)}.breadcrumb{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;color:var(--ink-500);font-size:.82rem}.breadcrumb li{display:inline-flex;align-items:center;gap:.35rem}.breadcrumb li:not(:last-child):after{content:"/";opacity:.5}.page-header{padding:1.22rem;border-radius:var(--radius-md);border:1px solid var(--border);background:radial-gradient(circle at 90% 8%,rgba(59,130,246,.1),transparent 34%),var(--surface);box-shadow:var(--shadow-soft);margin-bottom:1.3rem}.page-header h1{margin:.42rem 0 0;color:var(--ink-900);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;line-height:1.14;letter-spacing:-.03em;font-size:clamp(1.72rem,2.3vw,2.6rem)}.page-header p{margin:.72rem 0 0;color:var(--muted);max-width:74ch}.service-detail-grid{display:grid;gap:1rem;grid-template-columns:1.15fr .85fr}.article-detail-grid{align-items:start;grid-template-columns:minmax(0,1fr) minmax(280px,332px);gap:clamp(1.5rem,3vw,2.25rem)}.article-header{margin-bottom:1.05rem}.article-header-meta{margin-top:.84rem;display:flex;flex-wrap:wrap;gap:.46rem}.article-header-meta span{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-2);color:var(--ink-700);font-size:.75rem;font-weight:600;padding:.26rem .56rem}.article-main-card{padding:2rem}.article-main-card:hover,.article-side-card:hover{transform:none}.article-main-card .article-thumb{border-radius:14px}.article-main-card .article-meta{row-gap:.45rem;-moz-column-gap:.5rem;column-gap:.5rem}.article-main-card .article-meta span{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-2);padding:.24rem .54rem}.article-detail-aside{position:relative}.article-side-card{padding:1.5rem}.article-side-card h2{font-size:1.02rem}.article-side-card p{margin-top:.56rem}.article-outline-list{margin-top:.72rem;gap:.34rem;counter-reset:article-outline}.article-outline-list li{margin:0;padding:0}.article-outline-list li a,.article-outline-empty{display:block;border-radius:10px;border:1px solid var(--border-soft);background:var(--surface-2);color:var(--ink-700);font-size:.82rem;line-height:1.45;padding:.42rem .54rem}.article-outline-list li a:hover{border-color:var(--border);color:var(--ink-900);text-decoration:none}.article-outline-list li.outline-sub a{margin-left:.54rem}.article-outline-empty{color:var(--ink-500)}.archive-toolbar{padding:1rem 1.06rem;margin-bottom:1rem}.archive-toolbar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.72rem}.archive-toolbar-head h2{margin:0;font-size:1.04rem}.archive-toolbar-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.44rem}.archive-toolbar-meta span{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-2);color:var(--ink-700);font-size:.74rem;font-weight:600;line-height:1.25;padding:.24rem .52rem}.archive-toolbar-grid{margin-top:.82rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.88rem}.archive-toolbar-block h3{margin:0;font-size:.82rem;color:var(--ink-700);font-weight:700;text-transform:uppercase;letter-spacing:.03em}.archive-chip-list{margin-top:.5rem}.archive-chip-list li{font-size:.73rem}.archive-pagination{margin-top:1rem}.team-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.team-card{display:flex;align-items:center;gap:.95rem;min-height:118px}.team-avatar-wrap{flex-shrink:0}.team-avatar,.team-avatar-fallback{width:68px;height:68px;border-radius:999px;border:1px solid var(--border-soft)}.team-avatar{-o-object-fit:cover;object-fit:cover}.team-avatar-fallback{display:grid;place-items:center;color:var(--brand-900);font-weight:800;letter-spacing:.08em;background:linear-gradient(135deg,#cbfafccc,#e6f0fbd9)}.team-card-copy h2{margin:0;font-size:1rem}.team-role{margin:.35rem 0 0;color:var(--ink-700);font-weight:600}.team-handle{margin-top:.24rem;display:inline-block;color:var(--ink-500);font-size:.82rem}.team-empty{max-width:680px}.checklist{list-style:none;margin:0;padding:0;display:grid;gap:.56rem}.checklist li{position:relative;padding-left:1.4rem;color:var(--ink-700)}.checklist li:before{content:"";position:absolute;left:0;top:.52rem;width:8px;height:8px;border-radius:50%;background:var(--brand-600)}.contact-grid{display:grid;gap:1rem;grid-template-columns:1.2fr .8fr}.contact-grid+.grid-2{margin-top:1rem}.cms-locale-switch{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.55rem}.cms-locale-tab.is-active{color:var(--primary-contrast);background:var(--brand-700);border-color:var(--brand-700)}.cms-page-section{padding:1rem 1.1rem}.cms-locale-pane{display:none}.cms-locale-pane.is-active{display:block}.cms-section-head{margin-bottom:.7rem}.cms-section-head h2{margin-top:.45rem}.cms-section-meta p{margin:0}.cms-section-actions{margin-top:.85rem}.form-grid{display:grid;gap:.86rem;margin-top:.95rem}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field{display:grid;gap:.4rem}.form-field label{font-size:.82rem;color:var(--ink-700);font-weight:600}.form-field input,.form-field textarea{width:100%;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;padding:.62rem .74rem}.form-field textarea{min-height:150px;resize:vertical}.alert{min-height:1.4rem;font-size:.83rem;margin:0}.alert.success{color:var(--status-success)}.alert.error{color:var(--status-error)}.faq-list{display:grid;gap:.72rem}.faq-item{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:.96rem 1.08rem;font-family:Inter,system-ui,sans-serif;color:var(--ink-900)}.faq-item summary::-webkit-details-marker{display:none}.faq-item .answer{padding:0 1.08rem 1rem}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.58rem 0;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top;color:var(--ink-700)}.table th{width:40%;color:var(--ink-900);font-weight:700}.rich-content{color:var(--ink-700)}.rich-content>*:first-child{margin-top:0}.rich-content h2,.rich-content h3,.rich-content h4{margin:1.75rem 0 .75rem;color:var(--ink-900);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.rich-content p,.rich-content ul,.rich-content ol,.rich-content blockquote{margin:.8rem 0}.rich-content ul,.rich-content ol{padding-left:1.2rem}.rich-content a{color:var(--brand-700);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.article-content{font-size:1rem;line-height:1.78}.article-content>*+*{margin-top:1rem}.article-content h2,.article-content h3,.article-content h4{scroll-margin-top:calc(var(--header-height) + 1rem)}.article-content h2{margin-top:1.6rem;font-size:clamp(1.32rem,1.4vw,1.58rem);line-height:1.28}.article-content h3{margin-top:1.26rem;font-size:clamp(1.12rem,1.18vw,1.34rem)}.article-content h4{margin-top:1rem;font-size:1.02rem}.article-content p,.article-content li{color:var(--ink-700)}.article-content p>code,.article-content li>code,.article-content td>code{display:inline-block;border-radius:7px;border:1px solid var(--border-soft);background:var(--surface-2);color:var(--ink-900);font-family:JetBrains Mono,Fira Code,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.84em;line-height:1.4;padding:.08rem .36rem}.article-content blockquote{margin:1rem 0;border-left:3px solid rgba(31,114,199,.56);border-radius:0 12px 12px 0;background:var(--surface-2);color:var(--ink-700);padding:.8rem .9rem}.article-content ul,.article-content ol{padding-left:1.3rem}.article-content li+li{margin-top:.38rem}.article-content hr{border:0;height:1px;background:var(--border-soft);margin:1.2rem 0}.article-content img,.article-content video,.article-content iframe{width:100%;max-width:100%;border-radius:14px;border:1px solid var(--border-soft);background:var(--surface-2);box-shadow:var(--shadow-soft)}.article-content figure{margin:1rem 0}.article-content figcaption{margin-top:.48rem;color:var(--ink-500);font-size:.82rem;text-align:center}.article-content table{width:100%;border-collapse:collapse;border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;display:block;overflow-x:auto;white-space:nowrap}.article-content table thead{background:var(--surface-2)}.article-content table th,.article-content table td{border-bottom:1px solid var(--border-soft);text-align:left;padding:.56rem .64rem;font-size:.86rem;line-height:1.5}.article-content table th{color:var(--ink-900);font-weight:700}.code-shell{margin:1rem 0;border-radius:13px;border:1px solid rgba(17,33,57,.24);overflow:hidden;background:#0f1726;box-shadow:0 22px 42px -32px #050b15a6}.code-shell-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.48rem .65rem;border-bottom:1px solid rgba(136,169,210,.24);background:linear-gradient(180deg,#18243bfa,#111c30fa)}.code-shell-head span{color:#cfe0ffe6;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.code-copy-btn{border-radius:8px;border:1px solid rgba(130,170,224,.5);background:#2b4a7a66;color:#eaf2ff;font-size:.72rem;font-weight:700;line-height:1.2;padding:.22rem .52rem;cursor:pointer}.code-copy-btn:hover{background:#3f6aad70}.article-content pre{margin:0;border:0;border-radius:0;background:#0f1726;color:#e7edf8;padding:.84rem .94rem;overflow-x:auto;font-size:.84rem;line-height:1.66;font-family:JetBrains Mono,Fira Code,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.article-content pre code{display:block;min-width:-moz-max-content;min-width:max-content;color:inherit;background:transparent;border:0;padding:0}.list-plain{margin:0;padding:0;list-style:none;display:grid;gap:.6rem}.media-spaced{margin-bottom:1rem}.meta-spaced{margin-bottom:.8rem}.empty-state{padding:1.1rem 1.2rem;border-radius:14px;border:1px dashed rgba(37,99,235,.25);background:var(--surface-2);max-width:640px}.empty-state h3{margin:0;color:var(--ink-900);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.02rem}.empty-state p{margin:.48rem 0 0;color:var(--ink-500)}.compact-empty{max-width:560px;padding:.95rem 1.05rem}.cta-panel{background:linear-gradient(135deg,#1e3a8a,#2563eb 50%,#1d4ed8);color:#fff;text-align:center;padding:clamp(3rem,6vw,5rem) clamp(2rem,4vw,4rem);border-radius:var(--radius-lg);border:none;box-shadow:0 8px 32px #2563eb33;position:relative;overflow:hidden}.cta-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 100%,rgba(96,165,250,.15),transparent),radial-gradient(ellipse 50% 40% at 85% 10%,rgba(147,197,253,.1),transparent);pointer-events:none}.cta-panel .section-head{position:relative;margin-bottom:2rem}.cta-panel .section-head h2{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem)}.cta-panel .section-head p{color:#fffc;font-size:1.0625rem}.cta-panel .btn-primary{background:#fff;color:#1e3a8a;border-color:#fff;font-weight:700}.cta-panel .btn-primary:hover{background:#ffffffe6}.cta-panel .btn-secondary{border-color:#ffffff59;color:#fff}.cta-panel .btn-secondary:hover{background:#ffffff1f;border-color:#fff9}.cta-panel .inline-links{justify-content:center;margin-top:0;position:relative}.hero-do--compact{padding:clamp(3rem,7vw,5rem) 0 clamp(2.5rem,5vw,3.5rem);padding-top:calc(var(--header-height) + clamp(3rem,7vw,5rem))}.about-page .section+.section,.about-page .hero-do+.section{padding-top:var(--section-space)}.about-story-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(2.5rem,5vw,4rem);align-items:start}.about-story-header h2{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.55;color:var(--text);margin:.75rem 0 0}.about-story-focus-label{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-600)}.about-focus-list{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;gap:1rem}.about-focus-list li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;color:var(--text)}.about-focus-icon{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--brand-600)}.about-focus-icon svg{width:100%;height:100%}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-value-card{padding:2rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.about-value-card:hover{border-color:#2563eb26;box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-value-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#2563eb14;color:var(--brand-600)}.about-value-icon svg{width:1.25rem;height:1.25rem}.about-value-card h3{margin:1.25rem 0 0;font-size:1rem;font-weight:700;color:var(--text)}.about-value-card p{margin:.625rem 0 0;font-size:.9rem;line-height:1.58;color:var(--muted)}.about-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.about-mv-card{padding:2.5rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.about-mv-card--mission{background:#0f172a;border-color:#94a3b81a;color:#f1f5f9}.about-mv-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-600);margin-bottom:1rem}.about-mv-card--mission .about-mv-label{color:#60a5fa}.about-mv-card p{margin:0;font-size:1.125rem;line-height:1.65;font-weight:500}.about-mv-card--mission p{color:#cbd5e1}html[data-theme=dark] .about-mv-card--mission{background:#1e293b99;border-color:#94a3b81a}@media(max-width:1024px){.about-story-grid{grid-template-columns:1fr}.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-values-grid,.about-mv-grid{grid-template-columns:1fr}.about-mv-card{padding:2rem}}.faq-page .section+.section,.faq-page .hero-do+.section{padding-top:var(--section-space)}.faq-list{max-width:780px;margin:0 auto;display:grid;gap:0}.faq-page .faq-item{border:none;border-bottom:1px solid var(--border);border-radius:0;background:transparent;box-shadow:none;overflow:visible}.faq-page .faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.375rem 0;font-size:1.0625rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;transition:color .15s ease}.faq-page .faq-item summary::-webkit-details-marker{display:none}.faq-page .faq-item summary:after{content:"+";font-size:1.25rem;font-weight:400;color:var(--ink-400);flex-shrink:0;margin-left:1rem;transition:transform .2s ease}.faq-page .faq-item[open] summary:after{content:"−"}.faq-page .faq-item summary:hover{color:var(--brand-600)}.faq-page .faq-item .answer{padding:0 0 1.375rem}.faq-page .faq-item .answer p{margin:0;font-size:.95rem;line-height:1.65;color:var(--muted)}.contact-page .section+.section,.contact-page .hero-do+.section{padding-top:var(--section-space)}.contact-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.contact-form-panel{padding:2.5rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.contact-form-panel h2{margin:0 0 .5rem;font-size:1.375rem;font-weight:700;color:var(--text)}.contact-form-desc{margin:0 0 2rem;color:var(--muted);font-size:.9rem}.contact-form-note{margin:.75rem 0 0;font-size:.8rem;color:var(--ink-400)}.contact-sidebar{display:grid;gap:1.5rem}.contact-info-card{padding:2rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.contact-info-card h3{margin:0 0 1.25rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-600)}.contact-info-items{display:grid;gap:1.25rem}.contact-info-item{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text)}.contact-info-label{font-size:.8rem;font-weight:600;color:var(--ink-500)}.contact-info-item a{color:var(--brand-600)}.contact-social-links{display:flex;flex-wrap:wrap;gap:.625rem}.contact-social-link{display:inline-flex;padding:.375rem .875rem;border-radius:999px;border:1px solid var(--border);font-size:.8125rem;font-weight:600;color:var(--text);text-decoration:none;transition:border-color .15s ease,color .15s ease}.contact-social-link:hover{border-color:var(--brand-600);color:var(--brand-600)}.contact-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-option-card{padding:2rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.contact-option-card h3{margin:0;font-size:1.125rem;font-weight:700;color:var(--text)}.contact-option-card p{margin:.75rem 0 0;font-size:.9rem;line-height:1.58;color:var(--muted)}.contact-option-card .service-index-link{display:inline-block;margin-top:1.25rem}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}}@media(max-width:640px){.contact-options-grid{grid-template-columns:1fr}.contact-form-panel{padding:1.5rem}}.blog-page .section+.section,.blog-page .hero-do+.section{padding-top:var(--section-space)}.blog-filter-section{padding-bottom:0!important}.blog-filters{display:grid;gap:1.75rem}.blog-filter-group{display:flex;flex-direction:column;gap:.75rem}.blog-filter-label{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500)}.blog-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.blog-filter-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.8125rem;font-weight:600;color:var(--text);text-decoration:none;transition:border-color .15s ease,background .15s ease,color .15s ease}.blog-filter-pill:hover{border-color:var(--brand-600);color:var(--brand-600);background:#2563eb0a}.blog-filter-pill--tag{font-weight:500;color:var(--ink-500)}.blog-filter-count{font-size:.7rem;font-weight:700;color:var(--ink-400)}.blog-filter-pill--active,.blog-filter-pill--active:hover{border-color:var(--brand-600);background:var(--brand-600);color:#fff}.article-hero{background:var(--bg);color:var(--text);padding:clamp(1rem,2vw,1.5rem) 0 0;margin-top:calc(-1 * (var(--header-height) + 1.25rem));padding-top:calc(var(--header-height) + clamp(1rem,2vw,1.5rem))}.article-hero-inner{max-width:680px;margin:0 auto;text-align:center;padding-bottom:clamp(1.5rem,3vw,2.5rem)}.article-hero-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;color:var(--ink-400);margin-bottom:1.5rem}.article-hero-breadcrumb a{color:var(--ink-500);text-decoration:none;transition:color .15s ease}.article-hero-breadcrumb a:hover{color:var(--brand-600)}.article-hero-breadcrumb span{color:var(--ink-300)}.article-hero-title{margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--text)}.article-hero-meta{margin-top:1.25rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem 1rem;font-size:.8125rem;color:var(--ink-400)}.article-hero-cover{max-width:860px;margin:0 auto;border-radius:12px;overflow:hidden}.article-hero-cover img{width:100%;height:auto;display:block;max-height:480px;-o-object-fit:cover;object-fit:cover}.blog-page .article-body{background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;padding:clamp(2rem,4vw,3rem)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:clamp(2.5rem,5vw,4rem);align-items:start}.article-body{min-width:0}.article-content{font-size:1.0625rem;line-height:1.8;color:var(--text)}.article-content>*+*{margin-top:1.25rem}.article-body-tags{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem}.article-sidebar{min-width:0}.article-sidebar-sticky{position:sticky;top:calc(var(--header-height, 64px) + 1.5rem);display:grid;gap:2rem}.article-sidebar-section{padding-bottom:1.5rem;border-bottom:1px solid var(--border-soft)}.article-sidebar-section:last-child{border-bottom:none;padding-bottom:0}.article-sidebar-label{margin:0 0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-400)}.article-sidebar-text{margin:0;font-size:.875rem;line-height:1.6;color:var(--muted)}.article-outline-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.article-outline-list li{font-size:.8125rem;line-height:1.4}.article-outline-list a{color:var(--muted);text-decoration:none;transition:color .15s ease}.article-outline-list a:hover{color:var(--brand-600)}.article-outline-empty{font-size:.8125rem;color:var(--ink-300)}.article-sidebar-links{margin:0;padding:0;list-style:none;display:grid;gap:.625rem}.article-sidebar-links a{font-size:.8125rem;line-height:1.4;color:var(--muted);text-decoration:none;transition:color .15s ease}.article-sidebar-links a:hover{color:var(--brand-600)}@media(max-width:1024px){.article-layout{grid-template-columns:1fr}.article-sidebar-sticky{position:static}}.hero-do--blog{padding:clamp(2rem,5vw,3.5rem) 0 clamp(2rem,4vw,3rem);padding-top:calc(var(--header-height) + clamp(2rem,5vw,3.5rem))}.blog-hero-layout{display:flex;align-items:center;justify-content:space-between;gap:2rem}.blog-hero-title{margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#f1f5f9;letter-spacing:-.02em}.blog-hero-desc{margin:.5rem 0 0;font-size:.9375rem;color:#94a3b8;max-width:40ch}.blog-hero-search{flex-shrink:0;width:clamp(260px,30vw,360px)}@media(max-width:768px){.blog-hero-layout{flex-direction:column;align-items:stretch}.blog-hero-search{width:100%}}.blog-search-form{position:relative;max-width:480px;margin:0 auto}.blog-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:#64748b;pointer-events:none}.blog-search-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:#ffffff0f;color:#f1f5f9;font-size:.9375rem;outline:none;transition:border-color .15s ease,background .15s ease}.blog-search-input::-moz-placeholder{color:#64748b}.blog-search-input::placeholder{color:#64748b}.blog-search-input:focus{border-color:#60a5fa66;background:#ffffff1a}.blog-featured-section{padding-top:clamp(1.5rem,3vw,2rem)!important}.blog-featured{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2rem,4vw,3rem);align-items:center;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease}.blog-featured:hover{border-color:#2563eb33;box-shadow:0 8px 24px #00000014}.blog-featured-image{aspect-ratio:16 / 10;overflow:hidden;background:var(--surface-alt)}.blog-featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.blog-featured:hover .blog-featured-image img{transform:scale(1.04)}.blog-featured-body{padding:2rem 2.5rem 2rem 0}.blog-featured-title{margin:.875rem 0 0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--text)}.blog-featured:hover .blog-featured-title{color:var(--brand-600)}.blog-featured-excerpt{margin:.75rem 0 0;font-size:.9rem;line-height:1.6;color:var(--muted)}.blog-featured-meta{margin-top:1.25rem;display:flex;gap:1rem;font-size:.8rem;color:var(--ink-400)}.blog-tabs-section{padding:0;border-bottom:1px solid var(--border);position:sticky;top:var(--header-height, 64px);z-index:10;background:var(--bg)}.blog-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.blog-tabs::-webkit-scrollbar{display:none}.blog-tab{display:inline-flex;align-items:center;padding:1rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--ink-500);text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.blog-tab:hover{color:var(--text)}.blog-tab--active{color:var(--brand-600);border-bottom-color:var(--brand-600)}html[data-theme=dark] .blog-tabs-section{background:var(--bg);border-bottom-color:var(--border)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{border-radius:12px;border:1px solid var(--border);background:var(--surface);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.blog-card:hover{border-color:#2563eb26;box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.blog-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.blog-card-thumb{aspect-ratio:16 / 9;overflow:hidden;background:var(--surface-alt)}.blog-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-thumb img{transform:scale(1.04)}.blog-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.blog-card-title{margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--text)}.blog-card-excerpt{margin:.75rem 0 0;font-size:.9rem;line-height:1.55;color:var(--muted);flex:1}.blog-card-meta{margin-top:1rem;font-size:.775rem;color:var(--ink-400);display:flex;gap:.75rem}.blog-card-category{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-soft)}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-featured{grid-template-columns:1fr}.blog-featured-body{padding:1.5rem}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}html[data-theme=dark] .blog-filter-pill:hover{background:#60a5fa14}html[data-theme=dark] .blog-filter-pill--active,html[data-theme=dark] .blog-filter-pill--active:hover{background:var(--brand-600);color:#fff}.portfolio-page .section+.section,.portfolio-page .hero-do+.section,.products-page .section+.section,.products-page .hero-do+.section{padding-top:var(--section-space)}.pagination-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination-current{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;border-radius:8px;background:var(--brand-600);color:#fff;font-size:.875rem;font-weight:700}.services-page .section+.section,.services-page .hero-do+.section{padding-top:var(--section-space)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-index-card{display:flex;flex-direction:column;padding:2rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.service-index-card:hover{border-color:#2563eb33;box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-index-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:10px;background:#2563eb14;color:var(--brand-600);margin-bottom:1.25rem}.service-index-icon svg{width:1.375rem;height:1.375rem}.service-index-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--text)}.service-index-desc{margin:.75rem 0 0;font-size:.9rem;line-height:1.58;color:var(--muted);flex:1}.service-index-link{margin-top:1.25rem;font-size:.875rem;font-weight:600;color:var(--brand-600)}.service-index-card--compact{padding:1.5rem}.service-index-card--compact .service-index-title{font-size:1rem}.service-detail-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.service-detail-main h2{margin:0 0 1.5rem;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--text)}.service-checklist{margin:0;padding:0;list-style:none;display:grid;gap:1rem}.service-checklist li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;color:var(--text)}.service-checklist svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--brand-600);margin-top:.1rem}.service-detail-sidebar{display:grid;gap:1.5rem}.service-sidebar-card{padding:1.75rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.service-sidebar-card h3{margin:0 0 1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-600)}.service-tag-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.service-tag-list li{padding:.375rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--surface-alt);font-size:.8rem;font-weight:600;color:var(--ink-700)}.service-process-list{margin:0;padding:0 0 0 1.25rem;display:grid;gap:.75rem}.service-process-list li{font-size:.9rem;line-height:1.5;color:var(--muted)}.service-process-list li::marker{color:var(--brand-600);font-weight:700}@media(max-width:1024px){.service-detail-layout{grid-template-columns:1fr}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.site-footer{margin-top:0;background:var(--footer-bg);color:var(--footer-text);border-top:none}.site-footer .container{padding:clamp(3rem,5vw,4.5rem) 0 clamp(1.5rem,2vw,2rem)}.footer-grid{display:grid;gap:2.5rem clamp(2rem,4vw,3.5rem);grid-template-columns:minmax(0,1.4fr) minmax(9rem,.7fr) minmax(12rem,.85fr) minmax(12rem,.85fr);align-items:start}.footer-section{min-width:0}.footer-section--brand{max-width:28rem}.footer-brand{margin:0}.footer-brand img{width:auto;max-height:32px}.site-footer h3{margin:0;color:var(--footer-link-hover);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.footer-section--social{display:flex;flex-direction:column;gap:1rem;padding-left:0;border-left:none}.footer-social-copy{margin:0;font-size:.875rem;line-height:1.6;color:var(--footer-text-muted)}.footer-social-showcase{margin:.25rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.75rem}.footer-social-showcase li{display:flex}.footer-social-card{display:inline-flex;align-items:center;gap:.5rem;padding:0;border-radius:0;border:none;background:none;color:var(--footer-link);text-decoration:none;transition:color .15s ease}.footer-social-card:hover,.footer-social-card:focus-visible{color:var(--footer-link-hover);transform:none;border-color:transparent;background:none;box-shadow:none}.footer-social-card__icon{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:0;border:none;background:none;color:inherit}.footer-social-card__icon svg{width:1.125rem;height:1.125rem;fill:currentColor}.footer-social-card__body{display:inline-flex;min-width:0}.footer-social-card__label{color:inherit;font-weight:500;font-size:.875rem;line-height:1}.footer-social-card.is-linkedin .footer-social-card__icon,.footer-social-card.is-instagram .footer-social-card__icon,.footer-social-card.is-x .footer-social-card__icon{color:inherit;border-color:transparent;background:none}.site-footer p{margin:.875rem 0 0;color:var(--footer-text-muted);font-size:.875rem;line-height:1.6;max-width:28rem}.site-footer ul:not(.footer-social-showcase){margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.625rem}.site-footer a{color:var(--footer-link);font-size:.875rem;transition:color .15s ease}.site-footer a:hover{color:var(--footer-link-hover)}.footer-legal{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(148,163,184,.12);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;color:#94a3b899;font-size:.8125rem}.reveal{opacity:1;transform:translateY(0)}html.has-reveal .reveal{opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}html.has-reveal .reveal.is-visible{opacity:1;transform:translateY(0)}html.has-reveal .reveal-child{opacity:0;transform:translateY(10px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--reveal-i, 0) * 60ms)}html.has-reveal .is-visible .reveal-child,html.has-reveal .reveal-child.is-visible{opacity:1;transform:translateY(0)}html.has-reveal .reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}html.has-reveal .reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}html.has-reveal .reveal-stagger.is-visible>:nth-child(1){transition-delay:0ms}html.has-reveal .reveal-stagger.is-visible>:nth-child(2){transition-delay:80ms}html.has-reveal .reveal-stagger.is-visible>:nth-child(3){transition-delay:.16s}html.has-reveal .reveal-stagger.is-visible>:nth-child(4){transition-delay:.24s}html.has-reveal .reveal-stagger.is-visible>:nth-child(5){transition-delay:.32s}html.has-reveal .reveal-stagger.is-visible>:nth-child(6){transition-delay:.4s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.has-reveal .reveal,html.has-reveal .reveal.is-visible,html.has-reveal .reveal-child,html.has-reveal .is-visible .reveal-child,html.has-reveal .reveal-stagger>*,html.has-reveal .reveal-stagger.is-visible>*{opacity:1;transform:translateY(0);transition:none}}@media(max-width:1180px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav a,.menu-group summary{padding-inline:.58rem}.header-actions .header-cta{padding-inline:.84rem}}@media(max-width:1024px){:root{--header-height: 66px}.hero-grid,.service-detail-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:280px}.grid-3,.case-study-grid,.article-grid,.portfolio-grid,.timeline,.team-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-section--brand{grid-column:1 / -1;max-width:40rem}.footer-section--social{grid-column:1 / -1;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.1)}.portfolio-thumb-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.article-detail-grid{grid-template-columns:1fr}.article-detail-aside{order:2}}@media(max-width:900px){.archive-toolbar-grid{grid-template-columns:1fr}.archive-toolbar-head{flex-direction:column}.archive-toolbar-meta{justify-content:flex-start}.site-header .container{grid-template-columns:auto auto;grid-template-areas:"brand toggle" "nav nav" "actions actions";row-gap:.6rem;align-items:center}.brand{grid-area:brand}.site-nav{grid-area:nav;display:none;justify-self:stretch;width:100%}.site-nav ul{flex-direction:column;align-items:stretch;border-radius:12px;border:1px solid var(--border);padding:.45rem;background:var(--menu-bg);gap:.1rem}.site-nav.open{display:block}.menu-group .menu-content{position:static;margin-top:.25rem;min-width:0;box-shadow:none;border-color:var(--border-soft)}.header-actions{grid-area:actions;justify-content:flex-start;width:100%}.nav-toggle{grid-area:toggle;display:inline-flex;justify-self:end}.header-actions .header-cta{margin-left:auto}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.two{grid-template-columns:1fr}.portfolio-thumb-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.container{width:min(1200px,calc(100% - 1.5rem))}.page-shell{padding-top:calc(var(--header-height) + 1rem)}.hero-content h1{font-size:clamp(2.125rem,9vw,2.375rem)}.metrics,.grid-2,.grid-3,.grid-4,.case-study-grid,.article-grid,.portfolio-grid,.timeline,.footer-grid,.team-grid{grid-template-columns:1fr}.site-header .container{row-gap:.52rem}.header-actions{gap:.42rem}.header-actions .header-cta{margin-left:0}.language-switch a{min-width:40px}.footer-legal{flex-direction:column;align-items:flex-start}.footer-section--brand,.site-footer p{max-width:none}.footer-social-showcase{gap:.72rem}.portfolio-media-head{flex-direction:column;align-items:flex-start}.portfolio-thumb-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.article-main-card{padding:1.25rem}.article-side-card{padding:1rem}.article-content{font-size:.96rem;line-height:1.72}.article-content table th,.article-content table td{font-size:.8rem}.code-shell-head{padding:.42rem .56rem}.article-content pre{padding:.72rem .78rem;font-size:.8rem}}html[data-theme=light]{--bg: #F9FAFB;--surface: #ffffff;--surface-2: #F3F4F6;--surface-soft: #F9FAFB;--surface-alt: #EFF6FF;--border: rgba(0, 0, 0, .08);--border-soft: rgba(0, 0, 0, .05);--border-strong: rgba(0, 0, 0, .12);--shadow-soft: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 12px 24px rgba(0, 0, 0, .1);--header-height: 64px}body{background:radial-gradient(42% 52% at 14% 0%,var(--bg-overlay-1),transparent 68%),radial-gradient(44% 56% at 92% 10%,var(--bg-overlay-2),transparent 70%),radial-gradient(26% 28% at 82% 84%,var(--bg-overlay-3),transparent 75%),var(--bg)}.site-header{border-bottom:1px solid rgba(23,93,177,.12);background:var(--header-bg);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2)}.site-header .container{min-height:var(--header-height);gap:1.15rem;padding-block:.82rem}.site-header.is-scrolled,body.header-scrolled .site-header{background:var(--header-bg-scrolled);box-shadow:0 1px 3px #00000014}.site-header.is-scrolled .container,body.header-scrolled .site-header .container{padding-block:.68rem}.brand{gap:.78rem}.brand-logo-wrap{flex:0 0 auto;display:inline-flex;align-items:center}.brand-logo-full{width:auto;max-height:30px}.brand-logo-mark{width:30px;height:30px}.brand-copy{min-width:0;display:grid;gap:.08rem}.brand-wordmark{color:var(--ink-900);font-size:.96rem;font-weight:800;line-height:1.1;letter-spacing:.01em}.brand-tag{display:block;color:var(--ink-500);font-size:.68rem;font-weight:600;letter-spacing:.03em}.site-nav ul{gap:.32rem}.site-nav a,.menu-group summary{border-radius:999px;padding:.5rem .76rem;font-size:.82rem}.menu-group .menu-content{border-radius:14px;border-color:#2563eb26;background:var(--menu-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-actions{gap:.62rem}.language-switch{border-color:#2563eb2e;background:var(--switch-bg)}.language-switch a{min-width:46px}.header-actions .header-cta{border-radius:999px;min-height:42px;padding:.68rem 1.04rem;box-shadow:0 18px 30px -24px #2563ebcc,inset 0 0 0 1px var(--border-soft)}.header-actions .header-cta svg{width:16px;height:16px}.hero{padding-top:1.8rem}.hero-shell{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(37,99,235,.14);padding:clamp(.86rem,1.8vw,1.2rem);background:var(--hero-shell-bg);box-shadow:var(--shadow-md)}.hero-shell:before{content:"";position:absolute;inset:-28% -18% auto auto;width:62%;height:120%;background:radial-gradient(circle at 20% 18%,rgba(79,174,231,.24),transparent 62%),radial-gradient(circle at 72% 48%,rgba(67,140,222,.15),transparent 66%);pointer-events:none;animation:heroAuraDrift 12s ease-in-out infinite alternate}.hero-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:.2;background-image:radial-gradient(rgba(37,99,235,.2) .5px,transparent .5px);background-size:3px 3px}@keyframes heroAuraDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-2%,4%,0) scale(1.05)}}.hero-grid{position:relative;z-index:1;grid-template-columns:1.1fr .9fr;gap:1.35rem}.hero-content{border-radius:24px;padding:clamp(1.75rem,2.8vw,2.55rem);border-color:#2563eb29;background:radial-gradient(circle at 90% 8%,rgba(109,217,232,.16),transparent 46%),var(--hero-content-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-content h1{margin-top:.75rem;max-width:16ch;font-size:clamp(2.4rem,5.1vw,3.9rem);letter-spacing:-.04em}.heading-accent{display:block;margin-top:.58rem;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(1.05rem,2.1vw,1.35rem);font-weight:700;letter-spacing:-.01em;background:linear-gradient(95deg,#1f72c7,#3b95d3 48%,#57cde0);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-content p{margin:1rem 0 1.18rem;max-width:58ch;color:var(--hero-copy);font-size:1.02rem}.hero-cta{gap:.72rem}.hero-cta .btn{min-height:44px;border-radius:999px;padding-inline:1.16rem}.hero-microcopy{margin:.96rem 0 0;color:var(--hero-copy-muted);font-size:.84rem;font-weight:600;letter-spacing:.01em}.metrics{margin-top:1.15rem;gap:.75rem}.metric{display:flex;align-items:flex-start;gap:.65rem;padding:.9rem .96rem;background:var(--surface-2);border-color:#2563eb33}.metric-icon{flex:0 0 auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--brand-800);background:#52b4e629;border:1px solid rgba(42,113,188,.22);font-size:.76rem;line-height:1;margin-top:.1rem}.metric strong{font-size:1.26rem}.trust-bar{margin-top:1.08rem;border-radius:16px;border-color:#2563eb2e;background:var(--surface-2)}.trust-chips{gap:.52rem}.trust-bar .chip{border-radius:999px;border-color:#2563eb3d;color:var(--ink-700);background:var(--surface);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.trust-bar .chip:hover{border-color:#2563eb5c;background:var(--surface-2);transform:translateY(-1px)}.hero-visual{position:relative;min-height:420px;padding:clamp(1rem,2vw,1.35rem);border-radius:24px;border-color:#2563eb33;background:var(--hero-visual-bg),radial-gradient(circle at 94% 4%,rgba(90,178,233,.2),transparent 44%);box-shadow:0 38px 70px -52px #00000080}.hero-visual-badge{position:absolute;top:1rem;left:1rem;z-index:2;border-radius:999px;border:1px solid rgba(37,99,235,.2);background:var(--surface-2);color:var(--ink-700);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.32rem .62rem}.hero-frame{width:min(100%,540px);border-radius:16px;border:1px solid rgba(37,99,235,.18);background:var(--hero-frame-bg);box-shadow:0 28px 52px -42px #000000a6;overflow:hidden;margin-top:.45rem}.hero-frame-top{display:flex;align-items:center;gap:.35rem;padding:.48rem .62rem;background:var(--hero-frame-top-bg);border-bottom:1px solid rgba(37,99,235,.16)}.hero-frame-top span{width:8px;height:8px;border-radius:999px;background:#215ea659}.hero-frame-top p{margin:0 0 0 auto;color:var(--muted);font-size:.7rem;font-weight:600}.hero-frame-screen{padding:.75rem}.hero-frame-screen img{width:100%;border-radius:12px;border:1px solid rgba(37,99,235,.2);box-shadow:0 22px 42px -34px #0009}.hero-capabilities{width:100%;margin-top:.86rem;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.capability-pill{border-radius:999px;border:1px solid rgba(37,99,235,.22);padding:.28rem .66rem;background:var(--surface-2);color:var(--ink-700);font-size:.74rem;font-weight:600}.trust-layer-section{padding-top:1.6rem}.trust-layer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-radius:18px;border:1px solid rgba(37,99,235,.16);background:var(--surface-2);padding:.88rem 1rem;box-shadow:var(--shadow-soft)}.trust-layer-title{margin:0;color:var(--ink-700);font-size:.84rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.trust-layer-grid{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.46rem}.trust-capability{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(37,99,235,.2);background:var(--surface);padding:.3rem .64rem;color:var(--ink-700);font-size:.75rem;font-weight:600;transition:transform .2s ease,border-color .2s ease}.trust-capability:hover{transform:translateY(-1px);border-color:#2563eb57}.trusted-clients-section{padding-top:1.6rem}.trusted-clients-head{margin-bottom:1.35rem}.trusted-clients-head h2{margin-bottom:.48rem}.trusted-clients-head p{max-width:720px}.trusted-clients-metric{margin-top:.48rem;margin-bottom:0;color:var(--ink-700);font-size:.82rem;font-weight:600;letter-spacing:.015em}.trusted-clients-wall{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem 1.15rem}.trusted-client-item{min-width:0}.trusted-client-brand{display:flex;min-height:66px;align-items:center;justify-content:center;text-decoration:none;color:inherit;border-radius:12px;padding:.35rem .5rem;transition:opacity .22s ease,transform .22s ease}.trusted-client-brand-link:hover,.trusted-client-brand-link:focus-visible{opacity:1;transform:translateY(-1px)}.trusted-client-brand-link:focus-visible{outline:2px solid rgba(17,199,217,.45);outline-offset:2px}.trusted-client-logo{width:auto;max-width:min(100%,200px);height:34px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1) saturate(0) opacity(.72);transition:filter .24s ease,opacity .24s ease}.trusted-client-brand-link:hover .trusted-client-logo,.trusted-client-brand-link:focus-visible .trusted-client-logo,.trusted-client-brand:hover .trusted-client-logo{filter:grayscale(0) saturate(1) opacity(1)}.trusted-client-wordmark{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border-radius:999px;border:1px solid rgba(37,99,235,.16);background:var(--surface-2);color:var(--ink-700);font-size:.72rem;font-weight:700;letter-spacing:.09em;line-height:1;text-transform:uppercase;font-variant:all-small-caps;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.44rem .82rem;opacity:.76;transition:opacity .2s ease,border-color .2s ease,color .2s ease}.trusted-client-brand-link:hover .trusted-client-wordmark,.trusted-client-brand-link:focus-visible .trusted-client-wordmark{opacity:1;border-color:#2563eb4d;color:var(--text)}.service-card{padding:1.5rem}.service-card-head{display:flex;align-items:center;justify-content:space-between;gap:.72rem;margin-bottom:.86rem}.service-icon{width:48px;height:48px;flex:0 0 auto;border-radius:12px;border:none;color:var(--brand-800);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.service-icon svg{width:21px;height:21px}.service-label{border-radius:999px;border:1px solid rgba(37,99,235,.18);color:var(--ink-700);background:var(--surface-2);padding:.25rem .58rem;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.service-card h3{font-size:1.08rem}.service-card p{margin-top:.66rem;margin-bottom:.96rem}.service-explore{display:inline-flex;align-items:center;gap:.42rem;border-radius:999px;border:1px solid rgba(37,99,235,.26);padding:.34rem .72rem;color:var(--ink-700);font-size:.8rem;font-weight:700;background:var(--surface-2);transition:transform .15s ease,border-color .15s ease,color .15s ease}.service-explore:hover{color:var(--brand-900);border-color:#2563eb5c;transform:translateY(-1px)}.service-card:hover .service-icon{transform:translateY(-2px);border-color:#2563eb52;background:var(--surface)}.site-nav a,.menu-group summary,.header-actions .header-cta,.btn,.chip,.card,.trust-capability,.service-explore{transition-duration:.15s}@media(max-width:1024px){:root{--header-height: 72px}.hero-grid{grid-template-columns:1fr}.hero-content h1{max-width:100%}.hero-visual{min-height:350px}.trust-layer{flex-direction:column;align-items:flex-start}.trust-layer-grid{justify-content:flex-start}.trusted-clients-wall{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.site-header .container{grid-template-columns:auto auto;grid-template-areas:"brand toggle" "nav nav" "actions actions";row-gap:.68rem;padding-block:.68rem}.site-nav{grid-area:nav;display:none;justify-self:stretch;width:100%}.site-nav.open{display:block}.site-nav ul{flex-direction:column;align-items:stretch;border-radius:14px;border:1px solid var(--border);background:var(--menu-bg);padding:.44rem}.site-nav a,.menu-group summary{border-radius:10px}.header-actions{grid-area:actions;justify-content:flex-start;width:100%}.theme-switcher-menu{right:auto;left:0}.header-actions .header-cta{margin-left:auto}.trusted-clients-wall{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}}@media(max-width:720px){:root{--header-height: 68px}.site-header .container{padding-block:.6rem}.brand{gap:.58rem}.brand-logo-full{max-height:26px}.brand-logo-mark{width:26px;height:26px}.brand-wordmark{font-size:.84rem}.brand-tag{display:none}.theme-switcher>summary{min-height:36px;padding-inline:.56rem}.theme-switcher-trigger-label,.theme-switcher-caret{display:none}.trusted-clients-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.trusted-client-brand{min-height:60px;padding:.3rem .45rem}.trusted-client-logo{height:30px}.trusted-client-wordmark{font-size:.68rem;padding:.38rem .7rem}.hero-shell{border-radius:22px;padding:.7rem}.hero-content{border-radius:18px;padding:1.25rem}.hero-content h1{font-size:clamp(2rem,8.3vw,2.5rem)}.hero-microcopy{line-height:1.45}.hero-visual{min-height:280px}.hero-frame-top p{display:none}.hero-capabilities{justify-content:flex-start}.trust-layer{padding:.78rem .82rem}.trust-layer-title{font-size:.78rem}.service-card{padding:1rem}}.demo-tracker .demo-shell{border:1px solid var(--border);border-radius:24px;padding:1.25rem 1.35rem;background:linear-gradient(130deg,var(--surface),var(--surface-alt));box-shadow:0 20px 56px #1d3c631c}.demo-tracker .demo-shell h1{margin-top:.72rem;margin-bottom:.72rem;font-size:clamp(1.8rem,3.6vw,2.6rem)}.demo-tracker .demo-shell p{margin:0;max-width:70ch}.demo-meta{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.demo-grid{margin-top:1.1rem;display:grid;gap:.95rem;grid-template-columns:repeat(2,minmax(0,1fr))}.demo-card{padding:1rem}.demo-card h2{margin-top:0;margin-bottom:.65rem;font-size:1.03rem}.demo-list{margin:0;padding:0;list-style:none;display:grid;gap:.6rem}.demo-list li{border:1px solid var(--border);border-radius:12px;background:var(--surface-2);padding:.62rem .68rem;display:grid;gap:.2rem}.demo-list li strong{font-size:.93rem}.demo-list li span{font-size:.82rem;color:var(--blue-700);font-weight:600}.demo-list li small{font-size:.77rem;color:var(--slate-500)}.demo-list .is-empty{color:var(--slate-500)}@media(max-width:900px){.demo-grid{grid-template-columns:1fr}}:root{--header-height: 64px;--section-space: clamp(3rem, 6vw, 4.5rem);--space-section-sm: 40px;--space-section-lg: 88px;--gap-grid: 24px;--gap-grid-mobile: 18px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-shell{padding-top:calc(var(--header-height) + .9rem)}.section{padding:var(--section-space) 0}.section-sm{padding:var(--space-section-sm) 0}.section-lg{padding:var(--space-section-lg) 0}.section+.section,.section-sm+.section,.section+.section-sm,.section-lg+.section,.section+.section-lg{padding-top:0}.hero-do+.section,.hero-do+.section-sm{padding-top:clamp(2rem,4vw,3rem)}.stack{gap:clamp(16px,calc(var(--gap-grid) - 4px),20px)}.grid-2,.grid-3,.grid-4,.service-detail-grid,.contact-grid,.portfolio-grid,.article-grid,.case-study-grid,.timeline,.footer-grid{gap:var(--gap-grid)}.section-head{margin-bottom:clamp(28px,3vw,40px)}.site-header .container{grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto auto;-moz-column-gap:.76rem;column-gap:.76rem;padding-block:.48rem}.brand{max-width:300px;gap:.58rem}.brand-copy{display:grid;align-items:start;gap:.04rem}.brand-wordmark{font-size:.9rem;font-weight:800;line-height:1.1}.brand-tag{display:block;max-width:21ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;line-height:1.2}.site-nav{min-width:0}.site-nav ul{justify-content:center;gap:.16rem}.site-nav a,.menu-group summary{border-radius:999px;padding:.4rem .6rem;font-size:.78rem;font-weight:600;line-height:1.2}.header-actions{margin-left:auto;gap:.5rem}.header-controls{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .2rem;border:1px solid var(--border-soft);border-radius:999px;background:var(--surface);box-shadow:inset 0 0 0 1px #ffffff1f}.theme-switcher>summary{width:32px;height:32px;min-height:32px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--theme-trigger-text);padding:0;display:inline-flex;align-items:center;justify-content:center;gap:0}.theme-switcher-trigger-icon{font-size:.94rem;line-height:1}.theme-switcher>summary:hover,.theme-switcher[open]>summary{background:var(--surface-2);border-color:var(--border-soft);box-shadow:none}.theme-switcher-menu{min-width:156px}.theme-switcher-option{padding:.5rem .56rem;font-size:.76rem;gap:.38rem}.language-switch{border-radius:10px;border-color:var(--border-soft);background:transparent}.language-switch a{min-width:32px;height:30px;padding:0 .4rem;font-size:.69rem;font-weight:700;border-radius:8px}.header-cta-desktop{min-height:38px;padding:.56rem .92rem;font-size:.76rem;font-weight:700;border-radius:999px;white-space:nowrap}.header-cta-desktop svg{width:14px;height:14px}.nav-mobile-cta{display:none}.site-nav a:focus-visible,.menu-group summary:focus-visible,.theme-switcher>summary:focus-visible,.language-switch a:focus-visible,.nav-toggle:focus-visible,.header-cta-desktop:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media(max-width:1180px){.site-header .container{grid-template-columns:minmax(180px,auto) minmax(0,1fr) auto auto;-moz-column-gap:.56rem;column-gap:.56rem}.brand-tag{display:block;font-size:.62rem}.site-nav a,.menu-group summary{padding:.38rem .52rem;font-size:.74rem}.header-cta-desktop{padding-inline:.78rem;font-size:.72rem}}@media(max-width:1024px){:root{--header-height: 68px;--section-space: clamp(2rem, 4vw, 2.5rem);--space-section-sm: 36px;--space-section-lg: 76px;--gap-grid: 20px}.site-header .container{grid-template-columns:1fr auto auto;grid-template-areas:"brand actions toggle" "nav nav nav";align-items:center;row-gap:.52rem;padding-block:.54rem}.brand{grid-area:brand;max-width:none}.header-actions{grid-area:actions;margin-left:0}.site-nav{grid-area:nav;display:none;width:100%;justify-self:stretch}.site-nav.open{display:block}.site-nav ul{flex-direction:column;align-items:stretch;border-radius:12px;border:1px solid var(--border);background:var(--menu-bg);gap:.1rem;padding:.45rem}.site-nav a,.menu-group summary{border-radius:10px;padding:.56rem .66rem;font-size:.82rem}.menu-group .menu-content{position:static;margin-top:.3rem;min-width:0;box-shadow:none;border-color:var(--border-soft)}.header-cta-desktop{display:none}.nav-mobile-cta{display:block;padding-top:.28rem}.nav-mobile-cta .btn{width:100%;min-height:40px;justify-content:center;border-radius:10px}.nav-toggle{grid-area:toggle;display:inline-flex;justify-self:end}}@media(max-width:640px){:root{--section-space: clamp(1.5rem, 3vw, 2rem);--space-section-sm: 32px;--space-section-lg: 64px;--gap-grid: 16px}.page-shell{padding-top:calc(var(--header-height) + .72rem)}.site-header .container{-moz-column-gap:.36rem;column-gap:.36rem;row-gap:.44rem}.brand-logo-full{max-height:24px}.brand-logo-mark{width:24px;height:24px}.brand-wordmark{font-size:.8rem}.brand-tag{display:block;font-size:.58rem;max-width:18ch}.header-controls{gap:.2rem;padding:.12rem .14rem}.theme-switcher>summary{width:30px;height:30px;min-height:30px}.theme-switcher-menu{right:0;left:auto}.language-switch a{min-width:29px;height:28px;font-size:.66rem}}:root{--space-first-section: 32px;--space-home-hero-bottom: 48px}.page-shell{padding-top:calc(var(--header-height) + 8px)}.page-shell>.section:first-child{padding-top:var(--space-first-section)}.hero{padding-top:10px;padding-bottom:0}.section.hero{padding-bottom:var(--space-home-hero-bottom)}.hero+.trust-layer-section{padding-top:0}@media(max-width:1024px){:root{--space-first-section: 28px;--space-home-hero-bottom: 40px}}@media(max-width:640px){:root{--space-first-section: 24px;--space-home-hero-bottom: 34px}.hero{padding-top:6px}}.home-craft,.home-craft .section{position:relative}.home-craft .section+.section,.home-craft .section-sm+.section,.home-craft .section+.section-sm{padding-top:var(--section-space)}.home-craft .hero-do+.section,.home-craft .hero-do+.section-sm{padding-top:clamp(2.5rem,5vw,3.5rem)}.hero-do{background:#0f172a;color:#f1f5f9;padding:clamp(4rem,10vw,7rem) 0 clamp(3.5rem,6vw,5rem);margin-top:calc(-1 * (var(--header-height) + 1.25rem));padding-top:calc(var(--header-height) + clamp(4rem,10vw,7rem));position:relative;overflow:hidden}.particle-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}[data-particle-bg]{position:relative}[data-particle-bg] .container{position:relative;z-index:1}.hero-do:before{content:"";position:absolute;top:-50%;right:-20%;bottom:-50%;left:-20%;background:radial-gradient(circle 420px at 20% 60%,rgba(37,99,235,.18),transparent 70%),radial-gradient(circle 350px at 75% 30%,rgba(96,165,250,.12),transparent 70%),radial-gradient(circle 300px at 50% 90%,rgba(59,130,246,.1),transparent 70%);animation:hero-orbs 20s ease-in-out infinite alternate;pointer-events:none;will-change:transform}.hero-do:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle 1px,rgba(148,163,184,.12) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 70%);pointer-events:none;animation:hero-grid-pulse 8s ease-in-out infinite alternate}@keyframes hero-orbs{0%{transform:translate(0) scale(1)}33%{transform:translate(3%,-2%) scale(1.05)}66%{transform:translate(-2%,3%) scale(.97)}to{transform:translate(1%,-1%) scale(1.02)}}@keyframes hero-grid-pulse{0%{opacity:.4}to{opacity:.8}}@media(prefers-reduced-motion:reduce){.hero-do:before,.hero-do:after{animation:none}}.hero-do-inner{text-align:center;max-width:720px;margin:0 auto;position:relative}.hero-do-kicker{margin:0 0 1.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#60a5fa}.hero-do-title{margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(2.4rem,5.5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#f1f5f9}.hero-do-lead{margin:1.5rem auto 0;font-size:1.125rem;line-height:1.7;color:#94a3b8;max-width:54ch}.hero-do-actions{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-do-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 2rem;font-size:.9375rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.hero-do-btn--primary{background:#2563eb;color:#fff;border:none}.hero-do-btn--primary:hover{background:#1d4ed8;color:#fff;transform:translateY(-1px)}.hero-do-btn--ghost{background:transparent;color:#f1f5f9;border:1px solid rgba(148,163,184,.3)}.hero-do-btn--ghost:hover{border-color:#94a3b899;color:#fff;transform:translateY(-1px)}.hero-do-trust{margin:2.5rem auto 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.25rem}.hero-do-trust-item{font-size:.8rem;font-weight:500;color:#64748b;letter-spacing:.01em;white-space:nowrap}.hero-do-trust-dot{width:3px;height:3px;border-radius:50%;background:#475569;flex-shrink:0}.hero-do-cards{margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;max-width:860px;position:relative}.hero-do-card{background:#1e293b99;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:2rem 1.75rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s ease,background-color .2s ease}.hero-do-card:hover{border-color:#60a5fa33;background:#1e293bcc}.hero-do-card-number{margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:#f1f5f9;line-height:1}.hero-do-card-label{margin-top:.75rem;font-size:.875rem;font-weight:500;color:#94a3b8;line-height:1.4}.hero-do-image{width:100%;max-width:960px;height:auto;margin:0 auto;display:block;border-radius:12px;border:1px solid rgba(148,163,184,.15);box-shadow:0 24px 48px #0000004d;-o-object-fit:cover;object-fit:cover;aspect-ratio:16 / 9}html[data-theme=light] .hero-do,html[data-theme=dark] .hero-do{background:#0f172a;color:#f1f5f9}body:has(.hero-do) .site-header:not(.is-scrolled){background:transparent;border-bottom-color:transparent}body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a,body:has(.hero-do) .site-header:not(.is-scrolled) .menu-group summary{color:#f1f5f9d9}body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a:hover,body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a.is-active,body:has(.hero-do) .site-header:not(.is-scrolled) .menu-group summary:hover{color:#fff;background:#ffffff1a}body:has(.hero-do) .site-header:not(.is-scrolled) .menu-group .menu-content{background:#0f172af5;border-color:#94a3b81f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 24px #0006}body:has(.hero-do) .site-header:not(.is-scrolled) .menu-group .menu-content a{color:#e2e8f0d9}body:has(.hero-do) .site-header:not(.is-scrolled) .menu-group .menu-content a:hover{color:#fff;background:#ffffff14}body:has(.hero-do) .site-header:not(.is-scrolled) .brand{color:#f1f5f9}body:has(.hero-do) .site-header:not(.is-scrolled) .brand-wordmark{color:#f1f5f9}body:has(.hero-do) .site-header:not(.is-scrolled) .brand-tag{color:#94a3b8}body:has(.hero-do) .site-header:not(.is-scrolled) .header-controls{border-color:#94a3b833;background:#0f172a80}body:has(.hero-do) .site-header:not(.is-scrolled) .language-switch{border-color:#94a3b833;background:#0f172a80}body:has(.hero-do) .site-header:not(.is-scrolled) .language-switch a{color:#f1f5f9b3}body:has(.hero-do) .site-header:not(.is-scrolled) .language-switch a.active{color:#fff;background:#ffffff1f}body:has(.hero-do) .site-header:not(.is-scrolled) .theme-switcher>summary{color:#f1f5f9cc}body:has(.hero-do) .site-header:not(.is-scrolled) .nav-toggle{background:#ffffff14;border-color:#94a3b833}body:has(.hero-do) .site-header:not(.is-scrolled) .nav-toggle .bar{background:#f1f5f9}@media(max-width:1024px){body:has(.hero-do) .site-header:not(.is-scrolled){--menu-bg: #0F172A;--border: rgba(148, 163, 184, .12)}body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a,body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav .menu-group summary{color:#e2e8f0d9!important}body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a:hover,body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav .menu-group summary:hover{color:#fff!important;background:#ffffff14!important}body:has(.hero-do) .site-header:not(.is-scrolled) .site-nav a.is-active{color:#60a5fa!important;background:#60a5fa1a!important}body:has(.hero-do) .site-header:not(.is-scrolled) .header-actions .header-cta{background:#2563eb;color:#fff;border-color:#2563eb}}body:has(.hero-do) .site-header:not(.is-scrolled) .brand-logo-full{filter:brightness(0) invert(1)}@media(max-width:640px){.hero-do-stats{flex-direction:column;gap:1rem;align-items:center}.hero-do-actions{flex-direction:column;align-items:stretch}}.home-craft .hero-craft{padding-top:.35rem}.home-craft .hero-craft-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1.05rem;align-items:stretch}.home-craft .hero-craft-main,.home-craft .hero-craft-panel{border:1px solid var(--border);border-radius:20px;box-shadow:0 8px 32px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-craft .hero-craft-main{position:relative;overflow:hidden;padding:clamp(1.4rem,2.7vw,2.3rem);background:radial-gradient(circle at 5% 100%,rgba(37,99,235,.06),transparent 44%),radial-gradient(circle at 94% 4%,rgba(96,165,250,.08),transparent 35%),linear-gradient(155deg,#fffffff5,#f9fafbd9)}.home-craft .hero-craft-main:before{content:"";position:absolute;inset:auto -80px -94px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08),transparent 66%);pointer-events:none}.home-craft .hero-craft-main h1{margin:.8rem 0 0;max-width:14.2ch;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.home-craft .hero-craft-lead{margin:1rem 0 0;max-width:540px;font-size:1.125rem;color:var(--hero-copy-muted)}.home-craft .hero-craft-actions{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:1rem}.home-craft .hero-craft-actions .btn{min-height:44px;border-radius:999px;padding-inline:1.08rem}.home-craft .hero-craft-microcopy{margin:.92rem 0 0;color:var(--hero-copy-muted);font-size:.9rem;font-weight:600}.home-craft .hero-craft-pills{margin-top:.82rem;display:flex;flex-wrap:wrap;gap:.44rem}.home-craft .hero-craft-pills .capability-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .64rem;font-size:.73rem;font-weight:700;border:1px solid rgba(37,99,235,.22);background:#ffffffb8;color:var(--ink-700)}.home-craft .hero-craft-metrics{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.66rem}.home-craft .hero-craft-metric{border:1px solid var(--border);border-radius:12px;padding:.64rem .72rem;background:#ffffffeb}.home-craft .hero-craft-metric p{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--ink-900)}.home-craft .hero-craft-metric span{display:inline-block;margin-top:.2rem;font-size:.8rem;color:var(--ink-500);font-weight:600;line-height:1.35}.home-craft .hero-craft-panel{display:flex;align-items:stretch;background:radial-gradient(circle at 92% -5%,rgba(96,165,250,.08),transparent 34%),linear-gradient(150deg,#fffffff2,#eff6ffd9);padding:.84rem}.home-craft .hero-craft-panel-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.6rem}.home-craft .hero-craft-panel-header span{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(37,99,235,.2);padding:.28rem .56rem;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700;color:var(--brand-900);background:#ffffffbd}.home-craft .hero-craft-panel-header p{margin:0;font-size:.72rem;font-weight:700;color:var(--ink-500)}.home-craft .hero-craft-panel-media{flex:1;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface-alt);padding:.6rem}.home-craft .hero-craft-panel-media img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;aspect-ratio:16 / 10}.home-craft .hero-craft-legacy-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.home-craft .hero-craft-preview-card{position:relative;min-height:240px;border-radius:16px;border:1px solid rgba(100,196,233,.3);padding:1rem;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;background:radial-gradient(circle at 95% 14%,rgba(88,191,230,.34),transparent 28%),radial-gradient(circle at 16% 86%,rgba(88,191,230,.2),transparent 30%),linear-gradient(132deg,#0e2f5a,#2159ac 58%,#2e8ed1);color:#eaf4ff}.home-craft .hero-craft-preview-card--mascot{background:radial-gradient(circle at 10% 8%,rgba(168,231,255,.2),transparent 34%),radial-gradient(circle at 88% 88%,rgba(59,130,246,.24),transparent 40%),linear-gradient(136deg,#0d2d58,#1d57a7 56%,#2f8ed2)}.home-craft .hero-craft-preview-orb{position:absolute;border-radius:999px;z-index:0;pointer-events:none}.home-craft .hero-craft-preview-orb--a{width:128px;height:128px;top:-36px;right:18px;background:radial-gradient(circle,#86dcff66,#86dcff00)}.home-craft .hero-craft-preview-orb--b{width:176px;height:176px;bottom:-64px;left:-42px;background:radial-gradient(circle,#4a97e86b,#4a97e800)}.home-craft .hero-craft-preview-orb--c{width:112px;height:112px;top:46%;right:26%;background:radial-gradient(circle,#d0f4ff2e,#d0f4ff00)}.home-craft .hero-craft-preview-tracks{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.home-craft .hero-craft-preview-tracks path{stroke:#d0ecff4d;stroke-width:1.6}.home-craft .hero-craft-preview-mascot{position:relative;z-index:2;width:min(76%,320px);min-width:180px}.home-craft .hero-craft-preview-mascot svg{width:100%;height:auto;display:block}.home-craft .hero-craft-preview-pills{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;z-index:3;margin-top:.76rem;display:flex;flex-wrap:wrap;gap:.34rem}.home-craft .hero-craft-preview-pills span{display:inline-flex;align-items:center;border-radius:999px;padding:.24rem .52rem;font-size:.68rem;font-weight:700;border:1px solid rgba(198,227,255,.36);background:#05162f3d;color:#f2f9fff2}.home-craft .hero-craft-panel-body{margin-top:.8rem;border:1px solid rgba(37,99,235,.16);border-radius:18px;padding:.74rem .8rem;background:#ffffffd1}.home-craft .hero-craft-panel-title{margin:0;font-size:.86rem;font-weight:700;color:var(--ink-700)}.home-craft .hero-craft-process{list-style:none;margin:.7rem 0 0;padding:0;display:grid;gap:.58rem}.home-craft .hero-craft-process li{display:grid;grid-template-columns:auto 1fr;gap:.54rem;align-items:start}.home-craft .hero-craft-process li>span{width:30px;height:30px;border-radius:8px;border:1px solid rgba(37,99,235,.2);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:var(--brand-900);background:#3b82f61f}.home-craft .hero-craft-process strong{display:block;font-size:.8rem;line-height:1.28;color:var(--ink-900)}.home-craft .hero-craft-process p{margin:.12rem 0 0;font-size:.75rem;line-height:1.42;color:var(--ink-500)}.home-craft .home-craft-section-head{max-width:76ch}.home-section-alt{background:var(--surface-2)}.home-craft .home-craft-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.home-craft .home-craft-service{border-radius:16px;border-color:var(--border);background:var(--surface);box-shadow:0 4px 12px #0000000a;padding:1.5rem}.home-craft .home-craft-service h3{margin-top:1.25rem}.home-craft .home-craft-service p{margin-top:.75rem;margin-bottom:1rem;font-size:.92rem;line-height:1.58}.home-craft .service-explore{margin-top:1rem}.home-craft .home-craft-workflow-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-craft .home-craft-workflow-grid:before{content:"";position:absolute;left:9%;right:9%;top:22px;height:1px;background:linear-gradient(90deg,#2563eb0f,#2563eb33,#2563eb0f);z-index:0}.home-craft .home-craft-workflow-item{position:relative;z-index:1;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 4px 12px #0000000a;padding:2rem}.home-craft .home-craft-workflow-step{width:42px;height:42px;border-radius:12px;border:1px solid rgba(37,99,235,.15);background:var(--surface-alt);color:var(--brand-600);display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:800}.home-craft .home-craft-workflow-item h3{margin:1.125rem 0 0;font-size:1rem}.home-craft .home-craft-workflow-item p{margin:.875rem 0 0;font-size:.9rem;line-height:1.58;color:var(--muted)}html[data-theme=dark] .home-craft .hero-craft-main{background:radial-gradient(circle at 5% 100%,rgba(37,99,235,.12),transparent 44%),radial-gradient(circle at 94% 4%,rgba(96,165,250,.08),transparent 35%),linear-gradient(155deg,#1e293bf5,#0f172ae6)}html[data-theme=dark] .home-craft .hero-craft-panel{background:radial-gradient(circle at 92% -5%,rgba(96,165,250,.08),transparent 34%),linear-gradient(150deg,#1e293bf5,#0f172ae6)}html[data-theme=dark] .home-craft .hero-craft-panel-body,html[data-theme=dark] .home-craft .hero-craft-metric,html[data-theme=dark] .home-craft .home-craft-workflow-item,html[data-theme=dark] .home-craft .home-craft-service,html[data-theme=dark] .home-craft .hero-craft-pills .capability-pill{background:#1e293be6}html[data-theme=dark] .home-craft .hero-craft-panel-media{background:#0f172ae6}html[data-theme=dark] .home-craft .hero-craft-preview-card{border-color:#6eaee547;background:radial-gradient(circle at 8% 6%,rgba(102,176,235,.24),transparent 34%),radial-gradient(circle at 92% 86%,rgba(82,152,227,.2),transparent 38%),linear-gradient(140deg,#0d213d,#163e75 54%,#1d67a7)}html[data-theme=dark] .home-craft .hero-craft-metric p,html[data-theme=dark] .home-craft .hero-craft-process strong,html[data-theme=dark] .home-craft .home-craft-workflow-item h3{color:var(--ink-900)}@media(max-width:1100px){.home-craft .hero-craft-grid{grid-template-columns:1fr}.home-craft .hero-craft-main h1{max-width:15ch}.home-craft .hero-craft-panel{max-width:760px}}@media(max-width:900px){.home-craft .hero-craft-main,.home-craft .hero-craft-panel{border-radius:20px}.home-craft .hero-craft-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-craft .home-craft-services-grid,.home-craft .home-craft-workflow-grid{grid-template-columns:1fr}.home-craft .home-craft-workflow-grid:before{display:none}}@media(max-width:640px){.delivery-placeholder{padding:.34rem}.delivery-placeholder__frame{padding:.22rem;border-radius:14px}.delivery-placeholder__panel{padding:.62rem;border-radius:12px}.delivery-placeholder--hero .delivery-placeholder__panel{padding:0}.delivery-placeholder__hero-visual{padding:.8rem .66rem;border-radius:10px}.delivery-placeholder__hero-mascot{width:min(74%,240px);min-width:145px}.delivery-placeholder__hero-nodes{left:.68rem;bottom:.62rem;gap:.24rem}.delivery-placeholder__hero-nodes span{width:.3rem;height:.3rem}.delivery-placeholder__mascot{width:3.2rem;height:3.2rem}.delivery-placeholder__pills{margin-top:.56rem;gap:.24rem}.delivery-placeholder__pills span{font-size:.55rem;padding:.18rem .38rem}.home-craft .hero-craft{padding-top:0}.home-craft .hero-craft-main{padding:1.08rem}.home-craft .hero-craft-main h1{font-size:clamp(1.9rem,8.8vw,2.55rem);max-width:none}.home-craft .hero-craft-lead{font-size:.92rem}.home-craft .hero-craft-actions{flex-direction:column;align-items:stretch}.home-craft .hero-craft-actions .btn{width:100%}.home-craft .hero-craft-metrics{grid-template-columns:1fr}.home-craft .hero-craft-panel{padding:.66rem}.home-craft .hero-craft-panel-media{padding:.6rem}.home-craft .hero-craft-preview-card{min-height:196px;padding:.72rem}.home-craft .hero-craft-preview-mascot{width:min(84%,252px);min-width:146px}.home-craft .hero-craft-preview-pills{left:.52rem;right:.52rem;bottom:.52rem;gap:.26rem}.home-craft .hero-craft-preview-pills span{font-size:.6rem;padding:.2rem .42rem}.home-craft .hero-craft-process p{font-size:.73rem}.home-craft .home-craft-workflow-item{padding:.84rem .78rem}}
