.news-page .breadcrumb-area { padding: 145px 0 58px; }
.news-page .breadcrumb-title { font-size: clamp(2.7rem, 5vw, 5rem); }
.news-page .breadcrumb-area ul { margin-bottom: 20px !important; }
.news-page .py-140 { padding-block: 84px; }
.news-intro { max-width: 760px; margin: 0 auto 52px; color: #fff; font-family: var(--body-font); font-size: 1.15rem; font-weight: 500; line-height: 1.55; text-align: center; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.news-card { border: 1px solid rgba(255,255,255,.12); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.025); display: flex; flex-direction: column; }
.news-card__image { display:block; overflow:hidden; aspect-ratio: 16 / 9; }
.news-card__image img { width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.news-card:hover .news-card__image img { transform: scale(1.04); }
.news-card__meta { color:#ffb800; font-size:.85rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; margin:25px 24px 12px; }
.news-card__meta span { color: rgba(255,255,255,.5); padding: 0 6px; }
.news-card h2 { font-family:var(--body-font); font-size:1.18rem; font-weight:700; line-height:1.42; letter-spacing:0; margin:0 24px 14px; }
.news-card h2 a { color:#fff; }
.news-card > p:not(.news-card__meta) { color:rgba(255,255,255,.76); font-family:var(--body-font); line-height:1.55; margin:0 24px 22px; }
.news-card__link { color:#ffb800; font-family:var(--body-font); font-weight:700; margin: auto 24px 25px; display:inline-flex; gap:8px; align-items:center; }
.news-detail__hero { display:block; width:100%; max-height:660px; object-fit:cover; }
.news-detail__content { max-width: 860px; margin: 0 auto; color:#fff; }
.news-detail__lead { font-size:1.35rem; line-height:1.65; font-weight:600; margin:0 0 50px; }
.news-detail__section { margin:0 0 42px; }
.news-detail__section h2, .news-detail__cta h2 { color:#fff; font-size:2rem; line-height:1.1; margin:0 0 16px; }
.news-detail__section p, .news-detail__cta p { color:rgba(255,255,255,.82); font-size:1.08rem; line-height:1.75; margin:0; }
.news-detail__takeaways { border-left:4px solid #ffb800; background:rgba(255,255,255,.055); padding:32px; margin:58px 0; border-radius:0 14px 14px 0; }
.news-detail__takeaways ul { padding-left:20px; margin:0; }
.news-detail__takeaways li { padding-left:8px; margin:10px 0; }
.news-detail__cta { margin:58px 0 0; padding:42px; border-radius:18px; background:linear-gradient(135deg, rgba(255,184,0,.17), rgba(255,255,255,.05)); }
.news-detail__cta p { margin-bottom:22px; }
@media (max-width: 991px) { .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .news-page .breadcrumb-area { padding-top:125px; } }
@media (max-width: 575px) { .news-page .breadcrumb-area { padding:115px 0 42px; } .news-page .py-140 { padding-block:64px; } .news-grid { grid-template-columns: 1fr; } .news-detail__lead { font-size:1.15rem; } .news-detail__section h2, .news-detail__cta h2 { font-size:1.6rem; } .news-detail__takeaways, .news-detail__cta { padding:25px; } }

/* Article details use the same visual structure as the service detail pages. */
.news-service-detail .section-two-title { overflow-wrap: anywhere; }
.news-service-detail .news-detail__meta { color: rgba(255, 255, 255, .72); font-weight: 600; }
.news-service-detail .news-detail__meta span { color: var(--main-600); }
.news-service-detail .news-takeaways-list li { color: #fff; font-weight: 700; display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1rem; }
.news-service-detail .news-takeaways-list i { color: var(--main-600); margin-top: .2rem; }
.news-detail-steps .feature-two-wrapper { height: calc(100% - 1.75rem); }
.news-detail-steps .feature-two-wrapper p { color: rgba(255, 255, 255, .82); line-height: 1.65; }
.news-detail-steps .feature-two-title { overflow-wrap: anywhere; }
.news-detail-cta { border-left: 2px solid var(--main-600); padding-left: 2rem; }
.news-detail-cta p { color: rgba(255, 255, 255, .84); font-size: 1.12rem; line-height: 1.65; }
@media (max-width: 991px) { .news-service-detail .tw-ms-6 { margin-left: 0; } }
@media (max-width: 575px) { .news-detail-cta { padding-left: 1.25rem; } }

.news-research__eyebrow { color: var(--main-600); font-size: .9rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.news-research h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.1; margin: 0 0 1.25rem; }
.news-research h3 { color: #fff; font-size: 1.25rem; margin: 2.25rem 0 .75rem; }
.news-research p { color: rgba(255, 255, 255, .84); font-size: 1.08rem; line-height: 1.75; }
.news-research__checklist { list-style: none; margin: 1.75rem 0 2.5rem; padding: 0; }
.news-research__checklist li { align-items: flex-start; color: #fff; display: flex; font-weight: 600; gap: .8rem; line-height: 1.55; margin-bottom: 1rem; }
.news-research__checklist i { color: var(--main-600); margin-top: .25rem; }
.news-research__note { background: rgba(255, 255, 255, .05); border-left: 3px solid var(--main-600); margin-top: 2.5rem; padding: 1.5rem 1.75rem; }
.news-research__note h3 { margin-top: 0; }
.news-research__sources { border-top: 1px solid rgba(255, 255, 255, .16); margin-top: 3.5rem; padding-top: 2rem; }
.news-research__sources ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.news-research__sources li { margin-bottom: .8rem; }
.news-research__sources a { color: var(--main-600); font-weight: 700; text-decoration: underline; text-underline-offset: .2em; }
