﻿:root {
    --brand-primary: #0f5c4d;
    --brand-primary-dark: #0b4b3f;
    --brand-soft: #e7f4f0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f5f7f6;
    color: #1f2937;
}

/* HEADER / FOOTER */

.app-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e5e7eb;
}

.app-footer {
    background: #ffffff;
    padding: .5rem 0;
}

.brand-link {
    color: inherit;
}

.brand-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--brand-primary), #1d7a67);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 24px rgba(15, 92, 77, 0.18);
}

.brand-title {
    font-size: 1.2rem;
    font-weight: 800;
}

.brand-subtitle {
    font-size: 0.92rem;
    color: #6b7280;
}

.main-nav .nav-link-custom {
    text-decoration: none;
    color: #374151;
    font-weight: 600;
}

    .main-nav .nav-link-custom:hover {
        color: var(--brand-primary);
    }

/* HERO */

.hero-block {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 1.9rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .85rem;
    padding: .38rem .8rem;
    border-radius: 999px;
    background:var(--brand-soft);
    color: var(--brand-primary);
    font-size: .8rem;
    font-weight: 600;
}

.page-title {
    font-size: 2.2rem;
    font-weight: 800;
}

.page-subtitle {
    color: #6b7280;
}

/* FILTROS */

.filter-card {
    border-radius: 20px;
}

.filter-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e5e7eb;
}

    .filter-section:last-child {
        border-bottom: none;
    }

.filter-title {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .02em;
    color: #6b7280;
    margin-bottom: .6rem;
}

.form-label {
    font-size: .9rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: .35rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 2px rgba(15, 92, 77, 0.12);
}

#pesquisa {
    border: 1px solid #d1d5db;
}

/* BOTÕES */

.btn-brand {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    padding: .65rem 1rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

    .btn-brand:hover,
    .btn-brand:focus,
    .btn-brand:active {
        background-color: var(--brand-primary-dark);
        border-color: var(--brand-primary-dark);
        color: #ffffff;
        box-shadow: none;
    }

    .btn-brand:focus-visible {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(15, 92, 77, 0.2);
    }

.btn-outline-secondary {
    color: #475569;
    border-color: #cbd5e1;
    border-radius: 12px;
    padding: .65rem 1rem;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:active {
        background-color: #f8fafc;
        border-color: #94a3b8;
        color: #1f2937;
    }

/* RESULTADOS */

.result-card {
    border: 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    transition: 0.15s;
}

    .result-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
    }

    .result-card .card-body {
        padding: 1.4rem 1.5rem;
    }

.result-badge,
.detail-badge {
    display: inline-flex;
    align-items: center;
    padding: .35rem .75rem;
    border-radius: 999px;
    background:var(--brand-soft);
    color: var(--brand-primary);
    font-size: .8rem;
    font-weight: 600;
}

.result-title {
    font-size: 1.22rem;
    font-weight: 700;
    color: #0f172a;
}

.result-authors {
    color: #334155;
    font-size: .96rem;
    font-weight: 500;
}

.result-summary {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.65;
}

.result-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #6b7280;
    font-size: .92rem;
}

    .result-meta i {
        color: var(--brand-primary);
    }

.result-year {
    color: #6b7280;
    font-size: .95rem;
}

.result-link {
    color: var(--brand-primary);
    font-weight: 700;
    text-decoration: none;
}

    .result-link:hover {
        text-decoration: underline;
    }

.pagination .page-link {
    color: var(--brand-primary);
    border-radius: 10px;
}

    .pagination .page-link:hover {
        background-color:var(--brand-soft);
        border-color: var(--brand-primary);
        color: var(--brand-primary);
    }

.pagination .page-item.active .page-link {
    background-color: var(--brand-primary);
    color: #ffffff;
}

/* EMPTY STATE */

.empty-state-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin: 0 auto;
    background: #eef5f2;
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DETALHE */

