.sdmuz-main {
    --sdmuz-ink: #10201a;
    --sdmuz-text: #30443d;
    --sdmuz-muted: #6d7d77;
    --sdmuz-line: #d7e5df;
    --sdmuz-soft: #f3f8f6;
    --sdmuz-green: #16936f;
    --sdmuz-green-dark: #07523f;
    background: #fff;
    color: var(--sdmuz-text);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sdmuz-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sdmuz-hero {
    padding: 120px 0 34px;
    border-bottom: 1px solid var(--sdmuz-line);
    background: linear-gradient(180deg, #f6fbf9 0%, #fff 100%);
}

.sdmuz-meta {
    --meta-h: 32px;
    --meta-pad-x: 14px;
    --meta-gap: 10px;
    --meta-fs-crumbs: 14px;
    --meta-fs-badge: 12px;
    --meta-badge-tracking: .14em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--meta-gap);
    margin-bottom: 18px;
}

.sdmuz-crumbs,
.sdmuz-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: var(--meta-h);
    margin: 0;
    padding: 0 var(--meta-pad-x);
    box-sizing: border-box;
    border-radius: 999px;
    line-height: 1;
}

.sdmuz-crumbs {
    border: 1px solid var(--sdmuz-line);
    background: rgba(255, 255, 255, .84);
    color: var(--sdmuz-muted);
    font-size: var(--meta-fs-crumbs);
}

.sdmuz-crumbs a {
    color: var(--sdmuz-green-dark);
    text-decoration: none;
}

.sdmuz-badge {
    padding-left: calc(var(--meta-pad-x) - 3px);
    border: 1px solid #cfe6dc;
    background: #fff;
    color: var(--sdmuz-green-dark);
    font-size: var(--meta-fs-badge);
    font-weight: 800;
    letter-spacing: var(--meta-badge-tracking);
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(7, 82, 63, .04);
}

.sdmuz-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--sdmuz-green);
    box-shadow: 0 0 0 3px rgba(22, 147, 111, .18);
}

.sdmuz-meta__admin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 2px;
    opacity: .55;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sdmuz-meta__admin a {
    color: var(--sdmuz-muted);
    text-decoration: none;
    border-bottom: 1px dotted rgba(102, 115, 110, .35);
    padding-bottom: 1px;
    line-height: 1;
}

.sdmuz-meta__admin a:hover {
    color: var(--sdmuz-green-dark);
    border-bottom-color: var(--sdmuz-green);
    opacity: 1;
}

.sdmuz-meta__admin:hover {
    opacity: 1;
}

.sdmuz-hero h1 {
    max-width: 980px;
    margin: 0;
    color: var(--sdmuz-ink);
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: 0;
}

.sdmuz-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 11px;
    max-width: 1080px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.sdmuz-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--sdmuz-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.sdmuz-chip::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--sdmuz-green);
    opacity: .65;
}

.sdmuz-chip--stat .sdmuz-chip__num {
    margin-right: 3px;
    color: var(--sdmuz-green-dark);
    font-weight: 800;
}

.sdmuz-chip--ai {
    padding: 5px 11px;
    border-radius: 8px;
    background: linear-gradient(135deg, #efeafe 0%, #f5e7fb 100%);
    color: #3d2a85;
    font-weight: 700;
}

.sdmuz-chip--ai::before {
    width: 6px;
    height: 6px;
    background: #6a4bd6;
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(106, 75, 214, .18);
}

.sdmuz-chip--voice {
    padding: 0 !important;
    background: transparent !important;
}

.sdmuz-chip--voice::before {
    display: none;
}

.sdmuz-voice__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 12px 4px 4px;
    border: 1px solid #cfe6dc;
    border-radius: 999px;
    background: #fff;
    color: var(--sdmuz-green-dark);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.sdmuz-voice__btn:hover {
    border-color: var(--sdmuz-green);
    box-shadow: 0 2px 8px rgba(22, 147, 111, .14);
}

.sdmuz-voice__btn:active {
    transform: translateY(1px);
}

.sdmuz-voice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--sdmuz-green);
    color: #fff;
    flex-shrink: 0;
}

.sdmuz-voice__icon-pause {
    display: none;
}

