:root {
  --cr-navy: #0a1f44;
  --cr-navy-dark: #061428;
  --cr-navy-mid: #122a52;
  --cr-gold: #c5a059;
  --cr-gold-light: #d9bc7a;
  --cr-gold-dark: #a8863f;
  --cr-cream: #f7f5f0;
  --cr-shadow: 0 12px 40px rgba(6, 20, 40, 0.18);
  --cr-radius: 12px;
}

/* ---- Base / polish ---- */
html {
  scroll-behavior: smooth;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cr-gold);
  outline-offset: 2px;
}

/* ---- Header / marca ---- */
#cabecalho .middle .container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
}

#cabecalho .logo,
#cabecalho a.logo {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  float: none !important;
  text-align: left !important;
  flex-shrink: 0;
  z-index: 1001;
}

#cabecalho .cr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
}

#cabecalho .cr-brand-mark-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  flex-shrink: 0;
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  padding: 0;
}

#cabecalho .cr-brand-mark {
  display: block;
  height: 40px;
  width: auto !important;
  max-width: 48px !important;
  margin: 0 !important;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent !important;
  filter: none !important;
  -webkit-filter: none !important;
  transition: opacity 0.2s ease;
}

#cabecalho .cr-brand:hover .cr-brand-mark {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 0.88;
}

#cabecalho .cr-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 1px;
}

#cabecalho .cr-brand-name {
  font-family: 'Montserrat', 'Titillium Web', sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--cr-navy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#cabecalho .cr-brand-tag {
  font-size: 0.66rem;
  font-weight: 500;
  color: #5a6478;
  letter-spacing: 0.02em;
}

#cabecalho #megamenu {
  flex: 1;
  min-width: 0;
  margin-left: auto;
}

body.indicadores #cabecalho .middle .container {
  justify-content: space-between;
}

body.indicadores .cr-ind-nav {
  float: none;
  margin-top: 0;
}

#cabecalho .top .social a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

#rodape .cr-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

#rodape .cr-footer-mark {
  display: block;
  height: 44px;
  width: auto;
  max-width: 56px;
  object-fit: contain;
  flex-shrink: 0;
  filter: none;
}

body.urban-parque #rodape .cr-footer-mark {
  filter: none !important;
}

#rodape .cr-footer-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 2px;
}

#rodape .cr-footer-text strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#rodape .cr-footer-text span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

#rodape .cr-footer-team {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}

#rodape .cr-footer-member {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#rodape .cr-footer-member-name {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#rodape .cr-footer-member-creci {
  color: var(--cr-gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#rodape .cr-footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

#rodape .cr-footer-wa .fa {
  color: #25d366;
  font-size: 1.05rem;
}

#rodape .cr-footer-wa:hover {
  color: var(--cr-gold-light) !important;
}

#rodape .cr-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

#rodape .cr-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 1.05rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

#rodape .cr-footer-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 160, 89, 0.55);
  background: rgba(197, 160, 89, 0.18);
  color: var(--cr-gold-light) !important;
}

#rodape .cr-footer-social-link--facebook:hover {
  border-color: rgba(59, 89, 152, 0.65);
  background: rgba(59, 89, 152, 0.28);
  color: #fff !important;
}

#rodape .cr-footer-social-link--instagram:hover {
  border-color: rgba(225, 48, 108, 0.55);
  background: rgba(225, 48, 108, 0.2);
  color: #fff !important;
}

#rodape .footer_top .col.contato .cr-footer-social-link .fa {
  width: auto;
  display: inline-block;
  text-align: center;
}

#rodape .footer_top .bio .logo,
#rodape .footer_top .logo img {
  height: auto;
  width: auto;
  max-width: none;
  object-fit: contain;
}

@media (max-width: 991px) {
  #cabecalho .cr-brand-tag {
    display: none;
  }
}

@media (max-width: 767px) {
  #cabecalho .middle .container {
    min-height: 64px;
    flex-wrap: wrap;
    align-items: center;
  }

  #cabecalho .cr-brand-mark-wrap {
    width: auto;
    height: auto;
  }

  #cabecalho .cr-brand-mark {
    height: 36px;
    max-width: 44px !important;
  }

  #cabecalho .cr-brand-name {
    font-size: 0.92rem;
  }

  #cabecalho #megamenu {
    width: 100%;
    margin-left: 0;
  }

  body.indicadores .cr-ind-nav {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 4px;
  }
}

#cabecalho .top {
  background: var(--cr-navy) !important;
}

#cabecalho .middle {
  background: #fff !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(10, 31, 68, 0.08);
}

body.urban-parque #cabecalho .middle {
  box-shadow: none !important;
}

#cabecalho .logo img,
#cabecalho a.logo img {
  background: transparent !important;
  box-shadow: none !important;
}

#cabecalho .logo:hover img,
#cabecalho a.logo:hover img,
#cabecalho .logo:hover .cr-brand-mark,
#cabecalho a.logo:hover .cr-brand-mark {
  filter: none !important;
  -webkit-filter: none !important;
  brightness: unset !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #cabecalho .logo .cr-brand-mark,
  #cabecalho a.logo .cr-brand-mark {
    width: auto !important;
    max-width: 48px !important;
    height: 40px !important;
    margin-top: 0 !important;
  }
}

#cabecalho .top a:hover,
#cabecalho .top .social a:hover {
  color: var(--cr-gold-light) !important;
}

#megamenu .megamenu-nav > li > a {
  font-weight: 600;
  letter-spacing: 0.02em;
}

#megamenu .megamenu-nav > li > a,
.wrapper.fixed #cabecalho #megamenu .megamenu-nav > li > a {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.wrapper.fixed #cabecalho .logo,
.wrapper.fixed #cabecalho a.logo {
  top: auto !important;
}

