/* frontend/css/gut-zu-wissen.css */

.gzw-page,
.gzw-page * {
    box-sizing: border-box;
}

.gzw-page {
    font-family: sans-serif;
    background: #ffffff;
    color: #080a28;
}

.gzw-container {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.gzw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gzw-btn:hover {
    transform: translateY(-1px);
}

.gzw-btn-primary {
    background: #b40000;
    border-color: #b40000;
    color: #ffffff;
}

.gzw-btn-primary:hover {
    background: #930000;
    border-color: #930000;
    color: #ffffff;
}

.gzw-btn-light {
    background: #ffffff;
    border-color: rgba(8, 10, 40, 0.16);
    color: #080a28;
}

.gzw-btn-light:hover {
    border-color: #b40000;
    color: #b40000;
}

.gzw-hero {
    padding: 54px 0 34px;
    background:
        radial-gradient(circle at 18% 10%, rgba(180, 0, 0, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-bottom: 1px solid rgba(8, 10, 40, 0.06);
}

.gzw-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 28px;
    align-items: stretch;
}

.gzw-hero-copy,
.gzw-hero-panel,
.gzw-featured,
.gzw-post-card,
.gzw-topic-card,
.gzw-side-card,
.gzw-related-card,
.gzw-prevnext a,
.gzw-empty,
.gzw-not-found .gzw-container {
    background: #ffffff;
    border: 1px solid rgba(8, 10, 40, 0.09);
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(8, 10, 40, 0.045);
}

.gzw-hero-copy {
    padding: 38px;
}

.gzw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(180, 0, 0, 0.08);
    color: #b40000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gzw-hero h1 {
    margin: 0 0 14px;
    color: #080a28;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.gzw-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(8, 10, 40, 0.72);
    font-size: 17px;
    line-height: 1.75;
}

.gzw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.gzw-hero-panel {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gzw-panel-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #080a28;
    color: #ffffff;
}

.gzw-hero-panel strong {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.gzw-hero-panel p {
    font-size: 14px;
    line-height: 1.65;
}

.gzw-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.gzw-mini-stats span {
    padding: 12px 10px;
    border-radius: 16px;
    background: #f7f7f9;
    color: rgba(8, 10, 40, 0.62);
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.gzw-mini-stats b {
    display: block;
    color: #080a28;
    font-size: 20px;
    font-weight: 600;
}

.gzw-content-section,
.gzw-post-main-section,
.gzw-related-section,
.gzw-prevnext-section {
    padding: 36px 0 70px;
}

.gzw-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.gzw-category-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(8, 10, 40, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(8, 10, 40, 0.74);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.gzw-category-nav a:hover,
.gzw-category-nav a.is-active {
    background: #080a28;
    border-color: #080a28;
    color: #ffffff;
}

.gzw-category-nav span {
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}

.gzw-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.32fr);
    gap: 24px;
    padding: 32px;
    margin: 0 0 42px;
    border-color: rgba(180, 0, 0, 0.20);
    background: linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
}

.gzw-featured h2 {
    margin: 10px 0 12px;
    color: #080a28;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.gzw-featured p {
    max-width: 760px;
    margin: 0 0 22px;
    color: rgba(8, 10, 40, 0.70);
    font-size: 15px;
    line-height: 1.75;
}

.gzw-featured-side {
    border-radius: 20px;
    padding: 22px;
    background: #080a28;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gzw-featured-side span,
.gzw-featured-side small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.gzw-featured-side strong {
    margin: 8px 0;
    font-size: 26px;
    font-weight: 600;
}

.gzw-card-category {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(180, 0, 0, 0.08);
    color: #b40000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gzw-connected-row,
.gzw-card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gzw-connected-row {
    margin: 0 0 22px;
}

.gzw-connected-row a,
.gzw-card-links a,
.gzw-topic-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(8, 10, 40, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #080a28;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.gzw-connected-row a:hover,
.gzw-card-links a:hover,
.gzw-topic-card a:hover {
    border-color: #b40000;
    color: #b40000;
}

.gzw-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 24px;
}

.gzw-section-head span {
    display: block;
    margin-bottom: 6px;
    color: #b40000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gzw-section-head h2 {
    margin: 0;
    color: #080a28;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.gzw-section-head p {
    max-width: 480px;
    margin: 0;
    color: rgba(8, 10, 40, 0.62);
    font-size: 14px;
    line-height: 1.65;
    text-align: right;
}

.gzw-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gzw-post-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.gzw-post-card:hover {
    border-color: rgba(180, 0, 0, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 22px 58px rgba(8, 10, 40, 0.08);
}

.gzw-post-media {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f9;
    color: rgba(8, 10, 40, 0.28);
    text-decoration: none;
}

.gzw-post-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gzw-post-media span {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #ffffff;
    font-size: 26px;
}

.gzw-post-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}

.gzw-post-meta,
.gzw-post-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(8, 10, 40, 0.55);
    font-size: 12px;
}

.gzw-post-meta span,
.gzw-post-meta-line a {
    color: #b40000;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gzw-post-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.gzw-post-card h3 a {
    color: #080a28;
    text-decoration: none;
}

.gzw-post-card h3 a:hover {
    color: #b40000;
}

.gzw-post-card p {
    flex: 1;
    margin: 0 0 18px;
    color: rgba(8, 10, 40, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

.gzw-card-links {
    margin-bottom: 18px;
}

.gzw-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #080a28;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.gzw-read-more:hover {
    color: #b40000;
}

.gzw-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 42px 0 0;
}

.gzw-pagination a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8, 10, 40, 0.12);
    border-radius: 12px;
    color: #080a28;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.gzw-pagination a:hover,
.gzw-pagination a.is-active {
    background: #080a28;
    border-color: #080a28;
    color: #ffffff;
}

.gzw-topic-hub {
    margin-top: 58px;
}

.gzw-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gzw-topic-card {
    padding: 20px;
}

.gzw-topic-card > i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 15px;
    background: #080a28;
    color: #ffffff;
}

.gzw-topic-card strong {
    display: block;
    margin-bottom: 14px;
    color: #080a28;
    font-size: 17px;
    font-weight: 600;
}

.gzw-topic-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gzw-empty,
.gzw-not-found .gzw-container {
    padding: 56px 28px;
    text-align: center;
}

.gzw-empty i {
    margin-bottom: 16px;
    color: rgba(8, 10, 40, 0.25);
    font-size: 42px;
}

.gzw-empty h2,
.gzw-not-found h1 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 600;
}

