.selector-title{text-align:center;font-size:24px;font-weight:600;color:#ffffffe6;margin-bottom:40px;letter-spacing:-.02em}.product-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1100px;margin:0 auto}.product-category-card{position:relative;overflow:hidden;padding:32px 28px;border-radius:26px;background:#0f122ae0;border:2px solid rgba(0,212,255,.18);color:#fff;display:flex;flex-direction:column;gap:20px;backdrop-filter:blur(18px);box-shadow:0 18px 48px #00000073;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.product-category-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(0,212,255,.18),transparent 55%),radial-gradient(circle at bottom left,rgba(0,114,188,.18),transparent 45%);opacity:.65;pointer-events:none}.product-category-card:hover{transform:translateY(-6px);border-color:#00d4ff73;box-shadow:0 24px 60px #00d4ff38}.product-category-card__header{position:relative;z-index:1;display:flex;align-items:center;gap:20px}.selector-icon-box{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00d4ff33,#0072bc33);border-radius:22px;border:2px solid rgba(0,212,255,.35);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.product-category-card:hover .selector-icon-box{transform:scale(1.08) rotate(-4deg);border-color:#00d4ff99;box-shadow:0 12px 28px #00d4ff4d}.selector-icon-box i{font-size:28px;color:#00d4ff;transition:transform .35s ease,text-shadow .35s ease}.product-category-card:hover .selector-icon-box i{transform:scale(1.08);text-shadow:0 0 35px rgba(0,229,255,.8)}.product-category-card__title h3{font-size:22px;font-weight:700;margin-bottom:6px;color:#fff}.product-category-card__title p{margin:0;font-size:15px;color:#ffffffbf}.product-category-card__description{position:relative;z-index:1;color:#fffc;font-size:15px;line-height:1.6}.product-category-card__features{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;padding:0;margin:0;list-style:none}.product-category-card__features li{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#ffffffc7}.product-category-card__features i{color:#00d4ff}.product-category-card__cta{position:relative;z-index:1;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;background:linear-gradient(135deg,#004fb6f2,#0086d0f2);color:#fff;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.product-category-card__cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00d4ff4d}@media (max-width: 1024px){.product-category-grid{grid-template-columns:repeat(2,1fr);gap:20px}.product-category-card{padding:28px}}@media (max-width: 640px){.product-category-grid{grid-template-columns:1fr;gap:16px}.product-category-card{padding:24px 20px}.selector-title{font-size:20px}.selector-icon-box{width:64px;height:64px}}
