/*
 * Libers Landing Rhythm
 * Shared light/dark rhythm primitives for Blade landing pages.
 */

:root {
    --black: #0D0D0D;
    --red: #D62B2B;
    --white: #F5F4F0;
    --gray-light: #E8E7E2;
    --gray-mid: #9A9890;
    --stone: #9A9890;
    --gray-dark: #3A3935;
    --warm-sand: #C4A882;
}

.text-accent { color: var(--red); }
.text-deco { color: var(--warm-sand); }
.section-header-center { text-align: center; }

/* ========== Nav Brand Lockup (Text+Icon, Suffix je Domain) ========== */
.nav-brand-lockup {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #ffffff; /* Suffix-Text (hier "AI") erbt diese Farbe */
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
}
.nav-brand-lockup .nav-libers {
    color: var(--red);
    display: inline-flex;
    align-items: baseline;
}
.nav-brand-lockup .ch {
    display: inline-block;
    vertical-align: baseline;
    /* letter-spacing des Lockups speist schon ~0.08em nach dem letzten Buchstaben –
       linkes Margin daher 0, damit Lücke LIBERS↔Kreuz ≈ Kreuz↔Suffix */
    margin: 0 0.18em 0 0;
}
.nav-brand-lockup .ch svg {
    display: block;
}

/* Shared section typography (about / support / press + aliases) */
.libers-eyebrow,
.wa-eyebrow,
.hiw-eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(214, 43, 43, 0.35);
    background: rgba(214, 43, 43, 0.12);
}

.libers-h1,
.wa-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 6vw, 64px);
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 16px;
}

.libers-h2,
.wa-h2,
.hiw-h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 12px;
}

.libers-subline,
.wa-subline,
.hiw-subline {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.7;
    font-weight: 300;
    max-width: 640px;
}

.libers-subline + .libers-subline {
    margin-top: 16px;
}

.libers-link {
    color: var(--red);
    text-decoration: none;
}
.libers-link:hover {
    text-decoration: underline;
}

.libers-icon-deco {
    background: var(--warm-sand);
    color: #fff;
}
.libers-icon-fn {
    background: var(--red);
    color: #fff;
}

.libers-page-start > .libers-section-inner,
.libers-page-start > .wa-section-inner,
.libers-page-start > .hiw-section-inner {
    padding-top: 96px;
}

.copy-dark,
.copy-light,
.page-header,
.home-page-header,
.wa-page-header {
    position: relative;
}

.copy-dark,
.page-header,
.home-page-header,
.wa-page-header {
    background: var(--black);
    color: #fff;
}

/* Feines Punktraster – Opacity-Iteration 0.28 / 0.20 / final 0.26 (Warm Sand auf Schwarz) */
.copy-dark {
    background-color: var(--black);
    background-image: radial-gradient(
        circle,
        rgba(196, 168, 130, 0.26) 1px,
        transparent 1.1px
    );
    background-size: 18px 18px;
}

.copy-light {
    background: var(--gray-light);
    color: var(--black);
}

.copy-dark::before,
.copy-light::before,
.page-header::before,
.home-page-header::before,
.wa-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--red);
}

.libers-section-inner,
.home-section-inner,
.wa-section-inner,
.hiw-section-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 24px;
    position: relative;
    z-index: 1;
}

.page-header .libers-section-inner,
.home-page-header .home-section-inner,
.wa-page-header .wa-section-inner {
    padding-top: 56px;
    padding-bottom: 56px;
}

.copy-dark .home-h2,
.copy-dark .wa-h1,
.copy-dark .wa-h2,
.copy-dark .hiw-h2,
.copy-dark .libers-h1,
.copy-dark .libers-h2,
.page-header .home-h2,
.home-page-header .home-h2,
.wa-page-header .wa-h2 {
    color: #fff;
}

.copy-light .wa-h2,
.copy-light .hiw-h2,
.copy-light .libers-h2 {
    color: var(--black);
}

.copy-dark .home-subline,
.copy-dark .wa-subline,
.copy-dark .hiw-subline,
.copy-dark .libers-subline {
    color: var(--gray-mid);
}

.copy-light .home-subline,
.copy-light .wa-subline,
.copy-light .hiw-subline,
.copy-light .libers-subline {
    color: var(--gray-dark);
}

.home-page-header .home-eyebrow { color: var(--red); }
.home-page-header .home-h2,
.wa-page-header .wa-h2 {
    margin-bottom: 0;
}

.libers-card,
.home-step,
.home-feat,
.home-stat,
.wa-card,
.wa-step-card,
.wa-stat-card,
.wa-faq-item,
.hiw-card,
.hiw-stat-card,
.hiw-accordion-trigger {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
}

.libers-card,
.home-step,
.home-feat,
.wa-card,
.hiw-card {
    padding: 32px 28px;
    height: 100%;
}

.libers-card h3,
.wa-card h3,
.hiw-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 12px;
}

/* Company-Section: Full-Bleed Map mit Adress-Overlay (about.blade.php) */
.company-map-section {
    padding: 0;
}

