/*
Theme Name: Solucoes1
Author: Connect Vending
Description: Landing page eventos — layouts alinhados ao Figma (desktop 27:59, mobile 53:725).
Version: 1.0.0

Design System: UI_LPEventos_CV frame «Design System» (node 27:233)
- Paleta: mapeia variáveis Figma (--grafite-quente, --off-white, --oliva-mineral, etc.)
 - Tipografia: HK Grotesk.
- Display (27:620 CinzaWhite): gradiente cinza-claro → off-white — .lp-display--gradient
- Display (27:619 GrafiVio): gradiente violeta → grafite — token --cv-gradient-display-violet + utility .lp-display--gradient-violet
- Utilitários DS: .lp-titulo-1, .lp-titulo-2, .lp-corpo, .lp-legenda (+ modificadores --grafite, --off-white, --violeta, --invert)
- Título 1: 24px / 700 — agrupado em .lp-titulo-1 e secções (.lp-eventos__title, .lp-incluso__title, .lp-h2…)
- Título 2: 16px / 600, line-height 22px — .lp-titulo-2, .lp-btn, .lp-glasscard__title
- Hero lead (mob ref.): 16px / 400, line-height 22px — .lp-hero__lead
- Corpo: 12px / 500, line-height 16px — .lp-corpo + bullets, cards, rodapé texto
- Legenda: 8px / 400 — .lp-legenda + .lp-footer__legal
- Btn1 MD/SM preenchido + hover: 27:629 / 27:638 — HoverEscuro = linear-gradient(90deg, violeta→grafite); HoverClaro = oliva→taupe
- Btn2 MD/SM outline: 27:647 / 27:656 — borda 1px; hover violet = borda 2px; outline “claro” hover = borda/texto cinza-claro
- Btn1 MD (Figma): py 8px px 16px, radius 2px, Título 2 Semibold / line-height 22px — .lp-btn
  Hero claro: 83-578 Btn1 MD (cinza-claro + --cv-grafite legível); Eventos violeta largo: 30-1027
- Layout fluido: --cv-space-gutter / --cv-space-section (clamp), --cv-fluid-mobile-width, --cv-fluid-inner-width, --cv-incluso-*
- Tipografia fluida: --cv-text-display, --cv-text-titulo-1/2, --cv-text-corpo, etc. (escala contínua ~320–1280px)
- Responsivo global: referência 1440px; faixa alvo 402px (frame Figma) → 2048px+ (§ estratégia após :root)
*/