[data-sdmuz-voice].is-playing .sdmuz-voice__icon-play {
    display: none;
}

[data-sdmuz-voice].is-playing .sdmuz-voice__icon-pause {
    display: block;
}

.sdmuz-voice__label {
    white-space: nowrap;
}

.sdmuz-voice__bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 12px;
    margin-left: 1px;
    opacity: 0;
    transition: opacity .15s ease;
}

[data-sdmuz-voice].is-playing .sdmuz-voice__bars {
    opacity: 1;
}

.sdmuz-voice__bars i {
    display: block;
    width: 2.5px;
    height: 100%;
    border-radius: 2px;
    background: var(--sdmuz-green);
    transform-origin: bottom;
    animation: sdmuz-voice-bar 1s ease-in-out infinite;
}

.sdmuz-voice__bars i:nth-child(2) { animation-delay: .15s; }
.sdmuz-voice__bars i:nth-child(3) { animation-delay: .3s; }
.sdmuz-voice__bars i:nth-child(4) { animation-delay: .45s; }

@keyframes sdmuz-voice-bar {
    0%, 100% { transform: scaleY(.3); }
    50%      { transform: scaleY(1); }
}

.sdmuz-desc {
    max-width: 980px;
    margin-top: 20px;
    color: var(--sdmuz-text);
    font-size: 22px;
    line-height: 1.5;
}

.sdmuz-desc p {
    margin: 0 0 13px;
}

.sdmuz-desc p:last-child {
    margin-bottom: 0;
}

.sdmuz-search {
    display: flex;
    gap: 10px;
    width: min(720px, 100%);
    margin-top: 24px;
}

.sdmuz-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 8px;
    color: var(--sdmuz-ink);
    background: #fff;
    font-size: 18px;
}

.sdmuz-search button,
.sdmuz-tabs button {
    height: 48px;
    padding: 0 18px;
    border: 1px solid #b8d0c7;
    border-radius: 8px;
    color: var(--sdmuz-green-dark);
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.sdmuz-search button,
.sdmuz-tabs button.is-active {
    border-color: var(--sdmuz-green);
    color: #fff;
    background: var(--sdmuz-green);
}

.sdmuz-overview,
.sdmuz-featured,
.sdmuz-all {
    padding: 28px 0;
}

.sdmuz-overview__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.sdmuz-overview-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 128px;
    padding: 16px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 8px;
    color: var(--sdmuz-text);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(14, 36, 29, .07);
}

.sdmuz-overview-card:hover {
    border-color: var(--sdmuz-green);
}

.sdmuz-overview-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, hsl(var(--sdmuz-hue) 64% 42%), hsl(calc(var(--sdmuz-hue) + 28) 60% 34%));
}

.sdmuz-overview-card strong {
    color: var(--sdmuz-ink);
    font-size: 19px;
    line-height: 1.1;
}

.sdmuz-overview-card span:last-child {
    margin-top: auto;
    padding-top: 6px;
    color: var(--sdmuz-muted);
    font-size: 15px;
}

.sdmuz-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.sdmuz-section-head h2,
.sdmuz-group__head h2 {
    margin: 0;
    color: var(--sdmuz-ink);
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0;
}

.sdmuz-section-head p,
.sdmuz-group__head p {
    margin: 7px 0 0;
    color: var(--sdmuz-muted);
    font-size: 17px;
}

.sdmuz-featured__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sdmuz-featured-card {
    position: relative;
    display: flex;
    flex-direction: column;
    aspect-ratio: 192 / 137;
    min-height: 0;
    padding: 18px;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, hsl(var(--sdmuz-hue) 54% 34%), hsl(calc(var(--sdmuz-hue) + 24) 56% 24%));
}

.sdmuz-featured-card__img,
.sdmuz-featured-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.sdmuz-featured-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(8, 24, 18, .55) 0%, rgba(8, 24, 18, 0) 22%, rgba(8, 24, 18, 0) 55%, rgba(8, 24, 18, .85) 100%);
    pointer-events: none;
}