.gzw-empty p,
.gzw-not-found p {
    margin: 0;
    color: rgba(8, 10, 40, 0.65);
}

.gzw-not-found {
    padding: 80px 0;
}

.gzw-post-hero {
    padding: 34px 0 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-bottom: 1px solid rgba(8, 10, 40, 0.06);
}

.gzw-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: rgba(8, 10, 40, 0.48);
    font-size: 13px;
}

.gzw-breadcrumb a {
    color: rgba(8, 10, 40, 0.62);
    text-decoration: none;
}

.gzw-breadcrumb a:hover {
    color: #b40000;
}

.gzw-post-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: 28px;
    align-items: end;
}

.gzw-post-titlebox h1 {
    max-width: 900px;
    margin: 0 0 16px;
    color: #080a28;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.gzw-post-titlebox p {
    max-width: 760px;
    margin: 0;
    color: rgba(8, 10, 40, 0.70);
    font-size: 18px;
    line-height: 1.75;
}

.gzw-post-sidebox {
    padding: 24px;
    border: 1px solid rgba(8, 10, 40, 0.10);
    border-radius: 22px;
    background: #ffffff;
}

.gzw-post-sidebox span,
.gzw-side-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #b40000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gzw-post-sidebox strong {
    display: block;
    color: #080a28;
    font-size: 22px;
    font-weight: 600;
}

.gzw-post-sidebox p {
    margin: 10px 0 0;
    color: rgba(8, 10, 40, 0.62);
    font-size: 14px;
    line-height: 1.6;
}

.gzw-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 32px;
    align-items: start;
}

.gzw-article {
    min-width: 0;
}

.gzw-article-image {
    width: 100%;
    height: clamp(240px, 30vw, 430px);
    margin: 0 0 30px;
    overflow: hidden;
    border: 1px solid rgba(8, 10, 40, 0.09);
    border-radius: 24px;
    background: #f7f7f9;
}

