/* Start custom CSS for html, class: .elementor-element-a95342d *//* ===== CORREÇÃO GLOBAL MOBILE ===== */
@media (max-width: 768px){

  .fc-wrap{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  section{
    overflow: hidden;
  }

  h1, h2, h3{
    word-break: normal;
    overflow-wrap: break-word;
  }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-88f866c *//* ===== VIDEO PREMIUM RESPONSIVO ===== */

.fc-videoWrap{
  width: 100%;
  margin: 32px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 22px 50px rgba(2,6,23,.18);

  /* desktop */
  aspect-ratio: 16 / 9;
}

.fc-videoWrap iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* MOBILE → experiência premium vertical */
@media (max-width: 768px){

  .fc-videoWrap{
    aspect-ratio: 9 / 16;   /* vertical perfeito */
    border-radius: 18px;
    margin: 22px auto;
  }

}

/* fallback para navegadores antigos */
@supports not (aspect-ratio: 16 / 9){

  .fc-videoWrap{
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }

  .fc-videoWrap iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }

  @media (max-width: 768px){
    .fc-videoWrap{
      padding-top: 177.78%;
    }
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   TEMPO E VALOR — CSS PREMIUM (HERO + MENU + TRUST)
   Cole este CSS inteiro substituindo o atual.
   ========================================================= */

/* ===== Base / Container ===== */
.fc-wrap{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

/* =========================================================
   MENU PREMIUM (sticky)
   ========================================================= */
.fc-menu-wrap{
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 10px 0;
  background: transparent;
}

.fc-menu{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;

  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;

  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(25,35,55,.10);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.fc-menu a{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(17,24,39,.82);
  text-decoration: none;

  padding: 10px 12px;
  border-radius: 999px;

  transition: .2s ease;
  white-space: nowrap;
}

.fc-menu a:hover{
  background: rgba(25,55,110,.08);
  color: rgba(17,24,39,.95);
}

@media (max-width: 768px){
  .fc-menu{
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 6px;
  }
  .fc-menu::-webkit-scrollbar{ display:none; }

  .fc-menu a{
    padding: 10px 10px;
    font-size: 13px;
  }
}

/* =========================================================
   HERO PREMIUM
   ========================================================= */
.fc-hero{
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 70%);
  padding: 46px 0 56px;
}

.fc-hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.fc-pill{
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(31,58,138,.95);
  margin-bottom: 16px;
}

.fc-hero-title{
  font-family: "Playfair Display", Georgia, serif;
  color: #0b1220;
  font-size: 52px;
  line-height: 1.05;
  margin: 0 0 14px;
}

.fc-hero-sub{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 46ch;
}

.fc-hero-list{
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
  max-width: 46ch;
}

.fc-hero-list li{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 15px;
  color: rgba(17,24,39,.88);
  padding-left: 28px;
  position: relative;
}

.fc-hero-list li:before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900;
}

.fc-hero-ctas{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.fc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  transition: transform .15s ease;
}
.fc-btn:hover{ transform: translateY(-1px); }

.fc-btn-primary{
  background: #1f3a8a;
  color: #fff;
  border: 1px solid rgba(31,58,138,.35);
  box-shadow: 0 12px 24px rgba(31,58,138,.18);
}

.fc-btn-ghost{
  background: rgba(255,255,255,.9);
  color: rgba(31,58,138,.95);
  border: 1px solid rgba(31,58,138,.25);
}

.fc-hero-proof{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(55,65,81,.85);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 56ch;
}

.fc-hero-photo{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
  box-shadow: 0 18px 40px rgba(2,6,23,.10);
}

.fc-hero-photo img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Badges (mini cards) */
.fc-miniCards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.fc-miniCard{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 18px;
  padding: 14px;
}

.fc-miniTitle{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  color: rgba(31,58,138,.98);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.fc-miniTitle em{
  font-style: normal;
  font-weight: 700;
  color: rgba(15,23,42,.70);
  margin-left: 6px;
  font-size: 13px;
}

.fc-miniText{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(55,65,81,.88);
  font-size: 13.5px;
  line-height: 1.55;
}

/* Ajustes mobile badges */
@media (max-width: 768px){
  .fc-badge{
    border-radius: 18px;
    padding: 14px 16px;
    background: linear-gradient(180deg,#f7f8fc,#f1f3f9);
    border: 1px solid rgba(110,130,190,0.18);
    box-shadow: 0 6px 14px rgba(0,0,0,0.04);
  }
  .fc-badge strong{
    display: block;
    font-size: 15px;
    letter-spacing: -0.2px;
    margin: 0 0 6px 0;
  }
  .fc-badge p{
    font-size: 14px;
    color: #5f6b85;
    margin: 0;
  }
}

/* Responsivo hero */
@media (max-width: 980px){
  .fc-hero-grid{ grid-template-columns: 1fr; }
  .fc-hero-title{ font-size: 44px; }
}

@media (max-width: 520px){
  .fc-wrap{ padding: 0 20px; }
  .fc-hero{ padding: 34px 0 42px; }
  .fc-hero-title{ font-size: 36px; line-height: 1.06; }
  .fc-hero-sub{ font-size: 16px; }
  .fc-btn{ width: 100%; }
  .fc-miniCards{ grid-template-columns: 1fr; }
}

/* =========================================================
   TRUST (Por que confiar) — FOTO RETRATO sem bug no iPhone
   - Sem aspect-ratio
   - Usa técnica do padding-top
   ========================================================= */
.fc-trust{
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 60%, #ffffff 100%);
  padding: 56px 0;
}

.fc-trust-grid{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.fc-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(2,6,23,.08);
  overflow: hidden;
}

.fc-trust-photo{
  padding: 14px;
}

.fc-trust-photo .fc-photo{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
  box-shadow: 0 10px 24px rgba(2,6,23,.08);
}

/* Proporção retrato: 4/5 => 125% */
.fc-trust-photo .fc-photo:before{
  content:"";
  display:block;
  padding-top: 125%;
}

.fc-trust-photo img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 15%; /* puxa o rosto pra cima */
}

.fc-trust-body{
  padding: 22px 22px 18px;
}

.fc-trust-title{
  font-family: "Playfair Display", Georgia, serif;
  color: #0b1220;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.fc-trust-lead{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(55,65,81,.92);
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 62ch;
}

.fc-trust-lead strong{
  color: rgba(31,58,138,.95);
  font-weight: 800;
}

.fc-trust-list{
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.fc-trust-item{
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.88);
  border-radius: 18px;
  padding: 14px 14px;
}

.fc-trust-item .bar{
  background: rgba(31,58,138,.95);
  border-radius: 999px;
}

.fc-trust-item h4{
  margin: 0 0 4px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 900;
  color: rgba(17,24,39,.92);
  letter-spacing: -0.2px;
}

.fc-trust-item p{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(55,65,81,.88);
}

.fc-trust-proof{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31,58,138,.06), rgba(31,58,138,.03));
  border: 1px solid rgba(31,58,138,.12);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(17,24,39,.88);
  font-size: 14px;
  line-height: 1.6;
}

.fc-trust-proof strong{
  color: rgba(31,58,138,.95);
  font-weight: 900;
}

/* Responsivo trust */
@media (max-width: 980px){
  .fc-trust-grid{ grid-template-columns: 1fr; }
  .fc-trust-title{ font-size: 40px; }

  /* No tablet/mobile, deixa a foto menos “alta” (mais agradável) */
  .fc-trust-photo .fc-photo:before{ padding-top: 62.5%; } /* 16:10 */
  .fc-trust-photo img{ object-position: 50% 20%; }
}

@media (max-width: 520px){
  .fc-trust{ padding: 44px 0; }
  .fc-trust-title{ font-size: 34px; }
  .fc-trust-body{ padding: 18px 18px 16px; }
}/* End custom CSS */