:root {
    --colo-blue-900: #174c91;
    --colo-blue-700: #265ca9;
    --colo-heading: #244f7d;
    --colo-body: #58718a;
    --colo-muted: #607990;
    --colo-surface: #edf5fa;
    --colo-border: #d3e0ea;
    --colo-green: #7ebb42;
    --colo-hero-cta: #4b96d1;
}

.wwk-colo-page {
    color: var(--colo-body);
    background: #fff;
}

.wwk-colo-page .wwk-inner-top-shell {
    background-color: var(--colo-blue-700);
  background-image: url("./assets/colocation-hero-desktop.webp?v=20260822colov6");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.wwk-colo-shell {
    width: min(1250px, calc(100% - 56px));
    margin-inline: auto;
}

.wwk-colo-hero {
    min-height: 430px;
    color: #fff;
}

.wwk-colo-hero-layout {
    display: flex;
    align-items: center;
    min-height: 430px;
}

.wwk-colo-hero-copy {
    width: min(520px, 47%);
    padding: 38px 0 44px;
}

.wwk-colo-hero-copy h1 {
    max-width: 510px;
    margin: 0;
    color: #fff;
    font: 600 44px/49.28px Arial, Helvetica, sans-serif;
    letter-spacing: -.55px;
    text-align: left;
}

.wwk-colo-hero-copy p {
    max-width: 500px;
    margin: 20px 0 0;
    color: #edf5fb;
    font: 400 17px/27.54px Arial, Helvetica, sans-serif;
    text-align: left;
}

.wwk-colo-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 25px;
    padding: 12px 23px;
    border-radius: 5px;
    color: #fff;
    background: var(--colo-hero-cta);
    font: 700 14px/20px Poppins, Arial, sans-serif;
    text-decoration: none;
}

.wwk-colo-hero-cta:hover,
.wwk-colo-hero-cta:focus-visible {
    background: #3f87c0;
    outline: 2px solid rgba(255, 255, 255, .8);
    outline-offset: 3px;
}

.wwk-colo-hero-trust {
    display: block;
    margin-top: 17px;
    color: rgba(237, 245, 251, .86);
    font: 500 12px/20px Poppins, Arial, sans-serif;
    letter-spacing: .25px;
}

.wwk-colo-main {
    font-family: Poppins, Arial, sans-serif;
}

.wwk-colo-section {
    position: relative;
    padding: 72px 0;
}

.wwk-colo-section h2 {
    margin: 0 0 21px;
    color: var(--colo-heading);
    font: 700 40px/48px Poppins, Arial, sans-serif;
    letter-spacing: -1px;
}

.wwk-colo-section h3 {
    color: var(--colo-heading);
}

.wwk-colo-section p {
    margin: 0;
    color: var(--colo-body);
    font: 400 15px/26.4px Poppins, Arial, sans-serif;
    text-align: left;
}

.wwk-colo-section-heading {
    max-width: 850px;
    margin: 0 auto 38px;
    text-align: center;
}

.wwk-colo-section-heading h2,
.wwk-colo-section-heading p {
    text-align: center;
}

.wwk-colo-section-heading p {
    color: var(--colo-muted);
    font-size: 16px;
    line-height: 27.52px;
}

.wwk-colo-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    align-items: center;
    gap: 62px;
}

.wwk-colo-intro-visual {
    position: relative;
    min-height: 388px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.wwk-colo-intro-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.2), transparent 35%);
    pointer-events: none;
}

.wwk-colo-intro-visual img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    object-position: 63% center;
}

.wwk-colo-intro-copy p {
    max-width: 610px;
}

.wwk-colo-intro-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 30px 0 0;
    padding: 21px 0;
    border-block: 1px solid var(--colo-border);
}

.wwk-colo-intro-facts div {
    padding-inline: 20px;
    border-left: 1px solid var(--colo-border);
}

.wwk-colo-intro-facts div:first-child {
    padding-left: 0;
    border-left: 0;
}

.wwk-colo-intro-facts dt {
    color: #738aa0;
    font: 600 10px/16px Poppins, Arial, sans-serif;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.wwk-colo-intro-facts dd {
    margin: 4px 0 0;
    color: var(--colo-heading);
    font: 700 17px/24px Poppins, Arial, sans-serif;
}

.wwk-colo-plans {
    background: var(--colo-surface);
}

.wwk-colo-location-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid #d5e1ea;
    border-radius: 8px;
    background: #fff;
}

