:root {
    --co-navy: #07111d;
    --co-navy-2: #0d1b29;
    --co-ink: #172238;
    --co-muted: #5b6980;
    --co-blue: #2f66cf;
    --co-cyan: #38bdd9;
    --co-green: #10a36a;
    --co-amber: #e8a63d;
    --co-line: #d6e2ef;
    --co-soft: #f2f7fc;
    --co-white: #ffffff;
}

.rd-comanaged-page {
    background: #fff;
    color: var(--co-ink);
    font-family: 'Open Sans', Arial, sans-serif;
}

.rd-co-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.rd-comanaged-page h1,
.rd-comanaged-page h2,
.rd-comanaged-page h3 {
    color: var(--co-ink);
    font-family: 'Ubuntu', 'Open Sans', Arial, sans-serif;
    letter-spacing: 0;
}

.rd-comanaged-page h1 {
    margin: 0 0 22px;
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 700;
    line-height: 1.04;
}

.rd-comanaged-page h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.12;
}

.rd-comanaged-page h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.rd-comanaged-page p {
    margin: 0 0 20px;
    color: var(--co-muted);
    font-size: 16px;
    line-height: 1.7;
}

.rd-eyebrow {
    margin: 0 0 13px !important;
    color: #7ce7f7;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.3 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

.rd-eyebrow--blue {
    color: #245ec8;
}

.rd-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 11px 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.rd-btn:hover {
    transform: translateY(-1px);
}

.rd-btn--primary {
    background: var(--co-blue);
    color: #fff !important;
}

.rd-btn--secondary {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
}

.rd-btn--light {
    background: #fff;
    color: #10213a !important;
}

.rd-btn--phone {
    gap: 11px;
}

.rd-btn--phone i {
    color: #63d9ed;
}

.rd-co-hero {
    min-height: 690px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 14, 25, .99) 0%, rgba(8, 21, 34, .97) 52%, rgba(10, 39, 56, .95) 100%);
    color: #fff;
}

.rd-co-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(78, 203, 226, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(78, 203, 226, .075) 1px, transparent 1px),
        linear-gradient(135deg, transparent 0 48%, rgba(78, 203, 226, .06) 48% 49%, transparent 49% 100%);
    background-size: 76px 76px, 76px 76px, 260px 260px;
    opacity: .55;
}

.rd-co-hero::after {
    content: '';
    width: 520px;
    height: 520px;
    position: absolute;
    right: -190px;
    top: -210px;
    border: 1px solid rgba(69, 202, 225, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(69, 202, 225, .025), 0 0 0 130px rgba(69, 202, 225, .02);
}

.rd-co-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
    gap: 42px;
    align-items: end;
    padding: 72px 0;
}

.rd-co-hero h1,
.rd-co-hero h2,
.rd-co-hero h3 {
    color: #fff !important;
}

.rd-co-hero__content {
    max-width: 590px;
}

.rd-co-lead,
.rd-co-hero__content p:not(.rd-eyebrow) {
    color: #d8e5f2;
}

.rd-co-lead {
    max-width: 630px;
    font-size: 19px !important;
    line-height: 1.62 !important;
}

.rd-co-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.rd-co-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(158, 206, 222, .24);
}

.rd-co-hero__proof span {
    color: #c9d8e7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.rd-co-hero__proof i {
    margin-right: 6px;
    color: var(--co-cyan);
}

.rd-co-command {
    overflow: hidden;
    border: 1px solid rgba(96, 210, 231, .42);
    border-radius: 8px;
    background: rgba(16, 31, 45, .9);
    box-shadow: 0 28px 75px rgba(0, 0, 0, .32);
    backdrop-filter: blur(10px);
}

.rd-co-command__top {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 22px;
    border-bottom: 1px solid rgba(111, 205, 225, .2);
    background: rgba(255, 255, 255, .035);
}

.rd-co-command__top span,
.rd-co-command__metrics span,
.rd-co-chart-title small {
    display: block;
    color: #91a7bb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-co-command__top strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 20px;
}

