/* =========================================================
   MuDRX Layout CSS - Cleaned
   Removed old Hero text conflicts and duplicated Hero/Magic styles.
   ========================================================= */

:root {
    --drx-bg: #050507;
    --drx-bg-2: #090807;
    --drx-panel: rgba(14, 12, 11, .86);
    --drx-panel-solid: #11100f;
    --drx-gold: #d7a84d;
    --drx-gold-2: #ffd37a;
    --drx-bronze: #7b431f;
    --drx-red: #b52125;
    --drx-purple: #6d42d8;
    --drx-blue: #3b82f6;
    --drx-green: #42ff9d;
    --drx-text: #f8f0df;
    --drx-muted: #a79d8f;
    --drx-border: rgba(215, 168, 77, .26);
    --drx-border-strong: rgba(255, 211, 122, .52);
    --drx-shadow: 0 24px 80px rgba(0, 0, 0, .58);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--drx-text);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 211, 122, .15), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(109, 66, 216, .18), transparent 24%),
        radial-gradient(circle at 14% 42%, rgba(181, 33, 37, .14), transparent 24%),
        linear-gradient(180deg, rgba(5, 5, 7, .72), rgba(5, 5, 7, .98) 72%),
        url('https://i.imgur.com/Kg8HNJV.jpeg') center top / cover fixed;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
        radial-gradient(circle at center, transparent 0 48%, rgba(0, 0, 0, .68) 100%);
    background-size: 66px 66px, 66px 66px, 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), transparent 82%);
    z-index: 0;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 211, 122, .22) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(181, 33, 37, .18) 0 1px, transparent 2px);
    background-size: 130px 130px, 190px 190px;
    background-position: 12px 20px, 80px 90px;
    opacity: .34;
    z-index: 0;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.top-line {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--drx-red), var(--drx-gold-2), var(--drx-purple), transparent);
    box-shadow: 0 0 22px rgba(255, 211, 122, .45);
}

/* =========================================================
   Navbar
   ========================================================= */

.navbar {
    top: 3px;
    background: rgba(6, 6, 8, .84);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--drx-border);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .5);
}

.navbar .container {
    gap: 14px;
}

.navbar-brand {
    color: var(--drx-gold-2) !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nav-link {
    position: relative;
    color: #ddd0bb !important;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .075em;
    padding: .9rem .74rem !important;
    transition: .22s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--drx-gold-2), transparent);
    transform: scaleX(0);
    transition: .22s ease;
}

.nav-link:hover {
    color: var(--drx-gold-2) !important;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.dropdown-menu {
    background: rgba(10, 9, 9, .98);
    border: 1px solid var(--drx-border);
    box-shadow: var(--drx-shadow);
    border-radius: 16px;
    padding: 10px;
}

.dropdown-item {
    color: #d8cdbd;
    border-radius: 12px;
    font-weight: 600;
}

.dropdown-item:hover {
    background: rgba(215, 168, 77, .12);
    color: var(--drx-gold-2);
}

/* =========================================================
   Buttons
   ========================================================= */

.btn-drx {
    border: 1px solid rgba(255, 211, 122, .58);
    color: #1a1005;
    background: linear-gradient(135deg, #fff1b5, var(--drx-gold), #9e5a27);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
    box-shadow: 0 0 28px rgba(215, 168, 77, .28);
}

.btn-drx:hover {
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 0 38px rgba(255, 211, 122, .42);
}

.btn-danger-drx {
    border: 1px solid rgba(255, 100, 100, .45);
    background: linear-gradient(135deg, #e4393f, #85191c);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.btn-disc-drx {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(114, 137, 218, .55);
    background: linear-gradient(135deg, #7289DA, #404EED, #23266f);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    box-shadow:
        0 0 18px rgba(114, 137, 218, .45),
        inset 0 0 14px rgba(255, 255, 255, .08);
    transition: .3s ease;
}

.btn-disc-drx:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .55);
    box-shadow:
        0 0 28px rgba(114, 137, 218, .75),
        0 0 55px rgba(64, 78, 237, .45),
        inset 0 0 18px rgba(255, 255, 255, .12);
}

.btn-ghost,
.btn-header {
    border: 1px solid var(--drx-border);
    color: var(--drx-text);
    background: rgba(255, 255, 255, .045);
    font-weight: 700;
}

.btn-ghost:hover,
.btn-header:hover {
    color: var(--drx-gold-2);
    border-color: var(--drx-border-strong);
    background: rgba(215, 168, 77, .09);
}

/* =========================================================
   Hero - Current Logo + Magic Circle Version
   ========================================================= */

.hero,
.hero-mudrx {
    position: relative;
    min-height: 760px;
    padding: 120px 0 42px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 220px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgba(5, 5, 7, .7));
}

.hero-shell-v2 {
    position: relative;
    z-index: 2;
    padding: clamp(22px, 3vw, 40px);
    border-radius: 34px;
    border: 1px solid rgba(255, 211, 122, .18);
    background:
        radial-gradient(circle at 22% 45%, rgba(255, 211, 122, .12), transparent 34%),
        radial-gradient(circle at 78% 40%, rgba(109, 66, 216, .14), transparent 36%),
        linear-gradient(135deg, rgba(255, 211, 122, .055), rgba(109, 66, 216, .045)),
        rgba(0, 0, 0, .28);
    box-shadow:
        0 30px 100px rgba(0, 0, 0, .58),
        inset 0 0 0 1px rgba(255, 255, 255, .035);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
}

.hero-shell-v2::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 28px;
    border: 1px solid rgba(255, 211, 122, .08);
    pointer-events: none;
}

