:root {
    --cmpmhp-navy: #231b5d;
    --cmpmhp-red: #ef3340;
    --cmpmhp-blue: #00a3e0;
    --cmpmhp-white: #ffffff;
    --cmpmhp-white-soft: #fcfbff;
    --cmpmhp-white-pastel: #f7fbff;
    --cmpmhp-ink: #231b5d;
    --cmpmhp-ink-soft: rgba(35, 27, 93, 0.72);
    --cmpmhp-ink-muted: rgba(35, 27, 93, 0.52);
    --cmpmhp-line: rgba(35, 27, 93, 0.1);
    --cmpmhp-line-strong: rgba(35, 27, 93, 0.16);
    --cmpmhp-shadow: 0 26px 72px rgba(35, 27, 93, 0.18);
    --cmpmhp-shadow-soft: 0 20px 48px rgba(35, 27, 93, 0.1);
    --cmpmhp-shadow-card: 0 24px 54px rgba(35, 27, 93, 0.14);
    --cmpmhp-radius-2xl: 36px;
    --cmpmhp-radius-xl: 30px;
    --cmpmhp-radius-lg: 24px;
    --cmpmhp-radius-md: 18px;
    --cmpmhp-radius-sm: 14px;
    --cmpmhp-page-width-desktop: 90vw;
    --cmpmhp-page-width-compact: 94vw;
    --cmpmhp-page-offset-desktop: calc(50% - 45vw);
    --cmpmhp-page-offset-compact: calc(50% - 47vw);
    --cmpmhp-font-display: "Manrope", "Aptos Display", "Segoe UI Variable", sans-serif;
    --cmpmhp-font-sans: "Aptos", "Manrope", "Segoe UI Variable", sans-serif;
}

html.cmpmhp-modal-open,
html.cmpmhp-modal-open body {
    overflow: hidden;
}

body.cmpmhp-page-shell {
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(0, 163, 224, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(239, 51, 64, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 38%, #f5fbff 100%);
}

body.cmpmhp-page-shell .wp-block-post-title {
    display: none;
}

body.cmpmhp-page-shell main.wp-block-group.has-global-padding.is-layout-constrained {
    width: 100%;
    max-width: none;
    margin-top: 0 !important;
    padding-top: clamp(12px, 3vw, 28px) !important;
    padding-bottom: clamp(42px, 6vw, 78px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.cmpmhp-page-shell main.wp-block-group.has-global-padding.is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained {
    padding-top: 0 !important;
    padding-bottom: clamp(24px, 4vw, 48px) !important;
}

body.cmpmhp-page-shell .wp-site-blocks,
body.cmpmhp-page-shell .entry-content,
body.cmpmhp-page-shell .wp-block-post-content,
body.cmpmhp-page-shell .wp-block-group.alignfull.has-global-padding.is-layout-constrained,
body.cmpmhp-page-shell .entry-content.alignfull.wp-block-post-content.has-global-padding {
    width: 100%;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cmpmhp-login,
.cmpmhp-portal,
.cmpmhp-profile {
    position: relative;
    overflow-x: clip;
    width: var(--cmpmhp-page-width-desktop);
    max-width: var(--cmpmhp-page-width-desktop);
    margin-left: var(--cmpmhp-page-offset-desktop);
    margin-right: var(--cmpmhp-page-offset-desktop);
    padding: 0 0 88px;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-sans);
}

.entry-content > .cmpmhp-login.alignfull,
.entry-content > .cmpmhp-portal.alignfull,
.entry-content > .cmpmhp-profile.alignfull,
.wp-block-post-content > .cmpmhp-login.alignfull,
.wp-block-post-content > .cmpmhp-portal.alignfull,
.wp-block-post-content > .cmpmhp-profile.alignfull {
    width: var(--cmpmhp-page-width-desktop) !important;
    max-width: var(--cmpmhp-page-width-desktop) !important;
    margin-left: var(--cmpmhp-page-offset-desktop) !important;
    margin-right: var(--cmpmhp-page-offset-desktop) !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

.cmpmhp-login *,
.cmpmhp-portal *,
.cmpmhp-profile * {
    box-sizing: border-box;
}

.cmpmhp-shell {
    position: relative;
    display: grid;
    gap: 28px;
    isolation: isolate;
}

.cmpmhp-shell--login,
.cmpmhp-shell--portal {
    padding-top: 6px;
}

.cmpmhp-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(4px);
    pointer-events: none;
}

.cmpmhp-orb--navy {
    top: 12px;
    right: -40px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(35, 27, 93, 0.12) 0%, rgba(35, 27, 93, 0) 72%);
}

.cmpmhp-orb--blue {
    top: 120px;
    left: -70px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 163, 224, 0.14) 0%, rgba(0, 163, 224, 0) 74%);
}

.cmpmhp-orb--red {
    bottom: 60px;
    right: 12%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(239, 51, 64, 0.1) 0%, rgba(239, 51, 64, 0) 74%);
}

.cmpmhp-eyebrow,
.cmpmhp-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(35, 27, 93, 0.06);
    color: var(--cmpmhp-ink);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cmpmhp-chip--outline {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(35, 27, 93, 0.12);
    backdrop-filter: blur(12px);
}

.cmpmhp-chip--accent {
    background: linear-gradient(135deg, rgba(35, 27, 93, 0.08), rgba(0, 163, 224, 0.16));
}

.cmpmhp-chip--light,
.cmpmhp-chip--floating {
    background: rgba(255, 255, 255, 0.14);
    color: var(--cmpmhp-white);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.cmpmhp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 52px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    font-family: var(--cmpmhp-font-display);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, background 0.24s ease;
}

.cmpmhp-button:hover,
.cmpmhp-button:focus-visible {
    transform: translateY(-2px);
    opacity: 0.98;
}

.cmpmhp-button--primary {
    background: linear-gradient(135deg, var(--cmpmhp-navy) 0%, #372a87 46%, var(--cmpmhp-blue) 160%);
    color: var(--cmpmhp-white);
    box-shadow: 0 18px 38px rgba(35, 27, 93, 0.22);
}

.cmpmhp-button--secondary {
    border: 1px solid var(--cmpmhp-line);
    background: rgba(255, 255, 255, 0.9);
    color: var(--cmpmhp-ink);
    box-shadow: var(--cmpmhp-shadow-soft);
}

.cmpmhp-button--ghost,
.cmpmhp-button--disabled {
    background: rgba(35, 27, 93, 0.06);
    color: var(--cmpmhp-ink);
}

.cmpmhp-button--disabled {
    cursor: default;
    opacity: 0.76;
}

.cmpmhp-login__brand,
.cmpmhp-login__panel,
.cmpmhp-welcome,
.cmpmhp-hero-card,
.cmpmhp-stage-block,
.cmpmhp-block,
.cmpmhp-footer,
.cmpmhp-profile__header,
.cmpmhp-profile-card,
.cmpmhp-profile-form,
.cmpmhp-profile-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cmpmhp-line);
    border-radius: var(--cmpmhp-radius-2xl);
    background:
        radial-gradient(circle at top right, rgba(0, 163, 224, 0.16), transparent 32%),
        radial-gradient(circle at bottom left, rgba(239, 51, 64, 0.1), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 252, 255, 0.98) 50%, rgba(245, 251, 255, 0.98) 100%);
    box-shadow: var(--cmpmhp-shadow-soft);
}