.company-map-wrap {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.company-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.company-overlay-card {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 380px;
    min-height: 340px;
    padding-bottom: 64px;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(13, 13, 13, 0.35);
    background-color: var(--white);
    background-image:
        linear-gradient(180deg, var(--white) 0%, var(--white) 42%, rgba(245, 244, 240, 0) 78%),
        radial-gradient(circle, rgba(13, 13, 13, 0.4) 1px, transparent 1.2px);
    background-size: 100% 100%, 16px 16px;
    background-repeat: no-repeat, repeat;
    background-position: 0 0, 0 0;
}

.company-overlay-content {
    display: inline-block;
    max-width: 100%;
}

.company-overlay-text {
    width: max-content;
    max-width: 100%;
}

.company-overlay-text .libers-h2,
.company-overlay-text p {
    width: max-content;
    max-width: 100%;
}

.company-overlay-logo {
    display: block;
    width: 0;
    min-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

@media (max-width: 768px) {
    .company-map-wrap {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .company-map-wrap .company-map {
        position: relative;
        height: 420px;
    }

    .company-overlay-card {
        position: static;
        max-width: none;
        min-height: auto;
        padding-bottom: 32px;
        margin: 0 20px 0;
        box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
        background: var(--white);
        background-image: none;
    }
}

/* -------------------------------------------------------------------------
 * Website-report typography (wr-*)
 * Bebas Neue: Screen-/Sektions-Überschriften + Display-Zahlen
 * DM Sans: Fliesstext, Labels, Badges, Optionen
 * ------------------------------------------------------------------------- */

.wr-h1,
.wr-h2,
.wr-h3 {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    line-height: 0.95;
    /* Beat Tailwind .font-bold on the same element */
    font-weight: 400 !important;
}

.wr-h1 {
    font-size: clamp(36px, 5vw, 52px);
    letter-spacing: 0.02em;
}

.wr-h2 {
    font-size: clamp(28px, 3.5vw, 40px);
    letter-spacing: 0.02em;
}

.wr-h3 {
    font-size: 22px;
    letter-spacing: 0.02em;
}

/* Display score in gauges (Screen 2 / 6) */
.wr-score {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: none;
}

/* Panel section headings without explicit wr-h* (Signale, Top-Probleme, …) */
.wr-page .libers-card.wr-panel h3,
.wr-page .libers-card.wr-panel h4 {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400 !important;
    line-height: 1.1;
}

/* h2/h3.wr-text = Sektions-Titel (z.B. Screen-6-Infoboxen, Modal) */
h2.wr-text,
h3.wr-text {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400 !important;
    line-height: 1.1;
    color: var(--black);
}

/* Body uses of wr-text = Fliesstext (DM Sans) */
p.wr-text,
ul.wr-text,
ol.wr-text,
li.wr-text,
span.wr-text,
div.wr-text {
    font-family: 'DM Sans', sans-serif;
    color: var(--black);
    text-transform: none;
    letter-spacing: normal;
}

.wr-muted {
    font-family: 'DM Sans', sans-serif;
    color: var(--gray-dark);
    text-transform: none;
    letter-spacing: normal;
}

.wr-badge {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}

/*
 * Formular rechte Spalte – Libers-CI wie Homepage/Analyzer:
 * Gruppen-Titel (label.block) + CTAs = Bebas; Options-/Input-Text = DM Sans.
 * Grössen an panel body (14px / text-sm) anbinden – nicht body-default 16px.
 */
.wr-label,
.wr-page .wr-panel label.block {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.wr-page .wr-panel button,
.wr-page .wr-section button {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Option rows / choice titles / progress steps / fields = body size */
.wr-page .wr-panel .wr-option,
.wr-page .wr-panel .wr-option span,
.wr-page .wr-panel .wr-option .font-semibold,
.wr-page .wr-panel .wr-option div,
.wr-page .wr-panel .wr-progress-step,
.wr-page .wr-panel .wr-progress-step span {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

.wr-page .wr-panel input,
.wr-page .wr-panel select,
.wr-page .wr-panel textarea {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

.hiw-card h4 {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.libers-card p,
.wa-card p,
.hiw-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray-dark);
    font-weight: 300;
}

.libers-card-meta,
.hiw-card-meta {
    font-size: 12px;
    color: var(--gray-mid);
    margin-top: 8px;
}

.libers-card-icon,
.wa-card-icon,
.wa-method-icon,
.hiw-card-icon {
    width: 56px;
    height: 56px;
    background: var(--warm-sand);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.libers-card-icon,
.wa-card-icon,
.hiw-card-icon {
    margin-bottom: 20px;
}

.hiw-card-icon.lg {
    width: 64px;
    height: 64px;
    font-size: 24px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 16px;
}

.steps,
.features,
.libers-grid-3,
.home-steps,
.home-features,
.wa-feat-grid,
.wa-method-grid,
.hiw-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.wa-feat-grid,
.wa-method-grid,
.hiw-grid-3 {
    margin-top: 40px;
}

.libers-grid-2,
.hiw-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 40px;
}

.home-stats-section,
.hiw-stats-section {
    background: var(--white);
    padding: 72px 24px;
}

/* Extra top breathing room after preceding copy-dark block (how-it-works) */
.hiw-stats-section {
    padding-top: 80px;
}

.hiw-stats-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.hiw-stats-section .hiw-h2 {
    color: var(--black);
}

.hiw-stats-section .hiw-subline {
    color: var(--gray-dark);
}

.hiw-stats-section .hiw-stat-grid {
    margin-top: 40px;
}

.hiw-stats-section .hiw-info-box {
    margin-top: 40px;
}

.stats,
.home-stats,
.hiw-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 1120px;
    margin: 0 auto;
}

.home-stats {
    background: var(--white);
}

.hiw-stat-grid {
    margin-top: 40px;
}

.home-stat {
    padding: 28px 24px;
    border-left: 3px solid var(--red);
}

.home-stat-num,
.hiw-stat-num,
.wa-stat-num {
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
}

.home-stat-num {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 4px;
}

.home-stat-label {
    font-size: 11px;
    color: var(--gray-dark);
    font-weight: 300;
    line-height: 1.4;
}

.hiw-stat-card {
    padding: 32px 24px;
    text-align: center;
}

.hiw-stat-num {
    font-size: clamp(48px, 6vw, 64px);
    color: var(--warm-sand);
    margin: 16px 0;
}

.hiw-stat-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 6px;
}

.hiw-stat-note {
    font-size: 13px;
    color: var(--gray-dark);
    font-weight: 300;
}

.wa-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 2px;
}

.wa-stat-card {
    padding: 24px;
    text-align: center;
}

.wa-stat-num {
    font-size: 36px;
    color: var(--warm-sand);
    margin-bottom: 4px;
}

.wa-stat-label {
    font-size: 13px;
    color: var(--gray-dark);
    font-weight: 300;
}

.home-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.pricing-card,
.home-price-card {
    background: var(--gray-light);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
}

.pricing-card:not(.feat),
.home-price-card:not(.feat) {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
}

.pricing-card.feat,
.home-price-card.feat {
    background: var(--black);
    color: #fff;
}

.home-price-tier {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray-mid);
    font-family: 'DM Mono', monospace;
    margin-bottom: 8px;
}

.home-price-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.home-price-amount {
    font-family: 'DM Mono', monospace;
    font-size: 28px;
    margin-bottom: 4px;
}

.home-price-card.feat .home-price-tier { color: var(--red); }
.home-price-card.feat .home-price-name,
.home-price-card.feat .home-price-amount { color: #fff; }

.home-price-card.feat .home-price-features li {
    border-color: rgba(255,255,255,0.06);
    color: var(--gray-mid);
}

.cta-banner,
.home-cta-banner,
.hiw-cta-banner {
    background: var(--red);
    color: #fff;
    position: relative;
}

.home-cta-banner {
    padding: 80px 24px;
    text-align: center;
    overflow: hidden;
}

.home-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 32px 32px;
}

.home-cta-banner h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    color: #fff;
    line-height: 0.95;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    position: relative;
}

.home-cta-banner p {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 32px;
    font-weight: 300;
    position: relative;
}

.home-cta-white {
    display: inline-block;
    background: var(--white);
    color: var(--red);
    padding: 16px 48px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.12em;
    text-decoration: none;
    position: relative;
}

.hiw-cta-banner {
    padding: 64px 24px;
}

.hiw-cta-banner .hiw-h2 { color: #fff; }
.hiw-cta-banner .hiw-subline {
    color: rgba(255, 255, 255, 0.85);
    max-width: 800px;
}
.hiw-cta-banner .hiw-eyebrow {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
.hiw-cta-banner .hiw-section-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.hiw-cta-card {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 4px 16px rgba(13, 13, 13, 0.18);
    padding: 40px;
    margin-top: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hiw-cta-checks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.hiw-cta-checks div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-dark);
}

.hiw-cta-checks i { color: var(--warm-sand); }

.hiw-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hiw-cta-btn-primary {
    flex: 1;
    background: var(--red);
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hiw-cta-btn-secondary {
    flex: 1;
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--stone);
    padding: 16px 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hiw-cta-note {
    font-size: 12px;
    color: var(--gray-mid);
    text-align: center;
    margin-top: 16px;
}

/* Shared forms (support + reuse) */
.libers-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.libers-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.libers-form-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-dark);
    text-transform: none;
    letter-spacing: normal;
}

.libers-input,
.libers-textarea {
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--stone);
    padding: 12px 14px;
    text-transform: none;
    letter-spacing: normal;
    outline: none;
    box-sizing: border-box;
}

