/* Modern registration page aligned with the homepage content and video grid. */
body .pages-bbs:has(.register-modern) {
    width: calc(100% - 48px);
    max-width: 1400px;
    margin-top: 28px;
    padding: 28px;
    border-radius: 22px;
    background: #f6f8fb;
}
body .pages-bbs:has(.register-modern) > .row {align-items: flex-start;}
body .register-modern {padding-right: 28px;}
.register-modern .registration-intro,
.register-modern .register {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #e0e7ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(27,52,70,.06);
}
.register-modern .register {border-color: #a8c8e2;background: #bdd7ee;}
.register-modern .registration-intro h1 {margin: 0 0 10px;padding: 0;color: #214a9a;font-size: 2rem;}
.register-modern .registration-intro > p {margin: 0 0 16px;}
.register-modern .registration-profile-types {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 14px;margin: 18px 0;}
.register-modern .registration-profile-types > div {padding: 16px;border-radius: 12px;background: #edf4fa;border: 1px solid #d8e5ef;}
.register-modern .registration-profile-types strong,
.register-modern .registration-profile-types span {display: block;}
.register-modern .registration-profile-types strong {margin-bottom: 5px;color: #20364e;}
.register-modern .registration-profile-types span {color: #506477;font-size: .94rem;line-height: 1.5;}
.register-modern .registration-intro .note {margin: 16px 0 8px;padding: 14px 16px;border-left: 4px solid #85a8d2;border-radius: 8px;background: #f5f9fc;}
.register-modern .registration-intro .required-note {margin: 12px 0 0;}
.register-modern .register > .col-lg-8 {max-width: 100%;padding: 0;flex: 0 0 100%;}
.register-modern form {max-width: 820px;margin: 0 auto;}
.register-modern .form-group {margin-bottom: 18px;align-items: center;}
.register-modern .col-form-label {color: #20364e;font-weight: 600;}
.register-modern .form-control {min-height: 46px;border: 1px solid #cddbe7;border-radius: 8px;background-color: #fff;color: #20364e;box-shadow: none;}
.register-modern .form-control::placeholder {color: #6c7d8c;opacity: 1;}
.register-modern .form-control:focus {border-color: #6e9dcc;box-shadow: 0 0 0 3px rgba(110,157,204,.18);}
.register-modern .privacy {margin-left: auto;margin-right: auto;padding-left: 34px;}
.register-modern .cf-turnstile {max-width: 100%;}
.register-modern .form-group:last-child .col-sm-10 {max-width: 100%;padding: 0;flex: 0 0 100%;}
.register-modern .registration-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 12px 54px;
    border: 1px solid rgba(255,255,255,.5);
    border-bottom: 5px solid rgba(32,54,78,.28);
    border-radius: 9px;
    background: linear-gradient(145deg,#67df74,#4dd05c 60%,#2da73d);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: inset 0 3px 0 rgba(255,255,255,.3),0 8px 16px rgba(32,54,78,.18);
    transition: transform .18s ease,box-shadow .18s ease,filter .18s ease,border-width .18s ease;
}
.register-modern .registration-submit::after {content: '›';position: absolute;right: 14px;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;width: 26px;height: 26px;border-radius: 50%;background: #fff;color: #2da73d;font-size: 25px;font-weight: 400;line-height: 1;}
.register-modern .registration-submit:hover {transform: perspective(300px) rotateX(-5deg) translateY(-2px);filter: saturate(1.15) brightness(1.03);box-shadow: inset 0 3px 0 rgba(255,255,255,.34),0 11px 20px rgba(32,54,78,.23);}
.register-modern .registration-submit:active {transform: translateY(3px);border-bottom-width: 2px;}
body .pages-bbs:has(.register-modern) .sidebar-column {padding-left: 8px;}
body .pages-bbs:has(.register-modern) .sidebar-column h4 {margin: 4px 0 20px;color: #20364e;font-size: 20px;font-weight: 700;}
body .pages-bbs:has(.register-modern) .sidebar-column .card {border: 0;background: transparent;}
body .pages-bbs:has(.register-modern) .sidebar-column iframe {width: 100%;border-radius: 10px;}
@media (max-width: 991px) {
    body .pages-bbs:has(.register-modern) {width: calc(100% - 24px);padding: 18px;}
    body .register-modern {padding-right: 15px;}
    body .pages-bbs:has(.register-modern) .sidebar-column {padding-left: 15px;}
}
@media (max-width: 575px) {
    body .pages-bbs:has(.register-modern) {width: calc(100% - 12px);padding: 12px;border-radius: 14px;}
    .register-modern .registration-intro,.register-modern .register {padding: 16px;}
    .register-modern .registration-profile-types {grid-template-columns: 1fr;}
    .register-modern .form-group {display: block;}
    .register-modern .form-group > [class*='col-'] {max-width: 100%;padding-left: 15px;padding-right: 15px;}
}
@media (prefers-reduced-motion: reduce) {
    .register-modern .registration-submit {transition: none;}
    .register-modern .registration-submit:hover {transform: none;}
}