.rd-co-command__top > small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #b9cad9;
    font-size: 10px;
    text-transform: uppercase;
}

.rd-co-command__top > small i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--co-green);
    box-shadow: 0 0 0 4px rgba(16, 163, 106, .12);
}

.rd-co-command__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(111, 205, 225, .18);
}

.rd-co-command__metrics div {
    min-height: 92px;
    padding: 17px 15px;
    border-right: 1px solid rgba(111, 205, 225, .15);
}

.rd-co-command__metrics div:last-child {
    border-right: 0;
}

.rd-co-command__metrics strong {
    display: block;
    margin-top: 8px;
    color: #eff7fb;
    font-size: 13px;
    line-height: 1.35;
}

.rd-co-command__chart {
    padding: 20px 22px 21px;
}

.rd-co-chart-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.rd-co-chart-title > span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.rd-co-command__chart svg {
    width: 100%;
    height: auto;
    margin: 3px 0 4px;
}

.rd-chart-grid line,
.rd-mini-grid line {
    stroke: rgba(168, 205, 220, .15);
    stroke-width: 1;
}

.rd-chart-area {
    fill: url(#demandFill);
}

.rd-chart-demand,
.rd-chart-capacity,
.rd-chart-combined,
.rd-mini-open,
.rd-mini-close {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rd-chart-demand {
    stroke: var(--co-cyan);
    stroke-width: 4;
}

.rd-chart-capacity {
    stroke: var(--co-amber);
    stroke-width: 3;
    stroke-dasharray: 7 7;
}

.rd-chart-combined {
    stroke: var(--co-green);
    stroke-width: 3;
}

.rd-chart-dots circle {
    fill: var(--co-cyan);
    stroke: #102335;
    stroke-width: 2;
}

.rd-co-chart-legend,
.rd-co-mini-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 17px;
    color: #b8c8d6;
    font-size: 10px;
}

.rd-co-chart-legend {
    justify-content: center;
    text-align: center;
}

.rd-co-chart-legend span,
.rd-co-mini-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rd-legend {
    width: 18px;
    height: 3px;
    display: inline-block;
    border-radius: 3px;
}

.rd-legend--demand,
.rd-legend--open {
    background: var(--co-cyan);
}

.rd-legend--internal {
    background: var(--co-amber);
}

.rd-legend--combined,
.rd-legend--closed {
    background: var(--co-green);
}

.rd-co-strip,
.rd-co-trust {
    border-bottom: 1px solid var(--co-line);
    background: #fff;
}

.rd-co-strip__inner,
.rd-co-trust__inner {
    min-height: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    align-items: center;
}

.rd-co-strip span,
.rd-co-trust span {
    color: #34435a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.rd-co-strip span::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--co-cyan);
}

.rd-co-section {
    position: relative;
    padding: 92px 0;
}

.rd-co-section--white {
    background: #fff;
}

.rd-co-two-col,
.rd-co-review-layout,
.rd-co-reporting,
.rd-co-sector-layout,
.rd-co-faq-layout,
.rd-co-capacity-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: center;
}

.rd-co-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.rd-co-audience-grid article {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--co-line);
    border-top: 4px solid var(--co-blue);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(28, 58, 84, .08);
}

.rd-co-audience-grid article:nth-child(2) {
    border-top-color: var(--co-green);
}

.rd-co-audience-grid i,
.rd-co-service-grid i {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--co-blue);
    color: #fff;
}

.rd-co-audience-grid article:nth-child(2) i {
    background: var(--co-green);
}

.rd-co-section--matrix {
    overflow: hidden;
    background: var(--co-navy);
    color: #fff;
}

.rd-co-section--matrix::before,
.rd-co-section--dark::before,
.rd-co-section--photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(75, 193, 217, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 193, 217, .07) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.rd-co-section--matrix > *,
.rd-co-section--dark > *,
.rd-co-section--photo > * {
    position: relative;
    z-index: 1;
}

