/* Start custom CSS for section, class: .elementor-element-b1dbc38 *//*
PÁGINA DE VENDAS ELOH — CSS VERSÃO 3 — IMAGENS POR LINK
O prefixo "eloh-" evita conflito com o tema e com o Elementor.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

.eloh-sales-page {
  --eloh-primary: #7c3aed;
  --eloh-primary-dark: #5420b6;
  --eloh-primary-light: #ede9fe;
  --eloh-primary-soft: #f7f4ff;
  --eloh-dark: #0d0c14;
  --eloh-dark-2: #15131f;
  --eloh-text: #272534;
  --eloh-muted: #6c6879;
  --eloh-white: #ffffff;
  --eloh-soft: #f7f7fb;
  --eloh-border: #e7e4ee;
  --eloh-danger: #dc2626;
  --eloh-success: #16a34a;
  --eloh-warning: #f59e0b;
  --eloh-shadow-sm: 0 12px 35px rgba(43, 31, 75, .08);
  --eloh-shadow-md: 0 24px 65px rgba(43, 31, 75, .14);
  --eloh-shadow-purple: 0 16px 38px rgba(124, 58, 237, .28);
  --eloh-radius-sm: 14px;
  --eloh-radius-md: 22px;
  --eloh-radius-lg: 30px;
  --eloh-shell: 1420px;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--eloh-text);
  background: var(--eloh-white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.eloh-sales-page *,
.eloh-sales-page *::before,
.eloh-sales-page *::after {
  box-sizing: border-box;
}

.eloh-sales-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.eloh-sales-page a {
  color: inherit;
  text-decoration: none;
}

.eloh-sales-page button {
  font: inherit;
}

.eloh-sales-page h1,
.eloh-sales-page h2,
.eloh-sales-page h3,
.eloh-sales-page p {
  margin-top: 0;
}

.eloh-sales-page h1,
.eloh-sales-page h2,
.eloh-sales-page h3 {
  color: var(--eloh-text);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.eloh-sales-page h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 800;
}

.eloh-sales-page h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 800;
}

.eloh-sales-page h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 750;
}

.eloh-sales-page h1 span,
.eloh-sales-page h2 span {
  color: var(--eloh-primary);
}

.eloh-sales-page p {
  color: var(--eloh-muted);
}

/*
CORREÇÃO PRINCIPAL PARA ELEMENTOR:
faz o fundo alcançar as duas bordas mesmo quando o widget
está dentro de um container limitado.
*/
.eloh-full-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.eloh-shell {
  width: min(calc(100% - 56px), var(--eloh-shell));
  margin-right: auto;
  margin-left: auto;
}

.eloh-section {
  padding: 105px 0;
}

.eloh-section--soft {
  background: var(--eloh-soft);
}

.eloh-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 17px;
  padding: 7px 13px;
  color: var(--eloh-primary-dark);
  background: var(--eloh-primary-light);
  border: 1px solid #d9cdfb;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.eloh-section-heading {
  max-width: 800px;
  margin-bottom: 48px;
}

.eloh-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eloh-section-heading--center p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.eloh-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 750;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.eloh-button:hover {
  transform: translateY(-2px);
}

.eloh-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #8b5cf6, var(--eloh-primary-dark));
  box-shadow: var(--eloh-shadow-purple);
}

.eloh-button--outline {
  color: var(--eloh-primary-dark) !important;
  background: var(--eloh-white);
  border-color: #cec5dc;
}

.eloh-button--outline:hover {
  color: #fff !important;
  background: var(--eloh-primary-dark);
  border-color: var(--eloh-primary-dark);
}

.eloh-button--white {
  color: var(--eloh-primary-dark) !important;
  background: #fff;
  box-shadow: 0 14px 32px rgba(44, 17, 92, .25);
}

.eloh-button--full {
  width: 100%;
}

