/**
 * =====================================================
 * MARKETING SECTION - EPIC STYLING
 * =====================================================
 * 
 * Design System: Cinematic, 3D, High Impact
 * Color Palette: Magenta (#FF1493), Purple (#9B30FF), Orange (#FF8C00)
 * Typography: Bold, Dynamic, Explosive
 * 
 * @package Nuntius Theme
 * @version 2.0.0 EPIC
 */

/* ===== SECTION BASE ===== */
.marketing-epic-section {
    position: relative;
    min-height: 100vh;
    padding: 120px 0;
    background: linear-gradient(135deg, 
        #0a0514 0%, 
        #1a0a28 25%, 
        #2d0f47 50%, 
        #1a0a28 75%, 
        #0a0514 100%
    );
    overflow: hidden;
    isolation: isolate;
    /* Full width background like other sections */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* ===== CANVAS 3D BACKGROUND ===== */
.marketing-canvas-3d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}

/* ===== DEPTH LAYERS ===== */
.marketing-depth-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.marketing-depth-layer.layer-1 {
    background: radial-gradient(circle at 20% 30%, rgba(255, 20, 147, 0.15) 0%, transparent 50%);
    animation: floatLayer1 20s ease-in-out infinite;
    z-index: 2;
}

.marketing-depth-layer.layer-2 {
    background: radial-gradient(circle at 80% 60%, rgba(155, 48, 255, 0.1) 0%, transparent 50%);
    animation: floatLayer2 25s ease-in-out infinite;
    z-index: 3;
}

.marketing-depth-layer.layer-3 {
    background: radial-gradient(circle at 50% 80%, rgba(255, 140, 0, 0.08) 0%, transparent 50%);
    animation: floatLayer3 30s ease-in-out infinite;
    z-index: 4;
}

/* ===== MATRIX RAIN ===== */
.marketing-matrix-rain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    opacity: 0.3;
}

.matrix-drop {
    position: absolute;
    top: -50px;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #FF1493;
    text-shadow: 0 0 10px #FF1493;
    animation: matrixFall 5s linear infinite;
}

/* ===== CONTAINER ===== */
.marketing-epic-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 10;
}

/* ===== HEADER ÉPICO ===== */
.marketing-header-epic {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeInDown 1s ease-out;
}

.marketing-badge-epic {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 32px;
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.2), rgba(155, 48, 255, 0.2));
    border: 2px solid #FF1493;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(255, 20, 147, 0.5);
}

.badge-icon {
    font-size: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.badge-text {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}

.badge-pulse {
    position: absolute;
    inset: -4px;
    border: 2px solid #FF1493;
    border-radius: 50px;
    animation: pulseBadge 2s ease-in-out infinite;
    opacity: 0;
}

.marketing-title-epic {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 20px 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.title-the {
    font-size: 2rem;
    color: #FF8C00;
    letter-spacing: 8px;
    opacity: 0.8;
}

.title-main {
    background: linear-gradient(135deg, #FF1493, #9B30FF, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(255, 20, 147, 0.8));
    animation: titlePulse 3s ease-in-out infinite;
}

.title-explosive {
    font-size: 3.5rem;
    background: linear-gradient(90deg, #FF8C00, #FF1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 10px;
}

.title-separator {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
}

.separator-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF1493, transparent);
    animation: separatorGlow 2s ease-in-out infinite;
}

.separator-diamond {
    color: #FF1493;
    font-size: 1.5rem;
    animation: rotateDiamond 4s linear infinite;
    filter: drop-shadow(0 0 10px #FF1493);
}

.title-power-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 20px;
}

.power-bracket {
    color: #FF8C00;
    font-size: 2rem;
}

.power-word {
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 20, 147, 0.8);
}

.power-symbol {
    color: #FF1493;
    font-size: 1.5rem;
}

/* ===== RENATO CAVALEIRO - CMO HERO SECTION ===== */
.renato-hero-container {
    position: relative;
    margin: 80px 0;
    padding: 60px 0;
    background: radial-gradient(ellipse at center, rgba(255, 20, 147, 0.08), transparent);
}

.renato-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.3), transparent 70%);
    filter: blur(60px);
    animation: spotlightPulse 4s ease-in-out infinite;
    pointer-events: none;
}

