/* =====================================================================
   Literasi Hukum Indonesia — Footer v5.5
   Compact editorial footer, no pre-footer CTA strip, news-safe CSS, and small collaboration badge.
   Scope: footer markup only. Does not override global site styles.
   ===================================================================== */
.footer-section.lhi-footer-v3{
  --lhi-footer-primary: var(--primary-color, #b91c1c);
  --lhi-footer-primary-rgb: var(--primary-color-rgb, 185,28,28);
  --lhi-footer-ink:#111827;
  --lhi-footer-muted:#64748b;
  --lhi-footer-line:rgba(17,24,39,.10);
  --lhi-footer-line-soft:rgba(17,24,39,.065);
  position:relative;
  overflow:hidden;
  isolation:isolate;
  margin-top:clamp(1.35rem, 2.7vw, 2.55rem);
  padding:0 !important;
  background:
    radial-gradient(680px 230px at 14% 0%, rgba(var(--lhi-footer-primary-rgb),.07), transparent 64%),
    linear-gradient(180deg, #fff 0%, #fbfcfd 100%) !important;
  border-top:1px solid rgba(17,24,39,.08) !important;
  color:var(--lhi-footer-ink);
  font-family:inherit;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__rule{
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, transparent 0%, rgba(var(--lhi-footer-primary-rgb),.42) 16%, var(--lhi-footer-primary) 33%, #dc2626 62%, rgba(245,158,11,.48) 86%, transparent 100%);
  z-index:2;
}
.footer-section.lhi-footer-v3::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(15,23,42,.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15,23,42,.015) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.26), transparent 62%);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__container{
  max-width:var(--lhi-public-shell-max, 1180px);
  margin-left:auto;
  margin-right:auto;
  padding-top:clamp(1.1rem, 2.25vw, 1.65rem);
  padding-bottom:calc(clamp(1rem, 2.1vw, 1.45rem) + env(safe-area-inset-bottom, 0px));
  position:relative;
}
.footer-section.lhi-footer-v3 a{
  color:inherit;
  text-decoration:none;
}
.footer-section.lhi-footer-v3 a:hover{
  text-decoration:none;
}
.footer-section.lhi-footer-v3 a:focus-visible{
  outline:3px solid rgba(var(--lhi-footer-primary-rgb), .22);
  outline-offset:3px;
  border-radius:10px;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__main{
  display:grid;
  grid-template-columns:minmax(260px, 320px) minmax(0, 1fr);
  gap:clamp(1rem, 2.4vw, 1.8rem);
  align-items:start;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__brand-col,
.footer-section.lhi-footer-v3 .lhi-footer-v3__bottom-copy{
  min-width:0;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__brand-panel{
  position:relative;
  padding:0 1rem 0 .9rem;
  border-left:2px solid rgba(var(--lhi-footer-primary-rgb), .88);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__brand-link{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  margin-bottom:.68rem;
}
.footer-section.lhi-footer-v3 .footer-logo,
.footer-section.lhi-footer-v3 .lhi-footer-v3__logo{
  display:block;
  height:34px;
  width:auto;
  max-width:min(250px, 72vw);
  object-fit:contain;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__about{
  margin:0;
  color:#475569;
  font-size:.90rem;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__chips{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  margin-top:.85rem;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__chip{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:.34rem .54rem;
  border-radius:999px;
  border:1px solid rgba(var(--lhi-footer-primary-rgb),.14);
  background:rgba(var(--lhi-footer-primary-rgb),.045);
  color:#7f1d1d;
  font-size:.74rem;
  line-height:1;
  font-weight:800;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__chip:hover{
  border-color:rgba(var(--lhi-footer-primary-rgb),.26);
  background:rgba(var(--lhi-footer-primary-rgb),.08);
  color:var(--lhi-footer-primary);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__contact{
  display:grid;
  gap:.36rem;
  margin-top:.78rem;
  padding-top:.78rem;
  border-top:1px solid var(--lhi-footer-line-soft);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__contact-link{
  display:flex;
  align-items:center;
  gap:.52rem;
  width:max-content;
  max-width:100%;
  color:#475569;
  font-size:.82rem;
  line-height:1.35;
  font-weight:750;
  overflow-wrap:anywhere;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__contact-link:hover{
  color:var(--lhi-footer-primary);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__contact-icon{
  display:inline-flex;
  flex:0 0 auto;
  color:var(--lhi-footer-primary);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__address{
  max-width:30ch;
  color:#667085;
  font-size:.80rem;
  line-height:1.5;
  overflow-wrap:anywhere;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__partners{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.42rem .52rem;
  margin-top:.72rem;
  padding-top:.66rem;
  border-top:1px dashed rgba(17,24,39,.12);
  min-width:0;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__partners-label{
  flex:0 0 auto;
  color:#94a3b8;
  font-size:.68rem;
  line-height:1;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:116px;
  min-height:28px;
  padding:.18rem .28rem;
  border-radius:9px;
  border:1px solid rgba(17,24,39,.10);
  background:rgba(255,255,255,.88);
  box-shadow:0 5px 14px rgba(15,23,42,.045);
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(var(--lhi-footer-primary-rgb),.22);
  box-shadow:0 8px 20px rgba(15,23,42,.075);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge img{
  display:block;
  width:104px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:clamp(.72rem, 1.65vw, 1rem);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group{
  min-width:0;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-title{
  position:relative;
  margin:0 0 .52rem;
  padding-bottom:.40rem;
  color:#111827;
  font-size:.84rem;
  line-height:1.2;
  letter-spacing:-.015em;
  font-weight:850;
  overflow-wrap:anywhere;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:1.65rem;
  height:2px;
  border-radius:999px;
  background:var(--lhi-footer-primary);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:.27rem;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-list li{
  margin:0;
  padding:0;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-link{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  color:#667085;
  font-size:.82rem;
  line-height:1.36;
  font-weight:650;
  overflow-wrap:anywhere;
  word-break:normal;
  transition:color .14s ease, transform .14s ease;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__nav-link:hover{
  color:var(--lhi-footer-primary);
  transform:translateX(2px);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-top:clamp(1rem, 2.2vw, 1.45rem);
  padding-top:.85rem;
  border-top:1px solid var(--lhi-footer-line);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__copyright{
  margin:0;
  color:#475569;
  font-size:.84rem;
  line-height:1.45;
  font-weight:800;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__disclaimer{
  margin:.24rem 0 0;
  max-width:68ch;
  color:#667085;
  font-size:.80rem;
  line-height:1.5;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__bottom-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.45rem;
  flex-wrap:wrap;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__mini-link{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:.38rem .58rem;
  border-radius:999px;
  color:#667085;
  font-size:.80rem;
  line-height:1;
  font-weight:800;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__mini-link:hover{
  background:rgba(var(--lhi-footer-primary-rgb),.06);
  color:var(--lhi-footer-primary);
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__social{
  display:flex;
  align-items:center;
  gap:.36rem;
  margin-left:.18rem;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.10);
  background:#fff;
  color:#475569;
  transition:transform .14s ease, color .14s ease, background .14s ease, border-color .14s ease;
}
.footer-section.lhi-footer-v3 .lhi-footer-v3__social-link:hover{
  transform:translateY(-1px);
  border-color:rgba(var(--lhi-footer-primary-rgb),.26);
  background:rgba(var(--lhi-footer-primary-rgb),.06);
  color:var(--lhi-footer-primary);
}
@media (max-width:1199.98px){
  .footer-section.lhi-footer-v3 .lhi-footer-v3__main{grid-template-columns:1fr;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__brand-panel{
    display:grid;
    grid-template-columns:minmax(0, 1.1fr) minmax(240px, .9fr);
    gap:1rem 1.25rem;
    padding:1rem;
    border:1px solid var(--lhi-footer-line-soft);
    border-left:3px solid var(--lhi-footer-primary);
    border-radius:16px;
    background:rgba(255,255,255,.64);
  }
  .footer-section.lhi-footer-v3 .lhi-footer-v3__brand-link,
  .footer-section.lhi-footer-v3 .lhi-footer-v3__about,
  .footer-section.lhi-footer-v3 .lhi-footer-v3__chips{grid-column:1;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__contact{
    grid-column:2;
    grid-row:1 / span 3;
    margin-top:0;
    padding-top:0;
    border-top:0;
    border-left:1px solid var(--lhi-footer-line-soft);
    padding-left:1rem;
  }
  .footer-section.lhi-footer-v3 .lhi-footer-v3__partners{
    grid-column:2;
    margin-top:.62rem;
    padding-top:.62rem;
  }
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav{grid-template-columns:repeat(5, minmax(108px, 1fr));}
}
@media (max-width:991.98px){
  .footer-section.lhi-footer-v3 .lhi-footer-v3__container{padding-left:clamp(1.15rem, 3vw, 1.6rem);padding-right:clamp(1.15rem, 3vw, 1.6rem);}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem 1.25rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__bottom{align-items:flex-start;flex-direction:column;gap:.7rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__bottom-actions{justify-content:flex-start;}
}
@media (max-width:767.98px){
  .footer-section.lhi-footer-v3{margin-top:1.6rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__container{padding-left:1rem;padding-right:1rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__brand-panel{
    display:block;
    padding:.95rem;
    border-left:0;
    border-top:2px solid rgba(var(--lhi-footer-primary-rgb),.84);
    border-radius:14px;
    background:rgba(255,255,255,.68);
  }
  .footer-section.lhi-footer-v3 .lhi-footer-v3__contact{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--lhi-footer-line-soft);border-left:0;padding-left:0;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__partners{margin-top:.78rem;padding-top:.72rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem 1.15rem;margin-top:.2rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group{padding-top:.75rem;border-top:1px solid var(--lhi-footer-line-soft);}
}
@media (max-width:575.98px){
  .footer-section.lhi-footer-v3 .lhi-footer-v3__container{padding-top:1rem;padding-bottom:calc(4.8rem + env(safe-area-inset-bottom, 0px));}
  .footer-section.lhi-footer-v3 .footer-logo,
  .footer-section.lhi-footer-v3 .lhi-footer-v3__logo{height:30px;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__about{font-size:.86rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__chip{min-height:27px;font-size:.72rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__contact-link{width:100%;font-size:.82rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__address{max-width:none;font-size:.78rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__partners{gap:.36rem .46rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge{max-width:108px;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge img{width:98px;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav{grid-template-columns:repeat(2, minmax(0, 1fr));gap:.95rem .85rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-title{font-size:.79rem;margin-bottom:.46rem;padding-bottom:.36rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-link{font-size:.84rem;line-height:1.42;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group:nth-child(5){grid-column:1 / -1;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group:nth-child(5) .lhi-footer-v3__nav-list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:.25rem .8rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__bottom-actions{width:100%;justify-content:flex-start;gap:.28rem .35rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__mini-link{min-height:34px;padding:.38rem .5rem;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__social{margin-left:0;}
  .footer-section.lhi-footer-v3 .lhi-footer-v3__social-link{width:34px;height:34px;}
}
@media (max-width:389.98px){
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav,
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group:nth-child(5) .lhi-footer-v3__nav-list{grid-template-columns:1fr;}
}
@media (hover:none){
  .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-link:hover,
  .footer-section.lhi-footer-v3 .lhi-footer-v3__social-link:hover{transform:none;}
}
@media (prefers-reduced-motion:reduce){
  .footer-section.lhi-footer-v3 *{transition:none !important;scroll-behavior:auto !important;}
}
html[data-theme="dark"] .footer-section.lhi-footer-v3{
  background:radial-gradient(720px 260px at 14% 0%, rgba(var(--lhi-footer-primary-rgb),.16), transparent 65%),linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  border-top-color:rgba(255,255,255,.10) !important;
  color:#e5e7eb;
}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__brand-panel{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-title{color:#f8fafc;}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__about,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__contact-link,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__address,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-link,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__copyright,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__disclaimer,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__mini-link{color:#cbd5e1;}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__social-link{background:rgba(255,255,255,.08);color:#f8fafc;border-color:rgba(255,255,255,.14);}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__partners{border-color:rgba(255,255,255,.14);}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__partners-label{color:#94a3b8;}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__partner-badge{background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.18);}
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__contact,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__bottom,
html[data-theme="dark"] .footer-section.lhi-footer-v3 .lhi-footer-v3__nav-group{border-color:rgba(255,255,255,.12);}
