/* ============================================================
   Night Life Union – główny arkusz stylów
   ============================================================ */

/* ── Zmienne ────────────────────────────────────────────── */
:root {
    --color-primary: #b24590;
    --color-gold: #e2b04a;
    --color-dark: #1a1a2e;
    --color-dark-mid: #16213e;
    --color-dark-deep: #0f3460;
    --color-text: #6e6e6e;
    --color-white: #ffffff;
    --color-bg-light: #f7f7f7;
    --font-roboto: 'Roboto', sans-serif;
    --font-kanit: 'Kanit', sans-serif;
}

/* ── Reset / baza ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 27px;
    color: var(--color-text);
    height: 100%;
    margin-top: -51px;
}

figure { margin: 0; }

a { color: var(--color-primary); }
strong { color: var(--color-primary); }

li, p, ul { font-size: 16px; text-align: justify; }

h1, h2 { font-weight: 900; }

img { max-width: 100%; height: auto; }

/* ── Skip link ──────────────────────────────────────────── */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-primary);
    color: #fff;
    padding: 8px 16px;
    z-index: 100001;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0 0 4px 0;
}
.skip-link:focus { top: 0; }

/* ── Scrollbar ──────────────────────────────────────────── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #8a3069; }

/* ── Focus indicators ───────────────────────────────────── */
:focus-visible {
    outline: 3px solid var(--color-gold);
    outline-offset: 2px;
}