.hero-shell-v2::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -220px;
    top: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 211, 122, .09), transparent 68%);
    pointer-events: none;
}

.hero-logo-side {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.magic-logo-box {
    position: relative;
    width: min(620px, 100%);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-logo {
    position: relative;
    z-index: 10;
    width: clamp(360px, 42vw, 620px);
    max-width: 108%;
    filter:
        drop-shadow(0 0 16px rgba(255, 211, 122, .50))
        drop-shadow(0 0 38px rgba(109, 66, 216, .30))
        drop-shadow(0 26px 34px rgba(0, 0, 0, .78));
}

.logo-glow {
    position: absolute;
    z-index: 1;
    width: 58%;
    height: 58%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 211, 122, .32), transparent 62%),
        radial-gradient(circle, rgba(109, 66, 216, .24), transparent 72%);
    filter: blur(32px);
    opacity: .9;
}

.magic-circle,
.magic-middle,
.magic-inner {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.magic-circle {
    z-index: 3;
    inset: 3%;
    border: 1px solid rgba(255, 211, 122, .34);
    box-shadow:
        0 0 26px rgba(255, 211, 122, .22),
        inset 0 0 24px rgba(255, 211, 122, .08);
    animation: magicClockwise 22s linear infinite;
}

.magic-circle::before {
    content: "";
    position: absolute;
    inset: 7%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
}

.magic-circle::after {
    content: "";
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 211, 122, .28);
}

.magic-middle {
    z-index: 2;
    inset: 15%;
    border: 1px dashed rgba(255, 211, 122, .62);
    filter:
        drop-shadow(0 0 8px rgba(255, 211, 122, .42))
        drop-shadow(0 0 18px rgba(255, 211, 122, .22));
    animation: magicCounter 13s linear infinite;
}

.magic-middle::before,
.magic-middle::after {
    content: "";
    position: absolute;
    inset: 13%;
    border-radius: 50%;
    border: 1px solid rgba(255, 211, 122, .16);
}

.magic-middle::after {
    inset: 28%;
    border-style: dashed;
    border-color: rgba(255, 255, 255, .16);
}

.magic-inner {
    z-index: 2;
    inset: 28%;
    border: 1px solid rgba(109, 66, 216, .68);
    box-shadow:
        0 0 22px rgba(109, 66, 216, .36),
        inset 0 0 18px rgba(109, 66, 216, .18);
    animation: magicClockwise 7s linear infinite;
}

.magic-inner::before {
    content: "";
    position: absolute;
    inset: -18%;
    border-radius: 50%;
    border: 1px solid rgba(74, 186, 255, .22);
}

.magic-circle span {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 4;
    border-radius: 50%;
    background: #ffd37a;
    box-shadow:
        0 0 12px rgba(255, 211, 122, .95),
        0 0 28px rgba(255, 211, 122, .55);
}

