@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --c-primary: #4D66B3;
    --c-primary-soft: #5A86C7;
    --c-teal: #39B7B0;
    --c-bg: #F5F7FB;
    --c-white: #FFFFFF;
    --c-course-pink: #E63E7B;
    --c-course-bg: #F7EDEF;
    --c-course-green: #11B36B;
    --c-text: #1D2B4F;
    --c-muted: #5F6E90;
    --shadow-soft: 0 16px 40px rgba(28, 54, 120, 0.09);
    --radius-lg: 1.25rem;
}

/* Hide visible scrollbars for an app-like look while keeping scroll behavior */
html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

* {
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    color: var(--c-text);
    background-color: var(--c-bg);
    line-height: 1.72;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5 {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(1.85rem, 3vw, 2.8rem);
}

h2 {
    font-size: clamp(1.45rem, 2.35vw, 2.1rem);
}

h3 {
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
}

p, li {
    color: #4d628f;
    font-size: 1.03rem;
}

strong {
    font-weight: 700;
    color: #1e386d;
}

a {
    transition: all 0.2s ease;
}

.navbar {
    border-bottom: 1px solid #e5ecff;
}

.navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    letter-spacing: 0.01em;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 0.65rem;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(44, 72, 140, 0.18);
}

.brand-mark-sm {
    width: 28px;
    height: 28px;
    border-radius: 0.55rem;
    object-fit: cover;
}

.navbar .nav-link {
    border-radius: 999px;
    padding: 0.38rem 0.88rem !important;
    font-weight: 600;
    color: #465d8e;
}

.navbar .nav-link:hover {
    background: rgba(77, 102, 179, 0.1);
    color: #2d4786;
}

.navbar .nav-link.active {
    background: rgba(77, 102, 179, 0.14);
    color: #2f4c90 !important;
}

.nav-hover-menu-list {
    border: 1px solid #dce8ff;
    border-radius: 0.85rem;
    padding: 0.35rem;
    min-width: 190px;
    box-shadow: 0 14px 28px rgba(35, 62, 126, 0.15);
}

.nav-hover-menu-list .dropdown-item {
    border-radius: 0.65rem;
    font-weight: 600;
    color: #425d94;
    padding: 0.5rem 0.65rem;
}

.nav-hover-menu-list .dropdown-item:hover,
.nav-hover-menu-list .dropdown-item.active {
    background: rgba(77, 102, 179, 0.12);
    color: #2d4d8f;
}

.dashboard-hover-btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .nav-hover-menu:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.form-label {
    font-weight: 600;
    color: #304a84;
    font-size: 0.94rem;
}

.required-star {
    color: #dc3545;
    font-weight: 700;
    margin-left: 0.15rem;
}

.proof-switch-box {
    border: 1px solid #f4c7d6;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #fff8fb, #fff);
    padding: 0.8rem;
}

.proof-helper-text {
    font-size: 0.82rem;
    color: #9e365f;
    font-weight: 600;
    margin-bottom: 0.55rem;
}

.checkout-future-discount {
    border: 1px dashed #bfd2fb;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #f7faff, #fff);
    padding: 0.72rem 0.78rem;
}

.checkout-future-discount .small {
    color: #3f568b;
}

