.elementor-kit-91{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-91 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   RR CONSTRUÇÕES — UPGRADE PREMIUM v12.2
   Animações Tunadas + Bugs Fixed + Polish Refinado
   ============================================================
   Mudanças vs v12.1:
   - REMOVIDO: linha gold trace que atravessava .rr-stats (bug)
   - REMOVIDO: ambient glow gigante do hero (sombra grande)
   - SPEED UP: animações 2-3x mais rápidas (stagger menor + duration fast)
   - REFINADO: micro-interações mais sutis e elegantes
   - NOVO: float ambient nos icon-boxes em idle, gradient borders
     com mask-composite, rim light em cards, breathing glow
     contínuo em CTAs principais
   ============================================================ */

/* ── Tokens decorativos ───────────────────────────────────── */
:root {
  --rr-gold:        #D4A017;
  --rr-gold-soft:   #F2C84B;
  --rr-gold-deep:   #B8861A;
  --rr-gold-glow:   rgba(212,160,23,0.45);
  --rr-gold-glow-soft: rgba(212,160,23,0.22);
  --rr-gold-trace:  rgba(212,160,23,0.10);
  --rr-dark:        #0E0E10;
  --rr-dark-soft:   #1C1C1F;
  --rr-cream:       #FAF8F4;
  --rr-easing:      cubic-bezier(0.4, 0, 0.2, 1);
  --rr-easing-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --rr-easing-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --rr-easing-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* ============================================================
   1. KEYFRAMES (suplementares ao Elementor)
   ============================================================ */

@keyframes rrShimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes rrPulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 var(--rr-gold-glow), 0 14px 32px -10px rgba(0,0,0,0.40); }
  50%      { box-shadow: 0 0 0 10px rgba(212,160,23,0), 0 18px 38px -8px rgba(0,0,0,0.50); }
}

@keyframes rrFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

@keyframes rrFloatX {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(3px); }
}

@keyframes rrGoldShine {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes rrBreathe {
  0%, 100% { filter: drop-shadow(0 0 0 transparent); }
  50%      { filter: drop-shadow(0 0 12px var(--rr-gold-glow-soft)); }
}

@keyframes rrPulseDot {
  0%, 100% { transform: scale(1)   translateY(-50%); opacity: 0.85; box-shadow: 0 0 0 4px rgba(212,160,23,0.18); }
  50%      { transform: scale(1.2) translateY(-50%); opacity: 1;    box-shadow: 0 0 0 7px rgba(212,160,23,0); }
}

@keyframes rrSpinSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


/* ============================================================
   2. SCROLL REVEAL — refino sobre as animações nativas
   ============================================================ */

.rr-anim {
  will-change: opacity, transform, filter;
  transition: opacity 0.45s var(--rr-easing-out),
              transform 0.45s var(--rr-easing-out),
              filter 0.35s var(--rr-easing-out);
}

/* Aprimora os defaults do Elementor (.elementor-invisible → opacity 0) */
.elementor-invisible.rr-anim { filter: blur(4px); }
.elementor-invisible.rr-anim.animated { filter: blur(0); }


/* ============================================================
   3. SECTION-LEVEL DECORATIVE BACKGROUNDS
      Pseudo-elements com isolation+z-index:-1 (§10)
   ============================================================ */

.rr-section { position: relative; isolation: isolate; }

/* HERO — REMOVIDO scan line bottom (v12.3): atravessava a barra preta dos stats
   que se sobrepõe visualmente ao final do hero. */
/* STATS — REMOVIDO o pseudo que criava a linha bug. Sem before/after. */

/* SOBRE: padrão de pontos sutil em diagonal */
.rr-sobre::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 4%;
  width: 220px;
  height: 220px;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(212,160,23,0.15) 1px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.55;
  mask-image: linear-gradient(135deg, #000 30%, transparent 80%);
  -webkit-mask-image: linear-gradient(135deg, #000 30%, transparent 80%);
}

/* MODELOS: ambient glow muito sutil de fundo (não dramático) */
.rr-modelos::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -8%;
  width: 35%;
  aspect-ratio: 1;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(212,160,23,0.07), transparent 70%);
  filter: blur(60px);
}

/* JORNADA: linha vertical decorativa */
.rr-jornada::before {
  content: "";
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 50%;
  width: 1px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--rr-gold-trace) 30%, var(--rr-gold-trace) 70%, transparent);
  pointer-events: none;
}

/* MUNICÍPIOS: grid pattern muito sutil com mask radial */
.rr-municipios::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(212,160,23,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,160,23,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, #000, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 80%);
  opacity: 0.7;
}

/* URGÊNCIA: aura urgente leve no top */
.rr-urgencia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 50%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at top, rgba(212,160,23,0.10), transparent 70%);
  filter: blur(20px);
}

/* ============================================================
   HEX PATTERN OVERLAY — seções dark
   SVG inline (data URI) — concentric hexagons, white stroke,
   2% opacity, mix-blend-mode screen pra integrar com bg dark.
   Aplicado em MVV, SIMULAÇÃO, URGÊNCIA + barra dark dos STATS.
   ============================================================ */

.rr-mvv::after,
.rr-simulacao::after,
.rr-urgencia::after,
.rr-stats > .e-con-inner > .e-con::after,
.rr-hex-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='139' viewBox='0 0 120 139'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.4'%3E%3Cpath d='M60 8 L108 36 L108 92 L60 120 L12 92 L12 36 Z'/%3E%3Cpath d='M60 22 L96 42 L96 82 L60 102 L24 82 L24 42 Z'/%3E%3Cpath d='M60 36 L84 50 L84 74 L60 88 L36 74 L36 50 Z'/%3E%3Cpath d='M60 50 L72 57 L72 67 L60 74 L48 67 L48 57 Z'/%3E%3Ccircle cx='60' cy='62' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 120px 139px;
  opacity: 0.05;
  /* sem mix-blend-mode — branco direto sobre dark fica mais visível */
}

