.elementor-579 .elementor-element.elementor-element-e46a69e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:13px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6986027 *//* WRAPPER PRINCIPAL */
.support-page-wrapper {
    max-width: 1000px;
    margin: 100px auto;
    padding: 20px;
    font-family: 'Sora', sans-serif;
}

/* HEADER */
.support-header {
    text-align: center;
    margin-bottom: 60px;
}

.support-header h1 {
    font-size: 42px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: -1px;
}

.support-header h1 span { color: #00D4FF; }

.support-header p {
    color: #94A3B8;
    font-size: 18px;
}

/* GRID DE CARDS */
.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.s-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.1);
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s ease;
}

.s-card:hover {
    background: rgba(0, 212, 255, 0.05);
    border-color: #00D4FF;
    transform: translateY(-10px);
}

.s-icon { font-size: 40px; margin-bottom: 20px; display: block; }

.s-card h3 { color: #FFF; font-size: 20px; margin-bottom: 15px; }

.s-card p { color: #94A3B8; font-size: 14px; line-height: 1.6; margin-bottom: 20px; }

.s-status {
    color: #00FF85; /* Verde Neon */
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.s-btn-view {
    color: #00D4FF;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* FAQ ACCORDION */
.faq-container {
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-container h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.faq-container h2 span { color: #00D4FF; }

details {
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

details[open] {
    border-color: rgba(0, 212, 255, 0.3);
}

summary {
    color: #FFF;
    font-weight: 700;
    outline: none;
}

details p {
    color: #94A3B8;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
    .support-grid { grid-template-columns: 1fr; }
    .support-header h1 { font-size: 32px; }
}/* End custom CSS */