.checkout-future-discount.is-success {
    border-color: #b7e0c2;
    background: linear-gradient(180deg, #ecfbf0, #fff);
}

.checkout-future-discount .form-control {
    background: #fff;
}

.checkout-reward-ok {
    border: 1px solid #b7e0c2;
    background: #edfbf1;
    border-radius: 0.78rem;
    color: #1f6a3b;
    font-size: 0.82rem;
    padding: 0.45rem 0.55rem;
}

.checkout-reward-warn {
    border: 1px solid #f1d4a4;
    background: #fff7e9;
    border-radius: 0.78rem;
    color: #8e5a18;
    font-size: 0.82rem;
    padding: 0.45rem 0.55rem;
}

.proof-option-btn {
    border: 1.5px solid #e9b9cb;
    color: #9a2f5a;
    background: #fff;
    font-weight: 700;
}

.proof-option-btn:hover {
    border-color: #db7ca5;
    color: #8f2751;
    background: #fff3f8;
}

.btn-check:checked + .proof-option-btn {
    border-color: #be185d;
    background: linear-gradient(135deg, #be185d, #e63e7b);
    color: #fff;
    box-shadow: 0 8px 16px rgba(190, 24, 93, 0.28);
}

.form-control,
.form-select {
    border-radius: 0.8rem;
    border-color: #d3defa;
    min-height: 44px;
}

.form-control:focus,
.form-select:focus {
    border-color: #6f91e0;
    box-shadow: 0 0 0 0.2rem rgba(93, 131, 217, 0.18);
}

textarea.form-control {
    min-height: 108px;
}

.alert {
    border: 0;
    border-left: 4px solid transparent;
    border-radius: 0.85rem;
}

.alert-info {
    border-left-color: #4d66b3;
}

.alert-danger {
    border-left-color: #bb3d3d;
}

.alert-success {
    border-left-color: #16885a;
}

.table {
    --bs-table-striped-bg: #f6f9ff;
}

.table thead th {
    background: #eef3ff;
    color: #355392;
    border-bottom: 0;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.table tbody tr {
    border-color: #e4ecff;
}

.table tbody td {
    color: #3c5489;
    font-size: 0.94rem;
}

.title-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(77, 102, 179, 0.1);
    color: #2d4a8d;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.54rem;
    border: 1px solid rgba(77, 102, 179, 0.2);
}

.mini-pill {
    display: inline-block;
    border-radius: 999px;
    background: rgba(57, 183, 176, 0.15);
    color: #166a66;
    font-size: 0.67rem;
    font-weight: 600;
    padding: 0.13rem 0.5rem;
    border: 1px solid rgba(22, 106, 102, 0.2);
}

.info-card {
    background: #f5f9ff;
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    padding: 0.88rem 0.98rem;
}

.info-card p:last-child,
.info-card ul:last-child {
    margin-bottom: 0;
}

.readable-list li + li {
    margin-top: 0.32rem;
}

.text-brand-primary {
    color: var(--c-primary);
}

.btn-brand-primary {
    background: linear-gradient(135deg, var(--c-primary), var(--c-primary-soft));
    border: none;
    color: var(--c-white);
}

.btn-brand-primary:hover {
    color: var(--c-white);
    opacity: 0.93;
}

.btn-brand-secondary {
    background-color: var(--c-teal);
    border: none;
    color: var(--c-white);
}

.btn-brand-secondary:hover {
    color: var(--c-white);
    opacity: 0.93;
}

.btn-outline-brand {
    border: 1px solid var(--c-primary);
    color: var(--c-primary);
}

.btn-outline-brand:hover {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.btn-gold-telegram {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #b8871f, #f4d27a 45%, #d4a83f 70%, #b8871f);
    color: #2b1c05;
    border: 1px solid rgba(180, 130, 24, 0.65);
    box-shadow: 0 12px 24px rgba(180, 130, 24, 0.25);
    font-weight: 700;
}

.btn-gold-telegram:hover {
    color: #2b1c05;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(180, 130, 24, 0.3);
}

.btn-gold-telegram::after {
    content: '';
    position: absolute;
    top: -120%;
    left: -40%;
    width: 40%;
    height: 320%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
    transform: rotate(20deg);
    animation: goldShine 3.4s linear infinite;
}

@keyframes goldShine {
    0% {
        left: -60%;
    }
    100% {
        left: 160%;
    }
}

.hero-gradient {
    background:
        radial-gradient(circle at 20% 10%, rgba(90, 134, 199, 0.25), transparent 45%),
        radial-gradient(circle at 80% 20%, rgba(57, 183, 176, 0.2), transparent 42%),
        linear-gradient(140deg, #eef2ff, #f7fbff 45%, #ecfffb);
    border-radius: calc(var(--radius-lg) + 0.5rem);
    padding: 4.5rem 2rem;
    box-shadow: var(--shadow-soft);
}

.hero-cta .btn {
    min-width: 170px;
}

.section-space {
    padding: 4rem 0;
}

.section-card {
    background: var(--c-white);
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border-left: 4px solid rgba(77, 102, 179, 0.22);
    height: 100%;
}

.icon-pill {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--c-primary);
    background: rgba(77, 102, 179, 0.12);
}

.course-highlight {
    background: linear-gradient(140deg, #fff6f9, var(--c-course-bg));
    border-left: 5px solid var(--c-course-pink);
}

.course-chip {
    display: inline-block;
    border-radius: 999px;
    background: rgba(17, 179, 107, 0.12);
    color: var(--c-course-green);
    padding: 0.35rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.faq-item details {
    background: var(--c-white);
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
    padding: 1rem 1.25rem;
}

.faq-item details + details {
    margin-top: 0.9rem;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
}

.footer-section {
    background: var(--c-white);
    border-top: 1px solid #e4ebff;
}

.footer-section a {
    color: var(--c-primary);
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: none;
    color: #2f4d92;
}

.footer-section .text-muted {
    color: #55698f !important;
}

.whatsapp-contact-text {
    color: #284987;
    font-weight: 700;
}

.booking-panel {
    background: var(--c-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
}

.counseling-prelude {
    border: 1px solid #dbe7ff;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 8% 0%, rgba(77, 102, 179, 0.12), transparent 34%),
        radial-gradient(circle at 92% 8%, rgba(57, 183, 176, 0.1), transparent 34%),
        linear-gradient(155deg, #ffffff, #f8fbff 55%, #f4fffb);
    box-shadow: 0 16px 30px rgba(66, 93, 156, 0.1);
    padding: 1.1rem;
}

.counseling-prelude-head h1 {
    color: #203a6f;
}

.counseling-topic-card {
    border: 1px solid #dbe6ff;
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 10px 20px rgba(67, 95, 158, 0.08);
    padding: 0.9rem;
}

.counseling-topic-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.55rem;
    color: #2f4f91;
    background: linear-gradient(135deg, #e8f0ff, #eafaf8);
    border: 1px solid #d7e4ff;
    font-size: 1rem;
}

.counseling-topic-card h2 {
    color: #223a67;
}

.counseling-topic-card p {
    color: #5a6f9b;
    font-size: 0.94rem;
}

.counseling-islamic-card {
    border: 1px solid #d6e4ff;
    border-radius: 1rem;
    background: linear-gradient(155deg, #ffffff, #f6fbff);
    box-shadow: 0 12px 24px rgba(61, 88, 150, 0.09);
    padding: 1rem;
}

.counseling-islamic-head {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.counseling-islamic-head h2 {
    color: #1f3763;
}

.counseling-islamic-head p {
    color: #5a6f9b;
    font-weight: 600;
}

.counseling-quote-card {
    border: 1px solid #d8e5ff;
    border-radius: 0.85rem;
    background: #fff;
    padding: 0.78rem 0.82rem;
}

.counseling-quote-card p {
    color: #2e4676;
    font-weight: 600;
    line-height: 1.5;
}

.counseling-quote-card small {
    color: #5570a6;
    font-weight: 700;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.6rem;
}

.calendar-weekday {
    text-align: center;
    font-size: 0.8rem;
    color: var(--c-muted);
    font-weight: 600;
}

.calendar-day {
    border: 1px solid #dbe4fb;
    border-radius: 0.9rem;
    background: #fff;
    min-height: 78px;
    padding: 0.45rem;
    text-align: left;
    transition: all 0.2s ease;
}

.calendar-day .day-number {
    display: block;
    font-weight: 700;
    color: var(--c-primary);
}

.calendar-day .slot-count {
    font-size: 0.75rem;
    color: var(--c-muted);
}

.calendar-day.available:hover,
.calendar-day.active {
    border-color: var(--c-teal);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(57, 183, 176, 0.18);
}

.calendar-day.closed,
.calendar-day.full {
    background: #f6f8fc;
    color: #9ea7be;
    cursor: not-allowed;
}

.slot-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.7rem;
}

.slot-btn {
    border-radius: 999px;
    border: 1px solid #c7d5fa;
    background: #fff;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
}

.slot-btn.active {
    background: var(--c-primary);
    color: #fff;
    border-color: var(--c-primary);
}

.slot-btn[disabled] {
    background: #f3f5fb;
    color: #9da8c3;
    border-color: #dbe3f7;
}

.form-card {
    background: var(--c-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border-top: 4px solid rgba(57, 183, 176, 0.3);
}

.status-badge {
    font-size: 0.78rem;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-weight: 600;
    display: inline-block;
}

.status-pending {
    background: #fff4d6;
    color: #8c5d00;
}

.status-approved {
    background: #dff6e7;
    color: #127944;
}

.status-verified {
    background: #dff6e7;
    color: #127944;
}

.status-rejected {
    background: #ffe2e2;
    color: #962828;
}

.status-failed {
    background: #ffe2e2;
    color: #962828;
}

.status-new {
    background: #e7f0ff;
    color: #244f94;
}

.status-read {
    background: #fff4d6;
    color: #8c5d00;
}

.status-replied {
    background: #dff6e7;
    color: #127944;
}

.admin-sidebar-link {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: var(--c-text);
}

.admin-sidebar-link.active,
.admin-sidebar-link:hover {
    background: #eaf0ff;
    color: var(--c-primary);
}

.admin-shell {
    background:
        radial-gradient(circle at 5% 0%, rgba(57, 183, 176, 0.08), transparent 28%),
        radial-gradient(circle at 96% 2%, rgba(77, 102, 179, 0.08), transparent 24%),
        #f7faf8;
}

.admin-sidebar {
    background: #fff;
    min-height: 100vh;
    box-shadow: 10px 0 24px rgba(42, 68, 126, 0.06);
}

.admin-sidebar-subnav {
    border-top: 1px solid #e9eef9;
    padding-top: 0.8rem;
}

.admin-sidebar-link-sub {
    font-size: 0.9rem;
    color: #5670a3;
}

.admin-main {
    min-height: 100vh;
}

/* Prevent stretched cards/whitespace in admin content sections */
.admin-main .section-card {
    height: auto;
}

.admin-mobile-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
}

.admin-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.admin-metric-card {
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: #fff;
    padding: 0.8rem 0.9rem;
    box-shadow: 0 10px 24px rgba(62, 90, 152, 0.1);
}

.admin-metric-card span {
    display: block;
    font-size: 0.78rem;
    color: #60739d;
    margin-bottom: 0.15rem;
}

.admin-metric-card strong {
    font-size: 1.04rem;
    color: #2a4686;
}

.admin-filter-bar .btn {
    min-height: 34px;
}

.admin-compact-table td,
.admin-compact-table th {
    white-space: nowrap;
}

/* Students admin table: tighter layout and stable controls */
.students-admin-shell .students-table th,
.students-admin-shell .students-table td {
    padding: 0.52rem 0.56rem;
    vertical-align: top;
    white-space: normal;
}

.students-admin-shell {
    align-items: flex-start;
}

.students-admin-shell .student-actions-cell {
    min-width: 270px;
}

.students-admin-shell .student-link-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.28rem;
}

.students-admin-shell .student-link-grid .btn {
    padding: 0.2rem 0.46rem;
    font-size: 0.74rem;
    line-height: 1.25;
    border-radius: 0.52rem;
}

.students-admin-shell .student-action-form {
    display: grid;
    grid-template-columns: minmax(125px, 1fr) 64px auto;
    gap: 0.3rem;
    align-items: center;
}

.students-admin-shell .student-action-form .form-select,
.students-admin-shell .student-action-form .form-control,
.students-admin-shell .student-action-form .btn {
    min-height: 31px;
}

.students-admin-shell .student-action-form .btn {
    white-space: nowrap;
}

.admin-action-menu form {
    margin: 0;
}

.certificate-template-preview {
    border: 1px dashed #b8cbf4;
    border-radius: 1rem;
    background: linear-gradient(145deg, #f7fbff, #fff);
    padding: 1rem;
}

.certificate-template-inner {
    border: 4px double #4d66b3;
    border-radius: 0.8rem;
    padding: 1rem;
    text-align: center;
}

.certificate-template-brand {
    color: #4a5f91;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.certificate-template-title {
    color: #294987;
    margin-bottom: 0.35rem;
}

.certificate-template-message {
    color: #4f6187;
    margin-bottom: 0.7rem;
}

.certificate-template-student {
    font-size: 1.25rem;
    font-weight: 700;
    color: #284681;
    margin-bottom: 0.2rem;
}

.certificate-template-course {
    font-size: 1rem;
    color: #44639f;
    margin-bottom: 0.7rem;
}

.certificate-template-sign-row {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    color: #4f638d;
    font-size: 0.83rem;
    margin-bottom: 0.8rem;
}

.status-active,
.status-eligible,
.status-issued,
.status-paid,
.status-completed {
    background: #dff6e7;
    color: #127944;
}

.status-suspended,
.status-revoked,
.status-removed,
.status-unpaid,
.status-not-eligible {
    background: #ffe2e2;
    color: #962828;
}

.status-partial,
.status-pending,
.status-in-progress,
.status-scheduled,
.status-limit-reached {
    background: #fff4d6;
    color: #8c5d00;
}

.status-inactive,
.status-expired {
    background: #e8edf7;
    color: #4e5f84;
}

.status-rescheduled,
.status-flagged,
.status-blocked {
    background: #fce8d4;
    color: #9c5412;
}

.status-cancelled {
    background: #ffe2e2;
    color: #962828;
}

.status-resolved {
    background: #dff6e7;
    color: #127944;
}

.status-manual-override {
    background: #e7f0ff;
    color: #244f94;
}

@media (max-width: 991px) {
    .admin-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-main {
        padding-bottom: 1rem !important;
    }

    .admin-sidebar-link {
        min-height: 42px;
        display: flex;
        align-items: center;
    }

    .hero-gradient {
        padding: 3.2rem 1.4rem;
    }

    .students-admin-shell .student-actions-cell {
        min-width: 230px;
    }

    .students-admin-shell .student-action-form {
        grid-template-columns: minmax(110px, 1fr) 60px auto;
    }
}

@media (max-width: 767px) {
    .calendar-grid {
        gap: 0.4rem;
    }

    .calendar-day {
        min-height: 66px;
        padding: 0.35rem;
    }

    .students-admin-shell .students-table th,
    .students-admin-shell .students-table td {
        padding: 0.44rem 0.4rem;
    }

    .students-admin-shell .student-actions-cell {
        min-width: 200px;
    }

    .students-admin-shell .student-link-grid .btn {
        font-size: 0.7rem;
    }

    .students-admin-shell .student-action-form {
        grid-template-columns: 1fr;
    }
}

/* Homepage (Bangla) */
.home-bn {
    padding-bottom: 92px;
}

.bn-hero-section {
    padding: 2.8rem 0 1.5rem;
}

.bn-hero-card {
    border-radius: 1.7rem;
    background:
        radial-gradient(circle at 10% 0%, rgba(77, 102, 179, 0.2), transparent 35%),
        radial-gradient(circle at 90% 10%, rgba(57, 183, 176, 0.18), transparent 40%),
        linear-gradient(145deg, #eef3ff, #f9fdff 40%, #eefaf8);
    box-shadow: 0 20px 45px rgba(51, 78, 145, 0.14);
    padding: 2.4rem;
}

.bn-kicker {
    display: inline-block;
    padding: 0.22rem 0.62rem;
    border-radius: 999px;
    background: rgba(77, 102, 179, 0.1);
    color: #2d4b90;
    font-size: 0.74rem;
    font-weight: 600;
    border: 1px solid rgba(77, 102, 179, 0.18);
}

.bn-hero-title {
    font-size: clamp(1.9rem, 4vw, 3.05rem);
    line-height: 1.22;
    font-weight: 700;
}

.bn-hero-subtitle {
    color: #4e628d;
    font-size: 1.03rem;
}

.bn-day-chip {
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0.62rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #2d4b90;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.2);
}

.bn-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bn-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.24rem 0.64rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #2f4d8f;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #d8e4ff;
}

.bn-hero-actions .btn {
    font-weight: 600;
}

.bn-glass-stats {
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(5px);
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.bn-stat-item {
    border-radius: 0.95rem;
    background: #fff;
    border: 1px solid #e3ebff;
    padding: 0.85rem;
}

.bn-stat-item strong {
    display: block;
    color: var(--c-primary);
    font-size: 1.08rem;
}

.bn-stat-item span {
    display: block;
    color: #5d6f95;
    font-size: 0.82rem;
}

.bn-section {
    padding: 3.5rem 0;
}

.bn-section-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 700;
}

.bn-muted {
    color: #60719a;
}

.bn-feature-card {
    background: #fff;
    border-radius: 1.1rem;
    border: 1px solid #e6edff;
    padding: 1.2rem;
    box-shadow: 0 12px 24px rgba(72, 99, 163, 0.09);
}

.bn-feature-card h3 {
    font-size: 1.25rem;
    margin: 0.85rem 0 0.4rem;
}

.bn-feature-card p {
    margin: 0;
    color: #61729a;
}

.bn-icon-dot {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--c-primary);
    background: rgba(77, 102, 179, 0.12);
}

.bn-soft-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(77, 102, 179, 0.03));
}

.bn-link {
    color: var(--c-primary);
    text-decoration: none;
    font-weight: 600;
}

.bn-cred-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.bn-cred-card {
    background: #fff;
    border: 1px solid #dfe8ff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 22px rgba(61, 88, 150, 0.08);
}

.bn-cred-card h3 {
    font-size: 1rem;
    margin: 0.55rem 0 0.3rem;
}

.bn-cred-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #607298;
}

.bn-cred-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e4f91;
    background: linear-gradient(135deg, #e9f0ff, #edf8ff);
    border: 1px solid #d7e4ff;
}

.bn-service-card {
    background: #fff;
    border: 1px solid #e8eefc;
    border-radius: 1rem;
    padding: 1.1rem;
    height: 100%;
    box-shadow: 0 10px 24px rgba(66, 93, 156, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bn-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(66, 93, 156, 0.12);
}

.bn-service-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ebf2ff, #e9fbf8);
    color: #2f4e90;
    border: 1px solid #dce8ff;
    margin-bottom: 0.62rem;
    font-size: 1.05rem;
}

.bn-service-card h4 {
    font-size: 1.08rem;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

.bn-service-card p {
    color: #65769a;
    margin: 0;
    font-size: 0.95rem;
}

.bn-affordable-card {
    background: linear-gradient(135deg, #eaf2ff, #f5fbff 45%, #eefef8);
    border: 1px solid #d5e3ff;
    border-radius: 1.2rem;
    padding: 1.35rem 1.45rem;
    box-shadow: 0 10px 25px rgba(69, 96, 162, 0.12);
}

.bn-affordable-card p {
    color: #4f638f;
    font-size: 1rem;
}

.bn-thought-card {
    background: #fff;
    border: 1px solid #e2eaff;
    border-radius: 1.15rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 10px 22px rgba(66, 93, 156, 0.09);
}

.bn-thought-card p {
    color: #51648f;
}

.content-pill {
    display: inline-block;
    padding: 0.2rem 0.56rem;
    border-radius: 999px;
    background: rgba(77, 102, 179, 0.1);
    color: #2f4b8e;
    font-size: 0.72rem;
    font-weight: 600;
    border: 1px solid rgba(77, 102, 179, 0.18);
}

.bn-intro-lead {
    font-size: 1.1rem;
    color: #385389;
    font-weight: 500;
}

.bn-quote-block {
    border-left: 4px solid #5a86c7;
    background: #f5f9ff;
    border-radius: 0.9rem;
    padding: 0.85rem 0.95rem;
    margin: 0.7rem 0;
}

.bn-quote-text {
    font-size: 1.18rem;
    font-weight: 600;
    color: #294b86;
    margin-bottom: 0.25rem;
}

.bn-cite-pill {
    display: inline-block;
    padding: 0.15rem 0.56rem;
    border-radius: 999px;
    background: #e8efff;
    color: #385a9a;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #cddcff;
}

.bn-highlight-note {
    border: 1px solid #d4e4ff;
    background: linear-gradient(145deg, #f8fbff, #eff6ff);
    border-radius: 0.9rem;
    padding: 0.82rem 0.92rem;
}

.bn-course-box {
    border-radius: 1.5rem;
    padding: 1.8rem;
    background: linear-gradient(145deg, #f7f9ff, #fbfeff 42%, #f4fffb);
    border: 1px solid #dbe6ff;
    box-shadow: 0 14px 30px rgba(59, 88, 151, 0.1);
}

.bn-pill {
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f4f94, #3e6ec8);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.25rem 0.62rem;
}

.bn-course-title {
    font-size: clamp(1.45rem, 2.3vw, 2.25rem);
    font-weight: 700;
}

.bn-concern-list,
.bn-result-list {
    border-radius: 0.95rem;
    border: 1px solid #dbe7ff;
    background: #fff;
    padding: 0.95rem 1rem;
    height: 100%;
}

.bn-concern-list strong,
.bn-result-list strong {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #254588;
}

.bn-concern-list ul,
.bn-result-list ul {
    margin: 0;
    padding-left: 1.15rem;
    color: #5f7198;
}

.bn-concern-list li + li,
.bn-result-list li + li {
    margin-top: 0.32rem;
}

.bn-topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.bn-topic-pills span {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #2f4e91;
    background: rgba(77, 102, 179, 0.1);
    border: 1px solid rgba(77, 102, 179, 0.2);
}

.bn-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bn-check-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.4rem;
}

.bn-check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #be185d;
    font-weight: 700;
}

.bn-course-btn {
    background: linear-gradient(135deg, #2f4f94, #3b66ba);
    color: #fff;
    border: 0;
    font-weight: 600;
}

.bn-course-btn:hover {
    color: #fff;
    opacity: 0.95;
}

.bn-offer-pricing {
    display: inline-flex;
    align-items: baseline;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.bn-price-old {
    font-size: 1.15rem;
    font-weight: 700;
    color: #a06a83;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #d94f86;
}

.bn-price-new {
    font-size: clamp(1.55rem, 2.7vw, 2.2rem);
    font-weight: 800;
    color: #0f9a4f;
    letter-spacing: 0.01em;
    text-shadow:
        0 0 0 rgba(255, 255, 255, 0),
        0 2px 0 rgba(8, 87, 43, 0.15),
        0 8px 18px rgba(17, 179, 107, 0.28);
    position: relative;
}

.bn-price-new::after {
    content: "OFFER";
    margin-left: 0.4rem;
    display: inline-block;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f9a4f;
    background: rgba(17, 179, 107, 0.12);
    border: 1px solid rgba(17, 179, 107, 0.32);
    border-radius: 999px;
    padding: 0.16rem 0.38rem;
    vertical-align: middle;
}

.bn-course-visual {
    height: 100%;
    min-height: 220px;
    border-radius: 1.25rem;
    border: 1px solid #ffcadd;
    background:
        radial-gradient(circle at 20% 20%, rgba(190, 24, 93, 0.12), transparent 40%),
        radial-gradient(circle at 80% 10%, rgba(17, 179, 107, 0.13), transparent 35%),
        #fff;
    display: flex;
    align-items: flex-end;
    padding: 1.2rem;
}

.bn-course-photo {
    display: block;
    width: 100%;
    max-height: 175px;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid #f2ccda;
    box-shadow: 0 10px 18px rgba(188, 43, 109, 0.12);
}

.bn-testimonial-list {
    display: grid;
    gap: 0.9rem;
}

.bn-testimonial-card {
    background: #fff;
    border: 1px solid #e6edfd;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.bn-testimonial-card p {
    color: #5e6f93;
    margin-bottom: 0.6rem;
}

.bn-faq-group details {
    background: #fff;
    border: 1px solid #e6edfd;
    border-radius: 0.95rem;
    padding: 0.9rem 1rem;
}

.bn-faq-toolbar .form-control {
    max-width: 520px;
}

.bn-faq-hidden {
    display: none !important;
}

.bn-faq-group details + details {
    margin-top: 0.65rem;
}

.bn-faq-group summary {
    cursor: pointer;
    font-weight: 600;
}

.bn-faq-group p {
    margin: 0.55rem 0 0;
    color: #607197;
}

.bn-cta-strip {
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    color: #fff;
    padding: 1.2rem 1.4rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bn-cta-strip p {
    color: #eef4ff;
    opacity: 0.96;
}

.bn-cta-strip h3 {
    color: #fff;
}

.bn-wa-float {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(37, 211, 102, 0.35);
    z-index: 1050;
}

.bn-wa-float i {
    font-size: 1.45rem;
    line-height: 1;
}

.bn-wa-float:hover {
    color: #fff;
    transform: translateY(-1px);
}

.bn-mobile-dock {
    position: fixed;
    left: 0.7rem;
    right: 0.7rem;
    bottom: calc(0.45rem + env(safe-area-inset-bottom));
    padding: 0.34rem;
    background:
        linear-gradient(135deg, rgba(77, 102, 179, 0.78), rgba(57, 183, 176, 0.58)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border: 1px solid rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(18px) saturate(175%);
    -webkit-backdrop-filter: blur(18px) saturate(175%);
    border-radius: 999px;
    box-shadow:
        0 14px 34px rgba(21, 48, 108, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    z-index: 1040;
}

.bn-mobile-dock.is-switching {
    pointer-events: none;
}

.bn-mobile-dock a {
    flex: 1 1 0;
    text-decoration: none;
    min-height: 46px;
    border-radius: 999px;
    padding: 0.4rem 0.52rem;
    color: rgba(237, 244, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.06rem;
    transform: translateZ(0) scale(1);
    will-change: transform, color, background, box-shadow, opacity;
    transition:
        color 0.26s ease,
        background-color 0.28s ease,
        box-shadow 0.3s ease,
        transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
        flex-grow 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        padding 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 0.2s ease;
}

.bn-mobile-dock a i {
    font-size: 1.02rem;
    color: inherit;
    transition:
        transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.bn-mobile-dock a span {
    max-width: 90px;
    opacity: 0.92;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(0);
    margin-left: 0.18rem;
    transition:
        max-width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 0.22s ease,
        transform 0.24s ease,
        margin-left 0.24s ease;
}

.bn-mobile-dock a.active,
.bn-mobile-dock a.activating {
    flex: 1.7 1 0;
    justify-content: flex-start;
    color: #2d4d8e;
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 6px 14px rgba(24, 51, 113, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding-left: 0.72rem;
    padding-right: 0.72rem;
    transform: scale(1.03);
}

.bn-mobile-dock a.active i,
.bn-mobile-dock a.activating i {
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.74rem;
    box-shadow: 0 3px 10px rgba(77, 102, 179, 0.35);
    transform: scale(1.03);
}

.bn-mobile-dock a.active span,
.bn-mobile-dock a.activating span {
    max-width: 120px;
    opacity: 1;
    transform: translateX(0);
    margin-left: 0.24rem;
}

.bn-mobile-dock a.activating {
    animation: dock-active-pop 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bn-mobile-dock a.activating i {
    animation: dock-icon-pop 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bn-mobile-dock.is-switching a:not(.activating) {
    opacity: 0.72;
    transform: scale(0.94);
}

.bn-mobile-dock a:not(.active):hover {
    color: #fff;
    transform: scale(1.03);
}

.bn-mobile-dock a:active {
    transform: scale(0.97);
}

.mobile-dock-spacer {
    height: 92px;
}

@keyframes dock-active-pop {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1.03);
    }
}

@keyframes dock-icon-pop {
    0% {
        transform: scale(0.85);
    }
    55% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1.03);
    }
}

@media (max-width: 380px) {
    .bn-mobile-dock a {
        min-height: 44px;
        padding: 0.35rem 0.42rem;
    }

    .bn-mobile-dock a.active {
        flex: 1.58 1 0;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .bn-mobile-dock a.active span {
        font-size: 0.68rem;
        max-width: 88px;
    }

    .bn-mobile-dock a span {
        font-size: 0.66rem;
        max-width: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bn-mobile-dock,
    .bn-mobile-dock a,
    .bn-mobile-dock a i,
    .bn-mobile-dock a span {
        transition: none !important;
        animation: none !important;
    }
}

/* Optional growth features page */
.growth-page .section-card {
    border-left: 4px solid rgba(57, 183, 176, 0.24);
}

.growth-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.growth-subtitle {
    color: #536996;
    max-width: 760px;
}

.growth-card {
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f8fbff, #fff);
    box-shadow: 0 12px 24px rgba(61, 91, 153, 0.1);
    padding: 1rem;
}

.growth-card h3 {
    color: #2e4d90;
}

.growth-certificate-preview {
    border: 1px dashed #b7cbf5;
    border-radius: 0.95rem;
    background: #f7faff;
    padding: 1rem;
}

.growth-placeholder-note {
    color: #60729b;
    font-size: 0.88rem;
}

/* Mentor credibility page */
.mentor-page .section-card {
    border-left: 4px solid rgba(57, 183, 176, 0.22);
}

.mentor-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.mentor-subtitle {
    color: #526996;
    max-width: 760px;
}

.mentor-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.mentor-method-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #f3f8ff;
    color: #2f5497;
    font-weight: 600;
    font-size: 0.86rem;
    padding: 0.35rem 0.75rem;
}

.mentor-backing-box {
    border: 1px dashed #c6d8fb;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    background: #f9fbff;
}

.mentor-role-card {
    border: 1px solid #dfebff;
    border-radius: 0.95rem;
    background: #fff;
    padding: 0.9rem 1rem;
}

.mentor-member-card {
    border: 1px solid #d8e7ff;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    padding: 0.95rem 1rem;
    box-shadow: 0 12px 24px rgba(58, 86, 149, 0.09);
}

.mentor-member-role {
    color: #395a98;
    font-weight: 600;
}

.mentor-member-list {
    margin-bottom: 0;
}

/* Marriage resources page */
.marriage-resources-page .section-card {
    border-left: 4px solid rgba(77, 102, 179, 0.22);
}

.resources-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.resources-subtitle {
    color: #536996;
    max-width: 760px;
}

.resource-tool-card {
    background: #fff;
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    padding: 1rem 1.05rem;
    box-shadow: 0 12px 26px rgba(58, 86, 149, 0.1);
    display: flex;
    flex-direction: column;
}

.resource-letter {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #254985;
    background: #e8f0ff;
    border: 1px solid #cfe0ff;
}

.resource-download-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resources-cta-strip {
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    color: #fff;
    padding: 1.15rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.resources-cta-strip p {
    color: #edf3ff;
}

/* Community page */
.community-page .community-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.45rem;
    padding: 1.35rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.23), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.18), transparent 32%),
        linear-gradient(135deg, #4d66b3 0%, #537ccc 42%, #39b7b0 100%);
    box-shadow: 0 20px 42px rgba(33, 67, 139, 0.24);
    color: #fff;
}

.community-page .community-hero-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: -85px;
    top: -95px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 72%);
}

.community-page .community-hero-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
}

.community-page .community-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.34rem 0.78rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(6px);
}

.community-page .community-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #fff;
    margin-bottom: 0.65rem;
}

.community-page .community-subtitle {
    color: rgba(244, 249, 255, 0.96);
    max-width: 760px;
}

.community-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.community-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.36rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #f5fbff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.community-page .community-hero .btn {
    min-height: 44px;
    border-width: 1.5px;
    font-weight: 700;
}

.community-page .community-help-text {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.34rem 0.7rem;
    font-size: 0.82rem;
    color: #2d518f;
    background: #e8f1ff;
    border: 1px solid #d2e2ff;
}

.community-option-card {
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    border: 1px solid #d7e4ff;
    border-radius: 1.1rem;
    box-shadow: 0 14px 28px rgba(58, 86, 149, 0.1);
    padding: 1rem 1.05rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.community-option-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(51, 85, 157, 0.16);
}

.community-option-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.community-option-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #25508f;
    background: linear-gradient(145deg, #e8f2ff, #dfeaff);
    border: 1px solid #ccdefc;
    font-size: 1.18rem;
}

.community-option-tag {
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #385f9e;
    background: #edf4ff;
    border: 1px solid #d6e6ff;
}

.community-option-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 0.42rem;
}

.community-option-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    color: #4c628f;
    font-size: 0.95rem;
    line-height: 1.52;
}

.community-option-list i {
    color: #26a992;
    margin-top: 0.1rem;
    font-size: 0.9rem;
}

.community-option-telegram {
    border-top: 4px solid #2a9ad5;
}

.community-option-discussion {
    border-top: 4px solid #4d66b3;
}

.community-option-qa {
    border-top: 4px solid #27ab98;
}

.community-guideline-card {
    border: 1px solid #d5e4ff;
    border-radius: 1.25rem;
    padding: 1rem 1.05rem;
    background:
        radial-gradient(circle at 12% 12%, rgba(105, 150, 226, 0.14), transparent 40%),
        radial-gradient(circle at 86% 90%, rgba(57, 183, 176, 0.12), transparent 38%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 16px 34px rgba(47, 79, 148, 0.12);
}

.community-guideline-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.community-guideline-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    color: #fff;
    box-shadow: 0 10px 24px rgba(51, 92, 171, 0.26);
}

.community-guideline-head p {
    color: #59709c;
}

.community-guideline-item {
    border-radius: 0.84rem;
    border: 1px solid #d9e7ff;
    background: #ffffff;
    padding: 0.58rem 0.65rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    min-height: 100%;
}

.community-guideline-item i {
    color: #24a688;
    margin-top: 0.08rem;
}

.community-guideline-item span {
    color: #455f91;
    font-size: 0.95rem;
    line-height: 1.45;
}

.community-benefit-card {
    border: 1px solid #dce8ff;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    padding: 0.95rem;
    box-shadow: 0 10px 22px rgba(58, 86, 149, 0.08);
}

.community-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 0.85rem;
    margin-bottom: 0.56rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    box-shadow: 0 8px 18px rgba(51, 92, 171, 0.25);
}

.community-benefit-card h3 {
    color: #264982;
}

.community-benefit-card p {
    color: #53709f;
    font-size: 0.94rem;
}

.community-cta-strip {
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 90% 14%, rgba(255, 255, 255, 0.25), transparent 35%),
        linear-gradient(135deg, #435eb0 0%, #5681cb 45%, #33aea4 100%);
    color: #fff;
    padding: 1.15rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    box-shadow: 0 18px 36px rgba(43, 76, 144, 0.25);
}

.community-cta-strip p {
    color: #edf3ff;
}

.community-cta-strip .btn {
    min-height: 44px;
    font-weight: 700;
}

.community-contact-card {
    border: 1px solid #d8e6ff;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    box-shadow: 0 12px 26px rgba(59, 84, 148, 0.08);
    padding: 1rem;
}

.community-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.community-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    border: 1px solid #d8e6ff;
    background: #fff;
    color: #2c4886;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    min-height: 2.8rem;
    padding: 0.42rem 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.community-contact-item:hover {
    color: #2c4886;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(59, 84, 148, 0.14);
}

.community-contact-item i {
    font-size: 1.1rem;
}

.community-qa-card {
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #f7faff);
    box-shadow: 0 10px 20px rgba(34, 59, 116, 0.07);
    padding: 1rem;
}

.community-qa-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e8fff0;
    color: #177245;
    border: 1px solid #bee9cf;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.25rem 0.6rem;
}

.community-qa-question {
    color: #1f3d78;
    font-weight: 700;
    line-height: 1.55;
}

.community-qa-answer {
    color: #2b3555;
    line-height: 1.65;
}

.community-qa-empty {
    border: 1px dashed #c6d7ff;
    border-radius: 1rem;
    background: #f8fbff;
    color: #496194;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .community-page .community-hero-card {
        border-radius: 1.18rem;
        padding: 1.1rem 0.95rem;
    }

    .community-contact-grid {
        grid-template-columns: 1fr;
    }

    .community-page .community-help-text {
        font-size: 0.78rem;
    }

    .community-option-card {
        padding: 0.92rem 0.88rem;
    }

    .community-guideline-card {
        border-radius: 1.05rem;
        padding: 0.86rem;
    }

    .community-cta-strip {
        border-radius: 1.05rem;
        padding: 1rem 0.9rem;
    }

    .community-cta-strip .btn {
        width: 100%;
        justify-content: center;
    }
}

