body.hostinger-ai-builder-elementor, body.hostinger-ai-builder-gutenberg {
    padding-top: 0px !important;
}

body {
    background: #0b243f !important;
}

.gt_switcher_wrapper{
    top: 75px !important;
		right: 54px !important;
}

.gt_switcher  {
    background: nome !important;

}

.post-views {
    margin-right: 0 !important;
		color: #0b243f !important;
		text-align: center !important;
}


.rb-book-img{
		object-fit: fill !important;
}
.rb-book-img {
    width: 300px;
}

.rb-hero-accent {
    background: linear-gradient(to bottom, transparent, transparent) !important;
}
.rb-hero-wm {
    right: -0px !important;
}

.rb-eyebrow {
    font-size: .8rem !important;
}
.rb-tag {
    font-size: .8rem !important;
}

.book{
		padding-top: 64px !important;
}

.rb-traj-lead {
    color: #000000 !important;
}
.rb-recon-body p {
    color: #000000 !important;
}
.rb-msg-body p {
    color: #000000 !important;
}
.rb-proj-desc {
    color: #000000 !important;
}
.rb-card p {
    color: #000000 !important;
}
.rb-traj-body p {
    color: #000000 !important;
}
.rb-value-body p {
    color: #000000 !important;
}
.rb-card-n {
    color: #1b3a5c !important;
}

.rb-hero-photo {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    align-self: stretch;
    padding-bottom: 0;
    margin-right: 0px !important; 
}

.site-header {
    display: none !important;
}

.site-footer{
	display: none !important;
}

.hostinger-ai-page-title{
    display: none !important;
}

.df-icon-download{
	    display: none !important;
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --azul:       #0d2340;
  --azul-med:   #1a3a5c;
  --azul-claro: #2a5280;
  --azul-pale:  #e8eef5;
  --dourado:    #b8973a;
  --dourado-cl: #d4b45a;
  --branco:     #ffffff;
  --cinza-f:    #f4f5f7;
  --cinza-cl:   #dce3ec;
  --cinza-med:  #5a6577;
  --cinza-esc:  #1e2530;
  --texto:      #2c3340;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--branco);
  color: var(--texto);
  overflow-x: hidden;
}

/* ── NAVBAR ── */
.rb-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 64px;
  background: rgba(13, 35, 64, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 151, 58, 0.18);
  transition: padding .3s ease;
}
.rb-logo {
  display: flex; flex-direction: column;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}
.rb-logo-name {
  font-weight: 500; font-size: .95rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--branco);
}
.rb-logo-sub {
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--dourado); font-weight: 300; margin-top: 2px;
}
.rb-nav-links { display: flex; gap: 40px; list-style: none; }
.rb-nav-links a {
  font-size: .78rem; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.65); text-decoration: none;
  transition: color .2s; font-weight: 400;
}
.rb-nav-links a:hover { color: var(--dourado-cl); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 500; text-decoration: none; cursor: pointer;
  padding: 13px 28px; border-radius: 1px; border: none;
  transition: all .25s ease;
}
.btn-primary { background: var(--dourado); color: var(--azul); }
.btn-primary:hover { background: var(--dourado-cl); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(184,151,58,.3); }
.btn-outline-w { background: transparent; color: var(--branco); border: 1px solid rgba(255,255,255,.3); }
.btn-outline-w:hover { border-color: var(--dourado); color: var(--dourado-cl); transform: translateY(-2px); }
.btn-outline-b { background: transparent; color: var(--azul); border: 1px solid rgba(13,35,64,.25); }
.btn-outline-b:hover { border-color: var(--azul); background: var(--azul); color: var(--branco); transform: translateY(-2px); }
.btn-solid { background: var(--azul); color: var(--branco); }
.btn-solid:hover { background: var(--azul-med); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(13,35,64,.25); }

/* ── HERO ── */
.rb-hero {
  min-height: 100vh;
  background: var(--azul);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}

/* Subtle geometric grid overlay */
.rb-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

/* Radial glow */
.rb-hero::after {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 70%; height: 120%;
  background: radial-gradient(ellipse at center, rgba(26,58,92,.8) 0%, transparent 65%);
  pointer-events: none;
}

/* Large number watermark */
.rb-hero-year {
  position: absolute; right: 60px; bottom: -30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 700; color: rgba(255,255,255,.04);
  line-height: 1; user-select: none; pointer-events: none;
  letter-spacing: -.03em;
}

