/* === ALIANÇA ESCOTEIROS - PREMIUM THEME === */

:root {
    --esc-green: #10B981;
    --esc-green-light: #34D399;
    --esc-green-dark: #059669;
    --esc-gold: #F59E0B;
    --esc-gold-light: #FBBF24;
    --esc-bg-deep: #030f0a;
    --esc-bg-card: rgba(16, 185, 129, 0.04);
    --esc-border: rgba(16, 185, 129, 0.12);
}

/* ===== HERO INTRO ===== */
.esc-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 5% 4rem;
    overflow: hidden;
    background: var(--esc-bg-deep);
}

.esc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='rgba(16,185,129,0.04)' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.esc-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}

.esc-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.4rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(245, 158, 11, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    color: var(--esc-green-light);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    animation: fadeInDown 0.8s ease;
}

.esc-hero-tag i {
    font-size: 1rem;
    color: var(--esc-gold);
}

.esc-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: white;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.esc-hero h1 .highlight {
    background: linear-gradient(90deg, var(--esc-green), var(--esc-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.esc-hero-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 1.5rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.esc-hero-quote {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.5rem;
    background: rgba(245, 158, 11, 0.06);
    border-left: 3px solid var(--esc-gold);
    border-radius: 0 10px 10px 0;
    color: var(--esc-gold-light);
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease 0.5s both;
}

.esc-hero-quote i {
    color: var(--esc-gold);
    font-size: 0.9rem;
}

/* ===== INTEGRATION SECTION ===== */
.esc-integration {
    padding: 5rem 5%;
    max-width: 1000px;
    margin: 0 auto;
}

.esc-integration-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.integ-card {
    flex: 1;
    min-width: 280px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s;
}

.integ-card:hover {
    border-color: var(--esc-green);
    transform: translateY(-3px);
}

.integ-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--esc-green);
}

.integ-supremacy .integ-icon {
    background: rgba(88, 101, 242, 0.1);
    color: #818CF8;
}

.integ-card h3 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.integ-card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.6;
}

.integ-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}

.integ-plus {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.2), rgba(16, 185, 129, 0.2));
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--esc-green-light);
    font-size: 1.2rem;
}

/* Join flame icon */
.join-flame {
    font-size: 3rem;
    color: var(--esc-gold);
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

.esc-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-esc-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--esc-green), var(--esc-green-dark));
    color: white;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.btn-esc-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
}

.btn-esc-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    background: transparent;
    color: var(--esc-green-light);
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 1rem;
}

.btn-esc-outline:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--esc-green);
}

/* Floating orbs - Removed */
.esc-orb,
.esc-orb-1,
.esc-orb-2,
.esc-orb-3,
.esc-banner-glow-orb {
    display: none !important;
}

/* ===== SPONSORS SLIDER ===== */
.esc-sponsors {
    padding: 3rem 0;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid var(--esc-border);
    border-bottom: 1px solid var(--esc-border);
    overflow: hidden;
}

.esc-sponsors-label {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem;
    font-weight: 600;
}

.sponsors-track-wrapper {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.sponsors-track {
    display: flex;
    gap: 4rem;
    animation: scrollLeft 25s linear infinite;
    width: max-content;
}

.sponsor-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.sponsor-item:hover {
    border-color: var(--esc-green);
    background: rgba(16, 185, 129, 0.05);
}

.sponsor-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.sponsor-item span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== ABOUT SECTION - SPLIT LAYOUT ===== */
.esc-about {
    padding: 6rem 5%;
    max-width: 1300px;
    margin: 0 auto;
}

/* Split: texto esquerda, stats direita */
.esc-about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    row-gap: 4rem;
}

.esc-about-left h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.esc-about-left h2 .highlight {
    background: linear-gradient(90deg, var(--esc-green), var(--esc-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.esc-about-left>p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.esc-about-quote {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(16, 185, 129, 0.04);
    border-left: 3px solid var(--esc-green);
    border-radius: 0 12px 12px 0;
    margin-bottom: 0.5rem;
}

.esc-about-quote i {
    color: var(--esc-green);
    font-size: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.esc-about-quote span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
}

.esc-about-quote strong {
    color: white;
}

/* Stats Mosaic */
.esc-stats-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.2rem;
}

.mosaic-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
}

.mosaic-card:hover {
    border-color: var(--esc-green);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.1);
}

