@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Lato-Semibold";
    src: url("../fonts/Lato-Semibold.woff2") format("woff2");
    font-display: swap;
}

.gp {
    --gp-ink: #10243e;
    --gp-muted: #52657b;
    --gp-blue: #0788ee;
    --gp-blue-dark: #0568bd;
    --gp-orange: #ffad00;
    --gp-line: #dce6ef;
    --gp-soft: #f4f8fb;
    --gp-green: #198754;
    color: var(--gp-ink);
    background: #fff;
    font-family: "Lato-Regular", "Arial", sans-serif;
    letter-spacing: 0;
}

.gp.gp--capability-scroll-page {
    overflow: visible;
}

#product-page-top {
    scroll-margin-top: 180px;
}

.gp .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.gp *,
.gp *::before,
.gp *::after,
.gp-lightbox *,
.gp-lightbox *::before,
.gp-lightbox *::after {
    box-sizing: border-box;
}

.gp a {
    color: var(--gp-blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.gp-hero {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border-bottom: 1px solid var(--gp-line);
    background: #f7fbfe;
}

.gp-hero::after {
    position: absolute;
    inset: 0 0 0 52%;
    z-index: 0;
    content: "";
    background-image:
        linear-gradient(30deg, rgba(7, 136, 238, .11) 1px, transparent 1px),
        linear-gradient(150deg, rgba(7, 136, 238, .11) 1px, transparent 1px);
    background-position: center;
    background-size: 56px 32px;
    opacity: .72;
}

.gp-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 510px;
    flex-direction: column;
    justify-content: center;
    padding-top: 82px;
    padding-bottom: 68px;
}

.gp-breadcrumbs {
    position: absolute;
    top: 28px;
    left: 15px;
    display: flex;
    max-width: calc(100% - 30px);
    align-items: center;
    gap: 10px;
    overflow: hidden;
    color: #6e7d8d;
    font-size: 13px;
    white-space: nowrap;
}

.gp-breadcrumbs a {
    color: #52657b;
    text-decoration: none;
}

.gp-breadcrumbs span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gp-hero__copy {
    width: min(710px, 63%);
}

.gp-family-context {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px;
    color: #607287;
    font-size: 14px;
    line-height: 1.4;
}

.gp-family-context::before {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: 3px;
    content: "";
    background: var(--gp-blue);
}

.gp-family-context a {
    color: var(--gp-blue-dark);
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.gp-family-context a:hover,
.gp-family-context a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gp-hero__art {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    display: grid;
    width: min(32vw, 360px);
    place-items: center;
    transform: translateY(-45%);
    pointer-events: none;
}

.gp-hero__art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 24px rgba(16, 36, 62, .11));
}

.gp-hero__art-rail {
    position: absolute;
    top: 50%;
    right: -18px;
    z-index: 0;
    display: grid;
    width: 48%;
    gap: 29px;
    transform: translateY(-46%);
}

.gp-hero__art-rail span {
    position: relative;
    display: block;
    height: 1px;
    background: #78bdec;
}

.gp-hero__art-rail span::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #0788ee;
    border-radius: 50%;
    content: "";
    background: #f7fbfe;
    transform: translateY(-50%);
}

.gp-hero__art-rail span:nth-child(1) {
    margin-left: 24%;
}

.gp-hero__art-rail span:nth-child(3) {
    margin-left: 12%;
}

.gp-eyebrow,
.gp-section-label {
    margin: 0 0 14px;
    color: var(--gp-blue-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.gp-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--gp-ink);
    font-size: 50px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
}

.gp-hero__subtitle {
    max-width: 690px;
    margin: 12px 0 0;
    color: #294761;
    font-size: 24px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.gp-hero__lead,
.gp-hero__plain-lead {
    max-width: 690px;
    margin-top: 22px;
    color: #334a63;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
}

.gp-hero__lead p,
.gp-hero__plain-lead {
    margin-bottom: 0;
}

.gp-hero__planes {
    display: grid;
    max-width: 690px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 24px 0 0;
    padding: 14px 0;
    border-top: 1px solid rgba(16, 36, 62, .16);
    border-bottom: 1px solid rgba(16, 36, 62, .16);
    color: #52657b;
    font-size: 13px;
    line-height: 1.4;
    list-style: none;
}

.gp-hero__planes li {
    min-width: 0;
    padding: 0 14px;
    border-right: 1px solid rgba(16, 36, 62, .14);
}

.gp-hero__planes li:first-child {
    padding-left: 0;
}

.gp-hero__planes li:last-child {
    padding-right: 0;
    border-right: 0;
}

.gp-hero__lead strong {
    font-weight: 600;
}

.gp-trust {
    margin: 22px 0 0;
    color: #68798b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.gp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.gp-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid var(--gp-blue);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.gp-button_primary {
    color: #fff !important;
    background: var(--gp-blue);
}

.gp-button_primary:hover,
.gp-button_primary:focus-visible {
    border-color: var(--gp-blue-dark);
    background: var(--gp-blue-dark);
}

.gp-button_secondary {
    color: var(--gp-blue-dark) !important;
    background: rgba(255, 255, 255, .84);
}

.gp-button_secondary:hover,
.gp-button_secondary:focus-visible {
    background: #eef7fe;
}

.gp-family-nav {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--gp-line);
    background: #fff;
}

.gp-family-nav__inner {
    display: flex;
    align-items: stretch;
    gap: 34px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.gp-family-nav a {
    position: relative;
    display: flex;
    min-height: 58px;
    flex: 0 0 auto;
    align-items: center;
    color: #4f6072;
    font-size: 14px;
    text-decoration: none;
}

.gp-family-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background: transparent;
}

.gp-family-nav a:hover,
.gp-family-nav a.is-current {
    color: var(--gp-ink);
}

.gp-family-nav a.is-current::after {
    background: var(--gp-orange);
}

.gp-opening,
.gp-diagram-section,
.gp-evidence,
.gp-content-section,
.gp-directory,
.gp-stub {
    padding: 78px 0;
}

.gp > .gp-directory:last-child,
.gp > .gp-stub:last-child {
    /* The shared footer overlaps the preceding section by 200px. */
    padding-bottom: 278px;
}

.gp-opening__grid,
.gp-content-section__grid {
    display: grid;
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
    gap: clamp(48px, 8vw, 116px);
}

.gp-opening h2,
.gp-content-section h2,
.gp-section-heading h2,
.gp-next h2,
.gp-stub h2,
.gp-directory h2 {
    margin: 0;
    color: var(--gp-ink);
    font-size: 32px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.gp-prose {
    min-width: 0;
    color: #34495f;
    font-size: 17px;
    line-height: 1.72;
}

.gp-prose > :first-child {
    margin-top: 0;
}

.gp-prose > :last-child {
    margin-bottom: 0;
}

.gp-prose p {
    margin: 0 0 22px;
}

.gp-prose strong {
    color: var(--gp-ink);
    font-weight: 650;
}

.gp-prose h3 {
    margin: 42px 0 14px;
    color: var(--gp-ink);
    font-size: 21px;
    font-weight: 620;
    line-height: 1.35;
    letter-spacing: 0;
}

.gp-prose ul,
.gp-prose ol {
    margin: 0 0 26px;
    padding-left: 22px;
}

.gp-prose li {
    margin-bottom: 9px;
    padding-left: 4px;
}

.gp-prose_intro {
    font-size: 18px;
}

.gp-diagram-section {
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    background: var(--gp-soft);
}

.gp-diagram-section__heading {
    align-items: start;
}

.gp-architecture-diagram,
.gp-monitoring-diagram {
    margin: 0;
}

.gp-architecture-diagram {
    display: grid;
    grid-template-columns: minmax(185px, .8fr) 44px minmax(235px, 1fr) 44px minmax(330px, 1.5fr);
    align-items: stretch;
}

.gp-architecture-diagram__stage {
    padding: 25px 24px 27px;
    border-top: 3px solid var(--gp-blue);
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 36, 62, .08);
}

.gp-architecture-diagram__stage h3,
.gp-monitoring-lane h3 {
    margin: 0;
    color: var(--gp-ink);
    font-size: 18px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.gp-architecture-diagram__stage ul {
    display: grid;
    gap: 13px;
    margin: 20px 0 0;
    padding: 0;
    color: #40566d;
    font-size: 14px;
    line-height: 1.48;
    list-style: none;
}

.gp-architecture-diagram__stage li {
    position: relative;
    padding-left: 16px;
}

.gp-architecture-diagram__stage li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: var(--gp-orange);
}

.gp-diagram-connector {
    position: relative;
    display: block;
    align-self: center;
    height: 1px;
    background: #9fb4c7;
}

.gp-diagram-connector::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #718ca4;
    border-right: 2px solid #718ca4;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.gp-architecture-diagram__planes {
    display: grid;
    border-top: 3px solid var(--gp-orange);
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 36, 62, .08);
}

.gp-architecture-diagram__planes a {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 3px 12px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--gp-line);
    color: var(--gp-ink);
    text-decoration: none;
}

.gp-architecture-diagram__planes a:last-child {
    border-bottom: 0;
}

.gp-architecture-diagram__planes a:hover,
.gp-architecture-diagram__planes a:focus-visible {
    background: #f8fbfd;
}