.gzw-article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gzw-article-content {
    padding: 34px;
    border: 1px solid rgba(8, 10, 40, 0.09);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(8, 10, 40, 0.045);
}

.gzw-article-content h2,
.gzw-article-content h3,
.gzw-article-content h4 {
    margin: 30px 0 12px;
    color: #080a28;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.gzw-article-content h2:first-child,
.gzw-article-content h3:first-child {
    margin-top: 0;
}

.gzw-article-content h2 {
    font-size: 28px;
}

.gzw-article-content h3 {
    font-size: 22px;
}

.gzw-article-content p,
.gzw-article-content li {
    color: rgba(8, 10, 40, 0.76);
    font-size: 16px;
    line-height: 1.85;
}

.gzw-article-content p {
    margin: 0 0 18px;
}

.gzw-article-content ul,
.gzw-article-content ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.gzw-article-content li {
    margin-bottom: 8px;
}

.gzw-inline-link,
.gzw-article-content a {
    color: #b40000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(180, 0, 0, 0.22);
}

.gzw-inline-link:hover,
.gzw-article-content a:hover {
    border-bottom-color: #b40000;
}

.gzw-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.gzw-side-card {
    padding: 22px;
}

.gzw-side-link-card {
    display: block;
    padding: 16px;
    border: 1px solid rgba(8, 10, 40, 0.10);
    border-radius: 18px;
    color: #080a28;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.gzw-side-link-card + .gzw-side-link-card {
    margin-top: 10px;
}

.gzw-side-link-card:hover {
    border-color: rgba(180, 0, 0, 0.30);
    background: #fffafa;
    transform: translateY(-1px);
}

.gzw-side-link-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.gzw-side-link-card small {
    display: block;
    color: rgba(8, 10, 40, 0.60);
    font-size: 13px;
    line-height: 1.55;
}

.gzw-side-cta p {
    margin: 0 0 16px;
    color: rgba(8, 10, 40, 0.65);
    font-size: 14px;
    line-height: 1.65;
}

.gzw-related-section,
.gzw-prevnext-section {
    padding-top: 0;
}

.gzw-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gzw-related-card {
    display: block;
    padding: 22px;
    color: #080a28;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.gzw-related-card:hover {
    border-color: rgba(180, 0, 0, 0.28);
    transform: translateY(-2px);
}

.gzw-related-card span {
    display: block;
    margin-bottom: 8px;
    color: #b40000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gzw-related-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.gzw-related-card small {
    color: rgba(8, 10, 40, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.gzw-prevnext {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gzw-prevnext a {
    display: block;
    padding: 22px;
    color: #080a28;
    text-decoration: none;
}

.gzw-prevnext a.is-next {
    text-align: right;
}

.gzw-prevnext span {
    display: block;
    margin-bottom: 8px;
    color: rgba(8, 10, 40, 0.55);
    font-size: 12px;
    font-weight: 600;
}

.gzw-prevnext strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .gzw-hero-grid,
    .gzw-featured,
    .gzw-post-hero-grid,
    .gzw-post-layout {
        grid-template-columns: 1fr;
    }

    .gzw-sidebar {
        position: static;
    }

    .gzw-post-grid,
    .gzw-topic-grid,
    .gzw-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gzw-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gzw-section-head p {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .gzw-container {
        width: min(100% - 28px, 1160px);
    }

    .gzw-hero {
        padding: 28px 0 22px;
    }

    .gzw-content-section,
    .gzw-post-main-section,
    .gzw-related-section,
    .gzw-prevnext-section {
        padding: 24px 0 44px;
    }

    .gzw-hero-copy,
    .gzw-hero-panel,
    .gzw-featured,
    .gzw-article-content,
    .gzw-side-card,
    .gzw-related-card,
    .gzw-prevnext a {
        padding: 22px;
        border-radius: 20px;
    }

    .gzw-hero h1,
    .gzw-post-titlebox h1 {
        font-size: 38px;
        line-height: 1.04;
    }

    .gzw-hero p,
    .gzw-post-titlebox p {
        font-size: 15px;
        line-height: 1.7;
    }

    .gzw-mini-stats {
        grid-template-columns: 1fr;
    }

    .gzw-post-grid,
    .gzw-topic-grid,
    .gzw-related-grid,
    .gzw-prevnext {
        grid-template-columns: 1fr;
    }

    .gzw-post-media {
        height: 190px;
    }

    .gzw-article-image {
        height: 230px;
        border-radius: 20px;
    }

    .gzw-article-content h2 {
        font-size: 23px;
    }

    .gzw-article-content h3 {
        font-size: 19px;
    }

    .gzw-article-content p,
    .gzw-article-content li {
        font-size: 15px;
        line-height: 1.78;
    }

    .gzw-prevnext a.is-next {
        text-align: left;
    }
}

/* Beauty Magazin Content Final */
.gzw-featured-media {
    position: relative;
    min-height: 300px;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #080a28;
    color: #ffffff;
    text-decoration: none;
}

.gzw-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
    object-fit: cover;
    opacity: 0.92;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.gzw-featured-media:hover img {
    transform: scale(1.035);
    opacity: 1;
}

.gzw-featured-media > span {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.72);
}

.gzw-featured-media div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(8, 10, 40, 0.86);
    backdrop-filter: blur(10px);
}

.gzw-featured-media em,
.gzw-featured-media small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
}

.gzw-featured-media strong {
    display: block;
    margin: 5px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}

.gzw-article-content .gzw-info-box,
.gzw-article-content .gzw-note-box {
    margin: 26px 0;
    padding: 22px;
    border: 1px solid rgba(180, 0, 0, 0.14);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffafa 0%, #ffffff 100%);
}

.gzw-article-content .gzw-info-box h3,
.gzw-article-content .gzw-note-box h3 {
    margin-top: 0;
    color: #080a28;
    font-size: 20px;
}

.gzw-article-content .gzw-check-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
}

