:root {
    --nexum-gold: #c5a059;
    --nexum-gold-light: #d8c08e;
    --nexum-gold-bright: #d4b87a;
    --nexum-gold-dark: #9a7d45;
    --nexum-gold-deep: #7a6340;
    --nexum-gold-border: rgba(197, 160, 89, 0.35);
    --nexum-gold-faint: rgba(197, 160, 89, 0.12);
    --nexum-gold-glow: rgba(197, 160, 89, 0.45);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #07080d;
    color: #e2e8f0;
    overflow-x: hidden;
}

.text-gold { color: var(--nexum-gold-light); }
.text-gold-muted { color: rgba(197, 160, 89, 0.82); }
.hover\:text-gold:hover { color: var(--nexum-gold-light); }
.border-gold-soft { border-color: var(--nexum-gold-border); }
.border-gold-faint { border-color: rgba(197, 160, 89, 0.22); }
.border-r-gold { border-right-color: rgba(197, 160, 89, 0.45); }
.bg-gold-faint { background-color: var(--nexum-gold-faint); }
.bg-gold-chip { background-color: rgba(197, 160, 89, 0.18); }
.divider-gold {
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.55), transparent);
}
.card-gold-top {
    background: linear-gradient(180deg, rgba(197, 160, 89, 0.1), transparent);
    border-color: rgba(197, 160, 89, 0.22);
}
.group:hover .group-hover\:bg-gold { background-color: var(--nexum-gold); }
.group:hover .group-hover\:text-dark { color: #1a1408; }
.rank-badge-gold {
    background-color: rgba(197, 160, 89, 0.18);
    color: var(--nexum-gold-light);
    border-color: rgba(197, 160, 89, 0.22);
}
.group:hover .rank-badge-gold {
    background-color: var(--nexum-gold);
    color: #1a1408;
}
.kills-chip {
    color: var(--nexum-gold-light);
    background-color: rgba(197, 160, 89, 0.1);
}

h1, h2, h3, .font-cinzel {
    font-family: 'Cinzel', serif;
}

.hero-bg {
    background: linear-gradient(rgba(7, 8, 13, 0.35), rgba(7, 8, 13, 0.72));
    position: relative;
    overflow: hidden;
}

.hero-layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(90vh - 6rem);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-center {
    z-index: 2;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.server-list-panel {
    position: absolute;
    top: clamp(4px, 1.5vh, 16px);
    left: clamp(8px, 1.5vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(280px, 26vw);
    z-index: 3;
    pointer-events: auto;
}

.server-list-panel__title {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(197, 160, 89, 0.75);
    margin: 0 0 2px 2px;
}

.hero-side-card {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    height: 340px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(197, 160, 89, 0.12);
    background: linear-gradient(180deg, rgba(14, 16, 22, 0.55), rgba(10, 11, 16, 0.62));
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.server-list-panel__grid {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}

.hero-layout--right .server-list-panel {
    left: auto;
    right: clamp(8px, 1.5vw, 20px);
}

.discord-hero-panel {
    position: absolute;
    top: clamp(4px, 1.5vh, 16px);
    right: clamp(8px, 1.5vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(280px, 26vw);
    z-index: 3;
    pointer-events: auto;
}

.hero-layout--right .discord-hero-panel {
    right: auto;
    left: clamp(8px, 1.5vw, 20px);
}

.discord-hero-panel__title {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(197, 160, 89, 0.75);
    margin: 0 0 2px 2px;
    text-align: right;
}

.hero-layout--right .discord-hero-panel__title {
    text-align: left;
}

.discord-hero-panel__card {
    min-height: 0;
}

.discord-hero-panel__text {
    font-size: 0.68rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 10px;
    text-align: center;
}

.discord-hero-panel__widget {
    display: block;
    width: 100%;
    flex: 1;
    min-height: 0;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #2f3136;
}

.discord-hero-panel__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #e74c3c, #c0392b);
    box-shadow: 0 0 18px rgba(231, 76, 60, 0.35);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.discord-hero-panel__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 24px rgba(231, 76, 60, 0.5);
    filter: brightness(1.05);
}

.discord-hero-panel__btn-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.vote-section {
    background: linear-gradient(180deg, rgba(7, 7, 9, 0.92) 0%, rgba(10, 10, 12, 0.88) 100%);
    position: relative;
    z-index: 2;
}

.vote-section__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    letter-spacing: 0.08em;
    background: linear-gradient(180deg, #e8d5a8 0%, #c5a059 45%, #9a7d45 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 0 0.75rem;
}

.vote-section__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.6;
}

.vote-section__subtitle strong {
    color: var(--nexum-gold-light);
    font-weight: 700;
}

.vote-section__box {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.75rem;
    border: 1px solid rgba(197, 160, 89, 0.22);
    background: linear-gradient(180deg, rgba(12, 13, 18, 0.94), rgba(8, 9, 13, 0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.vote-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.25rem);
}

.vote-site-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 148px;
    padding: 1.25rem 1rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(18, 20, 28, 0.88), rgba(10, 11, 16, 0.92));
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.vote-site-card:hover {
    border-color: rgba(197, 160, 89, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.vote-site-card__logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    padding: 0.5rem;
}

.vote-site-card__logo img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    opacity: 0.95;
}

.vote-site-card__label {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.72rem, 1.6vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.25;
}

.vote-site-card__cta {
    margin-top: 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nexum-gold-light);
}

.vote-section__note {
    margin: 1.25rem 0 0;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(197, 160, 89, 0.18);
    background: rgba(6, 7, 10, 0.75);
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.vote-section__note-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.28);
    color: var(--nexum-gold-light);
    font-size: 0.7rem;
    font-weight: 800;
    font-style: italic;
    display: grid;
    place-items: center;
    line-height: 1;
}

.vote-section__note strong {
    color: var(--nexum-gold-light);
    font-weight: 700;
}

@media (max-width: 768px) {
    .vote-section__grid {
        grid-template-columns: 1fr;
    }

    .vote-site-card {
        min-height: 120px;
    }
}

.server-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 0 8px;
    flex: 1;
    min-height: 0;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid rgba(197, 160, 89, 0.12);
    background: linear-gradient(180deg, rgba(14, 16, 22, 0.42), rgba(10, 11, 16, 0.5));
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: border-color 0.2s, background 0.2s;
}