.wrapper.fixed #cabecalho .middle .container {
  min-height: 68px;
}

#megamenu .megamenu-nav > li.current > a,
#megamenu .megamenu-nav > li.current > a:hover {
  color: var(--cr-navy) !important;
}

#megamenu .megamenu-nav > li.current > a:before {
  background: var(--cr-gold) !important;
}

#megamenu .dropdown-menu {
  border-radius: var(--cr-radius);
  box-shadow: var(--cr-shadow);
  border-top: 3px solid var(--cr-gold);
}

/* ---- Hero ---- */
#bannerhome,
#bannerhome.cr-hero,
.home #bannerhome {
  position: relative;
  min-height: clamp(620px, 86vh, 800px);
  display: block;
  overflow: hidden;
  background: var(--cr-navy) !important;
}

#bannerhome .bg-no-overflow,
.home #bannerhome .bg-no-overflow {
  position: absolute !important;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

#bannerhome .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 31, 68, 0.12) 0%, rgba(10, 31, 68, 0.28) 100%),
    radial-gradient(ellipse 110% 90% at 50% 45%, rgba(10, 31, 68, 0.08) 0%, rgba(10, 31, 68, 0.32) 100%);
}

#bannerhome .bg2,
#bannerhome .unica {
  display: none !important;
}

.home #bannerhome .bg1,
#bannerhome .bg1 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: var(--cr-navy) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  filter: saturate(1.06) contrast(1.04) brightness(0.98);
  transform: none;
  will-change: auto;
  visibility: visible !important;
  opacity: 1 !important;
}

#bannerhome .bg1.invisible,
#bannerhome .bg1.wow {
  visibility: visible !important;
}

#bannerhome .cr-hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: clamp(620px, 86vh, 800px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vh, 28px);
  padding: clamp(96px, 12vh, 120px) clamp(20px, 4vw, 32px) clamp(48px, 6vh, 64px);
  box-sizing: border-box;
  text-align: center;
}

#bannerhome .hero-team-panel {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: min(700px, 92vw);
  margin: 0 auto;
  padding: clamp(24px, 3.5vw, 34px) clamp(22px, 4.5vw, 42px) clamp(26px, 3.2vw, 32px);
  border-radius: 26px;
  background: linear-gradient(
    155deg,
    rgba(18, 42, 82, 0.84) 0%,
    rgba(10, 31, 68, 0.76) 48%,
    rgba(14, 36, 72, 0.82) 100%
  );
  border: 1px solid rgba(197, 160, 89, 0.45);
  box-shadow:
    0 24px 56px rgba(6, 20, 40, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  overflow: hidden;
}

#bannerhome .hero-team-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(217, 188, 122, 0.18) 0%, transparent 58%),
    radial-gradient(ellipse 70% 40% at 100% 100%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

#bannerhome .hero-team-panel > * {
  position: relative;
  z-index: 1;
}

#bannerhome .hero-team-eyebrow {
  margin: 0 0 clamp(14px, 2.5vw, 20px);
  text-align: center;
  font-size: clamp(0.68rem, 1.8vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cr-gold-light);
  text-shadow: none;
}

#bannerhome .hero-profiles {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 5vw, 48px);
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

#bannerhome .hero-profile-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  position: relative;
}

#bannerhome .hero-profile-item + .hero-profile-item::before {
  content: none;
}

#bannerhome .hero-profile-photo {
  width: clamp(108px, 20vw, 142px);
  height: clamp(108px, 20vw, 142px);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--cr-gold-light);
  box-shadow:
    0 0 0 4px rgba(197, 160, 89, 0.16),
    0 12px 32px rgba(10, 31, 68, 0.35);
  background: var(--cr-navy-mid);
  flex-shrink: 0;
}

#bannerhome .hero-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  background: var(--cr-navy);
}

#bannerhome .hero-profile-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

#bannerhome .hero-profile-name {
  display: block;
  color: #fff;
  font-family: 'Montserrat', 'Titillium Web', sans-serif;
  font-size: clamp(0.9rem, 2.4vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: none !important;
}

#bannerhome .hero-profile-creci {
  display: block;
  font-size: clamp(0.68rem, 1.8vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cr-gold-light);
  text-shadow: none;
}

#bannerhome .hero-profile-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.42);
  color: #fff;
  font-size: clamp(0.72rem, 2vw, 0.8rem);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#bannerhome .hero-profile-wa .fa {
  color: #25d366;
  font-size: 1rem;
  flex-shrink: 0;
}

#bannerhome .hero-profile-wa:hover {
  background: rgba(37, 211, 102, 0.24);
  border-color: rgba(37, 211, 102, 0.65);
  color: #fff;
  transform: translateY(-1px);
}

#bannerhome .hero-content {
  position: static;
  transform: none;
  width: 100%;
  max-width: 760px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#bannerhome h1.conheca {
  position: static !important;
  top: auto !important;
  font-size: clamp(1.35rem, 3.5vw, 2rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
}

#bannerhome .hero-tagline {
  display: block;
  margin: 0 0 26px;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.92rem, 2.2vw, 1.06rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

#bannerhome .hero-tagline-accent {
  color: var(--cr-gold-light);
  font-weight: 600;
}

#bannerhome .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

#bannerhome .buscar.btn,
#bannerhome .hero-whatsapp.btn {
  position: static !important;
  top: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#bannerhome .buscar.btn {
  background: var(--cr-gold) !important;
  color: var(--cr-navy) !important;
  border: 2px solid var(--cr-gold) !important;
}

#bannerhome .buscar.btn:hover {
  background: var(--cr-gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(197, 160, 89, 0.35);
}

#bannerhome .hero-whatsapp.btn {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
}

