/**
 * ==============================================
 * PUBLISHING SECTION CSS ÉPICO - DEPARTAMENTO DE LANÇAMENTO
 * ==============================================
 * 
 * Responsabilidade: Experiência cinematográfica de publicação global com efeitos 3D
 * Paleta: Verde Neon/Azul Ciano/Branco para diferenciação
 * Efeitos: Animações de lançamento, partículas, transformações 3D, efeitos de distribuição global
 * 
 * @package Nuntius Theme
 * @version 2.0.0 EPIC
 * @author Nuntius Team
 */

/* ===== SEÇÃO PRINCIPAL ÉPICA ===== */
.publishing-epic-section {
    position: relative;
    padding: 80px 0;
    background: 
        radial-gradient(ellipse at top, #0a1a0f 0%, #0f1a14 25%, #0d1817 50%, #0a140f 100%),
        linear-gradient(135deg, #0a1f1a 0%, #16213e  50%, #0a1a0f 100%);
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: auto;
}

/* ===== CANVAS 3D E LAYERS DE PROFUNDIDADE ===== */
.publishing-3d-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.publishing-depth-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.publishing-depth-layer.layer-1 {
    background: radial-gradient(circle at 25% 75%, rgba(16, 185, 129, 0.12) 0%, transparent 50%);
    animation: depthFloat1 10s ease-in-out infinite;
}

.publishing-depth-layer.layer-2 {
    background: radial-gradient(circle at 75% 25%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
    animation: depthFloat2 14s ease-in-out infinite reverse;
}

.publishing-depth-layer.layer-3 {
    background: radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.08) 0%, transparent 50%);
    animation: depthFloat3 12s ease-in-out infinite;
}

/* ===== ANIMAÇÃO DE LANÇAMENTO MATRIX ===== */
.publishing-launch-rain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.launch-line {
    position: absolute;
    top: -100px;
    font-size: 0.7rem;
    color: #10b981;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.8);
    white-space: nowrap;
    animation: launchRainFall 7s linear infinite;
}

.launch-line:nth-child(1) { left: 12%; animation-delay: 0s; }
.launch-line:nth-child(2) { left: 32%; animation-delay: 1.4s; }
.launch-line:nth-child(3) { left: 52%; animation-delay: 2.8s; }
.launch-line:nth-child(4) { left: 72%; animation-delay: 0.7s; }
.launch-line:nth-child(5) { left: 88%; animation-delay: 2.1s; }

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

/* ===== HEADER CINEMATOGRÁFICO ===== */
.publishing-header-cinematic {
    text-align: center;
    margin-bottom: 3rem;
}

/* Badge Técnico */
.publishing-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #10b981;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    animation: badgePulse 2s ease-in-out infinite;
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    animation: dotPulse 1.5s ease-in-out infinite;
}

