body.page-truckersmp-soundmods {
    --soundmods-border: rgba(255, 255, 255, 0.075);
    --soundmods-border-strong: rgba(255, 255, 255, 0.105);
    --soundmods-surface: rgba(18, 24, 33, 0.87);
    --soundmods-surface-soft: rgba(255, 255, 255, 0.025);
    --soundmods-muted: rgba(237, 242, 247, 0.62);
    --soundmods-accent: #64b5f6;
    margin: 0;
    min-height: 100vh;
    color: #edf2f7;
    font-family: Arial, sans-serif;
}

.soundmods-page {
    padding-top: 58px;
    padding-bottom: 40px;
}

/*
 * Gleiche visuelle Sprache wie /development und /musik:
 * großer neutraler Hero, identische Rundung, Schatten, Typografie
 * und ein sehr dezentes Themensymbol im Hintergrund.
 */
.soundmods-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(25, 34, 48, 0.96),
            rgba(14, 19, 27, 0.96)
        ),
        #111820;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.30);
}

.soundmods-hero::after {
    content: "♪";
    position: absolute;
    right: clamp(24px, 6vw, 80px);
    bottom: -38px;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(130px, 20vw, 260px);
    font-weight: 900;
    line-height: 1;
    transform: rotate(-8deg);
    pointer-events: none;
}

.soundmods-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--soundmods-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.soundmods-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 930px;
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.soundmods-intro {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 24px 0 0;
    color: rgba(237, 242, 247, 0.76);
    font-size: clamp(1.02rem, 2vw, 1.28rem);
    line-height: 1.7;
}

.soundmods-section {
    margin-top: 58px;
}




.soundmods-foundation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--soundmods-border);
    border-radius: 19px;
    background: var(--soundmods-surface);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20);
}