.renato-profile-epic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.renato-avatar-container {
    position: relative;
    width: 180px;
    height: 180px;
}

.avatar-glow-ring {
    position: absolute;
    inset: -10px;
    border: 3px solid;
    border-radius: 50%;
    animation: ringRotate 8s linear infinite;
}

.avatar-glow-ring.ring-1 {
    border-color: #FF1493 transparent #FF1493 transparent;
    animation-duration: 8s;
}

.avatar-glow-ring.ring-2 {
    border-color: transparent #9B30FF transparent #9B30FF;
    animation-duration: 6s;
    animation-direction: reverse;
}

.avatar-glow-ring.ring-3 {
    border-color: #FF8C00 transparent #FF8C00 transparent;
    animation-duration: 10s;
    inset: -20px;
}

.avatar-power-aura {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.4), transparent);
    border-radius: 50%;
    filter: blur(20px);
    animation: auraPulse 3s ease-in-out infinite;
}

.renato-avatar-epic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #FF1493;
    box-shadow: 
        0 0 30px rgba(255, 20, 147, 0.6),
        0 0 60px rgba(155, 48, 255, 0.4),
        inset 0 0 20px rgba(255, 140, 0, 0.2);
    position: relative;
    z-index: 2;
    object-fit: cover;
}

/* Renato Avatar Icon Style */
.renato-avatar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(135deg, 
        rgba(255, 20, 147, 0.95) 0%, 
        rgba(155, 48, 255, 0.95) 50%,
        rgba(255, 140, 0, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.renato-avatar-icon .avatar-icon-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, 
        rgba(255, 140, 0, 0.2) 0%, 
        transparent 70%);
    animation: iconBgPulseRenato 3s ease-in-out infinite;
}

.renato-avatar-icon .avatar-icon-main {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    animation: iconFloatRenato 3s ease-in-out infinite;
    z-index: 2;
}

.renato-avatar-icon .avatar-icon-text {
    font-size: 1.2rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
    z-index: 2;
}

@keyframes iconBgPulseRenato {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

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

.renato-crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    filter: drop-shadow(0 0 15px rgba(255, 140, 0, 0.8));
    animation: crownFloat 3s ease-in-out infinite;
    z-index: 3;
}

.renato-credentials {
    text-align: left;
    max-width: 600px;
}

.renato-name {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FF1493, #9B30FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.renato-title {
    font-size: 1.1rem;
    color: #FF8C00;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.renato-stats {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    align-items: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-size: 2rem;
    font-weight: 900;
    color: #FF1493;
    text-shadow: 0 0 20px rgba(255, 20, 147, 0.6);
}

.stat-label {
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 2px;
    margin-top: 5px;
}

.stat-divider {
    color: #9B30FF;
    font-size: 1.5rem;
    opacity: 0.5;
}

.renato-quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #fff;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #FF1493;
    text-shadow: 0 0 10px rgba(255, 20, 147, 0.3);
}

.renato-channel-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #FF1493, #9B30FF);
    border: 2px solid #FF1493;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(255, 20, 147, 0.5);
}

.renato-channel-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(255, 20, 147, 0.8);
}

.link-icon {
    font-size: 1.2rem;
}

.link-text {
    position: relative;
    z-index: 2;
}

.link-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: linkGlowSlide 3s ease-in-out infinite;
}

/* ===== COELHO NO JAPÃO - CCF HERO SECTION ===== */
.coelho-hero-container {
    position: relative;
    margin: 80px 0;
    padding: 60px 0;
    background: radial-gradient(ellipse at center, rgba(220, 38, 38, 0.08), transparent);
}

.coelho-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.3), transparent 70%);
    filter: blur(60px);
    animation: spotlightPulse 4s ease-in-out infinite;
    pointer-events: none;
}

.coelho-profile-epic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.coelho-avatar-container {
    position: relative;
    width: 180px;
    height: 180px;
}

.coelho-avatar-container .avatar-glow-ring {
    position: absolute;
    inset: -10px;
    border: 3px solid;
    border-radius: 50%;
    animation: ringRotate 8s linear infinite;
}

.coelho-avatar-container .avatar-glow-ring.ring-1 {
    border-color: #dc2626 transparent #dc2626 transparent;
    animation-duration: 8s;
}

