/* =============================================
   SEÇÃO DE MANUTENÇÃO DE AQUECEDORES
   Aquaflex Aquecedores - CSS CORRIGIDO
   Prefixo: maq-
   ============================================= */

/* =============================================
   HERO SECTION - REFORMULADO
   ============================================= */

.maq-hero {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(135deg, #010f34 0%, #1a2f5a 50%, #2693FF 100%);
    overflow: hidden;
}

.maq-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(255, 85, 0, 0.15) 0%, transparent 60%);
    animation: maq-pulse 10s ease-in-out infinite;
    pointer-events: none;
}

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

.maq-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.maq-hero-badge {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 85, 0, 0.4);
    animation: maq-float 3s ease-in-out infinite;
}

@keyframes maq-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.maq-hero-title {
    font-size: 56px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.maq-hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.7;
    font-family: "DM Sans", sans-serif;
}

.maq-hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =============================================
   BOTÕES
   ============================================= */

.maq-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    font-size: 17px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.maq-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.maq-btn:hover::before {
    left: 100%;
}

.maq-btn-primary {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
}

.maq-btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    background: linear-gradient(135deg, #1e7e34 0%, #155724 100%);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.6);
    color: #ffffff;
}

.maq-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.maq-btn-secondary:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.maq-btn i {
    font-size: 20px;
}

/* =============================================
   SECTION HEADER
   ============================================= */

.maq-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.maq-section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 20px;
}

.maq-section-title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Outfit", sans-serif;
    color: #010f34;
    margin-bottom: 20px;
    line-height: 1.2;
}

.maq-section-subtitle {
    font-size: 18px;
    color: #788094;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: "DM Sans", sans-serif;
}

/* =============================================
   WHY SECTION - 8 CARDS
   ============================================= */

.maq-why {
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f2f5 100%);
}

.maq-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.maq-why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.maq-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 85, 0, 0.05) 0%, rgba(38, 147, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.maq-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 85, 0, 0.2);
}

.maq-why-card:hover::before {
    opacity: 1;
}

.maq-why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    border-radius: 50%;
    font-size: 36px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(255, 85, 0, 0.3);
    transition: all 0.4s ease;
}

.maq-why-card:hover .maq-why-icon {
    transform: scale(1.1) rotateY(360deg);
}

.maq-why-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #010f34;
    margin-bottom: 15px;
}

.maq-why-text {
    font-size: 14px;
    color: #788094;
    line-height: 1.7;
    font-family: "DM Sans", sans-serif;
}

/* =============================================
   PROCESS SECTION
   ============================================= */

.maq-process {
    padding: 40px 0;
    background: #ffffff;
}

.maq-process-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.maq-process-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #ff5500 0%, #2693FF 100%);
}

.maq-process-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
    align-items: flex-start;
}

.maq-process-number {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(255, 85, 0, 0.4);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.maq-process-item:hover .maq-process-number {
    transform: scale(1.15) rotate(360deg);
}

.maq-process-content {
    flex: 1;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.maq-process-item:hover .maq-process-content {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.maq-process-title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #010f34;
    margin-bottom: 12px;
}

.maq-process-text {
    font-size: 15px;
    color: #788094;
    line-height: 1.7;
    font-family: "DM Sans", sans-serif;
}

.maq-process-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #2693FF 0%, #1a75d9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.maq-process-item:hover .maq-process-icon {
    transform: scale(1.1) rotate(-360deg);
}

/* =============================================
   INCLUDED SECTION - REFORMULADA
   ============================================= */

.maq-included {
    padding: 40px 0;
    background: linear-gradient(135deg, #010f34 0%, #1a2f5a 100%);
}

/* Título e Badge BRANCOS na seção included */
.maq-included .maq-section-title {
    color: #ffffff !important;
}

.maq-included .maq-section-badge {
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    color: #ffffff;
}

.maq-included-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.maq-included-list-column {
    color: #ffffff;
}

.maq-included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.maq-included-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-family: "DM Sans", sans-serif;
}

.maq-included-list li:hover {
    padding-left: 15px;
    color: #ffffff;
}

.maq-included-list li i {
    color: #28a745;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Cards de Benefícios - Lado Direito */
.maq-included-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.maq-benefit-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: default;
}

.maq-benefit-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 85, 0, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 85, 0, 0.3);
}

.maq-benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
    border-radius: 50%;
    font-size: 32px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.maq-benefit-card:hover .maq-benefit-icon {
    transform: scale(1.15) rotate(360deg);
}

.maq-benefit-content {
    color: #ffffff;
}

.maq-benefit-number {
    font-size: 32px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    margin-bottom: 5px;
}

.maq-benefit-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

.maq-included-cta {
    text-align: center;
    margin-top: 60px;
}

/* =============================================
   FAQ SECTION - 10 PERGUNTAS
   ============================================= */

.maq-faq {
    padding: 40px 0;
    background: #f8f9fa;
}

.maq-faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.maq-faq-item {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.maq-faq-item:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.maq-faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.maq-faq-question:hover {
    background: #f8f9fa;
}

.maq-faq-question i:first-child {
    font-size: 24px;
    color: #ff5500;
    flex-shrink: 0;
}

.maq-faq-question h3 {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #010f34;
    margin: 0;
}

.maq-faq-toggle {
    font-size: 16px;
    color: #788094;
    transition: transform 0.3s ease;
}

.maq-faq-item.active .maq-faq-toggle {
    transform: rotate(180deg);
    color: #ff5500;
}

.maq-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.maq-faq-item.active .maq-faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 69px;
}

.maq-faq-answer p {
    font-size: 15px;
    color: #788094;
    line-height: 1.8;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

/* =============================================
   RESPONSIVO - MOBILE
   ============================================= */

@media (max-width: 1200px) {
    .maq-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .maq-hero {
        padding: 30px 0;
    }

    .maq-hero-title {
        font-size: 42px;
    }

    .maq-hero-subtitle {
        font-size: 18px;
    }

    .maq-section-title {
        font-size: 38px;
    }

    .maq-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .maq-included-wrapper {
        grid-template-columns: 1fr;
    }

    .maq-process-timeline::before {
        left: 30px;
    }

    .maq-process-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .maq-hero {
        padding: 30px 0;
    }

    .maq-hero-title {
        font-size: 32px;
    }

    .maq-hero-subtitle {
        font-size: 16px;
    }

    .maq-hero-buttons {
        flex-direction: column;
    }

    .maq-btn {
        width: 100%;
        max-width: 400px;
    }

    .maq-section-title {
        font-size: 32px;
    }

    .maq-section-subtitle {
        font-size: 16px;
    }

    .maq-why-grid {
        grid-template-columns: 1fr;
    }

    .maq-process-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .maq-process-timeline::before {
        display: none;
    }

    .maq-included-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .maq-hero-title {
        font-size: 28px;
    }

    .maq-section-title {
        font-size: 28px;
    }

    .maq-process-icon {
        display: none;
    }
}