.elementor-kit-5058{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#8C0000;--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:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5058 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5058 h1{color:#FFFFFF;font-family:"Playfair Display", Sans-serif;font-size:48px;font-weight:800;line-height:1.1px;word-spacing:-0.5px;}.elementor-kit-5058 h2{color:#8B0000;font-family:"Playfair", Sans-serif;font-size:36px;font-weight:700;line-height:1.2px;}.elementor-kit-5058 h4{color:#8C0000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-5058 h1{font-size:32px;}.elementor-kit-5058 h2{font-size:28px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== HERO – UNDERLINE DOURADO (SELETOR ROBUSTO) ===== */
.gold-underline{
  display: block;
  position: relative;
}

.gold-underline::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 58%;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    #C9A14A 0%,
    #F2DE9B 50%,
    #C9A14A 100%
  );
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(201,161,74,.25);
}



/* Mobile */
@media (max-width: 767px){
  .gold-underline::after{
    width: 55%;
    bottom: -5px;
  }
}


/* ===== MODAL ===== */
.pp-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.pp-modal.is-open{ display: block; }

.pp-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.70);
  backdrop-filter: blur(6px);
}

.pp-modal__dialog{
  position: relative;
  width: min(920px, calc(100% - 28px));
  margin: 7vh auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  overflow: hidden;
}

.pp-modal__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: rgba(0,0,0,.06);
  color: #000;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.pp-modal__close:hover{ background: rgba(0,0,0,.10); }

.pp-modal__content{
  padding: 34px 34px 28px;
}

.pp-modal__header{
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
}

.pp-modal__header h2{
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 10px;
  color: #000;
}

.pp-modal__header p{
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #666;
}

/* trava scroll quando modal abre */
body.pp-modal-lock{ overflow: hidden; }

/* ===== FORM ===== */
.pp-form{ width: 100%; }

.pp-form *{ box-sizing: border-box; }

.hp-field{
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

.pp-form__row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 14px;
}

.pp-form__group{ margin-bottom: 14px; }

.pp-form__group label{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .3px;
  color: #000;
  margin-bottom: 8px;
}

.pp-form__group input,
.pp-form__group select,
.pp-form__group textarea{
  width: 100%;
  padding: 16px 16px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  background: #fafafa;
  color: #333;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.pp-form__group textarea{
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}

.pp-form__group input:hover,
.pp-form__group select:hover,
.pp-form__group textarea:hover{
  background: #fff;
  border-color: #d6d6d6;
}

.pp-form__group input:focus,
.pp-form__group select:focus,
.pp-form__group textarea:focus{
  outline: none;
  background: #fff;
  border-color: #bc1823;
  box-shadow: 0 0 0 4px rgba(188,24,35,.10);
  transform: translateY(-1px);
}

.pp-form__group select{
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 9L1 4h10z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.pp-form__checkbox{
  margin-top: 8px;
  padding: 16px 16px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
}

.pp-check{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.pp-check input{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #bc1823;
  flex-shrink: 0;
}

.pp-check a{
  color: #bc1823;
  font-weight: 800;
  text-decoration: underline;
}

.pp-check a:hover{ color: #8b0e17; }

.pp-form__status{
  display: none;
  margin: 14px 0 6px;
  padding: 12px 14px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.pp-form__status.success{
  display: block;
  background: rgba(39,174,96,.12);
  border: 1px solid rgba(39,174,96,.35);
  color: #1f7a46;
}

.pp-form__status.error{
  display: block;
  background: rgba(231,76,60,.10);
  border: 1px solid rgba(231,76,60,.35);
  color: #b93a2f;
}

/* ===== BOTÃO ===== */
.pp-btn{
  width: 100%;
  height: 74px;
  margin-top: 16px;
  border-radius: 999px;
  border: 0;
  background: #bc1823;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pp-btn__icon{
  font-size: 20px;
  line-height: 1;
}

.pp-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(188,24,35,.35);
  background: #a8141e;
}

.pp-btn:active{ transform: translateY(-1px); }

.pp-btn:disabled{
  opacity: .6;
  cursor: not-allowed;
  transform: none !important;
}

.pp-form__footer{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #b8a5a5;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
}

.pp-form__lock{ color: #bc1823; }

/* ===== RESPONSIVO ===== */
@media (max-width: 900px){
  .pp-modal__content{ padding: 24px 18px 18px; }
  .pp-modal__header h2{ font-size: 34px; }
  .pp-form__row{ grid-template-columns: 1fr; gap: 10px; }
  .pp-btn{ height: 66px; font-size: 16px; }
}

.e-fade{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s cubic-bezier(.22,1,.36,1),
              transform .9s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}

.e-fade.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* opcional: dá um respiro extra em elementos mais "internos" */
.entry-content .e-fade{
  transition-duration: 1.05s;
}

/* acessibilidade */
@media (prefers-reduced-motion: reduce){
  .e-fade,.e-fade.is-visible{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}/* End custom CSS */