/**
 * acervo-documentos.css
 * Prefixo exclusivo: acervo-
 */

.acervo-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 20%, rgba(72,157,255,.24), transparent 30%),
        radial-gradient(circle at 16% 100%, rgba(227,33,43,.11), transparent 31%),
        linear-gradient(130deg,#03172f 0%,#062d62 50%,#0c4d9f 100%);
}

.acervo-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        linear-gradient(rgba(255,255,255,.75) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.75) 1px,transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, transparent, #000 58%);
    pointer-events: none;
}

.acervo-hero__orb {
    position: absolute;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    pointer-events: none;
}

.acervo-hero__orb--one {
    width: 430px;
    height: 430px;
    right: -165px;
    top: -190px;
    box-shadow: 0 0 0 65px rgba(255,255,255,.016), 0 0 0 130px rgba(255,255,255,.011);
}

.acervo-hero__orb--two {
    width: 120px;
    height: 120px;
    left: 45%;
    bottom: -58px;
}

.acervo-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 28px;
    padding-bottom: 82px;
}

.acervo-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 46px;
    color: rgba(255,255,255,.68);
    font-size: .79rem;
}

.acervo-breadcrumb a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
}

.acervo-breadcrumb a:hover {
    color: #fff;
}

.acervo-breadcrumb > i {
    font-size: .6rem;
    opacity: .55;
}

.acervo-hero__grid {
    display: grid;
    grid-template-columns: minmax(0,1.22fr) minmax(290px,.78fr);
    gap: clamp(42px,7vw,96px);
    align-items: center;
}

.acervo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.acervo-hero__copy h1 {
    max-width: 850px;
    margin: 0 0 21px;
    color: #fff;
    font-family: "Manrope","Inter",sans-serif;
    font-size: clamp(2.5rem,5vw,4.7rem);
    line-height: .98;
    letter-spacing: -.052em;
}

.acervo-hero__copy h1 strong {
    color: #add5ff;
}

.acervo-hero__copy > p {
    max-width: 730px;
    margin: 0;
    color: rgba(255,255,255,.79);
    font-size: clamp(1rem,1.5vw,1.12rem);
    line-height: 1.8;
}

.acervo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.acervo-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 11px;
    text-decoration: none;
    font-size: .89rem;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.acervo-btn:hover {
    transform: translateY(-2px);
}

.acervo-btn--light {
    color: #07356f;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.14);
}

.acervo-btn--outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.055);
}

.acervo-hero__visual {
    display: flex;
    justify-content: center;
}

.acervo-folder {
    position: relative;
    display: flex;
    width: min(100%,330px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 0 50px rgba(255,255,255,.035), 0 32px 62px rgba(0,0,0,.22);
}

.acervo-folder__ring {
    position: absolute;
    inset: 22px;
    border: 1px dashed rgba(255,255,255,.2);
    border-radius: 50%;
}

.acervo-folder__icon {
    display: grid;
    width: 105px;
    height: 105px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.07));
    box-shadow: 0 20px 30px rgba(0,0,0,.18);
    font-size: 2.5rem;
}

.acervo-folder small {
    color: #9dc8fb;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.acervo-folder strong {
    margin-top: 5px;
    color: #fff;
    font-family: "Manrope","Inter",sans-serif;
    font-size: 1.2rem;
}

.acervo-summary,
.acervo-intro,
.acervo-categories,
.acervo-documents,
.acervo-guide,
.acervo-related {
    padding: clamp(66px,8vw,104px) 0;
}

.acervo-section-kicker {
    display: inline-block;
    color: #0d55b7;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.acervo-section-line {
    display: block;
    width: 48px;
    height: 3px;
    margin: 11px 0 18px;
    border-radius: 99px;
    background: #e3212b;
}

.acervo-section-heading {
    max-width: 810px;
    margin-bottom: 40px;
}