.gzw-article-content .gzw-check-list li {
    position: relative;
    margin: 0;
    padding-left: 30px;
}

.gzw-article-content .gzw-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(180, 0, 0, 0.09);
    color: #b40000;
    font-size: 12px;
    font-weight: 600;
}

.gzw-article-content .gzw-lead {
    color: rgba(8, 10, 40, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

@media (max-width: 820px) {
    .gzw-featured-media,
    .gzw-featured-media img,
    .gzw-featured-media > span {
        min-height: 240px;
    }
}

/* Beauty Motion Polish */
.gzw-page {
    --gzw-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --gzw-motion-soft-shadow: 0 24px 70px rgba(8, 10, 40, 0.10);
}

@keyframes gzwFadeLift {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gzwFadeScale {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes gzwSoftPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(180, 0, 0, 0.00);
    }
    50% {
        box-shadow: 0 0 0 7px rgba(180, 0, 0, 0.055);
    }
}

@keyframes gzwSoftFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.42;
    }
    50% {
        transform: translate3d(8px, -8px, 0) scale(1.04);
        opacity: 0.64;
    }
}

.gzw-hero-copy,
.gzw-hero-panel,
.gzw-featured,
.gzw-category-nav,
.gzw-section-head,
.gzw-topic-hub,
.gzw-post-titlebox,
.gzw-post-sidebox,
.gzw-article-image,
.gzw-article-content,
.gzw-sidebar,
.gzw-related-section,
.gzw-prevnext-section {
    animation: gzwFadeLift 0.68s var(--gzw-motion-ease) both;
}

.gzw-hero-panel,
.gzw-post-sidebox {
    animation-delay: 0.08s;
}

.gzw-category-nav,
.gzw-article-image {
    animation-delay: 0.10s;
}

.gzw-featured,
.gzw-article-content {
    animation-delay: 0.14s;
}

.gzw-section-head,
.gzw-sidebar {
    animation-delay: 0.18s;
}

.gzw-post-card,
.gzw-topic-card,
.gzw-side-card,
.gzw-related-card,
.gzw-prevnext a {
    animation: gzwFadeScale 0.62s var(--gzw-motion-ease) both;
}

.gzw-post-card:nth-child(1),
.gzw-topic-card:nth-child(1),
.gzw-related-card:nth-child(1) {
    animation-delay: 0.06s;
}

.gzw-post-card:nth-child(2),
.gzw-topic-card:nth-child(2),
.gzw-related-card:nth-child(2) {
    animation-delay: 0.12s;
}

