/* Akropol Bilety — szablon Wanderlust + layout */

body {
    font-family: 'DM Sans', 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Roboto', serif;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

/* —— Site header: szkło, ciepły akcent, głębia —— */
.site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(234, 88, 12, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 252, 248, 0.91) 100%);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    backdrop-filter: blur(14px) saturate(1.1);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75) inset,
        0 8px 32px -8px rgba(15, 23, 42, 0.08),
        0 2px 0 rgba(251, 146, 60, 0.04);
}
.site-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(249, 115, 22, 0.45) 20%, #fbbf24 50%, rgba(249, 115, 22, 0.45) 80%, transparent 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .site-header { background: #fffcf8; }
}

/* Logo — mniejsze, czytelne na pasku */
.site-header .header-logo {
    display: block;
    width: auto;
    height: 1.625rem;
    max-width: 7.5rem;
    object-fit: contain;
    object-position: left center;
}
@media (min-width: 768px) {
    .site-header .header-logo {
        height: 1.75rem;
        max-width: 8.25rem;
    }
}

/* Mobile / tablet: pigułki w obwódce (poniżej breakpointu lg) */
.nav-shell {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.35rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, #fafafa 0%, #f0f2f4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 3px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(214, 211, 209, 0.75);
    max-width: min(100%, 52rem);
}

.nav-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #4b5563;
    line-height: 1.2;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.nav-pill:hover {
    color: #111827;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.nav-pill-active {
    color: #c2410c;
    background: #fff;
    box-shadow: 0 1px 4px rgba(234, 88, 12, 0.15), 0 0 0 1px rgba(254, 215, 170, 0.9);
}

.nav-pill-active:hover {
    color: #9a3412;
    background: #fff;
}

/* Desktop (lg+): klasyczny pasek — bez „mobilnej obwódki”, jedna linia */
@media (min-width: 1024px) {
    .nav-shell {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 0.0625rem;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        max-width: min(100%, 56rem);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .nav-shell::-webkit-scrollbar { display: none; }

    .nav-pill {
        flex: 0 0 auto;
        font-size: 0.8125rem;
        font-weight: 500;
        padding: 0.45rem 0.5rem;
        border-radius: 0.25rem;
        color: #4b5563;
        background: transparent;
        box-shadow: none;
        border-bottom: 2px solid transparent;
    }
    .nav-pill:hover {
        color: #111827;
        background: rgba(15, 23, 42, 0.05);
        box-shadow: none;
    }
    .nav-pill-active {
        color: #c2410c;
        background: transparent;
        box-shadow: none;
        font-weight: 600;
        border-bottom-color: #ea580c;
    }
    .nav-pill-active:hover {
        color: #9a3412;
        background: rgba(234, 88, 12, 0.06);
    }
}

/* Header CTA — zostaje wyrazisty (bez zmiany charakteru) */
.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.5rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(145deg, #fb923c 0%, #f97316 40%, #ea580c 100%);
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.22) inset, 0 4px 16px -2px rgba(234, 88, 12, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.header-cta:hover {
    filter: brightness(1.05);
    box-shadow: 0 6px 20px -3px rgba(234, 88, 12, 0.5);
    transform: translateY(-1px);
}
.header-cta:active { transform: translateY(0); }

/* Przyciski w treści (nie w headerze) */
.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(145deg, #f97316 0%, #ea580c 50%, #c2410c 100%);
    box-shadow: 0 4px 20px -4px rgba(234, 88, 12, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-hero-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 8px 28px -6px rgba(234, 88, 12, 0.6);
    transform: translateY(-2px);
}
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.85);
    transform: translateY(-1px);
}

.btn-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-content:hover {
    filter: brightness(1.12);
    box-shadow: 0 6px 22px -4px rgba(15, 23, 42, 0.45);
    transform: translateY(-2px);
}
.btn-content--accent {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    box-shadow: 0 4px 18px -3px rgba(234, 88, 12, 0.45);
}
.btn-content--accent:hover {
    box-shadow: 0 6px 24px -4px rgba(234, 88, 12, 0.55);
}

/* Mobile menu panel */
#mobile-menu {
    transition: opacity 0.2s ease, max-height 0.25s ease;
}
#mobile-menu .mobile-nav-item {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #374151;
    transition: background 0.15s ease, color 0.15s ease;
}
#mobile-menu .mobile-nav-item:hover {
    background: #f3f4f6;
    color: #111827;
}
#mobile-menu .mobile-nav-item.is-active {
    color: #c2410c;
    background: #fff7ed;
    border: 1px solid #ffedd5;
}

