/* ==========================================================================
   PLAYCITY - Main Stylesheet
   ========================================================================== */

/* ==========================================================================
   1. CSS Custom Properties (Variables)
   ========================================================================== */




:root {

  /* ==========================================
     KOLORY — TŁA
     ========================================== */

  --color-bg-base:           #08080F;   /* główne tło strony */
  --color-bg-alt:            #0D0D14;   /* alternatywne ciemne tło (sekcja salonów) */
  --color-bg-card:           #311955;   /* tło kart, wierszy cennika */
  --color-bg-card-dark:      #380934;   /* ciemna karta (badge "Popularny") */

  /* ==========================================
     KOLORY — MARKA
     ========================================== */

  --color-brand-purple:      #5A20C1;   /* główny fiolet */
  --color-brand-purple-light:#8A38F5;   /* jaśniejszy fiolet (nagłówki kart automatów) */
  --color-brand-pink:        #F127E0;   /* różowy akcent */
  --color-brand-cyan:        #00E6E6;   /* cyjan akcent */

  /* ==========================================
     KOLORY — TEKST
     ========================================== */

  --color-text-primary:      #FFFFFF;   /* główny tekst na ciemnym tle */
  --color-text-dark:         #11071F;   /* tekst na jasnym tle (nav link, badge cyan) */
  --color-text-muted:        #A6A6CC;   /* opisy, podtytuły sekcji */
  --color-text-muted-alt:    #9795B5;   /* muted w cenniku (nieco ciemniejszy) */

  --color-text-accent-purple:#5A20C1;   /* label uppercase fioletowy */
  --color-text-accent-pink:  #F127E0;   /* label różowy, badge "Popularny" */
  --color-text-accent-cyan:  #00E6E6;   /* label cyjanowy, linki */

  /* ==========================================
     KOLORY — OBRAMOWANIA
     ========================================== */

  --color-border-purple:     #5A20C1;   /* button secondary, ikona */
  --color-border-purple-light:#8A38F5;  /* ikona automatu */
  --color-border-pink:       #F127E0;   /* karta cennika "Popularny", badge */

  /* ==========================================
     GRADIENTY
     ========================================== */

  --gradient-btn-primary:
    linear-gradient(93.89deg, #5A20C1 4.66%, #F127E0 100%);

  --gradient-label-cyan:
    linear-gradient(0deg, rgba(0, 230, 230, 0.24), rgba(0, 230, 230, 0.24)), #11071F;

  --gradient-label-pink:
    linear-gradient(0deg, rgba(241, 39, 224, 0.24), rgba(241, 39, 224, 0.24)), #11071F;

  --gradient-label-purple:
    rgba(90, 32, 193, 0.24);             /* tylko kolor, bez nakładki */

  /* ==========================================
     TYPOGRAFIA — RODZINA
     ========================================== */

  --font-family-base:        'Inter', sans-serif;

  /* ==========================================
     TYPOGRAFIA — ROZMIARY
     ========================================== */

  --font-size-xs:            12px;      /* badge "Popularny" */
  --font-size-sm:            14px;      /* label uppercase, opis karty */
  --font-size-base:          16px;      /* nav, przyciski, adres salonu */
  --font-size-md:            18px;      /* opisy sekcji, opis automatu, ceny */
  --font-size-lg:            20px;      /* lead / intro hero */
  --font-size-xl:            24px;      /* nagłówki kart, cennik */
  --font-size-2xl:           48px;      /* liczby statystyk (50+, 10+, 500+) */
  --font-size-3xl:           50px;      /* nagłówki sekcji */
  --font-size-hero:          74px;      /* główny headline hero */

  /* ==========================================
     TYPOGRAFIA — GRUBOŚCI
     ========================================== */

  --font-weight-regular:     400;
  --font-weight-medium:      500;
  --font-weight-semibold:    600;
  --font-weight-bold:        700;
  --font-weight-black:       900;

  /* ==========================================
     TYPOGRAFIA — LINE-HEIGHT
     ========================================== */

  --line-height-xs:          15px;      /* badge xs */
  --line-height-sm:          17px;      /* 14px text */
  --line-height-base:        19px;      /* 16px text */
  --line-height-md:          22px;      /* 18px text */
  --line-height-lg:          24px;      /* 20px lead */
  --line-height-xl:          29px;      /* 24px nagłówki kart */
  --line-height-2xl:         58px;      /* 48px statystyki */
  --line-height-3xl:         61px;      /* 50px nagłówki sekcji */
  --line-height-hero:        90px;      /* 74px hero */

  /* ==========================================
     BORDER RADIUS
     ========================================== */

  --radius-xs:               4px;       /* mały link button (salon) */
  --radius-sm:               8px;       /* przyciski primary/secondary */
  --radius-md:               12px;      /* karty cennika */
  --radius-lg:               24px;      /* galeria zdjęć */
  --radius-pill:             999px;     /* badge / labele */

  /* ==========================================
     SPACING — PADDING PRZYCISKÓW
     ========================================== */

  --btn-padding-primary:     16px 32px; /* button primary i secondary */
  --btn-padding-link:        10px 20px; /* mały link button (salon) */
  --btn-padding-badge:       3px 5px;   /* label / badge mały */
  --btn-padding-badge-lg:    4px 8px;   /* badge "Popularny" */

  /* ==========================================
     SPACING — GAPS (auto layout)
     ========================================== */

  --gap-xs:                  8px;
  --gap-sm:                  10px;
  --gap-md:                  23px;
  --gap-lg:                  24px;
  --gap-xl:                  26px;
  --gap-2xl:                 36px;

  /* ==========================================
     UTILITY — SPACING
     ========================================== */

  --spacing-xs:              0.25rem;
  --spacing-sm:              0.5rem;
  --spacing-md:              1rem;
  --spacing-lg:              1.5rem;
  --spacing-xl:              2rem;
  --spacing-2xl:             3rem;
  --spacing-3xl:             4rem;

  /* ==========================================
     UTILITY — LAYOUT
     ========================================== */

  --container-max-width:     1200px;
  --container-padding:       1.5rem;
  --header-height:           100px;

  /* ==========================================
     UTILITY — SHADOWS
     ========================================== */

  --shadow-sm:               0 1px 3px rgba(0, 0, 0, 0.35);
  --shadow-md:               0 4px 12px rgba(0, 0, 0, 0.45);
  --shadow-lg:               0 8px 32px rgba(0, 0, 0, 0.55);

  /* ==========================================
     UTILITY — TRANSITIONS
     ========================================== */

  --transition-fast:         150ms ease;
  --transition-base:         250ms ease;
  --transition-slow:         400ms ease;

  /* ==========================================
     UTILITY — Z-INDEX
     ========================================== */

  --z-header:                100;
  --z-popup:                 200;
  --z-overlay:               150;

  /* Biały skrót */
  --color-white:             #FFFFFF;

}

/* ==========================================================================
   2. Reset & Base
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    color: var(--color-text-primary);
    background-color: var(--color-bg-base);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-text-accent-cyan);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--color-brand-purple-light);
}

ul,
ol {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}

/* ==========================================================================
   3. Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold) !important;
    line-height: 1.2;
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-md);
}

h1 { font-size: var(--font-size-hero); }
h2 { font-size: var(--font-size-3xl); }
h3 { font-size: var(--font-size-2xl); }
h4 { font-size: var(--font-size-xl); }
h5 { font-size: var(--font-size-lg); }
h6 { font-size: var(--font-size-base); }

p {
    margin-bottom: var(--spacing-md);
}

p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   4. Layout - Container
   ========================================================================== */

.container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-inline: auto;
    padding-inline: var(--container-padding);
}

