.register-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(56, 176, 157, 0.12), transparent 28%),
        linear-gradient(135deg, #f7fffd 0%, #ffffff 48%, #f2fbf8 100%);
}

.register-hero {
    position: relative;
    min-height: 285px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(56, 176, 157, 0.18), transparent 32%),
        linear-gradient(135deg, #ecfffb 0%, #ffffff 55%, #f5fffd 100%);
    overflow: hidden;
    border-bottom: 1px solid rgba(56, 176, 157, 0.08);
}

.register-hero::before,
.register-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(56, 176, 157, 0.09);
}

.register-hero::before {
    width: 260px;
    height: 260px;
    right: -80px;
    top: 25px;
}

.register-hero::after {
    width: 170px;
    height: 170px;
    left: -60px;
    bottom: -60px;
}

.register-hero-inner {
    position: relative;
    padding: 2.5rem 0;
}

.register-kicker {
    display: inline-block;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(56, 176, 157, 0.11);
    color: #2b9b8a;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    margin-bottom: 0.85rem;
}

.register-title {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-size: clamp(2.15rem, 3.4vw, 3.65rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
    margin-bottom: 0.75rem;
}

.register-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #697386;
    font-size: 0.98rem;
    line-height: 1.75;
    font-weight: 500;
}

.register-content {
    max-width: 1120px;
    padding-top: 2.75rem;
    padding-bottom: 5rem;
}

.register-alert {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
    font-weight: 700;
    transition: opacity 0.5s ease;
}

.register-tabs {
    gap: 0.75rem;
}

.register-tabs .nav-link {
    border-radius: 999px;
    color: #38b09d;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.14);
    font-weight: 900;
    padding: 0.7rem 1.25rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

.register-tabs .nav-link.active {
    background: #38b09d;
    color: #ffffff;
    border-color: #38b09d;
}

.register-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.35rem;
    padding: 2rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.register-card-header {
    margin-bottom: 1.5rem;
}

.register-card-header h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    color: #172033;
    letter-spacing: -0.025em;
    margin-bottom: 0.35rem;
}

.register-card-header p {
    color: #697386;
    font-weight: 500;
    margin-bottom: 0;
}

.form-label {
    color: #172033;
    font-weight: 800;
    font-size: 0.9rem;
}

.form-control,
.form-select {
    border-radius: 0.85rem;
    border-color: rgba(15, 23, 42, 0.12);
    padding: 0.75rem 0.9rem;
    font-weight: 600;
}

.form-control:focus,
.form-select:focus {
    border-color: #38b09d;
    box-shadow: 0 0 0 0.2rem rgba(56, 176, 157, 0.14);
}

.form-control[readonly],
.form-control:disabled,
.form-select:disabled {
    background-color: rgba(15, 23, 42, 0.035);
    color: #697386;
}

.form-text,
small.text-muted {
    color: #697386 !important;
    font-weight: 500;
}

.register-checkbox {
    background: rgba(56, 176, 157, 0.06);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1rem;
    padding: 1rem;
}

.btn-register-primary {
    background: #38b09d;
    border-color: #38b09d;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-weight: 900;
}

.btn-register-primary:hover {
    background: #2b9b8a;
    border-color: #2b9b8a;
    color: #ffffff;
}

.btn-register-primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn-register-secondary {
    background: #172033;
    border-color: #172033;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-weight: 900;
}

.btn-register-secondary:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.register-loading {
    background: rgba(56, 176, 157, 0.06);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #38b09d;
    font-weight: 800;
    gap: 0.75rem;
}

.existing-details-card {
    background: rgba(56, 176, 157, 0.06);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1rem;
    padding: 1.25rem;
}

.existing-details-card h5 {
    font-family: "Outfit", sans-serif;
    color: #38b09d;
    font-weight: 900;
    margin-bottom: 1rem;
}

.existing-details-card p {
    margin-bottom: 0.55rem;
    color: #697386;
    font-weight: 600;
}

.existing-details-card p:last-child {
    margin-bottom: 0;
}

.registration-closed-card {
    max-width: 760px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.35rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.registration-closed-card img {
    max-width: 360px;
    width: 100%;
}

.registration-closed-card h4 {
    font-family: "Outfit", sans-serif;
    color: #f59e0b;
    font-weight: 900;
}

.registration-closed-card p {
    color: #697386;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 575px) {
    .register-hero-inner {
        padding: 3rem 0;
    }

    .register-title {
        letter-spacing: -0.035em;
    }

    .register-card {
        padding: 1.4rem;
    }

    .register-tabs {
        flex-direction: column;
    }

    .register-tabs .nav-item,
    .register-tabs .nav-link {
        width: 100%;
    }

    .btn-register-primary,
    .btn-register-secondary {
        width: 100%;
    }
}