.elementor-1297 .elementor-element.elementor-element-350c9be{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-350c9be *//* ============================================================
   HELP VISTOS — GLOBAL CSS
   ============================================================ */
:root {
  /* CORES PRIMARIAS */
  --hv-blue:           #1F91CD;
  --hv-blue-deep:      #1577B0;
  --hv-blue-dark:      #0F4C75;
  --hv-blue-soft:      #6FBEE3;
  --hv-blue-mist:      #E8F4FB;

  --hv-red:            #DC3239;
  --hv-red-deep:       #B82228;
  --hv-red-soft:       #F47379;

  /* NEUTROS */
  --hv-ink:            #0A1929;
  --hv-text:           #1F2937;
  --hv-text-muted:     #6B7280;
  --hv-border:         #E5E7EB;
  --hv-border-soft:    #F1F4F8;
  --hv-bg:             #FFFFFF;
  --hv-bg-soft:        #F8FAFC;
  --hv-bg-mist:        #F0F7FC;

  /* SUPORTE */
  --hv-gold:           #F4B940;
  --hv-success:        #16A34A;
  --hv-whatsapp:       #25D366;

  /* TIPOGRAFIA */
  --hv-font-display:   'Sora', system-ui, sans-serif;
  --hv-font-body:      'Inter', system-ui, sans-serif;

  /* ESPACAMENTO */
  --hv-space-1:        4px;
  --hv-space-2:        8px;
  --hv-space-3:        12px;
  --hv-space-4:        16px;
  --hv-space-5:        24px;
  --hv-space-6:        32px;
  --hv-space-7:        48px;
  --hv-space-8:        64px;
  --hv-space-9:        96px;

  /* RAIOS */
  --hv-radius-sm:      6px;
  --hv-radius:         12px;
  --hv-radius-lg:      20px;
  --hv-radius-pill:    999px;

  /* SOMBRAS */
  --hv-shadow-sm:      0 2px 6px rgba(15, 76, 117, 0.06);
  --hv-shadow:         0 8px 24px rgba(15, 76, 117, 0.10);
  --hv-shadow-lg:      0 24px 60px rgba(15, 76, 117, 0.14);
  --hv-shadow-red:     0 12px 32px rgba(220, 50, 57, 0.28);
  --hv-shadow-blue:    0 12px 32px rgba(31, 145, 205, 0.28);

  /* CONTAINER */
  --hv-container:      1280px;

  /* TRANSICOES */
  --hv-ease:           cubic-bezier(0.4, 0, 0.2, 1);
  --hv-ease-bounce:    cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* RESET MINIMO (somente dentro de hv-section) */
.hv-section {
  font-family: var(--hv-font-body);
  font-size: 16px;
  color: var(--hv-text);
  line-height: 1.6;
}
.hv-section,
.hv-section *,
.hv-section *::before,
.hv-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.hv-section a { text-decoration: none; color: inherit; }
.hv-section img { max-width: 100%; display: block; }
.hv-section ul,
.hv-section ol { list-style: none; }

/* LAYOUT BASE */
.hv-section {
  padding-left: 24px !important;
  padding-right: 24px !important;
  overflow-x: clip;
}
.hv-section .hv-container {
  max-width: var(--hv-container);
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
}
.hv-section .hv-padding-y { padding-top: 96px; padding-bottom: 96px; }

/* IMAGENS E PLACEHOLDERS */
.hv-section .hv-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: var(--hv-radius-lg);
  overflow: hidden;
  box-shadow: var(--hv-shadow);
  aspect-ratio: 4/3; /* Proporção padrão que pode ser sobrescrita */
  background: var(--hv-bg-mist);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv-section .hv-img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TIPOGRAFIA */
.hv-section .hv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hv-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--hv-blue);
  background: var(--hv-blue-mist);
  padding: 6px 14px;
  border-radius: var(--hv-radius-pill);
  margin-bottom: 16px;
}
.hv-section .hv-title-h1 {
  font-family: var(--hv-font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  color: var(--hv-ink);
  margin-bottom: 24px;
}
.hv-section .hv-title-h2 {
  font-family: var(--hv-font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  color: var(--hv-ink);
  margin-bottom: 20px;
}
.hv-section .hv-title-h3 {
  font-family: var(--hv-font-display);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--hv-ink);
}
.hv-section .hv-desc {
  font-family: var(--hv-font-body);
  font-size: 1rem;
  color: var(--hv-text-muted);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 800px;
}

/* BOTOES */
.hv-section .hv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: var(--hv-font-body);
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.2s var(--hv-ease);
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.hv-section .hv-btn-whatsapp-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.hv-section .hv-btn-primary {
  background: linear-gradient(135deg, var(--hv-red) 0%, var(--hv-red-deep) 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(220, 50, 57, 0.32);
}
.hv-section .hv-btn-primary:hover {
  background: linear-gradient(135deg, #c8222a 0%, #8B1A1F 100%);
  box-shadow: 0 6px 24px rgba(220, 50, 57, 0.48);
  transform: translateY(-2px);
  color: #fff;
  opacity: 1;
}
.hv-section .hv-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hv-section .hv-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.hv-section .hv-btn-lg { 
  padding: 12px 32px; 
  font-size: 16px; 
  border-radius: 8px;
}
.hv-section .hv-btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 6px;
}

/* BADGES */
.hv-section .hv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-family: var(--hv-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: var(--hv-radius-pill);
}
.hv-section .hv-badge-gold { background: rgba(244, 185, 64, 0.18); color: #B07A0F; }

/* CARDS */
.hv-section .hv-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 24px;
}
.hv-section .hv-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .hv-section .hv-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hv-section .hv-grid-3 {
    grid-template-columns: 1fr;
  }
}
.hv-section .hv-card-service {
  background: #fff;
  border: 1px solid var(--hv-border);
  border-top: 3px solid var(--hv-blue-mist);
  border-radius: var(--hv-radius-lg);
  padding: 32px 28px;
  transition: all 0.4s var(--hv-ease);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hv-section .hv-card-service::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hv-blue), var(--hv-blue-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--hv-ease);
}
.hv-section .hv-card-service:hover {
  border-color: var(--hv-blue);
  border-top-color: var(--hv-blue);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(31, 145, 205, 0.18);
}
.hv-section .hv-card-service:hover::before { transform: scaleX(1); }
.hv-section .hv-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hv-blue-mist) 0%, rgba(31,145,205,0.15) 100%);
  color: var(--hv-blue-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.4s var(--hv-ease);
}
.hv-section .hv-card-service:hover .hv-card-icon {
  background: var(--hv-blue);
  color: #fff;
  transform: scale(1.05) rotate(-4deg);
}