/* CABEÇALHO */
.eloh-header {
  position: relative !important;
  top: auto !important;
  z-index: 30;
  color: #fff;
  background: var(--eloh-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.eloh-header__inner {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 34px;
}

.eloh-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.eloh-logo img {
  width: 205px;
  max-width: 205px;
  max-height: 75px;
  object-fit: contain;
}

.eloh-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.eloh-nav a {
  position: relative;
  color: rgba(255,255,255,.86) !important;
  font-size: .95rem;
  font-weight: 650;
}

.eloh-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--eloh-primary);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.eloh-nav a:hover::after {
  transform: scaleX(1);
}

.eloh-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.eloh-phone {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-weight: 700;
}

.eloh-button--header {
  min-height: 48px;
  padding: 12px 20px;
}

.eloh-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
}

.eloh-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

/* HERO */
.eloh-hero {
  position: relative;
  padding: 105px 0 85px;
  background:
    radial-gradient(circle at 88% 17%, rgba(124,58,237,.22), transparent 28%),
    radial-gradient(circle at 5% 86%, rgba(139,92,246,.09), transparent 26%),
    linear-gradient(180deg, #fbfaff 0%, #fff 100%);
}

.eloh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: center;
  gap: 82px;
}

.eloh-hero__text {
  max-width: 700px;
  margin-bottom: 32px;
  font-size: 1.12rem;
}

.eloh-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.eloh-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.eloh-avatars {
  display: flex;
  padding-left: 8px;
}

.eloh-avatars span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-left: -8px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #4c1d95, #8b5cf6);
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: .64rem;
  font-weight: 800;
}

.eloh-stars {
  color: var(--eloh-warning);
  letter-spacing: .08em;
  font-weight: 800;
}

.eloh-stars strong {
  margin-left: 6px;
  color: var(--eloh-text);
  letter-spacing: 0;
}

.eloh-rating small {
  color: var(--eloh-muted);
}

.eloh-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.eloh-hero__benefits article {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--eloh-border);
  border-radius: 14px;
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-hero__benefits article > i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: var(--eloh-primary-dark);
  background: var(--eloh-primary-light);
  border-radius: 10px;
}

.eloh-hero__benefits strong,
.eloh-hero__benefits span {
  display: block;
}

.eloh-hero__benefits strong {
  font-size: .82rem;
}

.eloh-hero__benefits span {
  color: var(--eloh-muted);
  font-size: .7rem;
}

.eloh-form-card {
  padding: 38px;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-lg);
  box-shadow: var(--eloh-shadow-md);
}

.eloh-form-card h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.eloh-elementor-placeholder {
  display: grid;
  min-height: 355px;
  margin-top: 25px;
  padding: 30px;
  place-items: center;
  align-content: center;
  color: var(--eloh-primary-dark);
  background: linear-gradient(135deg, rgba(124,58,237,.04), rgba(124,58,237,.12));
  border: 2px dashed #c6b2f5;
  border-radius: 20px;
  text-align: center;
}

.eloh-elementor-placeholder i {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  place-items: center;
  color: #fff;
  background: var(--eloh-primary);
  border-radius: 18px;
  font-size: 1.4rem;
}

.eloh-elementor-placeholder span {
  max-width: 320px;
  margin-top: 7px;
  color: var(--eloh-muted);
}

.eloh-form-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  color: var(--eloh-muted);
  font-size: .82rem;
}

/* ESTATÍSTICAS */
.eloh-stats {
  background: #fff;
  border-top: 1px solid var(--eloh-border);
  border-bottom: 1px solid var(--eloh-border);
}

.eloh-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.eloh-stats article {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px 24px;
  border-right: 1px solid var(--eloh-border);
}

.eloh-stats article:last-child {
  border-right: 0;
}

.eloh-stats i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--eloh-primary-dark);
  background: var(--eloh-primary-light);
  border-radius: 12px;
}

.eloh-stats strong,
.eloh-stats span {
  display: block;
}

.eloh-stats strong {
  font-size: 1.08rem;
}

.eloh-stats span {
  color: var(--eloh-muted);
  font-size: .8rem;
}

/* CARTÕES */
.eloh-comparison {
  display: grid;
  grid-template-columns: .88fr 1.42fr;
  gap: 26px;
}

.eloh-card {
  padding: 38px;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-md);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-card--problem {
  background: #fffafa;
  border-color: #f9dddd;
}