.gp-architecture-diagram__planes a > .gp-diagram-marker {
    grid-row: 1 / span 2;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--gp-blue);
}

.gp-architecture-diagram__planes strong {
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
}

.gp-architecture-diagram__planes small {
    color: #52657b;
    font-size: 13px;
    line-height: 1.45;
}

.gp-architecture-diagram figcaption,
.gp-monitoring-diagram figcaption {
    grid-column: 1 / -1;
    margin-top: 20px;
    color: #53687d;
    font-size: 14px;
    line-height: 1.55;
}

.gp-monitoring-diagram__frame {
    overflow: hidden;
    border: 1px solid var(--gp-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 36, 62, .06);
}

.gp-monitoring-diagram__source {
    display: flex;
    justify-content: center;
    padding: 18px 30px;
    border-bottom: 1px solid var(--gp-line);
    text-align: center;
    background: #f5f9fc;
}

.gp-monitoring-lane__heading > span {
    color: var(--gp-blue-dark);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
    text-transform: uppercase;
}

.gp-monitoring-diagram__source strong {
    color: var(--gp-ink);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.4;
}

.gp-monitoring-diagram__lanes {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    gap: 0;
}

.gp-monitoring-diagram__lanes::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 26px);
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, var(--gp-blue) 0 50%, var(--gp-orange) 50% 100%);
    content: '';
}

.gp-monitoring-lane {
    position: relative;
    display: grid;
    min-height: 260px;
    grid-template-rows: auto 1fr auto;
    padding: 32px 34px 30px;
    border-top: 2px solid var(--gp-blue);
    background: #fff;
}

.gp-monitoring-lane_enforce {
    border-top-color: var(--gp-orange);
}

.gp-monitoring-diagram__choice {
    align-self: center;
    justify-self: center;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #c9d6e2;
    border-radius: 50%;
    color: #607389;
    background: #fff;
    font-size: 11px;
    font-weight: 650;
    line-height: 1;
    text-transform: uppercase;
}

.gp-monitoring-lane__heading {
    display: grid;
    gap: 6px;
}

.gp-monitoring-lane__methods {
    display: grid;
    align-content: center;
    gap: 6px;
    margin: 22px 0;
}

.gp-monitoring-lane__methods > span,
.gp-monitoring-lane__result > span {
    display: block;
    color: #718297;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    text-transform: uppercase;
}

.gp-monitoring-lane__methods > p {
    margin: 0;
    color: #40566d;
    font-size: 15px;
    line-height: 1.55;
}

.gp-monitoring-lane__result {
    display: grid;
    gap: 5px;
    color: var(--gp-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.gp-monitoring-diagram__frame > figcaption {
    margin: 0;
    padding: 15px 30px;
    border-top: 1px solid var(--gp-line);
    color: #53687d;
    background: #f5f9fc;
    font-size: 13px;
    line-height: 1.5;
}

.gp-evidence {
    color: #fff;
    background: #102f4c;
}

.gp-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
}

.gp-section-heading > p {
    width: min(430px, 42%);
    margin: 0 0 3px;
    color: #617286;
    font-size: 16px;
    line-height: 1.55;
}

.gp-evidence .gp-section-label {
    color: #7bc3fa;
}

.gp-evidence .gp-section-heading h2 {
    color: #fff;
}

.gp-evidence .gp-section-heading > p {
    color: #c3d2df;
}

.gp-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: #091a2c;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .2);
}

.gp-carousel__viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gp-slide {
    position: absolute;
    inset: 0;
    display: none;
    margin: 0;
    background: #eaf0f5;
}

.gp-slide.is-active {
    display: block;
}

.gp-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gp-slide__media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.gp-slide__zoom {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    color: #fff;
    background: rgba(8, 27, 45, .76);
    font-size: 23px;
    line-height: 1;
}

.gp-slide__media:hover .gp-slide__zoom,
.gp-slide__media:focus-visible .gp-slide__zoom {
    background: var(--gp-blue);
}

.gp-slide_crop-top img {
    object-fit: cover;
    object-position: center top;
}

.gp-slide figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 66px 78px 26px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(4, 16, 29, .9));
    pointer-events: none;
}

.gp-slide figcaption strong {
    font-size: 18px;
    font-weight: 650;
}

.gp-slide figcaption span {
    color: #dbe6ee;
    font-size: 14px;
    line-height: 1.45;
}

.gp-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    background: rgba(8, 27, 45, .76);
    cursor: pointer;
    transform: translateY(-50%);
}

.gp-carousel__arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.gp-carousel__arrow_prev {
    left: 18px;
}

.gp-carousel__arrow_prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.gp-carousel__arrow_next {
    right: 18px;
}

.gp-carousel__arrow_next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.gp-carousel__arrow:hover,
.gp-carousel__arrow:focus-visible {
    background: var(--gp-blue);
}

.gp-carousel__status {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 3px;
    color: #fff;
    background: rgba(8, 27, 45, .78);
    font-size: 13px;
}

.gp-carousel__dots {
    position: absolute;
    right: 22px;
    bottom: 25px;
    z-index: 2;
    display: flex;
    gap: 7px;
}

.gp-carousel__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .48);
    cursor: pointer;
}

.gp-carousel__dots button.is-active {
    background: var(--gp-orange);
}

.gp-lightbox[hidden] {
    display: none;
}

.gp-lightbox {
    box-sizing: border-box;
    font-family: "Lato-Regular", "Arial", sans-serif;
    letter-spacing: 0;
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 28px;
}

.gp-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 16, 29, .92);
}

.gp-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1440px, 96vw);
    max-height: 94vh;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    color: #fff;
    background: #091a2c;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.gp-lightbox__dialog > img {
    display: block;
    width: 100%;
    max-height: calc(94vh - 90px);
    object-fit: contain;
    background: #eaf0f5;
}

.gp-lightbox__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #fff;
    background: rgba(8, 27, 45, .82);
    cursor: pointer;
    font-size: 28px;
    line-height: 38px;
}

.gp-lightbox__close:hover,
.gp-lightbox__close:focus-visible {
    background: var(--gp-blue, #0788ee);
}

.gp-lightbox__caption {
    display: grid;
    gap: 4px;
    padding: 18px 22px;
}

.gp-lightbox__caption strong {
    font-size: 17px;
}

.gp-lightbox__caption span {
    color: #c3d2df;
    font-size: 14px;
    line-height: 1.45;
}

body.gp-lightbox-open {
    overflow: hidden;
}

.gp-content-section {
    border-bottom: 1px solid var(--gp-line);
}

.gp-content-section_tinted {
    background: var(--gp-soft);
}

.gp-discovery-workflow {
    padding: 78px 0;
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    scroll-margin-top: 180px;
    background: var(--gp-soft);
}

.gp-discovery-workflow__heading {
    display: grid;
    margin-bottom: 34px;
    grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr);
    align-items: end;
    gap: clamp(48px, 8vw, 116px);
}

.gp-discovery-workflow__heading h2 {
    margin: 0;
    color: var(--gp-ink);
    font-size: 32px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.gp-discovery-workflow__heading > p {
    margin: 0;
    color: #40566d;
    font-size: 17px;
    line-height: 1.6;
}

.gp-discovery-workflow__steps {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 36, 62, .07);
}

.gp-discovery-workflow__steps li {
    min-width: 0;
    min-height: 230px;
    padding: 28px 25px 30px;
    border-right: 1px solid var(--gp-line);
}

.gp-discovery-workflow__steps li:last-child {
    border-right: 0;
}

.gp-discovery-workflow__number {
    display: block;
    margin-bottom: 30px;
    color: var(--gp-blue-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.gp-discovery-workflow__steps h3 {
    margin: 0 0 13px;
    color: var(--gp-ink);
    font-size: 19px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.gp-discovery-workflow__steps p {
    margin: 0;
    color: #53697f;
    font-size: 15px;
    line-height: 1.58;
}

.gp-discovery-workflow__note {
    margin: 22px 0 0;
    padding: 17px 20px;
    border-left: 3px solid var(--gp-blue);
    color: #40566d;
    font-size: 15px;
    line-height: 1.55;
    background: var(--gp-soft);
}

.gp-masking-flow {
    padding: 78px 0;
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    scroll-margin-top: 180px;
    background: var(--gp-soft);
}

.gp-masking-flow__heading {
    align-items: end;
}

.gp-masking-flow__diagram {
    margin: 0;
}

.gp-masking-flow__steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px;
    list-style: none;
}

.gp-masking-flow__steps li {
    position: relative;
    min-width: 0;
    min-height: 205px;
    padding: 28px 27px 30px;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 36, 62, .07);
}

.gp-masking-flow__steps li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -39px;
    width: 26px;
    color: var(--gp-blue);
    content: '\2192';
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
}