.libers-input:focus,
.libers-textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 2px rgba(214, 43, 43, 0.15);
}

.libers-input::placeholder,
.libers-textarea::placeholder {
    color: var(--gray-mid);
}

.libers-textarea {
    min-height: 140px;
    resize: vertical;
}

.libers-btn-primary {
    width: 100%;
    background: var(--red);
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.libers-btn-primary:hover {
    filter: brightness(1.05);
}

.libers-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.libers-form-msg {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.libers-form-msg--ok {
    background: rgba(196, 168, 130, 0.18);
    color: var(--gray-dark);
    border: 1px solid var(--warm-sand);
}

.libers-form-msg--err {
    background: rgba(214, 43, 43, 0.1);
    color: var(--red);
    border: 1px solid rgba(214, 43, 43, 0.35);
}

.libers-card-text {
    font-size: 14px;
    line-height: 1.65;
    color: var(--gray-dark);
    font-weight: 300;
}

/* Shared FAQ accordion (support) */
.libers-faq-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 28px;
}

.libers-faq-item {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
}

.libers-faq-trigger {
    width: 100%;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    background: transparent;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.libers-faq-trigger i {
    color: var(--gray-mid);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.libers-faq-trigger i.is-open {
    transform: rotate(180deg);
    color: var(--red);
}

.libers-faq-body {
    padding: 0 24px 20px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--gray-dark);
    font-weight: 300;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
    padding-top: 16px;
}

/* Press / download cards + modal */
.libers-card--stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.libers-card-actions {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.libers-btn-primary--inline {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 16px;
}

.libers-btn-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-mid);
    background: transparent;
    border: 1px solid var(--stone);
    cursor: not-allowed;
}

.libers-card-empty {
    text-align: center;
    padding: 40px 28px;
}

.libers-card-empty i {
    font-size: 36px;
    color: var(--warm-sand);
    margin-bottom: 16px;
    display: block;
}

.libers-card-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: var(--gray-mid);
}

