.classic-footer {
    margin-top: 56px;
    padding: 36px 0 24px;
    color: #f2f6fb;
    background: #363636;
}

.classic-footer-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.classic-footer-column h4 {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
}

.classic-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.classic-footer-column li + li {
    margin-top: 10px;
}

.classic-footer-column a {
    color: rgba(242, 246, 251, 0.82);
    text-decoration: none;
}

.classic-footer-column a:hover {
    color: #ffffff;
}

.classic-footer-bottom {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    margin-top: 24px;
    font-size: 13px;
    color: rgba(242, 246, 251, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.classic-footer-bottom a {
    color: rgba(242, 246, 251, 0.8);
    text-decoration: none;
}

.legacy-page-feed {
    display: grid;
    gap: 18px;
}

.legacy-hero {
    margin-bottom: 0;
}

.dailynews-page .reports-layout {
    grid-template-columns: minmax(0, 1fr);
}

.dailynews-page .legacy-page-feed {
    width: 100%;
}

.dailynews-publications-feed {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dailynews-publications-feed .report-card {
    grid-template-columns: 1fr;
    gap: 10px;
    height: 364px;
    padding: 10px;
}

.dailynews-publications-feed .report-image {
    height: 180px;
}

.dailynews-publications-feed .report-content {
    min-height: 0;
}

.dailynews-publications-feed .report-content h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dailynews-publications-feed .report-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.dailynews-publications-feed .reports-pagination,
.dailynews-publications-feed .section-card {
    grid-column: 1 / -1;
}

.legacy-hero-copy,
.legacy-rich-text {
    color: #4b5d70;
    line-height: 1.7;
}

.legacy-rich-text img {
    max-width: 100%;
    height: auto;
}

.legacy-inline-lightbox,
.legacy-detail-image-link {
    cursor: zoom-in;
    text-decoration: none;
}

.legacy-rich-text .legacy-inline-lightbox {
    display: inline-block;
    max-width: 100%;
}

.legacy-inline-lightbox img,
.legacy-detail-image-link img {
    display: block;
}

.legacy-rich-text .legacy-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    font-size: 22px;
    color: #ffffff;
    vertical-align: middle;
    background: var(--classic-accent);
    border-radius: 16px;
}

.legacy-rich-text td .legacy-inline-icon {
    margin: 4px 0;
}

.legacy-rich-card,
.legacy-detail-card {
    display: grid;
    gap: 18px;
}

.footer-news-gallery {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 14px;
    margin-top: 4px;
}

.footer-news-gallery.footer-news-gallery--count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.footer-news-gallery.footer-news-gallery--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-news-gallery.footer-news-gallery--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-news-gallery .report-lightbox-link {
    overflow: hidden;
    background: #f6f8fb;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(32, 44, 61, 0.08);
}

.footer-news-gallery img {
    height: clamp(240px, 32vw, 420px);
    border: 0;
    border-radius: 16px;
    transition: transform 0.2s ease;
}

.footer-news-gallery .report-lightbox-link:hover img {
    transform: scale(1.02);
}

.footer-news-gallery.footer-news-gallery--count-1 img {
    height: clamp(300px, 42vw, 520px);
}

.legacy-hero-image,
.legacy-detail-image {
    overflow: hidden;
    border-radius: 18px;
}

.legacy-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    color: #ffffff;
    background: var(--classic-accent);
}

.legacy-hero-icon i {
    font-size: 72px;
}

.legacy-card-grid,
.legacy-directory-grid,
.legacy-tile-grid {
    display: grid;
    gap: 18px;
}

.legacy-card-grid,
.legacy-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
    .footer-news-gallery,
    .footer-news-gallery.footer-news-gallery--count-2,
    .footer-news-gallery.footer-news-gallery--count-3 {
        grid-template-columns: 1fr;
    }

    .footer-news-gallery img,
    .footer-news-gallery.footer-news-gallery--count-1 img {
        height: auto;
        max-height: none;
    }
}

.legacy-directory-grid {
    grid-template-columns: 1fr;
}

.legacy-card-grid-daily {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legacy-card-grid-vendors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legacy-card-grid-calendar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legacy-calendar-card .legacy-card-body {
    padding: 14px 4px 2px;
}

.legacy-calendar-card .legacy-card-body h2 {
    margin: 0;
    font-size: 18px;
}

.holiday-related-publications > h2 {
    margin: 0 0 18px;
}

.calendar-bottom-copy {
    margin-top: 22px;
}

.legacy-tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kaleidoscope-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.kaleidoscope-category-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px 18px;
    color: #20344a;
    text-decoration: none;
    border: 1px solid var(--classic-border);
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaleidoscope-category-card:hover {
    transform: translateY(-2px);
    color: #20344a;
    border-color: rgba(239, 108, 0, 0.34);
    box-shadow: 0 10px 24px rgba(32, 52, 74, 0.08);
}

.kaleidoscope-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--classic-accent), #ff9d33);
    border-radius: 14px;
}

.kaleidoscope-category-copy {
    display: grid;
    gap: 4px;
}