.wwk-colo-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    min-height: 66px;
    padding: 12px 10px;
    border: 0;
    border-left: 1px solid #e1eaf1;
    color: #54718a;
    background: #fff;
    font: 400 15px/20px Poppins, Arial, sans-serif;
    cursor: pointer;
}

.wwk-colo-location:first-child {
    border-left: 0;
}

.wwk-colo-location img {
    width: 38px;
    height: 24px;
    flex: 0 0 auto;
}

.wwk-colo-location.is-active {
    color: var(--colo-blue-700);
    box-shadow: inset 0 -4px 0 var(--colo-green);
    font-weight: 700;
}

.wwk-colo-location:focus-visible {
    outline: 2px solid var(--colo-blue-700);
    outline-offset: -4px;
}

.wwk-colo-offer-panel {
    margin-top: 28px;
}

.wwk-colo-comparison {
    overflow: hidden;
    border: 1px solid var(--colo-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(35, 76, 112, .07);
}

.wwk-colo-comparison-head,
.wwk-colo-offer {
    display: grid;
    grid-template-columns: 1.25fr .65fr .75fr .7fr .77fr .64fr .92fr .68fr .98fr 1fr 1.18fr;
    align-items: stretch;
}

.wwk-colo-comparison-head {
    min-height: 52px;
    background: #f7fafc;
    border-bottom: 1px solid var(--colo-border);
}

.wwk-colo-comparison-head span {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    color: #71879b;
    font: 600 9px/14px Poppins, Arial, sans-serif;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.wwk-colo-offer {
    min-height: 98px;
    border-bottom: 1px solid #e1eaf1;
}

.wwk-colo-offer:last-child {
    border-bottom: 0;
}

.wwk-colo-spec,
.wwk-colo-price,
.wwk-colo-action {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 16px 8px;
    border-left: 1px solid #edf2f6;
}

.wwk-colo-offer > div:first-child {
    border-left: 0;
}

.wwk-colo-spec span,
.wwk-colo-spec strong {
    color: var(--colo-heading);
    font: 600 12px/18px Poppins, Arial, sans-serif;
    overflow-wrap: anywhere;
}

.wwk-colo-tier strong {
    font-size: 14px;
    line-height: 20px;
}

.wwk-colo-price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wwk-colo-price strong {
    color: var(--colo-heading);
    font: 700 20px/24px Poppins, Arial, sans-serif;
    white-space: nowrap;
}

.wwk-colo-price sup {
    margin-right: 1px;
    font-size: 11px;
    vertical-align: 6px;
}

.wwk-colo-price span {
    color: #788ea1;
    font: 500 9px/14px Poppins, Arial, sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.wwk-colo-configure {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--colo-green);
    font: 700 13px/20px Poppins, Arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}

.wwk-colo-configure:hover,
.wwk-colo-configure:focus-visible {
    background: #6faa37;
    outline: 2px solid #356b15;
    outline-offset: 2px;
}

.wwk-colo-features {
    background: #fff;
}

.wwk-colo-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 34px;
}

.wwk-colo-feature {
    padding: 4px 0 22px;
    border-bottom: 1px solid #e3ebf1;
}

.wwk-colo-feature-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--colo-blue-700);
}

.wwk-colo-feature-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wwk-colo-feature h3,
.wwk-colo-benefit-list h3,
.wwk-colo-knowledge h3 {
    margin: 0 0 10px;
    font: 700 17px/22.95px Poppins, Arial, sans-serif;
}

.wwk-colo-benefits {
    min-height: 640px;
    overflow: hidden;
    background: #f6f9fb;
}

.wwk-colo-benefits-environment {
    position: absolute;
    inset: 0 0 0 38%;
    background-image: linear-gradient(90deg, #f6f9fb 0%, rgba(246,249,251,.96) 7%, rgba(246,249,251,.42) 31%, rgba(246,249,251,0) 58%), url("./assets/colocation-benefits.webp");
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover, cover;
}

.wwk-colo-benefits-layout {
    position: relative;
    z-index: 1;
}

.wwk-colo-benefits-copy {
    width: 52%;
    padding-right: 58px;
}

.wwk-colo-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    margin-top: 30px;
}

.wwk-colo-benefit-list article {
    padding-top: 18px;
    border-top: 1px solid #d6e1e9;
}

.wwk-colo-components {
    background: #fff;
}

