

body.v18-page.checkout-page .checkout-main {
    max-width: none !important;
    padding: 0 !important;
    padding-top: calc(4.5rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: 0 !important;
}

.co-split {
    display: grid;
    grid-template-columns: minmax(320px, 40%) minmax(0, 60%);
    min-height: calc(100vh - 4.5rem - env(safe-area-inset-top, 0px));
    padding: 1rem 1rem 1rem 1.25rem;
    box-sizing: border-box;
    gap: 0.75rem;
    background: #f5f5f7;
}

@media (max-width: 1024px) {
    .co-split {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0.75rem 1rem 0;
        gap: 0;
    }
}

.co-showcase {
    position: sticky;
    top: calc(4.5rem + env(safe-area-inset-top, 0px) + 1rem);
    height: calc(100vh - 4.5rem - env(safe-area-inset-top, 0px) - 2rem);
    background: linear-gradient(165deg, #1a1a1e 0%, #0d0d10 55%, #111318 100%);
    color: #f5f5f7;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    isolation: isolate;
    -webkit-overflow-scrolling: touch;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.08),
        0 8px 32px rgba(0, 0, 0, 0.16);
}

body.v18-page.checkout-page .co-showcase.checkout-sidebar {
    position: sticky !important;
}

.co-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(0, 113, 227, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(52, 211, 153, 0.06) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
}

.co-showcase-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: min-content;
}

@media (max-width: 1024px) {
    .co-showcase {
        position: relative !important;
        top: auto;
        height: auto;
        padding: 1.25rem 1.25rem 1rem;
        overflow: visible;
        border-radius: 1.25rem;
        margin-bottom: 0.75rem;
    }

    body.v18-page.checkout-page .co-showcase.checkout-sidebar {
        position: relative !important;
    }
}

.co-showcase .co-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.co-showcase .co-breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.co-showcase .co-breadcrumb a:hover { color: #fff; }
.co-showcase .co-breadcrumb svg { opacity: 0.4; flex-shrink: 0; }
.co-showcase .co-breadcrumb span { color: rgba(255, 255, 255, 0.85); }

.co-product-visual {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.25rem 0 0.75rem;
}

.co-product-img {
    width: min(150px, 55%);
    margin-bottom: 0.875rem;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.co-product-img img {
    width: 100%;
    display: block;
}

body.v18-page.checkout-page .co-showcase h1,
body.v18-page.checkout-page .co-showcase h2,
body.v18-page.checkout-page .co-showcase h3,
body.v18-page.checkout-page .co-showcase h4 {
    color: #fff !important;
}

body.v18-page.checkout-page .co-showcase .co-product-name,
body.v18-page.checkout-page .co-showcase .order-product-name {
    color: #fff !important;
}

body.v18-page.checkout-page .co-showcase .co-tier-badge,
body.v18-page.checkout-page .co-showcase .order-tier-badge {
    color: rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
}

body.v18-page.checkout-page .co-showcase .co-price-amount,
body.v18-page.checkout-page .co-showcase .order-price-amount,
body.v18-page.checkout-page .co-showcase .price-mono {
    color: #fff !important;
}

body.v18-page.checkout-page .co-showcase .co-price-period,
body.v18-page.checkout-page .co-showcase .order-price-period {
    color: rgba(255, 255, 255, 0.45) !important;
}

.co-showcase .co-product-name,
.co-showcase .order-product-name {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff !important;
    margin: 0 0 0.3rem;
    line-height: 1.15;
}

.co-showcase .co-tier-badge,
.co-showcase .order-tier-badge {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
}

.co-price-block,
.co-showcase .order-price-hero {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.co-showcase .co-price-amount,
.co-showcase .order-price-amount {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #fff !important;
    line-height: 1;
}

.co-showcase .co-price-period,
.co-showcase .order-price-period {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45) !important;
    font-weight: 500;
}

.co-includes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0 auto 1.25rem;
    max-width: 22rem;
    width: 100%;
}

.co-include-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    padding: 0.35rem 0.5rem;
    text-align: center;
}

