.cart-hero {
    background: linear-gradient(135deg, #0d2540 0%, #1d3a6e 100%);
    color: #fff;
    padding: 80px 0 60px;
}

.cart-hero-title {
    font-weight: 700;
    letter-spacing: -.5px;
}

.cart-hero-pill {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
}

.cart-hero-empty {
    font-size: 1.05rem;
}

.cart-flow {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    min-height: 50vh;
}

.cart-container {
    max-width: 980px;
}

.cart-alert {
    border-radius: 12px;
}

.cart-empty-card {
    border-radius: 16px !important;
}

.cart-empty-icon {
    color: #cbd5e1;
    font-size: 4rem;
}

.cart-section-head {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
    border: 1px solid #e2e8f0;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

.cart-section-icon {
    font-size: 1.1rem;
}

.cart-section-title,
.cart-domain-name,
.cart-service-name,
.cart-line-price,
.cart-summary-total {
    color: #1d3a6e;
}

.cart-section-badge {
    background: #1d3a6e;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    padding: 4px 10px;
}

.cart-group {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.cart-line {
    flex-wrap: wrap;
    gap: 20px;
}

.cart-line-icon {
    background: #f0f7ff;
    border-radius: 12px;
    height: 48px;
    width: 48px;
}

.cart-line-icon i {
    font-size: 1.3rem;
}

.cart-line-main,
.cart-control-col {
    min-width: 200px;
}

.cart-domain-name {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
    font-size: 1.15rem;
    letter-spacing: -.3px;
}

.cart-service-name {
    font-size: 1.05rem;
}

.cart-promo-badge {
    background: linear-gradient(135deg, #dc2626, #f59e0b);
    border-radius: 20px;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: 4px 10px;
}

.cart-premium-badge {
    border-radius: 20px;
    font-size: .7rem;
    font-weight: 600;
    padding: 4px 10px;
}

.cart-premium-bronze {
    background: #cd7f32;
}

.cart-premium-silver {
    background: #9ca3af;
}

.cart-premium-gold {
    background: #f59e0b;
}

.cart-premium-special {
    background: #ef4444;
}

.cart-premium-default {
    background: #6b7280;
}

.cart-privacy-label {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    font-size: .9rem;
    padding: 8px 12px;
    transition: .15s;
}

.cart-privacy-label.is-active {
    background: #dcfce7;
    border-color: #86efac;
}

.cart-checkbox {
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.cart-privacy-price {
    font-size: .8rem;
}

.cart-price-col {
    min-width: 130px;
}

.cart-line-price {
    font-size: 1.35rem;
    line-height: 1.1;
    white-space: nowrap;
}

.cart-price-note {
    white-space: nowrap;
}

.cart-remove-btn {
    align-items: center;
    background: #fee2e2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: .15s;
    width: 36px;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus {
    background: #dc2626;
    color: #fff;
}

.cart-cycle-select {
    border-radius: 8px;
    font-weight: 500;
    padding: 8px 12px;
}

.cart-summary-card {
    border-left: 4px solid #1d3a6e !important;
    border-radius: 14px !important;
}

.cart-summary-label {
    letter-spacing: .5px;
}

.cart-summary-total {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1;
}

.cart-checkout-btn {
    font-size: 1.05rem;
    padding: 14px 32px;
}
