.categorias-section{background:var(--bg-white);padding:56px 0 60px}.categorias-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px}.categorias-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.categorias-title{font-family:var(--font-head);color:var(--ink);letter-spacing:-.3px;margin-bottom:4px;font-size:28px;font-weight:700}.categorias-sub{color:var(--ink3);font-size:14px}.categorias-ver-todas{color:var(--accent);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.categorias-ver-todas svg{width:16px;height:16px}.categorias-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.categoria-card{aspect-ratio:4/3;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--med) var(--ease), box-shadow var(--med) var(--ease);display:block;position:relative;overflow:hidden}.categoria-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.categoria-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease)}.categoria-card:hover img{transform:scale(1.06)}.categoria-card:after{content:"";background:linear-gradient(#0a0e1400 35%,#0a0e148c 62%,#0a0e14eb 100%);position:absolute;inset:0}.categoria-card-footer{z-index:1;align-items:center;gap:12px;padding:14px;display:flex;position:absolute;bottom:0;left:0;right:0}.categoria-icon-badge{background:var(--accent);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.categoria-icon-badge svg{stroke:#fff;fill:none;stroke-width:2px;width:20px;height:20px}.categoria-card-name{font-family:var(--font-head);color:#fff;letter-spacing:.2px;text-transform:uppercase;flex:1;font-size:15px;font-weight:700}.categoria-card-arrow{stroke:#fff;stroke-width:2.2px;width:22px;height:22px;transition:transform var(--fast);flex-shrink:0}.categoria-card:hover .categoria-card-arrow{transform:translate(4px)}
