/**
 * Seecom Hero Animado - Estilos CSS
 * Arquivo: seecom-hero.css
 * Localização sugerida: /wp-content/themes/seu-tema/assets/css/
 */

/* ===== RESET ESPECÍFICO DO COMPONENTE ===== */
.seecom-hero-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== HERO CONTAINER ===== */
.seecom-hero-container {
    position: relative;
    min-height: 200vh;
    overflow: hidden;
    font-family: 'Arvo', serif;
}

/* ===== STICKY WRAPPER ===== */
.seecom-hero-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* ===== BACKGROUND LAYER (Estado Inicial) ===== */
.seecom-hero-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0c29d0 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Shopify Bag Background Pattern */
.seecom-shopify-bag-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 30c-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15s15-6.716 15-15c0-8.284-6.716-15-15-15zm0 25c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10z' fill='%23ffffff' fill-opacity='1'/%3E%3C/svg%3E");
    background-size: 60px 60px;
}

.seecom-bg-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 2rem;
}

.seecom-bg-kicker {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.85;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.seecom-bg-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.seecom-bg-description {
    font-size: clamp(1.15rem, 2.5vw, 1.6rem);
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 3rem;
    font-weight: 400;
}

.seecom-bg-description strong {
    font-weight: 700;
    color: #f5c130;
}

.seecom-bg-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.seecom-bg-badge-logo {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.seecom-bg-badge-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* ===== REVEAL LAYER (Conteúdo Revelado) ===== */
.seecom-hero-reveal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.1s linear;
}

/* Gradient overlay sutil */
.seecom-hero-reveal-layer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(10, 22, 40, 0.3) 100%);
    z-index: 1;
}

.seecom-reveal-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 1000px;
    padding: 2rem;
}

.seecom-reveal-kicker {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.85;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #6bdd84;
}

.seecom-reveal-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.seecom-reveal-title .seecom-highlight {
    color: #f5c130;
    display: inline-block;
}

.seecom-reveal-description {
    font-size: clamp(1.15rem, 2.5vw, 1.6rem);
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 3rem;
    font-weight: 400;
}

.seecom-reveal-description strong {
    font-weight: 700;
    color: #6bdd84;
}

/* ===== STATS COM COUNTER ANIMADO ===== */
.seecom-reveal-stats {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.seecom-reveal-stat {
    text-align: center;
    min-width: 150px;
}

.seecom-reveal-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #6bdd84;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: 'Arvo', serif;
    position: relative;
    display: inline-block;
}

/* Efeito de glow no número */
.seecom-reveal-stat-number.seecom-counting {
    animation: seecom-glow 0.3s ease-in-out;
}

@keyframes seecom-glow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(107, 221, 132, 0.5);
    }
    50% {
        text-shadow: 0 0 20px rgba(107, 221, 132, 0.8);
    }
}

.seecom-reveal-stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.85;
}

/* CTAs */
.seecom-reveal-ctas {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.seecom-reveal-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Arvo', serif;
}

.seecom-reveal-cta-primary {
    background: linear-gradient(135deg, #6bdd84 0%, #4ade80 100%);
    color: #0a1628;
    box-shadow: 0 10px 30px rgba(107, 221, 132, 0.3);
}

.seecom-reveal-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(107, 221, 132, 0.45);
    color: #0a1628;
    text-decoration: none;
}

.seecom-reveal-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.seecom-reveal-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    text-decoration: none;
}

/* ===== SHOPIFY BAG ICON (Centro da máscara) ===== */
.seecom-shopify-bag-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 180px;
    height: 180px;
    pointer-events: none;
    opacity: 0.15;
    transition: opacity 0.3s ease;
}

.seecom-shopify-bag-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 40px rgba(255, 255, 255, 0.3));
}

/* ===== SCROLL INDICATOR ===== */
.seecom-scroll-indicator {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: seecom-bounce 2s infinite;
    opacity: 0.7;
}

.seecom-scroll-indicator svg {
    width: 32px;
    height: 32px;
    color: white;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

@keyframes seecom-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-12px);
    }
    60% {
        transform: translateX(-50%) translateY(-6px);
    }
}

/* ===== PROGRESS INDICATOR ===== */
.seecom-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 100;
}

.seecom-scroll-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #6bdd84 0%, #f5c130 100%);
    width: 0%;
    transition: width 0.1s linear;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .seecom-bg-content,
    .seecom-reveal-content {
        padding: 1.5rem;
    }

    .seecom-bg-title,
    .seecom-reveal-title {
        font-size: clamp(2.2rem, 8vw, 3.5rem);
    }

    .seecom-bg-description,
    .seecom-reveal-description {
        font-size: clamp(1rem, 3vw, 1.3rem);
    }

    .seecom-reveal-stats {
        gap: 2rem;
    }

    .seecom-reveal-stat-number {
        font-size: 2.2rem;
    }

    .seecom-reveal-ctas {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .seecom-reveal-cta {
        width: 100%;
        justify-content: center;
    }

    .seecom-bg-badges {
        gap: 1.5rem;
    }

    .seecom-bg-badge-logo {
        height: 40px;
    }

    .seecom-shopify-bag-icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .seecom-reveal-stats {
        gap: 1.5rem;
    }

    .seecom-reveal-stat-number {
        font-size: 2rem;
    }

    .seecom-reveal-stat-label {
        font-size: 0.8rem;
    }
}