/* Garante position relative + isolation no inner stats container
   pra ::after posicionar correto (e ficar atrás dos widgets) */
.rr-stats > .e-con-inner > .e-con {
  position: relative;
  isolation: isolate;
}

/* O pattern fica BEM atrás do conteúdo — texto sempre legível */
.rr-mvv > *,
.rr-simulacao > *,
.rr-urgencia > *,
.rr-stats > .e-con-inner > .e-con > * {
  position: relative;
  z-index: 1;
}


/* ============================================================
   4. CTA PREMIUM — shimmer + glow + lift refinados
   ============================================================ */

.rr-cta .elementor-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.32s var(--rr-easing-back),
              box-shadow 0.32s var(--rr-easing),
              filter 0.32s var(--rr-easing);
}

/* Shimmer sweep no hover — refinado, mais subtle */
.rr-cta .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    100deg,
    transparent 0%,
    transparent 35%,
    rgba(255,255,255,0.32) 50%,
    transparent 65%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -200% 0;
  pointer-events: none;
  transition: background-position 0.7s var(--rr-easing);
}

.rr-cta .elementor-button:hover::before { background-position: 200% 0; }

.rr-cta .elementor-button:hover {
  transform: translateY(-2px) scale(1.015);
  filter: brightness(1.08) drop-shadow(0 0 18px var(--rr-gold-glow));
}

.rr-cta .elementor-button:active {
  transform: translateY(0) scale(0.99);
  transition-duration: 0.12s;
}

/* CTA principal do hero — pulsing glow ambient (mais sutil) */
.rr-cta-primary .elementor-button {
}

/* CTA urgência — glow gold mais intenso */
.rr-cta-urg .elementor-button {
}

/* v12.3: REMOVIDO o rim light animado do CTA primário —
   o gradient 135deg deixava uma linha diagonal visível atravessando
   o botão. O pulse glow ambient (rrPulseGlow acima) já entrega
   o "premium feel" sem o artefato visual. */


/* ============================================================
   5. ICON BOXES — hover lift + idle float subtle
   ============================================================ */

.rr-icon-box {
  transition: transform 0.4s var(--rr-easing-out),
              filter 0.4s var(--rr-easing-out);
}

.rr-icon-box:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.16));
}

.rr-icon-box .elementor-icon {
  transition: transform 0.45s var(--rr-easing-back),
              filter 0.4s var(--rr-easing);
}

.rr-icon-box:hover .elementor-icon {
  transform: scale(1.1) rotate(-3deg);
  filter: drop-shadow(0 0 14px var(--rr-gold-glow));
}


/* ============================================================
   6. STAT NUMBERS — gold shine sutil + icon breathing
   ============================================================ */

.rr-stat-num.elementor-widget-heading h1,
.rr-stat-num.elementor-widget-heading h2,
.rr-stat-num.elementor-widget-heading h3,
.rr-stat-num .elementor-heading-title {
  background-image: linear-gradient(
    100deg,
    currentColor 0%,
    currentColor 35%,
    var(--rr-gold-soft) 50%,
    currentColor 65%,
    currentColor 100%
  );
  background-size: 200% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.rr-stat-icon {
  transition: transform 0.4s var(--rr-easing-back);
}

.rr-stat-icon:hover { transform: rotate(8deg) scale(1.12); }


/* ============================================================
   7. MODEL CARDS — hover lift + rim light gold
   ============================================================ */

.rr-modelos .e-con-inner > .e-con,
.rr-modelos .e-child {
  transition: transform 0.4s var(--rr-easing-out),
              filter 0.4s var(--rr-easing-out);
}

.rr-modelos > .e-con-inner > .e-con:hover,
.rr-modelos .e-child:hover {
  transform: translateY(-7px);
  filter: drop-shadow(0 22px 44px rgba(0,0,0,0.22))
          drop-shadow(0 0 0.5px var(--rr-gold-glow-soft));
}


/* ============================================================
   8. JORNADA STEPS — bullet glow refinado
   ============================================================ */

.rr-step-card {
  position: relative;
  transition: transform 0.4s var(--rr-easing-out);
}

.rr-step-card:hover { transform: translateX(5px); }

.rr-step-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rr-gold);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}


/* ============================================================
   9. BENEFÍCIOS / MUNICÍPIOS CARDS — hover lift gentle
   ============================================================ */

.rr-benefit-card,
.rr-municipio-card {
  transition: transform 0.4s var(--rr-easing-out),
              filter 0.4s var(--rr-easing-out);
}

.rr-benefit-card:hover,
.rr-municipio-card:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.14));
}


/* ============================================================
   10. IMAGENS — frame premium + zoom subtle
   ============================================================ */

.rr-img-frame img {
  transition: transform 0.6s var(--rr-easing-out),
              filter 0.6s var(--rr-easing-out);
  filter: saturate(1.05) contrast(1.02);
}

.rr-img-frame:hover img {
  transform: scale(1.035);
  filter: saturate(1.15) contrast(1.06);
}

.rr-sobre .rr-img-frame {
  position: relative;
  isolation: isolate;
}
.rr-sobre .rr-img-frame::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    var(--rr-gold) 0%,
    transparent 35%,
    transparent 65%,
    var(--rr-gold-soft) 100%
  );
  opacity: 0;
  transition: opacity 0.5s var(--rr-easing);
  pointer-events: none;
  filter: blur(2px);
}
.rr-sobre .rr-img-frame:hover::before { opacity: 0.32; }


/* ============================================================
   11. ICON LIST — gold accent on hover refinado
   ============================================================ */

.rr-icon-list .elementor-icon-list-item {
  transition: transform 0.28s var(--rr-easing);
}

.rr-icon-list .elementor-icon-list-item:hover {
  transform: translateX(4px);
}

.rr-icon-list .elementor-icon-list-icon {
  transition: transform 0.3s var(--rr-easing-back),
              filter 0.3s var(--rr-easing);
}