/* FAQ page */
.faq-page .section-card {
    border-left: 4px solid rgba(77, 102, 179, 0.25);
}

.faq-page-title {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.faq-page-subtitle {
    color: #546a97;
    max-width: 760px;
}

.faq-clean-accordion .accordion-item {
    border: 1px solid #dbe7ff;
    border-radius: 0.9rem !important;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(67, 94, 153, 0.08);
}

.faq-clean-accordion .accordion-item + .accordion-item {
    margin-top: 0.65rem;
}

.faq-clean-accordion .accordion-button {
    font-weight: 700;
    color: #2b457f;
    background: #fff;
    padding: 0.9rem 1rem;
}

.faq-clean-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 131, 217, 0.18);
}

.faq-clean-accordion .accordion-button:not(.collapsed) {
    color: #234890;
    background: #f3f8ff;
}

.faq-clean-accordion .accordion-body {
    color: #4c5f8a;
    line-height: 1.7;
    background: #fff;
}

.faq-convert-strip {
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    color: #fff;
    padding: 1.15rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.faq-convert-strip p {
    color: #edf3ff;
}

/* Contact & trust page */
.contact-trust-page .section-card {
    border-left: 4px solid rgba(77, 102, 179, 0.24);
}

.contact-trust-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.contact-trust-subtitle {
    color: #536996;
    max-width: 760px;
}

.contact-method-card {
    background: #fff;
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    box-shadow: 0 12px 26px rgba(58, 86, 149, 0.1);
    padding: 1rem 1.05rem;
}

.contact-trust-cta-strip {
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    color: #fff;
    padding: 1.15rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-trust-cta-strip p {
    color: #edf3ff;
}

@media (max-width: 767px) {
    .resource-tool-card {
        padding: 0.95rem;
    }

    .resource-download-btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .home-bn {
        padding-bottom: 0;
    }

    .bn-wa-float {
        bottom: 1.3rem;
    }
}

@media (max-width: 991px) {
    .bn-hero-card {
        padding: 1.35rem;
    }

    .bn-section {
        padding: 2.7rem 0;
    }

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

@media (max-width: 767px) {
    .bn-glass-stats {
        grid-template-columns: 1fr;
    }

    .bn-hero-title {
        font-size: clamp(1.55rem, 8vw, 2.1rem);
    }
}

@media (max-width: 575px) {
    .bn-cred-strip {
        grid-template-columns: 1fr;
    }
}

/* Course enroll page */
.text-course-primary {
    color: #e63e7b;
}

.course-page-shell {
    background: linear-gradient(180deg, #fdfbfc, #f7fbff);
}

.course-hero-banner {
    position: relative;
    border-radius: 1.4rem;
    overflow: hidden;
    min-height: 430px;
    box-shadow: 0 22px 40px rgba(39, 52, 94, 0.18);
}

.course-hero-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.course-hero-content {
    position: relative;
    z-index: 2;
    padding: 1.45rem;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.course-hero-main-title {
    color: #fff;
    font-size: clamp(2.7rem, 9.2vw, 5rem);
    line-height: 1.12;
    font-weight: 950;
    max-width: 15ch;
    text-wrap: balance;
    display: block;
    overflow: visible;
    padding-block: 0.04em;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.course-hero-main-subtitle {
    color: #f2f6ff;
    font-size: 1.08rem;
    line-height: 1.5;
    max-width: 40ch;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-hero-enroll-btn {
    align-self: flex-start;
}

.course-hero-content h1 {
    color: #fff;
}

.course-hero-content p {
    color: #f3f5ff;
}

.course-sales-hero-sub {
    color: #ffe8f2 !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.course-sales-hero-note {
    color: #eaf1ff !important;
    font-size: 0.95rem;
    max-width: 62ch;
}

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

.course-hero-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.26rem 0.62rem;
}

.course-mentor-line {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    background: linear-gradient(140deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 20px rgba(62, 95, 161, 0.09);
    padding: 0.55rem 0.75rem;
    flex-wrap: wrap;
}

.course-mentor-avatars {
    display: inline-flex;
    align-items: center;
}

.course-mentor-avatar {
    width: 2.1rem;
    height: 2.1rem;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(35, 58, 102, 0.2);
}

.course-mentor-avatar + .course-mentor-avatar {
    margin-left: -0.45rem;
}

.course-mentor-line-text {
    color: #35507f;
    font-weight: 600;
    font-size: 0.9rem;
    flex: 1 1 220px;
}

.course-post-mentor-enroll {
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    background: linear-gradient(150deg, #ffffff, #f4f8ff);
    box-shadow: 0 10px 20px rgba(62, 95, 161, 0.09);
    padding: 0.65rem;
}

.course-post-mentor-enroll-btn {
    width: 100%;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.course-image-gallery {
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    background: linear-gradient(165deg, #ffffff, #f8fbff);
    box-shadow: 0 10px 22px rgba(72, 97, 157, 0.08);
    padding: 0.85rem;
}

.course-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.9rem;
    min-height: 210px;
    border: 1px solid #dce8ff;
    box-shadow: 0 10px 20px rgba(60, 91, 153, 0.14);
}

.course-image-card img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.course-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(7, 14, 35, 0.03) 22%,
        rgba(9, 20, 48, 0.38) 55%,
        rgba(5, 12, 31, 0.9) 100%
    );
    pointer-events: none;
}

.course-image-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(11, 20, 45, 0), rgba(6, 14, 35, 0.96));
    padding: 0.7rem 0.7rem 0.75rem;
}

.course-image-card-overlay h3 {
    color: #fff;
    font-size: 0.98rem;
    margin: 0 0 0.2rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.course-image-card-overlay p {
    color: #f4f7ff;
    font-size: 0.82rem;
    line-height: 1.45;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.course-badge {
    display: inline-block;
    align-self: flex-start;
    background: #ef2f89;
    color: #fff;
    border-radius: 999px;
    padding: 0.38rem 0.9rem;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.course-badge-hero {
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.course-social-preview {
    border: 1px solid #f0cade;
    border-radius: 1.35rem;
    background: linear-gradient(160deg, #fff7fb, #ffffff 62%);
    box-shadow: 0 12px 28px rgba(161, 72, 128, 0.12);
    padding: 1rem;
}

.course-social-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.course-social-preview-head h2 {
    color: #1f3763;
    font-weight: 800;
    font-size: clamp(1.35rem, 3.8vw, 2rem);
}

.course-social-window {
    border: 1px solid #efc5db;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
}

.course-social-window-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    background: linear-gradient(130deg, #b57aa8, #ad6f9e);
    color: #fff;
    padding: 0.62rem 0.9rem;
}

.course-social-window-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(1.05rem, 2.5vw, 1.75rem);
}

.course-social-window-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.course-social-window-actions span {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.course-social-window-body {
    padding: 1rem;
}

.course-social-account {
    display: flex;
    align-items: center;
    gap: 0.78rem;
    margin-bottom: 0.82rem;
}

.course-social-account img {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 8px 16px rgba(58, 87, 145, 0.2);
}

.course-social-account h3 {
    margin: 0;
    color: #1f3763;
    font-size: 1.9rem;
    font-weight: 800;
}

.course-social-account p {
    color: #5d6f96;
    font-weight: 600;
}

.course-social-window-body > p {
    color: #263f6a;
    font-size: clamp(1.05rem, 2.5vw, 1.95rem);
    line-height: 1.6;
}

.course-feature-grid h2 {
    color: #1f3763;
    font-size: clamp(1.45rem, 4vw, 2.2rem);
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    gap: 0.52rem;
}

.course-feature-grid h2 i {
    color: #ef2f89;
}

.course-feature-card {
    border: 1px solid #f0cade;
    border-radius: 1.15rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 252, 0.86));
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 20px rgba(146, 72, 122, 0.08);
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.course-feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3rem;
    color: #ef2f89;
    background: #fae7f1;
    font-size: 1.1rem;
}

.course-feature-card h3 {
    margin: 0 0 0.18rem;
    color: #1f3763;
    font-size: 1.75rem;
    font-weight: 800;
}

.course-feature-card p {
    color: #556a96;
    font-size: 1.35rem;
    line-height: 1.5;
}

.course-main-flow {
    display: flex;
    flex-direction: column;
}

.course-block-hero { order: 1; }
.course-block-social { order: 2; }
.course-block-includes { order: 3; }
.course-block-team { order: 4; }
.course-block-price { order: 5; }
.course-block-value { order: 6; }
.course-block-funnel { order: 7; }
.course-block-pain { order: 8; }
.course-block-extra { order: 9; }
.course-block-images { order: 10; }
.course-block-objection { order: 11; }
.course-block-journey { order: 12; }
.course-block-risk { order: 13; }
.course-block-quote { order: 14; }
.course-block-featured { order: 15; }
.course-block-final { order: 16; }

.course-block-team .course-mentor-line-text {
    font-size: 0.88rem;
}

.course-feature-item {
    display: flex;
    gap: 0.85rem;
    border: 1px solid #f3cadb;
    background: #fff;
    border-radius: 0.95rem;
    padding: 0.95rem;
    box-shadow: 0 10px 18px rgba(220, 96, 145, 0.08);
}

.course-feature-item h3 {
    margin: 0 0 0.2rem;
    font-size: 1.02rem;
    color: #334870;
}

.course-feature-item p {
    font-size: 0.9rem;
    color: #6b7a9d;
    margin: 0;
}

.course-sales-section {
    border: 1px solid #e4ecff;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 10px 20px rgba(72, 97, 157, 0.09);
    padding: 1rem;
}

.course-sales-head h2 {
    color: #20345f;
}

.course-sales-head p {
    color: #5b6d93;
}

.course-problem-card {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    border: 1px solid #dbe6ff;
    border-radius: 0.9rem;
    background: #fff;
    padding: 0.85rem;
}

.course-problem-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #fbe8f0, #ffeef5);
    color: #cb2f73;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-problem-card p {
    color: #334870;
    font-weight: 600;
    line-height: 1.5;
}

.course-funnel-card {
    border: 1px solid #d9e6ff;
    border-radius: 1rem;
    background: linear-gradient(145deg, #fff, #f6fbff);
    padding: 0.95rem;
    box-shadow: 0 8px 18px rgba(62, 95, 161, 0.08);
}

.course-funnel-step {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #23589a;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.22);
}

.course-funnel-card h3 {
    font-size: 1.05rem;
    line-height: 1.4;
    color: #20345f;
}

.course-funnel-card p {
    margin: 0;
    color: #5b6d93;
}

.course-funnel-visual {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    padding: 0.25rem 0.15rem 0.45rem;
}

.course-funnel-visual::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 1.5rem;
    border-top: 2px dashed #87a9d7;
    opacity: 0.9;
    z-index: 0;
}

.course-funnel-node {
    position: relative;
    z-index: 1;
    border: 1px solid #d9e6ff;
    border-radius: 0.9rem;
    background: linear-gradient(150deg, #ffffff, #f5faff);
    box-shadow: 0 8px 16px rgba(62, 95, 161, 0.09);
    padding: 0.55rem 0.5rem;
    text-align: center;
    display: grid;
    gap: 0.18rem;
}

.course-funnel-node-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.1rem;
    color: #285a9e;
    background: linear-gradient(135deg, #e6f0ff, #f0f8ff);
    border: 1px solid #cde0ff;
}

.course-funnel-node strong {
    color: #1f3763;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.2;
}

.course-funnel-node small {
    color: #5c7199;
    font-size: 0.76rem;
    line-height: 1.25;
}

.course-funnel-purpose {
    border: 1px dashed #bed4fb;
    border-radius: 0.85rem;
    background: linear-gradient(140deg, #f8fbff, #f4faff);
    color: #2f4f83;
    padding: 0.6rem 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.course-funnel-purpose i {
    color: #315fa1;
    margin-top: 0.08rem;
}

.course-extra-item {
    border-color: #dbe7ff;
    background: linear-gradient(160deg, #ffffff, #f8fbff);
}

.course-topic-item {
    border-color: #d6e4ff;
    background: linear-gradient(160deg, #f6f9ff 0%, #ffffff 68%, #f3fffb 100%);
    box-shadow: 0 12px 22px rgba(73, 104, 175, 0.11);
}

.course-topic-item h3 {
    line-height: 1.35;
}

.course-topic-pill {
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    border: 1px solid rgba(77, 102, 179, 0.22);
    box-shadow: 0 8px 16px rgba(77, 102, 179, 0.24);
}

.course-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.7rem;
    background: #fde8f0;
    color: #e63e7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-quote-box {
    border-left: 4px solid #e63e7b;
    background: #fff2f7;
    border-radius: 0.95rem;
    padding: 1rem 1.1rem;
}

.course-quote-box p {
    font-style: italic;
    color: #4f5f83;
    margin-bottom: 0.5rem;
}

.course-highlight-box {
    border: 1px solid #f2d6e1;
    background: linear-gradient(180deg, #fff7fb, #ffffff);
    border-radius: 1rem;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 12px 24px rgba(69, 84, 125, 0.08);
}

.course-highlight-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    color: #b31658;
}

.course-highlight-head h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
}

.course-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin: 0.75rem 0 0.85rem;
}

/* removed old button style */
.course-highlight-btn {
    border: 1px solid #f7dce8;
    background: #ffffff;
    border-radius: 0.85rem;
    padding: 0.75rem 0.85rem;
    text-align: left;
    width: 100%;
    cursor: default;
}

.course-highlight-btn p {
    margin: 0.4rem 0 0;
    color: #4f5f83;
    font-size: 0.9rem;
}

.course-highlight-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    background: #ffe0ee;
    color: #9b0f4a;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.28rem 0.75rem;
    border: 2px solid rgba(155, 15, 74, 0.22);
    box-shadow: 0 6px 14px rgba(230, 62, 123, 0.18);
}

.course-highlight-tab {
    border: 2px solid #f0d7e1;
    border-radius: 1rem;
    padding: 1rem 1.05rem;
    background: #fff;
    box-shadow: 0 14px 24px rgba(69, 84, 125, 0.1);
    position: relative;
}

.course-highlight-tab p {
    margin: 0.5rem 0 0;
    color: #2f3f5f;
    font-size: 0.96rem;
    line-height: 1.55;
}

.course-highlight-tab.is-primary {
    border-color: rgba(230, 62, 123, 0.32);
    background: linear-gradient(120deg, rgba(230, 62, 123, 0.1), #fff);
}

.course-highlight-tab.is-teal {
    border-color: rgba(22, 106, 102, 0.3);
    background: linear-gradient(120deg, rgba(22, 106, 102, 0.1), #fff);
}

.course-highlight-tab.is-green {
    border-color: rgba(15, 154, 79, 0.3);
    background: linear-gradient(120deg, rgba(15, 154, 79, 0.1), #fff);
}

.course-highlight-tab.is-amber {
    border-color: rgba(219, 121, 44, 0.3);
    background: linear-gradient(120deg, rgba(219, 121, 44, 0.1), #fff);
}

.course-highlight-tab .course-highlight-pill {
    font-size: 0.8rem;
    font-weight: 800;
}

.course-highlight-tab.is-primary .course-highlight-pill {
    color: #b31658;
    background: rgba(230, 62, 123, 0.16);
    border-color: rgba(179, 22, 88, 0.24);
}

.course-highlight-tab.is-teal .course-highlight-pill {
    color: #166a66;
    background: rgba(22, 106, 102, 0.16);
    border-color: rgba(22, 106, 102, 0.24);
}

.course-highlight-tab.is-green .course-highlight-pill {
    color: #0f9a4f;
    background: rgba(15, 154, 79, 0.16);
    border-color: rgba(15, 154, 79, 0.24);
}

.course-highlight-tab.is-amber .course-highlight-pill {
    color: #a85c22;
    background: rgba(219, 121, 44, 0.16);
    border-color: rgba(219, 121, 44, 0.24);
}

.course-highlight-hero {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(230, 62, 123, 0.22);
    background: linear-gradient(145deg, #ffffff, #fff4fa 72%);
}

.course-highlight-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(230, 62, 123, 0.14);
    color: #b31658;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.course-highlight-title {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 800;
    color: #1e2c4a;
    margin: 0.5rem 0 0.4rem;
}

.course-highlight-subtitle {
    color: #3b4a6b;
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;
}

.course-proof-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.course-proof-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #d8e7ff;
    background: #fff;
    color: #2d4c85;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.24rem 0.58rem;
}

.course-proof-pills span i {
    color: #2f6cc0;
}

.course-highlight-why {
    border-left: 4px solid #e63e7b;
    padding-left: 0.85rem;
    margin-bottom: 1rem;
}

.course-highlight-why h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #b31658;
    margin-bottom: 0.35rem;
}

.course-highlight-why p {
    margin: 0;
    color: #3b4a6b;
    font-size: 0.96rem;
}

.course-highlight-list {
    margin: 0.6rem 0 0;
    padding-left: 1.2rem;
    color: #2f3f5f;
    font-size: 0.95rem;
}

.course-highlight-list li + li {
    margin-top: 0.35rem;
}

.course-highlight-list-method {
    list-style: none;
    padding-left: 0;
}

.course-highlight-list-method li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.course-highlight-list-method li::before {
    content: "\f26a";
    font-family: bootstrap-icons;
    color: #1e925f;
    line-height: 1.15;
    margin-top: 0.08rem;
}

.course-highlight-list.danger {
    color: #a31d43;
    font-weight: 600;
}

.course-global-map {
    position: relative;
    margin-top: 0.72rem;
    border: 1px dashed #9ec6f4;
    border-radius: 1rem;
    min-height: 166px;
    padding: 1rem 0.9rem 0.82rem;
    background: radial-gradient(circle at 12% 12%, rgba(43, 108, 176, 0.16), transparent 42%),
        radial-gradient(circle at 88% 86%, rgba(22, 106, 102, 0.15), transparent 45%),
        #fbfeff;
    overflow: hidden;
}

.course-global-map::before {
    content: "";
    position: absolute;
    inset: 14% 11% auto 11%;
    height: 64px;
    border-top: 2px dashed rgba(47, 108, 192, 0.36);
    border-radius: 999px;
    pointer-events: none;
}

.course-global-map-core {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f6cc0, #16a085);
    color: #fff;
    font-size: 1.42rem;
    box-shadow: 0 8px 20px rgba(33, 88, 157, 0.24);
}

.course-map-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #2f6cc0;
    box-shadow: 0 0 0 4px rgba(47, 108, 192, 0.12);
}

.course-map-dot.dot-1 { top: 15%; right: 16%; }
.course-map-dot.dot-2 { top: 60%; right: 34%; }
.course-map-dot.dot-3 { bottom: 20%; left: 24%; }
.course-map-dot.dot-4 { top: 42%; left: 56%; }

.course-map-label {
    margin-top: 0.72rem;
    color: #2f4f87;
    font-size: 0.83rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.course-map-badges {
    margin-top: 0.62rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.course-map-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.33rem;
    border-radius: 999px;
    border: 1px solid #b9d5f9;
    background: rgba(255, 255, 255, 0.94);
    color: #264a84;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.18rem 0.56rem;
}

.course-map-badges span i {
    color: #1f71c5;
}

.course-research-badges {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.course-research-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #c8dafd;
    background: rgba(255, 255, 255, 0.92);
    color: #2f4f87;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.2rem 0.56rem;
}

.course-highlight-final {
    margin-top: 1rem;
    padding: 0.85rem 0.9rem;
    border-radius: 0.9rem;
    background: linear-gradient(120deg, rgba(230, 62, 123, 0.12), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(230, 62, 123, 0.25);
    color: #2f3f5f;
}

.course-highlight-final strong {
    display: block;
    font-size: 1rem;
    color: #b31658;
    margin-bottom: 0.35rem;
}

.course-highlight-note {
    color: #2f3f5f;
    font-weight: 600;
}

.course-gamify-showcase {
    margin-top: 1rem;
    border: 1px solid #d6e7ff;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 8% 0%, rgba(57, 183, 176, 0.16), transparent 35%),
        radial-gradient(circle at 92% 14%, rgba(230, 62, 123, 0.14), transparent 38%),
        linear-gradient(145deg, #f5f9ff, #ffffff 45%, #eefbf7);
    padding: 1rem 1rem 1.05rem;
    position: relative;
    overflow: hidden;
}

.course-gamify-showcase::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    right: -42px;
    top: -52px;
    background: radial-gradient(circle, rgba(77, 102, 179, 0.2), rgba(77, 102, 179, 0));
    animation: courseGamifyGlow 5.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes courseGamifyGlow {
    0%, 100% {
        transform: scale(0.92) translateY(0);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.08) translateY(8px);
        opacity: 1;
    }
}

.course-gamify-showcase-head h3 {
    font-size: clamp(1.15rem, 2.1vw, 1.45rem);
    color: #1e2c4a;
    font-weight: 800;
}

.course-gamify-showcase-head p {
    font-size: 0.95rem;
    color: #3d527e;
    line-height: 1.6;
}

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

.course-gamify-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: rgba(255, 255, 255, 0.9);
    color: #34558f;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.22rem 0.58rem;
}

.course-gamify-pills i {
    color: #4d66b3;
}

.course-gamify-props {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.course-gamify-prop-card {
    border: 1px solid #d5e4ff;
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 10px 22px rgba(64, 88, 146, 0.1);
    padding: 0.72rem;
    display: flex;
    flex-direction: column;
    gap: 0.58rem;
}

.course-gamify-prop-card img,
.course-gamify-photo {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0.7rem;
    border: 1px solid #dce9ff;
    background: #f6faff;
}

.course-gamify-prop-card h4 {
    font-size: 0.95rem;
    margin: 0;
    color: #2a4a86;
    font-weight: 800;
}

.course-gamify-prop-card p {
    margin: 0;
    color: #4f658f;
    font-size: 0.84rem;
    line-height: 1.45;
}

.course-gamify-prop-card.is-photo .course-gamify-photo {
    background-size: cover;
    background-position: center;
}

@media (max-width: 991.98px) {
    .course-gamify-props {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .course-gamify-showcase {
        padding: 0.9rem;
    }

    .course-gamify-props {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-gamify-prop-card img,
    .course-gamify-photo {
        height: 136px;
    }
}

.course-objection-wrap {
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 10px 22px rgba(72, 97, 157, 0.08);
}

.course-objection-table thead th {
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    border: 0;
    font-size: 0.9rem;
}

.course-objection-table tbody td {
    border-color: #e8efff;
    color: #31476f;
    font-size: 0.92rem;
    vertical-align: middle;
}

.course-objection-table tbody tr td:first-child {
    font-weight: 700;
    color: #223a64;
}

.course-risk-box {
    border: 1px solid #ffd8e7;
    border-radius: 1rem;
    background: linear-gradient(170deg, #fff5fa, #fff);
    box-shadow: 0 12px 24px rgba(187, 64, 117, 0.12);
    padding: 1rem;
}

.course-risk-box h2 {
    color: #9b0f4a;
}

.course-risk-list {
    list-style: none;
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 0;
}

.course-risk-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #5b3d50;
    font-weight: 600;
}

.course-risk-list i {
    color: #d33674;
    margin-top: 0.1rem;
}

.course-sticky-panel {
    position: sticky;
    top: 92px;
}

.course-enroll-sticky-card {
    background: linear-gradient(165deg, #ffffff, #f9fcff 58%, #f6fffa 100%);
    border: 1px solid #dce8ff;
    border-radius: 1.1rem;
    padding: 0.95rem;
    box-shadow: 0 12px 26px rgba(52, 82, 146, 0.12);
}

.course-shawwal-timer {
    border: 1px solid #d7e4ff;
    border-radius: 0.95rem;
    background:
        radial-gradient(circle at 9% 12%, rgba(91, 131, 208, 0.12), transparent 36%),
        linear-gradient(140deg, #f8fbff, #ffffff 54%, #f5fffa);
    padding: 0.72rem 0.76rem;
    box-shadow: 0 10px 20px rgba(52, 82, 146, 0.1);
}

.course-shawwal-timer-head {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    color: #2d4a8d;
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.55rem;
}

.course-shawwal-timer-head i {
    color: #3158a3;
    font-size: 0.92rem;
}

.course-shawwal-timer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
}

.course-shawwal-timer-unit {
    border: 1px solid #d9e5ff;
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 0.34rem 0.18rem 0.28rem;
}

.course-shawwal-timer-unit strong {
    display: block;
    color: #1f468d;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.course-shawwal-timer-unit small {
    display: block;
    margin-top: 0.12rem;
    color: #5570a0;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.course-shawwal-expired {
    display: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #a24055;
    border: 1px solid #f0c7d2;
    background: #fff6f8;
    border-radius: 0.7rem;
    padding: 0.4rem 0.56rem;
}

.course-shawwal-timer.is-expired .course-shawwal-timer-grid {
    display: none;
}

.course-shawwal-timer.is-expired .course-shawwal-expired {
    display: block;
}

.course-shawwal-timer-sticky .course-shawwal-timer-unit strong {
    font-size: 1rem;
}

@media (max-width: 420px) {
    .course-shawwal-timer-grid {
        gap: 0.3rem;
    }

    .course-shawwal-timer-unit {
        padding: 0.3rem 0.15rem 0.24rem;
    }

    .course-shawwal-timer-unit strong {
        font-size: 0.92rem;
    }

    .course-shawwal-timer-unit small {
        font-size: 0.56rem;
    }
}

.course-moon-price-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d5e3ff;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 90% 12%, rgba(57, 183, 176, 0.17), transparent 36%),
        radial-gradient(circle at 4% 84%, rgba(91, 131, 208, 0.18), transparent 34%),
        linear-gradient(150deg, #f5f8ff 0%, #ffffff 52%, #f4fffa 100%);
    padding: 0.88rem 0.9rem;
    box-shadow: 0 10px 22px rgba(52, 82, 146, 0.12);
}

.course-moon-shine {
    position: absolute;
    top: -140%;
    left: -42%;
    width: 50%;
    height: 360%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(18deg);
    animation: courseMoonShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

.course-moon-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.35rem;
}

.course-moon-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f4a91;
    background: rgba(77, 102, 179, 0.1);
    border: 1px solid rgba(77, 102, 179, 0.22);
    box-shadow: 0 0 0 0 rgba(77, 102, 179, 0.2);
    animation: courseMoonFloat 2.4s ease-in-out infinite;
    overflow: hidden;
}

.course-moon-icon i {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
    transform: translateY(-0.5px);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.course-moon-offer {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2a4d92;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.24);
    padding: 0.18rem 0.56rem;
}

.course-moon-note {
    margin-top: 0.24rem;
    color: #4a618e;
    font-size: 0.82rem;
    font-weight: 700;
}

.course-moon-prices {
    display: flex;
    align-items: baseline;
    gap: 0.78rem;
    flex-wrap: wrap;
}

.course-moon-cta {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.course-moon-cta .btn {
    min-height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-moon-price-card-top .course-new-price {
    font-size: clamp(2.1rem, 4.2vw, 3rem);
}

.course-moon-price-card-bottom .course-new-price {
    font-size: clamp(2.25rem, 4.6vw, 3.15rem);
}

.course-new-price-single::after {
    content: "";
    display: none;
}

.course-price-card {
    background: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 1rem;
    box-shadow: 0 15px 30px rgba(69, 84, 125, 0.14);
    overflow: hidden;
}

.course-price-head {
    text-align: center;
    padding: 0.72rem;
    background: linear-gradient(135deg, #e63e7b, #d81f63);
    position: relative;
    overflow: hidden;
}

.course-price-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    animation: shawwalShine 2.8s ease-in-out infinite;
}

.course-price-head span {
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-transform: uppercase;
}

.course-price-body {
    text-align: center;
    padding: 1.15rem 1rem 1rem;
    background: linear-gradient(180deg, #fff5f8, #fff);
}

.course-price-spotlight {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffd8e8;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #fff7fb);
    padding: 0.75rem 0.7rem 0.62rem;
}

.course-price-spotlight::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -32%;
    width: 44%;
    height: 320%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    transform: rotate(18deg);
    animation: coursePriceSweep 2.9s ease-in-out infinite;
    pointer-events: none;
}

.course-price-spotlight-bottom {
    border-color: #cdeeda;
    background: linear-gradient(145deg, #f6fffa, #ffffff);
}

.course-old-price {
    color: #a07588;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #db5d90;
    font-size: 1.25rem;
    font-weight: 700;
}

.course-inline-old-price {
    color: #a07588;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #db5d90;
    margin-right: 0.35rem;
    font-weight: 700;
}

.course-new-price {
    position: relative;
    display: inline-block;
    font-size: clamp(2.35rem, 5vw, 3.35rem);
    font-weight: 800;
    color: #0f9a4f;
    line-height: 1.15;
    letter-spacing: 0.01em;
    animation: coursePricePulse 2.2s ease-in-out infinite;
    text-shadow:
        0 3px 0 rgba(10, 90, 44, 0.15),
        0 10px 18px rgba(17, 179, 107, 0.32),
        0 0 24px rgba(113, 240, 169, 0.35);
}

.course-new-price::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0.1rem -0.4rem;
    border-radius: 0.8rem;
    background:
        radial-gradient(circle at 25% 35%, rgba(103, 237, 166, 0.6), transparent 58%),
        radial-gradient(circle at 75% 65%, rgba(31, 192, 112, 0.5), transparent 60%);
    filter: blur(1px);
    animation: coursePriceGlow 2.2s ease-in-out infinite;
}

.course-new-price::after {
    content: "OFFER";
    position: absolute;
    top: 0.35rem;
    right: -2.15rem;
    border-radius: 999px;
    padding: 0.13rem 0.34rem;
    font-size: 0.48rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #0f9a4f;
    background: rgba(173, 247, 207, 0.92);
    border: 1px solid rgba(17, 179, 107, 0.45);
    box-shadow: 0 4px 10px rgba(23, 153, 97, 0.2);
}

.course-price-spotlight p {
    color: #2f4963;
    font-weight: 700;
}

.course-price-spotlight-bottom .course-old-price {
    color: #6d8f79;
    text-decoration-color: #5dc88d;
}

.shawwal-hadith-note {
    border: 1px solid #ffd8e8;
    background: linear-gradient(135deg, #fff7fb, #fff);
    border-radius: 0.8rem;
    padding: 0.68rem 0.75rem;
}

.shawwal-hadith-title {
    color: #b31658;
    font-size: 0.76rem;
    font-weight: 700;
}

.shawwal-hadith-note p {
    color: #4d4f61;
    font-size: 0.78rem;
    line-height: 1.5;
}

.shawwal-hadith-note small {
    color: #7d5f72;
    font-weight: 600;
}

@keyframes shawwalShine {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}

@keyframes courseMoonShine {
    0% {
        left: -42%;
    }
    100% {
        left: 140%;
    }
}

@keyframes courseMoonFloat {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 0 0 rgba(77, 102, 179, 0.2);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 0 0 8px rgba(77, 102, 179, 0);
    }
}

@keyframes coursePriceSweep {
    0% {
        left: -34%;
    }
    100% {
        left: 130%;
    }
}

@keyframes coursePricePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

@keyframes coursePriceGlow {
    0%, 100% {
        opacity: 0.58;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.92;
        transform: scale(1.07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .course-moon-shine,
    .course-moon-icon,
    .course-price-spotlight::before,
    .course-new-price,
    .course-new-price::before {
        animation: none;
    }
}

.course-form-shell {
    padding: 1.05rem;
    border-top: 1px solid #f7dce8;
}

.course-payment-box {
    border: 1px solid #dfe6f6;
    background: #f9fbff;
    border-radius: 0.9rem;
    padding: 0.82rem;
}

.course-bkash-tag {
    width: 42px;
    height: 42px;
    border-radius: 0.6rem;
    background: #e2136e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.64rem;
    font-weight: 700;
}

.course-submit-btn {
    border: none;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #e63e7b, #d81f63);
    color: #fff;
    font-weight: 700;
    padding: 0.78rem 1rem;
    box-shadow: 0 12px 22px rgba(230, 62, 123, 0.3);
}

.course-submit-btn:hover {
    color: #fff;
    opacity: 0.95;
}

.course-sticky-benefits {
    border: 1px solid #dce8ff;
    border-radius: 0.9rem;
    background: #f8fbff;
    padding: 0.8rem;
    display: grid;
    gap: 0.55rem;
}

.course-sticky-benefits span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #284777;
    font-weight: 600;
    font-size: 0.9rem;
}

.course-sticky-benefits i {
    color: #0f9a4f;
}

.course-journey-card {
    border: 1px solid #dce8ff;
    border-radius: 1rem;
    background: linear-gradient(150deg, #f8fbff, #ffffff 58%, #f7fffb 100%);
    box-shadow: 0 12px 24px rgba(62, 95, 161, 0.1);
    padding: 1rem;
}

.course-journey-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.course-journey-head img {
    width: 66px;
    height: 66px;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid #d8e6ff;
    padding: 0.35rem;
    box-shadow: 0 8px 16px rgba(62, 95, 161, 0.1);
}

.course-journey-head p {
    color: #546b95;
}

.course-journey-steps {
    display: grid;
    gap: 0.48rem;
    margin: 0;
    padding-left: 1.15rem;
}

.course-journey-steps li {
    color: #2d456f;
    font-weight: 600;
    line-height: 1.5;
}

.course-bottom-featured .course-topic-card {
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: linear-gradient(160deg, #fff, #f7fbff);
    box-shadow: 0 10px 20px rgba(72, 97, 157, 0.08);
    padding: 0.95rem;
}

.course-bottom-featured .course-topic-card h3 {
    font-size: 1.02rem;
    color: #1f3763;
}

.course-bottom-featured .course-topic-card p {
    color: #5a6f99;
    margin: 0;
}

.course-final-cta {
    border: 1px solid #d4e4ff;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f8fbff, #eff8ff 58%, #eefcf8);
    box-shadow: 0 12px 24px rgba(72, 97, 157, 0.1);
    padding: 1rem;
}

.course-final-cta h3 {
    color: #20345f;
}

.course-final-cta p {
    color: #4b6290;
}

.course-final-cta a {
    font-weight: 700;
}

@media (max-width: 991px) {
    .course-sticky-panel {
        position: static;
    }

    .course-journey-head {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .course-funnel-visual {
        display: flex;
        overflow-x: auto;
        gap: 0.55rem;
        padding-bottom: 0.4rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .course-funnel-visual::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    .course-funnel-visual::before {
        left: 0.6rem;
        right: 0.6rem;
    }

    .course-funnel-node {
        min-width: 128px;
    }

    .course-funnel-purpose {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .course-social-preview {
        padding: 0.82rem;
    }

    .course-social-window-head {
        padding: 0.52rem 0.7rem;
    }

    .course-social-window-title {
        font-size: 1.08rem;
    }

    .course-social-account h3 {
        font-size: 1.45rem;
    }

    .course-feature-card {
        padding: 0.8rem;
    }

    .course-feature-card h3 {
        font-size: 1.38rem;
    }

    .course-feature-card p {
        font-size: 1.15rem;
    }

    .course-hero-content {
        min-height: 500px;
        padding: 1.15rem;
    }

    .course-hero-main-title {
        font-size: 3rem;
        max-width: 14ch;
    }

    .course-hero-main-subtitle {
        font-size: 1rem;
        max-width: 40ch;
        line-height: 1.45;
    }

    .course-moon-cta .btn {
        width: 100%;
        text-align: center;
    }

    .course-mentor-line {
        border-radius: 1rem;
        align-items: flex-start;
    }

    .course-mentor-line .btn {
        width: 100%;
    }

    .course-hero-metrics span {
        font-size: 0.72rem;
    }

    .course-new-price {
        letter-spacing: 0;
    }

    .course-final-cta .btn {
        width: 100%;
    }

    .course-image-card {
        min-height: 190px;
    }
}

/* Counseling chat room */
.chat-page-body {
    background:
        radial-gradient(circle at 10% 5%, rgba(77, 102, 179, 0.1), transparent 35%),
        radial-gradient(circle at 90% 10%, rgba(57, 183, 176, 0.1), transparent 35%),
        #f4f7fd;
}

.chat-page-wrap {
    min-height: 100vh;
}

.chat-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.chat-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--c-primary);
}

.chat-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5ecff;
    box-shadow: 0 12px 28px rgba(49, 83, 159, 0.1);
    padding: 1rem;
}

.chat-room-card {
    min-height: 70vh;
}

.chat-timer {
    text-align: right;
}

.chat-timer strong {
    display: block;
    font-size: 1.25rem;
    color: var(--c-primary);
}

.chat-invite {
    background: #f6f9ff;
    border: 1px dashed #b6c8fb;
    border-radius: 0.8rem;
    padding: 0.75rem;
}

.chat-join-panel {
    border: 1px solid #e5edff;
    border-radius: 0.8rem;
    padding: 0.9rem;
    background: #f9fbff;
}

.chat-messages {
    height: 420px;
    overflow-y: auto;
    border: 1px solid #e4ebfe;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #fcfdff, #f7f9ff);
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.chat-msg {
    max-width: 78%;
    background: #fff;
    border: 1px solid #dfe8ff;
    border-radius: 0.9rem;
    padding: 0.55rem 0.7rem;
    box-shadow: 0 5px 14px rgba(78, 105, 168, 0.08);
}

.chat-msg.me {
    margin-left: auto;
    background: #ebf1ff;
    border-color: #c5d7ff;
}

.chat-msg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.2rem;
}

.chat-msg-head strong {
    font-size: 0.87rem;
    color: #33456f;
}

.chat-msg-head span {
    font-size: 0.72rem;
    color: #6f7ea5;
}

.chat-msg p {
    margin: 0;
    color: #20345f;
    word-wrap: break-word;
}

.chat-msg small {
    color: #7f8eb1;
    font-size: 0.68rem;
}

.chat-message-form {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 0.45rem;
}

.chat-recent-list {
    display: grid;
    gap: 0.5rem;
    max-height: 380px;
    overflow-y: auto;
}

.chat-recent-item {
    display: block;
    text-decoration: none;
    border: 1px solid #e6edff;
    border-radius: 0.75rem;
    padding: 0.55rem 0.65rem;
    color: #33456f;
    background: #f9fbff;
}

.chat-recent-item strong,
.chat-recent-item span,
.chat-recent-item small {
    display: block;
}

.chat-recent-item:hover {
    border-color: #b7c9fa;
    background: #eff4ff;
}

/* Course dashboard */
.course-auth-wrap {
    min-height: calc(100vh - 120px);
}

.course-auth-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dbe6ff;
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(62, 92, 160, 0.12);
    backdrop-filter: blur(8px);
}

.course-auth-hero {
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.22), transparent 40%),
        linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    padding: 1.1rem 1.2rem;
}

.course-auth-hero p {
    color: #ecf2ff;
}

.course-auth-badge {
    display: inline-block;
    padding: 0.16rem 0.56rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.course-auth-body {
    padding: 1rem 1.1rem 1.15rem;
}

.course-dash-wrap {
    background:
        radial-gradient(circle at 10% 5%, rgba(77, 102, 179, 0.08), transparent 32%),
        radial-gradient(circle at 90% 8%, rgba(57, 183, 176, 0.08), transparent 30%),
        #f5f8ff;
    min-height: calc(100vh - 92px);
}

.course-dash-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.course-progress-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dce7ff;
    border-radius: 0.95rem;
    padding: 0.8rem 0.95rem;
    box-shadow: 0 10px 22px rgba(76, 101, 160, 0.1);
    backdrop-filter: blur(7px);
}

.course-dash-tabs .nav-link {
    border-radius: 999px;
    padding: 0.42rem 0.95rem;
    color: #4e6596;
    font-weight: 600;
    border: 1px solid #dbe5fd;
    background: #fff;
}

.course-dash-tabs .nav-link.active {
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    border-color: transparent;
    color: #fff;
}

.course-video-item {
    display: block;
    padding: 0.65rem 0.75rem;
    border-radius: 0.8rem;
    background: #fff;
    border: 1px solid #dce7ff;
    text-decoration: none;
    color: #2d457b;
}

.course-video-item:hover {
    border-color: #b8ccfb;
    background: #f5f8ff;
}

.course-video-item.locked {
    pointer-events: none;
    opacity: 0.62;
    background: #f5f7fc;
}

/* Student learning dashboard */
.course-student-wrap {
    background:
        radial-gradient(circle at 8% 0%, rgba(77, 102, 179, 0.11), transparent 35%),
        radial-gradient(circle at 92% 4%, rgba(57, 183, 176, 0.12), transparent 36%),
        #f5f8ff;
    min-height: calc(100vh - 92px);
}

.course-student-hero-card {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.2), transparent 42%),
        linear-gradient(135deg, #314f97, #4d66b3 55%, #5a86c7);
    color: #fff;
    border-radius: 1.1rem;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 16px 34px rgba(49, 79, 151, 0.28);
}

.text-light-opacity {
    color: rgba(238, 245, 255, 0.95);
}

.course-student-tabs {
    gap: 0.45rem;
}

.course-student-tabs .nav-link {
    border-radius: 999px;
    padding: 0.5rem 1rem;
    color: #466193;
    font-weight: 700;
    border: 1px solid #d8e5ff;
    background: rgba(255, 255, 255, 0.92);
}

.course-student-tabs .nav-link.active {
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    border-color: transparent;
}

.course-content-toggle-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.92));
    padding: 0.52rem;
}

.course-content-toggle-btn {
    text-decoration: none;
    border-radius: 0.75rem;
    border: 1px solid #d5e2fb;
    background: #fff;
    color: #466193;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.5rem 0.9rem;
    transition: all 0.18s ease;
}

.course-content-toggle-btn:hover {
    color: #2f4f8f;
    border-color: #b9cff9;
    background: #f5f9ff;
}

.course-content-toggle-btn.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    box-shadow: 0 8px 16px rgba(68, 104, 181, 0.24);
}

.student-metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.7rem;
}

.student-metric-card {
    border: 1px solid #d7e4ff;
    border-radius: 0.85rem;
    background: #f7faff;
    padding: 0.7rem 0.8rem;
}

.student-metric-card span {
    display: block;
    font-size: 0.78rem;
    color: #6176a1;
    margin-bottom: 0.2rem;
}

.student-metric-card strong {
    color: #2d4788;
    font-size: 0.96rem;
}

.student-progress {
    height: 9px;
    background: #e7efff;
    border-radius: 999px;
}

.student-recent-card {
    border: 1px solid #d8e6ff;
    border-radius: 0.88rem;
    padding: 0.75rem 0.85rem;
    background: #f9fbff;
}

.course-gamify-hero {
    border-radius: 1rem;
    border: 1px solid #cfe1ff;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.24), transparent 34%),
        linear-gradient(135deg, #29468f 0%, #3f63ab 52%, #2c9b93 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(36, 63, 121, 0.22);
    padding: 1rem;
}

.course-gamify-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.course-gamify-kicker {
    display: inline-block;
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.24rem 0.62rem;
    margin-bottom: 0.48rem;
    background: rgba(255, 255, 255, 0.13);
}

.course-gamify-head h2 {
    font-size: clamp(1.26rem, 2.5vw, 1.65rem);
}

.course-gamify-head p {
    color: rgba(236, 244, 255, 0.94);
    line-height: 1.45;
}

.course-gamify-xp {
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 0.86rem;
    background: rgba(255, 255, 255, 0.14);
    padding: 0.58rem 0.72rem;
    min-width: 150px;
}

.course-gamify-xp strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.1;
}

.course-gamify-xp small {
    display: block;
    color: rgba(236, 244, 255, 0.96);
    font-size: 0.76rem;
    line-height: 1.35;
}

.course-gamify-roadmeta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.52rem;
    margin-top: 0.7rem;
}

.course-gamify-roadmeta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(239, 247, 255, 0.98);
    padding: 0.22rem 0.6rem;
    font-size: 0.74rem;
    font-weight: 700;
}

.course-gamify-progress span {
    font-size: 0.84rem;
    color: rgba(236, 244, 255, 0.94);
}

.course-gamify-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.course-gamify-metric {
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0.82rem;
    background: rgba(255, 255, 255, 0.11);
    padding: 0.52rem 0.62rem;
}

.course-gamify-metric span {
    display: block;
    color: rgba(236, 244, 255, 0.96);
    font-size: 0.78rem;
    margin-bottom: 0.15rem;
}

.course-gamify-metric strong {
    font-size: 0.94rem;
    color: #fff;
}

.course-gamify-ghost-btn {
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.course-gamify-ghost-btn:hover,
.course-gamify-ghost-btn:focus-visible {
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.course-gamify-side {
    border: 1px solid #d6e5ff;
    background: linear-gradient(160deg, #ffffff, #f4f8ff);
}

.course-mission-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.course-mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.46rem;
    border-radius: 0.78rem;
    border: 1px solid #dce7ff;
    background: #fff;
    min-height: 42px;
    padding: 0.52rem 0.6rem;
}

.course-mission-list li i {
    font-size: 0.92rem;
    margin-top: 0.1rem;
}

.course-mission-list li span {
    color: #3f5b90;
    font-size: 0.86rem;
    line-height: 1.35;
}

.course-mission-list li.done {
    border-color: #bfe6ce;
    background: #f2fff7;
}

.course-mission-list li.done i {
    color: #1f8a4f;
}

.course-mission-list li.pending i {
    color: #9bb1d8;
}

.course-reward-note {
    border: 1px dashed #c7d9ff;
    border-radius: 0.82rem;
    background: #f8fbff;
    padding: 0.6rem 0.7rem;
    display: flex;
    gap: 0.48rem;
    align-items: flex-start;
}

.course-reward-note i {
    color: #3f63ab;
    margin-top: 0.07rem;
}

.course-reward-note span {
    color: #455e91;
    font-size: 0.83rem;
    line-height: 1.38;
}

.course-mission-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.course-mission-meta span {
    color: #59729f;
    font-size: 0.82rem;
}

.course-mission-meta strong {
    color: #2d4f90;
    font-size: 0.9rem;
}

.course-next-reward {
    border-radius: 0.8rem;
    border: 1px solid #d7e5ff;
    background: #f7fbff;
    padding: 0.52rem 0.62rem;
}

.course-next-reward strong {
    display: block;
    color: #31528f;
    font-size: 0.83rem;
    margin-bottom: 0.12rem;
}

.course-next-reward span {
    color: #4f6793;
    font-size: 0.79rem;
    line-height: 1.38;
}

.course-counseling-reward {
    border-radius: 0.8rem;
    border: 1px solid #d9e6ff;
    background: #f8fbff;
    padding: 0.58rem 0.65rem;
}

.course-counseling-reward strong {
    display: block;
    color: #30538f;
    font-size: 0.83rem;
    margin-bottom: 0.2rem;
}

.course-counseling-reward p {
    color: #4b6391;
    font-size: 0.79rem;
    line-height: 1.36;
    margin: 0;
}

.course-counseling-reward.is-available {
    border-color: #b9dfc5;
    background: #edfbf1;
}

.course-counseling-reward.is-available strong {
    color: #1f6a3b;
}

.course-counseling-reward.is-available p {
    color: #2f6f44;
}

.course-counseling-reward.is-redeemed {
    border-color: #d6e2f8;
    background: #f5f8ff;
}

.course-counseling-reward-code {
    display: inline-block;
    border-radius: 999px;
    border: 1px dashed #8fc7a2;
    background: #fff;
    color: #20613b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.22rem 0.62rem;
}

.course-unlocked-reward-note {
    border: 1px solid #dce8ff;
    border-radius: 0.78rem;
    background: #f8fbff;
    color: #4a648f;
    font-size: 0.79rem;
    padding: 0.46rem 0.56rem;
}

.course-badge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.46rem;
}

.course-gamify-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    border-radius: 999px;
    border: 1px solid #b8cff7;
    background: #edf3ff;
    color: #274982;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.33rem 0.65rem;
}

.course-gamify-badge i {
    color: #4b66b0;
}

.course-roadmap-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.course-roadmap-stats div {
    border: 1px solid #d9e6ff;
    border-radius: 0.78rem;
    background: #f7fbff;
    padding: 0.5rem 0.56rem;
}

.course-roadmap-stats span {
    display: block;
    color: #6580ad;
    font-size: 0.72rem;
    line-height: 1.2;
    margin-bottom: 0.14rem;
}

.course-roadmap-stats strong {
    color: #2d4f8f;
    font-size: 0.9rem;
    line-height: 1.2;
}

.course-reward-tier-list {
    display: grid;
    gap: 0.45rem;
}

.course-reward-tier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #dce8ff;
    background: #fff;
    padding: 0.44rem 0.6rem;
}

.course-reward-tier span {
    color: #45608f;
    font-size: 0.79rem;
    line-height: 1.35;
}

.course-reward-tier strong {
    color: #2d4f8d;
    font-size: 0.78rem;
    white-space: nowrap;
}

.course-reward-tier.is-unlocked {
    border-color: #b8e6cb;
    background: #f3fff8;
}

.course-level-roadmap {
    display: flex;
    gap: 0.38rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
}

.course-level-node {
    flex: 0 0 auto;
    min-width: 2.05rem;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #cfdffe;
    background: #eef4ff;
    color: #5572a6;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.18rem 0.4rem;
}

.course-level-node.done {
    border-color: #b7e5c9;
    background: #ecfff4;
    color: #2a8f58;
}

.course-level-node.current {
    border-color: #7ea7eb;
    background: #dfeeff;
    color: #1f4f95;
}

.course-level-node.locked {
    opacity: 0.72;
}

.course-access-note strong {
    color: #2d4886;
    font-size: 0.95rem;
}

.course-module-list {
    display: grid;
    gap: 0.9rem;
}

.course-module-title {
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #5270a5;
    margin-bottom: 0.55rem;
}

.course-lesson-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px solid #d9e6ff;
    background: #fff;
    border-radius: 0.85rem;
    text-decoration: none;
    padding: 0.72rem 0.8rem;
    color: #304a84;
    min-height: 58px;
}

.course-lesson-item:hover {
    border-color: #adc5f5;
    background: #f4f8ff;
}

.course-lesson-item.is-locked {
    background: #f4f6fb;
    color: #7f8ea8;
    border-color: #e0e7f6;
}

.course-lesson-item.is-completed {
    border-color: #bde8d1;
    background: #f2fff7;
}

.course-lesson-item.is-current {
    border-color: #7fa3ea;
    background: linear-gradient(180deg, #fafdff, #edf4ff);
    box-shadow: 0 8px 18px rgba(72, 104, 179, 0.14);
}

.course-lesson-order {
    display: inline-block;
    font-size: 0.7rem;
    color: #6b81ac;
    margin-bottom: 0.1rem;
}

.course-lesson-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: inherit;
    line-height: 1.3;
}

.course-lesson-status {
    color: #3f63ab;
    font-size: 1.02rem;
    flex-shrink: 0;
}

.lesson-player-wrap {
    border-radius: 0.9rem;
    overflow: hidden;
}

.lesson-player-empty {
    border: 1px dashed #bfd2f7;
    border-radius: 0.85rem;
    background: #f5f9ff;
    color: #5a6f9c;
    text-align: center;
    padding: 1.7rem 1rem;
}

.lesson-reflection-box {
    border: 1px solid #d7e5ff;
    border-radius: 0.95rem;
    background: #f9fbff;
    padding: 0.95rem;
}

.student-resource-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid #dce8ff;
    border-radius: 0.85rem;
    text-decoration: none;
    color: #2f4b85;
    background: #fff;
    padding: 0.7rem 0.8rem;
    min-height: 54px;
}

.student-resource-item small {
    color: #6076a4;
    font-weight: 700;
}

.student-resource-item:hover {
    border-color: #b5caf6;
    background: #f5f9ff;
}

.course-book-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #dbe7ff;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(165deg, #ffffff, #f6faff);
    box-shadow: 0 10px 20px rgba(62, 95, 161, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.course-book-card:hover {
    transform: translateY(-3px);
    border-color: #b6cffd;
    box-shadow: 0 14px 28px rgba(62, 95, 161, 0.14);
}

.course-book-thumb-wrap {
    aspect-ratio: 4 / 3;
    background: #edf4ff;
}

.course-book-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.course-book-body {
    padding: 0.78rem 0.8rem 0.85rem;
}

.course-book-title {
    font-size: 0.98rem;
    line-height: 1.35;
    color: #233f73;
    margin: 0 0 0.38rem;
    font-weight: 700;
}

.course-book-author {
    font-size: 0.82rem;
    color: #6077a8;
    font-weight: 600;
}

.course-note-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: #fff;
    padding: 0.8rem 0.85rem;
}

.course-note-title {
    margin: 0 0 0.22rem;
    font-size: 0.94rem;
    color: #27467d;
    font-weight: 700;
}

.course-note-desc {
    font-size: 0.84rem;
    color: #6077a8;
    line-height: 1.45;
    max-width: 70ch;
}

.student-reflection-item {
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    padding: 0.9rem 0.95rem;
    background: #fff;
}

.course-student-mobile-spacer {
    height: 86px;
}

.course-student-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d4e2ff;
    background: #ffffff;
    box-shadow: 0 -8px 26px rgba(44, 70, 130, 0.14);
}

.course-student-mobile-nav a {
    text-decoration: none;
    color: #6c80a8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.14rem;
    padding: 0.45rem 0.15rem calc(0.52rem + env(safe-area-inset-bottom));
    min-height: 58px;
    font-size: 0.68rem;
    font-weight: 600;
}

.course-student-mobile-nav a i {
    font-size: 1rem;
}

.course-student-mobile-nav a.active {
    color: #1f56c5;
    background: #edf3ff;
}

.course-qa-forum-grid {
    display: grid;
    gap: 0.72rem;
    grid-template-columns: 1fr;
}

.course-qa-forum-card {
    border: 1px solid #dbe7ff;
    border-radius: 0.95rem;
    background: linear-gradient(160deg, #ffffff, #f7fbff);
    padding: 0.85rem 0.9rem;
}

.course-qa-summary-box {
    border: 1px solid #bfe5c8;
    background: linear-gradient(180deg, #f2fbf3 0%, #f8fff9 100%);
    border-radius: 0.9rem;
    padding: 0.85rem 0.95rem;
    box-shadow: 0 12px 22px rgba(33, 122, 78, 0.08);
}

.course-qa-summary-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1f6b3f;
    margin-bottom: 0.4rem;
}

.course-qa-summary-box p {
    color: #2f5f3c;
    font-size: 0.96rem;
    line-height: 1.6;
}

.course-qa-question-box {
    border: 1px solid #f3d37a;
    background: linear-gradient(180deg, #fff9e6 0%, #fffdf4 100%);
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 12px 22px rgba(210, 166, 66, 0.12);
    color: #5a3b12;
    font-size: 1rem;
    line-height: 1.62;
}

.course-qa-forum-card h4 {
    color: #2c4f8e;
    line-height: 1.35;
}

.course-qa-forum-card p {
    color: #516a97;
    font-size: 0.93rem;
    line-height: 1.45;
}

.course-qa-forum-card.is-highlighted {
    border-color: #b6d7ff;
    box-shadow: 0 10px 24px rgba(66, 103, 180, 0.1);
}

.course-qa-count-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #edf4ff;
    color: #315897;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.25rem 0.62rem;
}

.course-qa-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    border-radius: 999px;
    border: 1px solid #c7dbff;
    background: #eff5ff;
    color: #325c9f;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
}

.course-qa-full-answer-card {
    border: 1px solid #d5e4ff;
    border-radius: 0.98rem;
    background: linear-gradient(170deg, #ffffff, #f4f9ff);
    padding: 1rem 1.05rem;
}

.course-qa-full-answer-card p {
    color: #3f5f94;
    line-height: 1.6;
}

.course-forum-utility {
    border: 1px solid #d8e7ff;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 20px rgba(52, 82, 146, 0.08);
}

.course-qa-form-wrap {
    border: 1px solid #d8e7ff;
    border-radius: 0.9rem;
    background: #f8fbff;
    padding: 0.85rem;
}

.course-qa-form-wrap .form-control {
    border-color: #cadcfb;
}

.course-qa-feed-item {
    display: block;
}

#approved-answers-forum-feed.course-qa-feed-enabled .course-qa-feed-item {
    display: none;
}

#approved-answers-forum-feed.course-qa-feed-enabled .course-qa-feed-item.is-visible {
    display: block;
    animation: qaFeedFadeUp 0.35s ease;
}

.course-qa-feed-sentinel {
    display: flex;
    justify-content: center;
}

.course-qa-feed-loader {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    border-radius: 999px;
    border: 1px solid #cfdeff;
    background: #f1f6ff;
    color: #2f5898;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.8rem;
}

.course-qa-feed-loader i {
    animation: qaFeedSpin 1s linear infinite;
}

@keyframes qaFeedFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes qaFeedSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    .course-gamify-metric-grid {
        grid-template-columns: 1fr;
    }

    .course-note-card {
        flex-direction: column;
        align-items: stretch;
    }

    .course-note-card .btn {
        width: 100%;
    }
}

