/* Footer — yalniz mobil / planse (960px ve asagi) */

@media (max-width: 960px) {
  .site-footer {
    padding: 2.25rem 0 1.35rem;
  }

  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "nav contact"
      "meeting meeting";
    gap: 1.35rem 0.85rem;
    margin-bottom: 1.75rem;
    align-items: start;
  }

  .site-footer .footer-brand {
    grid-area: brand;
    text-align: center;
  }

  .site-footer .footer-brand img {
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.85rem;
  }

  .site-footer .footer-brand p {
    font-size: 0.82rem;
    line-height: 1.5;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footer-nav {
    grid-area: nav;
  }

  .site-footer .footer-contact {
    grid-area: contact;
  }

  .site-footer .footer-nav h3,
  .site-footer .footer-contact h3 {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
  }

  .site-footer .footer-nav li,
  .site-footer .footer-contact li {
    font-size: 0.78rem;
    margin-bottom: 0.15rem;
    line-height: 1.3;
  }

  .site-footer .footer-meeting {
    grid-area: meeting;
    text-align: center;
    padding-top: 0.5rem;
  }

  .site-footer .footer-meeting h3 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .site-footer .footer-meeting p {
    font-size: 0.82rem;
    line-height: 1.5;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footer-meeting .btn {
    margin-top: 1rem;
    width: 100%;
    max-width: 220px;
  }

  .site-footer .footer-meeting .btn-primary {
    background: var(--color-primary-btn, #007a45) !important;
    color: #fff !important;
    border-color: var(--color-primary-btn, #007a45) !important;
    box-shadow: none;
    min-height: 44px;
  }

  .site-footer .footer-meeting .btn-primary:hover {
    background: var(--color-primary-dark, #007a45) !important;
    color: #fff !important;
    border-color: var(--color-primary-dark, #007a45) !important;
  }

  .site-footer .footer-nav a,
  .site-footer .footer-contact a {
    min-height: auto;
    padding: 0.12rem 0;
    display: inline-block;
    line-height: 1.35;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
    padding-top: 1.1rem;
  }

  .site-footer .footer-bottom p {
    font-size: 0.75rem;
    width: 100%;
    margin: 0;
  }

  .site-footer .footer-social {
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
  }

  .site-footer .footer-social .site-social-link {
    width: 34px;
    height: 34px;
  }

  .site-footer .footer-social .site-social-icon {
    width: 16px;
    height: 16px;
  }
}
