body.home,
body.blog {
    background: #f4f6f4;
}
body.home #dt_contenedor,
body.blog #dt_contenedor {
    background: radial-gradient(circle at 20% 0, rgba(121, 193, 66, 0.12), transparent 34%), #f4f6f4;
}
body.home #contenedor,
body.blog #contenedor {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 26px 14px 44px;
    box-sizing: border-box;
}
body.home #header.main,
body.blog #header.main {
    background: #ffffff;
    border-bottom: 1px solid #e8ece6;
    box-shadow: 0 10px 30px rgba(20, 30, 20, 0.06);
}
body.home header.main .hbox,
body.blog header.main .hbox {
    box-sizing: border-box;
    max-width: 1120px;
    padding-left: 14px;
}
.izvne-lord-home {
    --il-green: #79c142;
    --il-green-dark: #62a831;
    --il-text: #171a17;
    --il-muted: #6d746b;
    --il-line: #e6ebe4;
    --il-panel: #ffffff;
    --il-soft: #f8faf7;
    color: var(--il-text);
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
}
.izvne-lord-home,
.izvne-lord-home * {
    box-sizing: border-box;
}
.izvne-lord-home:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(244, 246, 244, 0.88), rgba(244, 246, 244, 0.97)), var(--il-backdrop);
    background-size: cover;
    background-position: center top;
}
.il-hero-card,
.il-section {
    background: var(--il-panel);
    border: 1px solid var(--il-line);
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(28, 38, 28, 0.08);
}
.il-hero-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    padding: 24px;
    align-items: start;
}
.il-poster-wrap {
    overflow: hidden;
    border-radius: 6px;
    background: #141414;
    aspect-ratio: 2 / 3;
}
.il-poster-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.il-rating {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 56px;
    background: #fff;
    border: 1px solid var(--il-line);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.il-rating span,
.il-rating strong {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
}
.il-rating strong {
    min-width: 76px;
    color: #fff;
    background: linear-gradient(135deg, var(--il-green), var(--il-green-dark));
    font-size: 22px;
    font-weight: 800;
}
.il-rating-plus {
    color: #2d9733;
    background: rgba(112, 191, 108, 0.12);
}
.izvne-vote {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--il-line);
    border-radius: 6px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 48px;
    padding: 8px 10px;
}
.izvne-vote-label {
    color: #3c443a;
    font-size: 13px;
    font-weight: 800;
}
.izvne-vote .pld-like-dislike-wrap {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
}
.izvne-vote .pld-common-wrap {
    align-items: center;
    display: inline-flex;
    gap: 5px;
    margin: 0 !important;
    min-width: 0;
}
.izvne-vote a.pld-like-dislike-trigger {
    align-items: center;
    border: 1px solid var(--il-line);
    border-radius: 999px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}
.izvne-vote .pld-like-trigger {
    background: rgba(121, 193, 66, 0.12);
    color: #4f9f2d !important;
}
.izvne-vote .pld-dislike-trigger {
    background: rgba(181, 65, 67, 0.1);
    color: #b54143 !important;
}
.izvne-vote .pld-count-wrap {
    color: #3c443a;
    font-size: 13px;
    font-weight: 800;
    margin-left: 0;
}
.izvne-vote-score {
    color: var(--il-muted);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.izvne-vote-score strong {
    color: var(--il-text);
    font-size: 15px;
    font-weight: 900;
}
.izvne-vote-score em {
    color: #8a9387;
    font-style: normal;
    margin-left: 4px;
}
.il-info-column {
    min-width: 0;
}
.il-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(121, 193, 66, 0.12);
    color: var(--il-green-dark);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}
.il-info-column h1 {
    margin: 0 0 14px;
    color: var(--il-text);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}