.container--narrow {
    max-width: 800px;
}

.container--wide {
    max-width: 1400px;
}

/* ==========================================================================
   5. Header
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background-color: var(--color-white);
    z-index: var(--z-header);
    transition: box-shadow var(--transition-base);
    margin: auto;
}

.site-header.is-scrolled {
    box-shadow: var(--shadow-md);
}

.site-header .container {
    height: 100%;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Logo */

.custom-logo-link {
    display: inline-block;
    max-width: 167px;
    height:auto;

}

.custom-logo-link img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   6. Navigation
   ========================================================================== */

.site-nav {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
}

.site-nav__list {
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
    z-index:2
}

.site-nav__item {
    position: relative;
}

.site-nav__link {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--color-bg-base) !important;
    text-decoration: none;
    transition: all var(--transition-fast);
    position: relative;
    padding: var(--spacing-md);
}

.site-nav__link:hover,
.site-nav__link.current-menu-item {
    background: var(--color-bg-alt);
    color: var(--color-white) !important;
    border-radius: var(--radius-sm);
}

.site-nav__link:hover::after,
.site-nav__link.current-menu-item::after {
    width: 100%;
}

/* Hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: var(--spacing-sm);
}

.nav-toggle__bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color-text-dark);
    border-radius: var(--radius-pill);
    transition: transform var(--transition-base), opacity var(--transition-base), background-color var(--transition-base);
}

.nav-toggle.is-active .nav-toggle__bar {
    background-color: #fff;
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav overlay */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--z-header) - 1);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.nav-overlay.is-active {
    opacity: 1;
}

/* ==========================================================================
   7. Main Content
   ========================================================================== */

.site-main {
    min-height: 60vh;
}

/* ==========================================================================
   8. Hero Section
   ========================================================================== */


.hero__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-lg);
}

.hero__subtitle {
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: var(--spacing-xl);
}

/* ==========================================================================
   9. Buttons
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    padding: var(--btn-padding-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    line-height: 1;
}

.hero-home__button-primary{
    background: var(--gradient-btn-primary);
    color: var(--color-white);
    border-color: transparent;
}

.hero-home__button-primary:hover {
    background: var(--color-brand-purple-light);
    color: var(--color-white) !important;
}

.hero-home__button-secondary {
    background-color: var(--color-bg-alt);
    color: var(--color-text-primary);
 border: 1px solid var(--color-border-purple);
}

.hero-home__button-secondary:hover {
    background-color: var(--color-brand-purple);
    color: var(--color-white);
    border-color: var(--color-brand-purple);
}

.hero-home__button-outline-white {
    background-color: transparent;
    color: var(--color-white);
    border-color: var(--color-white);
}

.hero-home__button-outline-white:hover {
    background-color: var(--color-white);
    color: var(--color-bg-base);
}

/* ==========================================================================
   10. Cards
   ========================================================================== */

.card {
    background-color: var(--color-bg-card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.card__thumbnail {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}


.card:hover .card__thumbnail img {
    transform: scale(1.05);
}

.card__body {
    padding: var(--spacing-lg);
}

.card__title {
    font-size: var(--font-size-xl);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-sm);
}

.card__excerpt {
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
    margin-bottom: var(--spacing-md);
}

.card__meta {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    font-size: var(--font-size-sm);
    color: var(--color-text-muted-alt);
}

/* ==========================================================================
   11. Blog / Archive
   ========================================================================== */

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--spacing-xl);
}

.posts-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
}

/* Post meta */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-md);
    font-size: var(--font-size-sm);
    color: var(--color-text-muted-alt);
    margin-bottom: var(--spacing-md);
}

.post-category {
    display: inline-block;
    padding: var(--btn-padding-badge);
    background: var(--gradient-label-purple);
    color: var(--color-text-accent-purple);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    width: fit-content;
}

.post-category:hover {
    background: var(--color-brand-purple);
    color: var(--color-white);
}

/* Kolory badge per kategoria */
.post-category--nowa-lokalizacja {
    background: rgba(0, 230, 230, 0.24);
    color: #00E6E6;
    pointer-events: none; /* nieklikalne */
}

.post-category--promocja {
    background: rgba(241, 39, 224, 0.24);
    color: #F127E0;
    pointer-events: none; /* nieklikalne */
}

/* Single post content */
.entry-content {
    max-width: 720px;
    margin-inline: auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: var(--spacing-2xl);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: var(--spacing-md);
}

.entry-content ul,
.entry-content ol {
    padding-left: var(--spacing-xl);
    list-style: initial;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content blockquote {
    border-left: 4px solid var(--color-brand-purple);
    padding: var(--spacing-md) var(--spacing-lg);
    margin: var(--spacing-xl) 0;
    background-color: rgba(90, 32, 193, 0.12);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-style: italic;
}

.entry-content img {
    border-radius: var(--radius-md);
    margin-block: var(--spacing-xl);
}

/* ==========================================================================
   12. Pagination
   ========================================================================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-3xl);
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
    transition: all var(--transition-fast);
    border: 1px solid var(--color-border-purple);
}

.page-numbers:hover,
.page-numbers.current {
    background-color: var(--color-brand-purple);
    color: var(--color-white);
    border-color: var(--color-brand-purple);
}

/* ==========================================================================
   13. Sidebar
   ========================================================================== */

.sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
}

.widget {
    background-color: var(--color-bg-card);
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    box-shadow: var(--shadow-sm);
}

.widget-title {
    font-size: var(--font-size-lg);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid var(--color-brand-purple);
}

/* ==========================================================================
   14. Popup
   ========================================================================== */

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: var(--z-overlay);
    align-items: center;
    justify-content: center;
    padding: var(--spacing-lg);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.popup-overlay.is-active {
    display: flex;
    opacity: 1;
}

.popup {
    position: relative;
    background-color: var(--color-bg-card);
    border-radius: var(--radius-lg);
    padding: var(--spacing-2xl);
    max-width: 560px;
    width: 100%;
    box-shadow: var(--shadow-lg);
    transform: scale(0.95);
    transition: transform var(--transition-base);
    z-index: var(--z-popup);
}

.popup-overlay.is-active .popup {
    transform: scale(1);
}

.popup__close {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    font-size: var(--font-size-xl);
    color: var(--color-text-muted);
    transition: all var(--transition-fast);
    background: none;
    border: none;
    cursor: pointer;
}