.rd-co-section--matrix h2,
.rd-co-section--matrix h3,
.rd-co-section--dark h2,
.rd-co-section--dark h3 {
    color: #fff;
}

.rd-co-section--matrix p,
.rd-co-section--dark p {
    color: #ceddea;
}

.rd-co-section-heading {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.rd-co-matrix {
    overflow: hidden;
    border: 1px solid rgba(101, 203, 223, .32);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .22);
}

.rd-co-matrix__head,
.rd-co-matrix__row {
    display: grid;
    grid-template-columns: 2.2fr repeat(3, .8fr);
}

.rd-co-matrix__head {
    background: rgba(49, 103, 207, .25);
}

.rd-co-matrix__head span,
.rd-co-matrix__row > * {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 13px 18px;
    border-right: 1px solid rgba(151, 207, 222, .15);
    border-bottom: 1px solid rgba(151, 207, 222, .15);
}

.rd-co-matrix__head span {
    color: #8de7f6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-co-matrix__row strong {
    color: #f3f8fb;
    font-size: 14px;
}

.rd-co-matrix__row strong i {
    width: 30px;
    color: var(--co-cyan);
}

.rd-co-matrix__row span {
    justify-content: center;
    color: #c1d1dd;
    font-size: 12px;
    font-weight: 700;
}

.rd-co-matrix__row .is-internal,
.rd-co-matrix__row .is-shared,
.rd-co-matrix__row .is-radium {
    color: #fff;
}

.rd-co-matrix__row .is-internal {
    background: rgba(47, 102, 207, .2);
}

.rd-co-matrix__row .is-shared {
    background: rgba(232, 166, 61, .17);
}

.rd-co-matrix__row .is-radium {
    background: rgba(16, 163, 106, .2);
}

.rd-co-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 17px 20px;
    border: 1px solid rgba(121, 216, 234, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.rd-co-inline-cta span {
    color: #fff;
    font-weight: 700;
}

.rd-co-section--dark {
    overflow: hidden;
    background: #0b1724;
    color: #fff;
}

.rd-co-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rd-co-service-grid article {
    min-height: 255px;
    padding: 26px;
    border: 1px solid rgba(113, 205, 224, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
}

.rd-co-service-grid p {
    color: #cad9e6;
    font-size: 14px;
}

.rd-co-service-grid p a,
.rd-co-faq-list summary a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(107, 205, 224, .78);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.rd-co-service-grid p a {
    font-weight: 700;
}

.rd-co-service-grid i {
    background: var(--co-cyan);
    color: #092131;
}

.rd-co-section--allocation {
    background: #eef5fb;
}

.rd-co-checks,
.rd-co-review-card ul {
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.rd-co-checks li,
.rd-co-review-card li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 27px;
    color: #34445a;
    line-height: 1.55;
}

.rd-co-checks li::before,
.rd-co-review-card li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--co-green);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.rd-co-allocation {
    overflow: hidden;
    border: 1px solid var(--co-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(28, 62, 91, .13);
}

.rd-co-allocation__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 24px;
    background: var(--co-navy-2);
}

.rd-co-allocation__header span,
.rd-co-allocation__header strong {
    display: block;
    color: #fff;
}

.rd-co-allocation__header span {
    color: #75dff1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rd-co-allocation__header strong {
    margin-top: 4px;
    font-size: 18px;
}

.rd-co-allocation__header small {
    color: #a9bac9;
    font-size: 10px;
}

.rd-co-allocation__row {
    padding: 24px;
}

.rd-co-allocation__title {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
}

.rd-co-allocation__title strong {
    color: var(--co-ink);
}

.rd-co-allocation__title span {
    color: var(--co-muted);
    font-size: 12px;
}

.rd-co-stack {
    height: 54px;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    background: #e8eef5;
}

.rd-co-stack span {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.rd-stack--support {
    background: #33445c;
}

.rd-stack--admin {
    background: var(--co-blue);
}

.rd-stack--risk {
    background: var(--co-cyan);
    color: #092131 !important;
}

.rd-stack--strategy {
    background: var(--co-green);
}

.rd-co-allocation__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #245ec8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.rd-co-allocation__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 18px 24px;
    border-top: 1px solid var(--co-line);
    background: #f7fafc;
    color: #536177;
    font-size: 10px;
}

.rd-co-allocation__legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rd-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
}