.eloh-card-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--eloh-primary-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.eloh-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.eloh-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.eloh-list--negative i,
.eloh-list--check i {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 7px;
  font-size: .72rem;
}

.eloh-list--negative i {
  color: var(--eloh-danger);
  background: #fee2e2;
}

.eloh-list--check i {
  color: var(--eloh-primary-dark);
  background: var(--eloh-primary-light);
}

.eloh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eloh-primary-dark) !important;
  font-weight: 750;
}

.eloh-solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 25px;
}

.eloh-solutions > div {
  min-height: 150px;
  padding: 21px;
  background: var(--eloh-soft);
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-sm);
}

.eloh-solutions i {
  margin-bottom: 18px;
  color: var(--eloh-primary);
  font-size: 1.38rem;
}

.eloh-solutions strong,
.eloh-solutions span {
  display: block;
}

.eloh-solutions span {
  margin-top: 5px;
  color: var(--eloh-muted);
  font-size: .82rem;
}

/* ETAPAS */
.eloh-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.eloh-steps article {
  position: relative;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-md);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-steps article > span {
  position: absolute;
  top: 19px;
  right: 21px;
  color: #d9d0ee;
  font-size: 2rem;
  font-weight: 800;
}

.eloh-steps article > i {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 23px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, var(--eloh-primary-dark));
  border-radius: 17px;
  box-shadow: var(--eloh-shadow-purple);
  font-size: 1.2rem;
}

/* RECURSOS */
.eloh-features {
  display: grid;
  grid-template-columns: .8fr 1.5fr;
  gap: 54px;
  padding: 48px;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-lg);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-features__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eloh-included {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: #06783d;
  background: #dcfce7;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

/* PLACEHOLDERS */
.eloh-image-placeholder {
  display: grid;
  min-height: 310px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--eloh-primary-dark);
  background:
    linear-gradient(135deg, rgba(124,58,237,.07), rgba(124,58,237,.16)),
    repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(255,255,255,.55) 12px, rgba(255,255,255,.55) 24px);
  border: 2px dashed #bca5f4;
  border-radius: var(--eloh-radius-sm);
  text-align: center;
}

.eloh-image-placeholder i {
  font-size: 1.6rem;
}

.eloh-image-placeholder small {
  color: var(--eloh-muted);
}

/* ANTES E DEPOIS */
.eloh-transformation {
  display: grid;
  grid-template-columns: .7fr 1.55fr;
  align-items: center;
  gap: 55px;
}

.eloh-before-after {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
}

.eloh-before-after article > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--eloh-muted);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eloh-arrow {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--eloh-primary);
  border-radius: 50%;
  box-shadow: var(--eloh-shadow-purple);
}

/* PORTFÓLIO */
.eloh-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eloh-project {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-md);
  box-shadow: var(--eloh-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}

.eloh-project:hover {
  transform: translateY(-6px);
  box-shadow: var(--eloh-shadow-md);
}

.eloh-project__image {
  min-height: 260px;
  border: 0;
  border-radius: 0;
}

.eloh-project__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px;
}

.eloh-project__info span {
  color: var(--eloh-primary);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eloh-project__info h3 {
  margin: 4px 0 0;
}

.eloh-project__info a {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: var(--eloh-primary-dark) !important;
  background: var(--eloh-primary-light);
  border-radius: 12px;
}

/* SOBRE */
.eloh-about {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 75px;
}

.eloh-about__visual {
  position: relative;
}

.eloh-about__image {
  min-height: 540px;
}

.eloh-experience {
  position: absolute;
  right: -20px;
  bottom: 34px;
  padding: 23px 25px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, var(--eloh-primary-dark));
  border: 5px solid var(--eloh-soft);
  border-radius: 20px;
  box-shadow: var(--eloh-shadow-purple);
}

.eloh-experience strong,
.eloh-experience span {
  display: block;
}

.eloh-experience strong {
  font-size: 2rem;
}

.eloh-experience span {
  font-size: .78rem;
}

.eloh-about__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 28px;
}

