:root{color-scheme:light;--color-white: #ffffff;--color-ink: #071735;--color-ink-soft: #20314f;--color-blue: #006df0;--color-blue-dark: #004fb5;--color-cyan: #10aee8;--color-surface: #f4f9fd;--color-surface-strong: #e7f2fb;--color-border: #d8e6f0;--color-shadow: rgb(7 23 53 / 10%);--font-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--text-5xl: 4rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--container-max: 1360px;--container-padding: 1.5rem;--radius-sm: 4px;--radius-md: 8px;--header-height: 76px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:0;color:var(--color-ink);background:var(--color-white);font-family:var(--font-base);font-size:var(--text-md);line-height:1.6}body:has(.site-nav.is-open){overflow:hidden}body.has-contact-modal{overflow:hidden}img,svg{display:block}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-block-start:0}h1,h2,h3{line-height:1.08;letter-spacing:0}h1{max-width:9.6em;margin-block-end:var(--space-5);font-size:var(--text-5xl);font-weight:900}h2{margin-block-end:var(--space-4);font-size:var(--text-3xl)}h3{margin-block-end:var(--space-3);color:var(--color-blue);font-size:var(--text-lg);text-transform:uppercase}p{margin-block-end:var(--space-5);color:var(--color-ink-soft)}:focus-visible{outline:3px solid var(--color-cyan);outline-offset:3px}.skip-link{position:absolute;inset-block-start:var(--space-3);inset-inline-start:var(--space-3);z-index:20;transform:translateY(-160%);border-radius:var(--radius-sm);background:var(--color-blue);color:var(--color-white);padding:var(--space-3) var(--space-4);font-weight:700}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.container{width:min(100% - (var(--container-padding) * 2),var(--container-max));margin-inline:auto}[id]{scroll-margin-top:calc(var(--header-height) + var(--space-3))}.site-header{position:sticky;inset-block-start:0;z-index:10;min-height:var(--header-height);background:#fffffffa;border-block-end:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);gap:var(--space-4)}.site-header__brand{flex:0 0 auto}.site-header__brand img{display:block;width:134px;height:auto}.site-nav{display:flex;align-items:center;gap:2.6rem;color:var(--color-ink);font-size:.8125rem;font-weight:800;text-transform:uppercase}.site-nav a{padding-block:var(--space-2)}.site-nav a:hover,.site-nav a:focus-visible,.site-nav [aria-current=page]{color:var(--color-blue)}.site-nav [aria-current=page]{position:relative}.site-nav [aria-current=page]:after{position:absolute;inset-inline:0;inset-block-end:-.35rem;height:2px;border-radius:999px;background:var(--color-blue);content:""}.site-header__toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white)}.site-header__toggle-line{width:20px;height:2px;border-radius:999px;background:var(--color-ink)}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:var(--space-2);border:1px solid transparent;border-radius:8px;padding:.82rem 1.35rem;font-size:.8125rem;font-weight:800;line-height:1;text-align:center;text-transform:uppercase;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.button svg{flex:0 0 auto;fill:currentColor}.button--primary,.button--whatsapp{background:var(--color-blue);color:var(--color-white);box-shadow:0 10px 24px var(--color-shadow)}.button--primary:hover,.button--whatsapp:hover,.button--primary:focus-visible,.button--whatsapp:focus-visible{background:var(--color-blue-dark);transform:translateY(-1px);box-shadow:0 12px 28px #006df03d}.button:active{transform:translateY(0)}.button--secondary,.button--outline{border-color:var(--color-blue);background:var(--color-white);color:var(--color-blue)}.button--secondary:hover,.button--outline:hover{background:var(--color-surface)}.site-main{overflow:clip}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:492px;padding-block:0;background:var(--color-white)}.home-hero:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fffffffa,#ffffffe0 22%,#ffffff7f 43%,#fff0 68%);content:""}.home-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 54%}.home-hero__inner{display:flex;min-height:492px;align-items:center}.hero__content p:not(.eyebrow){max-width:31rem;color:var(--color-ink);font-size:1.25rem;font-weight:500;line-height:1.45}.home-hero .hero__content{margin-inline-start:4rem;transform:translateY(14px)}.hero__content h1 span{color:var(--color-blue)}.eyebrow{margin-block-end:var(--space-3);color:var(--color-blue);font-size:.875rem;font-weight:900;text-transform:uppercase}.eyebrow--line{display:inline-flex;align-items:center;gap:var(--space-2)}.eyebrow--line:after{width:40px;height:3px;border-radius:999px;background:currentColor;content:""}.home-benefits{position:relative;isolation:isolate;overflow:hidden;background:var(--color-surface);padding-block:0 .8rem}.home-benefits:after{position:absolute;inset-inline:0;inset-block-end:-82px;z-index:-1;height:150px;background-image:url(/assets/pages/home/benefits-reference.png);background-repeat:no-repeat;background-position:center bottom;background-size:min(1983px,126vw) auto;content:""}.home-benefits__inner{padding-block-start:.65rem}.section-heading.section-heading--center{max-width:none;margin-block-end:1rem;text-align:center}.section-heading.section-heading--center h2{margin-block-end:0;font-size:1.65rem}.benefit-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none}.benefit-item{min-height:140px;padding:.25rem 2rem;text-align:center}.benefit-item+.benefit-item{border-inline-start:1px solid rgb(7 23 53 / 14%)}.benefit-item svg{width:52px;height:52px;margin:0 auto .6rem;fill:none;stroke:var(--color-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.8}.benefit-item h3{margin-block-end:.35rem;color:var(--color-ink);font-size:.92rem;font-weight:900}.benefit-item p{max-width:14.5rem;margin-inline:auto;color:var(--color-ink);font-size:.78rem;font-weight:500;line-height:1.36}.section{padding-block:var(--space-8)}.section--soft{background:var(--color-surface)}.section--dark{background:var(--color-ink);color:var(--color-white)}.section--dark p{color:#ffffffd1}.section-heading{max-width:42rem;margin-block-end:var(--space-7)}.section-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.home-teaser{grid-template-columns:minmax(0,.72fr) minmax(280px,.82fr)}.home-teaser p{max-width:34rem}.home-teaser .button{margin-block-start:var(--space-2)}.home-teaser__product-image{width:100%;max-height:430px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);object-fit:contain;padding:var(--space-5);box-shadow:0 12px 28px #0717350d}.home-teaser__photo{width:100%;border-radius:var(--radius-md);aspect-ratio:3 / 2;object-fit:cover}.home-support-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.home-support-card h2{max-width:13em;color:var(--color-white)}.home-support-card p{max-width:43rem;margin-block-end:0}.split-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);align-items:center;gap:var(--space-7)}.split-section--reverse{grid-template-columns:minmax(320px,1fr) minmax(0,.85fr)}.split-section--reverse>div{order:2}.split-section img{width:100%;border-radius:var(--radius-md);aspect-ratio:3 / 2;object-fit:cover}.split-section img.home-teaser__product-image{aspect-ratio:4 / 3;object-fit:contain}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface-strong);padding:var(--space-6)}.cta-panel p{margin-block-end:0}.about-hero{position:relative;isolation:isolate;min-height:620px;overflow:hidden;background:var(--color-surface)}.about-hero:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fffffffa,#ffffffeb 26%,#ffffff9e 48%,#fff0 76%);content:""}.about-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 46%}.about-hero__inner{display:flex;min-height:620px;align-items:center}.about-hero__content{max-width:36rem;margin-inline-start:4rem}.about-hero__content h1 span{color:var(--color-blue)}.about-hero__content p:not(.eyebrow){max-width:33rem;color:var(--color-ink);font-size:var(--text-lg);font-weight:500;line-height:1.5}.about-hero__content strong{color:var(--color-ink);font-weight:900}.about-hero__line{width:76px;height:4px;margin-block:var(--space-2) var(--space-5);border-radius:999px;background:var(--color-blue)}.about-values{position:relative;z-index:1;margin-block-start:-4.8rem;padding-block-end:var(--space-8)}.values-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 20px 54px #0717351f}.value-item{padding:var(--space-6) var(--space-5);text-align:center}.value-item+.value-item{border-inline-start:1px solid var(--color-border)}.value-item svg{width:56px;height:56px;margin:0 auto var(--space-4);fill:none;stroke:var(--color-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}.value-item h3{color:var(--color-ink);font-size:.95rem}.value-item p{margin-block-end:0;color:var(--color-ink);font-size:var(--text-sm);font-weight:500;line-height:1.45}.about-numbers{background:linear-gradient(90deg,#071735f5,#071735e0 54%,#006df0b8),var(--color-ink);color:var(--color-white);padding-block:var(--space-8)}.about-numbers p,.about-numbers dd{color:#ffffffc7}.about-numbers__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:var(--space-7)}.about-numbers__intro h2{max-width:10em;color:var(--color-white)}.about-numbers__intro p:last-child{max-width:30rem;margin-block-end:0;font-size:var(--text-lg)}.stats-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0}.stat-item{min-height:142px;padding:var(--space-4);text-align:center}.stat-item+.stat-item{border-inline-start:1px solid rgb(255 255 255 / 22%)}.stat-item dt{margin:0 0 var(--space-2);color:var(--color-cyan);font-size:var(--text-3xl);font-weight:900;line-height:1}.stat-item dd{margin:0;font-size:var(--text-sm);font-weight:900;text-transform:uppercase}.support-hero{position:relative;isolation:isolate;min-height:620px;overflow:hidden;background:var(--color-surface)}.support-hero:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fffffffc,#fffffff0 24%,#ffffffad 44%,#fff0 74%);content:""}.support-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 48%}.support-hero__inner{display:flex;min-height:620px;align-items:center}.support-hero__content{max-width:38rem;margin-inline-start:4rem}.support-hero__content h1 span{color:var(--color-blue)}.support-hero__content p:not(.eyebrow){max-width:36rem;color:var(--color-ink);font-size:var(--text-lg);font-weight:500;line-height:1.55}.support-services{position:relative;z-index:1;margin-block-start:-4.6rem;padding-block-end:var(--space-8)}.support-services-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 20px 54px #0717351f}.support-service-item{padding:var(--space-6) var(--space-5);text-align:center}.support-service-item+.support-service-item{border-inline-start:1px solid var(--color-border)}.support-icon{display:grid;place-items:center;margin:0 auto var(--space-4);border-radius:50%}.support-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.support-icon--service{width:78px;height:78px;background:linear-gradient(180deg,#006df01f,#10aee80f);color:var(--color-blue);box-shadow:inset 0 0 0 1px #006df029,0 10px 24px #006df014}.support-icon--service svg{width:54px;height:54px;stroke-width:2.35}.support-service-item h3{color:var(--color-ink);font-size:var(--text-lg);line-height:1.1;text-transform:none}.support-service-item p{margin-block-end:0;color:var(--color-ink);font-size:var(--text-sm);font-weight:500;line-height:1.55}.support-reasons{background:linear-gradient(90deg,var(--color-ink) 0%,#062b67 100%);color:var(--color-white);padding-block:var(--space-8)}.support-reasons__heading{margin-inline:auto;margin-block-end:var(--space-6)}.support-reasons__heading h2{color:var(--color-white)}.support-reasons__heading .about-hero__line{margin-inline:auto;margin-block-end:0}.support-reasons-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.support-reason-item{min-height:238px;padding:var(--space-4);text-align:center}.support-reason-item+.support-reason-item{border-inline-start:1px solid rgb(255 255 255 / 24%)}.support-icon--reason{width:66px;height:66px;background:#ffffff1a;color:var(--color-white);box-shadow:inset 0 0 0 1px #fff3}.support-icon--reason svg{width:46px;height:46px;stroke-width:2.1}.support-reason-item h3{color:var(--color-white);font-size:.95rem;line-height:1.2;text-transform:none}.support-reason-item p{margin-block-end:0;color:#ffffffd1;font-size:var(--text-sm);font-weight:500}.trial-page{background:var(--color-surface)}.trial-hero{padding-block:var(--space-7)}.trial-hero__card{position:relative;display:grid;min-height:720px;overflow:hidden;align-items:start;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);padding:var(--space-7);box-shadow:0 20px 54px #0717351f}.trial-hero__card:before{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fffffffc,#fffffff0 34%,#ffffffad 51%,#fff0 72%);content:""}.trial-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.trial-hero__content,.trial-hero__cta{position:relative;z-index:2}.trial-hero__content{max-width:46rem}.trial-badge{display:inline-flex;align-items:center;gap:var(--space-3);border-radius:var(--radius-md);background:var(--color-blue);color:var(--color-white);padding:.9rem 1.35rem;font-size:var(--text-lg);font-weight:900;line-height:1;text-transform:uppercase}.trial-badge svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.trial-hero h1{max-width:8.2em;margin-block-end:var(--space-4);font-size:4.75rem}.trial-hero h1 span{color:var(--color-blue)}.trial-hero__lead{max-width:38rem;color:var(--color-ink);font-size:var(--text-xl);font-weight:700;line-height:1.45}.trial-benefit-list{display:grid;gap:var(--space-5);max-width:43rem;margin:var(--space-6) 0 0;padding:0;list-style:none}.trial-benefit-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:var(--space-4);align-items:start}.trial-benefit-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#006df014;color:var(--color-blue)}.trial-benefit-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.trial-benefit-item h2{margin-block-end:.25rem;font-size:var(--text-lg)}.trial-benefit-item p{margin-block-end:0;color:var(--color-ink);font-size:var(--text-lg);font-weight:500;line-height:1.4}.trial-hero__cta{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,.25fr);align-items:center;gap:var(--space-6);align-self:end;margin-block-start:var(--space-8);border:1px solid rgb(216 230 240 / 78%);border-radius:var(--radius-md);background:#f4f9fdeb;padding:var(--space-5) var(--space-6);box-shadow:0 12px 28px #07173512;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.trial-hero__cta-icon{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:#006df014;color:var(--color-blue)}.trial-hero__cta-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.trial-hero__cta h2{margin-block-end:0;font-size:var(--text-xl)}.product-detail-hero{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-surface) 100%);padding-block:var(--space-8)}.product-detail-hero__grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1fr);align-items:center;gap:var(--space-8)}.product-detail-hero__media{display:grid;min-height:560px;place-items:center;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 18px 44px #07173512}.product-detail-hero__media img{width:min(88%,560px);max-height:540px;object-fit:contain}.product-detail-hero__content{max-width:42rem}.product-detail-hero__content h1{max-width:8.5em;margin-block-end:var(--space-4)}.breadcrumb{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-block-end:var(--space-5);color:var(--color-ink-soft);font-size:var(--text-xs);font-weight:900;text-transform:uppercase}.breadcrumb a{color:var(--color-blue)}.product-lead{max-width:35rem;color:var(--color-ink);font-size:var(--text-xl);font-weight:800;line-height:1.35}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:var(--space-7)}.product-detail-copy{max-width:50rem}.product-detail-copy p{font-size:1.08rem}.product-detail-aside{align-self:start;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-6)}.product-detail-aside h2{font-size:var(--text-xl)}.check-list{display:grid;gap:var(--space-4);margin:0;padding:0;list-style:none}.check-list li{position:relative;padding-inline-start:1.75rem;color:var(--color-ink);font-weight:700}.check-list li:before{position:absolute;inset-block-start:.36rem;inset-inline-start:0;width:.72rem;height:.72rem;border:2px solid var(--color-blue);border-radius:50%;background:var(--color-white);content:""}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5)}.feature-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);padding:var(--space-5);box-shadow:0 12px 28px #0717350d}.feature-card h3{color:var(--color-ink);font-size:.95rem}.feature-card p{margin-block-end:0;font-size:var(--text-sm)}.detail-info-panel{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface-strong);padding:var(--space-6)}.detail-info-panel p:last-child{margin-block-end:0}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.related-card{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);gap:var(--space-4);align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);padding:var(--space-5);box-shadow:0 12px 28px #0717350d}.related-card img{width:100%;max-height:220px;object-fit:contain}.related-card h3{font-size:.98rem}.related-card p{font-size:var(--text-sm)}.products-hero{overflow:hidden;background:var(--color-surface);padding-block:var(--space-7) var(--space-6)}.products-hero__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-7)}.products-hero h1{margin-block-end:var(--space-4)}.products-hero p{max-width:32rem;color:var(--color-ink);font-size:var(--text-lg);font-weight:600}.products-hero__note{max-width:25rem;border-left:4px solid var(--color-blue);background:var(--color-white);padding:var(--space-5);box-shadow:0 12px 28px #0717350d}.products-hero__note strong,.products-hero__note span{display:block}.products-hero__note strong{margin-block-end:var(--space-2);color:var(--color-blue);font-weight:900;text-transform:uppercase}.products-hero__note span{color:var(--color-ink-soft);font-weight:600}.products-catalog{padding-block:var(--space-6) var(--space-8)}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.catalog-card{display:grid;min-height:455px;grid-template-rows:248px 1fr;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 12px 28px #0717350d;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.catalog-card.is-active{border-color:var(--color-blue);box-shadow:0 18px 40px #006df021}.category-card--selected{transform:translateY(-2px)}.catalog-card__media{--catalog-image-max-height: 216px;display:grid;min-height:0;place-items:center;overflow:hidden;background:linear-gradient(180deg,#e8f5ff,#cfe1ef);padding:var(--space-4)}.catalog-card__media img{width:auto;height:auto;max-width:86%;max-height:var(--catalog-image-max-height);filter:contrast(1.04);object-fit:contain;object-position:center}.catalog-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:var(--space-5)}.catalog-card__content h3{color:var(--color-blue);font-size:var(--text-lg)}.catalog-card__content p:not(.eyebrow){font-size:var(--text-sm)}.catalog-card__meta{display:inline-flex;margin-block:auto var(--space-4);border:1px solid var(--color-border);border-radius:999px;color:var(--color-ink-soft);padding:.38rem .75rem;font-size:var(--text-xs);font-weight:800;text-transform:uppercase}.catalog-card--category .catalog-card__meta{border-color:#006df03d;color:var(--color-blue)}.products-panel{background:var(--color-white);padding-block:var(--space-8)}.products-results--entering .products-panel__inner{opacity:0;transform:translateY(14px)}.products-results--entering.products-results--active .products-panel__inner{opacity:1;transform:translateY(0);transition:opacity .34s ease-out,transform .34s ease-out}.products-results--highlight{animation:products-results-highlight .9s ease-out}.products-panel__inner{display:grid;gap:var(--space-6)}.products-panel__title:focus-visible{outline-offset:6px}.products-panel__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-5);border-block-end:1px solid var(--color-border);padding-block-end:var(--space-5)}.products-panel__heading p{max-width:42rem}.products-panel__count{flex:0 0 auto;border-radius:999px;background:var(--color-blue);color:var(--color-white);padding:.55rem .9rem;font-size:var(--text-xs);font-weight:900;text-transform:uppercase}.panel-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.panel-product-card{display:grid;grid-template-rows:240px 1fr;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 12px 28px #0717350d;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}@media(hover:hover){.catalog-card:hover,.panel-product-card:hover{transform:translateY(-3px);border-color:#006df059;box-shadow:0 18px 40px #0717351a}}.products-results--active .product-card--revealed{animation:product-card-reveal .34s ease-out backwards;animation-delay:calc(var(--reveal-index) * 55ms)}.panel-product-card__media{--catalog-image-max-height: 208px;display:grid;min-height:0;place-items:center;background:linear-gradient(180deg,#e8f5ff,#cfe1ef);padding:var(--space-4)}.panel-product-card__media img{width:auto;height:auto;max-width:86%;max-height:var(--catalog-image-max-height);filter:contrast(1.04);object-fit:contain;object-position:center}.panel-product-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:var(--space-5)}.panel-product-card h3{color:var(--color-ink)}.panel-product-card p:not(.eyebrow){font-size:var(--text-sm)}.panel-product-card__button{margin-block-start:auto}.mini-feature-list{display:grid;gap:var(--space-2);margin:0 0 var(--space-5);padding:0;color:var(--color-ink-soft);font-size:var(--text-sm);font-weight:700;list-style:none}.mini-feature-list li{position:relative;padding-inline-start:1rem}.mini-feature-list li:before{position:absolute;inset-block-start:.58em;inset-inline-start:0;width:.35rem;height:.35rem;border-radius:50%;background:var(--color-blue);content:""}@keyframes products-results-highlight{0%{background:#edf7ff;box-shadow:inset 0 1px #006df033}to{background:var(--color-white);box-shadow:inset 0 1px 0 transparent}}@keyframes product-card-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.catalog-dialog{width:min(1040px,calc(100% - 2rem));max-height:90vh;overflow:auto;border:0;border-radius:var(--radius-md);padding:0;color:var(--color-ink);box-shadow:0 24px 80px #07173547}.catalog-dialog[open]{animation:contact-modal-in .18s ease-out}.catalog-dialog::backdrop{background:#0717359e;animation:catalog-backdrop-in .18s ease-out}@keyframes catalog-backdrop-in{0%{background:#07173500}to{background:#0717359e}}.catalog-dialog__body{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:var(--space-6);padding:var(--space-6)}.catalog-dialog__media{display:grid;gap:var(--space-4);align-content:start}.catalog-dialog__image{width:100%;max-height:520px;aspect-ratio:1 / 1;object-fit:contain;object-position:center;border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-5)}.catalog-dialog__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.catalog-dialog__gallery img{width:100%;aspect-ratio:1 / 1;border:1px solid var(--color-border);border-radius:var(--radius-md);object-fit:contain;object-position:center;padding:var(--space-3)}.catalog-dialog__close{position:absolute;inset-block-start:var(--space-3);inset-inline-end:var(--space-3);display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-white);color:var(--color-ink);font-size:var(--text-xl)}.catalog-dialog__summary{color:var(--color-ink);font-size:var(--text-lg);font-weight:800}.catalog-dialog__description p{margin-block-end:var(--space-3);font-size:var(--text-sm)}.catalog-dialog__details{margin-block:var(--space-5)}.catalog-dialog__details h3{color:var(--color-ink);font-size:var(--text-sm)}.contact-modal{width:min(720px,calc(100% - 2rem));max-height:min(90vh,760px);overflow:auto;border:1px solid rgb(216 230 240 / 75%);border-radius:var(--radius-md);background:var(--color-white);padding:0;color:var(--color-ink);box-shadow:0 28px 90px #0717354d}.contact-modal[open]{animation:contact-modal-in .18s ease-out}.contact-modal.is-closing{animation:contact-modal-out .14s ease-in forwards}.contact-modal::backdrop{background:#07173594;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:contact-backdrop-in .18s ease-out}.contact-modal.is-closing::backdrop{animation:contact-backdrop-out .14s ease-in forwards}.contact-modal__dialog{position:relative;padding:var(--space-7)}.contact-modal__close{position:absolute;inset-block-start:var(--space-4);inset-inline-end:var(--space-4);display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-white);color:var(--color-ink);font-size:var(--text-xl);line-height:1;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.contact-modal__close:hover,.contact-modal__close:focus-visible{border-color:var(--color-blue);background:var(--color-surface);color:var(--color-blue)}.contact-modal__heading{max-width:34rem;padding-inline-end:var(--space-7)}.contact-modal__heading .eyebrow{margin-block-end:var(--space-2)}.contact-modal__heading h2{margin-block-end:var(--space-3)}.contact-modal__heading p:last-child{margin-block-end:0}.contact-modal__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);margin-block:var(--space-6)}.contact-modal__section{display:grid;grid-template-columns:44px minmax(0,1fr);gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-5)}.contact-modal__section-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--color-white);color:var(--color-blue);box-shadow:inset 0 0 0 1px var(--color-border)}.contact-modal__section-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.contact-modal__section h3{margin-block-end:var(--space-3);color:var(--color-blue);font-size:var(--text-sm)}.contact-modal__section strong,.contact-modal__section span{display:block;overflow-wrap:anywhere}.contact-modal__section strong{color:var(--color-ink)}.contact-modal__section span{color:var(--color-ink-soft);font-size:var(--text-sm)}.contact-modal__link{display:block;margin-block-start:var(--space-3)}.contact-modal__link strong{transition:color .16s ease}.contact-modal__link:hover strong,.contact-modal__link:focus-visible strong{color:var(--color-blue)}.contact-modal__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);border-block-start:1px solid var(--color-border);padding-block-start:var(--space-5)}@keyframes contact-modal-in{0%{transform:translateY(14px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes contact-modal-out{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(10px) scale(.985);opacity:0}}@keyframes contact-backdrop-in{0%{background:#07173500}to{background:#07173594}}@keyframes contact-backdrop-out{0%{background:#07173594}to{background:#07173500}}.site-footer{background:var(--color-ink);color:var(--color-white);padding-block:var(--space-7)}.site-footer p{color:#ffffffc2}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(180px,.7fr) minmax(280px,1fr);gap:var(--space-7)}.site-footer__logo{display:block;width:142px;margin-block-end:var(--space-4);filter:drop-shadow(0 1px 0 rgb(255 255 255 / 26%)) drop-shadow(0 8px 18px rgb(0 0 0 / 24%))}.site-footer__nav{display:grid;gap:var(--space-3);align-content:start}.site-footer__nav a:hover,.site-footer__nav a:focus-visible{color:var(--color-cyan)}.site-footer__contact{display:grid;align-content:start;gap:var(--space-4)}.site-footer__contact .eyebrow{margin-block-end:0}.site-footer__company{display:grid;gap:var(--space-1);color:#ffffffc2;font-size:var(--text-sm);line-height:1.45}.site-footer__company strong{color:var(--color-white)}.site-footer__address{display:grid;gap:var(--space-3);font-style:normal}.site-footer__contact-link{display:inline-flex;align-items:center;gap:var(--space-3);color:var(--color-white);font-weight:800;line-height:1.25}.site-footer__contact-link:hover,.site-footer__contact-link:focus-visible{color:var(--color-cyan)}.site-footer__contact-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:#ffffff1a;color:var(--color-cyan);box-shadow:inset 0 0 0 1px #ffffff24}.site-footer__contact-link svg{width:19px;height:19px}.site-footer__contact-link--phone svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-footer__contact-link--mail svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-footer__socials{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.site-footer__social-links{display:flex;flex-wrap:wrap;gap:var(--space-2)}.site-footer__socials-label{margin-inline-end:var(--space-1);color:#ffffffb3;font-size:var(--text-xs);font-weight:900;letter-spacing:0;text-transform:uppercase}.site-footer__social{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgb(255 255 255 / 16%);border-radius:50%;background:#ffffff12;color:var(--color-white);transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.site-footer__social[href]:hover,.site-footer__social[href]:focus-visible{transform:translateY(-2px);border-color:#10aee88c;background:#10aee829;color:var(--color-cyan)}.site-footer__social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-footer__social--whatsapp svg{fill:currentColor;stroke:none}.site-footer__social--facebook svg{width:17px;height:17px;fill:currentColor;stroke:none}.site-footer__social--tiktok svg{width:18px;height:18px;fill:currentColor;stroke:none}.site-footer__social.is-unavailable{opacity:.46}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-4);margin-block-start:var(--space-5);padding-block-start:var(--space-4);border-block-start:1px solid rgb(255 255 255 / 12%)}.site-footer__bottom .site-footer__copy{margin:0;color:#ffffff94;font-size:var(--text-sm)}.site-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-3)}.site-footer__legal a{padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:#ffffffc7;font-size:var(--text-sm);font-weight:600;line-height:1.4;transition:color .16s ease}.site-footer__legal a:hover,.site-footer__legal a:focus-visible{color:var(--color-cyan)}.site-footer__legal-sep{color:#ffffff4d;font-size:var(--text-sm);line-height:1}body:has(.back-to-top.is-visible) .iubenda-tp-btn.iubenda-cs-preferences-link{margin-inline-end:calc(clamp(1rem,3vw,1.6rem) + 3.5rem)!important}.floating-socials{display:none}@media(min-width:821px){.floating-socials{position:fixed;inset-block-start:50%;inset-inline-end:clamp(.65rem,1.5vw,1.5rem);z-index:9;display:grid;gap:.4rem;transform:translateY(-50%);border:1px solid rgb(216 230 240 / 82%);border-radius:999px;background:#ffffffeb;padding:.45rem;box-shadow:0 14px 34px #07173526;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.floating-socials__link{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-white);color:var(--color-ink);transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.floating-socials__link[href]:hover,.floating-socials__link[href]:focus-visible{transform:translate(-2px);border-color:var(--color-blue);background:var(--color-blue);color:var(--color-white);box-shadow:0 8px 18px #006df038}.floating-socials__link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.floating-socials__link--facebook svg,.floating-socials__link--tiktok svg{fill:currentColor;stroke:none}.floating-socials__link.is-unavailable{color:var(--color-ink-soft);opacity:.45}}@media(min-width:821px)and (max-width:1024px){.floating-socials{inset-inline-end:.4rem;gap:.3rem;padding:.35rem}.floating-socials__link{width:38px;height:38px}.floating-socials__link svg{width:17px;height:17px}}.back-to-top{position:fixed;inset-block-end:clamp(1rem,3vw,1.6rem);inset-inline-end:clamp(1rem,3vw,1.6rem);z-index:8;display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:#fffffff0;color:var(--color-blue);box-shadow:0 12px 28px #0717352e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}body:has(.site-nav.is-open) .back-to-top{opacity:0;visibility:hidden}.back-to-top:hover,.back-to-top:focus-visible{border-color:var(--color-blue);background:var(--color-blue);color:var(--color-white)}.back-to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.u-text-center{text-align:center}.u-no-margin{margin:0}@media(max-width:1024px){:root{--container-padding: 1.25rem}h1{font-size:var(--text-4xl)}.site-header .site-header__cta{width:44px;min-height:44px;flex:0 0 auto;border-radius:50%;padding:0}.site-header__cta-label{display:none}.site-header__cta svg{width:20px;height:20px}.site-nav{gap:1.1rem;font-size:.74rem}.home-hero .hero__content{margin-inline-start:2rem}.catalog-grid,.panel-product-grid,.values-card,.stats-list,.support-services-card{grid-template-columns:repeat(2,minmax(0,1fr))}.value-item:nth-child(3),.support-service-item:nth-child(3){border-inline-start:0}.value-item:nth-child(n+3),.support-service-item:nth-child(n+3){border-block-start:1px solid var(--color-border)}.stat-item:nth-child(3){border-inline-start:0}.stat-item:nth-child(n+3){border-block-start:1px solid rgb(255 255 255 / 20%)}.support-reasons-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:var(--space-5)}.trial-hero__card{min-height:660px;padding:var(--space-6)}.trial-hero h1{font-size:3.8rem}.trial-hero__image{object-position:58% center}.support-reason-item:nth-child(4){border-inline-start:0}.support-reason-item:nth-child(n+4){border-block-start:1px solid rgb(255 255 255 / 20%)}.product-detail-hero__grid,.product-detail-layout{grid-template-columns:1fr}.feature-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-list{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:var(--space-5)}.benefit-item{padding:.25rem 1.25rem}.benefit-item:nth-child(odd){border-inline-start:0}}@media(max-width:820px){:root{--header-height: 76px}h1{font-size:2.75rem}h2{font-size:var(--text-2xl)}.site-header__inner{gap:var(--space-3)}.site-header__toggle{display:inline-flex;margin-inline-start:auto}.site-nav{position:fixed;inset:var(--header-height) 0 auto;display:none;grid-template-columns:1fr;gap:0;border-block-start:1px solid var(--color-border);background:var(--color-white);padding:var(--space-3) var(--container-padding) var(--space-5);box-shadow:0 20px 40px var(--color-shadow)}.site-nav.is-open{display:grid}.site-nav a{border-block-end:1px solid var(--color-border);padding:var(--space-4) 0}.site-nav [aria-current=page]:after{display:none}.site-nav [aria-current=page]{padding-inline-start:var(--space-3);box-shadow:inset 3px 0 0 var(--color-blue)}.home-hero,.home-hero__inner{min-height:560px}.home-hero:before{background:linear-gradient(90deg,#fffffffa,#ffffffd1 52%,#ffffff4d)}.home-hero__image{object-position:58% center}.home-hero .hero__content{margin-inline-start:0}.split-section,.split-section--reverse{grid-template-columns:1fr}.split-section--reverse>div{order:initial}.site-footer__grid,.catalog-dialog__body{grid-template-columns:1fr}.about-hero,.about-hero__inner,.support-hero,.support-hero__inner{min-height:610px}.about-hero:before,.support-hero:before{background:linear-gradient(90deg,#fffffffa,#ffffffd6 60%,#ffffff47)}.about-hero__content,.support-hero__content{margin-inline-start:0}.about-numbers__grid{grid-template-columns:1fr;gap:var(--space-6)}.products-hero__inner,.products-panel__heading,.cta-panel,.detail-info-panel,.home-support-card{align-items:flex-start;flex-direction:column}.trial-hero__card{min-height:620px}.trial-hero__card:before{background:linear-gradient(90deg,#fffffffc,#ffffffeb 48%,#ffffff6b)}.trial-hero h1{font-size:3.25rem}.trial-hero__lead,.trial-benefit-item p{font-size:var(--text-md)}.trial-hero__cta{grid-template-columns:auto minmax(0,1fr)}.trial-hero__cta .button{grid-column:1 / -1;justify-self:start}.product-detail-hero__media{min-height:420px}}@media(max-width:560px){:root{--container-padding: 1rem}h1{font-size:2.55rem}.hero,.section{padding-block:var(--space-7)}.home-hero{padding-block:0}.home-hero,.home-hero__inner{min-height:620px}.home-hero:before{background:linear-gradient(180deg,#fffffffa,#ffffffeb 54%,#ffffff52)}.home-hero__inner{align-items:flex-start;padding-block-start:var(--space-7)}.home-hero .hero__content{transform:none}.home-hero__image{object-position:62% center}.hero__content p:not(.eyebrow){font-size:var(--text-md)}.home-benefits{padding-block-end:var(--space-5)}.home-benefits:after{inset-block-end:-46px;height:96px;background-size:1100px auto}.section-heading.section-heading--center h2{font-size:1.45rem}.benefit-item svg{width:46px;height:46px}.section-actions{flex-direction:column}.button{width:100%}.split-section{gap:var(--space-6)}.cta-panel{padding:var(--space-5)}.site-footer{padding-block:var(--space-6)}.site-footer__grid{gap:var(--space-5)}.products-hero{padding-block:var(--space-7)}.products-hero p{font-size:var(--text-md)}.catalog-grid,.panel-product-grid{grid-template-columns:1fr}.catalog-card{min-height:0;grid-template-rows:210px 1fr}.panel-product-card{grid-template-rows:210px 1fr}.catalog-card__media,.panel-product-card__media{--catalog-image-max-height: 184px;padding:var(--space-3)}.catalog-dialog{width:calc(100% - 1rem)}.contact-modal{width:calc(100% - 1rem);max-height:calc(100dvh - 1rem)}.contact-modal__dialog{padding:var(--space-5)}.contact-modal__close{inset-block-start:var(--space-3);inset-inline-end:var(--space-3)}.contact-modal__heading{padding-inline-end:var(--space-6)}.contact-modal__sections{grid-template-columns:1fr;gap:var(--space-3);margin-block:var(--space-5)}.contact-modal__section{padding:var(--space-4)}.contact-modal__actions{display:grid;grid-template-columns:1fr}.catalog-dialog__body{padding:var(--space-5)}.catalog-dialog__image{max-height:320px;aspect-ratio:4 / 3;padding:var(--space-4)}.product-detail-hero{padding-block:var(--space-7)}.product-detail-hero__grid{gap:var(--space-6)}.product-detail-hero__media{min-height:320px}.product-detail-hero__media img{width:min(92%,360px)}.feature-grid,.related-grid,.related-card,.benefit-list{grid-template-columns:1fr}.benefit-item,.benefit-item+.benefit-item{border-inline-start:0}.benefit-item{min-height:0;border-block-start:1px solid rgb(7 23 53 / 12%);padding-block:var(--space-4)}.about-hero,.about-hero__inner,.support-hero,.support-hero__inner{min-height:680px}.about-hero:before,.support-hero:before{background:linear-gradient(180deg,#fffffffa,#fffffff0 58%,#ffffff57)}.about-hero__inner,.support-hero__inner{align-items:flex-start;padding-block-start:var(--space-7)}.about-hero__image{object-position:58% center}.support-hero__image{object-position:57% center}.about-hero__content p:not(.eyebrow),.support-hero__content p:not(.eyebrow){font-size:var(--text-md)}.about-values{margin-block-start:0;padding-block:var(--space-6) var(--space-7)}.values-card,.stats-list,.support-services-card,.support-reasons-grid{grid-template-columns:1fr}.value-item,.value-item+.value-item,.value-item:nth-child(n+3),.support-service-item,.support-service-item+.support-service-item,.support-service-item:nth-child(n+3){border-inline-start:0;border-block-start:1px solid var(--color-border)}.value-item:first-child,.support-service-item:first-child{border-block-start:0}.stat-item,.stat-item+.stat-item{border-inline-start:0;border-block-start:1px solid rgb(255 255 255 / 20%)}.stat-item:first-child{border-block-start:0}.support-services{margin-block-start:0;padding-block:var(--space-6) var(--space-7)}.support-service-item{padding:var(--space-5)}.support-reasons{padding-block:var(--space-7)}.trial-hero{padding-block:var(--space-5)}.trial-hero__card{min-height:0;padding:var(--space-5)}.trial-hero__card:before{background:linear-gradient(180deg,#fffffffc,#fffffff5 62%,#ffffffb8 82%,#ffffff2e)}.trial-hero__image{object-position:63% bottom}.trial-badge{gap:var(--space-2);padding:.78rem 1rem;font-size:var(--text-sm)}.trial-hero h1{font-size:2.7rem}.trial-benefit-list{gap:var(--space-4);margin-block-start:var(--space-5)}.trial-benefit-item{grid-template-columns:44px minmax(0,1fr);gap:var(--space-3)}.trial-benefit-icon{width:40px;height:40px}.trial-benefit-icon svg{width:21px;height:21px}.trial-benefit-item h2{font-size:var(--text-md)}.trial-hero__cta{grid-template-columns:auto minmax(0,1fr);gap:var(--space-4);margin-block-start:var(--space-6);padding:var(--space-5)}.trial-hero__cta .button{grid-column:1 / -1;justify-self:stretch}.trial-hero__cta h2{font-size:var(--text-lg)}.trial-hero__cta-icon{width:56px;height:56px}.trial-hero__cta-icon svg{width:34px;height:34px}.support-reason-item,.support-reason-item+.support-reason-item,.support-reason-item:nth-child(n+4){min-height:0;border-inline-start:0;border-block-start:1px solid rgb(255 255 255 / 20%)}.support-reason-item:first-child{border-block-start:0}.home-teaser__product-image{max-height:340px;padding:var(--space-4)}}@media(max-width:430px){h1{font-size:2.35rem}.home-hero,.home-hero__inner{min-height:590px}.home-hero__inner{padding-block-start:var(--space-6)}.home-hero__image{object-position:70% center}.home-teaser__product-image{max-height:300px;padding:var(--space-3)}.home-teaser__photo{aspect-ratio:4 / 3}.trial-hero h1{font-size:2.35rem}.trial-hero__cta{margin-block-start:var(--space-5)}}@media(max-width:360px){.site-footer__bottom{padding-block-end:var(--space-6)}h1{font-size:2.15rem}.contact-modal__section{grid-template-columns:40px minmax(0,1fr);gap:var(--space-2);padding:var(--space-3)}.contact-modal__section-icon{width:40px;height:40px}.contact-modal__link strong{font-size:.9rem}.eyebrow{font-size:.78rem}.button{min-height:42px;padding:.72rem .9rem;font-size:.74rem}.home-hero,.home-hero__inner{min-height:580px}.home-hero__image{object-position:72% center}.section-heading.section-heading--center h2{font-size:1.35rem}.trial-hero h1{font-size:2.15rem}.trial-hero__card{padding:var(--space-4)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-footer__social,.floating-socials__link,.button,.back-to-top{transition-duration:1ms}.button,.back-to-top{transform:none}.catalog-card,.panel-product-card,.category-card--selected,.products-results--entering .products-panel__inner,.products-results--entering.products-results--active .products-panel__inner{transform:none;transition:none}.products-results--highlight,.products-results--active .product-card--revealed{animation:none}.contact-modal[open],.contact-modal.is-closing,.contact-modal::backdrop,.contact-modal.is-closing::backdrop,.catalog-dialog[open],.catalog-dialog::backdrop{animation-duration:1ms}}