.rr-icon-list .elementor-icon-list-item:hover .elementor-icon-list-icon {
  transform: scale(1.16);
  filter: drop-shadow(0 0 6px var(--rr-gold-glow));
}


/* ============================================================
   12. ACCORDION FAQ — smooth open + gold accent
   ============================================================ */

.rr-faq details {
  transition: filter 0.3s var(--rr-easing);
}

.rr-faq details[open] {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.10));
}

.rr-faq summary {
  position: relative;
  transition: color 0.25s var(--rr-easing);
}

.rr-faq summary::after {
  transition: transform 0.35s var(--rr-easing-back),
              filter 0.3s var(--rr-easing);
}

.rr-faq details[open] summary::after {
  filter: drop-shadow(0 0 8px var(--rr-gold-glow));
}

.rr-faq summary:hover {
  filter: brightness(1.08);
}


/* ============================================================
   13. DEPOIMENTOS — flutuação leve no hover
   ============================================================ */

.rr-depoimento {
  transition: transform 0.4s var(--rr-easing-out),
              filter 0.4s var(--rr-easing-out);
}

.rr-depoimento:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.14));
}


/* ============================================================
   14. SHARE BUTTONS — color shift no hover
   ============================================================ */

.rr-share .elementor-share-btn {
  transition: transform 0.28s var(--rr-easing-back),
              filter 0.28s var(--rr-easing);
}

.rr-share .elementor-share-btn:hover {
  transform: translateY(-3px) scale(1.08);
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}


/* ============================================================
   15. MAP — RÉPLICA 1:1 DO IR ENGENHARIA (v13.1)
   ============================================================
   Estratégia: usa elementos REAIS injetados via <script> widget
   no fim da seção LOCALIZAÇÃO. CSS replica EXATAMENTE o IR adaptando
   --orange (#FE6502) → --rr-gold (#D4A017).
   Classes injetadas: .rr-map-pin, .rr-map-top, .rr-map-bot, etc.
   ============================================================ */

/* Card map base — bg gradient navy IR */
.rr-section.rr-localizacao .rr-map {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #0e1a2e 0%, #0a1322 100%);
  overflow: hidden;
  border-radius: 14px;
}

/* iframe filter dark navy — drag/scroll LIVRES (v13.8) */
.rr-map iframe {
  filter: grayscale(0.45) contrast(1.05) brightness(0.85) invert(0.92) hue-rotate(190deg) saturate(0.85);
  transition: filter 0.6s var(--rr-easing);
  display: block;
  width: 100%;
}

/* v13.8: pin custom REMOVIDO. Google native pin é o marker oficial. */

/* TOP overlay — barra dark cobrindo popup nativo do Google */
.rr-map .rr-map-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, #070c16 0%, #070c16 78%, rgba(7,12,22,0.85) 100%);
  box-shadow: 0 30px 30px -30px rgba(0,0,0,0.4);
}
.rr-map .rr-map-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 120px;
  background: linear-gradient(180deg,
    rgba(7,12,22,0.95) 0%,
    rgba(7,12,22,0.7)  35%,
    rgba(7,12,22,0.3)  70%,
    rgba(7,12,22,0)    100%);
  pointer-events: none;
}
.rr-map .rr-map-top-l {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.rr-map .rr-card-lab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rr-gold);
  font-weight: 600;
}
.rr-map .rr-card-lab svg { width: 11px; height: 11px; }

.rr-map .rr-card-addr {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.012em;
  font-weight: 600;
  color: #E5E7EB;
}
.rr-map .rr-card-addr span {
  display: block;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 12px;
  color: #9CA3AF;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 3px;
}

/* FAB circular gold top-right (rota direta) */
.rr-map .rr-card-route {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--rr-gold);
  color: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow:
    0 6px 20px -4px rgba(212,160,23,0.55),
    0 0 0 1px rgba(255,255,255,0.08);
}
.rr-map .rr-card-route:hover {
  transform: translate(3px, -3px) rotate(-12deg);
  box-shadow:
    0 10px 28px -6px rgba(212,160,23,0.7),
    0 0 0 1px rgba(255,255,255,0.14);
}
.rr-map .rr-card-route svg { width: 15px; height: 15px; }