#bannerhome .hero-whatsapp.btn:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  transform: translateY(-2px);
}

#bannerhome .recorte {
  display: none !important;
}

@media (max-width: 767px) {
  #bannerhome.cr-hero {
    min-height: clamp(660px, 96vh, 820px);
  }

  #bannerhome .bg1 {
    background-position: center center !important;
    transform: none;
  }

  #cabecalho .cr-brand-mark {
    height: 36px;
    max-width: 44px !important;
  }

  #bannerhome .cr-hero-inner {
    min-height: clamp(660px, 96vh, 820px);
    padding-top: clamp(92px, 12vh, 112px);
    padding-bottom: 40px;
    gap: 16px;
    justify-content: center;
  }

  #bannerhome .hero-team-panel {
    padding: 20px 16px 22px;
    border-radius: 20px;
    max-width: 100%;
  }

  #bannerhome .hero-profiles {
    gap: clamp(14px, 4vw, 24px);
    max-width: 100%;
  }

  #bannerhome .hero-profile-item {
    max-width: none;
    gap: 8px;
  }

  #bannerhome .hero-profile-photo {
    width: clamp(96px, 26vw, 118px);
    height: clamp(96px, 26vw, 118px);
  }

  #bannerhome .hero-profile-wa {
    padding: 6px 10px;
    font-size: 0.7rem;
  }

  #bannerhome .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  #bannerhome .buscar.btn,
  #bannerhome .hero-whatsapp.btn {
    width: min(300px, 100%);
    justify-content: center;
  }
}

@media (max-width: 380px) {
  #bannerhome .hero-profiles {
    gap: 10px;
  }

  #bannerhome .hero-profile-wa span {
    font-size: 0.68rem;
  }

  #bannerhome .hero-profile-name {
    font-size: 0.82rem;
  }
}

/* ---- CTA strip (substitui busca quebrada) ---- */
#cta-rapida.cr-cta-strip {
  margin: -28px auto 32px;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}

#cta-rapida .cr-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

#cta-rapida .cr-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 22px 16px;
  background: #fff;
  border-radius: var(--cr-radius);
  box-shadow: var(--cr-shadow);
  border: 1px solid rgba(10, 31, 68, 0.08);
  color: var(--cr-navy);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#cta-rapida .cr-cta-card:hover {
  transform: translateY(-4px);
  border-color: var(--cr-gold);
  box-shadow: 0 16px 36px rgba(10, 31, 68, 0.15);
  color: var(--cr-navy);
}

#cta-rapida .cr-cta-card i {
  font-size: 1.75rem;
  color: var(--cr-gold);
}

#cta-rapida .cr-cta-card strong {
  font-size: 1rem;
  display: block;
}

#cta-rapida .cr-cta-card span {
  font-size: 0.85rem;
  color: #5a6478;
}

#cta-rapida .cr-cta-card--whatsapp {
  background: linear-gradient(135deg, var(--cr-navy) 0%, var(--cr-navy-mid) 100%);
  color: #fff;
}

#cta-rapida .cr-cta-card--whatsapp span { color: rgba(255, 255, 255, 0.8); }
#cta-rapida .cr-cta-card--whatsapp i { color: #25d366; }

#cta-rapida .cr-cta-card--lancamento strong {
  font-size: clamp(0.82rem, 2.2vw, 0.95rem);
  line-height: 1.25;
}

@media (max-width: 767px) {
  #cta-rapida .cr-cta-grid { grid-template-columns: 1fr; }
  #cta-rapida.cr-cta-strip { margin-top: -16px; }
}

section#busca-rapida.cr-hidden {
  display: none !important;
}

/* ---- SEO intro (home) ---- */
.cr-seo-intro {
  margin: 28px auto 12px;
  max-width: 920px;
  text-align: center;
  padding: 0 12px;
}

.cr-seo-intro-title {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: var(--cr-navy, #0A1F44);
  line-height: 1.35;
  margin: 0 0 12px;
}

.cr-seo-intro-text {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #3a4558;
  margin: 0;
}

.cr-seo-intro-text a {
  color: var(--cr-navy, #0A1F44);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cr-lancamentos-lead {
  margin: -4px 0 18px;
  font-size: 0.95rem;
}

.cr-newsletter-strip {
  text-align: center;
  padding-bottom: 8px;
}

.cr-newsletter-lead {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

.cr-newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cr-newsletter-btn {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ---- Secoes portfolio ---- */
.portfolio-block--hidden {
  display: none !important;
}

#content h2.bg,
h2.bg {
  background: linear-gradient(90deg, var(--cr-navy) 0%, var(--cr-navy-mid) 100%) !important;
  border-left: 4px solid var(--cr-gold) !important;
  border-right: none !important;
  border-radius: 0 var(--cr-radius) var(--cr-radius) 0;
  padding-left: 18px !important;
  letter-spacing: 0.03em;
}

.bloco-imoveis {
  margin-bottom: 8px;
}

/* Cards imoveis */
.igrid li .item {
  border-radius: var(--cr-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.igrid li .item:hover {
  transform: translateY(-4px);
  box-shadow: var(--cr-shadow);
}

.igrid li figure img {
  transition: transform 0.4s ease;
}

.igrid li .item:hover figure img {
  transform: scale(1.04);
}

.igrid li figure.cr-card-carousel {
  overflow: hidden;
}

.igrid li figure.cr-card-carousel.flickity-enabled img {
  transform: none;
}

.igrid li figure.cr-card-carousel .flickity-page-dots {
  bottom: 6px;
  margin: 0;
  line-height: 1;
}

.igrid li figure.cr-card-carousel .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.igrid li figure.cr-card-carousel .flickity-page-dots .dot.is-selected {
  background: var(--cr-gold-light);
}

.igrid li .tarja.label-tema {
  background: linear-gradient(135deg, var(--cr-navy) 0%, var(--cr-navy-mid) 100%) !important;
  border-bottom: 2px solid var(--cr-gold);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.igrid li .ref {
  color: var(--cr-gold) !important;
  font-weight: 700;
}

.igrid li .preco p {
  color: var(--cr-navy) !important;
  font-weight: 700;
  font-size: 1.05rem;
}

.portfolio-empty-hint {
  display: none !important;
}

/* ---- Sobre ---- */
#full-sobre {
  background: linear-gradient(135deg, var(--cr-navy-dark) 0%, var(--cr-navy) 55%, var(--cr-navy-mid) 100%) !important;
  padding: 56px 0 !important;
}

#full-sobre .texto h3 {
  color: #fff !important;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

#full-sobre .texto .info p,
#full-sobre p,
#full-sobre .cr-sobre-member-body p,
#full-sobre .cr-sobre-lead p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.02rem;
  line-height: 1.7;
}

#full-sobre strong,
#full-sobre b {
  color: #fff !important;
}

#full-sobre .cr-sobre-visual img,
#full-sobre .foto img {
  border-radius: var(--cr-radius);
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--cr-gold);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  display: block;
}

#full-sobre .cr-sobre-profile img {
  aspect-ratio: 1 / 1;
  max-width: 340px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
}

#full-sobre .foto,
#full-sobre .cr-sobre-visual {
  text-align: center;
}