.cmpmhp-login__brand,
.cmpmhp-login__panel,
.cmpmhp-stage-block,
.cmpmhp-block,
.cmpmhp-footer,
.cmpmhp-profile-card,
.cmpmhp-profile-form,
.cmpmhp-profile__header {
    padding: 30px;
}

.cmpmhp-topbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 26px 30px;
    overflow: hidden;
    border-radius: var(--cmpmhp-radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at right top, rgba(239, 51, 64, 0.24), transparent 28%),
        linear-gradient(135deg, var(--cmpmhp-navy) 0%, #302673 54%, #1c4f96 100%);
    box-shadow: var(--cmpmhp-shadow);
    color: var(--cmpmhp-white);
}

.cmpmhp-topbar::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -140px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 163, 224, 0.16) 0%, rgba(0, 163, 224, 0) 70%);
}

.cmpmhp-topbar__brand,
.cmpmhp-login__brand,
.cmpmhp-welcome,
.cmpmhp-hero-card,
.cmpmhp-profile__intro,
.cmpmhp-profile-card {
    display: grid;
    gap: 14px;
}

.cmpmhp-topbar__brand strong {
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.02;
}

.cmpmhp-topbar__brand p,
.cmpmhp-user__meta span {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.cmpmhp-topbar .cmpmhp-eyebrow,
.cmpmhp-slide__content .cmpmhp-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: var(--cmpmhp-white);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.cmpmhp-login__masthead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 6px;
}

.cmpmhp-login__masthead strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cmpmhp-login__grid,
.cmpmhp-hero-grid,
.cmpmhp-profile__grid {
    display: grid;
    gap: 28px;
}

.cmpmhp-login__grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
    align-items: stretch;
}

.cmpmhp-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.cmpmhp-profile__grid {
    grid-template-columns: minmax(300px, 0.4fr) minmax(0, 0.6fr);
    align-items: start;
}

.cmpmhp-login__brand h1,
.cmpmhp-welcome h1,
.cmpmhp-profile__intro h1 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(42px, 5.4vw, 84px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.cmpmhp-login__brand h1 {
    max-width: 11ch;
}

.cmpmhp-hero-card h2,
.cmpmhp-block__head h2,
.cmpmhp-profile-panel h2,
.cmpmhp-footer h2,
.cmpmhp-login__panel-head h2 {
    margin: 0;
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.cmpmhp-login__brand p,
.cmpmhp-login__panel-head p,
.cmpmhp-welcome p,
.cmpmhp-block__head p,
.cmpmhp-profile__intro p,
.cmpmhp-footer p,
.cmpmhp-card__body p,
.cmpmhp-quick-card__body p,
.cmpmhp-hero-card p {
    margin: 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 16px;
    line-height: 1.72;
}

.cmpmhp-login__highlights,
.cmpmhp-welcome__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 10px;
}

.cmpmhp-login__mini,
.cmpmhp-summary-card {
    display: grid;
    gap: 10px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid var(--cmpmhp-line);
    border-radius: var(--cmpmhp-radius-lg);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.cmpmhp-login__mini strong,
.cmpmhp-summary-card strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.cmpmhp-login__mini span,
.cmpmhp-summary-card span,
.cmpmhp-login__panel-foot span {
    color: var(--cmpmhp-ink-soft);
    font-size: 14px;
    line-height: 1.64;
}

.cmpmhp-login__support {
    display: grid;
    gap: 10px;
    margin-top: 6px;
    padding-top: 8px;
}

.cmpmhp-login__support a {
    color: var(--cmpmhp-blue);
    font-weight: 800;
    text-decoration: none;
}

.cmpmhp-login__brand--visual {
    position: relative;
    min-height: 100%;
    isolation: isolate;
    background:
        radial-gradient(circle at top right, rgba(0, 163, 224, 0.2), transparent 32%),
        radial-gradient(circle at bottom left, rgba(239, 51, 64, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 251, 255, 0.94) 100%);
}

.cmpmhp-login__brand-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(245, 250, 255, 0.9) 100%),
        linear-gradient(180deg, rgba(35, 27, 93, 0.14) 0%, rgba(35, 27, 93, 0.08) 100%),
        var(--cmpmhp-login-brand-image);
    background-position: center;
    background-size: cover;
    opacity: 0.96;
    filter: blur(10px);
    transform: scale(1.08);
}

.cmpmhp-login__brand-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.cmpmhp-login__brand-description {
    max-width: 34ch;
}

.cmpmhp-login__panel {
    display: grid;
    gap: 18px;
    align-content: start;
}

.cmpmhp-login__panel-foot {
    padding: 16px 18px;
    border-radius: var(--cmpmhp-radius-md);
    background: linear-gradient(135deg, rgba(35, 27, 93, 0.04), rgba(0, 163, 224, 0.08));
    border: 1px solid rgba(35, 27, 93, 0.08);
}

.cmpmhp-form,
.cmpmhp-profile-form {
    display: grid;
    gap: 18px;
}

.cmpmhp-field,
.cmpmhp-checkbox {
    display: grid;
    gap: 8px;
}

.cmpmhp-field span,
.cmpmhp-checkbox span {
    color: var(--cmpmhp-ink);
    font-size: 13px;
    font-weight: 800;
}

.cmpmhp-field input,
.cmpmhp-field textarea {
    width: 100%;
    min-height: 56px;
    padding: 15px 18px;
    border: 1px solid rgba(35, 27, 93, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-sans);
    font-size: 15px;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cmpmhp-field textarea {
    min-height: 128px;
    resize: vertical;
}

.cmpmhp-field input:focus,
.cmpmhp-field textarea:focus {
    border-color: rgba(0, 163, 224, 0.46);
    box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12);
}

.cmpmhp-password-field__control {
    position: relative;
    display: flex;
    align-items: center;
}

.cmpmhp-password-field__control input {
    padding-right: 84px;
}

.cmpmhp-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    min-width: 56px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(35, 27, 93, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-sans);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.cmpmhp-password-toggle:hover,
.cmpmhp-password-toggle:focus-visible {
    border-color: rgba(0, 163, 224, 0.34);
}

.cmpmhp-turnstile {
    display: grid;
    justify-content: flex-start;
}

.cmpmhp-turnstile > div {
    max-width: 100%;
}

.cmpmhp-turnstile iframe {
    max-width: 100%;
}

.cmpmhp-checkbox {
    grid-template-columns: auto 1fr;
    align-items: center;
}

.cmpmhp-checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.cmpmhp-form__actions,
.cmpmhp-actions,
.cmpmhp-topbar__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cmpmhp-alert {
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
}

