/* ==========================================================================
   CSS DA PÁGINA DO BOT JARVIS & DOCUMENTAÇÃO RVS (SUPREMACY)
   ========================================================================== */

@font-face {
    font-family: 'CoffeeSoda';
    src: url('../fonts/CoffeeSoda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Cores Base e Variáveis */
:root {
    --discord-bg: #313338;
    --discord-embed-bg: #2b2d31;
    --discord-text: #dbdee1;
    --discord-username: #ffffff;
    --discord-bot-badge: #5865f2;
    --discord-border: #1e1f22;
    --accent-purple: #a855f7;
    --accent-cyan: #06b6d4;
    --accent-indigo: #6366f1;
}

.bot-page-body {
    background-color: #030305;
    background-image: 
        radial-gradient(circle at 50% -10%, rgba(168, 85, 247, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 0% 100%, rgba(139, 92, 246, 0.08) 0%, transparent 40%),
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
    background-position: center top, bottom left, center center, center center;
    background-attachment: fixed;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Espaçamento do layout principal */
.bot-page-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

/* Orbes e Fundos Luminosos */
.bot-page-glows {
    display: none !important;
}

.bot-p-orb-1 {
    position: absolute;
    top: 5%;
    right: 15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, rgba(168, 85, 247, 0) 70%);
    filter: blur(80px);
}

.bot-p-orb-2 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, rgba(6, 182, 212, 0) 70%);
    filter: blur(90px);
}

/* HERO SECTION SPLIT */
.bot-hero-split {
    position: relative;
    padding: 8rem 2.5rem 4rem 2.5rem;
    display: grid;
    grid-template-columns: minmax(520px, 620px) 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1720px;
    margin: 0 auto;
    min-height: 82vh;
    z-index: 2;
}

@media (min-width: 1800px) {
    .bot-hero-split {
        max-width: 1820px;
        gap: 5rem;
    }
}

@media (max-width: 1200px) {
    .bot-hero-split {
        grid-template-columns: 1fr 1.15fr;
        gap: 2.5rem;
        padding-top: 7rem;
    }
}

@media (max-width: 992px) {
    .bot-hero-split {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 6rem;
        min-height: auto;
    }
}

.hero-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 3;
}

@media (max-width: 992px) {
    .hero-content-left {
        align-items: center;
    }
}

.bot-hero-badge {
    display: none !important;
}

