.elementor-18 .elementor-element.elementor-element-104edd7{width:var( --container-widget-width, 99.811% );max-width:99.811%;--container-widget-width:99.811%;--container-widget-flex-grow:0;}.elementor-18 .elementor-element.elementor-element-104edd7.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-104edd7 *//* ============================================
   POLÍTICAS DE DEVOLUCIONES Y REEMBOLSOS
   MECHANIC PRO
   ============================================ */

/* ============================================
   RESET Y ESTILOS BASE
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #0d0d0d;
    color: #ffffff;
    line-height: 1.6;
}

/* ============================================
   HEADER / NAVEGACIÓN
   ============================================ */
.header {
    background: #111111;
    border-bottom: 3px solid #e30613;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
}

.logo i {
    font-size: 32px;
    color: #e30613;
}

.logo h1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.logo h1 span {
    color: #e30613;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
    padding: 8px 12px;
    border-radius: 4px;
}

.nav-links a:hover {
    color: #ffffff;
    background: rgba(227, 6, 19, 0.1);
}

.nav-links .btn-nav {
    background: #e30613;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    transition: background 0.3s ease;
}

.nav-links .btn-nav:hover {
    background: #b0050f;
    color: #ffffff;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border: none;
}

/* ============================================
   BANNER / HERO
   ============================================ */
.hero {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
    padding: 80px 20px 60px;
    text-align: center;
    border-bottom: 1px solid #2a2a2a;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(227, 6, 19, 0.05), transparent 70%);
    border-radius: 50%;
}

.hero h2 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
}

.hero h2 span {
    color: #e30613;
}

.hero p {
    font-size: 18px;
    color: #aaaaaa;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.hero .badge-legal {
    display: inline-block;
    background: rgba(227, 6, 19, 0.15);
    border: 1px solid rgba(227, 6, 19, 0.3);
    color: #e30613;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 1px;
}

/* ============================================
   CONTENIDO PRINCIPAL
   ============================================ */
.main-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* ============================================
   INDICE / TABLA DE CONTENIDO
   ============================================ */
.toc {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 30px 35px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px 30px;
}

.toc h3 {
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 2px solid #e30613;
    padding-bottom: 12px;
}

.toc a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toc a i {
    color: #e30613;
    font-size: 12px;
}

.toc a:hover {
    color: #e30613;
}

/* ============================================
   SECCIONES DE POLÍTICAS
   ============================================ */
.policy-section {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 40px 45px;
    margin-bottom: 30px;
    transition: border-color 0.3s ease;
}

.policy-section:hover {
    border-color: #e30613;
}

.policy-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.policy-section h3 i {
    color: #e30613;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: rgba(227, 6, 19, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-section p {
    color: #cccccc;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1.8;
}

.policy-section p:last-child {
    margin-bottom: 0;
}

.policy-section ul {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 24px;
    margin-bottom: 16px;
}

.policy-section ul li {
    margin-bottom: 6px;
}

.policy-section ul li::marker {
    color: #e30613;
}

.policy-section .highlight-box {
    background: rgba(227, 6, 19, 0.06);
    border-left: 4px solid #e30613;
    padding: 18px 22px;
    border-radius: 8px;
    margin: 18px 0;
}

.policy-section .highlight-box strong {
    color: #e30613;
}

.policy-section .highlight-box ul {
    margin-bottom: 0;
}

/* Listas con íconos */
.icon-list {
    list-style: none;
    padding-left: 0 !important;
}

.icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
}

.icon-list li i {
    color: #e30613;
    font-size: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ============================================
   BOTÓN DE CONTACTO FLOTANTE
   ============================================ */
.contact-cta {
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 35px 40px;
    margin-top: 40px;
    text-align: center;
}

.contact-cta h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.contact-cta p {
    color: #aaaaaa;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-cta .btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #e30613;
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.contact-cta .btn-contact:hover {
    background: #b0050f;
    transform: translateY(-2px);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: #0a0a0a;
    border-top: 1px solid #2a2a2a;
    padding: 40px 20px;
    text-align: center;
}

.footer p {
    color: #666;
    font-size: 13px;
}

.footer a {
    color: #e30613;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.footer .footer-links a {
    color: #888;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-links a:hover {
    color: #e30613;
}

.footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}

.footer .social-icons a {
    color: #666;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer .social-icons a:hover {
    color: #e30613;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .hero h2 {
        font-size: 36px;
    }

    .policy-section {
        padding: 30px 25px;
    }

    .toc {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 12px;
        padding: 20px 0 10px;
        border-top: 1px solid #2a2a2a;
        margin-top: 16px;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .nav-links .btn-nav {
        text-align: center;
    }

    .hero h2 {
        font-size: 28px;
    }

    .hero p {
        font-size: 15px;
    }

    .policy-section {
        padding: 25px 18px;
    }

    .policy-section h3 {
        font-size: 18px;
    }

    .policy-section h3 i {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .toc {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .contact-cta {
        padding: 25px 20px;
    }

    .contact-cta .btn-contact {
        width: 100%;
        justify-content: center;
    }

    .footer .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .hero h2 {
        font-size: 24px;
    }

    .hero .badge-legal {
        font-size: 11px;
        padding: 4px 14px;
    }

    .policy-section {
        padding: 20px 14px;
    }
}

/* ============================================
   ANIMACIONES
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.policy-section {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.policy-section:nth-child(1) { animation-delay: 0.1s; }
.policy-section:nth-child(2) { animation-delay: 0.2s; }
.policy-section:nth-child(3) { animation-delay: 0.3s; }
.policy-section:nth-child(4) { animation-delay: 0.4s; }
.policy-section:nth-child(5) { animation-delay: 0.5s; }
.policy-section:nth-child(6) { animation-delay: 0.6s; }
.policy-section:nth-child(7) { animation-delay: 0.7s; }
.policy-section:nth-child(8) { animation-delay: 0.8s; }
.policy-section:nth-child(9) { animation-delay: 0.9s; }/* End custom CSS */