.nexa-theme{--nx-primary:hsl(var(--primary,181 75% 32%));--nx-bg:hsl(var(--background,180 12% 94%));--nx-surface:hsl(var(--card,0 0% 100%));--nx-ink:hsl(var(--foreground,185 66% 8%));--nx-muted:hsl(var(--muted-foreground,190 10% 40%));--nx-border:hsl(var(--border,185 12% 80%));--nx-panel:color-mix(in oklab,hsl(var(--primary,181 75% 32%))20%,#0b0e11 80%);--nx-on-panel:#fff;--nx-pop:color-mix(in oklab,hsl(var(--primary,181 75% 32%))58%,#fff 42%);--nx-line:color-mix(in srgb,hsl(var(--border,185 12% 80%))70%,transparent);--nx-shadow:0 1px 2px #090b0e0a,0 18px 44px -28px #090b0e29;--nx-scrim:color-mix(in oklab,hsl(var(--primary,181 75% 32%))14%,#07090c 86%);--nx-on-primary:hsl(var(--primary-foreground,0 0% 100%));background:var(--nx-bg);color:var(--nx-ink);font-family:var(--font-body,Inter,sans-serif)}.nexa-theme *{box-sizing:border-box}.nexa-theme .nx-display{font-family:var(--font-display,Inter,sans-serif);letter-spacing:-.045em}.nexa-theme .nx-shell{width:min(100% - 48px,1300px);margin-inline:auto}.nexa-theme .nx-section{padding:92px 24px}.nexa-theme .nx-card{border:1px solid var(--nx-line);background:var(--nx-surface);box-shadow:var(--nx-shadow);border-radius:14px;overflow:hidden}.nexa-theme a.nx-card{transition:all .25s}.nexa-theme a.nx-card:hover{transform:translateY(-4px);box-shadow:0 26px 52px -26px #090b0e4d}.nexa-theme .nx-tag{background:hsl(var(--primary,181 75% 32%)/.1);color:var(--nx-primary);letter-spacing:.1em;text-transform:uppercase;border:0;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:11px;font-weight:750;display:inline-flex}.nexa-theme .nx-tag b{color:var(--nx-primary)}.nexa-theme .nx-heading{margin:20px 0 0;font-size:clamp(2.7rem,4vw,4.8rem);font-weight:600;line-height:1.05}.nexa-theme .nx-heading em{color:var(--nx-primary);font-style:normal}.nexa-theme .nx-muted{color:var(--nx-muted);margin:14px 0 0;line-height:1.6}.nexa-theme .nx-header{z-index:50;background:var(--nx-surface);border-radius:0 0 14px 14px;justify-content:space-between;align-items:center;gap:28px;margin:0 14px;padding:14px 28px;display:flex;position:sticky;top:0;box-shadow:0 18px 44px -34px #090b0e66}.nexa-theme .nx-brand{color:var(--nx-ink);align-items:center;gap:10px;font-size:27px;font-weight:700;text-decoration:none;display:flex}.nexa-theme .nx-brand i{color:var(--nx-primary);font-style:normal}.nexa-theme .nx-nav{align-items:center;gap:30px;display:flex}.nexa-theme .nx-nav a{color:var(--nx-ink);font-size:14px;text-decoration:none;transition:all .2s}.nexa-theme .nx-nav a:hover{color:var(--nx-primary)}.nexa-theme .nx-nav-cta{background:var(--nx-primary);border-radius:999px;font-weight:700;transition:all .25s;color:var(--nx-on-primary)!important;padding:12px 20px!important}.nexa-theme .nx-nav-cta:hover{box-shadow:0 12px 24px -12px hsl(var(--primary,181 75% 32%)/.55);transform:translateY(-1px);color:var(--nx-on-primary)!important}.nexa-theme .nx-menu{color:inherit;background:0 0;border:0;font-size:24px;display:none}.nexa-theme .nx-hero{grid-template-columns:1fr 1fr;gap:14px;min-height:calc(100svh - 104px);margin:14px;display:grid}.nexa-theme .nx-hero-copy{background:radial-gradient(circle at 8% 30%,hsl(var(--primary)/.32),transparent 38%),var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;flex-direction:column;justify-content:center;padding:clamp(42px,8vw,130px);display:flex;position:relative;overflow:hidden}.nexa-theme .nx-dark-pattern:after{background:repeating-linear-gradient(76deg,transparent 0 15px,hsl(var(--primary)/.1)16px 18px);content:"";pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 100% 0,#000,#0000 65%);mask-image:radial-gradient(circle at 100% 0,#000,#0000 65%)}.nexa-theme .nx-hero-copy:after{background:repeating-radial-gradient(ellipse 62% 54% at 50% 48%,transparent 0 17px,hsl(var(--primary)/.13)18px 20px,transparent 21px 34px);content:"";pointer-events:none;position:absolute;inset:-18%;-webkit-mask-image:radial-gradient(48% 46% at 50% 48%,#0000 0 48%,#0000001f 64%,#000 88%);mask-image:radial-gradient(48% 46% at 50% 48%,#0000 0 48%,#0000001f 64%,#000 88%)}.nexa-theme .nx-hero h1{z-index:1;letter-spacing:-.045em;margin:28px 0 0;font-size:clamp(3.8rem,4vw,5rem);font-weight:600;line-height:1;position:relative}.nexa-theme .nx-hero-highlight{color:var(--nx-pop)}.nexa-theme .nx-hero-copy p{z-index:1;max-width:520px;color:color-mix(in srgb,var(--nx-on-panel)76%,transparent);margin:32px 0 0;line-height:1.6;position:relative}.nexa-theme .nx-hero-copy .nx-tag{z-index:1;border:1px dashed color-mix(in srgb,var(--nx-on-panel)22%,transparent);color:var(--nx-on-panel);letter-spacing:.075em;background:0 0;border-radius:4px;align-self:flex-start;padding:10px 14px;font-size:clamp(12px,.8vw,14px);position:relative}.nexa-theme .nx-hero-copy .nx-tag b{color:var(--nx-pop);align-items:center;display:flex}.nexa-theme .nx-button{z-index:1;background:var(--nx-primary);width:fit-content;color:var(--nx-on-primary);border-radius:999px;align-items:center;margin-top:30px;padding:14px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;position:relative}.nexa-theme .nx-button:hover{box-shadow:0 16px 30px -14px hsl(var(--primary,181 75% 32%)/.55);transform:translateY(-2px)}.nexa-theme .nx-hero-image{background:hsl(var(--primary)/.12);border-radius:14px;position:relative;overflow:hidden}.nexa-theme .nx-hero-image>*,.nexa-theme .nx-about-image>*,.nexa-theme .nx-faq-image>*,.nexa-theme .nx-service .nx-image,.nexa-theme .nx-service .nx-image-empty,.nexa-theme .nx-gallery-item>.nx-image,.nexa-theme .nx-gallery-item>.nx-image-empty,.nexa-theme .nx-post-image>*{width:100%;height:100%}.nexa-theme .nx-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.nexa-theme .nx-stat{z-index:2;background:var(--nx-surface);width:250px;color:var(--nx-ink);border-radius:14px;padding:30px;position:absolute;bottom:14px;left:14px;box-shadow:0 26px 48px -26px #090b0e73}.nexa-theme .nx-stat strong{letter-spacing:-.06em;font-size:52px;display:block}.nexa-theme .nx-stat span{color:var(--nx-muted);font-size:13px}.nexa-theme .nx-hero-word{white-space:nowrap;display:inline-block}.nexa-theme .nx-hero-letter-mask{vertical-align:bottom;padding-block:.06em;display:inline-block;overflow:hidden}.nexa-theme .nx-hero-letter{opacity:0;will-change:transform,opacity;animation:.72s cubic-bezier(.22,1,.36,1) forwards nx-hero-letter-reveal;display:inline-block;transform:translateY(115%)}@keyframes nx-hero-letter-reveal{to{opacity:1;transform:translateY(0)}}.nexa-theme .nx-hero-copy:after{background:repeating-radial-gradient(ellipse 68% 58% at 50% 50%,transparent 0 17px,hsl(var(--primary)/.09)18px 20px,transparent 21px 34px);inset:-30%;-webkit-mask-image:linear-gradient(45deg,#000 0,#000000b8 24%,#0000 47% 53%,#000000b8 76%,#000 100%);mask-image:linear-gradient(45deg,#000 0,#000000b8 24%,#0000 47% 53%,#000000b8 76%,#000 100%)}.nexa-theme .nx-scroll-down{z-index:2;color:color-mix(in srgb,var(--nx-on-panel)64%,transparent);font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:12px;padding:0;font-size:12px;font-weight:650;display:flex;position:absolute;bottom:28px;left:28px}.nexa-theme .nx-scroll-down span{writing-mode:vertical-rl;transform:rotate(180deg)}.nexa-theme .nx-scroll-down i{background:color-mix(in srgb,var(--nx-on-panel)9%,transparent);width:38px;height:38px;color:var(--nx-on-panel);border-radius:999px;justify-content:center;align-items:center;font-style:normal;transition:all .25s;display:flex}.nexa-theme .nx-scroll-down svg{width:20px;height:20px}.nexa-theme .nx-scroll-down:hover{color:var(--nx-on-panel)}.nexa-theme .nx-scroll-down:hover i{background:color-mix(in srgb,var(--nx-on-panel)16%,transparent);transform:translateY(4px)}.nexa-theme .nx-hero .nx-hero-cta{border-block:1px dashed color-mix(in srgb,var(--nx-on-panel)20%,transparent);width:min(100%,520px);min-height:132px;color:color-mix(in srgb,var(--nx-on-panel)72%,transparent);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:120px minmax(0,1fr);margin-top:38px;padding:20px 0;font-size:clamp(15px,1.15vw,18px);font-weight:450;line-height:1.45;display:grid}.nexa-theme .nx-hero .nx-hero-cta:hover{box-shadow:none;color:var(--nx-on-panel);transform:none}.nexa-theme .nx-hero-cta-icon{border-right:1px dashed color-mix(in srgb,var(--nx-on-panel)20%,transparent);height:100%;color:var(--nx-on-panel);justify-content:flex-start;align-items:center;margin-right:32px;display:flex}.nexa-theme .nx-hero-cta-icon svg{width:76px;height:76px;transition:color .25s,transform .25s}.nexa-theme .nx-hero-cta:hover .nx-hero-cta-icon svg{color:var(--nx-pop);transform:translate(5px,-5px)}.nexa-theme .nx-hero-cta-label{padding-right:18px}.nexa-theme .nx-center{text-align:center}.nexa-theme .nx-grid3{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.nexa-theme .nx-feature{text-align:left;flex-direction:column;gap:26px;padding:34px;transition:all .25s;display:flex}.nexa-theme .nx-feature:hover{background:var(--nx-primary);color:var(--nx-on-primary);box-shadow:0 24px 48px -24px hsl(var(--primary,181 75% 32%)/.5);border-color:#0000;transform:translateY(-3px)}.nexa-theme .nx-feature:hover p{color:var(--nx-on-primary)}.nexa-theme .nx-feature-icon{background:hsl(var(--primary)/.1);width:56px;height:56px;color:var(--nx-primary);border-radius:12px;flex:none;justify-content:center;align-self:flex-start;align-items:center;display:flex}.nexa-theme .nx-feature:hover .nx-feature-icon{color:var(--nx-on-primary);background:#ffffff29}.nexa-theme .nx-feature h3{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(24px,1.7vw,30px);font-weight:600;line-height:1.2}.nexa-theme .nx-feature p{color:var(--nx-muted);margin:0;font-weight:450;line-height:1.55}.nexa-theme .nx-about{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"visual content""visual lower";align-items:stretch;gap:14px;display:grid}.nexa-theme .nx-about--no-lower{grid-template-areas:"visual content"}.nexa-theme .nx-about--noimage{grid-template-columns:1fr;grid-template-areas:"content""lower"}.nexa-theme .nx-about--noimage.nx-about--no-lower{grid-template-areas:"content"}.nexa-theme .nx-about--noimage .nx-about-content{width:min(100%,900px);margin-inline:auto}.nexa-theme .nx-about-visual{grid-area:visual;min-height:clamp(620px,55vw,760px);position:relative}.nexa-theme .nx-about-image{background:hsl(var(--primary)/.08);border-radius:14px;position:relative;overflow:hidden}.nexa-theme .nx-about-image--primary{width:100%;height:100%;min-height:inherit}.nexa-theme .nx-about-image--secondary{height:100%;min-height:250px}.nexa-theme .nx-about-content{flex-direction:column;grid-area:content;justify-content:center;gap:28px;min-height:390px;padding:48px;display:flex}.nexa-theme .nx-about-content>div{flex-direction:column;gap:18px;display:flex}.nexa-theme .nx-about-content p{max-width:580px;margin:0}.nexa-theme .nx-about-content .nx-heading{margin:0}.nexa-theme .nx-about-content>.nx-button{margin-top:auto}.nexa-theme .nx-about-stat{z-index:20;background:var(--nx-surface);width:min(230px,48%);color:var(--nx-ink);border-radius:0 14px;padding:28px;position:absolute;bottom:0;left:0;box-shadow:0 26px 48px -26px #090b0e73}.nexa-theme .nx-about-stat strong{font-family:var(--font-display,Inter,sans-serif);letter-spacing:-.07em;font-size:clamp(3.5rem,5vw,5.25rem);font-weight:650;line-height:.95;display:block}.nexa-theme .nx-about-stat span{color:var(--nx-muted);margin-top:16px;font-size:13px;line-height:1.45;display:block}.nexa-theme .nx-about-lower{grid-area:lower;grid-template-columns:minmax(0,1.45fr) minmax(180px,.85fr);gap:14px;min-height:250px;display:grid}.nexa-theme .nx-about-lower--single{grid-template-columns:1fr}.nexa-theme .nx-quote{background:var(--nx-primary);color:var(--nx-on-primary);border-radius:14px;align-items:flex-end;margin:0;padding:34px;font-size:clamp(18px,1.35vw,22px);font-weight:550;line-height:1.45;display:flex;position:relative;overflow:hidden}.nexa-theme .nx-quote:after{color:color-mix(in srgb,var(--nx-on-primary)28%,transparent);content:"”";pointer-events:none;font-family:Georgia,Times New Roman,serif;font-size:120px;line-height:1;position:absolute;bottom:-18px;right:26px}.nexa-theme .nx-quote>*{z-index:1;position:relative}.nexa-theme .nx-services{background:radial-gradient(circle at 92% 0,hsl(var(--primary)/.25),transparent 42%),var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;margin:14px;padding:72px 0 76px;position:relative;overflow:hidden}.nexa-theme .nx-services .nx-tag{color:var(--nx-on-panel);background:#ffffff1f}.nexa-theme .nx-services .nx-tag b,.nexa-theme .nx-services .nx-heading em{color:var(--nx-pop)}.nexa-theme .nx-services-subtitle{max-width:640px;color:color-mix(in srgb,var(--nx-on-panel)76%,transparent);margin:20px auto 0;line-height:1.6}.nexa-theme .nx-services-carousel{cursor:grab;width:100%;margin-top:52px;overflow:hidden}.nexa-theme .nx-services-carousel:active{cursor:grabbing}.nexa-theme .nx-track{touch-action:pan-y pinch-zoom;gap:22px;width:max-content;margin-inline:auto;display:flex}.nexa-theme .nx-service{background:color-mix(in srgb,var(--nx-panel)88%,var(--nx-primary));color:#fff;text-align:left;cursor:pointer;border:0;border-radius:12px;flex:0 0 clamp(300px,30vw,410px);height:450px;padding:0;text-decoration:none;position:relative;overflow:hidden}.nexa-theme .nx-service:after,.nexa-theme .nx-gallery-item:after{z-index:11;background:linear-gradient(transparent 35%,color-mix(in srgb,var(--nx-scrim)88%,transparent));content:"";pointer-events:none;position:absolute;inset:0}.nexa-theme .nx-service h3{z-index:12;margin:0;font-size:clamp(25px,1.8vw,30px);font-weight:600;position:absolute;bottom:28px;left:28px;right:28px}.nexa-theme .nx-service img{transition:all .45s}.nexa-theme .nx-service:hover img{transform:scale(1.04)}.nexa-theme .nx-services-pagination{z-index:2;justify-content:center;align-items:center;gap:8px;margin-top:42px;display:flex;position:relative}.nexa-theme .nx-services-pagination button{background:color-mix(in srgb,var(--nx-on-panel)24%,transparent);cursor:pointer;border:0;border-radius:999px;width:10px;height:7px;padding:0;transition:width .25s,background-color .25s}.nexa-theme .nx-services-pagination button:hover{background:color-mix(in srgb,var(--nx-on-panel)58%,transparent)}.nexa-theme .nx-services-pagination button.is-active{background:var(--nx-on-panel);width:64px}.nexa-theme .nx-gallery{grid-template-rows:1fr 1fr;grid-template-columns:repeat(3,1fr);gap:18px;height:720px;margin-top:50px;display:grid}.nexa-theme .nx-gallery-item{cursor:pointer;background:0 0;border:0;border-radius:12px;padding:0;position:relative;overflow:hidden}.nexa-theme .nx-gallery-item:nth-child(4n+1),.nexa-theme .nx-gallery-item:nth-child(4n){grid-column:span 2}.nexa-theme .nx-gallery-item span{z-index:12;color:#fff;font-weight:700;position:absolute;bottom:22px;left:22px}.nexa-theme .nx-lightbox{max-width:min(92vw,1100px);margin:0}.nexa-theme .nx-lightbox .nx-image{border-radius:14px;max-height:78vh}.nexa-theme .nx-lightbox figcaption{text-align:center;color:#fff;margin-top:14px}.nexa-theme .nx-projects-header{grid-template-columns:minmax(280px,520px) minmax(70px,1fr) auto;align-items:center;gap:34px;display:grid}.nexa-theme .nx-projects-heading{text-align:left;align-items:flex-start}.nexa-theme .nx-projects-heading>div{align-items:flex-start}.nexa-theme .nx-projects-heading .nx-heading{font-size:clamp(2.7rem,4vw,4.8rem)}.nexa-theme .nx-projects-rule{background:var(--nx-border);width:100%;height:1px}.nexa-theme .nx-projects-cta{background:var(--nx-primary);white-space:nowrap;flex:none;font-size:13px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;color:var(--nx-on-primary)!important}.nexa-theme .nx-projects-cta:hover{box-shadow:0 12px 24px -12px hsl(var(--primary,181 75% 32%)/.55);transform:translateY(-1px)}.nexa-theme .nx-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(250px,25vw,340px);gap:16px;margin-top:52px;display:grid}.nexa-theme .nx-project-card{background:hsl(var(--primary)/.1);color:#fff;text-align:left;cursor:pointer;border:0;border-radius:12px;min-width:0;padding:0;text-decoration:none;position:relative;overflow:hidden}.nexa-theme .nx-project-card:nth-child(4n+1),.nexa-theme .nx-project-card:nth-child(4n){grid-column:span 2}.nexa-theme .nx-project-card:after{z-index:11;background:linear-gradient(transparent 38%,color-mix(in srgb,var(--nx-scrim)88%,transparent));content:"";pointer-events:none;position:absolute;inset:0}.nexa-theme .nx-project-image,.nexa-theme .nx-project-image>*{width:100%;height:100%}.nexa-theme .nx-project-image{position:absolute;inset:0}.nexa-theme .nx-project-image img{transition:transform .45s}.nexa-theme .nx-project-card:hover .nx-project-image img{transform:scale(1.035)}.nexa-theme .nx-project-caption{z-index:12;position:absolute;bottom:22px;left:24px;right:24px}.nexa-theme .nx-project-caption h3{color:#fff;letter-spacing:-.025em;max-width:30ch;margin:0;font-size:clamp(20px,1.5vw,27px);font-weight:650;line-height:1.15}.nexa-theme .nx-testimonials{border:1px solid var(--nx-line);background:hsl(var(--primary)/.06);border-radius:14px;margin:14px;padding:80px 24px}.nexa-theme .nx-testimonials-carousel{margin-top:48px}.nexa-theme .nx-carousel-nav{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.nexa-theme .nx-carousel-button{border:1px solid var(--nx-border);background:var(--nx-surface);width:46px;height:46px;color:var(--nx-ink);border-radius:999px;transition:all .2s;position:relative;inset:0;transform:none}.nexa-theme .nx-carousel-button:hover:not(:disabled){border-color:var(--nx-primary);color:var(--nx-primary)}.nexa-theme .nx-carousel-button:disabled{opacity:.4}.nexa-theme .nx-testimonial{flex-direction:column;height:100%;padding:34px;display:flex}.nexa-theme .nx-testimonial:before{content:"“";height:42px;color:hsl(var(--primary)/.45);font-family:Georgia,Times New Roman,serif;font-size:74px;line-height:1;display:block}.nexa-theme .nx-testimonial>q{quotes:none;color:color-mix(in srgb,var(--nx-ink)80%,transparent);font-size:18px;font-weight:450;line-height:1.6}.nexa-theme .nx-testimonial footer{border-top:1px solid var(--nx-line);margin-top:auto;padding-top:22px}.nexa-theme .nx-testimonial footer strong,.nexa-theme .nx-testimonial footer span{display:block}.nexa-theme .nx-testimonial footer strong{font-weight:600}.nexa-theme .nx-testimonial footer span{color:var(--nx-muted);margin-top:4px;font-size:12px}.nexa-theme .nx-testimonial>q+footer{margin-top:26px}.nexa-theme .nx-faq{grid-template-columns:.9fr 1.1fr;gap:56px;margin-top:48px;display:grid}.nexa-theme .nx-faq-image{border-radius:14px;min-height:610px;position:relative;overflow:hidden}.nexa-theme .nx-faq-image>*{width:100%;height:100%}.nexa-theme .nx-faq-placeholder{display:flex}.nexa-theme .nx-faq-list{flex-direction:column;align-self:start;gap:14px;display:flex}.nexa-theme .nx-faq-item{border:1px solid var(--nx-line);background:var(--nx-surface);box-shadow:var(--nx-shadow);border-radius:11px;overflow:hidden}.nexa-theme .nx-faq-item button{width:100%;min-height:76px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:0 24px;font-weight:700;line-height:1.35;display:flex}.nexa-theme .nx-faq-item button>span:last-child{background:hsl(var(--primary)/.1);width:28px;height:28px;color:var(--nx-primary);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-size:16px;font-weight:500;line-height:1;display:flex}.nexa-theme .nx-faq-answer{color:var(--nx-muted);padding:0 24px 24px;font-weight:450;line-height:1.6}.nexa-theme .nx-faq-sidecard{margin-top:24px;padding:34px}.nexa-theme .nx-post{text-align:left;flex-direction:column;display:flex}.nexa-theme .nx-post-image{height:250px;position:relative}.nexa-theme .nx-post-body{flex-direction:column;gap:10px;padding:26px;display:flex}.nexa-theme .nx-post-body small{color:var(--nx-muted);font-size:12px;font-weight:500}.nexa-theme .nx-post-body h2,.nexa-theme .nx-post-body h3{margin:0;font-size:clamp(22px,1.5vw,26px);font-weight:600;line-height:1.25}.nexa-theme .nx-post-body a{color:inherit;text-decoration:none}.nexa-theme .nx-post-body p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.nexa-theme .nx-post-more{color:var(--nx-primary);margin-top:auto;font-size:13px;font-weight:700}.nexa-theme .nx-post-more:after{content:"→";margin-left:6px;transition:transform .25s;display:inline-block}.nexa-theme .nx-card:hover .nx-post-more:after{transform:translate(4px)}.nexa-theme .nx-modal{background:var(--nx-surface);width:min(92vw,900px);color:var(--nx-ink);border-radius:14px;display:flex;overflow:hidden;box-shadow:0 40px 80px -40px #00000080}.nexa-theme .nx-modal-image{flex:0 0 42%;min-height:320px;position:relative}.nexa-theme .nx-modal-body{flex-direction:column;justify-content:center;gap:16px;padding:40px;display:flex}.nexa-theme .nx-modal-body h3{margin:0;font-size:30px}.nexa-theme .nx-modal-close{z-index:2;background:var(--nx-surface);width:38px;height:38px;color:var(--nx-ink);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:18px}.nexa-theme .nx-contact{background:var(--nx-primary);color:var(--nx-on-primary);border-radius:14px;grid-template-columns:.9fr 1.1fr;gap:70px;margin:14px;padding:76px clamp(28px,7vw,120px);display:grid;position:relative}.nexa-theme .nx-contact-form{background:var(--nx-surface);color:var(--nx-ink);border-radius:14px;gap:18px;padding:38px;display:grid;box-shadow:0 26px 56px -30px #090b0e80}.nexa-theme .nx-contact-form input,.nexa-theme .nx-contact-form textarea{border:0;border-bottom:1px solid var(--nx-border);width:100%;color:inherit;font:inherit;background:0 0;padding:14px 0}.nexa-theme .nx-contact-form button{background:var(--nx-ink);color:var(--nx-bg);cursor:pointer;border:0;border-radius:999px;padding:14px 20px;font-weight:700;transition:all .25s}.nexa-theme .nx-contact-form button:hover:not(:disabled){transform:translateY(-1px)}.nexa-theme .nx-contact-form button:disabled{opacity:.6;cursor:default}.nexa-theme .nx-contact .nx-heading{color:var(--nx-on-primary)}.nexa-theme .nx-contact .nx-tag{background:hsl(var(--primary-foreground,0 0% 100%)/.16);color:var(--nx-on-primary)}.nexa-theme .nx-contact .nx-tag b{color:var(--nx-on-primary)}.nexa-theme .nx-contact-subtitle{max-width:520px;color:hsl(var(--primary-foreground,0 0% 100%)/.82);margin:24px 0 0;line-height:1.6}.nexa-theme .nx-contact-info{gap:22px;margin:40px 0 0;padding:0;list-style:none;display:grid}.nexa-theme .nx-contact-info li{align-items:flex-start;gap:14px;display:flex}.nexa-theme .nx-contact-info-icon{background:hsl(var(--primary-foreground,0 0% 100%)/.16);border-radius:999px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.nexa-theme .nx-contact-info small{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--primary-foreground,0 0% 100%)/.68);margin-bottom:3px;font-size:11px;font-weight:750;display:block}.nexa-theme .nx-contact-socials{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.nexa-theme .nx-contact-social{background:hsl(var(--primary-foreground,0 0% 100%)/.16);width:40px;height:40px;color:var(--nx-on-primary);border-radius:999px;justify-content:center;align-items:center;transition:all .25s;display:flex}.nexa-theme .nx-contact-social:hover{background:var(--nx-on-primary);color:var(--nx-primary)}.nexa-theme .nx-contact-map{border-radius:14px;grid-column:1/-1;min-height:320px;overflow:hidden}.nexa-theme .nx-footer{background:var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;margin:0 14px 14px;padding:48px clamp(28px,6vw,100px)}.nexa-theme .nx-footer-top,.nexa-theme .nx-footer-bottom{justify-content:space-between;align-items:center;gap:30px;display:flex}.nexa-theme .nx-footer nav{border-block:1px solid color-mix(in srgb,var(--nx-on-panel)14%,transparent);flex-wrap:wrap;gap:26px;margin:48px 0;padding:28px 0;display:flex}.nexa-theme .nx-footer a{color:color-mix(in srgb,var(--nx-on-panel)68%,transparent);text-decoration:none}.nexa-theme .nx-footer a:hover{color:var(--nx-on-panel)}.nexa-theme .nx-footer-bottom{color:color-mix(in srgb,var(--nx-on-panel)55%,transparent);font-size:12px}.nexa-theme .nx-footer-brand{color:var(--nx-on-panel)}.nexa-theme .nx-footer-brand i{color:var(--nx-pop)}.nexa-theme .nx-footer-socials{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.nexa-theme .nx-footer-legal{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.nexa-theme .nx-brand-logo{width:auto;max-width:180px;height:42px}.nexa-theme .nx-nav-mobile{background:var(--nx-surface);border-radius:0 0 14px 14px;flex-direction:column;gap:18px;padding:24px;display:flex;position:absolute;inset:76px 0 auto;box-shadow:0 24px 40px #00000024}.nexa-theme .nx-nav-mobile a{color:var(--nx-ink);font-size:15px;text-decoration:none}.nexa-theme .nx-nav-mobile .nx-nav-cta{background:var(--nx-primary);width:fit-content;color:var(--nx-on-primary);border-radius:999px;padding:12px 20px;font-weight:700}.nexa-theme .nx-image-empty{background:hsl(var(--primary)/.07);width:100%;height:100%;min-height:180px;color:hsl(var(--primary)/.55);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.nexa-theme .nx-image-empty span{letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:750}.nexa-theme .nx-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.nexa-theme .nx-filters button{border:1px solid var(--nx-border);color:var(--nx-muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:13px;transition:all .2s}.nexa-theme .nx-filters button:hover{color:var(--nx-ink)}.nexa-theme .nx-filters button.is-active{background:var(--nx-primary);color:var(--nx-on-primary);border-color:#0000;font-weight:700}.nexa-theme .nx-breadcrumb{color:var(--nx-muted);flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px;font-size:12px;display:flex}.nexa-theme .nx-breadcrumb a{color:var(--nx-muted);text-decoration:none}.nexa-theme .nx-breadcrumb a:hover{color:var(--nx-primary)}.nexa-theme .nx-content-image{border-radius:14px;height:clamp(260px,42vw,460px);margin-bottom:44px;position:relative;overflow:hidden}.nexa-theme .nx-content-actions{flex-wrap:wrap;gap:14px;margin-top:44px;display:flex}.nexa-theme .nx-button-ghost{border:1px solid var(--nx-border);color:var(--nx-ink);cursor:pointer;font:inherit;background:0 0;font-size:13px;font-weight:700}.nexa-theme .nx-prevnext{grid-template-columns:1fr 1fr;gap:18px;margin-top:60px;display:grid}.nexa-theme .nx-prevnext-item{color:var(--nx-ink);flex-direction:column;gap:8px;padding:26px;text-decoration:none;transition:all .2s;display:flex}.nexa-theme .nx-prevnext-item:hover{color:var(--nx-primary)}.nexa-theme .nx-prevnext-item small{color:var(--nx-muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:750}.nexa-theme .nx-prevnext-next{text-align:right}.nexa-theme .nx-gallery-index{grid-auto-rows:300px;height:auto}.nexa-theme .nx-lightbox-overlay{z-index:100;background:color-mix(in srgb,var(--nx-scrim)94%,transparent);justify-content:center;align-items:center;gap:24px;padding:28px;display:flex;position:fixed;inset:0}.nexa-theme .nx-lightbox-prev,.nexa-theme .nx-lightbox-next{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:999px;flex:0 0 46px;width:46px;height:46px;font-size:18px}.nexa-theme .nx-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nexa-theme .nx-member{text-align:left;flex-direction:column;display:flex}.nexa-theme .nx-member-image{height:320px;position:relative}.nexa-theme .nx-member-image>*{width:100%;height:100%}.nexa-theme .nx-member-body{flex-direction:column;gap:6px;padding:26px;display:flex}.nexa-theme .nx-member-body h2,.nexa-theme .nx-member-body h3{margin:0;font-size:clamp(22px,1.5vw,26px);font-weight:600}.nexa-theme .nx-member-body small{color:var(--nx-primary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:750}.nexa-theme .nx-video{border-radius:14px;height:clamp(280px,52vw,620px);margin-top:52px;position:relative;overflow:hidden}.nexa-theme .nx-video>.nx-image,.nexa-theme .nx-video>.nx-image-empty{width:100%;height:100%}.nexa-theme .nx-video-play{z-index:13;background:var(--nx-primary);width:84px;height:84px;color:var(--nx-on-primary);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nexa-theme .nx-video-play:hover{transform:translate(-50%,-50%)scale(1.06)}@keyframes nx-pulse{0%{box-shadow:0 0 0 0 hsl(var(--primary)/.45)}to{box-shadow:0 0 0 26px hsl(var(--primary)/0)}}.nexa-theme .nx-video-play{animation:2.4s ease-out infinite nx-pulse}@media (prefers-reduced-motion:reduce){.nexa-theme .nx-video-play,.nexa-theme .nx-hero-letter{opacity:1;animation:none;transform:none}}.nexa-theme .nx-video-frame{aspect-ratio:16/9;border-radius:14px;width:min(92vw,1100px);overflow:hidden}.nexa-theme .nx-video-frame iframe{border:0;width:100%;height:100%}.nexa-theme .nx-trustedby{background:var(--nx-primary);color:var(--nx-on-primary);border:0;border-radius:14px;margin:14px;padding:46px 0 30px;overflow:hidden}.nexa-theme .nx-trustedby>.nx-shell{width:100%;max-width:none;padding:0 6px}.nexa-theme .nx-trustedby-title{letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:750}.nexa-theme .nx-trustedby-heading{color:var(--nx-on-primary);letter-spacing:.09em;text-align:center;justify-content:center;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:750;line-height:1.4;display:flex}.nexa-theme .nx-trustedby-heading:before,.nexa-theme .nx-trustedby-heading:after{content:"•";font-size:14px}.nexa-theme .nx-logos{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:28px;margin-top:40px;display:grid}.nexa-theme .nx-logo{background:color-mix(in srgb,var(--nx-on-primary)12%,transparent);width:100%;height:120px;color:var(--nx-on-primary);opacity:1;border-radius:8px;padding:24px;transition:background-color .25s;position:relative}.nexa-theme .nx-logo:hover{background:color-mix(in srgb,var(--nx-on-primary)18%,transparent)}.nexa-theme .nx-logo>*{width:100%;height:100%}.nexa-theme .nx-logo .nx-image img{-o-object-fit:contain;object-fit:contain;filter:brightness(0)invert();opacity:.96}@media (max-width:900px){.nexa-theme .nx-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nexa-theme .nx-logo{height:108px}}@media (max-width:620px){.nexa-theme .nx-trustedby{margin:8px;padding:38px 12px 24px}.nexa-theme .nx-trustedby>.nx-shell{padding:0}.nexa-theme .nx-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.nexa-theme .nx-logo{height:96px;padding:18px}.nexa-theme .nx-trustedby-heading{font-size:11px}}.nexa-theme .nx-price{color:var(--nx-primary);align-items:baseline;gap:10px;font-size:20px;font-weight:700;display:flex}.nexa-theme .nx-price-detail{margin-bottom:28px;font-size:30px}.nexa-theme .nx-price-compare{color:var(--nx-muted);font-size:15px;font-weight:400;text-decoration:line-through}.nexa-theme .nx-page-hero{text-align:center;padding:140px 24px 70px}.nexa-theme .nx-content{width:min(100% - 48px,900px);margin:auto;padding:60px 0 100px}.nexa-theme .nx-content img{border-radius:14px;max-width:100%}.nexa-theme .nx-content-text{color:var(--nx-muted);font-size:17px;line-height:1.8}@media (max-width:900px){.nexa-theme .nx-nav{display:none}.nexa-theme .nx-menu{display:block}.nexa-theme .nx-hero,.nexa-theme .nx-faq,.nexa-theme .nx-contact,.nexa-theme .nx-modal{flex-direction:column;grid-template-columns:1fr}.nexa-theme .nx-about{grid-template-columns:1fr;grid-template-areas:"visual""content""lower"}.nexa-theme .nx-about--no-lower{grid-template-areas:"visual""content"}.nexa-theme .nx-about--noimage{grid-template-areas:"content""lower"}.nexa-theme .nx-about--noimage.nx-about--no-lower{grid-template-areas:"content"}.nexa-theme .nx-about-visual{min-height:clamp(480px,90vw,680px)}.nexa-theme .nx-faq-image{min-height:420px}.nexa-theme .nx-grid3{grid-template-columns:1fr 1fr}.nexa-theme .nx-projects-header{grid-template-columns:minmax(260px,1fr) auto}.nexa-theme .nx-projects-rule{display:none}.nexa-theme .nx-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:300px}.nexa-theme .nx-gallery{grid-template-columns:1fr 1fr;height:auto}.nexa-theme .nx-gallery-item{height:320px}.nexa-theme .nx-gallery-item:nth-child(n){grid-column:auto}.nexa-theme .nx-modal-image{flex:0 0 240px;min-height:240px}}@media (max-width:620px){.nexa-theme .nx-shell{width:min(100% - 24px,1300px)}.nexa-theme .nx-section{padding:70px 12px}.nexa-theme .nx-header{margin:0 8px}.nexa-theme .nx-hero{grid-template-columns:1fr;margin:8px}.nexa-theme .nx-hero-copy{min-height:620px;padding:32px}.nexa-theme .nx-hero-image{min-height:560px}.nexa-theme .nx-grid3,.nexa-theme .nx-gallery,.nexa-theme .nx-about-lower{grid-template-columns:1fr}.nexa-theme .nx-projects-header{grid-template-columns:1fr;align-items:start;gap:22px}.nexa-theme .nx-projects-cta{justify-self:start}.nexa-theme .nx-projects-grid{grid-template-columns:1fr;grid-auto-rows:290px;margin-top:38px}.nexa-theme .nx-project-card:nth-child(n){grid-column:auto}.nexa-theme .nx-about-visual{min-height:520px}.nexa-theme .nx-about-stat{width:min(210px,62%);padding:24px}.nexa-theme .nx-about-content{min-height:0;padding:36px 24px}.nexa-theme .nx-about-image--secondary{min-height:300px}.nexa-theme .nx-quote{min-height:230px;padding:28px 24px}.nexa-theme .nx-contact{gap:44px;margin:8px;padding:52px 20px}.nexa-theme .nx-contact-form{padding:28px 20px}.nexa-theme .nx-footer{margin:0 8px 8px}.nexa-theme .nx-footer-top,.nexa-theme .nx-footer-bottom{flex-direction:column;align-items:flex-start}.nexa-theme .nx-hero .nx-hero-cta{grid-template-columns:86px minmax(0,1fr);min-height:108px;padding:16px 0}.nexa-theme .nx-hero-cta-icon{margin-right:22px}.nexa-theme .nx-hero-cta-icon svg{width:58px;height:58px}.nexa-theme .nx-hero-cta-label{padding-right:12px}.nexa-theme .nx-scroll-down{flex-direction:row;align-self:flex-start;margin-top:22px;position:relative;inset:auto}.nexa-theme .nx-scroll-down span{writing-mode:horizontal-tb;transform:none}}.nexa-theme .nx-tag,.nexa-theme .nx-services .nx-tag,.nexa-theme .nx-contact .nx-tag{border:1px dashed color-mix(in srgb,currentColor 30%,transparent);background:0 0;border-radius:4px}.nexa-theme .nx-title-highlight{color:var(--nx-primary)}.nexa-theme .nx-services .nx-title-highlight,.nexa-theme .nx-hero .nx-title-highlight{color:var(--nx-pop)}.nexa-theme .nx-contact .nx-title-highlight{color:var(--nx-on-primary)}.nexa-theme .nx-nav-cta{align-items:center;gap:10px;display:inline-flex;padding:5px 5px 5px 18px!important}.nexa-theme .nx-nav-cta i{background:var(--nx-panel);width:34px;height:34px;color:var(--nx-on-panel);border-radius:999px;justify-content:center;align-items:center;font-style:normal;display:flex}.nexa-theme .nx-nav-cta i svg{width:17px;height:17px;transition:transform .25s}.nexa-theme .nx-nav-cta:hover i svg{transform:translate(2px,-2px)}.nexa-theme .nx-centered-heading{letter-spacing:-.05em;text-align:center;text-wrap:balance;width:min(100%,24ch);margin:26px auto 0;font-size:clamp(3rem,4.5vw,5.25rem);font-weight:500;line-height:1.02}.nexa-theme .nx-trustedby-heading{letter-spacing:.07em;gap:12px;font-size:clamp(18px,1.35vw,22px);line-height:1.35}.nexa-theme .nx-logo-placeholder>span{border-width:1px;border-radius:999px;flex:0 0 52px;width:52px;height:52px}@media (max-width:620px){.nexa-theme .nx-trustedby-heading{font-size:16px}}.nexa-theme .nx-service:after{background:0 0}.nexa-theme .nx-service:before{z-index:11;background:linear-gradient(transparent 35%,color-mix(in srgb,var(--nx-scrim)88%,transparent));content:"";pointer-events:none;position:absolute;inset:0}.nexa-theme .nx-track{justify-content:safe center;min-width:100%;margin-inline:0}.nexa-theme .nx-quote:after{content:none}.nexa-theme .nx-quote:before{color:color-mix(in srgb,var(--nx-on-primary)28%,transparent);content:"”";pointer-events:none;font-family:Georgia,Times New Roman,serif;font-size:120px;line-height:1;position:absolute;bottom:-18px;right:26px}.nexa-theme .nx-sectors{overflow:hidden}.nexa-theme .nx-sectors-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;display:grid}.nexa-theme .nx-sectors-heading{max-width:760px}.nexa-theme .nx-sectors-heading-copy{text-align:left;align-items:flex-start}.nexa-theme .nx-sectors-heading .nx-heading{letter-spacing:-.05em;text-wrap:balance;max-width:17ch;margin-top:26px;font-size:clamp(3rem,4.5vw,5.25rem);font-weight:500;line-height:1.02}.nexa-theme .nx-sectors-all{white-space:nowrap;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:5px 5px 5px 22px;display:inline-flex}.nexa-theme .nx-sectors-all i,.nexa-theme .nx-sector-card-cta i{background:var(--nx-panel);width:38px;height:38px;color:var(--nx-on-panel);border-radius:999px;flex:0 0 38px;justify-content:center;align-items:center;font-style:normal;display:flex}.nexa-theme .nx-sectors-all svg,.nexa-theme .nx-sector-card-cta svg{width:17px;height:17px}.nexa-theme .nx-sectors-carousel{cursor:grab;margin-top:56px;overflow:hidden}.nexa-theme .nx-sectors-carousel:active{cursor:grabbing}.nexa-theme .nx-sectors-track{touch-action:pan-y pinch-zoom;justify-content:safe center;gap:24px;min-width:100%;display:flex}.nexa-theme .nx-sector-card{background:var(--nx-surface);min-width:0;min-height:390px;color:var(--nx-ink);font:inherit;text-align:left;cursor:pointer;border-color:#0000;flex-direction:column;flex:0 0 calc(25% - 18px);padding:32px 28px;text-decoration:none;transition:background-color .25s,color .25s,border-color .25s;display:flex;position:relative}.nexa-theme .nx-sector-card h3{letter-spacing:-.025em;margin:0;font-size:clamp(21px,1.45vw,26px);font-weight:600;line-height:1.24}.nexa-theme .nx-sector-card-visual{flex:1;justify-content:center;align-items:center;min-height:150px;display:flex}.nexa-theme .nx-sector-card .nx-feature-icon{align-self:auto;margin:0;transition:background-color .25s,color .25s}.nexa-theme .nx-sector-card-image{border-radius:14px;width:88px;height:88px;position:relative;overflow:hidden}.nexa-theme .nx-sector-card-image>*{width:100%;height:100%;min-height:0}.nexa-theme .nx-sector-card-footer{min-height:82px;margin-top:18px;position:relative}.nexa-theme .nx-sector-card-footer p{-webkit-line-clamp:3;color:var(--nx-muted);-webkit-box-orient:vertical;margin:0;line-height:1.55;transition:opacity .2s,transform .2s,color .2s;display:-webkit-box;position:absolute;inset:0;overflow:hidden}.nexa-theme .nx-sector-card-cta{color:var(--nx-on-primary);opacity:0;align-items:center;gap:12px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:0;left:0;transform:translateY(8px)}.nexa-theme .nx-sector-card-cta i{background:var(--nx-scrim);color:#fff;flex-basis:32px;width:32px;height:32px}.nexa-theme .nx-sector-card:is(:hover,:focus-visible){background:var(--nx-primary);color:var(--nx-on-primary);box-shadow:none;border-color:#0000;outline:none;transform:none}.nexa-theme .nx-sector-card:is(:hover,:focus-visible) .nx-feature-icon{background:color-mix(in srgb,var(--nx-on-primary)16%,transparent);color:var(--nx-on-primary)}.nexa-theme .nx-sector-card:is(:hover,:focus-visible) .nx-sector-card-footer p{color:var(--nx-on-primary);opacity:0;transform:translateY(-8px)}.nexa-theme .nx-sector-card:is(:hover,:focus-visible) .nx-sector-card-cta{opacity:1;transform:none}.nexa-theme .nx-sectors-pagination{justify-content:center;align-items:center;gap:8px;margin-top:42px;display:flex}.nexa-theme .nx-sectors-pagination button{background:hsl(var(--primary)/.16);cursor:pointer;border:0;border-radius:999px;width:10px;height:7px;padding:0;transition:width .25s,background-color .25s}.nexa-theme .nx-sectors-pagination button:hover{background:hsl(var(--primary)/.42)}.nexa-theme .nx-sectors-pagination button.is-active{background:var(--nx-primary);width:64px}.nexa-theme .nx-sectors-track>.msp-add-button{flex:0 0 calc(25% - 18px);min-height:390px}.nexa-theme .nx-sectors-track.nx-sectors-cols-1>*{flex-basis:100%}.nexa-theme .nx-sectors-track.nx-sectors-cols-2>*{flex-basis:calc(50% - 12px)}.nexa-theme .nx-sectors-track.nx-sectors-cols-3>*{flex-basis:calc(33.3333% - 16px)}.nexa-theme .nx-sectors-track.nx-sectors-cols-4>*{flex-basis:calc(25% - 18px)}@media (max-width:900px){.nexa-theme .nx-sectors-header{gap:30px}.nexa-theme .nx-sectors-track>*{flex-basis:calc(50% - 12px)!important}}@media (max-width:620px){.nexa-theme .nx-sectors-header{grid-template-columns:1fr;align-items:start}.nexa-theme .nx-sectors-all{justify-self:start}.nexa-theme .nx-sectors-carousel{margin-top:42px}.nexa-theme .nx-sectors-track>*{min-height:370px;flex-basis:84vw!important}.nexa-theme .nx-sector-card{padding:28px 24px}}.nexa-theme .nx-product-card{background:var(--nx-surface);min-width:0;height:100%;color:var(--nx-ink);font:inherit;text-align:left;cursor:pointer;flex-direction:column;padding:0;text-decoration:none;display:flex}.nexa-theme .nx-product-card-panel{background:color-mix(in srgb,var(--nx-primary)12%,var(--nx-surface));border-radius:12px;margin:14px;padding:28px 22px 18px}.nexa-theme .nx-product-card-panel h3{letter-spacing:-.025em;margin:0;font-size:clamp(22px,1.55vw,27px);font-weight:600;line-height:1.2}.nexa-theme .nx-product-card-image{background:hsl(var(--primary)/.08);border-radius:10px;height:clamp(210px,18vw,250px);margin-top:22px;position:relative;overflow:hidden}.nexa-theme .nx-product-card-image>*{width:100%;height:100%}.nexa-theme .nx-product-card-body{flex-direction:column;flex:1;min-height:250px;padding:14px 34px 30px;display:flex}.nexa-theme .nx-product-card-description{-webkit-line-clamp:6;-webkit-box-orient:vertical;margin:8px 0 28px;line-height:1.65;display:-webkit-box;overflow:hidden}.nexa-theme .nx-product-card-cta{border:1px solid var(--nx-primary);width:100%;min-height:56px;color:var(--nx-ink);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:12px;margin-top:auto;padding:8px 10px 8px 20px;font-size:14px;font-weight:700;display:flex}.nexa-theme .nx-product-card-cta i{background:var(--nx-ink);width:32px;height:32px;color:var(--nx-surface);border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;font-style:normal;transition:transform .25s,background-color .25s;display:flex}.nexa-theme .nx-product-card-cta svg{width:17px;height:17px}.nexa-theme a.nx-product-card:hover,.nexa-theme button.nx-product-card:hover{border-color:var(--nx-primary);box-shadow:var(--nx-shadow);transform:none}.nexa-theme .nx-product-card:hover .nx-product-card-cta i{background:var(--nx-primary);color:var(--nx-on-primary);transform:translate(2px,-2px)}.nexa-theme .nx-product-card:focus-visible{outline:2px solid var(--nx-primary);outline-offset:3px}.nexa-theme .nx-differentials .nx-feature{text-align:center;justify-content:flex-start;align-items:center;gap:28px;min-height:380px;padding:36px 32px}.nexa-theme .nx-differentials .nx-feature>div{width:100%}.nexa-theme .nx-differentials .nx-feature-icon{background:color-mix(in srgb,var(--nx-primary)9%,var(--nx-surface));width:88px;height:88px;color:var(--nx-primary);border-radius:999px;align-self:center}.nexa-theme .nx-differentials .nx-feature-icon svg{width:38px;height:38px}.nexa-theme .nx-differentials .nx-feature p{max-width:340px;margin-inline:auto}.nexa-theme .nx-differentials .nx-feature:hover{border-color:color-mix(in srgb,var(--nx-primary)28%,var(--nx-line));background:var(--nx-surface);color:var(--nx-ink);box-shadow:none;transform:none}.nexa-theme .nx-differentials .nx-feature:hover p{color:var(--nx-muted)}.nexa-theme .nx-differentials .nx-feature:hover .nx-feature-icon{background:color-mix(in srgb,var(--nx-primary)14%,var(--nx-surface));color:var(--nx-primary)}.nexa-theme .nx-blog-section{background:var(--nx-bg)}.nexa-theme .nx-blog-carousel{margin-top:0;overflow:visible}.nexa-theme .nx-blog-header-wrap{position:relative}.nexa-theme .nx-blog-header{text-align:left;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);grid-template-areas:"tagline subtitle""title subtitle";align-items:end;gap:0 52px;display:grid}.nexa-theme .nx-blog-header>p:first-child{grid-area:tagline;justify-self:start}.nexa-theme .nx-blog-header>div{grid-area:title;align-items:flex-start}.nexa-theme .nx-blog-header>p:last-child{text-align:left;grid-area:subtitle;align-self:center;max-width:340px;margin:0}.nexa-theme .nx-blog-header .nx-tag{background:var(--nx-surface);color:var(--nx-primary);margin:0}.nexa-theme .nx-blog-header .nx-heading{color:var(--nx-ink);margin-top:24px;font-size:clamp(2.8rem,4.5vw,4.9rem);font-weight:500;line-height:1.02}.nexa-theme .nx-blog-header .nx-title-highlight{color:var(--nx-muted)}.nexa-theme .nx-blog-nav{gap:14px;display:flex;position:absolute;top:42px;right:0}.nexa-theme .nx-blog-nav .nx-blog-nav-button{border:1px solid var(--nx-border);width:52px;height:52px;color:var(--nx-ink);box-shadow:none;background:0 0;border-radius:999px;position:static;transform:none}.nexa-theme .nx-blog-nav .nx-blog-nav-button:hover:not(:disabled){border-color:var(--nx-primary);background:hsl(var(--primary)/.08);color:var(--nx-primary)}.nexa-theme .nx-blog-nav .nx-blog-nav-button:disabled{opacity:.42}.nexa-theme .nx-blog-track{margin-top:54px}.nexa-theme .nx-blog-slide{height:auto;display:flex}.nexa-theme .nx-blog-card{background:var(--nx-surface);border:0;border-radius:14px;grid-template-columns:minmax(150px,42%) minmax(0,1fr);width:100%;min-height:360px;display:grid;box-shadow:0 18px 38px -30px #090b0e3d}.nexa-theme .nx-blog-card:hover{transform:translateY(-3px);box-shadow:0 26px 48px -28px #090b0e4d}.nexa-theme .nx-blog-card .nx-post-image{border-radius:10px;height:auto;min-height:332px;margin:14px;overflow:hidden}.nexa-theme .nx-blog-card .nx-post-image>*{width:100%;height:100%}.nexa-theme .nx-blog-card .nx-image-empty{background:hsl(var(--primary)/.08);min-height:0;color:hsl(var(--primary)/.58)}.nexa-theme .nx-blog-date{background:color-mix(in srgb,var(--nx-primary)72%,transparent);width:76px;height:94px;color:var(--nx-on-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;left:16px}.nexa-theme .nx-blog-date strong{font-size:30px;font-weight:650;line-height:1}.nexa-theme .nx-blog-date span{letter-spacing:.12em;margin-top:6px;font-size:12px;font-weight:750;line-height:1}.nexa-theme .nx-blog-card .nx-post-body{gap:18px;min-width:0;padding:50px 28px 28px 16px}.nexa-theme .nx-blog-meta{color:var(--nx-ink);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.nexa-theme .nx-blog-category{border:1px solid var(--nx-border);border-radius:3px;padding:4px 9px;font-weight:500}.nexa-theme .nx-blog-author{color:var(--nx-ink)}.nexa-theme .nx-blog-card h3{letter-spacing:-.025em;margin:0;font-size:clamp(1.35rem,1.65vw,1.75rem);font-weight:600;line-height:1.25}.nexa-theme .nx-blog-card h3 a{color:var(--nx-ink)}.nexa-theme .nx-blog-card h3 a:hover{color:var(--nx-primary)}.nexa-theme .nx-blog-excerpt{display:none}.nexa-theme .nx-blog-card .nx-post-more{width:max-content;color:var(--nx-ink);align-items:center;gap:10px;margin-top:auto;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.nexa-theme .nx-blog-card .nx-post-more:after{display:none}.nexa-theme .nx-blog-card .nx-post-more i{background:var(--nx-ink);width:30px;height:30px;color:var(--nx-bg);border-radius:999px;justify-content:center;align-items:center;font-style:normal;transition:transform .25s,background .25s;display:flex}.nexa-theme .nx-blog-card .nx-post-more svg{width:16px;height:16px}.nexa-theme .nx-blog-card .nx-post-more:hover{color:var(--nx-primary)}.nexa-theme .nx-blog-card .nx-post-more:hover i{background:var(--nx-primary);color:var(--nx-on-primary);transform:translate(2px,-2px)}.nexa-theme .nx-blog-add-placeholder{border-radius:10px;min-height:332px}.nexa-theme .nx-blog-pagination{justify-content:center;align-items:center;gap:9px;margin-top:50px;display:flex}.nexa-theme .nx-blog-pagination button{background:hsl(var(--primary)/.18);cursor:pointer;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .25s,background .25s}.nexa-theme .nx-blog-pagination button.is-active{background:var(--nx-primary);width:64px}@media (max-width:900px){.nexa-theme .nx-blog-header{grid-template-columns:1fr;grid-template-areas:"tagline""title""subtitle";gap:0}.nexa-theme .nx-blog-header>p:last-child{max-width:520px;margin-top:24px}.nexa-theme .nx-blog-nav{justify-content:flex-start;margin-top:26px;position:static}.nexa-theme .nx-blog-track{margin-top:32px}.nexa-theme .nx-blog-card{grid-template-columns:minmax(170px,42%) minmax(0,1fr)}}@media (max-width:620px){.nexa-theme .nx-blog-header .nx-heading{font-size:clamp(2.4rem,12vw,3.8rem)}.nexa-theme .nx-blog-card{flex-direction:column;min-height:0;display:flex}.nexa-theme .nx-blog-card .nx-post-image{height:260px;min-height:260px}.nexa-theme .nx-blog-card .nx-post-body{min-height:220px;padding:18px 22px 24px}.nexa-theme .nx-blog-pagination{margin-top:32px}}