.detalhe-shell {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.detail-header {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.25rem;
}

.detail-title {
    font-size: 2rem;
    font-weight: 800;
}

.detail-subtitle {
    color: #6b7280;
}

.detail-section {
    margin-bottom: 2rem;
}

    .detail-section h5 {
        font-weight: 700;
    }

    .detail-section p {
        color: #374151;
        line-height: 1.75;
        max-width: 720px;
    }

.detail-side-card {
    background: linear-gradient(180deg, #f8faf9, #f4f7f6);
    border-radius: 20px;
}

/* METADADOS */

.meta-item {
    padding: .9rem 0;
    border-bottom: 1px solid #e5e7eb;
}

    .meta-item:last-child {
        border-bottom: none;
    }

.meta-label {
    font-size: .75rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    color: #9ca3af;
    margin-bottom: .15rem;
}

.meta-value {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

    .meta-value a {
        color: var(--brand-primary);
        font-weight: 600;
        text-decoration: none;
    }

        .meta-value a:hover {
            text-decoration: underline;
        }

/* TAGS */

.tag-chip {
    padding: .4rem .8rem;
    border-radius: 999px;
    background: #eef2f7;
    font-size: .85rem;
}

/* LINK VOLTAR */

.back-link {
    text-decoration: none;
    color: var(--brand-primary) !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

    .back-link:hover {
        color: var(--brand-primary-dark) !important;
        text-decoration: underline;
    }

    .back-link i {
        color: var(--brand-primary);
    }

/* AUTOCOMPLETE */

.ui-autocomplete {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    max-height: 240px;
    overflow-y: auto;
    z-index: 2000 !important;
}

.ui-menu-item-wrapper {
    padding: .65rem 1rem;
}

.ui-state-active {
    background:var(--brand-soft) !important;
    color: var(--brand-primary) !important;
}

/* RESPONSIVO */

@media (max-width: 991px) {
    .page-title {
        font-size: 1.8rem;
    }

    .detail-title {
        font-size: 1.6rem;
    }

    .hero-block {
        padding: 1.5rem;
    }
}

.admin-card {
    border-radius: 20px;
}

.admin-table th {
    font-size: .8rem;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 700;
    border-bottom: 1px solid #e5e7eb;
}

.admin-table td {
    vertical-align: middle;
}

.admin-table tbody tr:hover {
    background-color: #f8fafc;
}

.admin-summary-preview {
    max-width: 900px;
    line-height: 1.45;
}

mark {
    background: #fff3bf;
    color: inherit;
    padding: 0 .15rem;
    border-radius: .25rem;
}

.admin-summary-preview {
    max-width: 900px;
    line-height: 1.45;
}

/* AUTOCOMPLETE ADMIN / PROFISSIONAL */

.ui-autocomplete {
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    padding: .4rem 0;
    max-height: 260px;
    overflow-y: auto;
    z-index: 3000 !important;
    font-family: 'Inter', sans-serif;
}

.ui-menu-item {
    margin: 0;
}

.ui-menu-item-wrapper {
    padding: .7rem 1rem;
    font-size: .92rem;
    color: #1f2937;
    cursor: pointer;
    border: none !important;
}

    .ui-menu-item-wrapper:hover,
    .ui-state-active,
    .ui-widget-content .ui-state-active {
        background:var(--brand-soft) !important;
        color: var(--brand-primary) !important;
        border: none !important;
        margin: 0 !important;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.admin-card .form-label {
    font-size: .86rem;
    font-weight: 600;
    color: #374151;
}

.admin-card .form-control,
.admin-card .form-select {
    min-height: 42px;
}

.admin-search-actions {
    display: flex;
    justify-content: flex-end;
}

    .admin-search-actions .btn {
        min-width: 140px;
    }

.admin-table {
    table-layout: fixed;
}

    .admin-table th:nth-child(1),
    .admin-table td:nth-child(1) {
        width: 68%;
    }

    .admin-table th:nth-child(2),
    .admin-table td:nth-child(2) {
        width: 9%;
    }

    .admin-table th:nth-child(3),
    .admin-table td:nth-child(3) {
        width: 9%;
    }

    .admin-table th:nth-child(4),
    .admin-table td:nth-child(4) {
        width: 6%;
    }

    .admin-table th:nth-child(5),
    .admin-table td:nth-child(5) {
        width: 8%;
    }

.admin-actions {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    align-items: flex-end;
}

    .admin-actions .btn {
        min-width: 82px;
        border-radius: 10px;
    }

@media (max-width: 991px) {
    .admin-table {
        table-layout: auto;
    }

    .admin-actions {
        flex-direction: row;
        justify-content: flex-end;
    }
}

.is-invalid {
    border-color: #dc2626 !important;
}

.invalid-feedback {
    display: block;
    font-size: .85rem;
    color: #dc2626;
    margin-top: .25rem;
}

/* ADMIN — toolbar moderna */

.admin-toolbar {
    background: #f8faf9;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.admin-toolbar-main {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 160px minmax(220px, 240px) 160px 160px;
    gap: .9rem;
    flex: 1;
}

.admin-field .form-label {
    font-size: .78rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: .35rem;
}

.admin-field .form-control,
.admin-field .form-select {
    border-radius: 12px;
    min-height: 44px;
    background-color: #ffffff;
}

.admin-field-search {
    min-width: 0;
}

.admin-search-input {
    position: relative;
}

    .admin-search-input i {
        position: absolute;
        left: .9rem;
        top: 50%;
        transform: translateY(-50%);
        color: #64748b;
        font-size: .95rem;
    }

    .admin-search-input .form-control {
        padding-left: 2.35rem;
    }

.admin-search-button {
    min-height: 44px;
    min-width: 135px;
    border-radius: 12px;
    align-self: flex-end;
}

.admin-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-results-count {
    color: #475569;
    font-size: .95rem;
    font-weight: 500;
}

/* ADMIN — tabela mais limpa */

.admin-table {
    margin-bottom: 0;
}

    .admin-table thead th {
        background: #ffffff;
        color: #64748b;
        font-size: .76rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        padding: .85rem .75rem;
        border-bottom: 1px solid #e5e7eb;
    }

    .admin-table tbody td {
        padding: 1rem .75rem;
        border-bottom: 1px solid #e5e7eb;
    }

    .admin-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .admin-table tbody tr:hover {
        background: #fbfdfc;
    }

    .admin-table strong {
        color: #0f172a;
        line-height: 1.35;
    }

/* ADMIN — ações */

.admin-actions {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    align-items: flex-end;
}

    .admin-actions .btn {
        min-width: 78px;
        border-radius: 10px;
        font-size: .86rem;
    }

/* Responsivo */

@media (max-width: 1200px) {
    .admin-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-toolbar-main {
        grid-template-columns: 1fr 1fr;
    }

    .admin-search-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .admin-toolbar-main {
        grid-template-columns: 1fr;
    }

    .admin-actions {
        flex-direction: row;
        justify-content: flex-end;
    }
}

/* ADMIN — ações mais modernas */

.admin-table th:last-child {
    text-align: right;
}

.admin-actions-cell {
    text-align: right;
    white-space: nowrap;
}

.admin-actions {
    display: inline-flex;
    flex-direction: row;
    gap: .45rem;
    align-items: center;
    justify-content: flex-end;
}

.admin-action-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .45rem .65rem;
    border-radius: 10px;
    color: var(--brand-primary);
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
}

    .admin-action-link:hover {
        background:var(--brand-soft);
        color: var(--brand-primary-dark);
        text-decoration: none;
    }

    .admin-action-link i {
        font-size: .9rem;
    }

.admin-table tbody td {
    vertical-align: middle;
}

.admin-table tbody tr {
    transition: background-color .15s ease;
}

/* ADMIN - ações em linha sem afetar toolbar */

.admin-actions-cell {
    text-align: right;
    white-space: nowrap;
}

.admin-actions-inline {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
}

.admin-action-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .4rem .55rem;
    border-radius: 9px;
    color: var(--brand-primary);
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
}

    .admin-action-link:hover {
        background:var(--brand-soft);
        color: var(--brand-primary-dark);
        text-decoration: none;
    }

    .admin-action-link i {
        font-size: .9rem;
    }

.admin-table th:last-child {
    text-align: right;
}

/* ADMIN - correção final ações sem afetar pesquisa */

.admin-actions-cell {
    text-align: right;
    white-space: nowrap;
}

.admin-actions-inline {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
}

    .admin-actions-inline .admin-action-link {
        display: inline-flex !important;
        align-items: center;
        gap: .35rem;
        padding: .4rem .6rem;
        border-radius: 9px;
        color: var(--brand-primary);
        font-size: .88rem;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }

        .admin-actions-inline .admin-action-link:hover {
            background:var(--brand-soft);
            color: var(--brand-primary-dark);
            text-decoration: none;
        }

        .admin-actions-inline .admin-action-link i {
            font-size: .9rem;
        }

.admin-table th:last-child {
    text-align: right;
}

/* ADMIN - ações compactas */

.admin-actions-cell {
    text-align: right;
    white-space: nowrap;
}

.admin-actions-icons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
}

.admin-action-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    text-decoration: none;
}

    .admin-action-icon:hover {
        background:var(--brand-soft);
        color: var(--brand-primary-dark);
        text-decoration: none;
    }

    .admin-action-icon i {
        font-size: .95rem;
    }

.admin-table th:last-child {
    text-align: right;
}

/* ADMIN - modal eliminar */

.modal-content {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.modal-header {
    border-bottom: 1px solid #e5e7eb;
}

.modal-footer {
    border-top: 1px solid #e5e7eb;
}

.btn-danger {
    border-radius: 12px;
    font-weight: 600;
}

/* MODAL ELIMINAR DOCUMENTO */

#deleteDocumentoTitulo {
    font-size: 1.05rem;
    color: #0f172a;
}

.btn-danger {
    background-color: #dc2626;
    border-color: #dc2626;
    border-radius: 12px;
    font-weight: 600;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background-color: #b91c1c;
        border-color: #b91c1c;
    }

/* NAV - login moderno */

.nav-separator {
    width: 1px;
    height: 22px;
    background: #e5e7eb;
}

.nav-account-link {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    border-radius: 999px;
    padding: .45rem .8rem;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
}

    .nav-account-link:hover {
        border-color: var(--brand-primary);
        color: var(--brand-primary);
        background: #f8faf9;
        text-decoration: none;
    }

    /* evitar estilo estranho no botão submit */
    .nav-account-link.btn {
        background: none;
        border: 1px solid #d1d5db;
    }

/* AUTH */

.auth-page {
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.auth-card {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.auth-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background:var(--brand-soft);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 1.25rem;
}

.auth-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .5rem;
}

.auth-subtitle {
    color: #64748b;
    font-size: .98rem;
    margin-bottom: 1.5rem;
}

.auth-form .form-control {
    min-height: 46px;
    border-radius: 12px;
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #475569;
    font-size: .9rem;
    cursor: pointer;
}

    .auth-check input {
        accent-color: var(--brand-primary);
    }

.auth-link {
    color: var(--brand-primary);
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
}

    .auth-link:hover {
        color: var(--brand-primary-dark);
        text-decoration: underline;
    }

.auth-card .alert {
    border-radius: 14px;
    font-size: .9rem;
}

/* ADMIN USERS */

.admin-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.user-role-chip {
    display: inline-flex;
    align-items: center;
    padding: .35rem .7rem;
    border-radius: 999px;
    background:var(--brand-soft);
    color: var(--brand-primary);
    font-size: .82rem;
    font-weight: 700;
    margin-right: .35rem;
}

.admin-action-icon.danger {
    border: none;
    background: transparent;
    color: #dc2626;
}

    .admin-action-icon.danger:hover {
        background: #fee2e2;
        color: #b91c1c;
    }

@media (max-width: 768px) {
    .admin-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .admin-page-header .btn {
            width: 100%;
        }
}

/* AUTH ALERTS */

.auth-alert {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .85rem 1rem;
    border-radius: 14px;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

    .auth-alert i {
        margin-top: .1rem;
    }

.auth-alert-warning {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
}

.admin-action-icon {
    border: 0;
    background: transparent;
    padding: .2rem;
    color: var(--brand-primary);
    font-size: 1rem;
    transition: opacity .15s ease, transform .15s ease;
}

    .admin-action-icon:hover {
        opacity: .75;
        transform: scale(1.05);
    }

    .admin-action-icon.danger {
        color: #ef4444;
    }

/* BARRA FINANCIAMENTO */

.funding-bar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #ffffff;
    padding: 1rem 0;
    margin-top: 1.25rem;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.funding-image {
    display: block;
    width: auto;
    max-width: min(1100px, 92vw);
    max-height: 78px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

@media (max-width: 768px) {

    .app-header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .brand-title {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    .brand-subtitle {
        font-size: .82rem;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: .75rem !important;
    }

    .funding-bar {
        padding: .8rem .75rem;
    }

    .funding-image {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }

    .hero-block {
        padding: 1.4rem;
        border-radius: 22px;
    }

    .hero-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.1rem;
    }

    .hero-brand {
        width: 100% !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .hero-logo {
        max-width: 190px;
        max-height: 120px;
    }

    .hero-divider {
        display: none !important;
    }

    .hero-content {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }

    .hero-kicker {
        margin-bottom: .85rem;
    }

    .page-title {
        font-size: 2rem;
        line-height: 1.15;
        margin-bottom: .65rem;
    }

    .page-subtitle {
        font-size: .98rem;
        line-height: 1.45;
        max-width: 100%;
    }
}

/* HERO */

.hero-block {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 1.5rem 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.hero-layout {
    display: grid;
    grid-template-columns: 25% 1px 1fr;
    align-items: center;
}

.hero-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
}

.hero-logo {
    max-width: 210px;
    max-height: 145px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hero-divider {
    width: 1px;
    height: 120px;
    background: #e5e7eb;
}

.hero-content {
    padding: 0 2rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .8rem;
    padding: .4rem .85rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-primary);
    font-size: .82rem;
    font-weight: 700;
}

.page-title {
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: .65rem;
}

.page-subtitle {
    font-size: 1rem;
    color: #6b7280;
    max-width: 720px;
}