.coelho-avatar-container .avatar-glow-ring.ring-2 {
    border-color: transparent #ffffff transparent #ffffff;
    animation-duration: 6s;
    animation-direction: reverse;
}

.coelho-avatar-container .avatar-glow-ring.ring-3 {
    border-color: #dc2626 transparent #dc2626 transparent;
    animation-duration: 10s;
    inset: -20px;
}

.coelho-avatar-container .avatar-power-aura {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.4), transparent);
    border-radius: 50%;
    filter: blur(20px);
    animation: auraPulse 3s ease-in-out infinite;
}

.coelho-avatar-epic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #dc2626;
    box-shadow: 
        0 0 30px rgba(220, 38, 38, 0.6),
        0 0 60px rgba(239, 68, 68, 0.4),
        inset 0 0 20px rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

/* Coelho Avatar Icon Style */
.coelho-avatar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(135deg, 
        rgba(220, 38, 38, 0.95) 0%, 
        rgba(239, 68, 68, 0.95) 50%,
        rgba(220, 38, 38, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.coelho-avatar-icon .avatar-icon-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 70%);
    animation: iconBgPulseNintendo 3s ease-in-out infinite;
}

.coelho-avatar-icon .avatar-icon-main {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
    animation: iconFloatNintendo 3s ease-in-out infinite;
    z-index: 2;
}

.coelho-avatar-icon .avatar-icon-text {
    font-size: 1.2rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.coelho-crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
    animation: crownFloat 3s ease-in-out infinite;
    z-index: 3;
}

.coelho-credentials {
    text-align: left;
    max-width: 700px;
}

.coelho-name {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #dc2626, #ef4444, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.coelho-title {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.coelho-stats {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    align-items: center;
}

.coelho-stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coelho-stats .stat-value {
    font-size: 2rem;
    font-weight: 900;
    color: #dc2626;
    text-shadow: 0 0 20px rgba(220, 38, 38, 0.6);
}

.coelho-stats .stat-label {
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 2px;
    margin-top: 5px;
}

.coelho-stats .stat-divider {
    color: #ef4444;
    font-size: 1.5rem;
    opacity: 0.5;
}

.coelho-quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #fff;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #dc2626;
    text-shadow: 0 0 10px rgba(220, 38, 38, 0.3);
    line-height: 1.6;
}

.coelho-channel-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border: 2px solid #dc2626;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(220, 38, 38, 0.5);
}

.coelho-channel-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(220, 38, 38, 0.8);
}

.coelho-channel-link .link-icon {
    font-size: 1.2rem;
}

.coelho-channel-link .link-text {
    position: relative;
    z-index: 2;
}

.coelho-channel-link .link-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: linkGlowSlide 3s ease-in-out infinite;
}

/* Animações específicas para Coelho */
@keyframes iconBgPulseNintendo {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

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

/* ===== SUBTITLE CONTAINER ===== */
.marketing-subtitle-container {
    text-align: center;
    margin: 80px 0;
    padding: 0 20px;
}

.marketing-subtitle-epic {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.subtitle-highlight {
    color: #FF1493;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(255, 20, 147, 0.6);
}

.subtitle-normal {
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
}

.marketing-description-epic {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 900px;
    margin: 0 auto;
}

.marketing-description-epic strong {
    color: #FF8C00;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.5);
}

/* ===== MEDIA PRESENCE SECTION ===== */
.media-presence-section {
    margin: 100px 0;
}

.media-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.media-title-icon {
    font-size: 2rem;
    animation: starPulse 2s ease-in-out infinite;
}

.media-outlets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.media-outlet-card {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.1), rgba(155, 48, 255, 0.05));
    border: 2px solid rgba(255, 20, 147, 0.3);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.media-outlet-card:hover {
    transform: translateY(-10px);
    border-color: #FF1493;
    box-shadow: 0 20px 60px rgba(255, 20, 147, 0.4);
}

.media-outlet-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 20, 147, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.media-outlet-card:hover::before {
    opacity: 1;
}

.outlet-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    border: 1px solid rgba(255, 20, 147, 0.2);
    border-radius: 50%;
    animation: orbitRotate 20s linear infinite;
    pointer-events: none;
}

.outlet-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.outlet-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255, 20, 147, 0.6));
}

