/* ESTT Protected Cluster Page v1 */

#estt-protected-cluster{
  --blue:#2f63e6;
  --blue2:#17306A;
  --green:#14b89a;
  --bg:#f7fbff;
  --soft:#eef5ff;
  --text:#1c2638;
  --muted:#6d7789;
  --line:#dfe7f5;
  --card:#fff;
  --shadow:0 18px 48px rgba(23,48,106,.10);
  --r:22px;
  width:100%;
  overflow:hidden;
  background:#fff;
  color:var(--text);
  font-family:'Open Sans',Arial,sans-serif;
  line-height:1.45;
}

#estt-protected-cluster,
#estt-protected-cluster *{box-sizing:border-box}

#estt-protected-cluster a{text-decoration:none}

#estt-protected-cluster .pcWrap{
  max-width:1170px!important;
  width:100%!important;
  margin:0 auto!important;
  padding-left:15px!important;
  padding-right:15px!important;
}

#estt-protected-cluster .pcBtn{
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:14px!important;
  border:1px solid transparent!important;
  background:linear-gradient(135deg,var(--blue),var(--green))!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  line-height:1.2!important;
  text-shadow:none!important;
  box-shadow:none!important;
}

#estt-protected-cluster .pcBtn.secondary{
  background:#fff!important;
  color:var(--blue)!important;
  border-color:#cbd7ee!important;
}

/* Hero */
#estt-protected-cluster .pcHero{
  padding:6px 0 0!important;
  background:#fff!important;
}

#estt-protected-cluster .pcHeroBox{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 430px!important;
  gap:42px!important;
  align-items:center!important;
  min-height:380px!important;
  padding:32px 44px!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 84% 14%,rgba(255,255,255,.42),transparent 26%),
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.18),transparent 30%),
    linear-gradient(135deg, #2f63e6, #14b89a)!important;
  box-shadow:0 24px 60px rgba(23,48,106,.14)!important;
  overflow:hidden!important;
}

#estt-protected-cluster .pcBadge{
  display:inline-flex!important;
  align-items:center!important;
  margin-bottom:18px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(255,255,255,.92)!important;
  color:#28728c!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}

#estt-protected-cluster .pcHeroMain h2{
  margin:0 0 24px!important;
  padding:0!important;
  max-width:720px!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.12!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

#estt-protected-cluster .pcHeroMain h2 span{color:#90ffe5!important}

#estt-protected-cluster .pcHeroText{
  display:grid!important;
  gap:11px!important;
  max-width:720px!important;
}

#estt-protected-cluster .pcHeroText p{
  margin:0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:500!important;
}

#estt-protected-cluster .pcHeroActions{
  display:flex!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  margin-top:28px!important;
}

#estt-protected-cluster .pcHeroActions .pcBtn{
  min-width:210px!important;
  min-height:56px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#2f63e6!important;
  border-color:#fff!important;
  box-shadow:0 14px 30px rgba(23,48,106,.16)!important;
}

#estt-protected-cluster .pcHeroActions .pcBtn.secondary{
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.55)!important;
  box-shadow:none!important;
}

#estt-protected-cluster .pcHeroFacts{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}

#estt-protected-cluster .pcHeroFacts div{
  min-height:132px!important;
  padding:17px 20px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important;
  backdrop-filter:blur(8px);
}

#estt-protected-cluster .pcHeroFacts b{
  display:block!important;
  margin-bottom:10px!important;
  color:#fff!important;
  font-size:31px!important;
  line-height:1.08!important;
  font-weight:950!important;
}

#estt-protected-cluster .pcHeroFacts span{
  display:block!important;
  color:rgba(255,255,255,.82)!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:750!important;
}

/* Sections */
#estt-protected-cluster .pcIntro{
  padding:44px 0 0!important;
  background:#fff!important;
}

#estt-protected-cluster .pcInfoSections{
  padding:0 0 70px!important;
  background:#fff!important;
}

#estt-protected-cluster .pcSectionBlock{margin-top:55px!important}

#estt-protected-cluster .pcSectionHeader{
  max-width:1140px!important;
  width:100%!important;
  margin:0 auto 18px!important;
  padding:0!important;
}

#estt-protected-cluster .pcSectionHeader h2{
  margin:0 0 12px!important;
  padding:0!important;
  color:var(--blue2)!important;
  font-size:34px!important;
  line-height:1.14!important;
}

