/* V112 targeted completion: preserve V111 story fixes, use exact premium circular launch CTA */
.cost-mountain{overflow:hidden;border-radius:28px}
.cost-mountain img{display:block;width:100%;max-width:760px;height:auto;margin:0 auto;border-radius:28px;object-fit:contain}
.final .launch{display:block;width:min(68vw,560px);max-width:88%;margin:34px auto;text-decoration:none;border-radius:50%;aspect-ratio:1/1}
.final .launch img{display:block;width:100%;height:auto;border-radius:50%;filter:drop-shadow(0 18px 34px rgba(0,0,0,.55)) drop-shadow(0 0 28px rgba(255,45,45,.28))}
@media(max-width:720px){.cost-mountain img{width:100%;max-width:100%}.final .launch{width:min(78vw,500px);max-width:84%}}

/* V126.2 targeted additions: no existing layout/graphic rules altered */
.vaccine-response-panel{margin-top:1.1rem;border-left:3px solid #d6aa4b;background:rgba(7,14,28,.76)}
.cegat-learn-more{display:flex;gap:.85rem;align-items:center;margin:1rem 0 0;padding:1rem 1.1rem;border:1px solid rgba(214,170,75,.65);border-radius:14px;background:rgba(3,11,24,.82);color:#fff;text-decoration:none}
.cegat-learn-more:hover,.cegat-learn-more:focus{border-color:#7fc8ff;box-shadow:0 0 0 3px rgba(127,200,255,.13)}
.cegat-arrow{font-size:2rem;color:#7fc8ff;line-height:1}
.vaccine-countdown{max-width:760px;margin:1.2rem auto 1.5rem;padding:1rem;border:1px solid rgba(214,170,75,.72);border-radius:16px;background:rgba(2,8,20,.88);text-align:center}
.countdown-label{display:grid;gap:.35rem}.countdown-label strong{color:#fff}.countdown-label span{color:#dce6f4;font-size:.95rem}
.countdown-clock{display:flex;justify-content:center;gap:.65rem;flex-wrap:wrap;margin:.9rem 0 .55rem}
.countdown-clock span{min-width:72px;padding:.55rem .65rem;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.countdown-clock b{display:block;font-size:1.55rem;color:#e5b94f}.countdown-clock small{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;color:#b9c5d4}
.countdown-note{font-size:.8rem;color:#aeb8c5}


/* V126.13 final targeted repair — Act 10, Act 11 and CeGaT */

/* ACT 10: restore the approved artwork as the actual chapter hero. */
.act10-hero{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#020713!important;
}
.act10-hero::before{
  content:""!important;
  position:absolute!important;
  z-index:-2!important;
  inset:0!important;
  background-image:url('images/act10_price_of_hope_hero_v127.png')!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center top!important;
  opacity:.98!important;
  transform:none!important;
}
.act10-hero::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(2,7,19,.94) 0%,rgba(2,7,19,.73) 40%,rgba(2,7,19,.12) 78%),
    linear-gradient(0deg,#020713 0%,rgba(2,7,19,.72) 33%,rgba(2,7,19,.06) 75%)!important;
  pointer-events:none!important;
}
.act10-hero .feature-grid{
  position:relative!important;
  z-index:1!important;
  min-height:760px!important;
  height:auto!important;
}
.act10-hero .feature-grid>div:first-child{max-width:650px}

/* ACT 11: integrated landscape hero. No detached image, no huge blank gap. */
.act11-hero{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#020713!important;
  min-height:0!important;
  height:auto!important;
}
.act11-hero::before{
  content:""!important;
  position:absolute!important;
  z-index:-2!important;
  inset:0 0 auto 0!important;
  width:100%!important;
  height:680px!important;
  background-image:url('images/v12613_act11_integrated_hero.jpg')!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center top!important;
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}
.act11-hero::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:0!important;
  background:linear-gradient(0deg,#020713 0%,rgba(2,7,19,.66) 38%,rgba(2,7,19,.03) 80%)!important;
  pointer-events:none!important;
}
.act11-hero .feature-grid{
  position:relative!important;
  z-index:1!important;
  min-height:680px!important;
  height:auto!important;
  padding-top:185px!important;
}
.act11-hero .feature-grid>div{max-width:760px}
.act11-hero details,
.act11-hero details[open],
.act11-hero details[open] *,
.act11-hero .story-panel{
  position:relative!important;
  z-index:2!important;
  transform:none!important;
  scale:1!important;
}
.act11-hero details[open]{margin-top:inherit!important}

/* CeGaT: premium campaign-style resource card. */
.cegat-resource-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(170px,260px)!important;
  align-items:center!important;
  gap:24px!important;
  width:min(860px,100%)!important;
  margin:0 0 30px auto!important;
  padding:18px 20px 18px 24px!important;
  border:1px solid rgba(226,184,82,.82)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 88% 50%,rgba(40,154,255,.14),transparent 34%),
    linear-gradient(135deg,rgba(4,13,29,.98),rgba(2,8,20,.94))!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 18px 50px rgba(0,0,0,.52),0 0 30px rgba(226,184,82,.12)!important;
  overflow:hidden!important;
}
.cegat-resource-copy{display:grid!important;gap:8px!important}
.cegat-resource-kicker{
  color:#e6ba50!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:.72rem!important;
  font-weight:800!important;
}
.cegat-resource-copy strong{
  font-size:clamp(1rem,2vw,1.25rem)!important;
  line-height:1.35!important;
}
.cegat-resource-cta{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:max-content!important;
  margin-top:5px!important;
  padding:9px 15px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#153e76,#081b3a)!important;
  border:1px solid #59b8ff!important;
  box-shadow:inset 0 1px rgba(255,255,255,.22),0 0 18px rgba(47,157,255,.16)!important;
  color:#fff!important;
  font-weight:900!important;
}
.cegat-resource-cta b{font-size:1.35rem!important;color:#e7bd57!important}
.cegat-resource-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:125px!important;
  padding:15px!important;
  border-radius:20px!important;
  background:#fff!important;
  border:1px solid rgba(91,192,255,.72)!important;
  box-shadow:0 0 28px rgba(52,178,255,.20)!important;
}
.cegat-resource-logo img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.cegat-resource-card:hover,
.cegat-resource-card:focus{
  transform:translateY(-2px)!important;
  border-color:#ffd879!important;
  box-shadow:0 22px 58px rgba(0,0,0,.58),0 0 34px rgba(226,184,82,.18)!important;
}

@media(max-width:860px){
  .act10-hero::before{
    height:420px!important;
    background-size:contain!important;
    background-position:center top!important;
  }
  .act10-hero::after{
    background:linear-gradient(0deg,#020713 0%,#020713 47%,rgba(2,7,19,.22) 79%,rgba(2,7,19,0) 100%)!important;
  }
  .act10-hero .feature-grid{
    display:block!important;
    min-height:0!important;
    padding-top:385px!important;
  }

  .act11-hero::before{
    height:500px!important;
    background-size:cover!important;
    background-position:52% top!important;
  }
  .act11-hero .feature-grid{
    min-height:500px!important;
    padding-top:205px!important;
  }

  .cegat-resource-card{
    grid-template-columns:1fr!important;
    margin:0 0 28px!important;
    padding:17px!important;
  }
  .cegat-resource-logo{
    order:-1!important;
    min-height:0!important;
    width:min(300px,78vw)!important;
    margin:0 auto!important;
  }
}
@media(max-width:520px){
  .act10-hero::before{
    height:360px!important;
    background-size:contain!important;
  }
  .act10-hero .feature-grid{padding-top:330px!important}

  .act11-hero::before{
    height:430px!important;
    background-size:auto 430px!important;
    background-position:54% top!important;
  }
  .act11-hero .feature-grid{
    min-height:430px!important;
    padding-top:165px!important;
  }
  .act11-hero .chapter-title{font-size:clamp(2.8rem,14vw,4.15rem)!important}
}