.il-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.il-badges span {
    padding: 7px 10px;
    border-radius: 5px;
    background: var(--il-soft);
    border: 1px solid var(--il-line);
    color: #3e473c;
    font-size: 13px;
    font-weight: 700;
}
.il-summary {
    color: #3f463e;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}
.il-summary p {
    margin: 0 0 12px;
}
.il-props {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.il-props div {
    padding: 12px 14px;
    border: 1px solid var(--il-line);
    border-radius: 5px;
    background: var(--il-soft);
}
.il-props span {
    display: block;
    margin-bottom: 4px;
    color: var(--il-muted);
    font-size: 12px;
}
.il-props b {
    color: var(--il-text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}
.il-props .il-prop-wide {
    grid-column: 1 / -1;
}
.il-section {
    margin-top: 18px;
    padding: 20px;
}
.il-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.il-section-head h2 {
    margin: 0;
    color: var(--il-text);
    font-size: 22px;
    font-weight: 800;
}
.il-section-head a {
    color: var(--il-green-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.il-season-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
}
.il-seasons-section .il-episode-panel {
    margin-top: 16px;
}
.il-season-tab {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--il-line);
    border-radius: 5px;
    background: #fff;
    color: #283126;
    font-weight: 800;
    cursor: pointer;
}
.il-season-tab.is-active,
.il-season-tab:hover {
    border-color: var(--il-green);
    background: linear-gradient(135deg, var(--il-green), var(--il-green-dark));
    color: #fff;
}
.il-player-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

@media (max-width: 760px) {
    .il-player-frame {
        aspect-ratio: 8 / 9;
    }
}
.il-player-frame iframe,
.il-player-frame video-player,
.il-player-frame #video-player-kp-home {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.il-player-empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
.il-episode-panel {
    display: none;
}
.il-episode-panel.is-active {
    display: block;
}
.il-episodes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.il-episode {
    position: relative;
    min-height: 148px;
    overflow: hidden;
    border-radius: 6px;
    background: #161616;
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}
.il-episode img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
    z-index: -2;
}
.il-episode:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.78));
    z-index: -1;
}
.il-episode:hover img {
    transform: scale(1.04);
}
.il-episode span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--il-green);
    color: #101510;
    font-size: 12px;
    font-weight: 800;
}
.il-episode b {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
}
@media (max-width: 900px) {
    .il-hero-card {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 20px;
    }
    .il-info-column h1 {
        font-size: 28px;
    }
    .il-episodes-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    body.home #contenedor,
    body.blog #contenedor {
        padding: 14px 10px 34px;
    }
    .il-hero-card {
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .il-poster-column {
        max-width: 240px;
        width: 100%;
        margin: 0 auto;
    }
    .il-info-column h1 {
        font-size: 25px;
    }
    .il-props {
        grid-template-columns: 1fr;
    }
    .il-section {
        padding: 14px;
    }
    .il-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .il-episodes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .il-episode {
        min-height: 126px;
    }
}

/* Polish pass: tighter reference-like home layout */
body.home #dt_contenedor,
body.blog #dt_contenedor {
    min-height: 100vh;
}
body.home #header.main,
body.blog #header.main {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 70px;
}
body.home #header.main .hbox,
body.blog #header.main .hbox {
    height: 70px;
}
body.home #header.main .logo,
body.blog #header.main .logo {
    width: 126px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}
