.category-hero,.category-main,.category-help{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#10264b;background:#fff}
*,*:before,*:after{box-sizing:border-box}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.category-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#041d43,#083a7a);color:#fff}.category-hero:after{content:"";position:absolute;right:-8%;top:-80%;width:42%;height:260%;border-left:70px solid #ffffff08;transform:rotate(19deg)}.category-hero__inner{position:relative;z-index:1;width:min(1500px,90%);min-height:330px;margin:auto;display:flex;align-items:center}.category-hero__copy{max-width:930px}.category-breadcrumb{margin-bottom:20px;color:#c9d8ee;font-size:13px}.category-line{display:block;width:62px;height:5px;margin-bottom:18px;background:#ed1024}.category-hero h1{margin:0 0 18px;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(50px,6vw,84px);font-weight:400;line-height:.94;text-transform:uppercase}.category-hero p{max-width:790px;margin:0;color:#dce7f5;font-size:19px;line-height:1.55}
.category-main{padding:62px 5% 85px;background:#f7f9fc}.category-intro{width:min(1500px,100%);margin:0 auto 30px;display:flex;align-items:end;justify-content:space-between;gap:30px}.category-intro h2{margin:0;color:#052657;font-size:clamp(32px,4vw,52px);line-height:1.05}.category-intro p{max-width:580px;margin:0;color:#647188;font-size:17px;line-height:1.55}.eyebrow{margin:0 0 10px;color:#ed1024;font-size:13px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase}
.product-filters{width:min(1500px,100%);margin:0 auto 28px;display:flex;gap:10px;flex-wrap:wrap}.product-filter{min-height:42px;padding:0 17px;border:1px solid #d9e2ee;border-radius:999px;background:#fff;color:#052657;font-weight:800;cursor:pointer}.product-filter:hover{border-color:#8da4c4}.product-filter.active{border-color:#052657;background:#052657;color:#fff}
.product-grid{width:min(1050px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 7px 19px rgba(5,38,87,.09);transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-3px);box-shadow:0 11px 24px rgba(5,38,87,.15)}.product-card.is-hidden{display:none}.product-card__image{position:relative;height:116px;padding:10px;background:#edf1f6}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__tag{position:absolute;left:9px;top:9px;padding:5px 7px;border-radius:4px;background:#052657;color:#fff;font-size:10px;font-weight:900;text-transform:uppercase}.product-card__body{display:flex;flex:1;flex-direction:column;padding:15px}.product-card h3{margin:0 0 7px;color:#052657;font-size:17px;line-height:1.2}.product-card p{margin:0 0 13px;color:#647188;font-size:14px;line-height:1.45}.product-card__link{position:relative;margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:11px;border-top:1px solid #e4e9f0;color:#052657;font-weight:900}.product-card__link span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#ed1024;color:#fff;font-size:18px}.product-card__link:after{content:"";position:absolute;inset:-170px -15px -15px}.product-card:focus-within{outline:3px solid #ed1024;outline-offset:3px}
.category-help{width:min(1500px,90%);margin:0 auto 75px;padding:32px 36px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;border-left:6px solid #ed1024;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(5,38,87,.09)}.category-help h2{margin:0 0 7px;color:#052657;font-size:25px}.category-help p{margin:0;color:#647188;line-height:1.55}.category-help a{min-height:42px;padding:0 20px;border-radius:7px;background:#ed1024;color:#fff;display:inline-flex;align-items:center;font-weight:900;white-space:nowrap}
@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.category-intro{align-items:start;flex-direction:column}}@media(max-width:650px){.category-hero__inner{width:auto;min-height:300px;padding:44px 20px}.category-hero p{font-size:17px}.category-main{padding:48px 20px 65px}.product-grid{width:70%;grid-template-columns:1fr}.product-card__image{height:130px}.category-help{width:calc(100% - 40px);grid-template-columns:1fr;padding:27px}.category-help a{justify-content:center}}
/* Navegación integral de tarjetas */
.product-card[data-href]{cursor:pointer}
.product-card[data-href]:focus{outline:3px solid #ed1024;outline-offset:3px}