.cr-sobre-intro {
  margin-bottom: 36px;
  text-align: center;
}

.cr-sobre-since {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.18);
  border: 1px solid var(--cr-gold);
  color: var(--cr-gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr-sobre-intro h3 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.cr-sobre-lead {
  max-width: 760px;
  margin: 0 auto;
}

.cr-sobre-team {
  margin-top: 8px;
}

.cr-sobre-member {
  height: 100%;
  padding: 24px 20px 28px;
  border-radius: var(--cr-radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(197, 160, 89, 0.28);
  text-align: center;
}

.cr-sobre-member h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 16px 0 6px;
  text-shadow: none !important;
}

#full-sobre h4,
#full-sobre .cr-sobre-member h4 {
  text-shadow: none !important;
}

.cr-sobre-creci {
  display: block;
  margin-bottom: 14px;
  color: var(--cr-gold-light);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.cr-sobre-member-body p {
  text-align: left;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92) !important;
}

.cr-sobre-member-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cr-sobre-member + .cr-sobre-member {
    margin-top: 20px;
  }
}

/* ---- Overrides de fundos do template antigo ---- */
section.bgtema {
  background-image: linear-gradient(
    135deg,
    var(--cr-navy-dark) 0%,
    var(--cr-navy) 50%,
    var(--cr-navy-mid) 100%
  ) !important;
  background-size: cover !important;
  background-position: center !important;
}

.black4,
.cinza4 {
  background: var(--cr-cream) !important;
}

#full-sobre.black4 {
  background: linear-gradient(135deg, var(--cr-navy-dark) 0%, var(--cr-navy) 55%, var(--cr-navy-mid) 100%) !important;
}

#rodape .footer_top {
  background: linear-gradient(180deg, var(--cr-navy) 0%, var(--cr-navy-dark) 100%) !important;
  background-blend-mode: normal !important;
}

#rodape .footer_top a {
  transition: color 0.2s ease;
}

#rodape .footer_top a:hover {
  color: var(--cr-gold-light) !important;
}

#rodape .footer_top h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

#rodape .footer_top p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

body.home,
body.indicadores {
  background-color: var(--cr-cream);
}

#content {
  padding-bottom: 8px;
}

#rodape .footer_top .bio span.foto,
#rodape .footer_top .bio span.foto:after {
  display: none !important;
  background: none !important;
}

#rodape .footer_top .bio .logo img {
  float: none;
  display: block;
}

@media (max-width: 767px) {
  #rodape .cr-footer-team {
    gap: 12px;
  }

  #rodape .cr-footer-social {
    gap: 7px;
  }

  #rodape .cr-footer-social-link {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

section#section_newsletter.bgalt {
  background: linear-gradient(135deg, var(--cr-navy-mid) 0%, var(--cr-navy-dark) 100%) !important;
  background-blend-mode: normal !important;
}

/* ---- Instagram / Blog cards ---- */
.ut.cinza4,
.wp.cinza4 {
  background: var(--cr-cream) !important;
  padding: 48px 0 !important;
}

.ut h3.center,
.wp h3.center {
  color: var(--cr-navy) !important;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 12px;
}

.cr-section-lead {
  color: #5a6478;
  font-size: 0.98rem;
  max-width: 640px;
  margin: 0 auto 28px;
  line-height: 1.55;
}

/* ---- Notícias: grid com prévia de imagem ---- */
.utposts .cr-noticias-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}

.utposts .cr-noticias-grid::before,
.utposts .cr-noticias-grid::after {
  display: none;
}

.cr-noticia-card {
  padding: 0 12px 24px !important;
  margin: 0 !important;
  float: none !important;
}

.cr-noticia-card-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: var(--cr-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.1);
  border: 1px solid rgba(10, 31, 68, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cr-noticia-card-wrap:hover {
  transform: translateY(-4px);
  box-shadow: var(--cr-shadow);
  border-color: var(--cr-gold);
}

.cr-noticia-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--cr-navy);
  text-decoration: none;
}

.cr-noticia-link:hover {
  color: var(--cr-navy);
}

.cr-noticia-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cr-navy-dark);
}

.cr-noticia-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.cr-noticia-card-wrap:hover .cr-noticia-thumb img {
  transform: scale(1.04);
}