body.home #header.main .logo img,
body.blog #header.main .logo img,
body.home header.responsive .logo img,
body.blog header.responsive .logo img {
    max-width: 94px;
    max-height: 42px;
    object-fit: contain;
}
body.home .head-main-nav ul.main-header > li > a,
body.blog .head-main-nav ul.main-header > li > a {
    min-height: 70px;
    display: flex;
    align-items: center;
    color: #2d322b;
    font-weight: 700;
}
body.home .head-main-nav ul.main-header > li:hover > a,
body.blog .head-main-nav ul.main-header > li:hover > a {
    color: #62a831;
}
body.home .head-main-nav ul.main-header li:hover ul.sub-menu,
body.blog .head-main-nav ul.main-header li:hover ul.sub-menu,
body.home #header .head-main-nav ul.main-header li ul.sub-menu,
body.blog #header .head-main-nav ul.main-header li ul.sub-menu {
    background: rgba(255,255,255,.98) !important;
    border: 1px solid var(--il-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 34px rgba(16,20,15,.14) !important;
    padding: 8px !important;
}
body.home .head-main-nav ul.main-header li:hover ul.sub-menu a,
body.blog .head-main-nav ul.main-header li:hover ul.sub-menu a,
body.home #header .head-main-nav ul.main-header li ul.sub-menu a,
body.blog #header .head-main-nav ul.main-header li ul.sub-menu a {
    background: transparent !important;
    border-radius: 6px !important;
    color: #171a17 !important;
    font-weight: 800 !important;
}
body.home .head-main-nav ul.main-header li:hover ul.sub-menu a:hover,
body.blog .head-main-nav ul.main-header li:hover ul.sub-menu a:hover,
body.home #header .head-main-nav ul.main-header li ul.sub-menu a:hover,
body.blog #header .head-main-nav ul.main-header li ul.sub-menu a:hover {
    background: #eef4ea !important;
    color: var(--il-green-dark) !important;
}
.izvne-lord-home {
    max-width: 1100px;
    margin: 0 auto;
}
.il-hero-card {
    grid-template-columns: 232px minmax(0, 1fr);
    gap: 30px;
    padding: 26px;
    border-color: rgba(98, 168, 49, 0.18);
    position: relative;
    overflow: hidden;
}
.il-hero-card:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(121,193,66,.08), transparent 42%);
}
.il-poster-column,
.il-info-column {
    position: relative;
    z-index: 1;
}
.il-poster-wrap {
    box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.il-info-column h1 {
    max-width: 760px;
    margin-bottom: 12px;
    font-size: 36px;
}
.il-summary {
    max-width: 780px;
    margin: 0 0 18px;
    color: #3c443a;
    font-size: 16px;
    line-height: 1.72;
}
.il-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}
.il-actions a {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}
.il-primary-action {
    background: linear-gradient(135deg, var(--il-green), var(--il-green-dark));
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 10px 22px rgba(98,168,49,.24);
    overflow: hidden;
}
.il-poster-action {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    margin-top: 12px;
    text-decoration: none;
    width: 100%;
}
.il-poster-action:hover {
    color: #fff;
    filter: brightness(0.97);
}
.il-secondary-action {
    background: #fff;
    color: #2d3829;
    border: 1px solid var(--il-line);
}
.il-rating,
.il-kicker,
.il-secondary-action {
    display: none !important;
}
.il-props {
    gap: 8px;
}
.il-props div {
    padding: 10px 12px;
}
.il-badges-under {
    margin: 10px 0 0;
}
.il-section {
    margin-top: 16px;
    border-color: rgba(98, 168, 49, 0.16);
}
.il-section-head h2 {
    font-size: 21px;
}
.il-player-section {
    padding: 18px;
    background: #151715;
    border-color: #151715;
}
.il-player-section .il-section-head h2,
.il-player-section .il-section-head a {
    color: #fff;
}
.il-player-section .il-section-head a {
    opacity: .82;
}
.il-player-frame {
    border-radius: 5px;
    box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.il-after-player {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
    padding: 16px 18px;
}
.il-after-title {
    color: #3c443a;
    font-size: 14px;
    font-weight: 900;
    margin-right: 6px;
}
.il-after-share,
.il-after-rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}
.il-after-share a.dt_social {
    align-items: center;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    text-decoration: none;
}
.il-after-share a.facebook {
    background: #3b5998;
}
.il-after-share a.twitter {
    background: #1da1f2;
}
.il-after-share a.pinterest {
    background: #bd081c;
    width: 38px;
    justify-content: center;
    padding: 0;
}
.il-after-share a.whatsapp {
    background: #25d366;
    width: 38px;
    justify-content: center;
    padding: 0;
}
.il-after-rating .starstruck-ptype,
.il-after-rating .starstruck-wrap,
.il-after-rating .dt_rating_data {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}
.il-after-rating .starstruck-rating-wrap {
    display: none !important;
}
.il-after-rating .starstruck-rating {
    color: #6d746b;
    font-size: 13px;
}
.il-after-rating .starstruck-main i,
.il-after-rating .starstruck-main .star-on-png,
.il-after-rating .starstruck-main .star-half-png,
.il-after-rating .starstruck-main .star-off-png {
    color: #b54143;
    font-size: 18px;
}
.il-voice-section {
    color: var(--il-text);
}
.il-voice-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.il-voice-grid div {
    background: var(--il-soft);
    border: 1px solid var(--il-line);
    border-radius: 6px;
    padding: 14px;
}
.il-voice-grid span {
    color: var(--il-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}
.il-voice-grid b {
    color: var(--il-text);
    display: block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}
.il-voice-grid p {
    color: #4f584c;
    font-size: 14px;
    line-height: 1.58;
    margin: 0;
}
.il-home-comments {
    margin-top: 16px;
}
.il-home-comments #comments {
    background: #fff;
    border: 1px solid var(--il-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(28,38,28,.08);
    box-sizing: border-box;
    color: var(--il-text);
    padding: 22px;
}
.il-comments-title,
.il-home-comments #reply-title {
    color: var(--il-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
    padding: 0 0 14px;
}
.il-comments-title {
    border-bottom: 1px solid var(--il-line);
    margin-bottom: 16px;
}
.il-comments-list-wrap {
    margin-bottom: 22px;
}
.il-comments-list,
.il-comments-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.il-comments-list .comment {
    margin: 0 0 14px;
}
.il-comments-list .children {
    margin: 12px 0 0 58px;
}
.il-comments-list .comment-body {
    background: var(--il-soft);
    border: 1px solid var(--il-line);
    border-radius: 8px;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
}
.il-comments-list .comment-author {
    align-items: center;
    display: contents;
}
.il-comments-list .comment-author .avatar {
    background: var(--il-green);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(32,45,27,.14);
    grid-row: 1 / span 3;
    height: 48px;
    object-fit: cover;
    width: 48px;
}
.il-comments-list .comment-author .fn,
.il-comments-list .comment-author .says,
.il-comments-list .comment-meta,
.il-comments-list .reply,
.il-comments-list .comment-body > p {
    grid-column: 2;
}
.il-comments-list .comment-author .fn {
    color: var(--il-text);
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
}
.il-comments-list .comment-author .says {
    display: none;
}
.il-comments-list .comment-meta {
    color: var(--il-muted);
    font-size: 12px;
    line-height: 1.35;
    margin-top: -6px;
}
.il-comments-list .comment-meta a {
    color: inherit;
}
.il-comments-list .comment-body > p {
    color: #31362f;
    font-size: 14px;
    line-height: 1.58;
    margin: 0;
    overflow-wrap: anywhere;
}
.il-comments-list .reply a {
    color: var(--il-green-dark);
    font-size: 12px;
    font-weight: 800;
}
.il-comments-empty {
    background: var(--il-soft);
    border: 1px solid var(--il-line);
    border-radius: 8px;
    color: var(--il-muted);
    margin: 0 0 22px;
    padding: 14px;
}
.il-home-comments #respond {
    background: var(--il-soft) !important;
    border: 1px solid var(--il-line) !important;
    border-radius: 8px;
    box-shadow: none !important;
    margin: 0;
    padding: 18px !important;
}
.il-home-comments #respond:before,
.il-home-comments #respond:after {
    content: none !important;
    display: none !important;
}
.il-home-comments #reply-title {
    margin-bottom: 14px;
    padding-bottom: 0;
}
.il-home-comments #commentform {
    display: grid;
    gap: 12px;
}
.il-home-comments #commentform .grid,
.il-home-comments #commentform .grid-container,
.il-home-comments #commentform .fix-grid,
.il-home-comments #commentform .comment-form-comment,
.il-home-comments #commentform .comment-form-author,
.il-home-comments #commentform .comment-form-email,
.il-home-comments #commentform .comment-form-url,
.il-home-comments #commentform .form-submit,
.il-home-comments #commentform .comment-form-cookies-consent {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.il-home-comments .il-comment-row {
    display: grid;
    gap: 7px;
}
.il-home-comments label {
    color: #3c443a;
    font-size: 13px;
    font-weight: 900;
}
.il-home-comments textarea,
.il-home-comments input[type="text"],
.il-home-comments input[type="email"],
.il-home-comments input[type="url"] {
    background: #fff !important;
    border: 1px solid var(--il-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: var(--il-text) !important;
    padding: 12px 14px !important;
    width: 100% !important;
}
.il-home-comments textarea {
    min-height: 132px;
}
.il-home-comments #submit.submit,
.il-home-comments button.submit {
    background: var(--il-green) !important;
    border: 1px solid var(--il-green) !important;
    border-radius: 8px !important;
    color: #111411 !important;
    cursor: pointer;
    font-weight: 900;
    min-height: 44px;
    padding: 11px 18px !important;
    width: fit-content;
}
.il-home-comments #submit.submit:hover,
.il-home-comments button.submit:hover {
    background: var(--il-green-dark) !important;
    border-color: var(--il-green-dark) !important;
}
.il-episodes-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.il-episode {
    min-height: 138px;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(26,34,24,.12);
}
.il-episode span {
    background: rgba(121,193,66,.95);
}
.il-episode b {
    text-shadow: 0 1px 8px rgba(0,0,0,.8);
}
body.home footer.main,
body.blog footer.main {
    background: transparent !important;
    box-sizing: border-box;
    clear: both !important;
    display: block !important;
    float: none !important;
    margin: 0 auto 28px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1120px;
    padding: 0 14px;
    position: relative !important;
    width: 100%;
}
body.home footer.main .fbox,
body.blog footer.main .fbox,
body.home footer.main .fcmpbox,
body.blog footer.main .fcmpbox {
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
}
body.home footer.main .fbox,
body.blog footer.main .fbox {
    background: #111411;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(16, 20, 15, 0.18);
    margin: 0;
}
body.home footer.main .fcmpbox,
body.blog footer.main .fcmpbox {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 74px;
    padding: 18px 22px;
}
body.home footer.main .copy,
body.blog footer.main .copy {
    color: rgba(255,255,255,.78);
    line-height: 1.45;
}
body.home footer.main .top-page,
body.blog footer.main .top-page {
    flex: 0 0 auto;
}
@media (max-width: 900px) {
    .il-hero-card {
        grid-template-columns: 200px minmax(0, 1fr);
        padding: 20px;
    }
    .il-info-column h1 {
        font-size: 30px;
    }
    .il-summary {
        font-size: 15px;
    }
}
@media (max-width: 680px) {
    body.home #header.main,
    body.blog #header.main {
        position: static;
    }
    .il-hero-card {
        gap: 18px;
    }
    .il-info-column h1 {
        font-size: 24px;
    }
    .il-actions a {
        width: 100%;
    }
    .il-player-section {
        padding: 12px;
    }
}

