

body.sunset-page.checkout-page {
    --mo-accent: #FF4E50;
    --mo-gold: #F9D423;
    --mo-ink: #FFF5EE;
    --mo-muted: rgba(255, 245, 238, 0.55);
    --mo-surface: rgba(255, 255, 255, 0.04);
    --mo-border: rgba(255, 255, 255, 0.08);
    --mo-glow: rgba(255, 78, 80, 0.18);
}

body.sunset-page.checkout-page .checkout-main,
body.sunset-page.checkout-page .mo-main {
    position: relative;
    z-index: 1;
    max-width: none !important;
    padding: calc(5.5rem + env(safe-area-inset-top, 0px)) 0 calc(5rem + env(safe-area-inset-bottom, 0px)) !important;
}

body.sunset-page.checkout-page #headerContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    pointer-events: none;
}

body.sunset-page.checkout-page #headerContainer .tm-nav {
    pointer-events: auto;
}

body.sunset-page.checkout-page #footerContainer {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.mo-page {
    width: 100%;
}

.mo-hero {
    margin-bottom: 2.5rem;
}

.mo-breadcrumb,
.mo-hero .co-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--mo-muted);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.mo-breadcrumb a,
.mo-hero .co-breadcrumb a {
    color: var(--mo-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.mo-breadcrumb a:hover,
.mo-hero .co-breadcrumb a:hover {
    color: var(--mo-gold);
}

.mo-breadcrumb svg,
.mo-hero .co-breadcrumb svg {
    opacity: 0.45;
    flex-shrink: 0;
}

.mo-breadcrumb span,
.mo-hero .co-breadcrumb span {
    color: var(--mo-ink);
}

.mo-hero-copy {
    max-width: 42rem;
}

.mo-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.1 !important;
    color: var(--mo-ink) !important;
    margin: 0 0 0.875rem !important;
}

.mo-hero-lead {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--mo-muted);
    margin: 0;
    max-width: 36rem;
}

.mo-grid.co-split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 2rem 2.5rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .mo-grid.co-split {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mo-panel.checkout-sidebar {
        order: -1;
    }
}

.mo-config.co-builder {
    background: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
    overflow: visible !important;
}

.mo-config .config-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.mo-config .config-step {
    display: block;
    padding: 0;
}

.mo-config .config-step::after {
    display: none !important;
}

.mo-config .config-step-body {
    padding: 1.375rem 1.5rem !important;
    border-radius: 1.25rem !important;
    background: var(--mo-surface) !important;
    border: 1px solid var(--mo-border) !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.mo-config .config-step:hover .config-step-body {
    border-color: rgba(249, 212, 35, 0.25) !important;
    box-shadow: 0 12px 32px rgba(255, 78, 80, 0.08) !important;
}

.mo-config .config-step-title {
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--mo-ink) !important;
    letter-spacing: -0.02em;
    margin: 0 0 1rem !important;
}

.mo-config .config-step-hint {
    font-size: 0.8125rem;
    color: var(--mo-muted);
    margin: -0.25rem 0 0.875rem;
    line-height: 1.65;
}

.mo-config .period-grid {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid var(--mo-border) !important;
    border-radius: 0.875rem !important;
    padding: 4px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.mo-config .period-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.625rem 0.375rem !important;
    height: 4.25rem !important;
    min-height: 4.25rem !important;
    max-height: 4.25rem !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0.625rem !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: var(--mo-muted) !important;
    gap: 0.25rem !important;
    cursor: pointer;
    transform: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.mo-config .period-btn:not(:has(.period-tag)) .period-name::after {
    content: '';
    display: block;
    height: 1.125rem;
    margin-top: 0.2rem;
}

.mo-config .period-btn:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--mo-ink) !important;
    transform: none !important;
}

body.sunset-page.checkout-page .mo-config .period-btn[class*="bg-[#7BA8F5]"] {
    transform: none !important;
    border: 1px solid rgba(249, 212, 35, 0.35) !important;
}