.cr-noticia-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(6, 20, 40, 0.75);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}

.cr-noticia-badge .fa {
  margin-right: 4px;
  color: var(--cr-gold-light);
}

.cr-noticia-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.cr-noticia-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--cr-navy) !important;
}

.cr-noticia-excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5a6478;
  flex: 1;
}

.cr-noticia-cta {
  display: block;
  margin: 0;
  padding: 0 18px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cr-gold-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cr-noticia-cta:hover,
.cr-noticia-cta:focus-visible {
  color: var(--cr-navy);
}

.cr-noticia-cta .fa {
  margin-left: 4px;
  font-size: 0.8rem;
}

/* ---- Blog: grid alinhado às notícias ---- */
.wpposts .cr-blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}

.wpposts .cr-blog-grid::before,
.wpposts .cr-blog-grid::after {
  display: none;
}

.cr-blog-card {
  padding: 0 12px 24px !important;
  margin: 0 !important;
  float: none !important;
}

.cr-blog-badge {
  background: rgba(168, 134, 63, 0.92) !important;
  color: var(--cr-navy) !important;
}

.cr-blog-badge .fa {
  color: var(--cr-navy) !important;
}

.cr-blog-card--landing .cr-noticia-card-wrap {
  border-color: rgba(197, 160, 89, 0.2);
}

.cr-blog-card--landing .cr-noticia-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 31, 68, 0.35) 100%);
  pointer-events: none;
}

.cr-blog-thumb--wide {
  aspect-ratio: 16 / 10;
}

.cr-blog-tag {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cr-navy);
  background: rgba(197, 160, 89, 0.18);
}

.cr-blog-card--landing .cr-noticia-cta {
  padding-top: 4px;
  font-size: 0.9rem;
}

.cr-blog-card--landing .cr-noticia-cta .fa-long-arrow-right {
  transition: transform 0.2s ease;
}

.cr-blog-card--landing .cr-noticia-card-wrap:hover .cr-noticia-cta .fa-long-arrow-right {
  transform: translateX(4px);
}

.cr-noticia-card-wrap:hover .cr-noticia-cta {
  color: var(--cr-navy);
}

.cr-empty-hint {
  padding: 24px 12px;
  color: #5a6478;
  font-size: 0.95rem;
}

/* Blog: prévia lateral com img real */
.wpposts .cr-blog-thumb {
  padding-bottom: 0 !important;
  height: 100%;
  min-height: 200px;
}

.wpposts .cr-blog-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

#megamenu .dropdown-menu .cr-nav-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(10, 31, 68, 0.08);
  color: var(--cr-navy);
  vertical-align: middle;
}

.ut h3.center:after,
.wp h3.center:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--cr-gold);
  margin: 10px auto 0;
  border-radius: 2px;
}

.utposts .item,
.wpposts .item {
  border-radius: var(--cr-radius);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(10, 31, 68, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}

.utposts .item:hover,
.wpposts .item:hover {
  transform: translateY(-3px);
  box-shadow: var(--cr-shadow);
}

.utposts .item .title,
.wpposts .item .title {
  color: var(--cr-navy) !important;
  font-weight: 600;
  line-height: 1.35;
}

.utposts .item .date,
.wpposts .item .date {
  color: var(--cr-gold-dark) !important;
}

/* ---- Redes sociais (layout novo, sem fotos do template) ---- */
#full-sociais,
#full-sociais.cr-sociais-bg {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--cr-navy-dark) 0%,
    var(--cr-navy) 45%,
    var(--cr-navy-mid) 100%
  ) !important;
}

#full-sociais:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 20, 40, 0.92) 0%, rgba(10, 31, 68, 0.82) 50%, rgba(6, 20, 40, 0.9) 100%);
  z-index: 1;
}

#full-sociais .inner {
  position: relative;
  z-index: 2;
  padding: 56px 0;
}

#full-sociais .redes,
#full-sociais .arte {
  display: none !important;
}

.cr-sociais-title {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 32px;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.cr-sociais-grid {
  display: grid;
  gap: 20px;
  margin: 0 auto;
}

.cr-sociais-grid--instagram {
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
}

.cr-social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 28px 20px;
  border-radius: var(--cr-radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.35);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.cr-social-card:hover {
  transform: translateY(-4px);
  border-color: var(--cr-gold);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.cr-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.18);
  border: 2px solid var(--cr-gold);
  font-size: 1.75rem;
  color: var(--cr-gold-light);
}

.cr-social-card strong {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.cr-social-meta {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

@media (max-width: 767px) {
  #full-sociais .inner { padding: 40px 0; }
  .cr-sociais-grid { grid-template-columns: 1fr; }
}

/* ---- Depoimentos ---- */
.cr-depoimentos {
  padding: 56px 0 48px;
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, var(--cr-cream) 100%);
  border-radius: var(--cr-radius);
}

.cr-depoimentos > h3.text-center {
  color: var(--cr-navy);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
}

.cr-depoimentos > h3.text-center::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--cr-gold);
  margin: 10px auto 0;
  border-radius: 2px;
}

.cr-depoimentos .cr-section-lead {
  margin-bottom: 36px;
}

.cr-depoimentos-carousel {
  max-width: 680px;
  margin: 0 auto;
}

.cr-depoimentos .item {
  width: 100%;
  padding: 0 8px;
}

.cr-depoimento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff !important;
  border-radius: var(--cr-radius) !important;
  padding: 40px 36px 32px !important;
  margin: 0 auto !important;
  max-width: 640px !important;
  box-shadow: var(--cr-shadow) !important;
  border: 1px solid rgba(10, 31, 68, 0.08) !important;
  border-top: 4px solid var(--cr-gold) !important;
  border-left: none !important;
}

