/* PorteroQR · Alta de edificios */
body.registro-page {
    margin: 0;
    min-height: 100vh;
    color: #1d2b3d;
    background: #f4f7fb;
}

.registro-shell {
    width: min(100% - 32px, 1120px);
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(440px, 1.14fr);
    margin: 0 auto;
    padding: 40px 0;
    gap: 28px;
    align-items: center;
}

.registro-intro {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, #13243b, #1d5260);
    box-shadow: 0 18px 40px rgba(27, 52, 75, .2);
}

.registro-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 20px; }
.registro-brand__mark { display: block; width: 36px; height: 36px; flex: 0 0 auto; }
.registro-intro__eyebrow { margin: 58px 0 14px; color: #a9efc5; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.registro-intro h1 { max-width: 480px; margin: 0; color: #fff; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.registro-intro__text { max-width: 450px; margin: 20px 0 0; color: #e3f0f3; font-size: 16px; line-height: 1.6; }
.registro-benefits { display: grid; gap: 14px; padding: 0; margin: 34px 0 0; list-style: none; color: #e7f3f3; }
.registro-benefits li { display: flex; align-items: center; gap: 10px; }
.registro-benefits li::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #174331; background: #96e7b8; font-size: 13px; font-weight: 900; }

.registro-card { padding: 38px; border: 1px solid #e7edf4; border-radius: 24px; background: #fff; box-shadow: 0 16px 38px rgba(37, 55, 77, .08); }
.registro-card__header { margin-bottom: 26px; }
.registro-card__header h2 { margin: 0; color: #1a2a3d; font-size: 27px; letter-spacing: -.03em; }
.registro-card__header p { margin: 8px 0 0; color: #5f7490; font-size: 14px; line-height: 1.5; }
.registro-change-space { display: inline-block; margin-top: 12px; color: #167b64; font-size: 13px; font-weight: 800; }
.registro-google { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid #cfdbe9; border-radius: 11px; background: #fff; color: #26384d; font-size: 14px; font-weight: 800; text-decoration: none; }
.registro-google:hover { color: #26384d; border-color: #aebfd2; background: #f8fafc; }
.registro-google__icon { display: block !important; width: 20px !important; min-width: 20px !important; max-width: 20px !important; height: 20px !important; max-height: 20px !important; }
.registro-oauth-separator { display: flex; align-items: center; gap: 10px; margin: 17px 0; color: #8290a2; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.registro-oauth-separator::before, .registro-oauth-separator::after { flex: 1; height: 1px; background: #e3eaf2; content: ""; }
.registro-google-status { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding: 11px 13px; border: 1px solid #bce5d7; border-radius: 10px; color: #21664f; background: #effbf6; font-size: 13px; font-weight: 700; }
.registro-google-status span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: #4285f4; font-size: 13px; }
.registro-section { padding: 23px 0; border-top: 1px solid #e8eef5; }
.registro-section:first-of-type { padding-top: 0; border-top: 0; }
.registro-section h3 { margin: 0 0 5px; color: #26384d; font-size: 16px; }
.registro-section__hint { margin: 0 0 14px; color: #627894; font-size: 13px; }
.registro-fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.registro-field { margin-top: 14px; }
.registro-fields-grid .registro-field { margin-top: 0; }
.registro-field label { display: block; margin-bottom: 6px; color: #2d435f; font-size: 13px; font-weight: 800; }
.registro-field label span { color: #687f9c; font-weight: 600; }
.registro-field input { width: 100%; height: 44px; padding: 0 13px; border: 1px solid #b9cbdf; border-radius: 10px; color: #1e334d; background: #fcfdff; font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s, background .2s; }
.registro-field input::placeholder { color: #a7b2c0; }
.registro-field input:focus { outline: 0; border-color: #315ce4; background: #fff; box-shadow: 0 0 0 4px rgba(49,92,228,.14); }
.registro-password { position: relative; }
.registro-password input { padding-right: 48px; }
.registro-password button { position: absolute; top: 50%; right: 8px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 8px; color: #64758b; background: transparent; cursor: pointer; transform: translateY(-50%); }
.registro-password button:hover { color: #2753dc; background: #edf2ff; }
.registro-ref input { text-transform: uppercase; }
.registro-map { height: 255px; overflow: hidden; border: 1px solid #b9cbdf; border-radius: 12px; background: #edf2f7; }
.registro-map-help { margin: 8px 0 0; color: #6b7e96; font-size: 12px; line-height: 1.5; }
.registro-switch { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 13px; border: 1px solid #dce8f3; border-radius: 11px; background: #f8fbff; }
.registro-switch input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #315ce4; }
.registro-switch label { color: #39506b; font-size: 13px; line-height: 1.45; font-weight: 700; }
.registro-submit { width: 100%; min-height: 52px; margin-top: 25px; border: 0; border-radius: 11px; color: #fff; background: #3461e8; box-shadow: 0 9px 18px rgba(52,97,232,.25); cursor: pointer; font: inherit; font-weight: 800; font-size: 15px; transition: transform .2s, background .2s; }
.registro-submit:hover { background: #244fd2; transform: translateY(-1px); }
.registro-error { margin: 0 0 18px; padding: 12px 14px; border: 1px solid #f5cccc; border-radius: 10px; color: #a42626; background: #fff1f1; font-size: 14px; }
.registro-login { margin: 18px 0 0; color: #718198; text-align: center; font-size: 14px; }
.registro-login a { color: #315ce4; font-weight: 800; }
.brand-origin { margin-top: auto; padding-top: 34px; color: #8ca4ac; font-size: 13px; }
.brand-origin--light { color: #abc2c8; }

@media (max-width: 820px) {
    .registro-shell { grid-template-columns: 1fr; padding: 18px 0 32px; gap: 18px; }
    .registro-intro { min-height: auto; padding: 30px 27px; }
    .registro-intro__eyebrow { margin-top: 33px; }
    .registro-intro h1 { font-size: 32px; }
    .registro-benefits { grid-template-columns: 1fr 1fr; margin-top: 26px; font-size: 13px; }
    .brand-origin { margin-top: 26px; padding-top: 0; }
    .registro-card { padding: 28px 22px; }
    .registro-fields-grid { grid-template-columns: 1fr; gap: 0; }
    .registro-fields-grid .registro-field { margin-top: 14px; }
}

@media (max-width: 480px) {
    .registro-shell { width: min(100% - 20px, 1120px); }
    .registro-intro { padding: 25px 21px; border-radius: 18px; }
    .registro-intro__text { font-size: 14px; }
    .registro-benefits { grid-template-columns: 1fr; }
    .registro-card { padding: 25px 18px; border-radius: 18px; }
}
