.ogmonet-page {
    padding: 34px 0 62px;
    background: #edf4fb;
}

.ogmonet-path {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #536b89;
    font-size: 16px;
}

.ogmonet-path a {
    color: #074d98;
    font-weight: 650;
}

.ogmonet-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(560px, 1.42fr);
    min-height: 620px;
    overflow: hidden;
    border: 1px solid #bed2e8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(6, 38, 71, 0.12);
}

.ogmonet-context {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 54px 42px 42px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(4, 42, 79, 0.82), rgba(4, 42, 79, 0.95)),
        url("../img/ogmo-porto-alegre.webp") center / cover no-repeat;
}

.ogmonet-context::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #0067cf;
}

.ogmonet-context-copy,
.ogmonet-note {
    position: relative;
    z-index: 1;
}

.ogmonet-lock {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 38px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 16px;
    color: #fff;
    font-size: 30px;
}

.ogmonet-context-label {
    margin: 0 0 12px;
    color: #bdd9f8;
    font-size: 16px;
    font-weight: 700;
}

.ogmonet-context h1 {
    margin: 0;
    font-family: normalidad-wide, sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.035em;
}

.ogmonet-description {
    max-width: 390px;
    margin: 24px 0 0;
    color: #e1edf9;
    font-size: 18px;
    line-height: 1.55;
}

.ogmonet-note {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.ogmonet-note i {
    font-size: 24px;
}

.ogmonet-note p {
    margin: 0;
    color: #e1edf9;
    font-size: 16px;
    line-height: 1.45;
}

.ogmonet-access-panel {
    min-width: 0;
    padding: 42px;
    background: linear-gradient(150deg, #f6f9fd 0%, #edf4fb 100%);
}

.ogmonet-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.ogmonet-panel-heading p {
    margin: 0 0 6px;
    color: #536b89;
    font-size: 16px;
}

.ogmonet-panel-heading h2 {
    margin: 0;
    font-family: normalidad-wide, sans-serif;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.ogmonet-panel-count {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid #cfdff0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #074d98;
    font-size: 16px;
    font-weight: 700;
}

.ogmonet-access-list {
    display: grid;
    gap: 14px;
}

.ogmonet-access-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    min-height: 106px;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border: 1px solid #d1e0ef;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(7, 40, 77, 0.055);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ogmonet-access-item:hover,
.ogmonet-access-item:focus-visible {
    border-color: #73ace7;
    box-shadow: 0 14px 30px rgba(7, 61, 118, 0.12);
    transform: translateY(-2px);
}

.ogmonet-service-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 15px;
    background: #e8f2ff;
    color: #0067cf;
    font-size: 28px;
}

.ogmonet-service-copy {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.ogmonet-service-copy strong {
    font-family: normalidad-wide, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ogmonet-service-copy > span {
    color: #536b89;
    font-size: 16px;
    line-height: 1.4;
}

.ogmonet-access-button {
    display: inline-flex;
    min-width: 128px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 2px solid #0067cf;
    border-radius: 12px;
    color: #0067cf;
    font-size: 18px;
    font-weight: 750;
    transition: background 220ms ease, color 220ms ease;
}

.ogmonet-access-item:hover .ogmonet-access-button,
.ogmonet-access-item:focus-visible .ogmonet-access-button {
    background: #0067cf;
    color: #fff;
}

.ogmonet-access-button i {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .ogmonet-shell {
        grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
    }

    .ogmonet-context,
    .ogmonet-access-panel {
        padding: 34px;
    }

    .ogmonet-access-item {
        grid-template-columns: 54px minmax(0, 1fr) auto;
        gap: 14px;
    }
}

@media screen and (max-width: 860px) {
    .ogmonet-page {
        padding: 22px 0 40px;
    }

    .ogmonet-path {
        margin-bottom: 12px;
    }

    .ogmonet-shell {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px;
    }

    .ogmonet-context {
        min-height: 390px;
        padding: 38px 32px 30px;
    }

    .ogmonet-context::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 5px;
    }

    .ogmonet-lock {
        margin-bottom: 32px;
    }

    .ogmonet-context h1 {
        font-size: 38px;
    }

    .ogmonet-access-panel {
        padding: 30px;
    }
}

@media screen and (max-width: 560px) {
    .ogmonet-context {
        min-height: 340px;
        padding: 30px 24px 26px;
    }

    .ogmonet-lock {
        width: 52px;
        height: 52px;
        margin-bottom: 26px;
        font-size: 27px;
    }

    .ogmonet-context h1 {
        font-size: 32px;
    }

    .ogmonet-description {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.5;
    }

    .ogmonet-note {
        padding-top: 22px;
    }

    .ogmonet-access-panel {
        padding: 24px 18px;
    }

    .ogmonet-panel-heading {
        align-items: flex-start;
    }

    .ogmonet-panel-heading h2 {
        font-size: 23px;
    }

    .ogmonet-panel-count {
        flex: 0 0 auto;
        font-size: 15px;
    }

    .ogmonet-access-item {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: 0;
        gap: 14px;
        padding: 16px;
    }

    .ogmonet-service-icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .ogmonet-service-copy strong {
        font-size: 18px;
    }

    .ogmonet-service-copy > span {
        font-size: 16px;
    }

    .ogmonet-access-button {
        grid-column: 1 / -1;
        min-width: 0;
        min-height: 48px;
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ogmonet-access-item,
    .ogmonet-access-button {
        transition-duration: 1ms;
    }

    .ogmonet-access-item:hover,
    .ogmonet-access-item:focus-visible {
        transform: none;
    }
}