/* BOTTOM CTA — pílula dark blur "Ver no Google Maps" */
.rr-map .rr-map-bot {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 18px;
  background: rgba(7,12,22,0.92);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-decoration: none;
  color: #E5E7EB;
  transition: all 0.4s var(--rr-easing-out);
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.rr-map .rr-map-bot-l {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 1;
}
.rr-map .rr-map-bot-l > svg {
  width: 13px;
  height: 13px;
  color: var(--rr-gold);
  flex-shrink: 0;
}
.rr-map .rr-map-bot .arr {
  width: 14px;
  height: 14px;
  color: #9CA3AF;
  transition: transform 0.4s var(--rr-easing-out), color 0.3s;
  flex-shrink: 0;
}
.rr-map .rr-map-bot:hover {
  background: rgba(212,160,23,0.18);
  border-color: var(--rr-gold);
  color: #fff;
}
.rr-map .rr-map-bot:hover .arr {
  transform: translateX(4px);
  color: #fff;
}

/* Garante que iframe ocupe área visível (sem max-height impeditivo) */
.rr-map .elementor-custom-embed,
.rr-map .elementor-widget-container {
  position: relative;
  min-height: 380px;
}


/* ============================================================
   16. ANIMATED HEADLINE — kerning + glow underline
   ============================================================ */

.rr-headline .elementor-headline-dynamic-wrapper {
  font-feature-settings: "ss01", "kern";
}

.rr-headline .elementor-headline-dynamic-text {
  filter: drop-shadow(0 0 12px var(--rr-gold-glow));
}


/* ============================================================
   17. DIVIDERS — draw line feel no scroll reveal
   ============================================================ */

.rr-divider hr,
.rr-divider .elementor-divider-separator {
  transform-origin: left center;
  transition: transform 0.6s var(--rr-easing-out);
}

.rr-divider.elementor-invisible hr,
.rr-divider.elementor-invisible .elementor-divider-separator {
  transform: scaleX(0);
}

.rr-divider.animated hr,
.rr-divider.animated .elementor-divider-separator {
  transform: scaleX(1);
}


/* ============================================================
   18. EYEBROW — gradient gold animado
   ============================================================ */

.rr-eyebrow .elementor-heading-title {
  font-feature-settings: "ss01";
  background: linear-gradient(90deg,
    var(--rr-gold) 0%,
    var(--rr-gold-soft) 50%,
    var(--rr-gold) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


/* ============================================================
   19. TRUST STRIP — gold checks
   ============================================================ */

.rr-trust-strip .elementor-icon-list-icon i,
.rr-trust-strip .elementor-icon-list-icon svg {
  filter: drop-shadow(0 0 6px var(--rr-gold-glow));
}


/* ============================================================
   20. TYPOGRAPHY POLISH (otimização de rendering)
   ============================================================ */

.rr-section p,
.rr-section .elementor-text-editor,
.rr-section .elementor-heading-title {
  font-feature-settings: "kern", "ss01";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ============================================================
   21. SCROLL BEHAVIOR
   ============================================================ */

html { scroll-behavior: smooth; }


/* ============================================================
   22. SELECTION HIGHLIGHT — gold suave
   ============================================================ */

::selection {
  background: rgba(212,160,23,0.32);
  color: var(--rr-dark);
}


/* ============================================================
   23. RESPECT REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .rr-anim { filter: none !important; }
}


/* ============================================================
   24. MAP — PREMIUM POLISH v14.0 (header mais agressivo, mascara popup)
   ============================================================ */

/* Header overlay agora MUITO mais alto e opaco — mascara totalmente
   o popup nativo do Google Maps que estava vazando atrás. */
.rr-map .elementor-custom-embed::before,
.rr-map .elementor-widget-container::before,
.rr-map > div > div::before,
.rr-map > .elementor-widget-container > .elementor-custom-embed::before {
  height: 170px !important; /* era 140 — agora cobre popup totalmente */
  background-image:
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='170' viewBox='0 0 720 170' preserveAspectRatio='xMinYMid slice'%3E%3Cg transform='translate(28 32)'%3E%3Cpath d='M14 6c0 4.5-6 9-6 9s-6-4.5-6-9a6 6 0 0 1 12 0z' fill='none' stroke='%23D4A017' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='6' r='2' fill='none' stroke='%23D4A017' stroke-width='1.6'/%3E%3C/g%3E%3Ctext x='52' y='42' fill='%23D4A017' font-family='Inter,system-ui,sans-serif' font-size='12' font-weight='700' letter-spacing='3'%3ELOCALIZA%C3%87%C3%83O%3C/text%3E%3Ctext x='28' y='84' fill='%23ffffff' font-family='Inter,system-ui,sans-serif' font-size='22' font-weight='700' letter-spacing='-0.5'%3ER. Anast%C3%A1cio Leite da Costa, 209%3C/text%3E%3Ctext x='28' y='114' fill='%239CA3AF' font-family='Inter,system-ui,sans-serif' font-size='13' font-weight='500' letter-spacing='0.3'%3ETamboril %C2%B7 CE %C2%B7 63750-000%3C/text%3E%3C/svg%3E"),
    linear-gradient(180deg,
      rgba(7,12,22,1.0)  0%,
      rgba(7,12,22,0.99) 55%,
      rgba(7,12,22,0.92) 75%,
      rgba(7,12,22,0.50) 92%,
      rgba(7,12,22,0)    100%) !important;
  background-size: auto 170px, 100% 100% !important;
}


/* ============================================================
   25. HEADER NAVBAR PREMIUM (sticky, glass, minimalista)
   ============================================================ */

.rr-section.rr-nav {
  position: sticky;
  top: 0;
  z-index: 9000;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: Inter, sans-serif;
}

.rr-section.rr-nav .rr-nav-row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rr-nav-brand .elementor-heading-title {
  font-family: Inter !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
  font-size: 18px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
}

.rr-nav-brand .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rr-gold);
  margin-right: 10px;
  vertical-align: middle;
  box-shadow: 0 0 8px var(--rr-gold-glow);
}

.rr-nav-menu-wrap .elementor-text-editor {
  margin: 0;
}

.rr-nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rr-nav-menu a {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #D1D5DB !important;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  transition: color 0.2s var(--rr-easing);
  position: relative;
}

.rr-nav-menu a:hover {
  color: var(--rr-gold) !important;
}

.rr-nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--rr-gold);
  transition: width 0.25s var(--rr-easing);
}

.rr-nav-menu a:hover::after {
  width: 100%;
}

.rr-nav-cta .elementor-button {
  padding: 10px 20px !important;
  font-size: 11px !important;
  letter-spacing: 1.4px !important;
  background: var(--rr-gold) !important;
  color: var(--rr-dark) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(212,160,23,0.30);
  transition: all 0.25s var(--rr-easing-back);
}

.rr-nav-cta .elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(212,160,23,0.50);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .rr-nav-menu { gap: 16px; }
  .rr-nav-menu a { font-size: 12px; }
  .rr-nav-brand .elementor-heading-title { font-size: 15px !important; }
}

@media (max-width: 560px) {
  /* No mobile: esconde menu, mostra só logo + CTA */
  .rr-nav-menu-wrap { display: none !important; }
}


/* ============================================================
   26. FOOTER MINIMALISTA PREMIUM (compacto)
   ============================================================ */

.rr-footer {
  font-family: Inter, -apple-system, sans-serif;
  color: #E5E7EB;
}