/* Final mobile pass: keep the custom home usable inside the Dooplay shell. */
body.home #header.main .logo a,
body.blog #header.main .logo a,
body.home header.responsive .logo a,
body.blog header.responsive .logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f6f8f1;
    text-decoration: none;
}
body.home #header.main .logo img,
body.blog #header.main .logo img,
body.home header.responsive .logo img,
body.blog header.responsive .logo img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
body.home #header.main .logo a:after,
body.blog #header.main .logo a:after,
body.home header.responsive .logo a:after,
body.blog header.responsive .logo a:after {
    content: "ИЗВНЕ";
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

@media (max-width: 760px) {
    body.home,
    body.blog {
        overflow-x: hidden;
    }
    body.home #dt_contenedor,
    body.blog #dt_contenedor,
    body.home #contenedor,
    body.blog #contenedor {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    body.home #contenedor,
    body.blog #contenedor {
        padding: 12px 10px 30px;
    }
    body.home #header.main,
    body.blog #header.main {
        position: static;
        min-height: 56px;
    }
    body.home header.responsive,
    body.blog header.responsive {
        background: rgba(255,255,255,.97) !important;
        border-bottom: 1px solid var(--il-line) !important;
        box-shadow: 0 8px 22px rgba(19,23,18,.06) !important;
        display: flex !important;
        height: 56px !important;
        min-height: 56px !important;
        position: relative !important;
    }
    body.home .fixheadresp,
    body.blog .fixheadresp,
    body.home .fixheadresp header.responsive,
    body.blog .fixheadresp header.responsive,
    body.home .fixheadresp .nav,
    body.blog .fixheadresp .nav {
        background: rgba(255,255,255,.97) !important;
    }
    body.home header.responsive .nav,
    body.blog header.responsive .nav {
        align-items: center !important;
        display: flex !important;
        height: 56px !important;
        justify-content: center !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 56px !important;
        z-index: 3 !important;
    }
    body.home header.responsive .nav a,
    body.blog header.responsive .nav a,
    body.home header.responsive a.aresp,
    body.blog header.responsive a.aresp,
    body.home header.responsive .nav a.nav-resp,
    body.blog header.responsive .nav a.nav-resp {
        align-items: center !important;
        color: #111411 !important;
        display: flex !important;
        font-size: 0 !important;
        height: 56px !important;
        justify-content: center !important;
        opacity: 1 !important;
        padding: 0 !important;
        width: 56px !important;
    }
    body.home header.responsive .nav a.nav-resp:before,
    body.blog header.responsive .nav a.nav-resp:before,
    body.home header.responsive a.aresp:before,
    body.blog header.responsive a.aresp:before {
        background:
            linear-gradient(#111411, #111411) 0 0 / 20px 2px no-repeat,
            linear-gradient(#111411, #111411) 0 6px / 20px 2px no-repeat,
            linear-gradient(#111411, #111411) 0 12px / 20px 2px no-repeat !important;
        content: "" !important;
        display: block !important;
        height: 14px !important;
        opacity: 1 !important;
        width: 20px !important;
    }
    body.home header.responsive .logo,
    body.blog header.responsive .logo {
        background: #111411 !important;
        height: 56px !important;
        left: 50% !important;
        min-height: 56px !important;
        position: absolute !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        width: 126px !important;
        z-index: 2 !important;
    }
    body.home .fixheadresp .menuresp,
    body.blog .fixheadresp .menuresp,
    body.home #arch-menu,
    body.blog #arch-menu,
    body.home .menuresp,
    body.blog .menuresp,
    body.home .menuresp .menu,
    body.blog .menuresp .menu,
    body.home .menuresp .menu ul.resp,
    body.blog .menuresp .menu ul.resp {
        background: rgba(255,255,255,.98) !important;
        color: var(--il-text) !important;
    }
    body.home .menuresp,
    body.blog .menuresp {
        border: 1px solid var(--il-line) !important;
        box-shadow: 0 18px 44px rgba(16,20,15,.14) !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    body.home .menuresp .menu ul,
    body.blog .menuresp .menu ul,
    body.home .menuresp .menu li,
    body.blog .menuresp .menu li,
    body.home .menuresp .menu li ul,
    body.blog .menuresp .menu li ul {
        background: transparent !important;
        border-color: var(--il-line) !important;
    }
    body.home .menuresp a,
    body.blog .menuresp a,
    body.home .menuresp .menu li a,
    body.blog .menuresp .menu li a,
    body.home .menuresp .menu ul.resp li a,
    body.blog .menuresp .menu ul.resp li a,
    body.home .menuresp .menu ul.resp li ul.sub-menu li a,
    body.blog .menuresp .menu ul.resp li ul.sub-menu li a,
    body.home .menuresp .menu ul.resp li ul.sub-menu li a:before,
    body.blog .menuresp .menu ul.resp li ul.sub-menu li a:before {
        color: var(--il-text) !important;
        opacity: 1 !important;
        text-shadow: none !important;
        visibility: visible !important;
    }
    body.home .menuresp .menu ul.resp > li > a,
    body.blog .menuresp .menu ul.resp > li > a {
        background: #fff !important;
        border-bottom: 1px solid var(--il-line) !important;
        font-weight: 900 !important;
    }
    body.home .menuresp .menu ul.resp li ul.sub-menu li a,
    body.blog .menuresp .menu ul.resp li ul.sub-menu li a {
        background: #f8faf7 !important;
        font-weight: 700 !important;
    }
    body.home .menuresp .menu li a:hover,
    body.blog .menuresp .menu li a:hover,
    body.home .menuresp .menu li.current-menu-item > a,
    body.blog .menuresp .menu li.current-menu-item > a,
    body.home .menuresp .menu ul.resp li a:hover,
    body.blog .menuresp .menu ul.resp li a:hover,
    body.home .menuresp .menu ul.resp li.current-menu-item > a,
    body.blog .menuresp .menu ul.resp li.current-menu-item > a {
        background: #eef4ea !important;
        color: var(--il-green-dark) !important;
    }
    body.home header.responsive .nav a,
    body.blog header.responsive .nav a,
    body.home .nav-resp,
    body.blog .nav-resp {
        color: var(--il-text) !important;
    }
    body.home #header.main .hbox,
    body.blog #header.main .hbox {
        height: 56px;
        min-height: 56px;
        padding-left: 0;
    }
    body.home #header.main .logo,
    body.blog #header.main .logo {
        width: 104px;
        height: 56px;
    }
    .izvne-lord-home {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .il-hero-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding: 12px;
    }
    .il-hero-card,
    .il-section,
    .il-info-column,
    .il-summary,
    .il-props {
        min-width: 0;
        max-width: 100%;
    }
    .il-poster-column {
        width: 100%;
        max-width: 232px;
        margin: 0 auto;
    }
    .il-rating {
        min-height: 48px;
        margin-top: 10px;
    }
    .il-rating span,
    .il-rating strong {
        font-size: 13px;
    }
    .il-rating strong {
        min-width: 64px;
        font-size: 20px;
    }
    .izvne-vote {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }
    .izvne-vote .pld-like-dislike-wrap {
        justify-content: center;
    }
    .izvne-vote-score {
        text-align: center;
        white-space: normal;
    }
    .il-kicker {
        min-height: 28px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .il-info-column h1 {
        font-size: 25px;
        line-height: 1.18;
        margin-bottom: 12px;
    }
    .il-badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 14px;
    }
    .il-badges span {
        min-width: 0;
        padding: 7px 8px;
        text-align: center;
        font-size: 12px;
    }
    .il-summary {
        font-size: 15px;
        line-height: 1.62;
        margin-bottom: 16px;
        overflow-wrap: break-word;
    }
    .il-actions {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }
    .il-actions a {
        width: 100%;
        min-height: 44px;
        box-sizing: border-box;
    }
    .il-props {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }
    .il-props div {
        padding: 9px 10px;
    }
    .il-props b {
        overflow-wrap: break-word;
    }
    .il-section {
        margin-top: 12px;
        padding: 12px;
    }
    .il-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
    }
    .il-section-head h2 {
        font-size: 20px;
    }
    .il-season-tabs {
        gap: 8px;
        margin: 0 -12px;
        padding: 0 12px 8px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .il-season-tabs::-webkit-scrollbar {
        display: none;
    }
    .il-season-tab {
        min-height: 40px;
        padding: 0 14px;
        scroll-snap-align: start;
    }
    .il-seasons-section .il-episode-panel {
        margin-top: 10px;
    }
    .il-episodes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .il-episode {
        min-height: 126px;
    }
    .il-episode span {
        top: 8px;
        left: 8px;
        padding: 4px 7px;
        font-size: 11px;
    }
    .il-episode b {
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }
    .il-player-section {
        padding: 10px;
    }
}

@media (max-width: 380px) {
    body.home #contenedor,
    body.blog #contenedor {
        padding-left: 8px;
        padding-right: 8px;
    }
    .il-info-column h1 {
        font-size: 23px;
    }
    .il-badges span {
        flex-basis: 100%;
    }
    .il-episodes-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .il-episode {
        min-height: 158px;
    }
}