#estt-protected-cluster .pcSectionHeader p{
  margin:0!important;
  max-width:none!important;
  color:#5f6c80!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:500!important;
}

#estt-protected-cluster .pcProblemGrid,
#estt-protected-cluster .pcBenefitGrid,
#estt-protected-cluster .pcUseGrid{
  max-width:1140px!important;
  margin:18px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

#estt-protected-cluster .pcProblemCard,
#estt-protected-cluster .pcBenefitCard,
#estt-protected-cluster .pcUseCard{
  position:relative!important;
  min-height:230px!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  padding:22px!important;
  box-shadow:0 12px 32px rgba(23,48,106,.06)!important;
  overflow:hidden!important;
}

#estt-protected-cluster .pcIcon{
  width:44px!important;
  height:44px!important;
  border-radius:16px!important;
  background:#eef5ff!important;
  color:var(--blue)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:20px!important;
  font-weight:950!important;
  margin-bottom:14px!important;
}

#estt-protected-cluster .pcProblemCard h3,
#estt-protected-cluster .pcBenefitCard h3,
#estt-protected-cluster .pcUseCard h3{
  margin:0 0 8px!important;
  color:var(--blue2)!important;
  font-size:19px!important;
  line-height:1.2!important;
  padding:0!important;
}

#estt-protected-cluster .pcProblemCard p,
#estt-protected-cluster .pcBenefitCard p,
#estt-protected-cluster .pcUseCard p{
  margin:0!important;
  color:#5f6c80!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:500!important;
}

#estt-protected-cluster .pcUseCard a{
  margin-top:auto!important;
  padding-top:14px!important;
  color:var(--blue)!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Architecture */
#estt-protected-cluster .pcArchitecture,
#estt-protected-cluster .pcInfraBlock{
  max-width:1140px!important;
  margin:18px auto 0!important;
  display:grid!important;
  grid-template-columns:380px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

#estt-protected-cluster .pcArchLead,
#estt-protected-cluster .pcInfraLead{
  border-radius:26px!important;
  background:linear-gradient(135deg,#17306A 0%,#2f63e6 68%,#14b89a 130%)!important;
  color:#fff!important;
  padding:26px!important;
  box-shadow:0 18px 42px rgba(23,48,106,.16)!important;
  position:relative!important;
  overflow:hidden!important;
}

#estt-protected-cluster .pcArchLead b,
#estt-protected-cluster .pcInfraLead b{
  display:block!important;
  font-size:42px!important;
  line-height:1!important;
  color:#fff!important;
  margin-bottom:8px!important;
  letter-spacing:-.03em!important;
}

#estt-protected-cluster .pcArchLead span,
#estt-protected-cluster .pcInfraLead span{
  display:block!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:900!important;
  margin-bottom:14px!important;
}

#estt-protected-cluster .pcArchLead p,
#estt-protected-cluster .pcInfraLead p{
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
  line-height:1.55!important;
  font-weight:500!important;
}

#estt-protected-cluster .pcArchGrid,
#estt-protected-cluster .pcInfraGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

#estt-protected-cluster .pcArchItem,
#estt-protected-cluster .pcInfraItem{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  padding:18px!important;
  min-height:122px!important;
  box-shadow:0 10px 28px rgba(23,48,106,.05)!important;
}

#estt-protected-cluster .pcArchItem b,
#estt-protected-cluster .pcInfraItem b{
  display:block!important;
  color:var(--blue2)!important;
  font-size:20px!important;
  line-height:1.1!important;
  margin-bottom:7px!important;
  letter-spacing:-.02em!important;
}

#estt-protected-cluster .pcArchItem span,
#estt-protected-cluster .pcInfraItem span{
  color:#5f6c80!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:650!important;
}

/* Included */
#estt-protected-cluster .pcIncludedBox{
  max-width:1140px!important;
  margin:0 auto!important;
  border:1px solid var(--line)!important;
  border-radius:28px!important;
  background:radial-gradient(circle at 92% 0%,rgba(20,184,154,.10),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f7fbff 100%)!important;
  box-shadow:0 18px 48px rgba(23,48,106,.08)!important;
  overflow:hidden!important;
}

#estt-protected-cluster .pcIncludedHead{
  display:grid!important;
  grid-template-columns:minmax(0,390px) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:end!important;
  padding:24px 28px 22px!important;
  border-bottom:1px solid #e7eef9!important;
  background:linear-gradient(135deg,rgba(238,245,255,.72),rgba(234,255,247,.58))!important;
}

