:root{
  --rt-header-bg: rgba(7,10,16,.82);
  --rt-header-line: rgba(234,240,255,.10);
  --rt-header-text: #EAF0FF;
  --rt-header-muted: rgba(234,240,255,.72);
  --rt-header-brand: #7EF0C5;
  --rt-header-brand-2: #3FC9A4;
  --rt-header-shadow: 0 18px 40px rgba(0,0,0,.28);
  --rt-header-radius: 16px;
  --rt-header-max: 1180px;
}

.rt-header,
.rt-header *{
  box-sizing:border-box;
}

.rt-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(14px);
  background:var(--rt-header-bg);
  border-bottom:1px solid var(--rt-header-line);
}

.rt-header__inner{
  width:min(calc(100% - 40px), var(--rt-header-max));
  min-height:74px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.rt-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  text-decoration:none;
  color:var(--rt-header-text);
}

.rt-brand__mark{
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--rt-header-brand),var(--rt-header-brand-2));
  box-shadow:0 0 0 6px rgba(126,240,197,.10);
  flex:0 0 auto;
}

.rt-brand__text{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.rt-brand__text strong{
  font-size:1rem;
  line-height:1.1;
  letter-spacing:.01em;
}

.rt-brand__text small{
  margin-top:2px;
  font-size:.72rem;
  line-height:1.15;
  color:rgba(234,240,255,.56);
  text-transform:uppercase;
  letter-spacing:.06em;
}

.rt-nav{
  display:flex;
  align-items:center;
  gap:18px;
}

.rt-nav a{
  color:var(--rt-header-muted);
  text-decoration:none;
  font-size:.95rem;
  transition:color .18s ease, opacity .18s ease;
}

.rt-nav a:hover,
.rt-nav a[aria-current="page"]{
  color:var(--rt-header-text);
}

.rt-header__actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}

.rt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  font-size:.94rem;
  transition:transform .18s ease, filter .18s ease, background .18s ease;
}

.rt-btn--primary{
  background:linear-gradient(135deg,var(--rt-header-brand),var(--rt-header-brand-2));
  color:#062018;
  box-shadow:0 12px 30px rgba(63,201,164,.18);
}

.rt-btn--primary:hover{
  transform:translateY(-1px);
  filter:saturate(1.04);
}

.rt-btn--block{
  width:100%;
}

.rt-menu-toggle,
.rt-menu-close{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--rt-header-text);
  cursor:pointer;
}

.rt-menu-toggle{
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid var(--rt-header-line);
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  background:rgba(255,255,255,.02);
}

.rt-menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:var(--rt-header-text);
}

.rt-mobile-overlay{
  position:fixed;
  inset:0;
  background:rgba(4,7,12,.56);
  z-index:999;
}

.rt-mobile-drawer{
  position:fixed;
  top:0;
  right:0;
  width:min(88vw, 360px);
  height:100vh;
  padding:18px 18px 22px;
  background:linear-gradient(180deg,#0B1220 0%, #0D1526 100%);
  border-left:1px solid var(--rt-header-line);
  box-shadow:var(--rt-header-shadow);
  transform:translateX(100%);
  transition:transform .22s ease;
  z-index:1001;
  display:flex;
  flex-direction:column;
}

.rt-mobile-drawer.is-open{
  transform:translateX(0);
}

.rt-mobile-drawer__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid var(--rt-header-line);
}

.rt-brand--mobile{
  pointer-events:none;
}

.rt-menu-close{
  width:40px;
  height:40px;
  border-radius:10px;
  font-size:1.8rem;
  line-height:1;
  display:grid;
  place-items:center;
  border:1px solid var(--rt-header-line);
  background:rgba(255,255,255,.02);
}

.rt-nav--mobile{
  display:grid;
  gap:6px;
  padding:18px 0;
}

.rt-nav--mobile a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  color:var(--rt-header-text);
  background:rgba(255,255,255,.02);
  border:1px solid transparent;
}

.rt-nav--mobile a:hover,
.rt-nav--mobile a[aria-current="page"]{
  border-color:var(--rt-header-line);
  background:rgba(255,255,255,.04);
}

.rt-mobile-drawer__foot{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid var(--rt-header-line);
}

body.rt-menu-open{
  overflow:hidden;
}
/* HERO — tipografia premium (corrige palavras coladas) */
.hero h1,
.hero-title,
h1.hero,
.h1-hero {
  line-height: 1.08;
  letter-spacing: -0.015em;
  word-spacing: 0.02em;
}

@media (min-width: 1024px) {
  .hero h1,
  .hero-title,
  h1.hero,
  .h1-hero {
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 980px){
  .rt-nav--desktop,
  .rt-header__cta{
    display:none;
  }

  .rt-menu-toggle{
    display:flex;
  }
}

@media (max-width: 760px){
  .rt-header__inner{
    width:min(calc(100% - 28px), var(--rt-header-max));
    min-height:66px;
  }

  .rt-brand__text small{
    font-size:.68rem;
  }
  
}
/* =========================
   INVESTOR HEADER — FIX FINAL
   ========================= */

.rt-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  background:rgba(10,14,25,.68);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.rt-header__shell{
  max-width:1200px;
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.rt-header__left{
  display:flex;
  align-items:center;
  min-width:0;
}

.rt-header__brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  letter-spacing:-.01em;
  line-height:1;
  white-space:nowrap;
}

.rt-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  flex:0 0 auto;
  background:#7cf2d3;
  box-shadow:0 0 12px rgba(124,242,211,.7);
}

.rt-header__sub{
  margin-left:6px;
  color:rgba(255,255,255,.56);
  font-weight:500;
  letter-spacing:0;
}

.rt-header__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  flex:1 1 auto;
}

.rt-header__nav a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:.95rem;
  font-weight:500;
  line-height:1;
  transition:color .18s ease, opacity .18s ease;
}

.rt-header__nav a:hover{
  color:#fff;
}

.rt-header__right{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}

.rt-header__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#7cf2d3,#6aa6ff);
  color:#071018;
  text-decoration:none;
  font-size:.88rem;
  font-weight:700;
  line-height:1;
  box-shadow:0 10px 24px rgba(106,166,255,.18);
  transition:transform .18s ease, opacity .18s ease;
}

.rt-header__cta:hover{
  transform:translateY(-1px);
  opacity:.98;
}

.rt-header__lang{
  color:rgba(255,255,255,.56);
  text-decoration:none;
  font-size:.82rem;
  font-weight:600;
  line-height:1;
  transition:color .18s ease, opacity .18s ease;
}

.rt-header__lang:hover{
  color:#fff;
}

@media (max-width: 980px){
  .rt-header__shell{
    padding:12px 16px;
    gap:14px;
  }

  .rt-header__nav{
    display:none;
  }

  .rt-header__brand{
    font-size:.98rem;
  }

  .rt-header__cta{
    min-height:40px;
    padding:0 14px;
    font-size:.84rem;
  }
}