.mosaic-card i {
    font-size: 1.8rem;
    color: var(--esc-green);
    margin-bottom: 1rem;
    display: block;
}

.mosaic-card h4 {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--esc-gold);
    margin: 0 0 0.3rem;
}

.mosaic-card span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Card grande (membros) ocupa 2 colunas */
.mosaic-big {
    grid-column: 1 / -1;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.06), rgba(16, 185, 129, 0.02));
    border-color: var(--esc-border);
}

.mosaic-big h4 {
    font-size: 3rem;
}

/* Card dourado (prêmios) */
.mosaic-highlight {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(245, 158, 11, 0.02));
    border-color: rgba(245, 158, 11, 0.15);
}

.mosaic-highlight i {
    color: var(--esc-gold);
}

.mosaic-highlight:hover {
    border-color: var(--esc-gold);
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.1);
}

/* Benefits Grid — ocupa as 2 colunas do split */
.esc-benefits-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.benefit-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
}

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

.benefit-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.1);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--esc-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.benefit-card h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 1;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ===== SERVERS SLIDER ===== */
.esc-servers {
    padding: 5rem 5%;
    background: linear-gradient(180deg, transparent, rgba(16, 185, 129, 0.03), transparent);
}

.esc-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.esc-section-header h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.esc-section-header h2 .highlight {
    background: linear-gradient(90deg, var(--esc-green), var(--esc-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.esc-section-header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.05rem;
}

.servers-slider-wrapper {
    position: relative;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    padding: 1rem 0;
    cursor: grab;
    user-select: none; /* Evita que selecione texto de forma indesejada durante o arraste */
}

.servers-slider-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.servers-slider-wrapper:active {
    cursor: grabbing;
}

.servers-slider-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    will-change: scroll-position;
}



.srv-card {
    min-width: 250px;
    width: 250px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.3s;
    position: relative; /* Crucial para posicionamento do avatar fora do banner */
}

.srv-card:hover {
    border-color: var(--esc-green);
    box-shadow: 0 8px 40px rgba(16, 185, 129, 0.15);
    transform: translateY(-4px);
}

.srv-banner {
    height: 80px;
    position: relative;
    overflow: hidden;
}

.srv-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.srv-banner .srv-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0.25rem 0.6rem;
    background: rgba(16, 185, 129, 0.9);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

/* Fallback do Banner quando nulo */
.srv-banner-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.srv-banner-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.4;
    z-index: 1;
}

.banner-initials-watermark {
    font-size: 2.2rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 2px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), 0 0 10px rgba(255, 255, 255, 0.2);
    font-family: 'Outfit', sans-serif;
    transform: skewX(-5deg);
    z-index: 2;
    user-select: none;
}

.srv-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #0d1612; /* Borda premium escura integrando com o corpo */
    position: absolute;
    top: 54px; /* Sobrepoe exatamente a divisoria do banner e da area cinza */
    left: 15px;
    overflow: hidden;
    background: #1a1a22;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.srv-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fallback do Avatar quando nulo (Iniciais) */
.srv-initials-avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: white;
    background: linear-gradient(135deg, var(--esc-green), var(--esc-gold));
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-family: 'Outfit', sans-serif;
}

.srv-body {
    padding: 2.2rem 1.1rem 1.1rem;
}

.srv-body h4 {
    color: white;
    font-size: 1.02rem;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srv-body .srv-desc {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.78rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.srv-meta {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.srv-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
}

.srv-meta span i {
    color: var(--esc-green);
    font-size: 0.7rem;
}

.srv-join {
    display: block;
    width: 100%;
    padding: 0.6rem;
    text-align: center;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: var(--esc-green-light);
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.8rem;
}

.srv-join:hover {
    background: var(--esc-green);
    color: white;
}

.slider-controls {
    display: none !important; /* Ocultados pois a rolagem agora e constante e infinita */
}

.slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: var(--esc-green);
    border-color: var(--esc-green);
}

/* ===== JOIN SECTION - SPLIT LAYOUT ===== */
.esc-join {
    padding: 5rem 5%;
    max-width: 1300px;
    margin: 0 auto;
}

.esc-join-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
    align-items: start;
}

