/* 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,
[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 {
  max-width: none;
}

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

@media (max-width: 1199.98px) {
  section[aria-labelledby="beneficios-title"] .section-header > p,
  section[aria-labelledby="produto-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;
}

.home-journey-compact {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin-top: clamp(1.4rem, 2.5vw, 2rem);
  padding-top: clamp(1.2rem, 2vw, 1.6rem);
  border-top: 1px solid var(--sfy-line);
}

.home-journey-compact .section-header {
  margin-bottom: .85rem;
}

.home-journey-compact .section-header h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.home-journey-compact .journey-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: .75rem;
  align-items: center;
  min-height: 0;
  padding: .9rem;
}

.home-journey-compact .journey-grid article > span {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.home-journey-compact .journey-grid article > h3 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
}

.home-journey-compact .journey-grid article p {
  grid-column: 1 / -1;
  margin-top: .75rem;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.45;
}

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

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

  .home-journey-compact .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .home-journey-compact .journey-grid {
    grid-template-columns: 1fr;
  }
}

.home-demo-video {
  width: 100%;
  min-height: clamp(320px, 38vw, 520px);
  padding: clamp(2rem, 5vw, 4.5rem);
}

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