:root {
    --primary-color: #d71920;
    --primary-dark: #b9141a;
    --secondary-color: #354d77;
    --text-color: #1e1d1c;
    --muted-color: #7b8794;
    --soft-bg: #f4f6f8;
    --border-color: rgba(30, 29, 28, 0.1);
    --container: 1130px;
    --header-container: 1130px;
}

.module-page {
    padding: 46px 0 70px;
}

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

.module-card {
    display: block;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    text-decoration: none;
    overflow: hidden;
}

.module-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.module-card span {
    display: block;
    padding: 14px 16px 6px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.16;
}

.module-card p {
    padding: 0 16px 16px;
    margin: 0;
    color: #6b7280;
    line-height: 1.45;
}

.module-detail {
    padding: 46px 0 80px;
}

.module-detail h1 {
    font-size: 34px;
    line-height: 1.14;
    margin: 16px 0;
}

.module-summary {
    font-size: 17px;
    color: #64748b;
    margin-bottom: 18px;
}

.module-cover {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 24px;
}

.module-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 10px;
}

.interview-person,
.qa-item,
.poll-box,
.legal-content {
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    padding: 24px;
    margin: 18px 0;
}

.page-detail__card {
    max-width: 920px;
    margin-inline: auto;
}

.page-detail__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--page-accent, #d71920);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.page-detail__summary {
    color: #657184;
    font-size: 18px;
    line-height: 1.55;
    margin: 8px 0 22px;
}

.page-detail__content {
    color: #252525;
    font-size: 17px;
    line-height: 1.78;
}

.page-detail__content img,
.contact-page__map iframe {
    max-width: 100%;
    border: 0;
}

.page-detail__actions {
    border-top: 1px solid #edf0f4;
    margin-top: 28px;
    padding-top: 22px;
}

.page-detail__button,
.contact-page__form-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    background: var(--page-accent, #d71920);
    color: #fff;
    font-weight: 800;
    min-height: 46px;
    padding: 0 22px;
    cursor: pointer;
}

.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: start;
}

.contact-page__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.contact-page__card {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #e6ebf2;
    color: #1f2937;
    text-decoration: none;
}

.contact-page__card i {
    color: var(--page-accent, #d71920);
    font-size: 20px;
}

.contact-page__card span {
    color: #718096;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-page__address {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    color: #334155;
    line-height: 1.6;
}

.contact-page__address i {
    color: var(--page-accent, #d71920);
    margin-top: 4px;
}

.contact-page__socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.contact-page__socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: #f2f5f9;
    color: #334155;
    text-decoration: none;
}

.contact-page__socials svg,
.footer-social svg,
.maintenance-socials svg,
.home-follow-grid svg {
    width: 1em;
    height: 1em;
    display: block;
}

.contact-page__form-card {
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    padding: 24px;
}

.contact-page__form-card h2 {
    margin: 0 0 18px;
    font-size: 24px;
}

.contact-page__form-card label {
    display: grid;
    gap: 7px;
    margin-bottom: 13px;
    color: #637083;
    font-size: 13px;
    font-weight: 800;
}

.contact-page__form-card input,
.contact-page__form-card textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #1f2937;
    font: inherit;
    padding: 12px 13px;
    outline: none;
}

.contact-page__map {
    overflow: hidden;
    margin-top: 28px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
}

.contact-page__map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.contact-page {
    background: #eef3f8;
    font-size: 14px;
    padding-top: 14px;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: start;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(25, 37, 55, 0.08);
}

.contact-main-card {
    min-height: 980px;
    padding: 26px 26px 34px;
    background: #fff;
}

.contact-section-title,
.contact-side-title {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-section-title h1,
.contact-section-title h2,
.contact-side-title h2 {
    margin: 0;
    color: var(--primary-color);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
}

.contact-section-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #cfd9e5 0 100%);
    border-top: 1px solid #dfe6ee;
}

.contact-section-title--small {
    margin-top: 28px;
}

.contact-section-title--small h2 {
    font-size: 20px;
}

.contact-info-list {
    display: grid;
}

.contact-info-row {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 10px 0;
    border-bottom: 2px dashed #e1e9f2;
    color: #4b5666;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.32;
}

.contact-info-row a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: inherit;
    text-decoration: none;
}

.contact-info-row strong {
    font-weight: 400;
}

.contact-info-row--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
}

.contact-info-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #e2ebf4;
    color: #566171;
    font-size: 16px;
}

.contact-legal-text {
    margin-top: 24px;
    color: #485465;
    font-size: 15px;
    line-height: 1.42;
}

.contact-legal-text p {
    margin: 0 0 4px;
}

.contact-legal-text strong {
    font-weight: 900;
}

.contact-map-frame {
    overflow: hidden;
    margin-top: 42px;
    border-radius: 8px;
    background: #eaf0f7;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    min-height: 455px;
    border: 0;
}

.contact-form-panel {
    margin-top: 34px;
    padding-top: 8px;
}

.contact-alert {
    margin-bottom: 16px;
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.contact-alert--error {
    background: #fde8e8;
    color: #b4232a;
}

.contact-alert--success {
    background: #e7f8ed;
    color: #1f7a3f;
}

.contact-form,
.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form {
    gap: 14px;
}

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

.contact-form label span {
    color: #4a5565;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #1f2937;
    font: inherit;
    font-size: 14px;
    padding: 13px 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(var(--page-accent-rgb, 215, 25, 32), 0.45);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--page-accent-rgb, 215, 25, 32), 0.09);
}

.contact-captcha {
    margin: 4px 0 2px;
}

.contact-form__submit {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--page-accent, var(--primary-color));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 0 24px;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(var(--page-accent-rgb, 215, 25, 32), 0.18);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.contact-form__submit:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.contact-side-panel {
    min-height: 100%;
    padding: 26px 22px 34px;
    background: #dfe8f2;
}

.contact-side-section + .contact-side-section {
    margin-top: 34px;
}

.contact-side-title {
    gap: 8px;
    margin-bottom: 18px;
}

.contact-side-title h2 {
    font-size: 21px;
}

.contact-side-title::after {
    content: "";
    display: block;
    width: 132px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0 28px, #c8d4e2 28px 100%);
}

.contact-corporate-list {
    display: grid;
    gap: 13px;
}

.contact-corporate-list a {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    min-height: 56px;
    border-radius: 9px;
    background: #fff;
    color: #4b5666;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(31, 42, 58, 0.04);
    transition: transform .18s ease, box-shadow .18s ease;
}

.contact-corporate-list a:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(31, 42, 58, 0.1);
}

.contact-corporate-list span {
    display: grid;
    place-items: center;
    height: 100%;
    background: #cbd7e4;
    color: #8a96a7;
}

.contact-corporate-list strong {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
}

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

.contact-popular-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    color: #2e3948;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(31, 42, 58, 0.08);
}

.contact-popular-card__image {
    position: relative;
    display: block;
    height: 98px;
    overflow: hidden;
}

.contact-popular-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-popular-card__image em {
    position: absolute;
    left: 12px;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 32px;
    height: 38px;
    background: var(--primary-color);
    color: #fff;
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
}

.contact-popular-card strong {
    display: -webkit-box;
    min-height: 78px;
    overflow: hidden;
    padding: 10px 14px 13px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.28;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.qa-item h2 {
    color: var(--page-accent, #d71920);
    font-size: 22px;
    margin: 0 0 12px;
}

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

.photo-lightbox-grid img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.poll-option {
    display: block;
    padding: 12px 14px;
    margin: 10px 0;
    background: #f3f6fb;
    cursor: pointer;
}

.poll-box button {
    border: 0;
    background: var(--page-accent, #d71920);
    color: #fff;
    font-weight: 800;
    padding: 11px 18px;
    border-radius: 6px;
    cursor: pointer;
}

.poll-result {
    position: relative;
    background: #edf2f7;
    padding: 10px 12px;
    margin-top: 10px;
    overflow: hidden;
}

.poll-result strong,
.poll-result span {
    position: relative;
    z-index: 1;
}

.poll-result span {
    float: right;
}

.poll-result i {
    position: absolute;
    inset: 0 auto 0 0;
    background: rgba(var(--page-accent-rgb, 215, 25, 32), .22);
}

.cookie-consent {
    position: fixed;
    z-index: 9998;
    display: none;
    left: 18px;
    bottom: 18px;
    width: min(360px, calc(100% - 36px));
}

.cookie-consent.is-visible {
    display: block;
}

.cookie-banner {
    padding: 14px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.16);
    backdrop-filter: saturate(155%) blur(16px);
    -webkit-backdrop-filter: saturate(155%) blur(16px);
}

.cookie-banner__content strong {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
}

.cookie-banner p {
    margin: 0;
    color: #4b5563;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

.cookie-banner__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
}

.cookie-banner__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 9px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.62);
}

.cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 8px;
}

.cookie-button {
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cookie-button:hover {
    transform: translateY(-1px);
}

.cookie-button--primary {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 12px 28px rgba(215, 25, 32, 0.26);
}

.cookie-button--ghost {
    background: rgba(215, 25, 32, 0.08);
    color: var(--primary-color);
}

.cookie-button--muted {
    background: #eef2f7;
    color: #334155;
}

.cookie-button--dark {
    background: #111;
    color: #fff;
}

.cookie-preferences {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
}

.cookie-preferences.is-open {
    display: block;
}

body.is-cookie-preferences-open {
    overflow: hidden;
}

.cookie-preferences__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(15, 23, 42, 0.28)),
        rgba(15, 23, 42, 0.2);
    backdrop-filter: saturate(150%) blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
}

.cookie-preferences__dialog {
    position: relative;
    z-index: 1;
    width: min(620px, calc(100% - 36px));
    max-height: calc(100vh - 36px);
    margin: 18px auto;
    padding: 18px 22px 22px;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    color: #1f2937;
    box-shadow: 0 24px 74px rgba(15, 23, 42, 0.22);
    backdrop-filter: saturate(155%) blur(18px);
    -webkit-backdrop-filter: saturate(155%) blur(18px);
}

.cookie-preferences__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    color: #334155;
    font-size: 13px;
    cursor: pointer;
}

.cookie-preferences__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(215, 25, 32, 0.08);
    color: var(--primary-color);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cookie-preferences h2 {
    margin: 12px 0 8px;
    color: #1f2937;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.08;
}

.cookie-preferences__intro {
    max-width: 560px;
    margin: 0 0 14px;
    color: #4b5563;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.48;
}

.cookie-preferences__list {
    display: grid;
    gap: 8px;
}

.cookie-preference-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.58);
}

.cookie-preference-card__text strong {
    display: block;
    color: #1f2937;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
}

.cookie-preference-card__text p {
    margin: 5px 0 0;
    color: #4b5563;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.42;
}

.cookie-required-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(74, 222, 128, 0.16);
    color: #9af2b1;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.cookie-switch {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 26px;
}

.cookie-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cookie-switch span {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.34);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-switch span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.22s ease;
}

.cookie-switch input:checked + span {
    background: var(--primary-color);
}

.cookie-switch input:checked + span::before {
    transform: translateX(20px);
}

.cookie-preferences__footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.cookie-preferences__footer p {
    margin: 0 0 9px;
    color: #4b5563;
    font-size: 10px;
    font-weight: 600;
}

.cookie-preferences__footer a {
    color: var(--primary-color);
    text-decoration: none;
}

.cookie-preferences__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .module-grid,
    .photo-lightbox-grid {
        grid-template-columns: 1fr;
    }

    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        display: none;
    }

    .cookie-consent.is-visible {
        display: block;
    }

    .cookie-banner {
        padding: 13px;
    }

    .cookie-banner__content strong {
        font-size: 15px;
    }

    .cookie-banner p {
        font-size: 11px;
    }

    .cookie-banner__links {
        grid-template-columns: 1fr;
    }

    .cookie-preferences__dialog {
        width: calc(100% - 24px);
        max-height: calc(100vh - 24px);
        margin: 12px auto;
        padding: 17px 13px 15px;
        border-radius: 13px;
    }

    .cookie-preferences__close {
        top: 14px;
        right: 14px;
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .cookie-preferences h2 {
        font-size: 20px;
    }

    .cookie-preferences__intro,
    .cookie-preference-card__text p {
        font-size: 11px;
    }

    .cookie-preference-card {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .cookie-preference-card__text strong {
        font-size: 14px;
    }

    .cookie-preferences__actions,
    .cookie-preferences__actions .cookie-button {
        width: 100%;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    background: #fff;
    color: var(--text-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.6;
}

body.is-comment-modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 10px;
}

.app {
    min-height: 100vh;
    overflow-x: hidden;
}

.header .container {
    max-width: var(--header-container);
    padding: 0 10px;
}

.header-top {
    min-height: 40px;
    background: linear-gradient(90deg, var(--page-accent, #e1262c) 0%, #1e3d74 100%);
    color: #fff;
}

.header-top .container {
    min-height: 40px;
}

.header-top__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    min-height: 40px;
}

.header-top__inner strong {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.header-top__ticker {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.header-top__ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 46px;
    min-width: 100%;
    padding-left: 100%;
    animation: punto-breaking-ticker 26s linear infinite;
}

.header-top__ticker:hover .header-top__ticker-track {
    animation-play-state: paused;
}

.header-top__ticker-track a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.header-top__ticker-track a::after {
    content: "";
    position: absolute;
    right: -24px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
}

@keyframes punto-breaking-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.header-main {
    background: #fff;
    border-bottom: 1px solid rgba(30, 29, 28, 0.08);
}

.header-main__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 88px;
}

.site-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 255px;
    line-height: 1;
}

.site-logo__wordmark {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 0;
}

.site-logo__image {
    display: block;
    width: auto;
    max-width: 285px;
    max-height: 76px;
    object-fit: contain;
}

.site-logo__word--primary {
    color: var(--primary-color);
}

.site-logo__word--secondary {
    color: #2d74b9;
}

.site-logo__text {
    display: block;
}

.site-logo__tagline {
    display: block;
    margin-top: 4px;
    color: #d75f5f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 26px;
    min-width: 0;
}

.market-strip {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    min-width: 0;
}

.market-card {
    display: grid;
    gap: 3px;
    min-width: 116px;
}

.market-card__label {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.market-card__row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.market-card__row strong {
    color: #1f1f22;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.market-card__badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 7px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.market-card__badge--green {
    background: #438b62;
}

.market-card__badge--amber {
    background: #eeaa3a;
}

.market-card__badge--red {
    background: #b84a5b;
}

.header-weather {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 215px;
    padding-left: 26px;
    border-left: 1px solid rgba(30, 29, 28, 0.22);
}

.header-weather__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}

.header-weather__icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.header-weather span {
    display: grid;
    gap: 2px;
}

.header-weather small {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.header-weather strong {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.header-social {
    display: flex;
    gap: 7px;
}

.header-social a,
.footer-social a {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: var(--secondary-color);
    color: #fff;
    transition: 0.25s ease;
}

.header-social a:hover,
.footer-social a:hover {
    background: var(--primary-color);
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
}

.mobile-header-search {
    display: none;
}

.header-bottom {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 8px 14px rgba(30, 29, 28, 0.08);
}

.header-bottom--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1111;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1);
}

.header-bottom--fixed.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 54px;
}

.desktop-nav__list {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.desktop-nav__list a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    transition: 0.25s ease;
    white-space: nowrap;
}

.desktop-nav__list a:hover,
.desktop-nav__list a.is-active {
    color: var(--page-accent, var(--primary-color));
}

.desktop-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--page-accent, var(--primary-color));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.desktop-nav__list a:hover::after,
.desktop-nav__list a.is-active::after {
    transform: scaleX(1);
}

.desktop-nav__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 0 0 auto;
}

.nav-search {
    position: relative;
    width: 218px;
    height: 44px;
    overflow: hidden;
    border-radius: 8px;
    background: #fbf3f3;
}

.nav-search--trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 17px;
    border: 0;
    color: #888;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.nav-search--trigger i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #fff;
    color: #222;
    font-size: 16px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
}

.nav-search input {
    width: 100%;
    height: 100%;
    padding: 0 52px 0 17px;
    border: 0;
    background: transparent;
    color: var(--text-color);
    font-size: 14px;
    outline: 0;
}

.nav-search input::placeholder {
    color: #888;
}

.nav-search button {
    position: absolute;
    top: 6px;
    right: 6px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #222;
    font-size: 16px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
}

.nav-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.nav-menu-trigger i {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--primary-color);
    box-shadow: 0 -9px 0 var(--primary-color), 0 9px 0 var(--primary-color);
}

.mobile-nav {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1000;
    width: min(86vw, 360px);
    padding: 24px;
    background: #fff;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.18);
    transform: translateX(-105%);
    transition: transform 0.3s ease;
}

.mobile-nav.is-open {
    transform: translateX(0);
}

.mobile-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.mobile-nav__head strong {
    font-size: 22px;
    color: var(--primary-color);
}

.mobile-nav__close {
    width: 36px;
    height: 36px;
    border: 0;
    color: #fff;
    background: var(--primary-color);
}

.mobile-nav ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.mobile-nav li a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
    font-size: 15px;
    font-weight: 800;
}