.rr-footer .rr-footer-grid,
.rr-footer .rr-footer-bottom {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rr-footer .rr-footer-col { min-width: 0; }

.rr-footer .rr-footer-brand .elementor-heading-title {
  font-family: Inter !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
  font-size: 18px !important;
  color: #FFFFFF !important;
  margin-bottom: 6px !important;
}

.rr-footer .rr-footer-text p {
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #9CA3AF !important;
  margin: 6px 0 0 !important;
}

.rr-footer .rr-footer-h .elementor-heading-title {
  font-family: Inter !important;
  font-weight: 700 !important;
  letter-spacing: 2.2px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  font-size: 10px !important;
  color: var(--rr-gold) !important;
}

/* Listas internas: kill default Elementor link styling, force gold/gray */
.rr-footer .rr-footer-list,
.rr-footer ul.rr-footer-list,
.rr-footer .rr-footer-text ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}

.rr-footer .rr-footer-list li,
.rr-footer .rr-footer-text ul li {
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: #9CA3AF !important;
  list-style: none !important;
  padding: 0 !important;
}

.rr-footer .rr-footer-list li::before,
.rr-footer .rr-footer-text ul li::before {
  content: none !important;
}

/* CRITICAL: corrige links que estavam ficando rosa (Elementor default) */
.rr-footer a,
.rr-footer .rr-footer-text a,
.rr-footer ul a,
.rr-footer .elementor-widget-text-editor a {
  color: #D1D5DB !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  transition: color 0.2s var(--rr-easing), border-color 0.2s !important;
}

.rr-footer a:hover,
.rr-footer .rr-footer-text a:hover,
.rr-footer ul a:hover,
.rr-footer .elementor-widget-text-editor a:hover {
  color: var(--rr-gold) !important;
  border-bottom-color: rgba(212,160,23,0.4) !important;
}

/* Mantém link "Mestre Empreendimentos" gold no copyright */
.rr-footer .rr-footer-credit a {
  color: var(--rr-gold) !important;
}
.rr-footer .rr-footer-credit a:hover {
  color: var(--rr-gold-soft) !important;
}

.rr-footer .rr-footer-divider hr,
.rr-footer .rr-footer-divider .elementor-divider-separator {
  border-top-color: rgba(255,255,255,0.06) !important;
  margin: 6px 0 !important;
}

.rr-footer .rr-footer-copy p,
.rr-footer .rr-footer-credit p {
  font-size: 10.5px !important;
  letter-spacing: 0.04em !important;
  color: #71717A !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .rr-footer .rr-footer-bottom {
    flex-direction: column !important;
    gap: 6px !important;
    text-align: center !important;
  }
  .rr-footer .rr-footer-bottom > * { text-align: center !important; }
}


/* ============================================================
   27. COOKIE BANNER (LGPD compliant)
   ============================================================ */

.rr-cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 9998;
  font-family: Inter, -apple-system, sans-serif;
  background: rgba(14,14,16,0.96);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(212,160,23,0.20);
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.55);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.5s var(--rr-easing-out),
              opacity 0.4s var(--rr-easing-out);
  max-width: 920px;
  margin: 0 auto;
}

.rr-cookie-banner.rr-cookie-banner-visible {
  transform: translateY(0);
  opacity: 1;
}

.rr-cookie-banner .rr-cookie-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.rr-cookie-banner .rr-cookie-text {
  flex: 1;
  min-width: 280px;
  font-size: 13px;
  line-height: 1.55;
  color: #D1D5DB;
}

.rr-cookie-banner .rr-cookie-text strong {
  color: #FFFFFF;
  font-weight: 600;
}

.rr-cookie-banner .rr-cookie-text a {
  color: #D4A017;
  text-decoration: underline;
  text-decoration-color: rgba(212,160,23,0.4);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s;
}

.rr-cookie-banner .rr-cookie-text a:hover {
  text-decoration-color: var(--rr-gold);
}

.rr-cookie-banner .rr-cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.rr-cookie-btn {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--rr-easing);
  white-space: nowrap;
}

.rr-cookie-btn-primary {
  background: var(--rr-gold);
  color: var(--rr-dark);
  border-color: var(--rr-gold);
}
.rr-cookie-btn-primary:hover {
  background: var(--rr-gold-soft);
  border-color: var(--rr-gold-soft);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(212,160,23,0.35);
}

.rr-cookie-btn-secondary {
  background: transparent;
  color: #D1D5DB;
  border-color: rgba(255,255,255,0.18);
}
.rr-cookie-btn-secondary:hover {
  border-color: rgba(255,255,255,0.36);
  color: #FFFFFF;
}

@media (max-width: 640px) {
  .rr-cookie-banner .rr-cookie-actions { width: 100%; justify-content: stretch; }
  .rr-cookie-btn { flex: 1; }
}


/* ============================================================
   27. MODAIS (Privacy / LGPD / Cookies / Terms)
   ============================================================ */

body.rr-modal-locked { overflow: hidden; }

.rr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: Inter, -apple-system, sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--rr-easing-out);
}

.rr-modal.rr-modal-visible {
  opacity: 1;
  pointer-events: auto;
}

.rr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,12,22,0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.rr-modal-card {
  position: relative;
  z-index: 1;
  background: #0E0E10;
  border: 1px solid rgba(212,160,23,0.20);
  border-radius: 18px;
  max-width: 720px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,0.65);
  transform: scale(0.96) translateY(8px);
  transition: transform 0.35s var(--rr-easing-out);
}

.rr-modal.rr-modal-visible .rr-modal-card {
  transform: scale(1) translateY(0);
}

.rr-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s var(--rr-easing);
}
.rr-modal-close:hover {
  background: rgba(212,160,23,0.20);
  border-color: var(--rr-gold);
  color: #FFFFFF;
}
.rr-modal-close svg { width: 16px; height: 16px; }

.rr-modal-head {
  padding: 32px 32px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
}

.rr-modal-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rr-gold);
  margin-bottom: 10px;
}

.rr-modal-title {
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.rr-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 1.7;
  color: #D1D5DB;
}