.eloh-about__points div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 650;
}

.eloh-about__points i {
  color: var(--eloh-primary);
}

/* ==========================================================
   CARROSSEL DE DEPOIMENTOS
========================================================== */

.eloh-testimonials-carousel {
  position: relative;
  width: 100%;
  margin-top: 48px;
  padding: 0 58px;
}

.eloh-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.eloh-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

/* Três cards visíveis no desktop */

.eloh-carousel-track .eloh-testimonial {
  width: calc((100% - 48px) / 3);
  min-width: calc((100% - 48px) / 3);
  flex: 0 0 calc((100% - 48px) / 3);

  display: flex;
  flex-direction: column;

  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--eloh-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(43, 31, 75, 0.09);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eloh-carousel-track .eloh-testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(43, 31, 75, 0.15);
}

/* Área do logotipo */

.eloh-carousel-track .eloh-testimonial__image {
  display: flex;
  width: 100%;
  height: 210px;
  align-items: center;
  justify-content: center;
  padding: 34px;

  background:
    linear-gradient(
      135deg,
      rgba(124, 58, 237, 0.035),
      rgba(124, 58, 237, 0.09)
    );

  border-bottom: 1px solid var(--eloh-border);
}

.eloh-carousel-track .eloh-testimonial__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 135px;
  object-fit: contain;
  object-position: center;
}

/* Conteúdo do depoimento */

.eloh-carousel-track .eloh-testimonial__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.eloh-carousel-track .eloh-stars {
  margin-bottom: 16px;
  color: #f4a900;
  font-size: 19px;
  letter-spacing: 0.08em;
}

.eloh-carousel-track blockquote {
  flex: 1;
  min-height: 145px;
  margin: 0 0 24px;
  color: #454151;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.7;
}

.eloh-carousel-track .eloh-client {
  display: flex;
  align-items: center;
  gap: 13px;
}

.eloh-carousel-track .eloh-client > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--eloh-primary-dark),
    #8b5cf6
  );

  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
}

.eloh-carousel-track .eloh-client strong,
.eloh-carousel-track .eloh-client small {
  display: block;
}

.eloh-carousel-track .eloh-client small {
  margin-top: 3px;
  color: var(--eloh-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.eloh-carousel-track .eloh-client small a {
  color: var(--eloh-primary-dark);
  text-decoration: none;
}

/* Setas */

.eloh-carousel-button {
  position: absolute;
  z-index: 5;
  top: 50%;

  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    #8b5cf6,
    var(--eloh-primary-dark)
  );

  border: 0;
  border-radius: 50%;
  box-shadow: var(--eloh-shadow-purple);
  cursor: pointer;

  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.eloh-carousel-button:hover {
  transform: translateY(-50%) scale(1.08);
}

.eloh-carousel-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.eloh-carousel-button--prev {
  left: 0;
}

.eloh-carousel-button--next {
  right: 0;
}

/* Bolinhas */

.eloh-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.eloh-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #d7cfed;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.eloh-carousel-dot.is-active {
  width: 28px;
  background: var(--eloh-primary);
}

/* Tablet: dois cards */

@media only screen and (max-width: 1024px) {

  .eloh-testimonials-carousel {
    padding: 0 52px;
  }

  .eloh-carousel-track .eloh-testimonial {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .eloh-carousel-track {
    gap: 20px;
  }
}

/* Mobile: um card */

@media only screen and (max-width: 767px) {

  .eloh-testimonials-carousel {
    padding: 0;
  }

  .eloh-carousel-viewport {
    overflow: hidden;
  }

  .eloh-carousel-track {
    gap: 16px;
  }

  .eloh-carousel-track .eloh-testimonial {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }

  .eloh-carousel-track .eloh-testimonial__image {
    height: 190px;
    padding: 28px;
  }

  .eloh-carousel-track .eloh-testimonial__content {
    padding: 24px;
  }

  .eloh-carousel-track blockquote {
    min-height: 0;
  }

  /* Setas menores e sobrepostas ao card */

  .eloh-carousel-button {
    top: 178px;
    width: 40px;
    height: 40px;
  }

  .eloh-carousel-button--prev {
    left: 8px;
  }

  .eloh-carousel-button--next {
    right: 8px;
  }

  .eloh-carousel-dots {
    margin-top: 24px;
  }
}

/* PLANOS */
.eloh-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
}

.eloh-price-card {
  position: relative;
  padding: 38px;
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-md);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-price-card--featured {
  z-index: 2;
  border: 2px solid var(--eloh-primary);
  box-shadow: var(--eloh-shadow-md);
  transform: translateY(-12px);
}

.eloh-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 6px 13px;
  color: #fff;
  background: var(--eloh-primary);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.eloh-plan-name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 800;
}

