@media (min-width: 769px) {
  .hero-cta-stack {
    gap: 1rem !important;
  }

  .hero-cta-stack .hero-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 1.35rem !important;
    border-radius: 999px !important;
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    transform: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
    overflow: hidden !important;
  }

  .hero-cta-stack .hero-cta-primary {
    color: #fff !important;
    background: #f97316 !important;
    border: 1px solid #f97316 !important;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.3) !important;
  }

  .hero-cta-stack .hero-cta-secondary {
    color: #f97316 !important;
    background: #fff !important;
    border: 1px solid #f97316 !important;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.14) !important;
  }

  .hero-cta-stack .hero-cta-primary:hover,
  .hero-cta-stack .hero-cta-primary:focus-visible {
    color: #fff !important;
    background: #171142 !important;
    border-color: #171142 !important;
    box-shadow: 0 16px 28px rgba(23, 17, 66, 0.22) !important;
    transform: translateY(-2px) !important;
  }

  .hero-cta-stack .hero-cta-secondary:hover,
  .hero-cta-stack .hero-cta-secondary:focus-visible {
    color: #fff !important;
    background: #171142 !important;
    border-color: #171142 !important;
    box-shadow: 0 16px 28px rgba(23, 17, 66, 0.22) !important;
    transform: translateY(-2px) !important;
  }

  .hero-cta-stack .hero-cta::before,
  .hero-cta-stack .hero-cta::after {
    content: none !important;
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hero .line-1 {
    align-items: flex-end !important;
    gap: clamp(2rem, 7vw, 6rem) !important;
  }

  .hero .line-1 > h1 {
    flex: 0 0 auto !important;
  }

  .hero .line-1 .subtitle-group {
    flex: 1 1 auto !important;
    align-self: flex-end !important;
    justify-self: end !important;
    justify-content: end !important;
    column-gap: 18px !important;
    margin: 0 0 0.06em auto !important;
  }

  .hero .subtitle-group .method-text,
  .hero .subtitle-group .based-text {
    font-size: 22px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .hero .subtitle-group span {
    transform: none !important;
    justify-self: end !important;
  }

  .hero-side-photo {
    width: clamp(7.6rem, 10.7vw, 9.25rem) !important;
    height: clamp(7.6rem, 10.7vw, 9.25rem) !important;
    justify-self: end !important;
  }
}