.bot-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.3rem, 3.2vw, 3.4rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.bot-hero-title .brand-supremacy {
    background: linear-gradient(135deg, #d8b4fe 0%, #a855f7 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none;
    font-family: 'CoffeeSoda', 'DynaPuff', cursive;
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
}

.bot-hero-desc {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 580px;
    line-height: 1.65;
    margin-bottom: 2.2rem;
}

/* BOTÕES HERO (PINK) */
.hero-buttons {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.btn-hero-pink {
    background: linear-gradient(90deg, #a855f7 0%, #9333ea 100%);
    color: #fff;
    padding: 0.85rem 1.6rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: none;
}

.btn-hero-pink:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.btn-hero-dark {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.85rem 1.6rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-hero-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* HERO STATS ROW */
.hero-stats-row {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .hero-stats-row {
        justify-content: center;
    }
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-stat-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a855f7;
    font-size: 1.2rem;
}

.hero-stat-info {
    display: flex;
    flex-direction: column;
}

.hero-stat-num {
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
}

.hero-stat-label {
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* HERO RIGHT (DRIFTWALL 3D E BADGES) */
.hero-content-right {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 680px;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-driftwall-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 680px;
    max-height: 860px;
    background: transparent;
    border: none;
    overflow: hidden;
}

.hero-driftwall-mount {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
}

@media (max-width: 1200px) {
    .hero-driftwall-container {
        min-height: 560px;
        height: 560px;
    }
}

@media (max-width: 992px) {
    .hero-content-right {
        min-height: auto;
    }
    .hero-driftwall-container {
        max-width: 540px;
        min-height: 480px;
        height: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-driftwall-container {
        max-width: 100%;
        min-height: 380px;
        height: 380px;
    }
}

.fanart-slider-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #0f1014;
}

.hero-main-img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/5;
}

.fanart-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6rem 2rem 1.5rem 2rem;
    background: linear-gradient(to top, rgba(10, 5, 20, 0.95) 0%, rgba(10, 5, 20, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.fanart-label {
    font-size: 0.75rem;
    color: #a855f7;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.fanart-overlay h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 0.25rem 0;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
}

.fanart-overlay span#hero-fanart-credits {
    font-size: 0.9rem;
    color: #94a3b8;
    font-style: italic;
    margin-bottom: 1rem;
}

.fanart-dots {
    display: flex;
    gap: 6px;
    align-self: center;
    margin-top: 0.5rem;
}

.fanart-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.fanart-dot.active {
    background: #c084fc;
    width: 20px;
    border-radius: 4px;
}

@keyframes floatImg {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.floating-badge {
    position: absolute;
    background: rgba(10, 10, 15, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 10;
}

.floating-badge.online {
    top: 20%;
    left: -10%;
    animation: floatBadge 5s ease-in-out infinite alternate;
}

.floating-badge.parcerias {
    bottom: 20%;
    right: -10%;
    animation: floatBadge 4s ease-in-out infinite alternate-reverse;
}

@keyframes floatBadge {
    0% { transform: translateY(0px) translateX(0px); }
    100% { transform: translateY(-10px) translateX(5px); }
}

.floating-badge.fanart-cta {
    top: 15px;
    left: 20px;
    bottom: auto;
    right: auto;
    animation: floatBadge 4s ease-in-out infinite alternate-reverse;
}

.floating-badge.fanart-cta::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: rgba(10, 10, 15, 0.85) transparent transparent transparent;
    display: block;
    width: 0;
}

.badge-dot {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: none;
}

.badge-icon {
    color: #a855f7;
    font-size: 1rem;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-text strong {
    font-size: 0.9rem;
    color: #fff;
}

.badge-text span {
    font-size: 0.7rem;
    color: #94a3b8;
}

/* STATS GRID */
.bot-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 4rem;
}

.bot-stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.bot-stat-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    filter: blur(60px);
    opacity: 0.15;
    z-index: 0;
    transition: all 0.5s ease;
}

.glow-blue { background: #3b82f6; }
.glow-purple { background: #a855f7; }
.glow-cyan { background: #06b6d4; }
.glow-green { background: #10b981; }

.bot-stat-card > *:not(.bot-stat-glow) {
    position: relative;
    z-index: 1;
}

.bot-stat-card:nth-child(1):hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-8px);
}
.bot-stat-card:nth-child(1):hover .bot-stat-glow { opacity: 0.4; }

.bot-stat-card:nth-child(2):hover {
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-8px);
}
.bot-stat-card:nth-child(2):hover .bot-stat-glow { opacity: 0.4; }

.bot-stat-card:nth-child(3):hover {
    border-color: rgba(6, 182, 212, 0.4);
    transform: translateY(-8px);
}
.bot-stat-card:nth-child(3):hover .bot-stat-glow { opacity: 0.4; }

.bot-stat-card:nth-child(4):hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-8px);
}
.bot-stat-card:nth-child(4):hover .bot-stat-glow { opacity: 0.4; }

.bot-stat-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.bot-stat-icon.blue { color: #3b82f6; }
.bot-stat-icon.purple { color: #a855f7; }
.bot-stat-icon.cyan { color: #06b6d4; }
.bot-stat-icon.green { color: #10b981; }

.bot-stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.bot-stat-label {
    font-size: 0.85rem;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* Novos Botões Hero */
.btn-hero-action {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-hero-action.primary {
    background: #5865F2;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-hero-action.primary:hover {
    background: #4752C4;
    transform: translateY(-3px);
    box-shadow: none;
}

.btn-hero-action.secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.btn-hero-action.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* SECTION HEADERS */
.bot-section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.bot-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #ffffff;
}

.bot-section-desc {
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* SECTION RVS DETALHES */
.bot-rvs-section {
    position: relative;
    padding: 6rem 2rem;
    z-index: 2;
}

.bot-rvs-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.bot-rvs-info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.5px;
}

.bot-rvs-info h3 i {
    color: #a855f7;
    filter: none;
}

.bot-rvs-info p {
    font-size: 1.1rem;
    color: #d4d4d8;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.rvs-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.rvs-feat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.rvs-feat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.rvs-feat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: none;
}

.rvs-feat-card:hover::before {
    opacity: 1;
}

.rvs-feat-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rvs-feat-card h4 i {
    color: #a855f7;
    font-size: 1.1rem;
}

.rvs-feat-card p {
    font-size: 0.9rem;
    color: #a1a1aa;
    margin: 0;
    line-height: 1.6;
}

/* MOCKUP DISCORD (COMBATE RVS) */
.discord-mockup-col {
    display: flex;
    justify-content: center;
    width: 100%;
}

.discord-chat-container {
    width: 100%;
    max-width: 480px;
    background-color: #313338;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    font-size: 0.95rem;
    transition: transform 0.3s ease;
}

.discord-chat-container:hover {
    transform: translateY(-5px);
}

.discord-chat-header {
    background-color: #2b2d31;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--discord-border);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 700;
}

.discord-chat-header i {
    color: #80848e;
}

.discord-messages-area {
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.discord-message {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.discord-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7 0%, #5865F2 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: none;
}

.discord-msg-body {
    flex-grow: 1;
    color: var(--discord-text);
}

.discord-msg-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.discord-username {
    font-weight: 600;
    color: var(--discord-username);
}

.discord-bot-badge {
    background-color: var(--discord-bot-badge);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    text-transform: uppercase;
}

.discord-msg-time {
    font-size: 0.7rem;
    color: #949ba4;
}

/* Discord Embed */
.discord-embed {
    background: #2b2d31;
    border-left: none;
    border-radius: 4px;
    padding: 1.25rem;
    margin-top: 0.5rem;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
}

.discord-embed::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 4px;
}

.discord-embed-author {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.discord-embed-author i {
    color: #a855f7;
}

.discord-embed-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.discord-embed-desc {
    font-size: 0.85rem;
    color: #dbdee1;
    margin-bottom: 1rem;
    line-height: 1.4;
}

/* RPG Stats & Progress Bar */
.rpg-combat-status {
    background: #1e1f22;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 1.25rem;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}

.rpg-stat-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #dbdee1;
}

.rpg-stat-line:last-child {
    margin-bottom: 0;
}

.rpg-hp-bar {
    width: 100px;
    height: 8px;
    background: #1e1f22;
    border-radius: 100px;
    overflow: hidden;
}

.rpg-hp-fill {
    height: 100%;
    border-radius: 100px;
    transition: width 0.5s ease;
}

.rpg-hp-fill.green { background-color: #23a55a; }
.rpg-hp-fill.red { background-color: #f23f43; }

/* Discord Interactive Buttons */
.discord-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.discord-btn {
    background-color: #4e5058;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.discord-btn:hover {
    background-color: #6d6f78;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.discord-btn.primary {
    background-color: #248046;
}

.discord-btn.primary:hover {
    background-color: #1a6535;
}

.discord-btn.danger {
    background-color: #da373c;
}

.discord-btn.danger:hover {
    background-color: #a92b2f;
}


/* SEÇÃO COMANDOS & TABS (NOVO LAYOUT) */
.bot-commands-section {
    padding: 8rem 2rem;
    position: relative;
    z-index: 2;
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}

.bot-commands-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.08) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: -1;
}

.commands-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 4rem;
}

@media (max-width: 950px) {
    .commands-layout {
        grid-template-columns: 1fr;
    }
    .commands-sidebar {
        position: relative !important;
        top: 0 !important;
    }
}

/* Sidebar Navigation */
.commands-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    background: rgba(15, 10, 25, 0.4);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    position: sticky;
    top: 120px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: none;
}

.tab-nav-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #94a3b8;
    padding: 1.1rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.tab-nav-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.2) 0%, transparent 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.tab-nav-btn i {
    width: 24px;
    text-align: center;
    font-size: 1.25rem;
    color: #64748b;
    transition: color 0.4s ease;
}

.tab-nav-btn:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.tab-nav-btn:hover::before {
    width: 100%;
}

.tab-nav-btn:hover i {
    color: #a855f7;
}

.tab-nav-btn.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.25) 0%, rgba(168, 85, 247, 0.05) 100%);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: none;
}

.tab-nav-btn.active::before {
    display: none;
}

.tab-nav-btn.active i {
    color: #c084fc;
    filter: none;
}

/* Command Cards Grid */
.commands-content-area {
    width: 100%;
}

.commands-tab-content {
    display: none;
    animation: slideUpFade 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.commands-tab-content.active {
    display: block;
}

.commands-grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 1.5rem;
}

@keyframes slideUpFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.command-card {
    background: linear-gradient(135deg, rgba(25, 15, 35, 0.7) 0%, rgba(10, 5, 15, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.75rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
}

.command-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.command-card::after {
    display: none;
}

.command-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-8px);
    box-shadow: none;
}

.command-card:hover::before {
    opacity: 1;
}



.cmd-name {
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    background: rgba(168, 85, 247, 0.2);
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    display: inline-block;
    align-self: flex-start;
    border: 1px solid rgba(168, 85, 247, 0.4);
    box-shadow: none;
    letter-spacing: -0.5px;
}

.cmd-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin-top: 0.5rem;
}

/* ==========================================================================
   SEÇÕES DE COMUNIDADE & PARCEIROS (DISCLOUD, MNN & COMUNIDADES DINÂMICAS)
   ========================================================================== */
.bot-partners-section {
    max-width: 1400px;
    margin: 2rem auto 4rem auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/* Grid de Parceiros Oficiais (4 colunas) */
.partners-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    width: 100%;
}

@media (max-width: 1200px) {
    .partners-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Card Cyber do Parceiro */
.partner-cyber-card {
    background: linear-gradient(135deg, rgba(20, 20, 28, 0.7) 0%, rgba(12, 12, 16, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 2.2rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.partner-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none;
    transition: all 0.4s ease;
}

.partner-cyber-card:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

/* Hovers específicos por parceiro */
.partner-cyber-card.discloud-card:hover {
    border-color: rgba(59, 130, 246, 0.25); /* Azul Discloud sutil */
    box-shadow: none;
}

.partner-cyber-card.mnn-card:hover {
    border-color: rgba(168, 85, 247, 0.25); /* Rosa/Roxo MNN sutil */
    box-shadow: none;
}

.partner-cyber-card.divulga-card:hover {
    border-color: rgba(59, 130, 246, 0.25);
    box-shadow: none;
}

.partner-cyber-card.divulgacoesgerais-card:hover {
    border-color: rgba(255, 51, 68, 0.3);
    box-shadow: none;
}

.partner-badge-wrapper {
    display: flex;
}

.partner-tag-badge {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.35rem 0.8rem;
    border-radius: 100px;
}

.partner-tag-badge.tag-discloud {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.partner-tag-badge.tag-mnn {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.partner-tag-badge.tag-divulga {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #3b82f6;
}

.partner-tag-badge.tag-divulgacoesgerais {
    background: rgba(255, 51, 68, 0.1);
    border: 1px solid rgba(255, 51, 68, 0.3);
    color: #ff3344;
}

.partner-brand-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.partner-brand-icon-wrapper {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.discloud-card .partner-brand-icon-wrapper { color: #22c55e; }
.mnn-card .partner-brand-icon-wrapper { color: #ef4444; }
.divulga-card .partner-brand-icon-wrapper { color: #3b82f6; }
.divulgacoesgerais-card .partner-brand-icon-wrapper { color: #ff3344; }

.partner-cyber-card:hover .partner-brand-icon-wrapper {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

.discloud-card:hover .partner-brand-icon-wrapper {
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow: none;
}

.mnn-card:hover .partner-brand-icon-wrapper {
    border-color: rgba(168, 85, 247, 0.2);
    box-shadow: none;
}

.divulga-card:hover .partner-brand-icon-wrapper {
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow: none;
}

.divulgacoesgerais-card:hover .partner-brand-icon-wrapper {
    border-color: rgba(255, 51, 68, 0.2);
    box-shadow: none;
}

.partner-brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.partner-brand-desc {
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.partner-action-row {
    display: flex;
    margin-top: 0.5rem;
}

.btn-partner-action {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 0.75rem 1.4rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-partner-action:hover {
    background: #ffffff;
    color: #0b0c10;
    border-color: #ffffff;
    box-shadow: none;
    transform: translateY(-1px);
}

/* Confiança de Grandes Comunidades (Grelha Dinâmica) */
.community-trust-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.community-trust-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
}

/* Container de Marquee para loop infinito */
.marquee-frame {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid rgba(56, 189, 248, 0.15);
    border-radius: 20px;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

/* Esconde bordas afiadas aplicando fade nas laterais */
.marquee-wrapper::before,
.marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}
.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #09090b, transparent);
}
.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #09090b, transparent);
}

.marquee-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    padding: 1.5rem 0 1.5rem 2rem; /* Espaço extra vertical para não cortar os cards no hover */
    align-items: center; /* Mantém os cards centralizados caso varie */
}

.marquee-left {
    animation: scroll-left 50s linear infinite;
}

.marquee-right {
    animation: scroll-right 50s linear infinite;
}

/* Pausar animação no hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Card de Comunidade Dinâmico */
.community-card-neon {
    flex: 0 0 250px; /* Tamanho fixo para cards no slide horizontal */
    height: 220px; /* Altura fixa para manter o mesmo tamanho */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.005) 100%);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.community-card-neon:hover {
    border-color: rgba(56, 189, 248, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    transform: translateY(-5px);
    box-shadow: none;
}

.community-avatar-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1.2rem;
}

.community-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #38bdf8; /* Borda azul brilhante sutil */
    box-shadow: none;
    background-color: #111218;
    transition: all 0.3s ease;
}

.community-card-neon:hover .community-avatar-img {
    border-color: #00ffcc; /* Ciano neon no hover */
    box-shadow: none;
    transform: scale(1.05);
}

.community-card-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community-card-members {
    font-size: 0.85rem;
    font-weight: 600;
    color: #38bdf8;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.community-card-neon:hover .community-card-members {
    color: #00ffcc;
}

/* Ajustes responsivos para celulares nas novas seções */
@media (max-width: 768px) {
    .partners-grid-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .partner-cyber-card {
        padding: 2rem;
    }

    .community-trust-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 1.5rem;
    }

    .community-avatar-wrapper {
        width: 70px;
        height: 70px;
    }
}

/* MEDIA QUERIES (RESPONSIVIDADE) */
@media (max-width: 992px) {
    .bot-rvs-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .bot-rvs-info h3 {
        justify-content: center;
    }

    .rvs-features-grid {
        max-width: 600px;
        margin: 0 auto;
    }

    .discord-mockup-col {
        order: -1; /* Coloca o mockup do chat no topo no mobile */
    }
}

@media (max-width: 768px) {
    .bot-hero-title {
        font-size: 2.5rem;
    }

    .bot-hero-desc {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .commands-tabs-nav {
        gap: 0.5rem;
        border-radius: 12px;
    }

    .tab-nav-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .command-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}


/* SEÇÃO DE FANARTS */
.bot-fanarts-section {
    padding: 4rem 2rem 6rem;
    position: relative;
    z-index: 2;
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.fanart-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    margin-top: 2rem;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.fanart-marquee-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: scrollFanarts 30s linear infinite;
}

.fanart-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes scrollFanarts {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 1rem)); } /* -50% because we duplicate the items */
}

.fanart-card {
    background: linear-gradient(135deg, rgba(20, 15, 30, 0.8) 0%, rgba(10, 5, 15, 0.9) 100%);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 20px;
    padding: 1rem;
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.fanart-card:hover {
    transform: translateY(-10px);
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: none;
}

.fanart-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.fanart-info {
    text-align: center;
}

.fanart-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.2rem;
}

.fanart-creator {
    font-size: 0.9rem;
    color: #f472b6;
    font-weight: 600;
}

/* ==========================================================================
   REESTILIZAÇÃO PREMIUM DO RVS RPG
   ========================================================================== */

.rvs-restyle-block {
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.rvs-restyle-block:last-child {
    margin-bottom: 0;
}

.rvs-block-intro {
    margin-bottom: 3rem;
    max-width: 750px;
}

.rvs-block-intro.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rvs-step-num {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #a855f7;
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.25);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    box-shadow: none;
}

.rvs-block-intro h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 40%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rvs-block-intro p {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Classes Grid & Cards */
.rvs-classes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 1100px) {
    .rvs-classes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .rvs-classes-grid {
        grid-template-columns: 1fr;
    }
}

.rvs-class-card {
    background: linear-gradient(135deg, rgba(20, 15, 30, 0.6) 0%, rgba(10, 5, 15, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.class-card-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    pointer-events: none;
}

.class-warrior .class-card-glow { background: rgba(239, 68, 68, 0.15); top: -40px; right: -40px; }
.class-mage .class-card-glow { background: rgba(59, 130, 246, 0.15); top: -40px; right: -40px; }
.class-ranger .class-card-glow { background: rgba(16, 185, 129, 0.15); top: -40px; right: -40px; }
.class-assassin .class-card-glow { background: rgba(168, 85, 247, 0.15); top: -40px; right: -40px; }

.rvs-class-card > *:not(.class-card-glow) {
    position: relative;
    z-index: 1;
}

.class-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s ease;
}

.class-warrior .class-icon-wrapper { color: #f87171; border-color: rgba(239, 68, 68, 0.2); background: rgba(239, 68, 68, 0.05); }
.class-mage .class-icon-wrapper { color: #60a5fa; border-color: rgba(59, 130, 246, 0.2); background: rgba(59, 130, 246, 0.05); }
.class-ranger .class-icon-wrapper { color: #34d399; border-color: rgba(16, 185, 129, 0.2); background: rgba(16, 185, 129, 0.05); }
.class-assassin .class-icon-wrapper { color: #f472b6; border-color: rgba(168, 85, 247, 0.2); background: rgba(168, 85, 247, 0.05); }

.rvs-class-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
}

.class-specialty {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.class-warrior .class-specialty { color: #f87171; }
.class-mage .class-specialty { color: #60a5fa; }
.class-ranger .class-specialty { color: #34d399; }
.class-assassin .class-specialty { color: #f472b6; }

.class-desc {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Card Hovers */
.rvs-class-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.12);
}

.rvs-class-card:hover .class-card-glow {
    opacity: 1;
}

.class-warrior:hover { border-color: rgba(239, 68, 68, 0.3); box-shadow: none; }
.class-mage:hover { border-color: rgba(59, 130, 246, 0.3); box-shadow: none; }
.class-ranger:hover { border-color: rgba(16, 185, 129, 0.3); box-shadow: none; }
.class-assassin:hover { border-color: rgba(168, 85, 247, 0.3); box-shadow: none; }

.class-warrior:hover .class-icon-wrapper { background: #ef4444; color: #fff; box-shadow: none; border-color: #ef4444; }
.class-mage:hover .class-icon-wrapper { background: #3b82f6; color: #fff; box-shadow: none; border-color: #3b82f6; }
.class-ranger:hover .class-icon-wrapper { background: #10b981; color: #fff; box-shadow: none; border-color: #10b981; }
.class-assassin:hover .class-icon-wrapper { background: #a855f7; color: #fff; box-shadow: none; border-color: #a855f7; }

/* Reincarnation Box */
.rvs-reincarnation-box {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, rgba(99, 102, 241, 0.04) 100%);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: none;
    backdrop-filter: blur(10px);
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .rvs-reincarnation-box {
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
    }
}

.reinc-icon-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, rgba(168, 85, 247, 0.05) 70%);
    border: 1.5px solid rgba(168, 85, 247, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c084fc;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: none;
    animation: rotateIcon 12s linear infinite;
}

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

.reinc-content h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.reinc-content h4 span {
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #a1a1aa;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    .reinc-content h4 {
        justify-content: center;
    }
}

.reinc-content p {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Decorador de Seção RVS Divider */
.rvs-section-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 85, 247, 0.18) 30%, rgba(6, 182, 212, 0.18) 70%, transparent 100%);
    margin: 5rem 0;
}

/* Atributos Grid & Cards */
.rvs-attributes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
}

@media (max-width: 1100px) {
    .rvs-attributes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .rvs-attributes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .rvs-attributes-grid {
        grid-template-columns: 1fr;
    }
}

.rvs-attr-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.rvs-attr-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(168, 85, 247, 0.2);
    transform: translateY(-4px);
}

.attr-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.attr-abbr {
    font-size: 0.72rem;
    font-weight: 900;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.attr-abbr.str { background: #ef4444; }
.attr-abbr.agi { background: #f97316; }
.attr-abbr.int { background: #3b82f6; }
.attr-abbr.vit { background: #10b981; }
.attr-abbr.luk { background: #a855f7; }

.rvs-attr-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.rvs-attr-card p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Biomas Grid & Cards */
.rvs-biomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
    .rvs-biomes-grid {
        grid-template-columns: 1fr;
    }
}

.rvs-biome-card {
    background: linear-gradient(135deg, rgba(20, 15, 30, 0.4) 0%, rgba(10, 5, 15, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 1.25rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    transition: all 0.3s ease;
}

.rvs-biome-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(20, 15, 30, 0.6) 0%, rgba(10, 5, 15, 0.8) 100%);
}

.biome-card-img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.biome-forest .biome-card-img { color: #10b981; }
.biome-mountain .biome-card-img { color: #f97316; }
.biome-crypt .biome-card-img { color: #a855f7; }

.rvs-biome-card:hover .biome-card-img {
    transform: scale(1.05);
    box-shadow: none;
}

.biome-card-info {
    flex-grow: 1;
}

.biome-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.biome-header h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.biome-level {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: #a1a1aa;
    text-transform: uppercase;
}

.biome-forest:hover .biome-level { color: #10b981; border-color: rgba(16, 185, 129, 0.2); background: rgba(16, 185, 129, 0.05); }
.biome-mountain:hover .biome-level { color: #f97316; border-color: rgba(249, 115, 22, 0.2); background: rgba(249, 115, 22, 0.05); }
.biome-crypt:hover .biome-level { color: #a855f7; border-color: rgba(168, 85, 247, 0.2); background: rgba(168, 85, 247, 0.05); }

.biome-card-info p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Loot Box */
.rvs-loot-box {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.07) 0%, rgba(234, 179, 8, 0.02) 100%);
    border: 1px solid rgba(234, 179, 8, 0.2);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: none;
}

.loot-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #f59e0b;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.rvs-loot-box p {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.rvs-loot-box p strong {
    color: #f59e0b;
}

/* Combat & Raids Features */
.rvs-combat-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rcf-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.rcf-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.2);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: none;
}

.rcf-text h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: #ffffff;
}

.rcf-text p {
    font-size: 0.92rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   TEASER DA SEÇÃO RVS (PÁGINA DO BOT)
   ========================================================================== */
.bot-rvs-teaser-section {
    position: relative;
    padding: 8rem 2rem;
    background: transparent;
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.teaser-glow-orbs {
    display: none;
}

.teaser-glow-orbs .t-orb-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
    filter: blur(80px);
}

.teaser-glow-orbs .t-orb-2 {
    position: absolute;
    bottom: 20%;
    right: 25%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
    filter: blur(60px);
}

.teaser-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .teaser-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }
}

.teaser-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .teaser-content {
        align-items: center;
    }
}

.teaser-badge {
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.25);
    color: #c084fc;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    box-shadow: none;
}

.teaser-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 40%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.teaser-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 2.5rem 0;
}

.teaser-btn-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .teaser-btn-row {
        justify-content: center;
        width: 100%;
    }
}

.btn-teaser-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 1.1rem 2rem;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-teaser-explore:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: none;
    filter: brightness(1.1);
}

.btn-teaser-invite {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.1rem 2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-teaser-invite:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: none;
}

.teaser-visual {
    display: flex;
    justify-content: center;
    width: 100%;
}

.teaser-rpg-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    aspect-ratio: 3.5 / 4.5;
    background: linear-gradient(135deg, rgba(20, 15, 30, 0.8) 0%, rgba(10, 5, 15, 0.9) 100%);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    transition: transform 0.5s ease, border-color 0.5s ease;
    animation: floatTeaserCard 6s ease-in-out infinite;
}

@keyframes floatTeaserCard {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.teaser-rpg-card:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-5px) scale(1.02);
    box-shadow: none;
}

.teaser-rpg-card .card-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
    top: -50px;
    right: -50px;
    filter: blur(40px);
    z-index: 1;
}

.card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 1rem;
}

.card-rarity {
    font-size: 0.7rem;
    font-weight: 900;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-rarity.rating-ss {
    background: linear-gradient(90deg, #f59e0b 0%, #ef4444 100%);
    color: #ffffff;
    box-shadow: none;
}

.card-header i {
    color: #ef4444;
    font-size: 1.5rem;
    filter: none;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-grow: 1;
}

.card-body h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
}

.card-desc {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.card-desc strong {
    color: #f59e0b;
}

.card-stats {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 0.8rem 1rem;
    border-radius: 12px;
    margin-top: auto;
}

.stat-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.stat-mini span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-mini strong {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 800;
}

/* ==========================================================================
   SEÇÃO RE:BEASTS (PÁGINA DO BOT)
   ========================================================================== */
.bot-rebeasts-section {
    position: relative;
    padding: 8rem 2rem;
    background: radial-gradient(circle at 15% 30%, rgba(16, 185, 129, 0.08) 0%, transparent 60%),
                radial-gradient(circle at 85% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.rebeasts-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .rebeasts-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3.5rem;
    }
}

.rebeasts-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .rebeasts-content {
        align-items: center;
    }
}

.rebeasts-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #34d399;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.rebeasts-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 1.2rem 0;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 30%, #34d399 75%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rebeasts-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 2rem 0;
}

.rebeasts-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    width: 100%;
    margin-bottom: 2rem;
}

@media (max-width: 600px) {
    .rebeasts-features-grid {
        grid-template-columns: 1fr;
    }
}

.rebeasts-feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.2rem 1.4rem;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.rebeasts-feature-card:hover {
    background: rgba(16, 185, 129, 0.04);
    border-color: rgba(16, 185, 129, 0.25);
    transform: translateY(-2px);
}

.rebeasts-feature-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #f8fafc;
}

.rebeasts-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.rebeasts-feature-desc {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #94a3b8;
    margin: 0;
}

.rebeasts-rarities-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 2.2rem;
}

@media (max-width: 992px) {
    .rebeasts-rarities-pills {
        justify-content: center;
    }
}

.rebeasts-rarity-pill {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
}

.rebeasts-rarity-pill.rp-mythic {
    border-color: rgba(147, 51, 234, 0.4);
    background: rgba(147, 51, 234, 0.15);
    color: #c084fc;
}

.rebeasts-btn-row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .rebeasts-btn-row {
        justify-content: center;
        width: 100%;
    }
}

.btn-rebeasts-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 1.1rem 2rem;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-rebeasts-explore:hover {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.1);
}

.btn-rebeasts-commands {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.1rem 1.8rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-rebeasts-commands:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(52, 211, 153, 0.4);
    transform: translateY(-2px);
}

.rebeasts-visual {
    display: flex;
    justify-content: center;
    width: 100%;
}

.rebeasts-pet-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.9) 0%, rgba(6, 11, 25, 0.95) 100%);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 24px;
    padding: 1.8rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6);
    transition: transform 0.5s ease, border-color 0.5s ease;
    animation: floatPetCard 7s ease-in-out infinite;
}

