.elementor-kit-13{--e-global-color-primary:#BDADEB;--e-global-color-secondary:#D9A5B3;--e-global-color-text:#534A66;--e-global-color-accent:#A7E3C3;--e-global-color-kadence1:#7C3AED;--e-global-color-kadence2:#A855F7;--e-global-color-kadence3:#53319E;--e-global-color-kadence4:#071B38;--e-global-color-kadence5:#374352;--e-global-color-kadence6:#697380;--e-global-color-kadence7:#FBF7FF;--e-global-color-kadence8:#edeff3;--e-global-color-kadence9:#ffffff;--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;color:#374352;font-family:"Inter", Sans-serif;font-weight:500;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #BDADEB 0%, #7C3AED 100%);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#7C3AED;font-family:"Arial", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-13 h1{color:#071B38;font-family:"Cormorant Garamond", Sans-serif;font-size:44px;font-weight:700;}.elementor-kit-13 h2{color:#0D3268;font-family:"Cormorant Garamond", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-13 h3{color:#7C3AED;font-family:"Cormorant Garamond", Sans-serif;font-size:32px;font-weight:500;}.elementor-kit-13 h4{color:#7C3AED;font-family:"Cormorant Garamond", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-13 h5{color:#7C3AED;font-family:"Cormorant Garamond", Sans-serif;font-size:26px;font-weight:500;}.elementor-kit-13 h6{color:#7C3AED;font-family:"Cormorant Garamond", Sans-serif;font-size:24px;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);}@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 */.texto-templo {
  color: #4B2E5A;                   /* cor base do parágrafo */
  font-family: 'Poppins', 'Lato', sans-serif; /* fonte delicada e elegante */
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.05rem;
}

.texto-templo strong {
  color: #A855F7;                   /* roxo suave para o negrito */
  font-family: 'Playfair Display', 'Georgia', serif; /* fonte mais “divina” */
  font-weight: 600;
}
/* ====== SHIMMER SUAVE SÓ NO <strong> ====== */
.texto-templo strong{
  /* tipografia */
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 600;

  /* shimmer em degradê rosé-violeta */
  background: linear-gradient(90deg,
    #A855F7 0%,
    #C084FC 30%,
    #F0ABFC 50%,
    #C084FC 70%,
    #A855F7 100%);
  background-size: 200% 100%;

  /* aplica o degradê dentro do texto */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* animação suave e contínua */
  animation: strongShimmer 6s ease-in-out infinite;
}

/* movimento do reflexo */
@keyframes strongShimmer{
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}

/* pausa a animação quando o usuário passa o mouse (opcional) */
.texto-templo strong:hover{
  animation-play-state: paused;
}

/* acessibilidade: respeita quem prefere menos movimento */
@media (prefers-reduced-motion: reduce){
  .texto-templo strong{ animation: none; }
}
/* === SANDBOX DO HERO — bloqueia vazamentos de .texto-templo === */

/* 1) Qualquer <strong> dentro do HERO volta a ser texto normal */
#hero .hero-painel strong{
  background: none !important;
  background-size: auto !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  color: inherit !important;
  animation: none !important;
  text-shadow: none; /* a gente liga só onde quiser (ex.: .pulse-glow) */
}

/* 2) Reaplica intencionalmente o efeito só onde você QUER (pulse-glow) */
#hero .hero-painel .pulse-glow{
  color: #fff !important;
  text-shadow:
    0 1px 1px rgba(0,0,0,.45),
    0 0 10px rgba(230,220,255,.35);
  position: relative;
  animation: glowPop 2.8s ease-in-out infinite;
}
#hero .hero-painel .pulse-glow::after{
  content:"";
  position:absolute; inset:-.08em -.15em -.10em -.15em;
  border-radius:.35em;
  background: radial-gradient(ellipse at 50% 50%,
    rgba(255,255,255,.14) 0%,
    rgba(250,240,255,.08) 45%,
    rgba(180,150,240,.08) 70%,
    transparent 100%
  );
  filter: blur(6px);
  opacity:.65;
  z-index:-1;
  animation: glowHalo 2.8s ease-in-out infinite;
}

/* 3) Garante legibilidade do H1 e controle da “mesma linha” */
#hero .hero-painel h1{
  font-size: clamp(1.9rem, 4.3vw, 3.2rem) !important;
  line-height: 1.12 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}
#hero .hero-painel h1 .nowrap{ white-space: normal; }
@media (min-width: 980px){
  #hero .hero-painel h1 .nowrap{ white-space: nowrap; } /* desktop segura na mesma linha */
}