.sdmuz-featured-card__mono {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 1;
    color: rgba(255, 255, 255, .22);
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.sdmuz-featured-card > .sdmuz-featured-card__rank,
.sdmuz-featured-card > strong,
.sdmuz-featured-card > span:not(.sdmuz-featured-card__bg):not(.sdmuz-featured-card__shade):not(.sdmuz-featured-card__mono),
.sdmuz-featured-card > em {
    position: relative;
    z-index: 2;
}

.sdmuz-featured-card__rank {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 5px 9px;
    border-radius: 7px;
    color: #fff;
    background: rgba(8, 24, 18, .78);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    font-size: 13px;
    font-weight: 800;
}

.sdmuz-featured-card strong {
    margin-top: 28px;
    font-size: 24px;
    line-height: 1.05;
}

.sdmuz-featured-card span:not(.sdmuz-featured-card__bg):not(.sdmuz-featured-card__shade):not(.sdmuz-featured-card__mono),
.sdmuz-featured-card em {
    margin-top: 7px;
    color: rgba(255, 255, 255, .86);
    font-style: normal;
    font-size: 15px;
}

.sdmuz-tabs__sentinel {
    position: relative;
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    pointer-events: none;
}

.sdmuz-tabs {
    position: sticky;
    top: 73px;
    z-index: 80;
    padding: 12px 0;
    border-bottom: 1px solid var(--sdmuz-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(8px);
    transition: top 180ms ease, padding 160ms ease, background 160ms ease, box-shadow 200ms ease;
}

.sdmuz-tabs.is-stuck {
    padding: 12px 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(2, 28, 22, .18), 0 2px 4px rgba(2, 28, 22, .08);
}

.sdmuz-tabs.is-stuck .sdmuz-search button,
.sdmuz-tabs.is-stuck .sdmuz-tabs__inner > button {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
    transition: height 160ms ease, padding 160ms ease, font-size 160ms ease;
}

.sdmuz-tabs__inner {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sdmuz-tabs__spacer {
    flex: 1 1 auto;
    min-width: 0;
}

.sdmuz-catalog {
    padding-bottom: 34px;
}

.sdmuz-group {
    padding: 34px 0;
    border-bottom: 1px solid var(--sdmuz-line);
}

.sdmuz-group__head {
    margin-bottom: 18px;
}

.sdmuz-rail {
    margin-top: 20px;
}

.sdmuz-rail__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.sdmuz-rail__head h3 {
    margin: 0;
    color: var(--sdmuz-ink);
    font-size: 24px;
    line-height: 1.1;
}

.sdmuz-rail__head span {
    padding: 5px 9px;
    border-radius: 7px;
    color: var(--sdmuz-muted);
    background: var(--sdmuz-soft);
    font-size: 14px;
    font-weight: 700;
}

.sdmuz-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sdmuz-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 10px 12px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 8px;
    color: var(--sdmuz-text);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(18, 37, 31, .05);
}

.sdmuz-card:hover {
    border-color: var(--sdmuz-green);
}

.sdmuz-card__cover {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, hsl(var(--sdmuz-hue) 58% 40%), hsl(calc(var(--sdmuz-hue) + 24) 54% 30%));
    font-size: 23px;
    font-weight: 900;
}

.sdmuz-card__cover--img {
    background: #0e1f1a;
}

.sdmuz-card__cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sdmuz-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
}

.sdmuz-card strong {
    color: var(--sdmuz-ink);
    font-size: 18px;
    line-height: 1.1;
}

.sdmuz-card__body span,
.sdmuz-card em {
    color: var(--sdmuz-muted);
    font-size: 14px;
    font-style: normal;
}

.sdmuz-card em {
    white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────────────────
 * Density toggle: compact (default current look) vs comfort (large tiles
 * matching .sdmuz-featured-card visual style — full cover background,
 * dark gradient, name overlay, downloads badge top-left, tracks badge
 * top-right). Uses existing .sdmuz-card markup; CSS-only transformation
 * via the [data-sdmuz-density="comfort"] attribute on .sdmuz-main.
 * ─────────────────────────────────────────────────────────────────── */

.sdmuz-tabs__density {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 6px;
    padding: 4px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .65);
}