.cmpmhp-alert--error {
    background: rgba(239, 51, 64, 0.12);
    color: #aa2330;
}

.cmpmhp-alert--success {
    background: rgba(0, 163, 224, 0.1);
    color: #006c95;
}

.cmpmhp-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cmpmhp-user__avatar,
.cmpmhp-profile-card__avatar {
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 163, 224, 0.16), rgba(239, 51, 64, 0.18));
}

.cmpmhp-user__avatar {
    width: 54px;
    height: 54px;
    border: 2px solid rgba(255, 255, 255, 0.16);
}

.cmpmhp-user__avatar img,
.cmpmhp-profile-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmpmhp-user__meta {
    display: grid;
    gap: 3px;
}

.cmpmhp-user__meta strong {
    color: var(--cmpmhp-white);
    font-size: 15px;
    font-weight: 800;
}

.cmpmhp-topbar .cmpmhp-button--secondary,
.cmpmhp-topbar .cmpmhp-button--ghost {
    color: var(--cmpmhp-white);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.cmpmhp-homebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 34px 40px;
    border-radius: 28px;
    background: linear-gradient(180deg, #2d2570 0%, #2a236c 100%);
    box-shadow: 0 28px 56px rgba(35, 27, 93, 0.16);
}

.cmpmhp-homebar__brand {
    display: flex;
    align-items: center;
    gap: 26px;
    min-width: 0;
}

.cmpmhp-homebar__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    padding: 18px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(35, 27, 93, 0.06);
}

.cmpmhp-homebar__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmpmhp-homebar__logo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d2570 0%, #00a3e0 100%);
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.cmpmhp-homebar__copy {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.cmpmhp-homebar__copy strong {
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(34px, 3.8vw, 60px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.cmpmhp-homebar__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(18px, 1.9vw, 24px);
    line-height: 1.32;
}

.cmpmhp-homebar__actions {
    display: grid;
    justify-items: end;
    gap: 12px;
}

.cmpmhp-homebar__profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    overflow: hidden;
}

.cmpmhp-homebar__profile img,
.cmpmhp-homebar__profile-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmpmhp-homebar__profile-icon {
    padding: 20px;
    color: var(--cmpmhp-white);
}

.cmpmhp-homebar__profile-icon svg {
    width: 100%;
    height: 100%;
}

.cmpmhp-homebar__logout {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.cmpmhp-home-stage {
    display: grid;
    gap: 16px;
}

.cmpmhp-home-stage__shortcode {
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(35, 27, 93, 0.16);
}

.cmpmhp-home-stage__shortcode > * {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
}

.cmpmhp-home-stage__shortcode iframe {
    display: block;
    width: 100%;
    min-height: 300px;
    border: 0;
}

.cmpmhp-home-stage__slider {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(35, 27, 93, 0.16);
}

.cmpmhp-slider--home-stage {
    border-radius: 28px;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__viewport,
.cmpmhp-slider--home-stage .cmpmhp-slide,
.cmpmhp-slider--home-stage .cmpmhp-slide__content {
    min-height: 620px;
}

.cmpmhp-slider--home-stage .cmpmhp-slide__overlay {
    background: linear-gradient(180deg, rgba(17, 13, 41, 0.08) 0%, rgba(17, 13, 41, 0.18) 48%, rgba(17, 13, 41, 0.76) 100%);
}

.cmpmhp-slider--home-stage .cmpmhp-slide__content {
    width: 100%;
    padding: 44px 60px;
    align-content: end;
}

.cmpmhp-slider--home-stage .cmpmhp-slide__content .cmpmhp-eyebrow {
    background: rgba(255, 255, 255, 0.16);
}

.cmpmhp-slider--home-stage .cmpmhp-slide__content h2 {
    max-width: 12ch;
    font-size: clamp(42px, 4.8vw, 68px);
    line-height: 0.98;
}

.cmpmhp-slider--home-stage .cmpmhp-slide__content p {
    max-width: 36ch;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(18px, 1.8vw, 28px);
    line-height: 1.36;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__controls {
    inset: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 20px 18px;
    pointer-events: none;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__arrow,
.cmpmhp-slider--home-stage .cmpmhp-slider__dot {
    pointer-events: auto;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__arrow {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.24);
    font-size: 30px;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__dots {
    justify-self: center;
    align-self: end;
    margin-bottom: 2px;
}

.cmpmhp-slider--home-stage .cmpmhp-slider__dot {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.54);
}

.cmpmhp-home-stage__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 0 4px;
}

.cmpmhp-home-stage__event {
    display: grid;
    gap: 4px;
}

.cmpmhp-home-stage__event strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
}

.cmpmhp-home-stage__event span {
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.5;
}

.cmpmhp-home-stage__actions {
    display: grid;
    gap: 14px;
    justify-items: end;
}

.cmpmhp-home-stage__social,
.cmpmhp-home-stage__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cmpmhp-social-link--dark {
    min-width: 46px;
    height: 46px;
    border-color: rgba(35, 27, 93, 0.1);
    background: rgba(35, 27, 93, 0.05);
    color: var(--cmpmhp-ink);
}

.cmpmhp-home-grid--primary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.cmpmhp-home-tile {
    display: grid;
    gap: 28px;
    min-height: 358px;
    padding: 40px;
    border-radius: 26px;
    box-shadow: 0 24px 50px rgba(35, 27, 93, 0.14);
    color: var(--cmpmhp-white);
}

.cmpmhp-home-tile--jobs {
    background: linear-gradient(180deg, #2d2570 0%, #32287a 100%);
}

.cmpmhp-home-tile--datos {
    background: linear-gradient(180deg, #1897d1 0%, #1496cb 100%);
}

.cmpmhp-home-tile--noticias {
    background: linear-gradient(180deg, #ef3340 0%, #eb2937 100%);
}

.cmpmhp-home-tile__icon,
.cmpmhp-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: var(--cmpmhp-white);
}

.cmpmhp-home-tile__icon svg,
.cmpmhp-service-card__icon svg,
.cmpmhp-support-card__icon svg,
.cmpmhp-quick-row__icon svg {
    width: 38px;
    height: 38px;
}

.cmpmhp-home-tile__body {
    display: grid;
    gap: 14px;
    align-content: start;
}

.cmpmhp-home-tile__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cmpmhp-home-tile--jobs .cmpmhp-home-tile__eyebrow {
    display: none;
}

.cmpmhp-home-tile__body h3 {
    margin: 0;
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(28px, 2.3vw, 46px);
    font-weight: 800;
    line-height: 1.02;
}

.cmpmhp-home-tile__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
}

.cmpmhp-home-tile__action {
    margin-top: auto;
}

.cmpmhp-home-tile__actions-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.cmpmhp-home-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--cmpmhp-white);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.cmpmhp-home-tile__link::after {
    content: "\203A";
    font-size: 34px;
    line-height: 1;
    transform: translateY(-1px);
}

.cmpmhp-home-tile__link--secondary {
    opacity: 0.86;
}

.cmpmhp-home-tile__link.is-disabled {
    opacity: 0.64;
}

.cmpmhp-home-grid--service {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.cmpmhp-service-card {
    overflow: hidden;
    border-radius: 26px;
    background: var(--cmpmhp-white);
    box-shadow: 0 28px 56px rgba(35, 27, 93, 0.14);
}

.cmpmhp-service-card__hero {
    position: relative;
    display: grid;
    gap: 22px;
    min-height: 320px;
    align-content: end;
    padding: 28px 30px 36px;
    background-image:
        linear-gradient(135deg, rgba(35, 27, 93, 0.18), rgba(35, 27, 93, 0.02)),
        linear-gradient(135deg, #68608e 0%, #b8b0c7 100%);
    background-position: center;
    background-size: cover;
}

.cmpmhp-service-card--conecta .cmpmhp-service-card__hero {
    background-image:
        linear-gradient(135deg, rgba(35, 27, 93, 0.22), rgba(35, 27, 93, 0.08)),
        linear-gradient(135deg, #4d7daa 0%, #9fc3d8 100%);
}

.cmpmhp-service-card--alquiler .cmpmhp-service-card__overlay {
    background: linear-gradient(180deg, rgba(56, 29, 90, 0.18) 0%, rgba(56, 29, 90, 0.74) 100%);
}

.cmpmhp-service-card--conecta .cmpmhp-service-card__overlay {
    background: linear-gradient(180deg, rgba(14, 35, 83, 0.18) 0%, rgba(14, 35, 83, 0.76) 100%);
}

.cmpmhp-service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 20, 57, 0.12) 0%, rgba(24, 20, 57, 0.6) 100%);
}

.cmpmhp-service-card__icon,
.cmpmhp-service-card__copy {
    position: relative;
    z-index: 1;
}

.cmpmhp-service-card__copy {
    display: grid;
    gap: 10px;
}

.cmpmhp-service-card__copy h3 {
    margin: 0;
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 800;
    line-height: 1;
}

.cmpmhp-service-card__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.48;
}

.cmpmhp-service-card__body {
    display: grid;
    gap: 22px;
    padding: 34px 40px 40px;
}

.cmpmhp-service-card__list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmpmhp-service-card__list li {
    position: relative;
    padding-left: 34px;
    color: var(--cmpmhp-navy);
    font-size: 18px;
    line-height: 1.5;
}

.cmpmhp-service-card__list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cmpmhp-blue);
}

