/* =====================================================
   RT•NEXUS — INVESTIDOR TEMPLATES (PT)
   Ajustes por template PT
   ===================================================== */

/* Home investidor */
body.page-investidor-index .rt-hero__main,
body.page-investidor-index .section-head{
  max-width:900px !important;
}

body.page-investidor-index .rt-hero__lead,
body.page-investidor-index .section-head p,
body.page-investidor-index .lead{
  max-width:800px !important;
}

body.page-investidor-index .quote{
  max-width:940px !important;
}

/* Pitch PT */
body.page-investidor-pitch .section-head,
body.page-investidor-pitch .slide{
  max-width:100% !important;
}

body.page-investidor-pitch .hero .lead,
body.page-investidor-pitch .rt-hero__lead{
  max-width:780px !important;
}

body.page-investidor-pitch .slide p{
  max-width:860px !important;
}

body.page-investidor-pitch .quote{
  max-width:900px !important;
}

/* Data room PT */
body.page-investidor-data-room .section-head{
  max-width:820px !important;
}

body.page-investidor-data-room .section-head p,
body.page-investidor-data-room .lead{
  max-width:760px !important;
}

body.page-investidor-data-room .quote{
  max-width:860px !important;
}

/* Governança PT */
body.page-investidor-governance .section-head{
  max-width:780px !important;
}

body.page-investidor-governance .section-head p,
body.page-investidor-governance .lead,
body.page-investidor-governance .card p{
  max-width:720px !important;
}

body.page-investidor-governance .quote{
  max-width:820px !important;
}

/* Roadmap PT */
body.page-investidor-roadmap .section-head{
  max-width:820px !important;
}

body.page-investidor-roadmap .section-head p,
body.page-investidor-roadmap .lead{
  max-width:760px !important;
}

body.page-investidor-roadmap .phase p{
  max-width:820px !important;
}

body.page-investidor-roadmap .quote{
  max-width:860px !important;
}

/* FAQ PT */
body.page-investidor-faq .section-head,
body.page-investidor-faq .rt-hero__main{
  max-width:760px !important;
}

body.page-investidor-faq .section-head p,
body.page-investidor-faq .lead,
body.page-investidor-faq .card p{
  max-width:700px !important;
}

body.page-investidor-faq .quote{
  max-width:780px !important;
}
.page-investor-dataroom .grid,
.page-investor-architecture .grid,
.page-investor-metrics .grid{
  align-items:start;
}

.page-investor-dataroom .grid2,
.page-investor-architecture .grid2,
.page-investor-metrics .grid2{
  align-items:start;
}

.shot-card h3{
  margin-bottom:8px;
}

.shot-card .small{
  margin:0;
}

.shot-card .shot{
  margin-top:18px;
}
.shot-card{
  gap:0;
}

.shot{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(160,220,255,.12);
  background:rgba(255,255,255,.02);
}

.shot img{
  width:100%;
  display:block;
}

.shot-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.shot-note{
  border:1px solid rgba(160,220,255,.10);
  background:rgba(255,255,255,.02);
  border-radius:16px;
  padding:14px;
}

.shot-note strong{
  display:block;
  margin-bottom:6px;
}

.shot-note span{
  color:rgba(220,236,255,.68);
  line-height:1.58;
  font-size:.94rem;
}

.shot-why{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(160,220,255,.12);
  background:rgba(143,216,255,.05);
}

.shot-why strong{
  display:block;
  margin-bottom:6px;
}

.shot-why span{
  color:rgba(230,242,255,.76);
  line-height:1.58;
}

@media (max-width: 980px){
  .shot-notes{
    grid-template-columns:1fr;
  }
}
.shot{
  margin-top:18px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(120,140,200,.18);
  background:#0b1020;
}

.shot img{
  width:100%;
  display:block;
}
.footer-local{
  font-size: 11px !important;
  color: rgba(234,240,255,.28) !important;
  opacity: 0.6;
}