/* ===========================================
   stopka-desop.css
   STOPKA — DESKTOP ONLY (MOBILE FIRST)
=========================================== */

@media (min-width: 1024px) {

  /* ===========================
     WIDOCZNOŚĆ
  =========================== */

  .site-footer {
    display: block
  }

  .footer-mobile-nav {
    display: none
  }

  body.ui-internal .site-footer {
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
    color: #0f172a;
    font-size: 15px;
  }

  /* ===========================
     GŁÓWNY UKŁAD
  =========================== */

  .footer-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 24px;

    display: grid;
    grid-template-columns: 1.6fr 2.8fr 1.2fr;
    gap: 40px;
    align-items: start;
  }

  /* ===========================
     KOLUMNY
  =========================== */

  body.ui-internal .footer-col h4 {
    color: #020617;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  body.ui-internal .footer-col p {
    margin: 0;
    max-width: 340px;

    font-size: 16px;
    line-height: 1.65;
    color: #334155;
  }

  body.ui-internal .site-footer .email-js {
    color: #0f172a;
    font-weight: 500;
    white-space: nowrap;
  }

  /* ===========================
     LINKI
  =========================== */

  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }

  body.ui-internal .footer-links a {
    color: #dc2626;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
  }

  .footer-links a:hover {
    color: #4da3ff;
    text-decoration: underline;
  }

  /* ===========================
     EMAIL — OBFUSKACJA
  =========================== */

  .email-obf {
    white-space: nowrap;
  }

  .email-obf .at,
  .email-obf .dot {
    margin: 0 2px;
  }

  /* ===========================
     KONTAKT
  =========================== */

  .footer-col:last-child {
    text-align: right;
  }

  .footer-col:last-child p {
    line-height: 1.6;
  }

  /* ===========================
     DOLNA BELKA
  =========================== */

  body.ui-internal .footer-bottom {
    background: #f1f5f9;
    border-top: 1px solid #e5e7eb;

    text-align: center;
    padding: 16px 12px;

    font-size: 14px;
    color: #475569;
  }
}
