/**
 * homologacao.css
 * Estilos exclusivos da página Homologação.
 *
 * REGRA:
 * não altera header, menu, topbar, brand ou footer.
 * Todos os seletores próprios usam prefixo "homol-".
 */

/* =========================================================
   HERO
========================================================= */
.homol-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(62, 145, 255, .25), transparent 31%),
        linear-gradient(135deg, #041a3b 0%, #07356f 55%, #0d55b7 100%);
}

.homol-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    bottom: -340px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 0 0 60px rgba(255,255,255,.025),
        0 0 0 120px rgba(255,255,255,.015);
}

.homol-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.homol-hero__glow--one {
    width: 260px;
    height: 260px;
    top: -130px;
    right: 22%;
    border: 1px solid rgba(255,255,255,.11);
}

.homol-hero__glow--two {
    width: 90px;
    height: 90px;
    bottom: 32px;
    right: 45%;
    border: 1px solid rgba(255,255,255,.08);
}

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

.homol-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 44px;
    color: rgba(255,255,255,.72);
    font-size: .8rem;
}

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

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

.homol-breadcrumb > i {
    font-size: .62rem;
    opacity: .55;
}

.homol-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
    gap: clamp(38px, 6vw, 88px);
    align-items: center;
}

.homol-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,.08);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.homol-hero__copy h1 {
    max-width: 820px;
    margin: 0 0 20px;
    color: #fff;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(2.45rem, 5vw, 4.65rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.homol-hero__copy h1 strong {
    color: #a9d1ff;
}

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

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

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

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

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

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

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

.homol-doc-visual {
    position: relative;
    display: flex;
    width: min(100%, 320px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,.14) 0 32%, rgba(255,255,255,.055) 33% 58%, transparent 59%),
        rgba(255,255,255,.04);
    box-shadow: inset 0 0 40px rgba(255,255,255,.04), 0 30px 60px rgba(2,20,48,.28);
}

.homol-doc-visual__ring {
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(255,255,255,.22);
    border-radius: 50%;
}

.homol-doc-visual__paper {
    display: grid;
    width: 92px;
    min-height: 116px;
    place-items: center;
    align-content: center;
    gap: 8px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(0,0,0,.16);
}

.homol-doc-visual__paper i {
    color: #0d55b7;
    font-size: 2rem;
}

.homol-doc-visual__paper span {
    width: 54px;
    height: 4px;
    border-radius: 99px;
    background: #dce8f7;
}

.homol-doc-visual small {
    color: rgba(255,255,255,.7);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.homol-doc-visual strong {
    max-width: 180px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.15rem;
}

/* =========================================================
   ACESSO RÁPIDO
========================================================= */
.homol-quick {
    position: relative;
    z-index: 3;
    margin-top: -28px;
}

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

.homol-quick-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid #dfe8f3;
    border-radius: 15px;
    color: inherit;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(6,31,69,.09);
    transition: transform .2s ease, box-shadow .2s ease;
}

.homol-quick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(6,31,69,.13);
}

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

.homol-quick-card strong,
.homol-quick-card small {
    display: block;
}

.homol-quick-card strong {
    color: #082b5d;
    font-size: .88rem;
}

.homol-quick-card small {
    margin-top: 3px;
    color: #7b8796;
    font-size: .72rem;
}

.homol-quick-card > i {
    color: #a2afbd;
}

/* =========================================================
   BASE
========================================================= */
.homol-worker,
.homol-documents,
.homol-locations,
.homol-hours,
.homol-companies,
.homol-cta,
.homol-related {
    padding: clamp(62px, 8vw, 100px) 0;
}

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

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

.homol-section-heading {
    max-width: 790px;
    margin-bottom: 38px;
}

.homol-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.homol-section-heading--center .homol-section-line {
    margin-right: auto;
    margin-left: auto;
}

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

.homol-section-heading p,
.homol-worker__copy p {
    color: #5e6c7d;
    line-height: 1.8;
}

/* =========================================================
   TRABALHADOR
========================================================= */
.homol-worker {
    padding-top: clamp(82px, 10vw, 120px);
    background: #fff;
}

.homol-worker__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: clamp(36px, 6vw, 72px);
    align-items: center;
}

.homol-worker__lead {
    margin: 18px 0 24px;
    font-size: 1.02rem;
}

.homol-benefit-list {
    display: grid;
    gap: 11px;
}

.homol-benefit-list > div {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #40506a;
    font-size: .9rem;
    font-weight: 700;
}

.homol-benefit-list i {
    color: #1463d9;
}

