/* ═══════════════════════════════════════════
 * Premios PIMEM — /premios-pimem/
 * Scope: .pp-*, #pp-premios
 * ═══════════════════════════════════════════ */

/* Reusable UI */
.pp-wrap { max-width: 1500px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 3; }
.pp-ey { font-size: 11.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; display: block; margin-bottom: 12px; }
.pp-ey.red { color: var(--isla-red, #e8312b); }

/* Buttons */
.btn-red { display: inline-flex; align-items: center; justify-content: center; background: var(--isla-red, #e8312b); color: #fff; border-radius: 28px; padding: 12px 26px; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: .2s; }
.btn-red:hover { background: #cc2a25; color: #fff !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(232,49,43,.25); }
.btn-out { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid rgba(255,255,255,0.3); color: #fff; border-radius: 28px; padding: 12px 26px; font-weight: 600; font-size: 14.5px; text-decoration: none; transition: .2s; }
.btn-out:hover { border-color: rgba(255,255,255,0.8); color: #fff !important; background: rgba(255,255,255,0.05); }
.btn-wht { display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--isla-ink, #0e0e10); border-radius: 28px; padding: 12px 26px; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: .2s; }
.btn-wht:hover { background: #f0f0f4; color: var(--isla-ink) !important; transform: translateY(-2px); }
.btn-out-wht { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid rgba(255,255,255,0.3); color: #fff; border-radius: 28px; padding: 12px 26px; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: .2s; }
.btn-out-wht:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff !important; }

/* ── Hero ── */
.pp-hero { background: #0e0e10; color: #fff; padding: 60px 0; position: relative; overflow: hidden; }
.pp-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.pp-hero-left { position: relative; z-index: 2; }
.pp-hero-left h1 { font-size: 52px; font-weight: 900; letter-spacing: -1.6px; margin: 0 0 16px; color: #fff; line-height: 1.1; }
.pp-hero-left p { color: #cfd4da; font-size: 17px; font-weight: 300; line-height: 1.5; margin-bottom: 36px; max-width: 600px; }
.pp-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.pp-hero-right { position: relative; z-index: 2; }

/* Qué encontrarás (White Card) */
.pp-find { background: #fff; color: var(--isla-ink, #0e0e10); border-radius: 12px; padding: 36px 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.25); }
.pp-find h3 { font-size: 19px; font-weight: 800; margin: 0 0 20px; letter-spacing: -0.4px; }
.pp-find ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.pp-find li { border-bottom: 1px solid #e7e7ec; padding: 18px 0; }
.pp-find li:last-child { border-bottom: none; padding-bottom: 0; }
.pp-find li:first-child { padding-top: 0; }
.pp-find li b { display: block; font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.pp-find li span { display: block; font-size: 13px; color: #5c5c66; line-height: 1.4; }

/* ── Section & Ediciones ── */
.pp-section { padding: 60px 0; }
.pp-section.alt { background: #fff; }
.pp-s { font-size: 26px; font-weight: 800; letter-spacing: -0.6px; margin: 0 0 6px; }
.pp-sub { font-size: 15px; color: var(--isla-gray, #5c5c66); margin-bottom: 30px; }

.pp-eds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pp-ed { border: 1px solid var(--isla-line, #e7e7ec); border-radius: 16px; padding: 22px 26px; transition: transform .2s, box-shadow .2s; }
.pp-ed:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, .06); }
.pp-ed__y { font-size: 28px; font-weight: 900; letter-spacing: -1px; color: #b45309; line-height: 1; }
.pp-ed__what { font-size: 13.5px; color: var(--isla-gray, #5c5c66); margin-top: 8px; line-height: 1.4; }
.pp-ed__links { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.pp-ed__links a { font-size: 13px; font-weight: 700; color: var(--isla-red, #e8312b); text-decoration: none; display: inline-block; }
.pp-ed__links a:hover { text-decoration: underline; }
.pp-ed__links a.pp-ed__g { color: var(--isla-gray, #5c5c66); font-weight: 600; }

/* ── Funcionamiento y Participa ── */
.pp-func-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.pp-func-left { border: 1px solid #e7e7ec; border-radius: 16px; padding: 40px; background: #fff; }
.pp-func-left h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.6px; margin: 0 0 12px; line-height: 1.2; }
.pp-func-left p { font-size: 15px; color: #5c5c66; line-height: 1.5; margin-bottom: 30px; max-width: 600px; }

.pp-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 24px; }
.pp-steps li { display: flex; gap: 16px; }
.pp-steps .n { background: var(--isla-red, #e8312b); color: #fff; width: 40px; height: 40px; flex: none; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; }
.pp-steps b { display: block; font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.pp-steps span { display: block; font-size: 13.5px; color: #5c5c66; }

.pp-func-right { background-color: var(--isla-ink, #0e0e10); color: #fff; border-radius: 16px; padding: 40px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.pp-func-right::before { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background-image: url('/wp-content/uploads/2026/06/header-capa-pimem.png'); background-repeat: no-repeat; background-position: bottom right; background-size: 200px; opacity: 0.2; z-index: 1; pointer-events: none; }
.pp-func-right > * { position: relative; z-index: 2; }
.pp-func-right h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: #fff; margin: 0 0 12px; line-height: 1.2; }
.pp-func-right p { font-size: 14.5px; color: #cfd4da; line-height: 1.5; margin-bottom: 24px; }

.pp-contact { margin-bottom: 30px; display: flex; flex-direction: column; gap: 20px; }
.c-item { display: flex; gap: 14px; align-items: center; }
.c-item .ic { background: var(--isla-red, #e8312b); color: #fff; width: 36px; height: 36px; border-radius: 8px; flex: none; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.c-item b { display: block; font-size: 16px; font-weight: 800; margin-bottom: 2px; }
.c-item b a { color: var(--isla-red, #e8312b); text-decoration: none; transition: opacity .15s; }
.c-item b a:hover { opacity: 0.8; text-decoration: underline; }
.c-item span { display: block; font-size: 12.5px; color: #cfd4da; }

.pp-func-right .btn-red { align-self: flex-start; }

/* ── Banner Final ── */
.pp-ctafin-wrap { padding-bottom: 40px; }
.pp-ctafin { background-color: var(--isla-ink, #0e0e10); border-radius: 22px; color: #fff; padding: 60px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.pp-ctafin::before { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background-image: url('/wp-content/uploads/2026/06/header-capa-pimem.png'); background-repeat: no-repeat; background-position: bottom right; background-size: 220px; opacity: 0.2; z-index: 1; pointer-events: none; }
.pp-ctafin > * { position: relative; z-index: 2; }
.pp-ctafin h2 { font-size: 34px; font-weight: 800; letter-spacing: -1px; margin: 0 0 12px; color: #ffffff; max-width: 700px; line-height: 1.15; }
.pp-ctafin p { color: #cfd4da; font-size: 16px; max-width: 680px; margin: 0 0 30px; line-height: 1.5; }
.pp-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 1100px) {
	.pp-hero-grid, .pp-func-grid { grid-template-columns: 1fr; gap: 40px; }
	.pp-eds { grid-template-columns: repeat(2, 1fr); }
	.pp-func-grid { grid-template-columns: 1fr; }
	.pp-func-left, .pp-func-right { padding: 30px; }
}
@media (max-width: 768px) {
	.pp-hero { padding: 40px 0; }
	.pp-hero-left h1 { font-size: 38px; }
	.pp-eds { grid-template-columns: 1fr; }
	.pp-ctafin { padding: 40px 30px; }
	.pp-ctafin h2 { font-size: 28px; }
	.pp-find { padding: 26px; }
}
