/* HIRU.INK Desktop Restore V1
   Desktop-only. Mobile layout is intentionally untouched/locked. */
@media (min-width: 769px) {
  .hero-container {
    display: grid !important;
    grid-template-columns: 4fr 6fr !important;
    grid-template-areas:
      "intro image"
      "support image"
      "actions image"
      "reviews image" !important;
    column-gap: 3rem !important;
    align-items: center !important;
  }

  .hero-intro {
    grid-area: intro !important;
    align-self: end !important;
    text-align: left !important;
  }

  .hero-support {
    grid-area: support !important;
    text-align: left !important;
  }

  .hero-actions {
    grid-area: actions !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-bottom: 2rem !important;
  }

  .reviews-row {
    grid-area: reviews !important;
    justify-content: flex-start !important;
  }

  .hero-image-area {
    grid-area: image !important;
    align-self: center !important;
  }

  .hero-intro .eyebrow,
  .hero-title {
    text-align: left !important;
  }

  .hero-title .title-line {
    display: block !important;
    width: auto !important;
    white-space: nowrap !important;
  }

  .hero-title .title-shirt {
    color: var(--color-primary) !important;
  }

  .hero-subtitle {
    margin-bottom: 2rem !important;
  }

  .trust-icons {
    margin-bottom: 2.1rem !important;
  }
}