.rr-modal-body h4 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--rr-gold);
  margin: 24px 0 8px;
  letter-spacing: -0.2px;
}

.rr-modal-body p {
  margin: 0 0 14px;
}

.rr-modal-body ul {
  margin: 8px 0 16px;
  padding-left: 20px;
}

.rr-modal-body ul li {
  margin-bottom: 6px;
  color: #D1D5DB;
}

.rr-modal-body ul li strong {
  color: #FFFFFF;
  font-weight: 600;
}

.rr-modal-body a {
  color: var(--rr-gold);
  text-decoration: underline;
  text-decoration-color: rgba(212,160,23,0.4);
  text-underline-offset: 2px;
}
.rr-modal-body a:hover {
  text-decoration-color: var(--rr-gold);
}

/* Custom scrollbar inside modal */
.rr-modal-body::-webkit-scrollbar { width: 6px; }
.rr-modal-body::-webkit-scrollbar-track { background: transparent; }
.rr-modal-body::-webkit-scrollbar-thumb {
  background: rgba(212,160,23,0.3);
  border-radius: 3px;
}
.rr-modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--rr-gold);
}

.rr-modal-foot {
  padding: 16px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .rr-modal-card { max-height: 95vh; border-radius: 14px; }
  .rr-modal-head { padding: 26px 22px 14px; }
  .rr-modal-body { padding: 18px 22px; font-size: 13px; }
  .rr-modal-foot { padding: 14px 22px; }
  .rr-modal-title { font-size: 22px; }
}


/* ════════════════════════════════════════════════════════════
   29. MASTER PREMIUM POLISH LAYER v15.0
   ────────────────────────────────────────────────────────────
   Camada final aplicada por cima de todo o resto. Princípios
   de UX/UI design profissional pra elevar percepção de valor.
   Toque cuidadoso em tipografia, transições, hover states,
   foco e feedback visual.
   ════════════════════════════════════════════════════════════ */

/* ─── Typography Master ─── */
body, .rr-section, .rr-section *,
.rr-pop-host, .rr-pop-host * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "ss01" 1 !important;
}

/* Optical sizing pra fontes variáveis (Inter) */
body, .rr-section, .rr-section * {
  font-optical-sizing: auto;
  font-variant-numeric: tabular-nums;
}

/* Headings: kerning, ligatures, no-tabular */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-feature-settings: "kern" 1, "liga" 1, "ss01" 1, "ss02" 1 !important;
  font-variant-numeric: lining-nums;
  text-wrap: balance;
}

/* Body text: better readability */
p, .elementor-text-editor {
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* ─── Selection & Caret ─── */
::selection {
  background: rgba(212,160,23,0.32);
  color: #0E0E10;
  text-shadow: none;
}
::-moz-selection {
  background: rgba(212,160,23,0.32);
  color: #0E0E10;
}

/* ─── Focus States acessíveis (WCAG AAA) ─── */
:focus-visible {
  outline: 2px solid #D4A017 !important;
  outline-offset: 3px !important;
  border-radius: 4px;
  transition: outline-offset 0.15s ease;
}
button:focus-visible,
a:focus-visible {
  outline-offset: 4px !important;
}

/* ─── Smooth scroll global ─── */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* ─── Body baseline ─── */
body {
  background: #FAF8F4;
  color: #3F3F46;
  line-height: 1.5;
}

/* ─── Animação refinada nos CTAs (substituí hover-grow nativo) ─── */
.rr-cta .elementor-button,
.rr-pop-cta-btn .elementor-button {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  perspective: 1000px;
  will-change: transform, box-shadow;
}

.rr-cta .elementor-button:active,
.rr-pop-cta-btn .elementor-button:active {
  transform: scale(0.98) !important;
  transition: transform 0.1s !important;
}

/* ─── Botão CTA — shimmer melhorado ─── */
.rr-cta .elementor-button {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.rr-cta .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    circle at var(--mx, 50%) var(--my, 50%),
    rgba(255,255,255,0.3) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.rr-cta .elementor-button:hover::after {
  opacity: 1;
}

/* ─── Card lift refinado (em todos os cards do site) ─── */
.rr-icon-box,
.rr-step-card,
.rr-benefit-card,
.rr-municipio-card,
.rr-depoimento {
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  will-change: transform;
}

/* ─── Imagens com lazy loading polish ─── */
img {
  transition: opacity 0.4s ease;
}
img[loading="lazy"] {
  opacity: 0;
}
img[loading="lazy"].loaded,
img[loading="lazy"]:not([data-src]) {
  opacity: 1;
}

/* ─── Headings com kerning inteligente ─── */
.rr-section h1,
.rr-section h2,
.rr-section h3 {
  letter-spacing: -0.018em;
  text-wrap: balance;
}

/* ─── Eyebrow refinement ─── */
.rr-section [class*="eyebrow"],
.rr-section [class*="eb-"] {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "ss01" 1, "kern" 1;
}

/* ─── HEADER refinement ─── */
.rr-section.rr-nav {
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
.rr-section.rr-nav .rr-nav-brand .elementor-heading-title {
  background: linear-gradient(135deg, #FFFFFF 0%, #F2C84B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: filter 0.3s;
}
.rr-section.rr-nav:hover .rr-nav-brand .elementor-heading-title {
  filter: drop-shadow(0 0 8px rgba(212,160,23,0.4));
}

/* ─── Stats numbers — efeito metálico premium ─── */
.rr-stat-num .elementor-heading-title {
  background-image: linear-gradient(
    135deg,
    #FFFFFF 0%,
    #F2C84B 35%,
    #D4A017 65%,
    #B8861A 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.10));
}

@keyframes rrMetallic {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* ─── Refinement geral nos botões ─── */
.elementor-button {
  letter-spacing: 0.04em;
  font-feature-settings: "ss01" 1;
}

/* ─── Subtle parallax-like effect em containers com bg ─── */
.rr-section[style*="background-image"] {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .rr-section[style*="background-image"] {
    background-attachment: scroll;
  }
}

/* ─── Decorative dividers ─── */
.rr-divider hr,
.rr-divider .elementor-divider-separator {
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.45), transparent) !important;
  border: none !important;
  height: 1px !important;
}

/* ─── Refined links no body ─── */
.rr-section a:not(.elementor-button):not(.rr-card-route):not(.rr-map-bot) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s, color 0.3s;
}

/* ─── Acessibilidade: prefers-reduced-motion ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ─── Print styles (impressão da página) ─── */
@media print {
  body * { visibility: hidden; }
  .rr-section.rr-localizacao,
  .rr-section.rr-localizacao * { visibility: visible; }
  .rr-cta-section, .rr-pop-host { display: none !important; }
}

/* ─── Premium scrollbar global ─── */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(212,160,23,0.4) transparent;
}
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb {
  background: rgba(212,160,23,0.30);
  border-radius: 4px;
  transition: background 0.2s;
}
*::-webkit-scrollbar-thumb:hover {
  background: #D4A017;
}

/* ─── Image hover refinement (todas as imagens em cards) ─── */
.rr-section .elementor-widget-image img,
.rr-section .elementor-widget-e-image img {
  transition:
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.5s ease;
  will-change: transform;
}

/* ─── Refinement nos icon-list bullets ─── */
.rr-section .elementor-icon-list-icon {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.rr-section .elementor-icon-list-item:hover .elementor-icon-list-icon {
  transform: scale(1.18) rotate(-5deg);
}

/* ─── FAQ refinement ─── */
.rr-faq summary {
  cursor: pointer;
  user-select: none;
  transition: background 0.25s ease;
}
.rr-faq summary:hover {
  background: linear-gradient(90deg, rgba(212,160,23,0.04), transparent) !important;
}

/* ─── Footer refinement ─── */
.rr-footer .rr-footer-list a {
  position: relative;
  display: inline-block;
}
.rr-footer .rr-footer-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #D4A017;
  transition: width 0.3s ease;
}
.rr-footer .rr-footer-list a:hover::before {
  width: 100%;
}

/* ─── Cookie banner refinement ─── */
.rr-cookie-banner {
  font-feature-settings: "ss01" 1, "kern" 1;
}

/* ─── Modal refinement ─── */
.rr-modal {
  font-feature-settings: "ss01" 1, "kern" 1, "liga" 1;
}

/* ─── Subtle entrance animation (todas as seções) ─── */
.rr-section {
  animation-delay: 0.1s;
}

@keyframes rrSectionIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Skip in editor */
body.elementor-editor-active .rr-section {
  animation: none;
}

/* ─── Gold accent line entre seções (decorativo sutil) ─── */
.rr-section + .rr-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.40), transparent);
  z-index: 1;
  pointer-events: none;
}