.acervo-section-heading h2,
.acervo-intro__copy h2,
.acervo-guide__copy h2 {
    margin: 0;
    color: #061f45;
    font-family: "Manrope","Inter",sans-serif;
    font-size: clamp(1.9rem,3.4vw,3rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.acervo-section-heading p,
.acervo-intro__copy p {
    color: #5f6c7d;
    line-height: 1.8;
}

.acervo-summary {
    position: relative;
    z-index: 3;
    margin-top: -28px;
    padding-top: 0;
    padding-bottom: 0;
}

.acervo-summary__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.acervo-summary-card {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #dfe8f3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6,31,69,.09);
}

.acervo-summary-card > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 15px;
    color: #0d55b7;
    background: #eaf3ff;
    font-size: 1.2rem;
}

.acervo-summary-card strong,
.acervo-summary-card small {
    display: block;
}

.acervo-summary-card strong {
    color: #082b5d;
    font-family: "Manrope","Inter",sans-serif;
    font-size: 1.25rem;
}

.acervo-summary-card small {
    margin-top: 2px;
    color: #7b8796;
    font-size: .72rem;
}

.acervo-intro {
    padding-top: clamp(92px,10vw,125px);
    background: #fff;
}

.acervo-intro__grid {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
    gap: clamp(38px,6vw,74px);
    align-items: center;
}

.acervo-intro__copy p {
    margin: 15px 0 0;
    font-size: .96rem;
}

.acervo-help-card {
    padding: 30px;
    border: 1px solid #dbe7f5;
    border-radius: 22px;
    background: radial-gradient(circle at 100% 0%,rgba(20,99,217,.1),transparent 35%),linear-gradient(145deg,#f9fbfe,#f2f7fd);
    box-shadow: 0 22px 48px rgba(6,31,69,.08);
}

.acervo-help-card__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg,#07356f,#1463d9);
    box-shadow: 0 14px 28px rgba(20,99,217,.2);
    font-size: 1.45rem;
}

.acervo-help-card > span {
    display: block;
    color: #0d55b7;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.acervo-help-card h3 {
    margin: 5px 0 10px;
    color: #061f45;
    font-family: "Manrope","Inter",sans-serif;
    font-size: 1.35rem;
}

.acervo-help-card p {
    margin: 0;
    color: #617084;
    font-size: .87rem;
    line-height: 1.7;
}

.acervo-categories {
    background: #f5f8fc;
}

.acervo-categories__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
}

.acervo-category-card {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 17px;
    border: 1px solid #e0e9f4;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(6,31,69,.045);
}

.acervo-category-card > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    color: #0d55b7;
    background: #eaf3ff;
}

.acervo-category-card strong,
.acervo-category-card small {
    display: block;
}

.acervo-category-card strong {
    color: #082b5d;
    font-size: .84rem;
}

.acervo-category-card small {
    margin-top: 3px;
    color: #8290a0;
    font-size: .68rem;
}

.acervo-documents {
    background: #fff;
}

.acervo-documents__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.acervo-document-card {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #e0e8f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(6,31,69,.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.acervo-document-card:hover {
    transform: translateY(-5px);
    border-color: #c9dcef;
    box-shadow: 0 20px 42px rgba(6,31,69,.10);
}

.acervo-document-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.acervo-document-card__icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg,#b51924,#e3212b);
    box-shadow: 0 12px 24px rgba(227,33,43,.18);
    font-size: 1.5rem;
}

.acervo-document-card__format {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 999px;
    color: #a31720;
    background: #fff0f1;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.acervo-document-card__body {
    flex: 1;
}

.acervo-document-card__category {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #0d55b7;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.acervo-document-card__body h3 {
    margin: 0;
    color: #061f45;
    font-family: "Manrope","Inter",sans-serif;
    font-size: 1.03rem;
    line-height: 1.42;
}

.acervo-document-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 15px;
    color: #8995a4;
    font-size: .69rem;
}

.acervo-document-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.acervo-document-card__actions {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 23px;
    padding-top: 18px;
    border-top: 1px solid #edf1f6;
}

.acervo-document-card__view,
.acervo-document-card__download {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 800;
}

