#chappal-banner{
  background:#f5f0e8;
  padding:4rem 1.5rem;
  text-align:center;
  position:relative;
}
.chap-outer{
  position:relative;
  max-width:860px;
  margin:0 auto;
  background:#eee9df;
  border:2.5px solid #e67e00;
  border-radius:14px;
  padding:3.5rem 2.5rem 2.5rem;
  cursor:pointer;
  user-select:none;
}
.chap-pest-pill{
  position:absolute;
  top:-1.1rem;
  left:50%;
  transform:translateX(-50%);
  background:#e67e00;
  color:#fff;
  font-family:'Poppins',sans-serif;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  padding:.38rem 1.2rem;
  border-radius:4px;
  white-space:nowrap;
}
.chap-inner{
  position:relative;
  z-index:2;
}
.chap-lang-badge{
  font-size:.58rem;
  letter-spacing:.35em;
  text-transform:uppercase;
  color:#a08060;
  font-family:'Poppins',sans-serif;
  margin-bottom:.6rem;
}
.chap-line1{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(2.6rem,10vw,6rem);
  letter-spacing:.04em;
  line-height:1;
  color:#1a1410;
}
.chap-line2{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(2.6rem,10vw,6rem);
  letter-spacing:.04em;
  line-height:1;
  margin-top:.05em;
}
.chap-green{ color:#0e7a06; }
.chap-saffron{ color:#e67e00; }
.chap-subtitle{
  font-family:'Crimson Pro',serif;
  font-style:italic;
  font-size:clamp(.95rem,2.5vw,1.25rem);
  color:#6a5d4d;
  margin-top:1.1rem;
  line-height:1.5;
}
.chap-meta{
  font-size:.55rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#b0a090;
  margin-top:1.4rem;
  font-family:'Poppins',sans-serif;
}
.chap-dots{
  display:flex;
  gap:6px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:1rem;
  max-width:340px;
  margin-left:auto;
  margin-right:auto;
}
.chap-dot{
  width:7px;height:7px;
  border-radius:50%;
  background:rgba(0,0,0,.15);
  transition:background .3s,transform .3s;
  flex-shrink:0;
}
.chap-dot.active{
  background:#e67e00;
  transform:scale(1.4);
}
.chap-hint{
  font-size:.52rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#c0b0a0;
  margin-top:.8rem;
  font-family:'Poppins',sans-serif;
}
@media(max-width:480px){
  #chappal-banner{padding:2rem .75rem;}
  .chap-outer{padding:2.5rem 1.25rem 2rem;}
}