.products-section { position: relative; padding: 84px 0 96px; background: #b28a57 url("../images/fondo 1.png") center/cover no-repeat; overflow: hidden; }
.products-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01)); pointer-events: none; }
.products-section::after { content: ""; position: absolute; inset: 0; background: rgba(79,48,16,0.06); pointer-events: none; }
.products-shell, .products-header, .products-grid { position: relative; z-index: 1; }
.products-shell { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.products-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.products-title { max-width: 500px; color: #ffffff; font-size: 38px; line-height: 1.18; letter-spacing: -1px; }
.products-link { display: inline-flex; align-items: center; justify-content: center; min-width: 132px; min-height: 38px; padding: 0 18px; border-radius: 6px; background: #f7f2e8; color: #352311; text-decoration: none; font-size: 13px; font-weight: 700; transition: background-color 0.18s ease, transform 0.18s ease; }
.products-link:hover { background: #ffffff; transform: translateY(-1px); }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.product-card { border-radius: 10px; overflow: hidden; background: #ffffff; box-shadow: 0 10px 20px rgba(73,49,22,0.09); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(73,49,22,0.14); }
.product-card-image { aspect-ratio: 1/1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.product-card-image--gemas      { background-image: url("../images/gemas-astrologicas.jpg"); }
.product-card-image--rudraksha  { background-image: url("../images/collar-rudraksha.jpg"); }
.product-card-image--quiromancia{ background-image: url("../images/lectura-manos.jpg"); }
.product-card-image--kundli     { background-image: url("../images/carta-astral-consulta.jpg"); }
.product-card-body { padding: 12px 14px 16px; }
.product-card-title { margin-bottom: 5px; color: #2d1d0d; font-size: 15px; font-weight: 700; }
.product-card-text { margin-bottom: 12px; color: #73675c; font-size: 12px; }
.product-card-link { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: #efe6d4; color: #5b4224; text-decoration: none; font-size: 11px; font-weight: 700; }
.product-card-link::after { content: "→"; font-size: 12px; }
