.nscit-home-container,.nscit-footer__container{box-sizing:border-box;width:100%;max-width:var(--nscit-max-width);padding-inline:1rem;margin:0 auto}.nscit-home-section{padding-block:var(--nscit-section-space)}.nscit-home-section--card{background:var(--nscit-card)}.nscit-home-heading-group{max-width:42rem;margin:0 auto 3rem;text-align:center}.nscit-home-eyebrow{margin:0 0 .5rem;color:var(--nscit-primary);font-size:.875rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase}.nscit-home-title{margin:0 0 1rem;color:var(--nscit-fg);font-size:1.875rem;font-weight:700;letter-spacing:-.025em;line-height:1.1}.nscit-home-copy{margin:0;color:var(--nscit-muted);font-size:1rem;line-height:1.625}.nscit-home-button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;min-height:2.75rem;padding:.75rem 2rem;border:1px solid transparent;border-radius:var(--nscit-radius-md);font-size:1rem;font-weight:600;line-height:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.nscit-home-button:hover{transform:translateY(-1px)}.nscit-home-button--primary{background:var(--nscit-primary);color:var(--nscit-primary-ink)}.nscit-home-button--primary:hover{background:color-mix(in oklab,var(--nscit-primary) 90%,black)}.nscit-home-button--secondary{border-color:color-mix(in oklab,var(--nscit-muted) 30%,transparent);background:transparent;color:var(--nscit-fg)}.nscit-home-button--secondary:hover{border-color:var(--nscit-primary);background:color-mix(in oklab,var(--nscit-primary) 10%,transparent);color:var(--nscit-primary)}.nscit-home-button--ghost{border-color:color-mix(in oklab,var(--nscit-primary) 45%,transparent);background:transparent;color:var(--nscit-primary)}.nscit-home-button--ghost:hover{background:var(--nscit-primary);color:var(--nscit-primary-ink)}.nscit-home-button__icon,.nscit-home-link__icon{display:inline-flex;width:1rem;height:1rem}.nscit-home-link__icon{transition:transform .2s ease}.nscit-home-button:hover .nscit-home-link__icon,.nscit-home-link:hover .nscit-home-link__icon{transform:translate(.25rem)}.nscit-home-header-shell{background:var(--nscit-bg)}.nscit-home-announcement{position:relative;background:var(--nscit-primary);color:var(--nscit-primary-ink)}.nscit-home-announcement__inner{display:flex;align-items:center;justify-content:center;padding:.625rem 2.75rem .625rem 1rem}.nscit-home-announcement__text{margin:0;font-size:.875rem;font-weight:500;letter-spacing:.025em;line-height:1.25;text-align:center}.nscit-home-announcement__text strong{font-weight:700}.nscit-home-announcement__dismiss{position:absolute;top:50%;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:var(--nscit-radius-sm);background:transparent;color:color-mix(in oklab,var(--nscit-primary-ink) 80%,transparent);transform:translateY(-50%);cursor:pointer;transition:color .2s ease}.nscit-home-announcement__dismiss:hover{color:var(--nscit-primary-ink)}.nscit-home-announcement__dismiss .svg-wrapper,.nscit-home-header__icon .svg-wrapper,.nscit-home-button__icon .svg-wrapper,.nscit-home-link__icon .svg-wrapper,.nscit-home-card__icon .svg-wrapper{display:inline-flex;width:100%;height:100%}.nscit-home-announcement[hidden]{display:none}.nscit-home-header{position:sticky;top:0;z-index:30;border-bottom:1px solid color-mix(in oklab,var(--nscit-border) 70%,transparent);background:#0a0a0cf2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nscit-home-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4rem}.nscit-home-header__brand{color:var(--nscit-fg);font-size:1.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.nscit-home-header__brand-accent{color:var(--nscit-primary)}.nscit-home-header__nav,.nscit-home-header__actions{display:none}.nscit-home-header__nav-list,.nscit-home-header__action-list,.nscit-home-footer__socials,.nscit-home-hero__actions,.nscit-home-app__buttons{display:flex;align-items:center}.nscit-home-header__nav-list{gap:2rem}.nscit-home-header__nav-link{color:var(--nscit-muted);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease}.nscit-home-header__nav-link:hover{color:var(--nscit-primary)}.nscit-home-header__action-list{gap:1rem}.nscit-home-header__action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:transparent;color:var(--nscit-muted);transition:color .2s ease,background-color .2s ease}.nscit-home-header__action:hover{background:color-mix(in oklab,var(--nscit-fg) 8%,transparent);color:var(--nscit-primary)}.nscit-home-header__icon{display:inline-flex;width:1.25rem;height:1.25rem}.nscit-home-header__cart-count{position:absolute;top:.25rem;right:.25rem;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding-inline:.2rem;border-radius:999px;background:var(--nscit-primary);color:var(--nscit-primary-ink);font-size:.625rem;font-weight:700;line-height:1}.nscit-home-header__mobile{display:block}.nscit-home-header__mobile-details{position:relative}.nscit-home-header__mobile-summary{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:transparent;color:var(--nscit-fg);cursor:pointer;list-style:none}.nscit-home-header__mobile-summary::-webkit-details-marker{display:none}.nscit-home-header__mobile-summary:hover{background:color-mix(in oklab,var(--nscit-fg) 8%,transparent)}.nscit-home-header__mobile-summary .nscit-home-header__icon--close,.nscit-home-header__mobile-details[open] .nscit-home-header__icon--menu{display:none}.nscit-home-header__mobile-details[open] .nscit-home-header__icon--close{display:inline-flex}.nscit-home-header__mobile-panel{display:grid;gap:1rem;padding:0 0 1.25rem}.nscit-home-header__mobile-links{display:grid;gap:.25rem;padding-top:1rem;border-top:1px solid color-mix(in oklab,var(--nscit-border) 70%,transparent)}.nscit-home-header__mobile-link{color:var(--nscit-muted);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding-block:.6rem}.nscit-home-header__mobile-link:hover{color:var(--nscit-primary)}.nscit-home-header__mobile-actions{display:flex;align-items:center;gap:.75rem}.nscit-home-hero{position:relative;min-height:90vh;overflow:hidden}.nscit-home-hero__media,.nscit-home-hero__media img,.nscit-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.nscit-home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.nscit-home-hero__overlay--horizontal{background:linear-gradient(to right,var(--nscit-bg),color-mix(in oklab,var(--nscit-bg) 80%,transparent),transparent)}.nscit-home-hero__overlay--vertical{background:linear-gradient(to top,var(--nscit-bg),transparent 65%)}.nscit-home-hero__inner{position:relative;display:flex;align-items:center;min-height:90vh;padding-block:5rem}.nscit-home-hero__content{max-width:42rem}.nscit-home-hero__title{margin:0 0 1.5rem;color:var(--nscit-fg);font-size:2.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.1;text-wrap:balance}.nscit-home-hero__copy{max-width:32rem;margin:0 0 2rem;color:var(--nscit-muted);font-size:1.125rem;line-height:1.625}.nscit-home-hero__actions,.nscit-home-app__buttons{flex-wrap:wrap;gap:1rem}.nscit-home-hero__scroll{position:absolute;left:50%;bottom:2rem;display:inline-flex;width:1.5rem;height:1.5rem;color:var(--nscit-muted);transform:translate(-50%);animation:nscit-bounce 1.8s infinite}.nscit-home-trust{padding-block:3rem;border-block:1px solid var(--nscit-border);background:var(--nscit-card)}.nscit-home-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.nscit-home-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center}.nscit-home-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border:1px solid color-mix(in oklab,var(--nscit-primary) 30%,transparent);border-radius:999px;background:color-mix(in oklab,var(--nscit-primary) 10%,transparent);color:var(--nscit-primary)}.nscit-home-card__icon svg{width:1.5rem;height:1.5rem}.nscit-home-trust__title{margin:0 0 .25rem;color:var(--nscit-fg);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nscit-home-trust__copy,.nscit-home-testimonials__copy{margin:0;color:var(--nscit-muted)}.nscit-home-trust__copy{font-size:.75rem;line-height:1.5}.nscit-home-products__grid,.nscit-home-testimonials__grid{display:grid;gap:1.5rem}.nscit-home-product-card,.nscit-home-testimonial-card{position:relative;overflow:hidden;border:1px solid var(--nscit-border);border-radius:var(--nscit-radius-md);background:var(--nscit-card);transition:border-color .2s ease,transform .2s ease}.nscit-home-product-card:hover,.nscit-home-testimonial-card:hover{border-color:color-mix(in oklab,var(--nscit-primary) 40%,transparent)}.nscit-home-product-card:hover{transform:translateY(-2px)}.nscit-home-product-card__badge{position:absolute;top:1rem;left:1rem;z-index:1;display:inline-flex;align-items:center;min-height:1.75rem;padding:.25rem .5rem;border-radius:var(--nscit-radius-sm);background:var(--nscit-primary);color:var(--nscit-primary-ink);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.nscit-home-product-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--nscit-card-strong)}.nscit-home-product-card__media img,.nscit-home-spotlight__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.nscit-home-product-card:hover .nscit-home-product-card__media img{transform:scale(1.04)}.nscit-home-product-card__body{padding:1.25rem}.nscit-home-product-card__category{margin:0 0 .35rem;color:var(--nscit-primary);font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.nscit-home-product-card__title{margin:0 0 .5rem;color:var(--nscit-fg);font-size:1.125rem;font-weight:600}.nscit-home-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.nscit-home-rating__stars{display:inline-flex}.nscit-home-rating__stars svg{width:1rem;height:1rem}.nscit-home-rating__star--active{color:var(--nscit-primary)}.nscit-home-rating__star--inactive{color:var(--nscit-card-strong)}.nscit-home-rating__count{color:var(--nscit-muted);font-size:.875rem}.nscit-home-product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.nscit-home-product-card__price-current,.nscit-home-spotlight__price-value,.nscit-home-stat__value{color:var(--nscit-fg);font-weight:700}.nscit-home-product-card__price-current{font-size:1.25rem}.nscit-home-product-card__price-original{color:var(--nscit-muted);font-size:.875rem;text-decoration:line-through}.nscit-home-product-card .nscit-home-button{width:100%}.nscit-home-product-card .nscit-home-button--secondary{background:var(--nscit-card-strong);border-color:transparent;color:var(--nscit-fg)}.nscit-home-product-card .nscit-home-button--secondary:hover{background:var(--nscit-primary);color:var(--nscit-primary-ink)}.nscit-home-products__cta{margin-top:3rem;text-align:center}.nscit-home-products__cta .nscit-home-button--ghost{border-color:color-mix(in oklab,var(--nscit-primary) 50%,transparent)}.nscit-home-products__cta .nscit-home-button--ghost:hover{background:var(--nscit-primary);color:var(--nscit-primary-ink)}.nscit-home-spotlight__grid{display:grid;gap:2.5rem;align-items:center}.nscit-home-spotlight__media{position:relative}.nscit-home-spotlight__image{aspect-ratio:1;overflow:hidden;border-radius:var(--nscit-radius-md)}.nscit-home-spotlight__price-card{position:absolute;right:-1.5rem;bottom:-1.5rem;padding:1.5rem;border:1px solid color-mix(in oklab,var(--nscit-primary) 30%,transparent);border-radius:var(--nscit-radius-md);background:var(--nscit-bg);box-shadow:0 1.5rem 3rem -1.5rem var(--nscit-shadow)}.nscit-home-spotlight__price-label{margin:0 0 .35rem;color:var(--nscit-muted);font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.nscit-home-spotlight__price-value{margin:0;color:var(--nscit-primary);font-size:2rem}.nscit-home-spotlight__copy{margin-bottom:2rem;color:var(--nscit-muted);font-size:1.125rem;line-height:1.625}.nscit-home-spotlight__features{display:grid;gap:1rem;margin-bottom:2rem}.nscit-home-spotlight__feature{display:flex;gap:.75rem}.nscit-home-spotlight__feature-check{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin-top:.1rem;border-radius:999px;background:color-mix(in oklab,var(--nscit-primary) 20%,transparent);color:var(--nscit-primary)}.nscit-home-spotlight__feature-check svg{width:.875rem;height:.875rem}.nscit-home-spotlight__feature-title{margin:0;color:var(--nscit-fg);font-size:.875rem;font-weight:600}.nscit-home-spotlight__feature-copy{margin:0;color:var(--nscit-muted);font-size:.75rem;line-height:1.5}.nscit-home-testimonial-card{padding:1.5rem}.nscit-home-testimonial-card__quote-mark{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;color:color-mix(in oklab,var(--nscit-primary) 20%,transparent)}.nscit-home-testimonial-card__rating{display:flex;gap:.25rem;margin-bottom:1rem}.nscit-home-testimonial-card__rating svg{width:1rem;height:1rem;color:var(--nscit-primary)}.nscit-home-testimonial-card__copy{margin-bottom:1.5rem;color:var(--nscit-muted);line-height:1.625}.nscit-home-testimonial-card__copy p{margin:0}.nscit-home-testimonial-card__copy p:before{content:'"'}.nscit-home-testimonial-card__copy p:after{content:'"'}.nscit-home-testimonial-card__author{padding-top:1rem;border-top:1px solid var(--nscit-border)}.nscit-home-testimonials__author{margin:0;color:var(--nscit-fg);font-size:1rem;font-weight:600;letter-spacing:0;text-transform:none}.nscit-home-testimonials__role{margin:0;color:var(--nscit-primary);font-size:.875rem;line-height:1.5}.nscit-home-testimonials__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:4rem;padding-top:4rem;border-top:1px solid var(--nscit-border)}.nscit-home-stat{text-align:center}.nscit-home-stat__value{margin:0 0 .5rem;color:var(--nscit-primary);font-size:1.875rem}.nscit-home-stat__label{margin:0;color:var(--nscit-muted);font-size:.875rem;line-height:1.5}.nscit-home-app__panel{position:relative;overflow:hidden;border:1px solid color-mix(in oklab,var(--nscit-primary) 30%,transparent);border-radius:1.5rem;background:linear-gradient(135deg,var(--nscit-card-strong),var(--nscit-bg),var(--nscit-card-strong));padding:clamp(2rem,5vw,4rem)}.nscit-home-app__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,color-mix(in oklab,var(--nscit-primary) 80%,transparent) 1px,transparent 0);background-size:60px 60px;opacity:.08;pointer-events:none}.nscit-home-app__grid{position:relative;display:grid;gap:2.5rem;align-items:center}.nscit-home-app__badge{display:inline-flex;align-items:center;gap:.5rem;min-height:2rem;margin-bottom:1rem;padding:.35rem .85rem;border:1px solid color-mix(in oklab,var(--nscit-primary) 30%,transparent);border-radius:999px;background:color-mix(in oklab,var(--nscit-primary) 10%,transparent);color:var(--nscit-primary);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.nscit-home-app__badge svg{width:1rem;height:1rem}.nscit-home-app__copy{max-width:34rem;margin-bottom:2rem;color:var(--nscit-muted);font-size:1.125rem;line-height:1.625}.nscit-home-app__store-button{display:inline-flex;align-items:center;gap:.75rem;min-height:2.75rem;padding:.625rem 1.5rem;border-radius:var(--nscit-radius-md);background:var(--nscit-fg);color:var(--nscit-bg);transition:transform .2s ease,opacity .2s ease}.nscit-home-app__store-button:hover{transform:translateY(-1px);opacity:.92}.nscit-home-app__store-icon{display:inline-flex;width:1.5rem;height:1.5rem}.nscit-home-app__store-meta{display:grid;gap:.125rem}.nscit-home-app__store-meta-small{font-size:.625rem;font-weight:400;opacity:.8}.nscit-home-app__store-meta-strong{font-size:.875rem;font-weight:600}.nscit-home-app__downloads{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.nscit-home-app__avatars{display:flex}.nscit-home-app__avatar{width:2rem;height:2rem;margin-left:-.5rem;border:2px solid var(--nscit-bg);border-radius:999px;background:color-mix(in oklab,var(--nscit-card-strong) 70%,white)}.nscit-home-app__avatar:first-child{margin-left:0}.nscit-home-app__downloads-copy{margin:0;color:var(--nscit-muted);font-size:.875rem}.nscit-home-app__downloads-copy strong{color:var(--nscit-fg)}.nscit-home-app__mock{display:none;justify-content:center}.nscit-home-app__phone{position:relative;width:15.625rem;height:31.25rem;border:4px solid color-mix(in oklab,var(--nscit-fg) 20%,transparent);border-radius:3rem;background:var(--nscit-bg);padding:.5rem;box-shadow:0 2rem 4rem -2rem var(--nscit-shadow)}.nscit-home-app__phone-notch{position:absolute;top:1rem;left:50%;width:5rem;height:1.5rem;border-radius:999px;background:color-mix(in oklab,var(--nscit-fg) 20%,transparent);transform:translate(-50%)}.nscit-home-app__screen{height:100%;overflow:hidden;border-radius:2.5rem;background:var(--nscit-card-strong)}.nscit-home-app__screen-top{padding:2.5rem 1rem 1rem;background:color-mix(in oklab,var(--nscit-primary) 20%,transparent)}.nscit-home-app__screen-brand{margin:0;color:var(--nscit-fg);font-size:1.25rem;font-weight:700}.nscit-home-app__screen-body{padding:1rem}.nscit-home-app__screen-card{height:8rem;margin-bottom:1rem;border-radius:var(--nscit-radius-md);background:color-mix(in oklab,var(--nscit-muted) 35%,transparent)}.nscit-home-app__screen-lines{display:grid;gap:.75rem}.nscit-home-app__screen-line{height:1rem;border-radius:999px;background:color-mix(in oklab,var(--nscit-muted) 35%,transparent)}.nscit-home-app__screen-line--wide{width:75%}.nscit-home-app__screen-line--half{width:50%}.nscit-home-app__screen-line--medium{width:66.667%}.nscit-home-app__screen-nav{display:flex;justify-content:space-around;padding:1rem;border-top:1px solid var(--nscit-border)}.nscit-home-app__screen-nav-item{width:1.5rem;height:1.5rem;border-radius:var(--nscit-radius-sm);background:color-mix(in oklab,var(--nscit-muted) 35%,transparent)}.nscit-footer{border-top:1px solid var(--nscit-border);background:var(--nscit-bg);color:var(--nscit-fg);font-family:Inter,Inter Fallback,system-ui,sans-serif}.nscit-footer__newsletter{border-bottom:1px solid var(--nscit-border);padding-block:3rem}.nscit-footer__newsletter-inner,.nscit-footer__bottom-inner{display:flex;flex-direction:column;gap:1.5rem}.nscit-footer__newsletter-title{margin:0 0 .5rem;color:var(--nscit-fg);font-size:1.25rem;font-weight:700}.nscit-footer__newsletter-copy,.nscit-footer__brand-copy,.nscit-footer__legal,.nscit-footer__link{margin:0;color:var(--nscit-muted)}.nscit-footer__newsletter-form{display:flex;flex-direction:column;gap:.5rem}.nscit-footer__newsletter-field{width:100%;min-height:2.75rem;padding:.75rem 1rem;border:1px solid var(--nscit-border);border-radius:var(--nscit-radius-md);background:var(--nscit-card-strong);color:var(--nscit-fg)}.nscit-footer__newsletter-field::placeholder{color:var(--nscit-muted)}.nscit-footer__newsletter-field:focus{outline:0;border-color:var(--nscit-primary)}.nscit-footer__main{padding-block:3rem}.nscit-footer__grid{display:grid;gap:2rem}.nscit-footer__brand{display:grid;gap:1rem}.nscit-footer__brand-link{display:inline-flex;align-items:center;width:fit-content;color:var(--nscit-fg);font-size:1.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.nscit-footer__brand-link span:last-child{color:var(--nscit-primary)}.nscit-home-footer__socials{gap:1rem}.nscit-footer__social{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--nscit-border);border-radius:999px;color:var(--nscit-muted);transition:color .2s ease,border-color .2s ease}.nscit-footer__social:hover{border-color:var(--nscit-primary);color:var(--nscit-primary)}.nscit-footer__social svg{width:1.25rem;height:1.25rem}.nscit-footer__column-title{margin:0 0 1rem;color:var(--nscit-fg);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nscit-footer__links{display:grid;gap:.75rem}.nscit-footer__link{font-size:.875rem;line-height:1.5}.nscit-footer__link:hover{color:var(--nscit-primary)}.nscit-footer__bottom{border-top:1px solid var(--nscit-border);padding-block:1.5rem}.nscit-footer__payments{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem;color:color-mix(in oklab,var(--nscit-muted) 80%,transparent);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}@keyframes nscit-bounce{0%,to{transform:translate(-50%,-25%)}50%{transform:translate(-50%)}}@media screen and (min-width:48rem){.nscit-home-title{font-size:2.25rem}.nscit-home-hero__title{font-size:3rem}.nscit-home-hero__copy{font-size:1.25rem}.nscit-home-trust__grid,.nscit-home-testimonials__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.nscit-home-products__grid,.nscit-home-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nscit-footer__newsletter-inner,.nscit-footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}.nscit-footer__newsletter-form{flex-direction:row;align-items:center;width:min(100%,32rem)}.nscit-footer__newsletter-field{flex:1 1 auto}.nscit-footer__grid{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,1fr))}.nscit-home-stat__value{font-size:2.25rem}}@media screen and (min-width:64rem){body.nscit-homepage{--nscit-section-space: 5rem}.nscit-home-container,.nscit-footer__container{padding-inline:2rem}.nscit-home-header__nav,.nscit-home-header__actions{display:block}.nscit-home-header__mobile{display:none}.nscit-home-products__grid,.nscit-home-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nscit-home-spotlight__grid,.nscit-home-app__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nscit-home-hero__title{font-size:3.75rem}.nscit-home-spotlight__content{padding-left:2rem}.nscit-home-spotlight__features{grid-template-columns:repeat(2,minmax(0,1fr))}.nscit-home-app__mock{display:flex}.nscit-footer__grid{grid-template-columns:minmax(0,1.3fr) repeat(4,minmax(0,1fr))}.nscit-home-spotlight__price-card{right:2rem;bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/nscit-home.css.map */