.cr-depoimento-quote {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2.5rem;
  line-height: 1;
  color: rgba(197, 160, 89, 0.25);
}

.cr-depoimento-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  color: var(--cr-gold);
  font-size: 1rem;
}

.cr-depoimento-texto {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  width: 100%;
}

.cr-depoimentos .texto p::before,
.cr-depoimento-texto p::before {
  display: none !important;
}

.cr-depoimentos .texto p,
.cr-depoimento-texto p {
  margin: 0;
  padding: 0 !important;
  background: none !important;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #3a4558;
  font-style: italic;
  font-weight: 400;
}

.cr-depoimento-autor {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
  width: 100%;
  justify-content: center;
}

.cr-depoimento-avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cr-navy) 0%, var(--cr-navy-mid) 100%);
  border: 2px solid var(--cr-gold);
  color: var(--cr-gold-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  float: none !important;
  margin: 0 !important;
}

.cr-depoimento-avatar--partner {
  background: linear-gradient(135deg, var(--cr-gold-dark) 0%, var(--cr-gold) 100%);
  color: var(--cr-navy);
}

.cr-depoimento-info {
  text-align: left;
}

.cr-depoimento-info strong {
  display: block;
  color: var(--cr-navy);
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
}

.cr-depoimento-info span {
  display: block;
  margin-top: 2px;
  font-size: 0.85rem;
  color: #6b7588;
  font-weight: 500;
}

/* Flickity: depoimentos */
.cr-depoimentos-carousel .flickity-page-dots {
  bottom: -36px;
}

.cr-depoimentos-carousel .flickity-page-dots .dot {
  background: rgba(10, 31, 68, 0.2);
  opacity: 1;
}

.cr-depoimentos-carousel .flickity-page-dots .dot.is-selected {
  background: var(--cr-gold);
}

.cr-depoimentos-carousel .flickity-prev-next-button {
  background: #fff;
  box-shadow: 0 4px 16px rgba(10, 31, 68, 0.12);
  border: 1px solid rgba(10, 31, 68, 0.08);
}

.cr-depoimentos-carousel .flickity-prev-next-button:hover {
  background: var(--cr-navy);
}

.cr-depoimentos-carousel .flickity-prev-next-button .flickity-button-icon {
  fill: var(--cr-navy);
}

.cr-depoimentos-carousel .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #fff;
}

@media (max-width: 767px) {
  .cr-depoimentos {
    padding: 40px 0 56px;
  }

  .cr-depoimento-card {
    padding: 32px 22px 26px !important;
  }

  .cr-depoimento-texto p {
    font-size: 1rem;
  }

  .cr-depoimentos-carousel .flickity-prev-next-button {
    display: none;
  }
}

/* ---- Pesquisa no site ---- */
.cr-busca-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--cr-navy);
  letter-spacing: 0.02em;
}

.cr-busca-field {
  position: relative;
}

.cr-busca-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(10, 31, 68, 0.18);
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--cr-navy);
  background: #fff;
  box-shadow: none;
}

.cr-busca-input:focus {
  outline: none;
  border-color: var(--cr-gold);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.2);
}

.cr-busca-results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 1200;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(10, 31, 68, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 31, 68, 0.14);
}

.cr-busca-results a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  text-decoration: none !important;
  color: var(--cr-navy);
  transition: background 0.15s ease;
}

.cr-busca-results a:hover {
  background: var(--cr-cream);
  color: var(--cr-navy);
}

.cr-busca-result-label {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.35;
}

.cr-busca-result-cat {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cr-gold-dark);
}

.cr-busca-empty {
  padding: 12px 14px;
  font-size: 0.84rem;
  color: #666;
  line-height: 1.45;
}

.cr-busca-hint {
  margin: 10px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #666;
}

#megamenu .busca .cr-busca-menu {
  min-width: 300px;
}

#megamenu .busca .cr-busca-panel {
  padding: 14px 16px 12px;
  min-width: 280px;
}

.dropdown-buscas .cr-busca-topbar-panel {
  padding: 12px 14px 10px;
  min-width: 260px;
}

.dropdown-buscas .cr-busca-topbar-item {
  min-width: 280px;
}

.dropdown-buscas .dropdown-menu .cr-busca-input,
#megamenu .cr-busca-input {
  height: auto !important;
}

/* ---- Buscas populares ---- */
.badge-left.mapa-do-site .bullicon a {
  color: var(--cr-navy);
  font-weight: 500;
  transition: color 0.2s ease;
}

.badge-left.mapa-do-site .bullicon a:hover {
  color: var(--cr-gold-dark);
}

.badge-left.mapa-do-site .qt.badge {
  display: none;
}

.cr-buscas-populares li {
  margin-bottom: 10px;
}

.cr-buscas-populares a {
  line-height: 1.45;
}

/* ---- Botoes tema ---- */
.btn-tema,
.redondo,
.preco .label,
.label-tema,
.tarja.label-tema,
.dot,
.v,
.jslider .jslider-bg .l {
  background-color: var(--cr-navy) !important;
}

.btn-tema:hover,
.btn-tema:focus,
.btn-tema:active,
.btn-tema.active {
  background-color: var(--cr-navy-dark) !important;
}

.btn-tema-light {
  border-color: var(--cr-gold) !important;
  color: var(--cr-navy) !important;
}

.cor_tema,
.cor_tema .icon,
.fa.ico.cor_tema,
#megamenu .dropdown-menu a .fa.cor_tema {
  color: var(--cr-gold) !important;
}

/* ---- Footer ---- */
#rodape .footer_top {
  background: linear-gradient(180deg, var(--cr-navy) 0%, var(--cr-navy-dark) 100%) !important;
}