.popup__close:hover {
    background-color: var(--color-bg-base);
    color: var(--color-text-primary);
}

.popup__title {
    font-size: var(--font-size-xl);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-md);
}

.popup__content {
    color: var(--color-text-muted);
}

/* ==========================================================================
   15. Forms
   ========================================================================== */

.form-group {
    margin-bottom: var(--spacing-lg);
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    font-size: var(--font-size-sm);
}

.form-control {
    width: 100%;
    padding: 15px 32px !important;
    border: 1px solid var(--color-brand-pink);
    border-right: none;
    border-radius: var(--radius-sm) 0 0 var(--radius-sm) ;
    font-size: var(--font-size-base);
    color: var(--color-text-primary);
    background-color: var(--color-bg-card);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-control:focus {
    outline: none;
    border-color: var(--color-brand-purple);
    box-shadow: 0 0 0 3px rgba(90, 32, 193, 0.25);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* ==========================================================================
   16. Footer
   ========================================================================== */

.site-footer {
    background-color: #0D0D14;
    color: var(--color-text-muted);
    padding-block: var(--spacing-3xl);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-2xl);
    margin-bottom: var(--spacing-2xl);
}

.footer-widget__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-widget__list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.footer-widget__list a {
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
    transition: color var(--transition-fast);
}

.footer-widget__list a:hover {
    color: var(--color-text-primary);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--spacing-xl);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-md);
    font-size: var(--font-size-sm);
}

/* ==========================================================================
   17. Utilities
   ========================================================================== */

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

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.mt-auto { margin-top: auto; }
.mb-0    { margin-bottom: 0; }

.flex         { display: flex; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.gap-md       { gap: var(--gap-lg); }

/* ==========================================================================
   18. Responsive
   ========================================================================== */

@media (max-width: 768px) {
    :root {
        --header-height: 64px;
    }

    h1 { font-size: var(--font-size-3xl); }
    h2 { font-size: var(--font-size-2xl); }

    /* Mobile nav */
    .nav-toggle {
        display: flex;
        position: relative;
        z-index: calc(var(--z-header) + 1);
    }

    .site-nav__list {
        position: fixed;
        top: var(--header-height);
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: var(--color-bg-alt);
        flex-direction: column;
        align-items: flex-start;
        padding: var(--spacing-xl);
        gap: var(--spacing-sm);
        transition: right var(--transition-base);
        z-index: var(--z-header);
        box-shadow: var(--shadow-lg);
        overflow-y: auto;
    }

    .site-nav__list.is-open {
        right: 0;
        top:0;
    }

    .site-nav__link {
        font-size: var(--font-size-lg);
        padding: var(--spacing-sm) 0;
        color: #fff !important;
    }

    .nav-overlay {
        display: none !important;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    :root {
        --container-padding: 1rem;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   19. WordPress Core Classes (nie usuwać)
   ========================================================================== */

.alignleft   { float: left;  margin: 0 var(--spacing-lg) var(--spacing-md) 0; }
.alignright  { float: right; margin: 0 0 var(--spacing-md) var(--spacing-lg); }
.aligncenter { display: block; margin-inline: auto; }
.alignwide   { margin-inline: calc(-1 * var(--container-padding)); }
.alignfull   { margin-inline: calc(50% - 50vw); width: 100vw; }

.wp-caption {
    max-width: 100%;
    margin-bottom: var(--spacing-md);
}

.wp-caption-text {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted-alt);
    text-align: center;
    margin-top: var(--spacing-sm);
}

.sticky { /* WordPress sticky post */ }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-sm); }

/* ==========================================================================
   20. Home Page Sections
   ========================================================================== */

/* --- Wspólny nagłówek sekcji --- */

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.section-title {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-md);
}

.section-desc {
    font-size: var(--font-size-md);
    color: var(--color-text-muted);
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 0;
}

.section-label {
    display: inline-block;
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-md);
}

.section-label--cyan {
    background: var(--gradient-label-cyan);
    color: var(--color-text-accent-cyan);
}

.section-label--pink {
    background: var(--gradient-label-pink);
    color: var(--color-brand-pink);
}

.section-label--purple {
    background: var(--gradient-label-purple);
    color: var(--color-brand-purple-light);
}

/* --- HERO --- */

/* =========================================
   HERO HOME
   ========================================= */

.hero-home {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

/* --- Video background --- */

.hero-home__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* --- Dark overlay --- */

.hero-home__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 20, 0.62);
    z-index: 1;
}

/* --- Container (zakładam .container z motywu) --- */

.hero-home .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Inner wrapper --- */

.hero-home__inner {
    max-width: 560px;
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* --- Badge / etykieta nad tytułem --- */

.hero-home__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    width: fit-content;
}

/* --- Tytuł H1 --- */
.hero-home__inner h1 {
    position: relative;
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 900 !important;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-home__inner h1 span {
    position: relative;
    display: inline-block;
    background: linear-gradient(107.5deg, #551DB5 -2.46%, #5A20C1 30.05%, #F127E0 88.06%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- Opis --- */

.hero-home__desc {
    font-size: 20px;
    line-height: 1.65;
    color: #A6A6CC;
    max-width: 600;
    margin: 0;
}

/* --- Przyciski akcji --- */

.hero-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.hero-home__button-primary,
.hero-home__button-secondary {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
    cursor: pointer;
}

/* --- Statystyki --- */

.hero-home__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 12px;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-stat__number {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.hero-stat__label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* =========================================
   RESPONSYWNOŚĆ
   ========================================= */

@media (max-width: 768px) {
    .hero-home__inner {
        padding: 90px 0 60px;
        max-width: 100%;
    }

    .hero-home__stats {
        gap: 24px;
    }

    .hero-stat__number {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .hero-home__actions {
        flex-direction: column;
    }

    .hero-home__button-primary,
    .hero-home__button-secondary {
        text-align: center;
    }
}

/* --- LOKALIZACJE --- */

.locations-section {
    padding-block: var(--spacing-3xl);
     background-image: url('../images/lok-bg.svg');
    background-size: contain;
    background-position: left 50% top 20%;
    background-repeat: no-repeat;
}

.locations-section .container .content {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.locations-section .container .content .label {
    margin-bottom: var(--spacing-sm);
    color: var(--color-brand-cyan);
    text-transform: uppercase;
}

.locations-section .container .content h2 {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary);
    margin-bottom: var(--spacing-md);
}

.locations-section .container .content h2 span {
    background: var(--color-brand-cyan);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.locations-section .container .content p {
    font-size: var(--font-size-md);
    color: #A6A6CC;
    margin-bottom: 0;
}

.location-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-sm);
    margin-bottom: var(--spacing-2xl);
    justify-content: center;
}

.location-tab {
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-cyan);
    background-color: var(--color-text-dark);
    border: 1px solid transparent;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.location-tab:hover {
    color: var(--color-text-dark);
    background-color: var(--color-brand-cyan);
}

.location-tab.is-active {
    color: var(--color-text-dark);
    background-color: var(--color-brand-cyan);
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: var(--spacing-xl);
}

.location-card {
    background-color: #0D0D14;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-brand-cyan);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base), transform var(--transition-base);
    display: flex;
    flex-direction: column;
}

.location-card:hover {
    transform: translateY(-3px);
}

.location-card__img {
    position: relative;
    aspect-ratio: 4 / 2;
    overflow: hidden;
}

.location-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.location-card:hover .location-card__img img {
    transform: scale(1.05);
}

.location-card__badge {
    position: absolute;
    top: var(--spacing-md);
    left: var(--spacing-md);
    padding: 8px 16px;
    background: var(--color-brand-cyan);
    color: var(--color-text-dark);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

.location-card__body {
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    flex: 1;
}

.location-card__title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary);
    margin-bottom: 0;
}

.location-card__address,
.location-card__hours {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    margin-bottom: 0;
}

.location-card__address svg,
.location-card__hours svg {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--color-brand-purple-light);
}

.location-card__body .btn {
    margin-top: auto;
    align-self: flex-start;
}

.btn--sm {
    padding: 8px 16px;
    font-size: var(--font-size-sm);
}

/* --- NASZE AUTOMATY --- */

.machines-section {
    padding-block: var(--spacing-3xl);
    background-color: var(--color-bg-alt);
}

.section-header{
    text-align: left;
    margin-bottom: var(--spacing-3xl);
}

.section-header .label {
    color: var(--color-brand-pink);
}

.machines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: var(--spacing-xl);
}

.machine-card {
    background-color: var(--color-bg-alt);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border-purple-light);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.machine-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

.machine-card__img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-color: var(--color-bg-base);
}

