.auth-page,
.profile-page {
    background:
        radial-gradient(circle at 8% 36%, rgba(102, 31, 240, 0.08), transparent 18rem),
        radial-gradient(circle at 92% 38%, rgba(139, 74, 247, 0.11), transparent 20rem),
        #fbfaff;
}

.auth-main,
.profile-main {
    padding-top: var(--nav-height);
}

.auth-main {
    min-height: calc(100vh - var(--nav-height));
}

.lucide-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: middle;
}

.register-shell {
    padding: 24px 0 30px;
}

.auth-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #596085;
    font-size: 13px;
    font-weight: 600;
}

.auth-breadcrumb span:last-child,
.auth-breadcrumb a:hover {
    color: var(--purple);
}

.register-hero {
    display: grid;
    min-height: 104px;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    gap: 20px;
}

.no-education-visual .register-hero {
    grid-template-columns: 1fr;
}

.register-hero h1,
.login-card h1,
.profile-heading h1 {
    margin: 0;
    color: var(--purple-dark);
    font-size: clamp(32px, 3.8vw, 46px);
    line-height: 1.02;
    letter-spacing: 0;
}

.register-hero p,
.profile-heading p,
.login-copy p {
    margin: 10px 0 0;
    color: #646989;
    font-size: 17px;
}

.register-login-prompt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 12px 0 0;
    color: #6a6f91;
    font-size: 15px;
    font-weight: 600;
}

.register-login-prompt a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--purple);
    font-weight: 800;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.register-login-prompt a span {
    display: inline-block;
    transition: transform 180ms ease;
}

.register-login-prompt a:hover,
.register-login-prompt a:focus-visible {
    color: #4f18d8;
    transform: translateX(1px);
}

.register-login-prompt a:hover span,
.register-login-prompt a:focus-visible span {
    transform: translateX(3px);
}

.register-login-prompt a:focus-visible {
    border-radius: 999px;
    outline: 3px solid rgba(102, 31, 240, 0.2);
    outline-offset: 3px;
}

.education-visual {
    width: clamp(220px, 26vw, 420px);
    max-width: 100%;
    justify-self: end;
    object-fit: contain;
    object-position: top right;
    pointer-events: none;
    user-select: none;
    opacity: 0.95;
    filter: drop-shadow(0 18px 18px rgba(102, 31, 240, 0.12));
}

.stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(830px, 100%);
    gap: 22px;
    padding: 0;
    margin: 10px auto 20px;
    list-style: none;
}

.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #6d728e;
    font-size: 14px;
    font-weight: 800;
}

.stepper-item:not(:last-child)::after {
    position: absolute;
    right: calc(-100% + 52px);
    left: 52px;
    top: 50%;
    z-index: 0;
    height: 2px;
    border-radius: 999px;
    background: #d8d9e8;
    content: "";
    transform: translateY(-50%);
}

.stepper-item span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: #fff;
}

.stepper-item strong {
    position: relative;
    z-index: 1;
    padding-right: 8px;
    background: #fbfaff;
}

.stepper-item.is-active,
.stepper-item.is-complete {
    color: var(--purple);
}

.stepper-item.is-active span,
.stepper-item.is-complete span {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #5f18ef, #8b4af7);
    box-shadow: 0 10px 18px rgba(102, 31, 240, 0.24);
}

.stepper-item.is-complete span {
    font-size: inherit;
}

.stepper-item.is-complete span::before {
    content: none;
    font-size: 17px;
}

.stepper-item.is-complete::after {
    background: linear-gradient(90deg, #661ff0, #bfa4ff);
}

.stepper-item.is-complete span::before {
    content: none;
}

.step-check {
    width: 18px;
    height: 18px;
}

.register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    align-items: stretch;
    gap: 24px;
}

