/* Excel Pro public visual cleanup. */

/* 1. Brand references */
body.excelpro-public-page,
.excelpro-public-header,
.excelpro-footer {
    --excelpro-green: #10713b;
    --excelpro-green-dark: #0c5d30;
    --excelpro-soft-green: #e8f3e2;
    --excelpro-cream: #f7f3f0;
    --excelpro-black: #000000;
    --excelpro-border: #69727d;
    --excelpro-heading-font: "Montserrat", "Poppins", sans-serif;
    --excelpro-body-font: "Mulish", "Inter", sans-serif;
    --excelpro-container: 1300px;
    --excelpro-wide-container: 1500px;
}

/* 2. Public structure and background */
body.excelpro-public-page {
    background: #ffffff;
    color: var(--excelpro-black);
    display: flex;
    flex-direction: column;
    font-family: var(--excelpro-body-font);
    min-height: 100vh;
}

body.excelpro-public-page .main-area {
    background: #ffffff;
    flex: 1 0 auto;
}

body.excelpro-auth-shell .main-area,
body.excelpro-legal-shell .main-area {
    background: linear-gradient(180deg, #ffffff 0%, var(--excelpro-soft-green) 100%);
}

body.excelpro-public-page .container {
    max-width: var(--excelpro-container);
}

#examenes,
#preguntas-frecuentes {
    scroll-margin-top: 110px;
}

/* 3. Header */
.excelpro-public-header .tg-header__area {
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 113, 59, 0.14);
    padding: 0;
}

.excelpro-public-header .tg-header__area.sticky-menu {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    padding: 0;
}

.excelpro-public-header .tgmenu__nav {
    gap: 24px;
    min-height: 100px;
}

.excelpro-public-header .logo img,
.excelpro-public-header .tgmobile__menu .nav-logo img {
    max-height: 54px;
    width: auto;
}

.excelpro-public-header .tgmenu__navbar-wrap {
    flex: 1 1 auto;
    justify-content: center;
}

.excelpro-public-header .tgmenu__navbar-wrap ul {
    gap: 4px;
    margin: 0;
}

.excelpro-public-header .tgmenu__navbar-wrap ul li a {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 38px 12px;
    text-transform: none;
}

.excelpro-public-header .tgmenu__navbar-wrap ul li:hover > a,
.excelpro-public-header .tgmenu__navbar-wrap ul li.active > a,
.excelpro-public-header .tgmenu__navbar-wrap ul li a:focus-visible {
    color: var(--excelpro-green);
}

.excelpro-public-header .excelpro-header__actions {
    margin-left: auto;
}

.excelpro-public-header .excelpro-header__actions > ul {
    gap: 10px;
}

.excelpro-public-header .excelpro-header__actions > ul li {
    padding: 0;
}

.excelpro-public-header .excelpro-header__courses .btn,
.excelpro-public-header .excelpro-header__login a {
    border-radius: 100px;
    box-shadow: none;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    min-height: 43px;
    padding: 13px 18px;
    text-transform: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.excelpro-public-header .excelpro-header__courses .btn,
.excelpro-public-header .excelpro-mobile__actions .excelpro-mobile__primary {
    background: var(--excelpro-green);
    border-color: var(--excelpro-green);
    color: #ffffff;
}

.excelpro-public-header .excelpro-header__courses .btn:hover,
.excelpro-public-header .excelpro-header__courses .btn:focus-visible,
.excelpro-public-header .excelpro-mobile__actions .excelpro-mobile__primary:hover,
.excelpro-public-header .excelpro-mobile__actions .excelpro-mobile__primary:focus-visible {
    background: var(--excelpro-green-dark);
    border-color: var(--excelpro-green-dark);
    color: #ffffff;
}

.excelpro-public-header .excelpro-header__login a {
    background: transparent;
    border: 1px solid transparent;
    color: var(--excelpro-green);
}

.excelpro-public-header .excelpro-header__login a:hover,
.excelpro-public-header .excelpro-header__login a:focus-visible {
    background: var(--excelpro-soft-green);
    border-color: var(--excelpro-soft-green);
    color: var(--excelpro-green);
}

.excelpro-public-header .excelpro-header__account .cart-count {
    border-color: rgba(16, 113, 59, 0.18);
    border-radius: 50%;
    height: 44px;
    width: 44px;
}

.excelpro-public-header .user_icon .menu_user_list {
    border: 1px solid rgba(16, 113, 59, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
    padding: 12px 16px;
}

.excelpro-public-header .user_icon .menu_user_list li a {
    font-family: var(--excelpro-body-font);
    line-height: 2.2;
    text-transform: none;
}

.excelpro-public-header .mobile-nav-toggler {
    color: var(--excelpro-black);
    margin-left: 10px;
}

.excelpro-public-header .tgmobile__menu .nav-logo {
    padding: 22px 24px 16px;
}

.excelpro-public-header .tgmobile__menu .navigation li > a {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.excelpro-public-header .tgmobile__menu .navigation li > a:hover,
.excelpro-public-header .tgmobile__menu .navigation li > a:focus-visible {
    color: var(--excelpro-green);
}

.excelpro-public-header .excelpro-mobile__actions {
    border-top: 1px solid rgba(16, 113, 59, 0.14);
    gap: 10px;
    margin: 0;
    padding: 22px 24px 30px;
}

.excelpro-public-header .excelpro-mobile__actions li {
    width: 100%;
}

.excelpro-public-header .excelpro-mobile__actions li a {
    border-radius: 100px;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 18px;
    text-transform: none;
}

/* 4. Authentication */
.excelpro-auth-page {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 100px);
    padding: 96px 0 108px;
}

.excelpro-auth-page .row {
    width: 100%;
}

.excelpro-auth-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 28px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 540px;
    padding: 46px 42px;
}

.excelpro-auth-card .title {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22;
    margin-bottom: 12px;
}

.excelpro-auth-card p,
.excelpro-auth-card label,
.excelpro-auth-card .account__check label,
.excelpro-auth-card .account__switch p,
.excelpro-auth-card .text-muted {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
}

.excelpro-auth-card > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.excelpro-auth-card .account__form .form-grp {
    margin-bottom: 18px;
}

.excelpro-auth-card .account__form label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}

