body {
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --color-primario: #C41E1E;
  --color-secundario: #1A1A1A;
  --header-bg: #FFFFFF;
  --header-text: #1A1A1A;
  --header-border: var(--color-primario);
  --card-radius: 8px;
  --card-shadow: 0 2px 8px rgba(0,0,0,0.08);
  --card-border: none;
  --section-accent: var(--color-primario);
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6,
.hero-title, .section-title, .article-title, .card-title,
.logo, .category-title {
  font-family: var(--font-heading);
}

.theme-focoperu{
  --fp-magenta:#D92588; --fp-amarillo:#FFD23F; --fp-tinta:#1C1420;
  --fp-papel:#FFF6FB; --fp-papel-rosa:#F9E4F1; --fp-morado:#4C1D95;
  --fp-gris:#7E6A7D; --fp-gris-2:#A186A0; --fp-borde:#F3DBEC;
  --fp-display:'Bricolage Grotesque','DM Sans',sans-serif;
  --fp-sans:'DM Sans',Helvetica,Arial,sans-serif;
  --fp-mono:'IBM Plex Mono',ui-monospace,monospace;
  --color-primario:#D92588;
  background:var(--fp-papel);
}
body.theme-focoperu{background:var(--fp-papel);color:var(--fp-tinta);font-family:var(--fp-sans);-webkit-font-smoothing:antialiased}
body.theme-focoperu a{color:inherit;text-decoration:none}
body.theme-focoperu a:hover{color:var(--fp-magenta)}
body.theme-focoperu img{max-width:100%;display:block}
body.theme-focoperu .container{max-width:1200px;margin:0 auto;padding:0 20px}
body.theme-focoperu .empty-state{color:var(--fp-gris-2);font-family:var(--fp-sans);font-size:15px;padding:24px 0}

body.theme-focoperu .kicker{font:600 10px/1 var(--fp-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--fp-magenta)}

body.theme-focoperu .news-card{background:#fff;border:1px solid var(--fp-borde);border-radius:16px;box-shadow:0 4px 14px #D9258810;overflow:hidden;display:flex;flex-direction:column}
body.theme-focoperu .news-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #D9258822}
body.theme-focoperu .card-image-link{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--fp-papel-rosa)}
body.theme-focoperu .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-focoperu .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#F9E4F1,#F9E4F1 10px,#FDF0F8 10px,#FDF0F8 20px)}
body.theme-focoperu .card-badge{position:absolute;top:10px;right:10px;left:auto;background:var(--fp-magenta);color:#fff;border:0;border-radius:16px;font:800 11px/1 var(--fp-display);letter-spacing:.02em;text-transform:uppercase;padding:5px 12px;transform:rotate(3deg)}
body.theme-focoperu .card-body{padding:14px 16px;display:flex;flex-direction:column;gap:6px}
body.theme-focoperu .card-title{font-family:var(--fp-display);font-size:19px;font-weight:800;line-height:1.15;letter-spacing:-.3px;color:var(--fp-tinta)}
body.theme-focoperu .news-card:hover .card-title{color:var(--fp-magenta)}
body.theme-focoperu .card-excerpt{font-family:var(--fp-sans);font-size:14px;line-height:1.55;color:var(--fp-gris)}
body.theme-focoperu .card-date{font-family:var(--fp-mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--fp-gris-2)}
body.theme-focoperu .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

body.theme-focoperu .section-container{max-width:1200px;margin:0 auto;padding:0 20px}
body.theme-focoperu .section-title{font-family:var(--fp-display);font-size:24px;font-weight:800;letter-spacing:-.5px;line-height:1;color:var(--fp-tinta);text-transform:none;border:0;padding:0;margin:34px 0 20px;display:flex;align-items:center;gap:14px}
body.theme-focoperu .section-title::before{content:"";width:16px;height:16px;background:var(--fp-amarillo);border-radius:50%;flex:none}
body.theme-focoperu .section-title::after{content:"";flex:1;height:3px;background:var(--fp-magenta);border-radius:3px}

body.theme-focoperu .category-hero{background:var(--fp-papel);padding:30px 0 0;text-align:center}
body.theme-focoperu .category-badge{display:inline-block;background:var(--fp-amarillo);color:var(--fp-tinta);padding:4px 14px;border-radius:16px;font:800 12px/1 var(--fp-display);letter-spacing:.02em;text-transform:uppercase;transform:rotate(-2deg)}
body.theme-focoperu .category-title{font-family:var(--fp-display);font-size:48px;font-weight:800;line-height:1.02;letter-spacing:-1.5px;color:var(--fp-tinta);margin:14px 0 16px;border-bottom:3px solid var(--fp-magenta);padding-bottom:18px}
body.theme-focoperu .latest-section{background:var(--fp-papel);padding:26px 0 52px}

body.theme-focoperu .pagination{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:34px;font-family:var(--fp-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
body.theme-focoperu .page-link{border:0;color:var(--fp-tinta)}
body.theme-focoperu .page-link:hover{color:var(--fp-magenta)}
body.theme-focoperu .page-info{background:var(--fp-magenta);color:#fff;border-radius:16px;padding:6px 14px}

body.theme-focoperu .article-container{max-width:720px;margin:0 auto;padding:0 20px}
body.theme-focoperu .breadcrumb{font-family:var(--fp-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--fp-gris-2)}
body.theme-focoperu .breadcrumb a{color:var(--fp-magenta)}
body.theme-focoperu .article-meta-top{font-family:var(--fp-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--fp-gris-2);border-top:1px solid var(--fp-borde);border-bottom:1px solid var(--fp-borde);padding:12px 0}
body.theme-focoperu .article-badge{background:var(--fp-magenta);color:#fff;border:0;border-radius:16px;font-family:var(--fp-display);font-weight:800;text-transform:uppercase;letter-spacing:.02em;font-size:11px;padding:4px 12px;transform:rotate(-2deg)}
body.theme-focoperu .read-time{color:var(--fp-gris-2)}
body.theme-focoperu .article-title{font-family:var(--fp-display);font-size:42px;font-weight:800;line-height:1.06;letter-spacing:-1.5px;color:var(--fp-tinta)}
body.theme-focoperu .article-subtitle{font-family:var(--fp-sans);font-size:19px;font-weight:400;line-height:1.55;color:var(--fp-gris)}
body.theme-focoperu .article-share .share-btn{border:1px solid var(--fp-borde);border-radius:14px;font-family:var(--fp-sans);color:var(--fp-tinta);background:#fff}
body.theme-focoperu .article-share .share-btn:hover{background:var(--fp-magenta);color:#fff;border-color:var(--fp-magenta)}
body.theme-focoperu .article-content{font-family:var(--fp-sans);font-size:17px;line-height:1.7;color:var(--fp-tinta)}
body.theme-focoperu .article-content p{margin:0 0 1.1em}
body.theme-focoperu .article-content h2,body.theme-focoperu .article-content h3{font-family:var(--fp-display);font-weight:800;letter-spacing:-.5px;color:var(--fp-tinta);line-height:1.15}
body.theme-focoperu .article-content a{color:var(--fp-magenta);text-decoration:underline}
body.theme-focoperu .article-content blockquote{border-left:4px solid var(--fp-amarillo);margin:1.4em 0;padding:.2em 0 .2em 20px;font-family:var(--fp-display);font-weight:500;color:var(--fp-tinta)}

body.theme-focoperu .mobile-menu{background:var(--fp-papel);border-bottom:3px solid var(--fp-magenta)}
body.theme-focoperu .mobile-menu a{color:var(--fp-tinta);font-family:var(--fp-sans);font-weight:700}
body.theme-focoperu .mobile-menu a:hover{color:var(--fp-magenta)}
body.theme-focoperu .mobile-search input{border:1px solid var(--fp-borde);border-radius:14px;font-family:var(--fp-sans)}
body.theme-focoperu .mobile-search button{background:var(--fp-magenta);color:#fff;border:0;border-radius:14px;font-family:var(--fp-sans);font-weight:700}

body.theme-focoperu .site-footer{background:var(--fp-tinta);border:0;color:#C9A0BE}
body.theme-focoperu .footer-brand .logo,body.theme-focoperu .footer-brand .logo-clave,body.theme-focoperu .footer-brand .logo-nacional{font-family:var(--fp-display);font-weight:800;letter-spacing:-.5px;color:#fff}
body.theme-focoperu .footer-brand .logo-nacional{color:var(--fp-amarillo)}
body.theme-focoperu .footer-tagline{font-family:var(--fp-sans);color:#C9A0BE}
body.theme-focoperu .footer-heading{font-family:var(--fp-display);font-weight:800;letter-spacing:.02em;color:#fff}
body.theme-focoperu .footer-links a{font-family:var(--fp-sans);color:#C9A0BE}
body.theme-focoperu .footer-links a:hover{color:var(--fp-amarillo)}
body.theme-focoperu .footer-contact p{color:#C9A0BE}
body.theme-focoperu .footer-bottom{border-top:1px solid #3A2E38;color:#A186A0}

body.theme-focoperu .pauta-empty{border:1px dashed #E0BBD4;background:#FBEAF4;border-radius:16px}
body.theme-focoperu .pauta-house-text{font-family:var(--fp-mono);color:var(--fp-gris-2);letter-spacing:.12em}
body.theme-focoperu .pauta-house-sub{font-family:var(--fp-sans);color:var(--fp-gris-2)}
body.theme-focoperu .pauta-label{color:var(--fp-gris-2)}

@media(max-width:1024px){ body.theme-focoperu .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-focoperu .container,body.theme-focoperu .section-container{padding:0 16px}
  body.theme-focoperu .news-grid{grid-template-columns:1fr}
  body.theme-focoperu .article-title{font-size:30px}
  body.theme-focoperu .category-title{font-size:34px}
}

.pauta-slot{position:relative;margin:18px auto;text-align:center;max-width:100%}
.pauta-slot .pauta-label{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#9aa2b1;opacity:.7;margin-bottom:4px;font-family:system-ui,-apple-system,sans-serif}
.pauta-slot .pauta-link{display:inline-block;line-height:0;max-width:100%}
.pauta-slot .pauta-img{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto}
.pauta-slot .pauta-beacon{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.pauta-top .pauta-img,.pauta-footer .pauta-img{max-width:970px}
.pauta-in_article{margin:26px auto}
.pauta-in_article .pauta-img{max-width:728px}
.pauta-sidebar .pauta-img{max-width:336px}
@media(max-width:600px){.pauta-top .pauta-img,.pauta-footer .pauta-img,.pauta-in_article .pauta-img{max-width:100%}}

.pauta-empty .pauta-house{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;box-sizing:border-box;width:100%;margin:0 auto;padding:10px 14px;border:2px dashed #cbd5e3;border-radius:8px;background:repeating-linear-gradient(45deg,#f7f9fc,#f7f9fc 10px,#eef2f8 10px,#eef2f8 20px);color:#5b6472;transition:border-color .2s ease,color .2s ease,background .2s ease}
.pauta-empty .pauta-house:hover{border-color:#1CA9E0;color:#0A2A43;background:#f4f9fd}
.pauta-empty .pauta-house-text{font-family:system-ui,-apple-system,sans-serif;font-weight:800;letter-spacing:.06em;font-size:15px;text-transform:uppercase;line-height:1.1}
.pauta-empty .pauta-house-sub{font-family:system-ui,-apple-system,sans-serif;font-size:11px;opacity:.85}
.pauta-top .pauta-house,.pauta-footer .pauta-house{max-width:970px;min-height:90px}
.pauta-in_article .pauta-house{max-width:728px;min-height:90px}
.pauta-sidebar .pauta-house{max-width:336px;min-height:280px}
@media(max-width:600px){.pauta-top .pauta-house,.pauta-footer .pauta-house,.pauta-in_article .pauta-house{min-height:70px}.pauta-empty .pauta-house-text{font-size:13px}}