.hv-section .hv-card-testimonial {
  background: #fff;
  border: 1px solid var(--hv-border);
  border-radius: var(--hv-radius-lg);
  padding: 28px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hv-section .hv-card-testimonial-stars {
  color: var(--hv-gold);
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.hv-section .hv-card-testimonial-text {
  font-size: 0.95rem;
  color: var(--hv-text);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
  flex: 1;
}
.hv-section .hv-card-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hv-section .hv-card-testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hv-blue), var(--hv-blue-deep));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hv-font-display);
  font-weight: 700;
  font-size: 16px;
}
.hv-section .hv-card-testimonial-name {
  font-family: var(--hv-font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--hv-ink);
}

/* ACCORDION FAQ */
.hv-section .hv-faq-item {
  border-bottom: 1px solid var(--hv-border);
  padding: 24px 0;
  cursor: pointer;
}
.hv-section .hv-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.hv-section .hv-faq-title {
  font-family: var(--hv-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--hv-ink);
  transition: color 0.3s var(--hv-ease);
}
.hv-section .hv-faq-icon {
  color: var(--hv-blue);
  font-size: 16px;
  transition: transform 0.3s var(--hv-ease);
}
.hv-section .hv-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--hv-ease), margin-top 0.4s var(--hv-ease), opacity 0.3s var(--hv-ease);
  opacity: 0;
}
.hv-section .hv-faq-text {
  font-size: 1rem;
  color: var(--hv-text-muted);
  line-height: 1.6;
}
.hv-section .hv-faq-item.hv-active .hv-faq-title { color: var(--hv-blue); }
.hv-section .hv-faq-item.hv-active .hv-faq-icon { transform: rotate(180deg); }
.hv-section .hv-faq-item.hv-active .hv-faq-body {
  max-height: 500px; /* arbitrary large value */
  margin-top: 16px;
  opacity: 1;
}

/* ANIMATIONS */
.hv-anim {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s var(--hv-ease), transform 0.6s var(--hv-ease);
  will-change: transform, opacity;
}
.hv-anim-left  { transform: translateX(-32px); }
.hv-anim-right { transform: translateX(32px); }
.hv-anim-scale { transform: scale(0.92); opacity: 0; }

.hv-anim.hv-visible {
  opacity: 1;
  transform: none;
}
.hv-anim[data-delay="1"] { transition-delay: 0.10s; }
.hv-anim[data-delay="2"] { transition-delay: 0.20s; }
.hv-anim[data-delay="3"] { transition-delay: 0.30s; }
.hv-anim[data-delay="4"] { transition-delay: 0.40s; }
.hv-anim[data-delay="5"] { transition-delay: 0.50s; }
.hv-anim[data-delay="6"] { transition-delay: 0.60s; }
.hv-anim[data-delay="7"] { transition-delay: 0.70s; }

/* ============================================================
   MOBILE — margens, tipografia e componentes
   ============================================================ */
@media (max-width: 768px) {

  /* Impede overflow horizontal em qualquer seção */
  .hv-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
    overflow-x: clip;
  }

  /* Container: garante 24px de respiro lateral */
  .hv-section .hv-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Padding vertical reduzido */
  .hv-section .hv-padding-y { padding-top: 56px; padding-bottom: 56px; }

  /* Tipografia */
  .hv-section .hv-title-h1 { font-size: clamp(1.8rem, 8vw, 2.4rem); line-height: 1.15; }
  .hv-section .hv-title-h2 { font-size: clamp(1.5rem, 7vw, 2rem); line-height: 1.2; }
  .hv-section .hv-title-h3 { font-size: clamp(1.1rem, 5vw, 1.35rem); }
  .hv-section .hv-desc     { font-size: 0.95rem; margin-bottom: 24px; }

  /* Header centralizado */
  .hv-section .hv-header-center { text-align: center; }
  .hv-section .hv-header-center .hv-desc { margin-left: auto; margin-right: auto; }

  /* Botões: empilham em coluna e ocupam largura total */
  .hv-section .hv-btn-lg {
    padding: 13px 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }

  /* Cards */
  .hv-section .hv-card-service     { padding: 24px 20px; }
  .hv-section .hv-card-testimonial { padding: 20px; }

  /* Grid de cards: 1 coluna */
  .hv-section .hv-card-grid { grid-template-columns: 1fr; }

  /* FAQ */
  .hv-section .hv-faq-title { font-size: 1rem; }
  .hv-section .hv-faq-item  { padding: 18px 0; }
}/* End custom CSS */