/* ── Forum Promocji Zdrowia — subpage styles ─────────────── */

.forum-page {
    min-height: 100vh;
    background-color: var(--color-bg);
}

/* Top nav on a flat (non-hero) page */
.forum-navbar {
    border-bottom: 1px solid rgba(240, 237, 231, 0.06);
    background: rgba(11, 13, 17, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    z-index: 50;
}

/* ── Hero ─────────────────────────────────────────────── */
.forum-hero {
    position: relative;
    padding: 120px 60px 80px;
    border-bottom: 1px solid rgba(240, 237, 231, 0.06);
    background:
        radial-gradient(ellipse at 20% 20%, rgba(201, 166, 90, 0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 60%, rgba(20, 34, 58, 0.20) 0%, transparent 60%),
        var(--color-bg);
}

.forum-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.forum-breadcrumb {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: var(--color-text-mutated);
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.forum-breadcrumb a {
    color: rgba(239, 233, 220, 0.55);
    text-decoration: none;
    transition: color 0.3s ease;
}
.forum-breadcrumb a:hover { color: var(--color-accent); }
.forum-breadcrumb-sep { color: rgba(239, 233, 220, 0.25); }

.forum-hero-title {
    font-size: 96px;
    line-height: 1.0;
    letter-spacing: -2.2px;
    margin-top: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 880px;
}

.forum-hero-lead {
    font-size: 22px;
    line-height: 1.55;
    color: var(--color-text-mutated);
    font-weight: 300;
    max-width: 720px;
}

/* ── News section ─────────────────────────────────────── */
.news-section {
    padding: 100px 60px 80px;
    background-color: var(--color-bg);
}

.news-inner {
    max-width: 880px;
    margin: 0 auto;
}

.news-header {
    margin-bottom: 64px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(240, 237, 231, 0.10);
}

.news-section-title {
    font-size: 48px;
    line-height: 1.0;
    letter-spacing: -1.2px;
    margin-top: 16px;
    font-weight: 400;
}

/* ── News article ─────────────────────────────────────── */
.news-article {
    padding: 8px 0 64px;
}

.news-article-featured {
    border-bottom: 1px solid rgba(240, 237, 231, 0.08);
    margin-bottom: 64px;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 600;
}

.news-kicker { color: var(--color-accent); }
.news-meta-sep { color: rgba(239, 233, 220, 0.3); font-weight: 400; }
.news-date {
    color: rgba(239, 233, 220, 0.55);
    font-weight: 500;
    font-feature-settings: 'tnum';
}

.news-title {
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -1.6px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-text-main);
}

.news-subtitle {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.6px;
    font-weight: 400;
    font-style: italic;
    color: rgba(239, 233, 220, 0.62);
    margin-bottom: 56px;
    max-width: 760px;
}

/* Article body */
.news-body {
    max-width: 720px;
}

.news-body p {
    font-size: 19px;
    line-height: 1.75;
    color: rgba(240, 237, 231, 0.82);
    font-weight: 300;
    margin-bottom: 26px;
}

.news-body p strong {
    color: var(--color-text-main);
    font-weight: 500;
}

.news-lead {
    font-size: 22px !important;
    line-height: 1.65 !important;
    color: var(--color-text-main) !important;
    font-weight: 300 !important;
    margin-bottom: 36px !important;
}

.news-lead::first-letter {
    font-family: var(--font-serif);
    font-size: 3.6em;
    float: left;
    line-height: 0.9;
    margin: 8px 14px 0 0;
    color: var(--color-accent);
    font-weight: 400;
}

.news-h2 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    color: var(--color-text-main);
    font-weight: 400;
    margin: 56px 0 22px;
    padding-top: 8px;
}

.news-h2::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: var(--color-accent);
    margin-bottom: 22px;
    opacity: 0.7;
}

.news-quote {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: var(--color-text-main);
    font-weight: 400;
    margin: 44px 0;
    padding: 0 0 0 28px;
    border-left: 2px solid var(--color-accent);
    font-style: italic;
}

/* Stats highlight list */
.news-stats {
    list-style: none;
    padding: 32px 0;
    margin: 24px 0 32px;
    border-top: 1px solid rgba(226, 186, 117, 0.20);
    border-bottom: 1px solid rgba(226, 186, 117, 0.20);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
}

.news-stats li {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-stat-num {
    font-family: var(--font-serif);
    font-size: 42px;
    line-height: 1;
    color: var(--color-accent);
    letter-spacing: -1px;
    font-weight: 400;
    font-feature-settings: 'tnum';
}

.news-stat-desc {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(239, 233, 220, 0.72);
    font-weight: 300;
}

.news-footer {
    margin-top: 52px;
    padding-top: 28px;
    border-top: 1px solid rgba(240, 237, 231, 0.08);
}

.news-footer-tag {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: var(--color-accent);
    text-transform: uppercase;
    font-weight: 600;
}

/* ── Footer CTA inside KRS-style block ───────────────── */
.forum-footer-cta {
    padding: 24px 0 36px;
    border-bottom: 1px solid rgba(240, 237, 231, 0.06);
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center;
}

.forum-footer-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(240, 237, 231, 0.72);
    font-weight: 300;
    margin: 0;
}

.forum-footer-link {
    font-size: 16px;
    color: var(--color-accent);
    text-decoration: none;
    letter-spacing: -0.2px;
    font-weight: 400;
    justify-self: end;
    transition: opacity 0.3s ease;
}
.forum-footer-link:hover { opacity: 0.75; }

/* ── Mobile / tablet ─────────────────────────────────── */
@media (max-width: 980px) {
    .forum-footer-cta { grid-template-columns: 1fr; gap: 18px; }
    .forum-footer-link { justify-self: start; }
    .news-stats { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .forum-hero { padding: 70px 24px 56px; }
    .forum-hero-title { font-size: 48px; letter-spacing: -1.4px; }
    .forum-hero-lead { font-size: 17px; }
    .forum-breadcrumb { font-size: 10.5px; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }

    .news-section { padding: 56px 24px 48px; }
    .news-header { margin-bottom: 40px; padding-bottom: 20px; }
    .news-section-title { font-size: 30px; }

    .news-title { font-size: 34px; letter-spacing: -1px; }
    .news-subtitle { font-size: 19px; margin-bottom: 36px; }

    .news-body p { font-size: 16px; line-height: 1.7; margin-bottom: 22px; }
    .news-lead { font-size: 17px !important; margin-bottom: 28px !important; }
    .news-lead::first-letter { font-size: 3em; margin: 4px 10px 0 0; }

    .news-h2 { font-size: 24px; margin: 40px 0 18px; }
    .news-h2::before { width: 36px; margin-bottom: 16px; }

    .news-quote { font-size: 20px; padding-left: 18px; margin: 32px 0; }

    .news-stats { padding: 24px 0; gap: 22px; }
    .news-stat-num { font-size: 32px; }
    .news-stat-desc { font-size: 13px; }
}

@media (max-width: 480px) {
    .forum-hero-title { font-size: 38px; }
    .news-title { font-size: 28px; }
    .news-section-title { font-size: 24px; }
}