.register-card,
.plan-summary-card,
.login-card,
.account-card,
.activation-card,
.locked-card {
    min-width: 0;
    border: 1px solid rgba(102, 31, 240, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow:
        0 16px 34px rgba(39, 18, 97, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
}

.register-card {
    min-height: 420px;
    padding: 24px 36px;
}

.register-step {
    display: none;
}

.register-step.is-active {
    display: grid;
    gap: 15px;
    animation: authFade 220ms ease both;
}

.register-step[data-step-panel="3"].is-active {
    gap: 12px;
}

@keyframes authFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.register-step h2,
.plan-summary-card h2,
.account-card h2 {
    margin: 0 0 4px;
    color: var(--purple-dark);
    font-size: 19px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.2;
}

.section-title-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(102, 31, 240, 0.15);
    border-radius: 8px;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 22px rgba(102, 31, 240, 0.12);
}

.section-title-icon .lucide-icon {
    width: 26px;
    height: 26px;
    stroke-width: 2;
}

.register-card label,
.login-form label {
    display: grid;
    gap: 8px;
    color: #121842;
    font-size: 14px;
    font-weight: 800;
}

.register-card input,
.register-card select,
.login-form input {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(80, 86, 132, 0.2);
    border-radius: 6px;
    padding: 0 15px;
    color: #252a54;
    background: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    outline: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.register-card input::placeholder,
.login-form input::placeholder {
    color: #6a6f8f;
    font-weight: 500;
}

.register-card input:focus,
.register-card select:focus,
.login-form input:focus {
    border-color: rgba(102, 31, 240, 0.62);
    box-shadow: 0 0 0 3px rgba(102, 31, 240, 0.1);
}

.field-with-icon,
.phone-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid rgba(80, 86, 132, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.82);
}

.field-with-icon input,
.phone-field input,
.phone-field select {
    border: 0;
    background: transparent;
}

.field-with-icon button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    color: #62678a;
    background: transparent;
    cursor: pointer;
}

.field-with-icon button .lucide-icon {
    width: 18px;
    height: 18px;
}

.phone-field {
    grid-template-columns: 128px minmax(0, 1fr);
}

.phone-field select {
    border-right: 1px solid rgba(80, 86, 132, 0.16);
    border-radius: 6px 0 0 6px;
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
}

.form-actions.is-end {
    justify-content: flex-end;
}

.auth-primary,
.auth-secondary {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 6px;
    padding: 0 30px;
    font-weight: 700;
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        scale 120ms ease;
}

.auth-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #5b13ed, #8f43ff);
    box-shadow: 0 12px 24px rgba(102, 31, 240, 0.26);
}

.auth-secondary {
    border: 1px solid rgba(102, 31, 240, 0.42);
    color: var(--purple);
    background: rgba(255, 255, 255, 0.82);
}

.auth-primary:hover,
.auth-secondary:hover {
    transform: translateY(-2px);
}

.auth-primary:active,
.auth-secondary:active {
    scale: 0.98;
}

.auth-final {
    flex: 1;
    min-height: 54px;
    font-size: 22px;
}

.auth-final .lucide-icon {
    width: 30px;
    height: 30px;
    stroke-width: 3;
}