.machine-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.machine-card:hover .machine-card__img img {
    transform: scale(1.05);
}

.machine-card__body {
    padding: var(--spacing-lg);
}

.machine-card__title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-purple-light);
    margin-bottom: var(--spacing-sm);
}

.machine-card__desc {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    margin-bottom: 0;
}

/* --- WPISY HOME --- */

.posts-home-section {
    padding-block: var(--spacing-3xl);
}

.posts-home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--spacing-xl);
}

.post-card {
    background-color: #0D0D14;
    border-radius: var(--radius-lg);
    border: 1px solid #352F41;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    box-shadow: 0 0 4px rgb(241, 39, 224);;
    transform: translateY(-2px);
    border: 2px solid var(--color-brand-pink);
}

.post-card--hidden {
    display: none;
}

.post-card__img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.post-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.post-card:hover .post-card__img img {
    transform: scale(1.05);
}

.post-card__body {
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    flex: 1;
}

.post-card__title {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
}

.post-card__title a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.post-card__title a:hover {
    color: var(--color-brand-pink);
}

.post-card__excerpt {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    margin-bottom: 0;
}

.posts-home__more {
    text-align: center;
    margin-top: var(--spacing-3xl);
}

/* --- GALERIA --- */

.gallery-section {
    padding-block: var(--spacing-3xl);
    background-color: var(--color-bg-alt);
}

.section-header {
    text-align: left;
    margin-bottom: var(--spacing-3xl);
}

.gallery-section  .section-header .label {
    color: var(--color-brand-pink);
}

.gallery-section .section-header h2 span {
    color: var(--color-brand-pink) !important;
}

.home-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-md);
}

.home-gallery__item {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.home-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.home-gallery__item:hover img {
    transform: scale(1.08);
}

/* --- INSTAGRAM --- */

.instagram-section {
    padding-block: var(--spacing-3xl);
}

.section-header {
    text-align: left;
    margin-bottom: var(--spacing-3xl);
}

.instagram-section  .section-header .label {
    color: var(--color-brand-pink);
}

.instagram-section .section-header h2 span {
    color: var(--color-brand-pink) !important;
}

.instagram-feed {
    /* Zewnętrzne widgety (Elfsight, LightWidget itp.) często potrzebują width: 100% */
    width: 100% !important;
}

/* --- No results --- */

.no-results {
    text-align: center;
    color: var(--color-text-muted);
    font-size: var(--font-size-md);
    padding-block: var(--spacing-2xl);
}

/* ==========================================================================
   21. Home Page Responsive
   ========================================================================== */

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

@media (max-width: 768px) {
    .hero-home {
        min-height: 80vh;
    }

    .hero-home__inner {
        max-width: 100%;
    }

    .hero-home__btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-home__stats {
        gap: var(--gap-xl);
    }

    .section-title {
        font-size: var(--font-size-2xl);
    }

    .locations-grid,
    .machines-grid,
    .posts-home-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 480px) {
    .home-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-sm);
    }

    .hero-home__stats {
        flex-direction: column;
        gap: var(--gap-md);
    }
}

/* === FOOTER === */

.site-footer {
    background-color: #0D0D14;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 80px;
    min-height: 528px;
    gap: 70px;
}

.site-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    width: 100%;
}

.footer__newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.footer__title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
}

.footer__highlight {
    color: #F127E0;
}

.footer__description {
    font-size: 18px;
    color: #9795B5;
    text-align: center;
    max-width: 460px;
    margin: 0;
}

/* Social media */

.footer__social {
    display: flex;
    gap: 24px;
    align-items: center;
}

.footer__social-link {
    width: 36px;
    height: 36px;
    background: #352F41;
    border: 1px solid #8A38F5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms, border-color 200ms;
    text-decoration: none;
}

.footer__social-link svg {
    width: 18px;
    height: 18px;
    fill: #8A38F5;
    transition: fill 200ms;
}

.footer__social-link:hover {
    background: #8A38F5;
    border-color: #8A38F5;
}

.footer__social-link:hover svg {
    fill: #fff;
}

/* Bottom / copyright */

.site-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    border-top: none;
    padding-top: 0;
    font-size: 18px;
    color: #9795B5;
    text-align: center;
}

.footer__separator {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin: 0 0 32px 0;
}

.site-footer__bottom p {
    margin: 0;
    color: #9795B5;
    font-size: 18px;
}

.footer__coolbrand-link {
    color: #F127E0;
    text-decoration: none;
    margin-left: 4px;
}

.footer__coolbrand-link:hover {
    text-decoration: underline;
}

/* MailerLite form wrapper */

#mlb2-39464319.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 563px;
    width: 100%;
}

.ml-form-align-center{
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .footer__title {
        font-size: 32px;
    }

    .ml-form-horizontalRow {
        flex-direction: column !important;
    }

    #mlb2-39464319.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        border-radius: 999px!important;
        border-right: 1px solid #F127E0 !important;
        border-bottom: none !important;
    }

    #mlb2-39464319.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-button-horizontal button.primary {
        border-radius: 0 0 4px 4px !important;
        width: 100%;
    }
}


/* ==========================================================================
   LOKALIZACJA — single-lokalizacja.php
   ========================================================================== */

.lokalizacja {
  background: rgba(8, 8, 15, 0.98);
  min-height: 100vh;
  color: var(--color-text-primary);
}