#rodape .footer_bottom {
  background: var(--cr-navy-dark) !important;
}

#rodape h2 {
  color: var(--cr-gold-light) !important;
}

#rodape a.cr-link-indicadores {
  color: #fff !important;
  text-decoration: none;
  pointer-events: auto;
}

#rodape a.cr-link-indicadores:hover {
  color: var(--cr-gold-light) !important;
  text-decoration: underline;
}

/* ---- Remover resíduos do template ---- */
.stars-container,
.pagination + .stars-container {
  display: none !important;
}

body.home.final {
  background-image: none !important;
  background-color: var(--cr-cream);
}

/* ---- Utilidades ---- */
.tooltip .tooltip-inner {
  background-color: var(--cr-navy) !important;
}

.tooltip.top .tooltip-arrow { border-top-color: var(--cr-navy) !important; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: var(--cr-navy) !important; }

::-webkit-scrollbar-thumb:hover {
  background-color: var(--cr-navy) !important;
}

.fav-star .fav.favon .icon:before {
  color: var(--cr-gold) !important;
}

.igrid li figure img,
.utposts .figure .img,
.wpposts .figure .img {
  object-fit: cover;
}

/* ---- Página Indicadores Financeiros ---- */
body.indicadores {
  background-color: var(--cr-cream);
}

.cr-ind-nav {
  float: right;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  font-weight: 600;
  font-size: 0.9rem;
}

.cr-ind-nav a {
  color: var(--cr-navy);
  text-decoration: none;
}

.cr-ind-nav a:hover,
.cr-ind-nav a.cr-ind-nav-current {
  color: var(--cr-gold-dark);
}

.cr-ind-nav a.cr-ind-nav-current {
  border-bottom: 2px solid var(--cr-gold);
  padding-bottom: 2px;
}

.cr-ind-nav .fa {
  margin-right: 4px;
  color: var(--cr-gold);
}

@media (max-width: 767px) {
  .cr-ind-nav {
    float: none;
    clear: both;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.cr-ind-page {
  padding: 40px 0 64px;
}

.cr-ind-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.cr-ind-hero h1 {
  color: var(--cr-navy);
  font-weight: 700;
  margin-bottom: 14px;
}

.cr-ind-lead {
  color: #5a6478;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 10px;
}

.cr-ind-status {
  font-size: 0.85rem;
  color: var(--cr-gold-dark);
  font-weight: 600;
}

.cr-ind-section {
  margin-bottom: 40px;
}

.cr-ind-section h2 {
  color: var(--cr-navy);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--cr-gold);
  display: inline-block;
}

.cr-ind-note {
  color: #5a6478;
  font-size: 0.92rem;
  margin: -6px 0 18px;
  line-height: 1.55;
}

.cr-ind-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.cr-ind-card {
  background: #fff;
  border-radius: var(--cr-radius);
  padding: 20px 16px;
  box-shadow: 0 4px 18px rgba(10, 31, 68, 0.08);
  border: 1px solid rgba(10, 31, 68, 0.08);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cr-ind-card--highlight {
  border-color: var(--cr-gold);
  border-top-width: 4px;
  background: linear-gradient(180deg, #fff 0%, #fdfbf6 100%);
}

.cr-ind-card--cr {
  border-color: var(--cr-navy);
  border-top-width: 4px;
  background: linear-gradient(180deg, #fff 0%, #eef2f8 100%);
  box-shadow: 0 6px 24px rgba(10, 31, 68, 0.12);
}

.cr-ind-card-annual {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--cr-gold-dark);
}

.cr-ind-card-icon {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 2px;
}

.cr-ind-card-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--cr-navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cr-ind-card-total {
  display: block;
  font-size: 1.5rem;
  color: var(--cr-navy);
  line-height: 1.2;
  margin: 4px 0;
}

.cr-ind-card-sub,
.cr-ind-card-last {
  display: block;
  font-size: 0.78rem;
  color: #6b7588;
}

.cr-ind-compare {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cr-ind-bar-row {
  background: #fff;
  border-radius: var(--cr-radius);
  padding: 16px 18px;
  box-shadow: 0 2px 12px rgba(10, 31, 68, 0.06);
  border: 1px solid rgba(10, 31, 68, 0.06);
}

.cr-ind-bar-row--highlight {
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 4px 20px rgba(197, 160, 89, 0.12);
}

.cr-ind-bar-row--cr {
  border-color: rgba(10, 31, 68, 0.35);
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.1);
}

.cr-ind-bar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.cr-ind-bar-meta strong {
  color: var(--cr-navy);
  min-width: 120px;
}

.cr-ind-bar-diff {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cr-gold-dark);
}

.cr-ind-bar-track {
  height: 10px;
  background: rgba(10, 31, 68, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.cr-ind-bar-fill {
  height: 100%;
  border-radius: 999px;
  min-width: 4px;
  transition: width 0.6s ease;
}

.cr-ind-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: var(--cr-radius);
  box-shadow: 0 4px 18px rgba(10, 31, 68, 0.08);
  border: 1px solid rgba(10, 31, 68, 0.08);
}

.cr-ind-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cr-ind-data-table th,
.cr-ind-data-table td {
  padding: 12px 14px;
  text-align: right;
  border-bottom: 1px solid rgba(10, 31, 68, 0.06);
}

.cr-ind-data-table th:first-child,
.cr-ind-data-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--cr-navy);
}

.cr-ind-data-table thead th {
  background: var(--cr-navy);
  color: #fff;
  font-weight: 600;
  font-size: 0.82rem;
}

.cr-ind-data-table thead th:first-child {
  border-radius: var(--cr-radius) 0 0 0;
}

.cr-ind-data-table tbody tr:nth-child(even) {
  background: rgba(247, 245, 240, 0.6);
}

.cr-ind-neg {
  color: #a44;
}

.cr-ind-insight-box {
  background: linear-gradient(135deg, var(--cr-navy-dark) 0%, var(--cr-navy) 100%);
  border-radius: var(--cr-radius);
  padding: 28px 24px;
  color: #fff;
}

.cr-ind-insight-box h2 {
  color: #fff;
  border-bottom-color: var(--cr-gold);
}

.cr-ind-insight-box h2 .fa {
  color: var(--cr-gold-light);
  margin-right: 8px;
}

.cr-ind-insight-box p {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
}

.cr-ind-insight-box strong {
  color: var(--cr-gold-light);
}

.cr-ind-footnote {
  font-size: 0.84rem;
  color: var(--cr-navy);
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 14px 16px;
  background: rgba(197, 160, 89, 0.12);
  border-left: 4px solid var(--cr-gold);
  border-radius: 0 var(--cr-radius) var(--cr-radius) 0;
}

.cr-ind-footnote .fa {
  color: var(--cr-gold-dark);
  margin-right: 6px;
}

.cr-ind-disclaimer {
  font-size: 0.82rem;
  color: #6b7588;
  line-height: 1.6;
  margin: 8px 0 28px;
}

.cr-ind-disclaimer a {
  color: var(--cr-navy);
  font-weight: 600;
}

.cr-ind-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cr-ind-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.cr-ind-cta .buscar {
  background: var(--cr-gold);
  color: var(--cr-navy);
}

.cr-ind-cta .hero-whatsapp {
  background: var(--cr-navy);
  color: #fff;
  border: 2px solid var(--cr-navy);
}

.cr-ind-error {
  text-align: center;
  padding: 48px 20px;
  background: #fff;
  border-radius: var(--cr-radius);
}

@media (max-width: 1199px) {
  .cr-ind-summary {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .cr-ind-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .cr-ind-summary {
    grid-template-columns: 1fr;
  }

  .cr-ind-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ---- Acabamento global ---- */
#cabecalho .top p {
  margin: 0;
}

#copyright,
#ccd {
  color: rgba(255, 255, 255, 0.75);
}

body.urban-parque,
body.urban-parque *:not(input):not(select):not(textarea),
body.urban-parque *::before,
body.urban-parque *::after {
  text-shadow: none !important;
}

body.urban-parque [class^="icon-"]::before,
body.urban-parque [class*=" icon-"]::before,
body.urban-parque .iconie,
body.urban-parque .fa {
  text-shadow: none !important;
  background: transparent !important;
}

body.urban-parque #copyright,
body.urban-parque #ccd,
body.urban-parque #rodape .footer_bottom,
body.urban-parque #rodape .footer_bottom p,
body.urban-parque #cabecalho .top p,
body.urban-parque #cabecalho .middle,
body.urban-parque #cabecalho .middle * {
  text-shadow: none !important;
  box-shadow: none !important;
}

