/* ==========================================================================
   STREFA — strona pojedynczego kafla oferty (2026-09-20)
   Korzysta z akcentow filaru (.a-osob / .a-zaw / .a-duch) ze style.css
   oraz z kart terminow (.ev) z terminarz.css.
   ========================================================================== */

/* --- Hero --- */
.strefa-hero-new {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #0F1219 0%, #1a1240 55%, #0b1b3d 100%);
    color: #fff;
    padding: 150px 0 76px;
}
.strefa-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.strefa-hero-orb {
    position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5;
    animation: heroOrbFloat 14s ease-in-out infinite alternate;
}
.strefa-hero-orb-1 { width: min(500px, 66vw); height: min(500px, 66vw); background: rgba(106, 13, 173, .55); top: -18%; right: -6%; }
.strefa-hero-orb-2 { width: min(400px, 52vw); height: min(400px, 52vw); background: rgba(0, 71, 171, .5); bottom: -14%; left: -8%; animation-delay: -4s; }
.strefa-hero-orb-3 { width: min(280px, 38vw); height: min(280px, 38vw); background: rgba(253, 197, 0, .22); top: 30%; left: 46%; animation-delay: -8s; }
.strefa-hero-inner { position: relative; z-index: 2; }

.strefa-crumbs {
    font-family: var(--font-head); font-size: .72rem; letter-spacing: .1em;
    text-transform: uppercase; color: rgba(255, 255, 255, .5); margin-bottom: 20px;
}
.strefa-crumbs a { color: rgba(255, 255, 255, .72); text-decoration: none; }
.strefa-crumbs a:hover { color: var(--color-gold); }
.strefa-crumbs span { margin: 0 8px; }

.strefa-hero-tag {
    display: inline-block; background: rgba(253, 197, 0, .16); color: var(--color-gold);
    border: 1px solid rgba(253, 197, 0, .4); padding: 8px 18px; font-family: var(--font-head);
    font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    margin-bottom: 20px;
}
.strefa-hero-new h1 {
    color: #fff; font-size: clamp(2.1rem, 4.2vw, 3.2rem); line-height: 1.1; margin-bottom: 18px;
}
.strefa-hero-lead { color: rgba(255, 255, 255, .8); max-width: 700px; font-size: 1.04rem; }