@media (max-width: 760px) {
    .il-after-player {
        grid-template-columns: minmax(0, 1fr);
    }
    .il-voice-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .il-after-share,
    .il-after-rating {
        align-items: flex-start;
        flex-direction: column;
    }
    .il-after-share {
        flex-direction: row;
    }
    .il-after-share .il-after-title,
    .il-after-rating .il-after-title {
        flex: 0 0 100%;
        margin: 0 0 2px;
    }
    .il-after-rating .starstruck-ptype,
    .il-after-rating .starstruck-wrap,
    .il-after-rating .dt_rating_data {
        align-items: flex-start;
        flex-direction: column;
    }
    .il-home-comments #comments,
    .il-home-comments #respond {
        padding: 14px;
    }
    body.home footer.main,
    body.blog footer.main {
        display: block !important;
        margin-bottom: 18px;
        padding: 0 10px;
    }
    body.home footer.main .fcmpbox,
    body.blog footer.main .fcmpbox {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 16px;
    }
}

/* Final homepage hardening. Keep one rating system: Dooplay/Starstruck stars. */
.izvne-vote,
.pld-like-dislike-wrap,
.posts-like-dislike,
[class*="posts-like-dislike"] {
    display: none !important;
}

.starstruck .star-on-png,
.starstruck .star-off-png,
.starstruck .star-half-png,
.starstruck .cancel-on-png,
.starstruck .cancel-off-png {
    color: #b54143 !important;
    display: inline-block !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    height: 22px !important;
    line-height: 22px !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    width: 22px !important;
}