.mo-config .period-btn.is-selected,
body.sunset-page.checkout-page .mo-config .period-btn.is-selected,
body.sunset-page.checkout-page .mo-config .period-btn[class*="bg-[#7BA8F5]"] {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(249, 212, 35, 0.35) !important;
    box-shadow: 0 0 0 1px rgba(255, 78, 80, 0.12) !important;
    transform: none !important;
}

.mo-config .period-btn.is-selected .period-name,
body.sunset-page.checkout-page .mo-config .period-btn.is-selected .period-name {
    color: var(--mo-gold) !important;
    font-weight: 700 !important;
}

.mo-config .period-name {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: inherit !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.mo-config .period-tag {
    font-size: 0.625rem !important;
    padding: 0.1rem 0.4rem !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--mo-muted) !important;
    line-height: 1.25 !important;
    min-height: 1.125rem !important;
    flex-shrink: 0 !important;
}

.mo-config .period-tag--hot {
    background: linear-gradient(135deg, var(--mo-accent), #e03e40) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.mo-config .period-tag--warm {
    background: rgba(249, 212, 35, 0.15) !important;
    color: var(--mo-gold) !important;
}

@media (max-width: 540px) {
    .mo-config .period-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

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

.mo-dc-grid .datacenter-card:nth-child(4),
.mo-dc-grid .datacenter-card:nth-child(5) {
    grid-column: span 1;
}

@media (min-width: 640px) {
    .mo-dc-grid .datacenter-card:nth-child(4) {
        grid-column: 1 / span 1;
    }
    .mo-dc-grid .datacenter-card:nth-child(5) {
        grid-column: 2 / span 1;
    }
}

@media (max-width: 640px) {
    .mo-dc-grid.co-dc-scroll {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.625rem;
        overflow: visible;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .mo-dc-grid .datacenter-card {
        width: 100%;
        min-width: 0;
    }

    .mo-dc-grid .datacenter-card:nth-child(5) {
        grid-column: 1 / -1;
    }

    .mo-config #step-datacenter .dc-select-wrap {
        margin-right: 0;
        padding-right: 0;
    }
}

.mo-config .datacenter-card {
    position: relative;
    overflow: visible !important;
    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: 1px solid var(--mo-border) !important;
    background: rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.mo-config .datacenter-card:hover {
    border-color: rgba(249, 212, 35, 0.3) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.mo-config .datacenter-card.is-selected,
body.sunset-page.checkout-page .mo-config .datacenter-card.is-selected,
body.sunset-page.checkout-page .mo-config .datacenter-card[class*="bg-[#7BA8F5]"] {
    border-color: rgba(249, 212, 35, 0.45) !important;
    background: rgba(255, 78, 80, 0.08) !important;
    box-shadow: 0 0 0 3px rgba(255, 78, 80, 0.12) !important;
}

.mo-config .datacenter-card.is-selected::after,
body.sunset-page.checkout-page .mo-config .datacenter-card.is-selected::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mo-accent), var(--mo-gold));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23220B1F' 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: 7px;
    background-position: center;
    background-repeat: no-repeat;
}

.mo-config .dc-flag {
    font-size: 1.375rem;
    margin-bottom: 0.35rem;
    line-height: 1;
}

.mo-config .dc-name {
    color: var(--mo-ink) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.1rem !important;
}

.mo-config .datacenter-card.is-selected .dc-name {
    color: var(--mo-gold) !important;
}

.mo-config .dc-desc {
    color: var(--mo-muted) !important;
    font-size: 0.625rem !important;
    line-height: 1.35 !important;
}

.mo-config .dc-status {
    color: #4ade80 !important;
    font-size: 0.625rem !important;
    margin-top: 0.3rem !important;
}

.mo-config .co-ssd-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.mo-config .ssd-card {
    position: relative;
    overflow: visible !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.875rem 1rem !important;
    border-radius: 0.875rem !important;
    border: 1px solid var(--mo-border) !important;
    background: rgba(0, 0, 0, 0.15) !important;
    gap: 0.75rem !important;
    cursor: pointer;
    width: 100%;
    text-align: left !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.mo-config .ssd-card:hover {
    border-color: rgba(249, 212, 35, 0.25) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.mo-config .ssd-card.is-selected,
body.sunset-page.checkout-page .mo-config .ssd-card.is-selected,
body.sunset-page.checkout-page .mo-config .ssd-card[class*="bg-[#7BA8F5]"] {
    border-color: rgba(249, 212, 35, 0.45) !important;
    background: rgba(255, 78, 80, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(255, 78, 80, 0.1) !important;
}

.mo-config .ssd-card.is-selected::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mo-accent), var(--mo-gold));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23220B1F' 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: 7px;
    background-position: center;
    background-repeat: no-repeat;
}

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

.mo-config .ssd-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--mo-border) !important;
    color: var(--mo-muted) !important;
    border-radius: 0.625rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mo-config .ssd-card.is-selected .ssd-icon {
    color: var(--mo-gold) !important;
    background: rgba(255, 78, 80, 0.1) !important;
    border-color: rgba(255, 78, 80, 0.25) !important;
}

