/* Internal Palestras page */
.brand .brand-seal{
  display:none;
  width:72px;
  height:84px;
  flex:0 0 72px;
  border:1px solid rgba(241,198,111,.58)!important;
  border-radius:50%;
  padding-left:0!important;
  place-items:center;
  background:radial-gradient(circle,rgba(241,198,111,.2),rgba(5,7,7,.86) 66%);
  color:var(--gold2);
  font-size:29px;
  line-height:1!important;
}
.brand .brand-seal+span{
  border-left:1px solid rgba(241,198,111,.58);
  padding-left:26px;
  line-height:1;
}
.nav-links a[aria-current="page"]::after{right:0}
.internal-hero{
  width:100%;
  height:500px!important;
  min-height:500px!important;
  margin-top:0!important;
}
.internal-hero .hero-bg{
  object-position:center;
  filter:brightness(.62) saturate(.95);
}
.internal-hero .hero-inner{
  height:100%;
  min-height:0!important;
  width:min(1480px,calc(100% - 112px));
}
.internal-hero .hero-copy{
  left:24px!important;
  top:178px!important;
  bottom:auto!important;
  max-width:820px!important;
}
.internal-hero .hero-title{
  font-size:clamp(62px,6vw,104px);
  line-height:.82;
}
.internal-hero .hero-copy p{
  max-width:760px;
  margin-top:32px!important;
  font-size:18px;
}
.internal-hero .hero-actions,
.internal-hero .hero-metrics{display:none!important}
.palestras-page .section-heading{max-width:960px}
.palestras-intro-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:38px;
}
.palestras-intro-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  background:rgba(255,255,255,.62);
}
.dark .palestras-intro-card{
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  border-color:rgba(241,198,111,.28);
}
.palestras-intro-card i{
  display:block;
  color:var(--gold);
  font-size:25px;
  margin-bottom:12px;
}
.palestras-intro-card strong{
  display:block;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1.35;
}
.palestras-intro-card span{
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-top:8px;
  line-height:1.55;
}
.dark .palestras-intro-card span{color:#bec2bd}
.palestras-closing .statement-panel{
  max-width:1040px;
  margin:auto;
  text-align:center;
}
.palestras-closing .statement-panel .eyebrow{justify-content:center}
.palestras-closing .statement-panel .eyebrow:before{display:none}
.palestras-closing .statement-panel p{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
.hero-cta-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.hero-cta-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 22px;
  border-radius:8px;
  background:linear-gradient(135deg,#e8cf94,#c9a24c);
  color:#17140f;
  box-shadow:0 18px 36px -26px rgba(232,207,148,.9);
  font-family:var(--font-body);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform .2s ease, filter .2s ease;
}
.hero-cta-primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}
@media(max-width:590px){
  .hero-cta-primary{
    width:100%;
    box-sizing:border-box;
  }
}
.continuity-flow{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.continuity-flow-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:9px 14px 9px 10px;
  border:1px solid rgba(138,106,53,.22);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(255,255,255,.66),rgba(223,234,229,.48));
  color:#6f511f;
  box-shadow:0 16px 34px -30px rgba(23,20,15,.55);
}
.continuity-flow-item i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:rgba(138,106,53,.12);
  color:#8a6a35;
  font-size:13px;
}
.continuity-flow-item strong{
  font-family:var(--font-body);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.2;
  text-transform:uppercase;
}
.continuity-flow-arrow{
  color:rgba(138,106,53,.42);
  font-size:16px;
}
@media(max-width:1100px){
  .palestras-intro-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:850px){
  .brand .brand-seal{
    width:39px;
    height:45px;
    flex-basis:39px;
    font-size:18px;
  }
  .brand .brand-seal+span{padding-left:13px}
  .internal-hero{
    height:500px!important;
    min-height:500px!important;
    margin-top:70px!important;
  }
  .internal-hero .hero-inner{
    width:calc(100% - 32px);
    min-height:500px!important;
  }
  .internal-hero .hero-copy{
    left:0!important;
    right:0!important;
    top:116px!important;
    bottom:auto!important;
  }
  .internal-hero .hero-title{font-size:clamp(46px,14vw,76px)}
  .internal-hero .hero-copy p{
    margin-top:22px!important;
    font-size:14px;
    max-width:560px;
  }
}
@media(max-width:590px){
  .internal-hero{
    height:500px!important;
    min-height:500px!important;
  }
  .internal-hero .hero-inner{min-height:500px!important}
  .internal-hero .hero-copy{top:96px!important}
  .internal-hero .hero-title{font-size:48px}
  .internal-hero .hero-copy p{
    font-size:13px;
    line-height:1.55;
  }
  .palestras-intro-grid{grid-template-columns:1fr}
  .continuity-flow{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .continuity-flow-arrow{display:none}
  .continuity-flow-item{
    width:100%;
    box-sizing:border-box;
  }
}

@media(max-width:760px){
  #top h1[style*="white-space:nowrap"]{
    white-space:normal!important;
  }
}