.acervo-document-card__view {
    color: #0d55b7;
    border: 1px solid #d7e4f3;
    background: #f7faff;
}

.acervo-document-card__download {
    color: #fff;
    background: linear-gradient(135deg,#07356f,#1463d9);
}

.acervo-empty {
    padding: clamp(38px,6vw,70px);
    border: 1px dashed #bdcee1;
    border-radius: 20px;
    text-align: center;
    background: #f8fbff;
}

.acervo-empty__icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 20px;
    color: #0d55b7;
    background: #eaf3ff;
    font-size: 1.7rem;
}

.acervo-empty h3 {
    margin: 0;
    color: #082b5d;
    font-family: "Manrope","Inter",sans-serif;
    font-size: 1.2rem;
}

.acervo-empty p {
    margin: 9px 0 0;
    color: #6a7788;
    font-size: .82rem;
    line-height: 1.65;
}

.acervo-guide {
    padding-top: 0;
    background: #fff;
}

.acervo-guide__box {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 20px;
    align-items: center;
    padding: 28px 31px;
    border: 1px solid #dbe7f5;
    border-radius: 20px;
    background: radial-gradient(circle at 100% 0%,rgba(20,99,217,.08),transparent 35%),#f7faff;
}

.acervo-guide__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 17px;
    color: #0d55b7;
    background: #e6f1ff;
    font-size: 1.35rem;
}

.acervo-guide__copy > span {
    display: block;
    margin-bottom: 4px;
    color: #0d55b7;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.acervo-guide__copy h2 {
    font-size: clamp(1.4rem,2.5vw,2rem);
}

.acervo-guide__copy p {
    margin: 8px 0 0;
    color: #637286;
    font-size: .83rem;
    line-height: 1.65;
}

.acervo-related {
    background: #f5f8fc;
}

.acervo-related__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

.acervo-related-card {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e1eaf5;
    border-radius: 16px;
    color: inherit;
    background: #fff;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.acervo-related-card:hover {
    transform: translateY(-3px);
    border-color: #c5daf4;
    box-shadow: 0 14px 30px rgba(6,31,69,.08);
}

.acervo-related-card > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    color: #0d55b7;
    background: #eaf3ff;
}

.acervo-related-card strong,
.acervo-related-card small {
    display: block;
}

.acervo-related-card strong {
    color: #082b5d;
    font-size: .94rem;
}

.acervo-related-card small {
    margin-top: 3px;
    color: #788493;
    font-size: .76rem;
}

.acervo-related-card > i {
    color: #9aa9bb;
}

@media (max-width: 1100px) {
    .acervo-categories__grid,
    .acervo-documents__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 980px) {
    .acervo-hero__grid,
    .acervo-intro__grid {
        grid-template-columns: 1fr;
    }

    .acervo-hero__visual {
        display: none;
    }
}

@media (max-width: 760px) {
    .acervo-summary {
        margin-top: 18px;
    }

    .acervo-summary__grid,
    .acervo-related__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .acervo-hero__content {
        padding-top: 20px;
        padding-bottom: 58px;
    }

    .acervo-breadcrumb {
        margin-bottom: 31px;
        font-size: .71rem;
    }

    .acervo-hero__copy h1 {
        font-size: clamp(2.15rem,12vw,3.2rem);
    }

    .acervo-hero__actions,
    .acervo-hero__actions .acervo-btn {
        width: 100%;
    }

    .acervo-categories__grid,
    .acervo-documents__grid {
        grid-template-columns: 1fr;
    }

    .acervo-document-card {
        min-height: auto;
    }

    .acervo-document-card__actions {
        grid-template-columns: 1fr;
    }

    .acervo-help-card {
        padding: 24px;
    }

    .acervo-guide__box {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .acervo-related-card {
        grid-template-columns: 46px minmax(0,1fr) auto;
        padding: 15px;
    }

    .acervo-related-card > span {
        width: 46px;
        height: 46px;
    }
}