.sdmuz-tabs .sdmuz-density-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    color: var(--sdmuz-muted);
    background: transparent;
    cursor: pointer;
    transition: color 140ms ease, background 140ms ease;
}

.sdmuz-tabs .sdmuz-density-btn svg {
    width: 19px;
    height: 19px;
}

.sdmuz-tabs .sdmuz-density-btn:hover {
    color: var(--sdmuz-ink);
    background: var(--sdmuz-soft);
}

.sdmuz-tabs .sdmuz-density-btn.is-active {
    color: #fff;
    background: var(--sdmuz-green);
}

.sdmuz-tabs .sdmuz-density-btn.is-active:hover {
    background: var(--sdmuz-green);
}

/* ===== Comfort mode — large picture tiles ============================ */
[data-sdmuz-density="comfort"] .sdmuz-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

[data-sdmuz-density="comfort"] .sdmuz-card {
    position: relative;
    display: block;
    aspect-ratio: 192 / 137;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, hsl(var(--sdmuz-hue) 54% 34%), hsl(calc(var(--sdmuz-hue) + 24) 56% 24%));
    box-shadow: 0 10px 24px rgba(18, 37, 31, .10);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

[data-sdmuz-density="comfort"] .sdmuz-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(18, 37, 31, .16);
    border-color: transparent;
}

[data-sdmuz-density="comfort"] .sdmuz-card__cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 72px;
    z-index: 0;
}

[data-sdmuz-density="comfort"] .sdmuz-card__cover-img {
    width: 100%;
    height: 100%;
}

[data-sdmuz-density="comfort"] .sdmuz-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 24, 18, 0) 0%, rgba(8, 24, 18, .12) 38%, rgba(8, 24, 18, .82) 100%);
    pointer-events: none;
}

[data-sdmuz-density="comfort"] .sdmuz-card__body {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    gap: 5px;
    color: #fff;
}

[data-sdmuz-density="comfort"] .sdmuz-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.06;
}

