@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap");:root{--cl-primary:#6366f1;--cl-primary-light:#818cf8;--cl-primary-dark:#4f46e5;--cl-primary-glow:rgba(99,102,241,.3);--cl-cyan:#22d3ee;--cl-cyan-light:#38bdf8;--cl-cyan-glow:rgba(34,211,238,.2);--cl-purple:#22d3ee;--cl-bg:#0b0f19;--cl-bg-2:#0d1220;--cl-bg-3:#111827;--cl-bg-card:#131b2e;--cl-bg-hover:#162035;--cl-border:rgba(99,102,241,.28);--cl-border-dim:hsla(0,0%,100%,.07);--cl-border-bright:rgba(99,102,241,.5);--cl-text:#e2e8f0;--cl-text-dim:#94a3b8;--cl-text-muted:#475569;--cl-text-faint:#334155;--cl-grad-primary:linear-gradient(135deg,#6366f1,#22d3ee);--cl-grad-cyan:linear-gradient(135deg,#22d3ee,#38bdf8);--cl-grad-mixed:linear-gradient(135deg,#6366f1,#22d3ee);--cl-grad-subtle:linear-gradient(135deg,rgba(99,102,241,.15),rgba(34,211,238,.08));--cl-max:1240px;--cl-pad:clamp(1.25rem,5vw,3rem);--cl-r:12px;--cl-r-lg:18px;--cl-r-xl:24px;--cl-font:"Inter","Space Grotesk",system-ui,sans-serif;--cl-display:"Space Grotesk","Inter",system-ui,sans-serif;--cl-mono:"JetBrains Mono",monospace;--cl-shadow-card:0 4px 24px rgba(0,0,0,.35),0 1px 2px rgba(0,0,0,.2);--cl-shadow-glow:0 0 40px rgba(99,102,241,.2);--cl-shadow-btn:0 4px 20px rgba(99,102,241,.4)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--cl-font);background:var(--cl-bg);color:var(--cl-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}button{font-family:inherit}@keyframes cl-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cl-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cl-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}@keyframes cl-glow-orb{0%,to{transform:translate(0) scale(1);opacity:.7}33%{transform:translate(30px,-20px) scale(1.1);opacity:1}66%{transform:translate(-20px,15px) scale(.95);opacity:.8}}@keyframes cl-scan-line{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes cl-border-glow{0%,to{border-color:rgba(99,102,241,.2)}50%{border-color:rgba(99,102,241,.5)}}.cl-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.cl-reveal.visible{opacity:1;transform:translateY(0)}.cl-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cl-cyan)}.cl-eyebrow:before{content:"";width:20px;height:2px;background:var(--cl-grad-cyan);border-radius:2px;flex-shrink:0}.cl-eyebrow.center{justify-content:center}.cl-eyebrow.center:before{display:none}.cl-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cl-cyan)}.cl-label:before{content:"";width:20px;height:2px;background:var(--cl-grad-cyan);border-radius:2px;flex-shrink:0}.cl-label.center{justify-content:center}.cl-label.center:before{display:none}.cl-h1{font-size:clamp(2.5rem,5.5vw,4.8rem);font-weight:900;line-height:1.02;letter-spacing:-.035em}.cl-h1,.cl-h2{font-family:var(--cl-display);color:#fff}.cl-h2{font-size:clamp(1.75rem,3.2vw,2.75rem);font-weight:800;line-height:1.08;letter-spacing:-.028em}.cl-h3{font-family:var(--cl-display);font-size:1.1rem;font-weight:700;color:#fff}.cl-sub{font-size:1.05rem;color:var(--cl-text-dim);line-height:1.8;max-width:560px}.cl-accent{background:var(--cl-grad-mixed);-webkit-background-clip:text;background-clip:text}.cl-accent,.cl-accent-cyan{-webkit-text-fill-color:transparent}.cl-accent-cyan{background:var(--cl-grad-cyan);-webkit-background-clip:text;background-clip:text}.cl-inner{max-width:var(--cl-max);margin:0 auto;padding:0 var(--cl-pad)}.cl-section{padding:5.5rem 0}.cl-section-head{text-align:center;margin-bottom:3.5rem}.cl-section-head .cl-label{justify-content:center;margin-bottom:1rem}.cl-section-head .cl-label:before{display:none}.cl-section-head .cl-h2{margin-bottom:.75rem}.cl-section-head .cl-sub{margin:0 auto;text-align:center}.cl-glow-line{height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.4) 30%,rgba(34,211,238,.35) 70%,transparent)}.cl-divider{height:1px;background:var(--cl-border-dim);margin:0}.cl-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--cl-grad-primary);color:#fff;font-family:var(--cl-font);font-weight:700;font-size:14px;padding:12px 26px;border-radius:999px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:var(--cl-shadow-btn);white-space:nowrap;position:relative;overflow:hidden}.cl-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.12),transparent);border-radius:inherit}.cl-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 36px rgba(99,102,241,.55)}.cl-btn-primary:active{transform:translateY(0)}.cl-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:hsla(0,0%,100%,.05);color:var(--cl-text);font-family:var(--cl-font);font-weight:600;font-size:14px;padding:11px 26px;border-radius:999px;text-decoration:none;border:1px solid hsla(0,0%,100%,.1);cursor:pointer;transition:all .2s;white-space:nowrap}.cl-btn-ghost:hover{background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.4);color:#fff;transform:translateY(-2px)}.cl-btn-form{width:100%;padding:13px 24px;background:var(--cl-grad-primary);color:#fff;font-family:var(--cl-font);font-weight:700;font-size:14.5px;border:none;border-radius:999px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:var(--cl-shadow-btn)}.cl-btn-form:hover{transform:translateY(-2px);box-shadow:0 8px 36px rgba(99,102,241,.55)}.cl-btn-form:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cl-field{display:flex;flex-direction:column;gap:6px}.cl-field label{font-size:11px;font-weight:700;color:var(--cl-text-muted);text-transform:uppercase;letter-spacing:.07em}.cl-field input,.cl-field select,.cl-field textarea{background:hsla(0,0%,100%,.04);border:1px solid var(--cl-border-dim);border-radius:10px;padding:11px 14px;font-size:14px;color:var(--cl-text);font-family:var(--cl-font);outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.cl-field input::placeholder,.cl-field textarea::placeholder{color:var(--cl-text-muted)}.cl-field input:focus,.cl-field select:focus,.cl-field textarea:focus{border-color:var(--cl-primary);box-shadow:0 0 0 3px rgba(99,102,241,.12)}.cl-field select option{background:var(--cl-bg-3)}.cl-lead-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:1.75rem}.cl-lead-title{font-family:var(--cl-display);font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.4rem;text-align:center}.cl-lead-sub{font-size:13px;color:var(--cl-text-dim);margin-bottom:1.5rem;text-align:center}.cl-lead-form{display:flex;flex-direction:column;gap:12px}.cl-lead-note{font-size:11px;color:var(--cl-text-muted);text-align:center;margin-top:4px}.cl-tag{gap:5px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);color:var(--cl-primary-light);font-size:11px;font-weight:600;padding:4px 12px;border-radius:999px;white-space:nowrap}.cl-tag,.cl-terminal{display:inline-flex;align-items:center}.cl-terminal{gap:8px;background:rgba(34,211,238,.06);border:1px solid rgba(34,211,238,.2);border-radius:8px;padding:8px 16px;font-family:var(--cl-mono);font-size:12px;color:var(--cl-cyan)}.cl-terminal:before{content:"> ";opacity:.4}.cl-hdr{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:rgba(11,15,25,.88);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border-bottom:1px solid var(--cl-border-dim);transition:background .3s,box-shadow .3s,border-color .3s}.cl-hdr-scrolled{background:rgba(11,15,25,.96);border-bottom-color:rgba(99,102,241,.2);box-shadow:0 4px 40px rgba(0,0,0,.5),0 1px 0 rgba(99,102,241,.15)}.cl-hdr-inner{max-width:var(--cl-max);margin:0 auto;padding:0 var(--cl-pad);height:68px;display:flex;align-items:center;gap:1.5rem}.cl-logo{text-decoration:none;gap:11px}.cl-logo,.cl-logo-mark{display:flex;align-items:center;flex-shrink:0}.cl-logo-mark{width:38px;height:38px;border-radius:10px;background:var(--cl-grad-primary);justify-content:center;box-shadow:0 4px 18px rgba(99,102,241,.5),inset 0 1px 0 hsla(0,0%,100%,.15);transition:box-shadow .2s,transform .2s}.cl-logo:hover .cl-logo-mark{transform:scale(1.05);box-shadow:0 6px 24px rgba(99,102,241,.65)}.cl-logo-svg{width:22px;height:22px}.cl-logo-text{display:flex;flex-direction:column;line-height:1}.cl-logo-main{font-family:var(--cl-display);font-size:17px;font-weight:800;color:#fff;letter-spacing:-.025em}.cl-logo-sub{font-size:9px;font-weight:600;color:var(--cl-cyan);letter-spacing:.14em;text-transform:uppercase;margin-top:3px;opacity:.85}.cl-nav{display:flex;align-items:center;gap:.25rem;flex:1 1;justify-content:center}.cl-nav-link{color:var(--cl-text-dim);text-decoration:none;font-size:14px;font-weight:500;padding:7px 15px;border-radius:9px;transition:all .15s;white-space:nowrap}.cl-nav-link:hover{color:#fff;background:hsla(0,0%,100%,.06)}.cl-hdr-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.cl-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s}.cl-hamburger:hover{background:hsla(0,0%,100%,.06)}.cl-hamburger span{display:block;width:22px;height:2px;background:var(--cl-text-dim);border-radius:2px;transition:all .22s}.cl-hamburger-open span:first-child{transform:translateY(7px) rotate(45deg);background:#fff}.cl-hamburger-open span:nth-child(2){opacity:0}.cl-hamburger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:#fff}.cl-mobile-menu{background:var(--cl-bg-2);border-bottom:1px solid var(--cl-border-dim);padding:1rem var(--cl-pad) 1.25rem;display:flex;flex-direction:column;gap:2px;animation:cl-fade-up .18s ease}.cl-mobile-link{color:var(--cl-text-dim);text-decoration:none;font-size:15.5px;font-weight:500;padding:12px 16px;border-radius:10px;transition:all .15s;display:block}.cl-mobile-link:hover{background:hsla(0,0%,100%,.05);color:#fff}.cl-mobile-btns{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--cl-border-dim)}.cl-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:5rem 0 4.5rem}.cl-hero:before{content:"";background:radial-gradient(ellipse 80% 70% at 65% -10%,rgba(99,102,241,.14) 0,transparent 60%),radial-gradient(ellipse 50% 45% at 95% 90%,rgba(34,211,238,.08) 0,transparent 55%),radial-gradient(ellipse 60% 50% at 5% 60%,rgba(139,92,246,.07) 0,transparent 55%)}.cl-hero-grid,.cl-hero:before{position:absolute;inset:0;pointer-events:none}.cl-hero-grid{background-image:linear-gradient(rgba(99,102,241,.035) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.035) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%)}.cl-hero-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.12) 0,transparent 70%);top:-100px;right:-100px;animation:cl-glow-orb 12s ease-in-out infinite}.cl-hero-orb-1,.cl-hero-orb-2{position:absolute;border-radius:50%;pointer-events:none}.cl-hero-orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(34,211,238,.08) 0,transparent 70%);bottom:-80px;left:5%;animation:cl-glow-orb 16s ease-in-out infinite reverse}.cl-hero-inner{max-width:var(--cl-max);margin:0 auto;padding:0 var(--cl-pad);display:grid;grid-template-columns:1.1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1;width:100%}.cl-hero-badge{display:inline-flex;align-items:center;gap:9px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.3);border-radius:999px;padding:6px 16px;margin-bottom:1.75rem;animation:cl-fade-up .5s ease forwards}.cl-hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--cl-cyan);animation:cl-pulse-dot 2s infinite}.cl-hero-badge-text{font-size:11.5px;font-weight:600;color:var(--cl-primary-light)}.cl-hero-title{font-family:var(--cl-display);font-size:clamp(2.8rem,5vw,4.8rem);font-weight:900;line-height:1.02;letter-spacing:-.035em;color:#fff;margin-bottom:1.5rem;animation:cl-fade-up .5s ease .1s both}.cl-hero-sub{font-size:1.1rem;color:var(--cl-text-dim);line-height:1.8;margin-bottom:2.5rem;max-width:510px;animation:cl-fade-up .5s ease .2s both}.cl-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:3rem;animation:cl-fade-up .5s ease .3s both}.cl-hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap;animation:cl-fade-up .5s ease .4s both}.cl-hero-stat-n{font-family:var(--cl-display);font-size:2rem;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1}.cl-hero-stat-l{font-size:12px;color:var(--cl-text-muted);margin-top:4px;font-weight:500}.cl-hero-stat-divider{width:1px;background:var(--cl-border-dim);align-self:stretch;margin:4px 0}.cl-tc{background:linear-gradient(135deg,rgba(19,27,46,.95),rgba(13,18,32,.98));border:1px solid rgba(99,102,241,.2);border-radius:var(--cl-r-xl);overflow:hidden;box-shadow:var(--cl-shadow-card),0 0 60px rgba(99,102,241,.08);animation:cl-fade-up .6s ease .2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cl-tc-header{background:rgba(15,22,41,.9);padding:14px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--cl-border-dim)}.cl-tc-dots{display:flex;gap:6px}.cl-tc-dots span{width:10px;height:10px;border-radius:50%}.cl-tc-title{font-family:var(--cl-mono);font-size:11px;color:var(--cl-text-muted);margin-left:2px}.cl-tc-body{padding:14px;display:flex;flex-direction:column;gap:7px}.cl-tc-item{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.05);border-radius:9px;transition:background .15s}.cl-tc-item:hover{background:rgba(99,102,241,.06)}.cl-tc-left{display:flex;align-items:center;gap:10px}.cl-tc-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.cl-tc-dot.red{background:#f87171;box-shadow:0 0 8px hsla(0,91%,71%,.7);animation:cl-pulse-dot 2s infinite}.cl-tc-dot.yellow{background:#fbb724;box-shadow:0 0 8px rgba(251,183,36,.6)}.cl-tc-dot.green{background:var(--cl-cyan);box-shadow:0 0 8px var(--cl-cyan-glow)}.cl-tc-name{font-size:12.5px;font-weight:500;color:#cbd5e1}.cl-tc-badge{font-size:9.5px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.03em}.cl-tc-badge.crit{background:hsla(0,91%,71%,.12);color:#f87171;border:1px solid hsla(0,91%,71%,.2)}.cl-tc-badge.med{background:rgba(251,183,36,.1);color:#fbb724;border:1px solid rgba(251,183,36,.2)}.cl-tc-badge.ok{background:rgba(34,211,238,.1);color:var(--cl-cyan);border:1px solid rgba(34,211,238,.2)}.cl-tc-footer{padding:12px 18px;background:linear-gradient(90deg,rgba(34,211,238,.04),rgba(99,102,241,.04));border-top:1px solid var(--cl-border-dim);display:flex;align-items:center;justify-content:space-between}.cl-tc-footer-l{font-family:var(--cl-mono);font-size:11px;color:var(--cl-cyan)}.cl-tc-footer-r{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--cl-text-muted)}.cl-tc-online{width:6px;height:6px;border-radius:50%;background:var(--cl-cyan);animation:cl-pulse-dot 2.5s infinite}.cl-stats-bar{background:var(--cl-bg-2);border-top:1px solid var(--cl-border-dim);border-bottom:1px solid var(--cl-border-dim);padding:2.25rem 0}.cl-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.cl-stats-item{padding:1rem 0;border-right:1px solid var(--cl-border-dim)}.cl-stats-item:last-child{border-right:none}.cl-stats-n{font-family:var(--cl-display);font-size:2.6rem;font-weight:900;background:var(--cl-grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.035em;line-height:1;margin-bottom:4px}.cl-stats-l{font-size:12.5px;color:var(--cl-text-muted);font-weight:500;letter-spacing:.01em}.cl-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.cl-svc-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:1.75rem;display:flex;flex-direction:column;gap:.85rem;position:relative;overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:var(--cl-shadow-card)}.cl-svc-card:before{height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08) 50%,transparent)}.cl-svc-card:after,.cl-svc-card:before{content:"";position:absolute;top:0;left:0;right:0}.cl-svc-card:after{height:2px;background:var(--cl-grad-primary);opacity:0;transition:opacity .25s}.cl-svc-card:hover{transform:translateY(-5px);border-color:var(--cl-border);box-shadow:0 20px 56px rgba(99,102,241,.15)}.cl-svc-card:hover:after{opacity:1}.cl-svc-icon{width:48px;height:48px;border-radius:13px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;transition:background .25s,border-color .25s}.cl-svc-card:hover .cl-svc-icon{background:rgba(99,102,241,.18);border-color:rgba(99,102,241,.35)}.cl-svc-title{font-family:var(--cl-display);font-size:15px;font-weight:700;color:#fff;line-height:1.3}.cl-svc-desc{font-size:13px;color:var(--cl-text-dim);line-height:1.75;flex:1 1}.cl-svc-link{font-size:13px;font-weight:600;color:var(--cl-cyan);text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:gap .15s;width:-moz-fit-content;width:fit-content;margin-top:auto}.cl-svc-link:hover{gap:9px}.cl-svc-value{padding:9px 13px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.18);border-radius:9px;font-size:12px;color:var(--cl-primary-light);font-weight:600;line-height:1.4}.cl-why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.cl-why-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r);padding:1.4rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .2s,transform .2s}.cl-why-card:hover{border-color:var(--cl-border);transform:translateY(-2px)}.cl-why-icon{width:44px;height:44px;border-radius:11px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.22);display:flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.cl-why-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:.35rem}.cl-why-desc{font-size:13px;color:var(--cl-text-dim);line-height:1.7}.cl-testi-card{max-width:700px;margin:2.5rem auto 0;background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:24px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden;box-shadow:var(--cl-shadow-card)}.cl-testi-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0,rgba(99,102,241,.07),transparent);pointer-events:none}.cl-testi-quote-mark{position:absolute;top:1.5rem;left:2rem;font-size:5rem;line-height:1;font-family:Georgia,serif;background:var(--cl-grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.2}.cl-testi-stars{display:flex;gap:4px;justify-content:center;margin-bottom:1.25rem}.cl-testi-stars span{font-size:18px;color:#fbbf24}.cl-testi-title{font-family:var(--cl-display);font-size:17px;font-weight:700;color:#fff;margin-bottom:.85rem;line-height:1.35}.cl-testi-quote{font-size:15px;color:var(--cl-text-dim);line-height:1.85;margin-bottom:1.75rem;font-style:italic}.cl-testi-author{gap:13px}.cl-testi-author,.cl-testi-avatar{display:flex;align-items:center;justify-content:center}.cl-testi-avatar{width:46px;height:46px;border-radius:50%;background:var(--cl-grad-primary);font-size:17px;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 4px 16px rgba(99,102,241,.4)}.cl-testi-name{font-family:var(--cl-display);font-size:15px;font-weight:700;color:#fff}.cl-testi-role{font-size:12.5px;color:var(--cl-cyan)}.cl-faq-list{max-width:720px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:10px}.cl-faq-item{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.cl-faq-item[open]{border-color:var(--cl-border);box-shadow:0 0 0 1px rgba(99,102,241,.1)}.cl-faq-item summary::-webkit-details-marker{display:none}.cl-faq-q{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:1.2rem 1.5rem;gap:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cl-faq-q-text{font-size:14.5px;font-weight:600;color:#fff;transition:color .15s}.cl-faq-item[open] .cl-faq-q-text{color:var(--cl-cyan)}.cl-faq-plus{width:24px;height:24px;border-radius:50%;flex-shrink:0;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--cl-primary-light);font-weight:400;transition:transform .22s,background .15s}.cl-faq-item[open] .cl-faq-plus{transform:rotate(45deg);background:rgba(99,102,241,.2)}.cl-faq-a{font-size:14px;color:var(--cl-text-dim);line-height:1.8;border-top:1px solid var(--cl-border-dim);padding:1rem 1.5rem 1.2rem}.cl-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.cl-blog-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:var(--cl-shadow-card)}.cl-blog-card:hover{transform:translateY(-5px);border-color:var(--cl-border);box-shadow:0 20px 56px rgba(99,102,241,.12)}.cl-blog-img-wrap{position:relative;height:200px;overflow:hidden;flex-shrink:0}.cl-blog-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.cl-blog-card:hover .cl-blog-img{transform:scale(1.07)}.cl-blog-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,15,25,.9) 0,transparent 55%)}.cl-blog-cat{bottom:12px;left:14px}.cl-blog-body{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;flex:1 1}.cl-blog-date{font-size:11.5px;color:var(--cl-text-muted)}.cl-blog-title{font-family:var(--cl-display);font-size:15px;font-weight:700;color:#fff;line-height:1.35;text-decoration:none;display:block;transition:color .15s}.cl-blog-title:hover{color:var(--cl-cyan)}.cl-blog-excerpt{font-size:13px;color:var(--cl-text-dim);line-height:1.75;flex:1 1}.cl-blog-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--cl-border-dim);margin-top:auto}.cl-blog-read{font-size:12.5px;color:var(--cl-cyan);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:gap .15s}.cl-blog-read:hover{gap:9px}.cl-blog-list-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.cl-blog-hero{background:var(--cl-bg-2);padding:5rem 0;border-bottom:1px solid var(--cl-border-dim)}.cl-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(99,102,241,.06) 50%,rgba(34,211,238,.04));border:1px solid rgba(99,102,241,.22);border-radius:var(--cl-r-xl);padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.cl-cta:before{content:"";inset:0;background:radial-gradient(ellipse 70% 90% at 85% 50%,rgba(99,102,241,.09),transparent)}.cl-cta-glow,.cl-cta:before{position:absolute;pointer-events:none}.cl-cta-glow{width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.08) 0,transparent 65%);right:-100px;top:-100px}.cl-cta-title{font-family:var(--cl-display);font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:900;color:#fff;letter-spacing:-.025em;margin-bottom:.6rem}.cl-cta-sub{font-size:15px;color:var(--cl-text-dim);line-height:1.7}.cl-cta-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.cl-cta-check{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--cl-text-dim)}.cl-cta-check:before{content:"✓";color:var(--cl-cyan);font-weight:700;font-size:13px}.cl-pp-hero-overlay{background:linear-gradient(to top,var(--cl-bg) 0,rgba(11,15,25,.6) 50%,rgba(11,15,25,.3) 100%)}.cl-pp-body{padding:3rem var(--cl-pad) 5.5rem;grid-template-columns:minmax(0,1fr) 360px;grid-gap:3.5rem;gap:3.5rem}.cl-pp-content h2{font-size:1.7rem;letter-spacing:-.025em}.cl-pp-content ol,.cl-pp-content ul{margin:1rem 0 1rem 1.5rem}.cl-pp-content blockquote{border-radius:0 10px 10px 0}.cl-pp-sidebar-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r);padding:1.25rem}.cl-contact-hero{background:var(--cl-bg-2);padding:5rem 0;border-bottom:1px solid var(--cl-border-dim)}.cl-contact-body{max-width:var(--cl-max);margin:0 auto;padding:3.5rem var(--cl-pad) 5.5rem;display:grid;grid-template-columns:1fr 1.1fr;grid-gap:3.5rem;gap:3.5rem;align-items:start}.cl-contact-info-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:1.75rem;margin-bottom:1.25rem}.cl-contact-items{display:flex;flex-direction:column;gap:1.15rem;margin-bottom:1.5rem}.cl-contact-item{display:flex;align-items:flex-start;gap:13px}.cl-contact-icon{width:42px;height:42px;border-radius:11px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.22);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.cl-contact-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--cl-text-muted);margin-bottom:2px}.cl-contact-val{font-size:14px;color:var(--cl-text);font-weight:500}.cl-contact-link{color:var(--cl-cyan);text-decoration:none;transition:color .15s}.cl-contact-link:hover{color:var(--cl-cyan-light)}.cl-contact-form-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:2.25rem;position:-webkit-sticky;position:sticky;top:90px}.cl-map-wrap{border-radius:14px;overflow:hidden;border:1px solid var(--cl-border-dim)}.cl-about-hero{background:var(--cl-bg-2);padding:5.5rem 0;border-bottom:1px solid var(--cl-border-dim);position:relative;overflow:hidden}.cl-about-hero-glow{position:absolute;width:700px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.09) 0,transparent 65%);top:-150px;right:-120px;pointer-events:none}.cl-about-hero-inner{position:relative;z-index:1}.cl-about-label{margin-bottom:1rem}.cl-about-h1{font-size:clamp(2.2rem,4vw,3.4rem);margin-bottom:1.5rem}.cl-about-desc{font-size:16px;color:var(--cl-text-dim);line-height:1.85;max-width:720px}.cl-about-btns{display:flex;gap:12px;margin-top:2rem;flex-wrap:wrap}.cl-about-stats-section{background:var(--cl-bg-3);border-bottom:1px solid var(--cl-border-dim);padding:3.5rem 0}.cl-about-stats-title{text-align:center;margin-bottom:1.25rem}.cl-about-stats-desc{text-align:center;font-size:14.5px;color:var(--cl-text-dim);max-width:700px;margin:0 auto 3rem;line-height:1.8}.cl-about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.cl-about-stat-item{padding:1.25rem 0;border-right:1px solid var(--cl-border-dim)}.cl-about-stat-item:last-child{border-right:none}.cl-about-mv-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:4rem}.cl-timeline{display:flex;flex-direction:column;gap:18px}.cl-timeline-item{display:flex;gap:16px;align-items:flex-start}.cl-timeline-year{min-width:52px;height:28px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--cl-primary-light);flex-shrink:0}.cl-timeline-event{font-size:13.5px;color:var(--cl-text-dim);line-height:1.65;padding-top:5px}.cl-award-badge{display:flex;align-items:center;gap:13px;padding:15px 18px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.22);border-radius:12px;margin-top:1.5rem}.cl-methodology-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;margin-top:3.5rem;position:relative}.cl-methodology-grid:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--cl-border),rgba(34,211,238,.2),var(--cl-border),transparent)}.cl-method-step{text-align:center;padding:0 .75rem;position:relative;z-index:1}.cl-method-icon{width:58px;height:58px;border-radius:50%;background:var(--cl-bg-card);border:2px solid rgba(99,102,241,.25);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 1rem;box-shadow:0 0 20px rgba(99,102,241,.1)}.cl-method-step-num{font-size:10px;font-weight:700;color:var(--cl-cyan);letter-spacing:.1em;margin-bottom:5px;text-transform:uppercase}.cl-method-title{font-family:var(--cl-display);font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}.cl-method-desc{font-size:12px;color:var(--cl-text-dim);line-height:1.65}.cl-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.cl-cert-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:13px;padding:1.35rem;text-align:center;transition:border-color .2s,transform .2s,box-shadow .2s}.cl-cert-card:hover{border-color:var(--cl-border);transform:translateY(-3px);box-shadow:0 8px 28px rgba(99,102,241,.1)}.cl-cert-name{font-size:12px;font-weight:800;color:var(--cl-cyan);letter-spacing:.06em;margin-bottom:7px;text-transform:uppercase}.cl-cert-desc{font-size:12px;color:var(--cl-text-muted);line-height:1.5}.cl-logos-row{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.cl-client-logo{height:36px;opacity:.45;filter:brightness(0) invert(1);object-fit:contain;transition:opacity .2s}.cl-client-logo:hover{opacity:.75}.cl-team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.cl-team-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center;transition:border-color .2s,transform .2s}.cl-team-card:hover{border-color:var(--cl-border);transform:translateY(-3px)}.cl-team-avatar{width:84px;height:84px;border-radius:50%;overflow:hidden;border:2px solid rgba(99,102,241,.3);flex-shrink:0;box-shadow:0 0 24px rgba(99,102,241,.15)}.cl-team-img{width:100%;height:100%;object-fit:cover;display:block}.cl-team-name{font-family:var(--cl-display);font-size:15px;font-weight:700;color:#fff}.cl-team-role{font-size:13px;color:var(--cl-cyan)}.cl-ty-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem var(--cl-pad)}.cl-ty-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:24px;padding:3rem 2.5rem;max-width:540px;width:100%;text-align:center}.cl-ty-icon{width:68px;height:68px;border-radius:50%;background:rgba(99,102,241,.1);border:2px solid rgba(99,102,241,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:30px}.cl-ty-title{font-family:var(--cl-display);font-size:2.1rem;font-weight:900;color:#fff;margin-bottom:.5rem}.cl-ty-sub{font-size:15px;color:var(--cl-cyan);font-weight:600;margin-bottom:1.25rem}.cl-ty-body{font-size:14.5px;color:var(--cl-text-dim);line-height:1.75;margin-bottom:2rem}.cl-ty-actions{display:flex;flex-direction:column;gap:10px}.cl-icon-card{transition:border-color .2s,transform .2s}.cl-icon-card:hover{transform:translateY(-2px)}.cl-fade{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.cl-fade.in{opacity:1;transform:translateY(0)}@media (max-width:1100px){.cl-cases-grid,.cl-industries-grid,.cl-stack-grid,.cl-svc-grid{grid-template-columns:repeat(2,1fr)}.cl-footer-top-grid{grid-template-columns:1fr 1fr;gap:2rem}.cl-blog-grid,.cl-blog-list-grid{grid-template-columns:repeat(2,1fr)}.cl-pp-body{grid-template-columns:minmax(0,1fr) 300px;gap:2.5rem}.cl-contact-body{grid-template-columns:1fr 1fr}}@media (max-width:900px){.cl-nav{display:none}.cl-hamburger{display:flex}.cl-hero-inner{grid-template-columns:1fr}.cl-tc{display:none}.cl-2col-grid{grid-template-columns:1fr;gap:2.5rem}.cl-cert-grid,.cl-team-grid{grid-template-columns:repeat(2,1fr)}.cl-methodology-grid{grid-template-columns:repeat(3,1fr)}.cl-methodology-grid:before{display:none}.cl-about-mv-grid{grid-template-columns:1fr}.cl-cta{flex-direction:column;text-align:center;padding:3rem 2rem}.cl-cta-actions{width:100%;align-items:center}.cl-pp-body{grid-template-columns:1fr}.cl-pp-sidebar{position:static}.cl-contact-body{grid-template-columns:1fr}.cl-contact-form-card{position:static}}@media (max-width:768px){.cl-section{padding:3.5rem 0}.cl-inner{padding:0 1.25rem}.cl-h1{font-size:2.1rem!important}.cl-h1,.cl-h2{text-align:center}.cl-h2{font-size:1.6rem!important}.cl-h3,.cl-sub{text-align:center}.cl-sub{margin-left:auto;margin-right:auto}.cl-eyebrow,.cl-label{justify-content:center!important}.cl-eyebrow:before,.cl-label:before{display:none!important}.cl-section-head .cl-label{justify-content:center!important}.cl-nav{display:none!important}.cl-hamburger{display:flex!important}.cl-hdr-inner{padding:0 1.25rem}.cl-hdr-actions .cl-btn-primary{font-size:12px;padding:8px 16px}.cl-hero{min-height:auto;padding:4rem 0 3.5rem}.cl-hero:before{opacity:.6}.cl-hero-inner{grid-template-columns:1fr!important;text-align:center;gap:0}.cl-hero-badge{margin:0 auto 1.5rem!important}.cl-hero-title{font-size:2.1rem!important;text-align:center}.cl-hero-sub{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.cl-hero-actions{justify-content:center;flex-direction:column;align-items:center}.cl-hero-actions .cl-btn-ghost,.cl-hero-actions .cl-btn-primary{width:100%;max-width:300px}.cl-hero-stats{justify-content:center;gap:2rem}.cl-hero-stat{text-align:center}.cl-tc{display:none!important}.cl-stats-grid{grid-template-columns:1fr 1fr!important}.cl-stats-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important}.cl-stats-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-stats-item:nth-child(3),.cl-stats-item:nth-child(4){border-bottom:none!important}.cl-blog-grid,.cl-blog-list-grid,.cl-cases-grid,.cl-industries-grid,.cl-stack-grid,.cl-svc-grid,.cl-team-grid,.cl-why-grid{grid-template-columns:1fr!important}.cl-cert-grid{grid-template-columns:1fr 1fr!important}.cl-about-mv-grid{grid-template-columns:1fr!important;margin-bottom:2rem}.cl-methodology-grid{grid-template-columns:1fr 1fr!important;gap:1.5rem!important}.cl-methodology-grid:before{display:none}.cl-2col-grid{grid-template-columns:1fr!important;gap:2rem!important}.cl-2col-grid,.cl-2col-grid>div{text-align:center}.cl-2col-grid h1,.cl-2col-grid h2,.cl-2col-grid h3,.cl-2col-grid p{text-align:center!important}.cl-2col-grid .cl-eyebrow,.cl-2col-grid .cl-label{justify-content:center!important}.cl-2col-grid .cl-label:before{display:none!important}.cl-2col-grid a.cl-btn-ghost,.cl-2col-grid a.cl-btn-primary{display:flex!important;width:100%!important;max-width:300px!important;margin:0 auto!important;justify-content:center!important}.cl-svc-card{text-align:left!important;align-items:flex-start!important}.cl-svc-icon{margin:0!important}.cl-svc-desc,.cl-svc-title{text-align:left!important}.cl-industries-grid .cl-svc-card{flex-direction:row!important;align-items:center!important;text-align:left!important;gap:1rem!important;padding:1rem 1.25rem!important}.cl-industries-grid .cl-svc-icon{margin:0!important;flex-shrink:0}.cl-industries-grid .cl-svc-desc,.cl-industries-grid .cl-svc-title{text-align:left!important}.cl-stack-grid .cl-svc-card{text-align:center!important;align-items:flex-start!important}.cl-stack-grid .cl-svc-card div,.cl-stack-grid .cl-svc-card p,.cl-stack-grid .cl-svc-card span{text-align:center!important}.cl-cases-grid .cl-svc-card{text-align:left!important;align-items:flex-start!important}.cl-cases-grid .cl-svc-card h3,.cl-cases-grid .cl-svc-card p,.cl-why-card{text-align:left!important}.cl-why-card{flex-direction:row!important;align-items:flex-start!important}.cl-why-icon{margin:0!important;flex-shrink:0}.cl-why-desc,.cl-why-title{text-align:left!important}.cl-mission-cards>.cl-why-card{flex-direction:row!important;text-align:left!important}.cl-mission-cards h3,.cl-mission-cards p{text-align:left!important}.cl-checklist-item{align-items:center!important}.cl-checklist-item,.cl-icon-card{flex-direction:row!important;text-align:left!important}.cl-icon-card{align-items:flex-start!important}.cl-icon-card h3,.cl-icon-card p{text-align:left!important}.cl-roi-col{width:100%!important}.cl-roi-col>div:first-child{overflow-x:auto;-webkit-overflow-scrolling:touch}.cl-team-card{padding:1.5rem!important}.cl-team-name,.cl-team-role{text-align:center!important}.cl-testi-card{padding:2rem 1.25rem}.cl-testi-author{flex-direction:column;align-items:center}.cl-testi-name,.cl-testi-role{text-align:center!important}.cl-testi-quote,.cl-testi-title{text-align:center}.cl-faq-q-text{font-size:14px}.cl-faq-a,.cl-faq-q-text{text-align:left!important}.cl-cta{flex-direction:column!important;padding:2.5rem 1.5rem!important;align-items:center!important}.cl-cta,.cl-cta-sub,.cl-cta-title{text-align:center!important}.cl-cta-actions{width:100%;align-items:center;flex-direction:column}.cl-cta-actions .cl-btn-ghost,.cl-cta-actions .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-cta-check{justify-content:center}.cl-blog-date,.cl-blog-excerpt,.cl-blog-title{text-align:center}.cl-blog-footer{justify-content:center}.cl-footer-top-grid{grid-template-columns:1fr!important;text-align:center;gap:2rem}.cl-footer-top-grid>div{display:flex;flex-direction:column;align-items:center}.cl-footer-top-grid a{text-align:center}.cl-pp-body{grid-template-columns:1fr!important;padding:1.5rem 1.25rem 3rem;gap:2rem}.cl-pp-hero{height:320px}.cl-pp-sidebar{position:static}.cl-pp-content h2,.cl-pp-content h3,.cl-pp-content p{text-align:left!important}.cl-contact-body{grid-template-columns:1fr!important;padding:2rem 1.25rem;gap:2rem}.cl-contact-form-card{position:static}.cl-contact-hero .cl-sub{text-align:center;margin:0 auto}.cl-about-hero{padding:3.5rem 0}.cl-about-hero-inner{text-align:center}.cl-about-label{justify-content:center!important}.cl-about-label:before{display:none!important}.cl-about-desc{text-align:center;margin-left:auto;margin-right:auto}.cl-about-btns{justify-content:center;flex-direction:column;align-items:center}.cl-about-btns .cl-btn-ghost,.cl-about-btns .cl-btn-primary{width:100%;max-width:300px;justify-content:center}.cl-about-stats-grid{grid-template-columns:1fr 1fr!important}.cl-about-stat-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important;padding:1.1rem 0}.cl-about-stat-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-about-stat-item:nth-child(3),.cl-about-stat-item:nth-child(4){border-bottom:none!important}.cl-timeline-item{flex-direction:row;align-items:flex-start}.cl-timeline-event{text-align:left}.cl-award-badge{flex-direction:row;text-align:left}.cl-method-step{padding:0}.cl-logos-row{gap:1.5rem}.cl-client-logo{height:28px}section a.cl-btn-ghost,section a.cl-btn-primary{display:flex!important;width:100%!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.cl-ty-card{padding:2rem 1.25rem;margin:1rem}.cl-ty-actions .cl-btn-ghost,.cl-ty-actions .cl-btn-primary{width:100%;justify-content:center}}@media (max-width:480px){.cl-h1{font-size:1.85rem!important}.cl-h2{font-size:1.4rem!important}.cl-hero-title{font-size:1.85rem!important}.cl-section{padding:2.75rem 0!important}.cl-methodology-grid{grid-template-columns:1fr!important}.cl-cert-grid{grid-template-columns:1fr 1fr!important}.cl-about-stats-title{font-size:1.25rem!important}.cl-cta{padding:2rem 1.25rem!important}.cl-testi-card{padding:1.75rem 1rem}.cl-pp-hero{height:260px}.cl-hdr-inner{height:60px}}@media (max-width:768px){.cl-footer-bottom-bar{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.cl-h1{font-size:2rem!important}.cl-h1,.cl-h2{text-align:center!important}.cl-h2{font-size:1.55rem!important}.cl-h3,.cl-sub{text-align:center!important}.cl-sub{margin-left:auto!important;margin-right:auto!important}.cl-eyebrow,.cl-label{justify-content:center!important;text-align:center!important}.cl-eyebrow:before,.cl-label:before{display:none!important}.cl-section{padding:3rem 0!important}.cl-inner{padding:0 1.2rem!important}.cl-glow-line{margin:0!important}.cl-section-head{text-align:center!important}.cl-section-head .cl-label{justify-content:center!important}.cl-section-head .cl-label:before{display:none!important}.cl-section-head .cl-sub{text-align:center!important;margin:0 auto!important}.cl-nav{display:none!important}.cl-hamburger{display:flex!important}.cl-hdr-inner{padding:0 1.2rem!important;height:62px!important}.cl-hdr-actions .cl-btn-primary{font-size:12.5px!important;padding:8px 16px!important}.cl-hero{min-height:auto!important;padding:3.5rem 0 3rem!important}.cl-hero-inner{grid-template-columns:1fr!important;text-align:center!important;gap:0!important}.cl-hero-badge{margin:0 auto 1.5rem!important}.cl-hero-title{font-size:2rem!important;text-align:center!important}.cl-hero-sub{text-align:center!important;margin:0 auto 2rem!important;max-width:100%!important}.cl-hero-actions{justify-content:center!important;flex-direction:column!important;align-items:center!important;gap:10px!important}.cl-hero-actions .cl-btn-ghost,.cl-hero-actions .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-hero-stats{justify-content:center!important;gap:2rem!important}.cl-hero-stat{text-align:center!important}.cl-tc{display:none!important}.cl-stats-bar{padding:1.5rem 0!important}.cl-stats-grid{grid-template-columns:1fr 1fr!important}.cl-stats-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important;padding:.85rem 0!important}.cl-stats-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-stats-item:nth-child(3),.cl-stats-item:nth-child(4){border-bottom:none!important}.cl-about-mv-grid,.cl-blog-grid,.cl-blog-list-grid,.cl-cases-grid,.cl-industries-grid,.cl-stack-grid,.cl-svc-grid,.cl-why-grid{grid-template-columns:1fr!important}.cl-about-mv-grid{margin-bottom:2rem!important}.cl-cert-grid,.cl-methodology-grid{grid-template-columns:1fr 1fr!important}.cl-methodology-grid{gap:1.5rem!important}.cl-methodology-grid:before{display:none!important}.cl-2col-grid{grid-template-columns:1fr!important;gap:2rem!important}.cl-2col-grid,.cl-2col-grid h2,.cl-2col-grid h3,.cl-2col-grid p,.cl-2col-grid>div{text-align:center!important}.cl-2col-grid .cl-eyebrow,.cl-2col-grid .cl-label{justify-content:center!important}.cl-2col-grid .cl-label:before{display:none!important}.cl-2col-grid .cl-btn-ghost,.cl-2col-grid .cl-btn-primary,.cl-2col-grid a.cl-btn-ghost,.cl-2col-grid a.cl-btn-primary{width:100%!important;max-width:300px!important;margin:0 auto!important;justify-content:center!important;display:flex!important}.cl-svc-card{text-align:left!important;align-items:flex-start!important}.cl-svc-icon{margin:0!important}.cl-svc-desc,.cl-svc-title,.cl-svc-value{text-align:left!important}.cl-industries-grid .cl-svc-card{flex-direction:row!important;align-items:center!important;padding:1rem 1.15rem!important;gap:.9rem!important}.cl-industries-grid .cl-svc-icon{margin:0!important;flex-shrink:0;width:42px!important;height:42px!important;font-size:18px!important}.cl-industries-grid .cl-svc-title{font-size:13.5px!important;text-align:left!important;margin-bottom:3px!important}.cl-industries-grid .cl-svc-desc{font-size:12px!important;text-align:left!important}.cl-stack-grid .cl-svc-card{align-items:flex-start!important}.cl-stack-grid .cl-svc-card *{text-align:center!important}.cl-cases-grid .cl-svc-card{align-items:flex-start!important}.cl-cases-grid .cl-svc-card h3,.cl-cases-grid .cl-svc-card p{text-align:center!important}.cl-why-card{flex-direction:row!important;align-items:flex-start!important;text-align:left!important}.cl-why-icon{margin:0!important;flex-shrink:0}.cl-mv-card,.cl-why-desc,.cl-why-title{text-align:left!important}.cl-mv-card{flex-direction:row!important;align-items:flex-start!important}.cl-mv-icon{margin:0!important;flex-shrink:0}.cl-checklist-item,.cl-mv-card h3,.cl-mv-card p{text-align:left!important}.cl-checklist-item{flex-direction:row!important;align-items:center!important}.cl-checklist-item span,.cl-icon-card{text-align:left!important}.cl-icon-card{flex-direction:row!important;align-items:flex-start!important}.cl-icon-card h3,.cl-icon-card p{text-align:left!important}.cl-mission-cards .cl-why-card{flex-direction:row!important;text-align:left!important}.cl-mission-cards h3,.cl-mission-cards p{text-align:left!important}.cl-team-grid{grid-template-columns:1fr!important}.cl-team-card{padding:1.5rem!important}.cl-team-name,.cl-team-role{text-align:center!important}.cl-roi-col{width:100%!important}.cl-roi-col>div:first-child{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.cl-testi-card{padding:2rem 1.25rem!important}.cl-testi-author{flex-direction:column!important;align-items:center!important}.cl-testi-name,.cl-testi-quote,.cl-testi-role,.cl-testi-title{text-align:center!important}.cl-faq-list{margin-left:0!important;margin-right:0!important}.cl-faq-a,.cl-faq-q-text{text-align:left!important}.cl-blog-date,.cl-blog-excerpt,.cl-blog-title{text-align:center!important}.cl-blog-footer{justify-content:center!important}.cl-cta{flex-direction:column!important;align-items:center!important;padding:2.5rem 1.5rem!important}.cl-cta,.cl-cta-sub,.cl-cta-title{text-align:center!important}.cl-cta-actions{width:100%!important;flex-direction:column!important;align-items:center!important}.cl-cta-actions .cl-btn-ghost,.cl-cta-actions .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-cta-check{justify-content:center!important}div a.cl-btn-ghost,div a.cl-btn-primary,section a.cl-btn-ghost,section a.cl-btn-primary{display:flex!important;width:100%!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.cl-hdr-actions a.cl-btn-primary{margin:0!important}.cl-blog-read,.cl-hdr-actions a.cl-btn-primary,.cl-svc-link{width:auto!important;max-width:none!important}.cl-svc-link{margin:0!important}.cl-footer-top-grid{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important}.cl-footer-top-grid>div{display:flex!important}.cl-footer-bottom-bar,.cl-footer-top-grid>div{flex-direction:column!important;align-items:center!important}.cl-footer-bottom-bar{gap:.5rem!important}.cl-footer-bottom-bar,.cl-footer-top-grid a{text-align:center!important}.cl-about-hero{padding:3.5rem 0!important}.cl-about-hero-inner{text-align:center!important}.cl-about-label{justify-content:center!important}.cl-about-label:before{display:none!important}.cl-about-h1{text-align:center!important;font-size:2rem!important}.cl-about-desc{text-align:center!important;margin:0 auto!important}.cl-about-btns{justify-content:center!important;flex-direction:column!important;align-items:center!important}.cl-about-btns .cl-btn-ghost,.cl-about-btns .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-about-stats-section{padding:2.5rem 0!important}.cl-about-stats-title{font-size:1.3rem!important}.cl-about-stats-desc,.cl-about-stats-title{text-align:center!important}.cl-about-stats-grid{grid-template-columns:1fr 1fr!important}.cl-about-stat-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important;padding:1rem 0!important}.cl-about-stat-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-about-stat-item:nth-child(3),.cl-about-stat-item:nth-child(4){border-bottom:none!important}.cl-timeline-item{flex-direction:row!important;align-items:flex-start!important}.cl-award-badge,.cl-timeline-event{text-align:left!important}.cl-award-badge{flex-direction:row!important;align-items:flex-start!important}.cl-award-badge p{text-align:left!important}.cl-method-step{padding:0!important;text-align:center!important}.cl-method-icon{width:48px!important;height:48px!important;font-size:20px!important}.cl-cert-desc,.cl-cert-name{text-align:center!important}.cl-logos-row{gap:1.5rem!important}.cl-client-logo{height:28px!important}.cl-contact-hero .cl-h1,.cl-contact-hero .cl-sub,.cl-contact-hero p{text-align:center!important}.cl-contact-hero .cl-label{justify-content:center!important}.cl-contact-body{grid-template-columns:1fr!important;padding:2rem 1.2rem!important;gap:2rem!important}.cl-contact-form-card{position:static!important}.cl-contact-info-card h2,.cl-contact-info-card h3{text-align:center!important}.cl-pp-hero{height:280px!important}.cl-pp-body{grid-template-columns:1fr!important;padding:1.5rem 1.2rem 3rem!important;gap:2rem!important}.cl-pp-sidebar{position:static!important}.cl-pp-content{font-size:15px!important}.cl-pp-content h2,.cl-pp-content h3,.cl-pp-content p{text-align:left!important}.cl-ty-card{padding:2rem 1.25rem!important;margin:0 1rem!important}.cl-ty-body,.cl-ty-sub,.cl-ty-title{text-align:center!important}.cl-ty-actions .cl-btn-ghost,.cl-ty-actions .cl-btn-primary{width:100%!important;justify-content:center!important}.cl-blog-hero{padding:3rem 0!important}.cl-blog-hero .cl-h1,.cl-blog-hero .cl-sub{text-align:center!important}.cl-blog-hero .cl-label{justify-content:center!important}}@media (max-width:480px){.cl-h1{font-size:1.8rem!important}.cl-h2{font-size:1.4rem!important}.cl-about-h1,.cl-hero-title{font-size:1.8rem!important}.cl-section{padding:2.5rem 0!important}.cl-inner{padding:0 1rem!important}.cl-methodology-grid{grid-template-columns:1fr!important}.cl-cert-grid{grid-template-columns:1fr 1fr!important}.cl-stats-n{font-size:2rem!important}.cl-cta{padding:2rem 1rem!important}.cl-testi-card{padding:1.75rem 1rem!important}.cl-pp-hero{height:240px!important}.cl-hdr-inner{height:58px!important}.cl-industries-grid .cl-svc-card{padding:.85rem 1rem!important}}.cl-2col-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.cl-mission-cards{gap:1rem}.cl-checklist,.cl-mission-cards{display:flex;flex-direction:column}.cl-checklist{gap:10px}.cl-checklist-item{display:flex;align-items:center;gap:13px;padding:12px 16px;background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:11px;transition:border-color .15s}.cl-checklist-item:hover{border-color:var(--cl-border)}.cl-icon-cards{display:flex;flex-direction:column;gap:1.25rem}.cl-icon-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:15px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .2s}.cl-icon-card:hover{border-color:var(--cl-border)}.cl-roi-col{display:flex;flex-direction:column;gap:1rem}.cl-roi-col .cl-btn-primary{width:100%;justify-content:center}.cl-mv-card{background:var(--cl-bg-3);border:1px solid var(--cl-border-dim);border-radius:14px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .2s}.cl-mv-card:hover{border-color:var(--cl-border)}.cl-mv-icon{width:44px;height:44px;border-radius:11px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.cl-industries-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.cl-industry-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r);padding:1.4rem 1.25rem;display:flex;gap:.65rem;transition:border-color .22s,transform .22s}.cl-industry-card:hover{border-color:var(--cl-border);transform:translateY(-3px)}.cl-industry-icon{font-size:26px;line-height:1}.cl-industry-text{display:flex;flex-direction:column;gap:.35rem}.cl-industry-title{font-family:var(--cl-display);font-size:13.5px;font-weight:700;color:#fff}.cl-industry-desc{font-size:12px;color:var(--cl-text-dim);line-height:1.6}.cl-stack-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.cl-stack-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.85rem;transition:border-color .22s,transform .22s}.cl-stack-card:hover{border-color:var(--cl-border);transform:translateY(-3px)}.cl-stack-cat{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--cl-cyan)}.cl-stack-tools{display:flex;flex-direction:column;gap:7px}.cl-stack-tool{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--cl-text-dim)}.cl-stack-dot{width:5px;height:5px;border-radius:50%;background:var(--cl-primary);flex-shrink:0}.cl-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.cl-audit-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.cl-audit-item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--cl-text-dim);line-height:1.5}.cl-audit-check{color:var(--cl-primary);font-size:14px;font-weight:700;flex-shrink:0;margin-top:1px}.cl-audit-badge{padding:16px;background:rgba(99,102,241,.08);border:1px solid var(--cl-border);border-radius:10px}.cl-audit-badge-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px}.cl-audit-badge-sub{font-size:12.5px;color:var(--cl-text-dim)}.cl-footer-top-grid{display:grid;grid-template-columns:1.6fr .85fr 1.1fr 1.25fr;grid-gap:2.5rem;gap:2.5rem}.cl-footer-bottom-bar{padding:1.5rem 0 2.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width:1100px){.cl-nav{display:none}.cl-hamburger{display:flex}.cl-hero-inner{grid-template-columns:1fr}.cl-tc{display:none}.cl-blog-grid,.cl-blog-list-grid,.cl-cases-grid,.cl-industries-grid,.cl-stack-grid,.cl-svc-grid{grid-template-columns:repeat(2,1fr)}.cl-footer-top-grid{grid-template-columns:1fr 1fr;gap:2rem}.cl-pp-body{grid-template-columns:minmax(0,1fr) 300px;gap:2rem}.cl-contact-body{grid-template-columns:1fr 1fr}.cl-2col-grid{gap:2.5rem}.cl-cert-grid,.cl-team-grid{grid-template-columns:repeat(2,1fr)}.cl-methodology-grid{grid-template-columns:repeat(3,1fr)}.cl-methodology-grid:before{display:none}.cl-about-mv-grid{grid-template-columns:1fr}.cl-cta{flex-direction:column;text-align:center;padding:3rem 2rem}.cl-cta-actions{width:100%;align-items:center}.cl-pp-body{grid-template-columns:1fr}.cl-pp-sidebar{position:static}}@media (max-width:768px){.cl-section{padding:3rem 0!important}.cl-inner{padding:0 1.2rem!important}.cl-h1{font-size:2rem!important}.cl-h1,.cl-h2{text-align:center!important}.cl-h2{font-size:1.55rem!important}.cl-h3,.cl-sub{text-align:center!important}.cl-sub{margin-left:auto!important;margin-right:auto!important}.cl-eyebrow,.cl-label{justify-content:center!important}.cl-eyebrow:before,.cl-label:before{display:none!important}.cl-section-head{text-align:center!important}.cl-section-head .cl-sub{margin:0 auto!important}.cl-nav{display:none!important}.cl-hamburger{display:flex!important}.cl-hdr-inner{padding:0 1.2rem!important;height:62px!important}.cl-hdr-actions .cl-btn-primary{font-size:12.5px!important;padding:8px 16px!important}.cl-hero{min-height:auto!important;padding:3.5rem 0 3rem!important}.cl-hero-inner{grid-template-columns:1fr!important;text-align:center!important;gap:0!important}.cl-hero-badge{margin:0 auto 1.5rem!important}.cl-hero-title{font-size:2rem!important;text-align:center!important}.cl-hero-sub{text-align:center!important;margin:0 auto 2rem!important;max-width:100%!important}.cl-hero-actions{justify-content:center!important;flex-direction:column!important;align-items:center!important;gap:10px!important}.cl-hero-actions .cl-btn-ghost,.cl-hero-actions .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-hero-stats{justify-content:center!important;gap:2rem!important}.cl-hero-stat{text-align:center!important}.cl-tc{display:none!important}.cl-stats-bar{padding:1.5rem 0!important}.cl-stats-grid{grid-template-columns:1fr 1fr!important}.cl-stats-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important;padding:.85rem 0!important}.cl-stats-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-stats-item:nth-child(3),.cl-stats-item:nth-child(4){border-bottom:none!important}.cl-blog-grid,.cl-blog-list-grid,.cl-svc-grid,.cl-why-grid{grid-template-columns:1fr!important}.cl-industries-grid,.cl-stack-grid{gap:.75rem!important}.cl-about-mv-grid,.cl-cases-grid,.cl-industries-grid,.cl-stack-grid,.cl-team-grid{grid-template-columns:1fr!important}.cl-about-mv-grid{margin-bottom:2rem!important}.cl-cert-grid,.cl-methodology-grid{grid-template-columns:1fr 1fr!important}.cl-methodology-grid{gap:1.5rem!important}.cl-methodology-grid:before{display:none!important}.cl-2col-grid{grid-template-columns:1fr!important;gap:2rem!important}.cl-2col-grid,.cl-2col-grid h1,.cl-2col-grid h2,.cl-2col-grid h3,.cl-2col-grid p,.cl-2col-grid>div{text-align:center!important}.cl-2col-grid .cl-label{justify-content:center!important}.cl-2col-grid .cl-label:before{display:none!important}.cl-2col-grid a.cl-btn-ghost,.cl-2col-grid a.cl-btn-primary{display:flex!important;width:100%!important;max-width:300px!important;margin:0 auto!important;justify-content:center!important}.cl-svc-card{text-align:left!important;align-items:flex-start!important}.cl-svc-icon{margin:0!important}.cl-svc-desc,.cl-svc-title,.cl-svc-value{text-align:left!important}.cl-industry-card{flex-direction:row!important;align-items:center!important;padding:1rem 1.15rem!important;gap:1rem!important}.cl-industry-icon{font-size:22px!important;flex-shrink:0}.cl-industry-title{font-size:13.5px!important}.cl-industry-desc,.cl-industry-text,.cl-industry-title{text-align:left!important}.cl-stack-card{padding:1.25rem!important}.cl-audit-badge,.cl-audit-badge-sub,.cl-audit-badge-title,.cl-audit-item,.cl-audit-list,.cl-stack-cat,.cl-stack-tool,.cl-why-card{text-align:left!important}.cl-why-card{flex-direction:row!important;align-items:flex-start!important}.cl-why-icon{margin:0!important;flex-shrink:0!important}.cl-mv-card,.cl-why-desc,.cl-why-title{text-align:left!important}.cl-mv-card{flex-direction:row!important;align-items:flex-start!important}.cl-mv-icon{margin:0!important;flex-shrink:0!important}.cl-mv-card h3,.cl-mv-card p{text-align:left!important}.cl-mission-cards .cl-why-card{flex-direction:row!important;text-align:left!important}.cl-checklist-item,.cl-mission-cards h3,.cl-mission-cards p{text-align:left!important}.cl-checklist-item{flex-direction:row!important;align-items:center!important}.cl-checklist-item span,.cl-icon-card{text-align:left!important}.cl-icon-card{flex-direction:row!important;align-items:flex-start!important}.cl-icon-card h3,.cl-icon-card p{text-align:left!important}.cl-roi-col>div:first-child{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.cl-team-card{padding:1.5rem!important}.cl-team-name,.cl-team-role{text-align:center!important}.cl-testi-card{padding:2rem 1.25rem!important}.cl-testi-author{flex-direction:column!important;align-items:center!important}.cl-testi-name,.cl-testi-quote,.cl-testi-role,.cl-testi-title{text-align:center!important}.cl-faq-a,.cl-faq-q-text{text-align:left!important}.cl-blog-date,.cl-blog-excerpt,.cl-blog-title{text-align:center!important}.cl-blog-footer{justify-content:center!important}.cl-cta{flex-direction:column!important;align-items:center!important;padding:2.5rem 1.5rem!important}.cl-cta,.cl-cta-sub,.cl-cta-title{text-align:center!important}.cl-cta-actions{width:100%!important;flex-direction:column!important;align-items:center!important}.cl-cta-actions .cl-btn-ghost,.cl-cta-actions .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-cta-check{justify-content:center!important}section a.cl-btn-ghost,section a.cl-btn-primary{display:flex!important;width:100%!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.cl-hdr-actions a.cl-btn-primary{margin:0!important}.cl-blog-read,.cl-hdr-actions a.cl-btn-primary,.cl-svc-link{width:auto!important;max-width:none!important}.cl-svc-link{margin:0!important}.cl-footer-top-grid{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important}.cl-footer-top-grid>div{display:flex!important;flex-direction:column!important;align-items:center!important}.cl-footer-bottom-bar,.cl-footer-top-grid a{text-align:center!important}.cl-footer-bottom-bar{flex-direction:column!important;align-items:center!important;gap:.5rem!important;padding-bottom:2rem!important}.cl-about-hero{padding:3.5rem 0!important}.cl-about-hero-inner{text-align:center!important}.cl-about-label{justify-content:center!important}.cl-about-label:before{display:none!important}.cl-about-h1{text-align:center!important;font-size:2rem!important}.cl-about-desc{text-align:center!important;margin:0 auto!important}.cl-about-btns{justify-content:center!important;flex-direction:column!important;align-items:center!important}.cl-about-btns .cl-btn-ghost,.cl-about-btns .cl-btn-primary{width:100%!important;max-width:300px!important;justify-content:center!important}.cl-about-stats-section{padding:2.5rem 0!important}.cl-about-stats-title{font-size:1.3rem!important}.cl-about-stats-desc,.cl-about-stats-title{text-align:center!important}.cl-about-stats-grid{grid-template-columns:1fr 1fr!important}.cl-about-stat-item{border-right:none!important;border-bottom:1px solid var(--cl-border-dim)!important;padding:1rem 0!important}.cl-about-stat-item:nth-child(odd){border-right:1px solid var(--cl-border-dim)!important}.cl-about-stat-item:nth-child(3),.cl-about-stat-item:nth-child(4){border-bottom:none!important}.cl-timeline-item{flex-direction:row!important;align-items:flex-start!important}.cl-award-badge,.cl-timeline-event{text-align:left!important}.cl-award-badge{flex-direction:row!important;align-items:flex-start!important}.cl-method-step{text-align:center!important;padding:0!important}.cl-method-icon{width:48px!important;height:48px!important;font-size:20px!important}.cl-logos-row{gap:1.5rem!important}.cl-client-logo{height:28px!important}.cl-contact-body{grid-template-columns:1fr!important;padding:2rem 1.2rem!important;gap:2rem!important}.cl-contact-form-card{position:static!important}.cl-pp-hero{height:280px!important}.cl-pp-body{grid-template-columns:1fr!important;padding:1.5rem 1.2rem 3rem!important;gap:2rem!important}.cl-pp-sidebar{position:static!important}.cl-pp-content h2,.cl-pp-content h3,.cl-pp-content p{text-align:left!important}.cl-ty-card{padding:2rem 1.25rem!important;margin:0 1rem!important}.cl-ty-body,.cl-ty-sub,.cl-ty-title{text-align:center!important}.cl-ty-actions .cl-btn-ghost,.cl-ty-actions .cl-btn-primary{width:100%!important;justify-content:center!important}.cl-blog-hero{padding:3rem 0!important}}@media (max-width:480px){.cl-about-h1,.cl-h1,.cl-hero-title{font-size:1.8rem!important}.cl-h2{font-size:1.35rem!important}.cl-section{padding:2.5rem 0!important}.cl-inner{padding:0 1rem!important}.cl-stats-n{font-size:2rem!important}.cl-methodology-grid{grid-template-columns:1fr!important}.cl-cert-grid{grid-template-columns:1fr 1fr!important}.cl-cta{padding:2rem 1rem!important}.cl-testi-card{padding:1.75rem 1rem!important}.cl-pp-hero{height:240px!important}.cl-hdr-inner{height:58px!important}.cl-about-stats-title{font-size:1.2rem!important}.cl-industry-card{padding:.85rem 1rem!important}.cl-stack-card{padding:1rem!important}}@media (max-width:768px){.cl-industry-card{flex-direction:row!important;align-items:center!important;text-align:left!important;padding:1rem 1.15rem!important;gap:1rem!important}.cl-industry-icon{flex-shrink:0!important;font-size:22px!important}.cl-industries-grid,.cl-industries-grid+div,.cl-industries-grid~div,.cl-industry-desc,.cl-industry-title,.cl-stack-card,.cl-stack-cat,.cl-stack-tool{text-align:center!important}}@media (max-width:768px){.cl-inner>div>div:has(+.cl-industries-grid),.cl-inner>div>div:has(+.cl-stack-grid){text-align:center!important}.cl-inner>div>div:has(+.cl-industries-grid) h2,.cl-inner>div>div:has(+.cl-industries-grid) p,.cl-inner>div>div:has(+.cl-stack-grid) h2,.cl-inner>div>div:has(+.cl-stack-grid) p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.cl-industry-desc,.cl-industry-text,.cl-industry-title{text-align:center!important}.cl-industry-card{flex-direction:row!important;align-items:center!important;gap:1rem!important;padding:1rem 1.15rem!important}.cl-industry-icon{flex-shrink:0!important;font-size:22px!important}.cl-stack-card,.cl-stack-cat,.cl-stack-tool{text-align:center!important}.cl-stack-card{align-items:center!important}.cl-stack-cat{text-align:center!important}.cl-stack-tools{align-items:center!important}.cl-stack-tool{justify-content:center!important;text-align:center!important}}.cl-pp-hero{position:relative;height:520px;overflow:hidden;background:var(--cl-bg-2)}.cl-pp-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,var(--cl-bg) 0,rgba(11,15,25,.75) 45%,rgba(11,15,25,.3) 100%)}.cl-pp-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:2;max-width:var(--cl-max);margin:0 auto;padding:0 var(--cl-pad) 2.5rem}.cl-pp-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1rem}.cl-pp-title{font-family:var(--cl-display);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.025em;max-width:800px;margin-bottom:1rem}.cl-pp-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13.5px;color:var(--cl-text-dim)}.cl-pp-dot{color:var(--cl-text-muted)}.cl-pp-body{max-width:var(--cl-max);margin:0 auto;padding:3.5rem var(--cl-pad) 5rem;display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:3rem;gap:3rem;align-items:start}.cl-pp-article{min-width:0}.cl-pp-content{color:var(--cl-text);line-height:1.9;font-size:16.5px}.cl-pp-content h1{font-size:2rem;font-weight:900;margin:2.5rem 0 1rem;letter-spacing:-.025em}.cl-pp-content h1,.cl-pp-content h2{font-family:var(--cl-display);color:#fff}.cl-pp-content h2{font-size:1.65rem;font-weight:800;margin:2.5rem 0 .85rem;letter-spacing:-.02em}.cl-pp-content h3{font-family:var(--cl-display);font-size:1.2rem;font-weight:700;color:#fff;margin:1.75rem 0 .55rem}.cl-pp-content h4{font-size:1.05rem;font-weight:700;color:var(--cl-text);margin:1.5rem 0 .5rem}.cl-pp-content p{margin-bottom:1.35rem;color:var(--cl-text-dim)}.cl-pp-content p:last-child{margin-bottom:0}.cl-pp-content a{color:var(--cl-cyan);text-decoration:underline;text-underline-offset:3px;transition:color .15s}.cl-pp-content a:hover{color:var(--cl-cyan-light)}.cl-pp-content ol,.cl-pp-content ul{margin:1rem 0 1.25rem 1.5rem}.cl-pp-content li{margin-bottom:.55rem;color:var(--cl-text-dim)}.cl-pp-content strong{color:var(--cl-text);font-weight:700}.cl-pp-content blockquote,.cl-pp-content em{color:var(--cl-text-dim);font-style:italic}.cl-pp-content blockquote{border-left:3px solid var(--cl-primary);padding:1.1rem 1.5rem;background:rgba(99,102,241,.06);border-radius:0 12px 12px 0;margin:1.75rem 0}.cl-pp-content code{font-family:var(--cl-mono);font-size:.875em;background:rgba(99,102,241,.1);color:var(--cl-primary-light);padding:2px 7px;border-radius:5px}.cl-pp-content pre{background:var(--cl-bg-2);border:1px solid var(--cl-border-dim);border-radius:12px;padding:1.5rem;overflow-x:auto;margin:1.75rem 0}.cl-pp-content pre code{background:none;padding:0;color:var(--cl-cyan)}.cl-pp-content table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:14px}.cl-pp-content th{background:var(--cl-bg-3);color:#fff;text-align:left;font-weight:700}.cl-pp-content td,.cl-pp-content th{padding:10px 14px;border:1px solid var(--cl-border-dim)}.cl-pp-content td{color:var(--cl-text-dim)}.cl-pp-content tr:nth-child(2n) td{background:hsla(0,0%,100%,.02)}.cl-pp-content img{max-width:100%;height:auto;border-radius:12px;margin:1.75rem 0;display:block}.cl-pp-content hr{border:none;margin:2rem 0}.cl-pp-content hr,.cl-pp-tags{border-top:1px solid var(--cl-border-dim)}.cl-pp-tags{margin-top:2.5rem;padding-top:1.5rem;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.cl-pp-tags-label{font-size:12px;color:var(--cl-text-muted);font-weight:600}.cl-pp-sidebar{position:-webkit-sticky;position:sticky;top:90px;gap:1.25rem}.cl-pp-sidebar,.cl-sidebar-cta{display:flex;flex-direction:column}.cl-sidebar-cta{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(34,211,238,.05));border:1px solid rgba(99,102,241,.25);border-radius:var(--cl-r-lg);padding:1.75rem;align-items:center;text-align:center;gap:.6rem}.cl-sidebar-cta-icon{font-size:2.5rem;margin-bottom:.25rem}.cl-sidebar-cta-title{font-family:var(--cl-display);font-size:1rem;font-weight:800;color:#fff}.cl-sidebar-cta-sub{font-size:13px;color:var(--cl-text-dim);line-height:1.6;margin-bottom:.5rem}.cl-sidebar-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);padding:1.5rem}.cl-sidebar-card-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cl-text-muted);margin-bottom:1rem}.cl-sidebar-links{display:flex;flex-direction:column}.cl-sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:10px 0;font-size:13.5px;color:var(--cl-text-dim);text-decoration:none;border-bottom:1px solid var(--cl-border-dim);transition:color .15s;line-height:1.45}.cl-sidebar-link:last-child{border-bottom:none;padding-bottom:0}.cl-sidebar-link:hover{color:#fff}.cl-sidebar-arrow{color:var(--cl-cyan);flex-shrink:0;font-size:13px;transition:transform .15s}.cl-sidebar-link:hover .cl-sidebar-arrow{transform:translateX(3px)}.cl-sidebar-risk{background:rgba(99,102,241,.07);border:1px solid rgba(99,102,241,.22);border-radius:var(--cl-r-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.cl-sidebar-risk-title{font-size:14px;font-weight:700;color:#fff}.cl-sidebar-risk-sub{font-size:13px;color:var(--cl-text-dim);line-height:1.65}@media (max-width:900px){.cl-pp-body{grid-template-columns:1fr!important;padding:2.5rem var(--cl-pad) 4rem!important;gap:2.5rem!important}.cl-pp-sidebar{position:static!important}.cl-pp-hero{height:380px!important}.cl-pp-title{font-size:1.8rem!important}}@media (max-width:768px){.cl-pp-hero{height:300px!important}.cl-pp-hero-content{padding:0 1.2rem 1.75rem!important}.cl-pp-title{font-size:1.5rem!important}.cl-pp-meta{font-size:12.5px!important}.cl-pp-body{padding:2rem 1.2rem 3.5rem!important;gap:2rem!important}.cl-pp-content{font-size:15.5px!important}.cl-pp-content h1{font-size:1.5rem!important}.cl-pp-content h2{font-size:1.3rem!important}.cl-pp-content h3{font-size:1.1rem!important}.cl-pp-sidebar{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:1rem!important;gap:1rem!important}.cl-sidebar-cta{grid-column:1/-1!important}}@media (max-width:480px){.cl-pp-hero{height:260px!important}.cl-pp-title{font-size:1.35rem!important}.cl-pp-sidebar{grid-template-columns:1fr!important}}.cl-testi-slider{max-width:700px;margin:0 auto}.cl-testi-controls{gap:1rem;margin-top:1.75rem}.cl-testi-btn,.cl-testi-controls{display:flex;align-items:center;justify-content:center}.cl-testi-btn{width:40px;height:40px;border-radius:50%;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);color:var(--cl-primary-light);cursor:pointer;transition:all .2s}.cl-testi-btn:hover{background:rgba(99,102,241,.2);border-color:var(--cl-border);color:#fff;transform:scale(1.05)}.cl-testi-dots{display:flex;gap:8px;align-items:center}.cl-testi-dot{width:8px;height:8px;border-radius:50%;background:rgba(99,102,241,.25);border:none;cursor:pointer;transition:all .22s;padding:0}.cl-testi-dot.active{width:24px;border-radius:4px;background:var(--cl-primary)}@media (max-width:768px){.cl-testi-slider{max-width:100%}}.cl-industry-card{flex-direction:column;align-items:center;text-align:center}.cl-industry-desc,.cl-industry-text,.cl-industry-title,.cl-svc-card{text-align:center}.cl-svc-card{align-items:center}.cl-svc-desc,.cl-svc-title,.cl-svc-value{text-align:center}.cl-blog-img-wrap{background:var(--cl-bg-3)}.cl-blog-no-img{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(34,211,238,.06));font-size:3rem}.cl-blog-cats-bar{background:var(--cl-bg-2);border-bottom:1px solid var(--cl-border-dim);padding:1rem 0;position:-webkit-sticky;position:sticky;top:68px;z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cl-blog-cats-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap}.cl-blog-cats-scroll::-webkit-scrollbar{display:none}.cl-blog-cat-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid var(--cl-border-dim);color:var(--cl-text-dim);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .18s;font-family:var(--cl-font)}.cl-blog-cat-btn:hover{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.3);color:#fff}.cl-blog-cat-btn.active{background:var(--cl-grad-primary);border-color:transparent;color:#fff;font-weight:700;box-shadow:0 4px 16px rgba(99,102,241,.35)}.cl-blog-cat-count{background:hsla(0,0%,100%,.15);border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.cl-blog-cat-btn.active .cl-blog-cat-count{background:hsla(0,0%,100%,.25)}.cl-blog-results{font-size:13.5px;color:var(--cl-text-muted);margin-bottom:1.75rem}.cl-blog-results strong{color:var(--cl-text)}.cl-blog-empty{text-align:center;padding:4rem 2rem;color:var(--cl-text-dim);font-size:15px}.cl-blog-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(34,211,238,.04))}.cl-blog-cat{position:absolute;bottom:10px;left:12px;background:rgba(99,102,241,.2);border:1px solid rgba(99,102,241,.3);color:var(--cl-primary-light);font-size:10px;font-weight:700;padding:4px 11px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;font-family:var(--cl-font);transition:background .15s}.cl-blog-cat:hover{background:rgba(99,102,241,.35)}@media (max-width:768px){.cl-blog-cats-bar{top:62px;padding:.75rem 0}.cl-blog-cats-scroll{flex-wrap:nowrap}.cl-blog-cat-btn{font-size:12.5px;padding:6px 14px}}.cl-blog-search-wrap{position:relative;max-width:600px;margin:0 auto}.cl-blog-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--cl-text-muted);pointer-events:none}.cl-blog-search-input{width:100%;background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:999px;padding:13px 48px 13px 46px;font-size:14.5px;color:var(--cl-text);font-family:var(--cl-font);outline:none;transition:border-color .2s,box-shadow .2s}.cl-blog-search-input::placeholder{color:var(--cl-text-muted)}.cl-blog-search-input:focus{border-color:var(--cl-primary);box-shadow:0 0 0 3px rgba(99,102,241,.12)}.cl-blog-search-clear{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.08);border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:var(--cl-text-muted);font-size:11px;cursor:pointer;transition:all .15s}.cl-blog-search-clear:hover{background:hsla(0,0%,100%,.15);color:#fff}@media (max-width:768px){.cl-blog-search-input{font-size:14px;padding:11px 44px 11px 42px}}.cl-author-hero{position:relative;overflow:hidden;background:var(--cl-bg);padding:5rem 0 4rem;border-bottom:1px solid var(--cl-border-dim)}.cl-author-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%);pointer-events:none}.cl-author-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.1) 0,transparent 70%);top:-150px;right:-100px;animation:cl-glow-orb 14s ease-in-out infinite}.cl-author-orb-1,.cl-author-orb-2{position:absolute;border-radius:50%;pointer-events:none}.cl-author-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(34,211,238,.07) 0,transparent 70%);bottom:-80px;left:5%;animation:cl-glow-orb 18s ease-in-out infinite reverse}.cl-author-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--cl-text-muted);margin-bottom:2.5rem}.cl-author-breadcrumb a{color:var(--cl-text-muted);text-decoration:none;transition:color .15s}.cl-author-breadcrumb a:hover{color:var(--cl-cyan)}.cl-author-breadcrumb span{color:var(--cl-text-faint)}.cl-author-breadcrumb span:last-child{color:var(--cl-text-dim)}.cl-author-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:3rem;gap:3rem;align-items:start}.cl-author-avatar-wrap{position:relative;flex-shrink:0;width:140px;height:140px}.cl-author-avatar-img{object-fit:cover;display:block;box-shadow:0 0 40px rgba(99,102,241,.2),0 0 0 6px rgba(99,102,241,.08)}.cl-author-avatar-img,.cl-author-avatar-initials{width:140px;height:140px;border-radius:50%;border:3px solid rgba(99,102,241,.3)}.cl-author-avatar-initials{background:var(--cl-grad-primary);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:900;color:#fff;box-shadow:0 0 40px rgba(99,102,241,.25);font-family:var(--cl-display)}.cl-author-badge-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);color:var(--cl-primary-light);font-size:11px;font-weight:700;padding:5px 14px;border-radius:999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.cl-author-name{font-family:var(--cl-display);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;letter-spacing:-.035em;line-height:1.05;margin-bottom:.5rem}.cl-author-role{font-size:15px;font-weight:600;background:var(--cl-grad-mixed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem}.cl-author-bio{font-size:15px;color:var(--cl-text-dim);line-height:1.85;max-width:620px;margin-bottom:1.5rem}.cl-author-socials{display:flex;gap:10px;flex-wrap:wrap}.cl-author-social-btn{display:inline-flex;align-items:center;gap:7px;background:hsla(0,0%,100%,.04);border:1px solid var(--cl-border-dim);color:var(--cl-text-dim);font-size:13px;font-weight:500;padding:8px 16px;border-radius:999px;text-decoration:none;transition:all .18s}.cl-author-social-btn:hover{background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3);color:#fff;transform:translateY(-2px)}.cl-author-stats{gap:0;background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);overflow:hidden;min-width:140px;align-self:start}.cl-author-stat,.cl-author-stats{display:flex;flex-direction:column}.cl-author-stat{align-items:center;padding:1.25rem 1.5rem;text-align:center}.cl-author-stat-n{font-family:var(--cl-display);font-size:2.2rem;font-weight:900;line-height:1;background:var(--cl-grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cl-author-stat-l{font-size:11px;color:var(--cl-text-muted);font-weight:500;margin-top:4px;text-transform:uppercase;letter-spacing:.07em}.cl-author-stat-divider{height:1px;background:var(--cl-border-dim)}.cl-author-expertise{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.cl-author-expertise-divider{width:1px;background:var(--cl-border-dim);align-self:stretch}.cl-author-section-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cl-text-muted);margin-bottom:.85rem}.cl-author-tags{display:flex;flex-wrap:wrap;gap:8px}.cl-author-tag{display:inline-flex;align-items:center;gap:5px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.2);color:var(--cl-primary-light);font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:999px;transition:all .15s}.cl-author-tag:hover{background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.35)}.cl-author-tag-cert{background:rgba(34,211,238,.06);border-color:rgba(34,211,238,.2);color:var(--cl-cyan)}.cl-author-articles-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.cl-author-count{background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);color:var(--cl-primary-light);font-size:12px;font-weight:700;padding:5px 14px;border-radius:999px}.cl-author-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.cl-author-article-card{background:var(--cl-bg-card);border:1px solid var(--cl-border-dim);border-radius:var(--cl-r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:var(--cl-shadow-card)}.cl-author-article-card:hover{transform:translateY(-5px);border-color:var(--cl-border);box-shadow:0 20px 56px rgba(99,102,241,.12)}.cl-author-article-img{height:180px;overflow:hidden;background:var(--cl-bg-3);flex-shrink:0}.cl-author-article-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.cl-author-article-card:hover .cl-author-article-img img{transform:scale(1.06)}.cl-author-article-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(34,211,238,.04))}.cl-author-article-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.cl-author-article-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--cl-cyan);background:rgba(34,211,238,.08);border:1px solid rgba(34,211,238,.18);padding:3px 10px;border-radius:999px;width:-moz-fit-content;width:fit-content}.cl-author-article-title{font-family:var(--cl-display);font-size:14.5px;font-weight:700;color:#fff;text-decoration:none;line-height:1.4;display:block;transition:color .15s}.cl-author-article-title:hover{color:var(--cl-cyan)}.cl-author-article-excerpt{font-size:12.5px;color:var(--cl-text-dim);line-height:1.7;flex:1 1}.cl-author-article-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--cl-border-dim);margin-top:auto}.cl-author-article-date{font-size:11.5px;color:var(--cl-text-muted)}.cl-author-article-read{font-size:12.5px;font-weight:600;color:var(--cl-cyan);text-decoration:none;transition:gap .15s;display:inline-flex;align-items:center;gap:4px}.cl-author-article-read:hover{gap:8px}@media (max-width:900px){.cl-author-card{grid-template-columns:1fr;text-align:center;gap:1.5rem}.cl-author-avatar-wrap{margin:0 auto}.cl-author-bio{margin-left:auto;margin-right:auto}.cl-author-socials{justify-content:center}.cl-author-stats{flex-direction:row;min-width:unset;width:100%}.cl-author-stat{flex:1 1;padding:1rem}.cl-author-stat-divider{width:1px;height:auto}.cl-author-expertise{grid-template-columns:1fr;gap:1.5rem}.cl-author-expertise-divider{display:none}.cl-author-articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.cl-author-avatar-img,.cl-author-avatar-initials{width:100px;height:100px;font-size:2.2rem}.cl-author-avatar-wrap{width:100px;height:100px}.cl-author-articles-grid{grid-template-columns:1fr}.cl-author-articles-head{flex-direction:column;align-items:flex-start;gap:.75rem}}