/* =====================================================
   RT•NEXUS — INVESTOR FOOTER LAYER (ICE BLUE PREMIUM)
   Override sobre footer.css (PT)
   ===================================================== */

/* =========================================
   COLOR SHIFT (ICE BLUE SYSTEM)
   ========================================= */

.rt-footer--investor{
  color:#eaf6ff;
}

/* subtle top glow mais frio */
.rt-footer--investor::before{
  background:linear-gradient(
    90deg,
    rgba(234,240,255,0),
    rgba(140,210,255,.22),
    rgba(234,240,255,0)
  );
}

/* =========================================
   CLOSING BAND (REFINADO)
   ========================================= */

.rt-footer--investor .rt-footer__closing-copy{
  color:rgba(234,246,255,.72);
}

.rt-footer--investor .rt-footer__closing-link{
  color:rgba(150,220,255,.9);
}

.rt-footer--investor .rt-footer__closing-link::after{
  background:linear-gradient(
    90deg,
    rgba(150,220,255,.8),
    rgba(150,220,255,0)
  );
}

/* =========================================
   SIGNAL LAYER (ICE BLUE)
   ========================================= */

.rt-footer--investor .rt-footer__signal{
  border:1px solid rgba(160,220,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    rgba(120,180,255,.02);
  color:rgba(200,230,255,.72);
}

/* versão chip (caso esteja usando) */
.rt-footer--investor .rt-footer__signal-chip{
  border:1px solid rgba(160,220,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    rgba(120,180,255,.02);
}

.rt-footer--investor .rt-footer__signal-chip strong{
  color:rgba(230,245,255,.92);
}

/* =========================================
   LINKS (HOVER ICE BLUE)
   ========================================= */

.rt-footer--investor .rt-footer__links a:hover{
  color:#8fd8ff;
}

/* strong links (Platform layer) */
.rt-footer--investor .rt-footer__link-strong{
  color:#ffffff;
}

.rt-footer--investor .rt-footer__meta{
  color:rgba(200,230,255,.48);
}

/* =========================================
   BRAND
   ========================================= */

.rt-footer--investor .rt-footer__logo::before{
  background:#8fd8ff;
  box-shadow:
    0 0 18px rgba(140,210,255,.45),
    0 0 40px rgba(140,210,255,.14);
}

/* tagline levemente mais fria */
.rt-footer--investor .rt-footer__tagline{
  color:rgba(220,240,255,.74);
}

/* =========================================
   BOTTOM
   ========================================= */

.rt-footer--investor .rt-footer__bottom{
  color:rgba(200,230,255,.42);
}

.rt-footer--investor .rt-footer__bottom-right a{
  color:rgba(200,230,255,.56);
}

.rt-footer--investor .rt-footer__bottom-right a:hover{
  color:#eaf6ff;
}
/* ===== FOOTER EXCLUSIVO - INVESTMENT MEMO ===== */

.memo-footer {
  margin-top: 80px;
  padding: 60px 24px 30px;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.6), rgba(10, 12, 18, 0.95));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.memo-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.memo-footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.memo-brand {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.memo-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  max-width: 320px;
  margin: 0;
}

.memo-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 10px;
}

.memo-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.memo-footer-col li {
  margin: 0 0 10px;
  padding: 0;
}

.memo-footer a {
  text-decoration: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.memo-footer a:hover {
  color: #7bdcff;
}

.memo-status p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin: 0 0 10px;
}

.status-tag {
  font-size: 12px;
  color: #7bdcff;
}

.status-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
}

/* ===== CONFIDENTIAL MEMORANDUM ===== */

.memo-confidential {
  max-width: 1200px;
  margin: 60px auto 20px;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.memo-confidential-line {
  width: 100%;
  max-width: 1120px;
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, rgba(123, 220, 255, 0.34), transparent);
}

.memo-confidential-text {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(123, 220, 255, 0.82);
  line-height: 1.4;
}

.memo-confidential-sub {
  width: 100%;
  margin: 8px auto 0;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* ===== FOOTER BOTTOM ===== */

.memo-footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.memo-footer-bottom span {
  line-height: 1.4;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .memo-footer {
    margin-top: 64px;
    padding: 44px 20px 24px;
  }

  .memo-footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .memo-desc {
    max-width: none;
  }

  .memo-confidential {
    margin: 44px auto 18px;
    padding: 0 20px;
  }

  .memo-confidential-line {
    margin-bottom: 16px;
  }

  .memo-confidential-text {
    letter-spacing: 0.24em;
    font-size: 10px;
  }

  .memo-confidential-sub {
    font-size: 10px;
  }

  .memo-footer-bottom {
    padding: 18px 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}