/* --- HERO --- */
.lokalizacja__hero {
  position: relative;
  max-width: 1074px;
  height: 447px;
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
}

.lokalizacja__hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lokalizacja__hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(13, 13, 20, 0.9) 17%, rgba(13, 13, 20, 0) 100%);
}

.lokalizacja__hero-content {
  position: absolute;
  bottom: 43px;
  left: 62px;
  z-index: 1;
}

.lokalizacja__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text-primary);
  margin: 0 0 10px;
}

.lokalizacja__address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--font-size-base);
  color: var(--color-text-primary);
}

.lokalizacja__address svg {
  flex-shrink: 0;
}

/* --- CONTENT GRID --- */
.lokalizacja__content {
  display: flex;
  flex-direction: row;
  gap: 22px;
  max-width: 1074px;
  margin: 48px auto 80px;
  align-items: flex-start;
  padding: 0 24px;
}

.lokalizacja__left {
  flex: 1 1 662px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.lokalizacja__right {
  flex: 0 0 390px;
  width: 390px;
}

/* --- KARTY --- */
.lokalizacja__card {
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid #352F41;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lokalizacja__card h2 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.lokalizacja__opis {
  font-size: var(--font-size-md);
  line-height: 1.6;
  color: var(--color-text-muted-alt);
}

.lokalizacja__opis p {
  margin: 0 0 1em;
}

.lokalizacja__opis p:last-child {
  margin-bottom: 0;
}

.lokalizacja__cennik-info {
  font-size: var(--font-size-md);
  color: var(--color-text-muted-alt);
  margin: 0;
}

/* --- CENNIK ROWS --- */
.cennik__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cennik__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #352F41;
}

.cennik__row:last-child {
  border-bottom: none;
}

.cennik__row--popular {
  background: #311955;
  border: none;
  border-left: 6px solid #F127E0;
  border-right: 6px solid #F127E0;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 4px 0;
}

.cennik__left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.cennik__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.cennik__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cennik__nazwa {
  font-size: var(--font-size-m);
  font-weight: 400;
  color: var(--color-text-muted);
}

.cennik__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background: #380934;
  border: 1px solid var(--color-border-pink);
  border-radius: 999px;
  font-size: var(--font-size-xs);
  font-weight: 500;
  color: var(--color-text-accent-pink);
  width: fit-content;
}

.cennik__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.cennik__ilosc {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-text-primary);
}

.cennik__cena {
  font-size: var(--font-size-xl);
  color: var(--color-text-primary);
  font-weight: 700;
}

.cennik__wyjasnienie {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

/* --- GALERIA --- */
.lokalizacja__galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.galeria__item {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 206 / 160;
}

.galeria__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.galeria__item:hover img {
  transform: scale(1.04);
}

/* --- INFORMACJE (prawa kolumna) --- */
.lokalizacja__card--info {
  position: sticky;
  top: 100px;
}

.info__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info__row svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.info__row div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info__row strong {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-text-primary);
}

.info__row span {
  font-size: var(--font-size-base);
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* --- PRZYCISK MAPY --- */
.lokalizacja__mapa-link {
  margin-top: 4px;
}

.btn--mapa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid var(--color-brand-cyan);
  border-radius: 999px;
  color: var(--color-brand-cyan);
  font-size: var(--font-size-base);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  width: 100%;
  justify-content: center;
}

.btn--mapa:hover {
  background: var(--color-brand-cyan);
  color: var(--color-text-dark);
}

.btn--mapa svg {
  flex-shrink: 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .lokalizacja__hero {
    margin: 24px 16px 0;
    height: 320px;
  }

  .lokalizacja__title {
    font-size: 48px;
  }

  .lokalizacja__hero-content {
    bottom: 28px;
    left: 32px;
  }

  .lokalizacja__content {
    flex-direction: column;
    margin: 32px auto 60px;
  }

  .lokalizacja__right {
    flex: 1 1 auto;
    width: 100%;
  }

  .lokalizacja__card--info {
    position: static;
  }
}

@media (max-width: 640px) {
  .lokalizacja__hero {
    height: 260px;
    border-radius: 16px;
  }

  .lokalizacja__title {
    font-size: 32px;
  }

  .lokalizacja__hero-content {
    bottom: 20px;
    left: 20px;
  }

  .lokalizacja__content {
    padding: 0 16px;
    margin: 24px auto 48px;
  }

  .lokalizacja__card {
    padding: 20px;
  }

  .lokalizacja__galeria {
    grid-template-columns: repeat(2, 1fr);
  }

  .cennik__nazwa,
  .cennik__ilosc {
    font-size: var(--font-size-base);
  }
}

/* ==========================================================================
   WSPÓŁPRACA
   ========================================================================== */

/* HERO */
.wspolpraca__hero {
  position: relative;
  max-width: 1074px;
  height: 447px;
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #11071F;
}
.wspolpraca__hero-glow {
  position: absolute;
  width: 659px;
  height: 422px;
  left: 50%;
  bottom: -85px;
  transform: translateX(-80%);
  background: rgba(241, 39, 224, 0.24);
  filter: blur(129px);
  pointer-events: none;
}
.wspolpraca__hero-content {
  position: absolute;
  bottom: 70px;
  left: 62px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 498px;
  z-index: 1;
}
.wspolpraca__hero-tytul {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.wspolpraca__hero-podtytul {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.wspolpraca__hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--gradient-btn-primary);
  border: none;
  border-radius: 8px;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  width: fit-content;
  margin-top: 16px;
  transition: opacity 200ms ease;
}
.wspolpraca__hero-btn:hover { opacity: 0.85; }