.gp-masking-flow__steps span {
    display: block;
    margin-bottom: 24px;
    color: var(--gp-blue-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.gp-masking-flow__steps h3 {
    margin: 0 0 12px;
    color: var(--gp-ink);
    font-size: 20px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.gp-masking-flow__steps p {
    margin: 0;
    color: #53697f;
    font-size: 15px;
    line-height: 1.58;
}

.gp-masking-flow__diagram figcaption {
    margin-top: 22px;
    padding: 17px 20px;
    border-left: 3px solid var(--gp-blue);
    color: var(--gp-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    background: #fff;
}

.gp-capability-explorer {
    padding: 72px 0 74px;
    border-bottom: 1px solid var(--gp-line);
    background: #fff;
}

.gp-capability-explorer__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 22px;
}

.gp-capability-explorer__heading h2,
.gp-capability-panel h2 {
    margin: 0;
    color: var(--gp-ink);
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

.gp-capability-explorer__heading h2 {
    font-size: 32px;
    line-height: 1.2;
}

.gp-capability-tabs {
    display: grid;
    border-bottom: 1px solid var(--gp-line);
    grid-template-columns: repeat(var(--gp-capability-count, 5), minmax(0, 1fr));
    background: transparent;
}

.gp-capability-tab {
    position: relative;
    min-width: 0;
    min-height: 62px;
    padding: 10px 10px 14px;
    border: 0;
    color: #536579;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.gp-capability-tab span,
.gp-capability-tab strong {
    display: block;
}

.gp-capability-tab span {
    margin-bottom: 6px;
    color: #718297;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
}

.gp-capability-tab strong {
    overflow-wrap: anywhere;
    color: inherit;
    font-size: 14px;
    font-weight: 620;
    line-height: 1.3;
}

.gp-capability-tab::after {
    position: absolute;
    right: 10px;
    bottom: -1px;
    left: 10px;
    height: 2px;
    background: transparent;
    content: '';
}

.gp-capability-tab:hover {
    color: var(--gp-blue-dark);
}

.gp-capability-tab.is-active {
    color: var(--gp-blue-dark);
}

.gp-capability-tab.is-active span {
    color: var(--gp-blue-dark);
}

.gp-capability-tab.is-active::after {
    background: var(--gp-blue);
}

.gp-capability-tabs_text-only .gp-capability-tab {
    display: flex;
    min-height: 58px;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.gp-capability-tabs_text-only .gp-capability-tab strong {
    font-size: 15px;
}

.gp-capability-tab:focus-visible,
.gp-capability-controls button:focus-visible {
    position: relative;
    z-index: 2;
    outline: 3px solid rgba(7, 136, 238, .32);
    outline-offset: -3px;
}

.gp-capability-stage {
    overflow: hidden;
    background: transparent;
}

.gp-capability-panels {
    min-height: 280px;
}

.gp-capability-panel {
    display: none;
    min-height: 280px;
    padding: 38px 10px 40px;
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
    gap: clamp(44px, 7vw, 92px);
}

.gp-capability-panel.is-active {
    display: grid;
    animation: gp-capability-panel-in 180ms ease-out;
}

.gp-capability-panel h2 {
    font-size: 29px;
    line-height: 1.24;
}

.gp-capability-panel .gp-prose {
    max-width: 720px;
}

.gp-capability-explorer_discovery .gp-capability-panel {
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
}

.gp-capability-explorer_discovery .gp-capability-panel .gp-prose {
    max-width: none;
}

.gp-collection-methods {
    display: grid;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    background: #fff;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
}

.gp-prose ul.gp-collection-methods {
    margin: 0;
    padding: 0;
}

.gp-collection-method {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 370px;
    padding: 30px 27px 32px;
    border-right: 1px solid var(--gp-line);
    background: #fff;
}

.gp-prose li.gp-collection-method {
    margin-bottom: 0;
    padding: 30px 27px 32px;
}

.gp-collection-method h3 {
    margin: 0;
    color: var(--gp-ink);
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.gp-collection-method p {
    margin: 0;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.62;
}

.gp-collection-method__head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

.gp-collection-method__head span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 9px;
    border: 1px solid #b9d9f4;
    border-radius: 3px;
    background: #edf7ff;
    color: #006fc9;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.gp-collection-method .gp-collection-method__fit {
    margin-top: 19px;
    color: var(--gp-ink);
    font-size: 15px;
    line-height: 1.55;
}

.gp-collection-method dl {
    margin: auto 0 0;
}

.gp-collection-method dl > div {
    padding-top: 13px;
    border-top: 1px solid var(--gp-line);
}

.gp-collection-method dl > div + div {
    margin-top: 13px;
}

.gp-collection-method dt {
    margin: 0 0 4px;
    color: #006fc9;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.gp-collection-method dd {
    margin: 0;
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 1.5;
}

.gp-collection-methods__note {
    margin: 17px 0 0;
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.gp-collection-method:last-child {
    border-right: 0;
}

.gp-content-section_collection-methods .gp-content-section__grid {
    gap: 32px;
    grid-template-columns: 1fr;
}

.gp-content-section_collection-methods .gp-content-section__heading h2 {
    max-width: 520px;
}

.gp-content-section_collection-methods .gp-prose {
    max-width: none;
}

.gp-event-context {
    display: grid;
    margin: 24px 0;
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gp-event-context > div {
    min-width: 0;
    padding: 17px 18px;
}

.gp-event-context > div:nth-child(odd) {
    border-right: 1px solid var(--gp-line);
}

.gp-event-context > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--gp-line);
}

.gp-event-context dt {
    margin-bottom: 5px;
    color: var(--gp-blue-dark);
    font-size: 13px;
    font-weight: 700;
}

.gp-event-context dd {
    margin: 0;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.45;
}

.gp-capability-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 2px;
}

.gp-capability-controls__status {
    min-width: 46px;
    margin-right: 4px;
    color: #6b7d90;
    font-size: 13px;
    text-align: center;
}

.gp-capability-controls__status strong {
    color: var(--gp-ink);
    font-weight: 650;
}

.gp-capability-controls button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 1px solid #cbd8e4;
    border-radius: 3px;
    color: var(--gp-ink);
    background: #fff;
    cursor: pointer;
    font: 18px/1 "Arial", sans-serif;
}

.gp-capability-controls button:hover:not(:disabled) {
    border-color: var(--gp-blue);
    color: var(--gp-blue-dark);
    background: #f1f8fe;
}

.gp-capability-controls button:disabled {
    cursor: default;
    opacity: .34;
}

@keyframes gp-capability-panel-in {
    from {
        opacity: 0;
        transform: translateX(8px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.gp-content-section_family-outcomes .gp-content-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
}

.gp-content-section_family-outcomes .gp-content-section__heading {
    max-width: 760px;
}

.gp-family-outcomes__intro {
    max-width: 760px;
    margin-bottom: 30px !important;
    color: var(--gp-muted);
    font-size: 18px;
}

.gp-family-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    background: transparent;
}

.gp-family-outcome {
    position: relative;
    min-width: 0;
    min-height: 306px;
    padding: 30px 28px 32px;
    border-top: 4px solid #0084f4;
    border-bottom: 1px solid var(--gp-line);
    background: #fff;
}

.gp-family-outcome:first-child {
    border-left: 1px solid var(--gp-line);
    border-radius: 4px 0 0 4px;
}

.gp-family-outcome + .gp-family-outcome {
    border-left: 1px solid var(--gp-line);
}

.gp-family-outcome:nth-child(3) {
    border-right: 1px solid var(--gp-line);
    border-radius: 0 4px 4px 0;
}

.gp-family-outcome__meta {
    display: flex;
    align-items: center;
}

.gp-family-outcome__meta > a {
    color: #005eae;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

.gp-family-outcome__meta > a:hover,
.gp-family-outcome__meta > a:focus-visible {
    color: var(--gp-blue-dark);
    text-decoration: underline;
}

.gp-prose .gp-family-outcome h3 {
    margin: 24px 0 16px;
    font-size: 22px;
    line-height: 1.34;
}

.gp-prose .gp-family-outcome p {
    margin: 0;
    color: #515f6a;
    font-size: 16px;
    line-height: 1.62;
}

.gp-family-outcomes__all {
    display: block;
    grid-column: 1 / -1;
    margin-top: 24px;
    padding: 24px 28px 26px;
    border: 1px solid #b9daf5;
    border-radius: 4px;
    color: #162a39;
    background: #eaf4fc;
    box-shadow: 0 10px 50px rgba(7, 42, 68, .07);
}

.gp-prose .gp-family-outcomes__all-label {
    margin: 0 0 6px;
    color: #005eae;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.gp-prose .gp-family-outcomes__all h3 {
    margin: 0 0 8px;
    color: #162a39;
    font-size: 20px;
    line-height: 24px;
}

.gp-prose .gp-family-outcomes__all p:last-child {
    margin: 0;
    color: #515f6a;
    font-size: 16px;
    line-height: 1.55;
}

.gp-content-section_table-wide .gp-content-section__grid {
    grid-template-columns: 1fr;
    gap: 30px;
}

.gp-content-section_table-wide .gp-content-section__heading {
    max-width: 720px;
}

.gp-content-section_table-wide table {
    min-width: 960px;
}

.gp-content-section__heading > span {
    display: block;
    margin-bottom: 18px;
    color: var(--gp-blue);
    font-size: 14px;
    font-weight: 650;
}

.gp-table-wrap,
.gp-prose:has(table) {
    overflow-x: auto;
}

.gp table {
    width: 100%;
    margin: 24px 0 30px;
    border: 1px solid var(--gp-line);
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.gp th,
.gp td {
    min-width: 120px;
    padding: 15px 16px;
    border-right: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    text-align: left;
    vertical-align: top;
}

.gp thead th {
    color: #32475b;
    background: #edf4f8;
    font-size: 13px;
    font-weight: 650;
}

.gp tbody th {
    min-width: 180px;
    color: var(--gp-ink);
    font-weight: 620;
}

.gp tr:last-child th,
.gp tr:last-child td {
    border-bottom: 0;
}

.gp-content-section_related-workflows .gp-content-section__grid {
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
}

.gp-content-section_ai-scenarios .gp-content-section__grid {
    align-items: start;
}

.gp-prose ul.gp-ai-scenarios {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.gp-prose .gp-ai-scenarios li {
    min-height: 152px;
    margin: 0;
    padding: 24px 24px 22px;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    background: #f7fafe;
}

.gp-prose .gp-ai-scenarios h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.gp-prose .gp-ai-scenarios p {
    margin: 0;
    color: #4e6175;
    font-size: 15px;
    line-height: 1.55;
}

.gp-prose ul.gp-assessment-options {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.gp-prose .gp-assessment-options li {
    min-width: 0;
    min-height: 220px;
    margin: 0;
    padding: 25px 23px 24px;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    background: #f7fafe;
}

.gp-prose .gp-assessment-options h3 {
    margin: 0 0 14px;
    color: var(--gp-ink);
    font-size: 18px;
    line-height: 1.35;
}

.gp-prose .gp-assessment-options p {
    margin: 0;
    color: #4e6175;
    font-size: 15px;
    line-height: 1.55;
}

.gp-content-section_test-data-options .gp-content-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
}

.gp-content-section_test-data-options .gp-content-section__heading {
    max-width: 760px;
}

.gp-content-section_test-data-options .gp-prose {
    max-width: none;
}

.gp-content-section_test-data-options .gp-assessment-options li {
    min-height: 190px;
}

.gp-prose ul.gp-relationship-sources {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 28px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.gp-prose .gp-relationship-sources li {
    min-width: 0;
    margin: 0;
    padding: 2px 8px 2px 18px;
    border-left: 3px solid var(--gp-blue);
}

.gp-prose .gp-relationship-sources h3 {
    margin: 0 0 8px;
    color: var(--gp-ink);
    font-size: 18px;
    line-height: 1.35;
}

.gp-prose .gp-relationship-sources p {
    margin: 0;
    color: #4e6175;
    font-size: 15px;
    line-height: 1.55;
}

.gp-masking-paths {
    display: grid;
    overflow: hidden;
    margin: 4px 0 0;
    border: 1px solid var(--gp-line);
    border-top: 3px solid var(--gp-blue);
    border-radius: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 36, 62, .06);
}

.gp-masking-path {
    display: flex;
    min-width: 0;
    min-height: 250px;
    padding: 27px 25px 24px;
    border-right: 1px solid var(--gp-line);
    color: var(--gp-text) !important;
    flex-direction: column;
    text-decoration: none !important;
    transition: background-color 160ms ease;
}

.gp-masking-path:last-child {
    border-right: 0;
}

a.gp-masking-path:hover,
a.gp-masking-path:focus-visible {
    background: #f7fbfe;
}

.gp-masking-path_current {
    background: #eef6fc;
}

.gp-masking-path__need {
    margin-bottom: 18px;
    color: var(--gp-blue-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.gp-masking-path strong {
    margin-bottom: 12px;
    color: var(--gp-ink);
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

.gp-masking-path__description {
    color: #40566d;
    font-size: 15px;
    line-height: 1.55;
}

.gp-masking-path__action,
.gp-masking-path__current-label {
    margin-top: auto;
    padding-top: 24px;
    color: var(--gp-blue-dark);
    font-size: 14px;
    font-weight: 650;
}

.gp-masking-path__action::after {
    margin-left: 8px;
    content: "\2192";
}

.gp-masking-path__current-label {
    color: #52677a;
}

.gp-masking-paths__note {
    margin: 20px 0 0 !important;
    color: #40566d;
    font-size: 15px;
    line-height: 1.55;
}

.gp-next {
    /* The shared footer overlaps the preceding section by 200px. */
    padding: 66px 0 266px;
    color: #fff;
    background: #087fbd;
}

/* Keep the transparent edge of the shared footer wave on the CTA blue. */
.gp:has(.gp-next) + .footer {
    background-color: #087fbd;
}

.gp-next__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gp-next .gp-section-label {
    color: #c8ebff;
}

.gp-next h2 {
    max-width: 720px;
    color: #fff;
}

.gp-next .gp-button_primary {
    flex: 0 0 auto;
    border-color: #fff;
    color: var(--gp-ink) !important;
    background: #fff;
}

.gp-hero_compact,
.gp-hero_compact .gp-hero__inner {
    min-height: 410px;
}

.gp-hero_compact::after {
    display: none;
}

.gp-directory__note {
    max-width: 820px;
    margin: 28px 0 0;
    color: var(--gp-muted);
    font-size: 15px;
    line-height: 1.6;
}

.gp-directory tbody th small {
    display: block;
    margin-top: 6px;
    color: #5e7183;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.gp-directory {
    padding-bottom: 270px;
}

.gp-method-matrix {
    margin-top: 94px;
    padding-top: 88px;
    border-top: 1px solid var(--gp-line);
    scroll-margin-top: calc(var(--gp-platform-sticky-offset, 205px) + 24px);
}

.gp-method-matrix__heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, .68fr);
    gap: clamp(48px, 8vw, 110px);
    align-items: end;
}

.gp-method-matrix__heading > p {
    max-width: 520px;
    margin: 0;
    color: var(--gp-muted);
    font-size: 16px;
    line-height: 1.65;
}

.gp-method-matrix__tools {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
}

.gp-method-matrix__scope {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #c8d7e3;
    border-radius: 5px;
    background: #fff;
}

.gp-method-matrix__scope button {
    min-height: 42px;
    padding: 9px 16px;
    border: 0;
    color: #52657b;
    background: transparent;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.gp-method-matrix__scope button + button {
    border-left: 1px solid #c8d7e3;
}

.gp-method-matrix__scope button:hover,
.gp-method-matrix__scope button:focus-visible,
.gp-method-matrix__scope button.is-active {
    color: #fff;
    background: var(--gp-blue-dark);
}

.gp-method-matrix__search {
    display: grid;
    width: min(100%, 360px);
    gap: 7px;
    color: #52657b;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.gp-method-matrix__search input {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #c8d7e3;
    border-radius: 5px;
    color: var(--gp-ink);
    background: #fff;
    font: 14px/1.4 "Lato-Regular", "Arial", sans-serif;
}

.gp-method-matrix__search input:focus {
    border-color: var(--gp-blue);
    outline: 2px solid rgba(7, 136, 238, .16);
    outline-offset: 1px;
}

.gp-method-matrix__count {
    min-height: 20px;
    margin: 17px 0 10px;
    color: #6a7d8e;
    font-size: 13px;
}

.gp-method-matrix__table {
    max-height: 620px;
    overflow: auto;
    border: 1px solid #d4e0e9;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 36, 62, .08);
}

.gp-method-matrix table {
    margin: 0;
    border: 0;
}

.gp-method-matrix thead th {
    position: sticky;
    z-index: 2;
    top: 0;
    color: #314b61;
    background: #edf4f8;
    box-shadow: inset 0 -1px 0 #d7e2ea;
}

.gp-method-matrix tbody th {
    width: 31%;
    color: var(--gp-ink);
    font-size: 14px;
}

.gp-method-matrix td,
.gp-method-matrix tbody th {
    padding: 14px 15px;
    vertical-align: middle;
}

.gp-method-matrix td small {
    display: block;
    margin-top: 5px;
    color: #687b8d;
    font-size: 11px;
    line-height: 1.35;
}

.gp-method-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #41586c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.gp-method-status i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a5b3bf;
}

.gp-method-status.is-available {
    color: #0568bd;
}

.gp-method-status.is-available i {
    background: var(--gp-blue);
}

.gp-method-status.is-conditional {
    color: #85620a;
}

.gp-method-status.is-conditional i {
    background: var(--gp-orange);
}

.gp-method-status.is-not-listed {
    color: #778594;
    font-weight: 400;
}

.gp-method-matrix__empty {
    margin: 20px 0 0;
    padding: 18px 20px;
    border: 1px solid #d4e0e9;
    color: var(--gp-muted);
    background: #f7fafc;
    font-size: 14px;
}

.gp-method-matrix__note {
    max-width: 920px;
    margin: 22px 0 0;
    color: #647789;
    font-size: 13px;
    line-height: 1.6;
}

.gp-method-matrix [hidden] {
    display: none !important;
}

.gp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gp-stub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
}

.gp-stub__grid > div {
    padding-top: 24px;
    border-top: 3px solid var(--gp-line);
}

.gp-stub__grid > div:first-child {
    border-color: var(--gp-blue);
}

.gp-stub__grid > div:last-child {
    border-color: var(--gp-orange);
}

.gp-stub p:not(.gp-section-label) {
    color: var(--gp-muted);
    font-size: 17px;
    line-height: 1.65;
}

.gp-stub__coverage {
    margin-top: 66px;
}

.gp-stub__coverage .gp-section-heading {
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .gp-content-section_related-workflows .gp-content-section__grid {
        grid-template-columns: 1fr;
    }

    .gp-prose ul.gp-ai-scenarios {
        grid-template-columns: 1fr;
    }

    .gp-prose .gp-ai-scenarios li {
        min-height: 0;
    }

    .gp-prose ul.gp-assessment-options {
        grid-template-columns: 1fr;
    }

    .gp-prose .gp-assessment-options li {
        min-height: 0;
    }

    .gp-prose ul.gp-relationship-sources {
        grid-template-columns: 1fr;
    }

    .gp-hero::after {
        inset: 0 0 0 66%;
        opacity: .48;
    }

    .gp-hero__copy {
        width: min(760px, 100%);
    }

    .gp-hero__art {
        display: none;
    }

    .gp-hero h1 {
        font-size: 43px;
    }

    .gp-opening__grid,
    .gp-content-section__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .gp-discovery-workflow__heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
    }

    .gp-discovery-workflow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-masking-flow__steps {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .gp-masking-flow__steps li {
        min-height: 0;
    }

    .gp-masking-flow__steps li:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -34px;
        width: 26px;
        content: '\2193';
        transform: translateX(50%);
    }

    .gp-discovery-workflow__steps li:nth-child(2n) {
        border-right: 0;
    }

    .gp-discovery-workflow__steps li:nth-child(-n + 2) {
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-architecture-diagram {
        grid-template-columns: 1fr;
    }

    .gp-architecture-diagram > .gp-diagram-connector {
        width: 1px;
        height: 34px;
        justify-self: center;
    }

    .gp-architecture-diagram > .gp-diagram-connector::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

    .gp-content-section__heading {
        max-width: 680px;
    }

    .gp-capability-panel {
        grid-template-columns: minmax(200px, 250px) minmax(0, 1fr);
        gap: 44px;
    }

    .gp-collection-methods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-collection-method {
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-collection-method:nth-child(2n) {
        border-right: 0;
    }

    .gp-collection-method:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .gp-family-outcomes {
        grid-template-columns: 1fr;
    }

    .gp-family-outcome {
        min-height: 0;
        border-right: 1px solid var(--gp-line);
        border-bottom: 0;
        border-left: 1px solid var(--gp-line);
        border-radius: 0;
    }

    .gp-family-outcome:first-child {
        border-radius: 4px 4px 0 0;
    }

    .gp-family-outcome + .gp-family-outcome {
        border-top: 1px solid var(--gp-line);
        border-left: 1px solid var(--gp-line);
    }

    .gp-family-outcome:nth-child(3) {
        border-bottom: 1px solid var(--gp-line);
        border-radius: 0 0 4px 4px;
    }

    .gp-family-outcomes__all {
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
    .gp-masking-paths {
        grid-template-columns: 1fr;
    }

    .gp-masking-path {
        min-height: 0;
        padding: 24px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-masking-path:last-child {
        border-bottom: 0;
    }

    .gp-masking-path__action,
    .gp-masking-path__current-label {
        margin-top: 0;
        padding-top: 18px;
    }

    .gp-hero,
    .gp-hero__inner {
        min-height: 0;
    }

    .gp-hero::after {
        inset: 0 -12% 0 72%;
        background-position: center;
        opacity: .34;
    }

    .gp-hero__inner {
        justify-content: flex-start;
        padding-top: 76px;
        padding-bottom: 46px;
    }

    .gp-hero__copy {
        width: 100%;
    }

    .gp-hero h1 {
        font-size: 36px;
        line-height: 1.13;
    }

    .gp-hero__subtitle {
        margin-top: 8px;
        font-size: 20px;
        line-height: 1.35;
    }

    .gp-hero__lead,
    .gp-hero__plain-lead {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.48;
    }

    .gp-hero__planes {
        display: block;
        margin-top: 20px;
        padding: 12px 0;
        font-size: 12px;
    }

    .gp-hero__planes li {
        position: relative;
        padding: 5px 0 5px 16px;
        border-right: 0;
    }

    .gp-hero__planes li:first-child,
    .gp-hero__planes li:last-child {
        padding-right: 0;
        padding-left: 16px;
    }

    .gp-hero__planes li::before {
        position: absolute;
        top: 12px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--gp-blue);
        content: '';
    }

    .gp-family-nav__inner {
        gap: 24px;
    }

    .gp-opening,
    .gp-diagram-section,
    .gp-evidence,
    .gp-capability-explorer,
    .gp-discovery-workflow,
    .gp-masking-flow,
    .gp-content-section,
    .gp-directory,
    .gp-stub {
        padding: 58px 0;
    }

    .gp > .gp-directory:last-child,
    .gp > .gp-stub:last-child {
        padding-bottom: 258px;
    }

    .gp-opening h2,
    .gp-capability-explorer__heading h2,
    .gp-discovery-workflow__heading h2,
    .gp-content-section h2,
    .gp-section-heading h2,
    .gp-next h2,
    .gp-stub h2,
    .gp-directory h2 {
        font-size: 28px;
    }

    .gp-capability-explorer__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 20px;
    }

    .gp-capability-controls {
        align-self: flex-end;
    }

    .gp-capability-tabs {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .gp-capability-tabs::-webkit-scrollbar {
        display: none;
    }

    .gp-capability-tab {
        flex: 0 0 142px;
        min-height: 58px;
        scroll-snap-align: start;
    }

    .gp-capability-panels,
    .gp-capability-panel {
        min-height: 0;
    }

    .gp-capability-panel {
        padding: 30px 0 34px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gp-capability-explorer_discovery .gp-capability-panel {
        grid-template-columns: 1fr;
    }

    .gp-capability-panel h2 {
        font-size: 27px;
    }

    .gp-event-context {
        grid-template-columns: 1fr;
    }

    .gp-event-context > div:nth-child(odd) {
        border-right: 0;
    }

    .gp-event-context > div:nth-child(3) {
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-event-context > div:last-child {
        border-bottom: 0;
    }

    .gp-prose li.gp-collection-method {
        min-height: 174px;
        padding: 27px 26px 29px;
    }

    .gp-collection-method h3 {
        margin-bottom: 14px;
    }

    .gp-collection-method p {
        margin: 0;
    }

    .gp-section-heading,
    .gp-next__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .gp-section-heading > p {
        width: 100%;
    }

    .gp-monitoring-diagram__lanes {
        grid-template-columns: 1fr;
        grid-template-rows: auto 46px auto;
    }

    .gp-monitoring-diagram__lanes::before {
        display: none;
    }

    .gp-monitoring-diagram__source {
        padding: 17px 22px;
    }

    .gp-monitoring-lane {
        min-height: 0;
        padding: 24px 22px;
    }

    .gp-monitoring-diagram__frame > figcaption {
        padding: 14px 22px;
    }

    .gp-carousel__viewport {
        aspect-ratio: 4 / 3;
    }

    .gp-slide figcaption {
        padding: 54px 56px 18px 18px;
    }

    .gp-slide figcaption span {
        display: none;
    }

    .gp-carousel__arrow {
        width: 38px;
        height: 38px;
    }

    .gp-carousel__arrow_prev {
        left: 10px;
    }

    .gp-carousel__arrow_next {
        right: 10px;
    }

    .gp-carousel__dots {
        right: 16px;
        bottom: 19px;
    }

    .gp-slide_crop-top img {
        object-fit: contain;
        object-position: center;
    }

    .gp-lightbox {
        padding: 12px;
    }

    .gp-lightbox__dialog {
        width: 100%;
        max-height: 96vh;
    }

    .gp-lightbox__dialog > img {
        max-height: calc(96vh - 112px);
    }

    .gp-directory .gp-table-wrap {
        overflow: visible;
    }

    .gp-content-section_table-wide .gp-prose:has(table) {
        overflow: visible;
    }

    .gp-family-outcome {
        padding: 22px 20px 24px;
    }

    .gp-family-outcomes__all {
        padding: 24px 20px;
    }

    .gp-content-section_table-wide table,
    .gp-content-section_table-wide tbody,
    .gp-content-section_table-wide tr,
    .gp-content-section_table-wide th,
    .gp-content-section_table-wide td {
        display: block;
        width: 100%;
    }

    .gp-content-section_table-wide table {
        min-width: 0;
        border: 0;
        background: transparent;
    }

    .gp-content-section_table-wide thead {
        display: none;
    }

    .gp-content-section_table-wide tbody {
        display: grid;
        gap: 18px;
    }

    .gp-content-section_table-wide tr {
        overflow: hidden;
        border: 1px solid var(--gp-line);
        border-radius: 4px;
        background: #fff;
    }

    .gp-content-section_table-wide tbody th {
        min-width: 0;
        padding: 16px;
        border-right: 0;
        background: #edf4f8;
        font-size: 16px;
    }

    .gp-content-section_table-wide td {
        display: grid;
        min-width: 0;
        grid-template-columns: minmax(112px, .8fr) minmax(0, 1.2fr);
        gap: 14px;
        padding: 13px 16px;
        border-right: 0;
    }

    .gp-content-section_table-wide td::before {
        color: #52657b;
        content: attr(data-label);
        font-size: 12px;
        font-weight: 650;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .gp-directory {
        padding-bottom: 96px;
    }

    .gp-directory table,
    .gp-directory tbody,
    .gp-directory tr,
    .gp-directory th,
    .gp-directory td {
        display: block;
        width: 100%;
    }

    .gp-directory table {
        border: 0;
        background: transparent;
    }

    .gp-directory thead {
        display: none;
    }

    .gp-directory tbody {
        display: grid;
        gap: 18px;
    }

    .gp-directory tr {
        overflow: hidden;
        border: 1px solid var(--gp-line);
        border-radius: 4px;
        background: #fff;
    }

    .gp-directory tbody th {
        min-width: 0;
        padding: 16px;
        border-right: 0;
        background: #edf4f8;
        font-size: 16px;
    }

    .gp-directory td {
        display: grid;
        min-width: 0;
        grid-template-columns: minmax(112px, .8fr) minmax(0, 1.2fr);
        gap: 14px;
        padding: 13px 16px;
        border-right: 0;
    }

    .gp-directory td::before {
        color: #52657b;
        content: attr(data-label);
        font-size: 12px;
        font-weight: 650;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .gp-stub__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 899px) {
    .gp-method-matrix__heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .gp-method-matrix__tools {
        align-items: stretch;
        flex-direction: column;
    }

    .gp-method-matrix__search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gp-method-matrix {
        margin-top: 64px;
        padding-top: 62px;
    }

    .gp-method-matrix__scope {
        display: flex;
        width: 100%;
    }

    .gp-method-matrix__scope button {
        flex: 1 1 50%;
    }

    .gp-method-matrix__table {
        max-height: none;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .gp-directory .gp-method-matrix tbody th {
        width: 100%;
    }

    .gp-method-matrix td small {
        grid-column: 2;
        margin-top: 1px;
    }
}

@media (max-width: 430px) {
    .gp-hero h1 {
        font-size: 32px;
    }

    .gp-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gp-button {
        width: 100%;
    }

    .gp-breadcrumbs {
        font-size: 12px;
    }

    .gp-capability-panel {
        padding-right: 0;
        padding-left: 0;
    }

    .gp-collection-methods {
        grid-template-columns: 1fr;
    }

    .gp-collection-method,
    .gp-collection-method:nth-child(2n),
    .gp-collection-method:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-collection-method:last-child {
        border-bottom: 0;
    }

    .gp-prose li.gp-collection-method {
        min-height: 0;
        padding: 24px;
    }

}

@media (max-width: 767px) {
    .gp-discovery-workflow__steps {
        grid-template-columns: 1fr;
    }

    .gp-discovery-workflow__steps li,
    .gp-discovery-workflow__steps li:nth-child(2n),
    .gp-discovery-workflow__steps li:nth-child(-n + 2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--gp-line);
    }

    .gp-discovery-workflow__steps li:last-child {
        border-bottom: 0;
    }

    .gp-discovery-workflow__number {
        margin-bottom: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gp-button,
    .gp-capability-panel.is-active {
        transition: none;
        animation: none;
    }
}

/* Top-level suite pages: direct visual siblings of the Product Map. */
.gp--platform-sibling {
    --gp-platform-navy: #0d2333;
    --gp-platform-blue: #0084f4;
    --gp-platform-yellow: #ffb400;
    --gp-platform-teal: #168d7a;
    --gp-suite-accent: #087fbd;
    --gp-platform-source-progress: 0;
    --gp-platform-branch-progress: 0;
    overflow: visible;
    background: #f3f7fa;
}

.gp--suite-posture {
    --gp-suite-accent: #087fbd;
}

.gp--suite-runtime {
    --gp-suite-accent: #087fbd;
}

.gp--suite-protection {
    --gp-suite-accent: #087fbd;
}

.gp--suite-integrations {
    --gp-suite-accent: #087fbd;
}

.gp--platform-sibling .gp-hero_platform-sibling {
    min-height: 0;
    overflow: hidden;
    border-bottom: 0;
    color: #fff;
    background: linear-gradient(115deg, var(--gp-platform-navy) 0%, #163956 58%, #0d4f88 100%);
}

.gp--platform-sibling .gp-hero_platform-sibling::before {
    position: absolute;
    bottom: -190px;
    left: -8%;
    width: 68%;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
    transform: rotate(-4deg);
}

.gp--platform-sibling .gp-hero_platform-sibling::after {
    inset: 0 0 0 50%;
    background-image: radial-gradient(rgba(255, 255, 255, .62) 1px, transparent 1px);
    background-position: 0 0;
    background-size: 18px 18px;
    opacity: .15;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 30%, #000 78%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 30%, #000 78%, transparent);
}

.gp--platform-sibling .gp-hero_platform-sibling .gp-hero__inner {
    display: block;
    min-height: 0;
    padding-top: 86px;
    padding-bottom: 0;
}

.gp--platform-sibling .gp-breadcrumbs {
    top: 27px;
    left: 24px;
    color: rgba(255, 255, 255, .68);
}

.gp--platform-sibling .gp-breadcrumbs a {
    color: rgba(255, 255, 255, .76);
}

.gp--platform-sibling .gp-family-context {
    color: rgba(255, 255, 255, .68);
}

.gp--platform-sibling .gp-family-context::before {
    background: #55b6ff;
}

.gp--platform-sibling .gp-family-context a {
    color: #fff;
}

.gp-platform-hero__layout {
    display: grid;
    min-height: 350px;
    grid-template-columns: minmax(440px, 1.08fr) minmax(320px, .72fr);
    gap: 72px;
    align-items: center;
    padding: 22px 0 30px;
}

.gp--platform-sibling .gp-hero__copy {
    width: auto;
    max-width: 690px;
}

.gp--platform-sibling .gp-hero h1 {
    max-width: 660px;
    color: #fff;
    font-family: "Lato-Regular", "Arial", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.08;
}

.gp--platform-sibling .gp-hero__subtitle {
    margin-top: 15px;
    color: #fff;
    font-size: 23px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
}

.gp--platform-sibling .gp-hero__lead {
    max-width: 680px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.6;
}

.gp--platform-sibling .gp-actions {
    margin-top: 27px;
}

.gp--platform-sibling .gp-hero .gp-button_primary {
    border-color: var(--gp-platform-yellow);
    color: #10243e !important;
    background: var(--gp-platform-yellow);
}

.gp--platform-sibling .gp-hero .gp-button_primary:hover,
.gp--platform-sibling .gp-hero .gp-button_primary:focus-visible {
    border-color: #ffc43d;
    background: #ffc43d;
}

.gp--platform-sibling .gp-hero .gp-button_secondary {
    border-color: rgba(255, 255, 255, .72);
    color: #fff !important;
    background: transparent;
}

.gp--platform-sibling .gp-hero .gp-button_secondary:hover,
.gp--platform-sibling .gp-hero .gp-button_secondary:focus-visible {
    border-color: #fff;
    color: var(--gp-platform-navy) !important;
    background: #fff;
}

.gp-platform-hero__layout > [data-gp-platform-parallax] {
    min-width: 0;
}

.gp--platform-sibling .gp-hero__art {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    width: auto;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    transform: none;
}

.gp--platform-sibling .gp-hero__art::before {
    position: absolute;
    z-index: -1;
    width: min(390px, 94%);
    aspect-ratio: 1.2;
    border: 1px solid rgba(124, 203, 255, .2);
    background-image:
        linear-gradient(rgba(124, 203, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 203, 255, .06) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    transform: rotate(-5deg);
}

.gp--platform-sibling .gp-hero__art img {
    width: min(360px, 86%);
    max-width: 100%;
    height: auto;
    opacity: 1;
    filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .24));
}

.gp--platform-sibling .gp-hero__art-rail {
    display: none;
}

.gp-platform-hero__scope {
    display: grid;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 23px 0 27px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 0;
    color: rgba(255, 255, 255, .76);
    background: rgba(4, 25, 40, .3);
    box-shadow: 0 0 0 100vmax rgba(4, 25, 40, .3);
    clip-path: inset(0 -100vmax);
}

.gp--platform-sibling .gp-platform-hero__scope li {
    position: relative;
    padding: 0 32px 0 20px;
    border-right-color: rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.5;
}

.gp--platform-sibling .gp-platform-hero__scope li:first-child {
    padding-left: 20px;
}

.gp--platform-sibling .gp-platform-hero__scope li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #65b8ff;
    content: "";
}

.gp--platform-sibling .gp-family-nav_platform.is-sticky-ready {
    position: sticky;
    top: var(--gp-platform-header-height, 0);
    z-index: 3;
    background: #fff;
}

.gp--platform-sibling .gp-family-nav_platform.is-stuck {
    border-bottom-color: #d5e0e9;
    box-shadow: none;
}

.gp--platform-sibling .gp-family-nav__inner {
    gap: 42px;
}

.gp--platform-sibling .gp-family-nav a {
    min-height: 62px;
    font-weight: 600;
}

.gp--platform-sibling .gp-opening {
    padding: 92px 0;
    background: #fff;
}

.gp--platform-sibling .gp-opening__grid {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
    gap: clamp(56px, 8vw, 116px);
}

.gp--platform-sibling .gp-opening h2,
.gp--platform-sibling .gp-section-heading h2,
.gp--platform-sibling .gp-content-section h2 {
    font-family: "Lato-Regular", "Arial", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.gp--platform-sibling .gp-prose_intro {
    font-size: 18px;
    line-height: 1.72;
}

.gp--platform-sibling .gp-platform-architecture-section {
    padding: 96px 0 92px;
    border-color: #dbe6ee;
    background: #f3f7fa;
}

.gp--suite-sibling .gp-suite-diagram-section {
    padding: 96px 0 92px;
    border-color: #dbe6ee;
    background: #f3f7fa;
}

.gp--suite-sibling .gp-suite-diagram-section .gp-section-heading {
    max-width: 980px;
    margin-bottom: 48px;
}

.gp--suite-sibling .gp-suite-diagram-section .gp-section-label,
.gp--suite-sibling .gp-capability-explorer .gp-section-label,
.gp--suite-sibling .gp-content-section__heading > span,
.gp--suite-sibling .gp-directory .gp-section-label {
    color: var(--gp-suite-accent);
}

.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section .gp-architecture-diagram > *,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section .gp-monitoring-diagram__source,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section .gp-monitoring-diagram__lanes,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section .gp-monitoring-diagram figcaption {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity 480ms ease, transform 480ms ease;
}

.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section.is-visible .gp-architecture-diagram > *,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section.is-visible .gp-monitoring-diagram__source,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section.is-visible .gp-monitoring-diagram__lanes,
.gp--suite-sibling.is-platform-motion-ready .gp-suite-diagram-section.is-visible .gp-monitoring-diagram figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-architecture-diagram > :nth-child(2),
.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-monitoring-diagram__lanes {
    transition-delay: 90ms;
}

.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-architecture-diagram > :nth-child(3),
.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-monitoring-diagram figcaption {
    transition-delay: 160ms;
}

.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-architecture-diagram > :nth-child(4) {
    transition-delay: 230ms;
}

.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-architecture-diagram > :nth-child(5),
.gp--suite-sibling .gp-suite-diagram-section.is-visible .gp-architecture-diagram > figcaption {
    transition-delay: 300ms;
}

.gp--platform-sibling .gp-platform-architecture-section .gp-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.gp--platform-sibling .gp-platform-original-diagram {
    align-items: stretch;
}

.gp--platform-sibling.is-platform-motion-ready .gp-platform-architecture-section .gp-platform-original-diagram > * {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity 480ms ease, transform 480ms ease;
}

.gp--platform-sibling.is-platform-motion-ready .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.gp--platform-sibling .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > :nth-child(2) {
    transition-delay: 80ms;
}

.gp--platform-sibling .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > :nth-child(3) {
    transition-delay: 140ms;
}

.gp--platform-sibling .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > :nth-child(4) {
    transition-delay: 220ms;
}

.gp--platform-sibling .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > :nth-child(5),
.gp--platform-sibling .gp-platform-architecture-section.is-visible .gp-platform-original-diagram > figcaption {
    transition-delay: 280ms;
}

.gp-platform-architecture {
    margin: 0;
}

.gp-platform-architecture__source {
    display: grid;
    max-width: 900px;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    align-items: stretch;
    margin: 0 auto;
}

.gp-platform-architecture__stage {
    display: grid;
    min-width: 0;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 28px 28px 30px;
    border: 1px solid #d9e4ec;
    border-top: 4px solid var(--gp-platform-blue);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 42, 63, .07);
    transition: border-color 220ms ease, transform 220ms ease;
}

.gp-platform-architecture__stage.is-active {
    border-top-color: #0478db;
    transform: translateY(-4px);
}

.gp-platform-architecture__icon {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border: 2px solid #8fc8ee;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 7px #f3f7fa;
}

.gp-platform-architecture__icon img {
    display: block;
    width: 62px;
    height: 56px;
    object-fit: contain;
}

.gp-platform-architecture__icon_product img {
    width: 70px;
    height: auto;
}

.gp-platform-architecture__stage h3 {
    margin: 3px 0 12px;
    color: var(--gp-ink);
    font-size: 21px;
    font-family: "Lato-Semibold", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.gp-platform-architecture__stage ul {
    margin: 0;
    padding-left: 18px;
    color: #5c6e7f;
    font-size: 14px;
    line-height: 1.55;
}

.gp-platform-architecture__stage li + li {
    margin-top: 6px;
}

.gp-platform-architecture__connector {
    position: relative;
    align-self: center;
    height: 2px;
    overflow: visible;
    background: #d7e3ec;
}

.gp-platform-architecture__connector::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #8ca1b3;
    border-right: 2px solid #8ca1b3;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.gp-platform-architecture__connector > span {
    position: absolute;
    inset: 0;
    background: var(--gp-platform-blue);
    transform: scaleX(var(--gp-platform-source-progress));
    transform-origin: left center;
    transition: transform 100ms linear;
}

.gp-platform-architecture__branches {
    position: relative;
    margin-top: 66px;
    padding-top: 54px;
}

.gp-platform-architecture__branch-line {
    position: absolute;
    top: 0;
    right: calc(16.666% - 10px);
    left: calc(16.666% - 10px);
    height: 32px;
    border-top: 2px solid #d7e3ec;
}

.gp-platform-architecture__branch-line::before {
    position: absolute;
    top: -34px;
    left: 50%;
    width: 2px;
    height: 34px;
    background: #d7e3ec;
    content: "";
}

.gp-platform-architecture__branch-line::after {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    background: var(--gp-platform-blue);
    content: "";
    transform: scaleX(var(--gp-platform-branch-progress));
    transform-origin: center;
    transition: transform 100ms linear;
}

.gp-platform-architecture__branch-line > span {
    position: absolute;
    top: -34px;
    left: 50%;
    width: 2px;
    height: 34px;
    background: var(--gp-platform-blue);
    transform: scaleY(var(--gp-platform-branch-progress));
    transform-origin: top;
    transition: transform 100ms linear;
}

.gp-platform-architecture__planes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gp-platform-architecture__planes a {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 250px;
    padding: 28px 26px 30px;
    border: 1px solid #d9e4ec;
    border-top: 4px solid var(--gp-platform-blue);
    border-radius: 6px;
    color: var(--gp-ink);
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 42, 63, .07);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gp-platform-architecture__planes a:nth-child(2) {
    border-top-color: var(--gp-platform-teal);
}

.gp-platform-architecture__planes a:nth-child(3) {
    border-top-color: var(--gp-platform-yellow);
}

.gp-platform-architecture__planes a:hover,
.gp-platform-architecture__planes a:focus-visible {
    border-color: #b5cddd;
    box-shadow: 0 20px 42px rgba(11, 42, 63, .12);
    transform: translateY(-4px);
}

.gp-platform-architecture__plane-icon {
    display: block;
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
}

.gp-platform-architecture__plane-icon img {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.gp-platform-architecture__planes strong,
.gp-platform-architecture__planes small {
    display: block;
}

.gp-platform-architecture__planes strong {
    color: var(--gp-ink);
    font-size: 20px;
    line-height: 1.35;
}

.gp-platform-architecture__planes small {
    margin-top: 12px;
    color: #5c6e7f;
    font-size: 14px;
    line-height: 1.58;
}

.gp-platform-architecture figcaption {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #d9e4ec;
    color: #647587;
    font-size: 14px;
    line-height: 1.55;
}

.gp--platform-sibling .gp-evidence {
    padding: 96px 0 100px;
    color: var(--gp-ink);
    background: #fff;
}

.gp--platform-sibling .gp-evidence .gp-section-label {
    color: var(--gp-blue-dark);
}

.gp--platform-sibling .gp-evidence .gp-section-heading h2 {
    color: var(--gp-ink);
}

.gp--platform-sibling .gp-evidence .gp-section-heading > p {
    color: #617286;
}

.gp--platform-sibling .gp-carousel {
    max-width: 1100px;
    margin: 0 auto;
    border-color: #d4e0e9;
    box-shadow: 0 22px 48px rgba(16, 36, 62, .16);
}

.gp--suite-sibling .gp-capability-explorer {
    padding: 94px 0 96px;
    border-color: #dbe6ee;
    background: #fff;
}

.gp--suite-sibling .gp-capability-explorer__heading {
    margin-bottom: 34px;
}

.gp--suite-sibling .gp-capability-explorer__heading h2 {
    font-family: "Lato-Regular", "Arial", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.gp--suite-sibling .gp-capability-tab:hover,
.gp--suite-sibling .gp-capability-tab.is-active,
.gp--suite-sibling .gp-capability-tab.is-active span {
    color: var(--gp-suite-accent);
}

.gp--suite-sibling .gp-capability-tab.is-active::after {
    background: var(--gp-suite-accent);
}

.gp--suite-sibling .gp-capability-panel {
    padding-top: 46px;
    padding-bottom: 46px;
}

@media (min-width: 768px) and (min-height: 650px) {
    .gp-capability-explorer.is-scroll-synced {
        position: relative;
        height: var(--gp-capability-scroll-height, auto);
        padding: 0;
        overflow: visible;
    }

    .gp-capability-explorer.is-scroll-synced > .container {
        position: sticky;
        top: var(--gp-capability-sticky-offset, 0);
        display: flex;
        min-height: calc(100vh - var(--gp-capability-sticky-offset, 0px));
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .gp--suite-sibling.is-platform-motion-ready .gp-capability-explorer.is-scroll-synced.is-visible {
        transform: none;
    }
}

.gp--suite-sibling .gp-content-section {
    padding: 92px 0 96px;
    border-color: #dbe6ee;
    background: #fff;
}

.gp--suite-sibling .gp-content-section_tinted {
    background: #f3f7fa;
}

.gp--suite-sibling .gp-directory {
    padding-top: 96px;
    background: #fff;
}

.gp--suite-sibling .gp-directory .gp-section-heading {
    margin-bottom: 42px;
}

.gp--suite-sibling .gp-directory .gp-table-wrap {
    border: 1px solid #d4e0e9;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 36, 62, .08);
}

.gp--suite-sibling .gp-directory table {
    margin: 0;
    border: 0;
}

.gp--platform-sibling .gp-content-section_family-outcomes {
    padding: 96px 0 102px;
    background: #f3f7fa;
}

.gp--platform-sibling .gp-content-section_family-outcomes .gp-content-section__heading {
    max-width: 780px;
}

.gp--platform-sibling .gp-family-outcomes {
    gap: 20px;
}

.gp--platform-sibling .gp-family-outcome {
    min-height: 318px;
    padding: 30px 28px 32px;
    border: 1px solid #d9e4ec;
    border-top: 4px solid var(--gp-platform-blue);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(11, 42, 63, .07);
}

.gp--platform-sibling .gp-family-outcome:nth-child(2) {
    border-top-color: var(--gp-platform-teal);
}

.gp--platform-sibling .gp-family-outcome:nth-child(3) {
    border-top-color: var(--gp-platform-yellow);
}

.gp--platform-sibling .gp-family-outcome::before {
    display: block;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.gp--platform-sibling .gp-family-outcome:nth-child(1)::before {
    background-image: url("../img/products/radik-experiment/icon-discovery.svg");
}

.gp--platform-sibling .gp-family-outcome:nth-child(2)::before {
    background-image: url("../img/products/radik-experiment/icon-monitoring.svg");
}

.gp--platform-sibling .gp-family-outcome:nth-child(3)::before {
    background-image: url("../img/products/radik-experiment/icon-enforce.svg");
}

.gp--platform-sibling .gp-family-outcomes__all {
    margin-top: 4px;
    border-color: #b9daf5;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 42, 68, .06);
}

.gp--platform-sibling .gp-next {
    position: relative;
    overflow: hidden;
    padding: 72px 0 266px;
    background: var(--gp-platform-navy);
}

.gp--platform-sibling .gp-next::before {
    position: absolute;
    inset: 0 0 0 48%;
    background-image: radial-gradient(rgba(255, 255, 255, .62) 1px, transparent 1px);
    background-size: 18px 18px;
    content: "";
    opacity: .08;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 30%, #000 82%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 30%, #000 82%, transparent);
}

.gp--platform-sibling .gp-next__inner {
    position: relative;
    z-index: 1;
}

.gp--platform-sibling:has(.gp-next) + .footer {
	background-color: #0d2333;
}

.gp--platform-sibling.is-platform-motion-ready [data-gp-platform-reveal] {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity 560ms ease var(--gp-platform-reveal-delay, 0ms), transform 560ms ease var(--gp-platform-reveal-delay, 0ms);
}

.gp--platform-sibling.is-platform-motion-ready [data-gp-platform-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.gp--platform-sibling [data-gp-platform-parallax] {
    transform: translate3d(0, var(--gp-platform-parallax-y, 0), 0);
    will-change: transform;
}

@media (max-width: 1100px) {
    .gp-platform-hero__layout {
        grid-template-columns: minmax(380px, 1fr) minmax(280px, .72fr);
        gap: 42px;
    }

    .gp--platform-sibling .gp-hero h1 {
        font-size: 48px;
    }

    .gp-platform-architecture__stage {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 17px;
        padding: 24px;
    }

    .gp-platform-architecture__icon {
        width: 70px;
        height: 70px;
        box-shadow: 0 0 0 5px #f3f7fa;
    }

    .gp-platform-architecture__icon img {
        width: 48px;
        height: 44px;
    }

    .gp-platform-architecture__icon_product img {
        width: 56px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .gp--platform-sibling .gp-hero_platform-sibling .gp-hero__inner {
        padding-top: 82px;
    }

    .gp-platform-hero__layout {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 24px;
    }

    .gp--platform-sibling .gp-hero__art {
        display: flex;
        min-height: 260px;
    }

    .gp--platform-sibling .gp-hero__art img {
        width: min(300px, 90%);
    }

    .gp-platform-architecture__source {
        grid-template-columns: 1fr 62px 1fr;
    }

    .gp-platform-architecture__stage {
        grid-template-columns: 1fr;
    }

    .gp-platform-architecture__planes {
        gap: 14px;
    }

    .gp-platform-architecture__planes a {
        min-height: 270px;
        padding: 24px 21px 26px;
    }
}

@media (max-width: 767px) {
    .gp--platform-sibling .gp-hero_platform-sibling .gp-hero__inner {
        padding-top: 72px;
        padding-bottom: 0;
    }

    .gp-platform-hero__layout {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        padding: 28px 0 14px;
    }

    .gp--platform-sibling .gp-hero h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .gp--platform-sibling .gp-hero__subtitle {
        font-size: 21px;
    }

    .gp--platform-sibling .gp-hero__lead {
        font-size: 17px;
    }

    .gp--platform-sibling .gp-hero__art {
        min-height: 210px;
    }

    .gp--platform-sibling .gp-hero__art img {
        width: min(270px, 72%);
    }

    .gp-platform-hero__scope {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0 22px;
    }

    .gp--platform-sibling .gp-platform-hero__scope li,
    .gp--platform-sibling .gp-platform-hero__scope li:first-child,
    .gp--platform-sibling .gp-platform-hero__scope li:last-child {
        padding: 0 0 0 18px;
        border-right: 0;
    }

    .gp--platform-sibling .gp-family-nav__inner {
        gap: 28px;
    }

    .gp--platform-sibling .gp-family-nav a {
        min-height: 56px;
        font-size: 13px;
    }

    .gp--platform-sibling .gp-opening,
    .gp--platform-sibling .gp-platform-architecture-section,
    .gp--suite-sibling .gp-suite-diagram-section,
    .gp--platform-sibling .gp-evidence,
    .gp--suite-sibling .gp-capability-explorer,
    .gp--suite-sibling .gp-content-section,
    .gp--suite-sibling .gp-directory,
    .gp--platform-sibling .gp-content-section_family-outcomes {
        padding: 68px 0 72px;
    }

    .gp--suite-sibling .gp-capability-explorer__heading h2 {
        font-size: 30px;
    }

    .gp--suite-sibling .gp-capability-panel {
        padding: 30px 0 34px;
    }

    .gp--suite-sibling > .gp-directory:last-child {
        padding-bottom: 258px;
    }

    .gp--platform-sibling .gp-opening__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gp--platform-sibling .gp-opening h2,
    .gp--platform-sibling .gp-section-heading h2,
    .gp--platform-sibling .gp-content-section h2 {
        font-size: 30px;
    }

    .gp-platform-architecture__source {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gp-platform-architecture__stage {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .gp-platform-architecture__connector {
        width: 2px;
        height: 54px;
        justify-self: center;
    }

    .gp-platform-architecture__connector::after {
        top: auto;
        right: auto;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

    .gp-platform-architecture__connector > span {
        transform: scaleY(var(--gp-platform-source-progress));
        transform-origin: top;
    }

    .gp-platform-architecture__branches {
        margin-top: 36px;
        padding-top: 0;
    }

    .gp-platform-architecture__branch-line {
        display: none;
    }

    .gp-platform-architecture__planes {
        grid-template-columns: 1fr;
    }

    .gp-platform-architecture__planes a {
        display: grid;
        min-height: 0;
        grid-template-columns: 62px minmax(0, 1fr);
        column-gap: 20px;
    }

    .gp-platform-architecture__plane-icon {
        grid-row: 1 / span 2;
        margin-bottom: 0;
    }

    .gp-platform-architecture__planes small {
        margin-top: 8px;
    }

    .gp--platform-sibling .gp-carousel__viewport {
        aspect-ratio: 4 / 3;
    }

    .gp--platform-sibling .gp-family-outcomes {
        grid-template-columns: 1fr;
    }

    .gp--platform-sibling .gp-family-outcome {
        min-height: 0;
    }

    .gp--platform-sibling .gp-next {
        padding-top: 64px;
        padding-bottom: 258px;
    }
}

@media (max-width: 430px) {
    .gp--platform-sibling .gp-hero h1 {
        font-size: 34px;
    }

    .gp-platform-architecture__stage {
        grid-template-columns: 1fr;
    }

    .gp-platform-architecture__planes a {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 22px 18px 24px;
    }

    .gp-platform-architecture__plane-icon,
    .gp-platform-architecture__plane-icon img {
        width: 52px;
        height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gp--platform-sibling,
    .gp--platform-sibling * {
        scroll-behavior: auto !important;
    }

    .gp--platform-sibling.is-platform-motion-ready [data-gp-platform-reveal],
    .gp--platform-sibling.is-platform-motion-ready [data-gp-platform-reveal].is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .gp--platform-sibling [data-gp-platform-parallax] {
        transform: none !important;
    }

    .gp-platform-architecture__connector > span,
    .gp-platform-architecture__branch-line::after,
    .gp-platform-architecture__branch-line > span,
    .gp-platform-architecture__stage,
    .gp-platform-architecture__planes a {
        transition: none;
    }
}