.libers-card-footer a {
    color: var(--red);
    text-decoration: none;
}
.libers-card-footer a:hover {
    text-decoration: underline;
}

.libers-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.libers-meta-list {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-mid);
}

.libers-meta-list i {
    width: 16px;
    text-align: center;
    color: var(--warm-sand);
    margin-right: 8px;
}

.libers-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(13, 13, 13, 0.72);
}

.libers-modal.is-open {
    display: flex;
}

.libers-modal-panel {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 8px 32px rgba(13, 13, 13, 0.2);
    padding: 28px 24px;
}

.libers-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.libers-modal-header h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
    margin: 0;
}

.libers-modal-close {
    background: transparent;
    border: none;
    color: var(--gray-mid);
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
}
.libers-modal-close:hover {
    color: var(--black);
}

.libers-modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.libers-btn-secondary {
    flex: 1;
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--stone);
    padding: 12px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.libers-modal-actions .libers-btn-primary {
    flex: 1;
    width: auto;
    padding: 12px 16px;
    font-size: 16px;
}

/* Blog index – filter JS class aliases + card overrides (no page CSS) */
.text-electric { color: var(--red); }
.bg-electric { background-color: var(--red); }
.text-anthracite { color: var(--black); }

.blog-index .blog-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-index .filter-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.blog-index .filter-btn.active,
.blog-index .filter-btn.bg-electric {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.blog-index .blog-search {
    position: relative;
}

.blog-index .blog-search input {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 10px 14px 10px 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    min-width: 220px;
}

.blog-index .blog-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.blog-index .blog-search input:focus {
    outline: none;
    border-color: var(--red);
}

.blog-index .blog-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.blog-index .blog-posts-grid,
.blog-show .blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.blog-index .post-card {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease;
}

.blog-index .post-card:hover {
    transform: translateY(-2px);
}

.blog-index .post-card a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.blog-index .post-card .aspect-video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--gray-light);
}

.blog-index .post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-index .post-card .p-6 {
    padding: 24px;
}

.blog-index .post-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.15;
}

.blog-index .post-card p,
.blog-index .post-card .text-white\/70,
.blog-index .post-card .text-white\/60 {
    color: var(--gray-dark) !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
}

.blog-index .post-card .text-electric,
.blog-index .post-card .bg-electric\/20 {
    color: var(--red) !important;
}

.blog-index .post-card .bg-electric\/20,
.blog-index .post-card span.px-3 {
    background: rgba(214, 43, 43, 0.12) !important;
    color: var(--red) !important;
    border: 1px solid rgba(214, 43, 43, 0.35);
    border-radius: 0;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-index .blog-empty {
    text-align: center;
    padding: 48px 24px;
    color: var(--gray-dark);
    font-size: 16px;
}

.blog-index .blog-cta {
    background: var(--red);
    position: relative;
}

.blog-index .blog-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--black);
}

.blog-index .blog-cta .libers-section-inner {
    max-width: 800px;
    text-align: center;
}

.blog-index .blog-cta .libers-h2 {
    color: #fff;
}

.blog-index .blog-cta .libers-subline {
    color: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.blog-index .blog-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--red);
    padding: 14px 28px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 900px) {
    .home-stats,
    .home-steps,
    .home-features,
    .home-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-feat-grid,
    .wa-method-grid,
    .hiw-grid-3,
    .hiw-grid-2,
    .libers-grid-3,
    .libers-grid-2,
    .hiw-method-cols,
    .hiw-cta-checks,
    .hiw-stat-grid,
    .hiw-demo-grid,
    .blog-index .blog-posts-grid,
    .blog-show .blog-posts-grid {
        grid-template-columns: 1fr;
    }

    .wa-screenshot-grid {
        grid-template-columns: 1fr;
    }

    .wa-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .home-section-inner,
    .wa-section-inner,
    .hiw-section-inner,
    .libers-section-inner {
        padding: 48px 20px;
    }

    .libers-page-start > .libers-section-inner,
    .libers-page-start > .wa-section-inner,
    .libers-page-start > .hiw-section-inner {
        padding-top: 80px;
    }

    .home-stats-section,
    .hiw-stats-section {
        padding: 40px 20px;
    }

    .home-stats,
    .home-steps,
    .home-features,
    .home-pricing-grid {
        grid-template-columns: 1fr;
    }

    .hiw-cta-card {
        padding: 24px 20px;
    }
}

/* ========== Blog Show ========== */
.blog-show #reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--red);
    z-index: 9999;
    transition: width 0.1s ease;
}

.blog-show-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-show-hero.has-hero-image {
    min-height: 420px;
}

.blog-show-hero-overlay {
    display: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.35), rgba(13, 13, 13, 0.50));
    z-index: 0;
}