/* Thin gold vertical line accent */
.rb-hero-accent {
  position: absolute; left: 64px; top: 25%; height: 50%;
  width: 1px; background: linear-gradient(to bottom, transparent, var(--dourado), transparent);
  opacity: .5;
}

.rb-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 160px 64px 120px;
  width: 100%;
}

.rb-eyebrow {
  display: flex; align-items: center; gap: 16px;
  font-family: 'DM Mono', monospace;
  font-size: .7rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--dourado); margin-bottom: 36px;
  opacity: 0; animation: fadeUp .7s .15s forwards;
}
.rb-eyebrow::before { content: ''; display: block; width: 36px; height: 1px; background: var(--dourado); }

.rb-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; font-style: italic;
  font-size: clamp(2.6rem, 5.8vw, 5.2rem);
  line-height: 1.08; color: var(--branco);
  max-width: 780px; margin-bottom: 12px;
  opacity: 0; animation: fadeUp .9s .3s forwards;
}
.rb-hero h1 strong {
  font-style: normal; font-weight: 700;
  color: var(--branco);
}
.rb-hero h1 .accent { color: var(--dourado-cl); font-style: normal; }

.rb-hero-rule {
  width: 64px; height: 1px;
  background: var(--dourado); opacity: .7;
  margin: 28px 0;
  opacity: 0; animation: fadeIn .6s .5s forwards;
}

.rb-hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.8;
  color: rgba(255,255,255,.65); max-width: 520px;
  margin-bottom: 52px;
  opacity: 0; animation: fadeUp .9s .55s forwards;
}

.rb-hero-btns {
  display: flex; flex-wrap: wrap; gap: 12px;
  opacity: 0; animation: fadeUp .9s .7s forwards;
}

.rb-scroll {
  position: absolute; bottom: 44px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0; animation: fadeIn .8s 1.1s forwards;
}
.rb-scroll-label {
  font-family: 'DM Mono', monospace;
  font-size: .6rem; letter-spacing: .25em; color: rgba(255,255,255,.3);
  text-transform: uppercase;
}
.rb-scroll-bar {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(184,151,58,.7), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ── SECTION SHARED ── */
.rb-section { position: relative; }
.rb-inner { max-width: 1200px; margin: 0 auto; padding: 0 64px; }

.rb-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'DM Mono', monospace;
  font-size: .65rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--dourado); margin-bottom: 18px;
}
.rb-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--dourado); }

/* ── MENSAGEM ── */
.rb-mensagem { padding: 120px 0; background: var(--branco); }
.rb-msg-grid {
  display: grid; grid-template-columns: 5fr 7fr; gap: 100px; align-items: start;
}
.rb-msg-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  font-weight: 600; line-height: 1.2; color: var(--azul);
  position: sticky; top: 120px;
}
.rb-msg-body p {
  font-size: 1rem; line-height: 1.9; color: var(--cinza-med);
  margin-bottom: 22px; font-weight: 300;
}
.rb-msg-body p:last-child { margin-bottom: 0; }
.rb-msg-body strong { color: var(--azul); font-weight: 500; }

.rb-sep {
  height: 1px;
  background: linear-gradient(to right, var(--dourado), transparent);
  margin: 0 64px; opacity: .35;
}

/* ── SOBRE ── */
.rb-sobre {
  padding: 120px 0;
  background: var(--azul);
  overflow: hidden;
}
.rb-sobre-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start;
}
.rb-sobre-tag { color: var(--dourado-cl); }
.rb-sobre-tag::before { background: var(--dourado-cl); }
.rb-sobre h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  font-weight: 600; color: var(--branco); line-height: 1.2;
  margin-bottom: 32px;
}
.rb-sobre p {
  font-size: .97rem; line-height: 1.85; color: rgba(255,255,255,.6);
  margin-bottom: 18px; font-weight: 300;
}
.rb-sobre-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--dourado); text-decoration: none; margin-top: 12px;
  transition: gap .2s;
}
.rb-sobre-link:hover { gap: 16px; }
.rb-sobre-link::after { content: '→'; }