.co-include-chip svg,
.co-include-chip i { color: #34d399 !important; flex-shrink: 0; }

.co-checkout-zone {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
}

.co-showcase .btn-checkout {
    background: #0071e3 !important;
    color: #fff !important;
    border-radius: 9999px !important;
    box-shadow: 0 8px 32px rgba(0, 113, 227, 0.35) !important;
    font-size: 0.9375rem !important;
    padding: 0.875rem 1.25rem !important;
    width: 100%;
}

.co-showcase .btn-checkout:hover:not(:disabled) {
    background: #0077ed !important;
    box-shadow: 0 12px 36px rgba(0, 113, 227, 0.45) !important;
}

.co-showcase .btn-checkout:disabled {
    background: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: none !important;
}

.co-showcase .payment-badges {
    opacity: 0.85;
    filter: none;
    justify-content: center;
    margin-top: 0.875rem;
    gap: 0.5rem;
}

.co-showcase .pay-badge {
    height: 28px;
    min-width: 42px;
    padding: 0 0.625rem;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px;
}

body.v18-page.checkout-page .co-showcase .pay-badge {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.co-showcase .pay-badge-visa-text {
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
    font-family: serif;
    letter-spacing: 0.02em;
    color: #6ea8ff !important;
}

body.v18-page.checkout-page .co-showcase .pay-badge-visa-text {
    color: #6ea8ff !important;
}

.co-showcase .pay-badge-mc-circles {
    display: flex;
    align-items: center;
}

.co-showcase .pay-badge-mc-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.co-showcase .pay-badge-mc-circle--red {
    background: #eb0000;
}

.co-showcase .pay-badge-mc-circle--orange {
    background: #f79e1b;
    margin-left: -5px;
}

.co-showcase .pay-badge-bitcoin-icon,
.co-showcase .pay-badge--bitcoin svg {
    width: 16px;
    height: 16px;
    color: #f7931a !important;
    stroke: #f7931a !important;
}

body.v18-page.checkout-page .co-showcase .pay-badge-bitcoin-icon,
body.v18-page.checkout-page .co-showcase .pay-badge--bitcoin svg {
    color: #f7931a !important;
    stroke: #f7931a !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass.config-summary-card {
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 1rem !important;
    padding: 1rem 1.125rem !important;
    backdrop-filter: blur(12px);
    box-shadow: none !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass.config-summary-card > h3 {
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4) !important;
    margin: 0 0 0.75rem !important;
}

.co-showcase .co-summary-glass .cs-row {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
    font-size: 0.8125rem;
    padding: 0.4rem 0;
    align-items: flex-start;
}

.co-showcase .co-summary-glass .cs-label {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass .cs-label {
    color: rgba(255, 255, 255, 0.45) !important;
}

.co-showcase .co-summary-glass .cs-value,
.co-showcase .co-summary-glass .or-val {
    color: #fff !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass .cs-value,
body.v18-page.checkout-page .co-showcase .co-summary-glass .or-val,
body.v18-page.checkout-page .co-showcase .co-summary-glass .js-package-name,
body.v18-page.checkout-page .co-showcase .co-summary-glass #basePrice {
    color: #fff !important;
}

.co-showcase .co-summary-glass .cs-value.highlight {
    color: #6ee7b7 !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass .cs-value.highlight,
body.v18-page.checkout-page .co-showcase .co-summary-glass .or-val.font-bold,
body.v18-page.checkout-page .co-showcase .co-summary-glass .or-val[class*="text-[#7BA8F5]"] {
    color: #6ee7b7 !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass .or-val.text-gray-500,
body.v18-page.checkout-page .co-showcase .co-summary-glass .or-val[class*="text-gray"] {
    color: rgba(255, 255, 255, 0.45) !important;
}

.co-showcase .co-summary-glass .js-package-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: flex-end;
    margin-top: 0.25rem;
}

.co-showcase .co-summary-glass .js-package-specs span {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    font-size: 0.625rem !important;
    padding: 0.15rem 0.45rem !important;
    border-radius: 0.375rem !important;
}

.co-showcase .co-summary-glass #summaryAddons > div,
.co-showcase .co-summary-glass #summaryAddons [class*="border-white"] {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
    padding-top: 0 !important;
}

.co-showcase .co-summary-glass #summaryAddons .text-gray-400 {
    color: rgba(255, 255, 255, 0.45) !important;
}

.co-showcase .co-summary-glass #summaryAddons .text-white {
    color: #fff !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass #summaryAddons .text-gray-400 {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.v18-page.checkout-page .co-showcase .co-summary-glass #summaryAddons .text-white {
    color: #fff !important;
}

.co-showcase-footer {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

body.v18-page.checkout-page .co-showcase .checkout-trust {
    margin-top: 0.5rem;
    gap: 0.625rem;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item {
    font-size: 0.6875rem;
    padding: 0.625rem 0.5rem;
    flex-direction: column;
    text-align: center;
    gap: 0.375rem;
    border-radius: 0.75rem;
    font-weight: 600;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item svg {
    flex-shrink: 0;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--shield {
    background: rgba(0, 113, 227, 0.12) !important;
    border: 1px solid rgba(0, 113, 227, 0.22) !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--shield svg {
    color: #5b9dff !important;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--delivery {
    background: rgba(234, 88, 12, 0.12) !important;
    border: 1px solid rgba(234, 88, 12, 0.22) !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--delivery svg {
    color: #fb923c !important;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--cancel {
    background: rgba(22, 163, 74, 0.12) !important;
    border: 1px solid rgba(22, 163, 74, 0.22) !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.v18-page.checkout-page .co-showcase .checkout-trust-item--cancel svg {
    color: #4ade80 !important;
}

.co-showcase .order-legal {
    color: rgba(255, 255, 255, 0.35) !important;
    font-size: 0.6875rem;
    margin-top: 0.75rem;
    text-align: center;
    line-height: 1.65;
}

.co-showcase .order-legal a {
    color: rgba(255, 255, 255, 0.45) !important;
}

.co-showcase .order-legal a:hover { color: #fff !important; }

@media (max-width: 1024px) {
    .co-showcase-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0 1rem;
    }

    .co-showcase .co-breadcrumb {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .co-product-visual {
        flex-direction: row;
        text-align: left;
        padding: 0;
        gap: 1rem;
        width: 100%;
        justify-content: flex-start;
    }

    .co-product-img {
        width: 72px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .co-product-meta { flex: 1; min-width: 0; }

    .co-showcase .co-product-name,
    .co-showcase .order-product-name {
        font-size: 1.125rem;
        text-align: left;
    }

    .co-showcase .co-tier-badge,
    .co-showcase .order-tier-badge { margin-bottom: 0.35rem; }

    .co-price-block,
    .co-showcase .order-price-hero {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .co-showcase .co-price-amount,
    .co-showcase .order-price-amount { font-size: 1.75rem; }

    .co-includes,
    .co-checkout-zone,
    .co-summary-glass,
    .co-showcase-footer {
        display: none;
    }
}

.co-builder {
    background: #f5f5f7;
    padding: 2rem 2.5rem 4rem;
    overflow-y: auto;
    min-height: calc(100vh - 4.5rem - env(safe-area-inset-top, 0px));
}

@media (max-width: 1024px) {
    .co-builder {
        padding: 1.5rem 1.25rem calc(6rem + env(safe-area-inset-bottom, 0px));
        min-height: auto;
    }
}

.co-builder-head {
    margin-bottom: 2rem;
    max-width: 36rem;
}

.co-builder-head .co-head-badge {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0071e3;
    margin-bottom: 0.625rem;
}

.co-builder-head h1 {
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    color: #1d1d1f !important;
    margin: 0 0 0.625rem !important;
    line-height: 1.15 !important;
    text-align: left !important;
}

.co-builder-head p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6e6e73;
    margin: 0;
}

.co-sections {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 40rem;
}

.co-sections .config-step {
    display: block;
    padding: 0;
    border-bottom: none;
}

.co-sections .config-step:not(:last-child)::after { display: none; }

.co-sections .config-step-body {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 1.75rem 1.5rem !important;
}

.co-sections .config-step:hover .config-step-body {
    border-color: transparent !important;
    box-shadow: none !important;
}

.co-section-header {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.co-section-num {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0071e3;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.co-sections .config-step-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1d1d1f !important;
    margin: 0 !important;
}

.co-sections .config-step-label,
.co-sections .config-step-header,
.co-sections .config-step-num { display: none !important; }

.co-sections .config-step-hint {
    font-size: 0.8125rem;
    color: #6e6e73;
    margin: -0.25rem 0 0.875rem;
    line-height: 1.6;
}

.co-sections .period-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ebebed !important;
    border: none !important;
    border-radius: 0.875rem !important;
    padding: 4px !important;
    box-sizing: border-box !important;
}

.co-sections .period-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.75rem 0.5rem !important;
    min-height: 3.5rem !important;
    border-radius: 0.625rem !important;
    border: none !important;
    background: transparent !important;
    color: #1d1d1f !important;
    gap: 0.3rem !important;
    text-align: center !important;
    transform: none !important;
    box-shadow: none !important;
    cursor: pointer;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.co-sections .period-btn:hover {
    background: rgba(255, 255, 255, 0.55) !important;
    color: #1d1d1f !important;
}

.co-sections .period-btn.is-selected,
body.v18-page.checkout-page .co-sections .period-btn.is-selected {
    border: none !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    transform: none !important;
    z-index: 1;
}

.co-sections .period-btn.is-selected .period-name,
body.v18-page.checkout-page .co-sections .period-btn.is-selected .period-name {
    color: #0071e3 !important;
    font-weight: 700 !important;
}

.co-sections .period-name {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    max-width: 100% !important;
}

.co-sections .period-tag {
    display: inline-block !important;
    background: rgba(0, 0, 0, 0.06) !important;
    color: #6e6e73 !important;
    font-size: 0.625rem !important;
    padding: 0.1rem 0.4rem !important;
    border-radius: 9999px !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.co-sections .period-tag--hot {
    background: linear-gradient(135deg, #ff6b35 0%, #ef4444 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

body.v18-page.checkout-page .co-sections .period-tag--hot {
    background: linear-gradient(135deg, #ff6b35 0%, #ef4444 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.co-sections .period-tag--warm {
    background: #fef3c7 !important;
    color: #92400e !important;
}

@media (max-width: 540px) {
    .co-sections .period-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 3px !important;
        background: transparent !important;
        padding: 0 !important;
    }

    .co-sections .period-btn {
        border: 1.5px solid #e5e7eb !important;
        background: #fff !important;
        padding: 0.75rem 0.5rem !important;
        min-height: 3.25rem !important;
    }

    .co-sections .period-btn.is-selected {
        border-color: #0071e3 !important;
        box-shadow: none !important;
    }
}

body.v18-page.checkout-page .co-sections .period-btn[class*="bg-[#7BA8F5]"] {
    border: none !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    transform: none !important;
}

body.v18-page.checkout-page .co-sections .period-grid {
    background: #ebebed !important;
    border: none !important;
}

.co-dc-scroll {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .co-dc-scroll {
        display: flex;
        grid-template-columns: unset;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
}

.co-dc-scroll .datacenter-card {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0.875rem 0.5rem !important;
    border-radius: 0.875rem !important;
    border: 1.5px solid #e5e7eb !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    cursor: pointer;
    min-width: 0;
}

@media (max-width: 768px) {
    .co-dc-scroll .datacenter-card {
        flex: 0 0 120px !important;
        scroll-snap-align: start;
    }
}

.co-dc-scroll .datacenter-card:hover {
    border-color: #d1d5db !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
}

.co-dc-scroll .datacenter-card.is-selected,
body.v18-page.checkout-page .co-dc-scroll .datacenter-card.is-selected {
    border-color: #0071e3 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12) !important;
    transform: none !important;
}

.co-dc-scroll .datacenter-card.is-selected::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0071e3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 6px rgba(0, 113, 227, 0.3);
    z-index: 2;
}

.co-dc-scroll .datacenter-card.is-selected .dc-name,
body.v18-page.checkout-page .co-dc-scroll .datacenter-card.is-selected .dc-name {
    color: #0071e3 !important;
}

.co-dc-scroll .dc-flag {
    font-size: 1.375rem;
    margin-bottom: 0.375rem;
    line-height: 1;
}

.co-dc-scroll .dc-name {
    color: #1d1d1f !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.15rem !important;
}

.co-dc-scroll .dc-desc {
    color: #6e6e73 !important;
    font-size: 0.625rem !important;
    line-height: 1.35 !important;
}

.co-dc-scroll .dc-status {
    color: #16a34a !important;
    font-size: 0.625rem !important;
    margin-top: 0.35rem !important;
}

.co-ssd-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.co-ssd-list .ssd-card {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.875rem 1rem !important;
    border-radius: 0.75rem !important;
    border: 1.5px solid #e5e7eb !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    gap: 0.75rem !important;
    cursor: pointer;
    width: 100%;
    text-align: left !important;
}

.co-ssd-list .ssd-card:hover {
    border-color: #d1d5db !important;
    transform: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.co-ssd-list .ssd-card.is-selected,
body.v18-page.checkout-page .co-ssd-list .ssd-card.is-selected {
    border-color: #0071e3 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12) !important;
    transform: none !important;
}

.co-ssd-list .ssd-card.is-selected::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0071e3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 6px rgba(0, 113, 227, 0.3);
    z-index: 2;
}

.co-ssd-list .ssd-card.is-selected .ssd-icon,
body.v18-page.checkout-page .co-ssd-list .ssd-card.is-selected .ssd-icon {
    color: #0071e3 !important;
    background: rgba(0, 113, 227, 0.08) !important;
    border-color: rgba(0, 113, 227, 0.2) !important;
}

.co-ssd-list .ssd-card-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.co-ssd-list .ssd-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex-shrink: 0;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    color: #6e6e73 !important;
    border-radius: 0.625rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.co-ssd-list .ssd-info {
    min-width: 0;
}

.co-ssd-list .ssd-info h3 {
    color: #1d1d1f !important;
    font-size: 0.875rem !important;
    margin: 0 0 0.15rem !important;
}

.co-ssd-list .ssd-info p {
    color: #6e6e73 !important;
    font-size: 0.75rem !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

.co-ssd-list .ssd-price {
    color: #0071e3 !important;
    margin-right: 0 !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.co-ssd-list .ssd-price--alt { color: #7c3aed !important; }

.co-ssd-list .ssd-icon--alt {
    background: #f5f3ff !important;
    border-color: #e9d5ff !important;
    color: #7c3aed !important;
}

.co-sections .addon-card {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    padding: 0.875rem 1rem !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.co-sections .addon-card:hover {
    border-color: #d1d5db !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.co-sections .addon-icon {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    color: #1d1d1f !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex-shrink: 0;
    border-radius: 0.625rem !important;
}

.co-sections .addon-info { flex: 1; min-width: 0; }

.co-sections .addon-info h3 {
    color: #1d1d1f !important;
    font-size: 0.875rem !important;
    margin: 0 0 0.15rem !important;
}

.co-sections .addon-info p {
    color: #6e6e73 !important;
    font-size: 0.75rem !important;
    margin: 0 !important;
}

.co-sections #thunderboltToggle {
    background: #e5e7eb !important;
    border-color: #d1d5db !important;
    flex-shrink: 0;
}

.co-sections #thunderboltToggle.is-on {
    background: #0071e3 !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.25) !important;
}

.co-split .reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.co-split .reveal.on {
    opacity: 1;
    transform: none;
}

@media (max-width: 1024px) {
    body.v18-page.checkout-page .mobile-cta {
        background: rgba(255, 255, 255, 0.97) !important;
        border-top-color: #e5e7eb !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
    }
}

body.v18-page.checkout-page #footerContainer {
    background: #f5f5f7;
}
