/* Tablet – between 577px and 1024px */
@media (min-width: 577px) and (max-width: 1024px) {

  /* --- HEADER --- */
  .site-header {
    height: 64px;
  }

  .site-header-inner {
    padding: 10px 64px;
  }

  /* --- FOOTER --- */
  footer.site-footer {
    height: auto;
    padding: 0;
  }

  .site-footer-inner {
    padding: 90px 64px;
  }

  .site-footer-main {
    justify-content: space-between;
    gap: 32px;
    flex-wrap: nowrap;
  }

  .site-footer-brand {
    flex-shrink: 0;
    width: 240px;
    min-width: 200px;
  }

  .site-footer-desc {
    width: 100%;
    height: auto;
  }

  .site-footer-nav {
    width: auto;
    gap: 24px;
    grid-template-columns: repeat(4, max-content);
  }

  .site-footer-col {
    max-width: 120px;
  }

  .site-footer-col:last-child {
    max-width: min(200px, 100%);
    min-width: 0;
  }

  .site-footer-col--links {
    max-width: 140px;
  }

  .site-footer-contact {
    min-width: 0;
    max-width: 100%;
  }

  .site-footer-contact-item {
    min-width: 0;
    max-width: 100%;
  }

  .site-footer-contact-item a {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
  }

  .site-footer-copyright {
    margin-top: 48px;
  }

  footer.site-footer::before {
    inset: auto;
    top: 0;
    right: 0;
    width: 432.5px;
    height: 598px;
    background-position: top right;
  }

  .contact-hero-inner {
    padding: 120px 64px 64px;
  }

  .contact-hero-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.25px;
    padding: 12px 0 0;
    margin-bottom: 10px;
  }

  .contact-hero-title-line {
    display: block;
    width: 100%;
  }

  .contact-hero-desc {
    font-size: 16px;
  }

  /* --- CONTACT SECTION (tablet) --- */
  .contact-section {
    padding: 40px 0 64px;
  }

  .contact-section-inner {
    padding: 0 64px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-info {
    border-right: none;
    border-bottom: 1px solid #eef0f6;
    padding: 48px;
  }

  .contact-form-wrapper {
    padding: 48px;
  }

  .contact-form-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .contact-submit-btn {
    width: 100%;
    align-self: stretch;
    font-size: 14px;
    padding: 12px 20px;
    min-height: 44px;
    border-radius: 36px;
  }

  /* --- TOAST (tablet) --- */
  .contact-toast {
    right: 32px;
    bottom: 32px;
  }
}