.main {
    padding-top: 25px;
}

.section {
    padding-top: 25px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.section-header .title {
    flex: 0 0 auto;
    color: var(--page-accent, var(--primary-color));
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.section-header .line {
    display: flex;
    align-items: center;
    flex: 1;
}

.section-header .circle {
    width: 8px;
    height: 8px;
    background: var(--page-accent, var(--primary-color));
    border-radius: 999px;
}

.section-header .border {
    height: 1px;
    margin-left: 6px;
    background: var(--border-color);
}

.section-header .border:first-child {
    width: 100%;
}

.section-header .border:last-child {
    width: 80%;
    margin-top: 4px;
}

.section-header .right {
    flex: 1;
}

.home-frontpage {
    padding-top: 0;
}

.home-frontpage__shell {
    max-width: 1702px;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr) 248px;
    gap: 34px;
    align-items: start;
}

.home-frontpage__main {
    min-width: 0;
}

.home-top-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.home-top-card {
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
}

.home-top-card__image {
    position: relative;
    display: block;
    height: 178px;
    aspect-ratio: auto;
    overflow: hidden;
    background: #edf1f7;
}

.home-top-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.home-top-card:hover .home-top-card__image img {
    transform: scale(1.1);
}

.home-top-card__badge {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.home-top-card__body {
    height: 112px;
    min-height: 0;
    padding: 20px;
}

.home-top-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.home-top-card__title {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    color: #1e1d1c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.4;
    transition: 0.3s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-top-card:hover .home-top-card__title {
    color: var(--primary-color);
}

.home-showcase {
    position: relative;
    margin-bottom: 34px;
    --home-showcase-height: clamp(420px, 42vw, 560px);
}

.home-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.home-showcase__hero,
.home-showcase__side-card {
    position: relative;
    overflow: hidden;
    background: #111b2f;
    box-shadow: none;
}

.home-showcase__hero {
    height: var(--home-showcase-height);
    min-height: 0;
}

.home-showcase__hero-link,
.home-showcase__side-card {
    display: block;
    height: 100%;
    color: #fff;
}

.home-showcase__hero-link img,
.home-showcase__side-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-showcase__hero-link::after,
.home-showcase__side-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(22, 34, 61, 0.6) 70%, rgba(32, 46, 78, 0.92) 100%);
}

.home-showcase__overlay,
.home-showcase__side-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
}

.home-showcase__overlay {
    padding: 0 0 40px;
    background: none;
}

.home-showcase__overlay h2 {
    margin: 0;
    padding: 5px 30px;
    background-color: rgba(53, 77, 119, 0.7);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.4;
}

.home-showcase__side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: var(--home-showcase-height);
    min-height: 0;
}

.home-showcase__side-overlay {
    padding: 0 0 20px;
    background: none;
}

.home-showcase__side-overlay h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding: 5px 20px;
    background-color: rgba(53, 77, 119, 0.7);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-showcase .category-showcase__badge {
    background: #4e5f7f;
}

.home-showcase .category-showcase__arrow {
    width: 52px;
    height: 52px;
    font-size: 40px;
}

.home-showcase .category-showcase__arrow--next {
    right: calc((100% - 10px) / 3 + 20px);
}

.home-showcase__nav {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: grid;
    width: calc((100% - 10px) * 2 / 3);
    grid-template-columns: repeat(var(--showcase-count, 1), minmax(0, 1fr));
}

.home-showcase__nav-item {
    min-height: 40px;
    border: 0;
    background: rgba(45, 67, 112, 0.96);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.home-showcase__nav-item.is-active {
    background: var(--page-accent, #d71920);
}

.home-partner-news {
    margin-bottom: 20px;
}

.home-dual-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
    margin-bottom: 26px;
    align-items: start;
}

.home-dual-section__main,
.home-dual-section__aside {
    min-width: 0;
}

.section-header--compact {
    margin-bottom: 14px;
}

.section-header--compact .title {
    font-size: 15px;
}

.line--short {
    min-width: 0;
}

.home-more-link {
    color: #d83b3b;
    font-size: 11px;
    font-weight: 800;
}

.home-partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-partner-card {
    overflow: hidden;
    border: 1px solid rgba(22, 34, 61, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 18px rgba(18, 32, 64, 0.06);
}

.home-partner-card__image {
    display: block;
    aspect-ratio: 1 / 0.72;
    overflow: hidden;
}

.home-partner-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-partner-card__body {
    padding: 8px 10px 12px;
}

.home-partner-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #121722;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.16;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-partner-card__source {
    margin-top: 6px;
    color: #9aa1af;
    font-size: 12px;
    font-style: italic;
}

.home-authors {
    display: grid;
    gap: 12px;
}

.home-author-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.home-author-card img {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid rgba(var(--page-accent-rgb, 215, 25, 32), 0.85);
}

.home-author-card__body strong {
    display: block;
    color: #d33d3d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.18;
}

.home-author-card__body span {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 4px;
    color: #707785;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-banner {
    margin: 18px 0 24px;
}

.home-banner__surface {
    display: grid;
    place-items: center;
    min-height: 86px;
    padding: 16px;
    background: linear-gradient(90deg, rgba(247, 241, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(35, 44, 62, 0.08);
    color: #ba4d99;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.home-banner__surface--image {
    padding: 0;
    overflow: hidden;
    background: #f8fafc;
}

.home-banner__surface--image img {
    display: block;
    width: 100%;
    max-height: 130px;
    object-fit: cover;
}

.home-banner__surface--code {
    overflow: hidden;
}

.home-banner--secondary .home-banner__surface {
    min-height: 96px;
    background: linear-gradient(90deg, #f2e7de 0%, #fbf8f4 100%);
    color: #90715f;
}

.home-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.9fr);
    gap: 16px;
}

.home-editorial__featured {
    overflow: hidden;
    border: 1px solid rgba(22, 34, 61, 0.08);
    background: #fff;
}

.home-editorial__featured-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.64;
    overflow: hidden;
    background: #dfe4ee;
}

.home-editorial__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-editorial__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-editorial__featured-body {
    padding: 12px 14px 16px;
}

.home-editorial__featured-title {
    display: -webkit-box;
    overflow: hidden;
    color: #171d28;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.22;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-editorial__list {
    display: grid;
    gap: 12px;
}

.home-editorial__item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.home-editorial__item-image {
    display: block;
    aspect-ratio: 1 / 0.82;
    overflow: hidden;
    background: #dfe4ee;
}

.home-editorial__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-editorial__item-title {
    display: -webkit-box;
    overflow: hidden;
    color: #1a1f29;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-follow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.home-follow-grid a {
    display: grid;
    align-content: center;
    place-items: center;
    gap: 6px;
    min-height: 78px;
    min-width: 0;
    padding: 11px 6px 10px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #44506a;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(20, 28, 45, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-follow-grid a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(18, 32, 64, 0.14);
}

.home-follow-grid__icon {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
}

.home-follow-grid__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
}

.home-follow-grid__label {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(12px, 0.88vw, 15px);
    font-weight: 800;
    line-height: 1.05;
}

.home-follow-grid .social-facebook {
    color: #355899;
    background: #dcecff;
}

.home-follow-grid .social-instagram {
    color: #d12bb2;
    background: #fde5f5;
}

.home-follow-grid .social-x,
.home-follow-grid .social-tiktok {
    color: #111;
    background: #f4f4f6;
}

.home-follow-grid .social-youtube {
    color: #ff0000;
    background: #ffe5e5;
}

.home-follow-grid .social-linkedin {
    color: #0a66c2;
    background: #e1efff;
}

.home-follow-grid .social-telegram {
    color: #229ed9;
    background: #e5f6ff;
}

.home-follow-grid .social-whatsapp {
    color: #25d366;
    background: #e1f9ec;
}

.home-popular-head {
    margin-top: 6px;
}

.home-popular-list {
    display: grid;
    gap: 12px;
}

.home-popular-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.home-popular-item img {
    width: 74px;
    height: 56px;
    object-fit: cover;
}

.home-popular-item span {
    display: -webkit-box;
    overflow: hidden;
    color: #252b34;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-multimedia-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.home-multimedia-card {
    overflow: hidden;
    border: 1px solid rgba(22, 34, 61, 0.08);
    background: #fff;
}

.home-multimedia-card__image {
    display: block;
    aspect-ratio: 1 / 0.62;
    overflow: hidden;
    background: #dfe4ee;
}

.home-multimedia-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-multimedia-card__body {
    padding: 12px 14px 14px;
}

.home-multimedia-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #1a1f29;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.22;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-mini-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-mini-card__image {
    display: block;
    aspect-ratio: 1 / 0.74;
    overflow: hidden;
    background: #dfe4ee;
}

