.elementor-1300 .elementor-element.elementor-element-37a8fb6{--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-37a8fb6 *//* ============================================================
   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 .hv-container {
  max-width: var(--hv-container);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.hv-section .hv-padding-y { padding: 96px 0; }
@media (max-width: 768px) {
  .hv-section .hv-padding-y { padding: 64px 0; }
}

/* 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.025em;
  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.02em;
  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.01em;
  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: 10px;
  padding: 14px 28px;
  font-family: var(--hv-font-body);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s var(--hv-ease);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.hv-section .hv-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: rgba(255,255,255,0.18);
  transform: skewX(-20deg);
  transition: left 0.6s var(--hv-ease);
  pointer-events: none;
}
.hv-section .hv-btn:hover::after { left: 125%; }

.hv-section .hv-btn-primary {
  background: var(--hv-red);
  color: #fff;
  box-shadow: var(--hv-shadow-red);
}
.hv-section .hv-btn-primary:hover {
  background: var(--hv-red-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(220, 50, 57, 0.36);
  color: #fff;
}
.hv-section .hv-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.hv-section .hv-btn-outline:hover {
  border-color: #fff;
  transform: translateY(-2px);
}
.hv-section .hv-btn-lg { padding: 18px 36px; font-size: 16px; }

/* 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(300px, 1fr));
  gap: 24px;
}
.hv-section .hv-card-service {
  background: #fff;
  border: 1px solid var(--hv-border);
  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: 4px;
  background: linear-gradient(90deg, var(--hv-blue), var(--hv-blue-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--hv-ease);
}
.hv-section .hv-card-service:hover {
  border-color: var(--hv-blue);
  transform: translateY(-6px);
  box-shadow: var(--hv-shadow-lg);
}
.hv-section .hv-card-service:hover::before { transform: scaleX(1); }
.hv-section .hv-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--hv-blue-mist);
  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; }/* End custom CSS */