.magic-circle span:nth-child(1) {
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.magic-circle span:nth-child(2) {
    bottom: 10%;
    left: 8%;
}

.magic-circle span:nth-child(3) {
    bottom: 10%;
    right: 8%;
}

.magic-logo-box::before,
.magic-logo-box::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd37a;
    box-shadow:
        0 0 14px rgba(255, 211, 122, .95),
        0 0 28px rgba(255, 211, 122, .45);
    opacity: .85;
    animation: particleFloat 4s ease-in-out infinite;
}

.magic-logo-box::before {
    top: 12%;
    left: 12%;
}

.magic-logo-box::after {
    right: 8%;
    bottom: 14%;
    animation-delay: 1.4s;
}

@keyframes magicClockwise {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes magicCounter {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0) scale(.9);
        opacity: .45;
    }

    50% {
        transform: translateY(-16px) scale(1.15);
        opacity: 1;
    }
}

/* =========================================================
   Server Panel / Metrics
   ========================================================= */

.hero-panel-wrap {
    position: relative;
    z-index: 5;
}

.server-card-v2 {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 2.4vw, 30px);
    border-radius: 30px;
    border: 1px solid rgba(255, 211, 122, .34);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 211, 122, .16), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(109, 66, 216, .16), transparent 34%),
        linear-gradient(135deg, rgba(255, 211, 122, .075), rgba(109, 66, 216, .07)),
        rgba(6, 6, 9, .78);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .58),
        inset 0 0 0 1px rgba(255, 255, 255, .035);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.server-card-v2::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .045);
    pointer-events: none;
}

.server-card-v2::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 211, 122, .18), transparent 68%);
    pointer-events: none;
}

.server-card-header-v2 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.server-card-header-v2 h4 {
    margin: 0 0 7px;
    color: var(--drx-gold-2);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 900;
    letter-spacing: -.02em;
}

.server-status {
    color: rgba(248, 240, 223, .72);
    font-size: .95rem;
}

.status-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--drx-green);
    box-shadow:
        0 0 12px rgba(66, 255, 157, .85),
        0 0 24px rgba(66, 255, 157, .38);
}

.live-badge-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #1b1204;
    background: linear-gradient(135deg, #ffe58b, #ffc533, #b98517);
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .03em;
    box-shadow:
        0 0 16px rgba(255, 211, 122, .42),
        inset 0 1px 0 rgba(255, 255, 255, .45);
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% {
        box-shadow:
            0 0 14px rgba(255, 211, 122, .36),
            inset 0 1px 0 rgba(255, 255, 255, .45);
    }

    50% {
        box-shadow:
            0 0 28px rgba(255, 211, 122, .75),
            0 0 52px rgba(255, 211, 122, .22),
            inset 0 1px 0 rgba(255, 255, 255, .45);
    }
}

.server-metrics-v2 {
    position: relative;
    z-index: 2;
}

.count-card,
.panel-card,
.glass-card {
    border: 1px solid var(--drx-border);
    background: linear-gradient(180deg, var(--drx-panel), rgba(8, 8, 9, .9));
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

.count-card {
    height: 100%;
    padding: 17px 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.count-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255, 211, 122, .12), transparent 55%);
    pointer-events: none;
}

.count-card strong {
    display: block;
    color: var(--drx-gold-2);
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: 900;
    position: relative;
}

.count-card span {
    color: #cbbfae;
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    position: relative;
}

.metric-card {
    min-height: 84px;
    padding: 16px 12px;
    border-radius: 19px;
    border: 1px solid rgba(255, 211, 122, .22);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 211, 122, .08), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(0, 0, 0, .22)),
        rgba(0, 0, 0, .44);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, .35),
        inset 0 0 0 1px rgba(255, 255, 255, .025);
    text-align: center;
    transition: .22s ease;
}

.metric-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 211, 122, .45);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .42),
        0 0 24px rgba(255, 211, 122, .12);
}

.metric-card strong {
    display: block;
    color: var(--drx-gold-2);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 1000;
    line-height: 1;
    text-shadow: 0 0 16px rgba(255, 211, 122, .28);
}