.blog-show-hero.has-hero-image .blog-show-hero-overlay {
    display: block;
}

.blog-show-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 840px;
    text-align: center;
}

.blog-show-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.blog-show-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.blog-show-breadcrumb a:hover {
    color: #fff;
}

.blog-show-breadcrumb #breadcrumb-title {
    color: #fff;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-show-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.blog-show-meta-row .libers-eyebrow {
    margin-bottom: 0;
}

.blog-show-reading-time {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
}

.blog-show-hero .libers-h1 {
    margin-left: auto;
    margin-right: auto;
}

.blog-show-hero .libers-subline {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.blog-show-byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.blog-show-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: start;
}

.blog-show-aside {
    display: block;
}

.blog-show-aside-sticky {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-show-panel {
    padding: 24px;
    height: auto;
}

.blog-show-panel-title {
    font-family: 'DM Mono', monospace !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--gray-mid) !important;
    margin-bottom: 16px !important;
    font-weight: 500 !important;
}

.blog-show-toc {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-show-toc a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: var(--gray-dark);
    text-decoration: none;
    border-left: 2px solid var(--stone);
    padding: 6px 0 6px 12px;
}

.blog-show-toc a.toc-h3 {
    padding-left: 24px;
}

.blog-show-toc a:hover,
.blog-show-toc a.toc-active {
    color: var(--red);
    border-left-color: var(--red);
}

.blog-show-share {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-show-share a {
    color: var(--gray-dark);
    text-decoration: none;
    font-size: 14px;
}

.blog-show-share a:hover {
    color: var(--red);
}

.blog-show-article {
    padding: 40px 44px;
    height: auto;
}

.blog-show-loading {
    text-align: center;
    color: var(--gray-mid);
    padding: 48px 0;
}

/* Remap blog-engine dark utilities inside light article */
.blog-show-content .text-white,
.blog-show-content .text-white\/90,
.blog-show-content .text-white\/80,
.blog-show-content .text-white\/70,
.blog-show-content .text-white\/60,
.blog-show-content .font-bold.text-white,
.blog-show-article .text-white,
.blog-show-article .text-white\/90,
.blog-show-article .text-white\/80,
.blog-show-article .text-white\/60,
.blog-show-aside .text-white,
.blog-show-aside .text-white\/80,
.blog-show-aside .text-white\/60 {
    color: var(--black) !important;
}

.blog-show-content .text-white\/80,
.blog-show-content .text-white\/70,
.blog-show-content .text-white\/60,
.blog-show-article .text-white\/80,
.blog-show-article .text-white\/60,
.blog-show-aside .text-white\/80,
.blog-show-aside .text-white\/60 {
    color: var(--gray-dark) !important;
}

.blog-show-content h1,
.blog-show-content h2,
.blog-show-content h3,
.blog-show-content h4,
.blog-show-content .font-headline {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--black) !important;
    scroll-margin-top: 96px;
}

.blog-show-content p,
.blog-show-content li,
.blog-show-content .prose {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    line-height: 1.75;
    color: var(--gray-dark);
}

.blog-show-content a.text-electric,
.blog-show-content .text-electric {
    color: var(--red) !important;
}

.blog-show-content .quote-block {
    background: rgba(154, 152, 144, 0.12) !important;
    border-left-color: var(--red) !important;
}

.blog-show-content .list-block ul {
    background: rgba(154, 152, 144, 0.1) !important;
}

.blog-show-content .callout-block {
    background: var(--white) !important;
    border-color: var(--stone) !important;
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
}

.blog-show-content .callout-block .text-blue-400,
.blog-show-content .callout-block .text-orange-400,
.blog-show-content .callout-block .text-neon {
    color: var(--warm-sand) !important;
}

.blog-show-content .callout-block .text-electric,
.blog-show-content .callout-block .text-red-400 {
    color: var(--red) !important;
}

.blog-show-content .callout-block.border-electric\/50,
.blog-show-content .callout-block[class*="border-electric"] {
    border-color: rgba(214, 43, 43, 0.45) !important;
}

.blog-show-content .btn-primary {
    background: var(--red);
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 0;
}

.blog-show-content .code-block pre {
    background: var(--black) !important;
}

.blog-show-content .code-block code {
    font-family: 'DM Mono', monospace;
    color: var(--white) !important;
}

.blog-show-tags-block {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--stone);
}

.blog-show-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-show-tag {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 12px;
    border: 1px solid var(--stone);
    background: var(--white);
    color: var(--gray-dark);
}

/* Author / metadata partials on light surface */
.blog-show-aside .glass-card,
.blog-show-article .glass-card,
.blog-show-author-mobile .glass-card {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
    border-radius: 0;
}

.blog-show-aside .border-white\/10,
.blog-show-article .border-white\/10 {
    border-color: var(--stone) !important;
}

.blog-show-aside .text-electric,
.blog-show-article .text-electric,
.blog-show-article .text-cyan-400 {
    color: var(--red) !important;
}

.blog-show-article .bg-gradient-to-br.from-white\/10,
.blog-show-article [class*="from-white/10"],
.blog-show-article .bg-white\/5 {
    background: rgba(154, 152, 144, 0.12) !important;
}

.blog-show-author-mobile {
    display: none;
    margin-top: 32px;
}

.blog-show-mobile-share {
    position: fixed;
    right: 16px;
    bottom: 24px;
    z-index: 30;
}

