/* ===== FAQ - Contact Card ===== */
.faq-contact-area {
    text-align: center;
}

.faq-contact-area .faq-contact-content {
    display: inline-block;
    text-align: center;
}

/* ===== Sobre - Mission Section ===== */
.sobre-mission-content h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 18px;
}

.sobre-mission-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
}

.sobre-mission-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(85, 78, 228, 0.12);
}

/* ===== Sobre - Purpose Section ===== */
.sobre-purpose-section.bg-grey {
    background-color: #f7f7fb;
}

.sobre-purpose-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 18px;
}

.sobre-purpose-eyebrow .dash {
    width: 28px;
    height: 1px;
    background: #ccc;
    display: inline-block;
}

.sobre-purpose-eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #554EE4;
    display: inline-block;
}

.sobre-purpose-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.25;
}

.sobre-purpose-title em {
    display: block;
    font-style: italic;
    font-weight: 500;
    color: #777;
}

.sobre-purpose-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 28px;
}

.sobre-purpose-text strong {
    color: #1a1a2e;
}

.sobre-purpose-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sobre-purpose-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
}

.sobre-purpose-item .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(85, 78, 228, 0.1);
    color: #554EE4;
    font-size: 1.05rem;
}

/* ===== Sobre - People Section ===== */
.sobre-people-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.25;
    margin-bottom: 18px;
}

.sobre-people-title em {
    display: block;
    font-style: italic;
    font-weight: 500;
    color: #777;
}

.sobre-people-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.sobre-people-cards {
    margin-top: 50px;
}

.sobre-people-cards > div {
    margin-bottom: 24px;
}

.sobre-people-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 14px;
    padding: 28px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sobre-people-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(26, 26, 46, 0.08);
}

.sobre-people-index {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #bbb;
}

.sobre-people-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 1.2rem;
    margin-bottom: 18px;
}

.sobre-people-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sobre-people-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.card-blue .sobre-people-icon { background: rgba(59, 130, 246, 0.12); color: #3b82f6; }
.card-pink .sobre-people-icon { background: rgba(236, 72, 153, 0.12); color: #ec4899; }
.card-green .sobre-people-icon { background: rgba(34, 197, 94, 0.12); color: #22c55e; }
.card-yellow .sobre-people-icon { background: rgba(234, 179, 8, 0.12); color: #eab308; }

/* ===== Sobre - Experience Section ===== */
.sobre-experience-section.bg-grey {
    background-color: #f7f7fb;
}

.sobre-experience-box {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sobre-experience-number {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 800;
    color: #554EE4;
    line-height: 1.1;
    margin-bottom: 18px;
}

.sobre-experience-text {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 767px) {
    .sobre-experience-number {
        font-size: 2.4rem;
    }

    .sobre-experience-text {
        font-size: 1rem;
    }
}

/* ===== Sobre - CTA Section ===== */
.sobre-cta-section {
    border-top: 1px solid #ececf3;
}

.sobre-cta-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.sobre-cta-content p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.sobre-cta-action {
    text-align: right;
}

/* ===== Sobre - Mobile First Adjustments ===== */
@media (max-width: 991px) {
    .sobre-mission-content h2,
    .sobre-purpose-title,
    .sobre-people-title {
        font-size: 1.8rem;
    }

    .sobre-mission-image,
    .sobre-people-text {
        margin-top: 24px;
    }

    .sobre-purpose-section .col-lg-6:first-child {
        margin-bottom: 28px;
    }

    .sobre-cta-content {
        margin-bottom: 20px;
    }

    .sobre-cta-action {
        text-align: left;
    }
}

/* ===== Gestão Section ===== */
.gestao-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gestao-titulo {
    font-size: 40px;
    font-weight: 800;
    color: #554EE4;
    margin-bottom: 16px;
}

.gestao-subtitulo {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 8px;
}

.gestao-descricao {
    font-size: 1rem;
    color: #777;
    max-width: 680px;
    margin: 0 auto;
}

/* Accordion */
.gestao-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gestao-accordion-item {
    border-bottom: 1px solid #e5e7eb;
}

.gestao-accordion-item:first-child {
    border-top: 1px solid #e5e7eb;
}

.gestao-accordion-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 4px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.gestao-accordion-header:hover .gestao-accordion-title {
    color: #554EE4;
}

.gestao-accordion-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f3f4f6;
    color: #888;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.gestao-accordion-item.active .gestao-accordion-icon {
    background: #554EE4;
    color: #fff;
}

.gestao-accordion-title {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    transition: color 0.2s;
}

.gestao-accordion-item.active .gestao-accordion-title {
    color: #554EE4;
}

.gestao-accordion-arrow {
    color: #aaa;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.gestao-accordion-item.active .gestao-accordion-arrow {
    transform: rotate(180deg);
    color: #554EE4;
}

.gestao-accordion-body {
    display: none;
    padding: 0 4px 18px 56px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

.gestao-accordion-item.active .gestao-accordion-body {
    display: block;
}

/* Left border highlight on active */
.gestao-accordion-item.active {
    position: relative;
}

.gestao-accordion-item.active::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #554EE4;
    border-radius: 2px;
}

/* Preview image desktop */
.gestao-preview-img {
    position: sticky;
    top: 100px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(85, 78, 228, 0.15);
}

.gestao-preview-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.gestao-lightbox-trigger {
    display: block;
    position: relative;
    cursor: zoom-in;
}

.gestao-lightbox-trigger:hover img {
    filter: brightness(0.92);
}

.gestao-zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(85, 78, 228, 0.85);
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.gestao-lightbox-trigger:hover .gestao-zoom-hint {
    opacity: 1;
}


/* ===== Partner Marquee ===== */
.partner-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.partner-marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.partner-track {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: marquee-left 30s linear infinite;
}

.partner-marquee--right .partner-track {
    animation: marquee-right 30s linear infinite;
}

@keyframes marquee-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.partner-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s, transform 0.3s;
}

.partner-item:hover {
    box-shadow: 0 6px 24px rgba(85,78,228,0.15);
    transform: translateY(-3px);
}

.partner-item img {
    height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s;
}

.partner-item:hover img {
    filter: grayscale(0%);
}

/* Page title hero: d-table layout para centralizar verticalmente */
.page-title-area .d-table {
    width: 100%;
    height: 100%;
}
.page-title-area .d-table-cell {
    vertical-align: middle;
}