/* CTA lado esquerdo */
.esc-join-cta {
    position: sticky;
    top: 8rem;
}

.join-badge {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(245, 158, 11, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--esc-green);
    margin-bottom: 1.5rem;
}

.esc-join-cta h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.esc-join-cta h2 .highlight {
    background: linear-gradient(90deg, var(--esc-gold), var(--esc-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.esc-join-cta>p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.join-subtext {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
}

.join-subtext i {
    color: var(--esc-green);
}

/* Timeline lado direito */
.esc-join-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-item {
    display: flex;
    gap: 1.5rem;
}

.step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    border: 2px solid rgba(16, 185, 129, 0.3);
    color: var(--esc-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.step-item:hover .step-num {
    background: var(--esc-green);
    color: white;
    border-color: var(--esc-green);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.step-item:last-child .step-num {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--esc-gold);
}

.step-item:last-child:hover .step-num {
    background: var(--esc-gold);
    color: white;
    border-color: var(--esc-gold);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.step-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.3), rgba(16, 185, 129, 0.05));
    min-height: 20px;
}

.step-content {
    padding-bottom: 2.5rem;
}

.step-content strong {
    display: block;
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.step-content span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.92rem;
    line-height: 1.7;
}

.btn-discord-join {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2.5rem;
    background: #5865F2;
    color: white;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(88, 101, 242, 0.3);
}

.btn-discord-join:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(88, 101, 242, 0.45);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .esc-hero {
        min-height: 70vh;
        padding: 7rem 5% 3rem;
    }

    .esc-about-split {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .esc-about-left h2 {
        font-size: 2rem;
    }

    .esc-benefits-grid {
        grid-template-columns: 1fr;
    }

    .esc-join-split {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .esc-join-cta {
        position: static;
    }

    .esc-join-cta h2 {
        font-size: 2rem;
    }

    .srv-card {
        min-width: 210px !important;
        width: 210px !important;
    }
    .srv-banner {
        height: 70px !important;
    }
    .banner-initials-watermark {
        font-size: 1.8rem !important;
    }
    .srv-avatar {
        width: 44px !important;
        height: 44px !important;
        top: 48px !important;
        left: 12px !important;
    }
    .srv-body {
        padding: 1.8rem 0.8rem 0.8rem !important;
    }
    .srv-body h4 {
        font-size: 0.95rem !important;
    }
    .srv-body .srv-desc {
        font-size: 0.72rem !important;
        height: 34px !important;
        margin-bottom: 0.6rem !important;
    }
    .srv-meta {
        gap: 0.6rem !important;
        margin-bottom: 0.8rem !important;
    }
    .srv-meta span {
        font-size: 0.68rem !important;
    }
    .srv-join {
        padding: 0.55rem !important;
        font-size: 0.76rem !important;
    }

    .integ-divider {
        padding: 1rem 0;
    }

    .esc-integration-grid {
        flex-direction: column;
        gap: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .esc-about-split {
        gap: 3rem;
    }

    .esc-join-split {
        gap: 3rem;
    }

    .esc-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== INTEGRATED LOGO AND BANNER PREMIUM STYLES ===== */

.esc-hero-logo-container {
    width: 140px;
    height: 140px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.05);
    border: 3px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.25);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: float 5s ease-in-out infinite;
}

.esc-hero-logo-container::after {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: rotate(45deg);
    animation: shine 4s ease-in-out infinite;
}

.esc-hero-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.join-badge-img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(16, 185, 129, 0.05);
    border: 2px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.15);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    animation: float 6s ease-in-out infinite;
}

.join-badge-img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

/* Banner Showcase Section */
.esc-banner-showcase {
    padding: 4rem 5%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.esc-banner-glow-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    border-radius: 24px;
    border: 2px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5), 0 0 35px rgba(16, 185, 129, 0.15);
    overflow: hidden;
    aspect-ratio: 21 / 9;
}

@media (max-width: 768px) {
    .esc-banner-glow-container {
        aspect-ratio: 16 / 9;
    }
}

.esc-banner-glow-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
    filter: blur(40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.esc-official-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.esc-banner-glow-container:hover .esc-official-banner {
    transform: scale(1.02);
}

.esc-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 15, 10, 0.9) 0%, rgba(3, 15, 10, 0.2) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    z-index: 2;
    pointer-events: none;
}