.cmpmhp-service-card__button {
    width: 100%;
    justify-content: center;
    min-height: 70px;
    font-size: 18px;
}

.cmpmhp-home-lower {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.cmpmhp-home-lower__agenda,
.cmpmhp-support-grid {
    display: grid;
    gap: 18px;
}

.cmpmhp-home-lower__head h2,
.cmpmhp-home-quick__head h2 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(34px, 3vw, 56px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.cmpmhp-home-lower__head p,
.cmpmhp-home-quick__head p {
    margin: 6px 0 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.68;
}

.cmpmhp-home-lower__embed {
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(35, 27, 93, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.98));
    box-shadow: 0 22px 44px rgba(35, 27, 93, 0.08);
}

.cmpmhp-support-grid__cards {
    display: grid;
    gap: 18px;
}

.cmpmhp-support-card {
    display: grid;
    gap: 14px;
    padding: 24px 26px;
    border: 1px solid rgba(35, 27, 93, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 36px rgba(35, 27, 93, 0.08);
}

.cmpmhp-support-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(35, 27, 93, 0.08), rgba(0, 163, 224, 0.12));
    color: var(--cmpmhp-navy);
}

.cmpmhp-support-card h3 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.02;
}

.cmpmhp-support-card p {
    margin: 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

.cmpmhp-support-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cmpmhp-blue);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.cmpmhp-support-card__link::after {
    content: "\203A";
    font-size: 28px;
    line-height: 1;
}

.cmpmhp-support-card__link.is-disabled {
    color: var(--cmpmhp-ink-muted);
}

.cmpmhp-home-quick {
    display: grid;
    gap: 20px;
}

.cmpmhp-home-quick__head {
    display: grid;
    gap: 2px;
}

.cmpmhp-home-quick__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.cmpmhp-quick-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 98px;
    padding: 24px 28px;
    border: 1px solid rgba(35, 27, 93, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(35, 27, 93, 0.08);
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-sans);
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cmpmhp-quick-row:hover,
.cmpmhp-quick-row:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 163, 224, 0.3);
    box-shadow: 0 22px 42px rgba(35, 27, 93, 0.1);
}

.cmpmhp-quick-row__label {
    color: var(--cmpmhp-ink);
    font-size: 20px;
    line-height: 1.35;
}

.cmpmhp-quick-row__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: rgba(35, 27, 93, 0.46);
    flex: 0 0 auto;
}

.cmpmhp-quick-row__icon svg {
    width: 28px;
    height: 28px;
}

.cmpmhp-quick-row--disabled {
    opacity: 0.56;
    cursor: default;
}

.cmpmhp-welcome {
    padding: 36px;
}

.cmpmhp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmpmhp-badges span,
.cmpmhp-footer__meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(35, 27, 93, 0.06);
    color: var(--cmpmhp-ink);
    font-size: 13px;
    font-weight: 800;
}

.cmpmhp-action-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cmpmhp-action-card {
    display: grid;
    gap: 8px;
    min-height: 100%;
    padding: 20px;
    border: 1px solid var(--cmpmhp-line);
    border-radius: var(--cmpmhp-radius-lg);
    background:
        radial-gradient(circle at top right, rgba(0, 163, 224, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 255, 0.96) 100%);
    text-decoration: none;
    box-shadow: var(--cmpmhp-shadow-soft);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.cmpmhp-action-card:hover,
.cmpmhp-action-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(0, 163, 224, 0.28);
    box-shadow: 0 24px 48px rgba(35, 27, 93, 0.14);
}

.cmpmhp-action-card strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.12;
}

.cmpmhp-action-card span {
    color: var(--cmpmhp-ink-soft);
    font-size: 14px;
    line-height: 1.64;
}

.cmpmhp-block--agenda,
.cmpmhp-mca {
    background:
        radial-gradient(circle at top right, rgba(0, 163, 224, 0.16), transparent 24%),
        radial-gradient(circle at bottom left, rgba(239, 51, 64, 0.09), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.98) 100%);
}

.cmpmhp-embed-shell {
    overflow: hidden;
    border: 1px solid rgba(35, 27, 93, 0.08);
    border-radius: var(--cmpmhp-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cmpmhp-embed-shell > * {
    width: 100%;
    max-width: 100%;
}

.cmpmhp-placeholder {
    display: grid;
    gap: 14px;
    padding: 32px;
    border-radius: calc(var(--cmpmhp-radius-xl) - 6px);
    background:
        linear-gradient(135deg, rgba(35, 27, 93, 0.04), rgba(0, 163, 224, 0.08)),
        rgba(255, 255, 255, 0.9);
}

.cmpmhp-placeholder strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
}

.cmpmhp-placeholder p {
    margin: 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.72;
}

.cmpmhp-mca__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 22px;
    align-items: start;
}