.mo-config .ssd-icon--alt {
    background: rgba(249, 212, 35, 0.08) !important;
    border-color: rgba(249, 212, 35, 0.2) !important;
    color: var(--mo-gold) !important;
}

.mo-config .ssd-info h3 {
    color: var(--mo-ink) !important;
    font-size: 0.875rem !important;
    margin: 0 0 0.15rem !important;
}

.mo-config .ssd-info p {
    color: var(--mo-muted) !important;
    font-size: 0.75rem !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

.mo-config .ssd-price {
    color: var(--mo-gold) !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.mo-config .ssd-price--alt {
    color: #fbbf24 !important;
}

.mo-config .addon-card {
    background: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid var(--mo-border) !important;
    border-radius: 0.875rem !important;
    padding: 0.875rem 1rem !important;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    transition: border-color 0.2s;
}

.mo-config .addon-card:hover {
    border-color: rgba(249, 212, 35, 0.25) !important;
}

.mo-config .addon-icon {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--mo-border) !important;
    color: var(--mo-gold) !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex-shrink: 0;
    border-radius: 0.625rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-config .addon-info {
    flex: 1;
    min-width: 0;
}

.mo-config .addon-info h3 {
    color: var(--mo-ink) !important;
    font-size: 0.875rem !important;
    margin: 0 0 0.15rem !important;
}

.mo-config .addon-info p {
    color: var(--mo-muted) !important;
    font-size: 0.75rem !important;
    margin: 0 !important;
}

.mo-config #thunderboltToggle {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--mo-border) !important;
    flex-shrink: 0;
}

.mo-config #thunderboltToggle.is-on {
    background: linear-gradient(135deg, var(--mo-accent), var(--mo-gold)) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px var(--mo-glow) !important;
}

.mo-panel.co-showcase {
    position: sticky;
    top: calc(5rem + env(safe-area-inset-top, 0px));
    background: var(--mo-surface) !important;
    border: 1px solid var(--mo-border) !important;
    border-radius: 1.5rem !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1.5rem !important;
    overflow: visible !important;
    height: auto !important;
    isolation: isolate;
}

.mo-panel.co-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(ellipse 70% 45% at 90% 0%, rgba(255, 78, 80, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 50% 35% at 0% 100%, rgba(249, 212, 35, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.mo-panel-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mo-panel-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--mo-border);
}

.mo-product-frame {
    width: 5.5rem;
    flex-shrink: 0;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--mo-border);
    border-radius: 1rem;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

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

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

.mo-panel .co-product-name,
.mo-panel .order-product-name {
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: var(--mo-ink) !important;
    margin: 0 0 0.25rem !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
}

.mo-price-hero {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
}

.mo-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.125rem;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid var(--mo-border);
    border-radius: 1rem;
}