.rd-dot--support { background: #33445c; }
.rd-dot--admin { background: var(--co-blue); }
.rd-dot--risk { background: var(--co-cyan); }
.rd-dot--strategy { background: var(--co-green); }

.rd-co-section--image {
    overflow: hidden;
    background: #0b1724;
    color: #fff;
}

.rd-co-review-card {
    position: relative;
    padding: 40px;
    border: 1px solid rgba(93, 204, 225, .3);
    border-left: 3px solid var(--co-cyan);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
}

.rd-co-review-card h2,
.rd-co-review-card h3 {
    color: #fff;
}

.rd-co-review-card p,
.rd-co-review-card li {
    color: #d1dfea;
}

.rd-co-photo-frame {
    position: relative;
    padding: 9px;
    border: 1px solid rgba(69, 194, 217, .42);
    border-radius: 8px;
    background: #101e2b;
    box-shadow: 0 22px 65px rgba(0, 0, 0, .25);
}

.rd-co-photo-frame img {
    width: 100%;
    display: block;
    aspect-ratio: 1/.84;
    border-radius: 6px;
    object-fit: cover;
}

.rd-co-section--reporting {
    background: #fff;
}

.rd-co-reporting-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 38px;
}

.rd-co-report-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr .65fr;
    gap: 16px;
}

.rd-co-report-card {
    min-height: 214px;
    padding: 24px;
    border: 1px solid var(--co-line);
    border-radius: 8px;
    background: #f8fbfe;
}

.rd-co-report-card--large {
    grid-row: span 2;
    min-height: 444px;
    background: #0d1b29;
}

.rd-co-report-card--large h3 {
    color: #fff;
}

.rd-co-report-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
}

.rd-co-report-card__head span {
    color: #2864cf;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rd-co-report-card--large .rd-co-report-card__head span {
    color: #76dfef;
}

.rd-co-report-card__head i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff4f8;
    color: #178ba2;
}

.rd-co-mini-chart {
    margin-top: 25px;
}

.rd-co-mini-chart svg {
    width: 100%;
}

.rd-mini-open {
    stroke: var(--co-cyan);
    stroke-width: 4;
}

.rd-mini-close {
    stroke: var(--co-green);
    stroke-width: 4;
}

.rd-co-mini-legend small {
    margin-left: auto;
    color: #8899a8;
}

.rd-co-inline-cta--reporting {
    border-color: var(--co-line);
    background: var(--co-soft);
}

.rd-co-inline-cta--reporting span {
    color: var(--co-ink);
}

.rd-co-section--blue {
    background: #2f66cf;
    color: #fff;
}

.rd-co-section--blue h2,
.rd-co-section--blue h3,
.rd-co-section--blue p,
.rd-co-section--blue .rd-eyebrow {
    color: #fff;
}

.rd-co-sector-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rd-co-sector-grid span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.rd-co-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rd-co-process-grid article {
    min-height: 255px;
    padding: 27px;
    border: 1px solid var(--co-line);
    border-top: 4px solid var(--co-blue);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(25, 54, 80, .07);
}

.rd-co-process-grid span {
    color: var(--co-green);
    font-size: 12px;
    font-weight: 900;
}

.rd-co-process-grid p {
    font-size: 14px;
}

.rd-co-section--dark .rd-co-faq-list details {
    border-color: rgba(107, 205, 224, .24);
    background: rgba(255, 255, 255, .055);
}

