/* _content/CentroCADOnline/Components/Home/LegalFooterLinks.razor.rz.scp.css */
.centro-legal-links[b-jyf1ta30lz] {
    background: #061a3b;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.72);
    font-family: 'Rubik', sans-serif;
}

.centro-legal-links__inner[b-jyf1ta30lz] {
    width: min(1180px, calc(100% - 40px));
    min-height: 58px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}

.centro-legal-links__inner > span[b-jyf1ta30lz] {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
}

.centro-legal-links nav[b-jyf1ta30lz] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.centro-legal-links a[b-jyf1ta30lz] {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.centro-legal-links a:hover[b-jyf1ta30lz],
.centro-legal-links a:focus-visible[b-jyf1ta30lz] {
    color: #75b5ff;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .centro-legal-links__inner[b-jyf1ta30lz] {
        width: min(100% - 24px, 1180px);
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        padding: 16px 0 18px;
    }

    .centro-legal-links nav[b-jyf1ta30lz] {
        gap: 10px 18px;
    }
}
/* _content/CentroCADOnline/Components/Pages/DataDeletion.razor.rz.scp.css */
.legal-page[b-ucxmm30rs8] {
    min-height: 100vh;
    background: #f4f8fd;
    color: #23324a;
    font-family: 'Rubik', sans-serif;
}