/* Inspired pre-marriage conversion blocks */
.pm-soft-bg {
    background: linear-gradient(180deg, #fff4f8 0%, #fceef5 100%);
    border-radius: 1.4rem;
    border: 1px solid #f6d6e4;
    padding: 1.2rem;
}

.pm-browser-card {
    background: #fff;
    border: 1px solid #efc4d6;
    border-radius: 1.1rem;
    box-shadow: 0 16px 30px rgba(190, 24, 93, 0.12);
    overflow: hidden;
}

.pm-browser-top {
    height: 34px;
    background: #b477a1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
}

.pm-browser-dots {
    display: inline-flex;
    gap: 0.28rem;
}

.pm-browser-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
}

.pm-browser-body {
    padding: 0.95rem;
}

.pm-brandline {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.55rem;
}

.pm-brandline img {
    width: 34px;
    height: 34px;
    border-radius: 999px;
}

.pm-q-text {
    font-size: 1.15rem;
    color: #3f4655;
    margin-bottom: 0;
}

.pm-myth-fact {
    background: #fff;
    border: 1px solid #efd4df;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
}

.pm-badge-myth,
.pm-badge-fact {
    display: inline-block;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    border-radius: 0.45rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.45rem;
}

.pm-badge-myth {
    color: #c82255;
    border: 2px solid #d95a82;
    background: #fff4f8;
}