.starstruck .star-on-png::before,
.starstruck .star-off-png::before,
.starstruck .star-half-png::before,
.starstruck .cancel-on-png::before,
.starstruck .cancel-off-png::before {
    content: "\2605" !important;
    color: inherit !important;
    opacity: 1 !important;
}

.starstruck .star-off-png,
.starstruck .cancel-off-png {
    color: #aeb8aa !important;
}

.starstruck-main,
.starstruck-read-only {
    min-width: 220px !important;
    white-space: nowrap !important;
}

.il-comments-title,
.il-home-comments #comments .comments-title,
.il-home-comments #comments h2,
.il-home-comments #reply-title.comment-reply-title {
    background: transparent !important;
    color: var(--il-text) !important;
    opacity: 1 !important;
    text-shadow: none !important;
    visibility: visible !important;
}

body.home .fixheadresp #arch-menu.menuresp,
body.blog .fixheadresp #arch-menu.menuresp,
body.home .fixheadresp #arch-menu.menuresp .menu,
body.blog .fixheadresp #arch-menu.menuresp .menu,
body.home .fixheadresp #arch-menu.menuresp .menu > div,
body.blog .fixheadresp #arch-menu.menuresp .menu > div,
body.home .fixheadresp #arch-menu.menuresp .menu ul,
body.blog .fixheadresp #arch-menu.menuresp .menu ul,
body.home .fixheadresp #arch-menu.menuresp .menu li,
body.blog .fixheadresp #arch-menu.menuresp .menu li {
    background: #ffffff !important;
    color: var(--il-text) !important;
    opacity: 1 !important;
    text-shadow: none !important;
    visibility: visible !important;
}