.brasil-flag {
    animation: flagWave 3s ease-in-out infinite;
}

.world-flag {
    animation: flagWave 3s ease-in-out infinite 0.5s;
}

.outlet-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #FF1493;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.outlet-specs {
    margin: 20px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(255, 20, 147, 0.2);
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.spec-item:last-child {
    margin-bottom: 0;
}

.spec-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    letter-spacing: 1px;
}

.spec-value {
    font-size: 0.9rem;
    color: #FF8C00;
    font-weight: 700;
    text-transform: uppercase;
}

.power-bar {
    flex: 1;
    height: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    margin-left: 15px;
    border: 1px solid rgba(255, 20, 147, 0.3);
}

.power-fill {
    height: 100%;
    background: linear-gradient(90deg, #FF1493, #9B30FF, #FF8C00);
    border-radius: 10px;
    animation: powerPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(255, 20, 147, 0.8);
}

.outlet-highlight {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.6;
    font-style: italic;
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 20, 147, 0.05);
    border-left: 3px solid #FF1493;
    border-radius: 8px;
}

/* ===== IMPACT STATS ===== */
.marketing-impact-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 100px 0;
    flex-wrap: wrap;
}

.impact-stat {
    text-align: center;
    position: relative;
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 20px rgba(255, 20, 147, 0.6));
    animation: statFloat 3s ease-in-out infinite;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FF1493, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin: 10px 0;
}

.stat-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ===== MARKETING PROCESS ===== */
.marketing-process-section {
    margin: 100px 0;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.05), rgba(155, 48, 255, 0.05));
    border-radius: 30px;
    border: 2px solid rgba(255, 20, 147, 0.2);
}

.process-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.process-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    animation: pulse 2s ease-in-out infinite;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.process-step {
    position: relative;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 20, 147, 0.3);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    border-color: #FF1493;
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.3);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FF1493, #9B30FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #FF8C00;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.step-description {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

/* ===== GUARANTEE SECTION ===== */
.marketing-guarantee {
    text-align: center;
    margin: 100px 0;
    padding: 60px 40px;
    background: radial-gradient(ellipse at center, rgba(255, 20, 147, 0.1), transparent);
    border-radius: 30px;
    position: relative;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #FF1493, #9B30FF);
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 0 50px rgba(255, 20, 147, 0.6);
    animation: pulse 3s ease-in-out infinite;
}

.guarantee-icon {
    font-size: 3rem;
    color: #fff;
}

.guarantee-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #FF1493;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.guarantee-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    max-width: 900px;
    margin: 0 auto;
}

.guarantee-text strong {
    color: #FF8C00;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.5);
}

/* ===== SECTION CTA ===== */
.marketing-section-cta {
    text-align: center;
    margin: 80px 0 0 0;
}

.marketing-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 25px 60px;
    background: linear-gradient(135deg, #FF1493, #9B30FF, #FF8C00);
    border: 3px solid #FF1493;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 0 40px rgba(255, 20, 147, 0.6);
}

.marketing-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 80px rgba(255, 20, 147, 0.9);
}

.cta-text {
    position: relative;
    z-index: 2;
}

.cta-arrow {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.marketing-cta-button:hover .cta-arrow {
    transform: translateX(10px);
}

.cta-power-wave {
    position: absolute;
    inset: -3px;
    border: 2px solid #FF1493;
    border-radius: 60px;
    opacity: 0;
    animation: powerWave 3s ease-out infinite;
}

.cta-power-wave.wave-2 {
    animation-delay: 1s;
}

.cta-power-wave.wave-3 {
    animation-delay: 2s;
}

/* ===== PARTICLES ===== */
.marketing-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.marketing-particles .particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FF1493;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: 0 0 10px #FF1493;
}

.marketing-particles .particle:nth-child(1) {
    top: 10%;
    left: 10%;
    animation: particleFloat 8s ease-in-out infinite;
}

.marketing-particles .particle:nth-child(2) {
    top: 20%;
    left: 80%;
    animation: particleFloat 10s ease-in-out infinite 1s;
}

.marketing-particles .particle:nth-child(3) {
    top: 40%;
    left: 30%;
    animation: particleFloat 12s ease-in-out infinite 2s;
}

.marketing-particles .particle:nth-child(4) {
    top: 60%;
    left: 70%;
    animation: particleFloat 9s ease-in-out infinite 1.5s;
}