.pm-badge-fact {
    color: #0f9b58;
    border: 2px solid #52be8a;
    background: #f2fff8;
}

.pm-myth-fact p {
    margin: 0;
    color: #273042;
    font-size: 1rem;
}

.pm-quote-frame {
    background: #fff;
    border: 2px solid #d9417d;
    border-radius: 1.25rem;
    padding: 1.1rem 1.2rem;
    position: relative;
}

.pm-quote-frame::before,
.pm-quote-frame::after {
    content: "\"";
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.55rem;
    background: #d9417d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2rem;
    text-align: center;
}

.pm-quote-frame::before {
    left: -0.5rem;
    top: -0.5rem;
}

.pm-quote-frame::after {
    right: -0.5rem;
    bottom: -0.5rem;
}

.pm-quote-text {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2430;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 767px) {
    p, li {
        font-size: 0.98rem;
    }

    .title-pill,
    .mini-pill,
    .content-pill,
    .bn-cite-pill,
    .bn-kicker,
    .bn-day-chip {
        transform: scale(0.95);
        transform-origin: left center;
    }

    .chat-room-card {
        min-height: 68vh;
    }

    .chat-messages {
        height: 360px;
    }

    .chat-message-form {
        grid-template-columns: 1fr;
    }

    .chat-msg {
        max-width: 92%;
    }

    .course-auth-body {
        padding: 0.9rem;
    }
}