/* Título Épico */
.publishing-title-epic {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    margin: 0 0 2rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.title-publishing {
    background: linear-gradient(135deg, #10b981 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(16, 185, 129, 0.5);
    animation: titleGlow 3s ease-in-out infinite;
}

.title-separator {
    color: #06b6d4;
    font-size: clamp(2rem, 4vw, 3.5rem);
    animation: separatorRotate 4s linear infinite;
}

.title-global {
    background: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(6, 182, 212, 0.5);
    animation: titleGlow 3s ease-in-out infinite reverse;
}

/* ===== PEDRO GOMES HERO CONTAINER ===== */
.pedro-hero-container {
    position: relative;
    margin: 3rem 0;
    padding: 3rem;
    background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    border-radius: 20px;
}

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

.pedro-profile-epic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* Avatar Container com Efeitos */
.pedro-avatar-container {
    position: relative;
    width: 180px;
    height: 180px;
}

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

.pedro-avatar-container .avatar-glow-ring.ring-1 {
    border-color: #10b981 transparent #10b981 transparent;
    animation-duration: 8s;
}

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

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

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

.pedro-avatar-epic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #10b981;
    box-shadow: 0 0 40px rgba(16, 185, 129, 0.6), 0 0 80px rgba(6, 182, 212, 0.4);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Pedro Avatar Icon Style */
.pedro-avatar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(135deg, 
        rgba(16, 185, 129, 0.95) 0%, 
        rgba(6, 182, 212, 0.95) 50%,
        rgba(16, 185, 129, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

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

.pedro-avatar-icon .avatar-icon-main {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(6, 182, 212, 0.9));
    animation: iconFloatPedro 3s ease-in-out infinite;
    z-index: 2;
}

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

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

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

.pedro-avatar-epic:hover {
    transform: scale(1.05);
}

.pedro-crown {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 3rem;
    filter: drop-shadow(0 0 10px #10b981);
    animation: crownFloat 3s ease-in-out infinite;
    z-index: 3;
}

/* Credenciais Pedro */
.pedro-credentials {
    text-align: left;
    max-width: 500px;
}

.pedro-name {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 0.5rem;
    letter-spacing: 2px;
}

.pedro-title {
    font-size: 1.1rem;
    color: #06b6d4;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.pedro-stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

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

.pedro-stats .stat-number {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pedro-stats .stat-label {
    font-size: 0.7rem;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
}

.pedro-stats .stat-separator {
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 900;
}

.pedro-quote {
    font-size: 1.3rem;
    color: #fff;
    font-style: italic;
    margin: 1.5rem 0;
    line-height: 1.6;
    font-weight: 500;
}

.pedro-channel-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: linear-gradient(90deg, #10b981 0%, #22c55e 100%);
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.4);
    letter-spacing: 1px;
}

.pedro-channel-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.6);
    background: linear-gradient(90deg, #22c55e 0%, #10b981 100%);
}

.pedro-channel-link .link-icon {
    font-size: 1.3rem;
}

/* ===== SUBTITLE CONTAINER ===== */
.publishing-subtitle-container {
    margin-top: 2rem;
}

.publishing-subtitle-epic {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    color: #fff;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.publishing-power-statement {
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
    color: #ccc;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

.highlight-cyan {
    color: #06b6d4;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(6, 182, 212, 0.8);
}

.highlight-green {
    color: #10b981;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
}

.highlight-gold {
    color: #ffb300;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(255, 179, 0, 0.8);
}

.highlight-neon {
    color: #22c55e;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(34, 197, 94, 0.8);
}

/* ===== STORES UNIVERSE ===== */
.publishing-stores-universe {
    margin: 4rem 0;
}

.universe-title-container {
    text-align: center;
    margin-bottom: 3rem;
}

.universe-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.universe-text {
    display: block;
    color: #999;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    margin-bottom: 0.5rem;
}

.universe-highlight {
    display: block;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(16, 185, 129, 0.5);
}

/* ===== GRID 3D DE STORES ===== */
.publishing-stores-3d-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 0 auto;
    perspective: 1000px;
}

/* Cards 3D de Store */
.publishing-store-3d-card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.publishing-store-3d-card:hover {
    transform: rotateY(5deg) rotateX(5deg) translateZ(20px);
}

.card-3d-container {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.publishing-store-3d-card:hover .card-3d-container {
    background: rgba(16, 185, 129, 0.1);
    border-color: #10b981;
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.4);
}

/* Border Técnico Animado */
.card-tech-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: linear-gradient(45deg, transparent 48%, #10b981 50%, transparent 52%);
    background-size: 20px 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.publishing-store-3d-card:hover .card-tech-border {
    opacity: 0.1;
    animation: borderScan 2s linear infinite;
}

/* Container do Ícone */
.card-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    height: auto;
    min-height: auto;
}

.store-icon-3d {
    font-size: 2.5rem;
    filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.6));
    transition: transform 0.3s ease;
}

.publishing-store-3d-card:hover .store-icon-3d {
    transform: scale(1.2) rotateY(360deg);
    filter: drop-shadow(0 0 20px rgba(16, 185, 129, 1));
}

/* Orbit Rings */
.icon-orbit-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.orbit-ring {
    position: absolute;
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orbit-ring.ring-1 {
    width: 80px;
    height: 80px;
    animation: orbitRotate1 3s linear infinite;
}

.orbit-ring.ring-2 {
    width: 100px;
    height: 100px;
    animation: orbitRotate2 4s linear infinite reverse;
}

/* Título da Store */
.store-title-3d {
    font-size: 1.2rem;
    color: #10b981;
    margin: 1rem 0 0.5rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Specs da Store */
.store-specs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
    flex-grow: 1;
}

.spec-item {
    font-size: 0.9rem;
    color: #bbb;
    padding: 0.4rem 0.8rem;
    background: rgba(16, 185, 129, 0.05);
    border-left: 2px solid #10b981;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.spec-item:hover {
    background: rgba(16, 185, 129, 0.15);
    transform: translateX(5px);
}

/* Power Bar */
.store-power-bar {
    height: 8px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}

.power-fill {
    height: 100%;
    border-radius: 10px;
    animation: powerPulse 2s ease-in-out infinite;
}

.console-stores-power {
    width: 100%;
    background: linear-gradient(90deg, #10b981 0%, #22c55e 100%);
}

.pc-stores-power {
    width: 98%;
    background: linear-gradient(90deg, #06b6d4 0%, #0ea5e9 100%);
}

.mobile-stores-power {
    width: 97%;
    background: linear-gradient(90deg, #22c55e 0%, #10b981 100%);
}

.global-distribution-power {
    width: 100%;
    background: linear-gradient(90deg, #10b981 0%, #06b6d4 50%, #22c55e 100%);
}

/* ===== SEÇÃO DE IMPACTO ===== */
.publishing-impact-section {
    margin: 4rem 0;
    padding: 3rem;
    background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
    border-radius: 20px;
}

.impact-stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.impact-stat .stat-number {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    animation: counterGlow 2s ease-in-out infinite;
}

.stat-plus, .stat-percent {
    font-size: 3rem;
    color: #22c55e;
    font-weight: 900;
    display: inline-block;
    margin-left: 0.2rem;
}

.impact-stat .stat-label {
    font-size: 0.9rem;
    color: #999;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.impact-separator {
    color: #10b981;
    font-size: 2rem;
    font-weight: 900;
}

/* ===== PROCESSO DE PUBLICAÇÃO ===== */
.publishing-process-section {
    margin: 4rem 0;
}

.process-container {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #10b981;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.badge-lightning {
    font-size: 1.2rem;
    animation: lightningFlash 2s ease-in-out infinite;
}

.process-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.process-main {
    color: #06b6d4;
    text-shadow: 0 0 20px rgba(6, 182, 212, 0.8);
}

.process-separator {
    color: #22c55e;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.process-result {
    background: linear-gradient(135deg, #10b981 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Grid de Steps */
.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}

.step-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.step-title {
    font-size: 1.2rem;
    color: #10b981;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.step-desc {
    font-size: 1rem;
    color: #bbb;
    line-height: 1.6;
    margin: 0;
}

/* ===== GARANTIA DE PUBLICAÇÃO ===== */
.publishing-guarantee-section {
    margin: 4rem 0;
}

.guarantee-container {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
    border-radius: 20px;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #10b981;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.badge-check {
    font-size: 1.2rem;
    color: #10b981;
}

.guarantee-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.guarantee-main {
    color: #10b981;
    text-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
}

.guarantee-separator {
    color: #06b6d4;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.guarantee-result {
    background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.guarantee-description {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.8;
    margin-top: 1.5rem;
}

/* ===== CTA ÉPICO ===== */
.publishing-cta-epic {
    margin: 4rem 0 2rem;
    text-align: center;
}

.cta-power-container {
    position: relative;
    display: inline-block;
}

.publishing-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 45px;
    background: linear-gradient(90deg, #10b981 0%, #06b6d4 100%);
    color: #000;
    font-size: 1.3rem;
    font-weight: 900;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.5);
    position: relative;
    overflow: hidden;
}

.publishing-cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 60px rgba(16, 185, 129, 0.7);
    background: linear-gradient(90deg, #06b6d4 0%, #10b981 100%);
}

.cta-icon {
    font-size: 2rem;
    animation: ctaIconBounce 1s ease-in-out infinite;
}

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

/* Power Waves */
.cta-power-waves {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.power-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid rgba(16, 185, 129, 0.5);
    border-radius: 50px;
    animation: waveExpand 2s ease-out infinite;
}

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

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

/* ===== SISTEMA DE PARTÍCULAS ===== */
.publishing-fx-system {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.launch-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.8);
    animation: particleFloat 8s ease-in-out infinite;
}

.launch-particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.launch-particle:nth-child(2) {
    top: 40%;
    left: 30%;
    animation-delay: 1.6s;
}

.launch-particle:nth-child(3) {
    top: 60%;
    left: 70%;
    animation-delay: 3.2s;
}

.launch-particle:nth-child(4) {
    top: 80%;
    left: 50%;
    animation-delay: 2.4s;
}

.launch-particle:nth-child(5) {
    top: 30%;
    left: 90%;
    animation-delay: 4.8s;
}

/* ===== ANIMAÇÕES ===== */
@keyframes depthFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

@keyframes depthFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 20px) scale(1.1); }
}

@keyframes depthFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 30px) scale(1.05); }
}

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

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 10px rgba(16, 185, 129, 0.3); }
    50% { box-shadow: 0 0 20px rgba(16, 185, 129, 0.6); }
}