@keyframes floatPetCard {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(-1deg); }
}

.rebeasts-pet-card:hover {
    border-color: rgba(52, 211, 153, 0.6);
    transform: translateY(-4px) scale(1.02);
}

.rebeasts-pet-card .pet-card-glow {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, rgba(139, 92, 246, 0.15) 50%, transparent 70%);
    top: -60px;
    right: -60px;
    filter: blur(50px);
    z-index: 1;
}

.pet-card-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.pet-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1rem;
}

.pet-rarity-badge {
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #9333ea 0%, #ec4899 100%);
    color: #ffffff;
}

.pet-element-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(56, 189, 248, 0.25);
}

.pet-hero-art {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 0;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.08) 0%, transparent 70%);
    border-radius: 16px;
}

.pet-avatar-icon {
    font-size: 4rem;
    line-height: 1;
    filter: drop-shadow(0 0 15px rgba(52, 211, 153, 0.4));
    margin-bottom: 0.8rem;
}

.pet-name-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0;
    text-align: center;
}

.pet-species-subtitle {
    font-size: 0.8rem;
    color: #34d399;
    font-weight: 600;
    margin-top: 0.2rem;
}

.pet-evolution-tracker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.75rem 1rem;
}

.evo-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.evo-step span {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
}

.evo-step strong {
    font-size: 0.85rem;
    color: #cbd5e1;
}