#copyright a,
#ccd a {
  color: rgba(255, 255, 255, 0.9);
}

#copyright a:hover,
#ccd a:hover {
  color: var(--cr-gold-light);
}

section#section_newsletter.bgalt .form-aceite-lgpd a {
  color: var(--cr-gold-light);
}

/* ---- Rodapé refinado (indicadores + utilitários) ---- */
#rodape.cr-footer-refined .footer_top {
  padding: clamp(36px, 5vw, 52px) 0 clamp(28px, 4vw, 40px);
}

#rodape.cr-footer-refined .cr-footer-row {
  row-gap: 18px;
}

#rodape.cr-footer-refined .footer_top h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.28);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
}

#rodape.cr-footer-refined .footer_top .col {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(197, 160, 89, 0.24);
  background: rgba(255, 255, 255, 0.03);
  height: 100%;
  transition: border-color 0.25s ease, background 0.25s ease;
}

#rodape.cr-footer-refined .footer_top .col:hover {
  border-color: rgba(197, 160, 89, 0.42);
  background: rgba(255, 255, 255, 0.05);
}

#rodape.cr-footer-refined .cr-footer-bio {
  margin-top: 4px;
  font-size: 0.88rem;
  line-height: 1.72;
}

#rodape.cr-footer-refined .cr-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#rodape.cr-footer-refined .cr-footer-list > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  line-height: 1.55;
  font-size: 0.88rem;
}

#rodape.cr-footer-refined .cr-footer-list-icon {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 8px;
  background: rgba(197, 160, 89, 0.14);
  border: 1px solid rgba(197, 160, 89, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

#rodape.cr-footer-refined .cr-footer-list-icon .fa {
  color: var(--cr-gold-light);
  font-size: 0.72rem;
}

#rodape.cr-footer-refined .cr-footer-list--links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 4px 0;
  text-decoration: none;
  font-weight: 600;
}

#rodape.cr-footer-refined .cr-footer-list--links .fa {
  width: 1.1rem;
  color: var(--cr-gold-light);
  font-size: 0.82rem;
  text-align: center;
}

#rodape.cr-footer-refined .cr-footer-wa {
  gap: 10px;
  line-height: 1;
}

#rodape.cr-footer-refined .cr-footer-social {
  margin-top: 14px;
}

.cr-ind-nav a .cr-wa-chip {
  margin-right: 2px;
}

.cr-ind-nav a[href*="whatsapp"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.indicadores #cabecalho .top .fone .cr-site-top-wa span:last-child {
  line-height: 36px;
}

.cr-depoimentos,
.ut.cinza4,
.wp.cinza4 {
  scroll-margin-top: 88px;
}

#portfolio-lancamentos,
#full-sobre,
#noticias-instagram,
#blog-instagram {
  scroll-margin-top: 88px;
}