.excelpro-auth-card .account__form input:not([type="checkbox"]) {
    background: #ffffff;
    border: 1px solid var(--excelpro-border);
    border-radius: 71px;
    box-shadow: none;
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 21px;
    padding: 8px 18px;
    width: 100%;
}

.excelpro-auth-card .account__form input:not([type="checkbox"]):focus {
    border-color: var(--excelpro-green);
    box-shadow: 0 0 0 3px rgba(16, 113, 59, 0.14);
    outline: 0;
}

.excelpro-auth-card .account__check {
    align-items: center;
    gap: 12px;
    margin: 2px 0 22px;
}

.excelpro-auth-card a {
    color: var(--excelpro-green);
    font-family: var(--excelpro-body-font);
    font-weight: 700;
    transition: color 0.2s ease;
}

.excelpro-auth-card a:hover,
.excelpro-auth-card a:focus-visible {
    color: var(--excelpro-green-dark);
}

.excelpro-auth-submit {
    align-items: center;
    background: var(--excelpro-green);
    border: 1px solid var(--excelpro-green);
    border-radius: 100px;
    box-shadow: none;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1;
    padding: 12px 25px;
    text-transform: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

.excelpro-auth-submit:hover,
.excelpro-auth-submit:focus-visible {
    background: var(--excelpro-green-dark);
    border-color: var(--excelpro-green-dark);
    color: #ffffff;
}

.excelpro-auth-card .account__social-btn {
    border-color: rgba(16, 113, 59, 0.18);
    border-radius: 100px;
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
}

.excelpro-auth-card .account__divider {
    margin: 24px 0;
}

.excelpro-auth-card .account__switch {
    margin-top: 24px;
}

/* 5. Legal pages */
.excelpro-legal-page {
    padding: 92px 0 108px;
}

.excelpro-legal-content {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 28px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 920px;
    padding: 54px;
}

.excelpro-legal-content h1 {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 28px;
}

.excelpro-legal-copy,
.excelpro-legal-copy p,
.excelpro-legal-copy li {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.excelpro-legal-copy h2,
.excelpro-legal-copy h3,
.excelpro-legal-copy h4 {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 30px;
}

.excelpro-legal-copy a {
    color: var(--excelpro-green);
    font-weight: 700;
}

.excelpro-legal-copy a:hover,
.excelpro-legal-copy a:focus-visible {
    color: var(--excelpro-green-dark);
}

.excelpro-legal-back {
    background: var(--excelpro-green);
    border: 1px solid var(--excelpro-green);
    border-radius: 100px;
    box-shadow: none;
    color: #ffffff;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 26px;
    padding: 15px 25px;
    text-transform: none;
}

.excelpro-legal-back:hover,
.excelpro-legal-back:focus-visible {
    background: var(--excelpro-green-dark);
    border-color: var(--excelpro-green-dark);
    color: #ffffff;
}

/* Public FAQ */
.excelpro-faq-section {
    background: #ffffff;
    color: var(--excelpro-black, #000000);
    overflow: hidden;
    padding: 88px 0 96px;
}

.excelpro-faq-section__header {
    margin: 0 auto 38px;
    max-width: 760px;
    text-align: center;
}

.excelpro-faq-section__header h2 {
    color: var(--excelpro-black, #000000);
    font-family: var(--excelpro-heading-font, "Montserrat", "Poppins", sans-serif);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
}

.excelpro-faq-section__header p {
    color: var(--excelpro-black, #000000);
    font-family: var(--excelpro-body-font, "Mulish", "Inter", sans-serif);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.excelpro-faq-section__accordion {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.excelpro-faq-section .faq__wrap {
    margin: 0;
}

.excelpro-faq-section .accordion-item {
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.excelpro-faq-section .accordion-button {
    color: var(--excelpro-black, #000000);
    font-family: var(--excelpro-heading-font, "Montserrat", "Poppins", sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.excelpro-faq-section .accordion-body p {
    color: var(--excelpro-black, #000000);
    font-family: var(--excelpro-body-font, "Mulish", "Inter", sans-serif);
    line-height: 1.7;
    margin: 0;
}

/* 6. Assessment section */
.excelpro-assessment-section {
    --excelpro-green: #10713b;
    --excelpro-green-dark: #0c5d30;
    --excelpro-soft-green: #e8f3e2;
    --excelpro-cream: #f7f3f0;
    --excelpro-black: #000000;
    --excelpro-border: #69727d;
    --excelpro-heading-font: "Montserrat", "Poppins", sans-serif;
    --excelpro-body-font: "Mulish", "Inter", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, var(--excelpro-soft-green) 100%);
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    overflow: hidden;
    padding: 92px 0 104px;
}

.excelpro-assessment-section .container {
    max-width: 1300px;
}

.excelpro-assessment-section__header {
    margin: 0 auto 42px;
    max-width: 760px;
    text-align: center;
}

.excelpro-assessment-section__header span {
    color: var(--excelpro-green);
    display: inline-block;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 12px;
}

.excelpro-assessment-section__header h2 {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 16px;
}

.excelpro-assessment-section__header p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

.excelpro-assessment-section__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.excelpro-assessment-section__card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
}

.excelpro-assessment-section__card h3 {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.28;
    margin-bottom: 12px;
}

.excelpro-assessment-section__card p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 22px;
}

.excelpro-assessment-section__card ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

.excelpro-assessment-section__card li {
    align-items: flex-start;
    color: var(--excelpro-black);
    display: grid;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 400;
    gap: 10px;
    grid-template-columns: 8px 1fr;
    line-height: 1.45;
}

.excelpro-assessment-section__card li::before {
    background: var(--excelpro-green);
    border-radius: 2px;
    content: "";
    height: 8px;
    margin-top: 6px;
    width: 8px;
}

.excelpro-assessment-section__card button {
    align-items: center;
    background: #d9e7d4;
    border: 1px solid #c5d8bf;
    border-radius: 100px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.62);
    cursor: not-allowed;
    display: inline-flex;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1;
    margin-top: auto;
    padding: 12px 25px;
    text-transform: none;
    width: 100%;
}

/* Public course cards */
.home_main .courses-area .courses__item-bottom,
.all-courses-area .courses__item-bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: space-between;
}

.home_main .courses-area .courses__item-bottom .button,
.all-courses-area .courses__item-bottom .button {
    flex: 1 1 150px;
    min-width: 0;
}

.home_main .courses-area .courses__item-bottom .button a,
.all-courses-area .courses__item-bottom .button a {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.home_main .courses-area .courses__item-bottom .price,
.all-courses-area .courses__item-bottom .price {
    flex: 0 1 auto;
    margin: 0;
    white-space: nowrap;
}

/* 7. Footer */
.excelpro-footer {
    background: var(--excelpro-cream);
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
}

.excelpro-footer .container {
    max-width: var(--excelpro-wide-container);
    padding-left: 28px;
    padding-right: 28px;
}

.excelpro-footer .footer__top {
    background: var(--excelpro-cream);
    padding: 68px 0 40px;
}

.excelpro-footer .footer__top .row {
    align-items: flex-start;
}

.excelpro-footer .footer__top .row [class*=col-]:nth-child(2) .footer__widget,
.excelpro-footer .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
}

.excelpro-footer .footer__widget {
    margin-bottom: 0;
}

.excelpro-footer .logo {
    margin-bottom: 18px;
}

.excelpro-footer .logo img {
    max-height: 58px;
    width: auto;
}

.excelpro-footer .footer__content p,
.excelpro-footer .footer__contact-content p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 0;
}

.excelpro-footer .footer__content p {
    max-width: 430px;
}

.excelpro-footer .footer__widget-title {
    color: var(--excelpro-black);
    font-family: var(--excelpro-heading-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: none;
}

.excelpro-footer .footer__link .list-wrap li {
    margin-bottom: 10px;
}

.excelpro-footer .footer__link .list-wrap li a,
.excelpro-footer .excelpro-footer__contact-link {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.excelpro-footer .footer__link .list-wrap li a:hover,
.excelpro-footer .footer__link .list-wrap li a:focus-visible,
.excelpro-footer .excelpro-footer__contact-link:hover,
.excelpro-footer .excelpro-footer__contact-link:focus-visible {
    color: var(--excelpro-green);
}

.excelpro-footer .excelpro-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.excelpro-footer .excelpro-footer__social li {
    margin: 0;
}

.excelpro-footer .excelpro-footer__social li a {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(16, 113, 59, 0.18);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    width: 40px;
}

.excelpro-footer .excelpro-footer__social li a:hover,
.excelpro-footer .excelpro-footer__social li a:focus-visible {
    background: var(--excelpro-soft-green);
    border-color: var(--excelpro-green);
}

.excelpro-footer .excelpro-footer__social li a img {
    max-height: 17px;
    max-width: 17px;
}

.excelpro-footer .footer__contact-content {
    max-width: 360px;
}

.excelpro-footer .excelpro-footer__contact-link {
    display: inline-block;
    margin-top: 14px;
}

.excelpro-footer .footer__bottom {
    background: var(--excelpro-soft-green);
    padding: 28px 0;
}

.excelpro-footer .copy-right-text p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.excelpro-footer .footer__bottom-menu .list-wrap {
    gap: 22px;
    justify-content: flex-end;
}

.excelpro-footer .footer__bottom-menu .list-wrap li a {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.excelpro-footer .footer__bottom-menu .list-wrap li a:hover,
.excelpro-footer .footer__bottom-menu .list-wrap li a:focus-visible {
    color: var(--excelpro-green);
}

/* 8. Responsive */
@media (max-width: 1500px) {
    .excelpro-public-header .tgmenu__nav {
        gap: 16px;
    }

    .excelpro-public-header .tgmenu__navbar-wrap ul li a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .excelpro-public-header .excelpro-header__courses .btn,
    .excelpro-public-header .excelpro-header__login a {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 1199.98px) {
    .excelpro-public-header .tg-header__area,
    .excelpro-public-header .tg-header__area.sticky-menu {
        padding: 0;
    }

    .excelpro-public-header .tgmenu__nav {
        min-height: 72px;
    }

    .excelpro-public-header .tgmenu__navbar-wrap ul li a {
        padding-top: 28px;
        padding-bottom: 28px;
    }

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

@media (max-width: 991.98px) {
    .excelpro-auth-page {
        min-height: calc(100vh - 72px);
        padding: 72px 0 84px;
    }

    .excelpro-assessment-section {
        padding: 76px 0 86px;
    }

    .excelpro-assessment-section__header h2 {
        font-size: 34px;
    }

    .excelpro-faq-section {
        padding: 72px 0 80px;
    }

    .excelpro-faq-section__header h2 {
        font-size: 34px;
    }

    .excelpro-footer .footer__top {
        padding: 54px 0 34px;
    }

    .excelpro-footer .footer__bottom {
        padding: 24px 0;
    }

    .excelpro-footer .footer__bottom-menu .list-wrap {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    body.excelpro-public-page .container,
    .excelpro-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .excelpro-public-header .tgmenu__nav {
        min-height: 65px;
    }

    .excelpro-public-header .logo img {
        max-height: 46px;
    }

    .excelpro-auth-page {
        min-height: calc(100vh - 65px);
        padding: 56px 0 68px;
    }

    #examenes,
    #preguntas-frecuentes {
        scroll-margin-top: 78px;
    }

    .excelpro-faq-section {
        padding: 58px 0 66px;
    }

    .excelpro-faq-section__header {
        margin-bottom: 30px;
        text-align: left;
    }

    .excelpro-faq-section__header h2 {
        font-size: 30px;
    }

    .excelpro-faq-section__header p {
        font-size: 16px;
    }

    .excelpro-faq-section .accordion-button {
        font-size: 16px;
        padding: 18px 20px;
    }

    .excelpro-faq-section .accordion-body {
        padding: 18px 20px 22px;
    }

    .home_main .courses-area .courses__item-bottom,
    .all-courses-area .courses__item-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .home_main .courses-area .courses__item-bottom .button,
    .all-courses-area .courses__item-bottom .button {
        flex-basis: auto;
        width: 100%;
    }

    .excelpro-assessment-section {
        padding: 60px 0 70px;
    }

    .excelpro-assessment-section__grid {
        grid-template-columns: 1fr;
    }

    .excelpro-assessment-section__header {
        margin-bottom: 32px;
        text-align: left;
    }

    .excelpro-assessment-section__header h2 {
        font-size: 30px;
    }

    .excelpro-assessment-section__header p {
        font-size: 16px;
    }

    .excelpro-assessment-section__card {
        border-radius: 22px;
        padding: 24px;
    }

    .excelpro-auth-card {
        border-radius: 22px;
        padding: 34px 24px;
    }

    .excelpro-auth-card .title {
        font-size: 30px;
    }

    .excelpro-auth-card .account__check {
        align-items: flex-start;
        flex-direction: column;
    }

    .excelpro-legal-page {
        padding: 56px 0 68px;
    }

    .excelpro-legal-content {
        border-radius: 22px;
        padding: 34px 24px;
    }

    .excelpro-legal-content h1 {
        font-size: 30px;
    }

    .excelpro-footer .footer__top {
        padding: 44px 0 28px;
    }

    .excelpro-footer .footer__content p,
    .excelpro-footer .footer__contact-content p,
    .excelpro-footer .footer__link .list-wrap li a,
    .excelpro-footer .excelpro-footer__contact-link,
    .excelpro-footer .footer__bottom-menu .list-wrap li a,
    .excelpro-footer .copy-right-text p {
        font-size: 15px;
    }

    .excelpro-footer .footer__bottom-menu .list-wrap {
        justify-content: center;
    }

    .excelpro-footer .copy-right-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .excelpro-auth-card,
    .excelpro-legal-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .excelpro-footer .footer__bottom-menu .list-wrap {
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }
}

/* Rebeca changes: public LMS polish */
.home_main,
.excelpro-hero-section,
.excelpro-faq-section,
.excelpro-assessment-section,
.excelpro-upcoming-courses,
.all-courses-area,
.courses__details-area {
    --excelpro-green: #10713b;
    --excelpro-green-dark: #0c5d30;
    --excelpro-soft-green: #e8f3e2;
    --excelpro-cream: #f7f3f0;
    --excelpro-black: #000000;
    --excelpro-heading-font: "Montserrat", "Poppins", sans-serif;
    --excelpro-body-font: "Mulish", "Inter", sans-serif;
}

.home_main,
.excelpro-public-header,
.excelpro-footer,
.all-courses-area,
.courses__details-area,
.excelpro-faq-section,
.excelpro-assessment-section {
    font-family: var(--excelpro-body-font);
}

.home_main h1,
.home_main h2,
.home_main h3,
.home_main h4,
.home_main h5,
.excelpro-public-header a,
.excelpro-footer h4,
.all-courses-area h1,
.all-courses-area h2,
.all-courses-area h3,
.all-courses-area h4,
.all-courses-area h5,
.courses__details-area h1,
.courses__details-area h2,
.courses__details-area h3,
.courses__details-area h4,
.courses__details-area h5 {
    font-family: var(--excelpro-heading-font);
}

.excelpro-public-header .tgmenu__navbar-wrap ul li a {
    white-space: nowrap;
}

/* Clean hero replacing Skillgro decorative banner */
.excelpro-hero-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--excelpro-soft-green) 100%);
    overflow: hidden;
    padding: 96px 0 88px;
}

.excelpro-hero-section__grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.excelpro-hero-section__eyebrow {
    color: var(--excelpro-green);
    display: inline-block;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 16px;
}

.excelpro-hero-section h1 {
    color: var(--excelpro-black);
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.96;
    margin-bottom: 22px;
}

.excelpro-hero-section p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 19px;
    line-height: 1.65;
    margin: 0 0 24px;
    max-width: 690px;
}

.excelpro-hero-section__benefits {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.excelpro-hero-section__benefits li {
    color: var(--excelpro-black);
    display: grid;
    font-family: var(--excelpro-body-font);
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 10px 1fr;
    line-height: 1.5;
}

.excelpro-hero-section__benefits li::before {
    background: var(--excelpro-green);
    border-radius: 2px;
    content: "";
    height: 10px;
    margin-top: 7px;
    width: 10px;
}

.excelpro-hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.excelpro-hero-section__primary,
.excelpro-hero-section__secondary {
    align-items: center;
    border-radius: 100px;
    display: inline-flex;
    font-family: var(--excelpro-body-font);
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding: 15px 28px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.excelpro-hero-section__primary {
    background: var(--excelpro-green);
    border: 1px solid var(--excelpro-green);
    color: #ffffff;
}

.excelpro-hero-section__primary:hover,
.excelpro-hero-section__primary:focus-visible {
    background: var(--excelpro-green-dark);
    border-color: var(--excelpro-green-dark);
    color: #ffffff;
}

.excelpro-hero-section__secondary {
    background: transparent;
    border: 1px solid rgba(16, 113, 59, 0.28);
    color: var(--excelpro-green);
}

.excelpro-hero-section__secondary:hover,
.excelpro-hero-section__secondary:focus-visible {
    background: rgba(16, 113, 59, 0.08);
    color: var(--excelpro-green-dark);
}

.excelpro-hero-section__visual {
    position: relative;
}

.excelpro-hero-section__image {
    background: #ffffff;
    border: 1px solid rgba(16, 113, 59, 0.15);
    border-radius: 34px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 18px;
}

.excelpro-hero-section__image img,
.excelpro-hero-section__image video {
    border-radius: 24px;
    display: block;
    height: auto;
    width: 100%;
}

.excelpro-hero-section__tools {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.excelpro-hero-section__tools div {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(16, 113, 59, 0.15);
    border-radius: 18px;
    display: flex;
    gap: 10px;
    min-height: 74px;
    padding: 14px;
}

.excelpro-hero-section__tools img {
    height: 34px;
    width: 34px;
}

.excelpro-hero-section__tools span {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

/* Assessment icons */
.excelpro-assessment-section__icon {
    align-items: center;
    background: var(--excelpro-soft-green);
    border-radius: 18px;
    display: flex;
    height: 58px;
    justify-content: center;
    margin-bottom: 20px;
    width: 58px;
}

.excelpro-assessment-section__icon img {
    height: 34px;
    width: 34px;
}

/* Upcoming courses */
.excelpro-upcoming-courses {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px auto 0;
    max-width: 960px;
}

.all-courses-area .excelpro-upcoming-courses {
    margin-top: 34px;
    max-width: none;
}

.excelpro-upcoming-courses__card {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 18px;
    grid-template-columns: 58px 1fr;
    padding: 28px;
}

.excelpro-upcoming-courses__icon {
    align-items: center;
    background: var(--excelpro-soft-green);
    border-radius: 18px;
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.excelpro-upcoming-courses__icon img {
    height: 34px;
    width: 34px;
}

.excelpro-upcoming-courses__card span {
    color: var(--excelpro-green);
    display: inline-block;
    font-family: var(--excelpro-body-font);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 7px;
}

.excelpro-upcoming-courses__card h3 {
    color: var(--excelpro-black);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.excelpro-upcoming-courses__card p {
    color: var(--excelpro-black);
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.excelpro-upcoming-courses__card button {
    background: #d9e7d4;
    border: 1px solid #c5d8bf;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.62);
    cursor: not-allowed;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 800;
    grid-column: 1 / -1;
    min-height: 48px;
    padding: 12px 24px;
}

/* Course detail and counters */
.courses__details-area .courses__details-meta .author-two,
.courses__details-area .courses__details-meta .author-two a,
.courses__details-area .courses__instructors-content,
.courses__details-area .courses__instructors-content p {
    font-family: var(--excelpro-body-font);
}

.fact__area .fact__item {
    text-align: center;
}

.fact__area .fact__item .count {
    color: var(--excelpro-green);
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Footer requested polish */
.excelpro-footer .logo,
.excelpro-footer .logo a {
    background: transparent;
    display: inline-block;
}

.excelpro-footer .logo img {
    background: transparent;
    mix-blend-mode: multiply;
}

.excelpro-footer .excelpro-footer__social li a {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.16);
}

.excelpro-footer .excelpro-footer__social li a img {
    filter: brightness(0);
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .excelpro-hero-section__grid {
        grid-template-columns: 1fr;
    }

    .excelpro-hero-section__visual {
        max-width: 760px;
    }
}

@media (max-width: 991.98px) {
    .excelpro-upcoming-courses {
        grid-template-columns: 1fr;
    }
}

/* Public courses catalog cleanup */
.excelpro-courses-header {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 113, 59, 0.12);
    display: flex;
    min-height: 148px;
    padding: 38px 0;
}

.excelpro-courses-header h1 {
    color: var(--excelpro-black, #000000);
    font-family: var(--excelpro-heading-font, "Montserrat", "Poppins", sans-serif);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.excelpro-courses-catalog {
    overflow-x: clip;
    padding: 64px 0 82px;
}

.excelpro-upcoming-courses__status {
    align-items: center;
    align-self: center;
    background: var(--excelpro-green, #11713b);
    border: 1px solid var(--excelpro-green, #11713b);
    border-radius: 100px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    opacity: 0.92;
    padding: 10px 24px;
    width: calc(100% - 40px);
}

@media (max-width: 991.98px) {
    .excelpro-courses-header {
        min-height: 136px;
    }

    .excelpro-courses-catalog {
        padding: 54px 0 72px;
    }
}

@media (max-width: 767.98px) {
    .excelpro-courses-header {
        min-height: 120px;
        padding: 30px 0;
    }

    .excelpro-courses-header h1 {
        font-size: 32px;
    }

    .excelpro-courses-catalog {
        padding: 42px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .excelpro-hero-section {
        padding: 64px 0 70px;
    }

    .excelpro-hero-section h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .excelpro-hero-section p {
        font-size: 17px;
    }

    .excelpro-hero-section__tools {
        grid-template-columns: 1fr;
    }

    .excelpro-upcoming-courses__card {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

/* Drive brand assets: final homepage alignment */
.home_main,
.excelpro-public-header,
.excelpro-footer,
.all-courses-area,
.courses__details-area,
.dashboard__area,
.excelpro-auth-shell,
.excelpro-legal-shell {
    --excelpro-green: #11713b;
    --excelpro-bright-green: #04c088;
    --excelpro-soft-green: #e8f3e1;
    --excelpro-cream: #f7f3f0;
}

.excelpro-public-header .logo img,
.excelpro-public-header .nav-logo img,
.excelpro-footer .logo img {
    background: transparent;
    height: auto;
    mix-blend-mode: normal;
    object-fit: contain;
}

.excelpro-public-header .logo img,
.excelpro-public-header .nav-logo img {
    max-height: 46px;
    width: auto;
}

.excelpro-footer .logo img {
    max-height: 52px;
    width: auto;
}

.excelpro-hero-section {
    background: #ffffff;
    overflow: hidden;
    padding: 78px 0 0;
}

.excelpro-hero-section__intro {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    padding-bottom: 52px;
}

.excelpro-hero-section__content {
    max-width: 760px;
}

.excelpro-hero-section h1 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
}

.excelpro-hero-section__headline {
    align-items: baseline;
    column-gap: 0.28em;
    display: flex;
    flex-wrap: wrap;
}

.excelpro-hero-section__rotator {
    display: inline-grid;
}

.excelpro-hero-section__term {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateY(0.12em);
    transition: opacity 0.35s ease, transform 0.35s ease;
    white-space: nowrap;
}

.excelpro-hero-section__term.is-active {
    opacity: 1;
    transform: translateY(0);
}

.excelpro-hero-section h1 span,
.excelpro-hero-section h1 strong {
    color: var(--excelpro-green);
}

.excelpro-hero-section__accent {
    background: var(--excelpro-green);
    display: block;
    height: 3px;
    margin: 24px 0 24px;
    width: 112px;
}

.excelpro-hero-section p {
    color: #000000;
    font-size: 19px;
    line-height: 1.6;
    margin: 0;
    max-width: 680px;
}

.excelpro-hero-section__tools {
    min-height: 290px;
    margin: 0;
    max-width: 430px;
    position: relative;
    width: 100%;
}

.excelpro-hero-section__tool {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
}

.excelpro-hero-section__tools .excelpro-hero-section__tool {
    height: auto;
}

.excelpro-hero-section__tools .excelpro-hero-section__tool--excel {
    left: 4%;
    top: 3%;
    width: 102px;
}

.excelpro-hero-section__tools .excelpro-hero-section__tool--fx {
    right: 7%;
    top: 13%;
    width: 78px;
}

.excelpro-hero-section__tools .excelpro-hero-section__tool--sheets {
    bottom: 7%;
    left: 20%;
    width: 84px;
}

.excelpro-hero-section__tools .excelpro-hero-section__tool--power-bi {
    bottom: 0;
    right: 18%;
    width: 96px;
}

.excelpro-hero-section__feature {
    align-items: center;
    background: var(--excelpro-soft-green);
    border-radius: 34px 34px 0 0;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    padding: 48px;
}

.excelpro-hero-section__image {
    background: transparent;
    border: 0;
    border-radius: 22px;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.excelpro-hero-section__image img,
.excelpro-hero-section__image video {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.excelpro-hero-section__benefit-panel {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.excelpro-hero-section__benefits {
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.excelpro-hero-section__benefits li {
    align-items: flex-start;
    color: #000000;
    display: grid;
    font-size: 16px;
    gap: 13px;
    grid-template-columns: 22px 1fr;
    line-height: 1.5;
}

.excelpro-hero-section__benefits li::before {
    align-items: center;
    background: var(--excelpro-green);
    border-radius: 50%;
    color: #ffffff;
    content: "✓";
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    margin-top: 2px;
    width: 20px;
}

.excelpro-hero-section__primary {
    align-items: center;
    background: var(--excelpro-green);
    border: 1px solid var(--excelpro-green);
    border-radius: 100px;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 13px 28px;
    text-transform: uppercase;
}

.excelpro-hero-section__primary:hover,
.excelpro-hero-section__primary:focus-visible {
    background: #0c5d30;
    border-color: #0c5d30;
    color: #ffffff;
}

.excelpro-upcoming-courses {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px auto 0;
    max-width: 960px;
}

.excelpro-upcoming-courses__card {
    background: #ffffff;
    border: 1px solid rgba(17, 113, 59, 0.14);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: hidden;
    padding: 0 0 20px;
}

.excelpro-upcoming-courses__image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
}

.excelpro-upcoming-courses__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.excelpro-upcoming-courses__card button {
    align-self: center;
    background: var(--excelpro-green);
    border: 1px solid var(--excelpro-green);
    border-radius: 100px;
    color: #ffffff;
    cursor: not-allowed;
    font-size: 14px;
    font-weight: 800;
    min-height: 42px;
    opacity: 0.92;
    padding: 10px 24px;
    width: calc(100% - 40px);
}

@media (max-width: 991.98px) {
    .excelpro-hero-section__intro,
    .excelpro-hero-section__feature {
        grid-template-columns: 1fr;
    }

    .excelpro-hero-section__tools {
        max-width: 520px;
        min-height: 230px;
    }

    .excelpro-hero-section__feature {
        gap: 34px;
        padding: 38px;
    }
}

@media (max-width: 767.98px) {
    .excelpro-hero-section {
        padding-top: 56px;
    }

    .excelpro-hero-section__intro {
        gap: 32px;
        padding-bottom: 38px;
    }

    .excelpro-hero-section h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .excelpro-hero-section p {
        font-size: 17px;
    }

    .excelpro-hero-section__tools {
        max-width: 340px;
        min-height: 190px;
    }

    .excelpro-hero-section__tools .excelpro-hero-section__tool--excel {
        width: 72px;
    }

    .excelpro-hero-section__tools .excelpro-hero-section__tool--fx {
        right: 4%;
        width: 56px;
    }

    .excelpro-hero-section__tools .excelpro-hero-section__tool--sheets {
        left: 16%;
        width: 62px;
    }

    .excelpro-hero-section__tools .excelpro-hero-section__tool--power-bi {
        right: 14%;
        width: 68px;
    }

    .excelpro-hero-section__feature {
        border-radius: 24px 24px 0 0;
        padding: 24px;
    }

    .excelpro-upcoming-courses {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .excelpro-hero-section__term {
        transition: none;
    }
}

/* Rebeca LMS v2: real testimonials */
.excelpro-testimonials {
    background: #ffffff;
    padding: 84px 0 96px;
}

.excelpro-testimonials__header {
    margin: 0 auto 38px;
    max-width: 720px;
    text-align: center;
}

.excelpro-testimonials__header > span {
    color: var(--excelpro-green, #11713b);
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.excelpro-testimonials__header h2 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}

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

.excelpro-testimonials__card {
    background: #ffffff;
    border: 1px solid rgba(17, 113, 59, 0.18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 30px;
}

.excelpro-testimonials__card blockquote {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.excelpro-testimonials__card footer {
    margin-top: auto;
}

.excelpro-testimonials__card h3 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.excelpro-testimonials__card footer p {
    color: var(--excelpro-green, #11713b);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

/* Rebeca LMS v2: upcoming courses follow the real course grid */
.excelpro-upcoming-grid {
    margin-top: 0;
}

.excelpro-upcoming-course-card {
    cursor: default;
    height: calc(100% - 30px);
}

.excelpro-upcoming-course-card__thumb img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.excelpro-upcoming-course-card__content {
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.excelpro-upcoming-course-card__category span {
    background: var(--excelpro-soft-green, #e8f3e1);
    border-radius: 4px;
    color: var(--excelpro-green, #11713b);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
}

.excelpro-upcoming-course-card__content > p {
    color: #000000;
    line-height: 1.6;
}

.excelpro-upcoming-course-card .courses__item-bottom {
    margin-top: auto;
}

.excelpro-upcoming-course-card__status {
    background: var(--excelpro-green, #11713b);
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 9px 16px;
}

/* Public course purchase CTA */
.all-courses-area .courses__item-bottom .excelpro-purchase-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.all-courses-area .courses__item-bottom .button a.excelpro-course-cta,
.courses__details-area a.excelpro-course-cta,
.excelpro-upcoming-course-card .excelpro-course-cta {
    align-items: center;
    background: #11713b;
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: none;
    color: #ffffff;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    max-width: 100%;
    padding: 0 22px;
    text-align: center;
    text-transform: uppercase;
    transform: none;
    white-space: nowrap;
    width: 145px;
}

.all-courses-area .courses__item-bottom .button a.excelpro-purchase-cta,
.courses__details-area a.excelpro-purchase-cta {
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, outline-color 0.2s ease;
}

.all-courses-area .courses__item-bottom .button a.excelpro-purchase-cta:hover,
.courses__details-area a.excelpro-purchase-cta:hover {
    background: #0c5d30;
    border-color: transparent;
    box-shadow: none;
    color: #ffffff;
    transform: none;
}

.all-courses-area .courses__item-bottom .button a.excelpro-purchase-cta:focus-visible,
.courses__details-area a.excelpro-purchase-cta:focus-visible {
    background: #0c5d30;
    box-shadow: none;
    color: #ffffff;
    outline: 3px solid rgba(17, 113, 59, 0.32);
    outline-offset: 3px;
    transform: none;
}

.all-courses-area .courses__item-bottom .button a.excelpro-purchase-cta::before,
.all-courses-area .courses__item-bottom .button a.excelpro-purchase-cta::after,
.courses__details-area a.excelpro-purchase-cta::before,
.courses__details-area a.excelpro-purchase-cta::after {
    content: none;
    display: none;
}

.excelpro-upcoming-course-card .excelpro-upcoming-course-card__status {
    align-self: center;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
}

/* Assessment-to-FAQ spacing */
.excelpro-assessment-section {
    overflow: visible;
    padding-bottom: 48px;
}

@media (max-width: 1199.98px) {
    .excelpro-assessment-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .excelpro-assessment-section {
        padding-bottom: 32px;
    }
}

/* Rebeca LMS v2: fixed public social links */
.excelpro-footer .excelpro-footer__social li a i {
    color: #000000;
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .excelpro-testimonials__grid {
        grid-template-columns: 1fr;
    }

    .excelpro-testimonials__card {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .excelpro-testimonials {
        padding: 60px 0 70px;
    }

    .excelpro-testimonials__header {
        margin-bottom: 28px;
        text-align: left;
    }

    .excelpro-testimonials__header h2 {
        font-size: 30px;
    }

    .excelpro-testimonials__card {
        padding: 24px;
    }

    .excelpro-upcoming-course-card__content {
        min-height: 230px;
    }
}

/* Home assessment-to-FAQ boundary */
body.home_main .faq__area.excelpro-faq-section {
    margin-top: 0;
}

/* Assessment cards: shared exam criteria and distinct topics */
.excelpro-assessment-section__common {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 113, 59, 0.16);
    border-radius: 8px;
    margin: 0 auto 30px;
    max-width: 1160px;
    padding: 18px 22px;
}

.excelpro-assessment-section__common h3 {
    color: var(--excelpro-black);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 14px;
    text-align: center;
}

.excelpro-assessment-section__common ul {
    display: grid;
    gap: 10px 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.excelpro-assessment-section__common li {
    align-items: center;
    color: var(--excelpro-black);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.35;
    min-width: 0;
}

.excelpro-assessment-section__common li::before {
    background: var(--excelpro-green);
    border-radius: 50%;
    content: "";
    flex: 0 0 7px;
    height: 7px;
    width: 7px;
}

.excelpro-assessment-section__card {
    min-height: 500px;
}

.excelpro-assessment-section__topics {
    margin-top: 2px;
}

.excelpro-assessment-section__topics h4 {
    color: var(--excelpro-black);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 12px;
}

.excelpro-assessment-section__topics-list {
    margin-bottom: 24px;
}

.excelpro-assessment-section__status {
    align-items: center;
    background: #d9e7d4;
    border: 1px solid #c5d8bf;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.62);
    cursor: default;
    display: inline-flex;
    font-family: var(--excelpro-body-font);
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1;
    margin-top: auto;
    padding: 12px 25px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .excelpro-assessment-section__common ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .excelpro-assessment-section__common {
        margin-bottom: 24px;
        padding: 16px;
    }

    .excelpro-assessment-section__common ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .excelpro-assessment-section__common li {
        font-size: 12px;
    }

    .excelpro-assessment-section__card {
        min-height: 0;
    }
}
