:root{--navy:#06172e;--navy-2:#09264c;--navy-3:#0d356d;--ink:#0d1b2e;--muted:#5b6776;--blue:#1677ff;--blue-2:#55d8ff;--line:#dce7f3;--soft:#f4f8fc;--soft-2:#eaf2fb;--white:#fff;--ok:#16a36a;--warn:#f6b73c;--radius:10px;--shadow:0 22px 70px rgba(6,23,46,.16);--shadow-soft:0 10px 30px rgba(6,23,46,.08);--motion-fast:.16s;--motion-normal:.28s;--motion-slow:.56s;--ease-standard:cubic-bezier(.2,.8,.2,1);--ease-out:cubic-bezier(.16,1,.3,1);--ease-emphasized:cubic-bezier(.2,0,0,1);--reveal-distance:18px;--hover-lift:-4px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--white)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:118px;overflow-x:hidden}body{margin:0;line-height:1.6;font-size:16px;overflow-x:hidden}body.nav-lock{overflow:hidden}a{color:inherit}img,svg{max-width:100%;height:auto}img{transition:opacity var(--motion-normal) var(--ease-out),transform var(--motion-slow) var(--ease-out)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;left:-999px;top:auto}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.7rem 1rem;border:2px solid var(--blue)}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section{padding:88px 0}.section.tight{padding:54px 0}.band{background:linear-gradient(180deg,var(--soft),#fff)}.dark{background:radial-gradient(circle at 80% 10%,rgba(85,216,255,.16),transparent 30%),linear-gradient(135deg,var(--navy),#0a2b58);color:#fff}.eyebrow{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--blue)}.dark .eyebrow,.hero .eyebrow{color:var(--blue-2)}h1,h2,h3{line-height:1.08;margin:0 0 1rem;letter-spacing:0}h1{font-size:clamp(2.5rem,6vw,5.35rem)}h2{font-size:clamp(1.85rem,4vw,3.35rem)}h3{font-size:1.18rem}p{margin:0 0 1rem}.lead{font-size:1.16rem;color:#d9e9ff;max-width:68ch}.muted{color:var(--muted)}.dark .muted{color:#bad0e8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;padding:.82rem 1.05rem;border-radius:9px;font-weight:900;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:after{content:"›";font-size:1.1em;transition:transform .18s ease}.btn:hover:after{transform:translate(3px)}.btn.primary{background:linear-gradient(135deg,var(--blue),#0b63df);color:#fff;box-shadow:0 12px 28px #1677ff47}.btn.secondary{background:#fff;color:var(--navy);border-color:var(--line)}.btn.ghost{border-color:#ffffff59;color:#fff;background:#ffffff0f}.btn:hover{transform:translateY(-1px)}.actions{display:flex;gap:.75rem;flex-wrap:wrap}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;background:#fff;box-shadow:0 1px #06172e0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#c3d8ef}.card.dark-card{background:#ffffff14;border-color:#ffffff29;backdrop-filter:blur(12px);color:#fff}.icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue-2));display:grid;place-items:center;color:#fff;font-weight:950;margin-bottom:.9rem;box-shadow:0 14px 26px #1677ff38}.utility-bar{background:#041124;color:#d6e8ff;font-size:.86rem}.utility-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.utility-inner div{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.utility-inner a{text-decoration:none;color:#fff;font-weight:800}.site-header{position:sticky;top:0;z-index:70;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--navy)}.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;font-weight:950}.brand strong{display:block;font-size:1.22rem;color:var(--blue)}.brand em{display:block;font-style:normal;font-size:.74rem;color:var(--muted);font-weight:800}.nav-links{display:flex;align-items:center;gap:.35rem;font-size:.9rem}.nav-links>a,.nav-trigger{border:0;background:transparent;text-decoration:none;font:inherit;font-weight:850;color:#25364c;padding:.8rem .62rem;border-radius:8px;min-height:44px;cursor:pointer}.nav-links>a:hover,.nav-trigger:hover,.has-mega.open .nav-trigger{background:var(--soft);color:var(--blue)}.nav-cta{margin-left:.3rem}.has-mega{position:relative}.mega-menu{position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%,8px);width:min(980px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:1rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.has-mega.open .mega-menu,.has-mega:focus-within .mega-menu,.has-mega:hover .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.mega-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.mega-menu a{display:block;text-decoration:none;color:#22344b;padding:.46rem .55rem;border-radius:8px;font-weight:750}.mega-menu a:hover{background:var(--soft);color:var(--blue)}.mega-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:var(--blue);margin:0 0 .35rem}.mega-main{background:var(--soft);font-weight:950!important}.mega-cta{background:linear-gradient(135deg,var(--navy),#0d356d);color:#fff;border-radius:14px;padding:1rem}.mega-cta p{color:#d7e8fb}.mega-cta .btn{width:100%;margin:.4rem 0}.mega-all{color:#fff!important;border:1px solid rgba(255,255,255,.2);text-align:center}.mega-card{border:1px solid var(--line);min-height:120px}.mega-card span{display:block;color:var(--muted);font-weight:600;font-size:.86rem;margin-top:.3rem}.menu-button{display:none;background:#fff;border:1px solid var(--line);width:46px;height:46px;border-radius:10px}.menu-button span:not(.sr-only){display:block;width:20px;height:2px;background:var(--navy);margin:4px auto}.hero{position:relative;padding:84px 0 64px;background:radial-gradient(circle at 86% 14%,rgba(85,216,255,.2),transparent 26%),radial-gradient(circle at 20% 80%,rgba(22,119,255,.18),transparent 26%),linear-gradient(135deg,#06172e,#0b2444 56%,#0f356d);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,#000,transparent 82%)}.hero .container{position:relative}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:3rem;align-items:center}.hero h1{max-width:720px}.hero h1 span{display:block}.hero-kicker{font-size:clamp(1.55rem,3vw,2.35rem);font-weight:950;margin-bottom:1rem}.trust-badges{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1.3rem}.trust-badges span{border:1px solid rgba(255,255,255,.18);background:#ffffff14;border-radius:999px;padding:.45rem .7rem;font-weight:850;color:#e9f5ff}.hero-visual{position:relative;min-height:470px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:linear-gradient(145deg,#ffffff21,#ffffff0a);padding:1rem;box-shadow:0 32px 90px #0000004d;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 180deg,transparent,rgba(85,216,255,.25),transparent 34%);animation:slowspin 14s linear infinite}.dashboard{position:relative;height:100%;min-height:435px;border-radius:18px;background:#071a34;border:1px solid rgba(255,255,255,.12);padding:1rem;display:grid;gap:1rem;overflow:hidden}.dash-top{height:42px;border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:var(--blue-2)}.widget-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.metric,.phone-preview{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1rem}.metric strong{display:block}.status{display:flex;align-items:center;gap:.4rem;color:#c9f6dd;font-weight:850}.status:before{content:"";width:9px;height:9px;border-radius:50%;background:#32d583;box-shadow:0 0 18px #32d583}.bars{display:grid;gap:.55rem}.bar{height:12px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--blue-2));width:var(--w)}.skyline{height:72px;display:flex;align-items:end;gap:6px;margin-top:auto}.skyline i{display:block;flex:1;background:linear-gradient(180deg,#2e8cff,#0f3d79);border-radius:4px 4px 0 0;height:var(--h);opacity:.75}.phone-preview{position:absolute;right:1rem;bottom:1rem;width:148px;background:#092447}.contact-strip{margin-top:-28px;position:relative;z-index:3}.contact-strip .card{display:flex;justify-content:space-between;gap:1rem;align-items:center;box-shadow:var(--shadow)}.service-card{position:relative;min-height:238px}.service-card small{display:block;color:var(--blue);font-weight:950;margin-top:1rem}.price-card{position:relative;padding:1.45rem}.price-card.popular{border:2px solid var(--blue);box-shadow:0 18px 55px #1677ff24}.badge{display:inline-flex;border-radius:999px;background:#e9f3ff;color:#075dcc;font-weight:950;padding:.28rem .6rem;font-size:.78rem}.project-card{background:linear-gradient(135deg,var(--navy),#0d356d);color:#fff}.timeline{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:0;counter-reset:step;overflow-x:auto;padding-bottom:.5rem}.timeline-step{position:relative;padding:0 1rem 0 0}.timeline-step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:950;margin-bottom:.8rem;box-shadow:0 0 0 7px #e9f3ff}.timeline-step:not(:last-child):after{content:"";position:absolute;top:19px;left:38px;right:0;height:2px;background:var(--line)}.trust-strip{background:linear-gradient(135deg,var(--navy),#082958);color:#fff}.trust-item{display:flex;gap:.8rem;align-items:flex-start}.article-card{overflow:hidden;padding:0}.article-art{height:150px;background:radial-gradient(circle at 75% 25%,rgba(85,216,255,.55),transparent 28%),linear-gradient(135deg,#071a34,#0d4b91);display:flex;align-items:end;padding:1rem;color:#fff}.article-body{padding:1rem}.faq-list details{border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:.75rem;padding:1rem}.faq-list summary{cursor:pointer;font-weight:950}.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#06172e,#0d356d);color:#fff}.final-cta:after{content:"";position:absolute;right:2rem;bottom:-2rem;width:220px;height:220px;border-radius:50%;border:28px solid rgba(85,216,255,.18)}.form{display:grid;gap:.85rem}.field{display:grid;gap:.3rem}.field label{font-weight:850}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:.9rem;font:inherit;background:#fff}.field textarea{min-height:140px}.hint{font-size:.9rem;color:var(--muted)}.hp{position:absolute;left:-9999px}.error{color:#a40016;font-weight:800}.success{border:1px solid #94d9b8;background:#ecfff5;color:#075536;padding:1rem;border-radius:8px}.breadcrumbs{font-size:.92rem;color:var(--muted);margin:1rem 0}.breadcrumbs a{text-decoration:none;color:var(--blue);font-weight:850}.toc{border-left:3px solid var(--blue);padding-left:1rem}.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid var(--line);padding:.85rem;text-align:left}.directory-tools{position:sticky;top:118px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:1rem;box-shadow:var(--shadow-soft)}.directory-list{columns:3 260px}.directory-list a{display:block;break-inside:avoid;padding:.35rem 0;font-weight:750;color:#20354e}.mobile-contact{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);display:none;z-index:60;padding:.4rem env(safe-area-inset-right) calc(.4rem + env(safe-area-inset-bottom)) env(safe-area-inset-left);box-shadow:0 -12px 30px #06172e1f}.mobile-contact a{min-height:44px;flex:1;text-align:center;text-decoration:none;font-weight:950;color:var(--navy);display:grid;place-items:center;font-size:.9rem}.footer{background:#06111f;color:#d8e7f7;padding:70px 0 92px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:2rem}.footer h3{color:#fff}.footer a{display:block;color:#d8e7f7;text-decoration:none;margin:.45rem 0}.footer a:hover{color:#fff}.footer-brand{margin-bottom:1rem}.footer-social{font-size:.9rem;color:#9db4ce}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.footer-bottom a{display:inline;margin:0}.fade-up{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.fade-up.in-view{opacity:1;transform:none}:focus-visible{outline:3px solid var(--blue-2);outline-offset:3px}@keyframes slowspin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.fade-up{opacity:1;transform:none}}@media (max-width:1080px){.nav-links{gap:.15rem;font-size:.84rem}.nav-links>a,.nav-trigger{padding:.7rem .45rem}.mega-grid,.mega-grid.compact,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){body{padding-bottom:64px}.utility-bar{display:none}.nav{min-height:68px}.menu-button{display:block}.nav-links{display:none}.nav-links.open{display:grid;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);padding:1rem;max-height:calc(100vh - 68px);overflow:auto;box-shadow:var(--shadow)}.nav-links>a,.nav-trigger{width:100%;text-align:left;font-size:1rem}.has-mega{width:100%}.mega-menu{position:static;width:100%;transform:none!important;box-shadow:none;border-radius:10px;margin:.25rem 0 .75rem;padding:.75rem;display:none;opacity:1;visibility:visible;pointer-events:auto}.has-mega.open .mega-menu{display:block}.has-mega:hover .mega-menu{display:none}.has-mega.open:hover .mega-menu{display:block}.mega-grid,.mega-grid.compact{grid-template-columns:1fr}.hero{padding:46px 0 52px}.hero-grid,.grid.two,.grid.three,.grid.four,.grid.five{grid-template-columns:1fr}.hero h1{font-size:clamp(2.55rem,13vw,3.25rem)}.hero-kicker{font-size:1.45rem}.hero-visual{min-height:330px}.dashboard{min-height:300px}.phone-preview{display:none}.widget-grid{grid-template-columns:1fr}.contact-strip .card{align-items:flex-start;flex-direction:column}.section{padding:58px 0}.actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.actions .btn:first-child,.actions .btn:last-child{grid-column:1 / -1}.timeline{display:grid;grid-template-columns:1fr;gap:1rem;overflow:visible}.timeline-step{padding-left:3.4rem}.timeline-step:before{position:absolute;left:0;top:0}.timeline-step:not(:last-child):after{left:19px;top:38px;bottom:-1rem;right:auto;width:2px;height:auto}.directory-tools{position:static}.directory-list{columns:1}.mobile-contact{display:flex}.footer-grid{grid-template-columns:1fr}.table,.table tbody,.table tr,.table th,.table td{display:block;width:100%}.table tr{border:1px solid var(--line);margin-bottom:.75rem}.table th,.table td{border:0}.container{width:min(100% - 28px,1180px)}}@media (max-width:430px){body{font-size:16px}.actions{grid-template-columns:1fr}.hero h1{font-size:2.65rem}.btn{width:100%}.trust-badges span{width:100%;text-align:center}.mobile-contact a{font-size:.82rem}.card{padding:1rem}}.motion-ready .fade-up,.motion-ready .reveal,.motion-ready .reveal-up,.motion-ready .reveal-down,.motion-ready .reveal-left,.motion-ready .reveal-right,.motion-ready .reveal-scale,.motion-ready .reveal-fade,.motion-ready .stagger-item{opacity:0;will-change:transform,opacity;transition-property:opacity,transform;transition-duration:var(--motion-slow);transition-timing-function:var(--ease-out)}.motion-ready .fade-up,.motion-ready .reveal-up{transform:translateY(var(--reveal-distance))}.motion-ready .reveal-down{transform:translateY(calc(var(--reveal-distance) * -1))}.motion-ready .reveal-left{transform:translate(calc(var(--reveal-distance) * -1))}.motion-ready .reveal-right{transform:translate(var(--reveal-distance))}.motion-ready .reveal-scale{transform:scale(.975)}.motion-ready .reveal-fade{transform:none}.motion-ready .stagger-item{transition-delay:calc(min(var(--stagger-index,0),12)*65ms)}.motion-ready .in-view{opacity:1;transform:none;will-change:auto}.hero .eyebrow{transition-delay:40ms}.hero h1{transition-delay:.11s}.hero .hero-kicker,.hero .lead{transition-delay:.18s}.hero .actions{transition-delay:.25s}.hero .trust-badges{transition-delay:.33s}.hero .hero-visual{transition-delay:.22s}.hero:before{animation:hero-grid-drift 18s var(--ease-standard) infinite alternate}.hero-visual:before{animation:slowspin 18s linear infinite}.bar{transform-origin:left;animation:bar-load .9s var(--ease-out) both}.bar:nth-child(2){animation-delay:.12s}.bar:nth-child(3){animation-delay:.22s}.skyline i{animation:skyline-rise .7s var(--ease-out) both}.skyline i:nth-child(2n){animation-delay:90ms}.skyline i:nth-child(3n){animation-delay:.15s}.btn{transition:transform var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard),background var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard)}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-120%);transition:transform var(--motion-slow) var(--ease-out);pointer-events:none}.btn:hover:before{transform:translate(120%)}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px #06172e1f}.btn:active{transform:translateY(0) scale(.99)}.btn.is-loading{cursor:progress;opacity:.82}.card,.directory-tools,.mobile-contact{transition:transform var(--motion-normal) var(--ease-out),box-shadow var(--motion-normal) var(--ease-out),border-color var(--motion-normal) var(--ease-out),background var(--motion-normal) var(--ease-out)}.hover-lift:hover{transform:translateY(var(--hover-lift));box-shadow:var(--shadow-soft);border-color:#c3d8ef}.hover-glow:hover{box-shadow:0 18px 50px #1677ff2e}.card:hover .icon,.trust-item:hover .icon{transform:translateY(-2px) scale(1.03);box-shadow:0 18px 36px #1677ff47}.icon{transition:transform var(--motion-normal) var(--ease-out),box-shadow var(--motion-normal) var(--ease-out)}.article-card .article-art,.image-zoom img{transition:transform var(--motion-slow) var(--ease-out)}.article-card:hover .article-art,.image-zoom:hover img{transform:scale(1.035)}.site-header{transition:box-shadow var(--motion-normal) var(--ease-out),background var(--motion-normal) var(--ease-out),border-color var(--motion-normal) var(--ease-out)}.site-header.is-scrolled{background:#fffffffb;box-shadow:0 12px 32px #06172e14;border-color:#bed2e8e6}.utility-inner a{transition:color var(--motion-fast) var(--ease-standard)}.utility-inner a:hover{color:var(--blue-2)}.brand,.brand-mark{transition:transform var(--motion-fast) var(--ease-standard),box-shadow var(--motion-normal) var(--ease-out)}.brand:hover{transform:translateY(-1px)}.brand:hover .brand-mark{transform:scale(1.03);box-shadow:0 10px 26px #1677ff47}.nav-links>a:not(.btn),.nav-trigger{position:relative;transition:background var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard)}.nav-links>a:not(.btn):after,.nav-trigger:after{content:"";position:absolute;left:.7rem;right:.7rem;bottom:.35rem;height:2px;border-radius:99px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform var(--motion-fast) var(--ease-standard)}.nav-links>a:not(.btn):hover:after,.nav-trigger:hover:after,.has-mega.open .nav-trigger:after{transform:scaleX(1)}.mega-menu{transform:translate(-50%,10px) scale(.985);transition:opacity var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out),visibility var(--motion-fast)}.has-mega.open .mega-menu,.has-mega:focus-within .mega-menu,.has-mega:hover .mega-menu{transform:translate(-50%) scale(1)}.mega-grid>div,.mega-grid>a{opacity:0;transform:translateY(6px);transition:opacity var(--motion-normal) var(--ease-out),transform var(--motion-normal) var(--ease-out)}.has-mega.open .mega-grid>*,.has-mega:hover .mega-grid>*,.has-mega:focus-within .mega-grid>*{opacity:1;transform:none}.mega-grid>*:nth-child(2){transition-delay:45ms}.mega-grid>*:nth-child(3){transition-delay:90ms}.mega-grid>*:nth-child(4){transition-delay:135ms}.mega-grid>*:nth-child(5){transition-delay:.18s}.mega-menu a{transition:background var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard),transform var(--motion-fast) var(--ease-standard)}.mega-menu a:hover{transform:translate(2px)}.menu-button{transition:background var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard)}.menu-button span:not(.sr-only){transition:transform var(--motion-fast) var(--ease-standard),opacity var(--motion-fast) var(--ease-standard)}.menu-button.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.motion-details{overflow:hidden;transition:border-color var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard),background var(--motion-fast) var(--ease-standard)}.motion-details[open]{box-shadow:var(--shadow-soft);border-color:#c3d8ef}.motion-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.motion-details summary::-webkit-details-marker{display:none}.motion-details summary:after{content:"";width:.62rem;height:.62rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform var(--motion-fast) var(--ease-standard)}.motion-details[open] summary:after{transform:rotate(225deg)}.motion-details[open] p,.motion-details[open] ul,.motion-details[open] ol{animation:accordion-in var(--motion-normal) var(--ease-out) both}.field input,.field select,.field textarea{transition:border-color var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard),background var(--motion-fast) var(--ease-standard)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #1677ff1f}.form-message{animation:message-in var(--motion-normal) var(--ease-out) both}.form.has-error input:invalid,.form.has-error textarea:invalid,.form.has-error select:invalid{border-color:#c91f37;box-shadow:0 0 0 4px #c91f371a}.checkmark{display:inline-grid;place-items:center;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--ok);color:#fff;margin-right:.4rem;animation:check-pop var(--motion-normal) var(--ease-out) both}.back-to-top{position:fixed;right:1rem;bottom:5.1rem;z-index:65;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);box-shadow:var(--shadow-soft);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity var(--motion-fast) var(--ease-standard),transform var(--motion-fast) var(--ease-standard),background var(--motion-fast) var(--ease-standard);font-weight:950}.back-to-top.is-visible{opacity:1;transform:none;pointer-events:auto}.back-to-top:hover{background:var(--soft)}@keyframes hero-grid-drift{0%{background-position:0 0,0 0}to{background-position:24px 18px,18px 24px}}@keyframes bar-load{0%{transform:scaleX(.15);opacity:.55}to{transform:scaleX(1);opacity:1}}@keyframes skyline-rise{0%{transform:scaleY(.45);opacity:.25}to{transform:scaleY(1);opacity:.75}}@keyframes accordion-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes message-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes check-pop{0%{transform:scale(.72);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:920px){html{scroll-padding-top:78px}.motion-ready .fade-up,.motion-ready .reveal,.motion-ready .reveal-up,.motion-ready .reveal-down,.motion-ready .reveal-left,.motion-ready .reveal-right,.motion-ready .reveal-scale,.motion-ready .reveal-fade,.motion-ready .stagger-item{transition-duration:.36s}.motion-ready .fade-up,.motion-ready .reveal-up{transform:translateY(10px)}.nav-links{display:grid;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out)}.nav-links.open{opacity:1;transform:none;pointer-events:auto}.mega-grid>div,.mega-grid>a{opacity:1;transform:none;transition:none}.hero:before,.hero-visual:before{animation:none}.back-to-top{bottom:4.8rem}.mobile-contact{transition:transform var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard)}.mobile-contact:focus-within{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.motion-ready .fade-up,.motion-ready .reveal,.motion-ready .reveal-up,.motion-ready .reveal-down,.motion-ready .reveal-left,.motion-ready .reveal-right,.motion-ready .reveal-scale,.motion-ready .reveal-fade,.motion-ready .stagger-item{opacity:1!important;transform:none!important;transition:none!important}.hero:before,.hero-visual:before,.bar,.skyline i{animation:none!important}.mega-grid>div,.mega-grid>a{opacity:1!important;transform:none!important;transition:none!important}.btn:before{display:none}.back-to-top,.site-header,.mega-menu,.nav-links,.card,.btn,.icon,.field input,.field select,.field textarea{transition:none!important}}.fade-up{opacity:1;transform:none}.enterprise-announce{background:#031026;color:#dbeeff;border-bottom:1px solid rgba(255,255,255,.08)}.enterprise-announce-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.86rem;font-weight:850}.enterprise-announce a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(85,216,255,.65)}.enterprise-hero{position:relative;overflow:hidden;padding:86px 0 72px;background:radial-gradient(circle at 78% 12%,rgba(85,216,255,.2),transparent 28%),radial-gradient(circle at 12% 90%,rgba(22,119,255,.22),transparent 28%),linear-gradient(135deg,#06172e,#081f40 58%,#0f356d);color:#fff}.enterprise-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(180deg,#000,transparent 86%)}.enterprise-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:3rem;align-items:center}.enterprise-hero h1{max-width:840px}.enterprise-console{border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(145deg,#ffffff1f,#ffffff0d);box-shadow:0 30px 90px #0000004d;padding:1rem;overflow:hidden}.console-top{display:flex;align-items:center;gap:.48rem;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.12);color:#dcecff}.console-top span{width:10px;height:10px;border-radius:999px;background:var(--blue-2)}.console-top strong{margin-left:.35rem;font-size:.9rem}.console-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:1rem 0}.console-grid div,.enterprise-console pre{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#020e20b8;padding:1rem}.console-grid small{display:block;color:#9fc7ec;text-transform:uppercase;font-weight:900;font-size:.7rem;letter-spacing:.08em}.console-grid strong{display:block;color:#fff}.enterprise-console pre{white-space:pre-wrap;margin:0;color:#c7f6ff;font:700 .9rem/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.enterprise-contact-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.section-heading{max-width:780px;margin-bottom:1.45rem}.section-heading.center{margin-inline:auto;text-align:center}.section-heading .muted{font-size:1.04rem}.enterprise-step-list{display:grid;gap:.75rem}.enterprise-step-list div{display:flex;align-items:center;gap:.85rem;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.8rem 1rem}.enterprise-step-list span{width:32px;height:32px;border-radius:999px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.enterprise-price{display:block;font-size:1.35rem;line-height:1.15;color:var(--blue);margin:.85rem 0;font-weight:950}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.table-wrap .table{margin:0;min-width:760px}.enterprise-tag-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.enterprise-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.enterprise-stat-grid strong{display:block;font-size:2.1rem;line-height:1;color:var(--blue)}.enterprise-stat-grid span{display:block;color:var(--muted);font-weight:850;margin-top:.35rem}.enterprise-chip-list{display:flex;flex-wrap:wrap;gap:.55rem}.enterprise-chip-list span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.48rem .75rem;font-weight:850;color:#20354e}.enterprise-graph{display:flex;flex-wrap:wrap;gap:.7rem;align-content:center;min-height:280px}.enterprise-graph span{border:1px solid rgba(255,255,255,.16);background:#ffffff14;border-radius:999px;padding:.62rem .85rem;font-weight:900}@media (max-width:920px){.enterprise-hero{padding:54px 0}.enterprise-hero-grid,.enterprise-contact-card{grid-template-columns:1fr;display:grid}.enterprise-console{border-radius:16px}.console-grid,.enterprise-tag-grid,.enterprise-stat-grid{grid-template-columns:1fr}.enterprise-contact-card .actions{display:grid;width:100%}.table-wrap .table{min-width:0}}:root{--v2-bg:#040b16;--v2-panel:#091a32;--v2-blue:#1597ff;--v2-cyan:#5fd8ff;--v2-gold:#d8a643;--v2-text:#edf7ff;--v2-muted:#a9bdd4}.btn{position:relative;overflow:hidden}.v2-header{position:sticky;top:0;background:#040b165c;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v2-header.is-scrolled{background:#040b16db;box-shadow:0 18px 48px #00000047;border-color:#5fd8ff29}.v2-utility{background:#031025;border-bottom:1px solid rgba(255,255,255,.08);color:#dcecff}.v2-utility .utility-inner{min-height:38px;font-size:.82rem}.v2-utility span{display:inline-flex;align-items:center;gap:.35rem;font-weight:850}.v2-utility span:before{content:"";width:7px;height:7px;border-radius:99px;background:var(--v2-cyan);box-shadow:0 0 15px var(--v2-cyan)}.v2-utility a{color:#fff}.utility-pill{padding:.45rem .75rem;border-radius:999px;background:linear-gradient(135deg,var(--v2-blue),#0066dd);box-shadow:0 10px 26px #1597ff3d}.v2-nav{min-height:78px}.v2-brand{color:#fff;gap:.82rem}.brand-logo-crop{width:44px;height:44px;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:#040a13;border:1px solid rgba(216,166,67,.38);box-shadow:0 0 28px #d8a6432e}.brand-logo-crop img{width:120px;max-width:none;height:120px;object-fit:cover;object-position:center 37%;transform:scale(1.08)}.v2-brand strong{font-size:1.12rem;color:#fff;letter-spacing:.06em}.v2-brand em{font-size:.66rem;color:#9fb7d0;letter-spacing:.12em}.v2-nav-links{gap:.18rem}.v2-nav-links>a,.v2-nav-links .nav-trigger{color:#dbe9f7;font-weight:900;font-size:.82rem;text-transform:none}.v2-nav-links>a:hover,.v2-nav-links .nav-trigger:hover,.v2-nav-links .has-mega.open .nav-trigger{background:#ffffff14;color:#fff}.nav-search{width:38px;height:38px;display:grid!important;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:1.2rem}.v2-mega{background:#051021fa;border-color:#5fd8ff2e;color:#fff;border-radius:8px}@media (min-width:921px){.v2-mega{position:fixed;left:50%;top:116px;max-width:calc(100vw - 32px);transform:translate(-50%,8px)}.has-mega.open .v2-mega,.has-mega:focus-within .v2-mega,.has-mega:hover .v2-mega{transform:translate(-50%)}}.v2-mega-layout{display:grid;grid-template-columns:1.05fr 1.2fr .85fr;gap:1rem}.mega-panel-intro,.mega-support-card{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:1rem;background:linear-gradient(145deg,#ffffff17,#ffffff09)}.mega-panel-intro h3,.mega-panel-intro .mega-heading,.mega-support-card strong{color:#fff}.mega-panel-intro p,.mega-support-card span{color:#aac4dc}.mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.mega-link-grid a,.mega-support-card a{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#eaf6ff!important;padding:.7rem;border-radius:7px;display:flex;justify-content:space-between;gap:.7rem}.mega-link-grid a:hover,.mega-support-card a:hover{background:#1597ff29;transform:translateY(-1px)}.home-v2-hero{position:relative;min-height:760px;margin-top:-116px;padding:180px 0 88px;background:var(--v2-bg);color:#fff;overflow:hidden}.home-v2-media{position:absolute;inset:0;overflow:hidden}.home-v2-media video,.home-v2-media picture,.home-v2-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-v2-media img{object-position:center top;filter:saturate(1.08) contrast(1.05)}.home-v2-media picture{opacity:.56}.home-v2-media video{z-index:2;opacity:.62}.home-v2-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#030a16f5,#040e1dc7 42%,#040c186b),linear-gradient(180deg,#030a16a8,#030a163d 48%,#06101f 96%),radial-gradient(circle at 74% 42%,rgba(21,151,255,.3),transparent 24%)}.home-v2-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:center;gap:3rem;min-height:560px}.home-v2-copy{max-width:650px}.home-v2-eyebrow{margin:0 0 .85rem;color:var(--v2-cyan);font-size:.75rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.home-v2-eyebrow.center{text-align:center}.home-v2-hero h1{font-size:clamp(3.15rem,6.7vw,5.85rem);line-height:.94;margin-bottom:1.15rem;letter-spacing:0;text-transform:uppercase}.home-v2-hero h1 span{display:block;color:#36aeff;text-shadow:0 0 38px rgba(21,151,255,.34)}.home-v2-lead{font-size:1.1rem;line-height:1.74;color:#d5e7f8;max-width:610px}.home-v2-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin:1.35rem 0}.home-v2-trust span{border:1px solid rgba(255,255,255,.13);background:#ffffff14;border-radius:8px;padding:.72rem .78rem;font-size:.82rem;font-weight:900;color:#eaf7ff;backdrop-filter:blur(10px)}.home-v2-trust span:before{content:"✓";color:#68e7a6;margin-right:.35rem}.home-v2-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.1rem}.home-v2-actions .btn{min-height:48px;border-radius:8px;padding:.82rem 1rem}.home-v2-note{margin-top:.9rem;color:#9fbedb;font-size:.92rem}.home-v2-visual{position:relative;min-height:480px}.home-v2-logo-orbit{position:absolute;right:4%;top:8%;width:min(390px,72vw);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(21,151,255,.34),rgba(21,151,255,.08) 42%,transparent 70%);filter:drop-shadow(0 0 60px rgba(21,151,255,.36))}.home-v2-logo-orbit img{width:116%;height:116%;object-fit:cover;object-position:center 31%;mix-blend-mode:screen;opacity:.86;clip-path:circle(38% at 50% 38%)}.home-v2-logo-orbit:before,.home-v2-logo-orbit:after{content:"";position:absolute;inset:12%;border:1px solid rgba(95,216,255,.28);border-radius:50%;animation:homePulse 3.8s ease-in-out infinite}.home-v2-logo-orbit:after{inset:0;border-color:#d8a6432e;animation-delay:1.2s}.home-v2-engineer-card,.home-v2-review{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#051224c2;box-shadow:0 24px 70px #00000047;backdrop-filter:blur(14px)}.home-v2-engineer-card{right:0;top:18px;padding:1rem;width:210px}.home-v2-engineer-card span{display:block;color:#7de4ff;font-size:.78rem;font-weight:900;text-transform:uppercase}.home-v2-engineer-card strong{display:block;line-height:1.2}.home-v2-review{right:7%;bottom:20px;width:310px;padding:1.05rem}.home-v2-review strong{display:block;font-size:1.02rem;line-height:1.35}.home-v2-review span{color:#ffd36b;letter-spacing:.1em}.home-v2-review p{margin:.35rem 0 0;color:#b7cce2}.home-v2-services{background:#06101f;color:#fff;padding-top:72px}.home-v2-services h2{text-align:center;text-transform:uppercase;font-size:clamp(2rem,4.8vw,4rem);max-width:860px;margin:0 auto 2rem}.home-v2-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.home-v2-service-card{position:relative;min-height:260px;border-radius:8px;overflow:hidden;padding:1rem;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000038;background:linear-gradient(180deg,#030b1814,#030b18e6),radial-gradient(circle at calc(20% + (var(--i) * 7%)) 18%,rgba(95,216,255,.28),transparent 28%),linear-gradient(135deg,#12233b,#071223 62%,#0a2d57)}.home-v2-service-card:before{content:"";position:absolute;inset:0;background-image:url(/assets/approved/homepage-desktop-reference.png);background-size:900px auto;background-position:center calc(-210px - (var(--i) * 22px));opacity:.18;transition:transform .45s ease,opacity .45s ease}.home-v2-service-card:hover:before{transform:scale(1.05);opacity:.28}.home-v2-card-number{position:absolute;top:0;left:1rem;background:#0e8df5;padding:.45rem .6rem;border-radius:0 0 7px 7px;font-weight:950}.home-v2-card-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);font-weight:950;z-index:1}.home-v2-service-card h3,.home-v2-service-card p,.home-v2-card-arrow{position:relative;z-index:1}.home-v2-service-card h3{font-size:1.25rem;margin:.9rem 0 .45rem}.home-v2-service-card p{font-size:.82rem;color:#c5d9ed;margin:0}.home-v2-card-arrow{position:absolute;right:1rem;bottom:1rem;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#1597ffe6;font-weight:950}.home-v2-service-card:hover{transform:translateY(-4px);border-color:#5fd8ff6b}.home-v2-stats{background:linear-gradient(90deg,#06101f,#0a2448,#06101f);color:#fff;padding:24px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.home-v2-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;text-align:center}.home-v2-stat-grid div{border-right:1px solid rgba(255,255,255,.12)}.home-v2-stat-grid div:last-child{border-right:0}.home-v2-stat-grid strong{display:block;font-size:2rem;line-height:1;color:#fff}.home-v2-stat-grid span{display:block;color:#a8c2dc;font-weight:850;font-size:.82rem;margin-top:.35rem}.home-v2-proof{background:#071321;color:#fff}.home-v2-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.home-v2-about,.home-v2-articles{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(145deg,#ffffff12,#ffffff06);padding:2rem}.home-v2-about h2,.home-v2-articles h2{font-size:clamp(1.9rem,3vw,3rem)}.home-v2-about p,.home-v2-about li{color:#bfd3e7}.home-v2-video-tile{min-height:150px;border-radius:8px;margin-top:1.3rem;background:linear-gradient(135deg,#1597ff61,#051224e6),url(/assets/approved/homepage-desktop-reference.png) center -760px/900px auto;border:1px solid rgba(95,216,255,.18);display:flex;align-items:center;gap:1rem;padding:1.2rem}.home-v2-video-tile span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0a66d0}.home-v2-article-list{display:grid;gap:.85rem}.home-v2-article-list a{display:block;text-decoration:none;color:#fff;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0e}.home-v2-article-list a:hover{background:#1597ff1f;transform:translateY(-2px)}.home-v2-article-list span{display:block;color:#7de4ff;font-size:.76rem;font-weight:950;text-transform:uppercase}.home-v2-article-list strong{display:block;margin:.22rem 0;font-size:1.06rem}.home-v2-article-list p{margin:0;color:#b7cce2}.home-v2-tech{background:#fff;padding:22px 0;border-bottom:1px solid #e3edf7}.home-v2-tech-row{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.75rem;align-items:center;text-align:center}.home-v2-tech-row span{font-weight:950;color:#6a7787;filter:grayscale(1);font-size:.9rem}.home-v2-industries{background:#f5f8fc;color:#0b1b2d}.home-v2-industries-grid{display:grid;grid-template-columns:1fr .8fr;gap:2rem;align-items:start}.home-v2-industries h2{max-width:720px}.home-v2-industry-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1.5rem}.home-v2-industry-list a{text-decoration:none;color:#0b1b2d;background:#fff;border:1px solid #dde8f4;border-radius:8px;padding:1rem;font-weight:950;box-shadow:0 12px 30px #06172e0f}.home-v2-industry-list a:hover{transform:translateY(-3px);border-color:#b9d6f3}.home-v2-industry-list span{color:#1597ff;margin-right:.5rem}.home-v2-testimonial{border-radius:8px;background:#fff;border:1px solid #dde8f4;box-shadow:0 24px 70px #06172e1f;padding:1.6rem}.home-v2-avatar{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1597ff,#5fd8ff);color:#fff;font-weight:950;margin-bottom:1rem}.home-v2-testimonial strong{display:block;font-size:1.4rem;line-height:1.35;color:#10243b}.home-v2-testimonial p{color:#637187;margin:.75rem 0}.home-v2-testimonial span{color:#d8a643;letter-spacing:.12em}.v2-footer{background:#050c17;padding-top:0}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem;margin-bottom:56px;border:1px solid rgba(95,216,255,.18);border-radius:8px;background:linear-gradient(135deg,#0b2549,#071321);box-shadow:0 26px 80px #0000003d}.footer-cta h2{font-size:clamp(1.6rem,3vw,2.6rem);color:#fff;margin:0}.footer-cta-actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:flex-end}.footer-company{position:relative;overflow:hidden}.footer-logo-watermark{width:148px;height:84px;overflow:hidden;opacity:.18;margin-top:1rem}.footer-logo-watermark img{width:170px;max-width:none;height:170px;object-fit:cover;object-position:center 34%;clip-path:circle(38% at 50% 36%)}.v2-mobile-contact a:nth-child(3){color:#128c7e}.v2-mobile-contact a:last-child{background:#0d7df2;color:#fff;border-radius:8px}@keyframes homePulse{0%,to{transform:scale(.96);opacity:.5}50%{transform:scale(1.04);opacity:1}}@media (max-width:1080px){.v2-nav-links>a,.v2-nav-links .nav-trigger{font-size:.76rem;padding:.75rem .42rem}.home-v2-service-grid,.home-v2-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v2-tech-row{grid-template-columns:repeat(5,minmax(0,1fr))}}.home-v6-steps li:not(:last-child):after{content:"↓"!important}.home-v6-care{padding:5.5rem 0;background:#fff}.home-v6-care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-v6-care-card{border:1px solid var(--v6-line);background:#fff;padding:1.45rem;min-height:330px;display:flex;flex-direction:column;gap:.75rem}.home-v6-care-card.is-featured{border-color:#115eb159}.home-v6-care-card span{color:var(--v6-blue);font-size:.78rem;font-weight:820}.home-v6-care-card h3{margin:0;color:var(--v6-navy);font-size:1.15rem}.home-v6-care-card strong{color:var(--v6-navy);font-size:1.45rem}.home-v6-care-card p{margin:0;color:var(--v6-muted);line-height:1.55}.home-v6-care-card ul{margin:.2rem 0 0;padding-left:1.05rem;color:var(--v6-ink);line-height:1.7}.home-v6-care-note{max-width:760px;margin:1.25rem 0 0;color:var(--v6-muted);line-height:1.6}.final-division-hero,.final-division-search,.final-division-section,.final-division-care,.final-division-contact{padding:5rem 0;background:#fff}.final-division-hero{padding-top:4rem}.final-soft,.final-division-search,.final-division-care{background:var(--v6-soft)}.final-division-hero-grid,.final-division-contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:clamp(2rem,5vw,5rem);align-items:center}.final-division-copy h1{margin:.4rem 0 1rem;max-width:680px;color:var(--v6-navy);font-size:clamp(2.6rem,5vw,4.7rem);line-height:.98;letter-spacing:0}.final-division-lead,.final-division-section-head p,.final-division-copy p,.final-division-contact p{color:var(--v6-muted);line-height:1.65}.final-division-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0}.final-trustline,.final-security-note,.final-division-care-note{border-left:3px solid var(--v6-blue);padding:.9rem 1rem;background:#fff;color:var(--v6-ink);line-height:1.6}.final-actions,.final-contact-methods{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.35rem}.final-division-search-box{display:grid;grid-template-columns:1fr auto;border:1px solid var(--v6-line);background:#fff;max-width:820px}.final-division-search-box input{min-height:58px;border:0;padding:0 1rem;font:inherit}.final-division-search-box button{border:0;background:var(--v6-blue);color:#fff;padding:0 1.4rem;font-weight:820}.final-subcategory-grid,.final-problem-grid,.final-care-grid,.final-other-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.final-care-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.final-mini-card,.final-problem-card,.final-care-card,.final-other-card{border:1px solid var(--v6-line);background:#fff;padding:1.15rem;text-decoration:none;color:var(--v6-ink)}.final-mini-card{display:flex;flex-direction:column;min-height:100%}.final-mini-card img{display:block;width:100%;height:138px;object-fit:cover;margin:-1.15rem -1.15rem 1rem;width:calc(100% + 2.3rem)}.final-mini-card span,.final-problem-card span,.final-other-card span{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--v6-line);color:var(--v6-blue);margin-bottom:.8rem;font-weight:820}.final-mini-card h3,.final-problem-card h3,.final-care-card h3{margin:0 0 .45rem;color:var(--v6-navy);font-size:1.04rem}.final-mini-card p,.final-problem-card p,.final-care-card p,.final-other-card p{margin:0;color:var(--v6-muted);line-height:1.5}.final-mini-card a{margin-top:auto;padding-top:.85rem;color:var(--v6-blue);font-weight:820;text-decoration:none}.final-care-option{margin-top:1rem;border-top:1px solid var(--v6-line);padding-top:1rem}.final-care-option strong{display:block;color:var(--v6-navy);margin-bottom:.35rem}.printer-problem-card{display:flex;flex-direction:column;padding:0;overflow:hidden}.printer-problem-card img{display:block;width:100%;height:150px;object-fit:cover}.printer-problem-card div{display:flex;flex:1;flex-direction:column;padding:1rem}.printer-problem-card strong{margin-top:auto;padding-top:.85rem;color:var(--v6-blue);font-size:.95rem}.final-steps{margin:1.5rem 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--v6-line);background:#fff}.final-steps li{padding:1.2rem;min-height:150px;border-right:1px solid var(--v6-line)}.final-steps li:last-child{border-right:0}.final-steps span{display:block;color:var(--v6-blue);font-weight:820;margin-bottom:1.8rem}.final-steps strong{display:block;color:var(--v6-navy);line-height:1.3}.final-faq-list details{border:1px solid var(--v6-line);background:#fff;padding:1rem;margin-bottom:.75rem}.final-faq-list summary{cursor:pointer;color:var(--v6-navy);font-weight:820}.final-contact-methods a{min-width:150px;border:1px solid var(--v6-line);background:#fff;padding:.9rem 1rem;color:var(--v6-navy);text-decoration:none;font-weight:820}.final-contact-methods .is-primary{background:#0f8f4a;border-color:#0f8f4a;color:#fff}@media (max-width:1080px){.final-subcategory-grid,.final-problem-grid,.final-other-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){.home-v6-care-grid,.final-division-hero-grid,.final-division-contact-grid,.final-care-grid{grid-template-columns:1fr}.final-subcategory-grid,.final-problem-grid,.final-other-grid,.final-steps{grid-template-columns:1fr 1fr}.final-steps li:nth-child(2){border-right:0}.final-steps li:nth-child(-n+2){border-bottom:1px solid var(--v6-line)}}@media (max-width:560px){.home-v6-care,.final-division-hero,.final-division-search,.final-division-section,.final-division-care,.final-division-contact{padding:3.5rem 0}.home-v6-care-grid,.final-subcategory-grid,.final-problem-grid,.final-other-grid,.final-steps,.final-division-search-box{grid-template-columns:1fr}.final-steps li,.final-steps li:nth-child(2){border-right:0;border-bottom:1px solid var(--v6-line)}.final-steps li:last-child{border-bottom:0}.final-contact-methods a{width:100%}}@media (max-width:920px){.v2-header{background:#030a16b8}.v2-nav{min-height:66px}.v2-menu-button{background:#ffffff14;border-color:#ffffff26}.v2-menu-button span:not(.sr-only){background:#fff}.v2-nav-links.open{top:66px;background:#06101f;color:#fff;border-color:#ffffff1f}.v2-mega-layout,.mega-link-grid{grid-template-columns:1fr}.home-v2-hero{margin-top:-66px;min-height:auto;padding:108px 0 44px}.home-v2-media video{display:none}.home-v2-media picture{opacity:.72}.home-v2-media img{object-position:center top}.home-v2-overlay{background:linear-gradient(180deg,#020812c7,#020812c7),linear-gradient(90deg,#030a16e6,#030a1673)}.home-v2-hero-grid{grid-template-columns:1fr;min-height:auto;gap:1.2rem}.home-v2-hero h1{font-size:clamp(2.55rem,12vw,4rem)}.home-v2-lead{font-size:1rem}.home-v2-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2-actions{display:grid;grid-template-columns:1fr 1fr}.home-v2-actions .btn:first-child{grid-column:1 / -1}.home-v2-visual{min-height:230px}.home-v2-logo-orbit{right:auto;left:50%;top:0;transform:translate(-50%);width:230px;opacity:.74}.home-v2-engineer-card{left:0;right:auto;top:48px;width:185px}.home-v2-review{right:0;bottom:0;width:min(285px,86vw)}.home-v2-services{padding-top:52px}.home-v2-service-grid,.home-v2-proof-grid,.home-v2-industries-grid{grid-template-columns:1fr}.home-v2-service-card{min-height:178px}.home-v2-industry-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta{display:grid;padding:1.25rem}.footer-cta-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}}@media (max-width:430px){.brand-logo-crop{width:38px;height:38px}.brand-logo-crop img{width:104px;height:104px}.v2-brand strong{font-size:.98rem}.v2-brand em{font-size:.58rem}.home-v2-hero h1{font-size:2.65rem}.home-v2-trust,.home-v2-actions,.footer-cta-actions{grid-template-columns:1fr}.home-v2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.home-v2-service-card{min-height:164px;padding:.8rem}.home-v2-service-card h3{font-size:1rem}.home-v2-service-card p{font-size:.72rem}.home-v2-card-icon{width:38px;height:38px}.home-v2-stat-grid,.home-v2-tech-row{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2-about,.home-v2-articles,.home-v2-testimonial{padding:1rem}.home-v2-industry-list{grid-template-columns:1fr}}body:has(.home-v2-hero){background:#030812}.home-v3-intro{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(14,54,96,.55),transparent 35%),#02050b;pointer-events:none;animation:v3-intro-shell 2.05s cubic-bezier(.16,1,.3,1) forwards}.home-v3-intro img{width:min(34vw,420px);height:auto;filter:drop-shadow(0 0 42px rgba(216,166,67,.5)) drop-shadow(0 0 86px rgba(21,151,255,.34));clip-path:circle(41% at 50% 36%);animation:v3-intro-mark 2.05s cubic-bezier(.16,1,.3,1) forwards}.home-v3-intro-light{position:absolute;width:54vw;aspect-ratio:1;border-radius:50%;background:conic-gradient(from 220deg,transparent,rgba(216,166,67,.28),rgba(95,216,255,.22),transparent 42%);filter:blur(24px);opacity:.88;animation:v3-intro-light 2.05s cubic-bezier(.16,1,.3,1) forwards}.home-v2-hero{min-height:940px;margin-top:-116px;padding:198px 0 126px;background:#030812}.home-v2-media video{opacity:.46;filter:saturate(1.15) contrast(1.08) brightness(.72) blur(.35px)}.home-v2-media picture{opacity:.42}.home-v2-overlay{background:linear-gradient(90deg,#02060dfb,#030c19e6 36%,#030b168f 64%,#030a14cc),linear-gradient(180deg,#02060db8,#0308112e 44%,#030812 96%),radial-gradient(circle at 63% 43%,rgba(21,151,255,.24),transparent 24%),radial-gradient(circle at 76% 34%,rgba(216,166,67,.16),transparent 19%)}.home-v3-aurora{position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 8%,rgba(95,216,255,.08) 28%,transparent 48%),radial-gradient(circle at 72% 38%,rgba(95,216,255,.28),transparent 21%),radial-gradient(circle at 76% 48%,rgba(216,166,67,.18),transparent 20%);mix-blend-mode:screen;animation:v3-aurora 9s ease-in-out infinite alternate}.home-v2-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:4.8rem;min-height:680px}.home-v2-copy{max-width:700px;padding-top:2rem}.home-v2-eyebrow{font-size:.72rem;letter-spacing:.18em;color:#8ee7ff}.home-v2-hero h1{font-size:clamp(4.35rem,7.5vw,7.8rem);line-height:.96;margin:0 0 1.45rem;text-transform:none;font-weight:850;text-wrap:balance}.home-v2-hero h1 span{color:#74c9ff;text-shadow:0 0 32px rgba(21,151,255,.34),0 0 90px rgba(21,151,255,.14)}.home-v2-lead{font-size:1.22rem;line-height:1.82;color:#dcecff;max-width:650px}.home-v2-trust{margin:1.75rem 0 1.55rem;gap:.85rem}.home-v2-trust span{padding:.82rem .95rem;border-color:#8ee7ff2e;background:linear-gradient(145deg,#ffffff1b,#ffffff09);box-shadow:inset 0 1px #ffffff14;font-size:.84rem}.home-v2-actions{gap:.82rem;margin-top:1.45rem}.home-v2-actions .btn,.footer-cta-actions .btn{border-radius:999px;min-height:54px;padding:.92rem 1.2rem;box-shadow:0 18px 50px #0000003d}.btn.primary{background:linear-gradient(135deg,#22a7ff,#055fd7 58%,#003d9c);box-shadow:0 18px 56px #1597ff5c,inset 0 1px #ffffff38}.btn.ghost{background:#ffffff13;border-color:#ffffff2e;backdrop-filter:blur(18px)}.home-v2-visual{min-height:640px;isolation:isolate}.home-v3-engineer-frame{position:absolute;right:2%;top:5%;width:470px;height:560px;border:1px solid rgba(142,231,255,.15);border-radius:28px;background:linear-gradient(155deg,#ffffff1a,#ffffff06);box-shadow:0 34px 110px #0000006b;backdrop-filter:blur(9px);overflow:hidden;transform:perspective(900px) rotateY(-7deg) rotateX(2deg)}.home-v3-engineer-frame:before{content:"";position:absolute;inset:0;background:url(/assets/approved/homepage-desktop-reference.png) center -70px/780px auto;opacity:.36;filter:saturate(1.05) contrast(1.06)}.home-v3-engineer-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(3,8,18,.86)),radial-gradient(circle at 60% 30%,rgba(21,151,255,.28),transparent 28%)}.home-v3-engineer-screen{position:absolute;left:34px;right:34px;bottom:34px;z-index:1;display:grid;gap:.7rem}.home-v3-engineer-screen span{height:14px;border-radius:999px;background:linear-gradient(90deg,#5fd8ffd9,#ffffff1f);box-shadow:0 0 22px #5fd8ff33}.home-v3-engineer-screen span:nth-child(2){width:72%}.home-v3-engineer-screen span:nth-child(3){width:86%}.home-v3-engineer-screen span:nth-child(4){width:58%}.home-v2-logo-orbit{right:8%;top:1%;width:min(560px,44vw);z-index:4;background:radial-gradient(circle,rgba(216,166,67,.22),rgba(21,151,255,.22) 38%,rgba(21,151,255,.06) 58%,transparent 72%);filter:drop-shadow(0 0 60px rgba(216,166,67,.3)) drop-shadow(0 0 90px rgba(21,151,255,.34));animation:v3-logo-breathe 5.2s ease-in-out infinite}.home-v2-logo-orbit img{width:128%;height:128%;opacity:1;mix-blend-mode:normal;clip-path:circle(42% at 50% 36%);filter:saturate(1.16) contrast(1.08) brightness(1.08)}.home-v2-logo-orbit:before{inset:7%;border-color:#d8a6436b;box-shadow:0 0 42px #d8a6432e}.home-v2-logo-orbit:after{inset:-8%;border-color:#5fd8ff42}.home-v2-engineer-card{right:auto;left:5%;top:92px;width:240px;padding:1.15rem;border-radius:16px;border-color:#8ee7ff33;background:#040e1db8}.home-v3-sla-card{position:absolute;right:0;top:410px;z-index:5;width:185px;border:1px solid rgba(216,166,67,.24);border-radius:18px;padding:1rem;background:linear-gradient(145deg,#101726db,#061020b8);box-shadow:0 28px 80px #00000057;backdrop-filter:blur(16px)}.home-v3-sla-card span{display:block;color:#d8a643;font-size:.72rem;font-weight:950;letter-spacing:.16em}.home-v3-sla-card strong{display:block;font-size:2.25rem;line-height:1;color:#fff;margin:.28rem 0}.home-v3-sla-card p{margin:0;color:#acc4de;font-weight:800;font-size:.82rem}.home-v2-review{right:11%;bottom:18px;z-index:5;width:360px;border-radius:18px;border-color:#ffffff2e;background:linear-gradient(145deg,#ffffff21,#ffffff0e);box-shadow:0 32px 90px #00000061}.home-v2-note{color:#a9cce9}.home-v2-services{padding:112px 0 104px;background:linear-gradient(180deg,#030812,#06111f 42%,#071321)}.home-v2-services h2{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.03;margin-bottom:3rem;text-wrap:balance}.home-v2-service-grid{gap:1.25rem}.home-v2-service-card{min-height:330px;padding:1.25rem;border-radius:18px;border-color:#8ee7ff24;box-shadow:0 30px 90px #00000042;background:linear-gradient(180deg,#030b180d,#030b18eb),radial-gradient(circle at calc(15% + (var(--i) * 7%)) 16%,rgba(95,216,255,.36),transparent 30%),linear-gradient(135deg,#172940,#071223 62%,#0b315e)}.home-v2-service-card:before{opacity:.22;background-size:1080px auto}.home-v2-service-card:hover{transform:translateY(-8px);border-color:#8ee7ff6b;box-shadow:0 38px 100px #1597ff2b}.home-v2-service-card h3{font-size:1.42rem}.home-v2-card-icon{border-radius:14px;background:linear-gradient(145deg,#5fd8ff38,#ffffff14)}.home-v2-stats{padding:34px 0;background:linear-gradient(90deg,#030812,#0b2f5c,#030812)}.home-v2-proof{padding:112px 0;background:#07111f}.home-v2-about,.home-v2-articles{border-radius:22px;padding:2.6rem;box-shadow:0 24px 80px #0000002e}.v2-mega{border-radius:24px;padding:1.2rem;box-shadow:0 34px 110px #00000085;background:linear-gradient(145deg,#051021fa,#030a14fa);border-color:#8ee7ff33}.v2-mega-layout{grid-template-columns:1fr 2fr .9fr;gap:1.1rem}.mega-panel-intro,.mega-support-card{border-radius:18px;padding:1.25rem;border-color:#8ee7ff24}.mega-panel-intro h3,.mega-panel-intro .mega-heading{display:block;font-size:1.55rem;line-height:1.15;font-weight:800}.mega-link-grid-v3{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.mega-v3-column{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.9rem;background:#ffffff0b}.mega-v3-column strong{display:block;color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.mega-link-grid-v3 a{border:0;background:transparent;padding:.46rem 0;color:#cfe2f5!important}.mega-v3-visual{display:block;height:112px;border-radius:16px;margin-bottom:1rem;background:radial-gradient(circle at 65% 35%,rgba(95,216,255,.36),transparent 32%),radial-gradient(circle at 35% 50%,rgba(216,166,67,.2),transparent 28%),linear-gradient(135deg,#102642,#050d18)}.v2-footer{background:linear-gradient(180deg,#07111f,#02060d);padding-top:24px}.footer-cta{border-radius:24px;padding:2.4rem;background:radial-gradient(circle at 86% 24%,rgba(95,216,255,.16),transparent 28%),linear-gradient(135deg,#0b2549,#06101f);box-shadow:0 34px 100px #00000057}.footer-grid{grid-template-columns:1.35fr repeat(5,1fr);gap:2.15rem}.footer h3{font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;color:#8ee7ff}@keyframes v3-intro-shell{0%,72%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes v3-intro-mark{0%{opacity:0;transform:scale(.82)}28%{opacity:1;transform:scale(1)}72%{opacity:1;transform:scale(.92) translateY(-1.5vh)}to{opacity:0;transform:scale(.16) translate(-38vw,-42vh)}}@keyframes v3-intro-light{0%{opacity:0;transform:scale(.8) rotate(0)}35%{opacity:1;transform:scale(1) rotate(20deg)}to{opacity:0;transform:scale(.42) rotate(70deg)}}@keyframes v3-aurora{0%{opacity:.65;transform:translate3d(-1%,0,0)}to{opacity:.95;transform:translate3d(1.5%,-1%,0)}}@keyframes v3-logo-breathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.018)}}@media (max-width:1080px){.home-v2-hero-grid{grid-template-columns:1fr minmax(420px,.85fr);gap:2.6rem}.home-v2-hero h1{font-size:clamp(3.5rem,7vw,5.4rem)}.home-v2-logo-orbit{width:min(470px,44vw)}.mega-link-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-company{grid-column:1 / -1}}@media (max-width:920px){.home-v3-intro{display:none}.home-v2-hero{margin-top:-66px;padding:104px 0 72px}.home-v2-hero-grid{grid-template-columns:1fr;gap:2.2rem}.home-v2-copy{padding-top:0}.home-v2-hero h1{font-size:clamp(3.05rem,13vw,4.8rem);line-height:1}.home-v2-lead{font-size:1.05rem;line-height:1.7}.home-v2-visual{min-height:360px}.home-v3-engineer-frame{right:-10%;top:44px;width:320px;height:320px;border-radius:24px;opacity:.72}.home-v2-logo-orbit{left:50%;right:auto;top:0;width:310px;transform:translate(-50%)}.home-v2-engineer-card{left:0;top:130px}.home-v3-sla-card{right:0;top:190px}.home-v2-review{left:0;right:auto;bottom:0;width:min(330px,92vw)}.home-v2-services{padding:78px 0}.home-v2-service-card{min-height:220px;border-radius:16px}.v2-mega-layout,.mega-link-grid-v3,.footer-grid{grid-template-columns:1fr}.footer-cta{border-radius:18px}}@media (max-width:430px){.home-v2-hero{padding-bottom:62px}.home-v2-hero h1{font-size:3.15rem}.home-v2-eyebrow{font-size:.66rem}.home-v2-visual{min-height:390px}.home-v2-logo-orbit{width:290px}.home-v3-engineer-frame{width:300px;height:300px;right:-22%}.home-v2-engineer-card{width:205px}.home-v3-sla-card{width:154px}.home-v2-review{width:100%;bottom:0}.home-v2-service-grid{grid-template-columns:1fr}.home-v2-service-card{min-height:230px}.home-v2-services h2{font-size:2.55rem}.home-v2-about,.home-v2-articles{border-radius:18px}}body:has(.home-v2-hero) .home-v2-copy{position:relative;z-index:8}body:has(.home-v2-hero) .home-v2-copy:before{content:"";position:absolute;inset:-38px -42px -34px -34px;z-index:-1;border-radius:30px;background:linear-gradient(90deg,rgba(2,8,17,.84),rgba(2,8,17,.42),transparent);box-shadow:0 30px 110px #00000047}body:has(.home-v2-hero) .home-v2-hero h1{color:#f7fbff;text-shadow:0 2px 32px rgba(0,0,0,.42)}body:has(.home-v2-hero) .home-v2-lead{color:#e5f2ff}body:has(.home-v2-hero) .home-v2-logo-orbit{right:-4%;top:8%;width:min(500px,38vw)}body:has(.home-v2-hero) .home-v3-engineer-frame{right:0;top:10%;width:430px;height:520px}body:has(.home-v2-hero) .home-v2-engineer-card{left:10%;top:118px}body:has(.home-v2-hero) .home-v3-sla-card{right:4%;top:430px}body:has(.home-v2-hero) .home-v2-review{right:14%;bottom:42px}@media (min-width:1280px){body:has(.home-v2-hero) .home-v2-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr)}}@media (max-width:920px){body:has(.home-v2-hero){padding-bottom:0}body:has(.home-v2-hero) .home-v2-copy:before{inset:-22px -18px;border-radius:22px;background:linear-gradient(180deg,#020811c7,#02081175)}body:has(.home-v2-hero) .mobile-contact{position:static;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:.55rem 14px;background:#fff}body:has(.home-v2-hero) .home-v2-hero{padding:96px 0 72px;overflow:hidden}body:has(.home-v2-hero) .home-v2-copy{display:flex;flex-direction:column}body:has(.home-v2-hero) .home-v2-eyebrow{order:0;margin-bottom:1rem}body:has(.home-v2-hero) .home-v2-hero h1{order:1;font-size:clamp(2.55rem,11vw,3.55rem);line-height:1.04;margin-bottom:1.1rem;max-width:10ch}body:has(.home-v2-hero) .home-v2-lead{order:2}body:has(.home-v2-hero) .home-v2-trust{order:3}body:has(.home-v2-hero) .home-v2-actions{order:4}body:has(.home-v2-hero) .home-v2-note{order:5}body:has(.home-v2-hero) .home-v2-visual{order:6;min-height:330px;margin-top:1.4rem}body:has(.home-v2-hero) .home-v2-logo-orbit{left:auto;right:-36px;top:0;width:280px;transform:none;opacity:.98}body:has(.home-v2-hero) .home-v3-engineer-frame{left:-54px;right:auto;top:48px;width:260px;height:250px;opacity:.62}body:has(.home-v2-hero) .home-v2-engineer-card{left:0;top:134px;width:188px}body:has(.home-v2-hero) .home-v3-sla-card{right:0;top:162px;width:138px}body:has(.home-v2-hero) .home-v2-review{left:0;right:0;bottom:0;width:100%}body:has(.home-v2-hero) .home-v2-actions{grid-template-columns:1fr;gap:.8rem}body:has(.home-v2-hero) .home-v2-actions .btn:first-child{grid-column:auto}}@media (max-width:430px){body:has(.home-v2-hero) .home-v2-hero{padding-top:92px}body:has(.home-v2-hero) .home-v2-hero h1{font-size:2.72rem;max-width:9.5ch}body:has(.home-v2-hero) .home-v2-lead{font-size:1rem}body:has(.home-v2-hero) .home-v2-trust{grid-template-columns:1fr}body:has(.home-v2-hero) .home-v2-visual{min-height:340px}body:has(.home-v2-hero) .home-v2-logo-orbit{width:260px;right:-58px}}body:has(.home-v2-hero) .home-v2-hero{min-height:auto;padding:166px 0 82px}body:has(.home-v2-hero) .home-v2-hero-grid{min-height:570px}body:has(.home-v2-hero) .home-v2-services{padding:86px 0 92px}body:has(.home-v2-hero) .home-v2-services h2{margin-bottom:2.1rem}body:has(.home-v2-hero) .home-v2-service-card{min-height:292px}body:has(.home-v2-hero) .home-v2-services .reveal-up,body:has(.home-v2-hero) .home-v2-service-card,body:has(.home-v2-hero) .home-v2-proof .fade-up,body:has(.home-v2-hero) .home-v2-testimonial.fade-up{opacity:1!important;transform:none!important}@media (max-width:920px){body:has(.home-v2-hero) .v2-header{min-height:66px}body:has(.home-v2-hero) .v2-nav-links:not(.open){display:none!important}body:has(.home-v2-hero) .v2-nav-links.open{display:grid!important;position:absolute;left:0;right:0;top:66px}body:has(.home-v2-hero) .home-v2-hero{margin-top:-66px;padding:100px 0 48px}body:has(.home-v2-hero) .home-v2-hero-grid{min-height:auto;gap:1.1rem}body:has(.home-v2-hero) .home-v2-copy{opacity:1!important;transform:none!important}body:has(.home-v2-hero) .home-v2-visual{opacity:1!important;transform:none!important;min-height:270px;margin-top:.85rem}body:has(.home-v2-hero) .home-v2-services{padding:54px 0 58px}body:has(.home-v2-hero) .home-v2-service-card{min-height:190px}}@media (max-width:430px){body:has(.home-v2-hero) .home-v2-hero{padding-top:92px}body:has(.home-v2-hero) .home-v2-hero h1{font-size:2.68rem}body:has(.home-v2-hero) .home-v2-visual{min-height:260px}body:has(.home-v2-hero) .home-v2-logo-orbit{width:226px;right:-42px}body:has(.home-v2-hero) .home-v3-engineer-frame{width:228px;height:218px}body:has(.home-v2-hero) .home-v2-engineer-card{top:112px}body:has(.home-v2-hero) .home-v3-sla-card{top:140px}}body:has(.home-v2-hero) .brand-logo-crop{width:46px;height:46px;border-radius:11px;background:linear-gradient(145deg,#191611,#03070d);border-color:#d8a64375;box-shadow:0 0 22px #d8a64329}body:has(.home-v2-hero) .brand-logo-crop img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;transform:none}body:has(.home-v2-hero) .v2-brand{gap:.72rem;min-width:0}body:has(.home-v2-hero) .v2-brand strong{font-size:1.08rem;line-height:1;letter-spacing:.05em}body:has(.home-v2-hero) .v2-brand em{font-size:.62rem;letter-spacing:.1em;white-space:nowrap}body:has(.home-v2-hero) .home-v2-hero{padding:156px 0 76px}body:has(.home-v2-hero) .home-v2-hero-grid{grid-template-columns:minmax(0,.96fr) minmax(460px,1.04fr);gap:3.6rem;min-height:540px}body:has(.home-v2-hero) .home-v2-copy{max-width:740px}body:has(.home-v2-hero) .home-v2-hero h1{max-width:740px;font-size:clamp(4.5rem,6vw,5.75rem);line-height:1.02;margin-bottom:1.15rem}body:has(.home-v2-hero) .home-v2-lead{max-width:660px}body:has(.home-v2-hero) .home-v2-visual{min-height:520px}body:has(.home-v2-hero) .home-v2-logo-orbit{right:3%;top:4%;width:min(440px,33vw);border-radius:0;background:none;filter:drop-shadow(0 0 44px rgba(216,166,67,.26)) drop-shadow(0 0 66px rgba(21,151,255,.26))}body:has(.home-v2-hero) .home-v2-logo-orbit img{width:100%;height:100%;object-fit:cover;clip-path:none;border-radius:22px;opacity:.96}body:has(.home-v2-hero) .home-v2-logo-orbit:before{inset:-7%;border-radius:30px}body:has(.home-v2-hero) .home-v2-logo-orbit:after{inset:-13%;border-radius:36px}body:has(.home-v2-hero) .home-v3-sla-card{top:360px;width:210px}body:has(.home-v2-hero) .home-v3-sla-card strong{font-size:1.8rem}body:has(.home-v2-hero) .home-v2-review{right:8%;bottom:24px;width:340px}body:has(.home-v2-hero) .home-v2-service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}body:has(.home-v2-hero) .home-v2-service-card{display:grid;grid-template-rows:1fr auto auto;align-content:end;min-height:306px;padding:1rem;border-radius:16px;background:#06111f}body:has(.home-v2-hero) .home-v2-service-card:before{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(180deg,#03081200,#030812c7 36%,#030812fa);opacity:1;z-index:1;transition:none}body:has(.home-v2-hero) .home-v2-service-card:hover:before{transform:none;opacity:1}body:has(.home-v2-hero) .home-v2-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .45s ease,filter .45s ease}body:has(.home-v2-hero) .home-v2-service-card:hover .home-v2-card-image{transform:scale(1.045);filter:saturate(1.08) contrast(1.05)}body:has(.home-v2-hero) .home-v2-card-number,body:has(.home-v2-hero) .home-v2-card-icon,body:has(.home-v2-hero) .home-v2-service-card h3,body:has(.home-v2-hero) .home-v2-service-card p,body:has(.home-v2-hero) .home-v2-card-arrow{position:relative;z-index:2}body:has(.home-v2-hero) .home-v2-card-number{position:absolute}body:has(.home-v2-hero) .home-v2-card-icon{margin-top:auto}body:has(.home-v2-hero) .home-v2-service-card h3{font-size:1.12rem;line-height:1.1;margin:.75rem 2rem .35rem 0}body:has(.home-v2-hero) .home-v2-service-card p{font-size:.76rem;line-height:1.35;padding-right:1.6rem}body:has(.home-v2-hero) .home-v2-card-arrow{position:absolute}@media (max-width:1080px){body:has(.home-v2-hero) .home-v2-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(360px,.9fr);gap:2.2rem}body:has(.home-v2-hero) .home-v2-hero h1{font-size:clamp(3.4rem,6.4vw,4.25rem)}body:has(.home-v2-hero) .home-v2-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){body:has(.home-v2-hero){padding-bottom:76px}body:has(.home-v2-hero) .mobile-contact{position:fixed;right:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;box-sizing:border-box;width:100vw;max-width:100vw;padding:.45rem 8px calc(.45rem + env(safe-area-inset-bottom));background:#fff}body:has(.home-v2-hero) .mobile-contact a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body:has(.home-v2-hero) .v2-brand{max-width:260px}body:has(.home-v2-hero) .brand-logo-crop{width:40px;height:40px}body:has(.home-v2-hero) .v2-brand strong{font-size:.98rem}body:has(.home-v2-hero) .v2-brand em{font-size:.56rem;letter-spacing:.08em}body:has(.home-v2-hero) .home-v2-hero{padding:92px 0 42px}body:has(.home-v2-hero) .home-v2-hero-grid{grid-template-columns:1fr;gap:1.1rem}body:has(.home-v2-hero) .home-v2-copy:before{inset:-18px -14px;border-radius:20px}body:has(.home-v2-hero) .home-v2-hero h1{font-size:clamp(2.6rem,7vw,4.25rem);line-height:1.06;max-width:760px}body:has(.home-v2-hero) .home-v2-visual{min-height:300px}body:has(.home-v2-hero) .home-v2-logo-orbit{right:0;top:12px;width:260px}body:has(.home-v2-hero) .home-v3-engineer-frame{left:-40px;top:42px;width:250px;height:230px}body:has(.home-v2-hero) .home-v3-sla-card{right:0;top:152px;width:150px}body:has(.home-v2-hero) .home-v2-review{left:0;right:0;bottom:0;width:100%}body:has(.home-v2-hero) .home-v2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}body:has(.home-v2-hero) .home-v2-service-card{min-height:236px;padding:.85rem}}@media (max-width:430px){body:has(.home-v2-hero) .v2-nav{min-height:66px}body:has(.home-v2-hero) .v2-brand{max-width:250px}body:has(.home-v2-hero) .home-v2-hero h1{font-size:clamp(2.38rem,10vw,3rem);line-height:1.06;max-width:11ch}body:has(.home-v2-hero) .home-v2-lead{font-size:1rem;line-height:1.62}body:has(.home-v2-hero) .home-v2-actions .btn{min-height:58px}body:has(.home-v2-hero) .home-v2-service-card{min-height:222px}body:has(.home-v2-hero) .home-v2-service-card h3{font-size:.95rem}body:has(.home-v2-hero) .home-v2-service-card p{font-size:.68rem}}@media (max-width:374px){body:has(.home-v2-hero) .mobile-contact{padding-left:6px;padding-right:6px}body:has(.home-v2-hero) .mobile-contact a{font-size:.68rem}body:has(.home-v2-hero) .back-to-top{right:.5rem;width:40px;height:40px}}@media (max-width:340px){body:has(.home-v2-hero) .v2-brand em{display:none}body:has(.home-v2-hero) .home-v3-aurora{display:none}body:has(.home-v2-hero) .home-v3-engineer-frame{left:0;width:210px}body:has(.home-v2-hero) .home-v2-logo-orbit{right:0;width:202px}body:has(.home-v2-hero) .home-v3-sla-card{right:0;width:134px}body:has(.home-v2-hero) .home-v2-service-grid{grid-template-columns:1fr}body:has(.home-v2-hero) .home-v2-service-card{min-height:238px}}@media (min-width:341px) and (max-width:374px){body:has(.home-v2-hero) .home-v3-aurora{display:none}body:has(.home-v2-hero) .home-v3-engineer-frame{left:-8px}body:has(.home-v2-hero) .home-v2-logo-orbit{right:0}}body:has(.home-v4-hero){background:#06101d;color:#edf7ff}body:has(.home-v4-hero) .v2-utility{background:#061126}body:has(.home-v4-hero) .utility-left{gap:1rem;flex-wrap:wrap}body:has(.home-v4-hero) .utility-left span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;background:#5fd8ff;margin-right:.45rem;box-shadow:0 0 12px #5fd8ffd9}body:has(.home-v4-hero) .utility-whatsapp{background:linear-gradient(135deg,#1597ff,#075dcc);color:#fff}body:has(.home-v4-hero) .v2-nav-links{gap:.9rem}body:has(.home-v4-hero) .v2-nav-links .nav-trigger,body:has(.home-v4-hero) .v2-nav-links>a{font-size:.9rem}body:has(.home-v4-hero) .v4-mega-layout{grid-template-columns:minmax(260px,.9fr) minmax(280px,1fr) minmax(220px,.7fr)}.home-v4-hero{position:relative;min-height:760px;overflow:hidden;background:#06101d;padding:128px 0 72px}.home-v4-media{position:absolute;inset:0;z-index:0}.home-v4-media video,.home-v4-media picture,.home-v4-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-v4-media picture{display:none}.home-v4-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#030a16f0,#050e1cdb 35%,#050e1c9e 66%,#050e1ce0),linear-gradient(180deg,#0309145c,#030914e0)}.home-v4-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(420px,.9fr);gap:4rem;align-items:center}.home-v4-copy{max-width:760px}.home-v4-eyebrow{margin:0 0 1rem;color:#7be0ff;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:950}.home-v4-hero h1{margin:0;font-size:clamp(4rem,5.5vw,5.4rem);line-height:.98;letter-spacing:0;max-width:720px;color:#fff}.home-v4-lead{max-width:650px;margin:1.4rem 0 0;font-size:1.2rem;line-height:1.75;color:#dcecff}.home-v4-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.8rem}.home-v4-actions .btn{min-height:52px}.home-v4-trustline{max-width:720px;margin:1.2rem 0 0;color:#bed2e7;font-size:.98rem}.home-v4-contact-strip{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.home-v4-contact-strip a{display:inline-flex;min-height:42px;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.55rem .9rem;background:#ffffff14;text-decoration:none;font-weight:900;color:#fff}.home-v4-visual{position:relative;min-height:520px}.home-v4-emblem{position:absolute;right:0;top:16px;width:min(520px,100%);aspect-ratio:1;border:1px solid rgba(216,166,67,.22);border-radius:38px;background:linear-gradient(135deg,#d8a64333,#ffffff0a);box-shadow:0 34px 120px #00000061,inset 0 0 80px #d8a64314;display:grid;place-items:center;overflow:hidden}.home-v4-emblem img{width:82%;filter:drop-shadow(0 24px 42px rgba(216,166,67,.34))}.home-v4-help-card{position:absolute;left:4%;right:6%;bottom:34px;max-width:420px;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1.1rem;background:#091a32b8;backdrop-filter:blur(14px);box-shadow:0 22px 70px #00000047}.home-v4-help-card span{display:block;color:#7be0ff;font-weight:950;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.home-v4-help-card strong{display:block;margin:.4rem 0;color:#fff;font-size:1.1rem;line-height:1.3}.home-v4-help-card p{margin:0;color:#bfd0e5}.home-v4-section-head{max-width:820px;margin:0 auto 2rem;text-align:center}.home-v4-section-head h2,.home-v4-start h2,.home-v4-remote h2,.home-v4-process h2,.home-v4-services h2,.home-v4-device h2,.home-v4-connected h2,.home-v4-care h2,.home-v4-trust h2,.home-v4-knowledge h2,.home-v4-contact h2{margin:.2rem 0 .7rem;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;color:#fff;letter-spacing:0}.home-v4-section-head p{margin:0;color:#aebfd4}.home-v4-start,.home-v4-remote,.home-v4-process,.home-v4-services,.home-v4-care,.home-v4-trust,.home-v4-knowledge,.home-v4-contact{background:#07111f}.home-v4-device,.home-v4-connected{background:#eef5fb;color:#0d1b2e}.home-v4-device .home-v4-section-head h2,.home-v4-connected h2{color:#092039}.home-v4-device .home-v4-section-head p,.home-v4-connected p{color:#42536a}.home-v4-flow-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.85rem}.home-v4-flow-card,.home-v4-category-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#111f31;color:#fff;text-align:left;box-shadow:0 18px 45px #0000002e}.home-v4-flow-card{min-height:265px;padding:0;cursor:pointer}.home-v4-flow-card img,.home-v4-category-card img,.home-v4-two-cards img,.home-v4-split>img{display:block;width:100%;height:128px;object-fit:cover}.home-v4-flow-card span{display:inline-flex;margin:.85rem .85rem .3rem;border-radius:999px;background:#0b83ef;color:#fff;padding:.32rem .55rem;font-size:.72rem;font-weight:950}.home-v4-flow-card strong,.home-v4-category-card strong{display:block;padding:0 .85rem;color:#fff;font-size:1rem;line-height:1.15}.home-v4-flow-card p,.home-v4-category-card p{margin:.45rem 0 0;padding:0 .85rem .95rem;color:#bed0e4;font-size:.84rem;line-height:1.45}.home-v4-flow-card:is(:hover,:focus-visible),.home-v4-flow-card.is-selected,.home-v4-category-card:is(:hover,:focus-visible){outline:2px solid #5fd8ff;outline-offset:2px;transform:translateY(-2px)}.home-v4-assistant{margin-top:1.4rem;border:1px solid rgba(95,216,255,.24);border-radius:18px;background:linear-gradient(135deg,#0a1a30,#0d2748);padding:1.4rem;box-shadow:0 28px 70px #0003}.home-v4-help-form label,.v4-contact-form label{display:grid;gap:.35rem;font-weight:900;color:#eaf6ff}.home-v4-assistant .stagger-item{opacity:1!important;transform:none!important}.home-v4-help-form input,.home-v4-help-form select,.v4-contact-form input,.v4-contact-form select,.v4-contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#fff;color:#102033;padding:.85rem;font:inherit}.home-v4-help-form .grid,.v4-contact-form .grid{margin-bottom:.85rem}.home-v4-assistant-result{border:1px solid rgba(95,216,255,.28);border-radius:10px;background:#5fd8ff14;padding:1rem;color:#dff6ff;font-weight:850}.home-v4-remote-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-v4-remote-card,.home-v4-process-grid li,.home-v4-plan,.home-v4-guide-results a,.home-v4-contact-methods a{border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#101c2d;padding:1.15rem;box-shadow:0 18px 44px #00000024}.home-v4-remote-card span{color:#7be0ff;font-size:.75rem;font-weight:950;letter-spacing:.12em}.home-v4-remote-card h3,.home-v4-plan h3,.home-v4-two-cards h3{margin:.45rem 0;color:#fff;font-size:1.25rem}.home-v4-remote-card p,.home-v4-process-grid p,.home-v4-plan p,.home-v4-guide-results p{color:#bbccdf}.home-v4-remote-card a{color:#7be0ff;font-weight:950;text-decoration:none}.home-v4-security-note,.home-v4-result,.home-v4-clarification{margin:1.2rem auto 0;max-width:920px;border:1px solid rgba(95,216,255,.22);border-radius:12px;background:#5fd8ff14;padding:1rem;color:#dff6ff;text-align:center;font-weight:850}.home-v4-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;padding:0;margin:0}.home-v4-process-grid span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#1597ff;color:#fff;font-weight:950;margin-bottom:.9rem}.home-v4-process-grid strong{display:block;color:#fff;font-size:1.05rem}.home-v4-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.home-v4-category-card{text-decoration:none;min-height:290px}.home-v4-category-card span{position:absolute;top:.65rem;left:.65rem;border-radius:7px;background:#1597ff;color:#fff;padding:.25rem .4rem;font-size:.72rem;font-weight:950}.home-v4-two-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-v4-two-cards article{border-radius:16px;background:#fff;box-shadow:0 18px 60px #06172e1a;overflow:hidden}.home-v4-two-cards h3,.home-v4-two-cards p{padding:0 1.2rem}.home-v4-two-cards h3{color:#0d1b2e;font-size:1.6rem}.home-v4-two-cards p{padding-bottom:1.2rem;color:#42536a}.home-v4-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:2rem;align-items:center}.home-v4-split>img{height:360px;border-radius:18px;box-shadow:0 24px 70px #06172e29}.home-v4-chip-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}.home-v4-chip-list span{border-radius:999px;background:#fff;color:#0d2c54;padding:.55rem .8rem;font-weight:900;box-shadow:0 10px 24px #06172e14}.home-v4-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-v4-plan{position:relative}.home-v4-plan.is-featured{border-color:#5fd8ff;box-shadow:0 24px 70px #1677ff38}.home-v4-plan-badge{position:absolute;top:.9rem;right:.9rem;border-radius:999px;background:#1597ff;color:#fff;padding:.3rem .55rem;font-size:.72rem;font-weight:950}.home-v4-plan strong{display:block;color:#7be0ff;font-size:1.15rem;margin:.4rem 0}.home-v4-plan ul{padding-left:1.1rem;color:#d8e7f6}.home-v4-plan li{margin:.35rem 0}.home-v4-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-v4-principles div{display:flex;gap:.75rem;align-items:flex-start;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#101c2d;padding:1rem;color:#fff;font-weight:900}.home-v4-principles span{color:#73e7a7}.home-v4-knowledge-grid,.home-v4-contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:start}.home-v4-search{display:grid;gap:.45rem;margin-top:1rem;font-weight:950;color:#eaf6ff}.home-v4-search input{min-height:52px;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:.9rem;background:#fff;color:#0d1b2e;font:inherit}.home-v4-prompt-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.home-v4-prompt-list button{border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#13263d;color:#fff;padding:.55rem .8rem;font-weight:850;cursor:pointer}.home-v4-guide-results{display:grid;gap:.8rem}.home-v4-guide-results a{text-decoration:none;color:#fff}.home-v4-guide-results span{color:#7be0ff;font-size:.76rem;text-transform:uppercase;font-weight:950}.home-v4-contact-methods{display:grid;gap:.8rem;margin-top:1rem}.home-v4-contact-methods a{display:flex;justify-content:space-between;gap:1rem;text-decoration:none;color:#fff;font-weight:950}.home-v4-contact-methods a span{color:#bdd1e5;font-weight:800}.home-v4-contact-methods .is-primary{background:linear-gradient(135deg,#0d7df2,#075dcc)}.v4-contact-form{background:#101c2d;border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:1.1rem;box-shadow:0 22px 60px #00000026}.v4-contact-form .field span{color:#9eb3ca;font-size:.78rem;font-weight:800}.check-field{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}body:has(.home-v4-hero) .v4-mobile-contact{grid-template-columns:1.1fr .8fr 1.2fr}body:has(.home-v4-hero) .v4-mobile-contact .mobile-whatsapp{color:#128c7e}@media (max-width:1180px){.home-v4-flow-grid,.home-v4-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-v4-plan-grid,.home-v4-remote-grid,.home-v4-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){body:has(.home-v4-hero){padding-bottom:72px}body:has(.home-v4-hero) .utility-bar{display:none}body:has(.home-v4-hero) .mobile-contact{position:fixed;right:auto;display:grid;width:100vw;max-width:100vw;grid-template-columns:1.05fr .75fr 1.2fr;gap:2px;box-sizing:border-box;padding:.45rem 7px calc(.45rem + env(safe-area-inset-bottom));background:#fff}body:has(.home-v4-hero) .mobile-contact a{min-width:0;min-height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.home-v4-hero{min-height:auto;padding:92px 0 48px}.home-v4-media video{display:none}.home-v4-media picture{display:block}.home-v4-overlay{background:linear-gradient(180deg,#030a16f0,#030a16d1)}.home-v4-hero-grid,.home-v4-split,.home-v4-knowledge-grid,.home-v4-contact-grid{grid-template-columns:1fr;gap:1.2rem}.home-v4-hero h1{font-size:clamp(2.5rem,10vw,3.2rem);line-height:1.02}.home-v4-lead{font-size:1rem;line-height:1.65}.home-v4-actions{display:grid;grid-template-columns:1fr;gap:.7rem}.home-v4-actions .btn{width:100%;justify-content:center}.home-v4-contact-strip{display:grid;grid-template-columns:1fr 1fr}.home-v4-visual{min-height:300px}.home-v4-emblem{left:50%;right:auto;transform:translate(-50%);width:250px;border-radius:24px}.home-v4-help-card{left:0;right:0;bottom:0}.home-v4-flow-grid,.home-v4-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v4-section-head{text-align:left;margin-left:0}.home-v4-section-head h2,.home-v4-start h2,.home-v4-remote h2,.home-v4-process h2,.home-v4-services h2,.home-v4-device h2,.home-v4-connected h2,.home-v4-care h2,.home-v4-trust h2,.home-v4-knowledge h2,.home-v4-contact h2{font-size:clamp(2rem,8vw,2.7rem)}}@media (max-width:560px){.home-v4-flow-grid,.home-v4-category-grid,.home-v4-plan-grid,.home-v4-remote-grid,.home-v4-process-grid,.home-v4-two-cards,.home-v4-principles{grid-template-columns:1fr}.home-v4-flow-card{min-height:0}.home-v4-flow-card img,.home-v4-category-card img{height:150px}.home-v4-contact-strip{grid-template-columns:1fr}.home-v4-split>img{height:240px}.home-v4-contact-methods a{display:grid}}@media (max-width:340px){.home-v4-hero h1{font-size:2.34rem}.home-v4-flow-card strong,.home-v4-category-card strong{font-size:.95rem}.home-v4-flow-card p,.home-v4-category-card p{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.home-v4-flow-card,.home-v4-category-card{transition:none!important;transform:none!important}.home-v4-media video{display:none}.home-v4-media picture{display:block}}.home-v4-hero{min-height:735px;padding:108px 0 66px;background:#06101d}.home-v4-media video{filter:saturate(1.08) contrast(1.04) brightness(.88)}.home-v4-overlay{background:linear-gradient(90deg,#030a16c2,#050e1c9e 38%,#050e1c6b 68%,#050e1cad),linear-gradient(180deg,#02081233,#030914b8)}.home-v4-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);gap:3.2rem}.home-v4-hero h1{font-size:clamp(3.45rem,4.7vw,4.85rem);line-height:1.03;max-width:650px;text-wrap:balance}.home-v4-visual:before,.home-v4-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#ffffff2e,#5fd8ff0a);box-shadow:0 24px 80px #00000038;backdrop-filter:blur(14px)}.home-v4-visual:before{right:64px;top:0;width:70%;height:58%;border-radius:32px;transform:skewY(-2deg)}.home-v4-visual:after{right:8px;bottom:78px;width:54%;height:34%;border-radius:24px;transform:skewY(3deg)}.home-v4-emblem{right:18px;top:34px;width:min(440px,92%);border-radius:50%;border-color:#d8a64361;background:radial-gradient(circle at 48% 42%,#ffe6993b,#d8a6431f 33%,#08182d5c 64%,#ffffff0f);box-shadow:0 32px 110px #0000006b,0 0 90px #d8a64338,inset 0 0 80px #ffffff14;backdrop-filter:blur(10px);z-index:2}.home-v4-emblem:before,.home-v4-emblem:after{content:"";position:absolute;inset:10%;border:1px solid rgba(95,216,255,.16);border-radius:50%}.home-v4-emblem:after{inset:22%;border-style:dashed;opacity:.8}.home-v4-emblem img{width:78%;filter:drop-shadow(0 28px 50px rgba(216,166,67,.38))}.home-v4-help-card{z-index:3;left:0;right:auto;bottom:18px;width:min(430px,86%);background:#08162a9e;border-color:#fff3}.home-v4-start,.home-v4-process,.home-v4-services,.home-v4-knowledge{background:#f2f7fb;color:#0d1b2e}.home-v4-start .home-v4-section-head h2,.home-v4-process .home-v4-section-head h2,.home-v4-services .home-v4-section-head h2,.home-v4-knowledge h2{color:#092039}.home-v4-start .home-v4-section-head p,.home-v4-process .home-v4-section-head p,.home-v4-services .home-v4-section-head p,.home-v4-knowledge p{color:#42536a}.home-v4-start .home-v4-eyebrow,.home-v4-process .home-v4-eyebrow,.home-v4-services .home-v4-eyebrow,.home-v4-knowledge .home-v4-eyebrow{color:#0b69bd}.home-v4-flow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.home-v4-flow-card,.home-v4-category-card{border-color:#0920391a;background:#fff;color:#0d1b2e;box-shadow:0 18px 44px #071c361a}.home-v4-flow-card strong,.home-v4-category-card strong{color:#0d1b2e}.home-v4-flow-card p,.home-v4-category-card p{color:#42536a}.home-v4-flow-card{min-height:318px}.home-v4-flow-card img{height:155px}.home-v4-assistant{background:linear-gradient(135deg,#07182c,#0d2d51);box-shadow:0 30px 80px #071e3d33}.home-v4-step[hidden]{display:none!important}.home-v4-step{margin:.75rem 0 1rem}.home-v4-step-label{display:inline-flex;align-items:center;min-height:32px;border-radius:999px;background:#5fd8ff21;color:#92e7ff;padding:.32rem .75rem;font-size:.82rem;font-weight:950}.home-v4-step-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:.3rem 0 1rem}.home-v4-step-actions .btn{min-height:48px}.home-v4-remote-card{overflow:hidden;padding:0}.home-v4-remote-image{display:block;width:100%;height:148px;object-fit:cover}.home-v4-remote-card span,.home-v4-remote-card h3,.home-v4-remote-card p,.home-v4-remote-card a{margin-left:1.15rem;margin-right:1.15rem}.home-v4-remote-card span{display:block;margin-top:1rem}.home-v4-remote-card a{display:inline-flex;margin-bottom:1.15rem}.home-v4-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.home-v4-category-card{min-height:335px}.home-v4-category-card img{height:178px}.home-v4-category-card strong{font-size:1.08rem;line-height:1.2;padding-top:.1rem}.home-v4-category-card p{font-size:.9rem;line-height:1.48}.home-v4-process-grid li,.home-v4-guide-results a{background:#fff;border-color:#0920391a;box-shadow:0 16px 40px #071c3614}.home-v4-process-grid strong,.home-v4-guide-results a{color:#0d1b2e}.home-v4-process-grid p,.home-v4-guide-results p{color:#42536a}.home-v4-result{background:#fff;color:#0d2c54;border-color:#0b69bd2e}.home-v4-knowledge .home-v4-search{color:#0d1b2e}.home-v4-knowledge .home-v4-prompt-list button{background:#fff;color:#0d2c54;border-color:#09203924}.home-v4-knowledge .home-v4-guide-results span{color:#0b69bd}@media (max-width:1180px){.home-v4-flow-grid,.home-v4-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){body:has(.home-v4-hero) .v2-nav{min-height:62px;padding-top:.45rem;padding-bottom:.45rem}body:has(.home-v4-hero) .v2-nav-links:not(.open){display:none!important}body:has(.home-v4-hero) .v2-nav-links.open{display:grid!important;top:62px}body:has(.home-v4-hero) .brand-logo img{max-height:38px}.home-v4-hero{padding:22px 0 34px;min-height:auto}.home-v4-overlay{background:linear-gradient(180deg,#030a16c7,#030a16bd)}.home-v4-hero-grid{grid-template-columns:1fr;gap:.85rem}.home-v4-eyebrow{margin-bottom:.6rem}.home-v4-hero h1{font-size:clamp(2.35rem,9.4vw,3.05rem);line-height:1.04;max-width:430px}.home-v4-lead{margin-top:.9rem;font-size:.98rem;line-height:1.55;max-width:520px}.home-v4-trustline{margin-top:.85rem;font-size:.9rem;line-height:1.45}.home-v4-actions{margin-top:1rem}.home-v4-contact-strip{margin-top:.8rem}.home-v4-contact-strip a{min-height:40px;padding:.5rem .7rem;font-size:.85rem}.home-v4-visual{min-height:178px;margin-top:.1rem}.home-v4-visual:before{left:7%;right:auto;top:8px;width:70%;height:72%;border-radius:22px}.home-v4-visual:after{right:8%;bottom:16px;width:54%;height:52%;border-radius:18px}.home-v4-emblem{left:auto;right:8%;top:10px;transform:none;width:172px;border-radius:50%}.home-v4-help-card{left:0;right:auto;bottom:6px;width:min(250px,68%);padding:.75rem;border-radius:14px}.home-v4-help-card strong{font-size:.92rem}.home-v4-help-card p{font-size:.78rem;line-height:1.35}.home-v4-flow-grid,.home-v4-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v4-flow-card{min-height:270px}.home-v4-flow-card img{height:134px}.home-v4-category-card{min-height:315px}.home-v4-category-card img{height:154px}.home-v4-remote-image{height:170px}}@media (max-width:560px){.home-v4-hero{padding-top:18px}.home-v4-actions .btn{min-height:46px}.home-v4-contact-strip{grid-template-columns:1fr 1fr}.home-v4-contact-strip a:nth-child(n+3){display:none}.home-v4-visual{min-height:152px}.home-v4-emblem{width:142px}.home-v4-help-card{width:min(218px,64%);padding:.65rem}.home-v4-flow-grid,.home-v4-category-grid{grid-template-columns:1fr}.home-v4-flow-card{min-height:0}.home-v4-flow-card img,.home-v4-category-card img{height:174px}.home-v4-category-card{min-height:0}.home-v4-step-actions{display:grid;grid-template-columns:1fr 1fr}.home-v4-step-actions .btn{width:100%;justify-content:center}}body:has(.home-v4-hero){background:#030812;color:#eef7ff}body:has(.home-v4-hero) .btn{border-radius:12px;font-weight:920;letter-spacing:.01em;box-shadow:none}body:has(.home-v4-hero) .btn.primary{background:linear-gradient(135deg,#5f8cff,#2f42da);box-shadow:0 18px 46px #3652de47}body:has(.home-v4-hero) .btn.primary:hover{box-shadow:0 22px 56px #3652de61;transform:translateY(-1px)}.home-v4-hero{min-height:760px;background:#030812}.home-v4-media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 77% 48%,rgba(216,166,67,.2),transparent 24%),radial-gradient(circle at 28% 52%,rgba(95,216,255,.08),transparent 34%);mix-blend-mode:screen;pointer-events:none}.home-v4-media video{filter:saturate(.92) contrast(1.02) brightness(.82)}.home-v4-overlay{background:linear-gradient(90deg,#020710b8,#040c1894 38%,#040c1847 67%,#0207108a),linear-gradient(180deg,#01060e1f,#020710c7)}.home-v4-copy{padding-top:1.4rem}.home-v4-eyebrow{letter-spacing:.18em;font-size:.72rem;color:#9de9ff}.home-v4-hero h1{font-size:clamp(3.35rem,4.55vw,4.65rem);font-weight:930;letter-spacing:-.01em}.home-v4-lead{max-width:620px;color:#e3edf7;font-size:1.12rem}.home-v4-trustline{max-width:660px;color:#c2d2e3}.home-v4-contact-strip a{border-radius:999px;background:#fff1;border-color:#ffffff24;backdrop-filter:blur(16px)}.home-v4-visual:before{background:linear-gradient(150deg,#ffffff29,#5fd8ff0b);box-shadow:0 28px 90px #00000042,inset 0 1px #ffffff2e}.home-v4-visual:after{background:linear-gradient(150deg,#061324a8,#ffffff0f);box-shadow:0 20px 70px #00000038}.home-v4-emblem{width:min(430px,90%);right:34px;top:54px;background:radial-gradient(circle at 50% 43%,#fcdc974d,#d8a6431f 30%,#08182d2e 58%,#ffffff0a);box-shadow:0 38px 130px #00000075,0 0 120px #d8a64333,inset 0 0 72px #ffffff12}.home-v4-emblem img{width:74%;opacity:.94}.home-v4-help-card{bottom:30px;border-radius:16px;background:#071222ad;box-shadow:0 28px 80px #00000057;padding:1.25rem}.home-v4-start,.home-v4-process,.home-v4-device,.home-v4-knowledge{background:linear-gradient(180deg,#f7fafc,#eef4f8);color:#071524}.home-v4-remote,.home-v4-services,.home-v4-connected,.home-v4-care,.home-v4-contact{background:radial-gradient(circle at 78% 10%,rgba(95,216,255,.08),transparent 28%),linear-gradient(180deg,#07111f,#030913);color:#edf7ff}.home-v4-trust{background:#f6f9fb;color:#071524}.home-v4-remote+.home-v4-process,.home-v4-services+.home-v4-device,.home-v4-connected+.home-v4-care,.home-v4-knowledge+.home-v4-contact{box-shadow:inset 0 1px #ffffff14}.home-v4-section-head{margin-bottom:2.6rem}.home-v4-section-head h2,.home-v4-start h2,.home-v4-remote h2,.home-v4-process h2,.home-v4-services h2,.home-v4-device h2,.home-v4-connected h2,.home-v4-care h2,.home-v4-trust h2,.home-v4-knowledge h2,.home-v4-contact h2{font-weight:900;letter-spacing:-.005em}.home-v4-services .home-v4-section-head h2,.home-v4-connected h2{color:#fff}.home-v4-services .home-v4-section-head p,.home-v4-connected p{color:#b9cada}.home-v4-services .home-v4-eyebrow,.home-v4-connected .home-v4-eyebrow{color:#9de9ff}.home-v4-flow-grid{gap:1.25rem}.home-v4-flow-card{border-radius:18px;box-shadow:0 20px 54px #0c223a1a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home-v4-flow-card img{height:168px;filter:saturate(.92) contrast(1.02)}.home-v4-flow-card span{background:#eef5fb;color:#0b69bd}.home-v4-flow-card strong{font-size:1.08rem}.home-v4-flow-card p{font-size:.91rem}.home-v4-flow-card:is(:hover,:focus-visible),.home-v4-flow-card.is-selected{box-shadow:0 26px 70px #0c223a29;border-color:#1597ff57}.home-v4-category-card{border-radius:18px;background:#ffffff12;border-color:#ffffff1f;box-shadow:0 22px 64px #00000038;color:#fff}.home-v4-category-card img{filter:saturate(.88) contrast(1.03) brightness(.92)}.home-v4-category-card strong{color:#fff}.home-v4-category-card p{color:#c2d2e3}.home-v4-category-card span{background:#ffffff1a;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}.home-v4-two-cards{gap:1.25rem}.home-v4-two-cards article{border-radius:22px;box-shadow:0 24px 70px #06172e1a}.home-v4-two-cards img{height:260px;filter:saturate(.92)}.home-v4-split{gap:3rem}.home-v4-split>img{border-radius:24px;box-shadow:0 30px 90px #0000004d;filter:saturate(.9) brightness(.86)}.home-v4-chip-list span{background:#ffffff14;color:#eaf6ff;border:1px solid rgba(255,255,255,.12);box-shadow:none}.home-v4-care .home-v4-section-head p{max-width:690px;margin-inline:auto;color:#c2d2e3}.home-v4-plan-grid{gap:1.15rem;align-items:stretch}.home-v4-plan{border-radius:22px;background:linear-gradient(180deg,#ffffff18,#ffffff0b);border-color:#ffffff24;box-shadow:0 28px 84px #0000003d;padding:1.35rem}.home-v4-plan.is-featured{border-color:#9de9ff8c;box-shadow:0 34px 100px #2365dc33}.home-v4-plan-badge{background:#5fd8ff24;border:1px solid rgba(95,216,255,.3);color:#9de9ff}.home-v4-plan h3{font-size:1.08rem;letter-spacing:.02em;text-transform:uppercase}.home-v4-plan strong{font-size:1.35rem;color:#fff;margin:.65rem 0 1rem}.home-v4-plan p{min-height:94px;color:#e3edf7;font-size:.98rem;line-height:1.55}.home-v4-plan ul{border-top:1px solid rgba(255,255,255,.1);margin-top:1rem;padding-top:1rem;color:#cbd8e6}.home-v4-plan li{margin:.5rem 0}.home-v4-clarification{border-radius:18px;background:#ffffff12}.home-v4-trust .home-v4-section-head h2{color:#071524}.home-v4-principles div{border-radius:18px;background:#fff;color:#102033;border-color:#09203914;box-shadow:0 18px 52px #071c3614}.home-v4-knowledge-grid{gap:3rem}.home-v4-knowledge .home-v4-search{font-size:1rem}.home-v4-search input{border-radius:14px;border-color:#0920391f;box-shadow:0 16px 44px #071c3614}.home-v4-prompt-list button{border-radius:999px}.home-v4-guide-results a{border-radius:18px}.v4-footer{background:radial-gradient(circle at 18% 0%,rgba(95,216,255,.08),transparent 28%),linear-gradient(180deg,#06101c,#02050a);padding-bottom:104px}.v4-footer .footer-cta{border-radius:28px;padding:2.7rem 3rem;background:linear-gradient(135deg,#0b2549eb,#050e1beb);border-color:#ffffff1f;box-shadow:0 38px 110px #00000057}.v4-footer .footer-cta h2{font-size:clamp(1.9rem,3vw,3rem);letter-spacing:-.01em}.v4-footer .footer-grid{gap:2.6rem;padding-top:.8rem}.v4-footer .footer-company p{max-width:34ch;color:#b9cada;line-height:1.65}.v4-footer h3{font-size:.78rem;letter-spacing:.16em;color:#9de9ff}.v4-footer a{color:#c7d5e5;margin:.62rem 0;font-weight:750}.v4-footer a:hover{color:#fff}.v4-footer .footer-bottom{margin-top:3rem;padding-top:1.35rem;color:#98aac0}@media (max-width:920px){.home-v4-hero{padding:18px 0 36px}.home-v4-copy{padding-top:.25rem}.home-v4-hero h1{font-size:clamp(2.25rem,9vw,2.86rem)}.home-v4-lead{font-size:.96rem}.home-v4-visual{min-height:142px}.home-v4-help-card{width:min(238px,66%);padding:.72rem}.home-v4-section-head{margin-bottom:1.55rem}.home-v4-flow-card,.home-v4-category-card,.home-v4-plan,.home-v4-principles div{border-radius:16px}.home-v4-plan p{min-height:0}.v4-footer .footer-cta{padding:1.5rem;border-radius:22px}}@media (max-width:560px){.home-v4-contact-strip a{font-size:.82rem}.home-v4-two-cards img{height:190px}.home-v4-flow-card img,.home-v4-category-card img{height:180px}}body:has(.home-v4-hero){--brand-ink:#071421;--brand-navy:#020813;--brand-panel:#0b1626;--brand-blue:#256dff;--brand-sky:#8ee7ff;--brand-gold:#caa45b;--brand-paper:#f8fbfd;--brand-soft:#edf4f8}body:has(.home-v4-hero) .section{padding-block:clamp(5.4rem,7.5vw,8.6rem)}body:has(.home-v4-hero) .btn{min-height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.14);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}body:has(.home-v4-hero) .btn.primary{background:linear-gradient(180deg,#4e7cff,#2547dc);border-color:#9fbeff61;box-shadow:0 16px 38px #254fdc47,inset 0 1px #ffffff3d}body:has(.home-v4-hero) .btn.ghost{background:#ffffff13;box-shadow:inset 0 1px #ffffff24}body:has(.home-v4-hero) .btn:is(:hover,:focus-visible){transform:translateY(-1px);border-color:#8ee7ff57}.home-v4-hero{min-height:790px;isolation:isolate}.home-v4-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#020813f0,#040c19c2 37%,#040c1957 68%,#030912b3),radial-gradient(circle at 74% 45%,rgba(202,164,91,.24),transparent 28%),radial-gradient(circle at 18% 22%,rgba(142,231,255,.09),transparent 30%)}.home-v4-media video,.home-v4-media picture img{filter:saturate(.84) contrast(1.06) brightness(.76);transform:scale(1.015)}.home-v4-overlay{background:linear-gradient(180deg,#0208130d,#0208139e 74%,#020813e0)}.home-v4-hero-grid{gap:clamp(3.4rem,5vw,5.6rem)}.home-v4-copy{max-width:710px}.home-v4-eyebrow{color:var(--brand-sky);letter-spacing:.2em;font-weight:950}.home-v4-hero h1{max-width:680px;color:#fff;text-shadow:0 18px 55px rgba(0,0,0,.45)}.home-v4-lead{color:#eef6ff;max-width:650px}.home-v4-trustline{margin-top:1.35rem;padding-left:1rem;border-left:2px solid rgba(202,164,91,.72);color:#d4e1ed}.home-v4-contact-strip{gap:.72rem}.home-v4-contact-strip a{min-height:46px;background:#ffffff13;border-color:#ffffff1f}.home-v4-visual:before{border-radius:38px;background:linear-gradient(140deg,#ffffff24,#ffffff09)}.home-v4-visual:after{border-radius:30px;background:linear-gradient(145deg,#081424b8,#ffffff0d)}.home-v4-emblem{top:62px;right:18px;width:min(460px,92%);background:radial-gradient(circle at 48% 40%,#ffe8b052,#caa45b26 32%,#08162833 62%,#ffffff0a),linear-gradient(160deg,#ffffff24,#ffffff05)}.home-v4-help-card{width:min(455px,88%);background:#050f1dbd;border-color:#ffffff29}.home-v4-start,.home-v4-process,.home-v4-device,.home-v4-knowledge,.home-v4-trust{background:linear-gradient(180deg,var(--brand-paper),var(--brand-soft))}.home-v4-remote,.home-v4-services,.home-v4-connected,.home-v4-care,.home-v4-contact{background:radial-gradient(circle at 82% 7%,rgba(142,231,255,.075),transparent 32%),radial-gradient(circle at 15% 92%,rgba(202,164,91,.07),transparent 30%),linear-gradient(180deg,#07111f,#020712)}.home-v4-section-head{max-width:880px;margin-bottom:clamp(2.4rem,4vw,4.1rem)}.home-v4-section-head h2{line-height:1.04;text-wrap:balance}.home-v4-section-head p{max-width:720px;margin-inline:auto;line-height:1.75}.home-v4-flow-grid,.home-v4-category-grid{gap:clamp(1.25rem,2vw,1.75rem)}.home-v4-flow-card,.home-v4-category-card,.home-v4-remote-card,.home-v4-two-cards article,.home-v4-plan,.home-v4-principles div,.home-v4-guide-results a{border-radius:22px}.home-v4-flow-card,.home-v4-process-grid li,.home-v4-two-cards article,.home-v4-principles div,.home-v4-guide-results a{box-shadow:0 22px 70px #071c3616}.home-v4-flow-card{min-height:342px;text-align:left;background:#ffffffeb;border-color:#09203914}.home-v4-flow-card img,.home-v4-category-card img,.home-v4-remote-image,.home-v4-two-cards img,.home-v4-split>img{filter:saturate(.82) contrast(1.05) brightness(.96)}.home-v4-flow-card img{height:176px}.home-v4-flow-card span{border:1px solid rgba(37,109,255,.1);background:#edf5ff;color:#155dc7}.home-v4-flow-card strong,.home-v4-category-card strong{letter-spacing:0}.home-v4-flow-card:is(:hover,:focus-visible),.home-v4-category-card:is(:hover,:focus-visible){transform:translateY(-3px)}.home-v4-flow-card:is(:hover,:focus-visible){box-shadow:0 30px 82px #071c3624}.home-v4-category-card{min-height:356px;background:linear-gradient(180deg,#ffffff17,#ffffff0b);border-color:#ffffff1f}.home-v4-category-card img{height:190px}.home-v4-category-card span{color:#fff;background:#ffffff17}.home-v4-remote-card{background:linear-gradient(180deg,#ffffff17,#ffffff0b);border-color:#ffffff1f;box-shadow:0 24px 80px #00000038}.home-v4-remote-image{height:172px}.home-v4-two-cards article{background:#fffffff0;border:1px solid rgba(9,32,57,.08)}.home-v4-two-cards img{height:290px}.home-v4-chip-list span{border-radius:999px;background:#ffffff12}.home-v4-plan{padding:1.65rem;background:linear-gradient(180deg,#ffffff1b,#ffffff0b)}.home-v4-plan h3{color:#fff;font-size:1rem}.home-v4-plan strong{margin-bottom:1.15rem;color:#fff}.home-v4-plan p{color:#edf6ff;font-size:1rem}.home-v4-plan ul{color:#cad9e7;line-height:1.65}.home-v4-plan li::marker{color:var(--brand-sky)}.home-v4-plan.is-featured{transform:translateY(-6px);background:linear-gradient(180deg,#8ee7ff21,#ffffff0d)}.home-v4-principles div{align-items:center;min-height:92px}.home-v4-principles span{display:inline-grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#eaf7ef;color:#108046}.home-v4-search input{min-height:60px;border-radius:18px}.home-v4-prompt-list button{min-height:42px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-v4-prompt-list button:is(:hover,:focus-visible){transform:translateY(-1px);border-color:#256dff4d}.v4-footer{border-top:1px solid rgba(255,255,255,.08)}@media (prefers-reduced-motion:no-preference){.home-v4-emblem img{animation:tandeesBrandBreath 8s ease-in-out infinite}@keyframes tandeesBrandBreath{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.012)}}}@media (max-width:1180px){.home-v4-category-card{min-height:340px}}@media (max-width:920px){body:has(.home-v4-hero) .section{padding-block:4.4rem}.home-v4-hero{min-height:auto}.home-v4-media:before{background:linear-gradient(180deg,#020813c7,#020813b8),radial-gradient(circle at 72% 45%,rgba(202,164,91,.18),transparent 34%)}.home-v4-trustline{padding-left:.8rem;font-size:.91rem}.home-v4-section-head p{margin-inline:0}.home-v4-flow-card{min-height:286px}.home-v4-flow-card img{height:144px}.home-v4-category-card{min-height:326px}.home-v4-category-card img{height:160px}.home-v4-plan.is-featured{transform:none}}@media (max-width:560px){body:has(.home-v4-hero) .section{padding-block:3.8rem}.home-v4-hero h1{letter-spacing:0}.home-v4-flow-card,.home-v4-category-card,.home-v4-plan{border-radius:18px}.home-v4-flow-card img,.home-v4-category-card img{height:188px}.home-v4-two-cards img{height:210px}}body:has(.mobile-division){--mobile-ink:#071421;--mobile-navy:#020813;--mobile-panel:#0b1728;--mobile-blue:#256dff;--mobile-sky:#8ee7ff;--mobile-gold:#caa45b;--mobile-paper:#f8fbfd;--mobile-soft:#eef5f8;background:#020813}.mobile-division,.mobile-section,.mobile-detail-hero{position:relative;overflow:hidden}.mobile-hero{min-height:780px;background:#020813;color:#fff;display:grid;align-items:center;padding:110px 0 72px;isolation:isolate}.mobile-hero-bg{position:absolute;inset:0;z-index:-2}.mobile-hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.04) brightness(.74);transform:scale(1.015)}.mobile-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#020813f0,#040c19b8 42%,#040c196b 72%,#020813c2),radial-gradient(circle at 80% 42%,rgba(202,164,91,.2),transparent 30%),linear-gradient(180deg,#0208130d,#020813d6)}.mobile-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.46fr);gap:clamp(2rem,5vw,5rem);align-items:center}.mobile-eyebrow{margin:0 0 .8rem;color:var(--mobile-sky);font-size:.74rem;font-weight:950;letter-spacing:.2em;text-transform:uppercase}.mobile-hero h1,.mobile-section h2,.mobile-detail-hero h1{margin:0;color:inherit;font-size:clamp(3rem,5.2vw,5.5rem);line-height:1.02;letter-spacing:-.01em;text-wrap:balance}.mobile-lead{max-width:720px;color:#edf6ff;font-size:1.16rem;line-height:1.7}.mobile-trustline{max-width:680px;margin-top:1.35rem;padding-left:1rem;border-left:2px solid rgba(202,164,91,.72);color:#d4e1ed;line-height:1.65}.mobile-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.55rem}.mobile-actions .btn{min-height:52px;border-radius:14px}.mobile-hero-panel{border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(180deg,#ffffff1b,#ffffff0b);box-shadow:0 34px 110px #0000005c;padding:1.5rem;backdrop-filter:blur(18px)}.mobile-hero-panel img{display:block;width:150px;height:150px;margin:0 auto 1rem;filter:drop-shadow(0 24px 45px rgba(202,164,91,.28))}.mobile-hero-panel span{display:block;color:var(--mobile-sky);font-size:.78rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.mobile-hero-panel strong{display:block;margin:.7rem 0;color:#fff;font-size:1.2rem;line-height:1.35}.mobile-hero-panel p{color:#cbd8e6;line-height:1.6}.mobile-section{padding:clamp(5.4rem,7.4vw,8.4rem) 0;color:#071421;background:linear-gradient(180deg,var(--mobile-paper),var(--mobile-soft))}.mobile-section:nth-of-type(odd),.mobile-start,.mobile-services,.mobile-remote,.mobile-care,.mobile-final-cta{background:radial-gradient(circle at 82% 7%,rgba(142,231,255,.075),transparent 32%),radial-gradient(circle at 16% 95%,rgba(202,164,91,.07),transparent 30%),linear-gradient(180deg,#07111f,#020712);color:#edf7ff}.mobile-section-head{max-width:880px;margin:0 auto clamp(2.3rem,4vw,4rem);text-align:center}.mobile-section-head h2{font-size:clamp(2.35rem,4.4vw,4.8rem);line-height:1.05}.mobile-section-head p{max-width:740px;margin:1rem auto 0;line-height:1.75;color:#496077}.mobile-start .mobile-section-head p,.mobile-services .mobile-section-head p,.mobile-remote .mobile-section-head p,.mobile-care .mobile-section-head p,.mobile-final-cta p{color:#bfd0df}.mobile-problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.mobile-problem-card,.mobile-life-card,.mobile-remote-card,.mobile-care-plan,.mobile-guide-list a,.mobile-detail-card{border:1px solid rgba(9,32,57,.08);border-radius:22px;background:#ffffffeb;box-shadow:0 22px 70px #071c3616}.mobile-problem-card{display:grid;grid-template-rows:auto 1fr;text-decoration:none;color:#071421;overflow:hidden;min-height:275px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mobile-problem-card:hover,.mobile-problem-card:focus-visible{transform:translateY(-3px);box-shadow:0 30px 82px #071c3624;border-color:#256dff47}.mobile-problem-card img{width:100%;height:135px;object-fit:cover;filter:saturate(.82) contrast(1.05) brightness(.96)}.mobile-problem-card span{display:block;padding:1rem 1rem .35rem;font-weight:950;font-size:1.04rem}.mobile-problem-card p{margin:0;padding:0 1rem 1rem;color:#4a5d72;line-height:1.5}.mobile-start-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr);gap:2rem;align-items:start}.mobile-start h2{font-size:clamp(2.4rem,4.2vw,4.7rem)}.mobile-start p{color:#c6d6e5;line-height:1.7}.mobile-flow{display:grid;gap:1rem;margin-top:2rem}.mobile-flow fieldset{margin:0;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#ffffff12;padding:1rem}.mobile-flow legend{padding:0 .35rem;color:#fff;font-weight:950}.mobile-flow button{min-height:44px;margin:.35rem .35rem 0 0;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff12;color:#fff;font-weight:900;cursor:pointer;padding:.65rem 1rem}.mobile-flow button.is-selected{background:#256dff;border-color:#8fb0ff;box-shadow:0 12px 34px #256dff40}.mobile-route-card{border:1px solid rgba(255,255,255,.14);border-radius:26px;background:linear-gradient(180deg,#ffffff1a,#ffffff0b);box-shadow:0 30px 90px #00000047;padding:1.5rem;position:sticky;top:100px}.mobile-route-card h3{margin:.2rem 0 1rem;color:#fff;font-size:1.7rem}.mobile-route-card ol{padding-left:1.2rem;color:#d8e7f6;line-height:1.75}.mobile-life-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.mobile-life-card{overflow:hidden;background:#fff}.mobile-life-card img{width:100%;height:180px;object-fit:cover;filter:saturate(.84) contrast(1.04)}.mobile-life-card div{padding:1.05rem}.mobile-life-card h3{margin:0 0 .55rem;color:#071421;font-size:1.12rem;line-height:1.2}.mobile-life-card p{margin:0;color:#4a5d72;line-height:1.52}.mobile-service-cloud{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.mobile-service-cloud a{min-height:44px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff13;color:#fff;text-decoration:none;font-weight:900;padding:.7rem 1rem}.mobile-remote-grid,.mobile-care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.mobile-remote-card,.mobile-care-plan{background:linear-gradient(180deg,#ffffff18,#ffffff0b);border-color:#ffffff21;color:#fff;overflow:hidden;box-shadow:0 24px 80px #00000038}.mobile-remote-card img{width:100%;height:220px;object-fit:cover;filter:saturate(.82) contrast(1.04) brightness(.92)}.mobile-remote-card span,.mobile-remote-card h3,.mobile-remote-card p,.mobile-remote-card a{margin-left:1.15rem;margin-right:1.15rem}.mobile-remote-card span{display:block;margin-top:1rem;color:var(--mobile-sky);font-size:.75rem;font-weight:950;letter-spacing:.16em}.mobile-remote-card h3{margin-top:.35rem;font-size:1.5rem}.mobile-remote-card p{color:#cbd8e6;line-height:1.62}.mobile-remote-card a{display:inline-flex;margin-bottom:1.2rem;color:#fff;font-weight:950}.mobile-security-note,.mobile-clarification{max-width:980px;margin:1.3rem auto 0;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#ffffff12;color:#edf7ff;padding:1rem 1.2rem;text-align:center;font-weight:850;line-height:1.6}.mobile-care-plan{position:relative;padding:1.55rem}.mobile-care-plan.is-featured{border-color:#8ee7ff8c;background:linear-gradient(180deg,#8ee7ff21,#ffffff0d)}.mobile-plan-badge{position:absolute;top:1rem;right:1rem;border:1px solid rgba(142,231,255,.32);border-radius:999px;background:#8ee7ff24;color:var(--mobile-sky);padding:.32rem .7rem;font-size:.75rem;font-weight:950}.mobile-care-plan h3{text-transform:uppercase;letter-spacing:.02em}.mobile-care-plan strong{display:block;margin:.65rem 0 1rem;color:#fff;font-size:1.45rem}.mobile-care-plan p{color:#edf6ff;line-height:1.6}.mobile-care-plan ul{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#cad9e7;line-height:1.65}.mobile-care-plan li::marker{color:var(--mobile-sky)}.mobile-knowledge-grid,.mobile-contact-grid,.mobile-detail-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2.5rem;align-items:start}.mobile-search{display:grid;gap:.5rem;margin-top:1rem;font-weight:950}.mobile-search input{min-height:60px;border:1px solid rgba(9,32,57,.12);border-radius:18px;background:#fff;color:#071421;padding:.95rem;font:inherit;box-shadow:0 16px 44px #071c3614}.mobile-prompt-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.mobile-prompt-list button{min-height:42px;border:1px solid rgba(9,32,57,.12);border-radius:999px;background:#fff;color:#17395f;font-weight:900;padding:.6rem .85rem;cursor:pointer}.mobile-guide-list{display:grid;gap:.9rem}.mobile-guide-list a{display:block;padding:1.1rem;text-decoration:none;color:#071421}.mobile-guide-list span{color:#155dc7;font-size:.75rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.mobile-guide-list strong{display:block;margin:.3rem 0;font-size:1.15rem}.mobile-guide-list p{margin:0;color:#4a5d72;line-height:1.55}.mobile-faq-list{columns:2 360px;column-gap:1rem}.mobile-faq-list details{break-inside:avoid;margin:0 0 1rem;border:1px solid rgba(9,32,57,.08);border-radius:16px;background:#fff;box-shadow:0 16px 44px #071c3612;padding:1rem}.mobile-faq-list summary{cursor:pointer;color:#071421;font-weight:950;line-height:1.35}.mobile-faq-list p{color:#4a5d72;line-height:1.6}.mobile-contact-methods{display:grid;gap:.8rem;margin-top:1.25rem}.mobile-contact-methods a{display:flex;justify-content:space-between;gap:1rem;min-height:58px;align-items:center;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#ffffff13;color:#fff;text-decoration:none;font-weight:950;padding:.85rem 1rem}.mobile-contact-methods a span{color:#bfd0df}.mobile-contact-methods .is-primary{background:linear-gradient(180deg,#4e7cff,#2547dc)}.mobile-detail-hero{background:linear-gradient(180deg,#07111f,#020712);color:#fff;padding:120px 0 72px}.mobile-detail-grid img{width:100%;height:420px;object-fit:cover;border-radius:26px;box-shadow:0 30px 90px #0000004d;filter:saturate(.86) contrast(1.04)}.mobile-detail-card{padding:1.5rem}.mobile-detail-card ol{line-height:1.8}@media (max-width:1180px){.mobile-problem-grid,.mobile-life-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){.mobile-hero{min-height:auto;padding:48px 0 54px}.mobile-hero-grid,.mobile-start-grid,.mobile-knowledge-grid,.mobile-contact-grid,.mobile-detail-grid{grid-template-columns:1fr;gap:1.5rem}.mobile-hero h1,.mobile-section h2,.mobile-detail-hero h1{font-size:clamp(2.35rem,9vw,3.05rem)}.mobile-hero-panel{padding:1rem;border-radius:22px}.mobile-hero-panel img{width:112px;height:112px}.mobile-section{padding:4.4rem 0}.mobile-section-head{text-align:left;margin-left:0}.mobile-section-head p{margin-left:0}.mobile-problem-grid,.mobile-life-grid,.mobile-remote-grid,.mobile-care-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-route-card{position:relative;top:auto}}@media (max-width:560px){.mobile-hero{padding-top:28px}.mobile-actions{display:grid;grid-template-columns:1fr}.mobile-actions .btn{width:100%;justify-content:center}.mobile-problem-grid,.mobile-life-grid,.mobile-remote-grid,.mobile-care-grid{grid-template-columns:1fr}.mobile-problem-card img,.mobile-life-card img,.mobile-remote-card img{height:190px}.mobile-flow button{width:100%;margin-right:0}.mobile-faq-list{columns:1}.mobile-contact-methods a{display:grid}}.division-hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;background:#06172e;color:#fff}.division-hero-bg{position:absolute;inset:0}.division-hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.05) brightness(.58)}.division-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#040f1feb,#06172ec2 45%,#06172e59),linear-gradient(180deg,#040f1f33,#040f1fd1)}.division-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);gap:4rem;align-items:center}.division-hero-copy{max-width:760px}.division-eyebrow{margin:0 0 .85rem;color:#cba35d;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:950}.division-hero h1,.division-detail-hero h1{margin:0;color:inherit;font-size:clamp(2.6rem,4.8vw,5.2rem);line-height:.98;letter-spacing:0}.division-lead{font-size:1.22rem;line-height:1.65;color:#e9f3ff;max-width:720px}.division-actions{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center;margin:1.5rem 0}.division-trustline{max-width:720px;color:#c9d8e8;font-weight:750;line-height:1.7}.division-hero-panel{border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#07182d94;backdrop-filter:blur(18px);padding:2rem;box-shadow:0 36px 90px #00000052}.division-hero-panel img{width:170px;height:170px;object-fit:contain;filter:drop-shadow(0 0 32px rgba(203,163,93,.38));margin:0 auto 1rem;display:block}.division-hero-panel span{display:block;color:#cba35d;font-weight:950;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.division-hero-panel strong{display:block;margin:.5rem 0 1rem;font-size:1.35rem;line-height:1.25}.division-hero-panel p{color:#cbd9e8;line-height:1.65}.division-breadcrumbs{color:#ffffffb8;margin:0 0 1.25rem}.division-breadcrumbs a{color:#fff}.division-section{padding:6rem 0;background:#f7f9fc}.division-section:nth-of-type(2n){background:#fff}.division-section-head{max-width:820px;margin:0 auto 2.4rem;text-align:center}.division-section-head h2,.division-feature-grid h2,.division-contact-grid h2{margin:.2rem 0 1rem;color:#071421;font-size:clamp(2rem,3vw,3.35rem);line-height:1.05}.division-section-head p,.division-feature-grid p,.division-contact-grid p{color:#4a5d72;line-height:1.72;font-size:1.05rem}.division-problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.division-problem-card,.division-life-card,.division-remote-card,.division-service-card,.division-care-plan,.division-guide-list a,.division-detail-card{border:1px solid rgba(9,32,57,.08);border-radius:22px;background:#fffffff0;box-shadow:0 22px 70px #071c3616;text-decoration:none;color:#071421;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.division-problem-card img,.division-life-card img,.division-remote-card img{width:100%;height:170px;object-fit:cover;filter:saturate(.88) contrast(1.04)}.division-problem-card span{display:block;padding:1rem 1rem .25rem;font-weight:950;font-size:1.05rem}.division-problem-card p{margin:0;padding:0 1rem 1rem;color:#4a5d72;line-height:1.5}.division-problem-card:hover,.division-life-card:hover,.division-remote-card:hover,.division-care-plan:hover{transform:translateY(-3px);box-shadow:0 28px 85px #071c361f}.division-start{background:#071421;color:#fff}.division-start-grid,.division-feature-grid,.division-knowledge-grid,.division-contact-grid,.division-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:3rem;align-items:start}.division-start h2{color:#fff;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.05;margin:.2rem 0 1rem}.division-start p{color:#cbd9e8;line-height:1.7}.division-flow{display:grid;gap:1rem;margin-top:1.5rem}.division-progress{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.35rem .8rem;color:#f5d89f!important;font-weight:950}.division-flow fieldset{display:none;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:1rem;background:#ffffff0f}.division-flow fieldset.is-active{display:grid;gap:.75rem}.division-flow legend{font-weight:950;margin-bottom:.35rem}.division-flow button,.division-prompt-list button{min-height:46px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.7rem 1rem;background:#fff;color:#071421;font-weight:900;cursor:pointer}.division-flow button.is-selected,.division-prompt-list button:hover{background:#cba35d;color:#071421;border-color:#cba35d}.division-route-card{position:sticky;top:120px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#ffffff14;padding:1.5rem;box-shadow:0 30px 80px #0000003d}.division-route-card h3{color:#fff;font-size:1.7rem;margin:.2rem 0 1rem}.division-route-card li{margin:.55rem 0;color:#e7f1ff}.division-remote-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.division-remote-card{padding-bottom:1.15rem}.division-remote-card h3{padding:0 1rem;margin:1rem 0 .5rem;color:#071421}.division-remote-card p{padding:0 1rem;color:#4a5d72;line-height:1.58}.division-remote-card a{display:inline-block;margin:0 1rem;color:#0d5d9f;font-weight:950}.division-security-note,.division-clarification{margin:2rem 0 0;border-left:4px solid #cba35d;padding:1rem 1.2rem;background:#fff;color:#263a52;font-weight:800;line-height:1.6}.division-feature-grid img{width:100%;border-radius:24px;box-shadow:0 28px 80px #071c361f}.division-life-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.division-life-card div{padding:1.1rem}.division-life-card h3{margin:0 0 .55rem;font-size:1.18rem;color:#071421}.division-life-card p{margin:0;color:#4a5d72;line-height:1.55}.division-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.division-service-card,.division-care-plan{padding:1.25rem}.division-service-card h3,.division-care-plan h3{margin:.1rem 0 .8rem;color:#071421}.division-service-card li,.division-care-plan li{margin:.45rem 0;color:#4a5d72}.division-care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.division-care-plan a{display:inline-block;margin-top:.75rem;color:#0d5d9f;font-weight:950}.division-search{display:grid;gap:.5rem;margin-top:1rem;font-weight:950;color:#071421}.division-search input{min-height:58px;border:1px solid rgba(9,32,57,.12);border-radius:18px;background:#fff;color:#071421;padding:.95rem;font:inherit;box-shadow:0 16px 44px #071c3614}.division-prompt-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.division-prompt-list button{border-color:#0920391f}.division-guide-list{display:grid;gap:1rem}.division-guide-list a{display:block;padding:1.2rem}.division-guide-list span{color:#c08d36;font-weight:950;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.division-guide-list strong{display:block;margin:.3rem 0;color:#071421;font-size:1.1rem}.division-guide-list p{margin:0;color:#4a5d72}.division-faq-list{columns:2 360px;column-gap:1rem}.division-faq-list details{break-inside:avoid;border:1px solid rgba(9,32,57,.08);border-radius:16px;background:#fff;margin:0 0 1rem;padding:1rem;box-shadow:0 12px 38px #071c360f}.division-faq-list summary{cursor:pointer;font-weight:950;color:#071421}.division-faq-list p{color:#4a5d72;line-height:1.6}.division-contact-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.division-contact-methods a{min-height:84px;border:1px solid rgba(9,32,57,.1);border-radius:18px;background:#fff;padding:1rem;text-decoration:none;color:#071421;font-weight:950;box-shadow:0 18px 45px #071c3612}.division-contact-methods a span{display:block;margin-top:.3rem;color:#4a5d72;font-weight:800}.division-contact-methods .is-primary{background:#0b6b51;color:#fff}.division-contact-methods .is-primary span{color:#d8fff1}.division-detail-hero{padding:8rem 0 5rem;background:#071421;color:#fff}.division-detail-grid img{width:100%;border-radius:24px;box-shadow:0 28px 80px #00000047}.division-detail-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);gap:1rem;align-items:start}.division-detail-card{padding:1.4rem}.division-related-link{display:block;border-top:1px solid rgba(9,32,57,.08);padding:.85rem 0;color:#0d5d9f;font-weight:950;text-decoration:none}@media (max-width:1180px){.division-problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.division-remote-grid,.division-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.division-hero{min-height:auto;padding:7rem 0 4rem}.division-hero-grid,.division-start-grid,.division-feature-grid,.division-knowledge-grid,.division-contact-grid,.division-detail-grid,.division-detail-content{grid-template-columns:1fr}.division-hero-panel,.division-route-card{position:relative;top:auto}.division-problem-grid,.division-life-grid,.division-care-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.division-section{padding:4rem 0}}@media (max-width:560px){.division-hero-copy h1,.division-detail-hero h1{font-size:2.25rem}.division-actions,.division-contact-methods{display:grid;grid-template-columns:1fr}.division-problem-grid,.division-life-grid,.division-remote-grid,.division-service-grid,.division-care-grid{grid-template-columns:1fr}.division-problem-card img,.division-life-card img,.division-remote-card img{height:190px}}:root{--v6-navy:#07172b;--v6-blue:#155fba;--v6-green:#0a7a4b;--v6-ink:#111827;--v6-muted:#5f6b7a;--v6-line:#e3e8ef;--v6-soft:#f7f9fb}.site-header{background:#fff;border-bottom:1px solid var(--v6-line);box-shadow:none;backdrop-filter:none}.utility-bar{background:#fff;color:var(--v6-muted);border-bottom:1px solid var(--v6-line)}.utility-inner{min-height:34px}.utility-inner a,.utility-inner .utility-pill{color:var(--v6-ink)}.utility-inner .utility-whatsapp{color:var(--v6-green)}.v2-header,.v2-header.is-scrolled{background:#fff;color:var(--v6-ink);border-bottom:1px solid var(--v6-line);box-shadow:none}.v2-utility{background:#fff;color:var(--v6-muted);border-bottom:1px solid var(--v6-line)}.v2-utility a,.v2-utility .utility-pill{color:var(--v6-ink)}.v2-utility .utility-whatsapp{color:var(--v6-green)}.v2-utility span:before{background:#b9c7d8;box-shadow:none}.utility-pill{background:#fff;box-shadow:none;border:1px solid var(--v6-line)}.nav,.v2-nav{min-height:70px}.brand strong{color:var(--v6-navy);letter-spacing:.02em}.brand em{color:var(--v6-muted)}.nav-links>a,.nav-trigger{color:var(--v6-ink);border-radius:0}.v2-nav-links>a,.v2-nav-links .nav-trigger{color:var(--v6-ink);font-weight:760;opacity:1}.nav-links>a:hover,.nav-trigger:hover,.has-mega.open .nav-trigger{background:transparent;color:var(--v6-blue)}.v2-nav-links>a:hover,.v2-nav-links .nav-trigger:hover,.v2-nav-links .has-mega.open .nav-trigger{background:transparent;color:var(--v6-blue)}.mega-menu{border-radius:8px;box-shadow:0 16px 42px #07172b14}.home-v6-hero,.home-v6-search,.home-v6-categories,.home-v6-process,.home-v6-reviews,.home-v6-footer-cta{background:#fff;color:var(--v6-ink)}.home-v6-hero{padding:clamp(4.5rem,7vw,7.5rem) 0 3rem}.home-v6-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);gap:clamp(2rem,5vw,5rem);align-items:center}.home-v6-copy{max-width:620px}.home-v6-eyebrow{margin:0 0 1rem;color:var(--v6-blue);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-v6-copy h1,.home-v6-section-head h2,.home-v6-narrow h2,.home-v6-footer-cta h2{color:var(--v6-navy);font-weight:760;letter-spacing:0}.home-v6-copy h1{margin:0;font-size:clamp(2.7rem,5.2vw,5.15rem);line-height:1.02}.home-v6-lead{margin:1.35rem 0 1.8rem;color:var(--v6-muted);font-size:clamp(1.05rem,1.45vw,1.28rem);line-height:1.62;max-width:33rem}.home-v6-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.home-v6-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--v6-line);border-radius:999px;padding:.78rem 1.15rem;color:var(--v6-navy);background:#fff;text-decoration:none;font-weight:760;transition:background .16s ease,border-color .16s ease,color .16s ease}.home-v6-button:hover{background:var(--v6-soft);border-color:#d4dce7}.home-v6-button-primary{background:var(--v6-navy);border-color:var(--v6-navy);color:#fff}.home-v6-button-primary:hover{background:#10233d;color:#fff}.home-v6-button-whatsapp{background:var(--v6-green);border-color:var(--v6-green);color:#fff}.home-v6-button-whatsapp:hover{background:#086b43;color:#fff}.home-v6-photo{margin:0;overflow:hidden;border-radius:0;background:var(--v6-soft)}.home-v6-photo img{width:100%;aspect-ratio:4/3;height:auto;display:block;object-fit:cover}.home-v6-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:3rem;border:1px solid var(--v6-line);background:var(--v6-line)}.home-v6-trust span{min-height:72px;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;color:var(--v6-navy);font-weight:720;text-align:center}.home-v6-search,.home-v6-categories,.home-v6-process,.home-v6-reviews,.home-v6-footer-cta{padding:clamp(4rem,7vw,7rem) 0}.home-v6-search{background:var(--v6-soft)}.home-v6-narrow{max-width:820px;text-align:center}.home-v6-narrow h2,.home-v6-section-head h2,.home-v6-footer-cta h2{margin:0;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1.08}.home-v6-search-box{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin:2rem auto 1rem;padding:.55rem;border:1px solid var(--v6-line);background:#fff}.home-v6-search-box input{min-height:58px;border:0;padding:0 1rem;font:inherit;color:var(--v6-ink);background:transparent;outline:none}.home-v6-search-box button{min-height:58px;border:0;background:var(--v6-navy);color:#fff;padding:0 1.35rem;font:inherit;font-weight:760;cursor:pointer}.home-v6-popular{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.home-v6-popular a{min-height:40px;display:inline-flex;align-items:center;border:1px solid var(--v6-line);border-radius:999px;padding:.45rem .85rem;background:#fff;color:var(--v6-muted);text-decoration:none;font-weight:700}.home-v6-section-head{max-width:760px;margin:0 0 2.3rem}.home-v6-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-v6-category-card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--v6-line);background:#fff;min-height:100%}.home-v6-category-card img{width:100%;aspect-ratio:1.58/1;object-fit:cover;display:block;filter:saturate(.86) contrast(1.02)}.home-v6-category-card div{padding:1.1rem;display:grid;align-content:start;gap:.55rem}.home-v6-category-card span{width:42px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--v6-line);color:var(--v6-blue);font-size:.72rem;font-weight:800}.home-v6-category-card h3{margin:0;color:var(--v6-navy);font-size:1.05rem;line-height:1.25}.home-v6-category-card p{margin:0;color:var(--v6-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-v6-category-card a{margin-top:.45rem;color:var(--v6-blue);text-decoration:none;font-weight:760}.home-v6-process{background:var(--v6-soft)}.home-v6-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--v6-line);background:#fff}.home-v6-steps li{position:relative;min-height:170px;padding:1.4rem;border-right:1px solid var(--v6-line)}.home-v6-steps li:last-child{border-right:0}.home-v6-steps li:not(:last-child):after{content:"↓";position:absolute;right:1.25rem;bottom:1rem;color:var(--v6-blue);font-size:1.4rem}.home-v6-steps span{display:block;color:var(--v6-blue);font-weight:820;margin-bottom:2rem}.home-v6-steps strong{display:block;max-width:13rem;color:var(--v6-navy);font-size:1.16rem;line-height:1.28}.home-v6-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-v6-review-grid figure{margin:0;border:1px solid var(--v6-line);padding:1.35rem;background:#fff}.home-v6-review-grid blockquote{margin:0;color:var(--v6-navy);font-size:1.08rem;line-height:1.55}.home-v6-review-grid figcaption{margin-top:1.4rem;color:var(--v6-muted);font-weight:720}.home-v6-footer-cta{background:var(--v6-navy);color:#fff}.home-v6-footer-cta .home-v6-eyebrow,.home-v6-footer-cta h2{color:#fff}.home-v6-footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer{background:#fff;color:var(--v6-ink);border-top:1px solid var(--v6-line);padding:4rem 0 5.5rem}.footer-cta,.footer-logo-watermark{display:none!important}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:2rem}.footer h3,.footer .brand strong{color:var(--v6-navy)}.footer p,.footer a,.footer-bottom{color:var(--v6-muted)}.footer a{margin:.32rem 0}.footer-bottom{border-top:1px solid var(--v6-line)}@media (prefers-reduced-motion:reduce){.home-v6-button,.home-v6-category-card,.home-v6-photo img{transition:none!important}}@media (max-width:1080px){.home-v6-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v6-hero-grid{grid-template-columns:1fr}.home-v6-copy{max-width:760px}}@media (max-width:920px){.utility-bar{display:none}.nav,.v2-header{min-height:64px}.v2-nav{min-height:64px;padding-top:0;padding-bottom:0}.brand-logo-crop{width:38px;height:38px;border-radius:8px;box-shadow:none}.brand-logo-crop img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;transform:none}.v2-nav-links:not(.open){display:none!important}.nav-links.open{top:64px;box-shadow:0 16px 42px #07172b14}.v2-nav-links.open{top:64px;background:#fff;color:var(--v6-ink);border-color:var(--v6-line)}.home-v6-hero{padding:3rem 0 2rem}.home-v6-trust,.home-v6-category-grid,.home-v6-steps,.home-v6-review-grid{grid-template-columns:1fr 1fr}.home-v6-steps li:nth-child(2){border-right:0}.home-v6-steps li:nth-child(-n+2){border-bottom:1px solid var(--v6-line)}.home-v6-footer-cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.home-v6-copy h1{font-size:2.65rem}.home-v6-hero,.home-v6-search,.home-v6-categories,.home-v6-process,.home-v6-reviews,.home-v6-footer-cta{padding:3.5rem 0}.home-v6-actions,.home-v6-search-box,.home-v6-trust,.home-v6-category-grid,.home-v6-steps,.home-v6-review-grid,.footer-grid{grid-template-columns:1fr}.home-v6-button,.home-v6-search-box button{width:100%}.home-v6-search-box{display:grid}.home-v6-steps li,.home-v6-steps li:nth-child(2){border-right:0;border-bottom:1px solid var(--v6-line)}.home-v6-steps li:last-child{border-bottom:0}.home-v6-steps li:not(:last-child):after{right:1.4rem}}.home-v6-category-card{min-height:100%;grid-template-rows:168px 1fr}.home-v6-category-card img{height:168px;aspect-ratio:auto;object-fit:cover}.home-v6-category-card div{min-height:196px;grid-template-rows:auto auto 1fr auto;align-content:stretch}.home-v6-category-card span{width:auto;min-width:42px;justify-self:start;padding:0 .68rem;border-radius:999px}.home-v6-category-card h3{font-size:1.08rem;font-weight:820;line-height:1.25}.home-v6-category-card p{color:#465568;font-size:.96rem;line-height:1.45;-webkit-line-clamp:3}.home-v6-category-card a{align-self:end;color:#0a5bb8;font-size:.96rem;font-weight:820}.home-v6-step-icon{width:42px;height:42px;display:inline-flex!important;align-items:center;justify-content:center;margin-bottom:.85rem;border:1px solid rgba(17,94,177,.22);border-radius:999px;background:#f4f8fc;color:#0a5bb8!important;font-size:1rem;line-height:1}.home-v6-step-number{color:#657487!important;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.home-v6-paycase{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.4rem;align-items:center;margin:2rem 0 1rem;padding:1.45rem;border:1px solid var(--v6-line);border-radius:14px;background:#f8fafc}.home-v6-paycase span{color:#0a5bb8;font-size:.78rem;font-weight:840;letter-spacing:.08em;text-transform:uppercase}.home-v6-paycase h3{margin:.45rem 0 .35rem;color:var(--v6-navy);font-size:1.2rem}.home-v6-paycase p{margin:0;max-width:760px;color:#465568;line-height:1.55}.home-v6-paycase a,.home-v6-care-card a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;border-radius:999px;background:#0a5bb8;color:#fff;text-decoration:none;font-weight:820}.home-v6-care-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.home-v6-care-card{min-height:100%;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:.85rem}.home-v6-care-card p{color:#465568}.home-v6-care-card ul{margin:.1rem 0 0;padding-left:1rem}.home-v6-care-card li{margin:.35rem 0;line-height:1.45}.home-v6-care-note{padding-top:.5rem;color:#465568}@media (max-width:920px){.home-v6-category-card{grid-template-rows:160px 1fr}.home-v6-category-card img{height:160px}.home-v6-category-card div{min-height:184px}.home-v6-care-grid{grid-template-columns:1fr}}@media (max-width:560px){.home-v6-category-card{grid-template-rows:154px 1fr}.home-v6-category-card img{height:154px}.home-v6-category-card div{min-height:0}.home-v6-paycase{grid-template-columns:1fr}.home-v6-paycase a,.home-v6-care-card a{width:100%}}.locked-homepage{background:#fff;color:#06172e}.locked-homepage .container{width:min(100% - 40px,1180px)}.locked-hero{background:#071525;color:#fff;padding:70px 0 54px}.locked-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:54px;align-items:center}.locked-eyebrow{margin:0 0 14px;color:#246bfe;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.locked-hero .locked-eyebrow{color:#8bb8ff}.locked-hero h1{margin:0;color:#fff;font-size:clamp(4.1rem,7.4vw,6.9rem);line-height:.91;letter-spacing:0;max-width:8.6ch}.locked-lead{max-width:620px;margin:24px 0 0;color:#d7e4f2;font-size:1.13rem;line-height:1.72}.locked-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.locked-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.85rem 1.15rem;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;text-decoration:none;font-weight:900;transition:transform .16s ease,border-color .16s ease,background .16s ease}.locked-button:hover{transform:translateY(-1px)}.locked-button-whatsapp{background:#128c7e;border-color:#128c7e}.locked-button-phone{background:transparent}.locked-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px;max-width:620px}.locked-trust span{display:flex;align-items:center;gap:8px;min-height:36px;color:#e8f1fb;font-size:.93rem;font-weight:750}.locked-trust span:before{content:"";width:8px;height:8px;border-radius:999px;background:#2bc48a;flex:0 0 auto}.locked-tech{margin:0;display:grid;gap:12px}.locked-tech-main{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#0d2036}.locked-tech-main img{display:block;width:100%;aspect-ratio:1.45;object-fit:cover}.locked-tech-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.locked-tech-grid div{position:relative;overflow:hidden;min-height:82px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0d2036}.locked-tech-grid img{width:100%;height:100%;object-fit:cover;opacity:.84}.locked-tech-grid span{position:absolute;left:8px;bottom:7px;color:#fff;font-size:.72rem;font-weight:900}.locked-search,.locked-categories,.locked-choices{padding:54px 0}.locked-search{background:#f6f8fb;border-bottom:1px solid #e2e9f1}.locked-search h2,.locked-section-head h2{margin:0;color:#071525;font-size:clamp(2rem,3.8vw,3.15rem);line-height:1.05}.locked-search-form{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px;margin-top:22px;max-width:820px}.locked-search-form input{width:100%;min-height:58px;border:1px solid #ccd8e6;border-radius:8px;padding:0 18px;font:inherit;color:#071525;background:#fff}.locked-search-form button{min-height:58px;border:0;border-radius:8px;background:#246bfe;color:#fff;font:inherit;font-weight:900;cursor:pointer}.locked-popular{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.locked-popular a{display:inline-flex;align-items:center;min-height:36px;padding:.42rem .72rem;border:1px solid #d8e2ee;border-radius:999px;color:#23364d;background:#fff;text-decoration:none;font-size:.9rem;font-weight:800}.locked-section-head{max-width:760px;margin-bottom:26px}.locked-category-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}.locked-category-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:8px;min-height:172px;padding:14px 12px;border:1px solid #dfe7f0;border-radius:8px;background:#fff;color:#071525;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.locked-category-card:hover,.locked-category-card:focus-visible{transform:translateY(-2px);border-color:#b7c9dd;background:#f9fbfd}.locked-category-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#eef4ff;color:#246bfe;font-size:.74rem;font-weight:950}.locked-category-card strong{color:#071525;font-size:.95rem;line-height:1.18}.locked-category-card p{margin:0;color:#52657a;font-size:.79rem;line-height:1.45}.locked-card-link{color:#246bfe;font-size:.78rem;font-weight:900}.locked-card-link:after{content:" →"}.locked-choices{background:#f6f8fb}.locked-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.locked-choice-card{display:grid;gap:10px;padding:24px;border:1px solid #dfe7f0;border-radius:10px;background:#fff}.locked-choice-card>span{color:#246bfe;font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.locked-choice-card h3{margin:0;color:#071525;font-size:1.35rem}.locked-choice-card p{margin:0;color:#52657a;line-height:1.6}.locked-choice-card a{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:44px;margin-top:6px;padding:.7rem .95rem;border:1px solid #cbd8e7;border-radius:8px;color:#071525;text-decoration:none;font-weight:900}.locked-choice-card:last-child a{background:#128c7e;border-color:#128c7e;color:#fff}body:has(.locked-homepage) .footer{padding-top:56px}@media (max-width:1180px){.locked-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:920px){.locked-homepage .container{width:min(100% - 28px,1180px)}.locked-hero{padding:42px 0 36px}.locked-hero-grid{grid-template-columns:1fr;gap:30px}.locked-hero h1{font-size:clamp(3.2rem,15vw,4.8rem)}.locked-lead{font-size:1rem}.locked-trust,.locked-choice-grid{grid-template-columns:1fr}.locked-tech-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.locked-search,.locked-categories,.locked-choices{padding:42px 0}.locked-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.locked-category-card{min-height:156px}}@media (max-width:430px){.locked-actions,.locked-search-form{grid-template-columns:1fr;display:grid}.locked-button,.locked-search-form button{width:100%}.locked-trust{gap:6px}.locked-trust span{min-height:30px;font-size:.86rem}.locked-tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.locked-category-grid{gap:10px}.locked-category-card{padding:12px 10px;min-height:166px}.locked-category-card strong{font-size:.89rem}.locked-category-card p{font-size:.76rem}}body:has(.locked-homepage){background:#06111f;padding-bottom:0}body:has(.locked-homepage) .mobile-contact{display:none!important}body:has(.locked-homepage) .locked-utility{background:#071525;border-bottom:1px solid rgba(255,255,255,.08);color:#d7e4f2}body:has(.locked-homepage) .utility-inner{min-height:34px;font-size:.78rem}body:has(.locked-homepage) .utility-left,body:has(.locked-homepage) .utility-right{gap:.85rem}body:has(.locked-homepage) .locked-utility a,body:has(.locked-homepage) .locked-utility span{color:#d7e4f2}body:has(.locked-homepage) .locked-utility span:before{content:none}body:has(.locked-homepage) .utility-whatsapp{color:#fff;background:#128c7e;border-radius:999px;padding:.18rem .55rem}body:has(.locked-homepage) .locked-header{background:#fff;border-bottom:1px solid #e4ebf2;box-shadow:none}body:has(.locked-homepage) .nav{min-height:66px}body:has(.locked-homepage) .brand-logo-crop{width:40px;height:40px}body:has(.locked-homepage) .brand-logo-crop img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;transform:none}body:has(.locked-homepage) .brand strong{font-size:1.08rem;letter-spacing:.08em}body:has(.locked-homepage) .brand em{font-size:.68rem}body:has(.locked-homepage) .locked-nav-links{gap:1.15rem}body:has(.locked-homepage) .locked-nav-links>a{padding:.45rem 0;min-height:auto;color:#17263a;font-size:.9rem}body:has(.locked-homepage) .locked-homepage .container{width:min(100% - 40px,1196px)}body:has(.locked-homepage) .locked-hero{min-height:284px;padding:34px 0 22px;background:radial-gradient(circle at 73% 24%,rgba(42,112,255,.18),transparent 33%),linear-gradient(180deg,#071525,#08192b)}body:has(.locked-homepage) .locked-hero-grid{grid-template-columns:minmax(0,.78fr) minmax(620px,1fr);gap:44px}body:has(.locked-homepage) .locked-hero h1{font-size:clamp(3.3rem,4.05vw,4rem);line-height:.96;max-width:12ch}body:has(.locked-homepage) .locked-lead{max-width:520px;margin-top:14px;color:#d7e4f2;font-size:1rem;line-height:1.45}body:has(.locked-homepage) .locked-actions{margin-top:18px}body:has(.locked-homepage) .locked-button{min-height:38px;border-radius:10px;padding:.55rem 1.05rem;font-size:.88rem}body:has(.locked-homepage) .locked-trust{display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:18px}body:has(.locked-homepage) .locked-trust span{min-height:auto;font-size:.84rem;font-weight:650}body:has(.locked-homepage) .locked-trust span:before{content:"✓";display:grid;place-items:center;width:16px;height:16px;color:#9fe7bd;background:#2bc48a1f;border-radius:999px;font-size:.72rem;font-weight:950}body:has(.locked-homepage) .locked-tech{position:relative;display:grid;place-items:center;min-height:250px}body:has(.locked-homepage) .locked-tech:before{content:none}body:has(.locked-homepage) .locked-tech-scene{position:relative;z-index:1;width:100%;display:block;max-width:720px;height:auto;object-fit:contain}body:has(.locked-homepage) .locked-search{padding:0;background:#f5f7fa;border-bottom:1px solid #dfe7f0}body:has(.locked-homepage) .locked-search-panel{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:center;padding:11px 30px;margin-top:10px;margin-bottom:10px;border:1px solid #dfe7f0;border-radius:10px;background:#fff;box-shadow:0 10px 32px #0715250a}body:has(.locked-homepage) .locked-search h2{font-size:1.1rem;line-height:1.12}body:has(.locked-homepage) .locked-search p{margin:.28rem 0 0;color:#52657a;font-size:.78rem}body:has(.locked-homepage) .locked-search-form{max-width:none;margin:0;grid-template-columns:minmax(0,1fr) 118px}body:has(.locked-homepage) .locked-search-form input,body:has(.locked-homepage) .locked-search-form button{min-height:34px;border-radius:9px;font-size:.82rem}body:has(.locked-homepage) .locked-search-form button{background:#071525}body:has(.locked-homepage) .locked-popular{display:none}body:has(.locked-homepage) .locked-categories{padding:4px 0 24px;background:#fff}body:has(.locked-homepage) .locked-section-head{margin-bottom:12px}body:has(.locked-homepage) .locked-section-head h2{font-size:1.35rem}body:has(.locked-homepage) .locked-category-grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:9px}body:has(.locked-homepage) .locked-category-card{min-height:107px;padding:9px 10px 7px;border-radius:8px;gap:4px;text-align:center;justify-items:center}body:has(.locked-homepage) .locked-category-icon{width:34px;height:34px;border-radius:7px;color:#1a2a40;background:transparent}body:has(.locked-homepage) .locked-category-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}body:has(.locked-homepage) .locked-choice-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}body:has(.locked-homepage) .locked-category-card strong{font-size:.74rem;line-height:1.12}body:has(.locked-homepage) .locked-category-card p{font-size:.53rem;line-height:1.35;max-width:13ch}body:has(.locked-homepage) .locked-card-link{justify-self:end;align-self:end;width:100%;font-size:.72rem;line-height:1}body:has(.locked-homepage) .locked-card-link:after{content:"→";color:#91a0b1}body:has(.locked-homepage) .locked-choices{padding:0 0 4px;background:#fff}body:has(.locked-homepage) .locked-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}body:has(.locked-homepage) .locked-choice-card{position:relative;grid-template-columns:minmax(0,1fr) 72px;gap:6px 14px;min-height:96px;padding:16px 18px;border-radius:9px}body:has(.locked-homepage) .locked-choice-icon{grid-column:2;grid-row:1 / 4;display:grid;place-items:center;width:64px;height:64px;border-radius:9px;background:transparent;color:#9aa4b3;font-size:.72rem;font-weight:950}body:has(.locked-homepage) .locked-choice-card:nth-child(3) .locked-choice-icon{color:#43a857}body:has(.locked-homepage) .locked-choice-icon svg{width:58px;height:58px;stroke-width:1.55}body:has(.locked-homepage) .locked-choice-card h3{font-size:1rem}body:has(.locked-homepage) .locked-choice-card p{font-size:.75rem;line-height:1.45}body:has(.locked-homepage) .locked-choice-card a{justify-self:start;min-height:26px;padding:.35rem .7rem;border:0;border-radius:999px;color:#fff;background:#071525;font-size:.68rem}body:has(.locked-homepage) .locked-choice-card:last-child a{color:#fff;background:#071525}body:has(.locked-homepage) .locked-footer{padding:17px 0 18px;background:linear-gradient(135deg,#071525,#0a1a2d)}body:has(.locked-homepage) .locked-footer .footer-grid{grid-template-columns:1.45fr repeat(5,minmax(0,1fr));gap:2.2rem}body:has(.locked-homepage) .locked-footer h3{font-size:.76rem;color:#8bb8ff}body:has(.locked-homepage) .locked-footer p,body:has(.locked-homepage) .locked-footer a,body:has(.locked-homepage) .locked-footer span{font-size:.72rem}body:has(.locked-homepage) .locked-footer .footer-company p{max-width:32ch}body:has(.locked-homepage) .locked-footer .footer-bottom{justify-content:center;margin-top:1.05rem;padding-top:.85rem}@media (max-width:1180px){body:has(.locked-homepage) .locked-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body:has(.locked-homepage) .locked-footer .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){body:has(.locked-homepage) .utility-bar{display:block}body:has(.locked-homepage) .utility-inner{align-items:flex-start;padding:.45rem 0}body:has(.locked-homepage) .utility-right{display:none}body:has(.locked-homepage) .nav{min-height:62px}body:has(.locked-homepage) .locked-nav-links.open{top:62px}body:has(.locked-homepage) .locked-hero{min-height:auto;padding:40px 0 34px}body:has(.locked-homepage) .locked-hero-grid{grid-template-columns:1fr;gap:24px}body:has(.locked-homepage) .locked-hero h1{font-size:clamp(3.25rem,15vw,4.8rem)}body:has(.locked-homepage) .locked-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body:has(.locked-homepage) .locked-tech{min-height:auto}body:has(.locked-homepage) .locked-search-panel{grid-template-columns:1fr;gap:14px}body:has(.locked-homepage) .locked-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.locked-homepage) .locked-choice-grid,body:has(.locked-homepage) .locked-footer .footer-grid{grid-template-columns:1fr}}@media (max-width:430px){body:has(.locked-homepage) .locked-homepage .container{width:min(100% - 28px,1220px)}body:has(.locked-homepage) .locked-search-form{grid-template-columns:1fr}body:has(.locked-homepage) .locked-tech{min-height:auto}body:has(.locked-homepage) .locked-category-card{min-height:154px}}@media (min-width:921px){body:has(.locked-homepage) .locked-homepage .container{width:min(100% - 40px,1180px)}body:has(.locked-homepage) .utility-inner{min-height:26px;font-size:.66rem}body:has(.locked-homepage) .utility-whatsapp{padding:.12rem .5rem}body:has(.locked-homepage) .nav{min-height:50px}body:has(.locked-homepage) .brand-logo-crop{width:32px;height:32px}body:has(.locked-homepage) .brand strong{font-size:.93rem}body:has(.locked-homepage) .brand em{font-size:.58rem}body:has(.locked-homepage) .locked-nav-links>a{font-size:.78rem}body:has(.locked-homepage) .locked-hero{min-height:256px;padding:24px 0 14px}body:has(.locked-homepage) .locked-hero-grid{grid-template-columns:minmax(0,.72fr) minmax(600px,1fr)}body:has(.locked-homepage) .locked-hero h1{font-size:clamp(2.85rem,3.28vw,3.28rem)}body:has(.locked-homepage) .locked-lead{margin-top:10px;font-size:.86rem;line-height:1.42}body:has(.locked-homepage) .locked-actions{margin-top:14px}body:has(.locked-homepage) .locked-button{min-height:34px;padding:.46rem 1rem;font-size:.78rem}body:has(.locked-homepage) .locked-trust{gap:8px 24px;margin-top:14px}body:has(.locked-homepage) .locked-trust span{font-size:.72rem}body:has(.locked-homepage) .locked-trust span:before{width:13px;height:13px;font-size:.58rem}body:has(.locked-homepage) .locked-tech{min-height:228px}body:has(.locked-homepage) .locked-tech-scene{max-width:690px}body:has(.locked-homepage) .locked-search-panel{grid-template-columns:250px minmax(0,1fr);padding:8px 30px;margin-top:8px;margin-bottom:8px}body:has(.locked-homepage) .locked-search h2{font-size:.96rem}body:has(.locked-homepage) .locked-search p{font-size:.68rem}body:has(.locked-homepage) .locked-search-form input,body:has(.locked-homepage) .locked-search-form button{min-height:30px;font-size:.7rem}body:has(.locked-homepage) .locked-categories{padding:0 0 12px}body:has(.locked-homepage) .locked-section-head{margin-bottom:7px}body:has(.locked-homepage) .locked-section-head h2{font-size:1.08rem}body:has(.locked-homepage) .locked-category-grid{gap:7px}body:has(.locked-homepage) .locked-category-card{min-height:84px;padding:6px 7px 4px}body:has(.locked-homepage) .locked-category-icon{width:27px;height:27px}body:has(.locked-homepage) .locked-category-icon svg{width:24px;height:24px}body:has(.locked-homepage) .locked-category-card strong{font-size:.63rem}body:has(.locked-homepage) .locked-category-card p{font-size:.47rem;line-height:1.22}body:has(.locked-homepage) .locked-choices{padding:0}body:has(.locked-homepage) .locked-choice-grid{gap:16px}body:has(.locked-homepage) .locked-choice-card{min-height:74px;padding:10px 12px;grid-template-columns:minmax(0,1fr) 52px}body:has(.locked-homepage) .locked-choice-icon{width:49px;height:49px}body:has(.locked-homepage) .locked-choice-icon svg{width:43px;height:43px}body:has(.locked-homepage) .locked-choice-card h3{font-size:.82rem}body:has(.locked-homepage) .locked-choice-card p{font-size:.59rem}body:has(.locked-homepage) .locked-choice-card a{min-height:21px;padding:.25rem .58rem;font-size:.55rem}body:has(.locked-homepage) .locked-footer{padding:14px 0}body:has(.locked-homepage) .locked-footer .footer-grid{gap:2rem}body:has(.locked-homepage) .locked-footer h3{font-size:.62rem}body:has(.locked-homepage) .locked-footer p,body:has(.locked-homepage) .locked-footer a,body:has(.locked-homepage) .locked-footer span{font-size:.59rem}}@media (max-width:920px){body:has(.locked-homepage){padding-bottom:calc(96px + env(safe-area-inset-bottom))}body:has(.locked-homepage) .locked-homepage .container{width:min(100% - 28px,1180px)}body:has(.locked-homepage) .utility-inner{gap:.35rem;min-height:auto;padding:.5rem 0 .45rem;font-size:.78rem;line-height:1.35}body:has(.locked-homepage) .utility-left{display:grid;gap:.35rem}body:has(.locked-homepage) .nav{min-height:64px}body:has(.locked-homepage) .locked-hero{padding:34px 0 28px}body:has(.locked-homepage) .locked-hero-grid{gap:18px}body:has(.locked-homepage) .locked-hero h1{font-size:clamp(3.05rem,13.2vw,4.35rem);line-height:.98;max-width:8.7ch}body:has(.locked-homepage) .locked-lead{margin-top:14px;font-size:1rem;line-height:1.48}body:has(.locked-homepage) .locked-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}body:has(.locked-homepage) .locked-button{width:100%;min-height:42px;padding:.68rem 1rem}body:has(.locked-homepage) .locked-trust{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px 14px;margin-top:18px}body:has(.locked-homepage) .locked-trust span{display:flex;align-items:center;gap:.5rem;min-width:0;font-size:.88rem;line-height:1.25}body:has(.locked-homepage) .locked-trust span:before{flex:0 0 auto;width:18px;height:18px}body:has(.locked-homepage) .locked-tech{width:100%;margin-top:4px}body:has(.locked-homepage) .locked-tech-scene{width:100%;max-width:none;margin-inline:auto}body:has(.locked-homepage) .locked-search-panel{gap:12px;padding:14px;margin-top:10px;margin-bottom:10px}body:has(.locked-homepage) .locked-search h2{font-size:1.2rem}body:has(.locked-homepage) .locked-search p{font-size:.86rem}body:has(.locked-homepage) .locked-search-form{grid-template-columns:1fr;gap:10px}body:has(.locked-homepage) .locked-search-form input,body:has(.locked-homepage) .locked-search-form button{width:100%;min-height:44px;font-size:.9rem}body:has(.locked-homepage) .locked-categories{padding:0 0 14px}body:has(.locked-homepage) .locked-section-head{margin-bottom:8px}body:has(.locked-homepage) .locked-section-head h2{font-size:1.25rem}body:has(.locked-homepage) .locked-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body:has(.locked-homepage) .locked-category-card{min-height:136px;padding:10px 8px 7px;gap:5px}body:has(.locked-homepage) .locked-category-icon{width:31px;height:31px}body:has(.locked-homepage) .locked-category-icon svg{width:27px;height:27px}body:has(.locked-homepage) .locked-category-card strong{font-size:.78rem;line-height:1.12}body:has(.locked-homepage) .locked-category-card p{max-width:15ch;font-size:.58rem;line-height:1.28}body:has(.locked-homepage) .locked-card-link{font-size:.7rem}body:has(.locked-homepage) .locked-choices{padding:0 0 8px}body:has(.locked-homepage) .locked-choice-grid{gap:10px}body:has(.locked-homepage) .locked-choice-card{grid-template-columns:minmax(0,1fr) 46px;min-height:0;padding:12px 14px;gap:5px 10px}body:has(.locked-homepage) .locked-choice-icon{grid-column:2;grid-row:1 / 4;width:42px;height:42px;font-size:0;letter-spacing:0;text-transform:none}body:has(.locked-homepage) .locked-choice-icon svg{width:36px;height:36px}body:has(.locked-homepage) .locked-choice-card h3{font-size:.92rem;line-height:1.15}body:has(.locked-homepage) .locked-choice-card p{font-size:.72rem;line-height:1.35}body:has(.locked-homepage) .locked-choice-card a{min-height:26px;padding:.34rem .68rem;font-size:.65rem}body:has(.locked-homepage) .locked-footer{padding:26px 0 calc(112px + env(safe-area-inset-bottom))}body:has(.locked-homepage) .locked-footer .footer-grid{gap:1.15rem}body:has(.locked-homepage) .locked-footer h3{margin-bottom:.4rem}body:has(.locked-homepage) .locked-footer a{margin:.25rem 0}body:has(.locked-homepage) .mobile-contact{display:flex!important;gap:6px;padding:.45rem .55rem calc(.45rem + env(safe-area-inset-bottom))}body:has(.locked-homepage) .mobile-contact a{min-width:0;min-height:46px;border-radius:9px;font-size:.82rem}}@media (max-width:430px){body:has(.locked-homepage) .locked-homepage .container{width:min(100% - 28px,1180px)}body:has(.locked-homepage) .locked-hero{padding:32px 0 28px}body:has(.locked-homepage) .locked-hero-grid{gap:16px}body:has(.locked-homepage) .locked-hero h1{font-size:clamp(2.72rem,14vw,3.42rem)}body:has(.locked-homepage) .locked-lead{margin-top:12px}body:has(.locked-homepage) .locked-trust{gap:11px 12px}body:has(.locked-homepage) .locked-trust span{font-size:.86rem}body:has(.locked-homepage) .locked-tech{margin-top:2px}body:has(.locked-homepage) .locked-category-grid{gap:8px}body:has(.locked-homepage) .locked-category-card{min-height:128px;padding:9px 7px 7px}body:has(.locked-homepage) .locked-category-card strong{font-size:.74rem}body:has(.locked-homepage) .locked-category-card p{font-size:.55rem}body:has(.locked-homepage) .locked-choice-card{grid-template-columns:minmax(0,1fr) 40px;padding:12px}body:has(.locked-homepage) .locked-choice-icon{grid-column:2;grid-row:1 / 4;width:38px;height:38px;font-size:0;letter-spacing:0;text-transform:none}body:has(.locked-homepage) .locked-choice-icon svg{width:33px;height:33px}}p,li,.card p,.footer p,.footer a,.field label,.field input,.field select,.field textarea,.hint,.breadcrumbs,.nav-links,.nav-trigger,.utility-bar,.mobile-contact a{font-size:max(1rem,16px);line-height:1.55}.eyebrow,.badge,small,.mega-label,.footer h3,body:has(.locked-homepage) .locked-card-link,body:has(.locked-homepage) .locked-choice-card a,body:has(.locked-homepage) .locked-category-card p,body:has(.locked-homepage) .locked-trust span,body:has(.locked-homepage) .locked-search p,body:has(.locked-homepage) .locked-search-form input,body:has(.locked-homepage) .locked-search-form button,body:has(.locked-homepage) .locked-footer p,body:has(.locked-homepage) .locked-footer a,body:has(.locked-homepage) .locked-footer span,body:has(.locked-homepage) .locked-footer h3,.mobile-contact a{font-size:max(.875rem,14px);line-height:1.45}body:has(.locked-homepage) .locked-category-card strong,body:has(.locked-homepage) .locked-choice-card h3,body:has(.locked-homepage) .locked-search h2,body:has(.locked-homepage) .locked-section-head h2{font-size:max(1rem,16px)}body:has(.locked-homepage) .locked-category-card{min-height:146px}body:has(.locked-homepage) .locked-choice-card{min-height:112px}@media (min-width:921px){body:has(.locked-homepage) .locked-hero{min-height:286px}body:has(.locked-homepage) .locked-category-card{min-height:148px}body:has(.locked-homepage) .locked-choice-card{min-height:112px}body:has(.locked-homepage) .locked-footer{padding:24px 0}}@media (max-width:920px){body:has(.locked-homepage) .locked-category-card{min-height:166px}body:has(.locked-homepage) .locked-choice-card{min-height:128px}}