/* 4) Espaço igual entre Título, Sub e Botão (stack consistente) */
#hero .hero-painel{
  display: grid !important;
  justify-items: center;
  gap: 18px !important;
}
#hero .hero-painel > h1,
#hero .hero-painel > .hero-sub,
#hero .hero-painel > .btn-aura{ margin: 0 !important; }

/* 5) Mobile: entrelinha mais justa, sem “apertar” demais */
@media (max-width: 640px){
  #hero .hero-painel h1{ line-height: 1.08 !important; }
  #hero .hero-painel .hero-sub{ line-height: 1.32 !important; }
}

/* 6) Botão não cria espaço extra (o gap já cuida disso) */
#hero .btn-aura{ margin-top: 0 !important; }
/* === HERO — PATCH FINAL (colocar DEPOIS de todo o CSS) === */

/* 0) higiene: corrige possíveis typos em media queries anteriores */
@media (max-width: 640px){}

/* 1) blindagem contra globais (.texto-templo strong e cia) */
#hero .hero-painel strong{
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  color: inherit !important;
  animation: none !important;
  text-shadow: none !important;
}

/* 2) painel com grid e espaçamento igual entre H1, sub e botão */
#hero .hero-painel{
  box-sizing: border-box;
  display: grid !important;
  justify-items: center;
  gap: 18px !important;                       /* espaço igual entre blocos */
  max-width: min(1000px, 92vw) !important;    /* não estoura o vidro */
  margin: 0 auto !important;
  padding: 28px 32px !important;              /* respiro interno seguro */
}
#hero .hero-painel > h1,
#hero .hero-painel > .hero-sub,
#hero .hero-painel > .btn-aura{ margin: 0 !important; }

/* 3) H1 legível, sem estouro e com quebras bonitas */
#hero .hero-painel h1{
  font-family:'Playfair Display', serif;
  font-weight:700;
  font-size: clamp(2rem, 4.8vw, 3.4rem) !important;
  line-height: 1.12 !important;
  letter-spacing: .2px;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance; /* quebra harmônica nos browsers modernos */
}

/* 4) “Virtudes Sagradas” na MESMA linha só no desktop */
#hero .hero-painel h1 .nowrap{ white-space: normal !important; }
@media (min-width: 980px){
  #hero .hero-painel h1 .nowrap{ white-space: nowrap !important; }
}

/* 5) Subheadline legível */
#hero .hero-painel .hero-sub{
  font-family:'Poppins','Lato',sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  line-height: 1.55 !important;
  max-width: 720px !important;
  color:#F0EAFB !important;
}

/* 6) CTA não adiciona margem — o gap cuida do respiro */
#hero .btn-aura{ margin-top: 0 !important; }

/* 7) Mobile: entrelinha mais justa sem colar */
@media (max-width: 640px){
  #hero{ padding: clamp(40px, 8vh, 64px) 5% clamp(64px, 12vh, 120px) !important; }
  #hero .hero-painel{ gap: 16px !important; padding: 22px 18px !important; }
  #hero .hero-painel h1{ font-size: 28px !important; line-height: 1.08 !important; }
  #hero .hero-painel .hero-sub{ line-height: 1.32 !important; max-width: 38ch !important; }
}

/* 8) Efeitos que podem “roubar” espaço não interferem no layout */
#hero .pulse-glow{ display:inline-block; position:relative; color:#fff !important; }
#hero .pulse-glow::after{ pointer-events:none; }
/* === HERO — Ajuste fino só no trecho "Virtudes Sagradas" === */
/* Mobile: pode quebrar e mantém tamanho normal */
#hero .hero-painel h1 .nowrap{
  display: inline-block;
  white-space: normal !important;   /* mobile pode quebrar */
  font-size: 1em;                   /* base */
}

/* Desktop: mantém na mesma linha e aplica micro‐shrink progressivo */
@media (min-width: 980px){
  #hero .hero-painel h1 .nowrap{
    white-space: nowrap !important;

    /* encolhe levemente conforme a viewport fica “apertada”
       sem afetar o restante do H1 */
    font-size: clamp(.88em, calc(1em - 0.25vw), 1em) !important;
    letter-spacing: .01em; /* ajuda a acomodar sem “amassar” */
  }
}