/* ── Utilities ──────────────────────────────────────────── */
.bg-white { background-color: #fff; }
.descopt-padding-0 { padding: 0; }
.margin-0-auto { margin: 0 auto; }
.padding-0 { padding: 0; }
.text-center { text-align: center; }
.img-responsive { max-width: 100%; height: auto; display: block; }
.block-ellipsis {
    display: -webkit-box;
    max-width: 100%;
    height: 86px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Placeholders ───────────────────────────────────────── */
::-webkit-input-placeholder { color: #b7b6b6; font-size: 14px; letter-spacing: 3px; }
::-moz-placeholder { color: #b7b6b6; font-size: 14px; letter-spacing: 3px; }
:-ms-input-placeholder { color: #b7b6b6; font-size: 14px; letter-spacing: 3px; }

/* ============================================================
   HEADER / NAWIGACJA
   ============================================================ */
.top-box {
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000;
    padding: 10px 15px 5px;
    width: 100%;
    height: 75px;
}

.top-scroll-down {
    background: rgba(183, 73, 134, 0.5);
}

.top-scroll-down #smad-logo img,
#smad-logo img { height: 40px; width: auto; }

.top-scroll-down .hamburger { top: 15px !important; }

#smad-logo {
    position: fixed;
    top: 0;
    left: 10px;
    cursor: pointer;
    z-index: 1000;
    padding: 10px 15px 5px;
}

.smad-top-menu .hamburger {
    position: fixed;
    top: 25px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    padding: 10px 15px 5px;
    background: none;
    border: none;
    line-height: 0;
    -webkit-appearance: none;
    appearance: none;
}

.smad-top-menu .hamburger span { vertical-align: middle; }

.smad-top-menu .hamburger .bars {
    display: block;
    position: relative;
    width: 35px;
    height: 5px;
    transition: all 0.2s ease;
    background: linear-gradient(to right, #ce5a5f 0, #be4e7b 100%);
}

.smad-top-menu .hamburger .bars:after,
.smad-top-menu .hamburger .bars:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    transition: all 0.2s ease;
}

.smad-top-menu .hamburger .bars:before {
    top: 10px;
    background: linear-gradient(to right, #d8624d 0, #c85669 100%);
}

.smad-top-menu .hamburger .bars:after {
    bottom: 10px;
    background: linear-gradient(to right, #b5478b 0, #8a3969 100%);
}

.smad-top-menu .open .hamburger .bars {
    background: transparent;
    transition: all 0.2s ease;
}

.smad-top-menu .open .hamburger .bars::before { top: 0; transform: rotate(-45deg); }
.smad-top-menu .open .hamburger .bars::after { bottom: 0; transform: rotate(45deg); }

.smad-top-menu .menu {
    width: 100%;
    height: 100%;
    padding: 75px 20px 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    z-index: 999;
    margin-top: 0;
    transition: all 0.2s ease;
}

@media (max-width: 650px) {
    .smad-top-menu .menu { padding: 100px 20px 0; }
}

.smad-top-menu .menu a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 42px;
    line-height: 40px;
    text-decoration: none;
}

.smad-top-menu .menu a:hover,
.smad-top-menu .menu a.active { color: var(--color-primary); }

@media (max-width: 1024px) { .smad-top-menu .menu a { font-size: 32px; line-height: 14px; } }
@media (max-width: 650px) { .smad-top-menu .menu a { font-size: 26px; line-height: 6px; } }
@media (max-width: 450px) { .smad-top-menu .menu a { font-size: 22px; line-height: 1px; } }

.smad-top-menu ul { padding: 0; list-style-type: none; }
.smad-top-menu ul li { padding: 20px 0; }

.smad-top-menu .open .menu {
    right: 0;
    opacity: 1;
    transition: all 0.2s ease;
}

.smad-top-menu .menu:hover { overflow-y: auto; }

ul#menu-main li.menu-item {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

/* Contact in nav */
.navigation .contact,
.navigation .contact-mobile {
    display: flex;
    position: absolute;
    top: 24px;
    right: 147px;
}

.navigation .contact ul li,
.navigation .contact-mobile ul li {
    display: inline-block;
    padding: 0 6px;
    font-weight: 700;
}

.navigation .contact ul li a,
.navigation .contact-mobile ul li a { color: #fff; }

.navigation .contact-mobile { display: none; }
.navigation .contact { margin-right: 15px; }

@media (max-width: 1000px) {
    .navigation .contact { display: none; }
    .navigation .contact-mobile { display: flex; }
    .contact-mobile i { font-size: 25px; padding: 0 0 0 5px; }
    .smad-top-menu .hamburger { right: 5px; }
}

.top-scroll-down .navigation .contact,
.top-scroll-down .navigation .contact-mobile { top: 16px; }

@media (max-width: 798px) {
    .site { margin-top: 126px !important; }
    .top-box { background: rgba(183, 73, 134, 0.5); }
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.pvp-hero-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    /* Aspect ratio 16:9 – na dużych ekranach min 500px */
    aspect-ratio: 16 / 9;
    min-height: 350px;
    max-height: 90vh;
}

.pvp-hero-slider {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.pvp-hero-slider .pvp-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.pvp-hero-slider .pvp-slide.active {
    opacity: 1;
    z-index: 1;
}

.pvp-hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pvp-hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
    pointer-events: none;
}

.pvp-hero-overlay h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 4em;
    font-family: var(--font-kanit);
    letter-spacing: 2.7px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 10px;
}

.pvp-hero-overlay p { color: #fff; text-shadow: 1px 1px 4px rgba(0,0,0,0.7); margin: 0; }

.pvp-hero-overlay h2.hero-sub {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7em;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

@media (max-width: 768px) {
    .pvp-hero-overlay h1 { font-size: 1.5em; }
    .pvp-hero-overlay h2.hero-sub { font-size: 0.8em; }
}
@media (min-width: 769px) and (max-width: 991px) {
    .pvp-hero-overlay h1 { font-size: 1.8em; }
    .pvp-hero-overlay h2.hero-sub { font-size: 1em; }
}
@media (min-width: 992px) {
    .pvp-hero-overlay h1 { font-size: 3em; }
    .pvp-hero-overlay h2.hero-sub { font-size: 1.1em; }
}

.pvp-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.pvp-slider-dot {
    width: 25px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}

.pvp-slider-dot.active,
.pvp-slider-dot:hover { background: #fff; }

.pvp-slider-prev,
.pvp-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.35);
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.pvp-slider-prev { left: 15px; }
.pvp-slider-next { right: 15px; }
.pvp-slider-prev:hover,
.pvp-slider-next:hover { background: rgba(0,0,0,0.65); }

/* ============================================================
   SEKCJA: O NAS
   ============================================================ */
.smad-page-about-us { position: relative; }

.smad-page-about-us .smad-header-image { padding: 135px 0 85px; }
.smad-page-about-us .smad-header-image img { margin: 0 auto; }

@media (max-width: 1000px) {
    .smad-page-about-us .smad-header-image { padding: 40px 0 20px; }
}

.smad-page-about-us .smad-desc {
    padding: 0 0 130px;
    background: #fff;
    z-index: 10;
}

@media (max-width: 1000px) {
    .smad-page-about-us .smad-desc { padding: 0 0 90px; }
}

.smad-page-about-us .smad-desc-image { padding: 40px 0; }
.smad-page-about-us .smad-desc-image img { margin: 0 auto; }

/* Dekoracyjne tła (pozycyjne, bez treści) */
.smad-page-about-us .img-1 {
    width: 311px; height: 366px;
    position: absolute; top: 15px; left: 40px; z-index: 0;
    pointer-events: none;
}
.smad-page-about-us .img-2 {
    width: 287px; height: 400px;
    position: absolute; top: 197px; right: 56px; z-index: 0;
    pointer-events: none;
}

@media (max-width: 990px) {
    .smad-page-about-us .img-1,
    .smad-page-about-us .img-2 { display: none; }
}

/* ============================================================
   SEKCJA: OFERTA
   ============================================================ */
.smad-page-offer {
    padding-bottom: 40px;
    background-color: var(--color-bg-light);
}

.smad-page-offer .smad-header-image { padding: 75px 0 45px; }
.smad-page-offer .smad-header-image img { margin: 0 auto; }
.smad-page-offer .smad-desc-image { padding: 40px 0; }
.smad-page-offer .smad-desc-image img { margin: 0 auto; }
.smad-page-offer .smad-desc { padding: 0 0 60px; }

.smad-desc p:nth-child(2) { text-align: center; padding-top: 25px; }
.smad-desc p a {
    background-image: linear-gradient(rgb(181, 80, 124) 0px, rgb(233, 134, 108) 100%);
    padding: 10px 48px;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    font-family: var(--font-roboto);
    display: inline-block;
}
.smad-desc p a:hover {
    background-image: linear-gradient(rgb(233, 134, 108) 100%, rgb(181, 80, 124) 0);
}

/* ============================================================
   SEKCJA: CYTATY / KOBIETY
   ============================================================ */
#smad-page-woman .row { background-color: var(--color-bg-light); }
#smad-page-woman .smad-header-image { padding: 75px 0 45px; }
#smad-page-woman .smad-header-image img { margin: 60px auto 0; }
#smad-page-woman .smad-desc { padding: 23px 55px 10px; }

@media (max-width: 600px) {
    #smad-page-woman .smad-desc { padding: 20px 0; }
}

#smad-page-woman .quote-up { padding-top: 10%; }

@media (max-width: 600px) {
    #smad-page-woman .quote-up { padding: 0; }
}

#smad-page-woman .quote-up img { padding: 28px 0 0 20px; }

@media (max-width: 900px) {
    #smad-page-woman .quote-down { padding-top: 2%; }
}

#smad-page-woman .quote-down .quote-name { float: left; padding: 0 55px; color: var(--color-primary); }
#smad-page-woman .quote-down img { float: right; padding: 0 20px 20px; }

#smad-page-woman2 { padding: 100px 0; background-color: #fff; }
#smad-page-woman2 .row { background-color: var(--color-bg-light); }
#smad-page-woman2 .smad-desc { padding: 25px 63px 10px; }

@media (max-width: 600px) {
    #smad-page-woman2 .smad-desc { padding: 20px 0; }
}

#smad-page-woman2 .quote-up { padding-top: 6%; }
#smad-page-woman2 .quote-up img { padding: 28px 0 0 20px; }
#smad-page-woman2 .quote-down { padding-top: 10%; }
#smad-page-woman2 .quote-down .quote-name { float: left; padding: 0 70px; color: var(--color-primary); }

@media (max-width: 600px) {
    #smad-page-woman2 .quote-down .quote-name { padding: 0; }
}

#smad-page-woman2 .quote-down img { float: right; padding: 0 20px 20px; }

/* ============================================================
   SEKCJA: NASZE REALIZACJE
   ============================================================ */
.smad-page-our-events { background-color: #fff; }
.smad-page-our-events .col-md-6,
.smad-page-our-events .container-fluid { padding: 0; }

.smad-page-our-events .smad-header-image { padding: 65px 0 85px; }
.smad-page-our-events .smad-header-image .smad-image-header { display: inline-block; }
.smad-page-our-events .smad-header-image .smad-image-header img { margin: 0 auto; }

@media (max-width: 1000px) {
    .smad-page-our-events .smad-header-image { padding: 30px 0 60px; }
}

.smad-page-our-events h2 { display: none; }
.smad-page-our-events .smad-desc h2 { font-size: 30px; }
.smad-page-our-events .smad-desc-image figure { padding: 0; margin: 0; }
.smad-page-our-events .smad-desc-image figure img { width: 100%; opacity: 1; }

.smad-page-our-events a { color: var(--color-primary); }

.smad-page-our-events a .smad-desc-image:hover {
    background: linear-gradient(to bottom, #e56f52 0, #e56f52 17%, #ad3c87 100%);
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease-out;
    width: 100%;
}

.smad-page-our-events a .smad-desc-image:hover figure img { opacity: 0.2; }

.smad-page-our-events a .smad-desc-image:hover h2 {
    color: #fff;
    display: inline-block;
}

@media (max-width: 650px) {
    .smad-page-our-events a .smad-desc-image:hover h2 { font-size: 47px; }
}

@media (max-width: 450px) {
    .smad-page-our-events a .smad-desc-image:hover h2 { font-size: 37px; }
}

.smad-page-our-events .smad-desc {
    padding: 0;
    position: absolute;
    top: 42%;
    width: 100%;
}

.smad-page-our-events .smad-desc h2 {
    font-size: 45px;
    color: var(--color-primary);
}

@media (max-width: 1000px) {
    .smad-page-our-events .smad-desc h2 { font-size: 15px !important; }
}

@media (max-width: 600px) {
    .smad-page-our-events .smad-desc h2 { font-size: 37px; }
}

@media (max-width: 450px) {
    .smad-page-our-events .smad-desc h2 { font-size: 21px; }
}

/* ============================================================
   SEKCJA: DOŚWIADCZENIE
   ============================================================ */
.pvp-experience-section {
    background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-mid) 50%, var(--color-dark-deep) 100%);
    padding: 60px 0;
    color: #fff;
}

.pvp-experience-section h2 {
    text-align: center;
    font-family: var(--font-kanit);
    font-weight: 900;
    font-size: 2.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pvp-exp-subtitle {
    text-align: center;
    font-size: 1.1em;
    color: #ccc;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pvp-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pvp-stat-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    flex: 1 1 200px;
    max-width: 250px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pvp-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pvp-stat-number {
    font-family: var(--font-kanit);
    font-size: 3em;
    font-weight: 900;
    color: var(--color-gold);
    line-height: 1;
    margin-bottom: 8px;
}

.pvp-stat-label { font-size: 0.95em; color: #bbb; line-height: 1.4; }

@media (max-width: 768px) {
    .pvp-stat-card { max-width: 100%; flex: 1 1 100%; }
    .pvp-experience-section h2 { font-size: 1.6em; }
}

/* ============================================================
   SEKCJA: AKTUALNOŚCI
   ============================================================ */
.smad-page-news { background-color: #fff; }
.smad-page-news .smad-header-image { padding: 65px 0 85px; }
.smad-page-news .smad-header-image .smad-image-header { display: inline-block; }
.smad-page-news .smad-header-image .smad-image-header img { margin: 0 auto; }

@media (max-width: 1000px) {
    .smad-page-news .smad-header-image { padding: 30px 0 60px; }
}

.smad-page-news .smad-desc-image figure img { opacity: 1; }
.smad-page-news .thumbnail {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 1px solid #fff;
    border-radius: 0;
}

.smad-page-news .smad-desc { padding: 20px 55px 80px; }
.smad-page-news .smad-desc a { text-decoration: none; }
.smad-page-news .smad-desc a:hover { text-decoration: underline; color: var(--color-primary); }
.smad-page-news .smad-desc h2 { margin-top: 0; font-size: 30px; color: var(--color-primary); font-weight: 700; }
.smad-page-news .smad-desc .smad-date { font-size: 14px; color: var(--color-text); }
.smad-page-news .smad-desc .smad-mini-desc { color: var(--color-text); }

.smad-page-news .smad-desc .smad-button {
    margin: 40px auto;
    padding: 5px 0;
    color: #fff;
    width: 150px;
    background: linear-gradient(to bottom, #b5507c 0, #e9866c 100%);
}

.smad-page-news .smad-desc .smad-button:hover {
    background: linear-gradient(to bottom, #e9866c 0, #b5507c 100%);
}

.smad-page-news .smad-desc .smad-button a {
    padding: 10px 48px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

#page-news figure img.margin-0-auto {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1.5;
}

/* ============================================================
   SEKCJA: TREŚĆ GŁÓWNA (onas-2)
   ============================================================ */
main#main {
    padding: 60px 0;
}

.onas-2 h2 {
    color: var(--color-primary);
    font-size: 22px;
    padding-top: 20px;
    font-weight: 700;
}

.onas-2 p { text-align: justify; }

/* ============================================================
   SEKCJA: INNE TEMATYKI
   ============================================================ */
.pvp-other-themes { padding: 50px 0; background: var(--color-bg-light); }

.pvp-other-themes h2 {
    text-align: center;
    font-family: var(--font-kanit);
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 40px;
}

.pvp-themes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pvp-theme-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    flex: 1 1 180px;
    max-width: 220px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.pvp-theme-card:hover { transform: translateY(-4px); }
.pvp-theme-card .pvp-theme-icon { font-size: 2.5em; margin-bottom: 12px; color: var(--color-primary); }
.pvp-theme-card h3 { font-size: 1em; font-weight: 700; margin: 0; display: block; padding: 0; border: none; border-radius: 0; }

/* ============================================================
   SEKCJA: KONTAKT / KALKULATOR
   ============================================================ */
.pvp-contact-interactive {
    background: var(--color-dark);
    padding: 50px 0;
    color: #fff;
}

.pvp-contact-interactive h2 {
    text-align: center;
    font-family: var(--font-kanit);
    font-weight: 700;
    margin-bottom: 10px;
}

.pvp-contact-interactive p.subtitle {
    text-align: center;
    color: #aaa;
    margin-bottom: 30px;
}

.pvp-event-calc {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    max-width: 800px;
    margin: 0 auto;
}

.pvp-event-calc label {
    display: block;
    font-size: 0.9em;
    color: #ccc;
    margin-bottom: 6px;
    margin-top: 18px;
}

.pvp-event-calc label:first-child { margin-top: 0; }

.pvp-event-calc select,
.pvp-event-calc input[type="number"],
.pvp-event-calc input[type="text"],
.pvp-event-calc input[type="email"],
.pvp-event-calc input[type="tel"],
.pvp-event-calc textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
}

.pvp-event-calc select option { color: #333; }

.pvp-calc-btn {
    margin-top: 25px;
    padding: 14px 40px;
    background: var(--color-gold);
    color: var(--color-dark);
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.2s;
}

.pvp-calc-btn:hover { opacity: 0.9; }

.pvp-event-calc textarea {
    resize: vertical;
    min-height: 100px;
    font-family: var(--font-roboto);
    line-height: 1.5;
}

/* ── Honeypot: ukryty dla użytkownika ───────────────────── */
.form-field--website {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/* ── Flash messages ─────────────────────────────────────── */
.form-message {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-family: var(--font-roboto);
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.form-message--success {
    background: rgba(39, 174, 96, 0.15);
    border: 1px solid #27ae60;
    color: #27ae60;
}

.form-message--error {
    background: rgba(231, 76, 60, 0.12);
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

/* ============================================================
   STOPKA
   ============================================================ */
.smad-page-footer {
    background-color: #000;
}

.smad-page-footer figure img {
    width: 100%;
    height: auto;
    display: block;
}

#smad-page-footer { color: #fff; }

@media (max-width: 1000px) {
    #smad-page-footer { text-align: center; }
}

#smad-page-footer .smad-block { padding: 10px 0; }
#smad-page-footer .smad-footer-block { padding: 50px 0; }
#smad-page-footer .smad-footer-block h2,
#smad-page-footer .footer-heading { font-size: 20px; font-weight: 900; }
#smad-page-footer .smad-footer-block .smad-desc-items { line-height: 34px; font-size: 18px; }
#smad-page-footer .smad-footer-block .smad-desc-item-pos,
#smad-page-footer .smad-footer-block .smad-desc-items,
#smad-page-footer .smad-footer-block .smad-name { display: inline-block; }
#smad-page-footer .smad-footer-block a,
#smad-page-footer .smad-footer-block a:hover { color: #fff; }

#smad-page-footer .smad-desc-items i.fa,
#smad-page-footer .smad-desc-items i.fas,
#smad-page-footer .smad-desc-items i.far {
    color: var(--color-gold);
    margin-right: 6px;
}

.pvp-footer-container {
    background-color: var(--color-dark);
    background-size: cover;
}

#sm-footer-pages .smad-rights {
    padding: 27px 0 25px;
    color: var(--color-primary);
    font-size: 15px;
}

@media (max-width: 1000px) {
    #sm-footer-pages .smad-rights { text-align: center; }
    #sm-footer-pages .smad-list-pages { text-align: center; display: block; }
    #sm-footer-pages .smad-list-pages .menu { text-align: center; margin: 0 auto; }
}

#sm-footer-pages .smad-list-pages ul li { display: inline-block; }
#sm-footer-pages .smad-list-pages { padding: 27px 0 25px; color: var(--color-primary); font-size: 15px; }
#sm-footer-pages .smad-list-pages .menu { padding: 0; }
#sm-footer-pages .smad-list-pages a:hover { color: var(--color-primary); }
#sm-footer-pages .smad-list-pages ul li a { font-size: 14px; padding-left: 20px; }

.pvp-footer-disclaimer {
    background: #111;
    color: #888;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    border-top: 1px solid #333;
}

/* ============================================================
   POPUPY (Polityka prywatności / Cookies)
   ============================================================ */
.pvp-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.pvp-popup-overlay.active { display: flex; }

.pvp-popup-content {
    background: #fff;
    color: #333;
    max-width: 800px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}

.pvp-popup-content h2 { margin-top: 0; color: #333; }

.pvp-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
    line-height: 1;
}

.pvp-popup-close:hover { color: var(--color-primary); }

/* ============================================================
   BANER COOKIES
   ============================================================ */
.pvp-cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--color-dark);
    color: #fff;
    padding: 18px 25px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
}

.pvp-cookie-banner[hidden] { display: none !important; }

.pvp-cookie-banner p { margin: 0; flex: 1 1 400px; }
.pvp-cookie-banner a { color: var(--color-gold); text-decoration: underline; }

.pvp-cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    transition: opacity 0.2s;
}

.pvp-cookie-btn:hover { opacity: 0.85; }
.pvp-cookie-accept { background: var(--color-gold); color: var(--color-dark); }
.pvp-cookie-decline { background: #555; color: #fff; }

/* ============================================================
   STRONA 404
   ============================================================ */
#page-error {
    font-size: 30px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

#page-error h1.error-code {
    font-size: 8em;
    color: var(--color-primary);
    margin: 0;
    font-family: var(--font-kanit);
    font-weight: 900;
}

#page-error p { color: var(--color-text); }

.btn-primary-pvp {
    display: inline-block;
    padding: 12px 36px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    transition: background 0.2s;
}

.btn-primary-pvp:hover { background: #8a3069; color: #fff; }

/* ============================================================
   TŁO (wp-custom-css przeportowane)
   ============================================================ */
.tlo {
    background: rgba(255, 255, 255, 0.8);
    padding: 1px 15px 15px 15px;
}

/* ── Tytuł sekcji O nas ─────────────────────────────────── */
.about-us-title { font-size: 24px; }

/* ── Dostępność mobilna – klienci ───────────────────────── */
@media (max-width: 600px) {
    #page-clients .smad-clients-block {
        display: flex;
        overflow-x: auto;
    }
}

/* ── Nadpisania: brakujące obrazy dekoracyjne z theme.css ── */
/* img-1.png i img-2.png nie są dostępne – wyłączamy */
.smad-page-about-us .img-1,
.smad-page-about-us .img-2 {
    background-image: none;
}
/* mouse_scroll2.gif nie jest dostępny */
.scrollButton .scroll-mouse {
    background-image: none;
}