#estt-protected-cluster .pcKicker{
  display:inline-flex!important;
  margin-bottom:10px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--blue)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  border:1px solid #dbe5f7!important;
}

#estt-protected-cluster .pcIncludedHead h2{
  margin:0!important;
  color:var(--blue2)!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  padding:0!important;
}

#estt-protected-cluster .pcIncludedHead p{
  margin:0!important;
  color:#536177!important;
  font-size:16px!important;
  line-height:1.5!important;
  font-weight:500!important;
  max-width:620px!important;
}

#estt-protected-cluster .pcIncludedList{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

#estt-protected-cluster .pcIncludedItem{
  min-height:126px!important;
  padding:20px!important;
  border-right:1px solid #edf2fb!important;
  border-bottom:1px solid #edf2fb!important;
  background:#fff!important;
  position:relative!important;
}

#estt-protected-cluster .pcIncludedItem:nth-child(4n){border-right:0!important}
#estt-protected-cluster .pcIncludedItem:nth-last-child(-n+4){border-bottom:0!important}

#estt-protected-cluster .pcIncludedItem:before{
  content:'✓'!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  margin-bottom:14px!important;
  border-radius:50%!important;
  background:#eafff7!important;
  color:var(--green)!important;
  font-weight:950!important;
  font-size:16px!important;
}

#estt-protected-cluster .pcIncludedItem b{
  display:block!important;
  margin-bottom:7px!important;
  color:#23304a!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:950!important;
}

#estt-protected-cluster .pcIncludedItem span{
  display:block!important;
  color:#667187!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:500!important;
}

/* Steps */
#estt-protected-cluster .pcStepsBox{
  max-width:1140px!important;
  margin:0 auto!important;
  padding:26px!important;
  border-radius:28px!important;
  border:1px solid var(--line)!important;
  background:linear-gradient(135deg,#fff,#f7fbff)!important;
  box-shadow:0 18px 48px rgba(23,48,106,.08)!important;
}

#estt-protected-cluster .pcStepsBox .pcSectionHeader{
  margin-bottom:18px!important;
}

#estt-protected-cluster .pcSteps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

#estt-protected-cluster .pcStep{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  padding:20px!important;
}

#estt-protected-cluster .pcStep b{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:15px!important;
  margin-bottom:14px!important;
  background:linear-gradient(135deg,#eef5ff,#eafff7)!important;
  color:var(--blue)!important;
  font-size:18px!important;
  font-weight:950!important;
}

#estt-protected-cluster .pcStep h3{
  margin:0 0 8px!important;
  padding:0!important;
  color:var(--blue2)!important;
  font-size:20px!important;
  line-height:1.2!important;
}

#estt-protected-cluster .pcStep p{
  margin:0!important;
  color:#5f6c80!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:500!important;
}

/* FAQ + CTA */
#estt-protected-cluster .pcFaq{
  max-width:1140px!important;
  margin:22px auto 0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px 18px!important;
}

#estt-protected-cluster .pcFaqItem{
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(23,48,106,.05)!important;
  overflow:hidden!important;
}

#estt-protected-cluster .pcFaqItem summary{
  list-style:none!important;
  cursor:pointer!important;
  padding:20px 58px 20px 22px!important;
  position:relative!important;
  color:var(--blue2)!important;
  font-size:19px!important;
  line-height:1.25!important;
  font-weight:900!important;
}

#estt-protected-cluster .pcFaqItem summary::-webkit-details-marker{display:none!important}

#estt-protected-cluster .pcFaqItem summary:after{
  content:'+'!important;
  position:absolute!important;
  right:22px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#111!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:400!important;
}

#estt-protected-cluster .pcFaqItem[open] summary:after{content:'−'!important}

#estt-protected-cluster .pcFaqItem p{
  margin:0!important;
  padding:0 22px 22px!important;
  color:#536177!important;
  font-size:15px!important;
  line-height:1.6!important;
}

#estt-protected-cluster .pcCtaStrip{
  max-width:1140px!important;
  margin:58px auto 0!important;
  background:linear-gradient(135deg,#17306A,#2f63e6)!important;
  border-radius:24px!important;
  color:#fff!important;
  padding:22px 24px!important;
  display:flex!important;
  gap:18px!important;
  align-items:center!important;
  justify-content:space-between!important;
  box-shadow:0 18px 42px rgba(23,48,106,.18)!important;
}

