<?xml version="1.0" encoding="utf-8"?>
<xml><title>Media społecznościowe</title><content>&lt;style type="text/css"&gt;/* --- GŁÓWNE USTAWIENIA STRONY --- */&#13;
  .social-section-wrapper {&#13;
    max-width: 900px;&#13;
    margin: 0 auto;&#13;
    font-family: system-ui, -apple-system, sans-serif;&#13;
    color: #333333;&#13;
    line-height: 1.6;&#13;
  }&#13;
&#13;
  /* Poprawione z &lt;p&gt; na &lt;h2&gt; dla pełnej dostępności WCAG */&#13;
  .social-section-wrapper h2.social-title-text {&#13;
    font-size: 18px;&#13;
    font-weight: 600;&#13;
    text-align: center;&#13;
    color: #002672; &#13;
    margin-bottom: 25px;&#13;
    margin-top: 0;&#13;
  }&#13;
&#13;
  /* Inteligentny Grid (Układ kolumnowy RWD) */&#13;
  .social-grid-container {&#13;
    display: grid;&#13;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));&#13;
    gap: 15px; &#13;
  }&#13;
&#13;
  /* Styl pojedynczego kafelka */&#13;
  .social-card-item {&#13;
    display: flex;&#13;
    flex-direction: column; /* Układa logo dokładnie nad tekstem */&#13;
    align-items: center;&#13;
    justify-content: center;&#13;
    padding: 25px 10px;&#13;
    background-color: #002672; /* Główny granat Chorzowa */&#13;
    color: #ffffff !important; /* Wymuszony biały tekst ze względu na wymogi WCAG */&#13;
    text-decoration: none;&#13;
    border-radius: 8px;&#13;
    font-weight: bold;&#13;
    font-size: 15px;&#13;
    box-shadow: 0 4px 6px rgba(0, 24, 114, 0.1);&#13;
    transition: all 0.3s ease; /* Płynne przejście kolorów i animacji */&#13;
  }&#13;
&#13;
  /* Precyzyjne formatowanie logotypów SVG */&#13;
  .social-card-item svg {&#13;
    width: 32px;&#13;
    height: 32px;&#13;
    margin-bottom: 10px;&#13;
    fill: currentColor; /* Logo automatycznie dziedziczy biały kolor czcionki */&#13;
    transition: transform 0.3s ease;&#13;
  }&#13;
&#13;
  /* --- MAGIA HOVERA (Najchanie myszką) --- */&#13;
  .social-card-item:hover {&#13;
    background-color: #f20000; /* Płynne przejście w czerwień miasta */&#13;
    transform: translateY(-4px); /* Delikatne wyskoczenie kafelka w górę */&#13;
    box-shadow: 0 6px 12px rgba(242, 0, 0, 0.25);&#13;
  }&#13;
&#13;
  .social-card-item:hover svg {&#13;
    transform: scale(1.1); /* Subtelne powiększenie samego logotypu przy najechaniu */&#13;
  }&#13;
&#13;
  /* Responsywny, bezpieczny kontener na odtwarzacz YouTube */&#13;
  .video-responsive-container {&#13;
    position: relative;&#13;
    padding-bottom: 56.25%; /* Matematyczny wymiar proporcji 16:9 */&#13;
    height: 0;&#13;
    overflow: hidden;&#13;
    max-width: 100%;&#13;
    background-color: #000000;&#13;
    border-radius: 8px;&#13;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);&#13;
    margin-top: 20px;&#13;
  }&#13;
&#13;
  .video-responsive-container iframe {&#13;
    position: absolute;&#13;
    top: 0;&#13;
    left: 0;&#13;
    width: 100%;&#13;
    height: 100%;&#13;
    border: 0;&#13;
  }&#13;