.mo-total-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--mo-muted);
    flex-shrink: 0;
}

.mo-total-amount {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    text-align: right;
}

.mo-total-bar .co-price-amount,
.mo-total-bar .order-price-amount {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em;
    color: var(--mo-ink) !important;
    line-height: 1;
}

.mo-total-bar .co-price-period,
.mo-total-bar .order-price-period {
    font-size: 0.875rem;
    color: var(--mo-muted) !important;
    font-weight: 500;
}

.mo-panel .co-price-amount,
.mo-panel .order-price-amount {
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em;
    color: var(--mo-ink) !important;
    line-height: 1;
}

.mo-panel .co-price-period,
.mo-panel .order-price-period {
    font-size: 0.8125rem;
    color: var(--mo-muted) !important;
    font-weight: 500;
}

.mo-summary-card.co-summary-glass {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid var(--mo-border) !important;
    border-radius: 1rem !important;
    padding: 1rem 1.125rem !important;
    margin: 0 !important;
}

.mo-summary-card > h3 {
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mo-muted) !important;
    margin: 0 0 0.75rem !important;
}

.mo-summary-card .cs-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8125rem;
}

.mo-summary-card .cs-row:last-child,
.mo-summary-total {
    border-bottom: none !important;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
}

.mo-summary-value {
    text-align: right;
}

.mo-summary-card .cs-label {
    color: var(--mo-muted) !important;
    flex-shrink: 0;
}

.mo-summary-card .cs-value,
.mo-summary-card .or-val {
    color: var(--mo-ink) !important;
}

.mo-summary-card .cs-value.highlight,
.mo-summary-card .or-val.font-bold,
.mo-summary-card .or-val[class*="text-[#7BA8F5]"] {
    color: var(--mo-gold) !important;
}

.mo-summary-card .or-val.text-gray-500,
.mo-summary-card .or-val[class*="text-gray"] {
    color: var(--mo-muted) !important;
}

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

.mo-summary-card .js-package-specs span {
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--mo-muted) !important;
    border: 1px solid var(--mo-border) !important;
    font-size: 0.625rem !important;
    padding: 0.15rem 0.45rem !important;
    border-radius: 0.375rem !important;
}

.mo-summary-card #summaryAddons > div,
.mo-summary-card #summaryAddons [class*="border-white"] {
    border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

.mo-summary-card #summaryAddons .text-gray-400 {
    color: var(--mo-muted) !important;
}

.mo-summary-card #summaryAddons .text-white {
    color: var(--mo-ink) !important;
}

.mo-checkout-zone {
    width: 100%;
}

.mo-checkout-zone .btn-checkout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.25rem !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
}

.mo-checkout-zone .btn-checkout svg {
    transition: transform 0.25s;
}

.mo-checkout-zone .btn-checkout:hover:not(:disabled) svg {
    transform: translateX(3px);
}

.mo-checkout-zone .payment-badges {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    opacity: 1 !important;
    filter: none !important;
}