.cmpmhp-mca__identity,
.cmpmhp-mca__section,
.cmpmhp-mca__copy,
.cmpmhp-mca__cta-panel {
    border: 1px solid var(--cmpmhp-line);
    border-radius: var(--cmpmhp-radius-xl);
}

.cmpmhp-mca__identity {
    display: grid;
    gap: 22px;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(239, 51, 64, 0.26), transparent 26%),
        linear-gradient(145deg, var(--cmpmhp-navy) 0%, #302673 56%, #14539d 100%);
    box-shadow: var(--cmpmhp-shadow);
    color: var(--cmpmhp-white);
}

.cmpmhp-mca__identity h3 {
    margin: 0;
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(28px, 2.8vw, 44px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.cmpmhp-mca__identity p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.72;
}

.cmpmhp-mca__lockup {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.cmpmhp-mca__mark {
    display: block;
    margin-top: 14px;
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(52px, 5vw, 86px);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.07em;
}

.cmpmhp-mca__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 92px;
    padding: 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: 24px;
    font-weight: 900;
    backdrop-filter: blur(14px);
}

.cmpmhp-mca__date {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: var(--cmpmhp-radius-lg);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.cmpmhp-mca__date strong {
    color: var(--cmpmhp-white);
    font-size: 20px;
    font-weight: 800;
}

.cmpmhp-mca__date span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.62;
}

.cmpmhp-mca__actions {
    display: grid;
    gap: 12px;
}

.cmpmhp-mca__identity .cmpmhp-button--secondary {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
    color: var(--cmpmhp-white);
    box-shadow: none;
}

.cmpmhp-mca__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmpmhp-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 56px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
    color: var(--cmpmhp-white);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: transform 0.24s ease, background 0.24s ease;
}

.cmpmhp-social-link:hover,
.cmpmhp-social-link:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.cmpmhp-mca__rail {
    display: grid;
    gap: 22px;
}

.cmpmhp-mca__section {
    display: grid;
    gap: 22px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: var(--cmpmhp-shadow-soft);
}

.cmpmhp-mca__section-head {
    display: grid;
    gap: 10px;
    max-width: 70ch;
}

.cmpmhp-mca__section-head h3,
.cmpmhp-mca__copy strong,
.cmpmhp-mca__cta-panel strong {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.cmpmhp-mca__section-head h3 {
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1;
}

.cmpmhp-mca__section-head p,
.cmpmhp-mca__copy p,
.cmpmhp-mca__timeline-item span,
.cmpmhp-mca__highlight span,
.cmpmhp-mca__cta-panel p {
    margin: 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.72;
}

.cmpmhp-mca__section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 20px;
    align-items: stretch;
}

.cmpmhp-mca__section-grid--reverse {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.cmpmhp-mca__visual,
.cmpmhp-mca__copy {
    min-height: 100%;
}

.cmpmhp-mca__copy,
.cmpmhp-mca__cta-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: var(--cmpmhp-shadow-soft);
}

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

.cmpmhp-mca__highlight,
.cmpmhp-mca__timeline-item {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(35, 27, 93, 0.08);
    border-radius: var(--cmpmhp-radius-lg);
    background:
        linear-gradient(135deg, rgba(35, 27, 93, 0.04), rgba(0, 163, 224, 0.06)),
        rgba(255, 255, 255, 0.92);
}

.cmpmhp-mca__highlight strong,
.cmpmhp-mca__timeline-item strong {
    font-size: 16px;
    line-height: 1.24;
}

.cmpmhp-mca__copy--agenda {
    gap: 16px;
}

.cmpmhp-mca__timeline {
    display: grid;
    gap: 14px;
}

.cmpmhp-slider--visual {
    height: 100%;
    min-height: 420px;
}

.cmpmhp-slider--visual .cmpmhp-slider__viewport,
.cmpmhp-slider--visual .cmpmhp-slide {
    min-height: 420px;
}

.cmpmhp-slider--visual .cmpmhp-slide__overlay {
    background: linear-gradient(115deg, rgba(18, 12, 46, 0.3) 0%, rgba(18, 12, 46, 0.06) 55%, rgba(18, 12, 46, 0.42) 100%);
}

.cmpmhp-visual-slide__caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    display: grid;
    gap: 10px;
    align-content: end;
}

.cmpmhp-visual-slide__caption strong {
    display: block;
    width: fit-content;
    max-width: min(100%, 420px);
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(18, 12, 46, 0.44);
    color: var(--cmpmhp-white);
    font-family: var(--cmpmhp-font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.18;
    backdrop-filter: blur(14px);
}

.cmpmhp-profile-card[id],
.cmpmhp-profile-panel[id] {
    scroll-margin-top: 28px;
}

.cmpmhp-profile-card:target,
.cmpmhp-profile-panel:target {
    border-color: rgba(0, 163, 224, 0.34);
    box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.08), var(--cmpmhp-shadow-card);
}

.cmpmhp-hero-card {
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(239, 51, 64, 0.28), transparent 32%),
        linear-gradient(160deg, var(--cmpmhp-navy) 0%, #322576 58%, #13549d 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: var(--cmpmhp-shadow);
}

.cmpmhp-hero-card h2,
.cmpmhp-hero-card p,
.cmpmhp-hero-card li {
    color: var(--cmpmhp-white);
}

.cmpmhp-hero-card p {
    color: rgba(255, 255, 255, 0.82);
}

.cmpmhp-hero-list {
    display: grid;
    gap: 12px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.cmpmhp-hero-list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.65;
}

.cmpmhp-hero-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cmpmhp-red), var(--cmpmhp-blue));
}

.cmpmhp-stage-block,
.cmpmhp-block,
.cmpmhp-footer {
    display: grid;
    gap: 24px;
}

.cmpmhp-block__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
}

.cmpmhp-block__head--stack {
    margin-bottom: 0;
}

.cmpmhp-slider {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(150deg, var(--cmpmhp-navy) 0%, #2d2570 48%, #0c5ca2 100%);
    box-shadow: var(--cmpmhp-shadow);
}

.cmpmhp-slider__viewport {
    position: relative;
    min-height: 420px;
}

.cmpmhp-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.48s ease;
}

.cmpmhp-slide.is-active {
    opacity: 1;
    z-index: 2;
}

.cmpmhp-slide__media,
.cmpmhp-card__media,
.cmpmhp-quick-card__media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cmpmhp-slide__media,
.cmpmhp-slide__overlay {
    position: absolute;
    inset: 0;
}