.rd-co-faq-list {
    display: grid;
    gap: 12px;
}

.rd-co-faq-list details {
    padding: 21px 23px;
    border: 1px solid var(--co-line);
    border-radius: 8px;
}

.rd-co-faq-list summary {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.rd-co-faq-list details p {
    margin: 13px 0 0;
    color: #cbd9e6;
    font-size: 14px;
}

.rd-co-final-cta {
    padding: 70px 0;
    background: linear-gradient(110deg, #2e66cf 0%, #34b9d2 100%);
    color: #fff;
}

.rd-co-final-cta h2,
.rd-co-final-cta p {
    color: #fff;
}

.rd-co-final-cta p {
    margin-bottom: 0;
}

.rd-co-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.rd-co-final-cta__inner > div {
    max-width: 780px;
}

@media (max-width: 1080px) {
    .rd-co-hero__inner,
    .rd-co-two-col,
    .rd-co-review-layout,
    .rd-co-reporting,
    .rd-co-sector-layout,
    .rd-co-faq-layout,
    .rd-co-capacity-layout {
        grid-template-columns: 1fr;
    }

    .rd-co-hero__inner {
        align-items: stretch;
    }

    .rd-co-hero__content {
        max-width: 800px;
    }

    .rd-co-command {
        max-width: 720px;
    }

    .rd-co-service-grid,
    .rd-co-report-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rd-co-report-card--large {
        grid-column: span 2;
        grid-row: auto;
    }

    .rd-co-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rd-co-reporting-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 760px) {
    .rd-co-container {
        width: min(100% - 28px, 1180px);
    }

    .rd-co-hero {
        min-height: auto;
    }

    .rd-co-hero__inner {
        padding: 56px 0;
        gap: 35px;
    }

    .rd-comanaged-page h1 {
        font-size: 38px;
    }

    .rd-co-hero__proof,
    .rd-co-strip__inner,
    .rd-co-audience-grid,
    .rd-co-service-grid,
    .rd-co-report-grid,
    .rd-co-process-grid {
        grid-template-columns: 1fr;
    }

    .rd-co-command__metrics {
        grid-template-columns: 1fr;
    }

    .rd-co-command__metrics div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(111, 205, 225, .15);
    }

    .rd-co-section {
        padding: 64px 0;
    }

    .rd-co-matrix {
        overflow-x: auto;
    }

    .rd-co-matrix__head,
    .rd-co-matrix__row {
        min-width: 720px;
    }

    .rd-co-allocation__title,
    .rd-co-inline-cta,
    .rd-co-final-cta__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .rd-co-stack {
        height: auto;
        flex-direction: column;
    }

    .rd-co-stack span {
        width: 100% !important;
        min-height: 38px;
    }

    .rd-co-report-card--large {
        grid-column: auto;
    }

    .rd-co-inline-cta .rd-btn,
    .rd-co-final-cta .rd-btn {
        width: 100%;
    }
}

.rd-co-section--image .rd-co-review-layout {
    align-items: stretch;
}

.rd-co-section--image .rd-co-photo-frame {
    height: 100%;
    box-sizing: border-box;
}

.rd-co-section--image .rd-co-photo-frame img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 1080px) {
    .rd-co-section--image .rd-co-photo-frame {
        height: auto;
    }

    .rd-co-section--image .rd-co-photo-frame img {
        height: auto;
        aspect-ratio: 5 / 4;
    }
}
/* Executive reporting and sector presentation */
.rd-co-report-card--large {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #0b1b2a;
}

.rd-co-report-card--large .rd-co-report-card__head {
    margin-bottom: 12px;
}

.rd-co-report-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.rd-co-report-title-row h3 {
    max-width: 330px;
    margin: 0;
}

.rd-co-report-period {
    flex: 0 0 auto;
    padding: 6px 9px;
    border: 1px solid rgba(117, 223, 241, .24);
    border-radius: 4px;
    background: rgba(117, 223, 241, .08);
    color: #a9c4d4;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.rd-co-report-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 22px;
}