.metric-card span {
    display: block;
    margin-top: 9px;
    color: rgba(248, 240, 223, .72);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .105em;
}

.counter {
    display: inline-block;
}

/* =========================================================
   Social
   ========================================================= */

.mini-label-v2 {
    position: relative;
    z-index: 2;
    margin: 22px 0 15px;
    color: rgba(248, 240, 223, .58);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.mini-label-v2 i {
    margin-right: 8px;
    color: rgba(255, 211, 122, .7);
}

.social-grid-v2 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.social-card {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(0, 0, 0, .30)),
        rgba(8, 8, 10, .82);
    box-shadow:
        0 12px 26px rgba(0, 0, 0, .34),
        inset 0 0 12px rgba(255, 255, 255, .035);
    transition: .24s ease;
}

.social-card:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
}

.social-card.whatsapp,
.whatsapp { color: #25d366; }

.social-card.facebook,
.facebook { color: #1877f2; }

.social-card.instagram,
.instagram { color: #ff4fa3; }

.social-card.youtube,
.youtube { color: #ff2020; }

.social-card.tiktok,
.tiktok { color: #ffffff; }

.social-card.discord,
.discord { color: #5865f2; }

.social-card.whatsapp:hover,
.whatsapp:hover { box-shadow: 0 0 20px rgba(37, 211, 102, .48); }

.social-card.facebook:hover,
.facebook:hover { box-shadow: 0 0 20px rgba(24, 119, 242, .48); }

.social-card.instagram:hover,
.instagram:hover { box-shadow: 0 0 20px rgba(255, 79, 163, .48); }

.social-card.youtube:hover,
.youtube:hover { box-shadow: 0 0 20px rgba(255, 32, 32, .48); }

.social-card.tiktok:hover,
.tiktok:hover { box-shadow: 0 0 20px rgba(255, 255, 255, .30); }

.social-card.discord:hover,
.discord:hover { box-shadow: 0 0 20px rgba(88, 101, 242, .48); }

/* =========================================================
   Portal Cards
   ========================================================= */

.portal-strip {
    margin-top: -42px;
    position: relative;
    z-index: 4;
}

.portal-card {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 18px;
    height: 100%;
    border-radius: 24px;
    border: 1px solid var(--drx-border);
    background: linear-gradient(180deg, rgba(21, 18, 15, .95), rgba(9, 9, 11, .95));
    box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
    text-decoration: none;
    color: var(--drx-text);
    transition: .24s ease;
}

.portal-card:hover {
    transform: translateY(-5px);
    color: var(--drx-text);
    border-color: var(--drx-border-strong);
}

.portal-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(215, 168, 77, .12);
    border: 1px solid var(--drx-border);
    font-size: 1.45rem;
    flex: 0 0 auto;
}

.portal-card h6 {
    margin: 0;
    color: #fff0c7;
    font-weight: 800;
}

.portal-card small {
    color: var(--drx-muted);
}

/* =========================================================
   Content Blocks
   ========================================================= */

main {
    padding: 86px 0 76px;
}

.section-kicker {
    color: var(--drx-red);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 800;
    font-size: .77rem;
    margin-bottom: 8px;
}

.section-title {
    color: var(--drx-gold-2);
    letter-spacing: .03em;
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 900;
}

.section-subtitle {
    color: var(--drx-muted);
    max-width: 760px;
}

.feature-card {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--drx-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .018)),
        rgba(8, 8, 10, .72);
    transition: .24s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -65px auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215, 168, 77, .12), transparent 68%);
    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--drx-border-strong);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .36);
}