.gzw-post-card:nth-child(3),
.gzw-topic-card:nth-child(3),
.gzw-related-card:nth-child(3) {
    animation-delay: 0.18s;
}

.gzw-post-card:nth-child(4),
.gzw-topic-card:nth-child(4),
.gzw-related-card:nth-child(4) {
    animation-delay: 0.24s;
}

.gzw-post-card:nth-child(5),
.gzw-topic-card:nth-child(5),
.gzw-related-card:nth-child(5) {
    animation-delay: 0.30s;
}

.gzw-post-card:nth-child(6),
.gzw-topic-card:nth-child(6),
.gzw-related-card:nth-child(6) {
    animation-delay: 0.36s;
}

.gzw-kicker {
    animation: gzwSoftPulse 3.4s ease-in-out infinite;
}

.gzw-featured,
.gzw-hero-copy,
.gzw-hero-panel,
.gzw-post-card,
.gzw-topic-card,
.gzw-side-card,
.gzw-related-card,
.gzw-prevnext a,
.gzw-article-content,
.gzw-post-sidebox {
    position: relative;
}

.gzw-featured {
    overflow: hidden;
    isolation: isolate;
}

.gzw-featured::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -110px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(180, 0, 0, 0.14), transparent 70%);
    animation: gzwSoftFloat 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.gzw-featured > * {
    position: relative;
    z-index: 1;
}

.gzw-btn,
.gzw-category-nav a,
.gzw-connected-row a,
.gzw-card-links a,
.gzw-topic-card a,
.gzw-pagination a,
.gzw-read-more,
.gzw-side-link-card,
.gzw-related-card,
.gzw-prevnext a {
    transition-duration: 0.24s;
    transition-timing-function: var(--gzw-motion-ease);
}

.gzw-post-media img,
.gzw-featured-media img,
.gzw-article-image img {
    transform: scale(1.001);
    transition: transform 0.55s var(--gzw-motion-ease), opacity 0.30s ease, filter 0.30s ease;
    will-change: transform;
}

@media (hover: hover) {
    .gzw-btn:hover,
    .gzw-category-nav a:hover,
    .gzw-connected-row a:hover,
    .gzw-card-links a:hover,
    .gzw-topic-card a:hover,
    .gzw-pagination a:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(8, 10, 40, 0.09);
    }

    .gzw-btn-primary:hover {
        box-shadow: 0 14px 30px rgba(180, 0, 0, 0.22);
    }

    .gzw-post-card:hover,
    .gzw-topic-card:hover,
    .gzw-side-card:hover,
    .gzw-related-card:hover,
    .gzw-prevnext a:hover,
    .gzw-post-sidebox:hover {
        border-color: rgba(180, 0, 0, 0.24);
        box-shadow: var(--gzw-motion-soft-shadow);
    }

    .gzw-post-card:hover,
    .gzw-topic-card:hover,
    .gzw-related-card:hover,
    .gzw-prevnext a:hover {
        transform: translateY(-5px);
    }

    .gzw-post-card:hover .gzw-post-media img,
    .gzw-featured-media:hover img,
    .gzw-article-image:hover img {
        transform: scale(1.055);
        filter: saturate(1.05) contrast(1.02);
    }

    .gzw-read-more:hover i,
    .gzw-topic-card a:hover i,
    .gzw-connected-row a:hover i,
    .gzw-card-links a:hover i {
        transform: translateX(3px);
    }
}

.gzw-read-more i,
.gzw-topic-card a i,
.gzw-connected-row a i,
.gzw-card-links a i {
    transition: transform 0.24s var(--gzw-motion-ease);
}

.gzw-featured-media::after,
.gzw-post-media::after,
.gzw-article-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0;
    transform: translateX(-30%);
    transition: opacity 0.28s ease, transform 0.55s var(--gzw-motion-ease);
    pointer-events: none;
}

.gzw-post-media,
.gzw-article-image,
.gzw-featured-media {
    position: relative;
}

@media (hover: hover) {
    .gzw-featured-media:hover::after,
    .gzw-post-card:hover .gzw-post-media::after,
    .gzw-article-image:hover::after {
        opacity: 1;
        transform: translateX(28%);
    }
}