.plan-summary-card {
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    align-self: stretch;
    gap: 14px;
    height: 100%;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
        radial-gradient(circle at 100% 0, rgba(102, 31, 240, 0.08), transparent 15rem);
    border-color: rgba(102, 31, 240, 0.14);
    box-shadow:
        0 18px 42px rgba(39, 18, 97, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.plan-summary-card h2,
.empty-plan h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
}

.plan-summary-card h2 .lucide-icon,
.empty-plan h2 .lucide-icon {
    display: grid;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(102, 31, 240, 0.15);
    border-radius: 8px;
    padding: 10px;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 22px rgba(102, 31, 240, 0.12);
    fill: none;
    stroke-width: 2.25;
}

.selected-plan {
    display: grid;
    grid-template-columns: clamp(58px, 6vw, 84px) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 106px;
    border: 1.5px solid rgba(102, 31, 240, 0.72);
    border-radius: 8px;
    padding: 8px;
    background:
        radial-gradient(circle at 102% 0, rgba(143, 67, 255, 0.18), transparent 10rem),
        linear-gradient(118deg, rgba(255, 255, 255, 0.99), rgba(250, 246, 255, 0.96) 52%, rgba(246, 237, 255, 0.93));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 0 26px rgba(102, 31, 240, 0.045),
        0 12px 30px rgba(102, 31, 240, 0.09);
}

.plan-icon {
    position: relative;
    display: grid;
    width: clamp(58px, 6vw, 84px);
    height: clamp(58px, 6vw, 84px);
    place-items: center;
    justify-self: start;
    overflow: visible;
    clip-path: none;
    color: #fff;
    background: transparent;
    filter: drop-shadow(0 15px 20px rgba(102, 31, 240, 0.3));
}

.plan-icon::before {
    content: none;
}

.plan-icon::after {
    content: none;
}

.plan-icon .lucide-icon {
    position: relative;
    z-index: 1;
    width: 31px;
    height: 31px;
    stroke-width: 2.1;
}

.plan-badge-img {
    display: block;
    width: clamp(64px, 6.1vw, 92px);
    height: clamp(58px, 6vw, 84px);
    flex-shrink: 0;
    object-fit: contain;
    object-position: center;
}

.selected-plan h3 {
    margin: 0 0 8px;
    color: var(--purple-dark);
    font-size: 20px;
    line-height: 1.05;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.selected-plan strong {
    color: #7b00ff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.selected-plan .price-currency {
    color: #7b00ff;
    font-size: 23px;
    font-weight: 800;
}

.selected-plan .price-period {
    color: var(--purple-dark);
    font-size: 18px;
    font-weight: 750;
}

.plan-summary-card > strong {
    margin-top: 4px;
    color: var(--purple-dark);
    font-size: 17px;
}

.benefit-list {
    display: grid;
    gap: 0;
    align-self: start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.benefit-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 42px;
    border-bottom: 1px solid rgba(80, 86, 132, 0.12);
    color: #30365f;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.benefit-list li:last-child {
    border-bottom: 0;
}

.benefit-list li::before {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--purple);
    content: none;
    font-size: 12px;
}

.empty-plan {
    display: grid;
    gap: 14px;
    color: #606683;
    line-height: 1.55;
}

.benefit-list li::before {
    content: none;
}

.benefit-list li > .lucide-icon {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #5e18ef, #7f34ff);
    padding: 5px;
    stroke-width: 3;
    box-shadow: 0 7px 13px rgba(102, 31, 240, 0.2);
}

.summary-list {
    overflow: hidden;
    border: 1px solid rgba(80, 86, 132, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.summary-row {
    display: grid;
    grid-template-columns: minmax(200px, 0.78fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(80, 86, 132, 0.12);
    color: #1a2048;
}

.summary-row:last-child {
    border-bottom: 0;
}
.payment-note strong,
.secure-note strong {
    font-weight: 700;
}
.payment-note span,
.secure-note p {
    font-size: 14px;
} 
.summary-label {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #56607f;
    font-weight: 600;
}

.summary-label .lucide-icon {
    width: 23px;
    height: 23px;
    color: #6825fc;
    stroke-width: 2;
}

.summary-row strong {
    color: #17204e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.register-step[data-step-panel="3"] .summary-row {
    padding-block: 10px;
}

.register-step[data-step-panel="3"] .payment-note,
.register-step[data-step-panel="3"] .secure-note {
    min-height: 0;
    padding: 10px 16px;
}

.register-step[data-step-panel="3"] .payment-note > .lucide-icon,
.register-step[data-step-panel="3"] .secure-note > span {
    width: 46px;
    height: 46px;
    padding: 12px;
}

.register-step[data-step-panel="3"] .form-actions {
    margin-top: 8px;
}

.payment-note,
.secure-note {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(102, 31, 240, 0.16);
    border-radius: 8px;
    padding: 12px 16px;
    color: #5f6380;
    background: rgba(248, 244, 255, 0.76);
    line-height: 1.45;
}

.payment-note {
    display: flex;
}

.payment-note > .lucide-icon {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    border-radius: 8px;
    padding: 14px;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(102, 31, 240, 0.12);
}

.payment-note div {
    display: grid;
    gap: 3px;
}

.payment-note strong,
.secure-note strong {
    color: var(--purple);
}

.secure-note p {
    margin: 4px 0 0;
}

.secure-note > span {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(102, 31, 240, 0.12);
    padding: 13px;
}

.trust-row {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-top: 22px;
    color: #626989;
    font-size: 14px;
    font-weight: 650;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trust-row .lucide-icon {
    width: 17px;
    height: 17px;
}

.login-main {
    display: grid;
    align-items: center;
}

.login-shell {
    padding: 34px 0;
}

.login-card {
    display: grid;
    width: min(860px, 100%);
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    margin: 10px auto 0;
    padding: 34px;
}

.login-copy {
    display: grid;
    align-content: center;
    gap: 12px;
}

.login-copy img {
    width: 132px;
}

.login-form {
    display: grid;
    gap: 16px;
}

.forgot-link {
    justify-self: end;
    color: var(--purple);
    font-size: 13px;
    font-weight: 750;
}

.form-message {
    min-height: 20px;
    margin: 0;
    color: #c53255;
    font-size: 13px;
    font-weight: 750;
}

.social-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 2px 0 -2px;
    color: #717695;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.social-divider::before,
.social-divider::after {
    height: 1px;
    flex: 1 1 auto;
    background: rgba(80, 86, 132, 0.16);
    content: "";
}

.social-divider span {
    flex: 0 0 auto;
}

.social-login-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.social-btn {
    display: inline-flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(80, 86, 132, 0.18);
    border-radius: 6px;
    padding: 0 14px;
    color: #20264f;
    background: rgba(255, 255, 255, 0.9);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.social-btn svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(39, 18, 97, 0.1);
}

.social-btn:focus-visible {
    outline: 3px solid rgba(102, 31, 240, 0.18);
    outline-offset: 2px;
}

.social-btn-google:hover {
    border-color: rgba(66, 133, 244, 0.42);
}

.social-btn-facebook:hover {
    border-color: rgba(24, 119, 242, 0.46);
}

.profile-main {
    background: #fbfaff;
}

.profile-dashboard {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: calc(100vh - var(--nav-height));
}

.profile-sidebar {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 22px;
    border-right: 1px solid rgba(102, 31, 240, 0.12);
    padding: 24px 18px;
    background: rgba(255, 255, 255, 0.72);
}

.profile-logo img {
    width: 136px;
}

.dashboard-menu {
    display: grid;
    align-content: start;
    gap: 10px;
}

.dashboard-menu a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 50px;
    border-radius: 8px;
    padding: 0 14px;
    color: #a2a4bd;
    font-size: 14px;
    font-weight: 700;
}

.dashboard-menu a.is-active {
    color: var(--purple);
    background: linear-gradient(135deg,#db27c31a, #9842d251 );
    box-shadow: inset 3px 0 0 var(--purple), 0 10px 24px rgba(102, 31, 240, 0.1);
}

.dashboard-menu a:not(.is-active):hover {
    color: var(--purple);
    background: rgba(102, 31, 240, 0.05);
}

.dashboard-menu a > .lucide-icon:first-child {
    width: 20px;
    height: 20px;
}

.dashboard-menu .is-locked::after {
    content: none;
}

.dashboard-menu .menu-lock {
    margin-left: auto;
    width: 16px;
    height: 16px;
}

.dashboard-menu .is-locked::after {
    margin-left: auto;
    content: none;
    font-size: 13px;
}

.help-card {
    display: grid;
    gap: 5px;
    border: 1px solid rgba(102, 31, 240, 0.12);
    border-radius: 8px;
    padding: 15px;
    color: var(--purple-dark);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 24px rgba(39, 18, 97, 0.07);
}

.help-card span {
    color: #69708c;
    font-size: 12px;
    line-height: 1.4;
}

.profile-content {
    min-width: 0;
}

.profile-topbar {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(102, 31, 240, 0.08);
    padding: 0 34px;
    background: rgba(255, 255, 255, 0.7);
}

.profile-topbar div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.profile-topbar button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    color: var(--purple-dark);
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

.profile-topbar button .lucide-icon {
    width: 20px;
    height: 20px;
}

.avatar-dot {
    width: 42px;
    height: 42px;
    border: 3px solid rgba(102, 31, 240, 0.1);
    border-radius: 50%;
    background:
        radial-gradient(circle at 72% 80%, #35c96f 0 4px, transparent 5px),
        linear-gradient(135deg, #f3c7a8, #ead6ff);
}

.profile-body {
    display: grid;
    gap: 18px;
    padding: 32px;
}

.profile-heading h1 {
    font-size: clamp(30px, 3vw, 42px);
}

.activation-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 270px;
    align-items: center;
    gap: 22px;
    padding: 26px 30px;
}

.activation-icon {
    display: grid;
    width: 112px;
    height: 112px;
    place-items: center;
    border-radius: 50%;
    color: var(--purple);
    background: radial-gradient(circle, rgba(102, 31, 240, 0.16), rgba(255, 255, 255, 0.9));
    box-shadow: 0 14px 24px rgba(102, 31, 240, 0.12);
    font-size: 58px;
}

.activation-icon .lucide-icon {
    width: 58px;
    height: 58px;
}

.activation-copy {
    display: grid;
    gap: 12px;
}

.status-line {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.status-line h2 {
    margin: 0;
    color: var(--purple);
    font-size: 27px;
}

.status-line span {
    border: 1px solid rgba(244, 145, 37, 0.3);
    border-radius: 999px;
    padding: 6px 12px;
    color: #d36b12;
    background: rgba(255, 151, 47, 0.1);
    font-size: 12px;
    font-weight: 850;
}

.activation-progress {
    width: min(320px, 100%);
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(102, 31, 240, 0.12);
}

.activation-progress span {
    display: block;
    width: 36%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #5b13ed, #8f43ff);
}

.activation-copy p {
    max-width: 620px;
    margin: 0;
    color: #535a7c;
    line-height: 1.55;
}

.whatsapp-btn {
    width: fit-content;
    min-height: 46px;
}

.pending-student {
    width: 310px;
    max-height: 250px;
    justify-self: end;
    object-fit: contain;
    object-position: right bottom;
}

.account-card {
    overflow: hidden;
}

.account-card h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(80, 86, 132, 0.13);
}

.account-card h2 span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #5b13ed, #8f43ff);
}

.account-card h2 span .lucide-icon,
.account-card h2 > .lucide-icon {
    width: 20px;
    height: 20px;
}

.account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    min-width: 0;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(80, 86, 132, 0.12);
}

.account-item:nth-child(odd) {
    border-right: 1px solid rgba(80, 86, 132, 0.12);
}

.account-item span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #747899;
    font-weight: 750;
}

.account-item span .lucide-icon {
    width: 18px;
    height: 18px;
    color: var(--purple);
}

.account-item strong {
    min-width: 0;
    color: var(--purple-dark);
    overflow-wrap: anywhere;
}

.locked-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.locked-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 96px;
    padding: 18px 20px;
    background:
        radial-gradient(circle at 82% 18%, rgba(102, 31, 240, 0.1), transparent 8rem),
        rgba(255, 255, 255, 0.76);
}

.locked-card::after {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #7c75aa;
    content: none;
}

.locked-card .locked-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(39, 18, 97, 0.12);
    font-size: 28px;
}

.locked-card h3 {
    margin: 0 0 6px;
    color: var(--purple-dark);
    font-size: 16px;
}

.locked-card p {
    margin: 0;
    color: #6f7391;
    font-size: 13px;
}

.auth-primary .lucide-icon,
.auth-secondary .lucide-icon {
    width: 19px;
    height: 19px;
}

.secure-note > .note-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: var(--purple);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(102, 31, 240, 0.12);
    padding: 13px;
}

