.login-page .password-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    line-height: 1;
    color: #6c757d;
}

.login-page .password-toggle:hover {
    color: var(--bs-primary);
}

.login-page .password-field .form-control,
.login-page .position-relative > .form-control {
    padding-right: 3rem;
}

/* First page section after fixed header ? match .hero-1 top offset */
.primary-header--fixed + .section-space-y,
.primary-header--fixed + .section-space-md-y,
.primary-header--fixed + .section-space-lg-y,
.primary-header--fixed + .section-space-sm-y,
.primary-header--fixed + .container.section-space-md-y,
.primary-header--fixed + .nr-hero {
    padding-top: clamp(6.375rem, 8.9vw + 1rem, 10.625rem);
}

/* ??? Homepage VisionOS / skeuomorphic hero ??? */
:root {
    --nr-purple: #6d5efc;
    --nr-purple-deep: #4f3de8;
    --nr-orange: #ff8a1f;
    --nr-navy: #1a1f36;
    --nr-muted: #6b7287;
    --nr-surface: #f6f7fb;
}

.nr-hero {
    --nr-purple: #6d5efc;
    --nr-purple-deep: #4f3de8;
    --nr-orange: #ff8a1f;
    --nr-navy: #1a1f36;
    --nr-muted: #6b7287;
}

.nr-hero__panel {
    background:
        radial-gradient(ellipse 50% 45% at 12% 18%, rgba(255, 138, 31, 0.12), transparent 55%),
        radial-gradient(ellipse 45% 40% at 88% 22%, rgba(109, 94, 252, 0.14), transparent 55%),
        linear-gradient(180deg, #fbfbfd 0%, #f3f4f8 100%);
    border-radius: 1.75rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 24px 60px rgba(26, 31, 54, 0.08);
    overflow: hidden;
}

.nr-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    pointer-events: none;
    z-index: 0;
}

.nr-hero__glow--orange {
    width: min(28rem, 55vw);
    height: min(28rem, 55vw);
    top: -8%;
    left: -6%;
    background: rgba(255, 138, 31, 0.22);
}

.nr-hero__glow--purple {
    width: min(32rem, 60vw);
    height: min(32rem, 60vw);
    top: -4%;
    right: -8%;
    background: rgba(109, 94, 252, 0.2);
}

.nr-hero__copy,
.nr-hero__visual,
.nr-hero__trust {
    position: relative;
    z-index: 1;
}

.nr-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.35rem;
    padding: 0.45rem 1rem 0.45rem 0.65rem;
    border-radius: 999px;
    background: #fff;
    color: var(--nr-navy);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 8px 24px rgba(239, 68, 68, 0.12),
        0 2px 8px rgba(26, 31, 54, 0.06);
}

.nr-hero__badge-icon {
    display: inline-grid;
    place-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #ff6b6b, #ef4444);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
    font-size: 0.75rem;
    line-height: 1;
}

.nr-hero__title {
    margin-bottom: 1rem;
    color: var(--nr-navy);
    font-weight: 800;
    font-size: clamp(2rem, 1.2rem + 2.4vw, 3.15rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    max-width: 14ch;
}

.nr-hero__subtitle {
    margin-bottom: 1.75rem;
    max-width: 34rem;
    color: var(--nr-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    font-weight: 500;
}

.nr-hero__actions {
    margin-bottom: 0.5rem;
}

.nr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nr-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.nr-btn:active {
    transform: translateY(0);
}

.nr-btn--primary {
    padding: 0.85rem 0.85rem 0.85rem 1.35rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #8b7cff 0%, var(--nr-purple) 45%, var(--nr-purple-deep) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.28) inset,
        0 12px 28px rgba(109, 94, 252, 0.4);
}

.nr-btn--primary:hover {
    color: #fff;
}

.nr-btn__icon {
    display: inline-grid;
    place-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--nr-purple-deep);
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(26, 31, 54, 0.12);
}

.nr-btn--ghost {
    padding: 0.55rem 1.15rem 0.55rem 0.55rem;
    border-radius: 999px;
    color: var(--nr-navy);
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 10px 28px rgba(26, 31, 54, 0.08);
}

.nr-btn--ghost:hover {
    color: var(--nr-navy);
}

.nr-btn__play {
    display: inline-grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #ff6b6b, #e11d48);
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.35);
    font-size: 1.15rem;
}

.nr-btn--signin {
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    color: var(--nr-navy);
    background: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 6px 16px rgba(26, 31, 54, 0.08);
}

.nr-btn--signin:hover {
    color: var(--nr-navy);
}

.nr-btn--signup {
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8b7cff 0%, var(--nr-purple) 50%, var(--nr-purple-deep) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25) inset,
        0 8px 20px rgba(109, 94, 252, 0.35);
}

.nr-btn--signup:hover {
    color: #fff;
}

.nr-hero__visual {
    min-height: 18rem;
}

.nr-hero__scene {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
    filter: drop-shadow(0 28px 40px rgba(79, 61, 232, 0.18));
    animation: nr-hero-float 5.5s ease-in-out infinite;
}

.nr-hero__trust {
    padding-bottom: 2rem;
}

.nr-hero__trust-text {
    color: var(--nr-muted);
    font-size: 0.9375rem;
    font-weight: 500;
}

.nr-hero__logos img {
    opacity: 0.55;
    filter: grayscale(1);
    max-height: 1.75rem;
    width: auto;
}

@keyframes nr-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991.98px) {
    .nr-hero__title {
        max-width: none;
    }

    .nr-hero__scene {
        max-width: 26rem;
    }
}

@media (max-width: 575.98px) {
    .nr-hero__panel {
        border-radius: 1.25rem;
    }

    .nr-btn--primary,
    .nr-btn--ghost {
        width: 100%;
        justify-content: center;
    }
}

