.elementor-19595 .elementor-element.elementor-element-39073a3{--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-19595 .elementor-element.elementor-element-39073a3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19595 .elementor-element.elementor-element-31f5a20 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-19595 .elementor-element.elementor-element-31f5a20{width:100%;max-width:100%;}@media(min-width:768px){.elementor-19595 .elementor-element.elementor-element-39073a3{--width:101.284%;}}/* Start custom CSS for html, class: .elementor-element-31f5a20 */:root {
  --base-bg: #000707;
  --brand-blue: #001f28;
  --brand-blue-light: #003241;
  --brand-orange: #fb6900;
  --brand-orange-hover: #e05e00;
  --text-main: #ffffff;
  --text-soft: #d8e2e8;
  --text-muted: #9fb0bb;
  --card-bg: rgba(4, 24, 31, 0.76);
  --card-bg-strong: rgba(7, 21, 27, 0.92);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.28);
  --shadow-deep: 0 40px 120px rgba(0, 0, 0, 0.4);
}

.ime-lp-body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Escopo dos estilos aplicados originalmente ao body */
.ime-lp-body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 74, 96, 0.25), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(251, 105, 0, 0.08), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(0, 31, 40, 0.55), transparent 42%),
    linear-gradient(180deg, #031117 0%, #000707 36%, #041117 100%);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

.ime-lp-body::before,
.ime-lp-body::after {
  content: '';
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -2;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.ime-lp-body::before {
  width: 360px;
  height: 360px;
  top: 80px;
  left: -100px;
  background: rgba(0, 74, 96, 0.25);
}

.ime-lp-body::after {
  width: 300px;
  height: 300px;
  right: -80px;
  top: 420px;
  background: rgba(251, 105, 0, 0.08);
}

.ime-lp-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.ime-lp-section {
  padding: 118px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  isolation: isolate;
}

.ime-lp-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(0, 50, 65, 0.18) 0%, transparent 62%);
  z-index: -2;
  pointer-events: none;
}

.ime-lp-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 56px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  opacity: 0.42;
}

.ime-lp-text-center {
  text-align: center;
}

.ime-lp-eyebrow {
  color: var(--brand-orange);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(251, 105, 0, 0.18);
  background: rgba(251, 105, 0, 0.08);
  backdrop-filter: blur(10px);
}

.ime-lp-text-center .ime-lp-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.ime-lp-title {
  font-size: clamp(2.35rem, 3vw, 3.55rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}

.ime-lp-subtitle {
  font-size: 1.075rem;
  color: var(--text-muted);
  margin-bottom: 48px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ime-lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 0.98rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
  letter-spacing: -0.01em;
}

.ime-lp-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

.ime-lp-btn-primary {
  background: linear-gradient(135deg, #ff7b1f 0%, var(--brand-orange) 55%, #df5a00 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(251, 105, 0, 0.28);
}

.ime-lp-btn-primary:hover {
  box-shadow: 0 22px 48px rgba(251, 105, 0, 0.34);
}

.ime-lp-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ime-lp-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.ime-lp-grid {
  display: grid;
  gap: 28px;
}

.ime-lp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ime-lp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ime-lp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ime-lp-hero {
  padding: 132px 0 112px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 7, 7, 0.65), rgba(0, 7, 7, 0.85)), url('https://suatv.com.br/wp-content/uploads/2026/06/ChatGPT-Image-5-de-jun.-de-2026-12_34_22.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ime-lp-hero .ime-lp-container {
  position: relative;
}

.ime-lp-hero-content {
  padding-right: 48px;
}

.ime-lp-hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.98;
  margin-bottom: 24px;
  letter-spacing: -0.055em;
  max-width: 100%;
}

.ime-lp-hero p {
  font-size: 1.12rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 620px;
}

.ime-lp-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 46px;
}

.ime-lp-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 680px;
}

