/* SalamServer — Hetzner hosting catalog and checkout UI. */
#order-standard_cart {
    --ss-emerald-950: #022c22;
    --ss-emerald-900: #064e3b;
    --ss-emerald-800: #065f46;
    --ss-emerald-700: #047857;
    --ss-emerald-600: #059669;
    --ss-emerald-500: #10b981;
    --ss-emerald-300: #6ee7b7;
    --ss-emerald-100: #d1fae5;
    --ss-emerald-50: #ecfdf5;
    --ss-cyan-50: #ecfeff;
    --ss-ink: #12352f;
    --ss-muted: #607d77;
    --ss-border: rgba(16, 185, 129, .22);
    direction: rtl;
    text-align: right;
    position: relative;
    isolation: isolate;
}
#order-standard_cart::before {
    content: "";
    position: fixed;
    inset: 74px 0 0 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 84% 13%, rgba(16,185,129,.16), transparent 29%),
        radial-gradient(circle at 14% 31%, rgba(34,211,238,.10), transparent 27%),
        linear-gradient(180deg, rgba(236,253,245,.55), rgba(248,250,252,0) 620px);
}

.salam-hosting-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 4px 0 20px;
    padding: 13px 16px;
    border: 1px solid var(--ss-border);
    border-radius: 20px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 16px 45px rgba(6,78,59,.07);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.salam-hosting-progress > i {
    width: clamp(18px, 4vw, 74px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(16,185,129,.12), rgba(16,185,129,.48));
}
.salam-progress-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7b938e;
    white-space: nowrap;
}
.salam-progress-item span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(5,150,105,.14);
    border-radius: 12px;
    background: rgba(255,255,255,.86);
    font-weight: 900;
}
.salam-progress-item b { font-size: 12px; font-weight: 850; }
.salam-progress-item.is-done span,
.salam-progress-item.is-active span {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--ss-emerald-700), var(--ss-emerald-500));
    box-shadow: 0 8px 22px rgba(16,185,129,.28);
}
.salam-progress-item.is-active { color: var(--ss-emerald-800); }

.salam-catalog-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 180px;
    margin: 0 0 18px;
    padding: 28px 30px;
    border: 1px solid var(--ss-border);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.87), rgba(236,253,245,.70)),
        rgba(255,255,255,.68);
    box-shadow: 0 24px 68px rgba(6,78,59,.09);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.salam-catalog-hero::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    left: -100px;
    top: -130px;
    border-radius: 50%;
    background: rgba(16,185,129,.13);
}
.salam-catalog-hero-copy { position: relative; z-index: 2; }
.salam-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    padding: 6px 11px;
    border: 1px solid rgba(16,185,129,.18);
    border-radius: 999px;
    background: rgba(209,250,229,.58);
    color: var(--ss-emerald-800);
    font-size: 12px;
    font-weight: 900;
}
.salam-catalog-hero h1 {
    margin: 0;
    color: var(--ss-ink);
    font-size: clamp(24px, 2.4vw, 37px);
    font-weight: 950;
    line-height: 1.45;
}
.salam-catalog-hero p {
    max-width: 720px;
    margin: 8px 0 0;
    color: var(--ss-muted);
    font-size: 14px;
    line-height: 1.9;
}
.salam-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
}
.salam-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 11px;
    background: rgba(255,255,255,.66);
    color: #315f56;
    font-size: 12px;
    font-weight: 800;
}
.salam-trust-row i { color: var(--ss-emerald-600); }
.salam-catalog-orb {
    position: relative;
    z-index: 2;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.70);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(4,120,87,.94), rgba(16,185,129,.80));
    color: #fff;
    box-shadow: 0 22px 46px rgba(5,150,105,.24);
    font-size: 35px;
    transform: rotate(-5deg);
}