.kaleidoscope-category-copy strong {
    font-size: 16px;
    line-height: 1.3;
}

.kaleidoscope-category-copy small {
    color: #718397;
    font-size: 13px;
}

.kaleidoscope-category-arrow {
    color: #a9b6c4;
    transition: color 0.2s ease, transform 0.2s ease;
}

.kaleidoscope-category-card:hover .kaleidoscope-category-arrow {
    transform: translateX(3px);
    color: var(--classic-accent);
}

.kaleidoscope-latest {
    padding: 0;
    overflow: hidden;
}

.kaleidoscope-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    color: #ffffff;
    background: #363636;
}

.kaleidoscope-section-head span {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.76;
}

.kaleidoscope-section-head h2 {
    margin: 0;
    color: inherit;
    font-size: 24px;
}

.kaleidoscope-section-head > i {
    font-size: 30px;
    opacity: 0.58;
}

.kaleidoscope-post-list {
    display: grid;
}

.kaleidoscope-post {
    position: relative;
    padding: 20px 24px;
    border-bottom: 1px solid var(--classic-border);
}

.kaleidoscope-post:last-child {
    border-bottom: 0;
}

.kaleidoscope-post:hover {
    background: #fffdf8;
}

.kaleidoscope-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-bottom: 7px;
    color: #7a8c9f;
    font-size: 12px;
    font-weight: 700;
}

.kaleidoscope-post-meta span {
    color: var(--classic-accent);
}

.kaleidoscope-post h2,
.kaleidoscope-post h3 {
    margin: 0 0 7px;
    color: #20344a;
    font-size: 18px;
    line-height: 1.35;
}

.kaleidoscope-post h2 a,
.kaleidoscope-post h3 a {
    color: inherit;
    text-decoration: none;
}

.kaleidoscope-post h2 a:hover,
.kaleidoscope-post h3 a:hover {
    color: var(--classic-accent);
}

.kaleidoscope-post p {
    margin: 0;
    color: #5f7386;
    line-height: 1.55;
}

.kaleidoscope-post-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: var(--classic-accent);
    text-decoration: none;
}

.kaleidoscope-post-link:hover {
    color: #c95400;
}

.kaleidoscope-post-link i {
    font-size: 11px;
}

.kaleidoscope-group-list {
    margin-top: 0;
}

.legacy-tile-grid-single {
    grid-template-columns: 1fr;
}

.legacy-card,
.legacy-directory-card,
.legacy-tile {
    overflow: hidden;
}

.legacy-children-card--actions .legacy-tile-grid {
    gap: 12px;
}

.legacy-children-card--actions .legacy-tile {
    padding: 16px 18px;
    border: 1px solid var(--classic-border);
    border-radius: 16px;
    background: #ffffff;
}

.legacy-tile-link {
    display: block;
    padding: 16px 18px;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--classic-border);
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.legacy-tile-link:hover {
    transform: translateY(-1px);
    color: inherit;
    border-color: rgba(239, 108, 0, 0.26);
    background: #fffdf8;
}

.legacy-tile--past {
    opacity: 0.88;
    background: linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 100%);
    border-style: dashed;
}

.legacy-directory-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.legacy-card-image,
.legacy-directory-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
}

.legacy-card-image img,
.legacy-directory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legacy-directory-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
    background: var(--classic-accent);
    border-radius: 22px;
}

.legacy-directory-icon:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.legacy-way-feed {
    gap: 12px;
}

.legacy-way-card {
    min-height: 146px;
}

.legacy-way-card-media {
    background: #eef2f7;
}

.legacy-vendor-card .legacy-card-body {
    padding-top: 14px;
}

.legacy-vendor-card .legacy-card-body h2 {
    margin-bottom: 0;
    font-size: 19px;
}

.legacy-card-body,
.legacy-directory-body {
    padding-top: 16px;
}

.legacy-directory-body {
    padding-top: 4px;
}

.legacy-card-body h2,
.legacy-card-body h3,
.legacy-directory-body h2,
.legacy-tile h2,
.legacy-tile h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.3;
}

.legacy-card-body p,
.legacy-directory-body p,
.legacy-tile p,
.legacy-detail-lead,
.legacy-detail-date {
    margin: 0;
    color: #5f7386;
}

.legacy-card-meta {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--classic-accent);
}

.legacy-detail-head {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: flex-start;
}

.legacy-detail-head h1 {
    margin: 0;
}

.legacy-detail-date {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--classic-accent);
}

.legacy-detail-lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.7;
}

.legacy-feature-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legacy-feature-card {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--classic-border);
    border-radius: 16px;
}

.legacy-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 20px;
    color: #ffffff;
    background: var(--classic-accent);
    border-radius: 14px;
}

.legacy-feature-card h2,
.legacy-feature-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    color: var(--classic-accent-dark);
}

.legacy-feature-card p {
    margin: 0;
    color: #5f7386;
}

.legacy-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--classic-accent);
    font-weight: 700;
    text-decoration: none;
}

.legacy-feature-link:hover {
    text-decoration: underline;
}

.legacy-region-card h2 {
    margin-bottom: 14px;
}