.rd-co-report-summary div {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(122, 177, 204, .17);
    border-radius: 5px;
    background: rgba(255, 255, 255, .045);
}

.rd-co-report-summary strong,
.rd-co-report-summary span {
    display: block;
}

.rd-co-report-summary strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 12px;
}

.rd-co-report-summary span {
    color: #9eb2c1;
    font-size: 10px;
    line-height: 1.4;
}

.rd-co-report-card--large .rd-co-mini-chart {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 18px;
}

.rd-co-report-card--large .rd-co-mini-chart svg {
    height: 245px;
    display: block;
    overflow: visible;
}

.rd-mini-grid line {
    stroke: rgba(143, 177, 199, .18);
    stroke-width: 1;
}

.rd-mini-area--open {
    fill: url(#coDemandFill);
}

.rd-mini-area--closed {
    fill: url(#coCompleteFill);
}

.rd-co-report-card--large .rd-mini-open,
.rd-co-report-card--large .rd-mini-close {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rd-mini-points circle {
    stroke: #0b1b2a;
    stroke-width: 2;
}

.rd-mini-points--open circle {
    fill: var(--co-cyan);
}

.rd-mini-points--closed circle {
    fill: var(--co-green);
}

.rd-mini-axis text {
    fill: #7890a0;
    font-size: 10px;
    font-weight: 700;
    text-anchor: middle;
}

.rd-co-report-card--large .rd-co-mini-legend {
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid rgba(143, 177, 199, .14);
    font-size: 11px;
}

.rd-co-report-card--large .rd-co-mini-legend small {
    max-width: 210px;
    text-align: right;
    line-height: 1.35;
}

.rd-co-section--sectors {
    position: relative;
    overflow: hidden;
    background: #eef5fb;
}

.rd-co-section--sectors::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(38, 104, 207, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 104, 207, .045) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
}

.rd-co-section--sectors .rd-co-container {
    position: relative;
    z-index: 1;
}

.rd-co-section--sectors .rd-co-sector-layout {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 64px;
    align-items: center;
}

.rd-co-sector-intro {
    max-width: 510px;
    padding-right: 20px;
}

.rd-co-sector-intro h2 {
    color: var(--co-ink);
}

.rd-co-sector-intro p:not(.rd-eyebrow) {
    margin-bottom: 26px;
    color: #53667b;
}

.rd-co-section--sectors .rd-co-sector-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.rd-co-sector-grid article {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid #d4e1ee;
    border-top: 3px solid var(--co-blue);
    border-radius: 7px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 34px rgba(27, 64, 96, .08);
}

.rd-co-sector-grid article:nth-child(3n + 2) {
    border-top-color: var(--co-cyan);
}

.rd-co-sector-grid article:nth-child(3n) {
    border-top-color: var(--co-green);
}

.rd-co-sector-grid i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f0ff;
    color: #2365cf;
    font-size: 16px;
}

.rd-co-sector-grid article:nth-child(3n + 2) i {
    background: #e1f7fb;
    color: #178da4;
}

.rd-co-sector-grid article:nth-child(3n) i {
    background: #e5f7ef;
    color: #12845f;
}

.rd-co-sector-grid span {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1b2b42;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 1080px) {
    .rd-co-section--sectors .rd-co-sector-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .rd-co-sector-intro {
        max-width: 760px;
    }
}

@media (max-width: 760px) {
    .rd-co-report-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .rd-co-report-summary {
        grid-template-columns: 1fr;
    }

    .rd-co-report-card--large .rd-co-mini-chart svg {
        height: auto;
    }

    .rd-co-report-card--large .rd-co-mini-legend small {
        width: 100%;
        max-width: none;
        margin-left: 0;
        text-align: left;
    }

    .rd-co-section--sectors .rd-co-sector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .rd-co-section--sectors .rd-co-sector-grid {
        grid-template-columns: 1fr;
    }
}