/* Mentor credibility page v2 */
.mentor-page-v2 {
    --mentor-primary: var(--c-primary);
    --mentor-primary-soft: var(--c-primary-soft);
    --mentor-accent: var(--c-teal);
    --mentor-ink: #1d2b4f;
    --mentor-muted: #5f6e90;
    --mentor-border: rgba(77, 102, 179, 0.24);
    --mentor-card-shadow: 0 16px 34px rgba(28, 54, 120, 0.12);
    font-family: 'Manrope', 'Hind Siliguri', sans-serif;
}

.mentor-page-v2 .container {
    max-width: 1060px;
}

.mentor-page-v2 h1,
.mentor-page-v2 h2,
.mentor-page-v2 h3,
.mentor-page-v2 h4,
.mentor-page-v2 h5,
.mentor-page-v2 h6 {
    font-family: 'Manrope', 'Hind Siliguri', sans-serif;
    color: var(--mentor-ink);
}

.mentor-page-v2 p,
.mentor-page-v2 li {
    color: var(--mentor-muted);
    font-family: 'Manrope', 'Hind Siliguri', sans-serif;
    font-size: 0.97rem;
    line-height: 1.72;
}

.mentor-v2-hero-shell {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid rgba(77, 102, 179, 0.22);
    padding: clamp(1.2rem, 3vw, 2rem);
    background:
        radial-gradient(circle at 92% 8%, rgba(57, 183, 176, 0.22), transparent 45%),
        radial-gradient(circle at 8% 100%, rgba(77, 102, 179, 0.18), transparent 44%),
        linear-gradient(165deg, #f6f9ff 0%, #f8fbff 48%, #ffffff 100%);
    box-shadow: 0 18px 36px rgba(35, 64, 130, 0.13);
}

.mentor-v2-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.2);
    color: #2f4c90;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.8rem;
}

.mentor-v2-title {
    font-size: clamp(2rem, 5vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -0.018em;
    margin-bottom: 0.5rem;
    color: #1f3569;
}

.mentor-v2-subtitle {
    max-width: 760px;
    color: #375b9f !important;
    font-size: clamp(1rem, 2vw, 1.16rem) !important;
    font-weight: 600;
    line-height: 1.62;
}

.mentor-v2-glass {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--mentor-border);
    border-radius: 1.3rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--mentor-card-shadow);
}

.mentor-v2-card {
    padding: 1.25rem 1.2rem;
}

.mentor-v2-icon-badge {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 102, 179, 0.14);
    color: #385c9f;
    border: 1px solid rgba(77, 102, 179, 0.24);
    margin-bottom: 0.72rem;
    font-size: 1.1rem;
}

.mentor-v2-icon-badge-soft {
    background: rgba(57, 183, 176, 0.15);
    color: #257f79;
    border-color: rgba(57, 183, 176, 0.28);
}

.mentor-v2-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.mentor-v2-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.mentor-v2-checklist li i {
    color: #2f5cb3;
    margin-top: 0.08rem;
}

.mentor-v2-heading-wrap {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    margin-bottom: 0.92rem;
}

.mentor-v2-section-title {
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #1f3569;
}

.mentor-v2-heading-line {
    flex: 1;
    min-width: 52px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4d66b3, rgba(57, 183, 176, 0.08));
}

.mentor-v2-profile-card,
.mentor-v2-advisory-card,
.mentor-v2-facilitator-card {
    transition: transform 0.22s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mentor-v2-profile-card:hover,
.mentor-v2-advisory-card:hover,
.mentor-v2-facilitator-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(36, 67, 133, 0.14);
    border-color: rgba(77, 102, 179, 0.34);
}

.mentor-v2-profile-card {
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
    padding: 1.15rem;
}

.mentor-v2-avatar {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #4d66b3, #5a86c7);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(77, 102, 179, 0.28);
    flex: 0 0 auto;
}

.mentor-v2-avatar-photo {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 1rem;
    object-fit: cover;
    object-position: center top;
    border: 2px solid rgba(77, 102, 179, 0.24);
    box-shadow: 0 10px 20px rgba(77, 102, 179, 0.2);
    background: #fff;
    flex: 0 0 auto;
}

.mentor-v2-profile-content {
    width: 100%;
}

.mentor-v2-person-name {
    color: #233f78;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.mentor-v2-role {
    font-size: 0.72rem !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 800;
    color: #3d61a6 !important;
}

.mentor-v2-country-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.22);
    color: #365a9f;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.38rem;
}

.mentor-v2-points {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.3rem;
}

.mentor-v2-points li {
    color: #4e628f;
    font-size: 0.92rem;
}

.mentor-v2-panel-shell {
    background: linear-gradient(180deg, rgba(246, 250, 255, 0.96), rgba(255, 255, 255, 0.96));
    border-radius: 1.65rem;
    border: 1px solid rgba(77, 102, 179, 0.18);
    padding: 1.2rem;
}

.mentor-v2-panel-subtitle {
    margin-bottom: 0.95rem;
    font-weight: 600;
    color: #4e6698;
}

.mentor-v2-advisory-card {
    padding: 1rem;
}

.mentor-v2-advisory-top {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
}

.mentor-v2-advisory-meta {
    display: flex;
    flex-direction: column;
}

.mentor-v2-verified {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(77, 102, 179, 0.14), rgba(57, 183, 176, 0.16));
    color: #365da6;
    border: 1px solid rgba(77, 102, 179, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex: 0 0 auto;
}