/* Opcional: se ainda “beliscar” o vidro entre 980–1200px, dá um empurrão extra */
@media (min-width: 980px) and (max-width: 1200px){
  #hero .hero-painel h1{
    font-size: clamp(1.9rem, 4.6vw, 3.2rem) !important; /* -4% no H1 inteiro */
  }
}
/* === HERO — margem interna, nowrap controlado e ajuste fino === */

/* 1) Painel com respiro lateral robusto e responsivo */
#hero .hero-painel{
  box-sizing: border-box;
  max-width: min(1000px, calc(100vw - 32px)) !important;
  padding-inline: clamp(22px, 6vw, 40px) !important; /* + espaço nas laterais */
  padding-block: clamp(22px, 4vw, 36px) !important;
  display: grid !important;
  justify-items: center;
  gap: 18px !important;
}

/* 2) Remova/neutralize QUALQUER regra global que faça: .hero-painel h1 span{ white-space: nowrap; } */
#hero .hero-painel h1 span{ white-space: normal !important; } /* neutraliza as antigas */

/* 3) Só o trecho "Virtudes Sagradas" controla a linha */
#hero .hero-painel h1 .nowrap{
  display:inline-block;
  white-space: normal !important; /* mobile: pode quebrar */
  font-size: 1em;                  /* base do h1 */
}

/* Desktop: mantém na mesma linha e encolhe só um tiquinho */
@media (min-width: 980px){
  #hero .hero-painel h1 .nowrap{
    white-space: nowrap !important;
    font-size: clamp(.90em, 0.96em - 0.25vw, 1em) !important; /* micro-shrink */
    letter-spacing: .01em;
  }
}

/* 4) H1 com quebra bonita e entrelinha segura */
#hero .hero-painel h1{
  font-size: clamp(2rem, 4.8vw, 3.4rem) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
  margin: 0 !important;
}

/* 5) Mobile: um pouco menor + mais colchão lateral */
@media (max-width: 640px){
  #hero .hero-painel{
    padding-inline: clamp(20px, 7vw, 28px) !important; /* evita texto colado na borda direita */
    gap: 16px !important;
  }
  #hero .hero-painel h1{
    font-size: 26px !important;
    line-height: 1.10 !important;
  }
}

/* 6) O botão não adiciona margem; o gap resolve o espaçamento */
#hero .btn-aura{ margin-top: 0 !important; }
/* === HERO — ajuste fino final (bordas, H1 e span) === */

/* 1) Mais respiro lateral do painel (desktop e mobile) */
#hero .hero-painel{
  box-sizing: border-box;
  max-width: min(1060px, calc(100vw - 64px)) !important; /* + largura útil sem estourar */
  padding-inline: clamp(28px, 6.5vw, 56px) !important;   /* + espaço nas laterais */
  padding-block: clamp(22px, 4vw, 36px) !important;
  display: grid !important;
  justify-items: center;
  gap: 18px !important;
}

/* 2) H1 um pouquinho menor e com micro tracking negativo (fecha largura) */
#hero .hero-painel h1{
  font-size: clamp(1.9rem, 4.2vw, 3.1rem) !important;  /* -~4% no teto */
  line-height: 1.12 !important;
  letter-spacing: -0.005em;                             /* fecha 0.5% sem “amassar” */
  text-wrap: balance;
  margin: 0 !important;
}

/* 3) Controla só o span “Virtudes Sagradas” no DESKTOP (mobile pode quebrar) */
#hero .hero-painel h1 .nowrap{ 
  display:inline-block;
  white-space: normal !important;  /* mobile: pode quebrar se precisar */
  font-size: 1em;
}
@media (min-width: 980px){
  #hero .hero-painel h1 .nowrap{
    white-space: nowrap !important;
    font-size: clamp(.86em, 0.92em - 0.35vw, .98em) !important; /* micro-shrink suave */
    letter-spacing: 0; /* neutro no trecho para não “abrir” na ponta direita */
  }
}

/* 4) Mobile: mais colchão lateral e H1 um tico menor para não “colar” na borda */
@media (max-width: 640px){
  #hero .hero-painel{
    padding-inline: max(22px, 7vw) !important; /* evita texto colado à direita */
    gap: 16px !important;
  }
  #hero .hero-painel h1{
    font-size: 24px !important;  /* 24–26px é o doce para legibilidade */
    line-height: 1.10 !important;
  }
}

/* 5) Neutraliza QUALQUER regra antiga que force nowrap em spans do H1 */
#hero .hero-painel h1 span{ white-space: normal !important; }

/* 6) O gap cuida do respiro entre os blocos */
#hero .btn-aura{ margin-top: 0 !important; }/* End custom CSS */