.wwk-colo-component-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    list-style: none;
    background: var(--colo-border);
    border: 1px solid var(--colo-border);
    border-radius: 8px;
    overflow: hidden;
}

.wwk-colo-component-grid li {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: var(--colo-heading);
    background: #fff;
    font: 600 13px/20px Poppins, Arial, sans-serif;
    text-align: center;
}

.wwk-colo-knowledge {
    background: var(--colo-surface);
}

.wwk-colo-knowledge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 54px;
}

.wwk-colo-knowledge-grid article {
    padding: 25px 0;
    border-top: 1px solid #d6e2eb;
}

.wwk-colo-configurator {
    width: min(850px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: var(--colo-body);
    background: #fff;
    box-shadow: 0 24px 70px rgba(22, 54, 85, .28);
}

.wwk-colo-configurator::backdrop {
    background: rgba(17, 50, 80, .58);
}

.wwk-colo-configurator form {
    padding: 28px;
}

.wwk-colo-configurator header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--colo-border);
}

.wwk-colo-configurator header span,
.wwk-colo-configurator label,
.wwk-colo-configurator legend {
    color: #71879b;
    font: 600 10px/16px Poppins, Arial, sans-serif;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.wwk-colo-configurator header h2 {
    margin: 4px 0;
    color: var(--colo-heading);
    font: 700 26px/34px Poppins, Arial, sans-serif;
}

.wwk-colo-configurator header p {
    color: var(--colo-body);
    font: 400 14px/22px Poppins, Arial, sans-serif;
}

.wwk-colo-configurator [data-configurator-close] {
    width: 40px;
    height: 40px;
    border: 1px solid var(--colo-border);
    border-radius: 50%;
    color: var(--colo-heading);
    background: #fff;
    font: 400 25px/32px Arial, sans-serif;
    cursor: pointer;
}

.wwk-colo-config-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 0;
}

.wwk-colo-configurator label {
    display: grid;
    gap: 7px;
}

.wwk-colo-configurator select {
    width: 100%;
    min-height: 46px;
    padding: 8px 36px 8px 12px;
    border: 1px solid var(--colo-border);
    border-radius: 4px;
    color: var(--colo-heading);
    background: #fff;
    font: 500 13px/20px Poppins, Arial, sans-serif;
}

.wwk-colo-configurator fieldset {
    margin: 0;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid var(--colo-border);
}

.wwk-colo-addon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin-top: 12px;
}

.wwk-colo-addon-grid label {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 9px;
    color: var(--colo-body);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: none;
}

.wwk-colo-configurator footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--colo-border);
}