.mentor-v2-verify-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    border-radius: 999px;
    padding: 0.18rem 0.52rem;
    background: rgba(57, 183, 176, 0.14);
    border: 1px solid rgba(57, 183, 176, 0.28);
    color: #257f79;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mentor-v2-verify-pill i {
    font-size: 0.72rem;
}

.mentor-v2-facilitator-card {
    padding: 1rem;
    border-left: 4px solid rgba(77, 102, 179, 0.6);
}

/* Section color identity: Mentors / Advisors / Facilitators */
.mentor-v2-section-mentors .mentor-v2-section-title {
    color: #234c9a;
}

.mentor-v2-section-mentors .mentor-v2-heading-line {
    background: linear-gradient(90deg, rgba(35, 76, 154, 0.95), rgba(83, 130, 226, 0.12));
}

.mentor-v2-section-mentors .mentor-v2-profile-card {
    border-color: rgba(67, 104, 183, 0.3);
    background: linear-gradient(165deg, rgba(244, 248, 255, 0.96), rgba(255, 255, 255, 0.92));
}

.mentor-v2-section-mentors .mentor-v2-profile-card:hover {
    box-shadow: 0 14px 30px rgba(54, 93, 173, 0.2);
    border-color: rgba(67, 104, 183, 0.48);
}

.mentor-v2-section-mentors .mentor-v2-avatar {
    background: linear-gradient(145deg, #365da6, #5b83d0);
    box-shadow: 0 10px 20px rgba(54, 93, 166, 0.34);
}

.mentor-v2-section-mentors .mentor-v2-avatar-photo {
    border-color: rgba(53, 94, 177, 0.34);
    box-shadow: 0 10px 20px rgba(54, 93, 166, 0.24);
}

.mentor-v2-section-mentors .mentor-v2-country-pill {
    background: rgba(53, 94, 177, 0.13);
    border-color: rgba(53, 94, 177, 0.26);
    color: #2e57a0;
}

.mentor-v2-section-advisors .mentor-v2-section-title {
    color: #1d6f63;
}

.mentor-v2-section-advisors .mentor-v2-heading-line {
    background: linear-gradient(90deg, rgba(29, 111, 99, 0.95), rgba(71, 175, 156, 0.12));
}

.mentor-v2-panel-shell-advisors {
    background: linear-gradient(180deg, rgba(240, 251, 248, 0.97), rgba(255, 255, 255, 0.96));
    border-color: rgba(33, 129, 114, 0.24);
}

.mentor-v2-section-advisors .mentor-v2-advisory-card {
    border-color: rgba(33, 129, 114, 0.28);
    background: linear-gradient(160deg, rgba(245, 255, 252, 0.95), rgba(255, 255, 255, 0.93));
}

.mentor-v2-section-advisors .mentor-v2-advisory-card:hover {
    box-shadow: 0 14px 30px rgba(28, 117, 104, 0.2);
    border-color: rgba(33, 129, 114, 0.44);
}

.mentor-v2-section-advisors .mentor-v2-verified {
    background: linear-gradient(135deg, rgba(33, 129, 114, 0.16), rgba(73, 187, 165, 0.18));
    border-color: rgba(33, 129, 114, 0.3);
    color: #1d6f63;
}

.mentor-v2-section-advisors .mentor-v2-country-pill {
    background: rgba(33, 129, 114, 0.13);
    border-color: rgba(33, 129, 114, 0.27);
    color: #1e6f63;
}

.mentor-v2-section-advisors .mentor-v2-role {
    color: #1f7a6b !important;
}

.mentor-v2-section-advisors .mentor-v2-verify-pill {
    background: rgba(33, 129, 114, 0.15);
    border-color: rgba(33, 129, 114, 0.28);
    color: #1f7a6b;
}

.mentor-v2-section-facilitators .mentor-v2-section-title {
    color: #946019;
}

.mentor-v2-section-facilitators .mentor-v2-heading-line {
    background: linear-gradient(90deg, rgba(148, 96, 25, 0.95), rgba(232, 171, 78, 0.14));
}

.mentor-v2-section-facilitators .mentor-v2-facilitator-card {
    border-color: rgba(182, 124, 42, 0.26);
    border-left-color: rgba(182, 124, 42, 0.78);
    background: linear-gradient(155deg, rgba(255, 250, 242, 0.96), rgba(255, 255, 255, 0.93));
}

.mentor-v2-section-facilitators .mentor-v2-facilitator-card:hover {
    box-shadow: 0 14px 28px rgba(168, 116, 40, 0.2);
    border-color: rgba(182, 124, 42, 0.42);
    border-left-color: rgba(182, 124, 42, 0.92);
}

.mentor-v2-section-facilitators .mentor-v2-role {
    color: #9b6721 !important;
}

.mentor-v2-section-facilitators .mentor-v2-phd-pill {
    background: rgba(182, 124, 42, 0.14);
    border-color: rgba(182, 124, 42, 0.34);
    color: #8b5b18;
}

.mentor-v2-section-facilitators .mentor-v2-person-name {
    color: #6f4711;
}

.mentor-v2-trust-card {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: rgba(248, 252, 255, 0.94);
    border: 1px solid rgba(77, 102, 179, 0.18);
    border-radius: 1.2rem;
    padding: 0.95rem 1rem;
    transition: transform 0.22s ease, box-shadow 0.24s ease;
}

.mentor-v2-trust-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(45, 78, 142, 0.12);
}

.mentor-v2-trust-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.75rem;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.2);
    color: #3b5ea2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.mentor-v2-contact-card {
    padding: clamp(1.2rem, 3vw, 1.95rem);
}

.mentor-v2-contact-title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 0.3rem;
    color: #243f76;
}

.mentor-v2-contact-subtitle {
    max-width: 620px;
    margin: 0 auto 0.95rem;
    color: #4d6598;
}

.mentor-v2-contact-actions {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}

.mentor-v2-btn-primary,
.mentor-v2-btn-secondary {
    min-height: 48px;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.1rem;
    font-weight: 700;
    font-size: 0.95rem;
    border: 1px solid transparent;
}

.mentor-v2-btn-primary {
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
}

.mentor-v2-btn-primary:hover {
    color: #fff;
    filter: brightness(1.04);
}

.mentor-v2-btn-secondary {
    background: #fff;
    color: #3d5ea1;
    border-color: #cfdbf8;
}

.mentor-v2-btn-secondary:hover {
    color: #2f4b84;
    background: #f5f8ff;
}

.mentor-v2-empty-note {
    padding: 1rem;
    color: #506597;
}

@media (max-width: 767.98px) {
    .mentor-v2-profile-card {
        padding: 1rem;
    }

    .mentor-v2-avatar {
        width: 3rem;
        height: 3rem;
        border-radius: 0.9rem;
    }

    .mentor-v2-avatar-photo {
        width: 3rem;
        height: 3rem;
        border-radius: 0.9rem;
    }

    .mentor-v2-heading-wrap {
        gap: 0.45rem;
    }

    .mentor-v2-verify-pill {
        font-size: 0.62rem;
        letter-spacing: 0.06em;
    }
}

/* Mentor readability refresh (simpler layout + typography) */
.mentor-page-v2 {
    --mentor-ink: #24375f;
    --mentor-muted: #465e8f;
    --mentor-border: rgba(77, 102, 179, 0.2);
    --mentor-card-shadow: 0 8px 20px rgba(34, 58, 118, 0.08);
}

.mentor-page-v2 .container {
    max-width: 980px;
}

.mentor-page-v2 p,
.mentor-page-v2 li {
    font-size: 1rem;
    line-height: 1.62;
    color: var(--mentor-muted);
}