.evo-step.active strong {
    color: #34d399;
}

.evo-arrow {
    color: #475569;
    font-size: 0.8rem;
}

.pet-stats-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.9rem 0.8rem;
}

.pet-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.pet-stat-item span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
}

.pet-stat-item strong {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 800;
}

.pet-skill-highlight {
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.25);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.pet-skill-icon {
    color: #c084fc;
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.pet-skill-info strong {
    font-size: 0.85rem;
    color: #f8fafc;
    display: block;
    margin-bottom: 0.15rem;
}

.pet-skill-info p {
    font-size: 0.78rem;
    line-height: 1.4;
    color: #cbd5e1;
    margin: 0;
}

/* ==========================================================================
   CONSOLIDATED MOBILE & TABLET RESPONSIVENESS (SUPER CLEAN & ERGONOMIC)
   ========================================================================== */

@media (max-width: 1024px) {
    .bot-hero-split {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 5rem 1.5rem 2.5rem 1.5rem;
        gap: 2.5rem;
        min-height: auto;
    }

    .hero-content-left {
        align-items: center;
    }

    .bot-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats-row {
        justify-content: center;
        margin: 0 auto;
    }

    .hero-content-right {
        min-height: auto;
        width: 100%;
    }

    .hero-driftwall-container {
        max-width: 520px;
        min-height: 360px;
        height: 360px;
        margin: 0 auto;
    }

    .commands-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .commands-sidebar {
        position: static !important;
        top: 0 !important;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0.6rem;
        gap: 0.5rem;
        border-radius: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(168, 85, 247, 0.3) transparent;
    }

    .commands-sidebar::-webkit-scrollbar {
        height: 4px;
    }

    .commands-sidebar::-webkit-scrollbar-thumb {
        background: rgba(168, 85, 247, 0.3);
        border-radius: 4px;
    }

    .tab-nav-btn {
        flex: 0 0 auto;
        padding: 0.6rem 1rem;
        font-size: 0.88rem;
        white-space: nowrap;
        border-radius: 10px;
        gap: 0.5rem;
    }

    .tab-nav-btn i {
        font-size: 0.95rem;
        width: auto;
    }

    .partners-grid-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .bot-page-body {
        background-size: 100% 100%, 100% 100%, 24px 24px, 24px 24px;
    }

    /* HERO SECTION: Compact & Breathable */
    .bot-hero-split {
        padding: 2.75rem 1rem 1.75rem 1rem;
        gap: 1.75rem;
    }

    .bot-hero-title {
        font-size: clamp(1.35rem, 5.2vw, 1.85rem);
        line-height: 1.25;
        margin-bottom: 0.65rem;
        letter-spacing: -0.3px;
    }

    .bot-hero-title .brand-supremacy {
        font-size: 1.08em;
        padding-right: 4px;
    }

    .bot-hero-desc {
        font-size: 0.85rem;
        line-height: 1.5;
        color: #94a3b8;
        margin-bottom: 1.35rem;
        padding: 0 0.25rem;
        max-width: 480px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        gap: 0.55rem;
        margin: 0 auto 1.5rem auto;
    }

    .btn-hero-pink,
    .btn-hero-dark {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0.72rem 1.1rem;
        font-size: 0.88rem;
        font-weight: 600;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .hero-stats-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.45rem;
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
    }

    .hero-stat-item {
        flex-direction: column;
        text-align: center;
        gap: 0.2rem;
        padding: 0.5rem 0.3rem;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }

    .hero-stat-icon {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
        margin-bottom: 0.15rem;
    }

    .hero-stat-num {
        font-size: 0.9rem;
        font-weight: 800;
    }

    .hero-stat-label {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
        color: #71717a;
    }

    .hero-driftwall-container {
        max-width: 100%;
        min-height: 240px;
        height: 240px;
        border-radius: 16px;
    }

    .floating-badge.fanart-cta {
        top: 8px;
        left: 8px;
        padding: 0.35rem 0.65rem;
        border-radius: 8px;
        max-width: calc(100% - 16px);
        background: rgba(15, 10, 25, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .floating-badge.fanart-cta .badge-icon {
        font-size: 0.85rem;
    }

    .floating-badge.fanart-cta .badge-text strong {
        font-size: 0.72rem;
    }

    .floating-badge.fanart-cta .badge-text span {
        font-size: 0.62rem;
    }

    /* SECTION HEADERS */
    .bot-section-header {
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .bot-section-header .bot-hero-badge {
        display: inline-flex !important;
        font-size: 0.68rem;
        padding: 0.25rem 0.7rem;
        border-radius: 100px;
        margin-bottom: 0.5rem;
        letter-spacing: 0.8px;
        font-weight: 700;
    }

    .bot-section-title {
        font-size: clamp(1.25rem, 4.5vw, 1.55rem);
        margin-bottom: 0.35rem;
        letter-spacing: -0.3px;
    }

    .bot-section-desc {
        font-size: 0.82rem;
        line-height: 1.45;
        padding: 0 0.25rem;
        color: #94a3b8;
    }

    /* PARTNERS & COMMUNITIES */
    .bot-partners-section {
        padding: 0 1rem;
        gap: 1.75rem;
        margin: 1.25rem auto 2.25rem auto;
    }

    .partners-grid-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .partner-cyber-card {
        padding: 1.1rem 1rem;
        border-radius: 14px;
        gap: 0.65rem;
        background: linear-gradient(135deg, rgba(20, 20, 28, 0.6) 0%, rgba(12, 12, 16, 0.6) 100%);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .partner-brand-header {
        gap: 0.65rem;
    }

    .partner-brand-icon-wrapper {
        width: 36px;
        height: 36px;
        font-size: 1.05rem;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .partner-brand-title {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .partner-tag-badge {
        font-size: 0.62rem;
        padding: 0.2rem 0.55rem;
        letter-spacing: 0.8px;
    }

    .partner-brand-desc {
        font-size: 0.82rem;
        line-height: 1.45;
        color: #94a3b8;
    }

    .partner-action-row {
        margin-top: 0.25rem;
    }

    .btn-partner-action {
        width: 100%;
        justify-content: center;
        padding: 0.55rem 0.85rem;
        font-size: 0.8rem;
        font-weight: 600;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .community-trust-container {
        gap: 0.85rem;
        margin-top: 0.25rem;
    }

    .community-trust-title {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .marquee-frame {
        padding: 0.65rem 0;
        border-radius: 12px;
        border: 1px solid rgba(56, 189, 248, 0.12);
    }

    .marquee-wrapper::before,
    .marquee-wrapper::after {
        width: 30px;
    }

    .marquee-track {
        gap: 0.65rem;
        padding: 0.35rem 0 0.35rem 0.65rem;
    }

    .community-card-neon {
        flex: 0 0 135px;
        height: 130px;
        padding: 0.65rem 0.5rem;
        border-radius: 10px;
        gap: 0.15rem;
    }

    .community-avatar-wrapper {
        width: 42px;
        height: 42px;
        margin-bottom: 0.3rem;
    }

    .community-card-name {
        font-size: 0.78rem;
        font-weight: 700;
        margin: 0 0 0.1rem 0;
    }

    .community-card-members {
        font-size: 0.68rem;
        gap: 0.2rem;
    }

    /* RVS TEASER SECTION */
    .bot-rvs-teaser-section {
        padding: 2.25rem 1rem;
    }

    .teaser-container {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        text-align: center;
    }

    .teaser-content {
        align-items: center;
    }

    .teaser-badge {
        font-size: 0.65rem;
        padding: 0.25rem 0.7rem;
        letter-spacing: 1px;
        margin-bottom: 0.65rem;
    }

    .teaser-title {
        font-size: clamp(1.3rem, 4.8vw, 1.65rem);
        line-height: 1.2;
        margin-bottom: 0.55rem;
    }

    .teaser-subtitle {
        font-size: 0.82rem;
        line-height: 1.5;
        color: #94a3b8;
        margin-bottom: 1.15rem;
        max-width: 460px;
    }

    .teaser-btn-row {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        gap: 0.5rem;
        margin: 0 auto;
    }

    .btn-teaser-explore,
    .btn-teaser-invite {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .teaser-visual {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .teaser-rpg-card {
        max-width: 100%;
        aspect-ratio: auto;
        padding: 0.95rem;
        border-radius: 14px;
        border: 1px solid rgba(168, 85, 247, 0.18);
    }

    .card-header {
        padding-bottom: 0.55rem;
    }

    .card-rarity {
        font-size: 0.62rem;
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
    }

    .card-header i {
        font-size: 1.1rem;
    }

    .card-body {
        gap: 0.45rem;
        margin-top: 0.65rem;
    }

    .card-body h3 {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .card-desc {
        font-size: 0.78rem;
        line-height: 1.45;
        color: #94a3b8;
    }

    .card-stats {
        padding: 0.45rem 0.65rem;
        border-radius: 8px;
        margin-top: 0.65rem;
    }

    .stat-mini span {
        font-size: 0.58rem;
    }

    .stat-mini strong {
        font-size: 0.82rem;
    }

    /* FANARTS SECTION */
    .bot-fanarts-section {
        padding: 1.75rem 1rem 2.25rem;
        width: 100%;
    }

    .fanart-marquee-wrapper {
        padding: 0.65rem 0;
        margin-top: 0.65rem;
    }

    .fanart-marquee-track {
        gap: 0.75rem;
    }

    .fanart-card {
        width: 180px;
        padding: 0.5rem;
        border-radius: 10px;
        gap: 0.4rem;
        border: 1px solid rgba(168, 85, 247, 0.18);
    }

    .fanart-image {
        height: 105px;
        border-radius: 6px;
    }

    .fanart-title {
        font-size: 0.8rem;
        font-weight: 700;
        margin-bottom: 0.1rem;
    }

    .fanart-creator {
        font-size: 0.68rem;
    }

    /* COMMANDS SECTION */
    .bot-commands-section {
        padding: 2rem 1rem 2.5rem;
        width: 100%;
    }

    .commands-layout {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        margin-top: 1rem;
    }

    .commands-sidebar {
        position: static !important;
        flex-direction: row;
        overflow-x: auto;
        padding: 0.4rem;
        gap: 0.3rem;
        border-radius: 10px;
        -webkit-overflow-scrolling: touch;
        border: 1px solid rgba(168, 85, 247, 0.12);
        background: rgba(15, 10, 25, 0.5);
    }

    .tab-nav-btn {
        padding: 0.4rem 0.65rem;
        font-size: 0.76rem;
        font-weight: 600;
        border-radius: 8px;
        gap: 0.35rem;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .tab-nav-btn i {
        font-size: 0.8rem;
        width: auto;
    }

    .commands-grid-cards {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .command-card {
        padding: 0.75rem 0.85rem;
        border-radius: 10px;
        gap: 0.25rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: linear-gradient(135deg, rgba(25, 15, 35, 0.6) 0%, rgba(10, 5, 15, 0.8) 100%);
    }

    .cmd-name {
        font-size: 0.85rem;
        font-weight: 700;
        padding: 0.18rem 0.45rem;
        border-radius: 5px;
        border: 1px solid rgba(168, 85, 247, 0.3);
    }

    .cmd-desc {
        font-size: 0.78rem;
        line-height: 1.4;
        color: #94a3b8;
        margin-top: 0.15rem;
    }

    /* RVS SUB-ELEMENTS (IF PRESENT) */
    .bot-rvs-section {
        padding: 2.5rem 1rem;
    }

    .bot-rvs-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .bot-rvs-info h3 {
        font-size: 1.35rem;
        justify-content: center;
    }

    .bot-rvs-info p {
        font-size: 0.84rem;
        line-height: 1.5;
        margin-bottom: 1.35rem;
    }

    .rvs-features-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .rvs-feat-card {
        padding: 0.95rem;
        border-radius: 12px;
    }

    .rvs-restyle-block {
        margin-bottom: 2.75rem;
    }

    .rvs-block-intro {
        margin-bottom: 1.35rem;
    }

    .rvs-block-intro h3 {
        font-size: 1.35rem;
    }

    .rvs-block-intro p {
        font-size: 0.82rem;
    }

    .rvs-classes-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .rvs-class-card {
        padding: 1rem;
        border-radius: 12px;
    }

    .rvs-reincarnation-box {
        padding: 0.95rem;
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
        border-radius: 12px;
    }

    .reinc-icon-wrap {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .reinc-content h4 {
        justify-content: center;
        font-size: 0.98rem;
    }

    .reinc-content p {
        font-size: 0.8rem;
    }

    .rvs-section-divider {
        margin: 2.5rem 0;
    }

    .rvs-attributes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.45rem;
    }

    .rvs-attr-card {
        padding: 0.75rem 0.65rem;
        border-radius: 10px;
    }

    .rvs-attr-card h4 {
        font-size: 0.88rem;
    }

    .rvs-attr-card p {
        font-size: 0.75rem;
    }

    .rvs-biomes-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 1.35rem;
    }

    .rvs-biome-card {
        padding: 0.75rem;
        border-radius: 12px;
        gap: 0.75rem;
    }

    .biome-card-img {
        width: 40px;
        height: 40px;
        font-size: 1.15rem;
        border-radius: 8px;
    }

    .biome-header h4 {
        font-size: 0.95rem;
    }

    .biome-card-info p {
        font-size: 0.76rem;
    }

    .rvs-loot-box {
        padding: 0.95rem 0.85rem;
        border-radius: 12px;
    }

    .loot-title {
        font-size: 0.98rem;
    }

    .rvs-loot-box p {
        font-size: 0.8rem;
    }

    .rcf-item {
        gap: 0.75rem;
    }

    .rcf-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .rcf-text h4 {
        font-size: 0.95rem;
    }

    .rcf-text p {
        font-size: 0.78rem;
    }
}

@media (max-width: 420px) {
    .bot-hero-split {
        padding: 2.25rem 0.75rem 1.5rem 0.75rem;
        gap: 1.5rem;
    }

    .hero-stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.35rem;
    }

    .hero-stat-item {
        padding: 0.45rem 0.2rem;
    }

    .hero-stat-icon {
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
    }

    .hero-stat-num {
        font-size: 0.82rem;
    }

    .hero-stat-label {
        font-size: 0.55rem;
    }

    .community-card-neon {
        flex: 0 0 120px;
        height: 120px;
        padding: 0.55rem 0.4rem;
    }

    .community-avatar-wrapper {
        width: 36px;
        height: 36px;
        margin-bottom: 0.25rem;
    }

    .community-card-name {
        font-size: 0.74rem;
    }

    .community-card-members {
        font-size: 0.64rem;
    }

    .rvs-attributes-grid {
        grid-template-columns: 1fr;
    }

    .fanart-card {
        width: 160px;
        padding: 0.45rem;
    }

    .fanart-image {
        height: 95px;
    }
}

