/* Ajustes estruturais exclusivos da página inicial. */
:root {
  --sfy-home-support-copy-size: .95rem;
  --sfy-home-support-copy-leading: 1.6;
  --sfy-home-support-copy-tracking: -.012em;
}

section[aria-labelledby="beneficios-title"] .section-header > p,
section[aria-labelledby="produto-title"] .section-header > p,
section[aria-labelledby="testemunhos-title"] .section-header > p,
section[aria-labelledby="programmatic-seo-title"] .section-header > p,
[data-seo-onda02="true"] .section-header > p,
[aria-labelledby="newsletter-title"] .section-header > p,
[data-growth-next-step="onda03"] .split-panel-strong > div:first-child > p,
[data-growth-next-step="onda04-distribuicao"] .split-panel-strong > div:first-child > p,
[data-growth-next-step="onda05-calendarios-mensais"] .split-panel-strong > div:first-child > p,
[data-growth-next-step="onda06-modalidade-mes"] .split-panel-strong > div:first-child > p {
  color: var(--sfy-text-soft);
  font-size: var(--sfy-home-support-copy-size);
  line-height: var(--sfy-home-support-copy-leading);
  letter-spacing: var(--sfy-home-support-copy-tracking);
}

section[aria-labelledby="beneficios-title"] .section-header,
section[aria-labelledby="produto-title"] .section-header,
section[aria-labelledby="testemunhos-title"] .section-header,
section[aria-labelledby="programmatic-seo-title"] .section-header {
  max-width: none;
}

section[aria-labelledby="beneficios-title"] .section-header > p,
section[aria-labelledby="produto-title"] .section-header > p,
section[aria-labelledby="testemunhos-title"] .section-header > p,
section[aria-labelledby="programmatic-seo-title"] .section-header > p {
  white-space: nowrap;
}

section[aria-labelledby="testemunhos-title"] .section-header > p {
  font-size: var(--sfy-home-support-copy-size);
  letter-spacing: var(--sfy-home-support-copy-tracking);
}

@media (max-width: 1199.98px) {
  section[aria-labelledby="beneficios-title"] .section-header > p,
  section[aria-labelledby="produto-title"] .section-header > p,
  section[aria-labelledby="testemunhos-title"] .section-header > p,
  section[aria-labelledby="programmatic-seo-title"] .section-header > p {
    white-space: normal;
  }
}

.value-grid-growth {
  align-items: stretch !important;
}

.value-grid-growth .value-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: .65rem;
  align-items: start;
  height: 100% !important;
  min-height: 280px !important;
  padding-bottom: var(--sfy-polish-card-pad, 1.2rem);
}

.value-grid-growth .value-card > i {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  margin: 0;
}

.value-grid-growth .value-card > h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  text-align: left;
  margin: 0;
}

.value-grid-growth .value-card > p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: .75rem;
}

.value-grid-growth .value-card > .card-cta {
  position: static;
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  justify-self: start;
  width: fit-content;
  margin-top: .75rem;
}

@media (max-width: 767.98px) {
  section[aria-labelledby="beneficios-title"] .section-header > p,
  section[aria-labelledby="produto-title"] .section-header > p,
  section[aria-labelledby="testemunhos-title"] .section-header > p,
  section[aria-labelledby="programmatic-seo-title"] .section-header > p {
    white-space: normal;
  }

  .value-grid-growth .value-card {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media (min-width: 1200px) {
  .growth-proof-bar {
    grid-template-columns: minmax(320px, .62fr) minmax(0, 1.38fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }

  .growth-proof-bar .proof-grid-four.proof-grid-placeholder strong {
    max-width: 100%;
    font-size: clamp(1.12rem, 1.25vw, 1.3rem);
    white-space: nowrap;
    overflow-wrap: normal;
  }
}
.home-demo-video {
  width: 100%;
  min-height: clamp(320px, 38vw, 520px);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.home-demo-video p {
  max-width: 680px;
}