.server-card:hover {
    border-color: rgba(197, 160, 89, 0.28);
    background: linear-gradient(180deg, rgba(14, 16, 22, 0.52), rgba(10, 11, 16, 0.58));
}

.server-card__icon {
    width: 42px;
    height: 42px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid rgba(197, 160, 89, 0.1);
    background:
        radial-gradient(ellipse at 50% 100%, rgba(197, 160, 89, 0.08), transparent 60%),
        linear-gradient(180deg, rgba(18, 20, 28, 0.5), rgba(10, 11, 16, 0.55));
    display: grid;
    place-items: center;
    overflow: hidden;
}

.server-card__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.92;
}

.server-card__emblem {
    width: 28px;
    height: 28px;
    color: var(--nexum-gold-light);
    opacity: 0.85;
}

.server-card__body {
    min-width: 0;
}

.server-card__name {
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-card__rate {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin: 1px 0 0;
}

.server-card__desc {
    font-size: 0.62rem;
    color: rgba(197, 160, 89, 0.62);
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.server-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.server-badge {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.95);
}

.server-badge--soon {
    background: linear-gradient(180deg, rgba(154, 125, 69, 0.85), rgba(122, 99, 64, 0.9));
}

.server-badge--summer {
    background: linear-gradient(180deg, rgba(138, 114, 70, 0.85), rgba(106, 88, 58, 0.9));
}

.server-badge--live {
    background: linear-gradient(180deg, #22a34a, #166534);
}

.nav-menu-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-menu-link:hover {
    color: var(--nexum-gold-light);
}

@media (max-width: 1100px) {
    .hero-layout {
        flex-direction: column;
        justify-content: flex-start;
        min-height: auto;
        padding-top: 0.5rem;
        gap: 1.25rem;
    }

    .server-list-panel,
    .discord-hero-panel {
        position: static;
        transform: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .server-list-panel {
        order: -2;
    }

    .discord-hero-panel {
        order: -1;
    }

    .discord-hero-panel__title,
    .server-list-panel__title {
        text-align: center;
    }

    .hero-side-card {
        height: auto;
        min-height: 0;
    }

    .discord-hero-panel__widget {
        flex: none;
        height: 220px;
    }

    .server-card {
        flex: none;
    }

    .hero-layout--right .server-list-panel,
    .hero-layout--right .discord-hero-panel {
        right: auto;
        left: auto;
    }
}

@media (max-width: 480px) {
    .server-list-panel {
        max-width: 100%;
    }

    .server-card {
        padding: 8px 10px;
    }
}

body.site-has-bg .hero-bg {
    background: linear-gradient(
        rgba(7, 8, 13, 0.05) 0%,
        rgba(7, 8, 13, 0.12) 55%,
        rgba(7, 8, 13, 0.28) 100%
    );
}

@keyframes vfx-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes vfx-fade-up {
    from { opacity: 0; transform: translate3d(0, 36px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.vfx-fade-in {
    animation: vfx-fade-in 1.2s ease both;
}

.vfx-fade-up {
    animation: vfx-fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vfx-delay-1 { animation-delay: 0.15s; }
.vfx-delay-2 { animation-delay: 0.3s; }
.vfx-delay-3 { animation-delay: 0.45s; }
.vfx-delay-4 { animation-delay: 0.6s; }
.vfx-delay-5 { animation-delay: 0.8s; }
.vfx-delay-6 { animation-delay: 1s; }

@media (prefers-reduced-motion: reduce) {
    .vfx-fade-in,
    .vfx-fade-up,
    .logo-float-wrap {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}

@keyframes logo-float {
    0%, 100% {
        transform: translateY(0);
        filter: drop-shadow(0 0 25px rgba(197, 160, 89, 0.45));
    }
    50% {
        transform: translateY(-18px);
        filter: drop-shadow(0 0 40px rgba(197, 160, 89, 0.75));
    }
}

.logo-float-wrap {
    animation: logo-float 4s ease-in-out infinite;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.hero-logo {
    max-width: min(480px, 90vw);
    width: 100%;
    height: auto;
    display: block;
}

.bg-themed-1::before,
.bg-themed-2::before,
.bg-themed-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(197, 160, 89, 0.04), transparent 70%);
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.glass {
    background: rgba(10, 10, 14, 0.45);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gold-gradient {
    background: linear-gradient(90deg, var(--nexum-gold-dark) 0%, var(--nexum-gold-light) 50%, var(--nexum-gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-gold {
    background: linear-gradient(135deg, var(--nexum-gold-dark) 0%, var(--nexum-gold) 55%, var(--nexum-gold-bright) 100%);
    color: #1a1408;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.28);
    filter: brightness(1.05);
}

.section-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.45), transparent);
    margin: 0;
    z-index: 40;
}

.section-divider::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0a0a0c;
    border: 1px solid var(--nexum-gold);
    transform: rotate(45deg);
    box-shadow: 0 0 10px var(--nexum-gold-glow);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.pulse-anim {
    animation: pulse 2s infinite;
}

.footer-glow {
    border-top: 1px solid rgba(197, 160, 89, 0.18);
    background: radial-gradient(circle at top, rgba(197, 160, 89, 0.06) 0%, transparent 70%);
}

.discord-section {
    background: #0a0a0c;
    position: relative;
    z-index: 2;
}

.discord-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 8, 13, 0.98) 0%, rgba(10, 10, 12, 0.98) 100%);
    z-index: 0;
}

.discord-community-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(14, 16, 24, 0.97), rgba(10, 11, 18, 0.98));
    border: 1px solid rgba(88, 101, 242, 0.22);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
    backdrop-filter: none;
}

.nav-panel-link {
    border: 1px solid var(--nexum-gold-border);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.2s;
}

.nav-panel-link:hover {
    background: var(--nexum-gold-faint);
    color: var(--nexum-gold-light);
}

.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem 3rem;
    background: linear-gradient(rgba(10, 10, 12, 0.75), rgba(10, 10, 12, 0.95)),
                url('../img/bg.png') center/cover fixed;
}

.auth-card {
    width: min(440px, 100%);
    padding: 2rem;
    border-radius: 1.25rem;
}

.auth-card h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.auth-card p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.auth-form label {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #cbd5e1;
}

.auth-form input[type="text"],
.auth-form input[type="password"],
.auth-form input[type="email"] {
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.auth-form input:focus {
    outline: none;
    border-color: rgba(197, 160, 89, 0.45);
}

.auth-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 1rem 0;
}

.auth-msg {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
}

.auth-msg--error { background: rgba(239, 68, 68, 0.15); color: #fca5a5; border: 1px solid rgba(239, 68, 68, 0.3); }
.auth-msg--success { background: rgba(34, 197, 94, 0.15); color: #86efac; border: 1px solid rgba(34, 197, 94, 0.3); }
.auth-msg--info { background: rgba(59, 130, 246, 0.15); color: #93c5fd; border: 1px solid rgba(59, 130, 246, 0.3); }

.auth-links {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.85rem;
    color: #94a3b8;
}

.auth-links a {
    color: var(--nexum-gold-light);
}

.demo-pill {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.65rem;
    border-radius: 999px;
    background: var(--nexum-gold-faint);
    color: var(--nexum-gold-light);
    vertical-align: middle;
}

/* Info page (l2varka-style) */
.info-page {
    padding: 7rem 1.25rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 100vh;
    background: linear-gradient(rgba(5, 5, 8, 0.92), rgba(5, 5, 8, 0.98)),
                url('../img/bg.png') center top / cover fixed;
}

.info-hero {
    text-align: center;
    margin-bottom: 2.5rem;
}

.info-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    background: linear-gradient(90deg, var(--nexum-gold-dark), var(--nexum-gold-light), var(--nexum-gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-hero-intro {
    color: #94a3b8;
    font-size: 1.05rem;
    max-width: 640px;
    margin: 0 auto 1.25rem;
    line-height: 1.6;
}

.info-hero-line {
    width: 120px;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, #c5a059, transparent);
}

.info-sections {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-block {
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.info-block-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--nexum-gold-light);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.info-table-wrap {
    overflow-x: auto;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.info-table thead {
    background: rgba(197, 160, 89, 0.12);
}

.info-table th {
    padding: 0.85rem 1rem;
    text-align: left;
    color: var(--nexum-gold-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(197, 160, 89, 0.25);
}

.info-table td {
    padding: 0.75rem 1rem;
    color: #e2e8f0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: top;
}

.info-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.info-table tbody tr:last-child td {
    border-bottom: none;
}

.info-table td:first-child {
    color: #f8fafc;
    font-weight: 500;
}

.info-notes,
.info-bullets {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.7;
}

.info-notes li,
.info-bullets li {
    margin-bottom: 0.35rem;
}

.info-subsections {
    display: grid;
    gap: 1.25rem;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .info-subsections {
        grid-template-columns: repeat(2, 1fr);
    }
}

.info-subtitle {
    font-size: 1rem;
    color: #e2e8f0;
    margin-bottom: 0.65rem;
}

.info-back {
    text-align: center;
    margin: 2.5rem 0 1rem;
}