/* ─── Hero section — background atmospheric polish ─── */
.rr-hero {
  position: relative;
  isolation: isolate;
}
.rr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(212,160,23,0.08), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(212,160,23,0.05), transparent 50%);
  opacity: 0.7;
}

/* ─── Decorative noise texture (sutilíssima — adiciona depth) ─── */
.rr-section.rr-hero,
.rr-section.rr-mvv,
.rr-section.rr-simulacao,
.rr-section.rr-urgencia {
  position: relative;
}
.rr-section.rr-hero::after,
.rr-section.rr-mvv::after,
.rr-section.rr-simulacao::after,
.rr-section.rr-urgencia::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.4;
  mix-blend-mode: overlay;
}

/* ─── Section headings com decoração ─── */
.rr-section .elementor-widget-heading h1.elementor-heading-title,
.rr-section .elementor-widget-heading h2.elementor-heading-title {
  position: relative;
}

/* ─── Pulse glow nos números importantes (counter, stat) ─── */
.rr-stat-num,
.rr-stat-icon {
}
@keyframes rrPulseSubtle {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(212,160,23,0)); }
  50% { filter: drop-shadow(0 0 8px rgba(212,160,23,0.20)); }
}

/* ─── Refinement nas section transitions (entrance from sides) ─── */
.rr-section.rr-sobre .elementor-widget-image,
.rr-section.rr-sobre .elementor-widget-e-image {
}
@keyframes rrFadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ─── Last touch: golden ratio em padding/spacing ─── */
.rr-section .elementor-widget {
  --gold-ratio: 1.618;
}


/* ════════════════════════════════════════════════════════════
   STATS — TUDO ESTÁTICO, NENHUMA ANIMAÇÃO, ZERO MOVIMENTO
   ════════════════════════════════════════════════════════════ */

