.newsroom-page {
    background: #f3f6fa;
    min-height: 70vh;
}

.newsroom-page__hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(6, 24, 46, .98), rgba(10, 53, 98, .96)),
        radial-gradient(circle at 80% 20%, rgba(99, 200, 255, .25), transparent 35%);
    color: #fff;
}

.newsroom-page__hero:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(91, 185, 238, .17) 1px, transparent 1px),
        linear-gradient(90deg, rgba(91, 185, 238, .17) 1px, transparent 1px);
    background-size: 52px 52px;
}

.newsroom-page__hero-inner {
    position: relative;
    z-index: 1;
    padding: 72px 0 76px;
}

.newsroom-page__kicker {
    display: block;
    color: #dbb957;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.newsroom-page__hero h1 {
    max-width: 900px;
    margin: 14px 0 20px;
    font-family: Georgia, serif;
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    line-height: 1.04;
}

.newsroom-page__hero p {
    max-width: 830px;
    margin: 0;
    color: #d0e2f2;
    font-size: 1.12rem;
    line-height: 1.75;
}

.newsroom-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 46px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.newsroom-page__content {
    background: #fff;
    border: 1px solid #dce4ed;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(12, 40, 70, .07);
    padding: clamp(28px, 5vw, 58px);
}

.newsroom-page__content section + section {
    border-top: 1px solid #e5ebf1;
    margin-top: 38px;
    padding-top: 38px;
}

.newsroom-page__content h2 {
    margin: 0 0 17px;
    color: #102033;
    font-family: Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.newsroom-page__content p,
.newsroom-page__content li {
    color: #42566c;
    font-size: 1.01rem;
    line-height: 1.78;
}

.newsroom-page__content p {
    margin: 0 0 17px;
}

.newsroom-page__content ul {
    margin: 18px 0 0;
    padding-left: 22px;
}

.newsroom-page__content li {
    margin: 9px 0;
}

.newsroom-page__content a {
    color: #086fa8;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.newsroom-page__sidebar {
    align-self: start;
    position: sticky;
    top: 98px;
}

.newsroom-page__sidebar-box {
    overflow: hidden;
    background: #082f55;
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(12, 40, 70, .12);
    color: #fff;
    padding: 27px;
}

.newsroom-page__sidebar-box > span {
    color: #dbb957;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.newsroom-page__sidebar-box h2 {
    margin: 10px 0 20px;
    font-family: Georgia, serif;
    font-size: 1.55rem;
}

.newsroom-page__sidebar nav {
    display: grid;
}

.newsroom-page__sidebar nav a {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #d0e2f2;
    font-size: .88rem;
    font-weight: 700;
    padding: 12px 0;
}

.newsroom-page__sidebar nav a:hover {
    color: #fff;
}

.newsroom-footer {
    background: #06182e;
    color: #fff;
    margin-top: 0;
    padding: 52px 0 25px;
}

.newsroom-footer__grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 42px;
}

.newsroom-footer__identity p {
    max-width: 520px;
    color: #b9ccdf;
    line-height: 1.7;
}

.newsroom-footer__brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.newsroom-footer__brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.newsroom-footer__brand span {
    display: flex;
    flex-direction: column;
}

.newsroom-footer__brand strong {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    letter-spacing: .04em;
}

.newsroom-footer__brand small {
    color: #91a9c1;
    font-size: .72rem;
}

.newsroom-footer section h2 {
    margin: 3px 0 17px;
    color: #dbb957;
    font-size: .73rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.newsroom-footer section > a {
    display: block;
    margin: 10px 0;
    color: #c6d7e7;
    font-size: .88rem;
    line-height: 1.4;
}

.newsroom-footer section > a:hover {
    color: #fff;
}

.newsroom-footer__notice {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 38px;
    padding-top: 22px;
}

.newsroom-footer__notice p {
    max-width: 930px;
    margin: 0 0 9px;
    color: #91a9c1;
    font-size: .82rem;
    line-height: 1.6;
}

.newsroom-footer__notice small {
    color: #7894af;
}

.site-header nav a[aria-current="page"] {
    color: #0d70b7;
}

@media (max-width: 1000px) {
    .newsroom-page__layout {
        grid-template-columns: 1fr;
    }

    .newsroom-page__sidebar {
        position: static;
    }

    .newsroom-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .newsroom-page__hero-inner {
        padding: 52px 0 56px;
    }

    .newsroom-page__layout {
        gap: 26px;
        padding-top: 26px;
    }

    .newsroom-page__content {
        padding: 25px 21px;
    }

    .newsroom-footer__grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }
}

/* IPC NEWSROOM UI POLISH V2.1 */

/* Compact newsroom information-page hero */
.newsroom-page__hero-inner {
    padding-top: 38px;
    padding-bottom: 42px;
}

.newsroom-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #c4d7e8;
    font-size: .78rem;
    font-weight: 700;
}

.newsroom-breadcrumbs a {
    color: #e3bd51;
}

.newsroom-breadcrumbs a:hover {
    color: #fff;
}

.newsroom-page__kicker {
    margin-bottom: 8px;
    font-size: .68rem;
}

.newsroom-page__hero h1 {
    max-width: 820px;
    margin: 0 0 13px;
    font-size: clamp(2rem, 3.7vw, 3.45rem);
    line-height: 1.06;
}