.cmpmhp-slide__media {
    background-image:
        linear-gradient(135deg, rgba(239, 51, 64, 0.2), rgba(0, 163, 224, 0.18)),
        linear-gradient(135deg, #261d68, #0f5a9e);
}

.cmpmhp-slide__overlay {
    background: linear-gradient(105deg, rgba(18, 12, 46, 0.92) 0%, rgba(18, 12, 46, 0.46) 58%, rgba(18, 12, 46, 0.2) 100%);
}

.cmpmhp-slide__content {
    position: relative;
    z-index: 3;
    display: grid;
    align-content: end;
    gap: 16px;
    min-height: 420px;
    width: min(100%, 880px);
    padding: 40px;
    color: var(--cmpmhp-white);
}

.cmpmhp-slide__content h2 {
    margin: 0;
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(34px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.cmpmhp-slide__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.72;
}

.cmpmhp-slide__actions {
    margin-top: 6px;
}

.cmpmhp-slider__controls {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmpmhp-slider__arrow,
.cmpmhp-slider__dot {
    border: 0;
    cursor: pointer;
}

.cmpmhp-slider__arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: var(--cmpmhp-white);
    font-size: 18px;
    backdrop-filter: blur(14px);
}

.cmpmhp-slider__dots {
    display: flex;
    gap: 8px;
}

.cmpmhp-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}

.cmpmhp-slider__dot.is-active {
    background: var(--cmpmhp-white);
}

.cmpmhp-section-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
}

.cmpmhp-section-grid > .cmpmhp-card {
    grid-column: span 4;
}

.cmpmhp-section-grid > .cmpmhp-card:nth-child(1),
.cmpmhp-section-grid > .cmpmhp-card:nth-child(2) {
    grid-column: span 6;
}