.home-mini-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-mini-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 8px;
    color: #242a36;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.18;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-story-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-rail {
    position: sticky;
    top: 70px;
    z-index: 5;
    align-self: start;
    min-width: 0;
    height: fit-content;
    max-height: calc(100vh - 84px);
}

.home-rail .detail-rail-ad {
    min-height: min(570px, calc(100vh - 84px));
}

.sidebar {
    position: relative;
}

.sidebar-sticky {
    position: sticky;
    top: 20px;
}

.ad-box {
    display: grid;
    place-items: center;
    min-height: 250px;
    margin-bottom: 24px;
    border: 1px solid var(--border-color);
    background: repeating-linear-gradient(135deg, #f7f8fa 0, #f7f8fa 12px, #fff 12px, #fff 24px);
    color: #9aa4af;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.popular-list,
.category-stack {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-list li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.popular-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 13px 0;
}

.popular-number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.popular-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-stack {
    display: grid;
    gap: 10px;
}

.category-stack a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
    transition: 0.25s ease;
}

.category-stack a:hover {
    background: var(--primary-color);
}

.inner-page {
    padding-top: 18px;
}

.inner-page--detail {
    margin-top: -25px;
    padding-top: 0;
}

.detail-page-container {
    max-width: 1560px;
}

.detail-breadcrumb-shell {
    margin-bottom: 26px;
    background: linear-gradient(
        90deg,
        rgba(var(--page-accent-rgb, 215, 25, 32), 0.98) 0%,
        rgba(var(--page-accent-rgb, 215, 25, 32), 0.98) 60%,
        rgba(var(--page-accent-rgb, 215, 25, 32), 0.9) 100%
    );
}

.category-page {
    margin-top: -25px;
    padding-top: 0;
}

.category-page-container {
    max-width: 1640px;
}

.category-breadcrumb-shell {
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(var(--category-accent-rgb), 0.96) 0%, rgba(var(--category-accent-rgb), 0.88) 100%);
}

.category-breadcrumb-bar {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: rgba(255, 255, 255, 0.95);
}

.category-breadcrumb-bar__trail {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.category-breadcrumb-bar__trail a,
.category-breadcrumb-bar__trail strong,
.category-breadcrumb-bar__trail span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-shell {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr) 200px;
    gap: 22px;
    align-items: start;
}

.category-main {
    min-width: 0;
}

.category-showcase {
    position: relative;
    margin-bottom: 34px;
    --category-showcase-height: clamp(420px, 42vw, 560px);
}

.category-showcase__slide {
    display: none;
}

.category-showcase__slide.is-active {
    display: block;
}

.category-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(300px, 0.9fr);
    gap: 14px;
    align-items: stretch;
}

.category-showcase__hero,
.category-showcase__side-card {
    position: relative;
    overflow: hidden;
    background: #e9edf3;
}

.category-showcase__hero {
    height: var(--category-showcase-height);
    min-height: 0;
}

.category-showcase__hero-link,
.category-showcase__side-card {
    display: block;
    height: 100%;
    color: #fff;
}

.category-showcase__hero img,
.category-showcase__side-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-showcase__hero-link::after,
.category-showcase__side-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(18, 32, 64, 0.58) 70%, rgba(18, 32, 64, 0.84) 100%);
}

.category-showcase__overlay,
.category-showcase__side-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 16px 20px;
    background: linear-gradient(180deg, rgba(22, 32, 58, 0.05) 0%, rgba(52, 73, 112, 0.55) 48%, rgba(61, 78, 116, 0.88) 100%);
}

.category-showcase__overlay {
    bottom: 40px;
    padding: 0;
    background: none;
}

.category-showcase__overlay h2 {
    margin: 0;
    padding: 12px 28px;
    background: rgba(var(--category-accent-rgb, 53, 77, 119), 0.72);
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.22;
}

.category-showcase__side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: var(--category-showcase-height);
    min-height: 0;
}

.category-showcase__side-card {
    height: 100%;
    min-height: 0;
}

.category-showcase__side-overlay h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.26;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-showcase__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    background: var(--category-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.category-showcase__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    transform: translateY(-50%);
}

.category-showcase__arrow--prev {
    left: 10px;
}

.category-showcase__arrow--next {
    right: 10px;
}

.category-showcase__nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(var(--showcase-count, 17), minmax(0, 1fr));
    background: rgba(var(--category-accent-rgb, 45, 67, 112), 0.92);
}

.category-showcase__nav-item {
    min-height: 40px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(var(--category-accent-rgb, 45, 67, 112), 0.88);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.category-showcase__nav-item.is-active,
.category-showcase__nav-item:hover,
.category-showcase__nav-item:focus-visible {
    background: var(--category-accent);
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.12);
}

.category-section {
    margin-bottom: 32px;
}

.category-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.category-section__head h2 {
    margin: 0;
    color: #111822;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

.category-section__head span {
    color: #9199a8;
    font-size: 18px;
    font-weight: 700;
}

.category-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.category-story-card {
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(17, 24, 36, 0.05);
}

.category-story-card__photo {
    display: block;
    aspect-ratio: 1 / 0.72;
    overflow: hidden;
}

.category-story-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-story-card__body {
    padding: 10px 12px 14px;
}

.category-story-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #101722;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.18;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.category-story-card__source {
    margin-top: 8px;
    color: #9ea6b6;
    font-size: 13px;
    font-style: italic;
}

.category-page__pagination {
    margin-top: 8px;
}

.breadcrumb {
    margin-bottom: 16px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.breadcrumb a {
    color: var(--primary-color);
}

.detail-breadcrumb-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 22px;
    padding: 0;
    min-height: 54px;
    color: rgba(255, 255, 255, 0.92);
}

.detail-breadcrumb-bar__trail {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.detail-breadcrumb-bar__trail strong,
.detail-breadcrumb-bar__trail a,
.detail-breadcrumb-bar__trail span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-breadcrumb-bar__trail i {
    font-size: 11px;
}

.detail-breadcrumb-bar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.detail-top-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.detail-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 370px;
    gap: 22px;
    align-items: start;
}

.detail-rail,
.detail-article,
.sidebar--detail {
    min-width: 0;
}

.detail-hero {
    margin-bottom: 14px;
}

.content-grid--detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

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

.sidebar--detail {
    display: block;
}

.detail-rail-ad {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 570px;
    padding: 18px 18px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
    border: 1px solid rgba(30, 29, 28, 0.08);
    text-align: center;
}

.detail-rail-ad::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 62px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: #d72176;
    opacity: 0.95;
}

.detail-rail-ad::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 42px;
    width: 72px;
    height: 152px;
    border: 7px solid #3a3f4a;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.75)),
        linear-gradient(135deg, #ff8a3d 0%, #ee4d8a 52%, #5568ff 100%);
    box-shadow: 0 8px 18px rgba(30, 29, 28, 0.25);
    transform: translateX(50%) rotate(-4deg);
}

.detail-rail-ad__eyebrow {
    position: relative;
    z-index: 1;
    color: #4c4f56;
    font-size: 12px;
    font-weight: 500;
}

.detail-rail-ad strong {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: #271d18;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.16;
}

.detail-rail-ad__badges {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 178px;
    margin-top: 26px;
    margin-bottom: 210px;
}

.detail-rail-ad__badges span {
    display: grid;
    place-items: center;
    min-height: 30px;
    border-radius: 8px;
    background: #5e57e8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.detail-rail-ad__brand {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: calc(100% + 36px);
    min-height: 48px;
    margin: 0 -18px;
    background: #f28a27;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.frontend-ad--image {
    padding: 0;
    background: transparent;
}

.frontend-ad--image::before,
.frontend-ad--image::after {
    display: none;
}

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

.detail-rail-ad.frontend-ad--image img {
    min-height: 570px;
}

.detail-side-banner.frontend-ad--image {
    display: block;
    min-height: 250px;
    margin-bottom: 24px;
}

.detail-inline-ad {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    overflow: hidden;
    background: #f4f5f7;
}

.detail-inline-ad--inside,
.detail-inline-ad--bottom {
    margin-top: 22px;
}

.detail-inline-ad.frontend-ad--image img {
    max-height: 210px;
    object-fit: cover;
}

.detail-hero__category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    background: var(--page-accent, #d91e18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
    margin-top: 18px;
    padding-bottom: 0;
}

.detail-hero__timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    color: #7e838b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.detail-hero__timeline span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.detail-hero__timeline span + span::before {
    content: "|";
    margin-right: 12px;
    color: #b5bac1;
}

.detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.detail-hero__google-news {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid #d5d8dd;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.detail-hero__google-news .g-blue { color: #4285f4; }
.detail-hero__google-news .g-red { color: #ea4335; }
.detail-hero__google-news .g-yellow { color: #fbbc05; }
.detail-hero__google-news .g-green { color: #34a853; }
.detail-hero__google-news .g-gray { color: #5f6368; margin-left: 3px; }

.detail-hero__share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-hero__share a {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
}

.detail-hero__share a:nth-child(1) { background: #314a87; }
.detail-hero__share a:nth-child(2) { background: #111111; }
.detail-hero__share a:nth-child(3) { background: #2d8f4b; }
.detail-hero__share a:nth-child(4) { background: #24597d; }
.detail-hero__share a:nth-child(5) { background: #8c3030; }

.share-x-letter {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.page-title {
    margin: 10px 0 0;
    color: #1e1d1c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.23;
}

.detail-spot {
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    color: #4d535b;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.58;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
    color: #999;
    font-size: 13px;
    font-weight: 700;
}

.share {
    display: flex;
    gap: 7px;
}

.share a {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--secondary-color);
}

.share a:nth-child(1) { background: #3b5998; }
.share a:nth-child(2) { background: #000; }
.share a:nth-child(3) { background: #25d366; }

.detail-photo {
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: 18px;
    background: transparent;
}

.detail-photo img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
}

.detail-content {
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.82;
}

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

.detail-author-source {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.8fr);
    gap: 14px;
    margin: 28px 0 22px;
}

.detail-author-card,
.detail-source-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid rgba(31, 42, 68, 0.1);
    border-radius: 8px;
    background: #f3f6fa;
    color: #354052;
}

.detail-author-card {
    text-decoration: none;
}

.detail-author-card:hover {
    color: #1f2a44;
    border-color: rgba(215, 25, 32, 0.22);
}

.detail-author-card__avatar {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(31, 42, 68, 0.08);
}

.detail-author-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-author-card__body,
.detail-source-card__body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.detail-author-card__label,
.detail-source-card__body span {
    color: #7a8494;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.detail-author-card strong,
.detail-source-card strong {
    color: #313a49;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
}

.detail-author-card small,
.detail-source-card small {
    color: #4f5968;
    font-size: 13px;
    font-weight: 600;
}

.detail-author-card__bio {
    display: -webkit-box;
    overflow: hidden;
    color: #596575;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detail-author-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    color: var(--page-accent, #d71920);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.detail-source-card__icon {
    display: inline-grid;
    flex: 0 0 42px;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(215, 25, 32, 0.1);
    color: var(--page-accent, #d71920);
    font-size: 18px;
}

.detail-source-card a {
    margin-left: auto;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fff;
    color: var(--page-accent, #d71920);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.detail-side-banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 250px;
    margin-bottom: 24px;
    padding: 24px 22px;
    background: linear-gradient(180deg, rgba(55, 72, 72, 0.82) 0%, rgba(106, 126, 66, 0.84) 100%);
    color: #fff;
}

.detail-side-banner__eyebrow {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
}

.detail-side-banner strong {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.18;
}

.detail-side-banner small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.5;
}

.detail-sidebar-title {
    color: var(--page-accent, var(--primary-color));
}

.popular-item--media {
    grid-template-columns: 108px 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.popular-thumb {
    display: block;
    height: 74px;
    overflow: hidden;
    background: var(--soft-bg);
}

.popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-item--media .popular-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42;
    -webkit-line-clamp: 3;
}

.category-stack--visual {
    gap: 12px;
}

.category-visual-card {
    position: relative;
    min-height: 86px;
    overflow: hidden;
    padding: 0 22px;
    background: linear-gradient(135deg, var(--category-card-color, #3c4758) 0%, #13161d 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-visual-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.category-visual-card.has-image {
    background-image:
        linear-gradient(90deg, rgba(9, 14, 23, 0.74) 0%, rgba(9, 14, 23, 0.34) 100%),
        var(--category-card-image);
}

.category-visual-card span {
    position: relative;
    z-index: 1;
}

.detail-comments {
    margin-top: 36px;
    padding-top: 4px;
}

.detail-comments__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    margin-left: 8px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--page-accent, var(--primary-color));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.comment-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
}

.comment-alert--modal {
    margin-bottom: 18px;
}

.comment-alert--success {
    border-color: #caecd8;
    background: #effaf3;
    color: #13653c;
}

.comment-alert--error {
    border-color: #f0d1d1;
    background: #fff4f4;
    color: #a12929;
}

.comment-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: 22px;
    padding: 18px 22px;
    border: 1px solid var(--border-color);
    background: #fafbfd;
}

.comment-toolbar__lead {
    color: #44515f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.comment-toolbar__button,
.comment-empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    border: 1px solid #d9e2ee;
    border-radius: 0.5rem;
    background: #fff;
    color: #4d5a6b;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(17, 24, 36, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.comment-toolbar__button {
    padding: 0 22px;
}

.comment-empty-cta {
    width: 100%;
    margin-bottom: 22px;
    padding: 0 24px;
}

.comment-empty-cta__icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: var(--page-accent, #ef0f16);
    font-size: 31px;
}

.comment-toolbar__button:hover,
.comment-empty-cta:hover {
    border-color: rgba(var(--page-accent-rgb, 214, 34, 41), 0.4);
    color: var(--page-accent, #ef0f16);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(17, 24, 36, 0.12);
}

.comment-toolbar__button:active,
.comment-empty-cta:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(17, 24, 36, 0.1);
}

.comment-toolbar__button:focus-visible,
.comment-empty-cta:focus-visible,
.comment-form__submit:focus-visible,
.comment-modal__close:focus-visible,
.comment-captcha__refresh:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(var(--page-accent-rgb, 214, 34, 41), 0.2);
}

.comment-form {
    margin-bottom: 26px;
    padding: 24px;
    border: 1px solid var(--border-color);
    background: #fafbfd;
}

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

.comment-form__field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.comment-form__field label {
    color: #2f3b47;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.comment-form__field input,
.comment-form__field textarea {
    width: 100%;
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--text-color);
    font-size: 15px;
    outline: none;
    border-radius: 0.5rem;
}

.comment-form__field input {
    min-height: 48px;
    padding: 0 14px;
}

.comment-form__field textarea {
    padding: 14px;
    resize: vertical;
}

.comment-form__submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: var(--page-accent, var(--primary-color));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 14px 24px rgba(var(--page-accent-rgb, 214, 34, 41), 0.22);
}

.comment-form__submit:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.comment-form__submit:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(var(--page-accent-rgb, 214, 34, 41), 0.16);
}

.comment-form__note {
    margin: 14px 0 0;
    color: #7a8592;
    font-size: 13px;
    line-height: 1.5;
}

.comment-form--modal {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.comment-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
}

.comment-captcha__visual {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-captcha__visual img {
    width: 220px;
    max-width: 100%;
    height: 72px;
    border-radius: 12px;
    border: 1px solid #d3d9e2;
    background: #273247;
}

.comment-captcha__refresh {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #d3d9e2;
    border-radius: 12px;
    background: #fff;
    color: var(--text-color);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.comment-captcha__refresh:hover {
    border-color: rgba(var(--page-accent-rgb, 214, 34, 41), 0.4);
    color: var(--page-accent, var(--primary-color));
    transform: translateY(-1px);
}

.comment-list {
    display: grid;
    gap: 18px;
}

.comment-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid var(--border-color);
}

.comment-card__avatar {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #15233f;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.comment-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 14px;
    margin-bottom: 10px;
}

.comment-card__head strong {
    color: #1a2430;
    font-size: 17px;
    font-weight: 900;
}

.comment-card__head span {
    color: #8d98a4;
    font-size: 12px;
    font-weight: 700;
}

.comment-card__text {
    color: #33404d;
    font-size: 15px;
    line-height: 1.7;
}

.comment-empty {
    padding: 20px 0 2px;
    color: #7a8592;
    font-size: 15px;
    line-height: 1.6;
}

.comment-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
}

.comment-modal.is-open {
    display: block;
}

.comment-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
}

.comment-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(780px, calc(100% - 28px));
    max-height: calc(100vh - 36px);
    margin: 18px auto;
    padding: 26px 28px 24px;
    overflow-y: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.comment-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.comment-modal__close:hover {
    background: #e7eef7;
    color: var(--page-accent, var(--primary-color));
    transform: scale(1.04);
}

.comment-modal__headline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #ebedf1;
    color: var(--page-accent, var(--primary-color));
    font-size: 22px;
    font-weight: 900;
}

.comment-modal__headline i {
    font-size: 26px;
}

body.is-search-modal-open {
    overflow: hidden;
}

.search-modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: none;
    overflow-y: auto;
}

.search-modal.is-open {
    display: block;
}

.search-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(15, 23, 42, 0.38)),
        rgba(15, 23, 42, 0.24);
    backdrop-filter: saturate(150%) blur(4px);
    -webkit-backdrop-filter: saturate(150%) blur(4px);
}

.search-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(470px, calc(100% - 28px));
    max-height: calc(100vh - 36px);
    margin: 44px auto;
    padding: 25px 30px 28px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
}

.search-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 19px;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.search-modal__close:hover {
    color: var(--primary-color);
    transform: scale(1.04);
}

.search-modal__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 36px 10px;
}

.search-modal__logo img {
    display: block;
    max-width: 170px;
    max-height: 44px;
    object-fit: contain;
}

.search-modal__logo span {
    color: #1f2937;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.search-modal h2 {
    margin: 0 0 18px;
    padding: 0 34px 13px;
    border-bottom: 1px solid #e5e7eb;
    color: var(--primary-color);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.search-modal__form {
    display: grid;
    gap: 13px;
}

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

.search-modal__field {
    display: grid;
    gap: 6px;
}

.search-modal__field label {
    color: #374151;
    font-size: 13px;
    font-weight: 800;
}

.search-modal__control {
    display: flex;
    align-items: center;
    min-height: 45px;
    overflow: visible;
    border-radius: 7px;
    background: #f1f4f8;
}

.search-modal__control--date {
    position: relative;
}

.search-modal__control input,
.search-modal__control select {
    width: 100%;
    min-width: 0;
    height: 45px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #1f2937;
    font-size: 14px;
    outline: 0;
}

.search-modal__control--date input[type="text"] {
    padding-right: 44px;
}

.search-modal__control--date input[type="hidden"] {
    display: none;
}

.search-modal__date-button {
    position: absolute;
    top: 6px;
    right: 6px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: var(--primary-color);
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.08);
}

.tr-datepicker {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    display: none;
    width: 242px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
    backdrop-filter: saturate(145%) blur(12px);
    -webkit-backdrop-filter: saturate(145%) blur(12px);
}

.search-modal__date-grid .search-modal__field:last-child .tr-datepicker {
    right: 0;
    left: auto;
}

[data-tr-datepicker].is-open .tr-datepicker {
    display: block;
}

.tr-datepicker__head {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tr-datepicker__head strong {
    color: #1f2937;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.tr-datepicker__head button,
.tr-datepicker__days button {
    border: 0;
    cursor: pointer;
}

.tr-datepicker__head button {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: #f1f4f8;
    color: #334155;
    font-size: 11px;
}

.tr-datepicker__weekdays,
.tr-datepicker__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.tr-datepicker__weekdays {
    margin-bottom: 5px;
}

.tr-datepicker__weekdays span {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.tr-datepicker__days span,
.tr-datepicker__days button {
    min-width: 0;
    height: 28px;
}

.tr-datepicker__days button {
    border-radius: 7px;
    background: transparent;
    color: #1f2937;
    font-size: 12px;
    font-weight: 800;
}

.tr-datepicker__days button:hover,
.tr-datepicker__days button.is-selected {
    background: var(--primary-color);
    color: #fff;
}

.search-modal__control select {
    cursor: pointer;
}

.search-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 2px;
}

.search-modal__submit,
.search-modal__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 43px;
    min-width: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.search-modal__submit {
    background: var(--primary-color);
    color: #fff;
}

.search-modal__clear {
    background: #eef2f7;
    color: #374151;
}

.search-modal__note {
    max-width: 390px;
    margin: 18px auto 0;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-wrap: balance;
}

.search-page {
    padding: 44px 0 76px;
    background: #f7f8fb;
}

.search-page__filters {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) minmax(170px, 0.8fr) repeat(2, minmax(140px, 0.65fr)) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.search-page__filters label {
    display: grid;
    gap: 7px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.search-page__filters input,
.search-page__filters select {
    height: 44px;
    min-width: 0;
    padding: 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background: #f8fafc;
    color: #1f2937;
    font-size: 14px;
    outline: 0;
}

.search-page__date-control {
    position: relative;
    height: 44px;
}

.search-page__date-control input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background: #f8fafc;
    color: #1f2937;
    font-size: 14px;
    outline: 0;
}

.search-page__date-control input[type="hidden"] {
    display: none;
}

.search-page__date-control > button {
    position: absolute;
    top: 6px;
    right: 6px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: var(--primary-color);
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.08);
}

.search-page__filters label:nth-of-type(4) .tr-datepicker {
    right: 0;
    left: auto;
}

.search-page__actions {
    display: flex;
    gap: 8px;
}

.search-page__actions button,
.search-page__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.search-page__actions button {
    background: var(--primary-color);
    color: #fff;
}

.search-page__actions a {
    background: #eef2f7;
    color: #334155;
}

.search-results {
    display: grid;
    gap: 16px;
}

.search-result-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.search-result-card__image {
    display: block;
    overflow: hidden;
    border-radius: 7px;
}

.search-result-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.search-result-card__image span {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #eef2f7, #dbe4f0);
    color: #475569;
    font-size: 15px;
    font-weight: 900;
}

.search-result-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.search-result-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.search-result-card__meta span {
    padding: 4px 8px;
    border-radius: 5px;
    background: #f1f5f9;
}

.search-result-card__title {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.18;
    text-decoration: none;
}

.search-result-card__title:hover {
    color: var(--primary-color);
}

.search-result-card p {
    margin: 9px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
}

.inner-page--authors {
    margin-top: -25px;
    padding-top: 0;
}

.authors-breadcrumb-shell {
    margin-bottom: 22px;
}

.author-page-container {
    max-width: 1640px;
}

.author-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 370px 260px;
    gap: 22px;
    align-items: start;
}

.author-list-main,
.author-article {
    min-width: 0;
}

.author-list-main {
    min-height: 760px;
    padding-top: 18px;
}

.author-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 84px;
}

