/* ---------- Landing autogenerada del sorteo ---------- */
.rsor-land { max-width: 860px; margin: 0 auto; padding: 44px 22px; color: #1a3a2a; font-family: 'DM Sans', system-ui, sans-serif; line-height: 1.65; }
.rsor-land h2 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; margin: 0 0 20px; color: #1a3a2a; }
.rsor-land h3 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 19px; margin: 10px 0 8px; color: #1a3a2a; }
.rsor-land p { margin: 0 0 14px; }

/* Premio */
.rsor-land-premio { background: #f5f0e8; border-radius: 14px; margin-top: 34px; }
.rsor-land-galeria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.rsor-land-galeria img { width: 100%; height: 190px; object-fit: cover; border-radius: 10px; display: block; }

/* Pasos */
.rsor-land-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; text-align: center; }
.rsor-land-ico { font-size: 40px; display: block; margin-bottom: 6px; }

/* CTA tienda */
.rsor-land-cta { background: #1a3a2a; border-radius: 14px; text-align: center; color: #f5f0e8; padding: 40px 22px; }
.rsor-land-cta h3 { color: #f5f0e8; font-size: 24px; margin: 0 0 20px; }
.rsor-land-btn { display: inline-block; background: #c8a84b; color: #1a3a2a !important; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; padding: 15px 38px; border-radius: 8px; transition: transform .15s ease, box-shadow .15s ease; }
.rsor-land-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.25); }
.rsor-land-btn-oro { background: #c8a84b; }

/* Transparencia */
.rsor-land-transp { background: #f5f0e8; border-radius: 14px; }
.rsor-land-transp p { max-width: 680px; margin-left: auto; margin-right: auto; }
.rsor-land-transp .rsor-acta { background: #fff; }

/* FAQ */
.rsor-land-faq details { background: #f5f0e8; border-radius: 10px; margin-bottom: 10px; padding: 0 18px; }
.rsor-land-faq summary { cursor: pointer; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 17px; padding: 15px 0; list-style-position: inside; }
.rsor-land-faq details[open] summary { border-bottom: 1px solid rgba(26,58,42,.15); margin-bottom: 10px; }
.rsor-land-faq details p { padding-bottom: 14px; }

/* Bases */
.rsor-land-bases { text-align: center; padding-top: 10px; }
.rsor-land-bases p { font-size: 13px; opacity: .7; }

@media (max-width: 700px) {
	.rsor-land { padding: 32px 16px; }
	.rsor-land h2 { font-size: 24px; }
	.rsor-land-grid3 { grid-template-columns: 1fr; gap: 20px; }
	.rsor-land-galeria { grid-template-columns: repeat(2, 1fr); }
	.rsor-land-galeria img { height: 140px; }
	.rsor-land-cta h3 { font-size: 20px; }
}
