body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    background: linear-gradient(135deg, #101c13 0%, #232946 100%);
    color: #fff;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 5%;
    left: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 60% 40%, #25d36655 0%, #181c18 80%), url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center center;
    background-size: 320px 320px, 220px 220px;
    opacity: 0.13;
    z-index: 0;
    filter: blur(2px);
    pointer-events: none;
}

body::after {
    content: '';
    position: fixed;
    bottom: -100px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 40% 60%, #ffd60055 0%, #181c18 80%), url('https://n8n.io/images/n8n-logo.svg') no-repeat center center;
    background-size: 320px 320px, 180px 180px;
    opacity: 0.13;
    z-index: 0;
    filter: blur(2px);
    pointer-events: none;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.88);
    z-index: 1;
    pointer-events: none;
}

#app, .hero, .automacoes, .produtos-destaque, .destaque-pacote-completo, .como-funciona-destaque, .footer {
    position: relative;
    z-index: 2;
}

#app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero {
    width: 100%;
    max-width: 800px;
    margin: 10px auto 24px auto;
    text-align: center;
    padding: 40px 24px 32px 24px;
    border-radius: 24px;
    box-shadow: 0 0 32px 0 #39ff1440, 0 8px 32px rgba(34, 34, 34, 0.08);
    background: rgba(10, 20, 15, 0.92);
    position: relative;
    z-index: 2;
}

.hero h2, .produtos-destaque h2, .destaque-pacote-completo h2 {
    color: #39ff14;
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 0 12px #39ff14, 0 2px 8px #000;
    margin-bottom: 18px;
}

.intro-text p, .intro-list li {
    color: #e0ffe6;
    font-size: 1.1rem;
    font-weight: 500;
}

.intro-list {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 0;
}
.intro-list li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 28px;
}
.intro-list li:before {
    content: '';
}