.rr-stats,
.rr-stats *,
.rr-stats *::before,
.rr-stats *::after {
  animation: none !important;
  animation-name: none !important;
  animation-duration: 0s !important;
  animation-iteration-count: 0 !important;
  animation-play-state: paused !important;
  transition: none !important;
  transition-property: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

/* Mata o "elementor-invisible" que causa fade-in */
.rr-stats .elementor-invisible,
.rr-stats *.elementor-invisible {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}

/* Remove qualquer pseudo overlay decorativo */
.rr-stats *::before,
.rr-stats *::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

/* Estilos visuais ESTÁTICOS (sem animation, só aparência) */
.rr-stat-num .elementor-heading-title,
.rr-stats h1.elementor-heading-title,
.rr-stats h2.elementor-heading-title,
.rr-stats h3.elementor-heading-title {
  color: #F2C84B !important;
  background: none !important;
  -webkit-text-fill-color: #F2C84B !important;
}

.rr-stat-icon i,
.rr-stats .elementor-icon i,
.rr-stat-icon svg,
.rr-stats .elementor-icon svg {
  color: #D4A017 !important;
  fill: #D4A017 !important;
  background: none !important;
  -webkit-text-fill-color: #D4A017 !important;
}


/* ════════════════════════════════════════════════════════════
   MUNICÍPIOS — PREMIUM POLISH (cards de cidades atendidas)
   ════════════════════════════════════════════════════════════ */

/* Section base */
.rr-section.rr-municipios {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Eyebrow ONDE ESTAMOS — refinamento gold */
.rr-section.rr-municipios .elementor-widget-heading h6.elementor-heading-title,
.rr-section.rr-municipios .elementor-widget-heading h5.elementor-heading-title {
  font-family: Inter !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  color: #D4A017 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Divider gold central abaixo do eyebrow */
.rr-section.rr-municipios .rr-divider hr,
.rr-section.rr-municipios .elementor-widget-divider hr {
  width: 40px !important;
  margin: 14px auto !important;
  border-top: 2px solid #D4A017 !important;
  background: #D4A017 !important;
  height: 2px !important;
  border-radius: 2px !important;
}

/* Título "Atendimento regional. Presença próxima." */
.rr-section.rr-municipios h2.elementor-heading-title {
  font-family: Inter !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  color: #0E0E10 !important;
  text-align: center !important;
  line-height: 1.15 !important;
  text-wrap: balance;
  max-width: 720px;
  margin: 0 auto 48px !important;
}

/* CARDS — container que contém image + headings (status + nome) */
.rr-section.rr-municipios .e-con-inner > .e-con,
.rr-section.rr-municipios .elementor-element[data-element_type="container"] > .elementor-element {
  position: relative;
  border-radius: 18px !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #1C1C1F;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow:
    0 4px 14px rgba(0,0,0,0.08),
    0 1px 3px rgba(0,0,0,0.06);
  cursor: pointer;
  aspect-ratio: 3/4;
  min-height: 380px;
}

.rr-section.rr-municipios .e-con-inner > .e-con:hover,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]:hover {
  transform: translateY(-8px) !important;
  box-shadow:
    0 24px 48px rgba(0,0,0,0.18),
    0 0 0 1px rgba(212,160,23,0.40),
    0 0 30px rgba(212,160,23,0.15) !important;
}

/* IMAGEM — ocupa o card todo */
.rr-section.rr-municipios .elementor-widget-image,
.rr-section.rr-municipios .elementor-widget-image .elementor-widget-container,
.rr-section.rr-municipios .elementor-widget-image .elementor-image {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.rr-section.rr-municipios .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 0.6s ease !important;
  filter: brightness(0.95) saturate(1.05);
}

.rr-section.rr-municipios .e-con-inner > .e-con:hover .elementor-widget-image img,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]:hover .elementor-widget-image img {
  transform: scale(1.08) !important;
  filter: brightness(1.05) saturate(1.15) !important;
}

/* GRADIENT OVERLAY — escurece a parte de baixo pra texto ficar legível */
.rr-section.rr-municipios .e-con-inner > .e-con::before,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 35%,
    rgba(0,0,0,0.45) 65%,
    rgba(0,0,0,0.92) 100%
  );
  transition: opacity 0.5s ease;
}

.rr-section.rr-municipios .e-con-inner > .e-con:hover::before,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]:hover::before {
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.10) 30%,
    rgba(0,0,0,0.55) 65%,
    rgba(0,0,0,0.95) 100%
  );
}

/* Heading WRAPPER — fica sobre o gradient */
.rr-section.rr-municipios .elementor-widget-heading {
  position: relative;
  z-index: 3;
  margin: 0 !important;
}

/* STATUS heading (✓ ATIVO, ✓ ESTAMOS CHEGANDO, ◔ EM BREVE) — pill premium */
.rr-section.rr-municipios .elementor-widget-heading:nth-of-type(1) .elementor-heading-title,
.rr-section.rr-municipios h6.elementor-heading-title:not([class*="rr-"]) {
  display: inline-block !important;
  font-family: Inter !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,0.55) !important;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.20) !important;
  margin: 14px 14px 0 !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Status ATIVO — pill verde */
.rr-section.rr-municipios .elementor-widget-heading h6.elementor-heading-title:where(:has-text("ATIVO")),
.rr-section.rr-municipios [class*="ativo"] h6.elementor-heading-title {
  background: rgba(16,185,129,0.30) !important;
  border-color: rgba(16,185,129,0.50) !important;
  color: #10B981 !important;
}

/* Nome da cidade — heading principal grande */
.rr-section.rr-municipios .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
.rr-section.rr-municipios h3.elementor-heading-title,
.rr-section.rr-municipios h4.elementor-heading-title {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 3 !important;
  font-family: Inter !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
  color: #FFFFFF !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-shadow: 0 4px 14px rgba(0,0,0,0.55) !important;
  transition: transform 0.4s ease !important;
}

.rr-section.rr-municipios .e-con-inner > .e-con:hover h3.elementor-heading-title,
.rr-section.rr-municipios .e-con-inner > .e-con:hover h4.elementor-heading-title {
  transform: translateY(-2px) !important;
}

/* Decorative gold accent line embaixo do nome (aparece no hover) */
.rr-section.rr-municipios .e-con-inner > .e-con::after,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #D4A017, #F2C84B);
  z-index: 4;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.rr-section.rr-municipios .e-con-inner > .e-con:hover::after,
.rr-section.rr-municipios .elementor-element[data-element_type="container"]:hover::after {
  width: 100%;
}

/* Spacing entre cards */
.rr-section.rr-municipios .e-con-inner {
  gap: 18px !important;
}

/* Mobile responsivo */
@media (max-width: 767px) {
  .rr-section.rr-municipios h2.elementor-heading-title {
    font-size: 26px !important;
    margin-bottom: 32px !important;
  }
  .rr-section.rr-municipios .e-con-inner > .e-con {
    min-height: 280px !important;
  }
  .rr-section.rr-municipios h3.elementor-heading-title,
  .rr-section.rr-municipios h4.elementor-heading-title {
    font-size: 18px !important;
  }
}/* End custom CSS */