@media (max-width: 1079px) {
    body .financial-analysis-template {
        background: #f3f6f8;
        overflow: hidden;
    }

    body .financial-analysis-template .financial-analysis-hero {
        position: relative;
        display: flex;
        align-items: center;
        height: clamp(108px, 14vw, 154px);
        min-height: 108px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background:
            radial-gradient(circle at 0 15%, rgba(255, 255, 255, .12) 0 58px, transparent 59px),
            linear-gradient(104deg, #075dff 0%, #044ff6 54%, #0a43dc 100%);
    }

    body .financial-analysis-template .financial-analysis-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, transparent 0 72%, rgba(255, 255, 255, .09) 72% 72.4%, transparent 72.4% 100%),
            linear-gradient(0deg, transparent 0 66%, rgba(255, 255, 255, .06) 66% 66.5%, transparent 66.5% 100%);
        opacity: .7;
        pointer-events: none;
    }

    body .financial-analysis-template .financial-analysis-hero::after {
        content: "";
        position: absolute;
        right: 17px;
        top: 18px;
        width: 118px;
        height: 80px;
        background: url("../img/home-hero/hero-callout-chart-icon.webp") center / contain no-repeat;
        opacity: .42;
        pointer-events: none;
    }

    body .financial-analysis-template .financial-analysis-hero .container {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0 18px;
    }

    body .financial-analysis-template .financial-analysis-hero h1 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.22;
        letter-spacing: 0;
    }

    body .financial-analysis-template .financial-analysis-hero p {
        margin: 0;
        color: rgba(255, 255, 255, .92);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.45;
    }

    body .financial-analysis-template .financial-analysis-list {
        padding: clamp(25px, 6.67vw, 72px) 0 0;
        background: #f3f6f8;
    }

    body .financial-analysis-template .financial-analysis-list .container {
        max-width: 640px;
        padding-left: 14px;
        padding-right: 14px;
    }

    body .financial-analysis-template .financial-analysis-list .news-list {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    body .financial-analysis-template .financial-analysis-list .news-item {
        display: grid;
        grid-template-columns: 7px minmax(0, 1fr) 14px;
        align-items: center;
        gap: 14px;
        min-height: 43px;
        padding: 8px 15px 8px 12px;
        color: #686e7f;
        border: 0;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 3px 9px rgba(81, 104, 130, .12);
        transform: none;
    }

    body .financial-analysis-template .financial-analysis-list .news-item:hover {
        border-color: transparent;
        box-shadow: 0 3px 9px rgba(81, 104, 130, .12);
        transform: none;
    }

    body .financial-analysis-template .financial-analysis-list .news-dot {
        width: 7px;
        height: 7px;
        margin: 0;
        border-radius: 50%;
        background: #5379ff;
        align-self: center;
    }

    body .financial-analysis-template .financial-analysis-list .news-text {
        min-width: 0;
        color: #686e7f;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .financial-analysis-template .financial-analysis-list .news-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
        color: #5379ff;
    }

    body .financial-analysis-template .financial-analysis-list .news-arrow svg {
        width: 14px;
        height: 14px;
        stroke-width: 2.4;
    }

    body .financial-analysis-template .analysis-pagination {
        justify-content: center !important;
        gap: 26px;
        margin: 24px 0 0;
        padding: 0;
        overflow: visible;
        flex-wrap: nowrap;
    }

    body .financial-analysis-template .analysis-pagination .page-link {
        flex: 0 0 auto;
        min-width: 27px;
        width: 27px;
        height: 27px;
        padding: 0;
        border-radius: 50%;
        color: #383535;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

    body .financial-analysis-template .analysis-pagination .page-link.is-active {
        color: #383535;
        background: #e4eaf9;
    }

    body .financial-analysis-template .analysis-pagination .page-link:not(.page-disabled):hover {
        color: #383535;
        background: #e4eaf9;
    }

    body .financial-analysis-template .analysis-pagination .page-disabled,
    body .financial-analysis-template .analysis-pagination .page-link:first-child,
    body .financial-analysis-template .analysis-pagination .page-link:last-child {
        color: #b9cdfb;
        opacity: 1;
    }
}

@media (max-width: 374px) {
    body .financial-analysis-template .financial-analysis-list .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    body .financial-analysis-template .financial-analysis-list .news-item {
        grid-template-columns: 6px minmax(0, 1fr) 13px;
        gap: 10px;
        padding-left: 10px;
        padding-right: 12px;
    }

    body .financial-analysis-template .financial-analysis-list .news-text {
        font-size: 11px;
    }

    body .financial-analysis-template .analysis-pagination {
        gap: 20px;
    }
}

/* ========== Calendar-style image hero (all viewports; overrides desktop + mobile designs) ========== */
body .financial-analysis-template .financial-analysis-hero {
    display: block;
    height: auto;
    min-height: 0;
    padding: clamp(74px, 6.82vw, 131px) 0 clamp(65px, 5.99vw, 115px);
    text-align: center;
    background: url(../img/analysis/financial-analysis-hero-bg.jpg) center top / 100% auto no-repeat;
}
body .financial-analysis-template .financial-analysis-hero::before,
body .financial-analysis-template .financial-analysis-hero::after {
    display: none;
}
body .financial-analysis-template .financial-analysis-hero .container {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
}
body .financial-analysis-template .financial-analysis-hero h1 {
    margin: 0 0 clamp(20px, 1.82vw, 35px);
    color: #fff;
    font-size: clamp(32px, 2.92vw, 56px);
    font-weight: 900;
    line-height: 1.1;
}
body .financial-analysis-template .financial-analysis-hero p {
    margin: 0;
    color: #fff;
    font-size: clamp(14px, 1.25vw, 24px);
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 1079px) {
    body .financial-analysis-template .financial-analysis-hero {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: clamp(98px, 26.2vw, 283px);
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: url("../img/analysis/financial-analysis-hero-mobile.webp") center top / cover no-repeat;
    }

    body .financial-analysis-template .financial-analysis-hero::before,
    body .financial-analysis-template .financial-analysis-hero::after {
        display: none;
    }

    body .financial-analysis-template .financial-analysis-hero .container {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0 18px;
    }

    body .financial-analysis-template .financial-analysis-hero h1 {
        margin: 0 0 clamp(11px, 2.87vw, 31px);
        color: #fff;
        font-size: clamp(19px, 5.19vw, 56px);
        font-weight: 800;
        line-height: 1.22;
        letter-spacing: 0;
    }

    body .financial-analysis-template .financial-analysis-hero p {
        margin: 0;
        color: rgba(255, 255, 255, .9);
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 400;
        line-height: 1.45;
    }
}

/* ========== Analysis mobile content adaptation ========== */
@media (max-width: 1079px) {
    body .financial-analysis-template,
    body .financial-analysis-list {
        background: #f3f6f8;
    }

    body .financial-analysis-list {
        min-height: 0;
        padding: clamp(28px, 7.59vw, 82px) 0 0;
    }

    body .financial-analysis-list .container,
    body .financial-analysis-template .container {
        width: 100%;
        max-width: 640px;
        padding-left: clamp(12px, 3.15vw, 34px);
        padding-right: clamp(12px, 3.15vw, 34px);
    }

    body .financial-analysis-list .news-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    body .financial-analysis-list .news-item {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
        height: auto;
        gap: 0;
        padding: 14px 18px 14px 34px;
        overflow: hidden;
        border: 0;
        border-radius: 8px;
        background: #fff;
        color: #687082;
        box-shadow: 0 3px 10px rgba(92, 116, 140, .14);
        font-family: MiSans-Semibold, MiSans, var(--font-sans);
        transform: none;
        transition: none;
    }

    body .financial-analysis-list .news-item:hover {
        color: #687082;
        border-color: transparent;
        box-shadow: 0 3px 10px rgba(92, 116, 140, .14);
        transform: none;
    }

    body .financial-analysis-list .news-item + .news-item {
        margin-top: 0;
    }

    body .financial-analysis-list .news-dot {
        position: absolute;
        left: 13px;
        top: 50%;
        flex: none;
        width: 10px;
        height: 10px;
        margin: 0;
        border-radius: 50%;
        background: #5379FF;
        transform: translateY(-50%);
    }

    body .financial-analysis-list .news-text {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        color: #82889A;
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 700;
        line-height: 1.42;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body .financial-analysis-list .news-arrow {
        position: static;
        display: inline-flex;
        flex: 0 0 18px;
        width: clamp(9px, 2.44vw, 26.37px);
        height: auto;
        align-items: center;
        justify-content: center;
        color: #5f86ff;
        line-height: 1;
        transform: none;
    }

    body .financial-analysis-list .news-arrow svg {
        width: 16px;
        height: 16px;
        stroke-width: 2;
    }

    body .financial-analysis-list .news-item:hover .news-arrow {
        color: #5f86ff;
    }

    body .financial-analysis-template .analysis-pagination {
        display: flex;
        align-items: center;
        justify-content: center !important;
        gap: 32px;
        margin: clamp(28px, 7.59vw, 82px) 0 0;
        padding: 0;
        overflow: visible;
        flex-wrap: nowrap;
    }

    body .financial-analysis-template .analysis-pagination .page-link {
        display: inline-flex;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 50%;
        background: transparent;
        color: #222833;
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 400;
        line-height: 1;
        box-shadow: none;
    }

    body .financial-analysis-template .analysis-pagination .page-link.is-active {
        background: #e5ebfb;
        color: #222833;
    }

    body .financial-analysis-template .analysis-pagination .page-link:first-child,
    body .financial-analysis-template .analysis-pagination .page-link:last-child {
        color: #b9cdfb;
        font-size: 0;
    }

    body .financial-analysis-template .analysis-pagination .page-link:first-child::before,
    body .financial-analysis-template .analysis-pagination .page-link:last-child::before {
        display: block;
    }
}

@media (max-width: 374px) {
    body .financial-analysis-list .container,
    body .financial-analysis-template .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body .financial-analysis-list .news-text {
        font-size: 15px;
    }
}

@media (max-width: 1079px) {
    body .financial-analysis-template .financial-analysis-list .news-item {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
        height: auto;
        gap: 0;
        padding: 14px 18px 14px 34px;
    }

    body .financial-analysis-template .financial-analysis-list .news-dot {
        position: absolute;
        left: 13px;
        top: 50%;
        flex: none;
        width: 10px;
        height: 10px;
        margin: 0;
        transform: translateY(-50%);
    }

    body .financial-analysis-template .financial-analysis-list .news-text {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        color: #82889A;
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 700;
        line-height: 1.42;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body .financial-analysis-template .financial-analysis-list .news-arrow {
        position: static;
        display: inline-flex;
        flex: 0 0 18px;
        width: clamp(9px, 2.44vw, 26.37px);
        height: auto;
        align-items: center;
        justify-content: center;
        color: #5f86ff;
    }
}

/* ========== Analysis mobile final rebuild from academy list ========== */
@media (max-width: 1079px) {
    body .financial-analysis-template,
    body .financial-analysis-list {
        background: #f3f6f8;
    }

    body .financial-analysis-list {
        min-height: 0;
        padding: clamp(28px, 7.59vw, 82px) 0 0;
    }

    body .financial-analysis-template .financial-analysis-list .container,
    body .financial-analysis-template .container {
        width: 100%;
        max-width: 640px;
        padding-left: clamp(12px, 3.15vw, 34px);
        padding-right: clamp(12px, 3.15vw, 34px);
    }

    body .financial-analysis-template .financial-analysis-list .news-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    body .financial-analysis-template .financial-analysis-list .news-item {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
        height: auto;
        gap: 0;
        padding: 14px 18px 14px 34px;
        overflow: hidden;
        border: 0;
        border-radius: 8px;
        background: #fff;
        color: #687082;
        box-shadow: 0 3px 10px rgba(92, 116, 140, .14);
        font-family: MiSans-Semibold, MiSans, var(--font-sans);
        transform: none;
        transition: none;
    }

    body .financial-analysis-template .financial-analysis-list .news-item:hover {
        color: #687082;
        border-color: transparent;
        box-shadow: 0 3px 10px rgba(92, 116, 140, .14);
        transform: none;
    }

    body .financial-analysis-template .financial-analysis-list .news-item + .news-item {
        margin-top: 0;
    }

    body .financial-analysis-template .financial-analysis-list .news-dot {
        position: absolute;
        left: 13px;
        top: 50%;
        flex: none;
        width: 10px;
        height: 10px;
        margin: 0;
        border-radius: 50%;
        background: #5379FF;
        transform: translateY(-50%);
    }

    body .financial-analysis-template .financial-analysis-list .news-text {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        color: #686E7F;
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 700;
        line-height: 1.42;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body .financial-analysis-template .financial-analysis-list .news-arrow {
        position: static;
        display: inline-flex;
        flex: 0 0 18px;
        width: clamp(9px, 2.44vw, 26.37px);
        height: auto;
        align-items: center;
        justify-content: center;
        color: #5f86ff;
        line-height: 1;
        transform: none;
    }

    body .financial-analysis-template .financial-analysis-list .news-arrow svg {
        width: 16px;
        height: 16px;
        stroke-width: 2;
    }

    body .financial-analysis-template .financial-analysis-list .news-item:hover .news-arrow {
        color: #5f86ff;
    }

    body .financial-analysis-template .analysis-pagination {
        display: flex;
        align-items: center;
        justify-content: center !important;
        gap: 32px;
        margin: clamp(28px, 7.59vw, 82px) 0 0;
        padding: 0;
        overflow: visible;
        flex-wrap: nowrap;
    }

    body .financial-analysis-template .analysis-pagination .page-link {
        display: inline-flex;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 50%;
        background: transparent;
        color: #222833;
        font-size: clamp(11px, 2.96vw, 32px);
        font-weight: 400;
        line-height: 1;
        box-shadow: none;
    }

    body .financial-analysis-template .analysis-pagination .page-link.is-active {
        background: #e5ebfb;
        color: #383535;
    }

    body .financial-analysis-template .analysis-pagination .page-link:first-child,
    body .financial-analysis-template .analysis-pagination .page-link:last-child {
        color: #b9cdfb;
        font-size: 0;
    }

    body .financial-analysis-template .analysis-pagination .page-link:first-child::before,
    body .financial-analysis-template .analysis-pagination .page-link:last-child::before {
        display: block;
    }
}

@media (max-width: 374px) {
    body .financial-analysis-template .financial-analysis-list .container,
    body .financial-analysis-template .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body .financial-analysis-template .financial-analysis-list .news-text {
        font-size: 15px;
    }
}