.primary-header .nav-link.active {
    color: var(--nr-purple, #6d5efc);
    font-weight: 700;
}

.review-stars .review-star {
    color: rgba(var(--bs-secondary-rgb), 0.35);
    text-decoration: none;
}

.review-stars .review-star.is-active {
    color: #f59e0b;
}

.profile-dropdown__toggle {
    line-height: 1;
}

.profile-dropdown__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile-dropdown__avatar--lg {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.profile-dropdown__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.profile-dropdown__initials--lg {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    flex-shrink: 0;
}

.profile-dropdown__menu {
    min-width: 18rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.profile-dropdown__name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1c1d1f;
}

.profile-dropdown__email {
    font-size: 0.8125rem;
    color: #6a6f73;
}

.profile-dropdown__item {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.65rem 1rem;
    color: #1c1d1f;
}

.profile-dropdown__item:hover,
.profile-dropdown__item:focus {
    background: #f7f9fa;
    color: #1c1d1f;
}

.profile-dropdown__item--logout {
    font-weight: 600;
}

.review-author__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fa;
}

.review-author__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

.instructor-profile__card-media {
    min-height: 220px;
    background: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-profile__sidebar-media {
    min-height: 280px;
    background: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-profile__photo {
    min-height: 220px;
    object-fit: cover;
}

.instructor-profile__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c1d1f;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.instructor-profile__initials--card {
    width: 100%;
    min-height: 220px;
    font-size: 3rem;
}

.instructor-profile__initials--sidebar {
    width: 100%;
    min-height: 280px;
    font-size: 4rem;
}

.instructor-profile__sidebar {
    position: relative;
    z-index: 1;
}

.blog-post-content p {
    margin-bottom: 1rem;
}

.avatar__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
}

/* 404 error page */
.error-page .primary-header--fixed + .error-page__main {
    padding-top: clamp(5.5rem, 7vw + 1rem, 8.5rem);
    padding-bottom: clamp(2rem, 3.25vw + 1rem, 3.75rem);
}

.error-page__card {
    position: relative;
    z-index: 1;
}

.error-page__code {
    font-size: clamp(4rem, 10vw, 6.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.error-page__visual {
    min-height: 280px;
}

.error-page__illustration {
    max-width: 360px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.error-page__seal {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 72px;
    z-index: 2;
}

.error-page__search {
    max-width: 100%;
}

.error-page__link-icon {
    width: 3.5rem;
    height: 3.5rem;
}

.error-page__link-card:hover .error-page__link-icon {
    background: var(--bs-primary) !important;
    color: var(--bs-primary-emphasis) !important;
}

/* Course career roadmap */
.course-roadmap {
    padding: 1.5rem;
    border: 1px solid rgba(26, 43, 74, 0.08);
    border-radius: 1rem;
    background: #f8fafc;
}

.course-roadmap__title {
    color: #1a2b4a;
    font-weight: 700;
}

.course-roadmap__subtitle {
    font-size: 1rem;
    line-height: 1.6;
}

.course-roadmap__steps-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
}

.course-roadmap__steps {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    min-width: min-content;
}

.course-roadmap__step {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(26, 43, 74, 0.12);
    border-radius: 0.75rem;
    background: #fff;
    color: #1a2b4a;
    font-size: 0.8125rem;
    font-weight: 600;
    flex: 0 0 auto;
    max-width: 13.5rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.course-roadmap__step:hover,
.course-roadmap__step.is-active {
    border-color: #f5a623;
    box-shadow: 0 0 0 1px #f5a623;
}

.course-roadmap__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #1a2b4a;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
}

.course-roadmap__step-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: 1.25;
}

.course-roadmap__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.25rem 1.25rem 1rem;
    border: 1px solid rgba(26, 43, 74, 0.1);
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    opacity: 0.82;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.course-roadmap__card:hover {
    opacity: 1;
}

.course-roadmap__card.is-active,
.course-roadmap__card.is-featured.is-active {
    opacity: 1;
    border-color: #f5a623;
    box-shadow: 0 0 0 1px #f5a623;
}

.course-roadmap__card-watermark {
    position: absolute;
    top: 0.35rem;
    right: 0.65rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(26, 43, 74, 0.07);
    pointer-events: none;
    user-select: none;
}

.course-roadmap__card.is-active .course-roadmap__card-watermark,
.course-roadmap__card.is-featured .course-roadmap__card-watermark {
    color: #e63946;
    opacity: 0.9;
}

.course-roadmap__card-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f5a623;
    margin-bottom: 0.35rem;
}

.course-roadmap__card-title {
    color: #1a2b4a;
    font-weight: 700;
    margin-bottom: 0.65rem;
    padding-right: 2.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-roadmap__card-text {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.55;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-roadmap__features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.course-roadmap__feature {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    max-width: 100%;
    padding: 0.3rem 0.55rem;
    border-radius: 0.35rem;
    background: rgba(13, 110, 253, 0.08);
    color: #1a2b4a;
    font-size: 0.75rem;
    font-weight: 500;
}

.course-roadmap__feature span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-roadmap__feature-icon {
    color: #f5a623;
    font-size: 0.95rem;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .course-roadmap {
        padding: 1rem;
    }

    .course-roadmap__step {
        max-width: 11.5rem;
    }
}

/* ??? OTP verification modal ??? */
.otp-modal {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.otp-modal[hidden] {
    display: none !important;
}

.otp-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 24, 40, 0.55);
    backdrop-filter: blur(6px);
}

.otp-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 26rem);
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 24px 60px rgba(26, 31, 54, 0.22);
    animation: otp-modal-in 0.28s ease;
}

@keyframes otp-modal-in {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.otp-modal__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    border: 0;
    background: transparent;
    color: #8b91a3;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.otp-modal__close:hover {
    color: #1a1f36;
}

.otp-modal__icon {
    display: grid;
    place-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(109, 94, 252, 0.14), rgba(255, 138, 31, 0.12));
    color: #6d5efc;
    font-size: 2rem;
}

.otp-modal__title {
    margin: 0 0 0.4rem;
    text-align: center;
    color: #1a1f36;
    font-size: 1.35rem;
    font-weight: 800;
}

.otp-modal__subtitle {
    margin: 0 0 1.25rem;
    text-align: center;
    color: #6b7287;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.otp-modal__subtitle strong {
    display: inline-block;
    color: #1a1f36;
    word-break: break-all;
}

.otp-modal__alert {
    margin-bottom: 1rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.otp-modal__alert.is-error {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
}

.otp-modal__alert.is-success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.otp-modal__dev {
    margin-bottom: 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    background: rgba(59, 130, 246, 0.1);
    color: #1d4ed8;
    font-size: 0.8125rem;
    text-align: center;
}

.otp-modal__dev code {
    font-weight: 800;
    letter-spacing: 0.12em;
}

.otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.otp-inputs__digit {
    width: 100%;
    aspect-ratio: 1;
    border: 1.5px solid #e4e7ef;
    border-radius: 0.75rem;
    background: #f7f8fc;
    color: #1a1f36;
    text-align: center;
    font-size: clamp(1.15rem, 4vw, 1.4rem);
    font-weight: 800;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.otp-inputs__digit:focus {
    border-color: #6d5efc;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(109, 94, 252, 0.18);
}

.otp-inputs__digit.is-error {
    border-color: #ef4444;
    background: #fff5f5;
}

.otp-modal__verify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 50%, #4f3de8 100%);
    box-shadow: 0 12px 28px rgba(109, 94, 252, 0.35);
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.otp-modal__verify:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.otp-modal__verify:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.otp-modal__spinner {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: otp-spin 0.7s linear infinite;
}

@keyframes otp-spin {
    to {
        transform: rotate(360deg);
    }
}

.otp-modal__footer {
    margin-top: 1.15rem;
    text-align: center;
}

.otp-modal__timer {
    margin: 0 0 0.35rem;
    color: #6b7287;
    font-size: 0.875rem;
}

.otp-modal__resend {
    border: 0;
    background: transparent;
    color: #6d5efc;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.otp-modal__resend:disabled {
    color: #a0a6b8;
    cursor: not-allowed;
}

.otp-modal__resend:not(:disabled):hover {
    text-decoration: underline;
}

.otp-modal__success {
    padding: 1rem 0.5rem 0.5rem;
    text-align: center;
}

.otp-success__circle {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1rem;
}

.otp-success__check {
    width: 100%;
    height: 100%;
}

.otp-success__ring {
    stroke: #10b981;
    stroke-width: 2.5;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: otp-ring 0.6s ease forwards;
}

.otp-success__tick {
    stroke: #10b981;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: otp-tick 0.35s 0.45s ease forwards;
}

@keyframes otp-ring {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes otp-tick {
    to {
        stroke-dashoffset: 0;
    }
}

.otp-success__title {
    margin: 0 0 0.35rem;
    color: #1a1f36;
    font-size: 1.35rem;
    font-weight: 800;
}

.otp-success__text {
    margin: 0;
    color: #6b7287;
    font-size: 0.9375rem;
}

body.otp-modal-open {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .otp-modal__dialog {
        padding: 1.75rem 1.1rem 1.25rem;
        border-radius: 1rem;
    }

    .otp-inputs {
        gap: 0.35rem;
    }

    .otp-inputs__digit {
        border-radius: 0.6rem;
    }
}

/* ??? Login method tabs (Password / OTP) ??? */
.login-method-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: #eef0f6;
}

.login-method-tabs__btn {
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 0.75rem;
    background: transparent;
    color: #6b7287;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.login-method-tabs__btn.is-active {
    background: #fff;
    color: #1a1f36;
    box-shadow: 0 4px 14px rgba(26, 31, 54, 0.1);
}

.login-method-tabs__btn:hover:not(.is-active) {
    color: #1a1f36;
}

/* ??? Homepage enquiry section ??? */
.nr-enquiry {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 40% 50% at 8% 20%, rgba(109, 94, 252, 0.12), transparent 60%),
        radial-gradient(ellipse 35% 45% at 92% 80%, rgba(255, 138, 31, 0.12), transparent 55%),
        linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%);
}