.cmpmhp-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.cmpmhp-card,
.cmpmhp-quick-card,
.cmpmhp-profile-panel {
    overflow: hidden;
    border: 1px solid var(--cmpmhp-line);
    border-radius: var(--cmpmhp-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: var(--cmpmhp-shadow-card);
}

.cmpmhp-card,
.cmpmhp-quick-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cmpmhp-card:hover,
.cmpmhp-quick-card:hover {
    transform: translateY(-6px);
    border-color: var(--cmpmhp-line-strong);
    box-shadow: 0 32px 64px rgba(35, 27, 93, 0.18);
}

.cmpmhp-card__media,
.cmpmhp-quick-card__media {
    position: relative;
    background-image:
        linear-gradient(145deg, rgba(35, 27, 93, 0.12), rgba(0, 163, 224, 0.12)),
        linear-gradient(145deg, #f0f6ff, #ffffff);
}

.cmpmhp-card__media {
    min-height: 220px;
}

.cmpmhp-quick-card__media {
    min-height: 136px;
}

.cmpmhp-card--ocean .cmpmhp-card__media {
    background-image:
        linear-gradient(145deg, rgba(0, 163, 224, 0.22), rgba(35, 27, 93, 0.12)),
        linear-gradient(145deg, #eefaff, #ffffff);
}

.cmpmhp-card--coral .cmpmhp-card__media {
    background-image:
        linear-gradient(145deg, rgba(239, 51, 64, 0.24), rgba(35, 27, 93, 0.14)),
        linear-gradient(145deg, #fff3f5, #ffffff);
}

.cmpmhp-card--gold .cmpmhp-card__media {
    background-image:
        linear-gradient(145deg, rgba(0, 163, 224, 0.18), rgba(239, 51, 64, 0.16)),
        linear-gradient(145deg, #f6f5ff, #ffffff);
}

.cmpmhp-card--mist .cmpmhp-card__media {
    background-image:
        linear-gradient(145deg, rgba(35, 27, 93, 0.16), rgba(0, 163, 224, 0.12)),
        linear-gradient(145deg, #f7f8ff, #ffffff);
}

.cmpmhp-chip--floating {
    position: absolute;
    top: 18px;
    left: 18px;
}

.cmpmhp-card__body,
.cmpmhp-quick-card__body,
.cmpmhp-profile-panel {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.cmpmhp-card__body {
    flex: 1 1 auto;
    align-content: start;
}

.cmpmhp-card__body h3,
.cmpmhp-quick-card__body h3 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.cmpmhp-card__body p,
.cmpmhp-quick-card__body p {
    min-height: 0;
}

.cmpmhp-quick-card__body {
    flex: 1 1 auto;
}

.cmpmhp-profile__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
}

.cmpmhp-profile-card {
    justify-items: center;
    text-align: center;
    padding: 32px;
}

.cmpmhp-profile-card__avatar {
    width: 180px;
    height: 180px;
}

.cmpmhp-profile-card strong {
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 24px;
    font-weight: 800;
}

.cmpmhp-profile-card span {
    color: var(--cmpmhp-ink-soft);
    font-size: 14px;
}

.cmpmhp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cmpmhp-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.cmpmhp-footer__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.cmpmhp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.cmpmhp-modal[hidden] {
    display: none;
}

.cmpmhp-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 12, 46, 0.74);
    backdrop-filter: blur(8px);
}

.cmpmhp-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(92vw, 1360px);
    margin: 4vh auto;
    padding: 22px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    box-shadow: var(--cmpmhp-shadow);
}

.cmpmhp-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.cmpmhp-modal__header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cmpmhp-modal__header h3 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 30px;
    font-weight: 800;
}

.cmpmhp-modal__frame-wrap {
    overflow: hidden;
    min-height: 70vh;
    border: 1px solid var(--cmpmhp-line);
    border-radius: 22px;
    background: var(--cmpmhp-white);
}

.cmpmhp-modal__frame-wrap iframe {
    display: block;
    width: 100%;
    height: 70vh;
    border: 0;
}

.cmpmhp-modal__close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(35, 27, 93, 0.08);
    color: var(--cmpmhp-ink);
    font-size: 28px;
    cursor: pointer;
}

.cmpmhp-modal__note {
    margin: 14px 0 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 14px;
    line-height: 1.6;
}

[data-cmpmhp-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1380px) {
    .cmpmhp-home-grid--primary {
        grid-template-columns: 1fr;
    }

    .cmpmhp-home-grid--service,
    .cmpmhp-home-lower,
    .cmpmhp-home-quick__list {
        grid-template-columns: 1fr;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slider__viewport,
    .cmpmhp-slider--home-stage .cmpmhp-slide,
    .cmpmhp-slider--home-stage .cmpmhp-slide__content {
        min-height: 520px;
    }

    .cmpmhp-section-grid > .cmpmhp-card,
    .cmpmhp-section-grid > .cmpmhp-card:nth-child(1),
    .cmpmhp-section-grid > .cmpmhp-card:nth-child(2) {
        grid-column: span 6;
    }

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

    .cmpmhp-login__highlights,
    .cmpmhp-welcome__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmpmhp-action-strip,
    .cmpmhp-mca__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmpmhp-mca__grid,
    .cmpmhp-mca__section-grid,
    .cmpmhp-mca__section-grid--reverse {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) {
    .cmpmhp-login,
    .cmpmhp-portal,
    .cmpmhp-profile,
    .entry-content > .cmpmhp-login.alignfull,
    .entry-content > .cmpmhp-portal.alignfull,
    .entry-content > .cmpmhp-profile.alignfull,
    .wp-block-post-content > .cmpmhp-login.alignfull,
    .wp-block-post-content > .cmpmhp-portal.alignfull,
    .wp-block-post-content > .cmpmhp-profile.alignfull {
        width: var(--cmpmhp-page-width-compact) !important;
        max-width: var(--cmpmhp-page-width-compact) !important;
        margin-left: var(--cmpmhp-page-offset-compact) !important;
        margin-right: var(--cmpmhp-page-offset-compact) !important;
    }

    .cmpmhp-homebar,
    .cmpmhp-home-stage__meta {
        grid-template-columns: 1fr;
    }

    .cmpmhp-homebar__actions,
    .cmpmhp-home-stage__actions,
    .cmpmhp-home-stage__social,
    .cmpmhp-home-stage__buttons {
        justify-items: start;
        justify-content: flex-start;
    }

    .cmpmhp-homebar__logo {
        width: 120px;
        height: 120px;
    }

    .cmpmhp-login__grid,
    .cmpmhp-hero-grid,
    .cmpmhp-profile__grid,
    .cmpmhp-profile__header,
    .cmpmhp-topbar,
    .cmpmhp-footer {
        grid-template-columns: 1fr;
    }

    .cmpmhp-topbar__actions,
    .cmpmhp-footer__meta {
        justify-content: flex-start;
    }

    .cmpmhp-section-grid > .cmpmhp-card,
    .cmpmhp-section-grid > .cmpmhp-card:nth-child(1),
    .cmpmhp-section-grid > .cmpmhp-card:nth-child(2) {
        grid-column: span 12;
    }

    .cmpmhp-form-grid {
        grid-template-columns: 1fr;
    }

    .cmpmhp-block__head {
        flex-direction: column;
        align-items: stretch;
    }

    .cmpmhp-action-strip {
        grid-template-columns: 1fr;
    }

    .cmpmhp-mca__lockup {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 782px) {
    body.cmpmhp-page-shell main.wp-block-group.has-global-padding.is-layout-constrained {
        padding-top: 0;
    }

    .cmpmhp-login,
    .cmpmhp-portal,
    .cmpmhp-profile,
    .entry-content > .cmpmhp-login.alignfull,
    .entry-content > .cmpmhp-portal.alignfull,
    .entry-content > .cmpmhp-profile.alignfull,
    .wp-block-post-content > .cmpmhp-login.alignfull,
    .wp-block-post-content > .cmpmhp-portal.alignfull,
    .wp-block-post-content > .cmpmhp-profile.alignfull {
        width: var(--cmpmhp-page-width-compact) !important;
        max-width: var(--cmpmhp-page-width-compact) !important;
        margin-left: var(--cmpmhp-page-offset-compact) !important;
        margin-right: var(--cmpmhp-page-offset-compact) !important;
        padding-bottom: 64px;
    }

    .cmpmhp-login__brand,
    .cmpmhp-login__panel,
    .cmpmhp-stage-block,
    .cmpmhp-block,
    .cmpmhp-footer,
    .cmpmhp-profile-card,
    .cmpmhp-profile-form,
    .cmpmhp-profile__header,
    .cmpmhp-topbar,
    .cmpmhp-welcome,
    .cmpmhp-hero-card {
        padding: 22px;
    }

    .cmpmhp-homebar,
    .cmpmhp-home-tile,
    .cmpmhp-service-card__body,
    .cmpmhp-home-lower__embed,
    .cmpmhp-support-card,
    .cmpmhp-quick-row {
        padding-left: 22px;
        padding-right: 22px;
    }

    .cmpmhp-homebar {
        gap: 18px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .cmpmhp-homebar__brand {
        gap: 16px;
        align-items: center;
    }

    .cmpmhp-homebar__logo {
        width: 86px;
        height: 86px;
        padding: 10px;
    }

    .cmpmhp-home-stage--hero {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cmpmhp-homebar__copy strong {
        font-size: 34px;
    }

    .cmpmhp-homebar__copy p {
        font-size: 18px;
    }

    .cmpmhp-homebar__profile {
        width: 60px;
        height: 60px;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slider__viewport,
    .cmpmhp-slider--home-stage .cmpmhp-slide,
    .cmpmhp-slider--home-stage .cmpmhp-slide__content {
        min-height: 380px;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slide__content {
        padding: 24px;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slide__content h2 {
        font-size: 40px;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slide__content p {
        font-size: 18px;
    }

    .cmpmhp-slider--home-stage .cmpmhp-slider__arrow {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .cmpmhp-home-tile {
        min-height: 0;
        gap: 22px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .cmpmhp-home-tile__icon,
    .cmpmhp-service-card__icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .cmpmhp-home-tile__body h3,
    .cmpmhp-service-card__copy h3,
    .cmpmhp-home-lower__head h2,
    .cmpmhp-home-quick__head h2 {
        font-size: 28px;
    }

    .cmpmhp-home-tile__link,
    .cmpmhp-quick-row__label,
    .cmpmhp-service-card__list li {
        font-size: 17px;
    }

    .cmpmhp-service-card__hero {
        min-height: 240px;
        padding: 22px;
    }

    .cmpmhp-service-card__body {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .cmpmhp-service-card__button {
        min-height: 58px;
        font-size: 17px;
    }

    .cmpmhp-home-stage__meta,
    .cmpmhp-home-stage__actions {
        gap: 12px;
    }

    .cmpmhp-login__masthead,
    .cmpmhp-topbar__actions,
    .cmpmhp-form__actions,
    .cmpmhp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cmpmhp-home-tile__actions-row,
    .cmpmhp-modal__header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cmpmhp-login__highlights,
    .cmpmhp-welcome__summary,
    .cmpmhp-quick-grid {
        grid-template-columns: 1fr;
    }

    .cmpmhp-mca__highlights {
        grid-template-columns: 1fr;
    }

    .cmpmhp-button {
        width: 100%;
    }

    .cmpmhp-home-stage__buttons .cmpmhp-button,
    .cmpmhp-home-stage__social .cmpmhp-social-link {
        width: auto;
    }

    .cmpmhp-slide__content {
        min-height: 360px;
        width: 100%;
        padding: 24px;
    }

    .cmpmhp-slide__content h2,
    .cmpmhp-login__brand h1,
    .cmpmhp-welcome h1,
    .cmpmhp-profile__intro h1 {
        font-size: 36px;
    }

    .cmpmhp-mca__identity,
    .cmpmhp-mca__section,
    .cmpmhp-mca__copy,
    .cmpmhp-mca__cta-panel,
    .cmpmhp-placeholder {
        padding: 22px;
    }

    .cmpmhp-mca__mark {
        font-size: 48px;
    }

    .cmpmhp-mca__year {
        min-width: 74px;
        min-height: 74px;
        border-radius: 22px;
        font-size: 20px;
    }

    .cmpmhp-slider--visual,
    .cmpmhp-slider--visual .cmpmhp-slider__viewport,
    .cmpmhp-slider--visual .cmpmhp-slide {
        min-height: 320px;
    }

    .cmpmhp-modal__dialog {
        width: 96vw;
        margin-top: 2vh;
        padding: 16px;
    }

    .cmpmhp-modal__header {
        flex-direction: column;
        align-items: stretch;
    }

    .cmpmhp-modal__header-actions {
        justify-content: space-between;
    }

    .cmpmhp-modal__frame-wrap,
    .cmpmhp-modal__frame-wrap iframe {
        min-height: 58vh;
        height: 58vh;
    }
}

.cmpmhp-home-stage--hero {
    gap: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.cmpmhp-home-events__panel,
.cmpmhp-home-directory__panel {
    padding: 34px 38px;
    border: 1px solid rgba(35, 27, 93, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
    box-shadow: 0 26px 56px rgba(35, 27, 93, 0.1);
}

.cmpmhp-home-events__head,
.cmpmhp-home-directory__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.cmpmhp-home-events__head h2,
.cmpmhp-home-directory__head h2 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: clamp(30px, 2.8vw, 46px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.cmpmhp-home-events__head p,
.cmpmhp-home-directory__head p {
    margin: 8px 0 0;
    max-width: 72ch;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

.cmpmhp-home-events__embed {
    overflow: hidden;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(35, 27, 93, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.98));
}

.cmpmhp-home-events__empty {
    padding: 28px 30px;
    border: 1px dashed rgba(35, 27, 93, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
}

.cmpmhp-home-events__empty p {
    margin: 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

.cmpmhp-home-events__list,
.cmpmhp-home-directory__list {
    display: grid;
    gap: 18px;
}

.cmpmhp-home-events__item,
.cmpmhp-home-directory__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border: 2px solid rgba(35, 27, 93, 0.1);
    border-radius: 22px;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 16px 34px rgba(35, 27, 93, 0.06);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.cmpmhp-home-events__item:hover,
.cmpmhp-home-directory__item:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 163, 224, 0.36);
    box-shadow: 0 22px 44px rgba(35, 27, 93, 0.1);
}

.cmpmhp-home-events__copy,
.cmpmhp-home-directory__copy {
    flex: 1 1 auto;
    display: grid;
    gap: 12px;
    min-width: 0;
}

.cmpmhp-home-events__topline,
.cmpmhp-home-directory__topline {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cmpmhp-home-events__topline h3,
.cmpmhp-home-directory__topline h3 {
    margin: 0;
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-display);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
}

.cmpmhp-home-events__tag,
.cmpmhp-home-directory__topline span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cmpmhp-home-events__tag--international {
    background: rgba(239, 51, 64, 0.12);
    color: #be2732;
}

.cmpmhp-home-events__tag--local,
.cmpmhp-home-directory__topline span {
    background: rgba(0, 163, 224, 0.12);
    color: #0078a5;
}

.cmpmhp-home-events__meta,
.cmpmhp-home-directory__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: rgba(35, 27, 93, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.cmpmhp-home-directory__meta a {
    color: inherit;
    text-decoration: none;
}

.cmpmhp-home-events__cta,
.cmpmhp-home-directory__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cmpmhp-navy), var(--cmpmhp-blue));
    color: var(--cmpmhp-white);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(35, 27, 93, 0.14);
}

.cmpmhp-home-events__cta.is-disabled {
    background: rgba(35, 27, 93, 0.08);
    color: var(--cmpmhp-ink);
    box-shadow: none;
}

.cmpmhp-home-quick__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cmpmhp-home-quick-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 26px;
    border: 2px solid rgba(35, 27, 93, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--cmpmhp-ink);
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(35, 27, 93, 0.06);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, color 0.24s ease;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    font-family: var(--cmpmhp-font-sans);
    text-align: left;
}

.cmpmhp-home-quick-card:hover,
.cmpmhp-home-quick-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 163, 224, 0.38);
    color: #0078a5;
    box-shadow: 0 22px 44px rgba(35, 27, 93, 0.1);
}

.cmpmhp-home-quick-card__title {
    color: inherit;
    font-family: var(--cmpmhp-font-display);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.18;
}

.cmpmhp-home-quick-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(35, 27, 93, 0.06);
    color: rgba(35, 27, 93, 0.7);
}

.cmpmhp-home-quick-card__icon svg {
    width: 24px;
    height: 24px;
}

.cmpmhp-home-quick-card--disabled {
    opacity: 0.62;
    cursor: default;
}

.cmpmhp-home-directory__icon,
.cmpmhp-home-directory__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cmpmhp-navy), var(--cmpmhp-blue));
    color: var(--cmpmhp-white);
}

.cmpmhp-home-directory__icon {
    width: 72px;
    height: 72px;
}

.cmpmhp-home-directory__badge {
    width: 64px;
    height: 64px;
}

.cmpmhp-home-directory__icon svg,
.cmpmhp-home-directory__badge svg {
    width: 30px;
    height: 30px;
}

.cmpmhp-home-directory__search {
    display: block;
    margin-bottom: 20px;
}

.cmpmhp-home-directory__search input {
    width: 100%;
    min-height: 58px;
    padding: 15px 18px;
    border: 2px solid rgba(35, 27, 93, 0.1);
    border-radius: 18px;
    background: rgba(250, 250, 250, 0.94);
    color: var(--cmpmhp-ink);
    font-family: var(--cmpmhp-font-sans);
    font-size: 15px;
    outline: none;
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.cmpmhp-home-directory__search input:focus {
    border-color: rgba(0, 163, 224, 0.42);
    box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12);
}

.cmpmhp-home-directory__empty {
    margin: 18px 0 0;
    color: var(--cmpmhp-ink-soft);
    font-size: 14px;
}

.cmpmhp-home-directory__footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.cmpmhp-footer--simple {
    display: block;
    padding: 6px 8px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.cmpmhp-footer--simple p {
    color: rgba(35, 27, 93, 0.6);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1120px) {
    .cmpmhp-home-events__head,
    .cmpmhp-home-directory__head,
    .cmpmhp-home-events__item,
    .cmpmhp-home-directory__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cmpmhp-home-quick__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .cmpmhp-home-events__panel,
    .cmpmhp-home-directory__panel {
        padding: 24px 22px;
    }

    .cmpmhp-home-directory__icon,
    .cmpmhp-home-directory__badge {
        width: 58px;
        height: 58px;
    }

    .cmpmhp-home-events__topline h3,
    .cmpmhp-home-directory__topline h3,
    .cmpmhp-home-quick-card__title {
        font-size: 19px;
    }

    .cmpmhp-home-events__cta,
    .cmpmhp-home-directory__cta,
    .cmpmhp-home-directory__footer .cmpmhp-button {
        width: 100%;
    }
}