.blog-show-mobile-share #mobile-share-button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--stone);
    color: var(--black);
    box-shadow: 0 4px 16px rgba(13, 13, 13, 0.15);
}

.blog-show-mobile-share-menu {
    position: absolute;
    right: 0;
    bottom: 56px;
    min-width: 160px;
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 8px 24px rgba(13, 13, 13, 0.16);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-show-mobile-share-menu.hidden {
    display: none;
}

.blog-show-mobile-share-menu a {
    color: var(--gray-dark);
    text-decoration: none;
    font-size: 14px;
    padding: 8px;
}

.blog-show-mobile-share-menu a:hover {
    color: var(--red);
}

#related-posts .libers-h2 {
    margin-bottom: 28px;
}

/* Related cards on dark: rice surface like index cards */
.blog-show .post-card {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
    overflow: hidden;
    height: 100%;
}

.blog-show .post-card a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.blog-show .post-card .aspect-video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--gray-light);
}

.blog-show .post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-show .post-card .p-6 {
    padding: 24px;
}

.blog-show .post-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black) !important;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.15;
}

.blog-show .post-card p,
.blog-show .post-card .text-white\/70,
.blog-show .post-card .text-white\/60 {
    color: var(--gray-dark) !important;
}

.blog-show .post-card .text-electric,
.blog-show .post-card .bg-electric\/20,
.blog-show .post-card span.px-3 {
    color: var(--red) !important;
}

.blog-show .post-card .bg-electric\/20,
.blog-show .post-card span.px-3 {
    background: rgba(214, 43, 43, 0.12) !important;
    border: 1px solid rgba(214, 43, 43, 0.35);
    border-radius: 0;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-show .blog-cta {
    background: var(--red);
    position: relative;
}

.blog-show .blog-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--black);
}

.blog-show .blog-cta .libers-section-inner {
    max-width: 800px;
    text-align: center;
}

.blog-show .blog-cta .libers-h2 {
    color: #fff;
}

.blog-show .blog-cta .libers-subline {
    color: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.blog-show .blog-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--red);
    padding: 14px 28px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .blog-show-layout {
        grid-template-columns: 1fr;
    }

    .blog-show-aside {
        display: none;
    }

    .blog-show-author-mobile {
        display: block;
    }

    .blog-show-article {
        padding: 28px 22px;
    }
}

@media (max-width: 640px) {
    .blog-show-hero.has-hero-image {
        min-height: 360px;
    }

    .blog-show-breadcrumb #breadcrumb-title {
        max-width: 160px;
    }
}

/* ========== Info / Legal pages (Gruppe A) ========== */
.libers-info-page .libers-section-inner {
    max-width: 880px;
}

.libers-info-page .libers-h1 {
    margin-bottom: 28px;
}

/* Doku-Guides breadcrumb (Gruppe D) – sits on .copy-dark (black), not on the card */
.libers-info-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}

.libers-info-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.libers-info-breadcrumb a:hover {
    color: var(--red);
}

.libers-info-breadcrumb-sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.4);
}

.libers-info-breadcrumb-current {
    color: #fff;
}

.libers-info-card {
    padding: 40px 44px;
    height: auto;
    color: var(--black);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
}

.libers-info-card > :first-child {
    margin-top: 0;
}

.libers-info-card > :last-child {
    margin-bottom: 0;
}

.libers-info-card h2,
.libers-info-card h3,
.libers-info-card h4,
.libers-info-card .font-headline {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--black) !important;
    margin: 28px 0 12px;
    line-height: 1.15;
}

.libers-info-card h2 {
    font-size: clamp(24px, 3vw, 32px);
}

.libers-info-card h3 {
    font-size: clamp(20px, 2.4vw, 24px);
}

.libers-info-card h4 {
    font-size: 18px;
}

.libers-info-card p,
.libers-info-card li {
    color: var(--gray-dark);
    margin-bottom: 14px;
}

.libers-info-card ul,
.libers-info-card ol {
    margin: 0 0 18px;
    padding-left: 1.25rem;
}

.libers-info-card li {
    margin-bottom: 8px;
}

.libers-info-card a {
    color: var(--red);
    text-decoration: none;
}

.libers-info-card a:hover {
    text-decoration: underline;
}

.libers-info-card strong,
.libers-info-card b {
    font-weight: 500;
    color: var(--black);
}

.libers-info-card code,
.libers-info-card pre {
    font-family: 'DM Mono', monospace;
}

.libers-info-card code {
    font-size: 0.9em;
    background: rgba(154, 152, 144, 0.15);
    padding: 2px 6px;
}

.libers-info-card pre {
    background: var(--black);
    color: var(--white);
    padding: 16px 18px;
    overflow-x: auto;
    margin: 16px 0 20px;
}

.libers-info-card pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.libers-info-card figure {
    margin: 20px 0;
}

.libers-info-card figcaption {
    margin-top: 10px;
    font-size: 13px;
    color: var(--gray-mid);
}

.libers-info-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remap i18n/Tailwind dark utilities inside light cards */
.libers-info-card .text-white,
.libers-info-card .text-white\/90,
.libers-info-card .text-white\/85,
.libers-info-card .text-white\/80,
.libers-info-card .text-white\/75,
.libers-info-card .text-white\/70,
.libers-info-card .text-white\/60 {
    color: var(--gray-dark) !important;
}