.author-list-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 128px;
    color: #1e1d1c;
}

.author-avatar-ring {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 108px;
    height: 108px;
    padding: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: conic-gradient(from 160deg, #304c86 0 44%, #d71920 44% 78%, #304c86 78% 100%);
    box-shadow: 0 14px 28px rgba(20, 28, 42, 0.13);
}

.author-avatar-ring img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    aspect-ratio: 1;
    background: #eef1f6;
    border: 5px solid #fff;
    border-radius: 999px;
    clip-path: circle(50% at 50% 50%);
    filter: grayscale(1);
}

.author-list-card__content {
    display: grid;
    gap: 5px;
}

.author-list-card__content strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.author-list-card__content small {
    display: -webkit-box;
    overflow: hidden;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.32;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author-list-card:hover .author-list-card__content strong {
    color: #a71218;
}

.author-side-banner {
    min-height: 190px;
}

.author-sidebar .section-header {
    margin-top: 24px;
}

.author-category-stack {
    margin-top: 26px;
}

.author-sidebar-partner {
    margin-top: 32px;
}

.author-sidebar-partner__grid,
.author-partner-grid {
    display: grid;
    gap: 12px;
}

.author-sidebar-partner__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.author-partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.author-partner-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 150px;
    overflow: hidden;
    padding: 12px;
    color: #fff;
    background: #1b2434;
}

.author-partner-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
}

.author-partner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.72) 100%);
}

.author-partner-card strong,
.author-partner-card small {
    position: relative;
    z-index: 1;
}

.author-partner-card strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.18;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.author-partner-card small {
    margin-top: 4px;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-style: italic;
}

.author-article {
    padding-top: 14px;
}

.author-article-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.author-article-head__top {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.author-avatar-ring--large {
    width: 108px;
    height: 108px;
}

.author-name-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    background: #143f67;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.author-article-head h1 {
    margin: 8px 0 8px;
    color: #1e1d1c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.16;
    text-transform: uppercase;
}

.author-article-meta {
    color: #8c939d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.author-share {
    justify-content: flex-end;
}