#estt-protected-cluster .pcCtaStrip h3{
  margin:0 0 6px!important;
  font-size:23px!important;
  color:#fff!important;
  padding:0!important;
}

#estt-protected-cluster .pcCtaStrip p{
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
  font-weight:500!important;
  line-height:1.45!important;
}

#estt-protected-cluster .pcCtaStrip .pcBtn{
  background:#fff!important;
  color:var(--blue)!important;
  flex:0 0 auto!important;
}

/* Responsive */
@media(max-width:980px){
  #estt-protected-cluster .pcHeroBox,
  #estt-protected-cluster .pcArchitecture,
  #estt-protected-cluster .pcInfraBlock{
    grid-template-columns:1fr!important;
  }

  #estt-protected-cluster .pcHeroBox{
    min-height:0!important;
    padding:34px 28px!important;
  }

  #estt-protected-cluster .pcProblemGrid,
  #estt-protected-cluster .pcBenefitGrid,
  #estt-protected-cluster .pcUseGrid,
  #estt-protected-cluster .pcIncludedList,
  #estt-protected-cluster .pcArchGrid,
  #estt-protected-cluster .pcInfraGrid,
  #estt-protected-cluster .pcSteps{
    grid-template-columns:1fr 1fr!important;
  }

  #estt-protected-cluster .pcIncludedHead{
    grid-template-columns:1fr!important;
  }

  #estt-protected-cluster .pcIncludedItem:nth-child(4n){border-right:1px solid #edf2fb!important}
  #estt-protected-cluster .pcIncludedItem:nth-child(2n){border-right:0!important}
  #estt-protected-cluster .pcIncludedItem:nth-last-child(-n+4){border-bottom:1px solid #edf2fb!important}
  #estt-protected-cluster .pcIncludedItem:nth-last-child(-n+2){border-bottom:0!important}

  #estt-protected-cluster .pcCtaStrip{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

@media(max-width:680px){
  #estt-protected-cluster .pcWrap{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  #estt-protected-cluster .pcHero{
    padding:0!important;
  }

  #estt-protected-cluster .pcHeroBox{
    padding:28px 20px 32px!important;
    border-radius:0 0 26px 26px!important;
  }

  #estt-protected-cluster .pcHeroMain h2{
    font-size:29px!important;
    margin-bottom:18px!important;
  }

  #estt-protected-cluster .pcHeroText p{
    font-size:15px!important;
  }

  #estt-protected-cluster .pcHeroActions{
    margin-top:22px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
  }

  #estt-protected-cluster .pcHeroActions .pcBtn{
    width:100%!important;
    min-width:0!important;
  }

  #estt-protected-cluster .pcHeroFacts{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  #estt-protected-cluster .pcHeroFacts div{
    min-height:112px!important;
    padding:16px 14px!important;
  }

  #estt-protected-cluster .pcHeroFacts b{
    font-size:23px!important;
  }

  #estt-protected-cluster .pcHeroFacts span{
    font-size:13px!important;
  }

  #estt-protected-cluster .pcProblemGrid,
  #estt-protected-cluster .pcBenefitGrid,
  #estt-protected-cluster .pcUseGrid,
  #estt-protected-cluster .pcIncludedList,
  #estt-protected-cluster .pcArchGrid,
  #estt-protected-cluster .pcInfraGrid,
  #estt-protected-cluster .pcSteps,
  #estt-protected-cluster .pcFaq{
    grid-template-columns:1fr!important;
  }

  #estt-protected-cluster .pcSectionHeader h2{
    font-size:28px!important;
  }

  #estt-protected-cluster .pcIncludedHead h2{
    font-size:28px!important;
  }

  #estt-protected-cluster .pcIncludedItem,
  #estt-protected-cluster .pcIncludedItem:nth-child(2n),
  #estt-protected-cluster .pcIncludedItem:nth-child(4n){
    border-right:0!important;
  }

  #estt-protected-cluster .pcIncludedItem:nth-last-child(-n+2){border-bottom:1px solid #edf2fb!important}
  #estt-protected-cluster .pcIncludedItem:last-child{border-bottom:0!important}

  #estt-protected-cluster .pcFaqItem summary{
    font-size:17px!important;
    padding:17px 52px 17px 18px!important;
  }

  #estt-protected-cluster .pcFaqItem p{
    padding:0 18px 18px!important;
  }
}