.vesti-region-modal[hidden] {
    display: none;
}

.vesti-region-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 20px;
}

.vesti-region-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.56);
}

.vesti-region-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: min(760px, calc(100vh - 40px));
    overflow: auto;
}

.vesti-region-dialog__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: var(--classic-text);
    cursor: pointer;
    background: #f1f5f9;
    border: 0;
    border-radius: 999px;
}

.vesti-region-dialog__close:hover {
    background: #e2e8f0;
}

body.vesti-region-modal-open {
    overflow: hidden;
}

.legacy-region-actions.hero-actions,
.legacy-region-list.hero-actions,
.legacy-region-more.hero-actions {
    margin: 0;
}

.legacy-region-actions {
    margin-bottom: 14px;
}

.legacy-region-actions a,
.legacy-region-list a {
    min-width: 220px;
    justify-content: space-between;
    gap: 14px;
}

.legacy-region-toolbar {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 14px;
}

.legacy-region-search {
    display: grid;
    gap: 8px;
    width: min(100%, 420px);
}

.legacy-region-search span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--classic-muted);
}

.legacy-region-search input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--classic-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--classic-text);
    font: inherit;
}

.legacy-region-search input:focus {
    outline: none;
    border-color: rgba(239, 108, 0, 0.28);
}

.legacy-region-list {
    gap: 10px;
}

.legacy-region-actions a strong,
.legacy-region-list a strong {
    color: inherit;
    font-weight: 800;
}

.legacy-region-list a.is-active {
    border-color: rgba(239, 108, 0, 0.34);
    box-shadow: inset 0 0 0 1px rgba(239, 108, 0, 0.08);
}

.legacy-region-empty {
    padding: 14px 16px;
    margin-top: 12px;
    border: 1px dashed rgba(15, 23, 42, 0.16);
    border-radius: 14px;
    color: var(--classic-muted);
    background: #fbfcfd;
}

.legacy-region-more {
    margin-top: 14px;
}

.legacy-collection--past {
    border-style: dashed;
    background: linear-gradient(180deg, #fcfcfd 0%, #f7f9fb 100%);
}

.legacy-collection--past h2 {
    color: #55677a;
}

.legacy-collection .report-card {
    height: auto;
    min-height: 146px;
    align-items: start;
}

.legacy-collection .report-content p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.legacy-detail-comments-card {
    display: grid;
    gap: 16px;
}

.legacy-feedback-form {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.feedback-contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 22px;
}

.feedback-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid #d4dee8;
    border-radius: 999px;
    color: #20344a;
    background: #f4f8fb;
    font-weight: 800;
    text-decoration: none;
}

.feedback-contact-button:hover {
    color: var(--classic-accent-dark);
    border-color: rgba(170, 127, 53, 0.45);
}

.feedback-contact-button-primary {
    color: #ffffff;
    border-color: var(--classic-accent);
    background: var(--classic-accent);
}

.feedback-contact-button-primary:hover {
    color: #ffffff;
    background: var(--classic-accent-dark);
}

.legacy-feedback-form label {
    display: grid;
    gap: 8px;
    font-weight: 700;
    color: #20344a;
}

.legacy-feedback-form input,
.legacy-feedback-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-weight: 400;
    color: #20344a;
    background: #f4f8fb;
    border: 1px solid #d4dee8;
    border-radius: 12px;
}

.legacy-feedback-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 180px;
    padding: 12px 20px;
    font-weight: 800;
    color: #ffffff;
    background: var(--classic-accent);
    border: 0;
    border-radius: 999px;
}

.legacy-feedback-status,
.legacy-feedback-errors {
    padding: 14px 16px;
    border-radius: 14px;
}

.legacy-feedback-status {
    color: #12633b;
    background: #e6f7ee;
}

.legacy-feedback-errors {
    color: #922b2b;
    background: #fff0f0;
}

.legacy-feedback-errors p {
    margin: 0;
}

.legacy-feedback-errors p + p {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .dailynews-publications-feed {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .classic-footer-grid,
    .legacy-card-grid,
    .legacy-directory-grid,
    .legacy-card-grid-daily,
    .legacy-tile-grid,
    .kaleidoscope-category-grid,
    .legacy-feature-grid {
        grid-template-columns: 1fr;
    }

    .legacy-card-grid-calendar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legacy-region-toolbar {
        margin-bottom: 12px;
    }

    .legacy-region-search {
        width: 100%;
    }

    .legacy-region-actions a,
    .legacy-region-list a,
    .legacy-region-more button {
        width: 100%;
        min-width: 0;
    }

    .classic-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .dailynews-publications-feed {
        grid-template-columns: 1fr;
    }

    .legacy-card-grid-calendar {
        grid-template-columns: 1fr;
    }

    .kaleidoscope-category-card {
        grid-template-columns: 42px minmax(0, 1fr) 18px;
        min-height: 80px;
        padding: 14px;
    }

    .kaleidoscope-category-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .kaleidoscope-section-head,
    .kaleidoscope-post {
        padding: 18px;
    }

}