@keyframes dotPulse {
    0%, 100% { box-shadow: 0 0 5px #10b981; }
    50% { box-shadow: 0 0 15px #10b981; }
}

@keyframes titleGlow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(16, 185, 129, 0.5)); }
    50% { filter: drop-shadow(0 0 40px rgba(16, 185, 129, 0.8)); }
}

@keyframes separatorRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

@keyframes ringRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes ringPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

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

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

@keyframes orbitRotate1 {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbitRotate2 {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes borderScan {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

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

@keyframes counterGlow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(16, 185, 129, 0.5)); }
    50% { filter: drop-shadow(0 0 40px rgba(16, 185, 129, 1)); }
}

@keyframes lightningFlash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

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

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

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-30px) translateX(20px);
        opacity: 0.5;
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media screen and (max-width: 768px) {
    .publishing-epic-section {
        padding: 60px 0;
    }
    
    .publishing-container {
        padding: 0 20px;
    }
    
    .publishing-title-epic {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .pedro-profile-epic {
        flex-direction: column;
        gap: 2rem;
    }
    
    .pedro-credentials {
        text-align: center;
    }
    
    .pedro-stats {
        justify-content: center;
    }
    
    .publishing-stores-3d-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .impact-stats-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .process-steps-grid {
        grid-template-columns: 1fr;
    }
    
    .process-title, .guarantee-title {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .publishing-cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .publishing-title-epic {
        font-size: 2rem;
    }
    
    .pedro-avatar-container {
        width: 120px;
        height: 120px;
    }
    
    .pedro-avatar-epic {
        width: 120px;
        height: 120px;
    }
    
    .pedro-name {
        font-size: 1.8rem;
    }
    
    .publishing-cta-button {
        flex-direction: column;
        gap: 10px;
    }
}