.strefa-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.strefa-btn {
    display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
    font-family: var(--font-head); font-size: .74rem; font-weight: 700;
    letter-spacing: .09em; text-transform: uppercase; padding: 14px 26px; transition: .22s;
}
.strefa-btn-main { background: var(--color-gold); color: var(--color-dark); }
.strefa-btn-main:hover { filter: brightness(1.1); transform: translateY(-2px); }
.strefa-btn-ghost { border: 1px solid rgba(255, 255, 255, .3); color: #fff; }
.strefa-btn-ghost:hover { background: rgba(255, 255, 255, .1); }

/* --- Naglowek sekcji z paskiem akcentu --- */
.strefa-sec { padding: 78px 0; }
.strefa-sec-alt { background: linear-gradient(180deg, #f6f9ff 0%, #eef3fb 100%); }
.strefa-sec-head { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.strefa-sec-bar { width: 28px; height: 4px; background: var(--acc, var(--color-accent-1)); flex: none; }
.strefa-sec-head h2 { font-size: 1.7rem; margin: 0; }
.strefa-sec-head p { font-size: .88rem; color: #7a8394; margin: 3px 0 0; }

.strefa-sec-foot { text-align: center; margin-top: 34px; }

/* --- Blok zachety na dole --- */
.strefa-close {
    background: linear-gradient(150deg, #0F1219, #1a1240); color: #fff;
    padding: 56px 48px; text-align: center;
}
.strefa-close h2 { color: #fff; font-size: 1.9rem; margin-bottom: 12px; }
.strefa-close p { color: rgba(255, 255, 255, .72); max-width: 560px; margin: 0 auto 28px; }
.strefa-close-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (max-width: 860px) {
    .strefa-hero-new { padding: 120px 0 56px; }
    .strefa-sec { padding: 56px 0; }
    .strefa-close { padding: 40px 22px; }
}

.strefa-no-dates {
    text-align: center; padding: 44px 20px; color: #7a8394; font-size: .95rem;
}
.strefa-no-dates a { color: var(--acc, var(--color-accent-1)); font-weight: 700; }

/* --- Hero wysrodkowane --- */
.strefa-hero-center { text-align: center; }
.strefa-hero-center .strefa-hero-lead { margin-left: auto; margin-right: auto; }
.strefa-hero-center .strefa-hero-actions { justify-content: center; }

/* --- Sekcja terminow --- */
.strefa-sec-dates { background: linear-gradient(180deg, #f6f9ff 0%, #eef3fb 100%); }

/* --- Lista terminow w strefie: wiersze-karty, wyraznie lzejsze
       niz duze karty terminarza, zeby strony sie nie powielaly --- */
.strefa-page .pillar-upcoming-bare {
    background: none;
    border: 0;
    padding: 0;
    margin-top: 0;
}
.strefa-page .pillar-upcoming-bare .pu-row {
    background: #fff;
    border: 1px solid rgba(15, 18, 25, .09);
    border-left: 4px solid var(--acc, var(--color-accent-1));
    padding: 16px 22px;
    margin-bottom: 10px;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}
.strefa-page .pillar-upcoming-bare .pu-row:last-child { margin-bottom: 0; }
.strefa-page .pillar-upcoming-bare .pu-row:hover {
    transform: translateX(4px);
    box-shadow: 0 16px 38px -26px var(--glow, rgba(106, 13, 173, .4));
}
.strefa-page .pu-date b,
.strefa-page .pu-price,
.strefa-page .pu-title:hover { color: var(--acc, var(--color-accent-1)); }
.strefa-page .pu-cta {
    border-color: var(--acc, var(--color-accent-1));
    color: var(--acc, var(--color-accent-1));
}
.strefa-page .pu-cta:hover { background: var(--acc, var(--color-accent-1)); color: #fff; }

/* --- Karty programow: zwarciej i z akcentem strefy --- */
.strefa-programs .card-product-horizontal {
    border: 1px solid rgba(15, 18, 25, .09);
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.strefa-programs .card-product-horizontal:hover {
    transform: translateY(-4px);
    border-color: var(--acc, var(--color-accent-1));
    box-shadow: 0 22px 50px -30px var(--glow, rgba(106, 13, 173, .4));
}
.strefa-programs .card-product-price { color: var(--acc, var(--color-accent-1)); }
.strefa-programs .card-product-next i { color: var(--acc, var(--color-accent-1)); }

/* --- „O tej strefie" — panel na całą szerokość kontenera.
       Tekst zostaje na czytelnej szerokości (ok. 70 znaków), ale sama
       plansza rozciąga się na cały kontener, więc sekcja nie wygląda
       na porzuconą w lewym rogu. --- */
.strefa-intro-sec { padding: 0; }
.strefa-intro-sec .container { transform: translateY(-46px); }
.strefa-intro {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 18, 25, .08);
    border-top: 4px solid var(--acc, var(--color-accent-1));
    box-shadow: 0 30px 70px -48px rgba(15, 18, 25, .5);
    padding: 54px 7% 56px;
    text-align: center;
}
.strefa-intro-mark {
    position: absolute;
    top: -26px;
    left: 4%;
    font-family: var(--font-head);
    font-size: 11rem;
    line-height: 1;
    color: var(--acc, var(--color-accent-1));
    opacity: .08;
    pointer-events: none;
    user-select: none;
}
.strefa-intro-label {
    position: relative;
    display: inline-block;
    font-family: var(--font-head);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--acc, var(--color-accent-1));
    margin-bottom: 22px;
}
.strefa-intro-label::after {
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: var(--acc, var(--color-accent-1));
    margin: 12px auto 0;
}
.strefa-intro-body {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.22rem;
    line-height: 1.72;
    color: #3d4554;
}
.strefa-intro-body p { margin: 0 0 16px; }
.strefa-intro-body p:last-child { margin-bottom: 0; }

@media (max-width: 860px) {
    .strefa-intro { padding: 38px 24px 40px; }
    .strefa-intro-sec .container { transform: translateY(-30px); }
    .strefa-intro-body { font-size: 1.06rem; }
    .strefa-intro-mark { font-size: 7rem; top: -16px; }
}