.nr-enquiry__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-enquiry__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.7;
    animation: nr-enquiry-float 9s ease-in-out infinite;
}

.nr-enquiry__blob--purple {
    width: 18rem;
    height: 18rem;
    top: 8%;
    left: -4%;
    background: rgba(109, 94, 252, 0.35);
}

.nr-enquiry__blob--orange {
    width: 14rem;
    height: 14rem;
    right: -2%;
    bottom: 12%;
    background: rgba(255, 138, 31, 0.32);
    animation-delay: -3s;
}

.nr-enquiry__blob--soft {
    width: 10rem;
    height: 10rem;
    left: 42%;
    top: 4%;
    background: rgba(139, 124, 255, 0.22);
    animation-delay: -5s;
}

@keyframes nr-enquiry-float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-18px) scale(1.05);
    }
}

.nr-enquiry__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-enquiry__title {
    margin: 0 0 0.75rem;
    color: #1a1f36;
    font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-enquiry__text {
    margin: 0 0 1.5rem;
    max-width: 30rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-enquiry__art {
    margin-bottom: 1.25rem;
    max-width: 22rem;
}

.nr-enquiry__art img {
    filter: drop-shadow(0 24px 40px rgba(79, 61, 232, 0.15));
}

.nr-enquiry__perks {
    display: grid;
    gap: 0.55rem;
}

.nr-enquiry__perks li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1a1f36;
    font-size: 0.9375rem;
    font-weight: 600;
}

.nr-enquiry__perks iconify-icon {
    color: #6d5efc;
    font-size: 1.15rem;
}

.nr-enquiry__card {
    position: relative;
    padding: 1.75rem 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 24px 60px rgba(26, 31, 54, 0.1);
}

@media (min-width: 768px) {
    .nr-enquiry__card {
        padding: 2rem 2rem 1.75rem;
    }
}

.nr-enquiry__card-title {
    margin: 0 0 0.25rem;
    color: #1a1f36;
    font-size: 1.25rem;
    font-weight: 800;
}

.nr-enquiry__card-sub {
    margin-bottom: 1.25rem !important;
    color: #6b7287;
    font-size: 0.875rem;
}

.nr-enquiry__flash {
    border: 0;
    border-radius: 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.nr-enquiry__label {
    margin-bottom: 0.4rem;
    color: #1a1f36;
    font-size: 0.8125rem;
    font-weight: 700;
}

.nr-enquiry__input {
    border: 1.5px solid #e4e7ef;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.8rem 0.95rem;
    color: #1a1f36;
    box-shadow: 0 4px 14px rgba(26, 31, 54, 0.03);
}

.nr-enquiry__input:focus {
    border-color: #6d5efc;
    box-shadow: 0 0 0 3px rgba(109, 94, 252, 0.16);
    background: #fff;
}

.nr-enquiry__modes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.nr-enquiry__mode {
    position: relative;
    cursor: pointer;
}

.nr-enquiry__mode input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nr-enquiry__mode span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.55rem 0.5rem;
    border-radius: 0.85rem;
    border: 1.5px solid #e4e7ef;
    background: rgba(255, 255, 255, 0.9);
    color: #6b7287;
    font-size: 0.8125rem;
    font-weight: 700;
    text-align: center;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.nr-enquiry__mode input:checked + span {
    border-color: #6d5efc;
    color: #4f3de8;
    background: rgba(109, 94, 252, 0.08);
    box-shadow: 0 0 0 3px rgba(109, 94, 252, 0.12);
}

.nr-enquiry__mode:hover span {
    border-color: #c8c4f5;
}

.nr-enquiry__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.95rem 1.25rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 48%, #4f3de8 100%);
    box-shadow: 0 14px 30px rgba(109, 94, 252, 0.35);
    transition: transform 0.15s ease, filter 0.15s ease;
}

.nr-enquiry__submit:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.04);
    color: #fff;
}

.nr-enquiry__submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.nr-enquiry__submit iconify-icon {
    font-size: 1.1rem;
}

@media (max-width: 575.98px) {
    .nr-enquiry__modes {
        grid-template-columns: 1fr;
    }

    .nr-enquiry__card {
        padding: 1.35rem 1.1rem;
        border-radius: 1.15rem;
    }
}

/* ??? Course Features section ??? */
.nr-features {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 45% 40% at 10% 15%, rgba(109, 94, 252, 0.1), transparent 55%),
        radial-gradient(ellipse 40% 35% at 90% 85%, rgba(255, 138, 31, 0.1), transparent 50%),
        linear-gradient(180deg, #f8f9fd 0%, #eef2fb 55%, #f7f8fc 100%);
}

.nr-features__header {
    margin-bottom: 2.25rem;
}

.nr-features__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-features__title {
    margin: 0 auto 0.65rem;
    max-width: 18ch;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-features__subtitle {
    margin: 0 auto;
    max-width: 38rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-features__card {
    --nr-feature-accent: #6d5efc;
    height: 100%;
    padding: 1.45rem 1.3rem 1.35rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 40px rgba(26, 31, 54, 0.08);
    transform: translateY(28px);
    opacity: 0;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    transition-delay: var(--nr-feature-delay, 0ms);
}

.nr-features__card.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.nr-features__card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--nr-feature-accent) 35%, white);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 28px 50px rgba(26, 31, 54, 0.12),
        0 12px 28px color-mix(in srgb, var(--nr-feature-accent) 22%, transparent);
}

.nr-features__card.is-visible:hover {
    transform: translateY(-8px);
}