.mentor-v2-hero-shell {
    border-radius: 1.15rem;
    padding: clamp(1.05rem, 2.4vw, 1.45rem);
    background: linear-gradient(160deg, #f5f8ff 0%, #ffffff 100%);
    box-shadow: 0 10px 22px rgba(36, 64, 128, 0.11);
}

.mentor-v2-chip {
    letter-spacing: 0.03em;
    font-size: 0.69rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mentor-v2-title {
    font-size: clamp(1.65rem, 4.2vw, 2.35rem);
    margin-bottom: 0.35rem;
}

.mentor-v2-subtitle {
    max-width: 720px;
    color: #35538f !important;
    font-size: clamp(0.97rem, 1.7vw, 1.08rem) !important;
    font-weight: 600;
}

.mentor-v2-global-statement {
    max-width: 760px;
    border: 1px solid #d7e5ff;
    border-radius: 0.9rem;
    background: linear-gradient(145deg, #f9fcff, #f3f8ff);
    color: #2f4f8f !important;
    font-size: 0.94rem !important;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.55rem 0.72rem;
}

.mentor-v2-heading-wrap {
    margin-bottom: 0.7rem;
}

.mentor-v2-heading-line {
    display: none;
}

.mentor-v2-section-title {
    font-size: clamp(1.22rem, 2.3vw, 1.58rem);
}

.mentor-v2-glass {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0.95rem;
    border: 1px solid var(--mentor-border);
    box-shadow: var(--mentor-card-shadow);
}

.mentor-v2-card,
.mentor-v2-advisory-card,
.mentor-v2-facilitator-card,
.mentor-v2-profile-card {
    padding: 1rem;
}

.mentor-v2-role {
    font-size: 0.88rem !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #3f5f99 !important;
}

.mentor-v2-country-pill {
    font-size: 0.67rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: none;
}

.mentor-v2-points {
    padding-left: 1.05rem;
    gap: 0.22rem;
}

.mentor-v2-points li {
    font-size: 0.95rem;
    color: #45608f;
}

.mentor-v2-panel-shell {
    border-radius: 1rem;
    padding: 1rem;
}

.mentor-v2-core-item {
    background: #fff;
    border: 1px solid rgba(77, 102, 179, 0.2);
    border-radius: 0.95rem;
    box-shadow: 0 8px 18px rgba(41, 66, 123, 0.08);
    padding: 0.95rem;
}

.mentor-v2-core-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: rgba(77, 102, 179, 0.12);
    border: 1px solid rgba(77, 102, 179, 0.2);
    color: #3a5b9f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.mentor-v2-core-item h2 {
    color: #28467e;
    font-size: 1rem;
}

.mentor-v2-contact-card {
    border-radius: 0.95rem;
}

.mentor-v2-contact-title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

/* Mentor intro upgrade: concise + high impact */
.mentor-v2-hero-shell-impact {
    border: 1px solid rgba(77, 102, 179, 0.22);
    background:
        radial-gradient(circle at 10% 8%, rgba(109, 139, 211, 0.18), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(57, 183, 176, 0.2), transparent 36%),
        linear-gradient(160deg, #f4f8ff 0%, #ffffff 52%, #f3fffb 100%);
}

.mentor-v2-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mentor-v2-hero-pills span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2f4f8f;
    background: #ebf2ff;
    border: 1px solid #d2e2ff;
}

.mentor-v2-hero-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.mentor-v2-impact-grid .mentor-v2-core-item {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(77, 102, 179, 0.2);
    box-shadow: 0 10px 24px rgba(42, 68, 125, 0.1);
    padding: 0.92rem;
}

.mentor-v2-core-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.45rem;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid;
}

.mentor-v2-core-item-mentor {
    background: linear-gradient(165deg, rgba(244, 248, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-color: rgba(54, 93, 166, 0.28);
}

.mentor-v2-core-item-mentor .mentor-v2-core-icon {
    background: rgba(54, 93, 166, 0.13);
    border-color: rgba(54, 93, 166, 0.25);
    color: #355da6;
}

.mentor-v2-core-item-mentor .mentor-v2-core-pill {
    color: #31589f;
    background: rgba(53, 94, 177, 0.12);
    border-color: rgba(53, 94, 177, 0.24);
}

.mentor-v2-core-item-advisor {
    background: linear-gradient(165deg, rgba(241, 252, 249, 0.98), rgba(255, 255, 255, 0.95));
    border-color: rgba(33, 129, 114, 0.27);
}

.mentor-v2-core-item-advisor .mentor-v2-core-icon {
    background: rgba(33, 129, 114, 0.14);
    border-color: rgba(33, 129, 114, 0.25);
    color: #1f7468;
}

.mentor-v2-core-item-advisor .mentor-v2-core-pill {
    color: #1f7468;
    background: rgba(33, 129, 114, 0.13);
    border-color: rgba(33, 129, 114, 0.25);
}

.mentor-v2-core-item-method {
    background: linear-gradient(165deg, rgba(255, 251, 242, 0.98), rgba(255, 255, 255, 0.95));
    border-color: rgba(166, 109, 34, 0.3);
}

.mentor-v2-core-item-method .mentor-v2-core-icon {
    background: rgba(166, 109, 34, 0.15);
    border-color: rgba(166, 109, 34, 0.25);
    color: #946019;
}

.mentor-v2-core-item-method .mentor-v2-core-pill {
    color: #8a5717;
    background: rgba(166, 109, 34, 0.13);
    border-color: rgba(166, 109, 34, 0.28);
}

.mentor-v2-core-item-psychology {
    background: linear-gradient(165deg, rgba(243, 247, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-color: rgba(96, 86, 170, 0.28);
}

.mentor-v2-core-item-psychology .mentor-v2-core-icon {
    background: rgba(96, 86, 170, 0.14);
    border-color: rgba(96, 86, 170, 0.26);
    color: #5b4ca9;
}

.mentor-v2-core-item-psychology .mentor-v2-core-pill {
    color: #56479f;
    background: rgba(96, 86, 170, 0.12);
    border-color: rgba(96, 86, 170, 0.24);
}

.mentor-v2-method-snapshot {
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 96% 9%, rgba(57, 183, 176, 0.16), transparent 34%),
        linear-gradient(165deg, #f7fbff 0%, #ffffff 100%);
}

.mentor-v2-method-head {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.75rem;
}

.mentor-v2-method-icon {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 0.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    box-shadow: 0 8px 16px rgba(51, 92, 171, 0.22);
    flex: 0 0 auto;
}

.mentor-v2-checklist-compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.75rem;
}

.mentor-v2-checklist-compact li {
    background: #fff;
    border: 1px solid #dce8ff;
    border-radius: 0.75rem;
    padding: 0.48rem 0.55rem;
}

.mentor-v2-more-details {
    border: 1px solid #dbe7ff;
    border-radius: 0.82rem;
    background: #fff;
    padding: 0.62rem 0.72rem;
}

.mentor-v2-more-details > summary {
    cursor: pointer;
    color: #2f4f8f;
    font-weight: 700;
    list-style: none;
}

.mentor-v2-more-details > summary::-webkit-details-marker {
    display: none;
}

.mentor-v2-more-details > summary::after {
    content: " +";
    color: #3d63ac;
}

.mentor-v2-more-details[open] > summary::after {
    content: " -";
}

.mentor-v2-more-body {
    margin-top: 0.62rem;
}

@media (max-width: 767.98px) {
    .mentor-v2-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .mentor-v2-checklist-compact {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Mentor cards: image-first, large circular profile visual */
.mentor-v2-section-mentors .mentor-v2-profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.78rem;
    padding: 1.12rem 1rem;
}

.mentor-v2-section-mentors .mentor-v2-avatar,
.mentor-v2-section-mentors .mentor-v2-avatar-photo {
    width: clamp(6.9rem, 26vw, 8.4rem);
    height: clamp(6.9rem, 26vw, 8.4rem);
    border-radius: 50%;
    flex: 0 0 auto;
}

.mentor-v2-section-mentors .mentor-v2-avatar {
    font-size: 1.7rem;
    border: 4px solid rgba(53, 94, 177, 0.22);
}

.mentor-v2-section-mentors .mentor-v2-avatar-photo {
    object-fit: cover;
    object-position: center 18%;
    border: 4px solid rgba(53, 94, 177, 0.26);
    box-shadow: 0 14px 26px rgba(54, 93, 166, 0.28);
}

.mentor-v2-section-mentors .mentor-v2-profile-content {
    width: 100%;
    text-align: left;
}

.mentor-v2-section-mentors .mentor-v2-country-pill {
    margin-bottom: 0.5rem;
}

.mentor-v2-section-mentors .mentor-v2-points {
    text-align: left;
}

.mentor-v2-section-mentors .mentor-v2-person-name {
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.2;
    color: #1f3f78;
    margin-bottom: 0.22rem !important;
}

.mentor-v2-section-mentors .mentor-v2-role-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.mentor-v2-section-mentors .mentor-v2-role-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.26rem 0.62rem;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2d5a9f;
    background: #eaf2ff;
    border: 1px solid #cdddf9;
}

.mentor-v2-section-mentors .mentor-v2-bio-box {
    border: 1px solid #d9e6ff;
    background: linear-gradient(170deg, #f6f9ff 0%, #ffffff 100%);
    border-radius: 0.85rem;
    padding: 0.72rem 0.78rem;
}

.mentor-v2-section-mentors .mentor-v2-bio-box p {
    color: #3f5f97;
    font-size: 1rem;
    line-height: 1.58;
}

.mentor-v2-section-mentors .mentor-v2-points-rich {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 0.44rem;
}

.mentor-v2-section-mentors .mentor-v2-points-rich li {
    position: relative;
    border: 1px solid #dbe8ff;
    border-radius: 0.82rem;
    background: #fff;
    color: #3f5f97;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0.5rem 0.62rem 0.5rem 1.75rem;
}

.mentor-v2-section-mentors .mentor-v2-points-rich li::before {
    content: "";
    position: absolute;
    left: 0.62rem;
    top: 0.6rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #4d66b3, #39b7b0);
    box-shadow: 0 0 0 2px rgba(77, 102, 179, 0.15);
}

@media (max-width: 767.98px) {
    .mentor-v2-section-mentors .mentor-v2-avatar,
    .mentor-v2-section-mentors .mentor-v2-avatar-photo {
        width: 6.4rem;
        height: 6.4rem;
    }

    .mentor-v2-section-mentors .mentor-v2-profile-content {
        text-align: left;
    }

    .mentor-v2-section-mentors .mentor-v2-role-pill {
        font-size: 0.71rem;
    }

    .mentor-v2-section-mentors .mentor-v2-bio-box p {
        font-size: 0.95rem;
    }
}

/* Team page minimal redesign: clean glass + readable typography */
.mentor-page-v2 {
    background:
        radial-gradient(circle at 8% 0%, rgba(77, 102, 179, 0.08), transparent 30%),
        radial-gradient(circle at 92% 2%, rgba(57, 183, 176, 0.07), transparent 32%),
        #f5f8ff;
}

.mentor-page-v2 .mentor-v2-glass {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid #d8e3f8;
    box-shadow: 0 10px 24px rgba(39, 63, 120, 0.08);
}

.mentor-page-v2 .mentor-v2-profile-card,
.mentor-page-v2 .mentor-v2-advisory-card,
.mentor-page-v2 .mentor-v2-facilitator-card,
.mentor-page-v2 .mentor-v2-approach-card,
.mentor-page-v2 .mentor-v2-global-card {
    transition: none !important;
    transform: none !important;
}

.mentor-page-v2 .mentor-v2-profile-card:hover,
.mentor-page-v2 .mentor-v2-advisory-card:hover,
.mentor-page-v2 .mentor-v2-facilitator-card:hover {
    transform: none !important;
    box-shadow: inherit !important;
}

.mentor-page-v2 .mentor-v2-hero-shell-impact {
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.78);
}

.mentor-page-v2 .mentor-v2-title {
    font-size: clamp(1.75rem, 3.4vw, 2.45rem);
    line-height: 1.2;
    color: #1f3f78;
}

.mentor-page-v2 .mentor-v2-subtitle {
    color: #48608e;
    font-size: 1.02rem;
    line-height: 1.6;
}

.mentor-page-v2 .mentor-v2-hero-actions {
    gap: 0.55rem;
}

.mentor-page-v2 .mentor-v2-hero-actions .btn {
    min-height: 44px;
}

.mentor-page-v2 .mentor-v2-section-title {
    color: #223f74;
    font-weight: 700;
    letter-spacing: 0;
}

.mentor-page-v2 .mentor-v2-section-note,
.mentor-page-v2 .mentor-v2-panel-subtitle,
.mentor-page-v2 .mentor-v2-global-head p {
    color: #5a7098;
    font-size: 0.95rem;
    line-height: 1.58;
}

.mentor-page-v2 .mentor-v2-approach-shell,
.mentor-page-v2 .mentor-v2-global-shell {
    border-radius: 1rem;
    padding: 1rem;
}

.mentor-page-v2 .mentor-v2-approach-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    gap: 0.7rem;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.2rem;
    scroll-snap-type: x mandatory;
}

.mentor-page-v2 .mentor-v2-approach-card {
    scroll-snap-align: start;
    position: relative;
    border: 1px solid #d9e5fb;
    border-radius: 0.95rem;
    background: rgba(247, 250, 255, 0.9);
    padding: 0.78rem;
}

.mentor-page-v2 .mentor-v2-approach-card::after {
    content: "";
    position: absolute;
    right: -0.56rem;
    top: 1.4rem;
    width: 0.56rem;
    border-top: 2px dotted #9bb4e4;
}

.mentor-page-v2 .mentor-v2-approach-card.is-last::after {
    display: none;
}

.mentor-page-v2 .mentor-v2-approach-icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.66rem;
    background: #ecf3ff;
    border: 1px solid #d0e0fb;
    color: #345c9f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.38rem;
}

.mentor-page-v2 .mentor-v2-approach-card h3,
.mentor-page-v2 .mentor-v2-global-card h3 {
    font-size: 1rem;
    margin-bottom: 0.24rem;
    color: #27477f;
    font-weight: 700;
}

.mentor-page-v2 .mentor-v2-approach-card p,
.mentor-page-v2 .mentor-v2-global-card p {
    font-size: 0.93rem;
    color: #536a94;
    line-height: 1.55;
}

.mentor-page-v2 .mentor-v2-slide-hint {
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: #5d76a5 !important;
}

.mentor-page-v2 .mentor-v2-global-grid {
    display: grid;
    gap: 0.65rem;
}

.mentor-page-v2 .mentor-v2-global-card {
    border: 1px solid #dbe7fb;
    border-radius: 0.95rem;
    background: rgba(247, 251, 255, 0.92);
    padding: 0.72rem 0.78rem;
}

.mentor-page-v2 .mentor-v2-global-icon {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.62rem;
    background: #fff;
    border: 1px solid #d4e1fb;
    color: #3760a9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.38rem;
}

.mentor-page-v2 .mentor-v2-global-details {
    border: 0;
    background: transparent;
    padding: 0;
}

.mentor-page-v2 .mentor-v2-global-details > summary {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #4d66b3;
    background: linear-gradient(135deg, #4d66b3, #5a86c7);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.42rem 0.9rem;
    box-shadow: 0 8px 18px rgba(56, 87, 160, 0.26);
}

.mentor-page-v2 .mentor-v2-global-details > summary::after {
    content: " \25BC";
    color: #fff;
}

.mentor-page-v2 .mentor-v2-global-details[open] > summary::after {
    content: " \25B2";
}

.mentor-page-v2 .mentor-v2-global-details .mentor-v2-more-body {
    margin-top: 0.68rem;
    border: 1px solid #d8e3f8;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.88);
    padding: 0.76rem 0.82rem;
}

.mentor-page-v2 .mentor-v2-country-pill {
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #31579d;
    background: rgba(234, 243, 255, 0.9);
    border: 1px solid #cbddfb;
}

.mentor-page-v2 .mentor-v2-role-line {
    color: #35588f;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
}

.mentor-page-v2 .mentor-v2-bio-box {
    border-radius: 0.86rem;
    border: 1px solid #d7e3f8;
    background: rgba(250, 252, 255, 0.95);
}

.mentor-page-v2 .mentor-v2-bio-box p,
.mentor-page-v2 .mentor-v2-advisory-card > p,
.mentor-page-v2 .mentor-v2-facilitator-card > p {
    color: #4e668f;
    font-size: 0.96rem;
    line-height: 1.62;
}

.mentor-page-v2 .mentor-v2-min-bullets {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.24rem;
}

.mentor-page-v2 .mentor-v2-min-bullets li {
    color: #4f678f;
    font-size: 0.92rem;
    line-height: 1.5;
}

.mentor-page-v2 .mentor-v2-section-mentors .mentor-v2-profile-card {
    border-left: 3px solid #4d66b3;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-advisory-card {
    border-left: 3px solid #2f8f77;
    padding: 0.82rem 0.88rem;
    border-radius: 0.92rem;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-person-name {
    font-size: 1.02rem;
    line-height: 1.25;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-country-pill {
    margin-bottom: 0.1rem;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-role-line {
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 0.3rem !important;
}

.mentor-page-v2 .mentor-v2-section-facilitators .mentor-v2-facilitator-card {
    border-left: 3px solid #7561b5;
    padding: 0.82rem 0.88rem;
    border-radius: 0.92rem;
}

.mentor-page-v2 .mentor-v2-section-facilitators .mentor-v2-person-name {
    font-size: 1rem;
    line-height: 1.26;
}

.mentor-page-v2 .mentor-v2-section-facilitators .mentor-v2-phd-pill {
    font-size: 0.64rem;
    padding: 0.2rem 0.52rem;
}

.mentor-page-v2 .mentor-v2-section-facilitators .mentor-v2-role-line {
    color: #5f4b9a;
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 0.34rem !important;
}

.mentor-page-v2 .mentor-v2-section-facilitators .mentor-v2-facilitator-card > p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.mentor-page-v2 .mentor-v2-mini-note {
    margin-top: 0.3rem;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.12rem;
    color: #5d4a96;
    font-size: 0.8rem;
    line-height: 1.4;
}

.mentor-page-v2 .mentor-v2-mini-note i {
    font-size: 1rem;
    line-height: 0.9;
    margin-top: -0.02rem;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-role-line {
    color: #2a7a67;
}

.mentor-page-v2 .mentor-v2-section-advisors .mentor-v2-advisory-card > p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .mentor-page-v2 .mentor-v2-title {
        font-size: clamp(1.6rem, 6.5vw, 2.05rem);
    }

    .mentor-page-v2 .mentor-v2-approach-track {
        grid-auto-columns: minmax(230px, 84%);
    }
}

/* Course enrollment + onboarding flow */
.enroll-flow-wrap {
    background:
        radial-gradient(circle at 6% 2%, rgba(108, 140, 92, 0.13), transparent 34%),
        radial-gradient(circle at 95% 4%, rgba(205, 183, 141, 0.2), transparent 36%),
        linear-gradient(180deg, #fbf9f4 0%, #fdfcf8 38%, #f7fbf8 100%);
    min-height: calc(100vh - 88px);
}

.enroll-flow-container {
    max-width: 980px;
}

.enroll-hero {
    border-radius: 1.45rem;
    border: 1px solid #dce7d8;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 34px rgba(69, 98, 69, 0.1);
    padding: clamp(1.1rem, 4vw, 2rem);
}

.enroll-step-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.26rem 0.65rem;
    border: 1px solid rgba(83, 113, 74, 0.35);
    background: rgba(150, 183, 138, 0.2);
    color: #355334;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.enroll-hero-title {
    color: #1f3d2a;
    margin: 0.5rem 0 0.6rem;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.2;
}

.enroll-hero-subtitle {
    max-width: 760px;
    color: #4e6653;
    margin-bottom: 0;
}

.enroll-price-note {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    font-size: 0.96rem;
    color: #50654f;
}

.enroll-price-note strong {
    color: #234f30;
    font-size: 1.08rem;
}

.enroll-section-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d7e5d3;
    border-radius: 1.15rem;
    box-shadow: 0 14px 28px rgba(74, 101, 74, 0.1);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.enroll-method-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.enroll-method-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #cad9c4;
    background: #f4f9f1;
    color: #3c5b3b;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.22rem 0.6rem;
}

.enroll-module-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9e6d4;
    border-radius: 1rem;
    box-shadow: 0 10px 21px rgba(72, 96, 72, 0.08);
    padding: 0.95rem 1rem;
}

.enroll-module-card h3 {
    color: #274a32;
}

.enroll-module-card p {
    color: #536a59;
    font-size: 0.95rem;
}

.enroll-feature-row {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    border-radius: 0.85rem;
    border: 1px solid #d7e3d2;
    background: #fbfdf9;
    padding: 0.72rem 0.8rem;
}

.enroll-feature-row i {
    color: #2f6940;
    font-size: 1rem;
    margin-top: 0.1rem;
}

.enroll-feature-row span {
    color: #4c6352;
    font-size: 0.94rem;
}

.enroll-cta-card {
    background: linear-gradient(145deg, rgba(238, 247, 237, 0.86), rgba(255, 251, 242, 0.88));
    border: 1px solid #d6e2d1;
    border-radius: 1.1rem;
    padding: 1.05rem 1.1rem;
    box-shadow: 0 12px 24px rgba(77, 103, 77, 0.12);
}

.enroll-cta-card p {
    color: #4b6452;
}

.enroll-stepper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.enroll-stepper span {
    border-radius: 999px;
    background: #f3f4ef;
    border: 1px solid #d4ddd0;
    padding: 0.24rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #5f705e;
}

.enroll-stepper span.active {
    background: #2f6845;
    border-color: #2f6845;
    color: #fff;
}

.enroll-inline-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.45rem;
}

.enroll-inline-meta span {
    border-radius: 0.8rem;
    border: 1px solid #d7e2d3;
    background: #f8fbf6;
    color: #4c6354;
    font-size: 0.83rem;
    padding: 0.5rem 0.6rem;
}

.enroll-inline-meta strong {
    color: #2c5138;
}

.enroll-input {
    border-color: #ceddf8;
}

.enroll-input:focus {
    border-color: #5a86c7;
    box-shadow: 0 0 0 0.2rem rgba(90, 134, 199, 0.16);
}

.checkout-shell {
    border-color: rgba(77, 102, 179, 0.24);
    background:
        radial-gradient(circle at 7% 6%, rgba(90, 134, 199, 0.16), transparent 30%),
        radial-gradient(circle at 96% 12%, rgba(57, 183, 176, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.92);
}

.checkout-head {
    border: 1px solid #d7e3fa;
    background: rgba(247, 251, 255, 0.9);
    border-radius: 1rem;
    padding: 0.8rem 0.9rem;
}

.checkout-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #edf3ff;
    border: 1px solid #caddff;
    color: #355ea8;
    font-size: 0.69rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.22rem 0.58rem;
}

.checkout-summary-card {
    border: 1px solid #d7e4fb;
    background: linear-gradient(165deg, #f7fbff 0%, #ffffff 100%);
    border-radius: 1rem;
    padding: 0.9rem;
    box-shadow: 0 12px 24px rgba(62, 95, 161, 0.12);
}

.checkout-summary-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #edf4ff;
    color: #30548f;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.55rem;
}

.checkout-price-lines {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.65rem;
}

.checkout-price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    border-radius: 0.78rem;
    border: 1px solid #dae5fb;
    background: #fff;
    color: #415f93;
    font-size: 0.9rem;
    padding: 0.5rem 0.62rem;
}

.checkout-price-line strong {
    color: #214277;
    font-weight: 700;
}

.checkout-coupon-block {
    border: 1px solid #d7e4fb;
    border-radius: 0.86rem;
    background: linear-gradient(160deg, #f8fbff, #ffffff);
    padding: 0.62rem;
}

.checkout-coupon-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
}

.checkout-coupon-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2b4c86;
}

.checkout-coupon-auto {
    font-size: 0.72rem;
    font-weight: 700;
    color: #3f63ab;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #eef5ff;
    padding: 0.14rem 0.46rem;
}

.checkout-coupon-shell {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid #cadcfb;
    border-radius: 0.78rem;
    background: #fff;
    padding: 0.16rem 0.45rem;
}

.checkout-coupon-shell.is-valid {
    border-color: #1ea971;
    background: #f2fff8;
    box-shadow: 0 0 0 2px rgba(30, 169, 113, 0.12);
}

.checkout-coupon-shell.is-invalid {
    border-color: #db4d4d;
    background: #fff5f5;
    box-shadow: 0 0 0 2px rgba(219, 77, 77, 0.12);
}

.checkout-coupon-shell i {
    color: #4f75bc;
    font-size: 0.92rem;
}

.checkout-coupon-shell.is-valid i {
    color: #1d8f62;
}

.checkout-coupon-shell.is-invalid i {
    color: #c73b3b;
}

.checkout-coupon-shell .checkout-coupon-input {
    border: none;
    box-shadow: none !important;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.checkout-price-line-total {
    border-color: #bcd4ff;
    background: linear-gradient(145deg, #edf4ff, #ffffff);
}

.checkout-price-line-total strong {
    color: #244e99;
    font-size: 1.06rem;
}

.checkout-price-line-discount {
    border-color: #c6def8;
    background: linear-gradient(145deg, #f2f9ff, #ffffff);
}

.checkout-price-line-discount strong {
    color: #216a9a;
}

.checkout-coupon-input {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #2f4f8f;
}

.checkout-coupon-shell.is-valid .checkout-coupon-input {
    color: #136d4c;
}

.checkout-coupon-shell.is-valid .checkout-coupon-input::placeholder {
    color: #4ea680;
}

.checkout-coupon-shell.is-invalid .checkout-coupon-input {
    color: #8d2f2f;
}

.checkout-coupon-shell.is-invalid .checkout-coupon-input::placeholder {
    color: #b77373;
}

.checkout-coupon-feedback {
    margin-top: 0.72rem;
    border: 1px solid #d5e4ff;
    border-radius: 0.78rem;
    background: #f5f9ff;
    color: #466490;
    font-size: 0.84rem;
    padding: 0.56rem 0.62rem;
}

.checkout-coupon-feedback.is-success {
    border-color: #bcd5f8;
    background: #edf4ff;
    color: #295a98;
}

.checkout-coupon-feedback.is-warning {
    border-color: #efd4ae;
    background: #fff7eb;
    color: #945d17;
}

.checkout-actions {
    display: grid;
    gap: 0.55rem;
}

.checkout-actions .btn {
    width: 100%;
    min-height: 52px;
    font-weight: 700;
}

.enroll-config-list {
    display: grid;
    gap: 0.5rem;
}

.enroll-config-list div {
    border: 1px solid #dbe6d7;
    border-radius: 0.8rem;
    padding: 0.55rem 0.65rem;
    background: #f9fcf7;
    color: #4f6552;
    font-size: 0.84rem;
}

.enroll-processing-spinner {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 4px solid #d8e6d2;
    border-top-color: #2f6845;
    margin: 0 auto;
    animation: enrollSpin 0.8s linear infinite;
}

@keyframes enrollSpin {
    to {
        transform: rotate(360deg);
    }
}

.status-warning {
    background: #fff4d6;
    color: #8c5d00;
}

.status-danger {
    background: #ffe2e2;
    color: #962828;
}

.status-success {
    background: #dff6e7;
    color: #127944;
}

.status-expense {
    background: #ffe6e6;
    color: #9e2e2e;
}

.status-investment {
    background: #e6f1ff;
    color: #245090;
}
