  <style>
@font-face {
  font-family: 'Base02';
  src: url('./fonts/Base02.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'BebasNeue';
  src:url('./fonts/BebasNeue-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
    * { box-sizing: border-box; }
    html {
      height: 100%;
      scroll-behavior: smooth;
    }
   :root {
      --background-cycle-duration: 12000ms;
      --background-fade-duration: 1200ms;
    }
   body {
      height: 100%;
      margin: 0;
      background: #111 url('backgrounds/background1.jpg') no-repeat center center;
      background-size: 130% auto;
      color: #fff;
      font-family: 'Base02', Arial, Helvetica, sans-serif;
      text-align: center;
      overflow-x: hidden;
      position: relative;
    }
    .background-rotator {
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      overflow: hidden;
      background: #111;
    }
    .background-rotator__image {
      position: absolute;
      inset: 0;
      background-repeat: no-repeat;
      background-size: 130% auto;
      background-position: 50% 50%;
      opacity: 0;
      transform-origin: left bottom;
      clip-path: circle(150% at 0% 100%);
    }
    @keyframes fadeFromCorner {
      0% {
        opacity: 0;
        clip-path: circle(0% at 0% 100%);
      }
      100% {
        opacity: 1;
        clip-path: circle(150% at 0% 100%);
      }
    }
    @keyframes fadeOut {
      0% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    @keyframes panRight {
      0% {
        background-position-x: 40%;
      }
      100% {
        background-position-x: 60%;
      }
    }
    @keyframes panLeft {
      0% {
        background-position-x: 60%;
      }
      100% {
        background-position-x: 40%;
      }
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: 'BebasNeue', 'Base02', Arial, Helvetica, sans-serif;
        font-weight:400;
    }
    p {
      font-family: 'Base02', Arial, Helvetica, sans-serif;
    }
    header {
          background: #000000c2;
      color: #fff;
      padding: clamp(24px, 6vw, 40px) 16px clamp(32px, 8vw, 52px);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(18px, 5vw, 32px);
      margin-bottom: 50px;
      box-shadow: 0 0 20px 6px #000;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

  header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 155%;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

    header > * {
      position: relative;
      z-index: 1;
    }
    .brand {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(12px, 3vw, 18px);
      color: #fff;
      text-decoration: none;
      transition: color 0.2s ease;
      left: -650px;
    }
    .brand:hover,
    .brand:focus-visible { color: #e50914; }
    .brand-name {
      font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
      font-weight: 400 !important;
      letter-spacing: clamp(4px, 0.9vw, 10px);
      font-size: clamp(2.6rem, 8vw, 4.6rem);
      text-transform: uppercase;
      line-height: 1;
    }

    header .logo {
      display: none;
    }
    .nav-toggle {
      display: none;
      align-items: center;
      gap: clamp(10px, 2vw, 14px);
      padding: clamp(10px, 2.4vw, 16px) clamp(18px, 4vw, 28px);
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      font-family: 'BebasNeue', 'Base02', Arial, Helvetica, sans-serif;
      font-size: clamp(1rem, 2.6vw, 1.2rem);
      letter-spacing: clamp(2px, 0.6vw, 4px);
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .nav-toggle__bars {
      display: inline-flex;
      flex-direction: column;
      gap: 5px;
    }
    .nav-toggle__bars span {
      width: clamp(22px, 6vw, 28px);
      height: 2px;
      background: currentColor;
      border-radius: 2px;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .nav-toggle__label {
      font-size: 0.9em;
    }
    .nav-toggle:hover,
    .nav-toggle:focus-visible {
      background: #e50914;
      border-color: #e50914;
      color: #fff;
    }
    header.is-nav-open .nav-toggle {
      background: #e50914;
      border-color: #e50914;
      color: #fff;
    }
    header.is-nav-open .nav-toggle__bars span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    header.is-nav-open .nav-toggle__bars span:nth-child(2) {
      opacity: 0;
    }
    header.is-nav-open .nav-toggle__bars span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
    .top-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: clamp(14px, 3vw, 26px);
      font-family: 'BebasNeue', 'Base02', Arial, Helvetica, sans-serif;
 
    }
    .top-nav .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: clamp(12px, 2.4vw, 18px) clamp(22px, 4vw, 32px);
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.12);
          background: rgb(52, 52, 52);
      color: #fff;
      text-decoration: none;
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      cursor: pointer;
      white-space: nowrap;
      letter-spacing: clamp(2px, 0.6vw, 4px);
    }
    .top-nav a.nav-link { text-decoration: none; }
    .top-nav button.nav-link {
      font: inherit;
      background: #1a1a1a;
      color: inherit;
    }
    .top-nav .nav-link:hover,
    .top-nav .nav-link:focus-visible {
      background: #e50914;
      border-color: #e50914;
      color: #fff;
    }
    .top-nav .nav-link--support {
    /*  background: linear-gradient(135deg, #e50914, #ff6b2c); 
      border-color: rgba(255, 107, 44, 0.85); */
      color: #fff;
    
     /* box-shadow: 0 6px 18px rgba(229, 9, 20, 0.35);*/
    }
    .top-nav .nav-link--support:hover,
    .top-nav .nav-link--support:focus-visible,
    .top-nav .nav-link--support[aria-current="page"] {
     /* background: linear-gradient(135deg, #ff2d1a, #ffa04d);
      border-color: rgba(255, 140, 64, 0.95); */
      color: #fff;
    }
    .top-nav .nav-link--support[aria-current="page"] {
      box-shadow: none;
      cursor: default;
    }
    .top-nav .nav-link[aria-current="page"]:not(.nav-link--support) {
      background: #e50914;
      border-color: #e50914;
      color: #fff;
      cursor: default;
    }
    .top-nav .nav-link--disabled {
      opacity: 0.55;
      cursor: not-allowed;
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.08);
    }
    .top-nav .nav-link--disabled:hover,
    .top-nav .nav-link--disabled:focus-visible {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.08);
      color: #fff;
    }
    @media (max-width: 767px) {
      header {
        align-items: center;
      }
      .nav-toggle {
        display: inline-flex;
        align-self: center;
      }
      .top-nav {
        --top-nav-expanded-height: 75vh;
        position: relative;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        width: min(520px, 100%);
        gap: 12px;
        padding-top: 12px;
        margin-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        background: transparent;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition:
          max-height 220ms cubic-bezier(0.4, 0, 0.2, 1),
          opacity 140ms ease,
          transform 200ms ease;
      }
      header.is-nav-open .top-nav {
        max-height: var(--top-nav-expanded-height);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }
      .top-nav .nav-link { width: 100%; }
    }
    @media (max-width: 767px) and (prefers-reduced-motion: reduce) {
      .top-nav {
        transition: none;
        transform: none;
      }
    }
    @media (min-width: 768px) {
      header {
        padding-left: clamp(32px, 8vw, 80px);
        padding-right: clamp(32px, 8vw, 80px);
      }
      .top-nav {
        justify-content: center;
      }
    }
    h2 {
      margin: 28px auto 12px;
      font-size: 1.8em;
      color: #e50914;
      padding: 0 16px;
      max-width: 1200px;
    }
    p.lead {
      margin: 0 auto 8px;
      color: #bbb;
      padding: 0 16px;
      max-width: 900px;
    }

    .player-wrap {
      max-width: 1200px;
      margin: 10px auto 8px;
      padding: 0 16px;
    }
    .video-switcher {
      position: relative;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 16px;
    }
    .video-switcher__viewport {
      overflow: hidden;
    }
    .video-switcher__slider {
      display: flex;
      width: 100%;
      transition: transform 400ms ease;
      will-change: transform;
    }
    .video-panel {
      flex: 0 0 100%;
      width: 100%;
    }
    .video-panel.is-active {
      visibility: visible;
      pointer-events: auto;
    }
    .video-panel.is-inactive {
      visibility: hidden;
      pointer-events: none;
    }
    .video-panel__inner {
      padding: 0 clamp(28px, 6vw, 60px);
    }
    .video-switcher__controls {
      --switcher-gap: 8px;
      --switcher-padding-x: 6px;
      --switcher-padding-y: 6px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--switcher-gap);
      margin: 14px auto 0;
      padding: var(--switcher-padding-y) var(--switcher-padding-x);
      width: min(420px, 100%);
      border-radius: 999px;
      border: 1px solid rgba(229, 9, 20, 0.35);
      background: linear-gradient(135deg, rgba(18, 18, 18, 0.92), rgba(32, 32, 32, 0.88));
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }
    .video-switcher__highlight {
      position: absolute;
      z-index: 0;
      top: var(--switcher-padding-y);
      bottom: var(--switcher-padding-y);
      left: var(--switcher-padding-x);
      width: calc((100% - (var(--switcher-padding-x) * 2) - var(--switcher-gap)) / 2);
      border-radius: 999px;
      background: linear-gradient(135deg, #e50914, #ff3b6a);
      box-shadow: 0 12px 26px rgba(229, 9, 20, 0.45);
      pointer-events: none;
      transform: translateX(0);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .video-switcher.is-travel .video-switcher__highlight {
      transform: translateX(calc(100% + var(--switcher-gap)));
    }
    @media (prefers-reduced-motion: reduce) {
      .video-switcher__highlight {
        transition: none;
      }
    }
    .video-toggle {
      position: relative;
      z-index: 1;
      flex: 1 1 0;
      min-width: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 22px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #d5d5d5;
      font-family: 'BebasNeue', 'Base02', Arial, Helvetica, sans-serif;
      font-size: 1.05em;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    }
    .video-toggle__label { pointer-events: none; }
    .video-toggle:hover {
      color: #ffffff;
    }
    .video-toggle:hover:not(.is-active) {
      background: rgba(229, 9, 20, 0.16);
    }
    .video-toggle.is-active {
      color: #ffffff;
    }
    .video-toggle:active {
      transform: scale(0.97);
    }
    .video-toggle:focus-visible {
      outline: 3px solid #e50914;
      outline-offset: 3px;
    }
    @media (max-width: 900px) {
      .video-toggle {
        padding: 10px 18px;
        font-size: 1em;
      }
    }
    @media (max-width: 720px) {
      .video-panel__inner { padding: 0 20px; }
      .video-switcher__controls {
        margin: 14px auto 0;
        --switcher-padding-x: 5px;
      }
    }
    @media (max-width: 520px) {
      .video-panel__inner { padding: 0 16px; }
      .video-switcher__controls {
        --switcher-gap: 6px;
      }
      .video-toggle {
        padding: 9px 14px;
        letter-spacing: 1.5px;
      }
    }
    .ratio {
      position: relative;
      width: 100%;
      max-width: 900px;
      margin: 12px auto 0;
      padding-top: 56.25%; /* 16:9 */
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(255,255,255,0.14);
      background: #000;
    }
    .ratio iframe {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      border: 0; display: block;
    }

    /* Social */
    .buttons {
      margin: 18px 0 22px;
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .buttons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 24px;
      color: rgb(0 0 0);
      text-decoration: none;
      font-size: 1.05em;
      border-radius: 10px;
      transition: background 0.25s, transform 0.2s;
      text-align: center;
      line-height: 1.2;
    }
    .buttons a:hover { transform: translateY(-1px); }
    .buttons svg { width: 1.2em; height: 1.2em; }
    .yt { background: #d9d9d9; }
    .fb { background: #d9d9d9; }
    .ig { background: #d9d9d9; }
    .tt { background: #d9d9d9; }

    @media (max-width: 768px) {
      .buttons a {
        font-size: clamp(0.7rem, 0.6rem + 0.8vw, 0.95rem);
        padding: clamp(8px, 1.4vw + 4px, 12px) clamp(12px, 2vw + 6px, 20px);
      }
    }

    @media (max-width: 520px) {
      .buttons {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(6px, 2vw, 12px);
        justify-items: center;
      }
      .buttons a {
        width: 100%;
        flex-direction: column;
        font-size: clamp(0.56rem, 2.8vw, 0.8rem);
        padding: clamp(6px, 1.6vw + 2px, 10px) clamp(4px, 1.4vw + 2px, 12px);
        gap: clamp(6px, 1.5vw + 2px, 10px);
      }
      .buttons svg {
        width: 1.35em;
        height: 1.35em;
      }
    }

    .social-section {
      max-width: 1200px;
      margin: 10px auto 8px;
      padding: 0 16px;
    }

    .divider {
      border: 0;
      height: 2px;
      background: #6b0000;
      max-width: 1200px;
      margin: 24px auto;
    }

    /* Siatka kafelków */
    .playlist-window {
      max-width: 1200px;
      margin: 18px auto 40px;
      padding: 0 16px;
      position: relative;
      overflow: hidden;
    }
    .playlist-list {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      scroll-behavior: smooth;
      align-items: stretch;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
      padding-bottom: 4px;
    }
    .playlist-list::-webkit-scrollbar { display: none; } /* Chrome, Safari, Opera */
    .nav-btn {
      display: none;
      position: absolute;
      z-index: 2;
      width: 36px;
      height: 36px;
      border-radius: 999px;
      border: 0;
    background: #d9d9d9;
    color: rgb(15, 15, 15);
      cursor: pointer;
      font-size: 1.2em;
      line-height: 1;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
      user-select: none;
    }
    .nav-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }
    .nav-btn:focus-visible {
      outline: 2px solid #e50914;
      outline-offset: 2px;
    }
    .playlist-window .nav-btn {
      top: 50%;
      transform: translateY(-50%);
    }
    .nav-btn.left { left: 0; }
    .nav-btn.right { right: 0; }
    .video-tile {
      background: #1e1e1e;
      border-radius: 12px;
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
      transition: transform 0.25s ease;
      border: 1px solid #2a2a2a;
      width: 240px;
      flex: 0 0 240px;
      height: auto;
      text-decoration: none;
      color: inherit;
    }
    .video-tile:hover { transform: translateY(-3px); }
    .video-tile:visited { color: inherit; }
    .video-tile:focus-visible { outline: 2px solid #e50914; outline-offset: 3px; }
    .thumb {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 */
      background: #000;
      overflow: hidden;
    }
    .thumb img {
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
    }
    .meta {
      padding: 10px 12px 12px;
      display: flex;
      flex-direction: column;
   /*   justify-content: space-between; */
      flex: 1 1 auto;
    }
      .title {
      font-size: 0.98em;
      color: #fff;
      line-height: 1.3;
      margin: 0 0 4px;
      height: 2.6em; /* limit to two lines */
      overflow: hidden;
    }
    .date  { font-size: 0.85em; color: #bbb; }

    .playlist-window:focus { outline: none; }

    .center { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
    .loader { margin: 16px auto 0; color: #bbb; font-size: 0.95em; }
    .fallback {
      background: #1a1a1a; border: 1px solid #2a2a2a;
      border-radius: 12px; padding: 18px; margin: 16px auto 0; max-width: 900px; color: #ddd;
    }
    .fallback a.btn {
      display: inline-block; margin-top: 10px; padding: 10px 16px;
      border-radius: 10px; background: #e50914; color: #fff; text-decoration: none;
    }

    /* === Facebook: pojedyncze osadzenie === */
    .fb-latest-section {
      max-width: 900px;
      margin: 18px auto 40px;
      padding: 0 16px;
    }

    .fb-embed-card {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 14px;
      padding: 18px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      min-height: 180px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    }

    .fb-embed-card > * {
      width: 100%;
    }

    .fb-embed-loading,
    .fb-embed-fallback {
      margin: 0;
      width: 100%;
      text-align: center;
      color: #ddd;
      font-size: 1rem;
    }

    .fb-embed-fallback a.btn {
      margin-top: 12px;
    }

    @media (max-width: 600px) {
      .fb-embed-card {
        padding: 14px;
      }
    }
    /* O nas */
    .about-main {
      max-width: 960px;
      margin: 36px auto 80px;
      padding: 0 16px;
    }
    .about-card {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-items: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .about-card h1 {
      margin: 0;
      font-size: 2.4em;
      color: #fff;
    }
    .about-text {
      display: flex;
      flex-direction: column;
      gap: 16px;
      text-align: left;
      color: #ddd;
      line-height: 1.6;
      font-size: 1.05em;
    }
    .about-text p {
      margin: 0;
    }
    .about-figure {
      margin: 0;
    }
    .about-photo {
      width: 100%;
      display: block;
      margin: 0 auto;
      border-radius: 16px;
      border: 1px solid #2a2a2a;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
    }
    @media (min-width: 768px) {
      .about-card {
        padding: 40px 48px;
      }
      .about-photo {
        max-width: 720px;
      }
    }

    /* Materiały do pobrania */
    .downloads-main {
      max-width: 960px;
      margin: 36px auto 80px;
      padding: 0 16px;
    }
    .downloads-main h1 {
      margin: 0 0 12px;
      font-size: 2.2em;
      color: #fff;
    }
    .downloads-main .lead {
      margin-bottom: 28px;
    }
    .download-card {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .download-preview {
      width: 240px;
      height: 240px;
      max-width: 100%;
      border-radius: 14px;
      border: 1px solid #2a2a2a;
      background: #fff;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
    }
    .download-preview p {
      margin: 0;
      padding: 12px;
      font-size: 0.9em;
      color: #222;
    }
    .download-info {
      max-width: 420px;
      text-align: left;
    }
    .download-info h2 {
      margin: 0 0 12px;
      font-size: 1.6em;
      color: #e50914;
    }
    .download-description {
      margin: 0;
      color: #ddd;
      line-height: 1.5;
    }
    .download-actions {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
    }
    .download-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 26px;
      border-radius: 999px;
      background: #e50914;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 10px 24px rgba(229, 9, 20, 0.35);
      transition: background 0.2s ease, transform 0.2s ease;
    }
    .download-btn:hover,
    .download-btn:focus-visible {
      background: #b20710;
      transform: translateY(-1px);
    }
    .download-btn svg {
      width: 1.1em;
      height: 1.1em;
    }
    @media (min-width: 768px) {
      .download-card {
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
      .download-info {
        text-align: left;
      }
      .download-actions {
        justify-content: flex-start;
      }
    }

    /* Ikony marek wykorzystywane w sekcjach wsparcia */
    .brand-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      flex-shrink: 0;
      color: #fff;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }
    .brand-icon svg {
      width: 24px;
      height: 24px;
      display: block;
    }
    .brand-icon--lg {
      width: 48px;
      height: 48px;
    }
    .brand-icon--sm {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    .brand-icon--buycoffee {
      background: linear-gradient(135deg, #ffe08a, #f5b63f);
      color: #2c1600;
    }
    .brand-icon--youtube {
      background: #ff0000;
      color: #fff;
    }
    .brand-icon--facebook {
      background: #1877f2;
    }
    .brand-icon--paypal {
      background: linear-gradient(135deg, #003087, #009cde);
      color: #fff;
    }
    .brand-icon--bank {
      background: rgba(255, 255, 255, 0.12);
      color: #ffdf91;
    }

    /* Mini sekcja wsparcia na stronie głównej */
    .home-support {
      max-width: 960px;
      margin: 48px auto 0;
      padding: 0 16px 60px;
      color: #cfcfcf;
      font-size: 0.94em;
    }
    .home-support__card {
      background: rgba(17, 17, 17, 0.65);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 24px 22px;
      display: flex;
      flex-direction: column;
      gap: 14px;
          box-shadow: 0 0 12px 0px rgb(255 169 0 / 69%);
    }
    .home-support__title {
      margin: 0;
      font-size: 1.4em;
      letter-spacing: 0.03em;
      color: #e64b4b;
    }
    .home-support__lead {
      margin: 0;
      line-height: 1.55;
    }
    .home-support__note {
      margin: 6px 0 0;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.78em;
      color: rgba(255, 255, 255, 0.6);
    }
    .home-support__links {
      list-style: none;
      margin: 4px 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
    .home-support__link,
    .home-support__link--static {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 16px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 999px;
      color: #fff;
      text-decoration: none;
      transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }
    .home-support__link:hover,
    .home-support__link:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(229, 9, 20, 0.9);
      background: rgba(229, 9, 20, 0.18);
      outline: none;
    }
    .home-support__link--static {
      cursor: default;
    }
    .home-support__account {
      font-weight: 600;
      letter-spacing: 0.04em;
      color: rgba(255, 255, 255, 0.86);
    }
    @media (max-width: 520px) {
      .home-support__links {
        flex-direction: column;
        gap: 8px;
      }
      .home-support__link,
      .home-support__link--static {
        justify-content: flex-start;
      }
    }

    /* Wesprzyj nas */
    .support-main {
      max-width: 960px;
      margin: 36px auto 80px;
      padding: 0 16px;
    }
    .support-card {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 32px 28px;
      display: flex;
      flex-direction: column;
      gap: 28px;
      box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
    }
    .support-card h1 {
      margin: 0;
      font-size: 2.5em;
      color: #fff;
      text-align: center;
    }
    .support-intro {
      display: flex;
      flex-direction: column;
      gap: 16px;
      color: #ddd;
      font-size: 1.05em;
      line-height: 1.65;
    }
    .support-section {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .support-heading {
      margin: 0;
      font-size: 1.32em;
      color: #e50914;
    }
    .support-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .support-list li {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 12px 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      color: #eee;
      font-size: 1.02em;
      line-height: 1.55;
    }
    .support-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: rgba(229, 9, 20, 0.16);
      color: #ff8b6a;
      flex-shrink: 0;
    }
    .support-icon svg {
      width: 22px;
      height: 22px;
      display: block;
    }
    .support-options {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 14px;
    }
    .support-option {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      color: #fff;
      text-decoration: none;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      height: 100%;
    }
    a.support-option:hover,
    a.support-option:focus-visible {
      transform: translateY(-2px);
      border-color: #e50914;
      box-shadow: 0 12px 24px rgba(229, 9, 20, 0.22);
      background: rgba(229, 9, 20, 0.14);
      outline: none;
    }
    .support-option-content {
      display: flex;
      flex-direction: column;
      gap: 4px;
      text-align: left;
    }
    .support-option-name {
      font-size: 1.08em;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
    .support-option-desc {
      font-size: 0.92em;
      color: rgba(255, 255, 255, 0.7);
    }
    .support-option-note {
      font-size: 0.95em;
      color: rgba(255, 255, 255, 0.82);
      letter-spacing: 0.02em;
      word-break: break-word;
    }
    .support-option--static {
      cursor: default;
    }
    .support-thanks {
      margin: 8px 0 0;
      color: #f5f5f5;
      font-size: 1.12em;
      text-align: center;
      line-height: 1.6;
    }
    @media (min-width: 640px) {
      .support-options {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      }
    }
    @media (min-width: 768px) {
      .support-card {
        padding: 40px 48px;
      }
      .support-card h1 {
        font-size: 2.7em;
      }
    }

    /* Kontakt */
    .contact-main {
      max-width: 960px;
      margin: 36px auto 80px;
      padding: 0 16px;
    }
    .contact-card {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 32px 28px;
      display: flex;
      flex-direction: column;
      gap: 28px;
      align-items: center;
      text-align: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .contact-card h1 {
      margin: 0;
      font-size: 2.4em;
      color: #fff;
    }
    .contact-lead {
      margin: 0;
      color: #ddd;
      line-height: 1.6;
      max-width: 640px;
    }
    .contact-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
      width: 100%;
    }
    .contact-item {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 18px 22px;
      background: rgba(26, 26, 26, 0.95);
      border: 1px solid #2a2a2a;
      border-radius: 16px;
      text-decoration: none;
      color: #fff;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .contact-item:hover,
    .contact-item:focus-visible {
      transform: translateY(-2px);
      border-color: #e50914;
      box-shadow: 0 12px 24px rgba(229, 9, 20, 0.2);
      outline: none;
    }
    .contact-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.04);
      color: #e50914;
      flex-shrink: 0;
    }
    .contact-icon svg {
      width: 26px;
      height: 26px;
      fill: currentColor;
    }
    .contact-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      text-align: left;
    }
    .contact-label {
      font-size: 1.05em;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #fff;
    }
    .contact-value {
      font-size: 0.95em;
      color: #bbb;
      word-break: break-word;
    }
    .contact-item--email .contact-icon {
      background: rgba(229, 9, 20, 0.14);
      color: #ff6f79;
    }
    .contact-item--messenger .contact-icon {
      background: rgba(24, 119, 242, 0.2);
      color: #4d9fff;
    }
    .contact-item--instagram .contact-icon {
      background: linear-gradient(135deg, rgba(255, 220, 128, 0.2), rgba(225, 48, 108, 0.22));
      color: #ff7ca8;
    }
    @media (max-width: 640px) {
      .contact-card {
        padding: 26px 20px;
      }
      .contact-item {
        padding: 16px 18px;
        gap: 14px;
      }
      .contact-icon {
        width: 48px;
        height: 48px;
      }
    }

    /* Polityka prywatności */
    .privacy-main {
      max-width: 960px;
      margin: 36px auto 80px;
      padding: 0 16px;
    }
    .privacy-card {
      background: rgba(17, 17, 17, 0.9);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      color: #ddd;
      line-height: 1.7;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    }
    .privacy-card h1 {
      margin: 0;
      font-size: 2.5em;
      color: #fff;
      text-align: center;
    }
    .privacy-meta {
      margin: 0 auto 12px;
      text-align: center;
      color: #aaa;
      letter-spacing: 0.03em;
      font-size: 0.95em;
    }
    .privacy-list {
      margin: 0;
      padding: 0 0 0 1.25em;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .privacy-list > li {
      margin: 0;
    }
    .privacy-list h2 {
      margin: 0 0 10px;
      font-size: 1.6em;
      color: #fff;
    }
    .privacy-list p {
      margin: 0 0 12px;
    }
    .privacy-list ul {
      margin: 0 0 8px;
      padding-left: 1.2em;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .privacy-card a {
      color: #ff6f79;
    }
    .privacy-card a:hover,
    .privacy-card a:focus-visible {
      color: #ffb3ba;
    }
    @media (max-width: 640px) {
      .privacy-card {
        padding: 28px 22px;
      }
      .privacy-card h1 {
        font-size: 2.1em;
      }
      .privacy-list h2 {
        font-size: 1.45em;
      }
    }
    @media (max-width: 520px) {
      .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .contact-content {
        align-items: center;
        text-align: center;
      }
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .gallery-main {
      max-width: 1240px;
      margin: 36px auto 80px;
      padding: 0 16px 120px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .gallery-intro {
      background: rgba(17, 17, 17, 0.85);
      border: 1px solid #2a2a2a;
      border-radius: 18px;
      padding: 32px 28px;
      box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
    }

    .gallery-intro__text {
      max-width: 760px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
      text-align: center;
    }

    .gallery-intro__text h1 {
      margin: 0;
      font-size: 2.6em;
      letter-spacing: 0.08em;
    }

    .gallery-intro__text p {
      margin: 0;
      font-size: 1.1em;
      line-height: 1.6;
      color: #d9d9d9;
    }

    .gallery-section {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .gallery-status {
      align-self: center;
      background: rgba(17, 17, 17, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 999px;
      padding: 10px 22px;
      font-size: 0.95em;
      color: #d5d5d5;
    }

    .gallery-grid {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .gallery-row {
      display: grid;
      gap: 22px;
    }

    .gallery-row--1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .gallery-row--2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-row--3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-item {
      margin: 0;
    }

    .gallery-thumb {
      display: block;
      width: 100%;
      padding: 0;
      border: none;
      border-radius: 18px;
      overflow: hidden;
      cursor: zoom-in;
      position: relative;
      background: rgba(17, 17, 17, 0.75);
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .gallery-thumb img {
      width: 100%;
      height: 100%;
      display: block;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      filter: saturate(1.05);
      transition: transform 0.25s ease;
    }

    .gallery-thumb::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.35) 100%);
      opacity: 0;
      transition: opacity 0.25s ease;
      pointer-events: none;
    }

    .gallery-thumb:hover,
    .gallery-thumb:focus-visible {
      transform: translateY(-6px);
      box-shadow: 0 24px 36px rgba(0, 0, 0, 0.45);
    }

    .gallery-thumb:hover::after,
    .gallery-thumb:focus-visible::after {
      opacity: 1;
    }

    .gallery-thumb:hover img,
    .gallery-thumb:focus-visible img {
      transform: scale(1.03);
    }

    .gallery-thumb:focus-visible {
      outline: 3px solid rgba(229, 9, 20, 0.8);
      outline-offset: 4px;
    }

    .gallery-empty {
      margin: 12px auto 0;
      padding: 14px 22px;
      border-radius: 999px;
      background: rgba(17, 17, 17, 0.78);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #d8d8d8;
      font-size: 0.96em;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.88);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 32px 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
      z-index: 9999;
    }

    .lightbox--visible {
      opacity: 1;
      pointer-events: auto;
    }

    .lightbox__dialog {
      max-width: min(1100px, 100%);
      width: 100%;
      position: relative;
    }

    .lightbox__figure {
      margin: 0;
    }

    .lightbox__image {
      width: 100%;
      max-height: 82vh;
      object-fit: contain;
      border-radius: 18px;
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
      background: #050505;
    }

    .lightbox__caption {
      margin-top: 16px;
      font-size: 1.05em;
      color: #f1f1f1;
      text-align: center;
      letter-spacing: 0.04em;
    }

    .lightbox__close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      font-size: 1.8em;
      line-height: 1;
      cursor: zoom-out;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .lightbox__close:hover,
    .lightbox__close:focus-visible {
      background: rgba(229, 9, 20, 0.8);
      transform: scale(1.05);
    }

    body.lightbox-open {
      overflow: hidden;
    }

    @media (max-width: 1024px) {
      .gallery-row--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .gallery-intro {
        padding: 28px 22px;
      }
      .gallery-intro__text h1 {
        font-size: 2.2em;
      }
      .gallery-intro__text p {
        font-size: 1.03em;
      }
      .gallery-row--2,
      .gallery-row--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 600px) {
      .gallery-row--2,
      .gallery-row--3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
      .gallery-thumb {
        border-radius: 14px;
      }
      .lightbox__caption {
        font-size: 0.95em;
      }
    }

      footer { color: #bbb; font-size: 0.9em; margin: 24px 0 30px; }

.m7w29c {
    margin-top: 12px;
    background-color: #ffffff00;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}

    </style>
