:root{--ink:#1c1c1c;--paper:#fefffe;--surface-soft:#f7faf7;--surface-tint:#f2f7f2;--green:#2c9138;--orange:#ff6845;--yellow:#ffd84d;--blue:#3b82f6;--red:#ef4444;--green-soft:#edf7ef;--silver:#e6ebe7;--line:rgba(28,28,28,.15);--nav-height:88px;--anchor-clearance:40px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + var(--anchor-clearance))}:target,div[id],form[id],section[id]{scroll-margin-top:calc(var(--nav-height) + var(--anchor-clearance))}body{margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}.nav{position:sticky;isolation:isolate;z-index:50;height:var(--nav-height);display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(18,32,23,.06)}.nav,.nav:before{top:0;background:#fefffe}.nav:before{content:"";position:absolute;z-index:-1;bottom:0;left:50%;width:100vw;transform:translateX(-50%)}.brand{display:flex;align-items:center;width:178px}.brand-logo{display:block;width:100%;height:auto}.brand-x{display:block;width:66px;height:66px;flex:0 0 auto}.brand-x img{display:block;width:100%;height:100%;object-fit:contain}.nav-links{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:14px;font-weight:700}.nav-links>a,.nav-menu-trigger,.nav-menu>a{transition:opacity .2s}.nav-links a:hover{opacity:.55}.nav-menu{position:relative}.nav-menu-trigger,.nav-menu>a{display:flex;align-items:center;gap:6px}.nav-menu-trigger{padding:0;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.nav-menu-trigger:hover{opacity:.55}.account-placeholder,.nav-dropdown{visibility:hidden}.nav-dropdown{position:absolute;z-index:20;left:50%;top:100%;width:300px;padding-top:18px;pointer-events:none;transform:translateX(-50%)}.nav-dropdown-panel{display:grid;padding:9px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(18,18,18,.14)}.nav-menu[data-open=true] .nav-dropdown{visibility:visible;pointer-events:auto}.nav-dropdown a{display:flex;justify-content:flex-start;align-items:center;gap:11px;padding:8px 10px;border-radius:11px;font-size:13px;transition:background .18s,color .18s!important}.nav-dropdown a:focus,.nav-dropdown a:hover{opacity:1!important;background:var(--green-soft);color:#246f2c}.nav-dropdown b{font-size:12px;line-height:1.25}.nav-item-icon{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;border:1px solid;border-radius:50%;background:transparent!important;transition:transform .2s}.nav-dropdown a:focus .nav-item-icon,.nav-dropdown a:hover .nav-item-icon{transform:scale(1.06) rotate(-3deg)}.nav-item-icon.green{color:#287b31;background:#e6f3e8}.nav-item-icon.orange{color:#d94b29;background:#fff0ea}.nav-item-icon.yellow{color:#8b6800;background:#fff4c4}.nav-item-icon.blue{color:#2563c7;background:#e9f1ff}.nav-item-icon.violet{color:#6d4bc3;background:#f0ebff}.nav-item-icon.red{color:#c93b45;background:#ffebed}.industries-dropdown{width:530px}.industries-dropdown .nav-dropdown-panel{grid-template-columns:1fr 1fr}.nav-cta{display:flex;align-items:center;padding:13px 18px;border:1px solid var(--green);border-radius:999px;background:var(--green);color:#fff;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(44,145,56,.2)}.account-slot{display:flex;flex:0 0 108px;align-items:center;justify-content:flex-end}.account-slot .nav-cta{min-width:102px;justify-content:center}.account-menu .nav-dropdown{left:auto;right:0;width:250px;transform:none}.account-dropdown span{padding:10px;color:#65706a;font-size:13px;font-weight:400}.account-dropdown .nav-item-icon{padding:0}.account-dropdown .account-signout{margin-top:5px;border-top:1px solid var(--line);border-radius:0}.mobile-account-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.mobile-account-links>strong{grid-column:1/-1;margin-bottom:3px;font-size:15px}.mobile-account-links .account-link,.mobile-account-links .account-signout{display:flex;align-items:center;gap:11px;min-height:46px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:14px}.mobile-account-links .account-link:focus-visible,.mobile-account-links .account-link:hover,.mobile-account-links .account-signout:focus-visible,.mobile-account-links .account-signout:hover{border-color:var(--green);background:var(--green-soft)}.mobile-account-links .nav-item-icon{padding:0}.mobile-account-links .account-signout{grid-column:1/-1;margin-top:2px}.mobile-menu-panel,.mobile-nav-toggle{display:none}.mobile-nav-toggle{width:46px;height:46px;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer}.mobile-menu-panel{position:absolute;z-index:60;left:50%;top:100%;width:100vw;max-height:calc(100dvh - var(--nav-height));overflow-y:auto;transform:translateX(-50%);padding:22px 24px 28px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 24px 50px rgba(18,32,23,.16)}.mobile-menu-inner{display:grid;gap:14px;width:min(100%,860px);margin-inline:auto}.mobile-menu-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-menu-main>a{display:flex;align-items:center;min-height:52px;padding:10px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);font-size:15px;font-weight:800}.mobile-menu-main>a:focus-visible,.mobile-menu-main>a:hover{border-color:var(--green);background:var(--green-soft)}.mobile-menu-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-menu-group{min-width:0;align-self:start;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.mobile-menu-group summary{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:10px 16px;list-style:none;cursor:pointer;font-size:15px;font-weight:800}.mobile-menu-group summary::-webkit-details-marker{display:none}.mobile-menu-group summary svg{transition:transform .2s}.mobile-menu-group[open] summary{border-bottom:1px solid var(--line);background:var(--green-soft)}.mobile-menu-group[open] summary svg{transform:rotate(180deg)}.mobile-menu-group-links{display:grid;gap:2px;padding:8px}.mobile-menu-group-links a{display:flex;align-items:center;gap:10px;min-height:42px;padding:6px 8px;border-radius:9px;color:#404946;font-size:14px;line-height:1.3}.mobile-menu-group-links a:focus-visible,.mobile-menu-group-links a:hover{background:var(--green-soft);color:#246f2c}.mobile-menu-group-links .mobile-menu-all{color:#287b31;font-weight:800}.mobile-menu-actions{display:flex;gap:10px;padding-top:4px}.hero{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;padding-block:60px 66px}.eyebrow,.hero{align-items:center}.eyebrow{display:flex;gap:10px;color:var(--orange);text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800}.eyebrow span{width:9px;height:9px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px rgba(255,104,69,.14)}h1{margin:28px 0 25px;max-width:800px;font-size:clamp(58px,7vw,104px);line-height:.96;letter-spacing:-.055em;font-weight:800}h1 em{display:inline-block;padding-top:.035em;color:var(--green);font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1}.hero-lede{max-width:610px;font-size:19px;line-height:1.55;color:#53595c}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;font-size:14px;font-weight:800}.button-primary{background:var(--green);color:white;box-shadow:0 12px 26px rgba(44,145,56,.18)}.button-secondary{border:1px solid var(--line)}.trust-row{display:flex;gap:35px;margin-top:56px;padding-top:25px;border-top:1px solid var(--line)}.trust-row div{display:flex;flex-direction:column;gap:4px}.trust-row strong{font-size:14px}.trust-row span{font-size:11px;color:#6b7174}.trust-row .google-proof{min-width:190px}.google-proof strong{display:flex;flex-wrap:wrap;align-items:center;column-gap:7px;row-gap:1px;color:var(--ink)}.google-proof strong .google-rating-stars{color:#e6a900;font-size:12px;letter-spacing:1px;white-space:nowrap}.google-proof strong .google-rating-label{flex:none;color:var(--ink);font-size:14px;letter-spacing:normal;white-space:nowrap}.hero-visual{position:relative;min-height:530px;border-radius:32px;overflow:hidden;background:#17191a;box-shadow:0 28px 60px rgba(16,18,18,.18)}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 38%,rgba(59,130,246,.14)),radial-gradient(circle at 8% 0,rgba(44,145,56,.2),transparent 33%),radial-gradient(circle at 90% 80%,rgba(255,104,69,.18),transparent 30%)}.hero-visual:after{content:"";position:absolute;inset:-10%;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 0);background-size:38px 38px;-webkit-mask-image:linear-gradient(180deg,black,transparent 80%);mask-image:linear-gradient(180deg,black,transparent 80%);animation:grid-float 14s ease-in-out infinite alternate}.radar{width:390px;height:390px;left:50%;top:45%;transform:translate(-50%,-50%);z-index:1;border:1px solid rgba(59,130,246,.34);border-radius:50%}.orbit,.radar{position:absolute}.orbit{border:1px solid rgba(44,145,56,.32);border-radius:50%;inset:55px}.orbit-two{inset:115px}.radar-core{position:absolute;inset:50%;width:112px;height:112px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:var(--ink);box-shadow:0 0 0 14px rgba(44,145,56,.1)}.radar-core .brand-x{width:66px;height:66px}.node{position:absolute;padding:10px 14px;background:white;color:var(--ink);border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.2)}.node:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;background:var(--orange);border-radius:50%}.node-two:before{background:var(--blue)}.node-three:before{background:var(--yellow)}.node-one{left:-10px;top:75px}.node-two{right:-3px;top:150px}.node-three{left:43px;bottom:18px}.alarm{position:absolute;z-index:3;right:25px;top:24px;display:flex;align-items:center;gap:9px;color:#fff;font-size:9px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.alarm>span{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(239,68,68,.65);animation:alarm-pulse 1.7s ease-out infinite}@keyframes alarm-pulse{70%,to{box-shadow:0 0 0 12px rgba(239,68,68,0)}}.status-card{position:absolute;z-index:2;left:26px;right:26px;bottom:26px;padding:19px 21px;background:rgba(255,255,255,.95);border-radius:18px}.status-card div{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#5a6863;font-size:11px;text-transform:uppercase;letter-spacing:1.2px;font-weight:800}.status-card strong{font-size:17px}.live-dot{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 4px rgba(44,145,56,.14)}.live-dot,.ticker{background:var(--green)}.ticker{overflow:hidden;color:#fff;border-block:1px solid var(--ink);padding:15px 0;font-size:14px;font-weight:900;white-space:nowrap;text-transform:uppercase;letter-spacing:1.3px}.ticker-track{display:flex;width:max-content;animation:marquee 57s linear infinite}.ticker-group{display:flex;flex:0 0 auto}.ticker-item{display:flex;align-items:center;gap:25px;padding-right:25px}.ticker-item b{color:var(--yellow);font-size:12px}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes grid-float{to{transform:translate3d(24px,18px,0) scale(1.03)}}@keyframes orbit-pulse{50%{opacity:.45;transform:scale(1.04)}}@keyframes node-float{50%{transform:translateY(-9px)}}.orbit-one{animation:orbit-pulse 5s ease-in-out infinite}.orbit-two{animation:orbit-pulse 5s ease-in-out 1.1s infinite reverse}.node{animation:node-float 4.8s ease-in-out infinite}.node-two{animation-delay:-1.6s}.node-three{animation-delay:-3.1s}@supports (animation-timeline:view()){.scroll-rise{animation:scroll-rise linear both;animation-timeline:view();animation-range:entry 0 cover 42%}.parallax-panel{animation:panel-drift linear both;animation-timeline:view();animation-range:entry 0 exit 100%}.radar{animation:radar-drift linear both;animation-timeline:view();animation-range:entry 0 exit 100%}.view-reveal{animation:reveal-up linear both;animation-timeline:view();animation-range:entry 5% cover 34%}.parallax-slow{animation:parallax-slow linear both;animation-timeline:view();animation-range:entry 0 exit 100%}}@keyframes scroll-rise{0%{opacity:.25;transform:translateY(42px)}to{opacity:1;transform:translateY(0)}}@keyframes panel-drift{0%{transform:translateY(26px)}to{transform:translateY(-28px)}}@keyframes radar-drift{0%{transform:translate(-50%,-43%) rotate(-8deg)}to{transform:translate(-50%,-57%) rotate(10deg)}}@keyframes reveal-up{0%{opacity:.15;transform:translateY(54px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes parallax-slow{0%{transform:translateY(46px) rotate(1deg)}to{transform:translateY(-38px) rotate(-1deg)}}@media(max-width:860px){.nav-links{display:none}.nav-cta{margin-left:auto}.hero{grid-template-columns:1fr;padding-top:54px}.hero-visual{min-height:470px}.trust-row{flex-wrap:wrap}}@media(max-width:560px){.shell{width:min(100% - 28px,1240px)}.nav{height:74px}.nav-cta{padding:10px 13px;font-size:11px}.hero{gap:42px;padding-block:48px 60px}h1{font-size:54px}.hero-lede{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{gap:20px;margin-top:40px}.trust-row div{width:calc(50% - 10px)}.hero-visual{min-height:420px}.radar{width:320px;height:320px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.alarm>span,.contact-x,.hero-visual:after,.node,.orbit,.signal span,.ticker div{animation:none!important}.parallax-panel,.parallax-slow,.radar,.scroll-rise,.view-reveal{animation:none!important;transform:none!important;opacity:1!important}}.why-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(55px,7vw,105px);align-items:center;padding-block:86px 112px}.why-hero-copy h1{margin-block:26px 28px;font-size:clamp(62px,7vw,100px)}.why-hero-copy>p:last-of-type{max-width:680px;margin:0;color:#565e60;font-size:18px;line-height:1.72}.why-hero-proof{position:relative;overflow:hidden;min-height:455px;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;border-radius:30px;background:#17191a;color:#fff;box-shadow:0 28px 64px rgba(18,18,18,.16)}.why-hero-proof:before{content:"";position:absolute;inset:0;opacity:.18;background:radial-gradient(circle at 10% 12%,rgba(44,145,56,.65),transparent 34%),linear-gradient(rgba(255,255,255,.14) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 0);background-size:auto,38px 38px,38px 38px}.why-hero-proof>*{position:relative;z-index:1}.why-hero-proof>img{position:absolute;z-index:0;right:-90px;top:-65px;width:355px;opacity:.08;filter:grayscale(1)}.why-hero-proof>strong{max-width:540px;margin-top:22px;font-size:clamp(30px,3.2vw,43px);line-height:1.08;letter-spacing:-.045em}.why-proof-line{display:flex;flex-wrap:wrap;gap:9px;margin-top:64px}.why-proof-line span{padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#d8dfdb;font-size:11px;font-weight:750}.why-question{padding-block:115px;border-block:1px solid rgba(44,145,56,.1);background:var(--surface-tint)}.why-trust-grid{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:1fr 1fr;gap:16px}.why-trust-statement{position:relative;overflow:hidden;grid-row:1/3;min-height:590px;display:flex;flex-direction:column;justify-content:flex-end;padding:48px;border-radius:30px;background:#17201b;color:#fff;box-shadow:0 24px 55px rgba(18,32,23,.12)}.why-trust-statement:before{content:"";position:absolute;inset:0;opacity:.14;background:radial-gradient(circle at 90% 8%,rgba(59,130,246,.72),transparent 31%),linear-gradient(rgba(255,255,255,.15) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 0);background-size:auto,40px 40px,40px 40px}.why-trust-statement>*{position:relative;z-index:1}.why-question .why-trust-statement h2{max-width:680px;margin-block:26px auto;font-size:clamp(50px,5.8vw,80px);color:#fff}.why-trust-statement>p:last-child{max-width:650px;margin:0;padding-top:25px;border-top:1px solid rgba(255,255,255,.2);color:#c4cdc8;font-size:16px;line-height:1.7}.why-trust-card{min-height:287px;display:flex;flex-direction:column;justify-content:space-between;padding:34px;border-radius:26px}.why-trust-card.orange{background:var(--orange);color:#23130e}.why-trust-card.blue{border:1px solid rgba(59,130,246,.24);background:#e8f0ff;color:#172136}.why-trust-card svg{opacity:.78}.why-trust-card h3{max-width:430px;margin:32px 0 11px;font-size:26px;line-height:1.08;letter-spacing:-.035em}.why-trust-card p{max-width:500px;margin:0;font-size:15px;line-height:1.65}.why-evaluate h2,.why-final h2,.why-ownership h2,.why-principles h2,.why-question h2,.why-reviews h2{margin:22px 0 0;font-size:clamp(43px,5vw,68px);line-height:.98;letter-spacing:-.052em}.why-principles{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(70px,9vw,140px);align-items:start}.why-principles-heading{position:sticky;top:130px}.why-principles-heading>svg{margin-bottom:55px;color:var(--green)}.why-final h2 em,.why-principles h2 em,.why-reviews h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.why-principles-list{border-top:1px solid var(--line)}.why-principles-list article{display:grid;grid-template-columns:54px 1fr;gap:24px;padding:31px 0;border-bottom:1px solid var(--line)}.why-principles-list article>svg{color:var(--green)}.why-principles-list article:nth-child(2n)>svg{color:var(--orange)}.why-principles-list h3{margin:0 0 10px;font-size:22px;letter-spacing:-.025em}.why-principles-list p{max-width:590px;margin:0;color:#5b6366;font-size:14px;line-height:1.7}.why-ownership{position:relative;overflow:hidden;padding-block:125px;background:#17191a;color:#fff}.why-ownership:before{content:"";position:absolute;inset:0;opacity:.075;background-image:radial-gradient(circle at center,#72a7ff 1px,transparent 0);background-size:28px 28px}.why-watermark{position:absolute;right:-100px;bottom:-210px;width:540px;opacity:.065;filter:grayscale(1)}.why-ownership-grid{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(70px,9vw,135px)}.why-ownership h2{max-width:590px}.why-ownership-grid>div:last-child>p{margin:0 0 20px;color:#b9c1bd;font-size:16px;line-height:1.75}.ownership-markers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px;padding-top:28px;border-top:1px solid rgba(255,255,255,.16)}.ownership-markers span{display:flex;flex-direction:column;gap:13px;color:#e8ece9;font-size:12px;font-weight:800}.ownership-markers svg{color:var(--yellow)}.why-reviews{display:grid;grid-template-columns:1.18fr .82fr;gap:clamp(70px,9vw,140px);align-items:center}.why-reviews-copy>p:last-of-type{max-width:560px;margin:28px 0 24px;color:#596164;font-size:15px;line-height:1.75}.why-reviews-copy>a{display:inline-block;padding-bottom:6px;border-bottom:1px solid var(--orange);font-size:13px;font-weight:850}.why-review-stage{position:relative;overflow:hidden;min-height:430px;padding:42px;border-radius:28px;background:#17201b;color:#fff;box-shadow:0 25px 55px rgba(18,18,18,.13)}.why-review-stage:before{content:"";position:absolute;inset:0;opacity:.14;background:radial-gradient(circle at 90% 10%,rgba(59,130,246,.7),transparent 32%),linear-gradient(rgba(255,255,255,.13) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 0);background-size:auto,38px 38px,38px 38px}.review-stars{position:relative;z-index:2;color:var(--yellow);font-size:17px;letter-spacing:5px}.review-quote{position:absolute;z-index:2;inset:112px 42px 42px;display:flex;flex-direction:column;justify-content:space-between;margin:0;opacity:0;animation:review-cycle 24s infinite}.review-quote:nth-child(2){animation-delay:0s}.review-quote:nth-child(3){animation-delay:6s}.review-quote:nth-child(4){animation-delay:12s}.review-quote:nth-child(5){animation-delay:18s}.review-quote>p{max-width:650px;margin:0;font-family:Georgia,serif;font-size:clamp(31px,3.3vw,45px);line-height:1.13;letter-spacing:-.035em}.review-quote footer{display:flex;flex-direction:column;gap:5px}.review-quote footer strong{font-size:14px}.review-quote footer span{color:#9da9a2;font-size:11px;text-transform:uppercase;letter-spacing:1.2px}.review-progress{position:absolute;z-index:3;left:42px;right:42px;bottom:24px;height:2px;background:rgba(255,255,255,.12)}.review-progress span{display:block;width:25%;height:100%;background:var(--yellow);animation:review-progress 6s linear infinite;transform-origin:left}@keyframes review-cycle{0%{opacity:0;transform:translateY(12px)}22%,4%{opacity:1;transform:translateY(0)}25%,to{opacity:0;transform:translateY(-10px)}}@keyframes review-progress{0%{transform:scaleX(0)}to{transform:scaleX(4)}}.why-evaluate{padding-block:120px;border-block:1px solid rgba(44,145,56,.1);background:var(--surface-soft)}.why-evaluate-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(70px,10vw,150px)}.why-evaluate-grid>div:first-child>p:last-child{max-width:560px;color:#596164;line-height:1.7}.evaluation-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.evaluation-list article{min-height:190px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.evaluation-list h3{margin:0 0 32px;color:var(--orange);font-size:15px;letter-spacing:.03em}.evaluation-list p{margin:0;color:#51595c;font-size:14px;line-height:1.65}.why-final{display:flex;justify-content:space-between;align-items:end;gap:70px;padding-block:105px}.why-final>div>p:last-child{max-width:690px;margin:25px 0 0;color:#596164;font-size:16px;line-height:1.7}.why-final>.button{flex:0 0 auto;margin-bottom:6px}@media(max-width:900px){.why-evaluate-grid,.why-hero,.why-ownership-grid,.why-principles,.why-reviews,.why-trust-grid{grid-template-columns:1fr}.why-trust-grid{grid-template-rows:auto}.why-trust-statement{grid-row:auto;min-height:520px}.why-principles-heading{position:static}.why-principles-heading>svg{margin-bottom:35px}.why-hero-proof{min-height:360px}.why-final{align-items:flex-start;flex-direction:column}.why-evaluate-grid,.why-ownership-grid,.why-principles,.why-reviews{gap:58px}}@media(max-width:560px){.why-hero{padding-block:52px 75px}.why-hero-copy h1{font-size:54px}.why-hero-proof{min-height:340px;padding:28px}.why-evaluate,.why-ownership,.why-question{padding-block:80px}.why-trust-statement{min-height:500px;padding:30px}.why-trust-statement h2{font-size:49px}.why-trust-card{min-height:260px;padding:28px}.why-review-stage{min-height:390px;padding:28px}.review-quote{inset:105px 28px 42px}.review-progress{left:28px;right:28px}.evaluation-list,.ownership-markers{grid-template-columns:1fr}.evaluation-list article{min-height:150px}.why-final{padding-block:75px}}@media(prefers-reduced-motion:reduce){.review-quote{display:none;animation:none}.review-quote:nth-child(2){display:flex;opacity:1;transform:none}.review-progress span{animation:none;transform:none}}.section{padding-block:130px}.section-heading{display:grid;grid-template-columns:1.8fr 1fr;column-gap:70px;row-gap:25px;align-items:start;margin-bottom:65px}.section-heading .kicker{grid-column:1/-1;margin:0}.services .section-heading{grid-template-columns:1.8fr 1fr}.kicker{margin:8px 0 0;color:var(--orange);font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:2px;font-weight:900}.contact h2,.section-heading h2,.security-copy h2{margin:0;font-size:clamp(45px,5.2vw,72px);line-height:.96;letter-spacing:-.055em}.contact h2 em,.section-heading h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.section-heading>p:last-child{margin:5px 0 0;color:#5b6164;font-size:15px;line-height:1.65}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{position:relative;display:flex;flex-direction:column;min-height:335px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;touch-action:manipulation;transition:background .25s,transform .25s,box-shadow .25s}.service-card:hover{z-index:1;background:#fff;transform:translateY(-4px);box-shadow:0 20px 40px rgba(18,18,18,.08)}.industry-card:active,.service-card:active{transform:translateY(-1px)}.card-top{display:flex;justify-content:space-between;color:#6a7073;font-size:11px;font-weight:900}.service-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid;border-radius:50%;background:transparent!important;transition:transform .25s,box-shadow .25s}.service-card:hover .service-icon{transform:translateY(-2px) rotate(-3deg);box-shadow:0 10px 24px rgba(18,18,18,.09)}.service-icon.green{color:#287b31;background:#e6f3e8}.service-icon.orange{color:#d94b29;background:#fff0ea}.service-icon.yellow{color:#987000;background:#fff6cf}.service-icon.blue{color:#2563c7;background:#e9f1ff}.service-icon.violet{color:#6d4bc3;background:#f0ebff}.service-icon.red{color:#c93b45;background:#ffebed}.service-card h3{margin:43px 0 14px;font-size:27px;letter-spacing:-.035em}.service-card p{margin:0 0 20px;color:#5e6467;font-size:14px;line-height:1.65}.service-card small{align-self:flex-start;margin-top:auto;padding:7px 12px;border-radius:99px;background:#eef1f4;color:#59626b;text-transform:uppercase;letter-spacing:1.05px;font-size:9.5px;line-height:1;font-weight:900}.card-action,.directory-link{position:relative;display:inline-flex;align-items:center;width:max-content;color:#246f2c;font-size:13px;line-height:1.35;font-weight:850;text-decoration:none;transition:color .2s,transform .2s}.card-action{margin-top:22px}.card-action:before,.directory-link:before{position:absolute;right:24px;bottom:-4px;left:0;height:2px;background:currentColor;content:"";transform:scaleX(.24);transform-origin:left;transition:transform .24s ease}.card-action:after,.directory-link:after{content:"\2192";margin-left:8px;font-size:15px;line-height:1;transition:transform .24s ease}.service-card .card-action{margin-top:18px;align-self:flex-start}.directory-link:focus-visible,.directory-link:hover,.industry-card:focus-visible .card-action,.industry-card:hover .card-action,.service-card:focus-visible .card-action,.service-card:hover .card-action{color:var(--green);transform:translateY(-1px)}.directory-link:focus-visible:before,.directory-link:hover:before,.industry-card:focus-visible .card-action:before,.industry-card:hover .card-action:before,.service-card:focus-visible .card-action:before,.service-card:hover .card-action:before{transform:scaleX(1)}.directory-link:focus-visible:after,.directory-link:hover:after,.industry-card:focus-visible .card-action:after,.industry-card:hover .card-action:after,.service-card:focus-visible .card-action:after,.service-card:hover .card-action:after{transform:translateX(3px)}.industry-card:focus-visible,.service-card:focus-visible{outline:3px solid rgba(44,145,56,.28);outline-offset:4px}.industry-card.featured .card-action{color:#8be493}.industries-section{position:relative;border-block:1px solid rgba(28,28,28,.1);background:var(--surface-tint)}.industries-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 20%,rgba(44,145,56,.06),transparent 26%),radial-gradient(circle at 92% 80%,rgba(59,130,246,.055),transparent 25%)}.industries{position:relative}.industry-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}.industry-card{position:relative;display:block;min-height:250px;padding:27px;border:1px solid var(--line);border-radius:22px;background:#fff;cursor:pointer;touch-action:manipulation;transition:transform .25s,box-shadow .25s,border-color .25s}.industry-card:hover{transform:translateY(-4px);border-color:rgba(44,145,56,.35);box-shadow:0 18px 38px rgba(18,18,18,.08)}.industry-card.featured{grid-row:span 2;min-height:516px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:#17201b;color:#fff}.industry-card.featured:before{content:"";position:absolute;inset:0;opacity:.25;background:radial-gradient(circle at 30% 18%,rgba(255,104,69,.55),transparent 24%),linear-gradient(rgba(255,255,255,.14) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 0);background-size:auto,38px 38px,38px 38px}.industry-card>*{position:relative;z-index:1}.industry-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:42px;border-bottom:2px solid;border-radius:0;background:transparent!important}.industry-card.featured .industry-icon{margin-bottom:auto}.industry-icon.green{color:#287b31;background:#e6f3e8}.industry-icon.orange{color:#d94b29;background:#fff0ea}.industry-icon.blue{color:#2563c7;background:#e9f1ff}.industry-icon.violet{color:#6d4bc3;background:#f0ebff}.industry-icon.yellow{color:#987000;background:#fff6cf}.industry-icon.red{color:#c93b45;background:#ffebed}.industry-card small{color:var(--green);font-size:9px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.industry-card.featured small{color:var(--yellow)}.industry-card h3{margin:14px 0 12px;font-size:22px;letter-spacing:-.035em}.industry-card.featured h3{max-width:430px;font-size:38px}.industry-card p{margin:0;color:#62696c;font-size:14px;line-height:1.65}.industry-card.featured p{max-width:460px;color:#bdc6c0}.industries-more{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}.industries-more p{max-width:620px;margin:0;color:#5e6568;font-size:14px;line-height:1.6}.industries-more .directory-link{flex:0 0 auto}.industries-directory-hero{padding-block:95px 110px}.industries-directory-hero h1{margin-bottom:30px}.industries-directory-hero>p:last-child{max-width:720px;margin:0;color:#565d60;font-size:18px;line-height:1.7}.industries-directory{padding-top:0}.industry-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.directory-card{min-height:330px;display:flex;flex-direction:column}.directory-card .industry-icon{margin-bottom:auto}.directory-card h2{margin:14px 0 12px;font-size:27px;letter-spacing:-.035em}.directory-card.directory-featured{background:#17201b;color:#fff}.directory-card.directory-featured:before{content:"";position:absolute;inset:0;opacity:.24;background:radial-gradient(circle at 20% 10%,rgba(255,104,69,.65),transparent 28%),linear-gradient(rgba(255,255,255,.12) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 0);background-size:auto,38px 38px,38px 38px;border-radius:inherit}.directory-card.directory-featured small{color:var(--yellow)}.directory-card.directory-featured p{color:#bdc6c0}.service-hero{display:grid;grid-template-columns:1.2fr .7fr;gap:85px;align-items:center;padding-block:75px 105px}.service-detail-hero{min-height:640px;align-items:start;padding-block:58px 78px}.industry-detail-hero{min-height:620px;align-items:start;padding-block:58px 78px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#687073;font-size:12px;font-weight:800}.service-hero .eyebrow{margin-top:58px}.service-hero h1{max-width:830px;font-size:clamp(58px,6.5vw,92px)}.service-intro{max-width:720px;margin:0 0 34px;color:#555c5f;font-size:18px;line-height:1.65}.service-promise{position:relative;overflow:hidden;min-height:390px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px;border-radius:28px;background:#17191a;color:#fff;box-shadow:0 26px 58px rgba(18,18,18,.16)}.service-promise:before{content:"";position:absolute;inset:0;opacity:.24;background:radial-gradient(circle at 86% 16%,rgba(59,130,246,.8),transparent 28%),linear-gradient(rgba(255,255,255,.13) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 0);background-size:auto,34px 34px,34px 34px}.industry-promise:before{background:radial-gradient(circle at 86% 16%,rgba(255,104,69,.72),transparent 28%),linear-gradient(rgba(255,255,255,.13) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 0);background-size:auto,34px 34px,34px 34px}.industry-promise{min-height:500px;justify-content:flex-start}.industry-promise>strong{margin-top:24px;font-size:26px}.industry-snapshot{margin-top:auto;border-top:1px solid rgba(255,255,255,.16)}.industry-snapshot>div{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13);color:#e8ece9;font-size:13px;font-weight:800;line-height:1.45}.industry-snapshot svg{color:#74ca7d}.industry-snapshot>div:nth-child(2) svg{color:var(--yellow)}.industry-snapshot>div:nth-child(3) svg{color:#83adff}.industry-snapshot small{display:block;margin-bottom:5px;color:#929d98;font-size:9px;line-height:1.2;letter-spacing:1.2px;text-transform:uppercase}.service-promise>*{position:relative;z-index:1}.service-promise strong{display:block;max-width:390px;margin-top:23px;font-size:29px;line-height:1.18;letter-spacing:-.035em}.service-detail-hero .service-promise{min-height:500px;justify-content:flex-start}.service-detail-hero .service-promise>strong{font-size:26px}.service-snapshot{margin-top:auto;border-top:1px solid rgba(255,255,255,.16)}.service-snapshot>div{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13);color:#e8ece9;font-size:13px;font-weight:800;line-height:1.45}.service-snapshot svg{color:#74ca7d}.service-snapshot>div:nth-child(2) svg{color:var(--yellow)}.service-snapshot>div:nth-child(3) svg{color:#83adff}.service-snapshot small{display:block;margin-bottom:5px;color:#929d98;font-size:9px;line-height:1.2;letter-spacing:1.2px;text-transform:uppercase}.promise-lines{display:flex;align-items:center;gap:6px;margin-top:60px}.promise-lines span{height:4px;border-radius:99px;background:#5bc567;box-shadow:0 0 14px rgba(91,197,103,.24)}.promise-lines span:first-child{width:58px}.promise-lines span:nth-child(2){width:25px;opacity:.7}.promise-lines span:nth-child(3){width:10px;opacity:.4}.industry-operating-chain{border-block:1px solid rgba(44,145,56,.18);background:#eaf3eb}.industry-operating-chain>.shell{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:35px}.industry-operating-chain p{max-width:340px;margin:0;font-size:17px;line-height:1.4;font-weight:850;letter-spacing:-.02em}.industry-operating-chain>div>div{display:flex;align-items:center;gap:clamp(24px,4vw,58px)}.industry-operating-chain span{display:flex;align-items:center;gap:9px;color:#425049;font-size:13px;font-weight:800}.industry-operating-chain svg{color:var(--green)}.industry-work-section{position:relative;overflow:hidden;background:var(--surface-soft)}.industry-work-section:before{content:"";position:absolute;width:440px;height:440px;right:-220px;top:-220px;border:1px solid rgba(44,145,56,.13);border-radius:50%;box-shadow:0 0 0 70px rgba(44,145,56,.025),0 0 0 140px rgba(44,145,56,.018)}.industry-work{position:relative;z-index:1}.industry-work-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(70px,10vw,155px);align-items:end;margin-bottom:72px}.industry-work-heading h2,.requirements-intro h2{margin:24px 0 0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em}.industry-work-heading h2 em,.requirements-intro h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.industry-work-heading>p{margin:0;padding-top:24px;border-top:1px solid var(--line);color:#555d60;font-size:17px;line-height:1.75}.workflow-route{position:relative;display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:22px;border-block:1px solid var(--line)}.workflow-route:before{content:"";position:absolute;left:7%;right:7%;top:57px;height:1px;background:linear-gradient(90deg,var(--green),var(--blue));opacity:.5}.workflow-route article{position:relative;z-index:1;min-height:185px;padding:34px 15px 28px;border-right:1px solid var(--line)}.workflow-route article:first-child{border-left:1px solid var(--line)}.workflow-route article>span{width:47px;height:47px;display:grid;place-items:center;margin-bottom:33px;border:1px solid;border-radius:50%;background:var(--surface-soft);color:var(--green)}.workflow-route article:nth-child(2n)>span{color:#2b69c9}.workflow-route strong{display:block;max-width:165px;font-size:14px;line-height:1.35;letter-spacing:-.01em}.industry-systems{position:relative;overflow:hidden;min-height:330px;display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(55px,8vw,110px);align-items:end;padding:42px;border-radius:28px;background:#17201b;color:#fff;box-shadow:0 26px 58px rgba(18,18,18,.12)}.industry-systems:before{content:"";position:absolute;inset:0;opacity:.15;background:radial-gradient(circle at 85% 12%,rgba(59,130,246,.75),transparent 27%),linear-gradient(rgba(255,255,255,.16) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 0);background-size:auto,34px 34px,34px 34px}.industry-systems>*{position:relative;z-index:1}.industry-systems>img{position:absolute;z-index:0;right:-80px;bottom:-155px;width:380px;opacity:.055;filter:grayscale(1)}.industry-systems-title{display:flex;align-items:flex-start;gap:25px}.industry-systems-title>svg{flex:0 0 auto;color:#74ca7d}.industry-systems h3{max-width:390px;margin:20px 0 0;font-size:30px;line-height:1.12;letter-spacing:-.04em}.system-cloud{display:flex;flex-wrap:wrap;gap:8px}.system-cloud span{padding:9px 11px;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(255,255,255,.045);color:#e5eae7;font-size:12px;font-weight:750}.industry-systems small{display:block;max-width:420px;margin-top:28px;color:#98a39d;font-size:11px;line-height:1.55}.industry-risk{position:relative;overflow:hidden;padding-block:110px;background:#17191a;color:#fff}.industry-risk:before{content:"";position:absolute;inset:0;opacity:.07;background-image:radial-gradient(circle at center,#72a7ff 1px,transparent 0);background-size:28px 28px}.industry-risk>.shell{position:relative;z-index:1}.industry-risk-heading{display:grid;grid-template-columns:.82fr 1.2fr .9fr;gap:60px;align-items:end;margin-bottom:62px}.industry-risk-heading h2{margin:0;font-size:clamp(40px,4.6vw,64px);line-height:1;letter-spacing:-.05em}.industry-risk-heading>p:last-child{margin:0;color:#b6bfc0;font-size:15px;line-height:1.7}.industry-risk-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18)}.industry-risk-grid article{min-height:285px;padding:34px 34px 34px 0;border-bottom:1px solid rgba(255,255,255,.18)}.industry-risk-grid article+article{padding-left:34px;border-left:1px solid rgba(255,255,255,.18)}.industry-risk-grid svg{color:var(--yellow)}.industry-risk-grid h3{margin:70px 0 12px;font-size:22px;letter-spacing:-.03em}.industry-risk-grid p{max-width:350px;margin:0;color:#adb6b8;font-size:14px;line-height:1.7}.service-capabilities{border-top:1px solid var(--line)}.service-point-of-view{position:relative;overflow:hidden;padding-block:118px;border-block:1px solid rgba(44,145,56,.15);background:#edf5ee}.service-point-of-view:after{content:"";position:absolute;right:-180px;top:-220px;width:520px;height:520px;border:1px solid rgba(44,145,56,.13);border-radius:50%;box-shadow:0 0 0 78px rgba(44,145,56,.025),0 0 0 156px rgba(44,145,56,.016)}.service-story{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;column-gap:clamp(70px,10vw,150px);row-gap:72px;align-items:end}.service-story h2{max-width:620px;margin:22px 0 0;font-size:clamp(42px,5vw,67px);line-height:.98;letter-spacing:-.052em}.service-story-copy{margin:0;padding-top:24px;border-top:1px solid var(--line);color:#4f585b;font-size:17px;line-height:1.75}.service-model{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.service-model article{min-height:255px;padding:32px;border-right:1px solid var(--line)}.service-model article:first-child{border-left:1px solid var(--line)}.service-model svg{color:var(--green)}.service-model article:nth-child(2) svg{color:var(--orange)}.service-model article:nth-child(3) svg{color:#2b69c9}.service-model h3{margin:65px 0 13px;font-size:22px;letter-spacing:-.03em}.service-model p{max-width:340px;margin:0;color:#596164;font-size:14px;line-height:1.7}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.capability-grid article{min-height:245px;padding:30px;background:var(--paper)}.capability-grid article>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(44,145,56,.45);border-radius:50%;background:transparent;color:var(--green)}.capability-grid h3{margin:42px 0 12px;font-size:21px;letter-spacing:-.025em}.capability-grid p{margin:0;color:#5f6669;font-size:14px;line-height:1.65}.service-detail-capabilities{grid-template-columns:repeat(12,1fr);gap:0;background:transparent;border:0}.service-detail-capabilities article{grid-column:span 5;min-height:235px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.service-detail-capabilities article:nth-child(4n+1),.service-detail-capabilities article:nth-child(4n+4){grid-column:span 7}.service-detail-capabilities article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.service-detail-capabilities article:nth-child(odd)>span{border-color:rgba(255,104,69,.55);color:var(--orange)}.industry-requirements-section{background:var(--surface-soft)}.industry-requirements{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(70px,9vw,140px);align-items:start;padding-block:130px}.requirements-intro>svg{margin-bottom:55px;color:var(--green)}.requirements-intro>p:last-child{max-width:570px;margin:0;color:#5d6568;font-size:14px;line-height:1.75}.requirements-list{border-top:1px solid var(--line)}.requirements-list article{display:grid;grid-template-columns:42px 1fr;gap:22px;padding:27px 0;border-bottom:1px solid var(--line)}.requirements-list article>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,104,69,.5);border-radius:50%;color:var(--orange)}.requirements-list h3{margin:0 0 9px;font-size:19px;letter-spacing:-.02em}.requirements-list p{margin:0;color:#5d6568;font-size:14px;line-height:1.65}.service-outcomes{padding-block:110px;background:#17191a;color:#fff}.outcomes-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:110px;align-items:end}.outcomes-grid h2{max-width:700px;margin:24px 0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em}.outcomes-grid>div>p:last-of-type{max-width:690px;color:#b5bdc0;font-size:16px;line-height:1.75}.service-fit{display:block;max-width:680px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:#8f9a94;font-size:12px;line-height:1.6}.service-cybersecurity .service-detail-hero{position:relative;color:#fff}.service-app-development-integration .service-detail-hero:before,.service-cybersecurity .service-detail-hero:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:#15191a}.service-cybersecurity .service-detail-hero:after{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);opacity:.1;background-image:radial-gradient(circle at center,#5b91ff 1px,transparent 0);background-size:27px 27px}.service-app-development-integration .back-link,.service-app-development-integration .service-intro,.service-cybersecurity .back-link,.service-cybersecurity .service-intro{color:#b9c0c2}.service-app-development-integration .eyebrow,.service-cybersecurity .eyebrow{color:var(--yellow)}.service-app-development-integration .eyebrow span,.service-cybersecurity .eyebrow span{background:var(--yellow);box-shadow:0 0 0 5px rgba(255,216,77,.12)}.service-cybersecurity .service-promise{border:1px solid rgba(59,130,246,.38);background:linear-gradient(145deg,#20272c,#121516);box-shadow:none}.service-cybersecurity .service-point-of-view{background:#fff}.service-cybersecurity .service-model{grid-template-columns:1fr}.service-cybersecurity .service-model article{min-height:0;display:grid;grid-template-columns:55px .72fr 1.28fr;gap:25px;align-items:center;padding:28px 0;border-right:0;border-bottom:1px solid var(--line)}.service-cybersecurity .service-model article:first-child{border-left:0}.service-cybersecurity .service-model h3{margin:0}.service-cybersecurity .service-model p{max-width:620px}.service-compliance .service-detail-hero{grid-template-columns:.82fr 1.18fr}.service-compliance .service-promise{min-height:540px;border:1px solid var(--line);border-radius:4px;background:#fffaf6;color:var(--ink);box-shadow:18px 18px 0 #f0e3da}.service-compliance .service-promise:before{opacity:.08;background:linear-gradient(rgba(255,104,69,.55) 1px,transparent 0);background-size:100% 44px}.service-compliance .service-promise .kicker{color:var(--orange)}.service-compliance .service-snapshot{border-color:var(--line)}.service-compliance .service-snapshot>div{border-color:var(--line);color:#333}.service-compliance .service-snapshot small{color:#7a6b63}.service-compliance .service-point-of-view{background:#fff3ec}.service-compliance .service-story{grid-template-columns:1fr}.service-compliance .service-story header{max-width:850px}.service-compliance .service-story-copy{max-width:780px;margin-left:auto}.service-compliance .service-model{grid-template-columns:1fr;border-left:1px solid var(--line)}.service-compliance .service-model article{min-height:0;display:grid;grid-template-columns:58px .75fr 1.25fr;gap:25px;align-items:center;padding:26px 30px;border-bottom:1px solid var(--line)}.service-compliance .service-model h3{margin:0}.service-compliance .service-outcomes{background:#28201c}.service-microsoft-cloud .service-detail-hero{grid-template-columns:.82fr 1.18fr}.service-microsoft-cloud .service-detail-hero>div{order:2}.service-microsoft-cloud .service-promise{order:1;min-height:540px;border:1px solid rgba(91,145,230,.42);border-radius:18px;background:linear-gradient(145deg,#17355d,#17202d 68%);box-shadow:-14px 14px 0 #e5eeff}.service-microsoft-cloud .service-promise:before{opacity:.22;background:radial-gradient(circle at 82% 12%,rgba(117,175,255,.95),transparent 26%),linear-gradient(rgba(255,255,255,.16) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 0);background-size:auto,32px 32px,32px 32px;-webkit-mask-image:linear-gradient(145deg,black,transparent 78%);mask-image:linear-gradient(145deg,black,transparent 78%)}.service-microsoft-cloud .service-promise:after{content:"CLOUD / CONTROL / COLLABORATION";position:absolute;z-index:1;top:24px;right:24px;color:#8fb8f7;font-size:8px;font-weight:850;letter-spacing:.18em;writing-mode:vertical-rl}.service-microsoft-cloud .service-point-of-view{background:#f3f7ff}.service-microsoft-cloud .service-model{gap:16px;border:0}.service-microsoft-cloud .service-model article,.service-microsoft-cloud .service-model article:first-child{border:1px solid rgba(59,130,246,.2);border-radius:22px;background:#fff;box-shadow:0 18px 38px rgba(25,66,122,.07)}.service-microsoft-cloud .service-model svg{color:#2b69c9!important}.service-microsoft-cloud .service-outcomes{background:#16243a}.service-network-management .service-detail-hero{grid-template-columns:1fr;gap:45px}.service-network-management .service-detail-hero>div{max-width:900px}.service-network-management .service-promise{min-height:310px;display:grid;grid-template-columns:.72fr 1.28fr;grid-template-rows:auto 1fr;column-gap:65px;align-items:start;border-radius:14px}.service-network-management .service-promise>strong{grid-column:1}.service-network-management .service-snapshot{grid-column:2;grid-row:1/span 2;align-self:stretch;margin:0}.service-network-management .service-point-of-view{background:#17201b;color:#fff}.service-network-management .service-point-of-view:after{border-color:rgba(255,255,255,.12)}.service-network-management .service-model p,.service-network-management .service-story-copy{color:#b9c1bd}.service-network-management .service-model,.service-network-management .service-model article{border-color:rgba(255,255,255,.17)}.service-network-management .service-model svg{color:#76cb80}.service-network-management .service-model article:nth-child(2) svg{color:#83adff}.service-network-management .service-outcomes{background:#111a16}.service-backup-recovery .service-detail-hero{position:relative;grid-template-columns:1fr 1fr}.service-backup-recovery .service-detail-hero:before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:linear-gradient(90deg,#f4f8f4 0 65%,#eaf2ec 65%)}.service-backup-recovery .service-promise{border:1px solid rgba(44,145,56,.24);border-radius:80px 8px 80px 8px;background:#fff;color:var(--ink);box-shadow:none}.service-backup-recovery .service-promise:before{opacity:.08;background:repeating-radial-gradient(circle at 100% 100%,var(--green) 0 1px,transparent 2px 28px)}.service-backup-recovery .service-promise .kicker{color:var(--orange)}.service-backup-recovery .service-snapshot{border-color:var(--line)}.service-backup-recovery .service-snapshot>div{position:relative;border-color:var(--line);color:#303635}.service-backup-recovery .service-snapshot small{color:#7a8580}.service-backup-recovery .service-point-of-view{background:#fff}.service-backup-recovery .service-model{align-items:start;border:0;gap:18px}.service-backup-recovery .service-model article{border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.service-backup-recovery .service-model article:nth-child(2){margin-top:45px}.service-backup-recovery .service-model article:nth-child(3){margin-top:90px}.service-app-development-integration .service-detail-hero{position:relative;grid-template-columns:.95fr 1.05fr;color:#fff}.service-app-development-integration .service-detail-hero:before{background:#111a18}.service-app-development-integration .service-detail-hero:after{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);opacity:.14;background:linear-gradient(rgba(83,145,255,.5) 1px,transparent 0),linear-gradient(90deg,rgba(83,145,255,.5) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black)}.service-app-development-integration .service-promise{border:1px solid rgba(83,145,255,.35);border-radius:6px;background:linear-gradient(145deg,rgba(24,58,73,.92),rgba(17,26,24,.9));box-shadow:14px 14px 0 rgba(59,130,246,.13)}.service-app-development-integration .service-point-of-view{background:#fff}.service-app-development-integration .service-story{grid-template-columns:1.15fr .85fr}.service-app-development-integration .service-model{grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:14px;border:0}.service-app-development-integration .service-model article{min-height:220px;border:1px solid var(--line);border-radius:20px;background:#f7faf8}.service-app-development-integration .service-model article:first-child{grid-row:span 2;border-left:1px solid var(--line)}.service-app-development-integration .service-model article:first-child h3{margin-top:120px}.service-app-development-integration .service-model article:not(:first-child) h3{margin-top:35px}.service-app-development-integration .service-outcomes{background:#14212d}.service-deep-dive{padding-block:120px;border-block:1px solid rgba(44,145,56,.12);background:var(--surface-tint)}.service-deep-dive-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(70px,10vw,150px);align-items:start}.service-deep-dive header{position:sticky;top:130px}.service-deep-dive h2{margin:22px 0 25px;font-size:clamp(42px,5vw,67px);line-height:.98;letter-spacing:-.052em}.service-deep-dive header>p:last-child{max-width:570px;margin:0;color:#566063;font-size:16px;line-height:1.75}.deep-dive-items{border-top:1px solid var(--line)}.deep-dive-items article{display:grid;grid-template-columns:48px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid var(--line)}.deep-dive-items svg{color:var(--green)}.deep-dive-items article:nth-child(2n) svg{color:var(--orange)}.deep-dive-items h3{margin:0 0 9px;font-size:20px;letter-spacing:-.025em}.deep-dive-items p{max-width:620px;margin:0;color:#596164;font-size:14px;line-height:1.7}.service-cybersecurity .service-capabilities{position:relative;color:#fff;border:0}.service-cybersecurity .service-capabilities:before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:#15191a}.service-cybersecurity .capability-grid p,.service-cybersecurity .service-capabilities .section-heading>p:last-child{color:#b3bdc0}.service-cybersecurity .service-detail-capabilities{grid-template-columns:repeat(3,1fr)}.service-cybersecurity .service-detail-capabilities article,.service-cybersecurity .service-detail-capabilities article:nth-child(4n+1),.service-cybersecurity .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:255px;border:1px solid rgba(255,255,255,.15);background:transparent}.service-cybersecurity .service-detail-capabilities article>span{border:0;color:#82acff}.service-cybersecurity .service-detail-capabilities article:nth-child(odd)>span{color:var(--yellow)}.service-cybersecurity .service-deep-dive{background:#edf3ff}.service-cybersecurity .service-deep-dive-grid{grid-template-columns:1fr}.service-cybersecurity .service-deep-dive header{position:static;display:grid;grid-template-columns:1.08fr .92fr;column-gap:clamp(60px,8vw,120px);row-gap:24px;align-items:end}.service-cybersecurity .service-deep-dive header .kicker{grid-column:1/-1}.service-cybersecurity .service-deep-dive h2{max-width:720px;margin:0}.service-cybersecurity .service-deep-dive header>p:last-child{padding-top:22px;border-top:1px solid rgba(20,55,110,.2)}.service-cybersecurity .deep-dive-items{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid var(--line)}.service-cybersecurity .deep-dive-items article{min-height:220px;padding:30px;border-right:1px solid var(--line)}.service-compliance .service-detail-capabilities{grid-template-columns:1fr}.service-compliance .service-detail-capabilities article,.service-compliance .service-detail-capabilities article:nth-child(4n+1),.service-compliance .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:0;display:grid;grid-template-columns:58px .7fr 1.3fr;gap:25px;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent}.service-compliance .service-detail-capabilities article:first-child{border-top:1px solid var(--line)}.service-compliance .service-detail-capabilities h3{margin:0}.service-compliance .service-deep-dive{background:#fff7f2}.service-compliance .service-deep-dive-grid{grid-template-columns:1fr;gap:66px}.service-compliance .service-deep-dive header{position:static;display:grid;grid-template-columns:1fr .8fr;column-gap:clamp(70px,9vw,140px);align-items:end}.service-compliance .service-deep-dive header .kicker{grid-column:1/-1}.service-compliance .service-deep-dive h2{max-width:760px;margin-bottom:0}.service-compliance .service-deep-dive header>p:last-child{padding-top:22px;border-top:1px solid rgba(255,104,69,.25)}.service-compliance .deep-dive-items{position:relative;display:grid;grid-template-columns:repeat(4,1fr);border:0}.service-compliance .deep-dive-items:before{content:"";position:absolute;left:8%;right:8%;top:58px;height:1px;background:linear-gradient(90deg,var(--orange),var(--green));opacity:.45}.service-compliance .deep-dive-items article{position:relative;z-index:1;min-height:300px;display:block;padding:34px 28px;border:0;border-right:1px solid rgba(255,104,69,.18)}.service-compliance .deep-dive-items article:first-child{border-left:1px solid rgba(255,104,69,.18)}.service-compliance .deep-dive-items svg{box-sizing:content-box;padding:11px;border:1px solid;border-radius:50%;background:#fff7f2}.service-compliance .deep-dive-items h3{margin:72px 0 12px}.service-microsoft-cloud .service-capabilities{position:relative}.service-microsoft-cloud .service-capabilities:before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:#f5f8ff}.service-microsoft-cloud .service-detail-capabilities{grid-template-columns:repeat(3,1fr);gap:16px}.service-microsoft-cloud .service-detail-capabilities article,.service-microsoft-cloud .service-detail-capabilities article:nth-child(4n+1),.service-microsoft-cloud .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:260px;border:1px solid rgba(59,130,246,.18);border-radius:28px;box-shadow:0 14px 35px rgba(25,66,122,.055)}.service-microsoft-cloud .service-deep-dive{background:#fff}.service-microsoft-cloud .service-deep-dive-grid{grid-template-columns:1fr}.service-microsoft-cloud .service-deep-dive header{position:static;max-width:880px}.service-microsoft-cloud .deep-dive-items{display:grid;grid-template-columns:1fr 1fr;gap:16px;border:0}.service-microsoft-cloud .deep-dive-items article{min-height:210px;padding:28px;border:1px solid rgba(59,130,246,.18);border-radius:60px 18px 18px 18px;background:#f3f7ff}.service-network-management .service-detail-capabilities{grid-template-columns:repeat(4,1fr)}.service-network-management .service-detail-capabilities article,.service-network-management .service-detail-capabilities article:nth-child(4n+1),.service-network-management .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:270px;border:0;border-top:1px solid var(--line);border-right:1px solid var(--line);background:transparent}.service-network-management .service-detail-capabilities article:nth-child(4n+1){border-left:1px solid var(--line)}.service-network-management .service-detail-capabilities article>span{border:0;border-bottom:2px solid;border-radius:0}.service-network-management .service-deep-dive{background:#eaf4ec}.service-network-management .deep-dive-items{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid var(--line)}.service-network-management .deep-dive-items article{min-height:210px;padding:28px;border-right:1px solid var(--line)}.service-backup-recovery .service-detail-capabilities{grid-template-columns:1fr 1fr;gap:18px}.service-backup-recovery .service-detail-capabilities article,.service-backup-recovery .service-detail-capabilities article:nth-child(4n+1),.service-backup-recovery .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:210px;border:1px solid var(--line);border-radius:8px 45px 8px 8px;background:#f7faf7}.service-backup-recovery .service-deep-dive{background:#edf5ee}.service-backup-recovery .service-deep-dive-grid{grid-template-columns:1fr}.service-backup-recovery .service-deep-dive header{position:static;display:grid;grid-template-columns:1.08fr .92fr;column-gap:clamp(60px,8vw,120px);row-gap:24px;align-items:end}.service-backup-recovery .service-deep-dive header .kicker{grid-column:1/-1}.service-backup-recovery .service-deep-dive h2{max-width:770px;margin:0}.service-backup-recovery .service-deep-dive header>p:last-child{padding-top:22px;border-top:1px solid rgba(44,145,56,.25)}.service-backup-recovery .deep-dive-items{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.service-backup-recovery .deep-dive-items article{min-height:270px;display:flex;flex-direction:column;padding:28px;border-right:1px solid var(--line)}.service-backup-recovery .deep-dive-items h3{margin:70px 0 10px}.service-app-development-integration .service-detail-capabilities{grid-template-columns:repeat(12,1fr)}.service-app-development-integration .service-detail-capabilities article{border-radius:18px}.service-app-development-integration .service-deep-dive{background:#edf4f8}.service-app-development-integration .service-deep-dive-grid{grid-template-columns:.75fr 1.25fr}.service-app-development-integration .deep-dive-items{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:14px;border:0}.service-app-development-integration .deep-dive-items article{min-height:200px;padding:28px;border:1px solid rgba(35,91,119,.18);border-radius:20px;background:#fff}.service-app-development-integration .deep-dive-items article:first-child{grid-row:span 2}.managed-flagship{position:relative;overflow:hidden;padding-block:120px;background:#131918;color:#fff}.managed-flagship:before{content:"";position:absolute;inset:0;opacity:.12;background:radial-gradient(circle at 84% 16%,rgba(59,130,246,.65),transparent 25%),linear-gradient(rgba(255,255,255,.18) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 0);background-size:auto,42px 42px,42px 42px;-webkit-mask-image:linear-gradient(90deg,transparent 2%,black 38%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent 2%,black 38%,black 92%,transparent)}.managed-flagship-intro,.managed-operating-tracks{position:relative;z-index:1}.managed-flagship-intro{display:grid;grid-template-columns:1.15fr .85fr;column-gap:clamp(70px,9vw,140px);align-items:end}.managed-flagship-intro .kicker{grid-column:1/-1}.managed-flagship-intro h2{max-width:780px;margin:24px 0 0;font-size:clamp(45px,5.2vw,72px);line-height:.97;letter-spacing:-.055em}.managed-flagship-intro>p:last-child{max-width:570px;margin:0;color:#b8c2be;font-size:16px;line-height:1.75}.managed-operating-tracks{display:grid;grid-template-columns:repeat(4,1fr);margin-top:72px;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.managed-operating-tracks article{min-height:410px;display:flex;flex-direction:column;padding:30px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.managed-operating-tracks article:nth-child(2n){transform:translateY(28px)}.managed-track-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#66c773}.managed-track-heading span{color:#87938e;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.managed-operating-tracks article:nth-child(2) .managed-track-heading,.managed-operating-tracks article:nth-child(4) .managed-track-heading{color:#ff7356}.managed-operating-tracks h3{margin:62px 0 14px;font-size:24px;letter-spacing:-.035em}.managed-operating-tracks p{margin:0 0 28px;color:#b8c2be;font-size:14px;line-height:1.65}.managed-operating-tracks ul{margin:auto 0 0;padding:0;list-style:none}.managed-operating-tracks li{padding:10px 0;border-top:1px solid rgba(255,255,255,.13);color:#e8ecea;font-size:12px;line-height:1.45}.service-managed-it .service-deep-dive{background:#fff}.service-managed-it .service-deep-dive-grid{grid-template-columns:1fr;gap:64px}.service-managed-it .service-deep-dive header{position:static;display:grid;grid-template-columns:1.08fr .92fr;column-gap:clamp(70px,10vw,150px);align-items:end}.service-managed-it .service-deep-dive header .kicker{grid-column:1/-1}.service-managed-it .service-deep-dive h2{max-width:760px;margin-bottom:0;font-size:clamp(42px,4.7vw,64px)}.service-managed-it .service-deep-dive header>p:last-child{padding-top:22px;border-top:1px solid var(--line)}.service-managed-it .deep-dive-items{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-managed-it .deep-dive-items article{min-height:270px;display:flex;flex-direction:column;align-items:flex-start;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service-managed-it .deep-dive-items h3{margin:68px 0 12px}.outcomes-grid ul{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.16)}.outcomes-grid li{display:flex;align-items:center;gap:15px;padding:22px 3px;border-bottom:1px solid rgba(255,255,255,.16);font-size:16px;font-weight:800}.outcomes-grid li svg{color:var(--yellow)}.service-cta{display:flex;flex-direction:column;align-items:center;gap:30px;padding-block:80px;text-align:center}.service-cta h2{max-width:1000px;margin:14px auto 0;font-size:clamp(34px,4vw,54px);letter-spacing:-.045em}.service-cta .button{min-height:64px;min-width:240px;padding-inline:34px;font-size:16px}.service-mid-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;margin-block:0 100px;padding:34px 38px;border:1px solid rgba(44,145,56,.22);border-radius:24px;background:var(--surface-tint)}.service-mid-cta h2{max-width:760px;margin:8px 0 10px;font-size:clamp(30px,3.2vw,46px);line-height:1;letter-spacing:-.045em}.service-mid-cta p:last-child{max-width:720px;margin:0;color:#5e6662;font-size:15px;line-height:1.65}.industry-mid-cta{margin-block:80px}.security-section{position:relative;overflow:hidden;background:#17191a;color:#f7f8f8;padding-block:125px}.security-section:before{content:"";position:absolute;inset:0;opacity:.1;background-image:radial-gradient(circle at center,var(--blue) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black)}.security-watermark{position:absolute;right:-105px;bottom:-185px;width:500px;height:500px;object-fit:contain;opacity:.065;filter:grayscale(1);pointer-events:none}.security-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:110px;align-items:center}.kicker-light{color:var(--yellow)}.security-copy h2{margin:26px 0;max-width:590px}.security-copy>p:nth-of-type(2){max-width:560px;color:#b4babd;line-height:1.8;font-size:16px}.text-link{display:inline-flex;gap:20px;padding-bottom:7px;margin-top:25px;border-bottom:1px solid var(--orange);font-size:13px;font-weight:900}.text-link span{color:var(--orange)}.shield-panel{position:relative;padding:25px;border:1px solid rgba(59,130,246,.3);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.shield-head{display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:800;color:#a5abae}.shield-status{color:#66bc70}.signal{height:155px;display:flex;align-items:flex-end;gap:9px;padding:20px 0 10px}.signal span{flex:1 1;border-radius:7px 7px 2px 2px;background:linear-gradient(to top,var(--blue),#8ab6ff);opacity:.9;transform-origin:bottom;animation:signal-live 3.8s ease-in-out infinite alternate}.signal span:nth-child(2){animation-delay:-1.4s}.signal span:nth-child(3){animation-delay:-2.2s}.signal span:nth-child(4){animation-delay:-.7s}.signal span:nth-child(5){animation-delay:-3s}@keyframes signal-live{to{transform:scaleY(.78);opacity:.65}}.signal span:first-child{height:32%}.signal span:nth-child(2){height:55%}.signal span:nth-child(3){height:43%}.signal span:nth-child(4){height:82%}.signal span:nth-child(5){height:66%}.shield-list div{display:grid;grid-template-columns:34px 1fr auto;gap:12px;padding:18px 2px;border-top:1px solid rgba(255,255,255,.13);align-items:center}.shield-list span{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(59,130,246,.35);border-radius:50%;color:#8ab6ff}.shield-list b{font-size:14px}.shield-list small{color:#a3b1aa;font-size:10px;text-transform:uppercase;letter-spacing:1px}.difference-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-template-rows:1fr 1fr;gap:14px}.difference-grid article{border-radius:22px}.difference-main{grid-row:span 2;display:flex;flex-direction:column;justify-content:flex-end;min-height:500px;padding:38px;background:#e4e7e8;overflow:hidden}.huge-number{display:block;margin-bottom:auto;color:#c2c8ca;font-size:140px;line-height:.8;letter-spacing:-.09em;font-weight:900}.difference-main h3{max-width:490px;margin:30px 0 13px;font-size:32px;letter-spacing:-.04em}.difference-main p{max-width:520px;margin:0;color:#575e61;line-height:1.6;font-size:14px}.difference-card{min-height:240px;padding:26px;display:flex;flex-direction:column}.difference-icon{display:block;width:max-content;opacity:.78}.difference-card h3{margin:auto 0 9px;font-size:22px}.difference-card p{margin:0;max-width:250px;font-size:13px;line-height:1.55}.difference-card.orange{background:var(--orange);color:#24140e}.difference-card.blue{background:#e8f0ff;border:1px solid rgba(59,130,246,.25)}.difference-card.yellow{grid-column:3;background:#fff;border:1px solid var(--line);box-shadow:inset 5px 0 0 var(--yellow)}.process-section{position:relative;overflow:hidden;background:var(--surface-soft);padding-block:125px 150px}.process-section:before{content:"";position:absolute;width:520px;height:520px;right:-260px;top:-250px;border:1px solid rgba(44,145,56,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(44,145,56,.025),0 0 0 140px rgba(44,145,56,.018)}.process-grid{position:relative;z-index:1}.process-grid .section-heading{margin-bottom:72px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0 0 28px;list-style:none}.steps li{position:relative;min-height:245px;display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.72);box-shadow:0 14px 35px rgba(25,45,32,.045)}.steps li:nth-child(2n){margin-top:28px}.step-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid;border-radius:8px;background:transparent!important;transform:rotate(45deg);transition:transform .25s,box-shadow .25s}.step-icon svg{transform:rotate(-45deg)}.steps li:hover .step-icon{transform:rotate(45deg) scale(1.05);box-shadow:0 9px 20px rgba(18,18,18,.09)}.step-icon.green{color:#287b31}.step-icon.orange{color:#d94b29}.step-icon.blue{color:#2563c7}.step-icon.yellow{color:#8b6800}.steps .step-icon{margin-bottom:auto}.steps h3{margin:42px 0 9px;font-size:21px}.steps p{margin:0;color:#666c6f;font-size:13px;line-height:1.55}.ai-section{position:relative;overflow:hidden;padding-block:125px;border-block:1px solid rgba(44,145,56,.28);background:#111b16;color:#fff}.ai-section:before{content:"";position:absolute;inset:0;opacity:.15;background:radial-gradient(circle at 78% 35%,rgba(59,130,246,.7),transparent 25%),radial-gradient(circle at 12% 82%,rgba(44,145,56,.72),transparent 28%),linear-gradient(rgba(255,255,255,.16) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 0);background-size:auto,auto,40px 40px,40px 40px;-webkit-mask-image:linear-gradient(90deg,transparent 3%,black 45%,black 90%,transparent);mask-image:linear-gradient(90deg,transparent 3%,black 45%,black 90%,transparent)}.ai-watermark{position:absolute;left:-70px;bottom:-165px;width:440px;height:440px;object-fit:contain;opacity:.07;filter:grayscale(1)}.ai-grid{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(70px,8vw,130px);align-items:center}.ai-copy h2{margin:25px 0 28px;font-size:clamp(48px,5.4vw,76px);line-height:.96;letter-spacing:-.055em}.ai-copy h2 em{color:#62bf6d;font-family:Georgia,serif;font-weight:400}.ai-copy>p:last-of-type{max-width:600px;margin:0;color:#b8c1bc;font-size:16px;line-height:1.75}.ai-link{display:inline-block;margin-top:32px;padding-bottom:7px;border-bottom:2px solid var(--orange);color:#fff;font-size:13px;font-weight:850}.ai-capabilities{border-top:1px solid rgba(255,255,255,.18)}.ai-capabilities article{display:grid;grid-template-columns:58px 1fr;gap:23px;align-items:center;padding:25px 4px;border-bottom:1px solid rgba(255,255,255,.18)}.ai-icon{display:grid;place-items:center;width:58px;height:58px;border-left:2px solid;border-bottom:2px solid}.ai-icon.yellow{color:var(--yellow)}.ai-icon.orange{color:var(--orange)}.ai-icon.blue{color:#72a7ff}.ai-icon.green{color:#62bf6d}.ai-capabilities h3{margin:0 0 7px;font-size:20px;letter-spacing:-.025em}.ai-capabilities p{max-width:580px;margin:0;color:#aeb8b2;font-size:13px;line-height:1.6}.faq{position:relative;display:block;overflow:hidden;margin-block:130px 145px;padding:0;border:0;border-radius:0;background:transparent}.faq:after{content:"FAQ";position:absolute;z-index:-1;right:-18px;top:-32px;color:#f0f4f1;font-size:clamp(120px,18vw,250px);line-height:.8;letter-spacing:-.09em;font-weight:900}.faq-heading{grid-template-columns:1.15fr .65fr;align-items:end;margin-bottom:68px;padding-top:42px;border-top:1px solid var(--line)}.faq-heading h2{max-width:760px}.faq-heading>p:last-child{max-width:460px;padding-top:21px;border-top:3px solid var(--orange);font-size:16px}.faq-list{display:block;border-top:2px solid var(--ink)}.faq-more{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:28px}.faq-more p{color:#5d6467;margin:0}.faq-more .text-link{flex-shrink:0}.faq-page-intro{padding-block:70px 48px;border-bottom:3px solid var(--green)}.faq-page-intro h1{margin:24px 0;font-size:clamp(42px,5.7vw,76px);line-height:1.04;letter-spacing:-.055em}.faq-page-intro>p:last-child{max-width:700px;color:#5d6467;font-size:18px;line-height:1.7}.faq-topic{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:56px;padding-block:55px;border-bottom:1px solid var(--line)}.faq-topic-heading h2{font-size:28px;line-height:1.15;letter-spacing:-.03em;margin:0 0 16px}.faq-topic-heading p{font-size:16px;line-height:1.65;color:#5d6467;margin:0}.faq-topic details{border-bottom:1px solid var(--line)}.faq-topic details:first-child{border-top:1px solid var(--line)}.faq-topic summary{display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;padding-block:22px;font-size:18px;line-height:1.4;font-weight:700}.faq-topic summary::-webkit-details-marker{display:none}.faq-topic summary span{flex-shrink:0;font-size:26px;font-weight:400;color:var(--green)}.faq-topic details[open] summary span{transform:rotate(45deg)}.faq-topic summary:focus-visible{outline:2px solid var(--green);outline-offset:5px}.faq-answer{padding:0 20px 26px 0}.faq-answer p{margin:0 0 16px;font-size:16px;color:#5d6467;line-height:1.75}@media(max-width:760px){.faq-page-intro{padding-block:44px 32px}.faq-topic{grid-template-columns:1fr;gap:24px;padding-block:36px}.faq-more{align-items:flex-start;flex-direction:column;gap:14px}.faq-topic summary{font-size:17px}}.faq details{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:30px;min-height:92px;padding:24px 4px;font-size:19px;letter-spacing:-.015em;font-weight:800}summary::-webkit-details-marker{display:none}.faq summary span{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(44,145,56,.42);border-radius:50%;color:var(--green);font-size:24px;font-weight:400;transition:transform .2s,background .2s,color .2s}.faq details[open] summary span{transform:rotate(45deg);background:var(--green);color:#fff}.faq details p{max-width:790px;margin:-8px 70px 30px 4px;color:#5d6467;line-height:1.75;font-size:16px}.contact-stage{padding-block:105px 90px;border-top:1px solid rgba(44,145,56,.12);background:linear-gradient(180deg,var(--surface-soft),var(--paper))}.home-page .section{padding-block:96px}.home-page .ai-section,.home-page .security-section{padding-block:94px}.home-page .process-section{padding-block:92px 100px}.home-page .process-grid .section-heading{margin-bottom:58px}.home-page .faq{margin-block:90px 98px}.home-page .faq-heading{margin-bottom:54px}.home-page .contact-stage{padding-block:92px 72px;border-top:0;background:#fff}.contact-page-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.65fr);gap:90px;align-items:end;padding-block:100px 110px}.contact-page-hero h1{margin-bottom:28px;font-size:clamp(58px,6.5vw,94px)}.contact-page-hero>div>p:last-child{max-width:690px;color:#53595c;font-size:19px;line-height:1.65}.contact-page-hero aside{display:grid;border-top:2px solid var(--ink)}.contact-page-hero aside>a,.contact-page-hero aside>div{display:flex;gap:18px;align-items:flex-start;padding:24px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:750;line-height:1.5}.contact-page-hero aside svg{flex:0 0 auto;color:var(--green)}.contact-page-hero aside span{display:grid;gap:5px}.contact-page-hero aside small{color:#737a77;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.contact-page-stage{padding-block:95px 90px;background:var(--surface-tint)}.contact{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(54px,6vw,88px);align-items:center;min-height:690px;margin-bottom:0;padding-block:68px;padding-inline:70px;border-radius:30px;background:#17191a;color:#fff}.contact:after{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black);pointer-events:none}.contact>:not(.contact-orb){position:relative;z-index:2}.contact-copy{align-self:center;max-width:500px;padding-block:14px}.contact h2{margin:26px 0 24px}.contact h2 em{color:#62bf6d}.contact-copy>p:last-of-type{max-width:465px;color:#b9bfc2;line-height:1.7}.phone{display:inline-block;margin-top:25px;font-size:14px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:4px}.compact-google-review{max-width:410px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}.compact-google-review>div{display:flex;align-items:center;gap:10px}.compact-google-review>div span{color:#ffd642;font-size:15px;letter-spacing:.8px}.compact-google-review>div strong{color:#c5cacc;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.compact-google-review blockquote{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:13px 0 8px;color:#f1f3f2;font:400 16px/1.48 Georgia,serif}.compact-google-review>p{margin:0;color:#9da4a7;font-size:12px;line-height:1.4}.why-review-stage .review-quote p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.client-reviews-stage{margin-top:34px;margin-bottom:34px;border-top:1px solid #d7e5d9;border-bottom:1px solid #d7e5d9;background:#f3f8f3}.client-reviews{position:relative;padding-block:46px 48px}.client-reviews-intro{max-width:720px;margin-bottom:34px}.client-reviews-intro .eyebrow{margin-bottom:12px}.client-reviews-intro h2{margin:0 0 10px;font-size:clamp(28px,3vw,36px);line-height:1.15;letter-spacing:-.035em}.client-reviews-intro h2 br{display:none}.client-reviews-intro h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.client-reviews-intro h2 em:before{content:" "}.client-reviews-intro>p:last-child{color:#53595c;font-size:16px;line-height:1.5;margin:0}.google-review-spotlight>header{position:absolute;top:46px;right:0;display:grid;justify-items:end;gap:7px;margin:0}.google-review-spotlight>header>div{display:flex;align-items:center;gap:14px}.google-review-stars{color:#a97800;font-size:27px;line-height:1;letter-spacing:2px}.google-review-spotlight>header strong{font-size:18px}.google-review-spotlight>header>span{color:#53595c;font-size:14px}.google-review-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.google-review-grid blockquote{margin:0;padding:18px 0 8px;border-top:2px solid var(--green);min-height:112px;display:flex;flex-direction:column;justify-content:space-between}.google-review-grid blockquote>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:0;color:var(--ink);font:400 17px/1.55 inherit;font-family:inherit;font-size:17px;font-weight:400;line-height:1.55;letter-spacing:normal}.google-review-grid footer{display:grid;gap:3px;margin-top:12px}.google-review-grid footer strong{font-size:14px;line-height:1.4}.google-review-grid footer span{color:#53595c;font-size:12px}.google-review-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:4px}.google-review-pause{background:none;border:0;padding:10px 0;font:inherit;font-size:14px;text-decoration:underline;text-underline-offset:4px;color:#53595c;cursor:pointer}.google-review-more{padding:10px 0;border-bottom:1px solid var(--green);font-size:14px;font-weight:800;white-space:nowrap}.google-review-more span{margin-left:4px}.google-review-controls button:focus-visible{outline:2px solid var(--green);outline-offset:3px}.google-review-grid:focus-visible,.google-review-more:focus-visible{outline:2px solid var(--green);outline-offset:3px}.google-review-spotlight-why{position:relative;overflow:hidden;min-height:460px;padding:36px 42px 26px;border-radius:28px;background:#17201b;color:#fff;box-shadow:0 25px 55px rgba(18,18,18,.13)}.google-review-spotlight-why:before{content:"";position:absolute;inset:0;opacity:.14;background:radial-gradient(circle at 90% 10%,rgba(59,130,246,.7),transparent 32%),linear-gradient(rgba(255,255,255,.13) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 0);background-size:auto,38px 38px,38px 38px}.google-review-spotlight-why>*{position:relative;z-index:1}.google-review-spotlight-why>header{position:static;justify-items:start;gap:8px;margin-bottom:24px}.google-review-spotlight-why>header>div{display:grid;gap:8px}.google-review-spotlight-why .google-review-stars{color:var(--yellow);font-size:18px}.google-review-spotlight-why>header strong{font-size:16px}.google-review-spotlight-why>header>span{color:#aebbb1;font-size:12px}.google-review-spotlight-why .google-review-grid{grid-auto-columns:100%;gap:20px;scrollbar-width:none;scroll-snap-type:x mandatory}.google-review-spotlight-why .google-review-grid::-webkit-scrollbar{display:none}.google-review-spotlight-why .google-review-grid blockquote{scroll-snap-align:start;min-height:250px;padding:22px 0 10px;border-top:1px solid rgba(255,216,77,.8)}.google-review-spotlight-why .google-review-grid blockquote>p{color:#fff;font-family:Georgia,serif;font-size:clamp(23px,2.4vw,30px);line-height:1.3;letter-spacing:-.02em;-webkit-line-clamp:5}.google-review-spotlight-why .google-review-grid footer span,.google-review-spotlight-why .google-review-pause{color:#aebbb1}.google-review-spotlight-why .google-review-more{border-color:var(--yellow)}.google-review-spotlight-why .google-review-grid:focus-visible,.google-review-spotlight-why .google-review-more:focus-visible{outline-color:var(--yellow)}@media(max-width:1000px){.google-review-grid{grid-auto-columns:calc((100% - 24px)/2)}}@media(max-width:760px){.client-reviews-intro{max-width:none}.google-review-spotlight>header{position:static;justify-items:start;margin-bottom:20px}.google-review-spotlight>header>span{padding-top:0}}@media(max-width:600px){.client-reviews-stage{margin-top:22px;margin-bottom:24px}.client-reviews{padding-block:38px 40px}.google-review-grid{grid-auto-columns:100%;gap:12px}.google-review-grid blockquote{min-height:0;padding-block:16px}.google-review-spotlight>header>div{display:flex;gap:10px}.google-review-stars{font-size:23px}.google-review-spotlight>header strong{font-size:16px}}@media(max-width:760px){.google-review-spotlight-why>header{margin-bottom:24px}}@media(max-width:600px){.google-review-spotlight-why{min-height:430px;padding:28px}.google-review-spotlight-why>header>div{display:grid}.google-review-spotlight-why .google-review-grid blockquote{min-height:265px}.google-review-spotlight-why .google-review-grid blockquote>p{font-size:24px}}.reviews-hero{position:relative;overflow:hidden;background:#17201b;color:#fff}.reviews-hero:before{content:"";position:absolute;inset:0;opacity:.18;background:radial-gradient(circle at 80% 20%,rgba(44,145,56,.72),transparent 35%),linear-gradient(rgba(255,255,255,.12) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 0);background-size:auto,38px 38px,38px 38px}.reviews-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(230px,.6fr);gap:64px;align-items:end;padding-block:72px 76px}.reviews-hero h1{max-width:950px;margin:22px 0;font-size:clamp(54px,6vw,88px)}.reviews-hero h1 em{color:#a3e6a9}.reviews-hero-inner>div>p:last-child{max-width:720px;margin:0;color:#c8d2cb;font-size:18px;line-height:1.7}.reviews-hero-proof{display:grid;gap:10px;align-content:end;justify-items:start;padding:28px 0 7px;border-top:1px solid rgba(255,255,255,.3)}.reviews-hero-proof>span{color:var(--yellow);font-size:24px;letter-spacing:3px}.reviews-hero-proof strong{font-size:24px;letter-spacing:-.03em}.reviews-hero-proof p{margin:0;color:#b8c5bc;font-size:13px}.reviews-thanks{padding-block:68px 70px;border-bottom:1px solid var(--line)}.reviews-thanks>div{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.reviews-closing h2,.reviews-collection-heading h2,.reviews-thanks h2{margin:18px 0 0;font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.05em}.reviews-closing h2 em,.reviews-collection-heading h2 em,.reviews-thanks h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.reviews-thanks>div>p{max-width:560px;margin:0;color:#53595c;font-size:17px;line-height:1.75}.reviews-collection{padding-block:70px 80px}.reviews-collection-heading{display:flex;justify-content:space-between;align-items:center;gap:48px;margin-bottom:30px}.reviews-collection-heading h2{margin-top:16px}.reviews-collection-heading>p{max-width:350px;margin:0;color:#53595c;font-size:16px;line-height:1.6}.reviews-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;list-style:none;margin:0;padding:0}.reviews-wall li{min-width:0;border:1px solid #dbe7dc;border-radius:18px;background:#f7faf7}.reviews-wall li:nth-child(4n+2),.reviews-wall li:nth-child(4n+3){background:#fff;border-color:#e6ebe7}.reviews-wall blockquote{height:100%;display:flex;flex-direction:column;align-items:flex-start;margin:0;padding:24px 26px}.reviews-wall-stars{color:#bc8900;font-size:17px;letter-spacing:3px}.reviews-wall blockquote>p{flex:1 1;margin:18px 0 22px;font-family:Georgia,serif;font-size:clamp(19px,2vw,22px);line-height:1.45;letter-spacing:-.018em;white-space:pre-line}.reviews-wall footer{display:grid;gap:5px;width:100%;padding-top:14px;border-top:1px solid var(--line)}.reviews-wall footer strong{font-size:14px}.reviews-wall footer span{color:#67716b;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.reviews-closing{background:#17201b;color:#fff}.reviews-closing-inner{display:flex;align-items:end;justify-content:space-between;gap:64px;padding-block:70px 75px}.reviews-closing h2{max-width:750px}.reviews-closing h2 em{color:#a3e6a9}.reviews-closing p:last-child{max-width:700px;margin:22px 0 0;color:#bfcbc2;font-size:16px;line-height:1.65}.reviews-closing .button{flex:0 0 auto}@media(max-width:900px){.reviews-hero-inner{grid-template-columns:1fr;gap:32px;padding-block:64px}.reviews-hero-proof{max-width:300px}.reviews-thanks>div{gap:38px}.reviews-closing-inner{align-items:start;flex-direction:column;gap:32px}}@media(max-width:700px){.reviews-hero-inner{padding-block:52px 58px}.reviews-hero h1{font-size:clamp(50px,11vw,70px)}.reviews-hero-inner>div>p:last-child{font-size:16px}.reviews-thanks{padding-block:52px}.reviews-thanks>div{grid-template-columns:1fr;gap:18px}.reviews-collection{padding-block:56px 64px}.reviews-collection-heading{align-items:start;flex-direction:column;gap:16px}.reviews-wall{grid-template-columns:1fr}.reviews-wall blockquote{padding:22px 20px}.reviews-closing-inner{padding-block:60px}}.contact-orb{position:absolute;z-index:1;left:-70px;bottom:-210px;width:460px;height:460px;display:grid;place-items:center;border:1px solid rgba(59,130,246,.24);border-radius:50%;opacity:.2}.contact-x{width:270px;height:270px;object-fit:contain;filter:drop-shadow(0 22px 48px rgba(44,145,56,.22));animation:node-float 5s ease-in-out infinite}.review-form{align-self:center;width:100%;padding:34px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(255,255,255,.065);box-shadow:0 24px 60px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.form-heading{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin-bottom:24px}.form-heading>span{font-size:19px;font-weight:850}.form-heading small{color:#aeb5b8;font-size:10px;text-align:right}.form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:18px;row-gap:19px}.review-form label{display:grid;gap:8px;color:#d8dcde;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.review-form input,.review-form select,.review-form textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:10px;outline:none;background:rgba(8,10,10,.55);color:#fff;font:inherit;font-size:14px;letter-spacing:0;text-transform:none;transition:border-color .2s,box-shadow .2s,background .2s}.review-form input,.review-form select{height:46px;padding:0 13px}.review-form textarea{resize:vertical;min-height:108px;padding:13px;line-height:1.5}.review-form textarea::placeholder{color:#838b8f}.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:#62bf6d;background:rgba(8,10,10,.78);box-shadow:0 0 0 3px rgba(98,191,109,.14)}.form-message{grid-column:1/-1}.website-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px}.form-footer small{max-width:230px;color:#9da5a8;font-size:9px;line-height:1.5}.contact-button{border:0;background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(44,145,56,.22);cursor:pointer}.contact-button:disabled{cursor:wait;opacity:.7;transform:none;box-shadow:none}.form-status{margin-bottom:20px;padding:13px 15px;border-radius:10px;font-size:12px;line-height:1.45}.form-status:not(.success):not(.error){background:rgba(255,255,255,.08);color:#d8dcde;border:1px solid rgba(255,255,255,.14)}.form-status.success{background:rgba(98,191,109,.15);color:#dff7e2;border:1px solid rgba(98,191,109,.35)}.form-status.error{background:rgba(239,68,68,.13);color:#ffe1e1;border:1px solid rgba(239,68,68,.35)}.footer{display:grid;grid-template-columns:1fr 1.3fr .8fr;gap:30px;align-items:start;padding-block:20px 50px;border-top:1px solid var(--line)}.footer p{margin:7px 0 0;color:#62696c;font-size:12px;line-height:1.55}.footer>div{display:flex;align-items:center;gap:22px;font-size:12px;font-weight:800}.footer small{grid-column:2;color:#898f92;font-size:10px}.footer-social{display:inline-flex;margin-left:auto}.footer-social>a{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:#2c9138;transition:color .2s,border-color .2s,background .2s,transform .2s}.footer-social>a:hover{border-color:#2c9138;background:#edf8ef;color:#1f762a;transform:translateY(-2px)}.footer-social svg{width:16px;height:16px;fill:currentColor}.privacy-choice{position:fixed;z-index:120;left:22px;bottom:22px;width:min(540px,calc(100% - 44px));padding:20px 22px;border:1px solid rgba(44,145,56,.24);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 24px 65px rgba(18,32,23,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.privacy-choice-label{margin:0 0 7px!important;color:var(--green)!important;font-size:10px!important;font-weight:900;letter-spacing:1.6px;text-transform:uppercase}.privacy-choice h2{margin:0 0 7px;font-size:21px;letter-spacing:-.025em}.privacy-choice p{max-width:490px;margin:0;color:#555e5a;font-size:13px;line-height:1.5}.privacy-choice a{display:inline-block;margin-top:8px;padding-bottom:2px;border-bottom:1px solid var(--orange);font-size:11px;font-weight:800}.privacy-choice-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px;white-space:nowrap}.privacy-choice button,.privacy-reopen{border:0;font:inherit;font-weight:850;cursor:pointer}.privacy-choice button{min-height:42px;padding:0 16px;border-radius:999px;font-size:12px}.privacy-choice-primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(44,145,56,.18)}.privacy-choice-secondary{border:1px solid var(--line)!important;background:#fff;color:#242827}.privacy-choice button:focus-visible,.privacy-reopen:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:3px}.privacy-reopen{position:fixed;z-index:110;right:16px;bottom:14px;padding:8px 12px;border:1px solid rgba(44,145,56,.22);border-radius:999px;background:rgba(255,255,255,.92);color:#424a46;font-size:10px;box-shadow:0 8px 24px rgba(18,32,23,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.privacy-reopen:hover{border-color:var(--green);color:var(--green)}@media(max-width:900px){.contact-page-hero{gap:55px;padding-block:75px 90px}.contact-page-hero,.section-heading,.services .section-heading{grid-template-columns:1fr}.services .section-heading .kicker{margin:0}.service-grid{grid-template-columns:repeat(2,1fr)}.industry-directory-grid,.industry-grid{grid-template-columns:1fr 1fr}.industry-card.featured{grid-column:span 2;grid-row:auto;min-height:480px}.ai-grid,.industry-requirements,.outcomes-grid,.security-grid,.service-hero,.service-story{grid-template-columns:1fr;gap:60px}.service-story{row-gap:50px}.service-model{grid-template-columns:1fr 1fr}.service-model article:nth-child(3){border-left:1px solid var(--line)}.industry-systems,.industry-work-heading{grid-template-columns:1fr;gap:45px}.workflow-route{grid-template-columns:repeat(3,1fr)}.workflow-route:before{display:none}.workflow-route article:nth-child(4){border-left:1px solid var(--line)}.industry-risk-heading{gap:22px}.industry-risk-grid,.industry-risk-heading{grid-template-columns:1fr}.industry-risk-grid article{min-height:0;padding:30px 0}.industry-risk-grid article+article{padding-left:0;border-left:0}.industry-risk-grid h3{margin-top:30px}.steps{grid-template-columns:1fr 1fr}.steps li:nth-child(2n){margin-top:0}.faq{padding:0}.faq-heading,.faq-list{grid-template-columns:1fr}.service-promise{min-height:320px}.service-detail-hero .service-promise{min-height:440px}.capability-grid,.service-detail-capabilities{grid-template-columns:1fr 1fr}.service-detail-capabilities article,.service-detail-capabilities article:nth-child(4n+1),.service-detail-capabilities article:nth-child(4n+4){grid-column:auto;border:1px solid var(--line);border-bottom:0}.service-detail-capabilities article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.difference-grid{grid-template-columns:1fr 1fr}.difference-main{grid-column:span 2;grid-row:auto}.difference-card.outline{grid-column:auto}.contact{grid-template-columns:1fr;padding:65px 45px}.contact-copy{max-width:650px}.footer{grid-template-columns:1fr 1fr}.footer small{grid-column:auto}.service-app-development-integration .service-detail-hero,.service-app-development-integration .service-story,.service-backup-recovery .service-detail-hero,.service-compliance .service-detail-hero,.service-microsoft-cloud .service-detail-hero{grid-template-columns:1fr}.service-network-management .service-promise{grid-template-columns:1fr;grid-template-rows:auto}.service-network-management .service-snapshot{grid-column:1;grid-row:auto;margin-top:35px}.service-backup-recovery .service-model article:nth-child(2),.service-backup-recovery .service-model article:nth-child(3){margin-top:0}.service-app-development-integration .service-deep-dive-grid,.service-deep-dive-grid{grid-template-columns:1fr}.service-deep-dive header{position:static}.service-backup-recovery .service-deep-dive header,.service-compliance .service-deep-dive header,.service-cybersecurity .service-deep-dive header,.service-managed-it .service-deep-dive header{grid-template-columns:1fr;gap:28px}.service-backup-recovery .deep-dive-items,.service-compliance .deep-dive-items,.service-cybersecurity .service-detail-capabilities,.service-managed-it .deep-dive-items,.service-microsoft-cloud .service-detail-capabilities,.service-network-management .service-detail-capabilities{grid-template-columns:1fr 1fr}.service-app-development-integration .deep-dive-items{grid-template-columns:1fr 1fr;grid-template-rows:auto}.service-app-development-integration .deep-dive-items article:first-child{grid-row:auto}.managed-flagship-intro{grid-template-columns:1fr;gap:28px}.managed-operating-tracks{grid-template-columns:1fr 1fr}.managed-operating-tracks article:nth-child(2n){transform:none}}@media(max-width:560px){.privacy-choice{left:12px;bottom:12px;width:calc(100% - 24px);padding:18px}.privacy-choice-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:14px}.privacy-choice button{padding-inline:12px}.privacy-reopen{right:10px;bottom:10px}.contact-page-hero{padding-block:58px 70px}.contact-page-hero h1{font-size:50px}.contact-page-hero>div>p:last-child{font-size:17px}.contact-page-stage{padding-block:55px}.section{padding-block:85px}.section-heading{margin-bottom:45px}.capability-grid,.industry-directory-grid,.industry-grid,.service-grid{grid-template-columns:1fr}.service-card{min-height:285px}.industry-card.featured{grid-column:auto;min-height:430px}.industry-icon{margin-bottom:40px}.service-hero{padding-block:50px 75px}.service-hero .eyebrow{margin-top:40px}.service-hero h1{font-size:52px}.service-promise{padding:28px}.service-detail-hero .service-promise{min-height:420px}.service-point-of-view{padding-block:82px}.service-model{grid-template-columns:1fr}.service-model article,.service-model article:first-child,.service-model article:nth-child(3){min-height:220px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.service-model h3{margin-top:45px}.service-detail-capabilities{grid-template-columns:1fr}.service-detail-capabilities article,.service-detail-capabilities article:nth-child(4n+1),.service-detail-capabilities article:nth-child(4n+4){grid-column:auto;border:1px solid var(--line);border-bottom:0}.service-detail-capabilities article:last-child{border-bottom:1px solid var(--line)}.industry-operating-chain>.shell{align-items:flex-start;flex-direction:column;padding-block:26px}.industry-work-heading{margin-bottom:48px}.workflow-route{grid-template-columns:1fr 1fr}.workflow-route article:nth-child(3),.workflow-route article:nth-child(5){border-left:1px solid var(--line)}.workflow-route article:nth-child(4){border-left:0}.workflow-route article{min-height:165px}.industry-systems{min-height:0;padding:30px 24px}.industry-systems-title{flex-direction:column}.industry-risk{padding-block:80px}.industry-requirements{padding-block:85px}.requirements-intro>svg{margin-bottom:38px}.service-outcomes{padding-block:80px}.service-cta{align-items:flex-start;flex-direction:column;padding-block:60px}.ai-section,.process-section,.security-section{padding-block:85px}.steps{grid-template-columns:1fr}.steps li{min-height:220px}.faq{margin-block:78px 92px;padding:0}.faq-heading{margin-bottom:42px}.faq summary{min-height:82px;padding-block:20px;font-size:17px}.faq details p{margin-right:4px;font-size:15px}.difference-grid{grid-template-columns:1fr}.difference-main{grid-column:auto;min-height:440px}.difference-card{min-height:210px}.huge-number{font-size:100px}.contact-stage{padding-block:70px}.contact{padding:50px 20px;gap:42px}.review-form{padding:22px 17px}.form-grid{grid-template-columns:1fr}.form-message{grid-column:auto}.form-footer,.form-heading,.industries-more{align-items:flex-start;flex-direction:column}.form-heading small{text-align:left}.contact-orb{left:-230px}.footer{grid-template-columns:1fr}.footer>div{flex-wrap:wrap}.footer-social{margin-left:0}.industry-card{min-height:270px}.industries-directory-hero{padding-block:65px 80px}.directory-card{min-height:300px}.service-compliance .service-model article,.service-cybersecurity .service-model article{grid-template-columns:44px 1fr;gap:16px}.service-compliance .service-model article p,.service-cybersecurity .service-model article p{grid-column:1/-1}.service-app-development-integration .service-model{grid-template-columns:1fr;grid-template-rows:auto}.service-app-development-integration .service-model article:first-child{grid-row:auto}.service-app-development-integration .service-model article:first-child h3{margin-top:45px}.service-backup-recovery .service-promise{border-radius:48px 8px 48px 8px}.service-deep-dive{padding-block:82px}.service-app-development-integration .deep-dive-items,.service-backup-recovery .deep-dive-items,.service-backup-recovery .service-detail-capabilities,.service-compliance .deep-dive-items,.service-cybersecurity .deep-dive-items,.service-cybersecurity .service-detail-capabilities,.service-managed-it .deep-dive-items,.service-microsoft-cloud .deep-dive-items,.service-microsoft-cloud .service-detail-capabilities,.service-network-management .deep-dive-items,.service-network-management .service-detail-capabilities{grid-template-columns:1fr}.service-compliance .service-detail-capabilities article{grid-template-columns:44px 1fr;gap:16px}.service-compliance .service-detail-capabilities article p{grid-column:1/-1}.service-compliance .deep-dive-items:before{display:none}.service-compliance .deep-dive-items article,.service-managed-it .deep-dive-items article{min-height:220px}.service-compliance .deep-dive-items h3,.service-managed-it .deep-dive-items h3{margin-top:45px}.managed-flagship{padding-block:82px}.managed-operating-tracks{grid-template-columns:1fr}.managed-operating-tracks article{min-height:360px}.service-backup-recovery .deep-dive-items article{min-height:220px}.service-backup-recovery .deep-dive-items h3{margin-top:45px}}@media(max-width:980px){:root{--nav-height:76px;--anchor-clearance:24px}.nav>.brand{width:154px}.nav-links{display:none}.mobile-nav-toggle{display:flex;margin-left:auto}.mobile-menu-panel{display:block}}@media(max-width:720px){.difference-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:auto}.difference-card.yellow,.difference-main{grid-column:auto;grid-row:auto}.difference-main{min-height:400px;padding:30px}.difference-card{min-height:210px}}@media(max-width:560px){:root{--nav-height:74px;--anchor-clearance:20px}.shell{width:min(1240px,calc(100% - 34px))}.nav>.brand{width:145px}.mobile-menu-panel{padding:16px 17px 24px}.mobile-menu-main>a{min-height:48px;padding:10px 12px;font-size:14px}.mobile-account-links,.mobile-menu-columns{grid-template-columns:1fr}.mobile-menu-actions{flex-direction:column}.mobile-menu-actions .button{width:100%}.service-card{min-height:315px}.service-mid-cta{grid-template-columns:1fr;gap:28px;margin-bottom:70px;padding:28px 24px}.industry-mid-cta{margin-block:64px}.home-page .ai-section,.home-page .process-section,.home-page .section,.home-page .security-section{padding-block:78px}.home-page .faq{margin-block:72px 82px}.home-page .contact-stage{padding-block:64px}}.ai-capabilities p,.capability-grid p,.deep-dive-items p,.difference-card p,.difference-main p,.evaluation-list p,.industry-card p,.industry-risk-grid p,.managed-operating-tracks p,.requirements-list p,.service-card p,.service-model p,.steps p,.why-principles-list p{font-size:16px;line-height:1.65}.managed-operating-tracks li,.service-fit{font-size:14px;line-height:1.6}.card-action,.directory-link,.text-link{font-size:14px}.home-page .faq{margin-block:48px 44px}.home-page .faq-heading{padding-top:28px;margin-bottom:30px}.home-page .faq summary{min-height:76px;padding-block:16px}.home-page .faq-more{padding-top:20px}.home-page .faq-more .text-link{margin-top:0}@media(max-width:760px){.home-page .faq{margin-block:32px}.home-page .faq-heading{padding-top:22px;margin-bottom:24px}.home-page .faq summary{min-height:72px;padding-block:14px}}.web-studio-page{background:#fff;color:var(--ink)}.web-studio-hero{min-height:720px;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(48px,7vw,100px);align-items:center;padding-block:72px 84px}.web-studio-hero-copy .eyebrow{margin-top:44px}.web-studio-hero h1{max-width:820px;margin:26px 0 30px;font-size:clamp(64px,7.3vw,112px);line-height:.91;letter-spacing:-.07em}.web-studio-hero h1 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.web-studio-lede{max-width:720px;margin:0;color:#535b5e;font-size:20px;line-height:1.65}.web-studio-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.web-studio-inline-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:15px;font-weight:800}.web-studio-brief{position:relative;align-self:stretch;min-height:570px;display:flex;flex-direction:column;justify-content:space-between;padding:34px;background:#171918;color:#fff;overflow:hidden}.web-studio-brief:after{content:"WWW";position:absolute;right:-18px;bottom:5px;color:rgba(255,255,255,.035);font-size:150px;line-height:.7;font-weight:900;letter-spacing:-.08em;pointer-events:none}.web-studio-brief-top{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.25);color:#bac2bd;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.web-studio-brief>strong{position:relative;z-index:1;max-width:490px;font-size:clamp(28px,3vw,42px);line-height:1.18;letter-spacing:-.035em}.web-studio-brief-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.22)}.web-studio-brief-grid span{min-height:100px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);font-size:15px;font-weight:800}.web-studio-brief-grid span:nth-child(2n){border-right:0}.web-studio-brief-grid span:nth-last-child(-n+2){border-bottom:0}.web-studio-brief-grid small{margin-bottom:auto;color:#8f9993;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.web-studio-statement{padding-block:22px;background:var(--green);color:#fff;overflow:hidden}.web-studio-statement>div{display:flex;align-items:center;justify-content:space-between;gap:22px;white-space:nowrap;font-size:clamp(18px,2vw,28px)}.web-studio-statement span{opacity:.72;font-family:Georgia,serif;font-style:italic}.web-studio-engagements{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-block:110px}.web-studio-engagements>header{grid-column:1/-1;display:grid;grid-template-columns:1.2fr .8fr;gap:30px 90px;margin-bottom:40px}.web-studio-engagements>header .kicker{grid-column:1/-1}.web-studio-engagements>header h2{margin:0;font-size:clamp(46px,5.3vw,76px);line-height:1;letter-spacing:-.055em}.web-studio-engagements>header h2 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.web-studio-engagements>header>p:last-child{align-self:end;max-width:520px;margin:0;color:#596164;font-size:17px;line-height:1.7}.web-engagement{min-height:560px;display:flex;flex-direction:column;padding:clamp(30px,4vw,52px)}.web-engagement>span{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.web-engagement h3{max-width:510px;margin:90px 0 22px;font-size:clamp(32px,3.4vw,50px);line-height:1.05;letter-spacing:-.04em}.web-engagement p{max-width:560px;margin:0;font-size:17px;line-height:1.72}.web-engagement ul{display:grid;gap:13px;margin:auto 0 0;padding:36px 0 0;border-top:1px solid;list-style:none}.web-engagement li{display:flex;gap:11px;align-items:flex-start;font-size:15px;line-height:1.5}.web-engagement li svg{flex:0 0 auto;margin-top:2px}.web-engagement-project{background:#f1f5f2}.web-engagement-monthly{background:#ff6845;color:#171918}.web-visitor-journey{padding-block:105px;background:#f5f7ff}.web-visitor-journey header{display:grid;grid-template-columns:1fr 1fr;gap:26px 70px;margin-bottom:56px}.web-visitor-journey header .kicker{grid-column:1/-1}.web-visitor-journey h2{margin:0;font-size:clamp(42px,4.5vw,64px);line-height:1.03;letter-spacing:-.05em}.web-visitor-journey header>p:last-child{align-self:end;max-width:530px;margin:0;color:#596164;font-size:17px;line-height:1.7}.web-journey-grid{display:grid;grid-template-columns:repeat(4,1fr)}.web-journey-grid article{min-height:300px;padding:28px;border:1px solid rgba(42,70,122,.18);border-right:0;background:#fff}.web-journey-grid article:last-child{border-right:1px solid rgba(42,70,122,.18)}.web-journey-grid span{color:#3b82f6;font:400 38px/1 Georgia,serif}.web-journey-grid h3{margin:95px 0 12px;font-size:25px}.web-journey-grid p{margin:0;color:#5b6265;font-size:16px;line-height:1.65}.web-studio-capabilities{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;padding-block:115px}.web-studio-capabilities>header{position:sticky;top:calc(var(--nav-height) + 30px);align-self:start}.web-studio-capabilities h2{margin:20px 0 24px;font-size:clamp(44px,4.6vw,66px);line-height:1;letter-spacing:-.055em}.web-studio-capabilities header>p:last-child{max-width:470px;margin:0;color:#596164;font-size:17px;line-height:1.7}.web-capability-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px}.web-capability-mosaic article{min-height:270px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);background:#fff}.web-capability-mosaic article.wide{grid-column:1/-1;min-height:230px}.web-capability-mosaic svg{color:var(--green)}.web-capability-mosaic h3{margin:auto 0 12px;font-size:23px}.web-capability-mosaic p{max-width:560px;margin:0;color:#5d6467;font-size:16px;line-height:1.65}.web-hosting-section{padding-block:105px;background:#111918;color:#fff}.web-hosting-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.web-hosting-grid h2{margin:24px 0;font-size:clamp(48px,5.3vw,76px);line-height:.98;letter-spacing:-.055em}.web-hosting-grid>div:first-child>p:last-child{max-width:570px;margin:0;color:#b6c0ba;font-size:17px;line-height:1.75}.web-hosting-list{border-top:1px solid rgba(255,255,255,.2)}.web-hosting-list article{display:grid;grid-template-columns:38px 1fr;gap:18px;padding:26px 4px;border-bottom:1px solid rgba(255,255,255,.2)}.web-hosting-list svg{color:#62c86c}.web-hosting-list span{display:grid;gap:8px}.web-hosting-list strong{font-size:20px}.web-hosting-list small{max-width:560px;color:#aeb9b2;font-size:14px;line-height:1.55}.web-monthly-detail{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-block:115px}.web-monthly-heading>span{display:inline-block;margin-bottom:28px;padding:8px 12px;background:#fff3bd;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.web-monthly-heading h2{margin:0 0 25px;font-size:clamp(43px,4.8vw,68px);line-height:1;letter-spacing:-.055em}.web-monthly-heading p{max-width:580px;margin:0;color:#596164;font-size:17px;line-height:1.72}.web-update-list{border-top:2px solid var(--ink)}.web-update-list div{display:grid;grid-template-columns:55px 1fr;align-items:center;gap:16px;padding:21px 4px;border-bottom:1px solid var(--line)}.web-update-list span{color:var(--green);font:400 20px/1 Georgia,serif}.web-update-list p{margin:0;font-size:16px;font-weight:750}.web-process-section{padding-block:110px;background:#eef7ef}.web-process-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.web-process-grid h2{margin:25px 0 0;font-size:clamp(42px,4.7vw,68px);line-height:1;letter-spacing:-.05em}.web-process-grid ol{margin:0;padding:0;border-top:2px solid var(--ink);list-style:none}.web-process-grid li{display:grid;grid-template-columns:58px 1fr;gap:22px;padding:25px 0;border-bottom:1px solid var(--line)}.web-process-grid li>span{color:var(--green);font:400 23px/1 Georgia,serif}.web-process-grid h3{margin:0 0 8px;font-size:21px}.web-process-grid li p{max-width:650px;margin:0;color:#5c6466;font-size:16px;line-height:1.65}.web-studio-cta{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;margin-block:90px;padding:56px;border:1px solid var(--line);box-shadow:12px 12px 0 var(--green-soft)}.web-studio-cta>div>svg{margin-bottom:45px;color:var(--orange)}.web-studio-cta h2{max-width:860px;margin:18px 0;font-size:clamp(38px,4.2vw,58px);line-height:1.03;letter-spacing:-.045em}.web-studio-cta>div>p:last-child{max-width:700px;margin:0;color:#596164;font-size:17px;line-height:1.65}.service-card.service-card-featured{grid-column:span 2;min-height:260px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto;column-gap:32px;align-items:center;background:linear-gradient(105deg,#eef7ef 0 58%,#fff 58%)}.service-card.service-card-featured .card-top{grid-row:1/5}.service-card.service-card-featured h3{margin:0;align-self:end}.service-card.service-card-featured p{max-width:620px;margin:0;align-self:start}.service-card.service-card-featured small{grid-column:2;margin-top:0;align-self:end;justify-self:start}.service-card.service-card-featured .card-action{grid-column:2;margin-top:0;align-self:start;justify-self:start}@media(max-width:1000px){.web-studio-hero{grid-template-columns:1fr;min-height:0}.web-studio-brief{min-height:520px}.web-hosting-grid,.web-monthly-detail,.web-process-grid,.web-studio-engagements>header,.web-visitor-journey header{grid-template-columns:1fr;gap:38px}.web-studio-capabilities{grid-template-columns:1fr;gap:46px}.web-studio-capabilities>header{position:static}.web-studio-engagements>header .kicker,.web-visitor-journey header .kicker{grid-column:auto}.web-journey-grid{grid-template-columns:1fr 1fr}.web-journey-grid article:nth-child(2){border-right:1px solid rgba(42,70,122,.18)}.web-journey-grid article:nth-child(n+3){border-top:0}.web-studio-cta{grid-template-columns:1fr;align-items:start}.service-card.service-card-featured{grid-column:auto;min-height:335px;display:flex;background:#fff}.service-card.service-card-featured .card-top{margin-bottom:0}.service-card.service-card-featured h3{margin:43px 0 14px}.service-card.service-card-featured p{margin-bottom:20px}.service-card.service-card-featured small{margin-top:auto}.service-card.service-card-featured .card-action{margin-top:18px}}@media(max-width:760px){.web-studio-hero{gap:38px;padding-block:45px 58px}.web-studio-hero-copy .eyebrow{margin-top:32px}.web-studio-hero h1{font-size:clamp(54px,16vw,76px)}.web-studio-lede{font-size:18px}.web-studio-actions{align-items:flex-start;flex-direction:column}.web-studio-brief{min-height:500px;padding:24px}.web-studio-brief-grid span{min-height:92px;padding:14px}.web-studio-statement>div{justify-content:flex-start;overflow:hidden}.web-studio-statement>div>:nth-child(n+4){display:none}.web-studio-engagements{grid-template-columns:1fr;padding-block:75px}.web-studio-engagements>header{grid-column:auto;margin-bottom:18px}.web-engagement{min-height:520px;padding:28px}.web-engagement h3{margin-top:65px}.web-hosting-section,.web-process-section,.web-visitor-journey{padding-block:75px}.web-journey-grid{grid-template-columns:1fr}.web-journey-grid article,.web-journey-grid article:nth-child(2){min-height:230px;border-right:1px solid rgba(42,70,122,.18);border-top:0}.web-journey-grid article:first-child{border-top:1px solid rgba(42,70,122,.18)}.web-journey-grid h3{margin-top:55px}.web-monthly-detail,.web-studio-capabilities{padding-block:78px}.web-capability-mosaic{grid-template-columns:1fr}.web-capability-mosaic article.wide{grid-column:auto}.web-capability-mosaic article{min-height:245px}.web-hosting-list article{grid-template-columns:32px 1fr}.web-monthly-detail{gap:50px}.web-studio-cta{margin-block:60px;padding:32px 24px;box-shadow:7px 7px 0 var(--green-soft)}.web-studio-cta>div>svg{margin-bottom:30px}.service-card.service-card-featured{min-height:315px;background:#fff}}.move-build-page{background:#fff;color:var(--ink)}.move-build-hero{min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(46px,6vw,92px);align-items:center;padding-block:68px 86px}.move-build-copy .eyebrow{margin-top:40px}.move-build-copy h1{max-width:760px;margin:25px 0 30px;font-size:clamp(62px,6.8vw,104px);line-height:.92;letter-spacing:-.068em}.move-build-copy h1 em{display:block;color:#2f69c9;font-family:Georgia,serif;font-weight:400}.move-build-lede{max-width:690px;margin:0;color:#535d65;font-size:20px;line-height:1.67}.move-build-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.move-build-inline-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:15px;font-weight:800}.move-build-plan{position:relative;min-height:610px;display:flex;flex-direction:column;padding:31px;background:#11243e;color:#fff;overflow:hidden}.move-build-plan:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(119,169,239,.12) 1px,transparent 0),linear-gradient(90deg,rgba(119,169,239,.12) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.move-build-plan>strong,.move-plan-status,.move-plan-title{position:relative;z-index:2}.move-plan-title{display:flex;justify-content:space-between;gap:20px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.28);color:#b7c8dc;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.11em}.move-plan-grid{position:relative;z-index:1;flex:1 1;margin:30px 0 22px;border:1px solid rgba(170,204,250,.4);background:rgba(3,14,28,.28)}.move-plan-grid:after,.move-plan-grid:before{content:"";position:absolute;background:rgba(170,204,250,.38)}.move-plan-grid:before{left:38%;top:0;bottom:0;width:1px}.move-plan-grid:after{left:38%;right:0;top:53%;height:1px}.plan-room{position:absolute;padding:7px 9px;background:#11243e;color:#bdd0e7;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.plan-room-a{left:4%;top:7%}.plan-room-b{left:42%;top:7%}.plan-room-c{left:42%;top:58%}.plan-path{position:absolute;border:1px dashed #ffd642}.plan-path-a{left:19%;top:30%;width:51%;height:25%;border-right:0}.plan-path-b{right:11%;top:31%;height:47%;width:16%;border-left:0}.plan-node{position:absolute;width:13px;height:13px;border:3px solid #11243e;border-radius:50%;background:#ffd642;box-shadow:0 0 0 1px #ffd642}.plan-node-a{left:17%;top:27%}.plan-node-b{left:68%;top:51%}.plan-node-c{right:9%;top:76%}.move-plan-status{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:26px}.move-plan-status span{display:flex;align-items:center;gap:7px;color:#c4d1df;font-size:12px}.move-plan-status i{width:7px;height:7px;border-radius:50%;background:#5ccc6a;box-shadow:0 0 0 4px rgba(92,204,106,.12)}.move-build-plan>strong{font-size:clamp(30px,3vw,43px);line-height:1.05;letter-spacing:-.035em}.move-build-sequence{padding-block:19px;background:#ffd642;color:#19202a}.move-build-sequence>div{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.move-build-sequence i{width:5px;height:5px;flex:0 0 auto;transform:rotate(45deg);background:#19202a}.move-build-timing{padding-block:110px}.move-build-timing>header{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:64px}.move-build-timing h2{margin:0;font-size:clamp(47px,5.2vw,75px);line-height:1;letter-spacing:-.055em}.move-timing-track{display:grid;grid-template-columns:repeat(3,1fr);border-top:2px solid var(--ink)}.move-timing-track article{position:relative;min-height:365px;padding:30px 34px 32px;border-right:1px solid var(--line)}.move-timing-track article:first-child{border-left:1px solid var(--line)}.move-timing-track article:before{content:"";position:absolute;top:-7px;left:32px;width:12px;height:12px;border-radius:50%;background:#2f69c9}.move-timing-track span{color:#2f69c9;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.move-timing-track h3{margin:82px 0 17px;font-size:27px;line-height:1.12;letter-spacing:-.03em}.move-timing-track p{margin:0;color:#596269;font-size:16px;line-height:1.68}.move-build-scope{padding-block:110px;background:#11243e;color:#fff}.move-build-scope header{display:grid;grid-template-columns:1.12fr .88fr;gap:30px 90px;margin-bottom:62px}.move-build-scope header .kicker{grid-column:1/-1}.move-build-scope h2{margin:0;font-size:clamp(46px,5.2vw,74px);line-height:1;letter-spacing:-.055em}.move-build-scope header>p:last-child{align-self:end;max-width:570px;margin:0;color:#b6c7da;font-size:17px;line-height:1.7}.move-scope-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.23);border-left:1px solid rgba(255,255,255,.23)}.move-scope-grid article{min-height:340px;display:flex;flex-direction:column;padding:28px;border-right:1px solid rgba(255,255,255,.23);border-bottom:1px solid rgba(255,255,255,.23)}.move-scope-grid article>span{color:#90a9c5;font:400 18px/1 Georgia,serif}.move-scope-grid svg{margin-top:34px;color:#ffd642}.move-scope-grid h3{margin:auto 0 14px;font-size:24px}.move-scope-grid p{margin:0;color:#b8c7d7;font-size:16px;line-height:1.65}.move-build-layers{display:grid;grid-template-columns:.72fr 1.28fr;gap:85px;padding-block:115px}.move-layers-intro{position:sticky;top:calc(var(--nav-height) + 32px);align-self:start}.move-layers-intro h2{margin:22px 0 24px;font-size:clamp(44px,4.8vw,69px);line-height:1;letter-spacing:-.055em}.move-layers-intro>p:last-child{max-width:510px;margin:0;color:#596269;font-size:17px;line-height:1.72}.move-layers-list{border-top:2px solid var(--ink)}.move-layers-list article{display:grid;grid-template-columns:48px 45px 1fr;gap:20px;align-items:start;padding:28px 0;border-bottom:1px solid var(--line)}.move-layers-list article>span{color:#2f69c9;font:400 20px/1 Georgia,serif}.move-layers-list svg{color:#bf8d00}.move-layers-list h3{margin:0 0 8px;font-size:23px}.move-layers-list p{max-width:680px;margin:0;color:#5b646b;font-size:16px;line-height:1.65}.move-cutover-section{padding-block:110px;background:#f2f5f8}.move-cutover-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:90px}.move-cutover-copy h2{margin:24px 0 26px;font-size:clamp(48px,5.4vw,76px);line-height:.98;letter-spacing:-.06em}.move-cutover-copy h2 em{color:#2f69c9;font-family:Georgia,serif;font-weight:400}.move-cutover-copy>p:nth-of-type(2){max-width:620px;color:#596269;font-size:17px;line-height:1.72}.move-cutover-note{display:grid;grid-template-columns:35px 1fr;gap:15px;max-width:560px;margin-top:38px;padding:22px;border-left:4px solid #ffd642;background:#fff}.move-cutover-note svg{color:#2f69c9}.move-cutover-note span{display:grid;gap:5px;color:#5b646b;font-size:14px;line-height:1.5}.move-cutover-note strong{color:var(--ink);font-size:16px}.move-cutover-grid ol{align-self:start;margin:0;padding:0;border-top:2px solid var(--ink);list-style:none}.move-cutover-grid li{display:grid;grid-template-columns:46px 1fr 24px;gap:16px;align-items:center;min-height:82px;padding:15px 3px;border-bottom:1px solid #cfd6dc}.move-cutover-grid li>span{color:#2f69c9;font:400 19px/1 Georgia,serif}.move-cutover-grid li p{margin:0;font-size:16px;font-weight:750;line-height:1.45}.move-cutover-grid li svg{color:var(--green)}.move-handoff{padding-block:110px}.move-handoff>header{display:grid;grid-template-columns:1fr 1fr;gap:28px 80px;margin-bottom:55px}.move-handoff>header .kicker{grid-column:1/-1}.move-handoff h2{margin:0;font-size:clamp(45px,4.9vw,69px);line-height:1;letter-spacing:-.055em}.move-handoff>header>p:last-child{align-self:end;max-width:560px;margin:0;color:#596269;font-size:17px;line-height:1.7}.move-handoff-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.move-handoff-grid article{min-height:295px;display:flex;flex-direction:column;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.move-handoff-grid svg{color:#2f69c9}.move-handoff-grid h3{margin:auto 0 13px;font-size:23px}.move-handoff-grid p{margin:0;color:#5b646b;font-size:16px;line-height:1.62}.move-build-cta{display:grid;grid-template-columns:1fr auto;gap:65px;align-items:end;margin-block:90px;padding:58px;background:#11243e;color:#fff;box-shadow:12px 12px 0 #ffd642}.move-build-cta>div>svg{margin-bottom:45px;color:#ffd642}.move-build-cta h2{max-width:880px;margin:18px 0;font-size:clamp(39px,4.3vw,61px);line-height:1.02;letter-spacing:-.05em}.move-build-cta>div>p:last-child{max-width:720px;margin:0;color:#bdcadd;font-size:17px;line-height:1.66}@media(max-width:1000px){.move-build-hero,.move-build-layers,.move-build-scope header,.move-build-timing>header,.move-cutover-grid,.move-handoff>header{grid-template-columns:1fr;gap:42px}.move-build-plan{min-height:570px}.move-timing-track{grid-template-columns:1fr}.move-timing-track article{min-height:260px;border-left:1px solid var(--line)}.move-timing-track h3{margin-top:54px}.move-scope-grid{grid-template-columns:1fr 1fr}.move-layers-intro{position:static}.move-handoff-grid{grid-template-columns:1fr 1fr}.move-build-cta{grid-template-columns:1fr;align-items:start}}@media(max-width:760px){.move-build-hero{min-height:0;padding-block:45px 62px}.move-build-copy .eyebrow{margin-top:32px}.move-build-copy h1{font-size:clamp(54px,15.8vw,74px)}.move-build-lede{font-size:18px}.move-build-actions{align-items:flex-start;flex-direction:column}.move-build-plan{min-height:520px;padding:23px}.move-plan-status{grid-template-columns:1fr}.move-plan-status span:nth-child(n+2){display:none}.move-build-sequence>div{justify-content:flex-start;overflow:hidden}.move-build-sequence>div>:nth-child(n+7){display:none}.move-build-layers,.move-build-timing,.move-handoff{padding-block:76px}.move-build-timing>header,.move-handoff>header{margin-bottom:40px}.move-timing-track article{min-height:245px;padding:26px 24px}.move-build-scope,.move-cutover-section{padding-block:76px}.move-build-scope header{margin-bottom:42px}.move-scope-grid{grid-template-columns:1fr}.move-scope-grid article{min-height:275px}.move-layers-list article{grid-template-columns:40px 35px 1fr;gap:13px}.move-cutover-grid li{grid-template-columns:38px 1fr 21px}.move-handoff-grid{grid-template-columns:1fr}.move-handoff-grid article{min-height:245px}.move-build-cta{margin-block:62px;padding:34px 25px;box-shadow:7px 7px 0 #ffd642}.move-build-cta>div>svg{margin-bottom:30px}}.service-web-design-hosting .service-detail-hero{grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);gap:clamp(56px,7vw,105px);padding-block:66px 90px}.service-web-design-hosting .service-detail-hero h1{max-width:780px;font-size:clamp(50px,5.15vw,74px);line-height:1;letter-spacing:-.05em}.service-web-design-hosting .service-promise{min-height:520px;border:1px solid #cbc5b9;border-radius:0;background:#fbfaf6;color:var(--ink);box-shadow:16px 16px 0 #e9eee8}.service-web-design-hosting .service-promise:before{opacity:.5;background:linear-gradient(90deg,transparent 0 24%,rgba(30,36,34,.09) 24% 24.2%,transparent 24.2% 49%,rgba(30,36,34,.09) 49% 49.2%,transparent 49.2% 74%,rgba(30,36,34,.09) 74% 74.2%,transparent 74.2%),linear-gradient(rgba(30,36,34,.055) 1px,transparent 0);background-size:100% 100%,100% 38px}.service-web-design-hosting .service-promise .kicker{color:var(--orange)}.service-web-design-hosting .service-promise>strong{position:relative;z-index:1;max-width:640px}.service-web-design-hosting .service-snapshot{position:relative;z-index:1;border-color:#cbc5b9}.service-web-design-hosting .service-snapshot>div{border-color:#cbc5b9;color:#303533}.service-web-design-hosting .service-snapshot small{color:#756f66}.service-web-design-hosting .service-point-of-view{border-color:#e6e0d5;background:#f7f4ed}.service-web-design-hosting .service-point-of-view:after{display:none}.service-web-design-hosting .service-story{grid-template-columns:1.05fr .95fr}.service-web-design-hosting .service-story h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em}.service-web-design-hosting .service-model{border:0;gap:18px}.service-web-design-hosting .service-model article,.service-web-design-hosting .service-model article:first-child{min-height:285px;border:1px solid #d9d2c5;background:#fff}.service-web-design-hosting .service-model article:nth-child(2){transform:translateY(28px)}.service-web-design-hosting .service-model h3{margin-top:72px}.service-web-design-hosting .service-capabilities .section-heading{grid-template-columns:.78fr 1.22fr}.service-web-design-hosting .service-detail-capabilities{grid-template-columns:1fr 1fr;border-top:2px solid var(--ink)}.service-web-design-hosting .service-detail-capabilities article,.service-web-design-hosting .service-detail-capabilities article:nth-child(4n+1),.service-web-design-hosting .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:220px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.service-web-design-hosting .service-detail-capabilities article:nth-child(2n){border-right:0}.service-web-design-hosting .service-detail-capabilities article>span{border-radius:3px}.service-web-design-hosting .service-deep-dive{background:#f3f6f2}.service-web-design-hosting .deep-dive-items article{border-color:#cbd3ca}.service-web-design-hosting .service-outcomes{background:#172019}.service-office-builds-moves .service-detail-hero{grid-template-columns:minmax(0,1.06fr) minmax(460px,.94fr);gap:clamp(54px,7vw,100px);padding-block:64px 88px}.service-office-builds-moves .service-detail-hero h1{max-width:790px;font-size:clamp(49px,5.05vw,72px);line-height:1.01;letter-spacing:-.05em}.service-office-builds-moves .eyebrow{color:#a27400}.service-office-builds-moves .eyebrow span{background:#d9a600;box-shadow:0 0 0 5px rgba(217,166,0,.12)}.service-office-builds-moves .service-promise{min-height:540px;border:1px solid rgba(151,192,244,.45);border-radius:2px;background:#11243e;color:#fff;box-shadow:14px 14px 0 #ffd642}.service-office-builds-moves .service-promise:before{opacity:.2;background:linear-gradient(rgba(126,174,234,.65) 1px,transparent 0),linear-gradient(90deg,rgba(126,174,234,.65) 1px,transparent 0);background-size:30px 30px}.service-office-builds-moves .service-promise:after{content:"PLAN / BUILD / TEST / CUTOVER";position:absolute;z-index:1;top:25px;right:23px;color:#8eacd0;font-size:9px;font-weight:850;letter-spacing:.17em;writing-mode:vertical-rl}.service-office-builds-moves .service-promise>strong,.service-office-builds-moves .service-snapshot{position:relative;z-index:1}.service-office-builds-moves .service-point-of-view{border-color:#d8e0e8;background:#f1f4f7}.service-office-builds-moves .service-point-of-view:after{border-color:rgba(47,105,201,.16)}.service-office-builds-moves .service-story{grid-template-columns:.8fr 1.2fr}.service-office-builds-moves .service-model{grid-template-columns:1fr;border:0;border-top:2px solid #22374f}.service-office-builds-moves .service-model article,.service-office-builds-moves .service-model article:first-child{min-height:0;display:grid;grid-template-columns:55px .72fr 1.28fr;gap:24px;align-items:center;padding:28px 0;border:0;border-bottom:1px solid #c7d0da}.service-office-builds-moves .service-model h3{margin:0}.service-office-builds-moves .service-model p{max-width:680px}.service-office-builds-moves .service-model svg{color:#2f69c9}.service-office-builds-moves .service-model article:nth-child(2) svg{color:#b58600}.service-office-builds-moves .service-detail-capabilities{grid-template-columns:1fr 1fr;border:1px solid #bfcbd7;background:transparent}.service-office-builds-moves .service-detail-capabilities article,.service-office-builds-moves .service-detail-capabilities article:nth-child(4n+1),.service-office-builds-moves .service-detail-capabilities article:nth-child(4n+4){grid-column:auto;min-height:245px;border:0;border-right:1px solid #bfcbd7;border-bottom:1px solid #bfcbd7;background:#fff}.service-office-builds-moves .service-detail-capabilities article:nth-child(2n){border-right:0}.service-office-builds-moves .service-detail-capabilities article:nth-last-child(-n+2){border-bottom:0}.service-office-builds-moves .service-detail-capabilities article>span{border-color:#2f69c9;border-radius:2px;color:#2f69c9}.service-office-builds-moves .service-deep-dive{background:#11243e;color:#fff}.service-office-builds-moves .deep-dive-items p,.service-office-builds-moves .service-deep-dive header p:last-child{color:#b8c7d7}.service-office-builds-moves .deep-dive-items article{border-color:rgba(255,255,255,.2)}.service-office-builds-moves .deep-dive-items svg{color:#ffd642}.service-office-builds-moves .service-outcomes{background:#0c192a}@media(max-width:1180px){.service-office-builds-moves .service-detail-hero,.service-web-design-hosting .service-capabilities .section-heading,.service-web-design-hosting .service-detail-hero{grid-template-columns:1fr}.service-web-design-hosting .service-model article:nth-child(2){transform:none}.service-office-builds-moves .service-story{grid-template-columns:1fr}}@media(max-width:760px){.service-office-builds-moves .service-detail-hero,.service-web-design-hosting .service-detail-hero{padding-block:50px 76px}.service-office-builds-moves .service-promise,.service-web-design-hosting .service-promise{min-height:430px}.service-web-design-hosting .service-model{grid-template-columns:1fr}.service-web-design-hosting .service-model article,.service-web-design-hosting .service-model article:first-child{min-height:230px}.service-office-builds-moves .service-detail-capabilities,.service-web-design-hosting .service-detail-capabilities{grid-template-columns:1fr}.service-office-builds-moves .service-detail-capabilities article,.service-office-builds-moves .service-detail-capabilities article:nth-child(2n),.service-web-design-hosting .service-detail-capabilities article,.service-web-design-hosting .service-detail-capabilities article:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.service-office-builds-moves .service-detail-capabilities article:last-child,.service-web-design-hosting .service-detail-capabilities article:last-child{border-bottom:0}.service-office-builds-moves .service-model article,.service-office-builds-moves .service-model article:first-child{grid-template-columns:42px 1fr;padding:24px 0}.service-office-builds-moves .service-model h3{align-self:center}.service-office-builds-moves .service-model p{grid-column:2}}@media(min-width:901px) and (max-width:1100px){.service-cybersecurity .service-detail-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.service-cta{align-items:center;gap:24px;text-align:center}.service-cta .button{width:min(100%,320px)}}