.libers-info-card h2.text-white,
.libers-info-card h3.text-white,
.libers-info-card .text-white.font-semibold,
.libers-info-card .text-white.font-bold {
    color: var(--black) !important;
}

.libers-info-card .glass-card {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 2px 8px rgba(13, 13, 13, 0.08);
    border-radius: 0;
}

.libers-info-card .glass-card:hover,
.libers-info-card a.glass-card:hover {
    background: rgba(154, 152, 144, 0.08) !important;
}

.libers-info-card .text-neon,
.libers-info-card .text-electric {
    color: var(--red) !important;
}

.libers-info-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 28px;
    font-size: 14px;
}

.libers-info-card th,
.libers-info-card td {
    border: 1px solid var(--stone);
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    color: var(--gray-dark) !important;
}

.libers-info-card th {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--red) !important;
    background: rgba(154, 152, 144, 0.12);
}

.libers-info-card tbody tr:nth-child(even) td {
    background: rgba(154, 152, 144, 0.06);
}

@media (max-width: 640px) {
    .libers-info-card {
        padding: 28px 20px;
    }
}

.libers-info-note {
    margin: 20px 0 24px;
    padding: 18px 20px;
    border: 1px solid var(--stone);
    background: rgba(154, 152, 144, 0.1);
}

.libers-info-note p {
    margin-bottom: 0;
    color: var(--gray-dark);
}

/* ========== AI Disclosure – E-E-A-T accordion (Gruppe B) ========== */
.libers-eeat {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid rgba(245, 244, 240, 0.14);
}

.libers-eeat-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.libers-eeat-toggle .libers-eyebrow {
    margin-bottom: 10px;
}

.libers-eeat-toggle .libers-h2 {
    margin-bottom: 0;
}

.libers-eeat-chevron {
    color: var(--warm-sand);
    font-size: 1rem;
    flex-shrink: 0;
}

.libers-eeat-card {
    height: auto;
    padding: 28px 28px;
    color: var(--gray-dark);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
}

.libers-eeat-card-title {
    display: flex;
    align-items: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(18px, 2.2vw, 22px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 16px;
    line-height: 1.15;
}

.libers-eeat-card-body {
    padding-left: 2.25rem;
    color: var(--gray-dark);
}

.libers-eeat-card-body p,
.libers-eeat-card p,
.libers-eeat-card li {
    color: var(--gray-dark);
}

.libers-eeat-muted {
    color: var(--gray-mid) !important;
}

.libers-eeat-card a {
    color: var(--red);
    text-decoration: none;
}

.libers-eeat-card a:hover {
    text-decoration: underline;
}

.libers-eeat-card strong,
.libers-eeat-card b {
    font-weight: 500;
    color: var(--black);
}

/* Remap JS-rendered dark utilities inside light E-E-A-T cards */
.libers-eeat-card .text-white,
.libers-eeat-card .text-white\/90,
.libers-eeat-card .text-white\/85,
.libers-eeat-card .text-white\/80,
.libers-eeat-card .text-white\/75,
.libers-eeat-card .text-white\/70,
.libers-eeat-card .text-white\/60 {
    color: var(--gray-dark) !important;
}

.libers-eeat-card .text-white.font-semibold,
.libers-eeat-card .text-white.font-bold,
.libers-eeat-card .text-white.font-medium,
.libers-eeat-card strong.text-white {
    color: var(--black) !important;
}

.libers-eeat-card .text-electric,
.libers-eeat-card .text-electric\/60,
.libers-eeat-card .text-neon,
.libers-eeat-card .hover\:text-electric:hover,
.libers-eeat-card a.hover\:text-electric:hover {
    color: var(--warm-sand) !important;
}

.libers-eeat-card a.text-white,
.libers-eeat-card a.text-white:hover {
    color: var(--red) !important;
}

.libers-eeat-card .bg-white\/5 {
    background: rgba(154, 152, 144, 0.1) !important;
}

.libers-eeat-card .border-white\/5,
.libers-eeat-card .border-white\/10,
.libers-eeat-card .border-white\/20 {
    border-color: var(--stone) !important;
}

.libers-eeat-card .hover\:border-electric\/30:hover {
    border-color: rgba(196, 168, 130, 0.55) !important;
}

@media (max-width: 640px) {
    .libers-eeat {
        margin-top: 40px;
        padding-top: 32px;
    }

    .libers-eeat-card {
        padding: 22px 18px;
    }

    .libers-eeat-card-body {
        padding-left: 0;
    }
}

/* ========== Status page (Gruppe C) ========== */
.libers-status-page .libers-subline {
    margin-bottom: 32px;
}

.libers-status-page .libers-status-card {
    height: auto;
    padding: 32px 28px;
    margin-bottom: 24px;
    color: var(--gray-dark);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

.libers-status-grid {
    display: grid;
    gap: 24px;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .libers-status-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.libers-status-title {
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0.35rem;
}

.libers-status-heading,
.libers-status-card-title {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    line-height: 1.15;
}

.libers-status-heading {
    font-size: 18px;
}

.libers-status-card-title {
    font-size: clamp(20px, 2.4vw, 24px);
    margin-bottom: 8px;
}

.libers-status-muted,
.libers-status-labels,
.libers-status-list,
.libers-status-service-name {
    color: var(--gray-dark);
}

.libers-status-labels {
    color: var(--gray-mid);
}

.libers-status-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.libers-status-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--gray-dark);
}

.libers-status-badge {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid;
    line-height: 1.2;
}

.libers-status-badge--ok {
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.12);
}