.mo-panel .pay-badge {
    height: 28px;
    min-width: 42px;
    padding: 0 0.625rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-panel .pay-badge--visa,
.mo-panel .pay-badge--mastercard,
.mo-panel .pay-badge--bitcoin {
    background: rgba(247, 147, 26, 0.15) !important;
    border: 1px solid rgba(247, 147, 26, 0.45) !important;
}

.mo-panel .pay-badge-visa-text {
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
    font-family: serif;
    color: #7eb8ff !important;
    letter-spacing: 0.02em;
}

.mo-panel .pay-badge-mc-circles {
    display: flex;
    align-items: center;
}

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

.mo-panel .pay-badge-mc-circle--red { background: #eb001b !important; }
.mo-panel .pay-badge-mc-circle--orange { background: #f79e1b !important; margin-left: -5px; }

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

.mo-panel-footer {
    padding-top: 0.25rem;
}

.mo-panel .order-legal {
    font-size: 0.6875rem;
    color: rgba(255, 245, 238, 0.35) !important;
    text-align: center;
    line-height: 1.65;
    margin: 0.75rem 0 0;
}

.mo-panel .order-legal a {
    color: rgba(255, 245, 238, 0.5) !important;
    text-decoration: underline;
}

.mo-panel .order-legal a:hover {
    color: var(--mo-gold) !important;
}

body.sunset-page.checkout-page .mo-checkout-zone .payment-badges,
body.sunset-page.checkout-page .mo-panel .payment-badges {
    opacity: 1 !important;
    filter: none !important;
}

body.sunset-page.checkout-page .mo-checkout-zone .payment-badges:hover,
body.sunset-page.checkout-page .mo-panel .payment-badges:hover {
    opacity: 1 !important;
    filter: none !important;
}

@media (max-width: 1024px) {
    body.sunset-page.checkout-page .checkout-main,
    body.sunset-page.checkout-page .mo-main {
        padding-bottom: calc(7rem + env(safe-area-inset-bottom, 0px)) !important;
    }

    .mo-hero {
        margin-bottom: 1.5rem;
    }

    .mo-panel.co-showcase {
        position: relative !important;
        top: auto !important;
        padding: 1.25rem !important;
    }

    .mo-panel-head {
        gap: 0.875rem;
    }

    .mo-product-frame {
        width: 4.5rem;
    }

    .mo-panel .co-price-amount,
    .mo-panel .order-price-amount {
        font-size: 1.5rem !important;
    }

    .mo-summary-card,
    .mo-total-bar,
    .mo-checkout-zone,
    .mo-panel-footer {
        display: none;
    }

    .mo-config .config-step-body {
        padding: 1rem 1.125rem !important;
        overflow: visible !important;
    }

    .mo-grid.co-split,
    .mo-config,
    .mo-config .config-step,
    .mo-config .config-step-body,
    .mo-config .dc-select-wrap,
    .mo-panel.co-showcase {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .mo-config .datacenter-card:hover,
    .mo-config .datacenter-card.is-selected,
    body.sunset-page.checkout-page .mo-config .datacenter-card[class*="bg-[#7BA8F5]"] {
        transform: none !important;
    }

    .mo-config .ssd-card:hover,
    .mo-config .ssd-card.is-selected,
    body.sunset-page.checkout-page .mo-config .ssd-card[class*="bg-[#7BA8F5]"] {
        transform: none !important;
    }
}

body.sunset-page.checkout-page .mobile-cta {
    background: rgba(34, 11, 31, 0.96) !important;
    border-top: 1px solid var(--mo-border) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.sunset-page.checkout-page .mobile-cta-label {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: var(--mo-muted);
    margin-bottom: 2px;
}

body.sunset-page.checkout-page .m-total {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--mo-gold) !important;
    font-family: ui-monospace, monospace;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

body.sunset-page.checkout-page .mobile-cta-period {
    font-size: 0.75rem;
    color: var(--mo-muted);
}

body.sunset-page.checkout-page .btn-checkout-mobile {
    background: linear-gradient(135deg, var(--mo-accent), var(--mo-gold)) !important;
    color: #220B1F !important;
    border: none !important;
    border-radius: 0.75rem !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px var(--mo-glow) !important;
}

body.sunset-page.checkout-page .btn-checkout-mobile:hover:not(:disabled) {
    filter: brightness(1.06);
}

body.sunset-page.checkout-page .btn-checkout-mobile:disabled {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 245, 238, 0.3) !important;
    box-shadow: none !important;
}

.mo-grid .reveal,
.mo-hero.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.mo-grid .reveal.on,
.mo-hero.reveal.on {
    opacity: 1;
    transform: none;
}

@media (max-width: 640px) {
    .mo-config .ssd-card {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .mo-config .ssd-price {
        align-self: flex-end;
    }
}

/* ── Payment success modal ── */
.zov-dialog--success {
    padding: 0 !important;
    overflow: hidden;
}

.checkout-success {
    position: relative;
    padding: 2rem 1.75rem 1.75rem;
    background: #2A1127;
    border-radius: 1.25rem;
    overflow: hidden;
}

.checkout-success__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 78, 80, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(249, 212, 35, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.checkout-success__hero {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}

.checkout-success__icon-wrap {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-success__icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 78, 80, 0.2), rgba(249, 212, 35, 0.2));
    border: 1px solid rgba(249, 212, 35, 0.35);
    animation: checkoutSuccessRing 2.5s ease-in-out infinite;
}

@keyframes checkoutSuccessRing {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.06); opacity: 0.85; }
}

.checkout-success__icon {
    position: relative;
    color: #F9D423;
}

.checkout-success__icon-circle {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: checkoutSuccessCircle 0.6s ease forwards 0.1s;
}

.checkout-success__icon-check {
    stroke-dasharray: 24;
    stroke-dashoffset: 24;
    animation: checkoutSuccessCheck 0.4s ease forwards 0.5s;
}

@keyframes checkoutSuccessCircle {
    to { stroke-dashoffset: 0; }
}

@keyframes checkoutSuccessCheck {
    to { stroke-dashoffset: 0; }
}

.checkout-success__title {
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #FFF5EE;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.checkout-success__desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 245, 238, 0.6);
    margin: 0;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

.checkout-success__steps {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 1.25rem;
    padding: 0 0.25rem;
}

.checkout-success__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    min-width: 4.5rem;
}

.checkout-success__step span {
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 245, 238, 0.38);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.checkout-success__step.is-done span,
.checkout-success__step.is-active span {
    color: rgba(255, 245, 238, 0.85);
}

.checkout-success__step.is-active span {
    color: #F9D423;
}

.checkout-success__step-dot {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F9D423;
}

.checkout-success__step.is-done .checkout-success__step-dot {
    background: rgba(249, 212, 35, 0.15);
    border-color: rgba(249, 212, 35, 0.4);
}

.checkout-success__step.is-active .checkout-success__step-dot {
    background: rgba(255, 78, 80, 0.12);
    border-color: rgba(255, 78, 80, 0.35);
    box-shadow: 0 0 12px rgba(255, 78, 80, 0.25);
}

.checkout-success__step-pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF4E50;
    animation: checkoutSuccessPulse 1.2s ease infinite;
}

@keyframes checkoutSuccessPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.checkout-success__step-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 0.75rem;
    min-width: 1.5rem;
    max-width: 3rem;
}