.eloh-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 28px 0;
}

.eloh-price small {
  width: 100%;
  color: var(--eloh-muted);
}

.eloh-price strong {
  font-size: 2.45rem;
  line-height: 1;
}

.eloh-price-card .eloh-list {
  min-height: 220px;
}

/* FAQ */
.eloh-faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 75px;
}

.eloh-faq__list {
  display: grid;
  gap: 12px;
}

.eloh-faq details {
  background: #fff;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-sm);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-faq summary {
  position: relative;
  padding: 21px 55px 21px 23px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.eloh-faq summary::-webkit-details-marker {
  display: none;
}

.eloh-faq summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  color: var(--eloh-primary);
  content: "+";
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.eloh-faq details[open] summary::after {
  content: "−";
}

.eloh-faq details p {
  margin: 0;
  padding: 0 23px 23px;
}

/* CTA */
.eloh-final-cta {
  padding: 52px 0;
  background: linear-gradient(120deg, #4c1d95 0%, #7c3aed 56%, #8b5cf6 100%);
}

.eloh-final-cta__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  color: #fff;
}

.eloh-final-cta__icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  font-size: 1.55rem;
}

.eloh-final-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.eloh-final-cta p {
  margin: 0;
  color: rgba(255,255,255,.85);
}

/* RODAPÉ */
.eloh-footer {
  color: rgba(255,255,255,.75);
  background: var(--eloh-dark);
}

.eloh-footer__inner {
  display: flex;
  min-height: 154px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eloh-footer img {
  width: 205px;
  max-width: 205px;
  max-height: 75px;
  object-fit: contain;
}

.eloh-footer p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .88rem;
}

.eloh-social {
  display: flex;
  gap: 11px;
}

.eloh-social a {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: #fff !important;
  background: rgba(255,255,255,.08);
  border-radius: 11px;
  transition: background .25s ease;
}

.eloh-social a:hover {
  background: var(--eloh-primary);
}

/* CORREÇÕES EXTRAS PARA ELEMENTOR E TEMAS */
body .elementor,
body .elementor-section-wrap,
body .elementor-widget-html,
body .elementor-widget-html .elementor-widget-container {
  max-width: 100%;
}

body .elementor-widget-html .elementor-widget-container {
  overflow: visible;
}

