.ieu-documentos-hero{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  color:#fff;
  background:#061d42;
  overflow:hidden;
}
.ieu-documentos-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(90deg,rgba(3,17,40,.94),rgba(11,45,94,.68)),var(--documentos-hero-image);
  background-position:center;
  background-size:cover;
}
.ieu-documentos-hero .ieu-container{position:relative;z-index:1}
.ieu-documentos-hero h1{
  max-width:850px;
  margin:8px 0 14px;
  color:#fff;
  font-family:Merriweather,serif;
  font-size:48px;
  line-height:1.15;
}
.ieu-documentos-hero p:last-child{max-width:680px;margin:0;font-size:18px;line-height:1.6;color:#e7eef9}
.ieu-documentos-intro{max-width:820px;margin-bottom:34px;color:var(--ieu-muted,#64728a);font-size:17px;line-height:1.75}
.ieu-documentos-intro > :first-child{margin-top:0}
.ieu-documentos-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ieu-documento-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--ieu-line,#e7ecf3);
  border-radius:18px;
  box-shadow:var(--ieu-shadow,0 18px 45px rgba(15,35,70,.10));
  transition:transform .22s ease,box-shadow .22s ease;
}
.ieu-documento-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,35,70,.15)}
.ieu-documento-card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--ieu-soft,#f7f9fc)}
.ieu-documento-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.ieu-documento-card:hover .ieu-documento-card-media img{transform:scale(1.04)}
.ieu-documento-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.ieu-documento-type{margin:0 0 8px;color:var(--ieu-green,#69b42e);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.45px}
.ieu-documento-card h2{margin:0 0 12px;color:var(--ieu-blue,#0b2d5e);font-size:22px;line-height:1.3}
.ieu-documento-excerpt{margin:0 0 18px;color:var(--ieu-muted,#64728a);line-height:1.65}
.ieu-documento-date{margin:auto 0 16px;color:#78869a;font-size:13px;font-weight:700}
.ieu-documento-actions{display:flex;gap:10px;flex-wrap:wrap}
.ieu-documento-actions .ieu-btn{min-height:44px;padding:0 18px}
.ieu-documentos-empty{padding:54px 28px;text-align:center;background:var(--ieu-soft,#f7f9fc);border:1px dashed #cbd5e3;border-radius:20px}
.ieu-documentos-empty span{display:block;margin-bottom:14px;color:var(--ieu-gold,#d6a324);font-size:38px}
.ieu-documentos-empty h2{margin:0 0 10px;color:var(--ieu-blue,#0b2d5e);font-size:26px}
.ieu-documentos-empty p{max-width:580px;margin:0 auto;color:var(--ieu-muted,#64728a);line-height:1.65}
.ieu-documento-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start}
.ieu-documento-single-content{min-width:0}
.ieu-documento-single-image{margin-bottom:28px;overflow:hidden;border-radius:18px;box-shadow:var(--ieu-shadow,0 18px 45px rgba(15,35,70,.10))}
.ieu-documento-single-image img{width:100%;height:auto}
.ieu-documento-lead{color:var(--ieu-blue,#0b2d5e);font-size:20px;line-height:1.65}
.ieu-documento-entry{color:var(--ieu-ink,#13213a);line-height:1.75}
.ieu-documento-sidebar{position:sticky;top:104px;padding:24px;background:var(--ieu-soft,#f7f9fc);border:1px solid var(--ieu-line,#e7ecf3);border-radius:18px}
.ieu-documento-sidebar h2{margin:0 0 18px;color:var(--ieu-blue,#0b2d5e);font-size:22px}
.ieu-documento-sidebar dl{margin:0 0 20px}
.ieu-documento-sidebar dl div{padding:12px 0;border-bottom:1px solid var(--ieu-line,#e7ecf3)}
.ieu-documento-sidebar dt{color:var(--ieu-muted,#64728a);font-size:12px;font-weight:800;text-transform:uppercase}
.ieu-documento-sidebar dd{margin:4px 0 0;color:var(--ieu-ink,#13213a);font-weight:700}
.ieu-documento-sidebar .ieu-btn{display:flex;width:100%;margin-top:10px}
@media(max-width:960px){
  .ieu-documentos-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ieu-documento-single-layout{grid-template-columns:1fr}
  .ieu-documento-sidebar{position:static}
}
@media(max-width:640px){
  .ieu-documentos-hero{min-height:310px}
  .ieu-documentos-hero h1{font-size:36px}
  .ieu-documentos-card-grid{grid-template-columns:1fr}
  .ieu-documento-actions{display:grid;grid-template-columns:1fr}
  .ieu-documento-actions .ieu-btn{width:100%}
}
