.gs-server-page {
    position: relative;
    min-height: 100vh;
    padding: 2rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(23, 69, 109, .96), rgba(34, 139, 207, .92)),
        #1f5d91;
}

.gs-server-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gs-server-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: .42;
}

.gs-server-glow--one {
    width: 520px;
    height: 520px;
    top: -180px;
    left: -120px;
    background: rgba(255, 255, 255, .18);
}

.gs-server-glow--two {
    width: 460px;
    height: 460px;
    right: -120px;
    bottom: -170px;
    background: rgba(37, 211, 173, .22);
}

.gs-server-pattern {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom right, black, transparent 70%);
}

.gs-server-card {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(7, 27, 45, .34);
}

.gs-server-visual {
    position: relative;
    padding: 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    color: #fff;
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(155deg, #1f5d91 0%, #2f8ddd 58%, #256fae 100%);
    overflow: hidden;
}

.gs-server-visual::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -90px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(255,255,255,.04),
        0 0 0 70px rgba(255,255,255,.025);
}

.gs-server-brand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.gs-server-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #256fae;
    background: #fff;
    font-size: .9rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.gs-server-illustration {
    position: relative;
    width: min(360px, 90%);
    height: 250px;
    margin: 3rem auto 2.2rem;
}

.gs-server-cloud {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 118px;
    height: 118px;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    border-radius: 34px;
    color: #fff;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 16px 36px rgba(9, 50, 83, .22);
    backdrop-filter: blur(6px);
}

.gs-server-cloud svg {
    width: 62px;
    height: 62px;
}

.gs-server-node {
    position: absolute;
    width: 98px;
    height: 72px;
    padding: 14px 16px;
    display: grid;
    gap: 8px;
    border-radius: 14px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 34px rgba(16, 55, 88, .26);
}

.gs-server-node span {
    position: relative;
    display: block;
    height: 5px;
    border-radius: 999px;
    background: #d6e8f8;
}

.gs-server-node span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #2f8ddd;
}

.gs-server-node--one { left: 8px; bottom: 14px; }
.gs-server-node--two { left: 50%; bottom: 0; transform: translateX(-50%); }
.gs-server-node--three { right: 8px; bottom: 14px; }

.gs-server-line {
    position: absolute;
    height: 2px;
    background: rgba(255,255,255,.4);
    transform-origin: left center;
}

.gs-server-line--one {
    width: 112px;
    left: 96px;
    top: 120px;
    transform: rotate(42deg);
}

.gs-server-line--two {
    width: 108px;
    left: 50%;
    top: 125px;
    transform: translateX(-1px) rotate(90deg);
}

.gs-server-line--three {
    width: 112px;
    right: 96px;
    top: 120px;
    transform-origin: right center;
    transform: rotate(-42deg);
}

.gs-server-visual-copy {
    position: relative;
    z-index: 2;
    max-width: 440px;
}

.gs-server-kicker,
.gs-server-eyebrow {
    display: inline-block;
    margin-bottom: .65rem;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gs-server-kicker { color: rgba(255,255,255,.72); }

.gs-server-visual-copy h2 {
    margin: 0 0 .7rem;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.gs-server-visual-copy p {
    margin: 0;
    max-width: 430px;
    color: rgba(255,255,255,.78);
    font-size: .98rem;
    line-height: 1.65;
}

.gs-server-security-note {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 1rem 1.05rem;
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(10, 45, 74, .18);
    backdrop-filter: blur(6px);
}

.gs-server-security-note svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.gs-server-security-note strong,
.gs-server-security-note span {
    display: block;
}

.gs-server-security-note span {
    margin-top: .2rem;
    color: rgba(255,255,255,.72);
    font-size: .83rem;
    line-height: 1.45;
}

.gs-server-form-panel {
    padding: 3rem;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.gs-server-form-wrap {
    width: min(390px, 100%);
}

.gs-server-status-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 1.2rem;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #256fae;
    background: #e8f3fc;
    box-shadow: inset 0 0 0 1px #d7e9f8;
}

.gs-server-status-icon svg {
    width: 31px;
    height: 31px;
}

.gs-server-heading {
    margin-bottom: 1.7rem;
}

.gs-server-eyebrow {
    color: #2f8ddd;
}

.gs-server-heading h1 {
    margin: 0 0 .55rem;
    color: #152433;
    font-size: 2rem;
    letter-spacing: -.035em;
}

.gs-server-heading p {
    margin: 0;
    color: #6b7a8a;
    line-height: 1.55;
}

.gs-server-alert {
    margin-bottom: 1.2rem;
    border-radius: 12px;
}

.gs-server-alert svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.gs-server-input-wrap {
    position: relative;
}

.gs-server-input-icon {
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #8292a3;
    pointer-events: none;
}

.gs-server-input-icon svg {
    width: 20px;
    height: 20px;
}

.gs-server-input-wrap .form-control {
    min-height: 52px;
    padding-left: 3rem;
    border-color: #d7e1eb;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}

.gs-server-input-wrap .form-control:focus {
    border-color: #2f8ddd;
    box-shadow: 0 0 0 3px rgba(47, 141, 221, .12);
}

.gs-server-submit {
    min-height: 52px;
    margin-top: .45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    border-radius: 11px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(47, 141, 221, .22);
}

.gs-server-submit svg {
    width: 20px;
    height: 20px;
}

.gs-server-help {
    margin-top: 1.6rem;
    padding: 1rem;
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    border-radius: 12px;
    background: #f5f8fb;
    border: 1px solid #e5ebf1;
}

.gs-server-help-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #256fae;
    background: #dceef8;
    font-weight: 800;
}

.gs-server-help strong,
.gs-server-help span {
    display: block;
}

.gs-server-help strong {
    color: #273747;
    font-size: .88rem;
}

.gs-server-help span {
    margin-top: .2rem;
    color: #728090;
    font-size: .8rem;
    line-height: 1.45;
}

.gs-server-footer {
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .45rem;
    color: #84909d;
    font-size: .78rem;
}

.gs-server-footer-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2fb344;
    box-shadow: 0 0 0 4px rgba(47,179,68,.1);
}

@media (max-width: 900px) {
    .gs-server-page {
        padding: 1rem;
        align-items: start;
    }

    .gs-server-card {
        grid-template-columns: 1fr;
        min-height: 0;
        margin: 1rem 0;
    }

    .gs-server-visual {
        min-height: auto;
        padding: 1.7rem;
    }

    .gs-server-illustration {
        display: none;
    }

    .gs-server-visual-copy {
        margin-top: 2.5rem;
    }

    .gs-server-visual-copy h2 {
        font-size: 1.8rem;
    }

    .gs-server-security-note {
        margin-top: 1.5rem;
    }

    .gs-server-form-panel {
        padding: 2rem 1.5rem 2.4rem;
    }
}

@media (max-width: 480px) {
    .gs-server-page { padding: 0; }
    .gs-server-card { margin: 0; border-radius: 0; min-height: 100vh; }
    .gs-server-visual { padding: 1.4rem; }
    .gs-server-form-panel { padding: 1.7rem 1.25rem 2rem; }
    .gs-server-status-icon { width: 54px; height: 54px; border-radius: 15px; }
    .gs-server-heading h1 { font-size: 1.7rem; }
}