/* Pillar list */
.rb-pillar-title {
  font-family: 'DM Mono', monospace;
  font-size: .65rem; letter-spacing: .25em; text-transform: uppercase;
  color: rgba(255,255,255,.3); margin-bottom: 4px;
}
.rb-pillars { list-style: none; margin-top: 16px; }
.rb-pillars li {
  display: flex; align-items: center; gap: 18px;
  padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07);
  transition: padding-left .25s;
}
.rb-pillars li:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.rb-pillars li:hover { padding-left: 8px; }
.rb-pillar-num {
  font-family: 'DM Mono', monospace;
  font-size: .65rem; color: var(--dourado); opacity: .8; min-width: 24px;
}
.rb-pillar-txt {
  font-size: .95rem; font-weight: 400; color: rgba(255,255,255,.85);
  letter-spacing: .04em;
}

/* ── PROJETO ── */
.rb-projeto { padding: 120px 0; background: var(--cinza-f); }
.rb-proj-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: end; margin-bottom: 64px;
}
.rb-proj-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  font-weight: 600; line-height: 1.2; color: var(--azul);
}
.rb-proj-desc {
  font-size: .97rem; line-height: 1.8; color: var(--cinza-med);
  font-weight: 300;
}
.rb-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--cinza-cl);
  border: 1px solid var(--cinza-cl);
}
.rb-card {
  background: var(--branco); padding: 44px 38px;
  position: relative; overflow: hidden;
  transition: background .3s;
}
.rb-card::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--dourado);
  transition: width .45s ease;
}
.rb-card:hover { background: #f9fafc; }
.rb-card:hover::after { width: 100%; }
.rb-card-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; font-weight: 700;
  color: rgba(13,35,64,.06); line-height: 1; margin-bottom: 16px;
}
.rb-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--azul); margin-bottom: 12px;
}
.rb-card p { font-size: .88rem; line-height: 1.75; color: var(--cinza-med); font-weight: 300; }
.rb-proj-cta { text-align: center; margin-top: 56px; }

/* ── FRASE ── */
.rb-frase {
  padding: 110px 0;
  background: var(--azul-med);
  position: relative; overflow: hidden;
}
.rb-frase::before {
  content: '"';
  position: absolute; top: -60px; left: -20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 400px; font-weight: 700;
  color: rgba(255,255,255,.03); line-height: 1;
  pointer-events: none; user-select: none;
}
/* thin horizontal rule across full width */
.rb-frase::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(184,151,58,.3), transparent);
}
.rb-frase-inner {
  max-width: 860px; margin: 0 auto; padding: 0 64px;
  text-align: center; position: relative; z-index: 2;
}
.rb-frase blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.9rem);
  font-weight: 600; font-style: italic;
  color: var(--branco); line-height: 1.35;
}
.rb-frase blockquote em { color: var(--dourado-cl); font-style: normal; }
.rb-frase-rule {
  width: 48px; height: 1px;
  background: var(--dourado); margin: 36px auto 0; opacity: .7;
}

/* ── FOOTER ── */
.rb-footer {
  background: var(--azul);
  padding: 48px 64px;
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(184,151,58,.15);
}
.rb-footer-logo { font-family: 'DM Sans', sans-serif; }
.rb-footer-name {
  font-size: .9rem; font-weight: 500; letter-spacing: .15em;
  text-transform: uppercase; color: var(--branco);
}
.rb-footer-sub {
  font-size: .65rem; letter-spacing: .25em;
  text-transform: uppercase; color: var(--dourado);
  font-weight: 300; margin-top: 4px;
}
.rb-footer-copy {
  font-size: .75rem; color: rgba(255,255,255,.3); letter-spacing: .05em;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes scrollPulse {
  0%,100% { opacity: .5; transform: scaleY(1); }
  50%      { opacity: 1;  transform: scaleY(1.25); }
}

.reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.on { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .rb-nav { padding: 16px 24px; }
  .rb-nav-links { display: none; }
  .rb-inner, .rb-hero-inner, .rb-frase-inner { padding-left: 24px; padding-right: 24px; }
  .rb-msg-grid, .rb-sobre-grid, .rb-proj-top { grid-template-columns: 1fr; gap: 40px; }
  .rb-msg-h2 { position: static; }
  .rb-cards { grid-template-columns: 1fr; }
  .rb-mensagem, .rb-sobre, .rb-projeto { padding: 80px 0; }
  .rb-sep { margin: 0 24px; }
  .rb-footer { flex-direction: column; gap: 16px; text-align: center; padding: 40px 24px; }
}