/* --- Fontes locais: HK Grotesk --- */
@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-Regular.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-Medium.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-SemiBold.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-Bold.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-Bold.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src:
    url("assets/fonts/HKGrotesk-Italic.woff2") format("woff2"),
    url("assets/fonts/HKGrotesk-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* --- Tokens (Figma Design System) --- */
:root {
  /* Nome Figma (DS) — mesmo valor que --cv-grafite */
  --Grafite-Quente: #2e2e2c;
  --cv-grafite: #2e2e2c;
  --cv-off-white: #f4f1ec;
  /* Nome Figma (variáveis exportadas) */
  --Off-white: #f4f1ec;
  --cv-oliva: #6f7663;
  --cv-violeta: #432534;
  --cv-cinza-claro: #e2e0db;
  --cv-taupe: #b7aea2;
  --cv-gradient-start: #e2e0db;
  /* Segundo estilo Display no DS (27:619) */
  --cv-gradient-display-violet-start: #432534;
  --cv-gradient-display-violet-end: #2e2e2c;
  /* Btn1 hover (Figma Degrade GrafiVio / OlivTaupe) */
  --cv-btn-hover-violet-fill: linear-gradient(
    90deg,
    var(--cv-violeta) 0%,
    var(--cv-grafite) 100%
  );
  --cv-btn-hover-olive-fill: linear-gradient(
    90deg,
    var(--cv-oliva) 0%,
    var(--cv-taupe) 100%
  );
  --cv-radius: 2px;
  --cv-font: "HK Grotesk", system-ui, sans-serif;
  /* Espaçamentos: escalam entre telemóvel estreito e ~desktop (máx. Figma) */
  /* Gutter horizontal: mín. confortável em ~402px; cresce até 1440; ultrawide com teto suave */
  --cv-space-gutter: clamp(
    16px,
    calc(16px + max(0px, 100vw - 360px) * 0.0357),
    40px
  );
  --lp-gutter-x: clamp(
    14px,
    calc(14px + max(0px, 100vw - 402px) * 0.03125),
    min(72px, calc(40px + max(0px, 100vw - 1440px) * 0.035))
  );
  /* Aliases (LP Soluções — Figma / legado) */
  --offwhite: var(--Off-white, #f4f1ec);
  --violeta: var(--cv-violeta);
  --cinza: rgba(46, 46, 44, 0.22);
  --grafite: var(--cv-grafite);
  --cv-cinza: rgba(46, 46, 44, 0.22);
  --font-display-size: var(--cv-text-display);
  --font-title-2-size: 16px;
  --font-body-size: var(--cv-text-corpo);
  --cv-space-section: clamp(
    40px,
    calc(40px + max(0px, 100vw - 400px) * 0.022),
    56px
  );
  --cv-max: 1440px;
  --cv-break: 1024px;
  /* Larguras: coluna mobile (402) e blocos internos (322) — min() evita overflow */
  --cv-fluid-mobile-width: min(100%, clamp(18.75rem, 92vw, 25.125rem));
  --cv-fluid-inner-width: min(100%, clamp(16.25rem, 88vw, 20.125rem));
  /* Incluso mobile: altura do frame + padding superior do conteúdo sobre a foto */
  --cv-incluso-min-height: clamp(36rem, calc(88vw + 14rem), 50.625rem);
  --cv-incluso-pad-top: clamp(5rem, calc(0.85 * 100vw - 1rem), 21.4375rem);
  /* Hero <1024px: altura via aspect-ratio 402/670 em .lp-hero__inner (BannerHeroMob) */
  /* CTA final mobile: faixa da foto */
  --cv-cta-mob-photo-min-h: clamp(240px, 72vw, 320px);

  /*
     * Tipografia fluida (320px → 1280px): um único scale contínuo, sem saltos por media query.
     * Fórmula: min + (max − min) × ((100vw − 20rem) / 60rem); clamp fixa extremos.
     */
  --cv-text-display: clamp(
    1.5rem,
    calc(1.5rem + (2.375rem - 1.5rem) * ((100vw - 20rem) / 60rem)),
    2.375rem
  );
  --cv-text-titulo-1: clamp(
    1.2rem,
    calc(1.2rem + (1.5rem - 1.2rem) * ((100vw - 20rem) / 60rem)),
    1.5rem
  );
  --cv-text-titulo-2: clamp(
    0.875rem,
    calc(0.875rem + (1rem - 0.875rem) * ((100vw - 20rem) / 60rem)),
    1rem
  );
  --cv-text-hero-lead: clamp(
    1rem,
    calc(1rem + (1.125rem - 1rem) * ((100vw - 20rem) / 60rem)),
    1.125rem
  );
  --cv-text-imgcard: clamp(
    1rem,
    calc(1rem + (1.5rem - 1rem) * ((100vw - 20rem) / 60rem)),
    1.5rem
  );
  --cv-text-corpo: clamp(
    0.6875rem,
    calc(0.6875rem + (0.75rem - 0.6875rem) * ((100vw - 20rem) / 60rem)),
    0.75rem
  );
  --cv-text-legenda: clamp(
    0.5rem,
    calc(0.5rem + (0.5625rem - 0.5rem) * ((100vw - 20rem) / 60rem)),
    0.5625rem
  );
  --cv-text-body: clamp(
    0.9375rem,
    calc(0.9375rem + (1rem - 0.9375rem) * ((100vw - 20rem) / 60rem)),
    1rem
  );
  --cv-text-form-input: clamp(
    0.8125rem,
    calc(0.8125rem + (0.875rem - 0.8125rem) * ((100vw - 20rem) / 60rem)),
    0.875rem
  );
  /* CF7 / DS «Txt» 27:691 — campo tipo pílula */
  --cv-cf7-field-bg: #f0f0f0;
  --cv-cf7-field-placeholder: #818181;
  --cv-cf7-field-radius-pill: 9999px;
  --cv-cf7-textarea-radius: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Faixas de referência: 402 (mob Figma) · 900 (tablet) · 1024 · 1440 (design) · 1920–2048+ (ultrawide) */

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--cv-font);
  font-size: var(--cv-text-body);
  color: var(--cv-grafite);
  background: var(--cv-grafite);
  overflow-x: clip;
}

/* Tipografia fluida estendida: após ~1280px mantém crescimento muito leve até ~2048px (evita “congelar” cedo no ecrã grande) */
@media (min-width: 80rem) {
  :root {
    --cv-text-display: clamp(
      2.375rem,
      calc(2.375rem + (2.5rem - 2.375rem) * ((100vw - 80rem) / 53rem)),
      2.5rem
    );
    --cv-text-titulo-1: clamp(
      1.5rem,
      calc(1.5rem + (1.5625rem - 1.5rem) * ((100vw - 80rem) / 53rem)),
      1.5625rem
    );
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

/* --- Tipografia / Design system (Título 2: lh 22px; Corpo: lh 16px; restantes lh 1 = Figma 100% onde aplicável) --- */
.lp-display {
  margin: 0;
  font-family: var(--cv-font);
  font-size: var(--cv-text-display);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .lp-display--gradient {
    background: linear-gradient(
      90deg,
      var(--cv-gradient-start),
      var(--cv-off-white)
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .lp-display--gradient-violet {
    background: linear-gradient(
      90deg,
      var(--cv-gradient-display-violet-start),
      var(--cv-gradient-display-violet-end)
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.lp-titulo-1,
.lp-h2,
.lp-eventos__title,
.lp-incluso__title {
  font-family: var(--cv-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
}

.lp-titulo-2,
.lp-btn,
.lp-glasscard__title {
  font-family: var(--cv-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
}

.lp-hero__lead,
.lp-hero__lead p {
  font-family: var(--cv-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}

.lp-corpo,
.lp-body,
.lp-eventos__bullets,
.lp-glasscard__text,
.lp-feature__text,
.lp-footer__label,
.lp-footer__text {
  font-family: var(--cv-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.lp-legenda,
.lp-footer__legal {
  font-family: var(--cv-font);
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lp-titulo-1--grafite {
  color: var(--cv-grafite);
}
.lp-titulo-1--off-white {
  color: var(--cv-off-white);
}
.lp-titulo-2--grafite {
  color: var(--cv-grafite);
}
.lp-titulo-2--off-white {
  color: var(--cv-off-white);
}
.lp-titulo-2--violeta {
  color: var(--cv-violeta);
}
.lp-corpo--grafite {
  color: var(--cv-grafite);
}
.lp-corpo--off-white {
  color: var(--cv-off-white);
}
.lp-legenda--grafite {
  color: var(--cv-grafite);
}
.lp-legenda--off-white {
  color: var(--cv-off-white);
}
.lp-legenda--invert {
  color: #fff;
}

.lp-h2 {
  margin: 0 0 24px;
  text-align: center;
}

.lp-body ul {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

/* --- Layout --- */
.lp-container {
  width: 100%;
  max-width: min(1440px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--lp-gutter-x);
  padding-right: var(--lp-gutter-x);
}

.lp-section {
  position: relative;
}

/* --- Botões --- Figma Btn1 MD (27:631): flex centro, py 8 px 16, radius 2px, HK Semibold 16 */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: var(--cv-radius);
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    color 0.2s ease,
    padding 0.2s ease,
    opacity 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .lp-btn {
    transition: none;
  }
}

.lp-btn:focus-visible {
  outline: 2px solid var(--cv-violeta);
  outline-offset: 2px;
}

.lp-btn:focus:not(:focus-visible) {
  outline: none;
}

/* 83:578 — fundo --cinza-claro; texto grafite (legível; export Figma mostrava off-white por erro) */
.lp-btn--light {
  background: var(--cv-cinza-claro);
  color: var(--cv-grafite);
  width: 100%;
}

.lp-btn--light:hover {
  background: color-mix(in srgb, var(--cv-cinza-claro) 82%, var(--cv-grafite));
  color: var(--cv-grafite);
}

@supports not (color: color-mix(in srgb, black, white)) {
  .lp-btn--light:hover {
    background: #d4d2cd;
  }
}

/* 30:1027 — --violeta-profundo; hover = Degrade GrafiVio (27:629 Btn1Md HoverEscuro) */
.lp-btn--violet {
  background: var(--cv-violeta);
  color: var(--Off-white, #f4f1ec);
}

.lp-btn--violet:hover {
  background: var(--cv-btn-hover-violet-fill);
  color: var(--Off-white, #f4f1ec);
}

.lp-btn--olive {
  background: var(--cv-oliva);
  color: var(--cv-off-white);
}

/* Hover OlivTaupe (27:629 HoverClaro) */
.lp-btn--olive:hover {
  background: var(--cv-btn-hover-olive-fill);
  color: var(--cv-off-white);
}

/*
 * Btn2 outline MD (27:647) / SM (27:656 + .lp-btn--sm)
 * Não combinar com .lp-btn--violet / --olive preenchidos no mesmo elemento.
 */
.lp-btn--outline-violet {
  background: transparent;
  border: 1px solid var(--cv-violeta);
  color: var(--cv-grafite);
}

.lp-btn--outline-violet:hover {
  border-width: 2px;
  padding: 7px 15px;
  color: var(--cv-grafite);
}

.lp-btn--outline-olive {
  background: transparent;
  border: 1px solid var(--cv-taupe);
  color: var(--cv-cinza-claro);
}

.lp-btn--outline-olive:hover {
  border-color: var(--cv-cinza-claro);
  color: var(--cv-cinza-claro);
}

.lp-btn--outline-violet.lp-btn--disabled,
.lp-btn--outline-violet[aria-disabled="true"],
.lp-btn--outline-olive.lp-btn--disabled,
.lp-btn--outline-olive[aria-disabled="true"] {
  border-color: rgba(46, 46, 44, 0.22);
  color: rgba(46, 46, 44, 0.38);
  cursor: not-allowed;
  pointer-events: none;
}

.lp-btn--sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.lp-btn--wide {
  width: 100%;
  max-width: var(--cv-fluid-inner-width);
}

@media (min-width: 1024px) {
  .lp-btn--wide {
    max-width: 800px;
  }

  .lp-btn--light {
    width: 100%;
    max-width: none;
  }
}

/* ========== Hero ========== */
.lp-hero {
  position: relative;
  background: var(--cv-grafite);
  overflow: hidden;
}

/* Logo mobile (54:734) — tamanho Figma; posição na faixa em @media mobile */
.lp-hero__logo--floating img {
  width: 120px;
  height: auto;
}

.lp-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  /* Fallback < 1024px: mobile sobrescreve; desktop usa proporção Figma 1440×714 */
  min-height: 480px;
}

.lp-hero__visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 360px;
}

.lp-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  pointer-events: none;
}

.lp-hero__visual picture {
  display: block;
}

.lp-hero__visual picture,
.lp-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.lp-hero__copy {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  z-index: 2;
  padding: var(--cv-space-gutter);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-hero__logo--inline {
  display: none;
  line-height: 0;
}

.lp-hero__title {
  color: var(--cv-off-white);
}

/* Mobile 84:614 BannerHeroMob — título como bloco corrido (24px Bold); desktop mantém linhas */
.lp-hero__title-bit {
  display: inline;
}

.lp-hero__title-bit + .lp-hero__title-bit::before {
  content: " ";
}

@media (max-width: 1023px) {
  /* Faixa + logo (54:753 + 54:734) — Figma 152:856: logo a 21px do topo, centrado; faixa 80px */
  .lp-hero__topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 21px;
    box-sizing: border-box;
    pointer-events: none;
  }

  .lp-hero__topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      var(--Grafite-Quente, #2e2e2c) 0%,
      rgba(46, 46, 44, 0) 100%
    );
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
  }

  .lp-hero__topbar .lp-hero__logo--floating {
    position: relative;
    z-index: 1;
    line-height: 0;
    pointer-events: auto;
  }

  /* BannerHeroMob — texto sobre a imagem (mesmo padrão do CTA ≤1023): coluna 322px centrada */
  .lp-hero__inner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .lp-hero__visual {
    position: relative;
    z-index: 0;
    display: block;
    min-height: 0;
    height: auto;
  }

  .lp-hero__visual::after {
    z-index: 1;
  }

  .lp-hero__visual picture,
  .lp-hero__visual img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .lp-hero__copy {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 322px);
    max-width: 322px;
    min-height: 100%;
    padding: 96px var(--lp-gutter-x) 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    gap: 0;
    z-index: 2;
  }

  /* Título: 24px Bold (Título 1 mob), largura conteúdo 322px; fluxo corrido nos .lp-hero__title-bit */
  .lp-hero .lp-hero__title.lp-display {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    max-width: 322px;
    width: 100%;
  }

  /* Lead: Regular; ~296px para 3 linhas alinhadas ao frame 402 (quebra após «técnico» / «exclusivo») */
  .lp-hero__lead {
    max-width: min(320px, 100%);
    width: 100%;
    box-sizing: border-box;
    color: var(--cv-off-white);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }

  /* Figma 84:614 — dois Btn1 MD empilhados; gap 45px entre botões */
  .lp-hero__ctas {
    margin-top: 8px;
    width: 100%;
    max-width: 322px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start;
    gap: 8px;
    box-sizing: border-box;
  }

  /* Btn1 MD 83:607 — 322px full inner, radius 2px, Título 2 16 Semibold */
  .lp-hero .lp-btn--light,
  .lp-hero .lp-btn--olive {
    margin-top: 0;
    width: 100%;
    max-width: 322px;
    align-self: flex-start;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: var(--cv-radius);
  }
}

/* Tablet: overlay igual; tipografia um pouco maior dentro da coluna 322px */
@media (min-width: 520px) and (max-width: 1023px) {
  .lp-hero .lp-hero__title.lp-display {
    font-size: clamp(2.5rem, 1vw, 1.25rem);
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
  }
  .lp-hero__copy {
    padding: 32px 40px;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }

  .lp-hero__lead,
  .lp-hero .lp-btn--light,
  .lp-hero .lp-btn--olive {
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.4;
    width: 100%;
    max-width: 100%;
  }

  .lp-hero__ctas {
    max-width: 100%;
  }
}

/* A partir de 423px: layout full-bleed / flex-end; ≤422px igual ao frame estreito (evita sobreposição com a logo em 403–422px). */
@media (min-width: 423px) and (max-width: 519px) {
  .lp-hero__copy {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    /* Manter respiro da topbar + logo flutuante (80px + ~21px), como no resto do mobile ≤1023 */
    padding: 96px 40px 40px;
    gap: 0;
  }
  .lp-hero .lp-hero__title.lp-display {
    font-size: clamp(2rem, 1vw, 1rem);
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
}
.lp-hero__lead, .lp-hero__ctas, .lp-hero .lp-btn--light, .lp-hero .lp-btn--olive {
  width: 100%;
    max-width: 100%;
}
}

@media (min-width: 1024px) {
  .lp-hero__topbar {
    display: none;
  }

  .lp-hero__logo--inline {
    display: block;
    flex-shrink: 0;
  }

  .lp-hero__logo--inline img {
    width: 160px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
  }

  /*
     * BannerHeroDesk — altura fixa Figma 714px (não cresce com o conteúdo).
     * min-height: 0 na copy evita min-height:auto do flex a expandir a linha.
     */
  .lp-hero__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-width: 0;
    min-height: 714px;
    max-height: 714px;
    height: 714px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Texto: mín. 661px (461px conteúdo + padding 120+80). Imagem: flex até 825px, encolhe com o viewport */
  .lp-hero__visual {
    order: 2;
    flex: 1 1 825px;
    width: auto;
    min-width: 240px;
    min-height: 0;
    align-self: stretch;
  }

  .lp-hero__visual::after {
    display: none;
  }

  .lp-hero__visual picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .lp-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    /* 1024px → centro; 1440px+ → direita (interpolação suave ao reduzir o viewport) */
    object-position: clamp(50%, calc(50% + (100vw - 1024px) * 50 / 416), 100%)
      center;
  }

  .lp-hero__copy {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: none;
    min-width: 661px;
    min-height: 0;
    align-self: stretch;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 80px 40px 120px;
    background: var(--cv-grafite);
    gap: 0;
    overflow: visible;
  }

  .lp-hero__logo--inline {
    margin-bottom: 40px;
  }

  .lp-hero__title {
    margin: 16px 0;
    max-width: 461px;
    font-family: "HK Grotesk", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--cv-off-white);
    background: none;
  }

  /* Uma linha por .lp-hero__title-bit (ex.: 1440px — alinhado ao Figma) */
  .lp-hero__title-bit {
    display: block;
    white-space: normal;
  }

  /* Primeira linha: «Solução premium completa» sem quebra interna */
  .lp-hero__title > .lp-hero__title-bit:first-child {
    white-space: nowrap;
  }

  .lp-hero__title-bit + .lp-hero__title-bit::before {
    content: none;
  }

  .lp-hero__lead {
    margin: 0 0 40px;
    max-width: 427px;
    width: 100%;
    color: var(--cv-off-white);
    font-family: "HK Grotesk", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  /* 83:578 — largura da coluna copy; dois Btn1 MD (84:614) */
  .lp-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    max-width: 439px;
    gap: 8px;
    margin: 0;
    box-sizing: border-box;
  }

  .lp-hero .lp-btn--light,
  .lp-hero .lp-btn--olive {
    box-sizing: border-box;
    width: 100%;
    max-width: 439px;
    align-self: stretch;
    margin: 0;
    font-weight: 600;
    padding: 8px 16px;
  }
}

@media (min-width: 1466px) and (max-width: 1500px) {
  .lp-hero__topbar {
    display: none;
  }

  .lp-hero__logo--inline {
    display: block;
    flex-shrink: 0;
    margin-bottom: 40px;
    line-height: 0;
  }

  .lp-hero__logo--inline img {
    width: 160px;
    height: auto;
    object-fit: contain;
    object-position: left center;
  }

  .lp .lp-hero__inner {
    min-height: 714px;
    max-height: 714px;
    height: 714px;
  }

  .lp-hero__visual {
    width: 100%;
    max-width: 100%;
  }

  .lp .lp-hero__copy .lp-hero__title-bit + .lp-hero__title-bit::before {
    content: none;
  }

  .lp .lp-hero__copy .lp-hero__lead {
    margin: 0 0 40px;
    max-width: 427px;
    font-size: 14pt;
    line-height: 1.4;
  }
}

/* ≥1920px — base ~1100px (825×1920/1440); imagem cresce (flex-grow) para preencher a direita em viewports largos (ex. 2560px) */
@media (min-width: 1920px) and (max-width: 3048px) {
  .lp-hero__visual {
    flex: 1 1 1100px;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .lp-hero__visual picture {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .lp-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
  }
  .lp .lp-hero__copy {
    padding: 60px 80px 60px 300px;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
}

/* Ajuste pontual: 1366px — imagem da hero um pouco maior */
@media (min-width: 1366px) and (max-width: 1366px) {
  .lp-hero__visual {
    flex: 0 0 850px;
    width: 850px;
    max-width: 850px;
  }
}

/* ========== Pain points (LP Soluções — dentro de .lp) ========== */
/*
 * Desktop: secção 336px (= 28 + 280 + 28 na imagem). Uma linha de grelha com 336px de altura +
 * align-items: center centra o bloco de texto (180px) e a foto na mesma linha.
 */
.lp .pain-points {
  background: var(--cv-oliva);
  color: var(--cv-off-white);
  height: 336px;
  min-height: 336px;
  max-height: 336px;
  padding: 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 444px) auto;
  grid-template-rows: 336px;
  column-gap: 80px;
  align-items: center;
  justify-content: center;
  justify-items: start;
  box-sizing: border-box;
}

.lp .pain-points__text {
  width: 444px;
  max-width: 100%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.lp .pain-points__headline {
  margin: 0 0 10px 6px;
  font-family: var(--cv-font);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: normal;
  color: var(--cv-off-white);
  flex-shrink: 0;
}

.lp .pain-points__headline-mobile {
  display: none;
}

.lp .pain-points__headline-desktop {
  display: block;
}

.lp .pain-points__cols {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
}

.lp .pain-points__cols ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  list-style-position: outside;
  font-family: var(--cv-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--cv-off-white);
  flex: 1 1 0;
  width: auto;
  max-width: none;
  box-sizing: border-box;
}

.lp .pain-points__cols li {
  margin-bottom: 8px;
  max-width: 210px;
  width: 210px;
}

.lp .pain-points__cols li:last-child {
  margin-bottom: 0;
}

/* Figma 85:1062 — imagem 280×280 com 28px de respiro vertical */
.lp .pain-points > img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  box-sizing: border-box;
}



/* ≤780px: coluna (título + 2 listas lado a lado) → imagem por baixo */
@media (max-width: 780px) {
  .lp .pain-points {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 48px 80px;
    gap: 32px;
    align-items: center;
  }

  .lp .pain-points__text {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .lp .pain-points__cols {
    flex: none;
    min-height: unset;
    gap: clamp(16px, 4vw, 32px);
  }

  .lp .pain-points__cols li {
    margin-bottom: 24px;
  }

  .lp .pain-points__headline {
    margin: 0 0 24px 0;
    font-size: clamp(26px, 5vw, 36px);
    line-height: 1.15;
  }

  .lp .pain-points__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(16px, 4vw, 32px);
    width: 100%;
  }

  .lp .pain-points__cols ul {
    flex: 1 1 0;
    list-style-position: outside;
    font-size: 16px;
    line-height: 1.4;
  }
  .lp .pain-points__cols li{
    max-width: 100%;
    width: 100%;
  }

  .lp .pain-points > img {
    width: min(480px, 72vw);
    height: auto;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
  }
  
}

/* ≤630px: Figma — título em 4 linhas; lista única em coluna; itens sem <br> forçado */
@media (max-width: 630px) {
  .lp .pain-points {
    align-items: flex-start;
    padding: 48px 40px;
  }
  

  .lp .pain-points__headline {
    margin: 0 0 28px 0;
    font-size: 38pt;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
  }

  .lp .pain-points__headline-desktop {
    display: none;
  }

  .lp .pain-points__headline-mobile {
    display: block;
  }

  .lp .pain-points__cols {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .lp .pain-points__cols ul {
    width: 100%;
    max-width: none;
    flex: none;
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 1.125rem;
  }

  /* Ritmo único entre os 4 itens (duas <ul> seguidas) */
  .lp .pain-points__cols li {
    margin-bottom: 20px;
  }

  .lp .pain-points__cols ul:first-child li:last-child {
    margin-bottom: 20px;
  }

  .lp .pain-points__cols ul:last-child li:last-child {
    margin-bottom: 0;
  }

  .lp .pain-points__cols li br {
    display: none;
  }

  .lp .pain-points > img {
    align-self: center;
  }
  .lp .ecosystem{
    padding: 80px 40px !important;
  }
}

/* ========== Ecossistema (Figma 85:1071 — LP Soluções) ========== */


.lp .ecosystem .card .ecosystem__icon {
  display: block;
  margin: 0 auto !important;
  flex: 0 0 auto;
}

.lp .ecosystem .card .ecosystem__icon--comodato {
  width: 26px !important;
  height: 30px !important;
}

.lp .ecosystem .card .ecosystem__icon--bebidas {
  width: 36px !important;
  height: 30px !important;
}

.lp .ecosystem {
  background: #2e2e2c;
  color: #f4f1ec;
  text-align: center;
  padding: 80px var(--lp-gutter-x);
}

.lp .ecosystem .eyebrow {
  margin: 0 0 16px 0;
  font-family: var(--cv-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #f4f1ec;

  text-align: center;

  font-style: normal;
}

.lp .ecosystem > h2 {
  margin: 28px 0 40px;
  font-family: var(--cv-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f4f1ec;
}

/* Mesma largura máxima para o grid e o CTA em qualquer viewport */
.lp .ecosystem__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

.lp .ecosystem__grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 187px);
  justify-content: center;
  gap: 16px;
}

.lp .ecosystem .card {
  width: 187px;
  min-height: 174px;
  border: 0.75px solid #f4f1ec;
  border-radius: 2px;
  background:
    linear-gradient(
      180deg,
      rgba(226, 224, 219, 0.25) 0%,
      rgba(226, 224, 219, 0) 100%
    ),
    rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  gap: 8px;
  box-sizing: border-box;
}

.lp .ecosystem .card img {
  width: 22px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(294%)
    hue-rotate(357deg) brightness(103%) contrast(92%);
}

.lp .ecosystem .card .ecosystem__icon--comodato {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--bebidas {
  width: 30px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--sustentabilidade {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--manutencao {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--equip {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--cafepremium {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--connectfast {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--atendimento {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--insumo {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card .ecosystem__icon--antifraude {
  width: 22px;
  height: 32px;
}

.lp .ecosystem .card h3 {
  margin: 0;
  font-family: var(--cv-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: #f4f1ec;
}

.lp .ecosystem .card p {
  margin: 0;
  font-family: var(--cv-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #f4f1ec;
}

.lp .ecosystem .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size:16px;
  padding: 8px 32px;
  border-radius: var(--cv-radius);
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: var(--cv-font);
  font-weight: 600;
  line-height: 22px;
  margin-inline: auto;
}

.lp .ecosystem .btn--olive:hover {
  background: var(--cv-btn-hover-olive-fill);
  color: #f4f1ec;
}

.lp .ecosystem .btn--wide {
  width: 100%;
  max-width: 794px;
  background: #6f7663;
  color: #f4f1ec;
}

@media (max-width: 900px) {
  .lp .ecosystem > h2 {
    font-size: 24px;
    margin: 20px 0 24px;
  }

  /* Só vertical: a secção já tem 40px laterais (<1024px); evita somar gutter outra vez */
  .lp .ecosystem__inner {
    padding: 20px 0;
  }

  .lp .ecosystem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .lp .ecosystem .card {
    width: 100%;
  }


}

/* ========== Máquinas (carrossel) ========== */
.machines {
  background: var(--offwhite);
  padding: 80px var(--lp-gutter-x);
  text-align: center;
  box-sizing: border-box;
}

.machines h2 {
  margin: 0 auto 32px;
  max-width: 760px;
  font-family: var(--cv-font);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--cv-grafite);
}

/* Classes para o Grid de Máquinas (baseado no tema Institucional) */
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-center { justify-content: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-5 { margin-bottom: 3rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.text-start { text-align: left !important; }
.fw-bold { font-weight: 700; }
.img-fluid { max-width: 100%; height: auto; }

.home-static-machine-grid {
  max-width: 896px;
  box-sizing: border-box;
}

.home-static-machine-card {
  --radius-card-asymmetric: 2px 2px 24px 2px;
  width: 280px;
  height: 100%;
  background: linear-gradient(180deg, rgba(226, 224, 219, 0.25) 0%, rgba(226, 224, 219, 0) 100%);
  border: 0.75px solid #E2E0DB;
  border-radius: var(--radius-card-asymmetric);
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.home-static-phantom-card {
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

.machines__consult-text {
  margin: 56px auto 16px;
  text-align: center;
  font-family: var(--cv-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--cv-grafite);
}

.home-machine-card__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.home-machine-card__img-tag {
  object-fit: contain;
  display: block;
}

.text-titulo-2-mont {
  font-family: var(--cv-font);
  font-size: 14px;
  line-height: 1.4;
}

.text-grafite {
  color: var(--cv-grafite);
}

.machines__track-wrap {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}

.machines__nav {
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--violeta);
  color: var(--offwhite);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
  transition:
    opacity 0.2s ease,
    background 0.2s ease;
}

.machines__nav:hover:not(:disabled) {
  background: var(--cv-grafite);
}

.machines__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.machines__viewport {
  overflow: hidden;
  min-width: 0;
}

.machines__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.machine {
  border: 0.75px solid var(--cinza);
  border-radius: 2px;
  padding: 8px;
  text-align: left;
  background: linear-gradient(
    180deg,
    rgba(226, 224, 219, 0.25),
    rgba(226, 224, 219, 0)
  );
  box-sizing: border-box;
  min-width: 0;
}

.machine img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  display: block;
}

.machine h3 {
  margin: 8px 0 0;
  font-family: var(--cv-font);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--cv-grafite);
}

.machine p {
  margin: 0;
  font-family: var(--cv-font);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--cv-grafite);
}

.machines .benefits {
  max-width: 640px;
  margin: 56px auto 39px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 24px 54px;
  text-align: left;
  font-family: var(--cv-font);
  font-size: 12px;
}

.machines .benefits__title {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
  margin: 0 0 8px;
  font-family: var(--cv-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--grafite);
}

.machines .benefits div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.machines .benefits img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.machines .benefits span {
  font-family: var(--cv-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--grafite);
}

.machines .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: var(--cv-radius);
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: var(--cv-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-inline: auto;
}

.machines .btn--wide {
  width: 794px;
  max-width: 100%;
}

.machines .btn--wine {
  background: var(--violeta);
  color: var(--offwhite);
}

.machines .btn--wine:hover {
  background: var(--cv-btn-hover-violet-fill);
  color: var(--offwhite);
}

/* >900px: com 1–2 máquinas, mesmo comportamento que no mobile (wrap ao conteúdo, centrado, sem faixa vazia) */
@media (min-width: 901px) {
  .machines__track-wrap:has(.machine:only-child) .machines__viewport,
  .machines__track-wrap:has(.machine:nth-child(2):last-child) .machines__viewport {
    display: flex;
    justify-content: center;
  }

  .machines__track-wrap:has(.machine:only-child),
  .machines__track-wrap:has(.machine:nth-child(2):last-child) {
    grid-template-columns: 32px auto 32px;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .machines__track-wrap:has(.machine:only-child) .machines__track,
  .machines__track-wrap:has(.machine:nth-child(2):last-child) .machines__track {
    display: flex;
    width: max-content;
    grid-template-columns: unset;
    gap: 16px;
  }

  .machines__track-wrap:has(.machine:only-child) .machine {
    flex: 0 0 min(300px, calc(100vw - 140px));
    width: min(300px, calc(100vw - 140px));
    min-width: 0;
  }

  .machines__track-wrap:has(.machine:nth-child(2):last-child) .machine {
    flex: 0 0 min(260px, calc((100vw - 160px) / 2));
    width: min(260px, calc((100vw - 160px) / 2));
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .machines {
    padding: 48px var(--lp-gutter-x);
  }

  .machines h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  /* Só 1–2 máquinas: viewport centra o track (evita faixa vazia à direita). Com 3+ mantém alinhamento à esquerda para o carrossel. */
  .machines__track-wrap:has(.machine:only-child) .machines__viewport,
  .machines__track-wrap:has(.machine:nth-child(2):last-child) .machines__viewport {
    display: flex;
    justify-content: center;
  }

  .machines__track-wrap:has(.machine:only-child),
  .machines__track-wrap:has(.machine:nth-child(2):last-child) {
    grid-template-columns: 32px auto 32px;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .machines__track {
    display: flex;
    width: max-content;
    grid-template-columns: unset;
  }

  .machine {
    flex: 0 0 min(260px, calc(100vw - 32px * 2 - 16px * 2 - 48px));
    width: min(260px, calc(100vw - 32px * 2 - 16px * 2 - 48px));
  }

  /* 1–2 máquinas: cartões um pouco menores para o conjunto nav+faixa caber e ficar visualmente mais compacto */
  .machines__track-wrap:has(.machine:only-child) .machine {
    flex: 0 0 min(240px, calc(100vw - 140px));
    width: min(240px, calc(100vw - 140px));
  }

  .machines__track-wrap:has(.machine:nth-child(2):last-child) .machine {
    flex: 0 0 min(220px, calc((100vw - 140px) / 2));
    width: min(220px, calc((100vw - 140px) / 2));
  }

  /* Benefícios: coluna única (~402px Figma) — título centrado, ícone à esquerda, texto com bullet */
  .machines .benefits {
    max-width: min(322px, 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    text-align: left;
  }

  .machines .benefits__title {
    margin: 0 0 4px;
    align-self: center;
    text-align: center;
  }

  .machines .benefits div {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 100%;
  }

  .machines .benefits img {
    width: 48px;
    height: 48px;
    margin-top: 2px;
  }

  .machines .benefits span {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
  }

  .machines .benefits div span::before {
    content: "•";
    margin-right: 0.4em;
    font-weight: 700;
    color: var(--grafite);
  }
}

/* ========== Depoimentos + estatísticas ========== */
.testimonials {
  background: var(--cv-taupe);
  padding: 80px var(--lp-gutter-x) 80px;
  display: flex;
  justify-content: flex-end;
  gap: 80px;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.testimonials__title {
  flex: 0 0 auto;
}

.testimonials__title h2 {
  margin: 0;
  font-family: var(--cv-font);
  /* 24px (mín.) → 38px a partir de ~1440px; 320px–1440px interpola em linha */
  font-size: clamp(
    24px,
    calc(24px + (100vw - 320px) * 14 / 1120),
    38px
  );
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--cv-grafite);
}

@media (min-width: 1440px) {
  .testimonials__title h2 {
    font-size: 38px;
  }
}

.testimonials__cards {
  display: grid;
  grid-template-columns: repeat(3, 157px);
  gap: 8px;
  justify-content: center;
}

/* Figma 227:1065 — cartão fixo; borda Cinza-Claro + Glass */
.testimonial {
  display: flex;
  width: 157px;
  height: 188px;
  min-height: 188px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: var(--cv-radius);
  border: 0.75px solid var(--cv-cinza-claro, #e2e0db);
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(226, 224, 219, 0.25) 0%,
    rgba(226, 224, 219, 0) 100%
  );
  box-sizing: border-box;
}

.testimonial .avatar {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cv-violeta);
  margin: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

.testimonial__body {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
  font-family: var(--cv-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cv-grafite);
}

.testimonial h3 {
  margin: 0;
  flex-shrink: 0;
  font-family: var(--cv-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cv-grafite);
}

.testimonial__body p {
  margin: 0;
  font: inherit;
}



.home-stats-wrapper {
  background-color: #b7aea2;
  padding: 64px 0;
  width: 100%;
}

.home-stats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 80px;
  max-width: 769px;
  min-height: 137px;
  margin-inline: auto;
}

.home-stat-item {
  flex: none;
  order: 0;
  flex-grow: 0;
}

.lp-marcas__inner, .lp-footer__inner{
  padding: 0 var(--lp-gutter-x);
  max-width: 1440px;
}

.lp .home-stat-number {
  font-family: 'HK Grotesk', sans-serif !important;
  font-size: 72px;
  font-weight: 800 !important;
  line-height: 76px;
  color: #2E2E2C;
  margin: 0;
}

.lp .home-stat-label {
  font-family: 'HK Grotesk', sans-serif !important;
  font-size: 52px;
  font-weight: 800 !important;
  line-height: 68px;
  color: #2E2E2C;
  margin: 0;
}

@media (max-width: 991px) {
  .home-stats-row {
    flex-direction: column !important;
    height: auto !important;
    gap: 32px !important;
    max-width: 100% !important;
  }

  .home-stat-number {
    font-size: 60px !important;
    line-height: 60px !important;
    font-weight: 800 !important;
  }

  .home-stat-label {
    font-size: 38px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
  }
}

/* 820px–1279px: título à esquerda + grelha 2×2 à direita; bloco centrado, título e grelha mais próximos */
@media (min-width: 820px) and (max-width: 1279px) {
  .testimonials {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 80px 40px 32px;
  }

  .testimonials__title {
    flex: 0 1 auto;
    max-width: min(340px, 32vw);
    text-align: left;
  }

  .testimonials__cards {
    display: grid;
    grid-template-columns: repeat(2, 157px);
    gap: 8px;
    width: auto;
    max-width: none;
    justify-content: center;
    flex-shrink: 0;
  }

  .testimonial {
    width: 157px;
    height: 188px;
    min-height: 188px;
    min-width: 0;
    justify-content: center;
    justify-self: stretch;
    max-width: none;
    margin-inline: 0;
  }

  .testimonial .avatar {
    flex-shrink: 0;
  }

  .testimonial__body p {
    max-width: 100%;
  }
}

/* Desktop ≥1280px — Figma 88:547: título + 4 cartões em fila */
@media (min-width: 1280px) {
  .testimonials {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(40px, 5vw, 136px);
    padding: 80px clamp(32px, 4vw, 120px) 32px;
  }

  .testimonials__title {
    flex: 0 0 auto;
    text-align: left;
  }

  .testimonials__cards {
    display: grid;
    grid-template-columns: repeat(4, 157px);
    gap: 8px;
    justify-content: center;
    flex-shrink: 0;
  }

  .testimonial {
    width: 157px;
    height: 188px;
    min-height: 188px;
    min-width: 0;
    justify-content: center;
  }

  .testimonial .avatar {
    flex-shrink: 0;
  }

  .testimonial__body p {
    max-width: 100%;
  }
}

/* Mobile <820px — Figma 227:1065 / 91:740: título centrado, grelha 2×2, cartões 157×188 */
@media (max-width: 819px) {
  .testimonials {
    padding: 80px 40px 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .testimonials__title {
    text-align: center;
    width: 100%;
  }

  .testimonials__cards {
    display: grid;
    grid-template-columns: repeat(2, 157px);
    gap: 8px;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    justify-content: center;
  }

  .testimonial {
    width: 157px;
    height: 188px;
    min-height: 188px;
    min-width: 0;
    justify-content: center;
    justify-self: center;
    margin-inline: 0;
  }

  .testimonial .avatar {
    flex-shrink: 0;
  }

  .testimonial__body p {
    max-width: 100%;
  }
}


.lp-eventos {
  background: var(--cv-oliva); /* Retângulo 72-401 */
  padding: var(--cv-space-section) 0 var(--cv-space-section);
  color: var(--cv-off-white);
}

/* Título “Formatos de eventos atendidos:” — token Título 1 + cor em fundo oliva */
.lp-eventos__title {
  margin: 0 auto 32px;
  max-width: 100%;
  text-align: center;
  color: var(--cv-off-white);
}

@media (min-width: 1024px) {
  .lp-eventos__title {
    margin-bottom: 40px;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .lp-eventos__title {
    white-space: normal;
  }
}

.lp-eventos__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
}

/* Mobile 53:725 / 54:772 — Feiras | Lançamentos / Convenções | Eventos corporativos */
.lp-eventos__grid .lp-imgcard:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.lp-eventos__grid .lp-imgcard:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.lp-eventos__grid .lp-imgcard:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.lp-eventos__grid .lp-imgcard:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

@media (min-width: 1024px) {
  .lp-eventos__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .lp-eventos__grid .lp-imgcard:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .lp-eventos__grid .lp-imgcard:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .lp-eventos__grid .lp-imgcard:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .lp-eventos__grid .lp-imgcard:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }
}

.lp-imgcard {
  position: relative;
  border-radius: var(--cv-radius);
  overflow: hidden;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

@media (min-width: 1024px) {
  .lp-imgcard {
    aspect-ratio: 1;
    min-height: 0;
  }
}

.lp-imgcard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ImgTxt: gradiente a partir de 50% (transparente → grafite) */
.lp-imgcard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(46, 46, 44, 0) 0%,
    rgba(46, 46, 44, 0) 50%,
    var(--cv-grafite) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* ImgTxt: escala fluida 16px→24px (Título 2 → Título 1) */
.lp-imgcard__label {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--cv-off-white);
  font-size: var(--cv-text-imgcard);
  font-weight: 600;
}

@media (min-width: 1024px) {
  .lp-imgcard__label {
    font-weight: 700;
  }
}

.lp-eventos__bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  color: var(--cv-off-white);
}

.lp-eventos__col {
  flex: 1 1 auto;
}

.lp-eventos__col ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 18px;
}

/* Dois <ul> por coluna: espaço curto entre bullets (referência visual) */
.lp-eventos__col ul + ul {
  margin-top: 8px;
}

.lp-eventos__col li {
  padding-left: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .lp-eventos__bullets {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
  }

  .lp-eventos__col ul + ul {
    margin-top: 10px;
  }

  .lp-eventos__col {
    flex: 0 0 auto;
  }

  .lp-eventos__col[data-figma-node="27-87"] {
    width: 261px;
    max-width: 100%;
  }

  .lp-eventos__col[data-figma-node="27-88"] {
    width: 240px;
    max-width: 100%;
  }

  .lp-eventos__col[data-figma-node="27-89"] {
    width: 235px;
    max-width: 100%;
  }
}

/* Btn1 MD 30-1027 — violeta largo, texto centrado, py 8 px 16 */
.lp-eventos__cta {
  display: flex;
  justify-content: center;
}

.lp-eventos__cta .lp-btn--violet.lp-btn--wide {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--cv-radius);
  text-align: center;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .lp-eventos__cta .lp-btn--violet.lp-btn--wide {
    max-width: 800px;
    width: 100%;
    /* Figma 30-1027: px 32 laterais para melhor quebra de linha */
    padding: 8px 32px;
  }
}

/* ========== Incluso ========== */
.lp-incluso {
  position: relative;
  background: var(--cv-grafite);
  color: var(--cv-off-white);
  overflow: hidden;
}

/* Palco da faixa «O que está incluso» (Figma 147:746 / frame 27:90) */
.lp-incluso__stage {
  position: relative;
  width: 100%;
}

.lp-incluso__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.lp-incluso__bg img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  opacity: 1;
}

.lp-incluso__inner {
  position: relative;
  z-index: 1;
}

/* Figma 27-92 — Título 1 (bloco incluso + título na faixa oliva) */
.lp-incluso__title {
  margin: 0 auto 32px;
  text-align: center;
  color: var(--cv-off-white);
}

/* Título “O que está incluso:” (27-92) — próximo ao bloco da foto (27-90) sem faixa excessiva */
.lp-eventos .lp-incluso__title {
  margin-top: 77px;
  margin-bottom: 0;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .lp-eventos .lp-incluso__title {
    margin-top: 80px;
  }
}

/* Figma 46-228 / mobile 54:796 — 2×2; desktop: vão central 422px */
.lp-incluso__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 auto 24px;
  max-width: var(--cv-fluid-inner-width);
  text-align: center;
  align-items: start;
  justify-items: stretch;
}



/* Secções LP: 40px laterais em qualquer viewport < 1024px (sobrescreve --lp-gutter-x / outras regras) */
@media (max-width: 1023px) {
  .lp .pain-points {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp .ecosystem {
    padding-left: 40px;
    padding-right: 40px;
  }

  .machines,
  .testimonials,
  .stats {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

/* Incluso: layout + foto mobile até 820px; ≥821px = desktop (taupe, incluso-bg.jpg via <picture>) */
@media (max-width: 820px) {
  /* Frame mobile 152:873 — foto clara (sem overlay); fundo claro se houver respiro */

  

  .lp-incluso {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--cv-off-white);
  }

  /* Inner 870px era maior que o palco → aparecia --cv-grafite por baixo (“imagem escurecida”) */
  .lp-incluso__stage {
    min-height: max(var(--cv-incluso-min-height), 870px);
  }

  .lp-incluso__bg picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: max(var(--cv-incluso-min-height), 870px);
  }

  .lp-incluso__bg img {
    min-height: max(var(--cv-incluso-min-height), 870px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
    opacity: 1;
  }

  /*
     * Grelha: cartões no topo; botão oliva no fundo (1fr).
     */
  .lp-incluso__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
    min-height: max(var(--cv-incluso-min-height), 870px);
    width: 100%;
    padding: 18px 16px 30px;
    box-sizing: border-box;
  }

  .lp-incluso__cards {
    grid-row: 1;
    align-self: start;
    justify-self: center;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
    align-items: stretch;
    gap: 12px;
  }

  .lp-incluso .lp-btn--olive.lp-btn--wide {
    grid-row: 2;
    align-self: end;
    justify-self: center;
    width: 100%;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 20px;
  }

  /* Tracks com display:contents → ordem na grelha: 1 Locação, 2 Insumos, 3 Operação, 4 Personalização */
  .lp-incluso__track {
    display: contents;
  }

  .lp-incluso__gutter {
    display: none;
  }

  /* 53:725 — Locação & Personalização col1; Operação & Insumos col2 */
  .lp-incluso__cards > .lp-glasscard:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .lp-incluso__cards > .lp-glasscard:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .lp-incluso__cards > .lp-glasscard:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .lp-incluso__cards > .lp-glasscard:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  /* Mobile — glass claro, cantos ~4px, gutter ~10px (gap em .lp-incluso__cards) */
  .lp-incluso .lp-glasscard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    min-height: 188px;
    height: auto;
    padding: 22px 18px;
    max-width: none;
    width: 100%;
    justify-self: stretch;
    text-align: center;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 4px;
  }

  .lp-incluso .lp-glasscard__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    color: #4a2c2a;
  }

  .lp-incluso .lp-glasscard__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #4a2c2a;
  }

  .lp-incluso .lp-btn--olive.lp-btn--wide {
    font-size: 16pt;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
  }
}

@media (max-width: 500px) {
  .lp-incluso__inner {
    padding: 18px 16px 30px;
  }

  .lp-incluso__cards {
    max-width: 352px;
    gap: 10px;
  }

  .lp-incluso .lp-glasscard {
    min-height: 172px;
    padding: 18px 16px;
  }
}

@media (min-width: 821px) {
  /*
     * Figma 150:768 / frame 27:90 — 1440×536 cover; CrdVert (gap 8, p 16, r 2);
     * grelha 796 (187+422+187); Btn1 MD 796px #6f7663; topo cartões +56px; base inner +43px.
     */
  .lp-incluso {
    background: var(--cv-taupe);
    width: auto;
    max-width: none;
    min-height: 0;
  }

  .lp-incluso__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    min-height: calc(100vw * 536 / 1440);
  }

  .lp-incluso__bg {
    position: absolute;
    inset: 0;
    width: auto;
    margin-left: 0;
  }

  .lp-incluso__bg picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .lp-incluso__bg img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    opacity: 1;
  }

  .lp-incluso__inner {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    width: min(100%, 1440px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 56px
      max(
        var(--cv-space-gutter),
        max(0px, calc((min(100vw, 1440px) - 796px) / 2))
      )
      43px;
  }

  .lp-incluso__cards {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: minmax(0, 187px) minmax(0, 422px) minmax(0, 187px);
    column-gap: 0;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    max-width: 796px;
  }

  .lp-incluso__track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    min-width: 0;
  }

  .lp-incluso__cards > .lp-incluso__track:first-child {
    grid-column: 1;
  }

  .lp-incluso__cards > .lp-incluso__gutter {
    grid-column: 2;
    width: 100%;
    min-height: 1px;
    pointer-events: none;
  }

  .lp-incluso__cards > .lp-incluso__track:last-child {
    grid-column: 3;
  }

  .lp-incluso .lp-btn--olive.lp-btn--wide {
    box-sizing: border-box;
    width: 100%;
    max-width: 796px;
    margin-top: auto;
    flex-shrink: 0;
    padding: 8px 16px;
    border-radius: var(--cv-radius);
    font-size: 16pt;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--Off-white, #f4f1ec);
    background: #6f7663;
  }

  .lp-incluso .lp-btn--olive.lp-btn--wide:hover {
    background: var(--cv-btn-hover-olive-fill);
    color: var(--Off-white, #f4f1ec);
  }

  /* CrdVert 32:201 — altura mínima 130px (coluna direita, 1.º cartão) */
  .lp-incluso__cards
    > .lp-incluso__track:last-child
    > .lp-glasscard:first-child {
    min-height: 130px;
    box-sizing: border-box;
  }

  .lp-incluso .lp-glasscard {
    background: rgba(226, 224, 219, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 0.75px solid rgba(244, 241, 236, 0.75);
  }

  .lp-incluso .lp-glasscard__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    color: #432534;
  }

  .lp-incluso .lp-glasscard__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    color: #2e2e2c;
  }
}

.lp-glasscard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 187px;
  margin: 0;
  padding: 16px;
  background: rgba(226, 224, 219, 0.8);
  border-radius: var(--cv-radius);
  text-align: center;
}

.lp-glasscard__title {
  margin: 0;
  width: 100%;
  color: var(--cv-violeta);
}

.lp-glasscard__text {
  margin: 0;
  width: 100%;
  color: var(--cv-grafite);
}

.lp-glasscard__text p {
  margin: 0;
}

.lp-glasscard__text p + p {
  margin-top: 0;
}

.lp-incluso .lp-btn--wide {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* ========== Por que ==========
   Figma 151:855 — 72-395 taupe 510×500 | 75-407 violeta 930×500; título Display 38px #2e2e2c;
   Cards: ~192×162 desk, gap 8px (gutter mais estreito que Figma); gradiente + borda 0,75px off-white; Título 16 Bold / Corpo 12 Medium. */
.lp-porque {
  display: flex;
  flex-direction: column;
}

.lp-porque__intro {
  background: var(--cv-taupe);
  padding: 48px var(--cv-space-gutter) 40px;
}

@media (max-width: 1023px) {
  .lp-porque__intro {
    padding: 80px 40px 56px 40px;
  }
}

.lp-porque__title {
  margin: 0;
  font-family: var(--cv-font);
  font-size: var(--cv-text-display);
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0;
  color: var(--cv-grafite);
  max-width: 22.5rem;
}

.lp-porque__title-regular {
  font-weight: 400;
  display: inline;
}

.lp-porque__title-strong {
  font-weight: 800;
  display: inline;
}

.lp-porque__title-br {
  display: none;
}

@media (min-width: 1024px) {
  .lp-porque {
    flex-direction: row;
    align-items: stretch;
    min-height: 500px;
  }

  .lp-porque__intro {
    box-sizing: border-box;
    flex: 0 0 clamp(280px, 35.417vw, 510px);
    max-width: 510px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 clamp(32px, 4.44vw, 64px) 0 clamp(40px, 8.33vw, 120px);
  }

  .lp-porque__title {
    font-size: 38px;
    max-width: 20.375rem;
  }

  .lp-porque__title-br {
    display: block;
  }
}

/* ≥1440px — layout 1920px do Figma:
   - seção ocupa 100% da viewport (sem faixas vazias laterais)
   - conteúdo mantém proporção do frame: intro 510px + grid-wrap 930px */
@media (min-width: 1440px) {
  .lp-porque {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    /* Split de fundo alinhado ao bloco central 510 + 930 */
    background: linear-gradient(
      90deg,
      var(--cv-taupe) 0,
      var(--cv-taupe) calc(50% - 210px),
      var(--cv-violeta) calc(50% - 210px),
      var(--cv-violeta) 100%
    );
  }

  .lp-porque__intro {
    flex: 0 0 510px;
    max-width: 510px;
  }

  .lp-porque__grid-wrap {
    flex: 0 0 930px;
    max-width: 930px;
  }
}

.lp-porque__grid-wrap {
  background: var(--cv-violeta);
  flex: 1;
  min-width: 0;
  padding: 32px var(--cv-space-gutter) 48px;
}

@media (min-width: 1024px) {
  .lp-porque__grid-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 1 1 0;
    min-height: 500px;
  }
}

.lp-porque__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .lp-porque__grid-wrap {
    padding: clamp(40px, 8vw + 24px, 56px) 40px;
  }
}

/* <768px — 2 itens por linha, ordem = HTML */
@media (max-width: 767px) {
  .lp-porque__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 768px–1023px — 3 itens por linha (2×3), fluxo automático */
@media (min-width: 620px) and (max-width: 1023px) {
  .lp-porque__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    gap: 12px 16px;
    max-width: none;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .lp-porque__grid {
    grid-template-columns: repeat(3, 192px);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    justify-content: center;
    align-content: center;
    max-width: none;
    margin: 0;
  }

  .lp-porque__grid .lp-feature:nth-child(n) {
    order: 0;
  }
}

.lp-feature {
  border: 0.75px solid var(--cv-off-white);
  border-radius: var(--cv-radius);
  padding: 16px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(226, 224, 219, 0.25) 0%,
    rgba(226, 224, 219, 0) 100%
  );
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .lp-feature {
    min-height: 180px;
  }
}

@media (min-width: 1024px) {
  .lp-porque .lp-feature {
    width: 192px;
    min-height: 162px;
    height: auto;
  }
}

.lp-feature__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lp-feature__title {
  margin: 0;
  font-family: var(--cv-font);
  font-size: var(--cv-text-titulo-2);
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--cv-off-white);
}

.lp-feature__text {
  margin: 0;
  font-family: var(--cv-font);
  font-size: var(--cv-text-corpo);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--cv-off-white);
}

@media (min-width: 1024px) {
  .lp-porque .lp-feature__title {
    font-size: 16px;
    font-weight: 700;
  }

  .lp-porque .lp-feature__text {
    font-size: 12px;
    font-weight: 500;
  }
}

/* ========== Marcas ========== */
.lp-marcas {
  background: var(--Off-white, #f4f1ec);
  padding: var(--cv-space-section);
}

@media (max-width: 1023px) {
  .lp-marcas {
    padding: clamp(40px, 8vw + 24px, 56px) 40px;
  }

  .lp-marcas__title {
    margin-bottom: clamp(24px, 4vw + 12px, 32px);
    text-align: center;
  }

  .lp-marcas__logos {
    gap: clamp(24px, 5vw + 16px, 40px);
  }
}

.lp-marcas__title {
  color: var(--cv-grafite);
  margin-bottom: 32px;
}

/* ≤639px: 2 logos por linha · 640px–1023px: 3 por linha · ≥1024px: flex (uma linha) */
.lp-marcas__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 5vw + 16px, 40px);
  justify-items: center;
  align-items: center;
  max-width: min(100%, clamp(17.5rem, 88vw, 20rem));
  margin: 0 auto;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .lp-marcas__logos {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .lp-marcas__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    gap: 24px;
  }
}

.lp-marcas__logos img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* ========== CTA final — overlay só mobile (≤1023); desktop Figma 88:573 em duas colunas ========== */
.lp .cta-final .btn.cta-final__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: var(--cv-font);
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  box-sizing: border-box;
}

.lp .cta-final__button {
  min-height: 32px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #f4f1ec;
  background: #6f7663;
  transition: background 0.2s ease;
}

.lp .cta-final__button:hover {
  background: var(--cv-btn-hover-olive-fill);
  color: #f4f1ec;
}

.lp .cta-final__button:focus-visible {
  outline: 2px solid var(--cv-off-white);
  outline-offset: 2px;
}

/* Título: 24px @402px → 38px @1440px (interpolação linear no meio) */
.lp .cta-final__content h2,
.lp .cta-final__title {
  font-size: clamp(
    24px,
    calc(24px + (100vw - 402px) * (14 / 1038)),
    38px
  );
}

/* Mobile / tablet: texto sobre a imagem — imagem inteira, escala com a largura (sem crop) */
@media (max-width: 1023px) {
  .lp .cta-final {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border: 0.5px solid #000;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* Overlay preto semitransparente entre a foto e o texto */
  .lp .cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }

  .lp .cta-final > img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .lp .cta-final__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(100%, 600px);
    max-width: 600px;
    min-height: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    z-index: 2;
    background: transparent !important;
    box-sizing: border-box;
  }

  .lp .cta-final__content h2,
  .lp .cta-final__title {
    margin: 0;
    width: 600px;
    max-width: 100%;
    font-family: var(--cv-font);
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #f4f1ec;
  }

  .lp .cta-final__button {
    width: 600px;
    max-width: 100%;
  }
}

/* Desktop: imagem | coluna roxa — altura mínima = bloco em 1440px (720×380/707); 1024–1439 não encolhe */
@media (min-width: 1024px) {
  .lp .cta-final {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    /* Não encolher abaixo da altura em 1440px; acima disso acompanha a meia-largura (50vw × 380/707) */
    min-height: max(
      calc(720px * 480 / 707),
      calc(50vw * 480 / 707)
    );
    height: auto;
    position: relative;
    border: none;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .lp .cta-final > img {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
  }

  .lp .cta-final__content {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    padding: 0 121px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    z-index: 1;
    background: #432534 !important;
    box-sizing: border-box;
  }

  .lp .cta-final__content h2,
  .lp .cta-final__title {
    margin: 0;
    width: 426px;
    max-width: 100%;
    font-family: var(--cv-font);
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #f4f1ec;
  }

  .lp .cta-final__button {
    width: 426px;
    max-width: 100%;
  }
}

/* ========== Contato / CF7 ==========
   Campos «Txt» Figma 27:691 — fundo #f0f0f0, pílula, placeholder 11px Regular #818181
   Modelo CF7: cada campo em .field-full / .field-half, wrap em <span>:
   <div class="field-full">
     <span class="wpcf7-form-control-wrap" data-name="your-name">[text your-name ...]</span>
   </div>
   + .submit-wrapper para [submit]. html_class: lp-cf7-form */
.lp-contact {
  background: var(--cv-off-white);
  color: var(--cv-grafite);
  padding: 40px;
}

.lp-contact__wrapper {
  max-width: 940px;
  margin: 0 auto;
}

.lp-contact__header {
  margin-bottom: 32px;
  text-align: center;
}

.lp-contact__title {
  margin: 0 0 12px;
  color: var(--cv-grafite);
}

@media (min-width: 1024px) {
  .lp-contact__title {
    margin-bottom: 16px;
  }
}

.lp-contact__lead {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .lp-contact__lead {
    margin-left: 0;
    margin-right: 0;
  }
}

.lp-contact__fallback {
  margin: 0;
  padding: 16px;
  background: var(--cv-cinza-claro);
  border-radius: var(--cv-radius);
  text-align: center;
}

.lp-contact .wpcf7-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}

.lp-contact .wpcf7-form > .hidden-fields-container {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-contact .field-full > p,
.lp-contact .field-half > p,
.lp-contact .submit-wrapper > p {
  margin: 0;
}

.lp-contact .wpcf7-form .field-full {
  grid-column: 1 / -1;
}

.lp-contact .wpcf7-form .field-half {
  grid-column: auto;
  min-width: 0;
}

@media (max-width: 639px) {
  .lp-contact .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .lp-contact .wpcf7-form .field-full,
  .lp-contact .wpcf7-form .field-half {
    grid-column: 1;
  }
}

.lp-contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.lp-contact .wpcf7-form input[type="text"],
.lp-contact .wpcf7-form input[type="email"],
.lp-contact .wpcf7-form input[type="tel"],
.lp-contact .wpcf7-form input[type="url"],
.lp-contact .wpcf7-form textarea {
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(46, 46, 44, 0.18);
  border-radius: var(--cv-cf7-field-radius-pill);
  background: var(--cv-cf7-field-bg);
  font-family: var(--cv-font);
  font-size: var(--cv-text-form-input);
  font-weight: 500;
  line-height: normal;
  color: var(--cv-grafite);
  box-sizing: border-box;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.lp-contact .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
  border-radius: var(--cv-cf7-textarea-radius);
}

.lp-contact .wpcf7-form input::placeholder,
.lp-contact .wpcf7-form textarea::placeholder {
  color: var(--cv-cf7-field-placeholder);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 480px) {
  .lp-contact .wpcf7-form input::placeholder,
  .lp-contact .wpcf7-form textarea::placeholder {
    font-size: 11px;
  }
}

.lp-contact .wpcf7-form input:focus,
.lp-contact .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--cv-violeta);
  box-shadow: 0 0 0 1px var(--cv-violeta);
}

.lp-contact .wpcf7-form input.wpcf7-not-valid,
.lp-contact .wpcf7-form textarea.wpcf7-not-valid {
  border-color: var(--cv-violeta);
  box-shadow: 0 0 0 1px var(--cv-violeta);
}

/* Checkbox aceite */
.lp-contact .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-family: var(--cv-font);
  font-size: var(--cv-text-corpo);
  font-weight: 500;
  line-height: 16px;
  color: var(--cv-grafite);
  text-align: left;
}

.lp-contact .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex-shrink: 0;
  accent-color: var(--cv-violeta);
}

.lp-contact .submit-wrapper {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.lp-contact .wpcf7-form input[type="submit"],
.lp-contact .wpcf7-form .wpcf7-submit {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  border: none;
  border-radius: var(--cv-cf7-field-radius-pill);
  background: var(--cv-violeta);
  color: var(--cv-off-white);
  font-family: var(--cv-font);
  font-size: var(--cv-text-titulo-2);
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
  box-sizing: border-box;
}

.lp-contact .wpcf7-form input[type="submit"]:disabled,
.lp-contact .wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.lp-contact .wpcf7-form input[type="submit"]:not(:disabled):hover,
.lp-contact .wpcf7-form .wpcf7-submit:not(:disabled):hover {
  background: var(--cv-btn-hover-violet-fill);
}

.lp-contact .wpcf7-not-valid-tip {
  font-size: var(--cv-text-corpo);
  margin-top: 6px;
}

.lp-contact .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: var(--cv-radius);
}

/* ========== Footer (Figma 42:333 Rdp) ========== */
.lp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  background: var(--cv-grafite);
  color: var(--cv-off-white);
  /* Coluna (<1024px) — Figma RdpMob: p-[40px] */
  padding: 40px 40px 40px;
}

/* Evita "padding duplo" com `.lp-container` dentro do rodapé */
.lp-footer .lp-container {
  max-width: 1220px;
}

.lp-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* RdpMob 55:1044 — gap 32px entre marca e bloco Endereço/Contato */
  gap: 32px;
}

@media (min-width: 1024px) {
  .lp-footer {
    /* Desktop — Figma: pt-[24px] pb-[8px] px-[120px] */
    padding: 24px 120px 8px;
  }

  .lp-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}

.lp-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 160px;
  max-width: 100%;
  flex-shrink: 0;
}

