/* Pinnacle Header */

.pTop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    width: 700px;
    height: 150px;
    margin: 100px auto 0 auto;

    padding: 20px 40px;

    box-shadow: 0 0 35px rgba(255,255,255,0.08);
    border-radius: 13px;
}

.pinnacleicon {
    width: 130px;
    height: 130px;
    border-radius: 24px;
    transition-duration: 0.4s;
}

.pinnacleicon:hover {
    transform: translateY(-6px);
}
.pinnacle {
    font-family: 'DM Sans', sans-serif;
    font-size: 78px;
    font-weight: 800;
    color: white;
    letter-spacing: -2px;
}

.pinnacle:hover {
    transform: translateY(-6px);
    text-shadow: 0 0 20px rgba(255,255,255,0.15);
        transition-duration: 0.4s;
}

.pinnacleownerbox {
    width: 400px;
    margin: 20px auto 0 auto;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(255,255,255,0.04);
}
.ownerheader {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-align: center;
}
/* Server Section */

.server-wrap {
    width: 90%;
    max-width: 1300px;
    margin: 80px auto;
}

.server-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 45px;
    border-radius: 22px;
    background: linear-gradient(145deg, #0d0d0d, #181818);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 45px rgba(255,255,255,0.04);
}

.server-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: white;
}

.server-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    margin-top: 8px;
}

.ip-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255,255,255,0.03);
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}

.ip-box span {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.ip-box button {
    width: 100px;
    height: 46px;
    border: none;
    border-radius: 14px;
    background: white;
    color: black;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

.ip-box button:hover {
    background: #dcdcdc;
}


/* Grid */

.server-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 25px;
    margin-top: 35px;
}

.panel {
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(145deg, #101010, #1b1b1b);
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.3s ease;
}

.panel:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,0.15);
}

.big {
    grid-row: span 2;
}

.panel-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 18px;
}

.panel-text {
    font-family: 'DM Sans', sans-serif;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
}

.panel-value {
    font-family: 'Rajdhani', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: white;
}


/* Join Section */

.join-box {
    margin-top: 35px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(145deg, #111111, #191919);
    border: 1px solid rgba(255,255,255,0.08);
}

.join-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.join-steps {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.step {
    flex: 1;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    font-family: 'DM Sans', sans-serif;
    color: rgba(255,255,255,0.75);
    transition: 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.12);
}


/* Rank Section */

.boxes {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 100px auto;
}


/* Silver */

.silver {
    width: 340px;
    height: 560px;
    border-radius: 22px;
    background:
        linear-gradient(#101010, #181818) padding-box,
        linear-gradient(145deg, #8a8a8a, #d6d6d6, #707070) border-box;
    border: 3px solid transparent;
    box-shadow: 0 0 30px rgba(180,180,180,0.12);
}


/* Gold */

.gold {
    width: 340px;
    height: 560px;
    border-radius: 22px;
    background:
        linear-gradient(#101010, #181818) padding-box,
        linear-gradient(145deg, #8d6b14, #ffd54f, #5a430c) border-box;
    border: 3px solid transparent;
    box-shadow: 0 0 35px rgba(255,215,0,0.12);
}


/* Platinum */

.platinum {
    width: 340px;
    height: 560px;
    border-radius: 22px;
    background:
        linear-gradient(#101010, #181818) padding-box,
        linear-gradient(145deg, #4a6572, #b0bec5, #607d8b) border-box;
    border: 3px solid transparent;
    box-shadow: 0 0 35px rgba(176,190,197,0.12);
}


.silver,
.gold,
.platinum {
    transition: 0.35s ease;
}

.silver:hover,
.gold:hover,
.platinum:hover {
    transform: translateY(-10px);
}


/*Rank Styling */

.silvertitle,
.goldtitle,
.platinumtitle {
    text-align: center;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
}

.silvericon,
.goldicon,
.platinumicon {
    display: block;
    width: 95px;
    height: 95px;
    margin: 35px auto;
}

.silverlist,
.goldlist,
.platinumlist {
    text-align: center;
    color: rgba(255,255,255,0.75);
    font-family: 'DM Sans', sans-serif;
    line-height: 2;
    font-size: 17px;
}

.silverprice,
.goldprice,
.platinumprice {
    text-align: center;
    color: white;
    font-size: 34px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    margin-top: 45px;
}

.silverbutton,
.goldbutton,
.platinumbutton {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 35px auto;
    width: 160px;
    height: 54px;
    border-radius: 18px;
    border: none;
    background: white;

    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
    color: black;
}
.silverbutton:hover,
.goldbutton:hover,
.platinumbutton:hover {
    transform: scale(1.05);
    background: #d9d9d9;
}