/* Home — modo claro, seções organizadas, sem cartões pesados (.page-home) */

.page-home.light-theme .main-content {
    background-color: #f8fafc;
}

/* Hero: texto direto sobre o banner, sem “caixas” */
.page-home .home-hero-card,
.page-home .home-company-box {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.page-home .home-kicker {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
}

.page-home .home-company-box {
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 0.5rem;
}

@media (min-width: 992px) {
    .page-home .home-company-box {
        padding: 0 0 0 1.75rem;
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.22);
        margin-top: 0;
    }
}

/* Faixa de métricas — faixa clara contínua, sem cards soltos */
.page-home .home-metrics-wrap {
    margin-top: 0 !important;
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-home .home-stats-strip {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.page-home .home-stat-pill {
    padding: 1.35rem 1.25rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
}

/* Grade 2×2 (sm–md): divisórias internas */
.page-home .home-stats-strip .col-6:nth-child(odd) .home-stat-pill {
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.page-home .home-stats-strip .col-6:nth-child(-n + 2) .home-stat-pill {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* Quatro colunas (lg+): só verticais */
@media (min-width: 992px) {
    .page-home .home-stats-strip .col-6:nth-child(odd) .home-stat-pill {
        border-right: none;
    }

    .page-home .home-stats-strip .col-6:nth-child(-n + 2) .home-stat-pill {
        border-bottom: none;
    }

    .page-home .home-stats-strip .col-lg-3:not(:last-child) .home-stat-pill {
        border-right: 1px solid rgba(15, 23, 42, 0.08);
    }
}

.page-home .home-stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #64748b;
}

.page-home .home-stat-val {
    font-family: "Urbanist", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

/* Produtos — fundo suave + blocos leves */
.page-home .home-section-products {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 65%);
}

.page-home .home-section-products.bg-pattern-1::before {
    opacity: 0.35;
}

.page-home .home-product-card {
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 1.125rem !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.page-home .home-product-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(var(--primary-rgb), 0.12) !important;
    border-color: rgba(var(--primary-rgb), 0.25) !important;
}

.page-home .home-product-card .card-body {
    padding: 1.65rem 1.5rem !important;
}

.page-home .home-product-card .tx-muted {
    color: #64748b !important;
}

/* Painel — coluna texto sem card; demo mantém formato app */
.page-home .home-panel-section {
    background: #ffffff;
}

.page-home .home-panel-points {
    padding: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-home .home-panel-points h5 {
    font-size: 1.25rem;
    margin-bottom: 1.15rem !important;
}

.page-home .home-panel-points-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    color: #334155;
    font-size: 0.94rem;
}

.page-home .home-panel-points-list li:last-child {
    border-bottom: none;
}

/* Jornada — passos sem cartão “quadrado” */
.page-home .home-feature-flow {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.page-home .home-flow-step {
    height: 100%;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.07) !important;
    background: #fff !important;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.page-home .home-flow-step:hover {
    border-color: rgba(var(--primary-rgb), 0.22) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.page-home .home-flow-step h5 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem !important;
}

.page-home .home-flow-step p {
    color: #64748b;
    font-size: 0.92rem;
}

/* Diferenciais + FAQ — superfície única + divisões */
.page-home .home-muted-section {
    background: #ffffff;
}

.page-home .home-tile-soft {
    height: 100%;
    padding: 1.35rem 1.25rem;
    border-radius: 0.875rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: #f8fafc;
    box-shadow: none;
}

.page-home .home-tile-soft h5,
.page-home .home-tile-soft h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
    color: #0f172a;
}

.page-home .home-tile-soft p {
    color: #64748b;
    font-size: 0.92rem;
}

.page-home .home-tile-soft h6 {
    font-weight: 700;
}

.page-home .home-faq-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Títulos de seção — respiro */
.page-home .main-content .heading-title {
    color: #0f172a;
}

.page-home .main-content .heading-description {
    color: #64748b;
}

/* ——— Hero v2 ——— */
.page-home .home-hero--v2.home-hero.banner-section {
    padding-bottom: 3.25rem;
}

.page-home .home-hero--v2 .home-hero-heading {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-home .home-hero--v2 .home-hero-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    opacity: 0.95;
}

.page-home .home-hero-audience {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .page-home .home-hero-audience {
        grid-template-columns: 1fr 1fr;
    }
}

.page-home .home-audience-item {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.page-home .home-audience-item p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.page-home .home-audience-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.35rem;
}

.page-home .home-btn-glow {
    box-shadow:
        0 4px 14px rgba(var(--primary-rgb), 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-home .home-hero-ctas .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.page-home .home-meta-chip {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.page-home .home-hero-side {
    height: 100%;
    padding: 1.35rem 1.25rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.page-home .home-hero-side-title {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

.page-home .home-quick-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.page-home .home-quick-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        transform 0.15s ease;
}

.page-home .home-quick-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateX(2px);
}

.page-home .home-quick-text strong {
    display: block;
    font-size: 0.9rem;
}

.page-home .home-quick-text small {
    display: block;
    font-size: 0.75rem;
    opacity: 0.78;
    font-weight: 400;
}

/* Icones unificados no tema roxo — sem cores soltas (azul/amarelo/verde) */
.page-home .home-quick-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.12);
}

.page-home .home-quick-icon .lucide-icon {
    width: 1.45rem;
    height: 1.45rem;
    stroke-width: 2.25;
}

.page-home .home-quick-link:hover .home-quick-icon {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.page-home .home-quick-arrow {
    margin-inline-start: auto;
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    opacity: 0.72;
    color: rgba(255, 255, 255, 0.95);
}

.page-home .home-quick-arrow.lucide-icon {
    stroke-width: 2.25;
}

.page-home .home-hero-note small {
    font-size: 0.75rem;
    line-height: 1.45;
}

/* Dicas */
.page-home .home-tips-section {
    background: #fff;
}

.page-home .home-tip-card {
    padding: 1.25rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.page-home .home-tip-card:hover {
    border-color: rgba(var(--primary-rgb), 0.25);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.page-home .home-tip-num {
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    color: rgb(var(--primary-rgb));
    margin-bottom: 0.5rem;
}

.page-home .home-tip-card h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
    color: #0f172a;
}

.page-home .home-tip-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

/* Base de conhecimento */
.page-home .home-kb-banner {
    background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
}

.page-home .home-kb-card {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.page-home .home-kb-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(var(--primary-rgb));
    margin-bottom: 0.75rem;
}

.page-home .home-kb-topics li {
    padding: 0.35rem 0;
    font-size: 0.92rem;
    color: #475569;
}

.page-home .home-kb-visual {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08) 0%, rgba(var(--secondary-rgb), 0.06) 100%);
}

.page-home .home-kb-big-icon {
    width: 6rem;
    height: 6rem;
    stroke-width: 1.25;
    color: rgb(var(--primary-rgb));
    opacity: 0.85;
}

/* Depoimentos */
.page-home .home-testimonials {
    background: #fff;
}

.page-home .home-quote-card {
    margin: 0;
    padding: 1.5rem 1.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: #f8fafc;
    font-size: 0.92rem;
    color: #334155;
}

.page-home .home-quote-card p {
    font-style: italic;
}

.page-home .home-quote-stars {
    color: #f59e0b;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.page-home .home-quote-card footer {
    font-size: 0.85rem;
    color: #0f172a;
}

.page-home .home-quote-card footer strong {
    font-weight: 600;
}

/* FAQ accordion */
.page-home .home-faq-accordion .accordion-item {
    margin-bottom: 0.5rem;
    border-radius: 0.75rem !important;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #fff;
}

.page-home .home-faq-accordion .accordion-button {
    font-size: 0.94rem;
    font-weight: 600;
    color: #0f172a;
    padding: 1rem 1.15rem;
    box-shadow: none !important;
}

.page-home .home-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(var(--primary-rgb), 0.06);
    color: rgb(var(--primary-rgb));
}

.page-home .home-faq-accordion .accordion-body {
    padding: 0 1.15rem 1.1rem;
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
}

.page-home .home-final-cta .home-cta-illu {
    max-height: 220px;
    object-fit: contain;
    opacity: 0.95;
}