.salam-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}
.salam-plan-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 548px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--ss-border);
    border-radius: 25px;
    background:
        linear-gradient(155deg, rgba(255,255,255,.90), rgba(236,253,245,.68)),
        rgba(255,255,255,.70);
    color: var(--ss-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 18px 50px rgba(6,78,59,.08);
    backdrop-filter: blur(21px) saturate(150%);
    -webkit-backdrop-filter: blur(21px) saturate(150%);
    transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease;
}
.salam-plan-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -83px;
    top: -86px;
    border-radius: 50%;
    background: rgba(16,185,129,.11);
}
.salam-plan-card::after {
    content: "";
    position: absolute;
    inset: auto 15% -95px 15%;
    height: 120px;
    border-radius: 50%;
    background: rgba(110,231,183,.11);
    filter: blur(20px);
}
.salam-plan-card:hover,
.salam-plan-card:focus {
    color: var(--ss-ink) !important;
    text-decoration: none !important;
    transform: translateY(-6px);
    border-color: rgba(16,185,129,.48);
    box-shadow: 0 28px 72px rgba(6,78,59,.15);
    outline: none;
}
.salam-plan-card.is-popular {
    border-color: rgba(5,150,105,.55);
    box-shadow: 0 25px 68px rgba(5,150,105,.16);
}
.salam-plan-card.is-popular::before { background: rgba(16,185,129,.19); }
.salam-plan-topline {
    position: relative;
    z-index: 2;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
.salam-plan-code,
.salam-popular-badge,
.salam-pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}
.salam-plan-code {
    border: 1px solid rgba(16,185,129,.20);
    background: rgba(209,250,229,.55);
    color: var(--ss-emerald-800);
}
.salam-popular-badge {
    background: linear-gradient(135deg, var(--ss-emerald-700), var(--ss-emerald-500));
    color: #fff;
    box-shadow: 0 8px 20px rgba(16,185,129,.24);
}
.salam-pro-badge { background: rgba(254,243,199,.85); color: #92400e; }
.salam-plan-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px 0 12px;
    border: 1px solid rgba(16,185,129,.17);
    border-radius: 19px;
    background: rgba(255,255,255,.75);
    color: var(--ss-emerald-700);
    font-size: 26px;
    box-shadow: 0 12px 30px rgba(6,78,59,.08);
}
.salam-plan-card h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--ss-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.65;
}
.salam-plan-lead {
    position: relative;
    z-index: 2;
    min-height: 43px;
    margin: 4px 0 12px;
    color: var(--ss-muted);
    font-size: 12px;
    line-height: 1.75;
}
.salam-plan-price {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(16,185,129,.22);
}
.salam-plan-price strong {
    color: var(--ss-emerald-700);
    font-size: clamp(22px, 1.65vw, 29px);
    font-weight: 950;
    letter-spacing: -.4px;
}
.salam-plan-price small { color: #76908a; font-size: 11px; font-weight: 800; }
.salam-feature-list {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.salam-feature-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #42665f;
    font-size: 12px;
    line-height: 1.65;
}
.salam-feature-list li > i {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(209,250,229,.58);
    color: var(--ss-emerald-600);
    font-size: 12px;
}
.salam-feature-list b { color: var(--ss-ink); font-weight: 900; }
.salam-stock { position: relative; z-index: 2; margin-top: 8px; color: #64748b; font-size: 11px; }
.salam-plan-cta {
    position: relative;
    z-index: 2;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 17px;
    padding: 11px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ss-emerald-700), var(--ss-emerald-500));
    color: #fff;
    box-shadow: 0 12px 28px rgba(16,185,129,.23);
    font-size: 13px;
    font-weight: 950;
}
.salam-plan-card:hover .salam-plan-cta { box-shadow: 0 16px 35px rgba(16,185,129,.32); }
.salam-empty-products {
    grid-column: 1 / -1;
    padding: 55px 20px;
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    background: rgba(255,255,255,.74);
    text-align: center;
    color: var(--ss-muted);
}
.salam-empty-products i { color: var(--ss-emerald-500); font-size: 38px; }
.salam-empty-products h3 { margin: 12px 0 5px; color: var(--ss-ink); font-weight: 900; }

#order-standard_cart .panel-sidebar,
#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .view-cart-tabs,
#order-standard_cart .order-summary,
#order-standard_cart .already-registered,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .sub-heading,
#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-checker-container {
    border: 1px solid var(--ss-border) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.72) !important;
    box-shadow: 0 14px 42px rgba(6,78,59,.07) !important;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}
#order-standard_cart .panel-sidebar .card-header,
#order-standard_cart .panel-sidebar .panel-heading {
    border: 0 !important;
    border-radius: 19px 19px 0 0 !important;
    background: rgba(209,250,229,.62) !important;
    color: var(--ss-emerald-900) !important;
}
#order-standard_cart .panel-sidebar .list-group-item.active,
#order-standard_cart .panel-sidebar .list-group-item:hover {
    background: rgba(209,250,229,.65) !important;
    color: var(--ss-emerald-800) !important;
}
#order-standard_cart .btn-primary,
#order-standard_cart .btn-order-now {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--ss-emerald-700), var(--ss-emerald-500)) !important;
    box-shadow: 0 12px 28px rgba(16,185,129,.24) !important;
    font-weight: 900 !important;
}
#order-standard_cart .form-control {
    min-height: 44px;
    border-radius: 12px !important;
    border-color: rgba(5,150,105,.20) !important;
    box-shadow: none !important;
}
#order-standard_cart .form-control:focus {
    border-color: var(--ss-emerald-500) !important;
    box-shadow: 0 0 0 3px rgba(16,185,129,.12) !important;
}

@media (max-width: 1399px) {
    .salam-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .salam-plan-card { min-height: 520px; }
}
@media (max-width: 991px) {
    .salam-hosting-progress { justify-content: space-between; gap: 5px; }
    .salam-hosting-progress > i { flex: 1; min-width: 8px; }
    .salam-progress-item b { display: none; }
    .salam-catalog-orb { display: none; }
    .salam-plan-card { min-height: auto; }
}
@media (max-width: 767px) {
    .salam-hosting-progress { padding: 10px; border-radius: 17px; }
    .salam-progress-item span { width: 31px; height: 31px; border-radius: 10px; }
    .salam-catalog-hero { min-height: auto; padding: 21px 18px; border-radius: 21px; }
    .salam-catalog-hero h1 { font-size: 23px; }
    .salam-trust-row { gap: 6px; }
    .salam-trust-row span { font-size: 11px; }
    .salam-plan-grid { grid-template-columns: 1fr; gap: 13px; }
    .salam-plan-card { padding: 18px; border-radius: 21px; }
}
@media (prefers-reduced-motion: reduce) {
    #order-standard_cart *,
    #order-standard_cart *::before,
    #order-standard_cart *::after { transition: none !important; }
}