.ime-lp-metric {
  font-size: 0.88rem;
  color: var(--text-muted);
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ime-lp-metric strong {
  display: block;
  font-size: 1.45rem;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
}

.ime-lp-card {
  position: relative;
  background: linear-gradient(180deg, rgba(8, 29, 36, 0.92), rgba(5, 18, 23, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 34px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.ime-lp-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.75;
}

.ime-lp-card:hover,
.ime-lp-case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.ime-lp-card h3 {
  font-size: 1.24rem;
  margin-bottom: 12px;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.ime-lp-card p {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.ime-lp-card-giant {
  padding: 54px 44px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.ime-lp-card-giant p {
  margin-bottom: 12px;
}

.ime-lp-card-orange {
  background: linear-gradient(160deg, #ff7c22 0%, #fb6900 60%, #d45500 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ime-lp-card-orange h3 {
  margin-top: 15px;
}

.ime-lp-card-blue {
  background: linear-gradient(180deg, rgba(2, 38, 48, 0.96), rgba(0, 24, 32, 0.96));
  border: 1px solid rgba(94, 146, 165, 0.18);
}

.ime-lp-card-blue h3 {
  margin-bottom: 20px;
}

.ime-lp-impact-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 64px;
}

.ime-lp-impact-num {
  text-align: left;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.ime-lp-impact-num span {
  display: block;
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--brand-orange);
  line-height: 0.95;
  margin-bottom: 14px;
  letter-spacing: -0.05em;
}

.ime-lp-impact-num p {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin: 0;
}

.ime-lp-case-card {
  display: block;
  background: linear-gradient(180deg, rgba(7, 23, 29, 0.96), rgba(4, 15, 20, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: var(--shadow-soft);
}

.ime-lp-case-img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  display: block;
}

.ime-lp-case-content {
  padding: 32px;
  text-align: left;
}

.ime-lp-case-meta {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.ime-lp-case-title {
  font-size: 1.62rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.ime-lp-case-metric {
  color: var(--brand-orange);
  font-weight: 800;
  font-size: 1.18rem;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.ime-lp-case-quote {
  font-style: italic;
  color: var(--text-soft);
  font-size: 0.96rem;
  border-left: 2px solid var(--brand-orange);
  padding-left: 18px;
  line-height: 1.5;
}

.ime-lp-partners {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  margin-top: 48px;
  flex-wrap: wrap;
}

.ime-lp-partner-logo {
  min-width: 220px;
  padding: 26px 34px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow-soft);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

#impacto {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://suatv.com.br/wp-content/uploads/2026/06/ChatGPT-Image-5-de-jun.-de-2026-12_24_30.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* --- SEÇÃO CLARA (LIGHT SECTION) --- */
.ime-lp-section-light {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.ime-lp-section-light::before {
  background: radial-gradient(circle at top center, rgba(0, 31, 40, 0.05) 0%, transparent 62%);
}

.ime-lp-section-light .ime-lp-title,
.ime-lp-section-light > .ime-lp-container > h2,
.ime-lp-section-light .ime-lp-card:not(.ime-lp-card-giant) h3,
.ime-lp-section-light .ime-lp-case-title,
.ime-lp-section-light .ime-lp-partner-logo {
  color: #0f222b !important;
}

.ime-lp-section-light .ime-lp-subtitle,
.ime-lp-section-light .ime-lp-card:not(.ime-lp-card-giant) p,
.ime-lp-section-light .ime-lp-case-quote,
.ime-lp-section-light .ime-lp-case-meta {
  color: #5f7079 !important;
}

.ime-lp-section-light .ime-lp-card:not(.ime-lp-card-giant),
.ime-lp-section-light .ime-lp-case-card,
.ime-lp-section-light .ime-lp-partner-logo {
  background: #ffffff !important;
  border-color: rgba(0, 31, 40, 0.1) !important;
  box-shadow: 0 18px 45px rgba(0, 31, 40, 0.08) !important;
}

.ime-lp-section-light .ime-lp-case-meta {
  background: rgba(0, 31, 40, 0.04) !important;
  border-color: rgba(0, 31, 40, 0.08) !important;
}

.ime-lp-card-logo {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  object-fit: contain;
}

.ime-lp-section-light .ime-lp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}


/* --- SEÇÃO DO CARROSSEL (DEPOIMENTOS - VERSÃO CSS PURO) --- */

/* Wrapper principal */
.ime-lp-carousel-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

/* NOVO: Container estrutural que segura os depoimentos juntos */
.ime-lp-carousel-slides-container {
  position: relative;
  width: 100%;
  min-height: 480px; /* Garante que a página não fique pulando ao trocar os slides */
}

/* ALTERADO: Esconde todos os itens por padrão com transição nativa de opacidade */
.ime-lp-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* LÓGICA MÁGICA: Mostra o depoimento certo baseado no input marcado */
#slide-ammari:checked ~ .ime-lp-carousel-slides-container .item-ammari,
#slide-alfapress:checked ~ .ime-lp-carousel-slides-container .item-alfapress {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2;
  position: relative; /* Faz o container abraçar o tamanho exato do slide ativo */
}

/* O Banner Moderno (Design Intacto) */
.ime-lp-banner-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  background: linear-gradient(145deg, #ffffff, #f0f4f7);
  border: 1px solid rgba(0, 31, 40, 0.06);
  border-radius: 32px;
  padding: 50px;
  box-shadow: 0 30px 70px rgba(0, 31, 40, 0.06);
  align-items: center;
}

/* EFEITO ARTÍSTICO DA FOTO (Design Intacto) */
.ime-lp-blob-shape {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 340px;
  margin: 0 auto;
  background: var(--brand-orange);
  clip-path: polygon(25% 0%, 100% 0%, 85% 90%, 0% 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(251, 105, 0, 0.15);
}

.ime-lp-blob-shape.bg-alt {
  background: var(--brand-blue-light);
  clip-path: polygon(0% 10%, 90% 0%, 100% 90%, 15% 100%);
}

.ime-lp-blob-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ime-lp-banner-grid:hover .ime-lp-blob-shape img {
  transform: scale(1.05);
}

/* Estilo quadrado moderno da foto (Design Intacto) */
/* Ajuste para manter as fotos no formato original sem cortar */
.ime-lp-modern-square {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 400px;
  margin: 0 auto;
  background: var( #ffffff);
  overflow: hidden;
  
  /* Centraliza a imagem perfeitamente dentro do quadrado */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ime-lp-modern-square img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* MUDANÇA CHAVE: Mostra a foto INTEIRA sem nenhum corte */
  transition: transform 0.5s ease;
}

.ime-lp-banner-grid:hover .ime-lp-modern-square img {
  transform: scale(1.03); /* Efeito de zoom leve ao passar o mouse */
}

/* Conteúdo do Depoimento (Design Intacto) */
.ime-lp-banner-content {
  position: relative;
  text-align: left;
  padding-left: 20px;
}

.ime-lp-quote-icon {
  font-size: 3rem;
  color: rgba(251, 105, 0, 0.15);
  position: absolute;
  top: -25px;
  left: 0;
}

.ime-lp-testimonial-text p {
  color: #33444f !important;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.ime-lp-testimonial-author {
  margin-top: 28px;
  border-top: 1px solid rgba(0, 31, 40, 0.08);
  padding-top: 16px;
}

.ime-lp-testimonial-author strong {
  display: block;
  font-size: 1.2rem;
  color: #0f222b;
}

.ime-lp-testimonial-author span {
  font-size: 0.9rem;
  color: var(--brand-orange);
  font-weight: 600;
}

/* Container das abas/botões inferiores (Design Intacto) */
.ime-lp-carousel-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

/* Estilo padrão das abas - Agora configuradas para as Labels (Design Intacto) */
.ime-lp-tab-btn {
  background: rgba(0, 31, 40, 0.05);
  border: 1px solid rgba(0, 31, 40, 0.1);
  color: #5f7079;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  display: inline-block;
  user-select: none;
}

.ime-lp-tab-btn:hover {
  background: rgba(0, 31, 40, 0.1);
  color: #0f222b;
}

/* LÓGICA MÁGICA: Acende a aba certa com cor laranja com base no input marcado */
#slide-ammari:checked ~ .ime-lp-carousel-tabs .btn-ammari,
#slide-alfapress:checked ~ .ime-lp-carousel-tabs .btn-alfapress {
  background: var(--brand-orange, #fb6900) !important;
  border-color: var(--brand-orange, #fb6900) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(251, 105, 0, 0.25) !important;
  transform: translateY(-1px);
}


/* --- ESTILOS FORMULÁRIO RD STATION --- */
#lp-parcerias-1dc0c60f806ccd92f7be {
  max-width: 680px;
  margin: 0 auto;
  padding: 44px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 31, 40, 0.08);
  box-shadow: 0 30px 70px rgba(0, 31, 40, 0.07);
  position: relative;
  text-align: left;
}

#lp-parcerias-1dc0c60f806ccd92f7be .rdstation-form-wrapper,
#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__title,
#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__description {
  display: none !important;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__field,
#lp-parcerias-1dc0c60f806ccd92f7be .rd-form-group {
  margin-bottom: 16px !important;
  display: flex;
  flex-direction: column;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__label,
#lp-parcerias-1dc0c60f806ccd92f7be label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #0f222b !important;
  margin-bottom: 8px !important;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__input,
#lp-parcerias-1dc0c60f806ccd92f7be input[type="text"],
#lp-parcerias-1dc0c60f806ccd92f7be input[type="email"],
#lp-parcerias-1dc0c60f806ccd92f7be input[type="tel"],
#lp-parcerias-1dc0c60f806ccd92f7be select,
#lp-parcerias-1dc0c60f806ccd92f7be textarea {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  color: #0f222b !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 31, 40, 0.15) !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__input:focus,
#lp-parcerias-1dc0c60f806ccd92f7be input:focus {
  border-color: #fb6900 !important;
  box-shadow: 0 0 0 4px rgba(251, 105, 0, 0.12) !important;
}

#lp-parcerias-1dc0c60f806ccd92f7be .bricks-form__submit,
#lp-parcerias-1dc0c60f806ccd92f7be button[type="submit"] {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #fb6900 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 32px !important;
  cursor: pointer !important;
  margin: 10px auto 0 !important;
  display: block !important;
  box-shadow: 0 4px 10px rgba(251, 105, 0, 0.12) !important;
}


/* --- MEDIA QUERIES (RESPONSIVIDADE) --- */
@media (max-width: 992px) {
  .ime-lp-grid-4,
  .ime-lp-grid-3,
  .ime-lp-impact-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ime-lp-hero { padding: 88px 0 72px; }
  .ime-lp-hero-content { padding-right: 0; }
  .ime-lp-hero-buttons, .ime-lp-hero-metrics { margin-left: auto; margin-right: auto; }
  .ime-lp-hero-metrics { max-width: 100%; }
  .ime-lp-card-giant { padding: 40px 28px; }
  
  .ime-lp-banner-grid {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    text-align: center;
  }
  .ime-lp-banner-content {
    padding-left: 0;
    text-align: center;
  }
  .ime-lp-quote-icon {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}

@media (max-width: 768px) {
  .ime-lp-grid-2,
  .ime-lp-grid-4,
  .ime-lp-grid-3,
  .ime-lp-impact-numbers,
  .ime-lp-hero-metrics {
    grid-template-columns: 1fr;
  }
  .ime-lp-section { padding: 90px 0; }
  .ime-lp-title { font-size: 2rem; }
  .ime-lp-hero { text-align: center; }
  .ime-lp-hero h1 { font-size: 2.65rem; }
  .ime-lp-hero p { margin-left: auto; margin-right: auto; }
  .ime-lp-hero-buttons { justify-content: center; }
  .ime-lp-partners { flex-direction: column; gap: 18px; }
  #lp-parcerias-1dc0c60f806ccd92f7be { padding: 28px 20px; border-radius: 18px; }
}

@media (max-width: 540px) {
  .ime-lp-container { padding: 0 20px; }
}/* End custom CSS */