.marketing-particles .particle:nth-child(5) {
    top: 80%;
    left: 20%;
    animation: particleFloat 11s ease-in-out infinite 0.5s;
}

.marketing-particles .particle:nth-child(6) {
    top: 30%;
    left: 90%;
    animation: particleFloat 13s ease-in-out infinite 2.5s;
}

.marketing-particles .particle:nth-child(7) {
    top: 50%;
    left: 15%;
    animation: particleFloat 10s ease-in-out infinite 1.2s;
}

.marketing-particles .particle:nth-child(8) {
    top: 70%;
    left: 85%;
    animation: particleFloat 14s ease-in-out infinite 3s;
}

.marketing-particles .particle:nth-child(9) {
    top: 15%;
    left: 50%;
    animation: particleFloat 9s ease-in-out infinite 0.8s;
}

.marketing-particles .particle:nth-child(10) {
    top: 90%;
    left: 60%;
    animation: particleFloat 12s ease-in-out infinite 2.2s;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes pulseBadge {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes titlePulse {
    0%, 100% {
        filter: drop-shadow(0 0 30px rgba(255, 20, 147, 0.8));
    }
    50% {
        filter: drop-shadow(0 0 60px rgba(255, 20, 147, 1));
    }
}

@keyframes separatorGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 20, 147, 1);
    }
}

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

@keyframes floatLayer1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 20px);
    }
}

@keyframes floatLayer2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
}

@keyframes floatLayer3 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
}

@keyframes matrixFall {
    0% {
        top: -50px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@keyframes spotlightPulse {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

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

@keyframes auraPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

@keyframes crownFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes linkGlowSlide {
    0% {
        transform: translateX(-100%);
    }
    50%, 100% {
        transform: translateX(200%);
    }
}

@keyframes starPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(255, 20, 147, 0.6));
    }
    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 20px rgba(255, 20, 147, 1));
    }
}

@keyframes orbitRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes flagWave {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes powerPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

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

@keyframes powerWave {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(-20px, -40px);
    }
    75% {
        transform: translate(10px, -20px);
    }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablets */
@media (max-width: 768px) {
    .marketing-epic-section {
        padding: 80px 0;
    }

    .marketing-epic-container {
        padding: 0 20px;
    }

    .marketing-title-epic {
        font-size: 3rem;
    }

    .title-the {
        font-size: 1.5rem;
    }

    .title-explosive {
        font-size: 2.5rem;
    }

    .title-power-text {
        font-size: 1rem;
        gap: 10px;
    }

    .renato-profile-epic {
        flex-direction: column;
        gap: 40px;
    }

    .renato-credentials {
        text-align: center;
    }

    .renato-stats {
        justify-content: center;
    }

    /* Coelho responsive */
    .coelho-profile-epic {
        flex-direction: column;
        gap: 40px;
    }

    .coelho-credentials {
        text-align: center;
    }

    .coelho-stats {
        justify-content: center;
    }

    .media-outlets-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .marketing-impact-stats {
        gap: 40px;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .marketing-title-epic {
        font-size: 2.5rem;
    }

    .title-the {
        font-size: 1.2rem;
    }

    .title-explosive {
        font-size: 2rem;
    }

    .renato-avatar-container,
    .renato-avatar-epic {
        width: 120px;
        height: 120px;
    }

    .renato-name {
        font-size: 1.8rem;
    }

    .renato-quote {
        font-size: 1.1rem;
    }

    /* Coelho mobile */
    .coelho-avatar-container,
    .coelho-avatar-epic {
        width: 120px;
        height: 120px;
    }

    .coelho-name {
        font-size: 1.8rem;
    }

    .coelho-quote {
        font-size: 1.1rem;
    }

    .coelho-stats .stat-value {
        font-size: 1.5rem;
    }

    .stat-value {
        font-size: 1.5rem;
    }

    .marketing-subtitle-epic {
        font-size: 1.3rem;
    }

    .marketing-description-epic {
        font-size: 1rem;
    }

    .media-section-title {
        font-size: 2rem;
    }

    .outlet-name {
        font-size: 1.2rem;
    }

    .marketing-cta-button {
        font-size: 1.1rem;
        padding: 20px 40px;
    }
}