[data-sdmuz-density="comfort"] .sdmuz-card__body span {
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

[data-sdmuz-density="comfort"] .sdmuz-card em {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    padding: 5px 9px 5px 24px;
    border-radius: 6px;
    color: #fff;
    background: rgba(8, 24, 18, .72);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

[data-sdmuz-density="comfort"] .sdmuz-card em::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center / contain;
}

.sdmuz-seo {
    margin-top: 56px;
    padding: 48px 0 64px;
    border-top: 1px solid var(--sdmuz-line);
    background: linear-gradient(180deg, #f6fbf9 0%, #fff 60%);
}

.sdmuz-seo__wrap {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.sdmuz-seo__intro {
    max-width: 760px;
}

.sdmuz-seo__articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sdmuz-seo__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    background: #ecf6f1;
    color: var(--sdmuz-green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.sdmuz-seo__intro h2 {
    margin: 0 0 8px;
    color: var(--sdmuz-ink);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}

.sdmuz-seo__intro p {
    margin: 0;
    color: var(--sdmuz-muted);
    font-size: 17px;
    line-height: 1.55;
}

.sdmuz-seo__block {
    padding: 22px 24px 24px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(14, 36, 29, .04);
}

.sdmuz-seo__block h3 {
    margin: 0 0 10px;
    padding-left: 12px;
    border-left: 3px solid var(--sdmuz-green);
    color: var(--sdmuz-ink);
    font-size: 21px;
    line-height: 1.22;
    font-weight: 800;
}

.sdmuz-seo__block p {
    margin: 0;
    color: var(--sdmuz-text);
    font-size: 16px;
    line-height: 1.65;
}

.sdmuz-seo__block strong {
    color: var(--sdmuz-green-dark);
    font-weight: 700;
}

.sdmuz-faq {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sdmuz-faq__head {
    margin: 0 0 6px;
    color: var(--sdmuz-ink);
    font-size: 26px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.005em;
}

.sdmuz-faq__item {
    padding: 20px 24px 22px;
    border: 1px solid var(--sdmuz-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(14, 36, 29, .035);
}

.sdmuz-faq__item h4 {
    margin: 0 0 10px;
    padding-left: 14px;
    border-left: 3px solid var(--sdmuz-green);
    color: var(--sdmuz-ink);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.sdmuz-faq__item p {
    margin: 0;
    color: var(--sdmuz-text);
    font-size: 16px;
    line-height: 1.65;
}

.sdmuz-faq__item strong {
    color: var(--sdmuz-green-dark);
    font-weight: 700;
}

@media (max-width: 980px) {
    .sdmuz-overview__grid,
    .sdmuz-featured__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sdmuz-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-sdmuz-density="comfort"] .sdmuz-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sdmuz-wrap {
        width: min(100% - 24px, 1180px);
    }

    .sdmuz-hero {
        padding: 92px 0 28px;
    }

    .sdmuz-hero h1 {
        font-size: 30px;
    }

    .sdmuz-desc {
        font-size: 16px;
        line-height: 1.55;
    }

    .sdmuz-search {
        flex-direction: column;
    }

    .sdmuz-featured__grid,
    .sdmuz-card-grid {
        grid-template-columns: 1fr;
    }

    .sdmuz-overview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sdmuz-overview-card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        min-height: 0;
        padding: 10px 12px;
        border-radius: 6px;
    }

    .sdmuz-overview-card__icon {
        width: 26px;
        height: 26px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    .sdmuz-overview-card strong {
        font-size: 15px;
        line-height: 1.15;
    }

    .sdmuz-overview-card span:last-child {
        display: none;
    }

    [data-sdmuz-density="comfort"] .sdmuz-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-sdmuz-density="comfort"] .sdmuz-card {
        aspect-ratio: 4 / 3;
    }

    .sdmuz-featured-card {
        aspect-ratio: 16 / 9;
        padding: 14px;
    }

    .sdmuz-featured-card__mono {
        font-size: 72px;
        right: 12px;
        bottom: 8px;
    }

    .sdmuz-meta {
        --meta-h: 28px;
        --meta-pad-x: 12px;
        --meta-gap: 8px;
        --meta-fs-crumbs: 13px;
        --meta-fs-badge: 11px;
        --meta-badge-tracking: .12em;
        margin-bottom: 14px;
    }

    .sdmuz-chips {
        gap: 6px;
        margin-top: 14px;
    }

    .sdmuz-chip {
        padding: 5px 11px;
        border: 1px solid #cfe6dc;
        border-radius: 999px;
        background: #fff;
        font-size: 12px;
    }

    .sdmuz-chip::before {
        width: 5px;
        height: 5px;
    }

    .sdmuz-chip--ai {
        padding: 5px 11px;
        border: 0;
        border-radius: 8px;
        background: linear-gradient(135deg, #efeafe 0%, #f5e7fb 100%);
        color: #3d2a85;
    }

    .sdmuz-chip--voice {
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .sdmuz-voice__btn {
        padding: 3px 11px 3px 3px;
        font-size: 12px;
    }

    .sdmuz-voice__icon {
        width: 20px;
        height: 20px;
    }

    .sdmuz-seo {
        margin-top: 36px;
        padding: 32px 0 44px;
    }

    .sdmuz-seo__wrap {
        gap: 24px;
    }

    .sdmuz-seo__intro h2 {
        font-size: 24px;
    }

    .sdmuz-seo__articles {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .sdmuz-seo__block,
    .sdmuz-faq__item {
        padding: 18px 18px 20px;
        border-radius: 10px;
    }

    .sdmuz-seo__block h3,
    .sdmuz-faq__item h4 {
        font-size: 18px;
        padding-left: 10px;
    }

    .sdmuz-seo__block p,
    .sdmuz-faq__item p {
        font-size: 15px;
        line-height: 1.6;
    }

    .sdmuz-faq__head {
        font-size: 22px;
    }

    .sdmuz-tabs {
        top: 64px;
        padding: 14px 0;
    }

    .sdmuz-tabs.is-stuck {
        padding: 16px 0 14px;
    }

    .sdmuz-tabs__inner {
        flex-wrap: nowrap;
        gap: clamp(3px, 1vw, 8px);
        justify-content: flex-start;
    }

    .sdmuz-tabs__spacer {
        display: block;
        flex: 1 1 0;
        width: 0;
        min-width: clamp(4px, 1.4vw, 12px);
    }

    .sdmuz-tabs__inner > button {
        flex: 0 1 auto;
        min-width: 0;
        height: clamp(30px, 7.5vw, 40px);
        padding: 0 clamp(5px, 1.7vw, 12px);
        font-size: clamp(11px, 2.8vw, 14px);
        white-space: nowrap;
        line-height: 1;
    }

    .sdmuz-tabs.is-stuck .sdmuz-tabs__inner > button {
        height: clamp(30px, 7.5vw, 40px);
        padding: 0 clamp(5px, 1.7vw, 12px);
        font-size: clamp(11px, 2.8vw, 14px);
    }

    .sdmuz-tabs__density {
        flex: 0 0 auto;
        margin-left: 0;
        padding: 2px;
        gap: 2px;
    }

    .sdmuz-tabs .sdmuz-density-btn {
        width: clamp(26px, 7vw, 36px);
        height: clamp(26px, 7vw, 36px);
    }

    .sdmuz-tabs .sdmuz-density-btn svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 460px) {
    .sdmuz-featured-card > span:not([class]) {
        display: none;
    }

    [data-sdmuz-density="comfort"] .sdmuz-card__body span {
        display: none;
    }

    [data-sdmuz-density="comfort"] .sdmuz-card strong {
        font-size: 17px;
        line-height: 1.05;
    }

    [data-sdmuz-density="comfort"] .sdmuz-card::after {
        background: linear-gradient(180deg, rgba(8, 24, 18, 0) 0%, rgba(8, 24, 18, .35) 42%, rgba(8, 24, 18, .92) 100%);
    }

    [data-sdmuz-density="comfort"] .sdmuz-card em {
        display: none;
    }
}

@media (max-width: 380px) {
    .sdmuz-tabs__density {
        display: none;
    }
}

/* ─── Header compresses when tabs sticky ─── */
.sdino-head,
.sdino-head__inner,
.sdino-brand__mark,
.sdino-brand__name,
.topnav .sdino-head__search input[type=text],
.topnav .sdino-head__search form .sdino-search-submit,
.topnav .sdino-head__search .sdino-menu-btn,
.sdino-head .sdino-menu-btn {
    transition:
        min-height 180ms ease,
        height 180ms ease,
        width 180ms ease,
        font-size 180ms ease,
        line-height 180ms ease,
        background-size 180ms ease,
        box-shadow 200ms ease;
}

body.sdmuz-tabs-stuck .sdino-head {
    box-shadow: none;
}

body.sdmuz-tabs-stuck .sdino-head__inner {
    min-height: 60px;
}

body.sdmuz-tabs-stuck .sdino-brand__mark {
    width: 38px;
    height: 38px;
    background-size: 30px;
}

body.sdmuz-tabs-stuck .sdino-brand__name {
    font-size: 18px;
}

body.sdmuz-tabs-stuck .topnav .sdino-head__search input[type=text] {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

body.sdmuz-tabs-stuck .topnav .sdino-head__search form .sdino-search-submit {
    width: 30px;
    height: 28px;
}

body.sdmuz-tabs-stuck .topnav .sdino-head__search .sdino-menu-btn,
body.sdmuz-tabs-stuck .sdino-head .sdino-menu-btn {
    height: 34px;
}

body.sdmuz-tabs-stuck .sdmuz-tabs {
    top: 60px;
}

@media (max-width: 720px) {
    body.sdmuz-tabs-stuck .sdino-head__inner {
        min-height: 54px;
    }

    body.sdmuz-tabs-stuck .sdino-brand__mark {
        width: 34px;
        height: 34px;
        background-size: 26px;
    }

    body.sdmuz-tabs-stuck .topnav .sdino-head__search input[type=text] {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }

    body.sdmuz-tabs-stuck .topnav .sdino-head__search form .sdino-search-submit {
        width: 28px;
        height: 26px;
    }

    body.sdmuz-tabs-stuck .topnav .sdino-head__search .sdino-menu-btn,
    body.sdmuz-tabs-stuck .sdino-head .sdino-menu-btn {
        height: 32px;
    }

    body.sdmuz-tabs-stuck .sdmuz-tabs {
        top: 54px;
    }
}
