.jx-register-page {
    --register-navy: #062e39;
    --register-blue: #054495;
    --register-sky: #1c97d5;
    --register-line: #06c755;
    background: #f5f8fb;
    color: var(--register-navy);
    overflow: hidden;
}

.jx-register-hero {
    position: relative;
    isolation: isolate;
    min-height: 300px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(3, 35, 52, .96) 0%, rgba(5, 68, 149, .88) 52%, rgba(5, 68, 149, .25) 100%),
        url('../img/about-maritime/about-sea-banner.webp') center 58% / cover no-repeat;
}

.jx-register-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    z-index: -1;
    background: linear-gradient(90deg, var(--register-sky), #fff 48%, transparent 80%);
    opacity: .75;
}

.jx-register-hero__content {
    position: relative;
    max-width: 720px;
    padding: 64px 0;
    color: #fff;
    z-index: 2;
}

.jx-register-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--register-sky);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
}

.jx-register-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.jx-register-hero h1 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.1;
}

.jx-register-hero p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.8;
}

.jx-register-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 22px;
    font-size: 14px;
}

.jx-register-breadcrumb a { color: #fff; text-decoration: none; }
.jx-register-breadcrumb a:hover { color: #70cfff; }
.jx-register-breadcrumb span { color: #70cfff; }
.jx-register-breadcrumb i { font-size: 10px; opacity: .7; }

.jx-register-hero__glow {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    z-index: -1;
    animation: jx-register-pulse 5s ease-in-out infinite;
}

.jx-register-hero__glow--one { width: 180px; height: 180px; right: 11%; top: 20px; }
.jx-register-hero__glow--two { width: 90px; height: 90px; right: 5%; bottom: 25px; animation-delay: -2s; }

.jx-register-section {
    position: relative;
    padding: 100px 0 110px;
}

.jx-register-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(6, 46, 57, .14);
    z-index: 2;
}

.jx-register-visual {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 58px 48px;
    overflow: hidden;
    color: #fff;
    background: url('../img/about-maritime/about-sea-banner.webp') center / cover no-repeat;
}

.jx-register-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 46, 57, .18), rgba(6, 46, 57, .96) 76%);
}

.jx-register-visual__content { position: relative; z-index: 2; }
.jx-register-eyebrow--light { color: #70cfff; }

.jx-register-visual h2 {
    margin: 2px 0 19px;
    color: #fff;
    font-size: clamp(31px, 3vw, 45px);
    line-height: 1.25;
    font-weight: 800;
}

.jx-register-visual p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.8;
}

.jx-register-visual ul { margin: 0; padding: 0; list-style: none; }
.jx-register-visual li { display: flex; gap: 10px; margin-top: 13px; font-weight: 600; }
.jx-register-visual li i { color: #70cfff; margin-top: 5px; }

.jx-register-route {
    position: absolute;
    top: 70px;
    left: 46px;
    right: 46px;
    z-index: 2;
}

.jx-register-route span {
    display: block;
    width: 78%;
    border-top: 2px dashed rgba(255, 255, 255, .48);
    transform: rotate(-5deg);
}

.jx-register-route i {
    position: absolute;
    top: -20px;
    left: 0;
    color: #70cfff;
    font-size: 25px;
    animation: jx-register-ship 6s ease-in-out infinite;
}

.jx-register-card { padding: 54px clamp(30px, 5vw, 72px) 58px; }

.jx-register-card__heading { margin-bottom: 29px; }
.jx-register-card__heading h2 { margin: 0; color: var(--register-navy); font-size: 38px; font-weight: 800; }
.jx-register-card__heading p { margin: 8px 0 0; color: #6d7d84; }

.jx-register-logo { display: none; margin: 0 auto 22px; }
.jx-register-logo img { max-width: 190px; max-height: 64px; object-fit: contain; }

.jx-register-line-notice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    margin-bottom: 28px;
    padding: 14px 15px;
    border: 1px solid rgba(6, 199, 85, .25);
    border-radius: 10px;
    background: #f2fff7;
}

.jx-register-line-notice__icon {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--register-line);
    font-size: 23px;
}