.pack-label {
    display: inline-block;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px;
    font-size: 1rem;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.gradient-title {
    background: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.15;
    display: inline-block;
}

.subtitle {
    font-size: 1.2rem;
    color: #128c7e;
    margin: 12px 0 8px 0;
    font-weight: 600;
}

.desc {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 28px;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1.15rem;
    padding: 18px 0;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 0 18px #2af59840, 0 2px 8px #000a;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
    letter-spacing: 1px;
    width: 95%;
    max-width: 440px;
    min-width: 120px;
    text-shadow: 0 2px 8px #000a;
    outline: none;
    box-sizing: border-box;
}

.cta-btn:hover {
    background: linear-gradient(90deg, #009efd 0%, #2af598 100%);
    color: #fff;
    box-shadow: 0 0 28px #2af598, 0 4px 16px #000a;
    transform: scale(1.04);
    filter: brightness(1.08);
}

.automacoes {
    width: 100%;
    max-width: 900px;
    margin: 32px auto 0 auto;
    padding: 24px;
    background: rgba(255,255,255,0.85);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(34, 34, 34, 0.07);
    text-align: center;
}
.automacoes h2 {
    color: #128c7e;
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-weight: 700;
}
.automacao-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.automacao-item {
    background: #e9f5ec;
    border: 1.5px solid #25d366;
    border-radius: 16px;
    padding: 24px 20px 20px 20px;
    min-width: 220px;
    max-width: 260px;
    flex: 1 1 220px;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.automacao-item h3 {
    color: #128c7e;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.automacao-item p {
    margin: 0 0 16px 0;
    font-size: 1rem;
    color: #222;
}
.automacao-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1.15rem;
    padding: 18px 0;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 0 18px #2af59840, 0 2px 8px #000a;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
    letter-spacing: 1px;
    width: 95%;
    max-width: 440px;
    min-width: 120px;
    text-shadow: 0 2px 8px #000a;
    outline: none;
    box-sizing: border-box;
}
.automacao-btn:hover {
    background: linear-gradient(90deg, #009efd 0%, #2af598 100%);
    color: #fff;
    box-shadow: 0 0 28px #2af598, 0 4px 16px #000a;
    transform: scale(1.04);
    filter: brightness(1.08);
}

/* Ajustar cores dos textos para branco */
.hero, .automacoes, .section, .faq, .bonus, .price, .howto, .cta-section, .footer {
    color: #fff;
    background: transparent;
}

.automacoes-detalhadas {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.automacao-card {
    background: rgba(30, 30, 30, 0.98);
    border: 1.5px solid #25d366;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(34, 34, 34, 0.10);
    padding: 32px 24px 24px 24px;
    min-width: 320px;
    max-width: 400px;
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.automacao-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.automacao-header h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #25d366;
    margin: 0;
}
.automacao-desc {
    font-size: 1.05rem;
    margin-bottom: 16px;
    text-align: center;
}
.automacao-img {
    width: 90%;
    max-width: 320px;
    border-radius: 10px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(34, 34, 34, 0.15);
}
.preco-detalhe {
    margin-bottom: 12px;
    text-align: center;
}
.preco-antigo {
    color: #ff4d4d;
    text-decoration: line-through;
    font-size: 1.1rem;
    margin-right: 8px;
}
.preco-novo {
    color: #25d366;
    font-size: 1.3rem;
    font-weight: 700;
}
.automacao-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1.15rem;
    padding: 18px 0;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 0 18px #2af59840, 0 2px 8px #000a;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
    letter-spacing: 1px;
    width: 95%;
    max-width: 440px;
    min-width: 120px;
    text-shadow: 0 2px 8px #000a;
    outline: none;
    box-sizing: border-box;
}
.automacao-btn:hover {
    background: linear-gradient(90deg, #009efd 0%, #2af598 100%);
    color: #fff;
    box-shadow: 0 0 28px #2af598, 0 4px 16px #000a;
    transform: scale(1.04);
    filter: brightness(1.08);
}
@media (max-width: 900px) {
    .automacoes-detalhadas {
        flex-direction: column;
        align-items: center;
    }
    .automacao-card {
        max-width: 95vw;
    }
}

.logo-topo {
    display: block;
    margin: 40px auto 24px auto;
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 0 12px #39ff14);
    position: relative;
    z-index: 10;
}
.intro-text {
    text-align: center;
    margin-bottom: 32px;
}
.intro-text h2 {
    font-size: 1.5rem;
    color: #25d366;
    margin-bottom: 12px;
    font-weight: 800;
}
.intro-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 18px 0;
}
.intro-list li {
    margin-bottom: 8px;
    font-size: 1.08rem;
}
.cta-principal {
    font-size: 1.2rem;
    padding: 18px 40px;
    margin-top: 18px;
    background: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    border-radius: 32px;
    font-weight: 800;
    box-shadow: 0 4px 16px rgba(34, 34, 34, 0.10);
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.2s;
}
.cta-principal:hover {
    background: linear-gradient(90deg, #128c7e 0%, #25d366 100%);
    transform: scale(1.04);
}
.produtos-destaque {
    margin-top: 16px;
}
.produtos-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1050px;
    margin: 0 auto;
}
.produto-card {
    background: linear-gradient(135deg, rgba(20, 28, 23, 0.95) 0%, rgba(15, 25, 20, 0.98) 100%);
    border: 2px solid #baffc9;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(186, 255, 201, 0.15), 0 4px 16px rgba(0, 0, 0, 0.3);
    padding: 24px 20px 20px 20px;
    max-width: 600px;
    width: 100%;
    margin: 8px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}
.produto-card:hover {
    box-shadow: 0 12px 48px rgba(186, 255, 201, 0.25), 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 2px solid #baffc9;
    transform: translateY(-4px);
}
.produto-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 12px;
    color: #baffc9;
    text-shadow: 0 0 8px #baffc9, 0 0 16px #baffc9;
    letter-spacing: 0.5px;
}
.preco-antigo {
    color: #ff4d4d;
    text-decoration: line-through;
    font-size: 1.25rem;
    margin-right: 8px;
}
.preco-novo, .preco-detalhe[style*='color:#00e676'] {
    color: #39ff14 !important;
    font-size: 1.35rem;
    font-weight: 900;
    text-shadow: 0 0 6px #39ff14;
}
.como-funciona-destaque {
    max-width: 700px;
    margin: 24px auto 0 auto;
    background: rgba(34, 34, 34, 0.95);
    border-radius: 18px;
    padding: 32px 24px;
    box-shadow: 0 4px 24px rgba(34, 34, 34, 0.10);
    color: #fff;
    text-align: center;
}
.como-funciona-destaque h2 {
    color: #25d366;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 18px;
}
.como-funciona-destaque ol {
    text-align: left;
    margin: 0 auto;
    max-width: 400px;
    padding-left: 18px;
}
.bonus-exclusivo {
    background: #181818;
    border: 2px solid #ffe066;
    border-radius: 18px;
    margin: 0 auto;
    margin-top: 18px;
    padding: 22px 18px 16px 18px;
    color: #ffe066;
    max-width: 420px;
    box-shadow: 0 0 8px #ffe06640;
}
.bonus-exclusivo h3 {
    color: #ffe066;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 0 2px #ffe066;
}
.bonus-exclusivo ul {
    color: #fff;
    margin: 0;
    padding-left: 22px;
    text-align: left;
}
.logo-rodape {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 110px;
    height: auto;
    filter: drop-shadow(0 0 8px #39ff14);
}

@media (max-width: 1200px) {
    .produtos-lista {
        max-width: 900px;
        gap: 24px;
    }
    .produtos-row {
        gap: 18px;
    }
    .produto-card {
        max-width: 300px;
        min-width: 180px;
    }
    .destaque-pacote-completo {
        max-width: 95vw;
        padding: 28px 4vw 24px 4vw;
    }
}
@media (max-width: 900px) {
    .produtos-lista {
        flex-direction: column;
        align-items: center;
        max-width: 98vw;
        gap: 12px;
    }
    .produtos-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }
    .produto-card {
        max-width: 98vw;
        min-width: 180px;
        padding: 18px 10px 14px 10px;
        margin: 6px auto;
    }
    .hero, .destaque-pacote-completo {
        padding: 18px 8px 14px 8px;
    }
    .hero h2, .produtos-destaque h2, .destaque-pacote-completo h2 {
        font-size: 1.1rem;
    }
    .produto-card h3 {
        font-size: 1rem;
    }
    .automacao-btn, .cta-btn {
        font-size: 0.98rem;
        padding: 10px 8vw;
        min-width: 120px;
    }
    .logo-topo, .logo-rodape {
        max-width: 60px;
    }
}
@media (max-width: 600px) {
    body {
        font-size: 15px;
    }
    #app {
        padding: 0 2vw;
    }
    .logo-topo {
        max-width: 80px;
        margin-top: 12px;
    }
    .hero, .como-funciona-destaque, .produtos-destaque, .produtos-row, .footer {
        padding: 10px 2vw !important;
        box-sizing: border-box;
    }
    .produtos-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .produto-card {
        min-width: 0 !important;
        max-width: 98vw !important;
        width: 100% !important;
        margin: 0 auto 8px auto !important;
        font-size: 1rem !important;
        padding: 18px 10px 16px 10px !important;
    }
    .produto-card h3 {
        font-size: 1.05rem !important;
        word-break: break-word;
    }
    .automacao-btn, .cta-btn {
        font-size: 1.05rem !important;
        padding: 16px 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        border-radius: 28px !important;
    }
    .produtos-lista {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    .footer {
        font-size: 0.95rem;
        padding-bottom: 18px;
    }
    .bonus-exclusivo, .como-funciona-destaque, .destaque-pacote-completo {
        max-width: 98vw !important;
        padding: 12px 2vw !important;
        border-radius: 14px !important;
        margin: 12px auto 0 auto !important;
        box-sizing: border-box;
    }
    .intro-text, .intro-list {
        font-size: 1rem !important;
        padding: 0 2vw !important;
    }
    .intro-list li {
        padding-left: 18px !important;
        font-size: 1rem !important;
    }
    .produtos-row ul, .produto-card ul {
        font-size: 0.98rem !important;
        padding-left: 18px !important;
    }
    .produtos-row ul li, .produto-card ul li {
        word-break: break-word;
    }
    .produtos-row .produto-card, .produtos-row > div {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 98vw !important;
    }
    iframe {
        width: 98vw !important;
        height: 200px !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .footer .logo-rodape {
        max-width: 60px !important;
    }
    .bonus-exclusivo ul, .como-funciona-destaque ul {
        font-size: 1rem !important;
        padding-left: 18px !important;
    }
    .bonus-exclusivo ul li, .como-funciona-destaque ul li {
        word-break: break-word;
    }
    .background-circuit, .background-circuit svg {
        display: none !important;
    }
}

.background-circuit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.07;
    filter: blur(2px) brightness(1.5);
}
.background-circuit svg {
    width: 100vw;
    height: 100vh;
    display: block;
}
@keyframes circuit-move {
    0% { stroke-dashoffset: 1000; }
    100% { stroke-dashoffset: 0; }
}
.circuit-line {
    stroke: #baffc9;
    stroke-width: 2;
    stroke-dasharray: 12 10;
    stroke-dashoffset: 1000;
    animation: circuit-move 7s linear infinite;
    opacity: 0.18;
    filter: blur(0.5px);
}

.produtos-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}
@media (max-width: 900px) {
    .produtos-row {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
}

.destaque-pacote-completo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(20, 28, 23, 0.98);
    border: 2px solid #baffc9;
    box-shadow: 0 0 16px #baffc9a0;
    border-radius: 28px;
    padding: 38px 28px 32px 28px;
    color: #fff;
    text-align: center;
    margin: 48px auto 0 auto;
    max-width: 700px;
    position: relative;
    z-index: 3;
}
.destaque-pacote-completo h2,
.destaque-pacote-completo div,
.destaque-pacote-completo a,
.destaque-pacote-completo .bonus-exclusivo {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.destaque-pacote-completo:hover {
    box-shadow: 0 0 64px #39ff14, 0 0 32px #39ff1440, 0 12px 40px #000a;
    transform: scale(1.045);
}
.destaque-pacote-completo .cta-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 440px;
    min-width: 220px;
}

.footer p {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

/* Estilos para o Modal de Mídias */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 2px solid #39ff14;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.3);
    width: 90%;
    max-width: 1000px;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header {
    background: linear-gradient(90deg, #39ff14 0%, #00e676 100%);
    color: #000;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #39ff14;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.close-modal {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

/* Loading spinner */
.loading {
    text-align: center;
    padding: 40px;
    color: #fff;
}

.spinner {
    border: 4px solid rgba(57, 255, 20, 0.3);
    border-top: 4px solid #39ff14;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
}

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

/* Grid de cards de mídias */
.midias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 10px 0;
}

/* Cards de pasta */
.pasta-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 2px solid #39ff14;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pasta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.1), transparent);
    transition: left 0.5s ease;
}

.pasta-card:hover::before {
    left: 100%;
}

.pasta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(57, 255, 20, 0.3);
    border-color: #00e676;
}

.pasta-card .pasta-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

.pasta-card .pasta-name {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-word;
}

.pasta-card .pasta-info {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.pasta-card .pasta-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.pasta-btn {
    background: linear-gradient(90deg, #39ff14 0%, #00e676 100%);
    color: #000;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pasta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(57, 255, 20, 0.4);
}

.pasta-btn.secondary {
    background: linear-gradient(90deg, #666 0%, #444 100%);
    color: #fff;
}

/* Erro de carregamento */
.erro-midias {
    text-align: center;
    padding: 40px;
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 10px;
    border: 1px solid #ff6b6b;
}

.erro-midias p {
    margin: 10px 0;
    font-size: 1rem;
}

/* Responsividade para o modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-header h2 {
        font-size: 1.2rem;
    }
    
    .modal-body {
        padding: 20px;
        max-height: 70vh;
    }
    
    .midias-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .pasta-card {
        padding: 15px;
    }
    
    .pasta-card .pasta-icon {
        font-size: 2.5rem;
    }
    
    .pasta-card .pasta-name {
        font-size: 1rem;
    }
    
    .pasta-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .pasta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .midias-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .pasta-card {
        padding: 12px;
    }
    
    .modal-header {
        padding: 12px 15px;
    }
    
    .modal-body {
        padding: 15px;
    }
}

/* Estilos para a Nova Janela - Configurações Avançadas */
.nova-janela-content {
    max-width: 900px;
    max-height: 85vh;
}

.nova-janela-header {
    background: linear-gradient(90deg, #ff6b6b 0%, #ee5a52 100%);
}

/* Sistema de Tabs */
.config-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.tab-btn {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 2px solid #444;
    border-radius: 10px;
    padding: 12px 20px;
    color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: bold;
}

.tab-btn:hover {
    border-color: #ff6b6b;
    color: #fff;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: linear-gradient(90deg, #ff6b6b 0%, #ee5a52 100%);
    border-color: #ff6b6b;
    color: #fff;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

/* Conteúdo das Tabs */
.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

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

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

/* Seções de Configuração */
.config-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 107, 107, 0.2);
}

.config-section h3 {
    color: #ff6b6b;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Itens de Configuração */
.config-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.config-item label {
    color: #fff;
    font-weight: bold;
    font-size: 0.95rem;
}

.config-item input,
.config-item select,
.config-item textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #444;
    border-radius: 8px;
    padding: 12px 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.config-item input:focus,
.config-item select:focus,
.config-item textarea:focus {
    outline: none;
    border-color: #ff6b6b;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.config-item textarea {
    min-height: 80px;
    resize: vertical;
}

/* Toggle Switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    transition: 0.3s;
    border-radius: 30px;
}

.toggle-switch label:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.toggle-switch input:checked + label {
    background-color: #ff6b6b;
}

.toggle-switch input:checked + label:before {
    transform: translateX(30px);
}

/* Status do Backup */
.backup-status {
    background: rgba(0, 255, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 255, 0, 0.3);
}

.status-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
}

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

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

/* Ações de Backup */
.backup-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Botões de Ação */
.action-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.action-btn.primary {
    background: linear-gradient(90deg, #ff6b6b 0%, #ee5a52 100%);
    color: #fff;
}

.action-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.action-btn.secondary {
    background: linear-gradient(90deg, #666 0%, #444 100%);
    color: #fff;
}

.action-btn.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 102, 102, 0.4);
}

.action-btn.warning {
    background: linear-gradient(90deg, #ffa726 0%, #ff9800 100%);
    color: #fff;
}

.action-btn.warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 167, 38, 0.4);
}

/* Estatísticas */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.stat-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 2px solid #ff6b6b;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.stat-label {
    color: #ccc;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Container do Gráfico */
.chart-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 107, 107, 0.2);
}

/* Ações do Modal */
.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

/* Responsividade para a Nova Janela */
@media (max-width: 768px) {
    .config-tabs {
        flex-wrap: wrap;
        gap: 3px;
    }
    
    .tab-btn {
        padding: 10px 15px;
        font-size: 0.8rem;
        flex: 1;
        min-width: 120px;
    }
    
    .config-section {
        padding: 15px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .stat-card {
        padding: 15px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .backup-actions {
        flex-direction: column;
    }
    
    .action-btn {
        width: 100%;
        justify-content: center;
    }
    
    .modal-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .config-tabs {
        flex-direction: column;
    }
    
    .tab-btn {
        width: 100%;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .config-item {
        margin-bottom: 15px;
    }
    
    .config-item input,
    .config-item select,
    .config-item textarea {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

/* Modal de Downloads de Arquivos */
.downloads-content {
    max-width: 900px;
    max-height: 85vh;
    background: #f5f5f5;
    border: 2px solid #007bff;
}
.downloads-header {
    background: #fff;
    border-bottom: 2px solid #007bff;
    padding: 24px 0 10px 0;
    text-align: center;
}
.downloads-logo {
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px #0001;
    padding: 10px;
    max-width: 120px;
}
.downloads-body {
    padding: 32px 24px 24px 24px;
    background: #f5f5f5;
    min-height: 300px;
}
#downloads-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.downloads-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 12px #0001;
    padding: 24px 18px 18px 18px;
    margin-bottom: 0;
}
.downloads-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 18px;
    color: #222;
}
.downloads-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.download-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
    padding: 8px;
    position: relative;
}
.download-icon-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 16px #007bff33;
    background: #e3f0ff;
}
.download-icon {
    font-size: 2.2rem;
    display: block;
}
.download-icon-label {
    font-size: 0.85rem;
    color: #333;
    text-align: center;
    margin-top: 2px;
    word-break: break-all;
    max-width: 120px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}
@media (max-width: 600px) {
    .downloads-content {
        max-width: 98vw;
        padding: 0;
    }
    .downloads-body {
        padding: 12px 2vw 12px 2vw;
    }
    .downloads-section h2 {
        font-size: 1.2rem;
    }
    .downloads-icons {
        gap: 10px;
    }
    .download-icon {
        font-size: 1.5rem;
    }
    .download-icon-label {
        font-size: 0.7rem;
        max-width: 80px;
    }
}

#circuit-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 0 !important;
    pointer-events: none !important;
    display: block !important;
}

.background-overlay, #matrix-canvas {
    z-index: 1 !important;
}

#app, .hero, .produtos-destaque, .produtos-row, .footer {
    position: relative;
    z-index: 2;
} 