 /* -------------latin ext------------ */
@font-face {
  font-display: block; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/playfair-display-v40-latin_latin-ext-900.woff2') format('woff2'); 
}

@font-face {
  font-display: block; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/playfair-display-v40-latin_latin-ext-800.woff2') format('woff2'); 
}


@font-face {
  font-display: block; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin_latin-ext-700.woff2') format('woff2'); 
}

@font-face {
  font-display: block; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin_latin-ext-700italic.woff2') format('woff2'); 
} 


@font-face {
  font-display: block; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/outfit-v15-latin_latin-ext-300.woff2') format('woff2'); 
}

@font-face {
  font-display: block; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/outfit-v15-latin_latin-ext-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: block; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/outfit-v15-latin_latin-ext-500.woff2') format('woff2'); 
}

@font-face {
  font-display: block; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/outfit-v15-latin_latin-ext-600.woff2') format('woff2'); 
}

	/* ============================================================
       CSS CUSTOM PROPERTIES – DARK MODE (domyślny)
    ============================================================ */
    :root {
      --bg-base:        #030b12;
      --bg-800:         #061521;
      --bg-700:         #0a2035;
      --bg-600:         #0e2d4a;
      --text-primary:   #e2f4f8;
      --text-secondary: rgba(165, 240, 253, 0.65);
      --text-muted:     rgba(165, 240, 253, 0.40);
      --text-xmuted:    rgba(165, 240, 253, 0.30);
      --border-aqua:    rgba(6, 182, 212, 0.30);
      --border-aqua-h:  rgba(6, 182, 212, 0.60);
      --card-bg:        rgba(6, 21, 33, 0.60);
      --card-bg-2:      rgba(6, 21, 33, 0.50);
      --input-bg:       rgba(14, 45, 74, 0.50);
      --nav-scrolled:   rgba(3, 11, 18, 0.80);
      --scrollbar-bg:   #030b12;
      --shadow-aqua:    rgba(6, 182, 212, 0.15);
      --radial-1:       rgba(6, 182, 212, 0.10);
      --radial-2:       rgba(8, 145, 178, 0.07);
      --radial-3:       rgba(14, 116, 144, 0.08);
      --radial-4:       rgba(6, 182, 212, 0.05);
      --noise-opacity:  0.4;
      --hero-overlay-a: rgba(3, 11, 18, 0.50);
      --hero-overlay-b: rgba(3, 11, 18, 0.20);
      --hero-overlay-c: rgba(3, 11, 18, 0.90);
      --hero-overlay-r1: rgba(3, 11, 18, 0.60);
      --hero-overlay-r2: rgba(3, 11, 18, 0.40);
      --faq-hover:      rgba(14, 116, 144, 0.10);
      --img-overlay:    linear-gradient(135deg, #0a2035 0%, #0e2d4a 50%, #061521 100%);
      --section-label:  #22d0f0;
      --heading-color:  #ffffff;
      --stat-border:    rgba(14, 116, 144, 0.20);
      --stat-bg:        rgba(10, 32, 53, 0.50);
      --footer-bg:      rgba(3, 11, 18, 0.80);
      --footer-border:  rgba(21, 94, 117, 0.20);
      --toggle-bg:      rgba(10, 32, 53, 0.80);
      --toggle-border:  rgba(6, 182, 212, 0.30);
      --toggle-icon:    #22d0f0;
      --mode-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    }

    /* ============================================================
       CSS CUSTOM PROPERTIES – LIGHT MODE
    ============================================================ */
    html.light {
      --bg-base:        #f0faff;
      --bg-800:         #e0f4fc;
      --bg-700:         #cceefa;
      --bg-600:         #b3e6f7;
      --text-primary:   #062736;
      --text-secondary: rgba(6, 55, 80, 0.75);
      --text-muted:     rgba(6, 55, 80, 0.55);
      --text-xmuted:    rgba(6, 55, 80, 0.40);
      --border-aqua:    rgba(6, 145, 178, 0.30);
      --border-aqua-h:  rgba(6, 145, 178, 0.65);
      --card-bg:        rgba(255, 255, 255, 0.80);
      --card-bg-2:      rgba(255, 255, 255, 0.70);
      --input-bg:       rgba(255, 255, 255, 0.85);
      --nav-scrolled:   rgba(240, 250, 255, 0.90);
      --scrollbar-bg:   #e0f4fc;
      --shadow-aqua:    rgba(6, 145, 178, 0.18);
      --radial-1:       rgba(6, 182, 212, 0.12);
      --radial-2:       rgba(8, 145, 178, 0.10);
      --radial-3:       rgba(14, 116, 144, 0.10);
      --radial-4:       rgba(6, 182, 212, 0.08);
      --noise-opacity:  0.15;
      --hero-overlay-a: rgba(3, 40, 60, 0.45);
      --hero-overlay-b: rgba(3, 40, 60, 0.15);
      --hero-overlay-c: rgba(3, 40, 60, 0.80);
      --hero-overlay-r1: rgba(3, 40, 60, 0.50);
      --hero-overlay-r2: rgba(3, 40, 60, 0.30);
      --faq-hover:      rgba(6, 145, 178, 0.08);
      --img-overlay:    linear-gradient(135deg, #cceefa 0%, #e0f4fc 50%, #b3e6f7 100%);
      --section-label:  #0891b2;
      --heading-color:  #062736;
      --stat-border:    rgba(6, 145, 178, 0.20);
      --stat-bg:        rgba(255, 255, 255, 0.70);
      --footer-bg:      rgba(224, 244, 252, 0.90);
      --footer-border:  rgba(6, 145, 178, 0.20);
      --toggle-bg:      rgba(255, 255, 255, 0.90);
      --toggle-border:  rgba(6, 145, 178, 0.35);
      --toggle-icon:    #0891b2;
    }

    /* Odstępy sekcji – mniejsze na mobile */
    @media (max-width: 1023px) {
      section[id] { padding-top: 3rem !important; padding-bottom: 3rem !important; }
      .shimmer-line { margin-left: 1rem; margin-right: 1rem; }
    }

    /* ============================================================
       KLASY ZASTĘPUJĄCE INLINE STYLE
    ============================================================ */
    .logo-nav    { height: 48px; width: auto; display: block; }
    .logo-footer { height: 40px; width: auto; display: block; }
    #hero        { margin-top: 0; padding-top: 0; }
    .hero-nav-spacer { height: 40px; }
    .faq-delay-1 { animation-delay: 0.05s; }
    .faq-delay-2 { animation-delay: 0.10s; }
    .faq-delay-3 { animation-delay: 0.15s; }
    .faq-delay-4 { animation-delay: 0.20s; }
    .faq-delay-5 { animation-delay: 0.25s; }
    .contact-text-wrap  { min-width: 0; overflow: hidden; }
    .contact-info-row   { min-width: 0; text-decoration: none; }
    .contact-map-bg     { background: #0a1a24; }
    html.light .contact-map-bg { background: #e0f4fc; }

    /* Motyw jasny włączany tylko ręcznie przez użytkownika */

    /* 1. Film w hero – mniej rozjaśniony w trybie jasnym */
    html.light .hero-video { opacity: 0.92; }

    /* 2. Zdjęcia w kartach – mniej rozjaśnione w trybie jasnym */
    html.light .img-placeholder img { opacity: 0.92 !important; }

    /* 3. Placeholder desek na sprzedaż – jasny błękit zamiast ciemnego */
    html.light .img-placeholder {
      background: #e8f6fc !important;
    }
    html.light .img-placeholder::after {
      background: transparent !important;
    }

    /* Gradient na dole zdjęcia "O nas" */
    .about-img { opacity: 0.80; }
    .about-img-overlay {
      background: linear-gradient(to top, rgba(3,11,18,0.40) 0%, transparent 60%);
    }

    /* Tryb jasny – zdjęcie "O nas" pełna krycie, brak ciemnego overlay */
    html.light .about-img { opacity: 1 !important; }
    html.light .about-img-overlay { background: none !important; }

    /* Badge 100% – tło kontrolowane wyłącznie przez CSS */
    .about-badge {
      background: rgba(6, 21, 33, 0.92);
    }
    html.light .about-badge {
      background: #ffffff;
      box-shadow: 0 4px 20px rgba(6,145,178,0.15);
    }
    html.light .about-badge-text { color: var(--heading-color) !important; }
    html.light .about-badge-sub  { color: var(--text-muted) !important; }

    /* Dolna belka wynajmu – ciemna w dark, biała w light */
    .rental-footer {
      background: rgba(3,11,18,0.30);
    }
    html.light .rental-footer {
      background: #ffffff !important;
    }
    .shop-img-overlay {
      background: linear-gradient(to top, #061521 0%, transparent 60%);
      transition: background 0.4s ease;
    }
    html.light .shop-img-overlay {
      background: linear-gradient(to top, rgba(179,230,247,0.30) 0%, transparent 60%);
    }

    /* 4. Kafelki cenowe wynajem – jasne tło, ciemniejsze na hover */
    html.light .rental-tile {
      background-color: rgba(255,255,255,0.90);
    }
    html.light .rental-tile:hover {
      background-color: rgba(179, 230, 247, 0.60);
    }
    html.light .rental-wrapper {
      background-color: rgba(255,255,255,0.90) !important;
    }
    html.light .rental-footer {
      background-color: #ffffff !important;
      background-image: none !important;
    }

    /* ============================================================
       GLOBALNE STYLE – używają zmiennych CSS
    ============================================================ */
    * { scroll-behavior: smooth; }

    body {
      font-family: 'Outfit', sans-serif;
      color: var(--text-primary);
      background-color: var(--bg-base);
      background-image:
        radial-gradient(ellipse 80% 60% at 10% 0%,   var(--radial-1) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 20%,  var(--radial-2) 0%, transparent 55%),
        radial-gradient(ellipse 70% 70% at 50% 100%, var(--radial-3) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 80% 80%,  var(--radial-4) 0%, transparent 50%);
      background-attachment: fixed;
      transition: var(--mode-transition);
    }

    h1, h2, h3, h4, h5 {
      font-family: 'Playfair Display', Georgia, serif;
      color: var(--heading-color);
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 1000;
      opacity: var(--noise-opacity);
      transition: opacity 0.4s ease;
    }

    body, html { margin: 0; padding: 0; overflow-x: hidden; }
    main { padding-top: 0 !important; margin-top: 0 !important; }

    /* Hero overlays – sterowane zmiennymi */
    .hero-overlay-tb {
      background: linear-gradient(to bottom, var(--hero-overlay-a), var(--hero-overlay-b), var(--hero-overlay-c));
    }
    .hero-overlay-lr {
      background: linear-gradient(to right, var(--hero-overlay-r1), transparent, var(--hero-overlay-r2));
    }

    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.52;
    }

    .gradient-text {
      background: linear-gradient(135deg, #22d0f0 0%, #06b6d4 50%, #0891b2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Tekst sekcji / nagłówki */
    .section-label { color: var(--section-label); }
    .text-body     { color: var(--text-primary); }
    .text-sub      { color: var(--text-secondary); }
    .text-dim      { color: var(--text-muted); }
    .text-xdim     { color: var(--text-xmuted); }

    .glow-border {
      border: 1px solid var(--border-aqua);
      box-shadow: 0 0 20px rgba(6, 182, 212, 0.08), inset 0 0 20px rgba(6, 182, 212, 0.04);
      transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }
    .glow-border:hover {
      border-color: var(--border-aqua-h);
      box-shadow: 0 0 40px var(--shadow-aqua), inset 0 0 30px rgba(6, 182, 212, 0.06);
    }

    /* Karty */
    .card-bg  { background: var(--card-bg);  }
    .card-bg2 { background: var(--card-bg-2); }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #22d0f0, #0891b2);
      color: #062736 !important;
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
      font-size: 0.95rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 1;
      transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
      position: relative;
      text-decoration: none;
    }
    .btn-primary:hover {
      background: linear-gradient(135deg, #67e5fc, #22d0f0);
      transform: translateY(-2px);
      box-shadow: 0 10px 40px rgba(34, 208, 240, 0.4);
      color: #062736 !important;
    }
    .btn-primary * { color: #062736 !important; }

    .shimmer-line {
      height: 1px;
      background: linear-gradient(90deg, transparent, #22d0f0, #06b6d4, transparent);
      opacity: 0.4;
    }

    @supports (animation-timeline: scroll()) {
      .hero-video {
        animation: parallax-video linear both;
        animation-timeline: scroll();
        animation-range: 0 80vh;
      }
      @keyframes parallax-video {
        from { transform: scale(1.0) translateY(0); }
        to   { transform: scale(1.08) translateY(8%); }
      }
    }

    .heading-line {
      position: relative;
      display: inline-block;
    }
    .heading-line::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, #22d0f0, #06b6d4);
      transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
    }
    .reveal.visible .heading-line::after,
    .reveal-left.visible .heading-line::after,
    .reveal-right.visible .heading-line::after { width: 100%; }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
    }
    .faq-answer.open { max-height: 400px; }

    .reveal {
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    .reveal-left {
      opacity: 0;
      transform: translateX(-60px);
      transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .reveal-left.visible { opacity: 1; transform: translateX(0); }

    .reveal-right {
      opacity: 0;
      transform: translateX(60px);
      transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .reveal-right.visible { opacity: 1; transform: translateX(0); }

    .reveal-scale {
      opacity: 0;
      transform: scale(0.9);
      transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .reveal-scale.visible { opacity: 1; transform: scale(1); }

    .stagger-1 { transition-delay: 0.05s; }
    .stagger-2 { transition-delay: 0.15s; }
    .stagger-3 { transition-delay: 0.25s; }
    .stagger-4 { transition-delay: 0.35s; }
    .stagger-5 { transition-delay: 0.45s; }

    nav {
      backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);
      background: transparent !important;
      border-bottom-color: transparent !important;
      transition: backdrop-filter 0.5s ease, background 0.5s ease, border-color 0.5s ease;
    }
    nav.scrolled {
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      background: var(--nav-scrolled) !important;
      border-bottom-color: var(--border-aqua) !important;
    }

    .card-hover {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-hover:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 60px var(--shadow-aqua);
    }

    ::-webkit-scrollbar { width: 4px; }
    ::-webkit-scrollbar-track { background: var(--scrollbar-bg); }
    ::-webkit-scrollbar-thumb { background: #0891b2; border-radius: 2px; }

    .wave-divider { position: relative; height: 60px; overflow: hidden; }
    .wave-divider svg { position: absolute; bottom: 0; width: 100%; }

    .badge-popular {
      background: linear-gradient(135deg, #22d0f0, #0891b2);
      color: #030b12;
      font-family: 'Outfit', sans-serif;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .img-placeholder {
      background: #0a1a24;
      position: relative;
      overflow: hidden;
    }
    .img-placeholder::after {
      content: '';
      position: absolute;
      inset: 0;
      background: transparent;
    }

    .form-input {
      background: var(--input-bg);
      border: 1px solid var(--border-aqua);
      color: var(--text-primary);
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
      font-family: 'Outfit', sans-serif;
    }
    .form-input:focus {
      outline: none;
      border-color: #22d0f0;
      box-shadow: 0 0 0 3px rgba(34, 208, 240, 0.15);
    }
    .form-input::placeholder { color: var(--text-muted); }
    .form-input-error { border-color: #f87171 !important; box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15) !important; }

    select.form-input option {
      background: var(--bg-800);
      color: var(--text-primary);
    }

    #mobile-menu {
      transition: max-height 0.4s ease, opacity 0.3s ease;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
    }
    #mobile-menu.open { max-height: 400px; opacity: 1; }

    /* ============================================================
       THEME TOGGLE BUTTON
    ============================================================ */
    #theme-toggle {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: var(--toggle-bg);
      border: 1px solid var(--toggle-border);
      color: var(--toggle-icon);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
      flex-shrink: 0;
    }
    #theme-toggle:hover {
      transform: scale(1.1);
      border-color: var(--border-aqua-h);
    }
    #lang-toggle {
      font-family: 'Outfit', sans-serif;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: var(--toggle-icon);
      background: var(--toggle-bg);
      border: 1px solid var(--toggle-border);
      border-radius: 8px;
      padding: 0 8px;
      height: 32px;
      cursor: pointer;
      transition: background .3s, border-color .3s, transform .2s;
      flex-shrink: 0;
    }
    #lang-toggle:hover { transform: scale(1.1); }
    #theme-toggle-mobile {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 0;
      color: rgba(165, 240, 253, 0.85);
      font-size: 0.875rem;
      font-weight: 500;
      cursor: pointer;
      background: none;
      border: none;
      font-family: 'Outfit', sans-serif;
    }
    #theme-toggle-mobile svg {
      color: var(--toggle-icon);
    }

    /* ============================================================
       SEKCJA KONTAKT – prawa kolumna (dedykowane style)
    ============================================================ */

    /* Prawa kolumna tej samej wysokości co formularz */
    .contact-right-col {
      display: flex;
      flex-direction: column;
    }

    /* Zdjęcie lokalizacji – większe */
    .contact-map-img {
      height: 220px;
      flex-shrink: 0;
    }

    /* Karta kontaktowa – rośnie żeby wypełnić resztę */
    .contact-info-card {
      flex: 1;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* Wiersz telefon/email */
    .contact-info-row {
      text-decoration: none;
    }

    /* Ikona telefon/email */
    .contact-icon-wrap {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: rgba(6, 182, 212, 0.10);
      border: 1px solid rgba(6, 182, 212, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon {
      width: 26px;
      height: 26px;
    }

    /* Etykieta (Telefon / E-mail) */
    .contact-label {
      font-size: 0.8rem;
      color: rgba(165, 240, 253, 0.45);
      margin-bottom: 4px;
      font-weight: 500;
      letter-spacing: 0.04em;
    }

    /* Wartość (numer / adres) */
    .contact-value {
      font-size: 1.25rem;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.2;
      font-family: 'Outfit', sans-serif;
      word-break: break-all;
      overflow-wrap: anywhere;
    }

    /* Podpis (godziny / czas odpowiedzi) */
    .contact-sub {
      font-size: 0.8rem;
      color: rgba(165, 240, 253, 0.40);
      margin-top: 3px;
      word-break: break-word;
    }

    /* Sekcja social media */
    .contact-social-section {
      padding-top: 1.25rem;
      margin-top: 1.25rem;
    }
    .contact-social-label {
      font-size: 0.8rem;
      color: rgba(165, 240, 253, 0.40);
      margin-bottom: 0.875rem;
    }

    /* Przyciski social media */
    .contact-social-btn {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: rgba(6, 21, 33, 0.60);
      border: 1px solid rgba(6, 182, 212, 0.20);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .contact-social-icon {
      width: 22px;
      height: 22px;
    }

    /* Tryb jasny – nadpisania dla sekcji kontakt */
    html.light .contact-value { color: var(--heading-color) !important; }
    html.light .contact-label { color: var(--text-muted) !important; }
    html.light .contact-sub   { color: var(--text-muted) !important; }
    html.light .contact-social-label { color: var(--text-muted) !important; }
    html.light .contact-icon-wrap {
      background: rgba(6, 145, 178, 0.10);
      border-color: rgba(6, 145, 178, 0.25);
    }
    html.light .contact-social-btn {
      background: rgba(255, 255, 255, 0.80);
      border-color: rgba(6, 145, 178, 0.20);
    }
    ============================================================ */
    html.light body {
      color: var(--text-primary);
    }

    /* Nav – w trybie jasnym transparentny na starcie, ciemny dopiero po scrollu lub przy otwartym menu */
    html.light nav.scrolled {
      background: rgba(3, 11, 18, 0.92) !important;
      backdrop-filter: blur(20px) !important;
      -webkit-backdrop-filter: blur(20px) !important;
      border-bottom-color: rgba(21, 94, 117, 0.30) !important;
    }
    html.light #mobile-menu {
      background: transparent !important;
    }

    /* Tekst nawigacji – taki sam w obu trybach (aqua na ciemnym tle) */
    html.light nav a:not(.btn-primary),
    html.light #mobile-menu a:not(.btn-primary) {
      color: rgba(165, 240, 253, 0.80) !important;
    }
    html.light nav a:not(.btn-primary):hover,
    html.light #mobile-menu a:not(.btn-primary):hover {
      color: #67e5fc !important;
    }

    /* Headings – w jasnym trybie ciemny kolor */
    html.light h1, html.light h2, html.light h3,
    html.light h4, html.light h5 {
      color: var(--heading-color);
    }
    /* gradient-text zostaje taki sam */
    html.light .gradient-text {
      -webkit-text-fill-color: transparent;
    }

    /* Białe teksty w kartach */
    html.light .text-white { color: var(--heading-color) !important; }

    /* Teksty pomocnicze z aqua-200 opacity */
    html.light [class*="text-aqua-200"] { color: var(--text-secondary) !important; }
    html.light [class*="text-aqua-300"] { color: #0891b2 !important; }
    html.light [class*="text-aqua-400"] { color: #0891b2 !important; }

    /* Tła kart z deep-800 */
    html.light [class*="bg-deep-800"] { background-color: rgba(255,255,255,0.80) !important; }
    html.light [class*="bg-deep-700"] { background-color: rgba(240,250,255,0.70) !important; }
    html.light [class*="bg-deep-900"] { background-color: rgba(240,250,255,0.85) !important; }

    /* Tło nawigacji mobile */
    html.light #mobile-menu {
      background: transparent;
    }

    /* Tło ikon w kartach */
    html.light [class*="bg-aqua-900"] { background-color: rgba(6,145,178,0.12) !important; }
    html.light [class*="bg-aqua-500\\/20"] { background-color: rgba(6,182,212,0.15) !important; }

    /* Linie divide */
    html.light [class*="divide-aqua-800"] > * { border-color: rgba(6,145,178,0.20) !important; }
    html.light [class*="border-aqua-800"] { border-color: rgba(6,145,178,0.20) !important; }
    html.light [class*="border-aqua-700"] { border-color: rgba(6,145,178,0.25) !important; }

    /* Stopka – zawsze ciemna, niezależnie od trybu */
    html.light footer,
    html.light footer[class*="bg-deep-900"] {
      background: rgba(3, 11, 18, 0.97) !important;
      border-color: rgba(21, 94, 117, 0.25) !important;
    }
    html.light footer span,
    html.light footer a { color: rgba(165, 240, 253, 0.50) !important; }
    html.light footer a:hover { color: #67e5fc !important; }
    html.light footer .text-aqua-500 { color: #22d0f0 !important; }

    /* FAQ hover */
    html.light .faq-trigger { background: transparent !important; }
    html.light .faq-trigger:hover { background: var(--faq-hover) !important; }
    html.light .faq-trigger[aria-expanded="true"],
    html.light .faq-trigger[aria-expanded="true"]:hover,
    html.light .faq-trigger[aria-expanded="true"]:focus,
    html.light .faq-trigger[aria-expanded="true"]:focus-visible { background: transparent !important; outline: none; }

    /* Stat bloki na hero */
    html.light [class*="border-aqua-800\\/30"] { border-color: rgba(6,145,178,0.20) !important; }

    /* "Przewiń" text na hero */
    html.light .text-aqua-400\\/40 { color: rgba(6,145,178,0.50) !important; }

    /* Hero – teksty takie same jak w ciemnym trybie */
    html.light #hero h1 { color: #ffffff !important; }
    html.light #hero h1 span:not(.gradient-text) { color: #ffffff !important; }
    html.light #hero p { color: rgba(165, 240, 253, 0.70) !important; }
    html.light #hero .text-aqua-200\/50 { color: rgba(165, 240, 253, 0.50) !important; }
    html.light #hero .text-aqua-300 { color: #67e5fc !important; }
    html.light #hero .text-aqua-400\/40 { color: rgba(165, 240, 253, 0.40) !important; }

    /* Social icons tło */
    html.light [class*="bg-deep-700\\/60"] { background-color: rgba(255,255,255,0.80) !important; }

    /* Sekcja wynajem – linia podziału */
    html.light [class*="hover:bg-aqua-900\\/10"]:hover { background-color: rgba(6,145,178,0.08) !important; }

    /* Linia shimmer – lekko intensywniejsza w jasnym trybie */
    html.light .shimmer-line { opacity: 0.55; }