/* <1024px: coluna (marca + blocos); tipografia e alinhamentos do RdpMob */
@media (max-width: 1023px) {
  .lp-footer__brand {
    align-items: center;
  }

  /* 55:1044 — padding único 40px; evita gutter duplo do .lp-container */
  .lp-footer .lp-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* Corpo 12 Medium; rótulos mais fortes */
  .lp-footer__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }

  .lp-footer__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .lp-footer__contact-body {
    align-items: center;
  }

  .lp-footer__social {
    justify-content: center;
  }
}

.lp-footer__logo-link {
  display: block;
  line-height: 0;
}

.lp-footer__logo-link img {
  width: 160px;
  height: auto;
  display: block;
}

.lp-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.lp-footer__social-link {
  display: flex;
  line-height: 0;
}

.lp-footer__social img {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lp-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

@media (min-width: 1024px) {
  .lp-footer__info {
    width: auto;
    max-width: none;
    flex: 0 1 auto;
  }
}

.lp-footer__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.lp-footer__label {
  margin: 0;
  color: var(--cv-off-white);
}

.lp-footer__text {
  margin: 0;
  color: var(--cv-off-white);
}

.lp-footer__text a {
  color: var(--cv-off-white);
  text-decoration: none;
}

.lp-footer__text a:hover,
.lp-footer__text a:focus-visible {
  text-decoration: underline;
}

.lp-footer__contact-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.lp-footer__contact-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  width: 15px;
}