/* KARTY */
.wspolpraca__karty {
  max-width: 1074px;
  margin: 60px auto 0;
}
.wspolpraca__karty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.wspolpraca__karta {
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid var(--color-brand-pink);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.wspolpraca__karta-ikona {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background: #0D0D14;
  border: 1px solid rgba(241, 39, 224, 0.29);
  border-radius: 4px;
  flex-shrink: 0;
}
.wspolpraca__karta-ikona svg {
  width: 21px;
  height: 27px;
  stroke: var(--color-brand-pink);
  fill: none;
}
.wspolpraca__karta-tytul {
  font-size: var(--font-size-base);
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.wspolpraca__karta-opis {
  font-size: var(--font-size-sm);
  line-height: 17px;
  color: var(--color-text-muted);
  margin: 0;
}

/* DODATKOWO */
.wspolpraca__dodatkowo {
  max-width: 1074px;
  margin: 60px auto 0;
}
.wspolpraca__dodatkowo-card {
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid #352F41;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.wspolpraca__dodatkowo-card h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.wspolpraca__dodatkowo-card p {
  font-size: var(--font-size-md);
  line-height: 22px;
  color: var(--color-text-muted-alt);
  margin: 0;
}

/* STATYSTYKI */
.wspolpraca__statystyki {
  max-width: 1074px;
  margin: 60px auto 80px;
}
.wspolpraca__statystyki-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 49px;
}
.wspolpraca__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.wspolpraca__stat-liczba {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}
.wspolpraca__stat-etykieta {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

/* POPUP */
.wspolpraca-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;        /* iOS Safari fix: pointer-events: none nie działa na fixed overlay */
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.wspolpraca-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wspolpraca-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.wspolpraca-popup__box {
  position: relative;
  z-index: 1;
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid #352F41;
  padding: 48px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 300ms ease;
}
.wspolpraca-popup.is-open .wspolpraca-popup__box {
  transform: translateY(0);
}
.wspolpraca-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: var(--color-text-muted-alt);
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: color 200ms;
}
.wspolpraca-popup__close:hover { color: #fff; }
.wspolpraca-popup__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.wspolpraca-popup__firma h2 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}

.wspolpraca-popup__contact{
    display: flex;
    gap: 16px;
}
.popup-firma__row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-size-base);
  color: var(--color-text-muted);
  margin: 0 0 16px;
}
.popup-firma__row a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 200ms;
}
.popup-firma__row a:hover { color: #fff; }

/* Blokuj scroll body gdy popup otwarty */
body.popup-open { overflow: hidden; }

/* ==========================================================================
   CF7 WSPÓŁPRACA — popup i formularz
   ========================================================================== */

/* Popup box — nowy wygląd wg Figmy */
.wspolpraca-popup__box {
  background: #08080F;
  border: none;
  border-radius: 42px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 660px;
  width: calc(100% - 32px);
  max-height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  transform: translateY(20px);
  transition: transform 300ms ease;
}
.wspolpraca-popup.is-open .wspolpraca-popup__box {
  transform: translateY(0);
}

/* Grid 2-kol → off (box jest teraz flex column) */
.wspolpraca-popup__content {
  display: contents;
}

/* Przycisk X — wewnątrz boxa, prawy górny róg */
.wspolpraca-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #352F41;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  z-index: 2;
  transition: border-color 200ms;
}
.wspolpraca-popup__close:hover {
  color: #fff;
  border-color: #8A38F5;
}