.gzw-side-cta {
    overflow: hidden;
    isolation: isolate;
}

.gzw-side-cta::before {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -56px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(180, 0, 0, 0.13), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.gzw-side-cta > * {
    position: relative;
    z-index: 1;
}

.gzw-article-content .gzw-info-box,
.gzw-article-content .gzw-note-box {
    transition: border-color 0.24s var(--gzw-motion-ease), box-shadow 0.24s var(--gzw-motion-ease), transform 0.24s var(--gzw-motion-ease);
}

@media (hover: hover) {
    .gzw-article-content .gzw-info-box:hover,
    .gzw-article-content .gzw-note-box:hover {
        border-color: rgba(180, 0, 0, 0.24);
        box-shadow: 0 14px 34px rgba(8, 10, 40, 0.07);
        transform: translateY(-2px);
    }
}

@media (max-width: 640px) {
    .gzw-hero-copy,
    .gzw-hero-panel,
    .gzw-featured,
    .gzw-category-nav,
    .gzw-section-head,
    .gzw-post-card,
    .gzw-topic-card,
    .gzw-post-titlebox,
    .gzw-post-sidebox,
    .gzw-article-image,
    .gzw-article-content,
    .gzw-sidebar,
    .gzw-related-card,
    .gzw-prevnext a {
        animation-duration: 0.44s;
        animation-delay: 0s;
    }

    .gzw-kicker {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gzw-page *,
    .gzw-page *::before,
    .gzw-page *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
        transform: none !important;
    }
}

/* Beliebte Themen — Rich Cards Polish */
.gzw-topic-grid-rich {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gzw-topic-card-rich {
    display: flex;
    min-height: 238px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(180, 0, 0, 0.07), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%);
    border-color: rgba(8, 10, 40, 0.09);
}

.gzw-topic-card-rich.is-featured-topic {
    background:
        radial-gradient(circle at 88% 10%, rgba(180, 0, 0, 0.12), transparent 30%),
        radial-gradient(circle at 8% 92%, rgba(8, 10, 40, 0.055), transparent 34%),
        #ffffff;
    border-color: rgba(180, 0, 0, 0.18);
    box-shadow: 0 22px 58px rgba(8, 10, 40, 0.06);
}

.gzw-topic-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.gzw-topic-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 16px;
    background: #080a28;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 12px 30px rgba(8, 10, 40, 0.16);
}

.gzw-topic-card-rich.is-featured-topic .gzw-topic-icon {
    background: #b40000;
    box-shadow: 0 14px 34px rgba(180, 0, 0, 0.18);
}

.gzw-topic-card-rich > i {
    display: none;
}

.gzw-topic-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(8, 10, 40, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: rgba(8, 10, 40, 0.72);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.gzw-topic-copy {
    display: block;
    margin-bottom: 18px;
}

.gzw-topic-copy strong,
.gzw-topic-card-rich strong {
    display: block;
    margin: 0 0 9px;
    color: #080a28;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.gzw-topic-copy p {
    margin: 0;
    color: rgba(8, 10, 40, 0.72);
    font-size: 14px;
    line-height: 1.62;
}

.gzw-topic-actions,
.gzw-topic-card-rich div.gzw-topic-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.gzw-topic-actions a,
.gzw-topic-card-rich .gzw-topic-actions a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(8, 10, 40, 0.11);
    border-radius: 999px;
    background: #ffffff;
    color: #080a28;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.gzw-topic-actions a:first-child {
    background: #080a28;
    border-color: #080a28;
    color: #ffffff;
}

.gzw-topic-card-rich.is-featured-topic .gzw-topic-actions a:first-child {
    background: #b40000;
    border-color: #b40000;
}

.gzw-topic-actions a i {
    font-size: 12px;
}

@media (hover: hover) {
    .gzw-topic-card-rich:hover .gzw-topic-icon {
        transform: translateY(-2px) scale(1.04);
    }

    .gzw-topic-card-rich:hover .gzw-topic-badge {
        border-color: rgba(180, 0, 0, 0.20);
        color: #b40000;
    }

    .gzw-topic-actions a:hover {
        border-color: #b40000;
        background: #b40000;
        color: #ffffff;
        transform: translateY(-2px);
    }
}