.wwk-colo-configurator footer p {
    display: grid;
    margin: 0;
    color: #71879b;
    font: 600 10px/16px Poppins, Arial, sans-serif;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.wwk-colo-configurator footer strong {
    color: var(--colo-heading);
    font-size: 24px;
    line-height: 30px;
}

.wwk-colo-configurator footer .wwk-colo-configure {
    width: auto;
    min-width: 225px;
}

@media (max-width: 1080px) {
    .wwk-colo-shell {
        width: min(928px, calc(100% - 48px));
    }

    .wwk-colo-location-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .wwk-colo-location:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e1eaf1;
    }

    .wwk-colo-location:nth-child(4) {
        border-top: 1px solid #e1eaf1;
    }

    .wwk-colo-comparison-head {
        display: none;
    }

    .wwk-colo-comparison {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        padding: 18px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .wwk-colo-offer {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-width: 0;
        border: 1px solid var(--colo-border);
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(35, 76, 112, .07);
        overflow: hidden;
    }

    .wwk-colo-spec,
    .wwk-colo-price,
    .wwk-colo-action {
        display: grid;
        align-content: start;
        gap: 5px;
        padding: 14px;
        border: 0;
        border-top: 1px solid #edf2f6;
    }

    .wwk-colo-spec::before,
    .wwk-colo-price::before,
    .wwk-colo-action::before {
        content: attr(data-label);
        color: #71879b;
        font: 600 9px/14px Poppins, Arial, sans-serif;
        letter-spacing: .55px;
        text-transform: uppercase;
    }

    .wwk-colo-tier {
        grid-column: 1 / -1;
        border-top: 0;
        background: #f7fafc;
    }

    .wwk-colo-price,
    .wwk-colo-action {
        grid-column: span 3;
    }

    .wwk-colo-price {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: end;
    }

    .wwk-colo-price::before {
        grid-column: 1 / -1;
    }

    .wwk-colo-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wwk-colo-component-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .wwk-colo-page .wwk-inner-top-shell {
    background-image: url("./assets/colocation-hero-mobile.webp?v=20260822colov6");
        background-position: center top;
    }

    .wwk-colo-shell {
        width: calc(100% - 26px);
    }

    .wwk-colo-hero,
    .wwk-colo-hero-layout {
        min-height: 582px;
    }

    .wwk-colo-hero-layout {
        align-items: flex-start;
    }

    .wwk-colo-hero-copy {
        width: 100%;
        padding: 40px 0 250px;
    }

    .wwk-colo-hero-copy h1 {
        max-width: 350px;
        font-size: 34px;
        line-height: 38.08px;
        font-weight: 600;
        letter-spacing: -.35px;
        text-align: left;
    }

    .wwk-colo-hero-copy p {
        max-width: 325px;
        margin-top: 16px;
        font-size: 15px;
        line-height: 23.25px;
        text-align: left;
    }

    .wwk-colo-hero-cta {
        min-height: 42px;
        margin-top: 19px;
        padding: 10px 17px;
        font-size: 13px;
        line-height: 19px;
    }

    .wwk-colo-hero-trust {
        max-width: 310px;
        margin-top: 14px;
        font-size: 10px;
        line-height: 17px;
    }

    .wwk-colo-section {
        padding: 52px 0;
    }

    .wwk-colo-section h2 {
        margin-bottom: 17px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -.6px;
    }

    .wwk-colo-section-heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .wwk-colo-section-heading h2,
    .wwk-colo-section-heading p {
        text-align: left;
    }

    .wwk-colo-section-heading p {
        font-size: 15px;
        line-height: 25px;
    }

    .wwk-colo-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wwk-colo-intro-visual,
    .wwk-colo-intro-visual img {
        min-height: 238px;
        height: 238px;
    }

    .wwk-colo-intro-facts {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wwk-colo-intro-facts div {
        padding: 0 0 0 14px;
        border-left: 3px solid var(--colo-green);
    }

    .wwk-colo-intro-facts div:first-child {
        padding-left: 14px;
        border-left: 3px solid var(--colo-green);
    }

    .wwk-colo-location {
        flex-direction: column;
        gap: 7px;
        min-height: 82px;
        padding: 10px 6px;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
    }

    .wwk-colo-offer-panel {
        margin-top: 20px;
    }

    .wwk-colo-comparison {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0;
    }

    .wwk-colo-offer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wwk-colo-spec,
    .wwk-colo-price,
    .wwk-colo-action {
        min-height: 72px;
        padding: 13px 15px;
    }

    .wwk-colo-tier,
    .wwk-colo-price,
    .wwk-colo-action {
        grid-column: 1 / -1;
    }

    .wwk-colo-action {
        min-height: 76px;
    }

    .wwk-colo-feature-grid,
    .wwk-colo-benefit-list,
    .wwk-colo-knowledge-grid {
        grid-template-columns: 1fr;
    }

    .wwk-colo-feature {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 0 16px;
        padding-bottom: 20px;
    }

    .wwk-colo-feature-icon {
        grid-row: span 2;
        margin: 0;
    }

    .wwk-colo-benefits {
        display: flex;
        min-height: 0;
        flex-direction: column;
        padding-top: 0;
    }

    .wwk-colo-benefits-environment {
        position: relative;
        inset: auto;
        order: 0;
        width: 100%;
        height: 270px;
        background-image: linear-gradient(0deg, #f6f9fb 0%, rgba(246,249,251,0) 40%), url("./assets/colocation-benefits.webp");
        background-position: center, 65% center;
    }

    .wwk-colo-benefits-layout {
        order: 1;
    }

    .wwk-colo-benefits-copy {
        width: 100%;
        padding: 42px 0 0;
    }

    .wwk-colo-component-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wwk-colo-configurator form {
        padding: 20px;
    }

    .wwk-colo-config-grid,
    .wwk-colo-addon-grid {
        grid-template-columns: 1fr;
    }

    .wwk-colo-configurator footer {
        align-items: stretch;
        flex-direction: column;
    }

    .wwk-colo-configurator footer .wwk-colo-configure {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .wwk-colo-shell {
        width: calc(100% - 22px);
    }

    .wwk-colo-spec,
    .wwk-colo-price,
    .wwk-colo-action {
        padding-inline: 13px;
    }
}
