:root {
    --rd-ink: #152033;
    --rd-muted: #5f6f86;
    --rd-line: #d8e2ef;
    --rd-blue: #2864cf;
    --rd-cyan: #34b9d5;
    --rd-navy: #071421;
    --rd-soft: #f3f7fc;
    --rd-white: #ffffff;
}
.rd-news-page {
    background: var(--rd-white);
    color: var(--rd-ink);
}
.rd-news-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}
.rd-news-masthead {
    padding: 36px 0 48px;
    background:
        linear-gradient(90deg, rgba(40,100,207,.08) 1px, transparent 1px),
        linear-gradient(rgba(40,100,207,.06) 1px, transparent 1px),
        #f7faff;
    background-size: 72px 72px;
    border-bottom: 1px solid var(--rd-line);
}
.rd-news-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: var(--rd-muted);
    font-size: 13px;
}
.rd-news-breadcrumbs a { color: var(--rd-blue); text-decoration: none; }
.rd-news-breadcrumbs i { font-size: 9px; color: #96a5b8; }
.rd-news-masthead__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: end;
}
.rd-news-kicker,
.rd-news-label {
    margin: 0 0 14px;
    color: var(--rd-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.rd-news-masthead h1 {
    max-width: 900px;
    margin: 0;
    color: var(--rd-ink);
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: 0;
}
.rd-news-deck {
    max-width: 880px;
    margin: 24px 0 0;
    color: #40516a;
    font-size: 20px;
    line-height: 1.65;
}
.rd-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
    color: var(--rd-muted);
    font-size: 14px;
}
.rd-news-meta span { display: inline-flex; align-items: center; gap: 9px; }
.rd-news-meta i { color: var(--rd-blue); }
.rd-news-investment {
    padding: 24px;
    border: 1px solid #bad0ed;
    border-top: 4px solid var(--rd-cyan);
    border-radius: 6px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 42px rgba(31,66,111,.12);
}
.rd-news-investment span,
.rd-news-investment small { display: block; }
.rd-news-investment span {
    color: var(--rd-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.rd-news-investment strong {
    display: block;
    margin: 8px 0 5px;
    color: var(--rd-ink);
    font-size: 38px;
    line-height: 1;
}
.rd-news-investment small { color: var(--rd-muted); font-size: 14px; line-height: 1.5; }
.rd-news-masthead__aside {
    display: grid;
    gap: 14px;
}
.rd-news-profile {
    overflow: hidden;
    margin: 0;
    border: 1px solid #bad0ed;
    border-top: 4px solid var(--rd-cyan);
    border-radius: 6px;
    background: white;
    box-shadow: 0 16px 38px rgba(31,66,111,.12);
}
.rd-news-profile img {
    display: block;
    width: 100%;
    height: 160px !important;
    max-height: 160px;
    object-fit: cover;
    object-position: center 35%;
}
.rd-news-profile figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 13px 16px 15px;
}
.rd-news-profile figcaption strong {
    color: var(--rd-ink);
    font-size: 16px;
}
.rd-news-profile figcaption span {
    color: var(--rd-muted);
    font-size: 13px;
}
.rd-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
    padding-top: 64px;
    padding-bottom: 80px;
}
.rd-news-body { min-width: 0; }
.rd-news-body p,
.rd-news-body li {
    color: #40516a;
    font-size: 17px;
    line-height: 1.8;
}
.rd-news-body h2 {
    margin: 52px 0 18px;
    color: var(--rd-ink);
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0;
}
.rd-news-intro {
    margin: 0 0 28px;
    color: var(--rd-ink) !important;
    font-size: 23px !important;
    line-height: 1.6 !important;
}
.rd-news-keypoints {
    margin: 42px 0 46px;
    padding: 30px;
    border-left: 4px solid var(--rd-cyan);
    background: var(--rd-soft);
}
.rd-news-keypoints__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px 34px;
}
.rd-news-keypoints__grid > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    align-items: center;
}
.rd-news-keypoints__grid i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, var(--rd-blue), var(--rd-cyan));
}
.rd-news-keypoints__grid span {
    color: var(--rd-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.rd-news-keypoints__grid strong {
    color: var(--rd-ink);
    font-size: 15px;
    line-height: 1.45;
}
.rd-news-quote {
    position: relative;
    margin: 46px 0;
    padding: 34px 38px 30px 78px;
    border: 1px solid #d3dfec;
    border-left: 4px solid var(--rd-cyan);
    border-radius: 6px;
    background: linear-gradient(135deg, #f7fbff 0%, #edf5fc 100%);
    box-shadow: 0 16px 36px rgba(31,66,111,.10);
}
.rd-news-quote > i {
    position: absolute;
    top: 32px;
    left: 28px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, var(--rd-blue), var(--rd-cyan));
    font-size: 15px;
}
.rd-news-quote p {
    margin: 0;
    color: var(--rd-ink);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.65;
}
.rd-news-quote__attribution {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: baseline;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #cbd9e8;
    color: var(--rd-muted);
    font-size: 14px;
}
.rd-news-quote__attribution strong {
    color: var(--rd-blue);
    font-size: 15px;
}
.rd-news-services {
    display: grid;
    gap: 12px;
    margin: 26px 0 42px;
}
.rd-news-services a {
    display: grid;
    grid-template-columns: 44px 1fr 18px;
    gap: 14px;
    align-items: center;
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid var(--rd-line);
    border-radius: 6px;
    color: var(--rd-ink);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rd-news-services a:hover {
    transform: translateY(-2px);
    border-color: #90b8ec;
    box-shadow: 0 12px 28px rgba(31,66,111,.1);
}
.rd-news-services a > i:first-child {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: white;
    background: var(--rd-blue);
}
.rd-news-services a > i:last-child { color: var(--rd-blue); }
.rd-news-services span { color: var(--rd-muted); font-size: 14px; line-height: 1.45; }
.rd-news-services strong { display: block; margin-bottom: 3px; color: var(--rd-ink); font-size: 16px; }
.rd-news-sidebar {
    position: sticky;
    top: 26px;
    display: grid;
    gap: 18px;
}
.rd-news-sidebar__panel {
    padding: 24px;
    border: 1px solid var(--rd-line);
    border-radius: 6px;
    background: white;
    box-shadow: 0 14px 34px rgba(31,66,111,.08);
}
.rd-news-sidebar__panel address {
    color: #40516a;
    font-size: 14px;
    font-style: normal;
    line-height: 1.65;
}
.rd-news-map,
.rd-news-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
    color: var(--rd-blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.rd-news-sidebar__panel--dark {
    border-color: #20374d;
    background: var(--rd-navy);
    color: white;
}
.rd-news-sidebar__panel--dark .rd-news-label { color: #71ddf1; }
.rd-news-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--rd-blue);
    border-radius: 5px;
    color: white;
    background: var(--rd-blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.rd-news-sidebar__panel--dark .rd-news-button { width: 100%; }
.rd-news-sidebar__panel--dark .rd-news-phone { color: white; }
.rd-news-location {
    padding: 46px 0;
    color: white;
    background: linear-gradient(100deg, #0b2539, #205fa9);
}
.rd-news-location__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
.rd-news-location h2 { margin: 0 0 8px; color: white; font-size: 30px; letter-spacing: 0; }
.rd-news-location p { margin: 0; color: #c6dcef; font-size: 16px; }
.rd-news-location .rd-news-label { color: #71ddf1; }
.rd-news-location__actions { display: flex; gap: 12px; flex: 0 0 auto; }
.rd-news-button--light {
    border-color: white;
    color: #12345b;
    background: white;
}
.rd-news-location__actions a:not(.rd-news-button) {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 800;
    text-decoration: none;
}
@media (max-width: 980px) {
    .rd-news-masthead__inner,
    .rd-news-layout { grid-template-columns: 1fr; }
    .rd-news-masthead__inner { gap: 34px; }
    .rd-news-masthead__aside { max-width: 380px; }
    .rd-news-layout { gap: 40px; }
    .rd-news-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .rd-news-container { width: min(100% - 30px, 1180px); }
    .rd-news-masthead { padding: 24px 0 34px; }
    .rd-news-breadcrumbs { margin-bottom: 28px; }
    .rd-news-masthead h1 { font-size: 38px; }
    .rd-news-deck { font-size: 17px; }
    .rd-news-meta { display: grid; }
    .rd-news-hero-media img { aspect-ratio: 4 / 3; }
    .rd-news-layout { padding-top: 42px; padding-bottom: 56px; }
    .rd-news-body h2 { margin-top: 40px; font-size: 28px; }
    .rd-news-intro { font-size: 20px !important; }
    .rd-news-keypoints { padding: 22px 18px; }
    .rd-news-keypoints__grid,
    .rd-news-sidebar { grid-template-columns: 1fr; }
    .rd-news-quote { padding: 30px 24px 30px 58px; }
    .rd-news-quote > i { left: 22px; top: 33px; }
    .rd-news-quote p { font-size: 18px; }
    .rd-news-location__inner { align-items: flex-start; flex-direction: column; }
    .rd-news-location__actions { flex-wrap: wrap; }
}