* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100%;
}

body {
    background: #020617;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    overflow-x: hidden;
}

.page {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 16px;
    isolation: isolate;
}

.bg {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(2, 6, 23, .75), rgba(8, 13, 42, .60), rgba(2, 6, 23, .82)),
        url('../img/fundo-seletor.png') center center / cover no-repeat;
    filter: saturate(1.25) contrast(1.05);
    transform: scale(1.03);
    z-index: -4;
}

.overlay {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(0, 174, 255, .20), transparent 38%),
        radial-gradient(circle at 12% 80%, rgba(23, 91, 255, .22), transparent 34%),
        radial-gradient(circle at 88% 75%, rgba(102, 51, 255, .20), transparent 34%),
        rgba(0, 0, 0, .30);
    z-index: -3;
}

.particles {
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.45) 1px, transparent 1px),
        radial-gradient(circle, rgba(0,174,255,.35) 1px, transparent 1px);
    background-size: 70px 70px, 120px 120px;
    animation: moveParticles 16s linear infinite;
    opacity: .35;
    z-index: -2;
}

@keyframes moveParticles {
    from { background-position: 0 0, 0 0; }
    to { background-position: 280px 560px, -240px 480px; }
}

.content {
    width: min(1120px, 100%);
    text-align: center;
}

.title-box {
    margin-bottom: 34px;
}

.small-title {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(0, 200, 255, .55);
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    color: #9beaff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    box-shadow: 0 0 22px rgba(0, 153, 255, .28);
}

h1 {
    margin-top: 13px;
    font-size: clamp(42px, 7vw, 88px);
    line-height: .95;
    letter-spacing: 4px;
    color: #ffffff;
    text-shadow:
        0 0 12px rgba(0, 170, 255, .95),
        0 0 34px rgba(0, 102, 255, .75),
        0 4px 0 rgba(0,0,0,.60);
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.server-card {
    position: relative;
    min-height: 390px;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background:
        linear-gradient(160deg, rgba(2, 12, 32, .84), rgba(1, 4, 12, .88)),
        rgba(0,0,0,.65);
    border: 1px solid rgba(86, 215, 255, .38);
    box-shadow:
        0 0 35px rgba(0, 110, 255, .25),
        inset 0 0 35px rgba(0, 170, 255, .08);
    display: flex;
    align-items: flex-end;
    transition: .25s ease;
}

.server-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.28) 58%, rgba(255,255,255,.04)),
        url('../img/fundo-seletor.png') center center / cover no-repeat;
    opacity: .34;
    transition: .25s ease;
}

.server-two::before {
    background-position: right center;
}

.server-card::after {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: none;
}

.server-card:hover {
    transform: translateY(-8px) scale(1.015);
    border-color: rgba(129, 231, 255, .92);
    box-shadow:
        0 0 45px rgba(0, 200, 255, .46),
        inset 0 0 45px rgba(0, 170, 255, .12);
}

.server-card:hover::before {
    opacity: .48;
    transform: scale(1.04);
}

.card-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    top: -90px;
    right: -70px;
    background: rgba(0, 174, 255, .28);
    filter: blur(28px);
}

.server-two .card-glow {
    background: rgba(115, 75, 255, .30);
}

.card-content {
    position: relative;
    width: 100%;
    padding: 36px;
    text-align: left;
    z-index: 2;
}

.world-number {
    display: inline-block;
    color: #9beaff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.server-card h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
    margin-bottom: 12px;
    text-shadow: 0 0 18px rgba(0, 170, 255, .8);
}

.server-card p {
    color: #dbeafe;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 50px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29d3ff, #006eff);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    border: 1px solid rgba(255,255,255,.40);
    box-shadow: 0 0 22px rgba(0, 153, 255, .55);
}

.server-two .btn {
    background: linear-gradient(180deg, #7f7cff, #004cff);
}

@media (max-width: 800px) {
    .page {
        align-items: flex-start;
        padding: 24px 12px;
    }

    .cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .server-card {
        min-height: 270px;
        border-radius: 22px;
    }

    .card-content {
        padding: 28px;
    }

    .server-card p {
        font-size: 16px;
    }
}