/* Linki w podtytule bohatera (ciemne tło) */
.hero-prose a {
    color: #bae6fd;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(56, 189, 248, 0.45);
    text-underline-offset: 0.2em;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.hero-prose a:hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

/* Treść: linki oszczędnie, bez „pomarańczowej ściany” */
.content-prose a,
article.prose-section a,
.text-body-link {
    color: #1d4ed8;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(29, 78, 216, 0.35);
    text-underline-offset: 0.2em;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.content-prose a:hover,
article.prose-section a:hover,
.text-body-link:hover {
    color: #1e40af;
    text-decoration-color: rgba(30, 64, 175, 0.6);
}
.content-prose a:focus-visible,
.text-body-link:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 2px;
}

.travel-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
}
.travel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.15);
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-up { animation: fadeUp 0.6s ease-out forwards; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.fade-in { animation: fadeIn 0.6s ease-out; }

.faq-item { transition: all 0.3s ease; }
.faq-question { cursor: pointer; }
.faq-icon { transition: transform 0.3s ease; flex-shrink: 0; }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer:not(.hidden) { max-height: 1000px; }

button:focus, a:focus, input:focus {
    outline: 2px solid #f97316;
    outline-offset: 2px;
}

.header-cta:focus-visible { outline-color: #fff; outline-offset: 3px; }

@media print { header, footer, button { display: none; } }

img { max-width: 100%; height: auto; }
main { padding-top: 0; }
a, button { transition: all 0.2s ease; }

.hero-overlay {
    background:
        radial-gradient(ellipse 120% 90% at 50% 0%, rgba(251, 146, 60, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 80% 60% at 15% 70%, rgba(14, 165, 233, 0.06) 0%, transparent 45%),
        linear-gradient(168deg, rgba(12, 10, 9, 0.42) 0%, rgba(17, 24, 39, 0.55) 40%, rgba(12, 10, 9, 0.88) 100%);
}

/* —— Strona główna: hero kinowy —— */
.home-hero {
    isolation: isolate;
}
@media (prefers-reduced-motion: no-preference) {
    .home-hero__img {
        animation: home-hero-ken 32s ease-in-out infinite alternate;
    }
}
@keyframes home-hero-ken {
    0% { transform: scale(1); }
    100% { transform: scale(1.06); }
}
.home-hero__vignette {
    background:
        radial-gradient(ellipse 90% 75% at 50% 50%, transparent 0%, rgba(12, 10, 9, 0.35) 100%),
        linear-gradient(to top, rgba(12, 10, 9, 0.65) 0%, transparent 38%);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.home-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(7rem, 20vh);
    background: linear-gradient(to top, #f9fafb 0%, rgba(249, 250, 251, 0.65) 45%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.home-hero__content {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.home-hero__kicker {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.45) 0%, rgba(194, 65, 12, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    letter-spacing: 0.04em;
}
.home-hero__title {
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: -0.03em;
    line-height: 1.1;
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) {
    .home-hero__title { max-width: none; }
}
.home-hero__lead {
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
}
.home-hero__stat {
    min-width: 6.5rem;
    padding: 0.85rem 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
    .home-hero__stat {
        min-width: 7.5rem;
        padding: 1rem 1.5rem;
    }
}
.home-hero__stat:hover {
    transform: translateY(-2px);
    border-color: rgba(253, 186, 116, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(251, 146, 60, 0.15) inset;
}
.home-hero__stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    font-family: 'Playfair Display', 'Roboto', serif;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .home-hero__stat-value { font-size: 1.75rem; }
}
.home-hero__stat-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.2rem;
    letter-spacing: 0.02em;
}
@media (prefers-reduced-motion: reduce) {
    .home-hero__img { animation: none; }
}

/* —— Podstrony: typografia, odstępy, breadcrumb —— */
body.inner-page main.inner-main {
    padding-top: 4.25rem;
}
@media (min-width: 768px) {
    body.inner-page main.inner-main { padding-top: 4.5rem; }
}

nav.inner-breadcrumb {
    font-size: 0.8125rem;
    color: #64748b;
}
nav.inner-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}
nav.inner-breadcrumb a:hover {
    color: #0f172a;
}
nav.inner-breadcrumb span.text-gray-900 {
    color: #0f172a;
    font-weight: 600;
}

body.inner-page .article-prose {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #374151;
}
body.inner-page .article-prose h2 {
    /* Wygląd domyślny nadpisują .inner-section h2 */
    margin-top: 0;
}
body.inner-page .article-prose h2 + p {
    margin-top: 0;
}
body.inner-page .article-prose p {
    margin-bottom: 1.125rem;
}
body.inner-page .article-prose p:last-child {
    margin-bottom: 0;
}
body.inner-page .article-prose a.text-body-link {
    font-weight: 500;
}

/* Bohater podstron — ciepła poświata, winieta, czytelna dolna strefa */
.inner-hero-shade {
    background:
        radial-gradient(ellipse 70% 55% at 80% 15%, rgba(251, 146, 60, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 85% 70% at 50% 100%, rgba(0, 0, 0, 0.58) 0%, transparent 55%),
        linear-gradient(165deg, rgba(12, 10, 9, 0.12) 0%, rgba(30, 41, 59, 0.38) 45%, rgba(12, 10, 9, 0.9) 100%) !important;
}

/* Ramka bohatera: min. wysokość, łagodne zejście w treść */
body.inner-page .page-hero {
    position: relative;
    isolation: isolate;
}
body.inner-page .page-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(5.5rem, 16vh);
    background: linear-gradient(to top, #f5f2ec 0%, rgba(245, 242, 236, 0.75) 50%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.page-hero {
    min-height: min(46vh, 480px);
}
@media (min-width: 768px) {
    .page-hero {
        min-height: min(52vh, 580px);
    }
}
body.inner-page .page-hero h1 {
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45), 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.03em;
    line-height: 1.12;
    font-weight: 700;
}
body.inner-page .page-hero .hero-prose {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 38rem;
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.35);
}
/* Odznaka nad tytułem (kicker) w hero */
body.inner-page .page-hero .rounded-full {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    box-shadow: 0 4px 20px -4px rgba(234, 88, 12, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

body.inner-page .page-hero__inner {
    position: relative;
    z-index: 10;
}

body.inner-page .page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    body.inner-page .page-hero__actions {
        margin-top: 1.5rem;
    }
}

/* Przycisk w bohaterze podstron — dopasowany skalą do nagłówka */
body.inner-page .page-hero .btn-hero-primary {
    font-size: 0.9375rem;
    padding: 0.7rem 1.35rem;
    border-radius: 0.875rem;
    box-shadow: 0 3px 18px -4px rgba(234, 88, 12, 0.5), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}
@media (min-width: 768px) {
    body.inner-page .page-hero .btn-hero-primary {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
}

/* —— Podstrony: canvas i sekcje (edytorski układ) —— */
body.inner-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #f5f2ec;
    background-image:
        radial-gradient(ellipse 100% 60% at 50% -15%, rgba(251, 146, 60, 0.07), transparent 50%),
        linear-gradient(180deg, #faf8f4 0%, #f0ebe3 100%);
    color: #292524;
    font-size: 1.0625rem;
    line-height: 1.65;
    letter-spacing: 0.011em;
}

/* Breadcrumb: pasek „papieru” */
body.inner-page main > nav.inner-breadcrumb {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.7rem 1rem 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.92) 100%);
    border-bottom: 1px solid rgba(28, 25, 23, 0.07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
@media (min-width: 768px) {
    body.inner-page main > nav.inner-breadcrumb {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.inner-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    position: relative;
}
@media (min-width: 768px) {
    .inner-section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

/* Jasna sekcja: karta z treścią (max-w-3xl) */
body.inner-page .inner-section--light {
    background: transparent;
}
body.inner-page .inner-section--light .max-w-3xl.mx-auto {
    position: relative;
    max-width: 45rem;
    border-radius: 1.5rem;
    padding: 2rem 1.35rem 2.25rem;
    background: #fffef9;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 2px 4px rgba(28, 25, 23, 0.04),
        0 18px 48px -20px rgba(28, 25, 23, 0.14);
    border: 1px solid rgba(28, 25, 23, 0.07);
}
@media (min-width: 768px) {
    body.inner-page .inner-section--light .max-w-3xl.mx-auto {
        padding: 2.5rem 2.75rem 2.75rem;
    }
}

/* Sekcja naprzemienna: ciepły kamień */
body.inner-page .inner-section--alt {
    background: linear-gradient(180deg, #e8e2d9 0%, #dfd8cc 100%);
    border-top: 1px solid rgba(28, 25, 23, 0.06);
    border-bottom: 1px solid rgba(28, 25, 23, 0.06);
    box-shadow: 0 24px 48px -32px rgba(28, 25, 23, 0.12) inset;
}
body.inner-page .inner-section--alt .text-gray-700,
body.inner-page .inner-section--alt p {
    color: #44403c;
}

/* Obraz w układzie dwukolumnowym */
body.inner-page .inner-section--alt .max-w-7xl .rounded-2xl,
body.inner-page .inner-section--light .max-w-7xl .rounded-2xl {
    box-shadow: 0 20px 50px -18px rgba(28, 25, 23, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 1.25rem;
    overflow: hidden;
}

/* Nagłówki w treści podstron */
body.inner-page .inner-section h2,
body.inner-page .inner-cta-block h2 {
    font-family: 'Playfair Display', 'Roboto', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.75rem);
    font-weight: 700;
    color: #1c1917;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1.1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(234, 88, 12, 0.18);
    position: relative;
}
body.inner-page .inner-section h2::after,
body.inner-page .inner-cta-block h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 3.5rem;
    height: 2px;
    background: linear-gradient(90deg, #ea580c, #fb923c);
    border-radius: 2px;
}

.inner-section--compact {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
}

body.inner-page .inner-cta-block > a.btn-content,
body.inner-page .inner-cta-block > .btn-content {
    position: relative;
    z-index: 1;
}

body.inner-page .inner-cta-block {
    padding: 3.5rem 1.25rem;
    text-align: center;
    background: linear-gradient(180deg, #1c1917 0%, #0c0a09 100%);
    color: #e7e5e4;
    border-top: 1px solid rgba(251, 146, 60, 0.25);
    position: relative;
    overflow: hidden;
}
body.inner-page .inner-cta-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(234, 88, 12, 0.12), transparent 55%);
    pointer-events: none;
}
body.inner-page .inner-cta-block .max-w-3xl {
    position: relative;
    z-index: 1;
}
body.inner-page .inner-cta-block h2 {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
body.inner-page .inner-cta-block h2::after {
    background: linear-gradient(90deg, #fb923c, #fbbf24);
}
body.inner-page .inner-cta-block p,
body.inner-page .inner-cta-block .text-lg {
    color: #d6d3d1;
}
body.inner-page .inner-cta-block a.text-body-link {
    color: #7dd3fc;
    text-decoration-color: rgba(125, 211, 252, 0.45);
}
body.inner-page .inner-cta-block a.text-body-link:hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

/* Stopka — wspólna: głębia, akcent, siatka */
.site-footer {
    position: relative;
    overflow: hidden;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background:
        radial-gradient(ellipse 80% 90% at 20% 120%, rgba(234, 88, 12, 0.1) 0%, transparent 45%),
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(14, 116, 144, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #0f172a 0%, #0c0a09 45%, #020617 100%);
    border-top: 1px solid rgba(251, 146, 60, 0.22);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.65) 20%, #fbbf24 50%, rgba(249, 115, 22, 0.65) 80%, transparent);
    pointer-events: none;
}
.site-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='%23ffffff' fill-opacity='0.02' d='M0 0h16v16H0V0zm16 16h16v16H16V16z'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}
.site-footer__inner {
    position: relative;
    z-index: 1;
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
}
@media (min-width: 768px) {
    .site-footer__inner {
        padding-top: 3.75rem;
        padding-bottom: 3.25rem;
    }
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Etykiety kolumn (nie używamy h2 — spójna hierarchia nagłówków na stronie) */
.site-footer__label {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fdba74;
    font-weight: 600;
    margin: 0 0 1.1rem;
    font-family: 'DM Sans', 'Open Sans', sans-serif;
}
.site-footer a {
    transition: color 0.15s ease, text-underline-offset 0.15s ease;
    color: #d6d3d1;
    text-decoration: none;
}
.site-footer a:hover {
    color: #ffedd5;
    text-decoration: underline;
    text-decoration-color: rgba(251, 146, 60, 0.55);
    text-underline-offset: 0.2em;
}
.site-footer .border-t,
.site-footer .border-gray-800 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.site-footer .text-gray-500,
.site-footer p.text-stone-500 {
    color: #a8a29e !important;
    line-height: 1.65;
}
.site-footer p.text-stone-400,
.site-footer .text-gray-400 {
    color: #a8a29e !important;
    line-height: 1.65;
}