.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(215, 168, 77, .13);
    border: 1px solid var(--drx-border);
    font-size: 1.5rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.feature-card h5 {
    color: #fff1c8;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.feature-card p {
    color: var(--drx-muted);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.rank-row,
.event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.rank-row:last-child,
.event-row:last-child {
    border-bottom: 0;
}

.rank-pos {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #1a1005;
    background: linear-gradient(135deg, var(--drx-gold-2), var(--drx-gold));
    font-weight: 900;
    flex: 0 0 auto;
}

.class-pill {
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
    color: var(--drx-muted);
    font-size: .74rem;
    font-weight: 700;
}

.faq-item {
    border: 1px solid var(--drx-border);
    background: rgba(255, 255, 255, .035);
    border-radius: 18px;
    padding: 18px;
    height: 100%;
}

.faq-item h6 {
    color: #fff1c8;
    font-weight: 800;
    margin-bottom: 8px;
}

.faq-item p {
    color: var(--drx-muted);
    margin: 0;
}

.content-placeholder {
    border: 1px dashed rgba(215, 168, 77, .42);
    border-radius: 24px;
    padding: 30px;
    color: #cbbfae;
    background:
        linear-gradient(135deg, rgba(215, 168, 77, .08), transparent),
        rgba(255, 255, 255, .025);
}

.cta-section {
    border: 1px solid var(--drx-border-strong);
    border-radius: 30px;
    padding: clamp(24px, 4vw, 44px);
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 211, 122, .18), transparent 32%),
        radial-gradient(circle at 90% 60%, rgba(181, 33, 37, .18), transparent 34%),
        linear-gradient(135deg, rgba(18, 14, 10, .96), rgba(8, 8, 10, .96));
    box-shadow: var(--drx-shadow);
}

/* =========================================================
   Table Fix
   ========================================================= */

.info-table,
.info-table.table,
.info-table.table-striped,
.info-table.table-bordered,
.info-table.table-sm {
    --bs-table-bg: transparent !important;
    --bs-table-striped-bg: transparent !important;
    --bs-table-hover-bg: transparent !important;
    background: transparent !important;
    color: var(--drx-text) !important;
    border: none !important;
}

.info-table tbody tr,
.info-table tbody td {
    background: transparent !important;
    box-shadow: inset 0 0 0 9999px transparent !important;
}

.info-table tr {
    background: rgba(255, 255, 255, .03) !important;
    border-radius: 10px;
    transition: .2s;
}

.info-table tr:hover {
    background: rgba(215, 168, 77, .08) !important;
    transform: translateX(3px);
}

.info-table td {
    border: none !important;
    background: transparent !important;
}

/* =========================================================
   Footer
   ========================================================= */

.footer,
.drx-footer {
    margin-top: 40px;
    padding: 40px 20px;
    border-top: 1px solid var(--drx-border);
    background:
        radial-gradient(circle at center, rgba(255, 211, 122, .06), transparent 60%),
        linear-gradient(180deg, rgba(8, 8, 9, .95), #050505);
    color: var(--drx-muted);
}

.footer-main {
    color: var(--drx-gold-2);
    font-size: 1rem;
    letter-spacing: .05em;
}

.footer-desc {
    color: var(--drx-muted);
    font-size: .85rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: .82rem;
}

.footer-links a {
    color: var(--drx-muted);
    text-decoration: none;
    transition: .2s;
}

.footer-links a:hover {
    color: var(--drx-gold-2);
}

.footer-copy {
    color: var(--drx-text);
    font-size: .8rem;
    margin-bottom: 4px;
}

.footer-tech {
    color: rgba(255, 255, 255, .35);
    font-size: .75rem;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 12px;
        padding: 12px;
        background: rgba(8, 8, 9, .97);
        border: 1px solid var(--drx-border);
        border-radius: 18px;
    }

    .hero,
    .hero-mudrx {
        min-height: auto;
        padding: 105px 0 34px;
    }

    .hero-shell-v2 {
        border-radius: 26px;
    }

    .hero-logo-side {
        min-height: 390px;
    }

    .magic-logo-box {
        width: min(430px, 100%);
    }

    .hero-main-logo {
        width: clamp(260px, 78vw, 420px);
    }

    .server-card-v2 {
        margin-top: 8px;
    }

    .portal-strip {
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .hero-shell-v2 {
        padding: 18px;
        border-radius: 26px;
    }

    .hero-logo-side {
        min-height: 330px;
    }

    .server-card-v2 {
        padding: 18px;
        border-radius: 24px;
    }

    .server-card-header-v2 {
        align-items: center;
    }

    .metric-card {
        min-height: 78px;
        padding: 14px 8px;
    }

    .metric-card span {
        font-size: .64rem;
        letter-spacing: .08em;
    }

    .count-card strong {
        font-size: 1.08rem;
    }

    .social-card {
        width: 46px;
        height: 46px;
    }
}