.homol-alert-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding: 28px;
    border: 1px solid #f1d7d9;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(227,33,43,.07), transparent 40%),
        #fffafa;
    box-shadow: 0 20px 45px rgba(80,21,25,.07);
}

.homol-alert-card__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, #c91d27, #e3212b);
    font-size: 1.3rem;
}

.homol-alert-card small {
    color: #b21b24;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.homol-alert-card h3 {
    margin: 4px 0 8px;
    color: #6b151b;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.25rem;
}

.homol-alert-card p {
    margin: 0;
    color: #765b5d;
    font-size: .86rem;
    line-height: 1.65;
}

/* =========================================================
   DOCUMENTOS
========================================================= */
.homol-documents {
    background: #f5f8fc;
}

.homol-documents__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.homol-document-card {
    position: relative;
    min-height: 225px;
    padding: 26px 22px;
    overflow: hidden;
    border: 1px solid #e1eaf5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(6,31,69,.05);
}

.homol-document-card__num {
    position: absolute;
    right: 17px;
    top: 13px;
    color: #e2ebf6;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 2.45rem;
    font-weight: 800;
}

.homol-document-card > i {
    margin-bottom: 24px;
    color: #0d55b7;
    font-size: 1.5rem;
}

.homol-document-card h3 {
    margin: 0 0 9px;
    color: #082b5d;
    font-size: 1rem;
}

.homol-document-card p {
    margin: 0;
    color: #6b7787;
    font-size: .84rem;
    line-height: 1.65;
}

.homol-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid #d9e6f5;
    border-radius: 14px;
    color: #5b6a7c;
    background: #eef5fd;
}

.homol-note i {
    margin-top: 3px;
    color: #0d55b7;
}

.homol-note p {
    margin: 0;
    font-size: .8rem;
    line-height: 1.6;
}

/* =========================================================
   LOCAIS
========================================================= */
.homol-locations {
    background: #fff;
}

.homol-locations__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.homol-location-card {
    padding: 27px;
    border: 1px solid #e0e9f4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(6,31,69,.06);
}

.homol-location-card--primary {
    border-color: #cbdff8;
    background:
        radial-gradient(circle at 100% 0%, #eef6ff 0, transparent 38%),
        #fff;
}

.homol-location-card__top {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
}

.homol-location-card__top > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #07356f, #1463d9);
}

.homol-location-card__top small {
    display: block;
    color: #7c8897;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.homol-location-card__top h3 {
    margin: 2px 0 0;
    color: #061f45;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.35rem;
}

.homol-location-card address {
    display: grid;
    gap: 10px;
    margin: 0;
    font-style: normal;
}

.homol-location-card address > div {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: #5d6c7e;
    font-size: .88rem;
    line-height: 1.55;
}

.homol-location-card address i {
    margin-top: 3px;
    color: #0d55b7;
}

.homol-location-card address a {
    color: #0b438c;
    text-decoration: none;
    font-weight: 800;
}

/* =========================================================
   HORÁRIO
========================================================= */
.homol-hours {
    padding-top: 0;
    background: #fff;
}

.homol-hours__box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(260px, auto);
    gap: 22px;
    align-items: center;
    padding: 28px 32px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 0%, rgba(255,255,255,.11), transparent 32%),
        linear-gradient(135deg, #061f45, #0b438c);
    box-shadow: 0 24px 50px rgba(6,31,69,.14);
}

.homol-hours__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    font-size: 1.65rem;
}

.homol-hours__copy > span {
    display: block;
    margin-bottom: 3px;
    color: #a9d1ff;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.homol-hours__copy h2 {
    color: #fff;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.homol-hours__copy p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.78);
    font-size: .9rem;
}

.homol-hours__badge {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
}

.homol-hours__badge i {
    font-size: 1.15rem;
}

.homol-hours__badge small,
.homol-hours__badge span {
    display: block;
}

.homol-hours__badge small {
    margin-bottom: 2px;
    color: rgba(255,255,255,.65);
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.homol-hours__badge span {
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
}

/* =========================================================
   EMPRESAS / ACCORDION
========================================================= */
.homol-companies {
    background: #f5f8fc;
}

.homol-company-intro {
    margin-bottom: 22px;
}

.homol-company-intro > div {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 12px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid #f0dfbb;
    border-radius: 14px;
    color: #725714;
    background: #fff9ea;
}

.homol-company-intro i {
    margin-top: 3px;
    color: #c98c00;
}

.homol-company-intro p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.6;
}

.homol-accordion-list {
    display: grid;
    gap: 12px;
}

.homol-accordion {
    overflow: hidden;
    border: 1px solid #dee8f3;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(6,31,69,.045);
}