.checkout-success__step-line.is-active {
    background: linear-gradient(90deg, rgba(249, 212, 35, 0.5), rgba(255, 78, 80, 0.3));
}

.checkout-success__summary {
    position: relative;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.875rem;
}

.checkout-success__summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.3rem 0;
}

.checkout-success__summary-row--total {
    margin-top: 0.375rem;
    padding-top: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-success__summary-label {
    font-size: 0.75rem;
    color: rgba(255, 245, 238, 0.45);
    flex-shrink: 0;
}

.checkout-success__summary-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #FFF5EE;
    text-align: right;
}

.checkout-success__summary-price {
    font-size: 1rem;
    font-weight: 800;
    color: #F9D423;
    font-variant-numeric: tabular-nums;
}

.checkout-success__summary-period {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 245, 238, 0.45);
}

.checkout-success__summary-order {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 245, 238, 0.35);
    text-align: right;
    letter-spacing: 0.04em;
}

.checkout-success__body .auth-modal__actions {
    margin-top: 0;
}

.checkout-success__body .auth-modal__pay-notice {
    margin-bottom: 1rem;
}

.checkout-success__body .auth-modal__btn-primary {
    width: 100%;
}

@media (max-width: 480px) {
    .checkout-success {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .checkout-success__steps {
        padding: 0;
    }

    .checkout-success__step {
        min-width: 3.75rem;
    }

    .checkout-success__step span {
        font-size: 0.625rem;
    }
}
