/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 31 de jul. de 2026, 02:25:54
    Author     : glaub
*/


/* =========================================================
   CONTEÚDO SEO DA HOME
========================================================= */

.home-seo-section {
    padding: 70px 0 20px;
}

.home-seo-intro,
.home-benefits,
.home-faq {
    position: relative;
}

.home-benefits,
.home-faq {
    margin-top: 80px;
}

.home-seo-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(167, 139, 250, 0.2);
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.1);
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-seo-label i {
    color: #f472b6;
}

.home-seo-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.home-seo-text {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.85;
}

.home-seo-text p {
    margin-bottom: 16px;
}

.home-seo-text p:last-child {
    margin-bottom: 0;
}

.home-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}


/* VISUAL DOS DISPOSITIVOS */

.home-seo-visual {
    position: relative;
    overflow: hidden;
    padding: clamp(25px, 5vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at top right,
            rgba(236, 72, 153, 0.18),
            transparent 35%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(59, 130, 246, 0.18),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(30, 41, 59, 0.94),
            rgba(15, 23, 42, 0.98)
        );
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.home-seo-visual::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.18);
    filter: blur(5px);
    pointer-events: none;
}

.home-seo-visual-icon {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            var(--site-primary),
            var(--site-secondary)
        );
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 18px 38px rgba(124, 58, 237, 0.35);
}

.home-seo-visual-content {
    position: relative;
    z-index: 2;
}

.home-seo-visual-content strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.home-seo-visual-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.65;
}

.home-seo-device-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
    margin-top: 28px;
}

.home-seo-device {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.home-seo-device:hover {
    border-color: rgba(167, 139, 250, 0.26);
    background: rgba(124, 58, 237, 0.1);
    transform: translateX(4px);
}

.home-seo-device > span {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.14);
    color: #c4b5fd;
    font-size: 1.1rem;
}

.home-seo-device strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.home-seo-device small {
    display: block;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.75rem;
}


/* CABEÇALHO CENTRAL DAS SEÇÕES */

.home-section-heading {
    max-width: 750px;
    margin: 0 auto 32px;
    text-align: center;
}

.home-section-heading > p {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}


/* CARDS DE BENEFÍCIOS */

.home-benefit-card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(30, 41, 59, 0.8),
            rgba(22, 27, 34, 0.95)
        );
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    transition:
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.home-benefit-card:hover {
    border-color: rgba(167, 139, 250, 0.24);
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(124, 58, 237, 0.16);
}

.home-benefit-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            rgba(124, 58, 237, 0.25),
            rgba(236, 72, 153, 0.2)
        );
    color: #d8b4fe;
    font-size: 1.25rem;
}

.home-benefit-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.04rem;
    font-weight: 850;
}

.home-benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    line-height: 1.65;
}


/* FAQ */

.home-faq {
    padding: clamp(30px, 6vw, 55px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(124, 58, 237, 0.15),
            transparent 30%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(236, 72, 153, 0.1),
            transparent 30%
        ),
        rgba(15, 23, 42, 0.7);
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.22);
}

.home-faq-intro > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
}

.home-faq-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.home-faq-contact:hover {
    border-color: rgba(167, 139, 250, 0.28);
    background: rgba(124, 58, 237, 0.11);
    color: #fff;
    transform: translateY(-2px);
}

.home-faq-contact > span {
    width: 43px;
    min-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            var(--site-primary),
            var(--site-secondary)
        );
}

.home-faq-contact > div {
    min-width: 0;
    flex: 1;
}

.home-faq-contact strong,
.home-faq-contact small {
    display: block;
}

.home-faq-contact strong {
    margin-bottom: 2px;
    font-size: 0.87rem;
    font-weight: 800;
}

.home-faq-contact small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.73rem;
}


/* ACCORDION FAQ */

.home-faq-accordion {
    display: grid;
    gap: 11px;
}

.home-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.045);
}

.home-faq-accordion .accordion-header {
    margin: 0;
}

.home-faq-accordion .accordion-button {
    padding: 19px 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 800;
    box-shadow: none;
}

.home-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(124, 58, 237, 0.1);
    color: #ddd6fe;
}

.home-faq-accordion .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.home-faq-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-left: 15px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.08);
    background-position: center;
    background-size: 14px;
    filter: invert(1);
}

.home-faq-accordion .accordion-body {
    padding: 0 20px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.75;
}


/* RESPONSIVIDADE */

@media (max-width: 991.98px) {

    .home-seo-section {
        padding-top: 55px;
    }

    .home-benefits,
    .home-faq {
        margin-top: 60px;
    }

    .home-seo-visual {
        max-width: 650px;
        margin: 15px auto 0;
    }

    .home-faq-intro {
        max-width: 650px;
    }
}

@media (max-width: 575.98px) {

    .home-seo-section {
        padding-top: 42px;
    }

    .home-benefits,
    .home-faq {
        margin-top: 48px;
    }

    .home-seo-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-seo-actions .btn {
        width: 100%;
    }

    .home-seo-visual {
        padding: 23px;
        border-radius: 22px;
    }

    .home-benefit-card {
        padding: 20px;
        border-radius: 18px;
    }

    .home-faq {
        padding: 24px 16px;
        border-radius: 22px;
    }

    .home-faq-accordion .accordion-button {
        padding: 17px 15px;
        font-size: 0.87rem;
        line-height: 1.45;
    }

    .home-faq-accordion .accordion-body {
        padding: 0 15px 17px;
        font-size: 0.84rem;
    }
}