.nr-features__card--purple { --nr-feature-accent: #6d5efc; }
.nr-features__card--orange { --nr-feature-accent: #ff8a1f; }
.nr-features__card--blue { --nr-feature-accent: #3b82f6; }
.nr-features__card--green { --nr-feature-accent: #10b981; }
.nr-features__card--pink { --nr-feature-accent: #ec4899; }
.nr-features__card--gold { --nr-feature-accent: #f59e0b; }
.nr-features__card--cyan { --nr-feature-accent: #06b6d4; }
.nr-features__card--violet { --nr-feature-accent: #8b5cf6; }

.nr-features__icon {
    display: grid;
    place-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.65rem;
    background: linear-gradient(145deg, color-mix(in srgb, var(--nr-feature-accent) 85%, white), var(--nr-feature-accent));
    box-shadow:
        0 10px 22px color-mix(in srgb, var(--nr-feature-accent) 35%, transparent),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
    transform: translateZ(0) rotateX(8deg) rotateY(-8deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nr-features__card:hover .nr-features__icon {
    transform: translateY(-4px) scale(1.06) rotateX(0deg) rotateY(0deg);
    box-shadow:
        0 16px 28px color-mix(in srgb, var(--nr-feature-accent) 40%, transparent),
        0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.nr-features__card-title {
    margin: 0 0 0.45rem;
    color: #1a1f36;
    font-size: 1.05rem;
    font-weight: 800;
}

.nr-features__card-text {
    color: #6b7287;
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .nr-features__card {
        padding: 1.25rem 1.1rem;
        border-radius: 1.05rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-features__card {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.2s ease;
    }

    .nr-features__card:hover,
    .nr-features__card.is-visible:hover {
        transform: none;
    }
}

/* ??? Hands-on Projects section ??? */
.nr-projects {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 40% 35% at 12% 20%, rgba(109, 94, 252, 0.09), transparent 55%),
        radial-gradient(ellipse 35% 30% at 88% 75%, rgba(255, 138, 31, 0.08), transparent 50%),
        linear-gradient(180deg, #fbfcff 0%, #f3f6fc 100%);
}

.nr-projects__header {
    margin-bottom: 1.75rem;
}

.nr-projects__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-projects__title {
    margin: 0 0 0.55rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nr-projects__subtitle {
    margin: 0 auto;
    max-width: 36rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-projects__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 auto 1.75rem;
    padding: 0.3rem;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 28px rgba(26, 31, 54, 0.06);
}

.nr-projects__filter {
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    background: transparent;
    color: #6b7287;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.nr-projects__filter.is-active {
    background: linear-gradient(135deg, #8b7cff, #6d5efc);
    color: #fff;
    box-shadow: 0 8px 18px rgba(109, 94, 252, 0.3);
}

.nr-projects__filter:hover:not(.is-active) {
    color: #1a1f36;
    background: rgba(109, 94, 252, 0.08);
}

.nr-projects__accordion {
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.nr-projects__accordion.is-animating {
    will-change: height;
}

.nr-projects__item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nr-projects__item.is-collapsed,
.nr-projects__item.is-filtered-out {
    display: none !important;
}

.nr-projects__card {
    height: 100%;
    padding: 1.35rem 1.25rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 40px rgba(26, 31, 54, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nr-projects__card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 26px 48px rgba(26, 31, 54, 0.12);
}

.nr-projects__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.nr-projects__icon {
    display: grid;
    place-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.95rem;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 10px 20px rgba(109, 94, 252, 0.28);
}

.nr-projects__icon--beginner {
    background: linear-gradient(145deg, #34d399, #059669);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.28);
}

.nr-projects__icon--intermediate {
    background: linear-gradient(145deg, #8b7cff, #6d5efc);
    box-shadow: 0 10px 20px rgba(109, 94, 252, 0.28);
}

.nr-projects__icon--advanced {
    background: linear-gradient(145deg, #fb923c, #ea580c);
    box-shadow: 0 10px 20px rgba(234, 88, 12, 0.28);
}

.nr-projects__level {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.nr-projects__level--beginner {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.nr-projects__level--intermediate {
    background: rgba(109, 94, 252, 0.12);
    color: #4f3de8;
}

.nr-projects__level--advanced {
    background: rgba(234, 88, 12, 0.12);
    color: #c2410c;
}

.nr-projects__name {
    margin: 0 0 0.45rem;
    color: #1a1f36;
    font-size: 1.05rem;
    font-weight: 800;
}

.nr-projects__desc {
    margin: 0 0 1rem;
    color: #6b7287;
    font-size: 0.9rem;
    line-height: 1.6;
    min-height: 2.9em;
}

.nr-projects__techs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nr-projects__tech {
    padding: 0.28rem 0.55rem;
    border-radius: 0.55rem;
    background: #eef0f8;
    color: #3f4660;
    font-size: 0.75rem;
    font-weight: 700;
}

.nr-projects__actions {
    margin-top: 1.75rem;
}

.nr-projects__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-radius: 999px;
    padding: 0.8rem 1.35rem;
    background: #fff;
    color: #4f3de8;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(109, 94, 252, 0.16);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nr-projects__toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(109, 94, 252, 0.22);
}

@media (max-width: 575.98px) {
    .nr-projects__filters {
        width: 100%;
        border-radius: 1rem;
        justify-content: stretch;
    }

    .nr-projects__filter {
        flex: 1 1 calc(50% - 0.45rem);
        text-align: center;
    }

    .nr-projects__card {
        border-radius: 1.05rem;
    }
}

.nr-projects--course {
    background: transparent;
    overflow: visible;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.nr-projects--course .nr-projects__header {
    margin-bottom: 1.15rem;
}

.nr-projects--course .nr-projects__title {
    font-size: 1.15rem;
}

.nr-projects--course .nr-projects__subtitle {
    max-width: none;
    font-size: 0.9rem;
}

.nr-projects__filters--course {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
}

/* --- Learning style comparison --- */
.nr-compare {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 42% 38% at 8% 20%, rgba(109, 94, 252, 0.12), transparent 55%),
        radial-gradient(ellipse 38% 34% at 92% 80%, rgba(255, 138, 31, 0.11), transparent 52%),
        linear-gradient(180deg, #f7f8fd 0%, #eef1fb 48%, #f8f9fc 100%);
}

.nr-compare__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-compare__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    animation: nr-compare-float 10s ease-in-out infinite;
}

.nr-compare__blob--purple {
    width: 18rem;
    height: 18rem;
    top: 8%;
    left: -4%;
    background: rgba(109, 94, 252, 0.28);
}

.nr-compare__blob--orange {
    width: 16rem;
    height: 16rem;
    right: -3%;
    bottom: 12%;
    background: rgba(255, 138, 31, 0.22);
    animation-delay: -4s;
}

@keyframes nr-compare-float {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -18px, 0) scale(1.06); }
}

.nr-compare__header {
    margin-bottom: 2.5rem;
}

.nr-compare__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-compare__title {
    margin: 0 auto 0.65rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-compare__subtitle {
    margin: 0 auto;
    max-width: 36rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-compare__row {
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

.nr-compare__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.85rem 1.55rem 1.55rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 44px rgba(26, 31, 54, 0.08);
    transform: translateY(32px);
    opacity: 0;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
    transition-delay: var(--nr-compare-delay, 0ms);
}

.nr-compare__card.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.nr-compare__card:hover {
    transform: translateY(-12px) scale(1.015);
    border-color: rgba(109, 94, 252, 0.28);
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 28px 56px rgba(26, 31, 54, 0.14),
        0 16px 36px rgba(109, 94, 252, 0.16);
}

.nr-compare__card.is-visible:hover {
    transform: translateY(-12px) scale(1.015);
}

.nr-compare__card--popular {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(243, 240, 255, 0.68));
    border-color: rgba(109, 94, 252, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 50px rgba(109, 94, 252, 0.18),
        0 0 0 1px rgba(109, 94, 252, 0.08);
}

.nr-compare__card--popular:hover {
    border-color: rgba(109, 94, 252, 0.5);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 32px 64px rgba(109, 94, 252, 0.24),
        0 18px 40px rgba(255, 138, 31, 0.12);
}

.nr-compare__badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 50%, #4f3de8 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(109, 94, 252, 0.35);
}

.nr-compare__badge iconify-icon {
    font-size: 0.85rem;
}

.nr-compare__card-top {
    margin-bottom: 1.25rem;
}

.nr-compare__icon {
    display: grid;
    place-content: center;
    width: 3.35rem;
    height: 3.35rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.55rem;
    background: linear-gradient(145deg, #8b7cff, #6d5efc);
    box-shadow:
        0 12px 24px rgba(109, 94, 252, 0.32),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nr-compare__card--popular .nr-compare__icon {
    background: linear-gradient(145deg, #ffb056, #ff8a1f);
    box-shadow:
        0 12px 24px rgba(255, 138, 31, 0.34),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.nr-compare__card:hover .nr-compare__icon {
    transform: translateY(-4px) scale(1.06);
}

.nr-compare__name {
    margin: 0 0 0.35rem;
    color: #1a1f36;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nr-compare__tagline {
    color: #6b7287;
    font-size: 0.92rem;
    line-height: 1.5;
}

.nr-compare__price-block {
    margin-bottom: 1.35rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(26, 31, 54, 0.08);
}

.nr-compare__price-note {
    display: block;
    margin-bottom: 0.2rem;
    color: #6b7287;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nr-compare__price {
    color: #1a1f36;
    font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.nr-compare__currency {
    margin-right: 0.1rem;
    font-size: 0.62em;
    font-weight: 700;
    vertical-align: 0.28em;
}

.nr-compare__features {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.15rem;
}

.nr-compare__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #2d3348;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.4;
}

.nr-compare__features iconify-icon {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #6d5efc;
    font-size: 1.15rem;
}

.nr-compare__card--popular .nr-compare__features iconify-icon {
    color: #ff8a1f;
}

.nr-compare__features--extras li {
    font-weight: 700;
}

.nr-compare__divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.15rem 0 1rem;
    color: #6b7287;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nr-compare__divider::before,
.nr-compare__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(109, 94, 252, 0.28), transparent);
}

.nr-compare__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    margin-top: auto;
    padding: 0.95rem 1.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #1a1f36;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(26, 31, 54, 0.08);
    box-shadow: 0 10px 24px rgba(26, 31, 54, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nr-compare__cta:hover {
    color: #1a1f36;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(26, 31, 54, 0.1);
}

.nr-compare__cta--primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 45%, #4f3de8 100%);
    box-shadow: 0 14px 32px rgba(109, 94, 252, 0.32);
}

.nr-compare__cta--primary:hover {
    color: #fff;
    box-shadow: 0 18px 36px rgba(109, 94, 252, 0.4);
}

.nr-compare__cta iconify-icon {
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .nr-compare__card {
        padding: 1.6rem 1.25rem 1.35rem;
        border-radius: 1.25rem;
    }

    .nr-compare__card--popular {
        margin-top: 0.5rem;
    }

    .nr-compare__badge {
        font-size: 0.68rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-compare__blob {
        animation: none;
    }

    .nr-compare__card {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.2s ease;
    }

    .nr-compare__card:hover,
    .nr-compare__card.is-visible:hover {
        transform: none;
    }
}

/* --- Batch Schedule section --- */
.nr-batches {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 42% 36% at 12% 18%, rgba(109, 94, 252, 0.1), transparent 55%),
        radial-gradient(ellipse 36% 32% at 90% 82%, rgba(255, 138, 31, 0.09), transparent 52%),
        linear-gradient(180deg, #f8f9fd 0%, #eef2fb 50%, #f7f8fc 100%);
}

.nr-batches__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-batches__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    opacity: 0.5;
}

.nr-batches__blob--a {
    width: 16rem;
    height: 16rem;
    top: 10%;
    left: -3%;
    background: rgba(109, 94, 252, 0.25);
}

.nr-batches__blob--b {
    width: 14rem;
    height: 14rem;
    right: -2%;
    bottom: 8%;
    background: rgba(255, 138, 31, 0.2);
}

.nr-batches__header {
    margin-bottom: 1.75rem;
}

.nr-batches__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-batches__title {
    margin: 0 auto 0.65rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-batches__subtitle {
    margin: 0 auto;
    max-width: 38rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-batches__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.35rem;
}

.nr-batches__filters {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 28px rgba(26, 31, 54, 0.06);
}

.nr-batches__filter {
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    background: transparent;
    color: #6b7287;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nr-batches__filter:hover {
    color: #1a1f36;
    background: rgba(109, 94, 252, 0.08);
}

.nr-batches__filter.is-active {
    color: #fff;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 50%, #4f3de8 100%);
    box-shadow: 0 8px 18px rgba(109, 94, 252, 0.28);
}

.nr-batches__panel {
    position: relative;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 20px 48px rgba(26, 31, 54, 0.08);
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.nr-batches__panel.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.nr-batches__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nr-batches__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    margin: 0;
}

.nr-batches__table thead th {
    padding: 1rem 1.1rem;
    text-align: left;
    color: #6b7287;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(248, 249, 253, 0.9);
    border-bottom: 1px solid rgba(26, 31, 54, 0.06);
    white-space: nowrap;
}

.nr-batches__table thead th.text-end {
    text-align: right;
}

.nr-batches__table tbody td {
    padding: 1.05rem 1.1rem;
    color: #2d3348;
    font-size: 0.92rem;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px solid rgba(26, 31, 54, 0.05);
}

.nr-batches__table tbody tr:last-child td {
    border-bottom: 0;
}

.nr-batches__table tbody tr {
    transition: background 0.2s ease;
}

.nr-batches__table tbody tr:hover {
    background: rgba(109, 94, 252, 0.04);
}

.nr-batches__batch-name {
    display: block;
    color: #1a1f36;
    font-weight: 800;
}

.nr-batches__time {
    display: block;
}

.nr-batches__meta {
    display: block;
    margin-top: 0.2rem;
    color: #6b7287;
    font-size: 0.75rem;
    font-weight: 600;
}

.nr-batches__mode {
    display: inline-flex;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(109, 94, 252, 0.1);
    color: #4f3de8;
    font-size: 0.78rem;
    font-weight: 800;
}

.nr-batches__seats {
    display: inline-flex;
    min-width: 2.4rem;
    justify-content: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.nr-batches__seats--ok {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.nr-batches__seats--low {
    background: rgba(255, 138, 31, 0.14);
    color: #c2410c;
}

.nr-batches__seats--full {
    background: rgba(107, 114, 135, 0.12);
    color: #6b7287;
}

.nr-batches__enroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #8b7cff 0%, #6d5efc 50%, #4f3de8 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(109, 94, 252, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nr-batches__enroll:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(109, 94, 252, 0.34);
}

.nr-batches__enroll--disabled {
    background: rgba(107, 114, 135, 0.14);
    color: #6b7287;
    box-shadow: none;
    cursor: default;
}

.nr-batches__empty-row td {
    text-align: center;
    color: #6b7287;
    font-weight: 600;
    padding: 2.5rem 1rem !important;
}

.nr-batches__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-top: 1px solid rgba(26, 31, 54, 0.06);
    background: rgba(248, 249, 253, 0.65);
}

.nr-batches__count {
    color: #6b7287;
    font-size: 0.85rem;
    font-weight: 600;
}

.nr-batches__pager {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.nr-batches__page-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    background: #fff;
    color: #4f3de8;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(109, 94, 252, 0.12);
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.nr-batches__page-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.nr-batches__page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.nr-batches__page-label {
    color: #1a1f36;
    font-size: 0.82rem;
    font-weight: 700;
    min-width: 5.5rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .nr-batches__toolbar {
        justify-content: stretch;
    }

    .nr-batches__filters {
        width: 100%;
        border-radius: 1rem;
        justify-content: stretch;
    }

    .nr-batches__filter {
        flex: 1 1 auto;
        text-align: center;
        padding: 0.55rem 0.65rem;
    }

    .nr-batches__table {
        min-width: 0;
    }

    .nr-batches__table thead {
        display: none;
    }

    .nr-batches__table tbody tr {
        display: block;
        margin: 0.85rem;
        padding: 0.85rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(26, 31, 54, 0.06);
        box-shadow: 0 10px 24px rgba(26, 31, 54, 0.05);
    }

    .nr-batches__table tbody tr:hover {
        background: rgba(255, 255, 255, 0.95);
    }

    .nr-batches__table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.55rem 0;
        border-bottom: 1px dashed rgba(26, 31, 54, 0.08);
        text-align: right;
    }

    .nr-batches__table tbody td:last-child {
        border-bottom: 0;
        padding-top: 0.85rem;
    }

    .nr-batches__table tbody td::before {
        content: attr(data-label);
        color: #6b7287;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-align: left;
    }

    .nr-batches__table tbody td.text-end {
        justify-content: space-between;
    }

    .nr-batches__empty-row td {
        display: block;
        text-align: center;
    }

    .nr-batches__empty-row td::before {
        display: none;
    }

    .nr-batches__footer {
        flex-direction: column;
        text-align: center;
    }
}

/* --- Institute comparison table --- */
.nr-vs {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 40% 35% at 10% 20%, rgba(16, 185, 129, 0.08), transparent 55%),
        radial-gradient(ellipse 38% 32% at 90% 80%, rgba(239, 68, 68, 0.07), transparent 52%),
        linear-gradient(180deg, #f7f8fd 0%, #eef2fb 48%, #f8f9fc 100%);
}

.nr-vs__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-vs__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    opacity: 0.45;
}

.nr-vs__blob--a {
    width: 15rem;
    height: 15rem;
    top: 12%;
    left: -2%;
    background: rgba(16, 185, 129, 0.28);
}

.nr-vs__blob--b {
    width: 14rem;
    height: 14rem;
    right: -2%;
    bottom: 10%;
    background: rgba(239, 68, 68, 0.18);
}

.nr-vs__header {
    margin-bottom: 2rem;
}

.nr-vs__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-vs__title {
    margin: 0 auto 0.65rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-vs__subtitle {
    margin: 0 auto;
    max-width: 36rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-vs__panel {
    max-width: 52rem;
    margin: 0 auto;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 50px rgba(26, 31, 54, 0.08);
    overflow: hidden;
}

.nr-vs__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nr-vs__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.nr-vs__table thead th {
    padding: 1.15rem 1.25rem;
    text-align: left;
    color: #6b7287;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(248, 249, 253, 0.88);
    border-bottom: 1px solid rgba(26, 31, 54, 0.06);
    white-space: nowrap;
}

.nr-vs__table thead th.nr-vs__col--ours,
.nr-vs__table thead th.nr-vs__col--others,
.nr-vs__table td {
    text-align: center;
}

.nr-vs__col-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.nr-vs__col--ours .nr-vs__col-label {
    color: #059669;
}

.nr-vs__col--ours .nr-vs__col-label iconify-icon {
    font-size: 1.15rem;
}

.nr-vs__col--others .nr-vs__col-label {
    color: #6b7287;
}

.nr-vs__table tbody th,
.nr-vs__table tbody td {
    padding: 0.95rem 1.25rem;
    border-bottom: 1px solid rgba(26, 31, 54, 0.05);
    vertical-align: middle;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.nr-vs__table tbody tr:last-child th,
.nr-vs__table tbody tr:last-child td {
    border-bottom: 0;
}

.nr-vs__table tbody tr:hover th,
.nr-vs__table tbody tr:hover td {
    background: rgba(109, 94, 252, 0.05);
}

.nr-vs__table tbody tr:hover td.nr-vs__cell--ours {
    background: rgba(16, 185, 129, 0.08);
}

.nr-vs__table tbody tr:hover td.nr-vs__cell--others {
    background: rgba(239, 68, 68, 0.06);
}

.nr-vs__feature {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #1a1f36;
    font-size: 0.95rem;
    font-weight: 700;
}

.nr-vs__feature iconify-icon {
    flex-shrink: 0;
    color: #6d5efc;
    font-size: 1.25rem;
}

.nr-vs__mark {
    display: inline-grid;
    place-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    font-size: 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nr-vs__mark--yes {
    color: #059669;
    background: rgba(16, 185, 129, 0.14);
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.12);
}

.nr-vs__mark--no {
    color: #dc2626;
    background: rgba(239, 68, 68, 0.12);
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.1);
}

.nr-vs__table tbody tr:hover .nr-vs__mark {
    transform: scale(1.12);
}

.nr-vs__table tbody tr:hover .nr-vs__mark--yes {
    box-shadow: 0 12px 24px rgba(16, 185, 129, 0.22);
}

.nr-vs__table tbody tr:hover .nr-vs__mark--no {
    box-shadow: 0 12px 24px rgba(239, 68, 68, 0.18);
}

@media (max-width: 767.98px) {
    .nr-vs__panel {
        border-radius: 1.15rem;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .nr-vs__table thead {
        display: none;
    }

    .nr-vs__table,
    .nr-vs__table tbody,
    .nr-vs__table tr,
    .nr-vs__table th,
    .nr-vs__table td {
        display: block;
        width: 100%;
    }

    .nr-vs__table tbody tr {
        margin-bottom: 0.85rem;
        padding: 1rem 1.05rem;
        border-radius: 1.1rem;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(16px);
        box-shadow: 0 14px 32px rgba(26, 31, 54, 0.07);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .nr-vs__table tbody tr:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 36px rgba(26, 31, 54, 0.1);
    }

    .nr-vs__table tbody th,
    .nr-vs__table tbody td {
        padding: 0.55rem 0;
        border-bottom: 0;
        text-align: left;
        background: transparent !important;
    }

    .nr-vs__table tbody th {
        margin-bottom: 0.55rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px dashed rgba(26, 31, 54, 0.08);
    }

    .nr-vs__table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .nr-vs__table tbody td::before {
        content: attr(data-label);
        color: #6b7287;
        font-size: 0.78rem;
        font-weight: 700;
    }

    .nr-vs__feature {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-vs__table tbody tr:hover .nr-vs__mark,
    .nr-vs__table tbody tr:hover {
        transform: none;
    }
}

/* --- Placement roadmap --- */
.nr-roadmap {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 45% 40% at 12% 15%, rgba(109, 94, 252, 0.14), transparent 55%),
        radial-gradient(ellipse 40% 35% at 88% 85%, rgba(79, 61, 232, 0.1), transparent 50%),
        linear-gradient(180deg, #f5f4ff 0%, #eef0fb 48%, #f8f9fc 100%);
}

.nr-roadmap__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-roadmap__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(44px);
    opacity: 0.5;
}

.nr-roadmap__blob--a {
    width: 18rem;
    height: 18rem;
    top: 8%;
    left: -4%;
    background: rgba(139, 124, 255, 0.35);
}

.nr-roadmap__blob--b {
    width: 16rem;
    height: 16rem;
    right: -3%;
    bottom: 10%;
    background: rgba(79, 61, 232, 0.28);
}

.nr-roadmap__header {
    margin-bottom: 2.75rem;
}

.nr-roadmap__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-roadmap__title {
    margin: 0 auto 0.65rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-roadmap__subtitle {
    margin: 0 auto;
    max-width: 36rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-roadmap__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    max-width: 72rem;
    margin: 0 auto;
    perspective: 1200px;
}

.nr-roadmap__track::before {
    content: '';
    position: absolute;
    top: 3.35rem;
    left: 8%;
    right: 8%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8b7cff 0%, #6d5efc 45%, #4f3de8 100%);
    box-shadow: 0 8px 22px rgba(109, 94, 252, 0.35);
    z-index: 0;
}

.nr-roadmap__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.55s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--nr-roadmap-delay, 0ms);
}

.nr-roadmap__step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nr-roadmap__node {
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 1.15rem;
}

.nr-roadmap__number {
    position: absolute;
    top: -0.45rem;
    right: -0.35rem;
    z-index: 2;
    display: grid;
    place-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #fff;
    color: #4f3de8;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(109, 94, 252, 0.22);
}

.nr-roadmap__icon {
    display: grid;
    place-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.35rem;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(145deg, #a597ff 0%, #6d5efc 48%, #4f3de8 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45) inset,
        0 -8px 16px rgba(49, 35, 170, 0.28) inset,
        0 16px 28px rgba(109, 94, 252, 0.38),
        0 4px 0 rgba(49, 35, 170, 0.35);
    transform: rotateX(14deg) rotateY(-12deg) translateZ(0);
    transform-style: preserve-3d;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
}

.nr-roadmap__icon::after {
    content: '';
    position: absolute;
    inset: 0.45rem;
    border-radius: 1rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.35), transparent 55%);
    pointer-events: none;
}

.nr-roadmap__card {
    width: 100%;
    padding: 1.05rem 0.85rem 1.1rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 16px 36px rgba(26, 31, 54, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.nr-roadmap__step-title {
    margin: 0 0 0.4rem;
    color: #1a1f36;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.nr-roadmap__step-text {
    color: #6b7287;
    font-size: 0.84rem;
    line-height: 1.55;
}

.nr-roadmap__step:hover .nr-roadmap__icon {
    transform: translateY(-10px) scale(1.08) rotateX(0deg) rotateY(0deg);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.5) inset,
        0 -6px 12px rgba(49, 35, 170, 0.2) inset,
        0 24px 40px rgba(109, 94, 252, 0.45),
        0 6px 0 rgba(49, 35, 170, 0.28);
}

.nr-roadmap__step:hover .nr-roadmap__card {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(109, 94, 252, 0.28);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 22px 44px rgba(109, 94, 252, 0.16);
}

.nr-roadmap__step.is-visible:hover {
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .nr-roadmap__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2.25rem;
    }

    .nr-roadmap__track::before {
        display: none;
    }

    .nr-roadmap__step:not(:nth-child(3n)) .nr-roadmap__node::after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 0.15rem);
        width: calc(100% - 4.2rem);
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #8b7cff, #4f3de8);
        transform: translateY(-50%);
        z-index: -1;
    }
}

@media (max-width: 767.98px) {
    .nr-roadmap__track {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 0.25rem;
        max-width: 28rem;
    }

    .nr-roadmap__track::before {
        display: block;
        top: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
        right: auto;
        width: 4px;
        height: auto;
        background: linear-gradient(180deg, #8b7cff 0%, #6d5efc 45%, #4f3de8 100%);
    }

    .nr-roadmap__step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
        padding: 0.85rem 0;
    }

    .nr-roadmap__step:not(:nth-child(3n)) .nr-roadmap__node::after {
        display: none;
    }

    .nr-roadmap__node {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .nr-roadmap__icon {
        width: 4rem;
        height: 4rem;
        border-radius: 1.15rem;
        font-size: 1.75rem;
    }

    .nr-roadmap__card {
        padding: 1rem 1.05rem;
    }

    .nr-roadmap__step:hover .nr-roadmap__icon {
        transform: translateY(-6px) scale(1.06) rotateX(0deg) rotateY(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-roadmap__step {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .nr-roadmap__step:hover .nr-roadmap__icon,
    .nr-roadmap__step:hover .nr-roadmap__card {
        transform: none;
    }
}

/* --- Animated statistics --- */
.nr-stats {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 42% 38% at 8% 20%, rgba(109, 94, 252, 0.12), transparent 55%),
        radial-gradient(ellipse 38% 34% at 92% 78%, rgba(255, 138, 31, 0.1), transparent 52%),
        linear-gradient(180deg, #f6f7fd 0%, #eef1fb 50%, #f8f9fc 100%);
}

.nr-stats__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-stats__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    opacity: 0.45;
}

.nr-stats__blob--a {
    width: 16rem;
    height: 16rem;
    top: 10%;
    left: -3%;
    background: rgba(109, 94, 252, 0.3);
}

.nr-stats__blob--b {
    width: 14rem;
    height: 14rem;
    right: -2%;
    top: 35%;
    background: rgba(255, 138, 31, 0.22);
}

.nr-stats__blob--c {
    width: 12rem;
    height: 12rem;
    left: 40%;
    bottom: 5%;
    background: rgba(16, 185, 129, 0.16);
}

.nr-stats__header {
    margin-bottom: 2.25rem;
}

.nr-stats__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6d5efc;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(26, 31, 54, 0.06);
}

.nr-stats__title {
    margin: 0 auto 0.65rem;
    color: #1a1f36;
    font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.nr-stats__subtitle {
    margin: 0 auto;
    max-width: 34rem;
    color: #6b7287;
    font-size: 1rem;
    line-height: 1.65;
}

.nr-stats__card {
    --nr-stats-accent: #6d5efc;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 1.7rem 1.25rem 1.45rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 40px rgba(26, 31, 54, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.55s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    transition-delay: var(--nr-stats-delay, 0ms);
}

.nr-stats__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nr-stats__card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--nr-stats-accent) 35%, white);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 28px 52px rgba(26, 31, 54, 0.14),
        0 14px 30px color-mix(in srgb, var(--nr-stats-accent) 22%, transparent);
}

.nr-stats__card.is-visible:hover {
    transform: translateY(-8px);
}

.nr-stats__card--purple { --nr-stats-accent: #6d5efc; }
.nr-stats__card--orange { --nr-stats-accent: #ff8a1f; }
.nr-stats__card--gold { --nr-stats-accent: #f59e0b; }
.nr-stats__card--green { --nr-stats-accent: #10b981; }

.nr-stats__float {
    position: absolute;
    display: grid;
    place-content: center;
    color: var(--nr-stats-accent);
    opacity: 0.14;
    pointer-events: none;
    animation: nr-stats-float 6.5s ease-in-out infinite;
}

.nr-stats__float--1 {
    top: 0.85rem;
    right: 0.95rem;
    font-size: 1.65rem;
}

.nr-stats__float--2 {
    bottom: 0.9rem;
    left: 0.85rem;
    font-size: 1.25rem;
    animation-delay: -2.4s;
    opacity: 0.1;
}

@keyframes nr-stats-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    50% { transform: translate3d(0, -10px, 0) rotate(8deg); }
}

.nr-stats__icon {
    display: grid;
    place-content: center;
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto 1rem;
    border-radius: 1.05rem;
    color: #fff;
    font-size: 1.55rem;
    background: linear-gradient(145deg, color-mix(in srgb, var(--nr-stats-accent) 75%, white), var(--nr-stats-accent));
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.4) inset,
        0 14px 26px color-mix(in srgb, var(--nr-stats-accent) 35%, transparent);
    transform: rotateX(10deg) rotateY(-10deg);
    transition: transform 0.3s ease;
}

.nr-stats__card:hover .nr-stats__icon {
    transform: translateY(-4px) scale(1.06) rotateX(0deg) rotateY(0deg);
}

.nr-stats__value {
    margin-bottom: 0.35rem;
    color: #1a1f36;
    font-size: clamp(1.7rem, 1.35rem + 1.2vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.nr-stats__label {
    color: #6b7287;
    font-size: 0.92rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .nr-stats__card {
        padding: 1.35rem 0.9rem 1.2rem;
        border-radius: 1.15rem;
    }

    .nr-stats__icon {
        width: 2.9rem;
        height: 2.9rem;
        font-size: 1.3rem;
    }

    .nr-stats__value {
        font-size: 1.45rem;
    }

    .nr-stats__label {
        font-size: 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-stats__float {
        animation: none;
    }

    .nr-stats__card {
        opacity: 1;
        transform: none;
    }

    .nr-stats__card:hover,
    .nr-stats__card.is-visible:hover {
        transform: none;
    }
}

/* --- Premium CTA --- */
.nr-cta {
    position: relative;
}

.nr-cta__shell {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    padding: clamp(2rem, 1.5rem + 2vw, 3.25rem) clamp(1.15rem, 0.8rem + 1.5vw, 2.5rem);
    background:
        radial-gradient(ellipse 50% 60% at 12% 20%, rgba(255, 255, 255, 0.18), transparent 55%),
        radial-gradient(ellipse 45% 55% at 88% 80%, rgba(255, 138, 31, 0.22), transparent 50%),
        linear-gradient(135deg, #8b7cff 0%, #6d5efc 42%, #4f3de8 78%, #3b2cc7 100%);
    box-shadow:
        0 28px 60px rgba(79, 61, 232, 0.28),
        0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.nr-cta__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nr-cta__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.55;
    animation: nr-cta-float 9s ease-in-out infinite;
}

.nr-cta__blob--1 {
    width: 12rem;
    height: 12rem;
    top: -3rem;
    left: -2rem;
    background: rgba(255, 255, 255, 0.28);
}

.nr-cta__blob--2 {
    width: 10rem;
    height: 10rem;
    top: 35%;
    right: -2.5rem;
    background: rgba(255, 176, 86, 0.35);
    animation-delay: -3s;
}

.nr-cta__blob--3 {
    width: 8rem;
    height: 8rem;
    bottom: -2rem;
    left: 28%;
    background: rgba(167, 139, 250, 0.45);
    animation-delay: -5s;
}

.nr-cta__blob--4 {
    width: 6rem;
    height: 6rem;
    top: 12%;
    left: 55%;
    background: rgba(255, 255, 255, 0.18);
    animation-delay: -1.5s;
}

@keyframes nr-cta-float {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -16px, 0) scale(1.08); }
}

.nr-cta__inner {
    position: relative;
    z-index: 1;
}

.nr-cta__intro {
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.nr-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.nr-cta__title {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: clamp(1.7rem, 1.25rem + 1.8vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-shadow: 0 10px 30px rgba(26, 18, 110, 0.25);
}

.nr-cta__text {
    margin: 0 auto;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.65;
}

.nr-cta__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 1.35rem 1.25rem 1.25rem;
    border-radius: 1.25rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25) inset,
        0 18px 36px rgba(26, 18, 110, 0.18);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.nr-cta__card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.35) inset,
        0 26px 48px rgba(26, 18, 110, 0.28);
    color: inherit;
}

.nr-cta__card--primary {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.98);
}

.nr-cta__card--primary:hover {
    background: #fff;
}

.nr-cta__card-icon {
    display: grid;
    place-content: center;
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    border-radius: 0.95rem;
    color: #fff;
    font-size: 1.45rem;
    background: linear-gradient(145deg, #a597ff, #6d5efc 50%, #4f3de8);
    box-shadow: 0 12px 24px rgba(79, 61, 232, 0.35);
}

.nr-cta__card--primary .nr-cta__card-icon {
    background: linear-gradient(145deg, #ffb056, #ff8a1f);
    box-shadow: 0 12px 24px rgba(255, 138, 31, 0.35);
}

.nr-cta__card-label {
    display: block;
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.nr-cta__card--primary .nr-cta__card-label {
    color: #1a1f36;
}

.nr-cta__card-text {
    display: block;
    margin-bottom: 1.1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.55;
    flex-grow: 1;
}

.nr-cta__card--primary .nr-cta__card-text {
    color: #6b7287;
}

.nr-cta__card-go {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.82rem;
    font-weight: 800;
}

.nr-cta__card--primary .nr-cta__card-go {
    color: #4f3de8;
}

.nr-cta__card-go iconify-icon {
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.nr-cta__card:hover .nr-cta__card-go iconify-icon {
    transform: translateX(3px);
}

@media (max-width: 767.98px) {
    .nr-cta__shell {
        border-radius: 1.35rem;
        padding: 1.75rem 1.1rem 1.5rem;
    }

    .nr-cta__intro {
        margin-bottom: 1.4rem;
    }

    .nr-cta__card {
        padding: 1.2rem 1.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-cta__blob {
        animation: none;
    }

    .nr-cta__card:hover {
        transform: none;
    }
}