.jx-register-line-notice strong,
.jx-register-line-notice span { display: block; }
.jx-register-line-notice strong { color: #134c2d; font-size: 14px; }
.jx-register-line-notice span { margin-top: 3px; color: #678174; font-size: 12px; line-height: 1.45; }
.jx-register-line-notice > a { padding: 7px 11px; border-radius: 6px; color: #fff; background: var(--register-line); font-size: 12px; font-weight: 700; text-decoration: none; }

.jx-register-support__dropdown { justify-self: end; }

.jx-register-support__button {
    min-height: 38px;
    padding: 8px 14px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--register-line);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.jx-register-support__dropdown .dropdown-menu {
    min-width: 165px;
    padding: 7px;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 15px 38px rgba(6, 46, 57, .16);
}

.jx-register-support__dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    border-radius: 6px;
    color: var(--register-navy);
    font-size: 13px;
    font-weight: 700;
}

.jx-register-support__dropdown .fa-line,
.jx-register-support__dropdown .fa-weixin { color: var(--register-line); font-size: 18px; }

.jx-register-form { display: grid; gap: 18px; }
.jx-register-field label { display: block; margin-bottom: 8px; color: var(--register-navy); font-size: 14px; font-weight: 700; }
.jx-register-field label sup { margin-left: 3px; color: #e24a4a; }
.jx-register-field label small { color: #839198; font-weight: 500; }

.jx-register-input,
.jx-register-select {
    position: relative;
    display: flex;
    align-items: center;
}

.jx-register-input > i,
.jx-register-select > i {
    position: absolute;
    left: 17px;
    z-index: 2;
    color: var(--register-sky);
    font-size: 15px;
    pointer-events: none;
}

.jx-register-input input,
.jx-register-select select {
    width: 100%;
    height: 52px;
    padding: 0 46px;
    border: 1px solid #dbe5e9;
    border-radius: 8px;
    outline: none;
    color: var(--register-navy);
    background: #fff;
    font-size: 14px;
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.jx-register-input input::placeholder { color: #9ba8ad; }
.jx-register-input input:focus,
.jx-register-select select:focus { border-color: var(--register-sky); box-shadow: 0 0 0 4px rgba(28, 151, 213, .11); background: #fbfeff; }

.jx-register-select select { appearance: auto; padding-right: 12px; color: #db4a4a; }
.jx-register-select select.has-value { color: var(--register-navy); }

.jx-register-phone { display: grid; grid-template-columns: minmax(190px, .78fr) minmax(230px, 1.22fr); gap: 10px; }

.jx-register-input.check-password .eye {
    right: 16px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #789097;
}

.jx-register-input.check-password .eye i { position: static; }

.jx-register-submit {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 5px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--register-blue);
    font-weight: 800;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.jx-register-submit > span,
.jx-register-submit > i { position: relative; z-index: 2; }
.jx-register-submit:hover { transform: translateY(-2px); box-shadow: 0 13px 25px rgba(5, 68, 149, .24); }
.jx-register-submit:disabled { cursor: wait; opacity: .75; }
.jx-register-submit .hover-btn { position: absolute; width: 26%; height: 100%; top: 100%; z-index: 1; background: var(--register-sky); transition: top .35s ease; }
.jx-register-submit .hover-bx { left: 0; }
.jx-register-submit .hover-bx2 { left: 25%; transition-delay: .04s; }
.jx-register-submit .hover-bx3 { left: 50%; transition-delay: .08s; }
.jx-register-submit .hover-bx4 { left: 75%; transition-delay: .12s; }
.jx-register-submit:hover .hover-btn { top: 0; }

.jx-register-divider { display: flex; align-items: center; gap: 15px; color: #93a1a6; font-size: 12px; }
.jx-register-divider::before,
.jx-register-divider::after { content: ""; flex: 1; height: 1px; background: #e3eaed; }
.jx-register-social .google-btn { min-height: 48px; display: flex !important; align-items: center; justify-content: center; border-color: #dbe5e9; border-radius: 8px; color: var(--register-navy); }
.jx-register-social .google-btn:hover { color: var(--register-blue); border-color: var(--register-sky); background: #f4fbff; }

.jx-register-login-link { margin: 2px 0 0; text-align: center; color: #718187; font-size: 14px; }
.jx-register-login-link a { margin-left: 4px; color: var(--register-blue); font-weight: 800; text-decoration: none; }
.jx-register-login-link a:hover { color: var(--register-sky); }

.jx-register-decoration { position: absolute; pointer-events: none; }
.jx-register-decoration--dots { width: 170px; height: 170px; top: 55px; left: 2%; opacity: .42; background-image: radial-gradient(var(--register-sky) 2px, transparent 2px); background-size: 18px 18px; animation: jx-register-float 6s ease-in-out infinite; }
.jx-register-decoration--container { width: min(360px, 27vw); right: -95px; bottom: 5px; opacity: .12; animation: jx-register-float 7s ease-in-out infinite reverse; }

@keyframes jx-register-pulse { 50% { transform: scale(1.1); opacity: .5; } }
@keyframes jx-register-float { 50% { transform: translateY(-15px); } }
@keyframes jx-register-ship { 0%, 10% { left: 0; } 80%, 100% { left: 75%; } }

@media (max-width: 1199px) {
    .jx-register-hero { min-height: 265px; }
    .jx-register-shell { grid-template-columns: minmax(300px, .75fr) minmax(490px, 1.25fr); }
    .jx-register-visual { padding: 45px 32px; }
    .jx-register-card { padding-left: 38px; padding-right: 38px; }
}

@media (max-width: 991px) {
    .jx-register-section { padding: 70px 0 80px; }
    .jx-register-shell { max-width: 700px; grid-template-columns: 1fr; }
    .jx-register-visual { min-height: 430px; }
    .jx-register-logo { display: inline-block; }
}

@media (max-width: 575px) {
    .jx-register-hero { min-height: 245px; }
    .jx-register-hero__content { padding: 45px 0; }
    .jx-register-hero h1 { font-size: 36px; }
    .jx-register-hero p { font-size: 15px; }
    .jx-register-section { padding: 40px 0 55px; }
    .jx-register-shell { margin: 0 2px; border-radius: 12px; }
    .jx-register-visual { min-height: 360px; padding: 35px 24px; }
    .jx-register-route { left: 24px; right: 24px; }
    .jx-register-card { padding: 36px 20px 42px; }
    .jx-register-card__heading h2 { font-size: 32px; }
    .jx-register-line-notice { grid-template-columns: auto 1fr; }
    .jx-register-support__dropdown { grid-column: 1 / -1; width: 100%; }
    .jx-register-support__button { width: 100%; }
    .jx-register-phone { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .jx-register-page *, .jx-register-page *::before, .jx-register-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
