.server-page {
    --server-bg: #090a0c;
    --server-panel: #111317;
    --server-line: #282c33;
    background: var(--server-bg);
    color: #d8dce2;
}

.server-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.server-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 74px;
    border-bottom: 1px solid var(--server-line);
    background:
        linear-gradient(90deg, rgba(80,231,127,.055) 1px, transparent 1px),
        linear-gradient(rgba(80,231,127,.055) 1px, transparent 1px),
        radial-gradient(circle at 75% 20%, rgba(80,231,127,.13), transparent 34%),
        #090a0c;
    background-size: 42px 42px, 42px 42px, auto, auto;
}

.server-kicker, .server-section-head > div > span, .managed-panel > div > span {
    color: #50e77f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}
.server-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.server-kicker span { width: 28px; height: 2px; background: #50e77f; }
.server-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 72px; align-items: end; }
.server-hero h1 { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 76px); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.server-hero h1 em { color: #50e77f; font-style: normal; }
.server-hero p { max-width: 680px; margin: 26px 0 0; color: #a2a8b1; font-size: 17px; line-height: 1.75; }
.server-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.server-main-action { padding: 14px 22px; border-radius: 8px; font-weight: 800; }
.server-link-action { color: #d8dce2; font-size: 13px; font-weight: 700; }
.server-link-action i { margin-left: 7px; color: #50e77f; }

.server-status { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--server-line); background: rgba(17,19,23,.84); }
.server-status > div { min-height: 118px; padding: 22px; border-right: 1px solid var(--server-line); border-bottom: 1px solid var(--server-line); }
.server-status > div:nth-child(2n) { border-right: 0; }
.server-status > div:nth-last-child(-n+2) { border-bottom: 0; }
.server-status i, .status-dot { display: block; margin-bottom: 18px; color: #50e77f; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #50e77f; box-shadow: 0 0 0 5px rgba(80,231,127,.1); }
.server-status small { display: block; color: #69717c; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.server-status strong { display: block; margin-top: 4px; color: #fff; font-size: 14px; }

.server-products { padding: 86px 0; }
.server-section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 36px; }
.server-section-head h2 { margin: 9px 0 0; color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -.035em; }
.server-section-head > p { margin: 0; color: #8f96a1; font-size: 14px; line-height: 1.8; }
.server-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.server-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--server-line); background: var(--server-panel); }
.server-card::before { content: ''; position: absolute; inset: -1px auto -1px -1px; width: 3px; background: var(--server-accent); }
.server-card.is-featured { border-color: rgba(80,231,127,.5); background: linear-gradient(180deg, rgba(80,231,127,.055), #111317 28%); }
.server-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.server-product-badge { color: var(--server-accent); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.server-index { color: #333942; font-size: 11px; font-weight: 800; }
.server-card h3 { margin: 22px 0 10px; color: #fff; font-size: 23px; font-weight: 800; letter-spacing: -.025em; }
.server-short { min-height: 68px; margin: 0; color: #9299a3; font-size: 13px; line-height: 1.7; }
.server-price { display: flex; align-items: baseline; gap: 7px; margin-top: 25px; }
.server-price strong { color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.server-price span { color: #737b87; font-size: 12px; }
.server-billing { margin: 8px 0 0; color: var(--server-accent); font-size: 10px; font-weight: 700; }
.server-divider { height: 1px; margin: 24px 0; background: var(--server-line); }
.server-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.server-card li { display: flex; gap: 10px; color: #c1c6cd; font-size: 12px; line-height: 1.45; }
.server-card li i { margin-top: 3px; color: var(--server-accent); font-size: 9px; }
.server-card form { margin-top: auto; }
.server-cart-button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--server-accent); color: var(--server-accent); background: transparent; font-size: 12px; font-weight: 800; transition: background-color .18s, color .18s; }
.server-cart-button:hover { color: #090a0c; background: var(--server-accent); }

.server-managed { padding: 0 0 68px; }
.server-storage { padding: 0 0 86px; }
.storage-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 28px; padding-top: 6px; }
.storage-heading > div > span:first-child { color: #50e77f; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.storage-heading h2 { margin: 9px 0 0; color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -.035em; }
.storage-heading-copy p { margin: 0 0 12px; color: #8f96a1; font-size: 14px; line-height: 1.8; }
.storage-location { color: #c9ced5; font-size: 11px; font-weight: 700; }
.storage-location i { margin-right: 7px; color: #50e77f; }
.storage-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--server-line); border-left: 1px solid var(--server-line); }
.storage-card { display: flex; min-width: 0; flex-direction: column; padding: 22px 18px; border-right: 1px solid var(--server-line); border-bottom: 1px solid var(--server-line); background: #0f1114; }
.storage-card.is-featured { background: linear-gradient(180deg, rgba(80,231,127,.09), #111317 42%); box-shadow: inset 0 3px 0 var(--storage-accent); }
.storage-capacity { display: flex; min-height: 28px; justify-content: space-between; gap: 8px; align-items: start; }
.storage-capacity > span { color: var(--storage-accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.storage-capacity small { padding: 3px 5px; color: #08100b; background: #50e77f; font-size: 7px; font-weight: 900; letter-spacing: .06em; }
.storage-card h3 { margin: 14px 0 9px; color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.025em; }
.storage-card > p { min-height: 78px; margin: 0; color: #858d98; font-size: 11px; line-height: 1.65; }
.storage-price { display: flex; align-items: baseline; gap: 5px; margin: 20px 0 14px; }
.storage-price strong { color: #fff; font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.storage-price span { color: #727b86; font-size: 10px; }
.storage-card form { margin-top: auto; }
.storage-card button { width: 100%; padding: 10px; border: 1px solid #323741; color: #cfd4da; background: transparent; font-size: 10px; font-weight: 800; transition: border-color .18s, color .18s, background-color .18s; }
.storage-card button:hover { border-color: var(--storage-accent); color: var(--storage-accent); background: rgba(255,255,255,.02); }
.storage-terms { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 14px 16px; border: 1px solid var(--server-line); border-top: 0; background: #0c0e11; }
.storage-terms span { color: #7f8792; font-size: 10px; }
.storage-terms i { margin-right: 6px; color: #50e77f; }
.storage-terms span:last-child i { color: #f59e0b; }
.managed-panel { display: grid; grid-template-columns: auto 1.3fr .7fr; gap: 28px; align-items: center; padding: 34px; border: 1px solid rgba(80,231,127,.26); background: linear-gradient(110deg, rgba(80,231,127,.08), rgba(17,19,23,.92) 42%); }
.managed-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(80,231,127,.3); color: #50e77f; background: rgba(80,231,127,.08); }
.managed-panel h2 { margin: 7px 0 9px; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.025em; }
.managed-panel p { margin: 0; color: #9299a3; font-size: 13px; line-height: 1.7; }
.managed-list { display: grid; gap: 9px; }
.managed-list span { color: #c8cdd3; font-size: 12px; }
.managed-list i { margin-right: 8px; color: #50e77f; font-size: 9px; }
.server-note { padding: 18px 0; border-top: 1px solid var(--server-line); background: #0d0f12; }
.server-note p { margin: 0; color: #7d8590; font-size: 11px; line-height: 1.6; }
.server-note i { margin-right: 8px; color: #f59e0b; }

@media (max-width: 900px) {
    .server-hero-grid, .server-section-head, .storage-heading { grid-template-columns: 1fr; gap: 38px; }
    .server-card-grid { grid-template-columns: 1fr; }
    .storage-grid { grid-template-columns: repeat(2, 1fr); }
    .server-short { min-height: 0; }
    .managed-panel { grid-template-columns: auto 1fr; }
    .managed-list { grid-column: 2; }
}

@media (max-width: 600px) {
    .server-hero { padding: 62px 0 52px; }
    .server-hero h1 { font-size: 42px; }
    .server-hero p { font-size: 15px; }
    .server-status { grid-template-columns: 1fr 1fr; }
    .server-status > div { min-height: 105px; padding: 17px; }
    .server-products { padding: 62px 0; }
    .server-card { padding: 24px; }
    .storage-grid { grid-template-columns: 1fr; }
    .storage-card > p { min-height: 0; }
    .managed-panel { grid-template-columns: 1fr; padding: 26px; }
    .managed-list { grid-column: auto; }
}