.libers-status-badge--maintenance {
    color: #64748b;
    border-color: rgba(100, 116, 139, 0.45);
    background: rgba(100, 116, 139, 0.12);
}

.libers-status-badge--partial {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.12);
}

.libers-status-badge--down {
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.12);
}

.libers-status-badge-desc {
    display: block;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray-dark);
}

.libers-status-card a {
    color: var(--red);
    text-decoration: none;
}

.libers-status-card a:hover {
    text-decoration: underline;
}

/* Remap residual Tailwind dark utilities (i18n / older markup) */
.libers-status-card .text-white,
.libers-status-card .text-white\/90,
.libers-status-card .text-white\/85,
.libers-status-card .text-white\/80,
.libers-status-card .text-white\/75,
.libers-status-card .text-white\/70,
.libers-status-card .text-white\/60,
.libers-status-card .text-white\/50 {
    color: var(--gray-dark) !important;
}

.libers-status-card .text-white.font-semibold,
.libers-status-card .text-white.font-bold {
    color: var(--black) !important;
}

.libers-status-card .text-emerald-300 {
    color: var(--red) !important;
}

/* Latency contrast on light cards (functional green/red, not Warm Sand) */
.libers-status-card .text-green-600,
.libers-status-card .text-green-400 {
    color: #16a34a !important;
}

.libers-status-card .text-red-600,
.libers-status-card .text-red-400 {
    color: #dc2626 !important;
}

/* Migrated from status.blade.php inline <style> */
.libers-status-page .status-indicator {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--stone);
    background: rgba(154, 152, 144, 0.1);
}

.libers-status-page .status-dot {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
    flex-shrink: 0;
}

.libers-status-page .status-indicator > div {
    flex: 1;
}

.libers-status-page .status-indicator p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.libers-status-page .uptime-section,
.libers-status-page .service-section {
    background: rgba(154, 152, 144, 0.08);
    padding: 1.5rem;
    border: 1px solid var(--stone);
}

.libers-status-page .uptime-bar {
    height: 40px;
    display: flex;
    gap: 2px;
    align-items: flex-end;
}

.libers-status-page .uptime-day {
    flex: 1;
    background: #22c55e;
    border-radius: 4px;
    transition: all 0.2s;
    cursor: pointer;
}

.libers-status-page .uptime-day:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.libers-status-page .uptime-day.degraded {
    background: #f59e0b;
}

.libers-status-page .uptime-day.down {
    background: #ef4444;
}

.libers-status-page .uptime-day--empty {
    background: var(--stone);
    opacity: 0.4;
    cursor: default;
}

.libers-status-page .uptime-day--empty:hover {
    opacity: 0.4;
    transform: none;
}

.libers-status-page .service-row {
    display: grid;
    grid-template-columns: 150px 100px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--stone);
}

.libers-status-page .service-row:last-child {
    border-bottom: none;
}

.libers-status-page .sparkline {
    width: 100%;
    height: 30px;
}

@media (max-width: 640px) {
    .libers-status-page .libers-status-card {
        padding: 24px 18px;
    }

    .libers-status-page .service-row {
        grid-template-columns: 1fr auto;
        gap: 0.5rem 1rem;
    }

    .libers-status-page .service-row .sparkline {
        grid-column: 1 / -1;
    }
}

/* ========== Site footer (eigenständige Zone) ========== */
.libers-footer {
    position: relative;
    isolation: isolate;
    /* Eigenes BG – nicht anthracite/#0D0D0D, klar vom Hero abgehoben */
    background-color: #141414;
    /* Diagonales Linienraster – bewusst anders als Hero-Punktraster */
    background-image: repeating-linear-gradient(
        -45deg,
        transparent 0,
        transparent 10px,
        rgba(196, 168, 130, 0.09) 10px,
        rgba(196, 168, 130, 0.09) 11px
    );
    border-top: 1px solid var(--red);
    color: #fff;
}

.libers-footer > * {
    position: relative;
    z-index: 1;
}

/* Eyebrow auf #141414: etwas mehr Opacity als .libers-eyebrow (helle Card-Umgebung) */
.libers-footer .footer-eyebrow, .nav-flyout .footer-eyebrow, .mobile-menu-more .footer-eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 6px 14px;
    border: 1px solid rgba(214, 43, 43, 0.45);
    background: rgba(214, 43, 43, 0.18);
}

/* Vertikale Warm-Sand-Trenner nur zwischen Link-Spalten (nicht um Marken-Spalte) */
@media (min-width: 768px) {
    .libers-footer-grid > div:nth-child(n + 3) {
        border-left: 1px solid rgba(196, 168, 130, 0.12);
        padding-left: 2rem;
    }
}

.libers-footer-link {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.libers-footer-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: var(--warm-sand);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.libers-footer-link:hover,
.libers-footer-link:focus-visible {
    color: var(--warm-sand);
}

.libers-footer-link:hover::after,
.libers-footer-link:focus-visible::after {
    transform: scaleX(1);
}

.libers-footer-bottom {
    border-top: 1px solid var(--red);
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
}

.libers-footer-copyright .fa-heart {
    margin: 0 0.3em;
    font-size: 0.85em;
    vertical-align: baseline;
}