.gzw-topic-icon,
.gzw-topic-badge {
    transition: transform 0.24s var(--gzw-motion-ease), border-color 0.24s var(--gzw-motion-ease), color 0.24s var(--gzw-motion-ease), background 0.24s var(--gzw-motion-ease);
}

@media (max-width: 980px) {
    .gzw-topic-grid-rich {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gzw-topic-grid-rich {
        grid-template-columns: 1fr;
    }

    .gzw-topic-card-rich {
        min-height: 0;
        padding: 20px;
    }

    .gzw-topic-card-head {
        align-items: flex-start;
    }

    .gzw-topic-badge {
        white-space: normal;
        text-align: center;
    }

    .gzw-topic-copy strong,
    .gzw-topic-card-rich strong {
        font-size: 19px;
    }

    .gzw-topic-actions a,
    .gzw-topic-card-rich .gzw-topic-actions a {
        flex: 1 1 150px;
    }
}

/* Related posts image polish */
.gzw-related-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.gzw-related-media {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(8, 10, 40, 0.06), rgba(180, 0, 0, 0.05));
    border-bottom: 1px solid rgba(8, 10, 40, 0.06);
}

.gzw-related-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform 0.55s var(--gzw-motion-ease), filter 0.30s ease;
}

.gzw-related-media-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(8, 10, 40, 0.28);
    font-size: 30px;
}

.gzw-related-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 20px 22px;
}

.gzw-prevnext a.gzw-prevnext-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    overflow: hidden;
}

.gzw-prevnext a.gzw-prevnext-card.is-next {
    grid-template-columns: minmax(0, 1fr) 118px;
    text-align: right;
}

.gzw-prevnext-media {
    display: block;
    margin: 0;
    width: 118px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(8, 10, 40, 0.06), rgba(180, 0, 0, 0.05));
}

.gzw-prevnext-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform 0.55s var(--gzw-motion-ease), filter 0.30s ease;
}

.gzw-prevnext-media-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(8, 10, 40, 0.28);
    font-size: 24px;
}

.gzw-prevnext-body {
    min-width: 0;
}

@media (hover: hover) {
    .gzw-related-card:hover .gzw-related-media img,
    .gzw-prevnext-card:hover .gzw-prevnext-media img {
        transform: scale(1.045);
        filter: saturate(1.04) contrast(1.02);
    }
}

@media (max-width: 760px) {
    .gzw-related-body {
        padding: 16px 17px 19px;
    }

    .gzw-prevnext a.gzw-prevnext-card,
    .gzw-prevnext a.gzw-prevnext-card.is-next {
        grid-template-columns: 92px minmax(0, 1fr);
        text-align: left;
        gap: 12px;
    }

    .gzw-prevnext a.gzw-prevnext-card.is-next .gzw-prevnext-body {
        order: 2;
    }

    .gzw-prevnext a.gzw-prevnext-card.is-next .gzw-prevnext-media {
        order: 1;
    }

    .gzw-prevnext-media {
        width: 92px;
        border-radius: 14px;
    }
}

/* Dynamic Blog intro from Admin > Blog */
.gzw-admin-intro-content {
    max-width: 820px;
}

.gzw-admin-intro-content > *:first-child {
    margin-top: 0;
}

.gzw-admin-intro-content > *:last-child {
    margin-bottom: 0;
}

.gzw-admin-intro-content h1,
.gzw-admin-intro-content h2 {
    margin: 0 0 14px;
    color: #080a28;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.gzw-admin-intro-content h3 {
    margin: 0 0 12px;
    color: #080a28;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.gzw-admin-intro-content p,
.gzw-admin-intro-content li {
    color: rgba(8, 10, 40, 0.72);
    font-size: 17px;
    line-height: 1.75;
}

.gzw-admin-intro-content p {
    margin: 0 0 12px;
}

.gzw-admin-intro-content ul,
.gzw-admin-intro-content ol {
    margin: 12px 0 0 20px;
    padding: 0;
}

.gzw-admin-intro-content a {
    color: #b40000;
    font-weight: 600;
    text-decoration: none;
}

.gzw-admin-intro-content a:hover {
    text-decoration: underline;
}
