/* Segunda ronda de ajustes do cliente — Netsearch */

/* LOGÓTIPO: presença aproximadamente duplicada em desktop */
@media (min-width: 1281px) {
    .site-header {
        height: 124px !important;
    }

    .site-header.scrolled {
        height: 98px !important;
    }

    .brand {
        min-width: 450px !important;
    }

    .brand img {
        width: clamp(430px, 31vw, 570px) !important;
        max-height: 108px !important;
    }

    .site-header.scrolled .brand img {
        width: clamp(380px, 27vw, 485px) !important;
        max-height: 84px !important;
    }

    .home-strategic-nav {
        gap: clamp(9px, .9vw, 18px) !important;
    }

    .home-strategic-nav a {
        font-size: clamp(.67rem, .68vw, .79rem) !important;
    }
}

/* HOME: círculos perfeitamente centrados com os textos */
.home-hero .hero-pillar-list li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding-left: 27px !important;
}

.home-hero .hero-pillar-list li::before {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.home-hero .hero-pillar-list li a {
    display: block;
    width: 100%;
    color: inherit;
    transition: color .2s ease, transform .2s ease;
}

.home-hero .hero-pillar-list li a:hover {
    color: var(--green);
    transform: translateX(3px);
}

/* AUTOMAÇÃO — texto à esquerda e lista completa à direita */
#automacao .ai-stack {
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr) !important;
    gap: clamp(48px, 6vw, 90px) !important;
    align-items: start !important;
}

#automacao .ai-stack > .reveal:first-child {
    max-width: 590px !important;
}

#automacao .ai-stack > .reveal:first-child h2 {
    font-size: clamp(2.8rem, 4.45vw, 5rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
}

#automacao .ai-stack > .reveal:first-child h2 strong {
    font-weight: 900;
}

#automacao .ai-stack > .reveal:first-child p {
    margin-top: 32px !important;
    font-size: 1.02rem !important;
    line-height: 1.62 !important;
}

.automation-content-panel {
    padding: clamp(28px, 3vw, 42px) !important;
    background: rgba(3, 22, 35, .92) !important;
    border: 1px solid rgba(121, 201, 66, .24) !important;
    border-radius: 26px !important;
    box-shadow: 0 28px 80px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.025) !important;
    backdrop-filter: blur(12px);
}

.automation-content-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 28px !important;
    padding: 0 !important;
    margin: 0 0 34px !important;
    list-style: none !important;
}

.automation-content-list li {
    position: relative !important;
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 26px !important;
    color: rgba(255,255,255,.92) !important;
    font-size: .92rem !important;
    font-weight: 750 !important;
    line-height: 1.42 !important;
}

.automation-content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--green);
    border: 2px solid rgba(121,201,66,.42);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121,201,66,.09), 0 0 18px rgba(121,201,66,.24);
    transform: translateY(-50%);
}

.automation-benefits {
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.automation-benefits p {
    margin: 0 0 8px !important;
    color: rgba(255,255,255,.72) !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
}

.automation-benefits strong {
    color: #fff;
}

#automacao .engine-wrap {
    display: none !important;
}

/* CRM — bolas em vez de vistos */
.crm-section .crm-bullet-list li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding-left: 27px !important;
}

.crm-section .crm-bullet-list li svg {
    display: none !important;
}

.crm-section .crm-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--green);
    border: 2px solid rgba(121,201,66,.42);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121,201,66,.09);
    transform: translateY(-50%);
}

/* Dashboard CRM completo em desktop e mobile */
.crm-section .crm-panel {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 3 / 2 !important;
    overflow: hidden !important;
    background-color: #061925 !important;
    background-position: center center, center center, center center !important;
    background-size: 100% 100%, contain, contain !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
}

.crm-section .crm-panel > * {
    display: none !important;
}

/* SEO & WEBSITES — equilibrar a altura e alinhamento da coluna direita */
#seo-websites .split-grid {
    align-items: stretch !important;
}

#seo-websites .split-panel {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

#seo-websites .split-panel.light h2 {
    max-width: 560px !important;
    font-size: clamp(2.35rem, 3.55vw, 4rem) !important;
    line-height: 1.05 !important;
}

#seo-websites .split-panel.light .pill-list {
    margin-top: 6px !important;
}

/* FUNDOS — conteúdo em duas colunas */
.funds-section .funds-grid {
    display: block !important;
}

.funds-section .funds-grid > .funds-content-layout,
.funds-section .funds-content-layout {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr) !important;
    gap: clamp(58px, 7vw, 110px) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: start !important;
}

.funds-left-column,
.funds-right-column {
    min-width: 0;
}

.funds-left-column h2,
.funds-left-column p {
    text-align: left !important;
}

.funds-left-column .fund-logos {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 760px !important;
    margin-top: 30px !important;
}

.funds-left-column .fund-logo {
    min-height: 122px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    padding: 12px !important;
    background: rgba(4, 25, 38, .90) !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 16px !important;
}

.funds-left-column .fund-logo::before,
.funds-left-column .fund-logo::after {
    display: none !important;
}

.funds-left-column .fund-logo img {
    width: 100% !important;
    height: 74px !important;
    object-fit: contain !important;
    object-position: center !important;
}

.funds-left-column .fund-logo small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.65);
    font-size: .72rem;
    line-height: 1.25;
    text-align: center;
}

.funds-right-column {
    padding-top: 92px !important;
}

.funds-right-column .fund-checks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.funds-right-column .fund-checks li {
    position: relative !important;
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 28px !important;
    color: rgba(255,255,255,.92) !important;
    font-weight: 750 !important;
    line-height: 1.42 !important;
}

.funds-right-column .fund-checks li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--green);
    border: 2px solid rgba(121,201,66,.42);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121,201,66,.09);
    transform: translateY(-50%);
}

.funds-right-column .funds-actions {
    margin-top: 34px !important;
}

.funds-right-column .funds-actions .btn {
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
}

.funds-section .funds-visual {
    display: none !important;
}

/* RESPONSIVO */
@media (max-width: 1180px) {
    .brand {
        min-width: 300px !important;
    }

    .brand img,
    .site-header.scrolled .brand img {
        width: 330px !important;
        max-height: 78px !important;
    }

    #automacao .ai-stack,
    .funds-section .funds-content-layout {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    #automacao .ai-stack > .reveal:first-child {
        max-width: 800px !important;
    }

    .funds-right-column {
        padding-top: 0 !important;
    }
}

@media (max-width: 760px) {
    .automation-content-list {
        grid-template-columns: 1fr !important;
    }

    .automation-content-panel {
        padding: 24px 20px !important;
    }

    .funds-left-column .fund-logos {
        grid-template-columns: 1fr !important;
        max-width: 430px !important;
    }

    #seo-websites .split-panel.light h2 br {
        display: none !important;
    }
}