.esc-banner-text {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 1.4rem;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.esc-banner-text i {
    color: var(--esc-gold);
    font-size: 1.1rem;
    animation: pulse 1.5s infinite alternate;
}

.esc-banner-text span {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@keyframes shine {
    0% {
        left: -150%;
    }

    50% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    100% {
        transform: scale(1.15);
        filter: brightness(1.3);
    }
}

/* ===== SEÇÃO DE PATROCÍNIOS ===== */
.esc-sponsorship {
    position: relative;
    padding: 6rem 5%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.esc-orb-3 {
    width: 350px;
    height: 350px;
    background: rgba(245, 158, 11, 0.05);
    top: 30%;
    left: 70%;
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: float 8s ease-in-out infinite;
    z-index: 1;
}

/* Intro Card */
.sponsorship-intro-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(245, 158, 11, 0.02));
    border: 1px solid var(--esc-border);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 4rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sponsorship-intro-card .intro-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sponsorship-intro-card .intro-icon {
    font-size: 2.5rem;
    color: var(--esc-gold);
    background: rgba(245, 158, 11, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sponsorship-intro-card .intro-text h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.sponsorship-intro-card .intro-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Sponsorship Grid */
.sponsorship-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 2rem;
    align-items: stretch;
}

.sponsor-plan-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--esc-border);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sponsor-plan-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.12);
}

.sponsor-plan-card .plan-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.sponsor-plan-card .plan-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--esc-green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.sponsor-plan-card .plan-header h3 {
    color: white;
    font-size: 1.35rem;
    margin: 0;
    font-weight: 700;
}

/* Prices Section */
.sponsor-plan-card .plan-prices {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.sponsor-plan-card .price-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sponsor-plan-card .price-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

.sponsor-plan-card .price-value {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--esc-green-light);
}

.sponsor-plan-card .price-divider {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.2);
    padding: 0 0.5rem;
    font-style: italic;
}

/* Features List */
.sponsor-plan-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    flex-grow: 1;
}

.sponsor-plan-card .plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.sponsor-plan-card .plan-features li i {
    color: var(--esc-green);
    font-size: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* Specific Tags */
.channel-tag {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.85rem;
}

.ping-tag {
    font-weight: 700;
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
}

.ping-here {
    background: rgba(245, 158, 11, 0.1);
    color: var(--esc-gold);
}

.ping-sorteios {
    background: rgba(16, 185, 129, 0.1);
    color: var(--esc-green-light);
}

.ping-everyone {
    background: rgba(239, 68, 68, 0.1);
    color: #F87171;
}

.ping-everyone-supreme {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(239, 68, 68, 0.2));
    color: var(--esc-gold-light);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

/* Call to Action Button */
.btn-plan-action {
    display: block;
    width: 100%;
    padding: 0.9rem;
    text-align: center;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: var(--esc-green-light);
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.95rem;
}

.btn-plan-action:hover {
    background: var(--esc-green);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    border-color: var(--esc-green);
}

/* Highlighted Plan: Nébula Suprema */
.sponsor-plan-card.plan-highlighted {
    border-color: rgba(245, 158, 11, 0.35);
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.05);
}

.sponsor-plan-card.plan-highlighted:hover {
    border-color: var(--esc-gold);
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.15);
}

.sponsor-plan-card.plan-highlighted .plan-icon {
    background: rgba(245, 158, 11, 0.15);
    color: var(--esc-gold-light);
}

.sponsor-plan-card.plan-highlighted .price-value {
    color: var(--esc-gold-light);
}

.plan-badge-top {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--esc-gold-light), var(--esc-gold));
    color: #030f0a;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
    z-index: 3;
}

.text-gold {
    color: var(--esc-gold-light) !important;
}

.btn-plan-action.btn-gold {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.25);
    color: var(--esc-gold-light);
}

.btn-plan-action.btn-gold:hover {
    background: var(--esc-gold);
    color: #030f0a;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    border-color: var(--esc-gold);
}

/* Responsividade específica para o Intro Card */
@media (max-width: 768px) {
    .sponsorship-intro-card .intro-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .sponsorship-intro-card .intro-icon {
        margin: 0 auto;
    }
    
    .sponsor-plan-card {
        padding: 2rem 1.5rem;
    }
}