.newsroom-page__hero p {
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.6;
}

.newsroom-page__review {
    display: flex;
    align-items: center;
    gap: 10px 18px;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #abc4da;
    font-size: .75rem;
}

.newsroom-page__review strong {
    color: #fff;
}

.newsroom-page__review span {
    border-left: 1px solid rgba(255, 255, 255, .24);
    padding-left: 18px;
}

/* More compact article-style reading area */
.newsroom-page__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    padding-top: 34px;
    padding-bottom: 48px;
}

.newsroom-page__content {
    padding: clamp(28px, 4vw, 46px);
}

.newsroom-page__content section + section {
    margin-top: 29px;
    padding-top: 29px;
}

.newsroom-page__content h2 {
    margin-bottom: 13px;
    font-size: clamp(1.42rem, 2.3vw, 1.9rem);
}

.newsroom-page__content p,
.newsroom-page__content li {
    font-size: .96rem;
    line-height: 1.7;
}

.newsroom-page__content p {
    margin-bottom: 14px;
}

/* Refined trust navigation panel */
.newsroom-page__sidebar {
    top: 92px;
}

.newsroom-page__sidebar-box {
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 23px;
}

.newsroom-page__sidebar-box > span {
    font-size: .64rem;
}

.newsroom-page__sidebar-box h2 {
    margin: 8px 0 16px;
    font-size: 1.35rem;
    line-height: 1.16;
}

.newsroom-page__sidebar nav a {
    position: relative;
    padding: 10px 17px 10px 0;
    font-size: .82rem;
}

.newsroom-page__sidebar nav a:after {
    content: "›";
    position: absolute;
    right: 2px;
    color: #dbb957;
    font-size: 1.05rem;
    line-height: 1;
}

.newsroom-page__sidebar nav a:hover {
    padding-left: 4px;
}

/* Professional compact newsroom footer */
.newsroom-footer {
    padding-top: 34px;
    padding-bottom: 19px;
}

.newsroom-footer__grid {
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 0;
}

.newsroom-footer__grid > section {
    min-width: 0;
    padding: 0 29px;
}

.newsroom-footer__grid > section:first-child {
    padding-left: 0;
}

.newsroom-footer__grid > section:last-child {
    padding-right: 0;
}

.newsroom-footer__grid > section + section {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.newsroom-footer__brand {
    gap: 10px;
}

.newsroom-footer__brand img {
    width: 45px;
    height: 45px;
}

.newsroom-footer__brand strong {
    font-size: 1.06rem;
}

.newsroom-footer__brand small {
    margin-top: 2px;
    font-size: .64rem;
    line-height: 1.25;
}

.newsroom-footer__identity p {
    max-width: 390px;
    margin: 16px 0 0;
    font-size: .82rem;
    line-height: 1.58;
}

.newsroom-footer section h2 {
    margin-bottom: 13px;
    font-size: .67rem;
}

.newsroom-footer section > a {
    margin: 8px 0;
    font-size: .8rem;
}

.newsroom-footer__notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    margin-top: 27px;
    padding-top: 17px;
}

.newsroom-footer__notice p {
    max-width: 840px;
    margin: 0;
    font-size: .74rem;
    line-height: 1.5;
}

.newsroom-footer__notice small {
    white-space: nowrap;
    font-size: .72rem;
}

/* Keep homepage and article navigation controlled */
.site-header__inner {
    min-height: 68px;
}

.brand__logo {
    max-height: 56px;
}

.site-header nav {
    gap: 13px;
}

.site-header nav a {
    font-size: .75rem;
}

/* Tablet */
@media (max-width: 1100px) {
    .newsroom-footer__grid {
        grid-template-columns: 1.2fr repeat(3, 1fr);
    }

    .newsroom-footer__grid > section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header nav {
        gap: 9px;
    }

    .site-header nav a {
        font-size: .7rem;
    }
}

/* Existing mobile menu breakpoint */
@media (max-width: 1000px) {
    .newsroom-page__layout {
        grid-template-columns: 1fr;
    }

    .newsroom-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .newsroom-footer__grid > section:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .newsroom-footer__notice {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .newsroom-footer__notice small {
        white-space: normal;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .newsroom-page__hero-inner {
        padding-top: 29px;
        padding-bottom: 34px;
    }

    .newsroom-breadcrumbs {
        margin-bottom: 17px;
    }

    .newsroom-page__hero h1 {
        font-size: 2.05rem;
    }

    .newsroom-page__hero p {
        font-size: .93rem;
    }

    .newsroom-page__review {
        display: grid;
        gap: 5px;
        margin-top: 16px;
    }

    .newsroom-page__review span {
        border-left: 0;
        padding-left: 0;
    }

    .newsroom-page__layout {
        padding-top: 22px;
        padding-bottom: 34px;
    }

    .newsroom-page__content {
        padding: 24px 20px;
    }

    .newsroom-page__content h2 {
        font-size: 1.45rem;
    }

    .newsroom-footer {
        padding-top: 30px;
    }

    .newsroom-footer__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .newsroom-footer__grid > section,
    .newsroom-footer__grid > section:first-child,
    .newsroom-footer__grid > section:last-child,
    .newsroom-footer__grid > section:nth-child(odd) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 21px 0;
    }

    .newsroom-footer__grid > section:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .newsroom-footer__notice {
        margin-top: 8px;
    }
}