.author-article-lead {
    margin: 0 0 24px;
    padding: 24px 28px;
    border-radius: 8px;
    background: #0f4168;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

.author-article-content {
    font-size: 16px;
    line-height: 1.9;
}

.author-article-content blockquote,
.author-article-content .callout,
.author-article-content .note {
    margin: 24px 0;
    padding: 22px 24px;
    border-left: 4px solid #f2b447;
    border-radius: 6px;
    background: #fff5dc;
    color: #4a3a1d;
}

.author-partner-section,
.author-comment-form,
.author-other-writings,
.author-news-strip {
    margin-top: 36px;
}

.author-comment-form h2,
.author-other-writings h2 {
    margin: 0 0 18px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 900;
}

.author-other-writings h2 span {
    color: var(--primary-color);
}

.author-comment-form form {
    display: grid;
    gap: 12px;
}

.author-comment-form input,
.author-comment-form textarea {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #fff;
    color: var(--text-color);
    font-size: 14px;
    outline: 0;
}

.author-comment-form input {
    min-height: 42px;
    padding: 0 14px;
}

.author-comment-form textarea {
    padding: 14px;
    resize: vertical;
}

.author-comment-form button {
    justify-self: start;
    min-height: 44px;
    padding: 0 34px;
    border: 0;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

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

.author-other-card {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 0 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 36, 0.08);
}

.author-other-card i {
    color: var(--primary-color);
}

.author-other-card span {
    color: #676f7b;
    font-size: 13px;
    font-weight: 800;
}

.author-other-card small {
    color: #949ca7;
    font-size: 11px;
}

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

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

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 48px;
    min-height: 565px;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background: #1e1d1c;
    color: #e5e5e5;
}

.footer-top {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 32px 0 34px;
    background:
        linear-gradient(rgba(22, 22, 22, 0.90), rgba(22, 22, 22, 0.90)),
        url("footer_bg.png") center center / cover no-repeat,
        #171717;
}

.footer-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.05), transparent 28%);
    pointer-events: none;
}

.footer-top .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(210px, 260px) minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1px;
}

.footer-logo__image {
    width: auto;
    max-width: 285px;
    max-height: 78px;
    object-fit: contain;
}

.footer-text {
    max-width: 360px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #d8322f;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.footer-social a:hover {
    background: #ef3d38;
    transform: translateY(-2px);
}

.footer-contact {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    color: #9ca7b5;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.footer-column {
    min-width: 0;
}