/* Karta danych firmy */
.wspolpraca-popup__firma {
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid #352F41;
  border-radius: 24px;
  padding: 24px;
  padding-top: 24px; /* miejsce na przycisk X */
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.wspolpraca-popup__firma h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* Kontakt — dwie kolumny obok siebie */
.wspolpraca-popup__contact {
  display: flex;
  flex-direction: row;
  gap: 36px;
}
.wspolpraca-popup__contact .popup-firma__row {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
}
.wspolpraca-popup__contact .popup-firma__row span {
  font-size: 16px;
  font-weight: 500;
  color: #fff
}
.wspolpraca-popup__contact .popup-firma__row a {
  font-size: 14px;
  color: #A6A6CC;
  text-decoration: none;
  transition: color 200ms;
}
.wspolpraca-popup__contact .popup-firma__row a:hover { color: #fff; }

.wspolpraca-popup__firma-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
}
.popup-firma__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-firma__label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.popup-firma__value {
  font-size: 16px;
  font-weight: 400;
  color: #A6A6CC;
  font-family: 'Inter', sans-serif;
}
.popup-firma__value a {
  color: #A6A6CC;
  text-decoration: none;
  transition: color 200ms;
}
.popup-firma__value a:hover { color: #fff; }

/* Karta formularza */
.wspolpraca-popup__formularz {
  background: #0D0D14;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

/* Tytuł nad formularzem */
.wspolpraca-popup__formularz h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  margin: 0 0 24px;
  display: block;
  width: 100%;
}

/* Siatka 2-kolumnowa dla pól CF7 */
.wspolpraca-popup__formularz .cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

/* Label nad polem */
.wspolpraca-popup__formularz .cf7-field label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  display: block;
  margin-bottom: 0;
}

.wspolpraca-popup__formularz .cf7-field p{
  display:flex;  flex-direction: column;
  gap: 8px;
}

/* Inputy text/email/tel — pills */
.wspolpraca-popup__formularz .wpcf7-form-control:not(.wpcf7-submit):not(textarea):not(select),
.wspolpraca-popup__formularz input[type="text"],
.wspolpraca-popup__formularz input[type="email"],
.wspolpraca-popup__formularz input[type="tel"] {
  width: 100%;
  height: 52px;
  background: #352F41;
  border: none;
  border-radius: 50px;
  padding: 17px 24px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  box-sizing: border-box;
  outline: none;
  transition: background 200ms;
}
.wspolpraca-popup__formularz input::placeholder {
  color: #9795B5;
}
.wspolpraca-popup__formularz input:focus {
  background: #3D3550;
}

/* Select — pills + strzałka */
.wspolpraca-popup__formularz select,
.wspolpraca-popup__formularz .wpcf7-select {
  width: 100%;
  height: 52px;
  background: #352F41;
  border: none;
  border-radius: 50px;
  padding: 17px 48px 17px 24px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #9795B5;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ADABC3' stroke-width='1.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition: background-color 200ms;
}
.wspolpraca-popup__formularz select:focus {
  background-color: #3D3550;
}

/* Textarea */
.wspolpraca-popup__formularz textarea,
.wspolpraca-popup__formularz .wpcf7-textarea {
  width: 100%;
  height: 149px;
  background: #352F41;
  border: none;
  border-radius: 24px;
  padding: 17px 24px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  box-sizing: border-box;
  outline: none;
  resize: none;
  transition: background 200ms;
}
.wspolpraca-popup__formularz textarea::placeholder {
  color: #9795B5;
}
.wspolpraca-popup__formularz textarea:focus {
  background: #3D3550;
}

/* Przycisk submit */
.wspolpraca-popup__formularz input[type="submit"],
.wspolpraca-popup__formularz .wpcf7-submit {
  width: 100%;
  height: 52px;
  background: linear-gradient(93.89deg, #5A20C1 4.66%, #F127E0 100%);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #fff;
  cursor: pointer;
  transition: opacity 200ms;
  margin-top: 0;
}
.wspolpraca-popup__formularz input[type="submit"]:hover,
.wspolpraca-popup__formularz .wpcf7-submit:hover {
  opacity: 0.85;
}

/* Błędy walidacji CF7 */
.wspolpraca-popup__formularz .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #F127E0;
  margin-top: 6px;
  display: block;
}
.wspolpraca-popup__formularz .wpcf7-response-output {
  border: 1px solid #8A38F5;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: #9795B5;
  margin-top: 8px;
}

/* ==========================================================================
   AKTUALNOŚCI
   ========================================================================== */

/* HERO — identyczny wygląd jak współpraca */
.aktualnosci__hero {
  position: relative;
  max-width: 1074px;
  height: 447px;
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #11071F;
}
.aktualnosci__hero-glow {
  position: absolute;
  width: 659px;
  height: 422px;
  left: 50%;
  bottom: -85px;
  transform: translateX(-80%);
  background: rgba(241, 39, 224, 0.24);
  filter: blur(129px);
  pointer-events: none;
}
.aktualnosci__hero-content {
  position: absolute;
  bottom: 70px;
  left: 62px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 498px;
  z-index: 2;
}
.aktualnosci__hero-tytul {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.aktualnosci__hero-podtytul {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* POSTS */
.aktualnosci__posts {
  max-width: 1074px;
  margin: 60px auto 80px;
}
.aktualnosci__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.aktualnosci__brak {
  color: var(--color-text-muted);
  text-align: center;
  padding: 60px 0;
}

/* ==========================================================================
   AKTUALNOŚCI — RESPONSIVE
   ========================================================================== */

@media (max-width: 1140px) {
  .aktualnosci__hero {
    max-width: calc(100% - 32px);
    margin: 32px 16px 0;
  }
  .aktualnosci__posts {
    max-width: calc(100% - 32px);
    margin: 48px 16px 60px;
  }
  .aktualnosci__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .aktualnosci__hero {
    height: auto;
    min-height: 240px;
    margin: 16px 16px 0;
    border-radius: 16px;
    overflow: visible;
  }
  .aktualnosci__hero-glow {
    width: 100%;
    left: 0;
    transform: none;
    bottom: -40px;
  }
  .aktualnosci__hero-content {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 40px 24px 32px;
    max-width: 100%;
  }
  .aktualnosci__hero-tytul {
    font-size: 40px;
  }
  .aktualnosci__posts {
    margin: 32px 16px 48px;
  }
  .aktualnosci__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================================
   WSPÓŁPRACA — RESPONSIVE
   ========================================================================== */

/* --- Tablet (≤ 1140px) --- */
@media (max-width: 1140px) {
  .wspolpraca__hero {
    max-width: calc(100% - 32px);
    margin: 32px 16px 0;
  }
  .wspolpraca__karty {
    max-width: calc(100% - 32px);
    margin: 48px 16px 0;
  }
  .wspolpraca__karty-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .wspolpraca__dodatkowo {
    max-width: calc(100% - 32px);
    margin: 48px 16px 0;
  }
  .wspolpraca__statystyki {
    max-width: calc(100% - 32px);
    margin: 48px 16px 60px;
  }
}

/* --- Mobile (≤ 768px) --- */
@media (max-width: 768px) {
  /* Hero */
  .wspolpraca__hero {
    height: auto;
    min-height: 260px;
    margin: 16px 16px 0;
    border-radius: 16px;
    overflow: visible;
  }
  .wspolpraca__hero-glow {
    width: 100%;
    left: 0;
    transform: none;
    bottom: -40px;
  }
  .wspolpraca__hero-content {
    position: relative; 
    bottom: auto;
    left: auto;
    padding: 40px 24px 32px;
    max-width: 100%;
    z-index: 2;
  }
  .wspolpraca__hero-tytul {
    font-size: 40px;
  }
  .wspolpraca__hero-podtytul {
    font-size: 14px;
  }
  .wspolpraca__hero-btn {
    width: 100%;
    justify-content: center;
  }

  /* Karty — 1 kolumna */
  .wspolpraca__karty {
    margin: 32px 16px 0;
  }
  .wspolpraca__karty-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Dodatkowo */
  .wspolpraca__dodatkowo {
    margin: 32px 16px 0;
  }
  .wspolpraca__dodatkowo-card h2 {
    font-size: 26px;
  }
  .wspolpraca__dodatkowo-card p {
    font-size: 16px;
  }

  /* Statystyki */
  .wspolpraca__statystyki {
    margin: 32px 16px 48px;
  }
  .wspolpraca__statystyki-grid {
    gap: 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wspolpraca__stat-liczba {
    font-size: 36px;
  }
  .wspolpraca__stat-etykieta {
    font-size: 16px;
  }

  /* Popup — siatka CF7 → 1 kolumna */
  .wspolpraca-popup__formularz .cf7-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Popup — layout na mobile */
  .wspolpraca-popup {
    align-items: flex-end; /* popup wysuwa się od dołu ekranu */
    z-index: -1;           /* zamknięty popup schodzi za wszystko — fix blokowania przycisku */
  }
  .wspolpraca-popup.is-open {
    z-index: 1000;         /* otwarty wraca na wierzch */
  }
  .wspolpraca-popup__box {
    max-width: 100%;
    width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    padding: 16px;
    gap: 12px;
    overflow-y: auto;
  }
  .wspolpraca-popup__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
  .wspolpraca-popup__firma {
    padding: 16px;
    padding-top: 52px;
    gap: 12px;
    border-radius: 16px;
  }
  .wspolpraca-popup__firma h2 {
    font-size: 18px;
  }
  .wspolpraca-popup__contact {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .wspolpraca-popup__formularz {
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
  }
  .wspolpraca-popup__formularz h3 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .wspolpraca-popup__formularz input[type="text"],
  .wspolpraca-popup__formularz input[type="email"],
  .wspolpraca-popup__formularz input[type="tel"],
  .wspolpraca-popup__formularz .wpcf7-form-control:not(.wpcf7-submit):not(textarea):not(select) {
    height: 46px;
    font-size: 14px;
    padding: 12px 18px;
  }
  .wspolpraca-popup__formularz select,
  .wspolpraca-popup__formularz .wpcf7-select {
    height: 46px;
    font-size: 14px;
    padding: 12px 40px 12px 18px;
  }
  .wspolpraca-popup__formularz textarea,
  .wspolpraca-popup__formularz .wpcf7-textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px 18px;
  }
  .wspolpraca-popup__formularz input[type="submit"],
  .wspolpraca-popup__formularz .wpcf7-submit {
    height: 48px;
    font-size: 15px;
  }
}

/* ==========================================================================
   SINGLE POST
   ========================================================================== */

/* HERO */
.single__hero {
  position: relative;
  max-width: 1074px;
  height: 447px;
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #11071F;
}
.single__hero-glow {
  position: absolute;
  width: 659px;
  height: 422px;
  left: calc(50% - 659px / 2 - 262.5px);
  top: calc(50% - 422px / 2 + 85.5px);
  background: rgba(0, 230, 230, 0.22);
  filter: blur(129px);
  pointer-events: none;
}
.single__hero-content {
  position: absolute;
  bottom: 43px;
  left: 62px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 707px;
  z-index: 2;
}
.single__category {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: linear-gradient(0deg, rgba(0, 230, 230, 0.24), rgba(0, 230, 230, 0.24)), #11071F;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #00E6E6;
  text-decoration: none;
  width: fit-content;
  transition: opacity 200ms;
}
.single__category:hover { opacity: 0.8; }
.single__hero-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

/* CONTENT */
.single__content-wrap {
  max-width: 1074px;
  margin: 60px auto 80px;
}
.single__content-card {
  background: rgba(13, 13, 20, 0.98);
  border: 1px solid #352F41;
  border-radius: 24px;
  padding: 24px;
}

/* Typografia treści */
.single__entry {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.single__entry h1,
.single__entry h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.single__entry h3,
.single__entry h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.single__entry h5,
.single__entry h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.single__entry p {
  font-size: 18px;
  font-weight: 400;
  color: #9795B5;
  line-height: 22px;
  margin: 0;
}
.single__entry strong,
.single__entry b {
  font-weight: 600;
  color: #fff;
}
.single__entry em,
.single__entry i {
  color: #A6A6CC;
}
.single__entry a {
  color: #00E6E6;
  text-decoration: none;
  transition: opacity 200ms;
}
.single__entry a:hover { opacity: 0.8; }
.single__entry ul,
.single__entry ol {
  padding-left: 24px;
  margin: 0;
  color: #9795B5;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single__entry li::marker { color: #00E6E6; }
.single__entry blockquote {
  border-left: 3px solid #8A38F5;
  padding-left: 20px;
  margin: 0;
  color: #A6A6CC;
  font-size: 18px;
  font-style: italic;
}
.single__entry img {
  max-width: 100%;
  border-radius: 12px;
}
.single__entry figure {
  margin: 0;
}
.single__entry figcaption {
  font-size: 14px;
  color: #9795B5;
  margin-top: 8px;
}
.single__entry hr {
  border: none;
  border-top: 1px solid #352F41;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1140px) {
  .single__hero {
    max-width: calc(100% - 32px);
    margin: 32px 16px 0;
  }
  .single__content-wrap {
    max-width: calc(100% - 32px);
    margin: 48px 16px 60px;
  }
}
@media (max-width: 768px) {
  .single__hero {
    height: auto;
    min-height: 260px;
    margin: 16px 16px 0;
    border-radius: 16px;
    overflow: visible;
  }
  .single__hero-glow {
    width: 100%;
    left: 0;
    top: auto;
    bottom: -40px;
    transform: none;
  }
  .single__hero-content {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 40px 24px 32px;
    max-width: 100%;
  }
  .single__hero-title {
    font-size: 36px;
  }
  .single__content-wrap {
    margin: 24px 16px 48px;
  }
  .single__content-card {
    padding: 20px;
  }
  .single__entry h1,
  .single__entry h2 { font-size: 26px; }
  .single__entry h3,
  .single__entry h4 { font-size: 20px; }
  .single__entry p,
  .single__entry ul,
  .single__entry ol { font-size: 16px; }
}


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

/* --- Hero --- */
.kontakt__hero {
	position: relative;
	max-width: 1074px;
	height: 447px;
	margin: 48px auto 0;
	border-radius: 24px;
	overflow: hidden;
	background-color: #11071F;
	background-size: cover;
	background-position: center;
}

.kontakt__hero-glow {
	position: absolute;
	width: 659px;
	height: 422px;
	left: calc(50% - 659px / 2 - 262.5px);
	top: calc(50% - 422px / 2 + 85.5px);
	background: rgba(0, 230, 230, 0.22);
	filter: blur(129px);
	pointer-events: none;
}

.kontakt__hero-content {
	position: absolute;
	bottom: 43px;
	left: 62px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kontakt__hero-title {
	font-size: 70px;
	font-weight: 900;
	line-height: 85px;
	color: #fff;
	margin: 0;
}

.kontakt__hero-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: #fff;
	margin: 0;
}

/* --- Section layout --- */
.kontakt__section {
	max-width: 1074px;
	margin: 48px auto 80px;
	padding: 0 16px;
	box-sizing: border-box;
}

.kontakt__grid {
	display: grid;
	grid-template-columns: 390px 1fr;
	gap: 24px;
	align-items: start;
}

/* --- Dane firmy card --- */
.kontakt__firma {
	background: rgba(13, 13, 20, 0.98);
	border: 1px solid #352F41;
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.kontakt__firma-tytul {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #fff;
	margin: 0;
}

.kontakt__firma-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.kontakt__firma-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.kontakt__firma-label {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.kontakt__firma-value {
	font-size: 16px;
	font-weight: 400;
	color: #A6A6CC;
	text-decoration: none;
	transition: color 200ms;
}

.kontakt__firma-value:hover {
	color: #00E6E6;
}

/* --- Formularz card --- */
.kontakt__formularz {
	background: #0D0D14;
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.kontakt__formularz-tytul {
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin: 0;
}

/* --- CF7 Kontakt form styles --- */
.kontakt__formularz .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.kontakt__formularz .wpcf7-form p {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.kontakt__formularz .wpcf7-form label {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.kontakt__formularz .wpcf7-form input[type="text"],
.kontakt__formularz .wpcf7-form input[type="email"],
.kontakt__formularz .wpcf7-form input[type="tel"] {
	width: 100%;
	height: 52px;
	background: #352F41;
	border: none;
	border-radius: 50px;
	padding: 17px 24px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	outline: none;
	transition: background 200ms;
}

.kontakt__formularz .wpcf7-form input[type="text"]::placeholder,
.kontakt__formularz .wpcf7-form input[type="email"]::placeholder,
.kontakt__formularz .wpcf7-form input[type="tel"]::placeholder {
	color: #9795B5;
}

.kontakt__formularz .wpcf7-form input[type="text"]:focus,
.kontakt__formularz .wpcf7-form input[type="email"]:focus,
.kontakt__formularz .wpcf7-form input[type="tel"]:focus {
	background: #3E3650;
}

.kontakt__formularz .wpcf7-form textarea {
	width: 100%;
	height: 149px;
	background: #352F41;
	border: none;
	border-radius: 24px;
	padding: 17px 24px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	outline: none;
	resize: none;
	transition: background 200ms;
}

.kontakt__formularz .wpcf7-form textarea::placeholder {
	color: #9795B5;
}

.kontakt__formularz .wpcf7-form textarea:focus {
	background: #3E3650;
}

.kontakt__formularz .wpcf7-form input[type="submit"] {
	width: 100%;
	height: 52px;
	background: var(--gradient-btn-primary);
	border: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: opacity 200ms;
}

.kontakt__formularz .wpcf7-form input[type="submit"]:hover {
	opacity: 0.85;
}

/* --- Responsive --- */
@media (max-width: 1140px) {
	.kontakt__hero {
		max-width: calc(100% - 32px);
		margin: 32px 16px 0;
	}
	.kontakt__section {
		max-width: calc(100% - 32px);
		margin: 32px 16px 60px;
		padding: 0;
	}
	.kontakt__grid {
		grid-template-columns: 320px 1fr;
	}
}

@media (max-width: 768px) {
	.kontakt__hero {
		height: auto;
		min-height: 260px;
		margin: 16px 16px 0;
		border-radius: 16px;
		overflow: visible;
	}
	.kontakt__hero-glow {
		width: 100%;
		left: 0;
		top: auto;
		bottom: -40px;
		transform: none;
	}
	.kontakt__hero-content {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 40px 24px 32px;
	}
	.kontakt__hero-title {
		font-size: 42px;
		line-height: 1.1;
	}
	.kontakt__section {
		margin: 24px 16px 48px;
	}
	.kontakt__grid {
		grid-template-columns: 1fr;
	}
	.kontakt__formularz-tytul {
		font-size: 26px;
	}
}
