.products-index-section{padding:1rem 0 5.5rem}.products-index-heading{max-width:52rem;margin-bottom:2rem}.products-index-label{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:var(--fc-surface);border:1px solid var(--fc-border);color:var(--fc-blue);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 30px #0f274514}.products-index-heading h2{max-width:16ch;margin:1rem 0;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08;color:var(--fc-heading)}.products-index-heading p{max-width:60ch;color:var(--fc-muted);font-size:1.08rem;line-height:1.75}.product-index-card{--card-accent: var(--fc-blue);display:block;position:relative;overflow:hidden;min-height:100%;padding:1.8rem;border-radius:28px;background:linear-gradient(158deg,color-mix(in srgb,var(--card-accent) 13%,transparent),transparent 58%),var(--fc-surface);border:1px solid color-mix(in srgb,var(--card-accent) 26%,var(--fc-border));box-shadow:var(--fc-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-index-card:after{content:"";position:absolute;top:-30%;right:-16%;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--card-accent) 30%,transparent),transparent 68%);opacity:.7;pointer-events:none;transition:opacity .2s ease}.product-index-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--card-accent) 55%,transparent);box-shadow:var(--fc-shadow),0 0 0 1px color-mix(in srgb,var(--card-accent) 28%,transparent)}.product-index-card:hover:after{opacity:1}.product-index-type{display:inline-block;position:relative;margin-bottom:.8rem;color:var(--card-accent);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-index-card h3{position:relative;font-size:1.7rem;color:var(--fc-heading);margin-bottom:.75rem}.product-index-card p{position:relative;margin:0;color:var(--fc-muted);font-size:1.05rem;line-height:1.72}.product-index-card strong{display:inline-block;position:relative;margin-top:1rem;color:var(--card-accent)}.products-index-section .row>*:nth-child(6n+1) .product-index-card{--card-accent: var(--fc-blue)}.products-index-section .row>*:nth-child(6n+2) .product-index-card{--card-accent: var(--fc-orange)}.products-index-section .row>*:nth-child(6n+3) .product-index-card{--card-accent: var(--fc-green)}.products-index-section .row>*:nth-child(6n+4) .product-index-card{--card-accent: var(--fc-red)}.products-index-section .row>*:nth-child(6n+5) .product-index-card{--card-accent: var(--fc-yellow)}.products-index-section .row>*:nth-child(6n+6) .product-index-card{--card-accent: var(--fc-teal)}@media(max-width:991px){.products-index-heading h2{max-width:none}}@media(max-width:767px){.product-index-card{border-radius:22px}}
