/**
 * Homepage desktop below-fold. Codex candidate IA:
 * products → system flow → field + feature → platform story → solutions → news → conversion.
 * Scope: homepage sections under min-width 1024px. Do not restyle header/footer.
 */
@media (min-width: 1024px) {
  .v21-featured-products,
  .vc-solutions,
  .v21-home-news,
  .v21-conversion {
    padding-left: 96px;
    padding-right: 96px;
  }

  .v21-featured-products .v21-grid.two {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .v21-featured-products .v21-featured-media {
    height: 240px;
  }

  .v21-featured-products .v21-featured-copy {
    min-height: 0;
  }

  .v21-featured-products .v21-card p {
    min-height: 0;
  }

  .v21-feature span {
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  }

  .v21-featured-products .eyebrow,
  .v21-how .eyebrow,
  .vc-field-heading .eyebrow,
  .vc-platform-story .eyebrow,
  .vc-solutions .eyebrow,
  .v21-home-news .eyebrow,
  .v21-conversion .eyebrow {
    color: var(--ait-color-action, #3b6fd8) !important;
    letter-spacing: 0.08em;
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
  }

  .v21-featured-products h2,
  .v21-how h2,
  .vc-field-heading h2,
  .vc-platform-story h2,
  .vc-solutions h2,
  .v21-home-news h2,
  .v21-conversion h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--ait-color-ink, #172033);
  }

  .v21-intro.v21-how {
    padding: 72px 96px;
    background: #f6f8fb;
  }

  .v21-system-flow article small {
    display: none;
  }

  .vc-field-heading {
    padding: 72px 96px 24px;
    background: #fff;
  }

  .vc-field-heading h2 {
    margin: 12px 0 12px;
  }

  .vc-field-heading p:not(.eyebrow) {
    max-width: 40em;
    color: var(--ait-color-ink-secondary, #43516a);
    font-size: 18px;
    line-height: 1.7;
  }

  .v21-feature {
    padding: 0 96px 72px;
    background: #fff;
  }

  .vc-platform-story {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 64px;
    align-items: center;
    padding: 72px 96px;
    background: #eef2f6;
  }

  .vc-platform-story p:not(.eyebrow) {
    color: var(--ait-color-ink-secondary, #43516a);
    font-size: 18px;
    line-height: 1.7;
  }

  .vc-platform-story ol {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
  }

  .vc-platform-story li {
    padding-left: 0;
  }

  .vc-platform-story li b {
    display: block;
    color: var(--ait-color-ink, #172033);
    font-size: 16px;
    margin-bottom: 4px;
  }

  .vc-platform-story li span {
    color: var(--ait-color-ink-secondary, #43516a);
    font-size: 15px;
    line-height: 1.6;
  }

  .vc-platform-story figure {
    margin: 0;
  }

  .vc-platform-story img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    border: 1px solid var(--ait-color-line, #dce3ed);
  }

  .vc-platform-story figcaption {
    margin-top: 10px;
    font-size: 13px;
    color: #6b778c;
  }

  .vc-solutions {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vc-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    margin-top: 32px;
  }

  .vc-links-grid a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--ait-color-line, #dce3ed);
    color: var(--ait-color-ink, #172033) !important;
    font-weight: 650;
    text-decoration: none;
  }

  .vc-links-grid a:hover,
  .vc-links-grid a:focus-visible {
    color: var(--ait-color-action, #3b6fd8) !important;
  }

  .v21-home-news-card.is-lead:not(.has-media) {
    grid-template-rows: auto;
  }

  .v21-home-news .v21-home-news-backdrop {
    display: none !important;
  }
}