&lt;/style&gt;&#13;
&lt;div class="social-section-wrapper"&gt;&lt;!-- Zmiana z &lt;p&gt; na prawidłowy nagłówek &lt;h2&gt; (Zgodność z WCAG) --&gt;&#13;
&lt;h2 class="social-title-text"&gt;Oficjalne media społecznościowe Miasta Chorzów&lt;/h2&gt;&#13;
&#13;
&lt;div class="social-grid-container"&gt;&lt;a class="social-card-item" href="https://www.facebook.com/umchorzow/" rel="noopener noreferrer" target="_blank"&gt;&lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c4.56-.93 8-4.96 8-9.75z"&gt;&lt;/path&gt;&lt;/svg&gt; Facebook &lt;/a&gt; &lt;a class="social-card-item" href="https://www.instagram.com/miastochorzow" rel="noopener noreferrer" target="_blank"&gt; &lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.85.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.125-1.664 4.671-4.919 4.819-1.265.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.82-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.125 1.664-4.671 4.919-4.819 1.265-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.051.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"&gt;&lt;/path&gt;&lt;/svg&gt; Instagram &lt;/a&gt; &lt;a class="social-card-item" href="https://x.com/UMChorzow" rel="noopener noreferrer" target="_blank"&gt; &lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M18.244 2.25h3.308l-7.227 7.746 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.283L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"&gt;&lt;/path&gt;&lt;/svg&gt; X (Twitter) &lt;/a&gt; &lt;a class="social-card-item" href="https://www.linkedin.com/company/7312811" rel="noopener noreferrer" target="_blank"&gt; &lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.12 20.45H3.56V9H7.12v11.45zM5.34 7.43c-1.14 0-2.06-.92-2.06-2.06 0-1.14.92-2.06 2.06-2.06 1.14 0 2.06.92 2.06 2.06 0 1.14-.92 2.06-2.06 2.06zm15.11 13.02h-3.56v-5.6c0-1.34-.03-3.05-1.86-3.05-1.86 0-2.14 1.45-2.14 2.95v5.7H9.33V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29z"&gt;&lt;/path&gt;&lt;/svg&gt; LinkedIn &lt;/a&gt; &lt;a class="social-card-item" href="https://www.youtube.com/@miastochorzow" rel="noopener noreferrer" target="_blank"&gt; &lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M23.498 6.163a3.003 3.003 0 0 0-2.11-2.11C19.517 3.545 12 3.545 12 3.545s-7.517 0-9.388.508a3.003 3.003 0 0 0-2.11 2.11C0 8.033 0 12 0 12s0 3.967.502 5.837a3.003 3.003 0 0 0 2.11 2.11c1.871.508 9.388.508 9.388.508s7.517 0 9.388-.508a3.003 3.003 0 0 0 2.11-2.11C24 15.967 24 12 24 12s0-3.967-.502-5.837zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"&gt;&lt;/path&gt;&lt;/svg&gt; YouTube &lt;/a&gt; &lt;a class="social-card-item" href="https://www.tiktok.com/@chorzow_official" rel="noopener noreferrer" target="_blank"&gt; &lt;svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.01 1.61 4.16.89.96 2.1 1.63 3.42 1.86v3.74c-1.31-.02-2.61-.28-3.83-.78-.71-.29-1.37-.71-1.93-1.24v6.52c.04 1.82-.47 3.63-1.47 5.14A7.47 7.47 0 0 1 8.215 23a7.48 7.48 0 0 1-5.69-3.21 7.49 7.49 0 0 1 1.77-10.42 7.4 7.4 0 0 1 5.25-1.12v3.83a3.63 3.63 0 0 0-3.19 1.48 3.65 3.65 0 0 0 .19 4.38 3.65 3.65 0 0 0 4.19.8 3.63 3.63 0 0 0 2.05-3.3c.03-3.99.01-7.98.02-11.97-.02-.15-.02-.31 0-.46z"&gt;&lt;/path&gt;&lt;/svg&gt; TikTok &lt;/a&gt;&lt;/div&gt;&#13;
&lt;!-- / .social-grid-container --&gt;&#13;
&#13;
&lt;p&gt; &lt;/p&gt;&#13;
&#13;
&lt;div class="video-responsive-container"&gt;&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" src="https://www.youtube.com/embed/V1_mf-Acoak?si=IVG9DM9SfcyN3xg_" title="Oficjalny odtwarzacz wideo Miasta Chorzów"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;!-- / .video-responsive-container --&gt;&lt;/div&gt;&#13;
&lt;!-- / .social-section-wrapper --&gt;</content><createdAt>2026-07-03 15:54:55</createdAt><updatedAt>2026-07-03 15:54:55</updatedAt></xml>
