:root{--radius: .625rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--radius-2xl: calc(var(--radius) + 8px);--background: #ffffff;--background: oklch(1 0 0);--surface: #f5f7f9;--surface: oklch(.976 .003 247);--foreground: #0b111f;--foreground: oklch(.18 .03 264);--card: #ffffff;--card: oklch(1 0 0);--primary: #0d172f;--primary: oklch(.21 .05 265);--primary-foreground: #fcfcfc;--primary-foreground: oklch(.99 0 0);--brand: #112a74;--brand: oklch(.32 .13 265);--brand-foreground: #fcfcfc;--brand-foreground: oklch(.99 0 0);--accent: #f9752f;--accent: oklch(.71 .18 45);--accent-foreground: #fcfcfc;--accent-foreground: oklch(.99 0 0);--secondary: #f5f7f9;--secondary: oklch(.976 .003 247);--muted: #f5f7f9;--muted: oklch(.976 .003 247);--muted-foreground: #6a727d;--muted-foreground: oklch(.55 .02 257);--success: #43a84c;--success: oklch(.65 .16 145);--destructive: #e62c2c;--destructive: oklch(.6 .22 27);--border: #e2e5e8;--border: oklch(.92 .005 255);--ring: var(--brand);--emerald-600: #059669;--amber-600: #d97706;--sticky-dark: hsl(220 45% 14%);--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit;padding:0}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}input,select,textarea{font:inherit}svg.icon{width:1rem;height:1rem;flex-shrink:0}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container{max-width:80rem;margin-inline:auto;padding-inline:1rem}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--muted-foreground)}.text-brand{color:var(--brand)}.text-accent{color:var(--accent)}.uppercase{text-transform:uppercase}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;line-height:1.25;padding:.5rem 1rem;min-height:2.5rem;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s,opacity .15s;white-space:nowrap}.btn:disabled{opacity:.5;pointer-events:none}.btn--lg{min-height:2.75rem;padding:.625rem 2rem;font-size:.9375rem}.btn--sm{min-height:2.25rem;padding:.375rem .75rem;font-size:.8125rem}.btn--icon{width:2.5rem;min-height:2.5rem;padding:0}.btn--accent{background:var(--accent);color:var(--accent-foreground)}.btn--accent:hover{background:color-mix(in srgb,var(--accent) 90%,transparent)}.btn--brand{background:var(--brand);color:var(--brand-foreground)}.btn--brand:hover{background:color-mix(in srgb,var(--brand) 90%,transparent)}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background:color-mix(in srgb,var(--primary) 90%,transparent)}.btn--outline{border:1px solid var(--border);background:var(--background);color:var(--foreground)}.btn--outline:hover{background:var(--surface)}.btn--outline-light{border:1px solid rgba(252,252,252,.3);background:transparent;color:var(--primary-foreground)}.btn--outline-light:hover{background:#fcfcfc1a}.btn--ghost{background:transparent;color:var(--foreground)}.btn--ghost:hover{background:var(--surface)}.btn .icon{width:1rem;height:1rem}.btn--icon .icon{width:1.25rem;height:1.25rem}.btn--full{width:100%}.badge{display:inline-flex;align-items:center;border-radius:var(--radius-md);padding:.125rem .625rem;font-size:.75rem;font-weight:600;line-height:1.4}.badge--brand{background:color-mix(in srgb,var(--brand) 90%,transparent);color:var(--brand-foreground);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 2px #00000014}.badge--accent{background:var(--accent);color:var(--accent-foreground)}.badge--destructive{background:color-mix(in srgb,var(--destructive) 90%,transparent);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge--outline{border:1px solid var(--border);background:transparent;color:var(--foreground)}.badge--secondary{background:var(--secondary);color:var(--foreground)}.badge--tag{text-transform:uppercase;letter-spacing:.025em;font-size:11px;font-weight:700;padding:.25rem .625rem}.badge--card{position:absolute;font-size:10px;padding:.125rem .375rem}.input{display:block;width:100%;min-height:2.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);color:var(--foreground);padding:.5rem .75rem;font-size:.875rem}.input::placeholder{color:var(--muted-foreground)}.input:focus{outline:2px solid var(--ring);outline-offset:-1px}.input--search{padding-left:2.25rem}.search-wrap{position:relative;width:100%}.search-wrap .icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.topbar{background:var(--primary);color:var(--primary-foreground)}.topbar__inner{max-width:80rem;margin-inline:auto;padding:.375rem 1rem;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.75rem}.topbar__sep{opacity:.5}.topbar__desktop{display:none}@media(min-width:640px){.topbar__desktop{display:inline}}.site-header{position:sticky;top:0;z-index:40;width:100%;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-main{max-width:80rem;margin-inline:auto;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.header-logo{display:flex;flex-direction:column;line-height:1}.header-logo__name{font-size:1.25rem;font-weight:800;letter-spacing:-.025em;color:var(--foreground)}.header-logo__name span{color:var(--brand)}.header-logo__tagline{display:none;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-top:2px}@media(min-width:640px){.header-logo__tagline{display:inline}}.header-logo__img{max-height:44px;width:auto}.header-search{display:none;flex:1;margin-left:.5rem}.header-search .search-wrap{max-width:36rem}@media(min-width:768px){.header-search{display:flex}}.header-actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.header-assistant{display:none}@media(min-width:1024px){.header-assistant{display:inline-flex}}.header-burger{display:inline-flex}@media(min-width:1024px){.header-burger{display:none}}.cart-btn{position:relative;border:1px solid var(--border);border-radius:var(--radius-md)}.cart-btn:hover{background:var(--surface)}.cart-count{position:absolute;right:-.5rem;top:-.5rem;display:flex;align-items:center;justify-content:center;height:1.25rem;width:1.25rem;border-radius:9999px;background:var(--accent);color:var(--accent-foreground);font-size:.75rem;font-weight:600;padding:0}.cart-count[data-count="0"]{display:none}.main-nav{display:none;border-top:1px solid var(--border);background:var(--surface)}@media(min-width:1024px){.main-nav{display:block}}.main-nav__inner{max-width:80rem;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.main-nav__link{white-space:nowrap;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 80%,transparent);transition:color .15s}.main-nav__link:hover,.main-nav__link[aria-current=page]{color:var(--brand)}.nav-dropdown{visibility:hidden;opacity:0;position:absolute;left:0;top:100%;z-index:50;min-width:14rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);padding:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:opacity .15s,visibility .15s}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{visibility:visible;opacity:1}.nav-dropdown a{display:block;border-radius:.25rem;padding:.5rem .75rem;font-size:.875rem;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.nav-dropdown a:hover{background:var(--surface);color:var(--brand)}.mobile-search{border-top:1px solid var(--border);padding:.75rem}@media(min-width:768px){.mobile-search{display:none}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s}.sheet-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;bottom:0;left:0;z-index:70;width:20rem;max-width:88vw;background:var(--background);box-shadow:0 0 40px #0003;transform:translate(-100%);transition:transform .28s ease;display:flex;flex-direction:column;padding:1.25rem;overflow-y:auto}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__title{font-size:1rem;font-weight:600}.mobile-menu__close{position:absolute;top:1rem;right:1rem;color:var(--muted-foreground)}.mobile-menu nav{margin-top:1rem;display:flex;flex-direction:column}.mobile-menu__group{border-bottom:1px solid var(--border);text-align:center}.mobile-menu__link{display:block;padding:.75rem 0;font-size:.875rem;font-weight:500;text-transform:uppercase}.mobile-menu__link:hover{color:var(--brand)}.mobile-menu__sublink{display:block;padding:0 0 .75rem 1rem;font-size:.75rem;text-transform:uppercase;color:var(--muted-foreground)}.mobile-menu__sublink:hover{color:var(--brand)}.site-footer{margin-top:5rem;border-top:1px solid var(--border);background:var(--primary);color:var(--primary-foreground)}.site-footer__grid{max-width:80rem;margin-inline:auto;padding:3rem 1rem;display:grid;gap:2.5rem}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:repeat(5,1fr)}}.site-footer h3{margin-bottom:.75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.site-footer ul{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#fcfcfccc}.site-footer a:hover{color:var(--accent)}.site-footer__legal{margin-top:1.5rem;font-size:.75rem;color:#fcfcfcb3}.site-footer__newsletter-text{margin-bottom:.75rem;font-size:.875rem;color:#fcfcfccc}.site-footer__newsletter-form{display:flex;gap:.5rem}.site-footer__newsletter-form .input{background:var(--background);color:var(--foreground)}.site-footer__bottom{border-top:1px solid rgba(252,252,252,.1);padding:1rem;text-align:center;font-size:.75rem;color:#fcfcfc99}.reassurance{max-width:80rem;margin-inline:auto;padding:1rem}.reassurance ul{display:grid;column-gap:1.5rem;row-gap:.625rem;border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--surface);padding:1rem 1.25rem}@media(min-width:640px){.reassurance ul{grid-template-columns:repeat(2,1fr);padding:1.25rem 1.5rem}}.reassurance li{display:flex;align-items:center;gap:.75rem}.reassurance .icon{width:1rem;height:1rem;color:var(--accent)}.reassurance p{font-size:13px;line-height:1.375;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.reassurance p strong{font-weight:600;color:var(--foreground)}.hero{position:relative;overflow:hidden;background:var(--primary);color:var(--primary-foreground)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,oklch(.32 .13 265 / .5),transparent 60%)}.hero__inner{position:relative;max-width:80rem;margin-inline:auto;display:grid;gap:2rem;padding:4rem 1rem}@media(min-width:640px){.hero__inner{padding-block:5rem}}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr;gap:3rem}}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:color-mix(in srgb,var(--accent) 15%,transparent);padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.hero__eyebrow .icon{width:.875rem;height:.875rem}.hero h1{margin-top:1rem;font-size:1.875rem;font-weight:800;line-height:1.25}@media(min-width:640px){.hero h1{font-size:3rem;line-height:1.15}}.hero__text{margin-top:1rem;max-width:36rem;font-size:1rem;color:#fcfcfccc}@media(min-width:640px){.hero__text{font-size:1.125rem}}.hero__ctas{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero__checks{margin-top:2rem;display:grid;gap:.5rem;font-size:.875rem;color:#fcfcfcd9}@media(min-width:640px){.hero__checks{grid-template-columns:1fr 1fr}}.hero__checks li{display:flex;align-items:center;gap:.5rem}.hero__checks .icon{color:var(--accent)}.hero__media{position:relative;display:none}@media(min-width:1024px){.hero__media{display:block}}.hero__img{aspect-ratio:4/3;width:100%;object-fit:cover;border-radius:var(--radius-2xl);border:1px solid rgba(252,252,252,.1);box-shadow:0 25px 50px -12px #00000040}.hero__card{position:absolute;bottom:-1.5rem;left:-1.5rem;width:16rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--card);color:var(--foreground);padding:1.25rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hero__card-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--brand)}.hero__card-text{margin-top:.25rem;font-size:.875rem;font-weight:500}.hero__card-link{margin-top:.5rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--accent)}.hero__card-link .icon{width:.875rem;height:.875rem}.section{max-width:80rem;margin-inline:auto;padding:3.5rem 1rem}.section--surface{background:var(--surface)}.section--surface>.section__inner{max-width:80rem;margin-inline:auto;padding:3.5rem 1rem}.section__header{margin-bottom:2rem}.section__header h2{font-size:1.5rem;font-weight:700}@media(min-width:640px){.section__header h2{font-size:1.875rem}}.section__header p{margin-top:.5rem;color:var(--muted-foreground)}.section__header--center{text-align:center;max-width:42rem;margin-inline:auto;margin-bottom:2.5rem}@media(min-width:640px){.section__header--center p{font-size:1.125rem;margin-top:.75rem}.section__header--center h2{font-size:1.875rem}}@media(min-width:1024px){.section__header--center h2{font-size:2.25rem}}.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.cat-grid{grid-template-columns:repeat(5,1fr)}}.cat-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1rem;transition:border-color .15s,box-shadow .15s}.cat-card:hover{border-color:var(--brand);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.cat-card__title{font-size:.875rem;font-weight:600}.cat-card__blurb{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-card__cta{margin-top:.75rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--brand)}.cat-card__cta .icon{width:.75rem;height:.75rem;transition:transform .15s}.cat-card:hover .cat-card__cta .icon{transform:translate(2px)}.hero-cards{display:grid;gap:1.5rem}@media(min-width:640px){.hero-cards{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.hero-cards{grid-template-columns:repeat(3,1fr)}}.hero-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--card);box-shadow:0 1px 2px #0000000d;transition:transform .3s,box-shadow .3s,border-color .3s}.hero-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hero-card__media{aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.hero-card__media img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.hero-card:hover .hero-card__media img{transform:scale(1.03)}.hero-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.hero-card__body h3{font-size:1.125rem;font-weight:700}@media(min-width:640px){.hero-card__body h3{font-size:1.25rem}}.hero-card__body p{margin-top:.5rem;flex:1;font-size:.875rem;color:var(--muted-foreground)}@media(min-width:640px){.hero-card__body p{font-size:1rem}}.hero-card__cta{margin-top:1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);background:var(--brand);color:var(--brand-foreground);padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s}.hero-card:hover .hero-card__cta{background:color-mix(in srgb,var(--brand) 90%,transparent)}.hero-card__cta .icon{transition:transform .15s}.hero-card:hover .hero-card__cta .icon{transform:translate(2px)}.epoxy-grid{max-width:80rem;margin-inline:auto;display:grid;gap:2.5rem;padding:3.5rem 1rem}@media(min-width:1024px){.epoxy-grid{grid-template-columns:1fr 1fr}}.eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--brand)}.epoxy-grid h2{margin-top:.5rem;font-size:1.5rem;font-weight:700}@media(min-width:640px){.epoxy-grid h2{font-size:1.875rem}}.epoxy-grid>div>p{margin-top:.75rem;color:var(--muted-foreground)}.steps{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.steps li{display:flex;gap:.75rem}.steps__num{display:flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background:var(--brand);color:var(--brand-foreground);font-size:.75rem;font-weight:700}.epoxy-note{margin-top:1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);padding:1rem;font-size:.875rem}.epoxy-note a{font-weight:600;color:var(--brand);text-decoration:underline}.epoxy-grid h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.carro-grid{display:grid;gap:1rem}@media(min-width:640px){.carro-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.carro-grid{grid-template-columns:repeat(4,1fr)}}.carro-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1.25rem;transition:border-color .15s,box-shadow .15s}.carro-card:hover{border-color:var(--brand);box-shadow:0 4px 6px -1px #0000001a}.carro-card h3{font-size:1rem;font-weight:600}.carro-card p{margin-top:.5rem;flex:1;font-size:.875rem;color:var(--muted-foreground)}.carro-card span{margin-top:1rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--brand)}.carro-card:hover span .icon{transform:translate(2px)}.carro-card span .icon{transition:transform .15s}.assistant-band{background:var(--primary);color:var(--primary-foreground)}.assistant-band__inner{max-width:80rem;margin-inline:auto;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:3.5rem 1rem}@media(min-width:1024px){.assistant-band__inner{flex-direction:row;align-items:center;justify-content:space-between}}.assistant-band h2{font-size:1.5rem;font-weight:700}@media(min-width:640px){.assistant-band h2{font-size:1.875rem}}.assistant-band p{margin-top:.5rem;max-width:42rem;color:#fcfcfccc}.guides-grid{display:grid;gap:1rem}@media(min-width:640px){.guides-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.guides-grid{grid-template-columns:repeat(3,1fr)}}.guide-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1.25rem;transition:border-color .15s,box-shadow .15s}.guide-card:hover{border-color:var(--brand);box-shadow:0 4px 6px -1px #0000001a}.guide-card h3{font-size:1rem;font-weight:600}.guide-card span{margin-top:.75rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--compact{grid-template-columns:1fr}@media(min-width:640px){.product-grid--compact{grid-template-columns:1fr 1fr}}.product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);transition:border-color .15s,box-shadow .15s}.product-card:hover{border-color:var(--brand);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--surface)}.product-card__media img{height:100%;width:100%;object-fit:cover;transition:transform .15s}.product-card:hover .product-card__media img{transform:scale(1.02)}.product-card__badge-left{left:.5rem;top:.5rem}.product-card__badge-right{right:.5rem;top:.5rem}.product-card__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1rem}.product-card__title{font-size:.875rem;font-weight:600;line-height:1.375;color:var(--foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:auto;font-size:1.125rem;font-weight:700}.product-card .btn{padding-inline:.5rem}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:2.5rem;text-align:center}.empty-state p:first-child{font-size:1rem;font-weight:500}.empty-state p+p{margin-top:.5rem;font-size:.875rem;color:var(--muted-foreground)}.collection-head{border-bottom:1px solid var(--border);background:var(--surface)}.collection-head__inner{max-width:80rem;margin-inline:auto;padding:1.5rem 1rem}.breadcrumb{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--muted-foreground)}.breadcrumb a:hover{color:var(--brand)}.breadcrumb .icon{width:.75rem;height:.75rem}.breadcrumb__current{color:var(--foreground)}.collection-head h1{margin-top:.75rem;font-size:1.5rem;font-weight:700}@media(min-width:640px){.collection-head h1{font-size:1.875rem}}.collection-head__seo{margin-top:.5rem;max-width:48rem;font-size:.875rem;color:var(--muted-foreground)}@media(min-width:640px){.collection-head__seo{font-size:1rem}}.collection-body{max-width:80rem;margin-inline:auto;padding:2.5rem 1rem}.collection-advice{margin-top:3rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:1.5rem}.collection-advice h2{font-size:1.125rem;font-weight:600}.collection-advice p{margin-top:.5rem;font-size:.875rem;color:var(--muted-foreground)}.pdp-breadcrumb-wrap{max-width:80rem;margin-inline:auto;padding:.75rem 1rem 0}.pdp-breadcrumb{display:flex;align-items:center;gap:.25rem;font-size:11px;color:color-mix(in srgb,var(--muted-foreground) 70%,transparent)}@media(min-width:640px){.pdp-breadcrumb{font-size:.75rem}}.pdp-breadcrumb a:hover{color:var(--foreground)}.pdp-breadcrumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted-foreground)}.pdp-main{max-width:80rem;margin-inline:auto;padding:1.5rem 1rem}@media(min-width:640px){.pdp-main{padding-block:2.5rem}}@media(min-width:1024px){.pdp-main{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}}.pdp-scroller{display:flex;width:100%;gap:.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-inline:7.5%;scrollbar-width:none}.pdp-scroller::-webkit-scrollbar{display:none}@media(min-width:640px){.pdp-scroller{aspect-ratio:1/1;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding-inline:0}}@media(min-width:1024px){.pdp-scroller{display:none}}.pdp-scroller__slide{position:relative;aspect-ratio:1/1;width:85%;flex-shrink:0;scroll-snap-align:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}@media(min-width:640px){.pdp-scroller__slide{aspect-ratio:auto;height:100%;width:100%;border:0;border-radius:0;background:transparent}}.pdp-scroller__slide img{height:100%;width:100%;object-fit:contain}.pdp-dots{margin-top:.5rem;display:flex;justify-content:center;gap:.375rem}@media(min-width:640px){.pdp-dots{display:none}}.pdp-dots span{height:.375rem;width:.375rem;border-radius:9999px;background:var(--border);transition:all .2s}.pdp-dots span.is-active{width:1rem;background:var(--brand)}.pdp-thumbs-row{margin-top:.75rem;display:none;grid-template-columns:repeat(5,1fr);gap:.5rem}@media(min-width:640px){.pdp-thumbs-row{display:grid}}@media(min-width:1024px){.pdp-thumbs-row{display:none}}.pdp-thumbs-row button{aspect-ratio:1/1;overflow:hidden;border-radius:.25rem;border:1px solid var(--border)}.pdp-thumbs-row button.is-active{border-color:var(--brand)}.pdp-thumbs-row img{height:100%;width:100%;object-fit:cover}.pdp-desktop-gallery{display:none}@media(min-width:1024px){.pdp-desktop-gallery{display:grid;grid-template-columns:1fr 92px;gap:.75rem}}.pdp-mainimg{position:relative;aspect-ratio:1/1;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.pdp-mainimg img{height:100%;width:100%;object-fit:contain}.pdp-mainimg__chip{position:absolute;left:1rem;top:1rem;border-radius:var(--radius-md);background:#0f172af2;color:#fff;padding:.5rem .75rem;box-shadow:0 10px 15px -3px #0003}.pdp-mainimg__chip div:first-child,.pdp-mainimg__chip div:last-child{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.pdp-mainimg__chip div:nth-child(2){font-size:1.5rem;font-weight:800;line-height:1}.pdp-mainimg__chip div:last-child{margin-top:.25rem}.pdp-thumbs-col{display:flex;flex-direction:column;gap:.5rem}.pdp-thumbs-col button{position:relative;aspect-ratio:1/1;width:100%;overflow:hidden;border-radius:var(--radius-md);border:1px solid var(--border)}.pdp-thumbs-col button:hover{border-color:color-mix(in srgb,var(--brand) 60%,transparent)}.pdp-thumbs-col button.is-active{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 30%,transparent)}.pdp-thumbs-col img{height:100%;width:100%;object-fit:cover}.pdp-thumbs-col .more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a99;color:#fff;font-size:1rem;font-weight:700}.pdp-info{margin-top:1.5rem}@media(min-width:1024px){.pdp-info{margin-top:0}}.pdp-badges{display:flex;flex-wrap:wrap;gap:.5rem}.pdp-title{margin-top:.75rem;font-size:1.5rem;font-weight:700}@media(min-width:640px){.pdp-title{font-size:1.875rem}}@media(min-width:1024px){.pdp-title{font-size:34px;line-height:1.2}}.pdp-subtitle{margin-top:.75rem;font-size:.875rem;line-height:1.6;color:var(--muted-foreground)}@media(min-width:640px){.pdp-subtitle{font-size:1rem}}.pdp-price{margin-top:1rem;display:flex;align-items:baseline;gap:.375rem;font-size:1.875rem;font-weight:800}.pdp-price small{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.pdp-price-note{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.pdp-options{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.pdp-option-label{font-size:.875rem;font-weight:500;text-align:center}@media(min-width:640px){.pdp-option-label{text-align:left}}.pdp-option-label span{margin-left:.25rem;color:var(--muted-foreground);font-weight:400}.swatches{margin-top:.75rem;display:flex;flex-wrap:nowrap;justify-content:center;gap:.5rem}@media(min-width:640px){.swatches{justify-content:flex-start;gap:.75rem;overflow-x:auto}}.swatch{display:flex;flex-direction:column;align-items:center;gap:.375rem}.swatch__dot{position:relative;display:inline-flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d;transition:border-color .15s,box-shadow .15s}@media(min-width:640px){.swatch__dot{height:2.75rem;width:2.75rem}}.swatch:hover .swatch__dot{border-color:var(--brand)}.swatch.is-active .swatch__dot{border-color:var(--brand);box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--brand)}.swatch__check{display:none;width:1.25rem;height:1.25rem;color:#fff;mix-blend-mode:difference}.swatch.is-active .swatch__check{display:block}.swatch__dot--pattern{background-image:repeating-linear-gradient(45deg,#d4d4d4 0 6px,#f5f5f5 6px 12px)}.pill-options{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.pill-option{border:1px solid var(--border);border-radius:var(--radius-md);padding:.375rem .75rem;font-size:.875rem}.pill-option:hover{border-color:var(--brand)}.pill-option.is-active{border-color:var(--brand);background:var(--brand);color:var(--brand-foreground)}.pdp-variant-count{margin-top:.5rem;font-size:.75rem;color:var(--muted-foreground)}.pdp-buy{margin-top:1.5rem;display:flex;min-width:0;align-items:center;gap:.5rem}@media(min-width:640px){.pdp-buy{gap:.75rem}}.qty{display:flex;flex-shrink:0;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md)}.qty button{padding:.5rem .625rem}@media(min-width:640px){.qty button{padding-inline:.75rem}}.qty span{width:2rem;text-align:center;font-size:.875rem}@media(min-width:640px){.qty span{width:2.5rem}}.pdp-buy .btn{min-width:0;flex:1;white-space:normal;height:auto;min-height:2.5rem;padding-block:.5rem;font-size:13px;line-height:1.25}@media(min-width:640px){.pdp-buy .btn{white-space:nowrap;font-size:.875rem}}.pdp-danger{margin-top:.75rem;border-left:4px solid var(--destructive);border-radius:var(--radius-md);background:color-mix(in srgb,var(--destructive) 5%,transparent);padding:.75rem;font-size:.875rem}.ghs-row{margin-top:1rem}.ghs-row p{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.ghs-row div{display:flex;align-items:center;justify-content:center;gap:1rem}.ghs-row img{height:4rem;width:4rem}@media(min-width:640px){.ghs-row img{height:5rem;width:5rem}}.pdp-tabs-wrap{max-width:80rem;margin-inline:auto;padding:.5rem 1rem 4rem}@media(min-width:640px){.pdp-tabs-wrap{padding-top:2.5rem}}.tabs__list{display:inline-flex;align-items:center;border-radius:var(--radius-md);background:var(--muted);padding:.25rem;gap:.125rem}.tabs__trigger{border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:background .15s,color .15s}.tabs__trigger[aria-selected=true]{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px #0000000d}.tabs__panel{margin-top:1rem}.tabs__panel[hidden]{display:none}.prose{font-size:.875rem;line-height:1.7;color:var(--foreground);max-width:none}.prose p{margin:0 0 1em}.prose ul{list-style:disc;padding-left:1.4em;margin:0 0 1em}.prose ol{list-style:decimal;padding-left:1.4em;margin:0 0 1em}.prose h2,.prose h3,.prose h4{font-weight:700;margin:1.2em 0 .5em}.prose h2{font-size:1.25rem}.prose h3{font-size:1.05rem}.prose a{color:var(--brand);text-decoration:underline}.prose img{border-radius:var(--radius-md)}.prose table{border-collapse:collapse;width:100%;font-size:.85rem}.prose td,.prose th{border:1px solid var(--border);padding:.4rem .6rem}.ghs-block{margin-top:1.25rem;border-top:1px solid var(--border);padding-top:1rem}.ghs-block__label{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:var(--muted-foreground)}.ghs-block__row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}@media(min-width:640px){.ghs-block__row{gap:1rem}}.ghs-block__row img{height:3.5rem;width:3.5rem}@media(min-width:640px){.ghs-block__row img{height:4rem;width:4rem}}.ghs-block__note{margin-top:.5rem;font-size:11px;color:var(--muted-foreground)}.doc-note{margin-top:1.5rem;border-radius:var(--radius-md);background:var(--surface);padding:1rem;font-size:.875rem;color:var(--muted-foreground)}.empty-doc{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:2rem;text-align:center}.empty-doc .icon{width:2rem;height:2rem;margin-inline:auto;color:var(--muted-foreground)}.empty-doc p:first-of-type{margin-top:.75rem;font-size:.875rem;font-weight:500}.empty-doc p+p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.empty-doc .btn{margin-top:1rem}.upsell-band{border-top:1px solid var(--border);background:var(--surface)}.upsell-band__inner{max-width:80rem;margin-inline:auto;padding:2.5rem 1rem}.upsell-band h2{font-size:1.25rem;font-weight:700}@media(min-width:640px){.upsell-band h2{font-size:1.5rem}}.upsell-band>.upsell-band__inner>p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.upsell-row{margin-top:1.5rem;margin-inline:-1rem;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:1rem;padding-bottom:.5rem;scrollbar-width:none}.upsell-row::-webkit-scrollbar{display:none}@media(min-width:640px){.upsell-row{margin-inline:0;display:grid;grid-template-columns:1fr 1fr;overflow:visible;padding-inline:0}}@media(min-width:1024px){.upsell-row{grid-template-columns:repeat(3,1fr)}}.upsell-card{display:flex;width:75%;min-width:75%;flex-shrink:0;scroll-snap-align:center;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1rem;transition:border-color .15s,box-shadow .15s}@media(min-width:640px){.upsell-card{width:auto;min-width:0;flex-shrink:1}}.upsell-card:hover{border-color:var(--brand);box-shadow:0 4px 6px -1px #0000001a}.upsell-card__capsule{margin-bottom:.5rem;display:inline-flex;width:fit-content;align-items:center;border-radius:9999px;background:color-mix(in srgb,var(--brand) 10%,transparent);padding:.125rem .625rem;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:var(--brand)}.upsell-card__media{aspect-ratio:1/1;width:100%;overflow:hidden;border-radius:var(--radius-md);background:var(--surface)}.upsell-card__media img{height:100%;width:100%;object-fit:cover;transition:transform .15s}.upsell-card:hover .upsell-card__media img{transform:scale(1.02)}.upsell-card h3{margin-top:.75rem;font-size:.875rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-card__price{margin-top:.25rem;font-size:1rem;font-weight:700}.upsell-card .btn{margin-top:.75rem}.faq-section{max-width:48rem;margin-inline:auto;padding:2.5rem 1rem}@media(min-width:640px){.faq-section{padding-block:3.5rem}}.faq-section h2{text-align:center;font-size:1.25rem;font-weight:700}@media(min-width:640px){.faq-section h2{font-size:1.5rem}}.accordion{margin-top:1.5rem}.accordion__item{border-bottom:1px solid var(--border)}.accordion__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-size:.875rem;font-weight:500;text-align:left}.accordion__trigger:hover{text-decoration:underline}.accordion__trigger .icon{width:1rem;height:1rem;color:var(--muted-foreground);transition:transform .2s}.accordion__trigger[aria-expanded=true] .icon{transform:rotate(180deg)}.accordion__content{overflow:hidden;font-size:.875rem;color:var(--foreground);padding-bottom:1rem}.accordion__content[hidden]{display:none}.kit-checklist{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem;border-radius:var(--radius-xl);background:var(--surface);padding:1rem;font-size:.875rem}.kit-checklist li{display:flex;align-items:flex-start;gap:.5rem}.kit-checklist .icon{margin-top:.125rem;width:1rem;height:1rem;color:var(--brand)}@media(min-width:1024px){.kit-mobile-only{display:none!important}}.kit-desktop-only{display:none}@media(min-width:1024px){.kit-desktop-only{display:block}}.kit-desktop-flex{display:none}@media(min-width:1024px){.kit-desktop-flex{display:flex}}.feature-bar{display:none}@media(min-width:640px){.feature-bar{display:block}}.feature-bar__inner{max-width:80rem;margin-inline:auto;padding-inline:1rem}.feature-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--surface);padding:1rem .5rem;box-shadow:0 1px 2px #0000000d}@media(min-width:640px){.feature-bar__grid{grid-template-columns:repeat(5,1fr);padding-block:2rem}}.feature-bar__cell{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 1rem;text-align:center}@media(min-width:640px){.feature-bar__cell+.feature-bar__cell{border-left:1px solid var(--border)}}.feature-bar__cell .icon{width:2.5rem;height:2.5rem;color:var(--brand)}.feature-bar__cell div{font-size:.875rem;font-weight:500;line-height:1.3}.trust-bar{margin-top:.75rem}.trust-bar__inner{max-width:80rem;margin-inline:auto;padding-inline:1rem}.trust-bar__grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--background)}@media(min-width:640px){.trust-bar__grid{grid-template-columns:repeat(6,1fr)}}.trust-bar__cell{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.625rem .5rem;text-align:center}.trust-bar__cell:nth-child(3n+2),.trust-bar__cell:nth-child(3n){border-left:1px solid var(--border)}.trust-bar__cell:nth-child(n+4){border-top:1px solid var(--border)}@media(min-width:640px){.trust-bar__cell:nth-child(n+4){border-top:0}.trust-bar__cell:nth-child(n+2){border-left:1px solid var(--border)}}.trust-bar__cell .icon{width:1.5rem;height:1.5rem;color:var(--brand)}.trust-bar__cell .flag{width:1.5rem;height:1.5rem;border-radius:2px}.trust-bar__cell div{font-size:11px;line-height:1.3}.trust-bar__cell strong{display:block;font-weight:600}.trust-bar__cell small{display:block;font-size:11px;color:var(--muted-foreground)}.kit-cgv-note{max-width:80rem;margin:1rem auto 0;padding-inline:1rem;text-align:center;font-size:11px;line-height:1.6;color:var(--muted-foreground)}@media(min-width:640px){.kit-cgv-note{display:none}}.kit-lower{max-width:80rem;margin-inline:auto;padding:2rem 1rem 4rem}@media(min-width:640px){.kit-lower{padding-top:2.5rem}}.kit-lower__grid{display:grid;gap:1.5rem}@media(min-width:1024px){.kit-lower__grid{grid-template-columns:1fr 1fr}}.kit-lower__col{display:flex;flex-direction:column;gap:1.5rem}.kit-panel{border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--card);box-shadow:0 1px 2px #0000000d}.kit-panel--pad{padding:1rem}@media(min-width:640px){.kit-panel--pad{padding:1.5rem}}.kit-panel--surface{background:var(--surface)}.kit-panel h2{font-size:1rem;font-weight:700}@media(min-width:640px){.kit-panel h2{font-size:1.25rem}}.kit-panel__sub{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.kit-panel__sub{font-size:.875rem}}.checks-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.checks-list{margin-top:1rem;gap:.75rem}}.checks-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}@media(min-width:640px){.checks-list li{gap:.75rem}}.checks-list .icon{margin-top:.125rem;width:1rem;height:1rem;color:var(--emerald-600)}@media(min-width:640px){.checks-list .icon{width:1.25rem;height:1.25rem}}.avoid-zone{border-top:1px solid var(--border);background:color-mix(in srgb,var(--destructive) 5%,transparent);padding:1rem}@media(min-width:640px){.avoid-zone{padding:1.5rem}}.avoid-zone .x-dot{margin-top:.125rem;display:grid;height:1rem;width:1rem;flex-shrink:0;place-items:center;border-radius:9999px;background:color-mix(in srgb,var(--destructive) 10%,transparent)}@media(min-width:640px){.avoid-zone .x-dot{height:1.25rem;width:1.25rem}}.avoid-zone .x-dot .icon{width:.875rem;height:.875rem;color:var(--destructive);margin:0}.primer-case{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.75rem;row-gap:.5rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--background);padding:.75rem}@media(min-width:640px){.primer-case{display:flex;gap:1rem;padding:1rem}}.primer-case__icon{display:grid;height:2.5rem;width:2.5rem;flex-shrink:0;place-items:center;border-radius:var(--radius-lg);background:var(--surface)}.primer-case__icon .icon{width:1.25rem;height:1.25rem}.primer-case__label{min-width:0}@media(min-width:640px){.primer-case__label{flex:1}}.primer-case__label p:first-child{font-size:.875rem;font-weight:600;line-height:1.3}.primer-case__label p+p{margin-top:.125rem;font-size:11px;color:var(--muted-foreground)}.primer-case__solution{grid-column:span 2;display:flex;align-items:center;gap:.5rem;border-top:1px solid color-mix(in srgb,var(--border) 60%,transparent);padding-top:.5rem}@media(min-width:640px){.primer-case__solution{grid-column:auto;border:0;padding-top:0}}.primer-case__solution .icon{width:1rem;height:1rem}.primer-case__solution p{font-size:.75rem;font-weight:700;line-height:1.3}@media(min-width:640px){.primer-case__solution p{font-size:.875rem;text-align:right}}.c-emerald{color:var(--emerald-600)}.c-brand{color:var(--brand)}.c-amber{color:var(--amber-600)}.timeline-v{margin-top:1rem;display:flex;flex-direction:column}@media(min-width:640px){.timeline-v{display:none}}.timeline-v li{position:relative;display:flex;align-items:center;gap:.75rem;padding-block:.625rem}.timeline-v__dot{position:relative;display:grid;height:2.25rem;width:2.25rem;flex-shrink:0;place-items:center;border-radius:9999px;background:color-mix(in srgb,var(--brand) 10%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 20%,transparent)}.timeline-v__dot .icon{width:1rem;height:1rem;color:var(--brand)}.timeline-v__line{position:absolute;left:1.125rem;top:2.9rem;bottom:-.4rem;width:1px;background:var(--border)}.timeline-v__row{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;gap:.75rem}.timeline-v__row p{font-size:.875rem;font-weight:500;line-height:1.3}.timeline-v__time{flex-shrink:0;border-radius:9999px;background:var(--surface);padding:.25rem .625rem;font-size:.75rem;font-weight:700;color:var(--brand)}.timeline-h{margin-top:1.5rem;display:none}@media(min-width:640px){.timeline-h{display:flex;align-items:flex-start;justify-content:space-between;gap:.25rem}}.timeline-h__step{display:flex;align-items:flex-start;gap:.25rem}.timeline-h__cell{display:flex;min-width:80px;flex-direction:column;align-items:center;text-align:center}.timeline-h__cell .icon{width:1.75rem;height:1.75rem;color:var(--brand)}.timeline-h__cell p:nth-child(2){margin-top:.5rem;font-size:11px;font-weight:500;color:var(--muted-foreground);line-height:1.3}.timeline-h__cell p:last-child{margin-top:.25rem;font-size:.75rem;font-weight:700}.timeline-h__arrow{margin-top:.75rem;width:1rem;height:1rem;color:var(--muted-foreground)}.timeline-note{margin-top:1rem;font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.timeline-note{margin-top:1.25rem}}.essentials-grid{margin-top:1rem;display:grid;gap:.75rem}@media(min-width:640px){.essentials-grid{grid-template-columns:1fr 1fr}}.essential-item{display:flex;align-items:flex-start;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius-xl);padding:.75rem;transition:border-color .15s,background .15s}.essential-item.in-cart{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,transparent)}.essential-item__media{display:grid;height:4rem;width:4rem;flex-shrink:0;place-items:center;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--background)}.essential-item__media img{height:100%;width:100%;object-fit:cover}.essential-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.essential-item__head p{font-size:.875rem;font-weight:600}.essential-item__head span{flex-shrink:0;font-size:.875rem;font-weight:700}.essential-item__desc{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground)}.essential-item__actions{margin-top:.5rem;display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.essential-item__actions .btn--icon{width:2rem;min-height:2rem}.essential-item__actions .qty-val{width:1.75rem;text-align:center;font-size:.875rem;font-weight:600}.bundle-panel{border:2px solid color-mix(in srgb,var(--accent) 40%,transparent);border-radius:var(--radius-2xl);background:color-mix(in srgb,var(--accent) 5%,transparent);padding:.75rem;box-shadow:0 1px 2px #0000000d}.bundle-panel h2{text-align:center;font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.025em}@media(min-width:640px){.bundle-panel h2{font-size:1rem}}.bundle-panel__row{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:640px){.bundle-panel__row{gap:.75rem}}.bundle-item{display:flex;width:7rem;flex-direction:column;align-items:center;gap:.375rem}@media(min-width:640px){.bundle-item{width:9rem}}.bundle-item__media{display:grid;height:7rem;width:7rem;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background)}@media(min-width:640px){.bundle-item__media{height:8rem;width:8rem}}.bundle-item__media img{height:100%;width:100%;object-fit:cover}.bundle-item__title{text-align:center;font-size:11px;font-weight:500;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:640px){.bundle-item__title{font-size:.75rem}}.bundle-item__price{font-size:.75rem;font-weight:700}@media(min-width:640px){.bundle-item__price{font-size:.875rem}}.bundle-plus{font-size:1.5rem;font-weight:700;color:var(--muted-foreground)}.bundle-total{margin-top:.75rem;display:flex;align-items:baseline;justify-content:center;gap:.75rem;font-size:1.5rem;font-weight:800}.bundle-panel .btn{margin-top:1rem}.kit-accordions .accordion{margin-top:0}.kit-accordions .accordion__trigger{padding-inline:1.5rem;font-size:1rem;font-weight:600}.kit-accordions .accordion__content{padding-inline:1.5rem}.sticky-spacer{height:0;transition:height .3s}.sticky-bar{position:fixed;inset-inline:0;bottom:0;z-index:50;background:var(--sticky-dark);color:#fff;border-top:1px solid rgba(255,255,255,.1);transform:translateY(100%);transition:transform .3s}.sticky-bar.is-visible{transform:translateY(0)}.sticky-bar--mobile{border-radius:1rem 1rem 0 0;box-shadow:0 -8px 24px #00000040;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:768px){.sticky-bar--mobile{display:none}}.sticky-bar--desktop{display:none;z-index:40;box-shadow:0 -6px 24px #0000002e}@media(min-width:768px){.sticky-bar--desktop{display:block}}.sticky-bar__inner{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem}.sticky-bar--desktop .sticky-bar__inner{max-width:80rem;margin-inline:auto;gap:1rem;padding:.75rem 1rem}.sticky-bar__img{height:3rem;width:3rem;flex-shrink:0;border-radius:var(--radius-md);object-fit:cover}.sticky-bar--desktop .sticky-bar__img{height:3.5rem;width:3.5rem}.sticky-bar__meta{min-width:0;flex:1}.sticky-bar--desktop .sticky-bar__meta{flex:initial}.sticky-bar__price{display:flex;align-items:baseline;gap:.25rem;font-size:1rem;font-weight:800;line-height:1.2}.sticky-bar--desktop .sticky-bar__price{font-size:1.125rem}.sticky-bar__price small{font-size:10px;font-weight:500;color:#ffffffb3}.sticky-bar__sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#ffffffb3}.sticky-bar--desktop .sticky-bar__sub{font-size:.75rem}.sticky-bar__qty{margin-left:auto;display:flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md)}.sticky-bar__qty button{padding:.5rem .75rem;color:#ffffffe6}.sticky-bar__qty button:hover{color:#fff}.sticky-bar__qty span{width:2.5rem;text-align:center;font-size:.875rem}.sticky-bar .btn{flex-shrink:0}.cart-drawer{position:fixed;top:0;bottom:0;right:0;z-index:70;display:flex;width:100%;flex-direction:column;background:var(--background);box-shadow:0 0 40px #0003;transform:translate(100%);transition:transform .28s ease}@media(min-width:640px){.cart-drawer{max-width:32rem}}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{border-bottom:1px solid var(--border);padding:1rem;text-align:left;position:relative}@media(min-width:640px){.cart-drawer__head{padding-inline:1.5rem}}.cart-drawer__head h2{font-size:1.125rem;font-weight:700}@media(min-width:640px){.cart-drawer__head h2{font-size:1.25rem}}.cart-drawer__head p{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}@media(min-width:640px){.cart-drawer__head p{font-size:.875rem}}.cart-drawer__head p strong{color:var(--foreground);font-weight:600}.cart-drawer__close{position:absolute;top:1rem;right:1rem;color:var(--muted-foreground)}.cart-drawer__close:hover{color:var(--foreground)}.cart-drawer__empty{display:flex;flex:1;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center}.cart-drawer__empty .icon{width:2.5rem;height:2.5rem;margin:0 auto .75rem;color:var(--muted-foreground)}.cart-drawer__empty p:first-of-type{font-size:1rem;font-weight:600}.cart-drawer__empty p+p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.cart-drawer__empty .btn{margin-top:1.25rem}.cart-drawer__scroll{display:flex;min-height:0;flex:1;flex-direction:column;overflow-y:auto}.cart-info-band{border-bottom:1px solid var(--border);background:var(--surface);padding:.75rem 1rem}@media(min-width:640px){.cart-info-band{padding-inline:1.5rem}}.cart-info-band p{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem}@media(min-width:640px){.cart-info-band p{font-size:.875rem}}.cart-info-band .icon{margin-top:.125rem;color:var(--brand)}.cart-lines{padding-inline:1rem}@media(min-width:640px){.cart-lines{padding-inline:1.5rem}}.cart-line{display:flex;gap:.75rem;padding-block:1rem;border-bottom:1px solid var(--border)}.cart-line:last-child{border-bottom:0}.cart-line__media{height:5rem;width:5rem;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.cart-line__media img{height:100%;width:100%;object-fit:cover}.cart-line__body{min-width:0;flex:1}.cart-line__title{font-size:.875rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-line__variant{margin-top:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;color:var(--muted-foreground)}.cart-line__unit{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground)}.cart-line__row{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md)}.cart-line__qty button{height:2rem;width:2rem;display:grid;place-items:center}.cart-line__qty span{width:2rem;text-align:center;font-size:.875rem;font-weight:600}.cart-line__total{font-size:.875rem;font-weight:700}.cart-line__remove{align-self:flex-start;color:var(--muted-foreground);transition:color .15s}.cart-line__remove:hover{color:var(--destructive)}.cart-trust{border-top:1px solid var(--border);background:var(--surface);padding:1rem}@media(min-width:640px){.cart-trust{padding-inline:1.5rem}}.cart-trust ul{display:grid;grid-template-columns:1fr 1fr;column-gap:.75rem;row-gap:.5rem;font-size:.75rem;color:var(--muted-foreground)}.cart-trust li{display:flex;align-items:center;gap:.5rem}.cart-trust .icon{width:.875rem;height:.875rem;color:var(--brand)}.cart-drawer__footer{position:sticky;bottom:0;border-top:1px solid var(--border);background:var(--background);padding:1rem;box-shadow:0 -4px 12px -6px #00000014}@media(min-width:640px){.cart-drawer__footer{padding-inline:1.5rem}}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between}.cart-drawer__subtotal span:first-child{font-size:.875rem;font-weight:600}.cart-drawer__subtotal span:last-child{font-size:1.25rem;font-weight:800}.cart-drawer__note{margin-top:.25rem;font-size:11px;color:var(--muted-foreground)}.cart-drawer__footer .btn{margin-top:.75rem}.cart-drawer__secure{margin-top:.5rem;text-align:center;font-size:11px;color:var(--muted-foreground)}.page-content{max-width:48rem;margin-inline:auto;padding:2.5rem 1rem 4rem}.page-content h1{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.page-404{max-width:48rem;margin-inline:auto;padding:5rem 1rem;text-align:center}.page-404 h1{font-size:4.5rem;font-weight:700}.page-404 h2{margin-top:1rem;font-size:1.25rem;font-weight:600}.page-404 p{margin-top:.5rem;color:var(--muted-foreground)}.page-404 .btn{margin-top:1.5rem}.search-head{border-bottom:1px solid var(--border);background:var(--surface)}.search-head__inner{max-width:80rem;margin-inline:auto;padding:1.5rem 1rem}.search-head h1{font-size:1.5rem;font-weight:700}.search-head form{margin-top:1rem;max-width:36rem;display:flex;gap:.5rem}.skeleton{border-radius:var(--radius-lg);background:var(--surface);animation:pulse 1.6s ease-in-out infinite;aspect-ratio:3/4}@keyframes pulse{50%{opacity:.5}}.toast{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.125rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);padding:.75rem 1rem;min-width:16rem;box-shadow:0 10px 15px -3px #0000001a;opacity:0;transform:translateY(-6px);transition:opacity .2s,transform .2s;pointer-events:none}.toast.is-visible{opacity:1;transform:translateY(0)}.toast__title{font-size:.875rem;font-weight:600}.toast__desc{font-size:.75rem;color:var(--muted-foreground)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-card__link{display:flex;flex:1;flex-direction:column;min-width:0}.product-card__content{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1rem 1rem .5rem}.product-card__actions{padding:.5rem 1rem 1rem}.product-card__actions form{margin:0}.product-card__placeholder{display:flex;height:100%;align-items:center;justify-content:center;font-size:.875rem;color:var(--muted-foreground)}.product-card__price small{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.pdp-availability{margin-top:.5rem;font-size:.875rem;font-weight:600}.pdp-availability--available{color:#1f7a3f}.pdp-availability--soldout,.pdp-availability--invalid{color:#b42318}.pdp-compare-price{margin-left:.5rem;color:var(--muted-foreground);font-size:1rem;font-weight:500;text-decoration:line-through}[data-option-value].is-unavailable{opacity:.45;text-decoration:line-through}[data-option-value]:disabled{cursor:not-allowed}.pagination{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.pagination a,.pagination span{min-width:2.5rem;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:600}.pagination a:hover{border-color:var(--brand);color:var(--brand)}.pagination .is-current{border-color:var(--brand);background:var(--brand);color:#fff}.pagination .is-disabled{opacity:.45}.document-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.document-buttons+.doc-note{margin-top:1rem}.ghs-row__icons:empty{display:none}.ghs-row__icons img{object-fit:contain}.shopify-app-block{margin-top:1.5rem}.upsell-card__link{display:block;flex:1;min-width:0}.upsell-card form{margin:0}.page-404>img{max-width:24rem;margin:0 auto 1.5rem;border-radius:var(--radius-lg)}.page-404__code{font-size:4.5rem;line-height:1;font-weight:800;color:var(--brand)}.page-404__actions{margin-top:1.5rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.fc-section{padding:3rem 1rem}.fc-section--surface{background:var(--surface);border-block:1px solid var(--border)}.fc-section__inner{max-width:80rem;margin-inline:auto}.fc-section__inner--narrow{max-width:48rem}.fc-section__inner h2{font-size:1.75rem;line-height:1.15;font-weight:800}.fc-section__inner--narrow .btn{margin-top:1.25rem}.text-center{text-align:center}.fc-eyebrow{margin-bottom:.5rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.fc-actions{display:flex;gap:.75rem;flex-wrap:wrap}.fc-hero{padding:3rem 1rem}.fc-hero--navy{background:var(--primary);color:#fff}.fc-hero--light{background:var(--surface);color:var(--foreground)}.fc-hero__inner{max-width:80rem;margin-inline:auto}.fc-hero__inner--media{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.fc-hero__inner--media{grid-template-columns:minmax(0,1fr) minmax(22rem,.85fr)}}.fc-hero__content h1{max-width:18ch;font-size:clamp(2rem,5vw,4rem);line-height:1.02;font-weight:850}.fc-hero__text{margin-top:1rem;max-width:42rem}.fc-hero--navy .fc-hero__text{color:#ffffffc7}.fc-hero__content .fc-actions{margin-top:1.5rem}.fc-hero--navy .btn--outline{border-color:#ffffff59;color:#fff}.fc-hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg)}.fc-rich-text{margin-top:1rem}.fc-image-text{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.fc-image-text{grid-template-columns:1fr 1fr}.fc-image-text--reverse .fc-image-text__media{order:2}}.fc-image-text__media img,.fc-image-text__media .placeholder-svg{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);background:#fff}.fc-image-text__content .prose{margin-top:1rem}.fc-image-text__content .btn{margin-top:1.25rem}.fc-features{display:grid;gap:1rem;margin-top:1.5rem}@media(min-width:640px){.fc-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.fc-features{grid-template-columns:repeat(4,1fr)}}.fc-feature{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1.25rem}.fc-feature__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--brand)}.fc-feature__icon .icon{width:1.25rem;height:1.25rem}.fc-feature h3{margin-top:1rem;font-size:1rem;font-weight:750}.fc-feature p{margin-top:.4rem;font-size:.875rem;color:var(--muted-foreground)}.fc-faq__subtitle{margin-top:.5rem;text-align:center;color:var(--muted-foreground)}.fc-cta{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:space-between;border-radius:var(--radius-lg);background:var(--primary);color:#fff;padding:2rem}@media(min-width:800px){.fc-cta{flex-direction:row;align-items:center}}.fc-cta h2{font-size:1.75rem;font-weight:800}.fc-cta p{margin-top:.5rem;max-width:44rem;color:#ffffffbf}.fc-cta .btn--outline{border-color:#ffffff59;color:#fff}.fc-center-action{margin-top:1.5rem;text-align:center}.page-404 h1{margin-top:1rem;font-size:2rem}.page-404 .page-404__code{margin-top:0;color:var(--brand);font-size:4.5rem;font-weight:800}.ghs-block__mentions{margin-top:.75rem}.bundle-panel__links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.product-guidance{max-width:80rem;margin-inline:auto;padding:1.5rem 1rem 0}.product-guidance__grid{display:grid;gap:1rem}@media(min-width:900px){.product-guidance__grid{grid-template-columns:1fr 1fr}}.profile-list{margin-top:1rem;display:grid;gap:.75rem;font-size:.875rem;line-height:1.5}.profile-list li{position:relative;padding-left:1.65rem}.profile-list li:before{position:absolute;left:0;top:.05rem;display:grid;place-items:center;width:1.1rem;height:1.1rem;border-radius:999px;font-size:.75rem;font-weight:800}.profile-list--positive li:before{content:"\2713";color:#087f5b;background:#e6fcf5}.profile-list--warning li:before{content:"!";color:#b54708;background:#fff4e5}.feature-bar--adaptive{margin-top:.5rem}.pdp-embedded-fds .fc-fds{margin-top:0!important}.pdp-embedded-fds .fc-fds h3{font-size:1rem!important}.pdp-embedded-fds .fc-fds a{min-height:42px!important}@media(max-width:639px){.feature-bar--adaptive{display:block}.feature-bar--adaptive .feature-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:1rem}.feature-bar--adaptive .feature-bar__cell{padding:.8rem .5rem}.feature-bar--adaptive .feature-bar__cell:nth-child(n+3){border-top:1px solid var(--border)}.feature-bar--adaptive .feature-bar__cell:nth-child(2n){border-left:1px solid var(--border)}.feature-bar--adaptive .feature-bar__cell:last-child{grid-column:1 / -1;border-left:0}}.pdp-v4{overflow:hidden}.pdp-v4__hero{align-items:start}.pdp-v4__gallery-wrap{min-width:0}.pdp-v4__placeholder{display:grid;place-items:center;min-height:20rem;color:var(--muted-foreground);font-size:.875rem;background:var(--surface)}.pdp-v4__info{min-width:0}.pdp-v4__info .pdp-title{max-width:18ch;font-weight:800;letter-spacing:-.025em}.pdp-v4__info .pdp-subtitle{max-width:42rem}.pdp-option-select{margin-top:.55rem;width:100%;min-height:3rem}.pdp-v4__micro-trust{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--muted-foreground);font-size:.75rem}.pdp-v4__micro-trust span{display:inline-flex;align-items:center;gap:.35rem}.pdp-v4__micro-trust .icon{width:1rem;height:1rem;color:var(--brand)}.pdp-v4__feature-bar{margin-top:.75rem}.pdp-v4__body{max-width:80rem;margin-inline:auto;padding:1.5rem 1rem 5rem}.pdp-v4__body-grid{display:grid;gap:1rem;align-items:start}.pdp-v4__column{display:grid;gap:1rem;min-width:0}@media(min-width:960px){.pdp-v4__body{padding-top:2rem}.pdp-v4__body-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}}.pdp-v4-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:0 1px 2px #0f172a06}.pdp-v4-card>h2,.pdp-v4-card>p{padding-inline:1.25rem}.pdp-v4-card>h2{padding-top:1.25rem;font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.pdp-v4-card>h2+p{margin-top:.35rem;font-size:.825rem;color:var(--muted-foreground)}.pdp-v4-fit-card__good,.pdp-v4-fit-card__avoid{padding:1.25rem}.pdp-v4-fit-card__good h2,.pdp-v4-fit-card__avoid h2{font-size:1.1rem;font-weight:800}.pdp-v4-fit-card__avoid{border-top:1px solid #f4cccc;background:#fff4f4}@media(min-width:620px){.pdp-v4-fit-card{display:grid;grid-template-columns:1fr}}.pdp-v4-choice-card{padding-bottom:1rem;background:var(--surface)}.pdp-v4-choice-card>h2,.pdp-v4-choice-card>p{padding-inline:1.25rem}.pdp-v4-choice-row{margin:.75rem 1rem 0;display:grid;grid-template-columns:2.6rem minmax(0,1fr) auto;gap:.75rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);padding:.85rem}.pdp-v4-choice-row>.icon{width:2.25rem;height:2.25rem;border-radius:999px;padding:.45rem;background:color-mix(in srgb,var(--brand) 9%,transparent);color:var(--brand)}.pdp-v4-choice-row div{min-width:0}.pdp-v4-choice-row strong{display:block;font-size:.875rem}.pdp-v4-choice-row small{display:block;margin-top:.15rem;color:var(--muted-foreground);font-size:.72rem}.pdp-v4-choice-row>span{max-width:9.5rem;text-align:right;color:var(--brand);font-size:.75rem;font-weight:700}@media(max-width:520px){.pdp-v4-choice-row{grid-template-columns:2.35rem minmax(0,1fr)}.pdp-v4-choice-row>span{grid-column:2;max-width:none;text-align:left}}.pdp-v4-process-card{padding-bottom:1.25rem}.pdp-v4-process{margin:1.1rem 1rem 0;display:grid;grid-template-columns:1fr;gap:.55rem}.pdp-v4-process>div{display:grid;grid-template-columns:2rem minmax(0,1fr);column-gap:.65rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);padding:.7rem}.pdp-v4-process>div .icon{grid-row:1 / 3;width:1.55rem;height:1.55rem;color:var(--brand)}.pdp-v4-process>div strong{font-size:.8rem}.pdp-v4-process>div small{font-size:.7rem;color:var(--muted-foreground)}.pdp-v4-process>span{display:none}@media(min-width:640px){.pdp-v4-process{grid-template-columns:repeat(9,auto);align-items:center;gap:.25rem}.pdp-v4-process>div{display:flex;min-width:0;flex-direction:column;gap:.3rem;border:0;padding:.3rem;text-align:center}.pdp-v4-process>div .icon{width:1.65rem;height:1.65rem}.pdp-v4-process>div strong{font-size:.72rem}.pdp-v4-process>div small{font-size:.64rem}.pdp-v4-process>span{display:block;color:var(--muted-foreground);font-size:.75rem}}.pdp-v4-faq-card{padding:1.25rem}.pdp-v4-faq-card>h2{padding:0}.pdp-v4-faq-card .accordion{margin-top:.75rem}.pdp-v4-faq-card .accordion__trigger{padding-block:.9rem;font-size:.82rem}.pdp-v4-upsells{padding-bottom:1rem}.pdp-v4-upsells__list{margin-top:1rem;display:grid;gap:.65rem;padding-inline:1rem}.pdp-v4-upsell{display:grid;grid-template-columns:4.5rem minmax(0,1fr) auto;gap:.75rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem}.pdp-v4-upsell__media{display:block;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm);background:var(--surface)}.pdp-v4-upsell__media img{width:100%;height:100%;object-fit:contain}.pdp-v4-upsell__content{min-width:0}.pdp-v4-upsell__content small{display:block;color:var(--brand);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pdp-v4-upsell__content strong{display:-webkit-box;margin-top:.15rem;overflow:hidden;font-size:.78rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pdp-v4-upsell__content span{display:block;margin-top:.25rem;font-size:.82rem;font-weight:800}.pdp-v4-upsell .btn{white-space:nowrap}@media(max-width:520px){.pdp-v4-upsell{grid-template-columns:4rem minmax(0,1fr)}.pdp-v4-upsell .btn,.pdp-v4-upsell form{grid-column:2;width:fit-content}}.pdp-v4-details-card{padding-inline:1.25rem}.pdp-v4-details-card .accordion{margin-top:0}.pdp-v4-details-card .accordion__trigger{font-weight:700}.pdp-v4-details-card .accordion__content{color:var(--foreground)}.pdp-v4-details-card .accordion__content .btn{margin-top:.75rem}.pdp-v4-details-card .fc-fds{margin:0!important;border:0!important;padding:0!important;background:transparent!important}.pdp-v4-details-card .fc-fds h3{display:none}.pdp-v4-details-card .fc-fds p{margin-bottom:.75rem!important}@media(min-width:1024px){.pdp-v4__hero{grid-template-columns:minmax(0,1.08fr) minmax(25rem,.92fr);gap:3rem}.pdp-v4__info{padding-top:.15rem}}@media(max-width:639px){.pdp-v4__body{padding-top:1rem;padding-bottom:3rem}.pdp-v4-card>h2,.pdp-v4-card>p{padding-inline:1rem}.pdp-v4-fit-card__good,.pdp-v4-fit-card__avoid{padding:1rem}}.product-recommendations{border-top:1px solid var(--border);background:var(--surface)}.product-recommendations__inner{max-width:80rem;margin-inline:auto;padding:3rem 1rem}.product-recommendations__head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.product-recommendations__head h2{font-size:1.5rem;font-weight:800}.product-recommendations__head p{margin-top:.35rem;color:var(--muted-foreground);font-size:.875rem}.product-recommendations__grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:760px){.product-recommendations__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.blog-main,.article-main{max-width:80rem;margin-inline:auto;padding:2.5rem 1rem 5rem}.blog-main__head{max-width:48rem}.blog-main__head h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:850;letter-spacing:-.035em}.blog-main__head p{margin-top:.75rem;color:var(--muted-foreground)}.blog-grid{margin-top:2rem;display:grid;gap:1.25rem}@media(min-width:700px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.article-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card)}.article-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--surface)}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.article-card:hover .article-card__media img{transform:scale(1.02)}.article-card__body{padding:1.15rem}.article-card__meta{color:var(--brand);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.article-card h2{margin-top:.45rem;font-size:1.15rem;font-weight:800;line-height:1.25}.article-card p{margin-top:.55rem;color:var(--muted-foreground);font-size:.85rem}.article-main__header{max-width:56rem;margin-inline:auto;text-align:center}.article-main__header h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;font-weight:850;letter-spacing:-.035em}.article-main__meta{margin-bottom:.75rem;color:var(--brand);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.article-main__image{max-width:64rem;margin:2rem auto 0;overflow:hidden;border-radius:var(--radius-lg)}.article-main__image img{width:100%;max-height:36rem;object-fit:cover}.article-main__content{max-width:48rem;margin:2.5rem auto 0}.article-main__content .prose{font-size:1rem;line-height:1.8}.article-main__back{max-width:48rem;margin:2rem auto 0}.fc-tool-page{max-width:80rem;margin-inline:auto;padding:3rem 1rem 5rem}.fc-tool-page__head{max-width:48rem}.fc-tool-page__head h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:850;letter-spacing:-.035em;line-height:1.05}.fc-tool-page__head>p:last-child{margin-top:.8rem;color:var(--muted-foreground);font-size:1rem;line-height:1.7}.fc-tool-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1.5rem}.fc-tool-card h2{font-size:1.2rem;font-weight:800}.fc-tool-card p{margin-top:.55rem;color:var(--muted-foreground);line-height:1.65}.fc-contact-grid,.fc-calculator-grid{margin-top:2rem;display:grid;gap:1.25rem}@media(min-width:900px){.fc-contact-grid{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr)}.fc-calculator-grid{grid-template-columns:1fr 1fr}}.fc-contact-side{display:grid;align-content:start;gap:1rem}.fc-form-grid{display:grid;gap:1rem}@media(min-width:620px){.fc-form-grid{grid-template-columns:1fr 1fr}.fc-form-full{grid-column:1 / -1}}.fc-contact-form label,.fc-calculator-form label{display:block;margin-bottom:.4rem;font-size:.82rem;font-weight:700}.fc-contact-form .btn{margin-top:1rem}.fc-contact-form textarea.input{min-height:10rem;resize:vertical;padding-top:.75rem}.form-success{margin-bottom:1rem;border-radius:var(--radius-md);background:#e6fcf5;color:#087f5b;padding:1rem;font-weight:700}.fc-assistant-shell{margin-top:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:1.25rem}.fc-assistant-progress{overflow:hidden;height:.45rem;border-radius:999px;background:var(--border)}.fc-assistant-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .25s}.fc-assistant-step{display:none;padding:2rem 0 .5rem}.fc-assistant-step.is-active{display:block}.fc-assistant-step>h2{font-size:1.5rem;font-weight:800}.fc-choice-grid{margin-top:1.25rem;display:grid;gap:.75rem}@media(min-width:700px){.fc-choice-grid{grid-template-columns:repeat(3,1fr)}}.fc-choice-grid button{min-height:7rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:1.25rem;text-align:left;font-weight:750;transition:border-color .15s,transform .15s}.fc-choice-grid button:hover{border-color:var(--brand);transform:translateY(-2px)}.fc-assistant-result .btn{margin-top:1rem;margin-right:.5rem}.fc-calculator-form{display:grid;gap:.75rem;align-content:start}.fc-calculator-form .btn{margin-top:.5rem}.fc-calculator-result{background:var(--primary);color:#fff}.fc-calculator-result h2{margin-top:.4rem;font-size:2rem}.fc-calculator-result p{color:#ffffffc7}.fc-calculator-result .doc-note{color:#ffffffc7;background:#ffffff14}.fc-calculator-result .btn{margin-top:1rem}.collection-toolbar{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.collection-toolbar>p{color:var(--muted-foreground);font-size:.875rem}.collection-sort{display:flex;align-items:center;gap:.6rem}.collection-sort label{white-space:nowrap;font-size:.8rem;font-weight:700}.collection-sort .input{min-width:12rem}.collection-advice .btn{margin-top:1rem}@media(max-width:520px){.collection-toolbar{align-items:stretch;flex-direction:column}.collection-sort{justify-content:space-between}.collection-sort .input{flex:1;min-width:0}}.badge--profile{border:1px solid color-mix(in srgb,var(--brand) 22%,var(--border));background:color-mix(in srgb,var(--brand) 7%,#fff);color:var(--brand)}.pdp-v4-sticky .sticky-bar__img{object-fit:contain;background:#fff}.pdp-v4-sticky .btn{min-height:2.75rem;padding-inline:1rem;font-size:.8rem;font-weight:800}@media(min-width:700px){.fc-choice-grid--assistant{grid-template-columns:repeat(4,minmax(0,1fr))}}.fc-assistant-modal[hidden]{display:none!important}.fc-assistant-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:1.25rem}.fc-assistant-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#060e22ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.fc-assistant-modal__panel{position:relative;z-index:1;width:min(760px,100%);max-height:min(820px,calc(100vh - 2.5rem));overflow:auto;background:#fff;border:1px solid var(--border,#e2e5e8);border-radius:1rem;box-shadow:0 28px 80px #060e2247;padding:1.5rem}.fc-assistant-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.9rem;border-bottom:1px solid var(--border,#e2e5e8)}.fc-assistant-modal__head h2{margin:.2rem 0 0;font-size:clamp(1.55rem,3vw,2.15rem);color:var(--navy,#0d172f)}.fc-assistant-modal__intro{margin:1rem 0;color:#5f697a}.fc-assistant-modal__step{display:none;padding-top:1.2rem}.fc-assistant-modal__step.is-active{display:block}.fc-assistant-modal__step h3{margin:0 0 1rem;font-size:1.2rem;color:var(--navy,#0d172f)}.fc-assistant-modal .fc-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.fc-assistant-modal .fc-choice-grid button{min-height:64px;padding:.85rem 1rem;border:1px solid var(--border,#e2e5e8);border-radius:.75rem;background:#fff;color:var(--foreground,#0b111f);font:inherit;font-weight:700;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.fc-assistant-modal .fc-choice-grid button:hover{border-color:var(--royal,#112a74);box-shadow:0 8px 22px #112a741a;transform:translateY(-1px)}.fc-assistant-back{margin:0 0 .8rem;padding:0;border:0;background:none;color:var(--royal,#112a74);font:inherit;font-weight:700;cursor:pointer}.fc-assistant-modal .fc-assistant-result .fc-tool-card{padding:1.25rem;border:1px solid var(--border,#e2e5e8);border-radius:.75rem;background:var(--surface,#f5f7f9)}.fc-assistant-modal .fc-assistant-result h3{font-size:1.45rem;margin:.25rem 0 .7rem}.fc-assistant-modal .fc-assistant-result__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}body.fc-assistant-open{overflow:hidden}@media(max-width:640px){.fc-assistant-modal{padding:.5rem;place-items:end center}.fc-assistant-modal__panel{max-height:92vh;border-radius:1rem 1rem 0 0;padding:1.1rem}.fc-assistant-modal .fc-choice-grid{grid-template-columns:1fr}.fc-assistant-modal .fc-choice-grid button{min-height:54px}}.guide-card--pending{cursor:default}.guide-card--pending span{color:#768093}.guide-card--pending:hover{transform:none;box-shadow:none;border-color:var(--border,#e2e5e8)}.main-nav{overflow:visible}.main-nav__inner{position:relative;gap:.15rem}.nav-item{position:relative}.nav-item__trigger{display:flex;align-items:center}.nav-item__trigger .main-nav__link{padding-right:.2rem}.nav-item__toggle{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:2.5rem;margin-right:.15rem;color:color-mix(in srgb,var(--foreground) 68%,transparent);border-radius:.35rem;transition:color .15s,background .15s}.nav-item__toggle .icon{width:.9rem;height:.9rem;transition:transform .18s ease}.nav-item__toggle:hover,.nav-item__toggle:focus-visible{color:var(--brand);background:var(--background)}.nav-item:hover .nav-item__toggle .icon,.nav-item:focus-within .nav-item__toggle .icon,.nav-item.is-open .nav-item__toggle .icon{transform:rotate(180deg)}.nav-dropdown{display:block;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(8px);top:calc(100% + 1px);left:0;border:1px solid var(--border);border-radius:.75rem;background:var(--background);padding:.65rem;box-shadow:0 18px 45px #0d172f29;transition:opacity .16s ease,transform .16s ease,visibility .16s}.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-item.is-open>.nav-dropdown{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown--simple{min-width:18rem}.nav-item--right .nav-dropdown{right:0;left:auto}.nav-dropdown--simple>a{display:flex;flex-direction:column;gap:.1rem;padding:.65rem .75rem;border-radius:.5rem;font-size:.82rem;line-height:1.25;text-transform:none}.nav-dropdown--simple>a strong{color:var(--foreground);font-size:.88rem}.nav-dropdown--simple>a span{color:var(--muted-foreground);font-size:.73rem;font-weight:400}.nav-dropdown--simple>a:hover{background:var(--surface);color:var(--brand)}.nav-dropdown--mega{position:absolute;left:50%;right:auto;top:calc(100% + 1px);width:min(72rem,calc(100vw - 2rem));transform:translate(-50%,8px);display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:1rem;padding:1.1rem}.nav-item:hover>.nav-dropdown--mega,.nav-item:focus-within>.nav-dropdown--mega,.nav-item.is-open>.nav-dropdown--mega{transform:translate(-50%)}.nav-mega__intro{padding:.8rem;border-radius:.65rem;background:var(--primary);color:#fff}.nav-mega__eyebrow{margin:0 0 .45rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffad}.nav-mega__intro>p:not(.nav-mega__eyebrow){margin:0;font-size:.83rem;line-height:1.55;color:#ffffffd1}.nav-mega__all{display:inline-flex;align-items:center;gap:.4rem;margin-top:.9rem;color:#fff;font-weight:700;font-size:.8rem}.nav-mega__all .icon{width:.95rem;height:.95rem}.nav-mega__column{padding:.45rem}.nav-mega__title{margin:0 0 .45rem;padding:0 .45rem .45rem;border-bottom:1px solid var(--border);color:var(--foreground);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.nav-mega__column a{display:block;padding:.55rem .45rem;border-radius:.4rem;color:color-mix(in srgb,var(--foreground) 82%,transparent);font-size:.82rem}.nav-mega__column a:hover{color:var(--brand);background:var(--surface)}.mobile-menu{padding:1.15rem 1rem}.mobile-menu__title{padding:0 .25rem .8rem;font-size:1.05rem;font-weight:800}.mobile-menu nav{margin-top:.35rem}.mobile-menu__group{text-align:left;border-bottom:1px solid var(--border)}.mobile-menu__row{display:flex;align-items:center}.mobile-menu__row .mobile-menu__link{flex:1;padding:.9rem .25rem;text-align:left;font-size:.86rem;font-weight:700}.mobile-menu__toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.45rem;color:var(--muted-foreground)}.mobile-menu__toggle .icon{width:1rem;height:1rem;transition:transform .18s ease}.mobile-menu__toggle[aria-expanded=true] .icon{transform:rotate(180deg)}.mobile-menu__submenu{padding:0 0 .7rem .65rem}.mobile-menu__submenu[hidden]{display:none}.mobile-menu__submenu a{display:block;padding:.5rem .55rem;border-left:2px solid var(--border);color:var(--muted-foreground);font-size:.79rem}.mobile-menu__submenu a:hover{color:var(--brand);border-left-color:var(--brand)}.mobile-menu__assistant{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:1rem;padding:.75rem 1rem;border-radius:.55rem;background:var(--brand);color:#fff;font-size:.82rem;font-weight:700}.mobile-menu__assistant .icon{width:1rem;height:1rem}.collection-head__tag{display:inline-flex;margin-bottom:.65rem;padding:.3rem .65rem;border-radius:999px;background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--brand);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.category-shortcuts{max-width:80rem;margin:0 auto 1.5rem;padding:0 1rem;display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.category-shortcuts::-webkit-scrollbar{display:none}.category-shortcuts a{flex:0 0 auto;padding:.48rem .72rem;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground);font-size:.76rem;font-weight:650}.category-shortcuts a:hover{border-color:var(--brand);color:var(--brand)}@media(max-width:1023px){.nav-dropdown{display:none}}.search-head__description{max-width:46rem;margin:.65rem 0 0;color:var(--muted-foreground);line-height:1.65}@media(min-width:1024px){.nav-item--mega{position:static}}.fc-finder,.fc-contact,.fc-guide{background:linear-gradient(180deg,#f5f7f9 0,#fff 36%);padding:clamp(3rem,7vw,6.5rem) 1.25rem}.fc-finder__inner,.fc-contact__inner,.fc-guide__inner{width:min(1180px,100%);margin:0 auto}.fc-finder__hero{max-width:820px;margin:0 auto 2.5rem;text-align:center}.fc-finder__eyebrow,.fc-contact__eyebrow,.fc-guide__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#112a74;font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.fc-finder__eyebrow svg,.fc-contact__eyebrow svg{width:18px;height:18px}.fc-finder h1,.fc-contact h1,.fc-guide h1{font-size:clamp(2rem,5vw,4rem);line-height:1.04;letter-spacing:-.045em;margin:.8rem 0 1rem;color:#0d172f}.fc-finder__hero>p,.fc-contact__intro>p,.fc-guide__lead{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:#536078}.fc-finder__panel,.fc-finder__result{background:#fff;border:1px solid #e2e5e8;border-radius:24px;box-shadow:0 20px 60px #0d172f14;padding:clamp(1.25rem,4vw,2.5rem);max-width:920px;margin:0 auto}.fc-finder__heading{text-align:center;margin-bottom:1.5rem}.fc-finder__step{display:block;color:#f9752f;text-transform:uppercase;font-weight:900;letter-spacing:.1em;font-size:.75rem;margin-bottom:.45rem}.fc-finder__heading h2,.fc-finder__result h2{font-size:clamp(1.5rem,3vw,2.4rem);margin:0;color:#0d172f}.fc-finder__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.fc-finder__choice{-webkit-appearance:none;appearance:none;width:100%;border:1px solid #e2e5e8;background:#fff;border-radius:16px;padding:1.1rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;text-align:left;color:#0d172f;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.fc-finder__choice:hover{transform:translateY(-2px);border-color:#112a74;box-shadow:0 12px 28px #112a7417}.fc-finder__choice>svg{width:20px;height:20px}.fc-finder__choice-icon{width:46px;height:46px;border-radius:13px;background:#eef2ff;color:#112a74;display:grid;place-items:center}.fc-finder__choice-icon svg{width:23px;height:23px}.fc-finder__choice strong,.fc-finder__choice small{display:block}.fc-finder__choice strong{font-size:1rem}.fc-finder__choice small{color:#69758b;margin-top:.25rem;line-height:1.35}.fc-finder__back{border:0;background:transparent;color:#112a74;font-weight:800;display:inline-flex;gap:.5rem;align-items:center;cursor:pointer;margin-bottom:1rem}.fc-finder__back svg{width:18px;transform:rotate(180deg)}.fc-finder__result{text-align:center}.fc-finder__result-icon{width:68px;height:68px;border-radius:50%;background:#eaf8ef;color:#16834a;display:grid;place-items:center;margin:0 auto 1.1rem}.fc-finder__result-icon svg{width:34px;height:34px}.fc-finder__result>p:not(.fc-finder__step){max-width:660px;margin:1rem auto 1.5rem;color:#536078;font-size:1.08rem;line-height:1.7}.fc-finder__result-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.fc-finder__help{max-width:920px;margin:1.25rem auto 0;background:#0d172f;color:#fff;border-radius:18px;padding:1.25rem 1.4rem;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}.fc-finder__help>div:first-child{width:44px;height:44px;border-radius:12px;background:#ffffff1a;display:grid;place-items:center}.fc-finder__help svg{width:22px}.fc-finder__help strong{font-size:1.03rem}.fc-finder__help p{margin:.2rem 0 0;color:#ffffffb8;font-size:.9rem;line-height:1.5}.fc-finder__help .btn{border-color:#ffffff73;color:#fff}.fc-contact__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,6vw,5rem);align-items:start}.fc-contact__intro{position:sticky;top:120px}.fc-contact__intro ul{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:.85rem}.fc-contact__intro li{display:flex;gap:.75rem;align-items:center;color:#26334c;font-weight:700}.fc-contact__intro li svg{width:21px;color:#16834a}.fc-contact__card{background:#fff;border:1px solid #e2e5e8;border-radius:22px;box-shadow:0 20px 60px #0d172f14;padding:clamp(1.25rem,4vw,2.3rem)}.fc-contact__card form{display:grid;gap:1rem}.fc-contact__card label{display:grid;gap:.45rem;font-weight:800;color:#26334c;font-size:.9rem}.fc-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fc-contact__card textarea{resize:vertical}.fc-contact__success{background:#eaf8ef;color:#12683d;border:1px solid #b9e4ca;border-radius:12px;padding:1rem;font-weight:800}.fc-guide__inner{max-width:880px}.fc-guide__back{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;color:#112a74;margin-bottom:1.5rem}.fc-guide__back svg{width:18px;transform:rotate(180deg)}.fc-guide article{background:#fff;border:1px solid #e2e5e8;border-radius:24px;box-shadow:0 20px 60px #0d172f12;padding:clamp(1.4rem,5vw,4rem)}.fc-guide h1{font-size:clamp(2rem,5vw,3.7rem)}.fc-guide h2{font-size:clamp(1.25rem,2vw,1.65rem);color:#0d172f;margin:2rem 0 .65rem}.fc-guide article>p:not(.fc-guide__lead){color:#536078;line-height:1.8}.fc-guide__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.fc-guide article>.btn{margin-top:2rem}.fc-guide__list{display:grid;gap:.75rem;margin-top:2rem}.fc-guide__list a{border:1px solid #e2e5e8;border-radius:14px;padding:1rem 1.1rem;font-weight:800;color:#0d172f;display:flex;align-items:center;justify-content:space-between;transition:border-color .18s ease,transform .18s ease}.fc-guide__list a:hover{border-color:#112a74;transform:translate(3px)}.fc-guide__list svg{width:19px}@media(max-width:760px){.fc-finder__choices,.fc-contact__inner,.fc-contact__grid{grid-template-columns:1fr}.fc-finder__help{grid-template-columns:auto 1fr}.fc-finder__help .btn{grid-column:1/-1;width:100%}.fc-contact__intro{position:static}.fc-finder,.fc-contact,.fc-guide{padding:2.5rem 1rem}.fc-finder__choice{padding:.95rem}.fc-finder__result-actions .btn{width:100%}}.collection-head__tag,.category-shortcuts{display:none!important}.collection-head__inner{padding-top:1.5rem;padding-bottom:1.5rem}.collection-body{padding-top:2.5rem}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