.homol-accordion summary {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 18px 20px;
    list-style: none;
    cursor: pointer;
}

.homol-accordion summary::-webkit-details-marker {
    display: none;
}

.homol-accordion__icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 14px;
    color: #0d55b7;
    background: #eaf3ff;
}

.homol-accordion summary small,
.homol-accordion summary strong {
    display: block;
}

.homol-accordion summary small {
    color: #8994a2;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.homol-accordion summary strong {
    margin-top: 3px;
    color: #082b5d;
    font-size: .94rem;
}

.homol-accordion summary > i {
    color: #8795a5;
    transition: transform .22s ease;
}

.homol-accordion[open] summary > i {
    transform: rotate(180deg);
}

.homol-accordion__body {
    padding: 4px 24px 24px 83px;
    border-top: 1px solid #edf2f7;
}

.homol-number-list {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding-left: 22px;
}

.homol-number-list li,
.homol-bullet-list li {
    color: #5f6d7e;
    font-size: .85rem;
    line-height: 1.65;
}

.homol-number-list strong {
    color: #33465e;
}

.homol-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-top: 18px;
}

.homol-check-grid > div {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 13px 14px;
    border-radius: 12px;
    color: #526276;
    background: #f7faff;
    font-size: .8rem;
    line-height: 1.5;
}

.homol-check-grid i {
    margin-top: 3px;
    color: #1463d9;
}

.homol-accordion__text {
    margin: 18px 0 0;
    color: #5f6d7e;
    font-size: .85rem;
    line-height: 1.7;
}

.homol-bullet-list {
    display: grid;
    gap: 8px;
    margin: 15px 0 0;
    padding-left: 20px;
}

.homol-legal-note {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 11px;
    margin-top: 18px;
    padding: 14px 15px;
    border: 1px solid #dbe7f5;
    border-radius: 12px;
    background: #f2f7fd;
}

.homol-legal-note i {
    margin-top: 3px;
    color: #0d55b7;
}

.homol-legal-note p {
    margin: 0;
    color: #5e6c7d;
    font-size: .78rem;
    line-height: 1.6;
}

/* =========================================================
   CTA
========================================================= */
.homol-cta {
    background: #fff;
}

.homol-cta__box {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 30px 34px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 0%, rgba(255,255,255,.1), transparent 30%),
        linear-gradient(135deg, #061f45, #0b438c);
    box-shadow: 0 24px 50px rgba(6,31,69,.15);
}

.homol-cta__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    font-size: 1.7rem;
}

.homol-cta__copy > span {
    display: block;
    margin-bottom: 4px;
    color: #a9d1ff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.homol-cta__copy h2 {
    color: #fff;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.homol-cta__copy p {
    max-width: 760px;
    margin: 8px 0 0;
    color: rgba(255,255,255,.75);
    font-size: .89rem;
    line-height: 1.65;
}

/* =========================================================
   RELACIONADOS
========================================================= */
.homol-related {
    background: #f5f8fc;
}

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

.homol-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;
}

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

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

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

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

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

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

/* =========================================================
   RESPONSIVO
========================================================= */
@media (max-width: 1020px) {
    .homol-hero__grid,
    .homol-worker__grid {
        grid-template-columns: 1fr;
    }

    .homol-hero__visual {
        display: none;
    }

    .homol-documents__grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .homol-hours__box,
    .homol-cta__box {
        grid-template-columns: auto minmax(0,1fr);
    }

    .homol-hours__badge,
    .homol-cta__box > .homol-btn {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .homol-quick__grid,
    .homol-locations__grid,
    .homol-related__grid,
    .homol-check-grid {
        grid-template-columns: 1fr;
    }

    .homol-quick {
        margin-top: 18px;
    }

    .homol-worker {
        padding-top: 64px;
    }
}

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

    .homol-breadcrumb {
        margin-bottom: 30px;
        font-size: .72rem;
    }

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

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

    .homol-documents__grid {
        grid-template-columns: 1fr;
    }

    .homol-alert-card {
        grid-template-columns: 1fr;
        padding: 23px;
    }

    .homol-location-card {
        padding: 22px;
    }

    .homol-hours__box,
    .homol-cta__box {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .homol-hours__badge,
    .homol-cta__box > .homol-btn {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    .homol-hours__icon,
    .homol-cta__icon {
        width: 56px;
        height: 56px;
    }

    .homol-accordion summary {
        grid-template-columns: 44px minmax(0,1fr) auto;
        padding: 16px;
    }

    .homol-accordion__icon {
        width: 44px;
        height: 44px;
    }

    .homol-accordion__body {
        padding: 4px 18px 20px;
    }

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

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