/* RESPONSIVO */
@media (max-width: 1180px) {
  .eloh-nav {
    gap: 22px;
  }

  .eloh-phone {
    display: none;
  }

  .eloh-hero__grid {
    gap: 48px;
  }

  .eloh-hero__benefits {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .eloh-features {
    grid-template-columns: 1fr;
  }

  .eloh-portfolio,
  .eloh-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .eloh-section {
    padding: 80px 0;
  }

  .eloh-header__inner {
    min-height: 88px;
  }

  .eloh-logo img,
  .eloh-footer img {
    width: 180px;
    max-width: 180px;
  }

  .eloh-menu-button {
    display: block;
  }

  .eloh-nav {
    position: absolute;
    top: 88px;
    right: 28px;
    left: 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #11101a;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(0,0,0,.35);
  }

  .eloh-nav.is-open {
    display: flex;
  }

  .eloh-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .eloh-nav a:last-child {
    border-bottom: 0;
  }

  .eloh-nav a::after {
    display: none;
  }

  .eloh-header__actions {
    display: none;
  }

  .eloh-hero {
    padding-top: 75px;
  }

  .eloh-hero__grid,
  .eloh-comparison,
  .eloh-transformation,
  .eloh-about,
  .eloh-faq {
    grid-template-columns: 1fr;
  }

  .eloh-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eloh-stats article:nth-child(2) {
    border-right: 0;
  }

  .eloh-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .eloh-features__columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .eloh-before-after {
    grid-template-columns: 1fr;
  }

  .eloh-arrow {
    margin: -3px auto;
    transform: rotate(90deg);
  }

  .eloh-pricing {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .eloh-price-card--featured {
    transform: none;
  }

  .eloh-final-cta__inner {
    grid-template-columns: auto 1fr;
  }

  .eloh-final-cta .eloh-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 660px) {
  .eloh-shell {
    width: min(calc(100% - 28px), var(--eloh-shell));
  }

  .eloh-section {
    padding: 66px 0;
  }

  .eloh-sales-page h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .eloh-sales-page h2 {
    font-size: clamp(1.95rem, 9vw, 2.65rem);
  }

  .eloh-hero__buttons {
    flex-direction: column;
  }

  .eloh-hero__buttons .eloh-button {
    width: 100%;
  }

  .eloh-form-card,
  .eloh-card,
  .eloh-features,
  .eloh-steps article,
  .eloh-price-card {
    padding: 25px;
  }

  .eloh-solutions,
  .eloh-steps,
  .eloh-features__columns,
  .eloh-portfolio,
  .eloh-testimonials,
  .eloh-about__points {
    grid-template-columns: 1fr;
  }

  .eloh-stats__grid {
    grid-template-columns: 1fr;
  }

  .eloh-stats article {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--eloh-border);
  }

  .eloh-stats article:last-child {
    border-bottom: 0;
  }

  .eloh-about__image {
    min-height: 390px;
  }

  .eloh-experience {
    right: 14px;
  }

  .eloh-final-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eloh-final-cta__icon {
    margin-right: auto;
    margin-left: auto;
  }

  .eloh-footer__inner {
    min-height: 210px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}


/* ==========================================================
   IMAGENS POR LINK — VERSÃO 3
   Todas as imagens agora usam a estrutura:
   <div class="classe"><img src="URL_DA_IMAGEM" alt=""></div>
========================================================== */

.eloh-before-after-image,
.eloh-project__image,
.eloh-about__image,
.eloh-testimonial__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.eloh-before-after-image {
  height: 310px;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-sm);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-before-after-image img,
.eloh-project__image img,
.eloh-about__image img,
.eloh-testimonial__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .45s ease;
}

.eloh-before-after-image:hover img,
.eloh-project:hover .eloh-project__image img,
.eloh-testimonial:hover .eloh-testimonial__image img {
  transform: scale(1.025);
}

/*
Portfólio:
A imagem ocupa a largura inteira do card.
Para mostrar uma landing page completa dentro do card, use object-fit: cover.
Para mostrar toda a imagem sem cortes, troque cover por contain.
*/
.eloh-project__image {
  height: 260px;
  border-bottom: 1px solid var(--eloh-border);
}

.eloh-project__image img {
  object-fit: cover;
  object-position: top center;
}

/* Arte institucional da seção Sobre */
.eloh-about__image {
  height: 540px;
  border: 1px solid var(--eloh-border);
  border-radius: var(--eloh-radius-md);
  box-shadow: var(--eloh-shadow-sm);
}

.eloh-about__image img {
  object-fit: cover;
  object-position: center;
}

/* Projeto exibido acima de cada depoimento */
.eloh-testimonial__image {
  height: 220px;
  border-bottom: 1px solid var(--eloh-border);
}

.eloh-testimonial__image img {
  object-fit: cover;
  object-position: top center;
}

/* Evita ícone de imagem quebrada ultrapassar o card */
.eloh-before-after-image img,
.eloh-project__image img,
.eloh-about__image img,
.eloh-testimonial__image img {
  font-size: 0;
}

/* Ajustes responsivos das imagens */
@media (max-width: 920px) {
  .eloh-before-after-image {
    height: 380px;
  }

  .eloh-about__image {
    height: 500px;
  }
}

@media (max-width: 660px) {
  .eloh-before-after-image {
    height: 260px;
  }

  .eloh-project__image {
    height: 235px;
  }

  .eloh-about__image {
    height: 390px;
  }

  .eloh-testimonial__image {
    height: 210px;
  }
}

/* IMAGEM DA SEÇÃO SOBRE — DESKTOP E TABLET */

.eloh-about__image {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: #080712;
  border-radius: 22px;
}

.eloh-about__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.eloh-about__image picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* IMAGEM EXCLUSIVA PARA CELULAR */

@media only screen and (max-width: 767px) {

  .eloh-about__image {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .eloh-about__image picture {
    width: 100%;
    height: 100%;
  }

  .eloh-about__image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  /* Oculta o selo +5 anos no celular */
  .eloh-about__visual .eloh-experience {
    display: none !important;
  }

}

.eloh-form-area{

    width:100%;
    min-height:560px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:25px;

    border:1px solid #E7E7F4;
    border-radius:24px;

    background:#fff;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

/* =========================================================
   CORREÇÃO DEFINITIVA — HEADER, HERO E FORMULÁRIO NO MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .eloh-sales-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /*
   No desktop, o full-bleed usa 100vw e margem negativa.
   No celular isso pode criar largura maior que a tela.
  */
  .eloh-sales-page .eloh-full-bleed {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .eloh-sales-page .eloh-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  /* CABEÇALHO */

  .eloh-header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .eloh-header__inner {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 90px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .eloh-logo {
    max-width: calc(100% - 75px) !important;
    min-width: 0 !important;
  }

  .eloh-logo img {
    width: 180px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .eloh-menu-button {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    margin-left: auto !important;
  }

  .eloh-nav {
    right: 18px !important;
    left: 18px !important;
    width: auto !important;
    max-width: none !important;
  }

  /* HERO */

  .eloh-hero {
    width: 100% !important;
    padding: 55px 0 50px !important;
  }

  .eloh-hero__grid {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
  }

  .eloh-hero__content,
  .eloh-form-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .eloh-hero__content {
    overflow: hidden !important;
  }

  .eloh-kicker {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 8px 13px !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  .eloh-sales-page h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: clamp(2.5rem, 12vw, 3.5rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.055em !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .eloh-hero__text {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
    overflow-wrap: break-word !important;
  }

  .eloh-hero__buttons {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .eloh-hero__buttons .eloh-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    text-align: center !important;
  }

  /* FORMULÁRIO */

  .eloh-form-card {
    padding: 25px 18px !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }

  .eloh-form-card h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }

  .eloh-form-card > p {
    max-width: 100% !important;
    font-size: 1rem !important;
  }

  .eloh-form-area,
  .eloh-form-card .elementor,
  .eloh-form-card .elementor-widget,
  .eloh-form-card .elementor-widget-container,
  .eloh-form-card .elementor-form,
  .eloh-form-card form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .eloh-form-card .elementor-form-fields-wrapper {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .eloh-form-card .elementor-field-group,
  .eloh-form-card .elementor-column,
  .eloh-form-card .elementor-col-100,
  .eloh-form-card .elementor-col-50,
  .eloh-form-card .elementor-col-40,
  .eloh-form-card .elementor-col-60 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
  }

  .eloh-form-card input,
  .eloh-form-card textarea,
  .eloh-form-card select,
  .eloh-form-card button,
  .eloh-form-card .elementor-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  .eloh-form-card textarea {
    resize: vertical !important;
  }

  /* Evita que o reCAPTCHA force largura maior que o celular */

  .eloh-form-card .elementor-field-type-recaptcha {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .eloh-form-card .g-recaptcha {
    width: 304px !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform-origin: left top !important;
  }

  .eloh-form-card iframe {
    max-width: 100% !important;
  }

  .eloh-form-security {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 5px !important;
    text-align: center !important;
  }

  /* ESTATÍSTICAS */

  .eloh-stats,
  .eloh-stats__grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .eloh-stats article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 24px 18px !important;
  }
}/* End custom CSS */