body.home .fixheadresp #arch-menu.menuresp a,
body.blog .fixheadresp #arch-menu.menuresp a,
body.home .fixheadresp #arch-menu.menuresp .menu a,
body.blog .fixheadresp #arch-menu.menuresp .menu a,
body.home .fixheadresp #arch-menu.menuresp .menu ul.resp li a,
body.blog .fixheadresp #arch-menu.menuresp .menu ul.resp li a,
body.home .fixheadresp #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a,
body.blog .fixheadresp #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a,
body.home .fixheadresp #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a::before,
body.blog .fixheadresp #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a::before {
    background: #ffffff !important;
    color: var(--il-text) !important;
    opacity: 1 !important;
    text-shadow: none !important;
    visibility: visible !important;
}

body.home .fixheadresp #arch-menu.menuresp .menu ul.resp > li > a,
body.blog .fixheadresp #arch-menu.menuresp .menu ul.resp > li > a {
    border-bottom: 1px solid var(--il-line) !important;
    font-weight: 900 !important;
}

@media (max-width: 760px) {
    body.home #wpadmbar,
    body.blog #wpadmbar,
    body.home #arch-menu.menuresp,
    body.blog #arch-menu.menuresp,
    body.home .fixheadresp #arch-menu.menuresp,
    body.blog .fixheadresp #arch-menu.menuresp {
        background: #ffffff !important;
        border: 1px solid #e6ebe4 !important;
        box-shadow: 0 18px 44px rgba(16, 20, 15, 0.16) !important;
        color: #171a17 !important;
        opacity: 1 !important;
        text-shadow: none !important;
        visibility: visible !important;
        z-index: 99999 !important;
    }

    body.home #wpadmbar *,
    body.blog #wpadmbar *,
    body.home #arch-menu.menuresp *,
    body.blog #arch-menu.menuresp *,
    body.home .fixheadresp #arch-menu.menuresp *,
    body.blog .fixheadresp #arch-menu.menuresp * {
        color: #171a17 !important;
        opacity: 1 !important;
        text-shadow: none !important;
        visibility: visible !important;
    }

    body.home #arch-menu.menuresp .menu,
    body.blog #arch-menu.menuresp .menu,
    body.home #arch-menu.menuresp .menu > div,
    body.blog #arch-menu.menuresp .menu > div,
    body.home #arch-menu.menuresp .menu ul,
    body.blog #arch-menu.menuresp .menu ul,
    body.home #arch-menu.menuresp .menu li,
    body.blog #arch-menu.menuresp .menu li {
        background: transparent !important;
        border-color: #e6ebe4 !important;
        color: #171a17 !important;
        display: block !important;
        float: none !important;
        height: auto !important;
        line-height: normal !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
    }

    body.home #wpadmbar a,
    body.blog #wpadmbar a,
    body.home #wpadmbar span,
    body.blog #wpadmbar span,
    body.home #wpadmbar strong,
    body.blog #wpadmbar strong,
    body.home #arch-menu.menuresp a,
    body.blog #arch-menu.menuresp a,
    body.home #arch-menu.menuresp span,
    body.blog #arch-menu.menuresp span,
    body.home #arch-menu.menuresp strong,
    body.blog #arch-menu.menuresp strong,
    body.home #arch-menu.menuresp .menu li a,
    body.blog #arch-menu.menuresp .menu li a,
    body.home #arch-menu.menuresp .menu ul.resp li a,
    body.blog #arch-menu.menuresp .menu ul.resp li a,
    body.home #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a,
    body.blog #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a {
        background: #ffffff !important;
        box-sizing: border-box !important;
        color: #171a17 !important;
        display: block !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        height: auto !important;
        line-height: 1.35 !important;
        min-height: 24px !important;
        opacity: 1 !important;
        overflow: visible !important;
        text-align: left !important;
        text-indent: 0 !important;
        text-transform: none !important;
        visibility: visible !important;
        white-space: normal !important;
    }

    body.home #arch-menu.menuresp .menu ul.resp > li > a,
    body.blog #arch-menu.menuresp .menu ul.resp > li > a {
        border-bottom: 1px solid #e6ebe4 !important;
        font-size: 20px !important;
        min-height: 54px !important;
        padding: 14px 18px !important;
    }

    body.home #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a,
    body.blog #arch-menu.menuresp .menu ul.resp li ul.sub-menu li a {
        background: #f8faf7 !important;
        border-bottom: 0 !important;
        font-size: 14px !important;
        min-height: 30px !important;
        padding: 7px 18px !important;
    }
}

.il-bottom-text {
    color: var(--il-text);
}

.il-bottom-content {
    color: var(--il-muted);
    font-size: 15px;
    line-height: 1.72;
}

.il-bottom-content h2,
.il-bottom-content h3 {
    border-bottom: 1px solid var(--il-line);
    color: var(--il-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 14px;
    padding-bottom: 12px;
}

.il-bottom-content p,
.il-bottom-content ul,
.il-bottom-content ol {
    margin: 0 0 14px;
}

.il-bottom-content p:last-child,
.il-bottom-content ul:last-child,
.il-bottom-content ol:last-child {
    margin-bottom: 0;
}

.il-bottom-content a {
    color: var(--il-green-dark);
    font-weight: 800;
}

@media (max-width: 760px) {
    .il-bottom-content {
        font-size: 14px;
        line-height: 1.65;
    }

    .il-bottom-content h2,
    .il-bottom-content h3 {
        font-size: 20px;
    }
}