.account-title-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #5b13ed, #8f43ff);
    padding: 7px;
}

.locked-card::after {
    content: none;
}

.locked-state {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #7c75aa;
}

.locked-state .lucide-icon {
    width: 16px;
    height: 16px;
}

.locked-card .locked-icon .lucide-icon {
    width: 30px;
    height: 30px;
}

.account-card h2 > .account-title-icon {
    width: 34px;
    height: 34px;
    padding: 7px;
}

@media (max-width: 1120px) {
    .register-grid {
        grid-template-columns: minmax(0, 1fr) 340px;
    }

    .activation-card {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .pending-student {
        display: none;
    }

    .locked-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .register-hero {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
        min-height: 0;
    }

    .education-visual {
        width: clamp(180px, 28vw, 240px);
        opacity: 0.78;
    }

    .register-grid,
    .login-card,
    .profile-dashboard {
        grid-template-columns: 1fr;
    }

    .profile-sidebar {
        position: static;
        grid-template-rows: auto;
        gap: 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(102, 31, 240, 0.12);
    }

    .dashboard-menu {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .dashboard-menu a {
        min-width: max-content;
    }

    .help-card {
        display: none;
    }

    .profile-topbar {
        display: none;
    }

    .account-grid {
        grid-template-columns: 1fr;
    }

    .account-item:nth-child(odd) {
        border-right: 0;
    }
}

@media (max-width: 680px) {
    .register-hero {
        grid-template-columns: 1fr;
    }

    .education-visual {
        display: none;
    }

    .auth-page .page-shell,
    .profile-page .page-shell {
        width: calc(100% - 28px);
        max-width: 1180px;
    }

    .register-shell,
    .login-shell {
        padding-block: 22px 28px;
    }

    .register-hero h1,
    .login-card h1 {
        font-size: 34px;
    }

    .register-hero p {
        font-size: 15px;
    }

    .register-login-prompt {
        gap: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .stepper {
        display: flex;
        justify-content: space-between;
        gap: 6px;
        margin: 14px 0 18px;
    }

    .stepper-item {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        gap: 5px;
        text-align: center;
        font-size: 10px;
    }

    .stepper-item strong {
        width: 100%;
        padding-right: 0;
        overflow-wrap: anywhere;
    }

    .stepper-item span {
        width: 34px;
        height: 34px;
    }

    .stepper-item:not(:last-child)::after {
        display: none;
    }

    .register-card,
    .plan-summary-card,
    .login-card {
        padding: 22px;
    }

    .form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .auth-primary,
    .auth-secondary,
    .social-btn {
        width: 100%;
        padding-inline: 18px;
    }

    .social-login-container {
        grid-template-columns: 1fr;
    }

    .selected-plan,
    .locked-card {
        grid-template-columns: 1fr;
    }

    .plan-icon,
    .plan-badge-img {
        width: 58px;
        height: 58px;
    }

    .summary-row,
    .account-item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .trust-row {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .profile-body {
        padding: 22px 14px;
    }

    .activation-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .activation-icon {
        width: 82px;
        height: 82px;
        font-size: 42px;
    }

    .status-line h2 {
        font-size: 23px;
    }

    .locked-grid {
        grid-template-columns: 1fr;
    }
}