.lp-footer__contact-icon {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.lp-footer__contact-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.lp-footer__contact-copy .lp-footer__text {
  white-space: nowrap;
}

@media (max-width: 399px) {
  .lp-footer__contact-copy .lp-footer__text {
    white-space: normal;
  }
}

.lp-footer__legal {
  margin: 0;
  /* Desktop padding vem do `.lp-footer`, sem necessidade de gutter extra */
  padding: 0;
  width: 100%;
  max-width: var(--cv-max);
  box-sizing: border-box;
  text-align: center;
  color: var(--cv-off-white);
}

@media (min-width: 1024px) {
  .lp-footer__legal {
    max-width: 720px;
  }
}

.lp-footer__legal a {
  color: #fff;

  /* Legenda */
  font-family: "HK Grotesk";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* --- index fallback --- */
.main-content {
  background: var(--cv-off-white);
  min-height: 50vh;
  padding: clamp(32px, 5vw + 16px, 48px) clamp(16px, 3vw + 8px, 24px);
}

.main-content .container {
  max-width: 720px;
  margin: 0 auto;
}

/* -- Botoes Customizados -- */
/* —— Componentes Base Customizados (Fase 1) —— */
.btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    border-radius: 2px;
    font-family: var(--cv-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border: none;
    transition: filter 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    height: 56px;
}

.btn-custom:hover {
    filter: brightness(1.1);
}

.btn-custom--light {
    background-color: var(--cv-cinza-claro);
    color: var(--cv-grafite);
}

.btn-custom--light:hover {
    background-color: var(--cv-off-white);
    color: var(--cv-grafite);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(46, 46, 44, 0.12);
}

.btn-custom--primary {
    background-color: var(--cv-oliva);
    color: var(--cv-off-white);
}

.btn-custom--primary:hover {
    color: var(--cv-off-white);
}

.btn-custom--accent {
    background-color: var(--color-violeta-profundo);
    color: var(--cv-off-white);
}

.btn-custom--accent:hover {
    color: var(--cv-off-white);
}


/* -- Eco Hero -- */
/* Ecossistema - Hero */
.eco-hero {
    height: 720px;
    background-color: var(--cv-grafite);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.eco-hero__inner {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-left: 120px;
}

.eco-hero__text-col {
    z-index: 2;
    position: relative;
}

.eco-hero__title {
    font-family: var(--cv-font);
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    color: var(--cv-off-white);
    width: 420px;
    max-width: 100%;
    margin-bottom: 24px;
}

.eco-hero__subtitle {
    font-family: var(--cv-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--cv-off-white);
    width: 389px;
    max-width: 100%;
    margin-bottom: 32px;
}

.eco-hero__btns {
    display: flex;
    gap: 16px;
}

.eco-hero__btn-light {
    width: 187px;
    height: 56px;
    background: var(--cv-cinza-claro);
    color: var(--cv-grafite);
    font-family: var(--cv-font);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
    transition: filter 0.3s ease;
}

.eco-hero__btn-green {
    width: 192px;
    height: 56px;
    background: var(--cv-oliva);
    color: var(--cv-off-white);
    font-family: var(--cv-font);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
    transition: filter 0.3s ease;
}

.eco-hero__btn-light:hover,
.eco-hero__btn-green:hover {
    filter: brightness(1.1);
}

.eco-hero__image-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 880px;
    height: 720px;
    overflow: hidden;
}

.eco-hero__img-tag {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1101px) and (max-width: 1366px) {
    .eco-hero__img-tag {
        height: 100%;
    }
}

@media (max-width: 1299.98px) {
    .eco-hero__inner {
        padding-left: 120px;
    }

    .eco-hero__image-container {
        width: 600px;
    }
}

@media (min-width: 1150px) and (max-width: 1299.98px) {
    .eco-hero__inner {
        padding-left: 120px;
    }

    .eco-hero__text-col {
        max-width: 360px;
    }

    .eco-hero__title {
        font-size: 34px;
        line-height: 42px;
        width: 360px;
        margin-bottom: 20px;
    }

    .eco-hero__subtitle {
        font-size: 15px;
        line-height: 21px;
        width: 340px;
        margin-bottom: 28px;
    }

    .eco-hero__btns {
        display: flex;
        gap: 12px;
    }

    .eco-hero__btns .btn-custom {
        padding: 16px 20px;
    }

    .eco-hero__image-container {
        left: 490px;
        width: auto;
        right: 0;
        height: 720px;
    }
}

@media (min-width: 1300px) {
    .eco-hero__inner {
        padding-left: 120px;
    }

    .eco-hero__text-col {
        max-width: 360px;
    }

    .eco-hero__title {
        font-size: 34px;
        line-height: 42px;
        width: 360px;
        margin-bottom: 20px;
    }

    .eco-hero__subtitle {
        font-size: 15px;
        line-height: 21px;
        width: 340px;
        margin-bottom: 28px;
    }

    .eco-hero__btns {
        display: flex;
        gap: 12px;
    }

    .eco-hero__btns .btn-custom {
        padding: 16px 20px;
    }

    .eco-hero__image-container {
        left: max(490px, calc(50% - 200px));
        width: auto;
        right: 0;
        height: 720px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .eco-hero {
        position: relative !important;
        height: auto !important;
        min-height: 500px !important;
        background-color: var(--cv-grafite) !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        overflow: visible !important;
    }


    .eco-hero__image-container {
        grid-area: 1 / 1;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        top: auto !important;
        right: auto !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }

    .eco-hero__image-container::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
        z-index: 2 !important;
    }

    .eco-hero__img-tag {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .eco-hero__inner {
        grid-area: 1 / 1;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 3 !important;
        display: flex !important;
        align-items: flex-end !important;
        padding: 0 !important;
        left: auto !important;
        top: auto !important;
    }

    .eco-hero__text-col {
        padding: 60px 40px !important;
        z-index: 4 !important;
        position: relative !important;
        width: 100% !important;
        margin-inline: auto !important;
    }

    .eco-hero__title {
        font-family: var(--cv-font) !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 32px !important;
        line-height: 40px !important;
        color: var(--cv-off-white) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 16px !important;
    }

    .eco-hero__title br {
        display: none !important;
    }

    .eco-hero__subtitle {
        font-family: var(--cv-font) !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: var(--cv-off-white) !important;
        width: 100% !important;
        margin-bottom: 24px !important;
        opacity: 0.9 !important;
    }
}

@media (max-width: 767.98px) {
    .eco-hero__inner {
        padding: 0;
    }

    .eco-hero {
        position: relative;
        height: 640px;
        background-color: var(--cv-grafite);
        padding: 0;
        display: block;
    }

    .eco-hero__image-container {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .eco-hero__image-container::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        z-index: 2;
    }

    .eco-hero__image-container picture,
    .eco-hero__img-tag {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eco-hero__inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        display: flex;
        align-items: flex-end;
        padding: 0;
    }

    .eco-hero__text-col {
        padding: 40px;
        z-index: 4;
        position: relative;
        width: 100%;
        margin-inline: auto;
    }

    .eco-hero__title {
        font-family: var(--cv-font);
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: var(--cv-off-white);
        width: 100%;
        margin-bottom: 16px;
    }



    .eco-hero__subtitle {
        font-family: 'Larsseit', var(--font-display, sans-serif);
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: var(--cv-off-white);
        width: 100%;
        margin-bottom: 24px;
        opacity: 0.9;
    }

    .eco-hero__btns {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .eco-hero__btn-light,
    .eco-hero__btn-green {
        width: 100% !important;
        height: 56px !important;
    }


}