.soundmods-version {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.soundmods-version > span {
    color: rgba(237, 242, 247, 0.48);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.soundmods-version strong {
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1;
}

.soundmods-version strong.is-text {
    font-size: 1.05rem;
    line-height: 1.35;
}

.soundmods-version em {
    padding: 5px 8px;
    border: 1px solid rgba(100, 181, 246, 0.16);
    border-radius: 999px;
    color: rgba(185, 220, 255, 0.78);
    background: rgba(100, 181, 246, 0.055);
    font-size: 0.69rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.soundmods-version em.is-current {
    border-color: rgba(86, 211, 144, 0.24);
    color: #9ce0b9;
    background: rgba(86, 211, 144, 0.075);
}

.soundmods-version em.is-limited {
    border-color: rgba(244, 183, 64, 0.26);
    color: #f5ca75;
    background: rgba(244, 183, 64, 0.07);
}

.soundmods-version em.is-warning {
    border-color: rgba(244, 130, 64, 0.28);
    color: #ffc090;
    background: rgba(244, 130, 64, 0.075);
}

.soundmods-version-source,
.soundmods-checked {
    margin: 10px 0 0;
    color: rgba(237, 242, 247, 0.5);
    font-size: 0.8rem;
    line-height: 1.5;
}

.soundmods-release-note {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(244, 183, 64, 0.20);
    border-radius: 11px;
    background: rgba(244, 183, 64, 0.045);
}

.soundmods-release-note strong {
    color: #f5ca75;
    font-size: 0.86rem;
}

.soundmods-release-note p {
    margin: 6px 0 0;
    color: rgba(237, 242, 247, 0.66);
    font-size: 0.84rem;
    line-height: 1.55;
}

.soundmods-release-note a {
    display: inline-flex;
    margin-top: 8px;
    color: #b9dcff;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.soundmods-foundation-actions {
    display: grid;
    gap: 10px;
}

.soundmods-primary-action,
.soundmods-secondary-action {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.soundmods-primary-action {
    flex-direction: column;
    border: 1px solid rgba(100, 181, 246, 0.3);
    color: #dceeff;
    background: rgba(100, 181, 246, 0.10);
}

.soundmods-primary-action:hover,
.soundmods-secondary-action:hover {
    border-color: rgba(145, 200, 255, 0.42);
    background: rgba(145, 200, 255, 0.10);
}

.soundmods-primary-action small {
    margin-top: 3px;
    color: rgba(220, 238, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 700;
}

.soundmods-secondary-action {
    border: 1px solid var(--soundmods-border-strong);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.035);
}

.soundmods-list-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: 28px;
    align-items: end;
}

.soundmods-filter {
    display: grid;
    gap: 7px;
}

.soundmods-filter span {
    color: rgba(237, 242, 247, 0.48);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.soundmods-filter input {
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--soundmods-border-strong);
    border-radius: 10px;
    color: #edf2f7;
    background: rgba(18, 24, 33, 0.92);
}

.soundmods-filter input:focus-visible {
    outline: 2px solid var(--soundmods-accent);
    outline-offset: 2px;
}

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

.soundmod-card {
    overflow: hidden;
    position: relative;
    min-width: 0;
    display: grid;
    gap: 22px;
    padding: 28px;
    border: 1px solid var(--soundmods-border);
    border-radius: 19px;
    background: var(--soundmods-surface);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20);
}

.soundmod-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 19px 0 0 19px;
    background: var(--soundmods-accent);
}

.soundmod-card[hidden] {
    display: none;
}

.soundmod-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.soundmod-card-kicker {
    margin: 2px 0 10px;
    color: rgba(237, 242, 247, 0.58);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.soundmod-card h3 {
    max-width: 720px;
    margin: 0;
    color: #edf2f7;
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    line-height: 1.15;
}

.soundmod-source {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(100, 181, 246, 0.20);
    border-radius: 999px;
    color: #b9dcff;
    background: rgba(100, 181, 246, 0.075);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

.soundmod-vehicles > strong {
    display: block;
    margin-bottom: 10px;
    color: rgba(237, 242, 247, 0.48);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.soundmod-vehicles ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.soundmod-vehicles li {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
}

.soundmod-vehicles li span,
.soundmod-vehicles code {
    display: block;
}

.soundmod-vehicles li span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
}

.soundmod-vehicles code {
    margin-top: 5px;
    color: #91c8ff;
    background: transparent;
    font-family:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        monospace;
    font-size: 0.76rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.soundmod-note {
    margin: 0;
    color: rgba(237, 242, 247, 0.68);
    line-height: 1.65;
}

.soundmods-filter-empty,
.soundmods-note {
    padding: 16px 18px;
    border: 1px solid var(--soundmods-border);
    border-radius: 12px;
    background: var(--soundmods-surface-soft);
}

.soundmods-filter-empty {
    margin: 0;
}

.soundmods-note {
    margin-top: 28px;
}

.soundmods-note strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
}

.soundmods-note p {
    margin: 0;
    color: var(--soundmods-muted);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .soundmods-foundation,
    .soundmods-list-heading,
    .soundmods-grid {
        grid-template-columns: 1fr;
    }

    .soundmods-filter {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .soundmods-page {
        padding-top: 28px;
    }

    .soundmods-hero {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .soundmods-hero::after {
        right: 14px;
        bottom: -22px;
        font-size: 120px;
    }

    .soundmods-section {
        margin-top: 40px;
    }

    .soundmods-foundation,
    .soundmod-card {
        padding: 22px;
        border-radius: 16px;
    }

    .soundmod-card-heading {
        flex-direction: column;
    }

    .soundmod-source {
        align-self: flex-start;
    }

    .soundmod-vehicles ul {
        grid-template-columns: 1fr;
    }
}
/* WOERKI_SOUNDMODS_V8_6_SHARED_CLASSES */

/*
 * Nur Sound-Mod-spezifische Ergänzungen.
 * Grundlayout/Heading/CTA kommen aus den bereits vorhandenen
 * globalen Klassen:
 *   public-page-shell
 *   public-section-eyebrow
 *   public-section-heading
 *   public-primary-cta
 */

/* Das frühere Soundmods-Notenmotiv ist ersetzt. */
body.page-truckersmp-soundmods .soundmods-hero::before,
body.page-truckersmp-soundmods .soundmods-hero::after {
    content: none !important;
    display: none !important;
}

/* Einzigartiges dekoratives Motiv dieser Seite. */
/* Nur die Anordnung der TS-FMOD-spezifischen Metainfo. */
body.page-truckersmp-soundmods .soundmods-tsfmod-action-v8 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-self: end;
    gap: 4px;
    text-align: left;
}

@media (max-width: 980px) {
    body.page-truckersmp-soundmods .soundmods-tsfmod-action-v8 {
        justify-self: start;
    }
}

/* Die globale CTA-Komponente soll innerhalb der Mod-Karte rechts stehen. */
body.page-truckersmp-soundmods
.soundmod-card > .public-primary-cta {
    margin-left: auto;
}


body.page-truckersmp-soundmods .soundmods-hero-symbol {
    position: absolute;
    right: clamp(24px, 6vw, 80px);
    bottom: -28px;
    width: 1em;
    height: 1em;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(110px, 18vw, 240px);
    line-height: 1;
    pointer-events: none;
    transform: none;
}