.legal-shell[b-ucxmm30rs8] {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.legal-hero[b-ucxmm30rs8] {
    padding: 58px 0 46px;
    background:
        radial-gradient(circle at 86% 8%, rgba(7, 93, 204, .10), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-bottom: 1px solid #dce8f7;
}

.legal-back[b-ucxmm30rs8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #075dcc;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 28px;
}

.legal-back:hover[b-ucxmm30rs8],
.legal-back:focus-visible[b-ucxmm30rs8] {
    color: #03469f;
    text-decoration: underline;
}

.legal-kicker[b-ucxmm30rs8] {
    margin: 0 0 8px;
    color: #075dcc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-hero h1[b-ucxmm30rs8] {
    margin: 0;
    color: #08265c;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.legal-lead[b-ucxmm30rs8] {
    max-width: 820px;
    margin: 18px 0 0;
    color: #526987;
    font-size: 18px;
    line-height: 1.75;
}

.legal-date[b-ucxmm30rs8] {
    margin: 18px 0 0;
    color: #71849f;
    font-size: 14px;
}

.legal-content[b-ucxmm30rs8] {
    padding: 42px 0 70px;
}

.legal-card[b-ucxmm30rs8] {
    background: #fff;
    border: 1px solid #dce8f7;
    border-radius: 22px;
    padding: clamp(24px, 5vw, 52px);
    box-shadow: 0 18px 55px rgba(15, 50, 100, .08);
}

.legal-summary[b-ucxmm30rs8] {
    margin-bottom: 36px;
    padding: 20px 22px;
    border-left: 4px solid #075dcc;
    border-radius: 12px;
    background: #f2f7ff;
}

.legal-summary strong[b-ucxmm30rs8] {
    display: block;
    margin-bottom: 6px;
    color: #08265c;
    font-size: 17px;
}

.legal-summary p[b-ucxmm30rs8] {
    margin: 0;
}

.legal-section[b-ucxmm30rs8] {
    padding: 28px 0;
    border-top: 1px solid #e7eef7;
}

.legal-section:first-of-type[b-ucxmm30rs8] {
    border-top: 0;
    padding-top: 0;
}

.legal-section h2[b-ucxmm30rs8] {
    margin: 0 0 14px;
    color: #08265c;
    font-size: clamp(21px, 2.5vw, 27px);
    line-height: 1.3;
}

.legal-section p[b-ucxmm30rs8],
.legal-section li[b-ucxmm30rs8],
.legal-summary p[b-ucxmm30rs8] {
    color: #536987;
    font-size: 16px;
    line-height: 1.78;
}

.legal-section p[b-ucxmm30rs8] {
    margin: 0 0 14px;
}

.legal-section p:last-child[b-ucxmm30rs8] {
    margin-bottom: 0;
}

.legal-section ul[b-ucxmm30rs8] {
    margin: 10px 0 0;
    padding-left: 22px;
}

.legal-section li + li[b-ucxmm30rs8] {
    margin-top: 8px;
}

.legal-section a[b-ucxmm30rs8] {
    color: #075dcc;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.legal-actions[b-ucxmm30rs8] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 34px;
    border-top: 1px solid #e7eef7;
}

.legal-primary[b-ucxmm30rs8],
.legal-secondary[b-ucxmm30rs8] {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.legal-primary[b-ucxmm30rs8] {
    background: #075dcc;
    color: #fff;
    box-shadow: 0 10px 24px rgba(7, 93, 204, .18);
}

.legal-secondary[b-ucxmm30rs8] {
    background: #eef5ff;
    color: #075dcc;
    border: 1px solid #cadef7;
}

.legal-primary:hover[b-ucxmm30rs8],
.legal-primary:focus-visible[b-ucxmm30rs8],
.legal-secondary:hover[b-ucxmm30rs8],
.legal-secondary:focus-visible[b-ucxmm30rs8] {
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 767px) {
    .legal-shell[b-ucxmm30rs8] {
        width: min(100% - 24px, 1120px);
    }

    .legal-hero[b-ucxmm30rs8] {
        padding: 34px 0 30px;
    }

    .legal-back[b-ucxmm30rs8] {
        margin-bottom: 20px;
    }

    .legal-lead[b-ucxmm30rs8] {
        font-size: 16px;
        line-height: 1.65;
    }

    .legal-content[b-ucxmm30rs8] {
        padding: 22px 0 40px;
    }

    .legal-card[b-ucxmm30rs8] {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .legal-summary[b-ucxmm30rs8] {
        padding: 16px;
        margin-bottom: 24px;
    }

    .legal-section[b-ucxmm30rs8] {
        padding: 22px 0;
    }

    .legal-section p[b-ucxmm30rs8],
    .legal-section li[b-ucxmm30rs8],
    .legal-summary p[b-ucxmm30rs8] {
        font-size: 15px;
        line-height: 1.72;
    }

    .legal-actions[b-ucxmm30rs8] {
        flex-direction: column;
    }

    .legal-primary[b-ucxmm30rs8],
    .legal-secondary[b-ucxmm30rs8] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .legal-hero h1[b-ucxmm30rs8] {
        font-size: 34px;
    }

    .legal-card[b-ucxmm30rs8] {
        padding: 20px 15px;
    }

    .legal-section ul[b-ucxmm30rs8] {
        padding-left: 19px;
    }
}
/* _content/CentroCADOnline/Components/Pages/Privacy.razor.rz.scp.css */
.legal-page[b-ukik7glrky] {
    min-height: 100vh;
    background: #f4f8fd;
    color: #23324a;
    font-family: 'Rubik', sans-serif;
}

.legal-shell[b-ukik7glrky] {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.legal-hero[b-ukik7glrky] {
    padding: 58px 0 46px;
    background:
        radial-gradient(circle at 86% 8%, rgba(7, 93, 204, .10), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-bottom: 1px solid #dce8f7;
}

.legal-back[b-ukik7glrky] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #075dcc;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 28px;
}

.legal-back:hover[b-ukik7glrky],
.legal-back:focus-visible[b-ukik7glrky] {
    color: #03469f;
    text-decoration: underline;
}

.legal-kicker[b-ukik7glrky] {
    margin: 0 0 8px;
    color: #075dcc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-hero h1[b-ukik7glrky] {
    margin: 0;
    color: #08265c;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.legal-lead[b-ukik7glrky] {
    max-width: 820px;
    margin: 18px 0 0;
    color: #526987;
    font-size: 18px;
    line-height: 1.75;
}

.legal-date[b-ukik7glrky] {
    margin: 18px 0 0;
    color: #71849f;
    font-size: 14px;
}

.legal-content[b-ukik7glrky] {
    padding: 42px 0 70px;
}

.legal-card[b-ukik7glrky] {
    background: #fff;
    border: 1px solid #dce8f7;
    border-radius: 22px;
    padding: clamp(24px, 5vw, 52px);
    box-shadow: 0 18px 55px rgba(15, 50, 100, .08);
}

.legal-summary[b-ukik7glrky] {
    margin-bottom: 36px;
    padding: 20px 22px;
    border-left: 4px solid #075dcc;
    border-radius: 12px;
    background: #f2f7ff;
}

.legal-summary strong[b-ukik7glrky] {
    display: block;
    margin-bottom: 6px;
    color: #08265c;
    font-size: 17px;
}

.legal-summary p[b-ukik7glrky] {
    margin: 0;
}

.legal-section[b-ukik7glrky] {
    padding: 28px 0;
    border-top: 1px solid #e7eef7;
}

.legal-section:first-of-type[b-ukik7glrky] {
    border-top: 0;
    padding-top: 0;
}

.legal-section h2[b-ukik7glrky] {
    margin: 0 0 14px;
    color: #08265c;
    font-size: clamp(21px, 2.5vw, 27px);
    line-height: 1.3;
}

.legal-section p[b-ukik7glrky],
.legal-section li[b-ukik7glrky],
.legal-summary p[b-ukik7glrky] {
    color: #536987;
    font-size: 16px;
    line-height: 1.78;
}

.legal-section p[b-ukik7glrky] {
    margin: 0 0 14px;
}

.legal-section p:last-child[b-ukik7glrky] {
    margin-bottom: 0;
}

.legal-section ul[b-ukik7glrky] {
    margin: 10px 0 0;
    padding-left: 22px;
}

.legal-section li + li[b-ukik7glrky] {
    margin-top: 8px;
}

.legal-section a[b-ukik7glrky] {
    color: #075dcc;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.legal-actions[b-ukik7glrky] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 34px;
    border-top: 1px solid #e7eef7;
}

.legal-primary[b-ukik7glrky],
.legal-secondary[b-ukik7glrky] {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.legal-primary[b-ukik7glrky] {
    background: #075dcc;
    color: #fff;
    box-shadow: 0 10px 24px rgba(7, 93, 204, .18);
}

.legal-secondary[b-ukik7glrky] {
    background: #eef5ff;
    color: #075dcc;
    border: 1px solid #cadef7;
}

.legal-primary:hover[b-ukik7glrky],
.legal-primary:focus-visible[b-ukik7glrky],
.legal-secondary:hover[b-ukik7glrky],
.legal-secondary:focus-visible[b-ukik7glrky] {
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 767px) {
    .legal-shell[b-ukik7glrky] {
        width: min(100% - 24px, 1120px);
    }

    .legal-hero[b-ukik7glrky] {
        padding: 34px 0 30px;
    }

    .legal-back[b-ukik7glrky] {
        margin-bottom: 20px;
    }

    .legal-lead[b-ukik7glrky] {
        font-size: 16px;
        line-height: 1.65;
    }

    .legal-content[b-ukik7glrky] {
        padding: 22px 0 40px;
    }

    .legal-card[b-ukik7glrky] {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .legal-summary[b-ukik7glrky] {
        padding: 16px;
        margin-bottom: 24px;
    }

    .legal-section[b-ukik7glrky] {
        padding: 22px 0;
    }

    .legal-section p[b-ukik7glrky],
    .legal-section li[b-ukik7glrky],
    .legal-summary p[b-ukik7glrky] {
        font-size: 15px;
        line-height: 1.72;
    }

    .legal-actions[b-ukik7glrky] {
        flex-direction: column;
    }

    .legal-primary[b-ukik7glrky],
    .legal-secondary[b-ukik7glrky] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .legal-hero h1[b-ukik7glrky] {
        font-size: 34px;
    }

    .legal-card[b-ukik7glrky] {
        padding: 20px 15px;
    }

    .legal-section ul[b-ukik7glrky] {
        padding-left: 19px;
    }
}
/* _content/CentroCADOnline/Components/Pages/Profile.razor.rz.scp.css */
.centro-profile-page[b-g6wwo1w4cm] {
    min-height: 100vh;
    background: #f4f8fd;
    color: #0b2a63;
    font-family: 'Rubik', sans-serif;
    padding: 32px 20px 56px;
}

.centro-profile-shell[b-g6wwo1w4cm] {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.centro-profile-header[b-g6wwo1w4cm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #dbe8f7;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(11, 42, 99, 0.06);
}

.centro-profile-brand[b-g6wwo1w4cm] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.centro-profile-brand img[b-g6wwo1w4cm] {
    width: clamp(185px, 20vw, 238px);
    max-height: 62px;
    height: auto;
    display: block;
    object-fit: contain;
}

.centro-profile-back[b-g6wwo1w4cm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b2a63;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.centro-profile-back:hover[b-g6wwo1w4cm],
.centro-profile-back:focus-visible[b-g6wwo1w4cm] {
    background: #075dcc;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.centro-profile-hero[b-g6wwo1w4cm],
.centro-profile-card[b-g6wwo1w4cm],
.centro-profile-next[b-g6wwo1w4cm],
.centro-profile-loading[b-g6wwo1w4cm] {
    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(11, 42, 99, 0.08);
}

.centro-profile-hero[b-g6wwo1w4cm] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: clamp(24px, 4vw, 40px);
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

.centro-profile-avatar[b-g6wwo1w4cm] {
    width: clamp(72px, 10vw, 96px);
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #075dcc;
    color: #fff;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 800;
    letter-spacing: -1px;
    box-shadow: 0 12px 28px rgba(7, 93, 204, 0.23);
}

.centro-profile-kicker[b-g6wwo1w4cm] {
    display: inline-block;
    color: #075dcc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.centro-profile-intro h1[b-g6wwo1w4cm],
.centro-profile-next h2[b-g6wwo1w4cm],
.centro-profile-card h2[b-g6wwo1w4cm] {
    color: #08265c;
    margin: 0;
    font-weight: 800;
}

.centro-profile-intro h1[b-g6wwo1w4cm] {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

.centro-profile-intro p[b-g6wwo1w4cm],
.centro-profile-next p[b-g6wwo1w4cm],
.centro-profile-security-copy[b-g6wwo1w4cm] {
    color: #536987;
    line-height: 1.7;
    margin: 10px 0 0;
}

.centro-profile-status[b-g6wwo1w4cm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #e6f7ed;
    color: #177542;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.centro-profile-grid[b-g6wwo1w4cm] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 22px;
    margin-top: 22px;
}

.centro-profile-card[b-g6wwo1w4cm] {
    padding: clamp(22px, 3vw, 32px);
}

.centro-profile-card-head[b-g6wwo1w4cm] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.centro-profile-card-icon[b-g6wwo1w4cm] {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: #eaf3ff;
    font-size: 20px;
}

.centro-profile-card-head span:not(.centro-profile-card-icon)[b-g6wwo1w4cm] {
    color: #075dcc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.centro-profile-card h2[b-g6wwo1w4cm] {
    font-size: 21px;
    margin-top: 3px;
}

.centro-profile-data-list[b-g6wwo1w4cm] {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.centro-profile-data-list > div[b-g6wwo1w4cm],
.centro-profile-security-row[b-g6wwo1w4cm] {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f7faff;
    border: 1px solid #e6eef9;
}

.centro-profile-data-list dt[b-g6wwo1w4cm],
.centro-profile-security-row span[b-g6wwo1w4cm] {
    color: #6b7d97;
    font-size: 12px;
    margin-bottom: 5px;
}

.centro-profile-data-list dd[b-g6wwo1w4cm],
.centro-profile-security-row strong[b-g6wwo1w4cm] {
    margin: 0;
    color: #0b2a63;
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.centro-profile-security-row[b-g6wwo1w4cm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.centro-profile-security-row span[b-g6wwo1w4cm] {
    margin: 0;
}

.centro-profile-security-row strong[b-g6wwo1w4cm] {
    color: #177542;
}

.centro-profile-logout-form[b-g6wwo1w4cm] {
    margin-top: 18px;
}

.centro-profile-logout[b-g6wwo1w4cm] {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 12px;
    background: #075dcc;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.centro-profile-logout:hover[b-g6wwo1w4cm],
.centro-profile-logout:focus-visible[b-g6wwo1w4cm] {
    background: #064fae;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(7, 93, 204, 0.18);
}

.centro-profile-logout:active[b-g6wwo1w4cm] {
    transform: translateY(0);
    box-shadow: none;
}

.centro-profile-next[b-g6wwo1w4cm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 22px;
    padding: clamp(22px, 3vw, 32px);
}

.centro-profile-next h2[b-g6wwo1w4cm] {
    font-size: clamp(22px, 3vw, 30px);
}

.centro-profile-next-items[b-g6wwo1w4cm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.centro-profile-next-items span[b-g6wwo1w4cm] {
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef6ff;
    color: #075dcc;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.centro-profile-loading[b-g6wwo1w4cm] {
    padding: 42px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .centro-profile-page[b-g6wwo1w4cm] {
        padding: 18px 14px 36px;
    }

    .centro-profile-header[b-g6wwo1w4cm] {
        gap: 12px;
        margin-bottom: 18px;
        padding: 10px 12px;
        border-radius: 15px;
    }

    .centro-profile-brand img[b-g6wwo1w4cm] {
        width: clamp(145px, 48vw, 175px);
        max-height: 50px;
    }

    .centro-profile-back[b-g6wwo1w4cm] {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .centro-profile-hero[b-g6wwo1w4cm] {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 16px;
    }

    .centro-profile-status[b-g6wwo1w4cm] {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .centro-profile-grid[b-g6wwo1w4cm] {
        grid-template-columns: 1fr;
    }

    .centro-profile-data-list[b-g6wwo1w4cm] {
        grid-template-columns: 1fr;
    }

    .centro-profile-next[b-g6wwo1w4cm] {
        align-items: flex-start;
        flex-direction: column;
    }

    .centro-profile-next-items[b-g6wwo1w4cm] {
        justify-content: flex-start;
    }
}

/* ME 4D3 - Datos complementarios editables */
.centro-profile-identity-note[b-g6wwo1w4cm] {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7faff;
    border: 1px solid #e6eef9;
    color: #60738f;
    font-size: 12px;
    line-height: 1.6;
}

.centro-profile-complementary[b-g6wwo1w4cm] {
    margin-top: 22px;
    padding: clamp(22px, 3vw, 32px);
    background: #ffffff;
    border: 1px solid #dbe8f7;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(11, 42, 99, 0.08);
}

.centro-profile-complementary-head[b-g6wwo1w4cm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.centro-profile-complementary-head h2[b-g6wwo1w4cm] {
    margin: 0;
    color: #08265c;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
}

.centro-profile-complementary-head p[b-g6wwo1w4cm] {
    max-width: 760px;
    margin: 9px 0 0;
    color: #536987;
    line-height: 1.65;
}

.centro-profile-editable-badge[b-g6wwo1w4cm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #075dcc;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.centro-profile-message[b-g6wwo1w4cm] {
    margin: 0 0 20px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.centro-profile-message-success[b-g6wwo1w4cm] {
    background: #e9f8ef;
    border: 1px solid #bee8cf;
    color: #177542;
}

.centro-profile-message-error[b-g6wwo1w4cm] {
    background: #fff2f2;
    border: 1px solid #f2c7c7;
    color: #a33636;
}

.centro-profile-form[b-g6wwo1w4cm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.centro-profile-field[b-g6wwo1w4cm] {
    min-width: 0;
}

.centro-profile-field-full[b-g6wwo1w4cm] {
    grid-column: 1 / -1;
}

.centro-profile-field label[b-g6wwo1w4cm] {
    display: block;
    margin-bottom: 7px;
    color: #0b2a63;
    font-size: 13px;
    font-weight: 800;
}

.centro-profile-field input[b-g6wwo1w4cm],
.centro-profile-field select[b-g6wwo1w4cm],
.centro-profile-field textarea[b-g6wwo1w4cm] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cedbed;
    border-radius: 12px;
    background: #fbfdff;
    color: #183a6c;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    padding: 11px 13px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.centro-profile-field textarea[b-g6wwo1w4cm] {
    min-height: 92px;
    resize: vertical;
}

.centro-profile-field input:focus[b-g6wwo1w4cm],
.centro-profile-field select:focus[b-g6wwo1w4cm],
.centro-profile-field textarea:focus[b-g6wwo1w4cm] {
    border-color: #075dcc;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(7, 93, 204, 0.11);
}

.centro-profile-field small[b-g6wwo1w4cm] {
    display: block;
    margin-top: 7px;
    color: #73849c;
    font-size: 11px;
    line-height: 1.5;
}

.centro-profile-phone-row[b-g6wwo1w4cm] {
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(220px, 1.05fr);
    gap: 12px;
}

.centro-profile-form-actions[b-g6wwo1w4cm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 6px;
}

.centro-profile-form-actions > span[b-g6wwo1w4cm] {
    color: #6b7d97;
    font-size: 12px;
    line-height: 1.5;
}

.centro-profile-save[b-g6wwo1w4cm] {
    min-height: 46px;
    padding: 11px 22px;
    border: 0;
    border-radius: 12px;
    background: #075dcc;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .18s ease, transform .18s ease;
}

.centro-profile-save:hover[b-g6wwo1w4cm],
.centro-profile-save:focus-visible[b-g6wwo1w4cm] {
    background: #064fae;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .centro-profile-complementary[b-g6wwo1w4cm] {
        margin-top: 18px;
        padding: 20px 16px;
        border-radius: 18px;
    }

    .centro-profile-complementary-head[b-g6wwo1w4cm] {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    .centro-profile-form[b-g6wwo1w4cm] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .centro-profile-field-full[b-g6wwo1w4cm] {
        grid-column: auto;
    }

    .centro-profile-phone-row[b-g6wwo1w4cm] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .centro-profile-form-actions[b-g6wwo1w4cm] {
        align-items: stretch;
        flex-direction: column;
    }

    .centro-profile-save[b-g6wwo1w4cm] {
        width: 100%;
    }
}

/* ME 4D3B - País searchable, banderas y obligatoriedad */
.centro-profile-required[b-g6wwo1w4cm] {
    color: #c53b3b;
    font-weight: 900;
}

.centro-country-picker[b-g6wwo1w4cm] {
    position: relative;
    min-width: 0;
}

.centro-country-picker-control[b-g6wwo1w4cm] {
    position: relative;
}

.centro-country-picker-input[b-g6wwo1w4cm] {
    padding-left: 50px !important;
    padding-right: 38px !important;
    background-image: linear-gradient(45deg, transparent 50%, #6b7d97 50%), linear-gradient(135deg, #6b7d97 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.centro-country-selected-flag[b-g6wwo1w4cm] {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 50%;
    width: 26px;
    height: 19px;
    transform: translateY(-50%);
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid rgba(11, 42, 99, 0.12);
    box-shadow: 0 1px 3px rgba(11, 42, 99, 0.12);
    pointer-events: none;
}

.centro-country-selected-flag[hidden][b-g6wwo1w4cm] {
    display: none !important;
}

.centro-country-picker.is-open .centro-country-picker-input[b-g6wwo1w4cm] {
    border-color: #075dcc;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(7, 93, 204, 0.11);
}

.centro-country-picker-list[b-g6wwo1w4cm] {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 260px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #cedbed;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(11, 42, 99, 0.16);
}

.centro-country-picker-list[hidden][b-g6wwo1w4cm] {
    display: none !important;
}

.centro-country-picker-option[b-g6wwo1w4cm] {
    width: 100%;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #183a6c;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.centro-country-picker-option:hover[b-g6wwo1w4cm],
.centro-country-picker-option:focus-visible[b-g6wwo1w4cm] {
    background: #eef6ff;
    outline: none;
}

.centro-country-picker-option[hidden][b-g6wwo1w4cm] {
    display: none !important;
}

.centro-country-flag[b-g6wwo1w4cm] {
    width: 28px;
    height: 20px;
    display: block;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid rgba(11, 42, 99, 0.12);
    box-shadow: 0 1px 2px rgba(11, 42, 99, 0.10);
}

.centro-country-name[b-g6wwo1w4cm] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.centro-country-code[b-g6wwo1w4cm] {
    color: #075dcc;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.centro-country-picker-empty[b-g6wwo1w4cm] {
    padding: 12px 10px;
    color: #73849c;
    font-size: 12px;
    text-align: center;
}

/* ME 4D3C - Banderas locales reales en selectores de país */
@media (max-width: 767px) {
    .centro-country-picker-input[b-g6wwo1w4cm] {
        padding-left: 46px !important;
    }

    .centro-country-selected-flag[b-g6wwo1w4cm] {
        left: 12px;
        width: 24px;
        height: 18px;
    }

    .centro-country-picker-option[b-g6wwo1w4cm] {
        grid-template-columns: 32px minmax(0, 1fr) auto;
    }

    .centro-country-flag[b-g6wwo1w4cm] {
        width: 26px;
        height: 19px;
    }
}


/* ME 4D4 - Cambio seguro de contraseña */
.centro-profile-password-section[b-g6wwo1w4cm] {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e1e9f4;
}

.centro-profile-password-head[b-g6wwo1w4cm] {
    margin-bottom: 13px;
}

.centro-profile-password-head > span[b-g6wwo1w4cm] {
    display: block;
    color: #183a6c;
    font-size: 13px;
    font-weight: 800;
}

.centro-profile-password-head > small[b-g6wwo1w4cm] {
    display: block;
    margin-top: 4px;
    color: #6b7d97;
    font-size: 11px;
    line-height: 1.45;
}

.centro-profile-password-form[b-g6wwo1w4cm] {
    display: grid;
    gap: 11px;
}

.centro-profile-password-field[b-g6wwo1w4cm] {
    display: grid;
    gap: 6px;
}

.centro-profile-password-field label[b-g6wwo1w4cm] {
    color: #273650;
    font-size: 11px;
    font-weight: 800;
}

.centro-profile-password-field input[b-g6wwo1w4cm] {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #cfdaea;
    border-radius: 10px;
    background: #ffffff;
    color: #1e2c43;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.centro-profile-password-field input:focus[b-g6wwo1w4cm] {
    border-color: #075dcc;
    box-shadow: 0 0 0 3px rgba(7, 93, 204, 0.10);
}

.centro-profile-password-note[b-g6wwo1w4cm] {
    margin: 0;
    color: #6b7d97;
    font-size: 10px;
    line-height: 1.45;
}

.centro-profile-password-save[b-g6wwo1w4cm] {
    min-height: 42px;
    padding: 9px 15px;
    border: 0;
    border-radius: 10px;
    background: #075dcc;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.centro-profile-password-save:hover[b-g6wwo1w4cm],
.centro-profile-password-save:focus-visible[b-g6wwo1w4cm] {
    background: #064fae;
    transform: translateY(-1px);
}

.centro-profile-security-message[b-g6wwo1w4cm] {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .centro-profile-password-section[b-g6wwo1w4cm] {
        margin-top: 16px;
        padding-top: 16px;
    }

    .centro-profile-password-save[b-g6wwo1w4cm] {
        width: 100%;
    }
}

/* ME 4D4A2 — Movimiento homologado de botones de Seguridad. */
@media (prefers-reduced-motion: reduce) {
    .centro-profile-logout[b-g6wwo1w4cm] {
        transition: none;
    }

    .centro-profile-logout:hover[b-g6wwo1w4cm],
    .centro-profile-logout:focus-visible[b-g6wwo1w4cm],
    .centro-profile-logout:active[b-g6wwo1w4cm] {
        transform: none;
    }
}

/* ME 4D5 — Compactación visual final de Mi Perfil en móvil.
   Alcance exclusivo <= 767px: reduce desplazamiento vertical sin alterar
   inputs, tipografía general, lógica, escritorio ni componentes funcionales. */
@media (max-width: 767px) {
    .centro-profile-card[b-g6wwo1w4cm] {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .centro-profile-card-head[b-g6wwo1w4cm] {
        gap: 12px;
        margin-bottom: 18px;
    }

    .centro-profile-data-list[b-g6wwo1w4cm] {
        gap: 10px;
    }

    .centro-profile-data-list > div[b-g6wwo1w4cm] {
        padding: 12px 15px;
        border-radius: 12px;
    }

    .centro-profile-data-list dt[b-g6wwo1w4cm] {
        margin-bottom: 3px;
    }

    .centro-profile-identity-note[b-g6wwo1w4cm] {
        margin-top: 12px;
        padding: 10px 12px;
    }

    .centro-profile-complementary[b-g6wwo1w4cm] {
        margin-top: 16px;
    }

    .centro-profile-complementary-head[b-g6wwo1w4cm] {
        gap: 10px;
        margin-bottom: 16px;
    }

    .centro-profile-complementary-head p[b-g6wwo1w4cm] {
        margin-top: 7px;
        line-height: 1.55;
    }

    .centro-profile-form[b-g6wwo1w4cm] {
        gap: 12px;
    }

    .centro-profile-field label[b-g6wwo1w4cm] {
        margin-bottom: 5px;
    }

    .centro-profile-field small[b-g6wwo1w4cm] {
        margin-top: 5px;
    }

    .centro-profile-phone-row[b-g6wwo1w4cm] {
        gap: 8px;
    }

    .centro-profile-form-actions[b-g6wwo1w4cm] {
        gap: 14px;
        padding-top: 2px;
    }

    .centro-profile-next[b-g6wwo1w4cm] {
        margin-top: 18px;
    }
}
/* _content/CentroCADOnline/Components/Pages/ResetPassword.razor.rz.scp.css */
.centro-reset-page[b-vhq9lanl40] {
    min-height: 100vh;
    background: #eef4fb;
    padding: 36px 18px;
    font-family: 'Rubik', sans-serif;
    color: #08265c;
}

.centro-reset-shell[b-vhq9lanl40] {
    width: min(620px, 100%);
    margin: 0 auto;
}

.centro-reset-header[b-vhq9lanl40] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(11, 42, 99, .06);
}

.centro-reset-brand[b-vhq9lanl40] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.centro-reset-brand img[b-vhq9lanl40] {
    display: block;
    width: min(220px, 48vw);
    height: auto;
}

.centro-reset-back[b-vhq9lanl40],
.centro-reset-primary-link[b-vhq9lanl40] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.centro-reset-back[b-vhq9lanl40] {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 15px;
    gap: 8px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b2a63;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.centro-reset-back:hover[b-vhq9lanl40],
.centro-reset-back:focus-visible[b-vhq9lanl40] {
    transform: translateY(-2px);
    background: #075dcc;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(7, 93, 204, .18);
}

.centro-reset-back:active[b-vhq9lanl40] {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(7, 93, 204, .12);
}

.centro-reset-card[b-vhq9lanl40] {
    padding: 34px;
    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(11, 42, 99, .08);
}

.centro-reset-kicker[b-vhq9lanl40] {
    display: block;
    margin-bottom: 7px;
    color: #075dcc;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.centro-reset-card h1[b-vhq9lanl40] {
    margin: 0 0 14px;
    color: #08265c;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.centro-reset-copy[b-vhq9lanl40] {
    margin: 0 0 24px;
    color: #536987;
    font-size: 15px;
    line-height: 1.7;
}

.centro-reset-form[b-vhq9lanl40] {
    display: grid;
    gap: 18px;
}

.centro-reset-field[b-vhq9lanl40] {
    display: grid;
    gap: 8px;
}

.centro-reset-field label[b-vhq9lanl40] {
    margin: 0;
    color: #08265c;
    font-size: 14px;
    font-weight: 800;
}

.centro-reset-field input[b-vhq9lanl40] {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #cbdcf0;
    border-radius: 12px;
    background: #fff;
    color: #08265c;
    font: inherit;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.centro-reset-field input:focus[b-vhq9lanl40] {
    border-color: #075dcc;
    box-shadow: 0 0 0 3px rgba(7, 93, 204, .10);
}

.centro-reset-requirements[b-vhq9lanl40] {
    margin: -2px 0 0;
    color: #607493;
    font-size: 12px;
    line-height: 1.55;
}

.centro-reset-submit[b-vhq9lanl40],
.centro-reset-primary-link[b-vhq9lanl40] {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 12px;
    background: #0966d8;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.centro-reset-submit[b-vhq9lanl40] {
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.centro-reset-submit:hover[b-vhq9lanl40],
.centro-reset-submit:focus-visible[b-vhq9lanl40],
.centro-reset-primary-link:hover[b-vhq9lanl40],
.centro-reset-primary-link:focus-visible[b-vhq9lanl40] {
    transform: translateY(-2px);
    background: #0757bd;
    color: #fff;
    box-shadow: 0 10px 22px rgba(7, 93, 204, .20);
}

.centro-reset-submit:active[b-vhq9lanl40],
.centro-reset-primary-link:active[b-vhq9lanl40] {
    transform: translateY(0);
}

.centro-reset-message[b-vhq9lanl40] {
    margin: 0 0 20px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.55;
}

.centro-reset-message-error[b-vhq9lanl40] {
    border: 1px solid #f1bfc2;
    background: #fff0f1;
    color: #9a3038;
}

@media (max-width: 575px) {
    .centro-reset-page[b-vhq9lanl40] {
        padding: 18px 12px;
    }

    .centro-reset-header[b-vhq9lanl40] {
        padding: 10px 12px;
        gap: 10px;
    }

    .centro-reset-brand img[b-vhq9lanl40] {
        width: min(170px, 47vw);
    }

    .centro-reset-back[b-vhq9lanl40] {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .centro-reset-card[b-vhq9lanl40] {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .centro-reset-card h1[b-vhq9lanl40] {
        font-size: 25px;
    }
}
/* _content/CentroCADOnline/Components/Pages/Terms.razor.rz.scp.css */
.legal-page[b-wed7m255ph] {
    min-height: 100vh;
    background: #f4f8fd;
    color: #23324a;
    font-family: 'Rubik', sans-serif;
}

.legal-shell[b-wed7m255ph] {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.legal-hero[b-wed7m255ph] {
    padding: 58px 0 46px;
    background:
        radial-gradient(circle at 86% 8%, rgba(7, 93, 204, .10), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-bottom: 1px solid #dce8f7;
}

.legal-back[b-wed7m255ph] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #075dcc;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 28px;
}

.legal-back:hover[b-wed7m255ph],
.legal-back:focus-visible[b-wed7m255ph] {
    color: #03469f;
    text-decoration: underline;
}

.legal-kicker[b-wed7m255ph] {
    margin: 0 0 8px;
    color: #075dcc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-hero h1[b-wed7m255ph] {
    margin: 0;
    color: #08265c;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.legal-lead[b-wed7m255ph] {
    max-width: 820px;
    margin: 18px 0 0;
    color: #526987;
    font-size: 18px;
    line-height: 1.75;
}

.legal-date[b-wed7m255ph] {
    margin: 18px 0 0;
    color: #71849f;
    font-size: 14px;
}

.legal-content[b-wed7m255ph] {
    padding: 42px 0 70px;
}

.legal-card[b-wed7m255ph] {
    background: #fff;
    border: 1px solid #dce8f7;
    border-radius: 22px;
    padding: clamp(24px, 5vw, 52px);
    box-shadow: 0 18px 55px rgba(15, 50, 100, .08);
}

.legal-summary[b-wed7m255ph] {
    margin-bottom: 36px;
    padding: 20px 22px;
    border-left: 4px solid #075dcc;
    border-radius: 12px;
    background: #f2f7ff;
}

.legal-summary strong[b-wed7m255ph] {
    display: block;
    margin-bottom: 6px;
    color: #08265c;
    font-size: 17px;
}

.legal-summary p[b-wed7m255ph] {
    margin: 0;
}

.legal-section[b-wed7m255ph] {
    padding: 28px 0;
    border-top: 1px solid #e7eef7;
}

.legal-section:first-of-type[b-wed7m255ph] {
    border-top: 0;
    padding-top: 0;
}

.legal-section h2[b-wed7m255ph] {
    margin: 0 0 14px;
    color: #08265c;
    font-size: clamp(21px, 2.5vw, 27px);
    line-height: 1.3;
}

.legal-section p[b-wed7m255ph],
.legal-section li[b-wed7m255ph],
.legal-summary p[b-wed7m255ph] {
    color: #536987;
    font-size: 16px;
    line-height: 1.78;
}

.legal-section p[b-wed7m255ph] {
    margin: 0 0 14px;
}

.legal-section p:last-child[b-wed7m255ph] {
    margin-bottom: 0;
}

.legal-section ul[b-wed7m255ph] {
    margin: 10px 0 0;
    padding-left: 22px;
}

.legal-section li + li[b-wed7m255ph] {
    margin-top: 8px;
}

.legal-section a[b-wed7m255ph] {
    color: #075dcc;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.legal-actions[b-wed7m255ph] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 34px;
    border-top: 1px solid #e7eef7;
}

.legal-primary[b-wed7m255ph],
.legal-secondary[b-wed7m255ph] {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.legal-primary[b-wed7m255ph] {
    background: #075dcc;
    color: #fff;
    box-shadow: 0 10px 24px rgba(7, 93, 204, .18);
}

.legal-secondary[b-wed7m255ph] {
    background: #eef5ff;
    color: #075dcc;
    border: 1px solid #cadef7;
}

.legal-primary:hover[b-wed7m255ph],
.legal-primary:focus-visible[b-wed7m255ph],
.legal-secondary:hover[b-wed7m255ph],
.legal-secondary:focus-visible[b-wed7m255ph] {
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 767px) {
    .legal-shell[b-wed7m255ph] {
        width: min(100% - 24px, 1120px);
    }

    .legal-hero[b-wed7m255ph] {
        padding: 34px 0 30px;
    }

    .legal-back[b-wed7m255ph] {
        margin-bottom: 20px;
    }

    .legal-lead[b-wed7m255ph] {
        font-size: 16px;
        line-height: 1.65;
    }

    .legal-content[b-wed7m255ph] {
        padding: 22px 0 40px;
    }

    .legal-card[b-wed7m255ph] {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .legal-summary[b-wed7m255ph] {
        padding: 16px;
        margin-bottom: 24px;
    }

    .legal-section[b-wed7m255ph] {
        padding: 22px 0;
    }

    .legal-section p[b-wed7m255ph],
    .legal-section li[b-wed7m255ph],
    .legal-summary p[b-wed7m255ph] {
        font-size: 15px;
        line-height: 1.72;
    }

    .legal-actions[b-wed7m255ph] {
        flex-direction: column;
    }

    .legal-primary[b-wed7m255ph],
    .legal-secondary[b-wed7m255ph] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .legal-hero h1[b-wed7m255ph] {
        font-size: 34px;
    }

    .legal-card[b-wed7m255ph] {
        padding: 20px 15px;
    }

    .legal-section ul[b-wed7m255ph] {
        padding-left: 19px;
    }
}