.footer-heading {
    margin-bottom: 24px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer li {
    break-inside: avoid;
    margin-bottom: 5px;
}

.footer a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer-link-grid {
    columns: 3;
    column-gap: 58px;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 88px;
    background: #161616;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 88px;
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 700;
}

.footer-copyright,
.footer-bottom .container > div:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-powered {
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    font-weight: 400;
}

.footer-powered strong {
    color: #fff;
    font-weight: 900;
}

.footer-version {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.scrolltop,
.whatsapp {
    position: fixed;
    right: 18px;
    z-index: 900;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.scrolltop {
    bottom: 75px;
    background: var(--secondary-color);
}

.whatsapp {
    bottom: 22px;
    background: #25d366;
}

.empty-state {
    padding: 30px;
    border: 1px solid var(--border-color);
    background: var(--soft-bg);
    color: var(--muted-color);
    font-weight: 800;
    text-align: center;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination a,
.pagination span {
    display: grid;
    place-items: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    font-weight: 900;
}

.pagination .is-active,
.pagination a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

@media (max-width: 1500px) {
    .author-layout {
        grid-template-columns: 260px minmax(0, 1fr) 370px;
    }

    .author-right-rail {
        display: none;
    }
}

@media (max-width: 1200px) {
    .desktop-nav__list {
        gap: 14px;
    }

    .market-strip {
        gap: 14px;
    }

    .detail-layout {
        grid-template-columns: 220px minmax(0, 1fr) 320px;
        gap: 18px;
    }

    .author-layout {
        grid-template-columns: 220px minmax(0, 1fr) 320px;
        gap: 18px;
    }

    .author-list-grid {
        gap: 34px 36px;
    }

    .category-shell {
        grid-template-columns: 220px minmax(0, 1fr) 220px;
        gap: 20px;
    }

    .home-frontpage__shell {
        grid-template-columns: 180px minmax(0, 1fr) 180px;
        gap: 18px;
    }

    .home-top-strip {
        gap: 14px;
    }

    .home-dual-section {
        grid-template-columns: minmax(0, 1fr) 240px;
    }

    .home-showcase__grid {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .category-showcase__grid {
        grid-template-columns: minmax(0, 1fr) 310px;
    }

    .category-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .header-main__body {
        display: grid;
        grid-template-columns: auto minmax(180px, 1fr) auto;
        align-items: center;
        gap: 14px;
        min-height: 88px;
    }

    .header-search,
    .header-social,
    .header-info {
        display: none;
    }

    .mobile-header-search {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 48px;
        padding: 0 7px 0 22px;
        overflow: hidden;
        border: 0;
        border-radius: 14px;
        background: #fbf3f3;
        color: #8f8a8a;
        font-size: 17px;
        text-align: left;
    }

    .mobile-header-search i {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 10px;
        background: #fff;
        color: #222;
        font-size: 15px;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
    }

    .mobile-toggle {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        background: transparent;
        color: var(--primary-color);
        font-size: 28px;
    }

    .header-bottom--fixed {
        display: none;
    }

    .search-page__filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-page__actions {
        grid-column: 1 / -1;
    }

    .search-result-card {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .header-bottom {
        display: block;
        border-top: 1px solid rgba(30, 29, 28, 0.08);
        box-shadow: 0 14px 18px rgba(30, 29, 28, 0.08);
    }

    .header-bottom.header-bottom--fixed {
        display: none;
    }

    .desktop-nav {
        display: block;
        min-height: 58px;
        overflow: hidden;
    }

    .desktop-nav__list {
        gap: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 14px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .desktop-nav__list::-webkit-scrollbar {
        display: none;
    }

    .desktop-nav__list a {
        min-height: 58px;
        font-size: 20px;
        font-weight: 800;
    }

    .desktop-nav__actions {
        display: none;
    }

    .site-logo {
        min-width: 0;
    }

    .site-logo__wordmark {
        font-size: 34px;
    }

    .site-logo__tagline {
        font-size: 10px;
    }

    .content-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        display: block;
        flex: none;
        padding: 52px 0 30px;
    }

    .footer {
        min-height: 0;
    }

    .footer-bottom,
    .footer-bottom .container {
        min-height: 0;
    }

    .footer-bottom .container {
        padding-top: 22px;
        padding-bottom: 28px;
    }

    .footer-grid {
        gap: 34px;
    }

    .footer-link-grid {
        columns: 2;
        column-gap: 34px;
    }

    .home-frontpage__shell,
    .home-showcase__grid {
        grid-template-columns: 1fr;
    }

    .home-dual-section,
    .home-editorial,
    .home-multimedia-grid {
        grid-template-columns: 1fr;
    }

    .home-rail {
        display: none;
    }

    .home-top-strip,
    .home-partner-grid,
    .home-mini-strip,
    .home-story-grid,
    .home-story-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-top-strip {
        display: none;
    }

    .home-showcase__hero {
        height: 420px;
        min-height: 0;
    }

    .home-showcase__side {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
        min-height: 0;
    }

    .home-showcase__side-card {
        height: 240px;
        min-height: 0;
    }

    .home-showcase__overlay {
        bottom: 50px;
    }

    .home-showcase__nav {
        position: absolute;
        top: 370px;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        min-height: 50px;
        padding: 0 12px;
        background: rgba(132, 132, 132, 0.78);
    }

    .home-showcase__nav-item {
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        overflow: hidden;
        border-radius: 999px;
        background: #fff;
        color: transparent;
        text-indent: -999px;
    }

    .home-showcase__nav-item.is-active {
        background: var(--primary-color);
    }

    .home-showcase .category-showcase__arrow {
        top: 210px;
        width: 38px;
        height: 54px;
        font-size: 28px;
        line-height: 1;
    }

    .home-showcase .category-showcase__arrow i {
        transform: scaleX(0.72);
    }

    .home-showcase .category-showcase__arrow--prev {
        left: 18px;
    }

    .home-showcase .category-showcase__arrow--next {
        right: 18px;
    }

    .detail-breadcrumb-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 14px;
    }

    .detail-breadcrumb-bar__trail {
        white-space: normal;
    }

    .detail-breadcrumb-bar__actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .detail-top-pill {
        min-height: 34px;
        padding: 0 14px;
        font-size: 13px;
    }

    .detail-layout {
        grid-template-columns: 1fr;
    }

    .detail-rail {
        display: none;
    }

    .author-layout {
        grid-template-columns: 1fr;
    }

    .author-list-main {
        min-height: 0;
        padding-top: 0;
    }

    .author-list-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .author-article-head {
        grid-template-columns: 1fr;
    }

    .author-share {
        justify-content: flex-start;
    }

    .author-partner-grid,
    .author-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-shell {
        grid-template-columns: 1fr;
    }

    .category-rail {
        display: none;
    }

    .category-showcase__grid {
        grid-template-columns: 1fr;
    }

    .category-showcase__hero {
        height: 420px;
        min-height: 0;
    }

    .category-showcase__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
        min-height: 0;
    }

    .category-showcase__side-card {
        height: 240px;
        min-height: 0;
    }

    .category-showcase__overlay {
        bottom: 50px;
    }

    .category-showcase__nav {
        position: absolute;
        top: 370px;
        right: 0;
        bottom: auto;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        min-height: 50px;
        padding: 0 12px;
        background: rgba(var(--category-accent-rgb, 132, 132, 132), 0.28);
    }

    .category-showcase__nav-item {
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        overflow: hidden;
        border-radius: 999px;
        border-right: 0;
        background: rgba(var(--category-accent-rgb, 215, 25, 32), 0.38);
        color: transparent;
        text-indent: -999px;
    }

    .category-showcase__nav-item.is-active {
        background: var(--category-accent, var(--primary-color));
    }

    .category-showcase__nav-item:hover,
    .category-showcase__nav-item:focus-visible {
        background: var(--category-accent, var(--primary-color));
    }

    .category-showcase__arrow {
        top: 210px;
        width: 38px;
        height: 54px;
        font-size: 28px;
        line-height: 1;
    }

    .category-showcase__arrow i {
        transform: scaleX(0.72);
    }

    .category-showcase__arrow--prev {
        left: 18px;
    }

    .category-showcase__arrow--next {
        right: 18px;
    }

    .category-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .detail-hero__actions {
        justify-content: flex-start;
    }

    .detail-author-source {
        grid-template-columns: 1fr;
    }

    .page-title {
        font-size: 30px;
        line-height: 1.24;
    }

    .detail-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .comment-form__grid,
    .comment-captcha {
        grid-template-columns: 1fr;
    }

    .sidebar-sticky {
        position: static;
    }

}

@media (max-width: 640px) {
    .header .container {
        padding: 0 14px;
    }

    .header-top__inner {
        gap: 18px;
    }

    .header-top__inner strong {
        font-size: 18px;
    }

    .header-main__body {
        grid-template-columns: auto minmax(138px, 1fr) auto;
        gap: 10px;
        min-height: 82px;
    }

    .site-logo__wordmark {
        font-size: 28px;
    }

    .site-logo__tagline {
        font-size: 8px;
    }

    .mobile-header-search {
        height: 44px;
        border-radius: 12px;
    }

    .mobile-header-search input {
        padding-left: 14px;
        padding-right: 48px;
        font-size: 14px;
    }

    .mobile-header-search button {
        top: 6px;
        right: 6px;
        width: 32px;
        height: 32px;
        font-size: 17px;
    }

    .mobile-toggle {
        width: 36px;
        height: 36px;
        font-size: 25px;
    }

    .desktop-nav__list {
        gap: 26px;
        padding: 0 14px;
    }

    .desktop-nav__list a {
        min-height: 54px;
        font-size: 19px;
    }

    .page-title {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 1.22;
    }

    .author-list-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 16px;
        min-height: 92px;
    }

    .author-avatar-ring,
    .author-avatar-ring--large {
        width: 82px;
        height: 82px;
        padding: 5px;
    }

    .author-avatar-ring img {
        border-width: 4px;
    }

    .author-article-head__top {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 16px;
    }

    .author-article-head h1 {
        font-size: 26px;
        letter-spacing: 0;
    }

    .author-article-lead {
        padding: 18px;
        font-size: 15px;
    }

    .author-partner-grid,
    .author-sidebar-partner__grid,
    .author-other-grid,
    .author-news-grid {
        grid-template-columns: 1fr;
    }

    .home-top-strip,
    .home-partner-grid,
    .home-showcase__side,
    .home-mini-strip,
    .home-story-grid,
    .home-story-grid--compact,
    .home-follow-grid {
        grid-template-columns: 1fr;
    }

    .home-showcase__hero {
        height: 300px;
        min-height: 0;
    }

    .home-showcase__overlay {
        bottom: 44px;
    }

    .home-showcase__nav {
        top: 250px;
        min-height: 44px;
        gap: 6px;
        padding: 0 10px;
    }

    .home-showcase__nav-item {
        width: 10px;
        min-width: 10px;
        height: 10px;
        min-height: 10px;
    }

    .home-showcase .category-showcase__arrow {
        top: 150px;
        width: 34px;
        height: 50px;
        font-size: 26px;
    }

    .home-showcase .category-showcase__arrow--prev {
        left: 16px;
    }

    .home-showcase .category-showcase__arrow--next {
        right: 16px;
    }

    .home-showcase .category-showcase__badge {
        top: 28px;
        right: 28px;
        min-height: 42px;
        padding: 0 16px;
        font-size: 16px;
        font-weight: 800;
    }

    .home-showcase__side-card {
        height: 190px;
        min-height: 0;
    }

    .home-showcase__overlay {
        padding: 16px 14px 46px;
    }

    .home-showcase__overlay h2 {
        font-size: 16px;
    }

    .home-showcase__side-overlay h3 {
        font-size: 15px;
    }

    .home-top-card__title {
        font-size: 15px;
    }

    .category-breadcrumb-bar {
        min-height: 52px;
    }

    .category-breadcrumb-bar__trail {
        white-space: normal;
        font-size: 12px;
    }

    .category-showcase__hero {
        height: 300px;
        min-height: 0;
    }

    .category-showcase__overlay {
        bottom: 44px;
        padding: 0;
    }

    .category-showcase__overlay h2 {
        padding: 10px 14px;
        font-size: 18px;
    }

    .category-showcase__side {
        grid-template-columns: 1fr;
    }

    .category-showcase__side-card {
        height: 190px;
        min-height: 0;
    }

    .category-showcase__side-overlay h2 {
        font-size: 18px;
    }

    .category-showcase__nav {
        top: 250px;
        min-height: 44px;
        gap: 6px;
        padding: 0 10px;
    }

    .category-showcase__nav-item {
        width: 10px;
        min-width: 10px;
        height: 10px;
        min-height: 10px;
    }

    .category-showcase__arrow {
        top: 150px;
        width: 34px;
        height: 50px;
        font-size: 26px;
    }

    .category-showcase__arrow--prev {
        left: 16px;
    }

    .category-showcase__arrow--next {
        right: 16px;
    }

    .category-showcase__badge {
        top: 28px;
        right: 28px;
        min-height: 42px;
        padding: 0 16px;
        font-size: 16px;
        font-weight: 800;
    }

    .category-card-grid {
        grid-template-columns: 1fr;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .content-grid {
        gap: 34px;
    }

    .detail-spot {
        font-size: 14px;
    }

    .detail-content {
        font-size: 14px;
        line-height: 1.76;
    }

    .detail-hero__share a {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        font-size: 15px;
    }

    .detail-hero__google-news {
        min-height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }

    .detail-author-card,
    .detail-source-card {
        align-items: flex-start;
        padding: 14px;
    }

    .detail-author-card__avatar {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .detail-author-card__cta,
    .detail-source-card a {
        margin-left: 0;
    }

    .popular-item--media {
        grid-template-columns: 92px 1fr;
    }

    .popular-thumb {
        height: 66px;
    }

    .comment-empty-cta,
    .comment-toolbar__button {
        font-size: 18px;
    }

    .comment-form {
        padding: 18px;
    }

    .comment-card {
        grid-template-columns: 1fr;
    }

    .comment-modal__dialog {
        padding: 22px 18px 20px;
    }

    .search-modal__dialog {
        margin: 20px auto;
        padding: 22px 16px 20px;
    }

    .search-modal h2 {
        padding-right: 34px;
        padding-left: 34px;
        font-size: 21px;
    }

    .search-modal__logo {
        min-height: 36px;
        margin-bottom: 8px;
    }

    .search-modal__logo img {
        max-width: 140px;
        max-height: 36px;
    }

    .search-modal__date-grid,
    .search-page__filters,
    .search-result-card {
        grid-template-columns: 1fr;
    }

    .search-modal__date-grid .search-modal__field:last-child .tr-datepicker {
        right: auto;
        left: 0;
    }

    .tr-datepicker {
        width: min(242px, calc(100vw - 56px));
    }

    .search-page__filters label:nth-of-type(4) .tr-datepicker {
        right: auto;
        left: 0;
    }

    .search-modal__actions {
        grid-template-columns: 1fr;
    }

    .search-modal__note {
        max-width: 300px;
        font-size: 12px;
    }

    .search-page {
        padding-top: 30px;
    }

    .search-result-card__title {
        font-size: 19px;
    }

    .footer-link-grid {
        columns: 1;
    }

    .footer-bottom .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-page__grid {
        grid-template-columns: 1fr;
    }

    .contact-page__cards {
        grid-template-columns: 1fr;
    }

    .page-detail__content {
        font-size: 15px;
    }
}
