:root {
    --primary-color: #0b5fff;
    --primary-color-rgb: 11, 95, 255;
    --secondary-color: #f7c843;
    --secondary-color-rgb: 247, 200, 67;
}

body.rol-public {
    background: #f7f9fd;
    color: #51607a;
}

body.rol-public p,
body.rol-public li,
body.rol-public span,
body.rol-public small {
    color: inherit;
}

body.rol-public h1,
body.rol-public h2,
body.rol-public h3,
body.rol-public h4,
body.rol-public h5 {
    color: #18233f;
}

.text-white,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5 {
    color: #fff !important;
}

.rol-topbar-wrap {
    min-height: 48px;
}

.rol-topbar-wrap a,
.rol-topbar-wrap span {
    font-size: 14px;
}

.rol-topbar-wrap i {
    margin-right: 8px;
}

.rol-topbar-badge {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    line-height: 1;
}

.rol-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.rol-wordmark-mark {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #0b5fff 0%, #f7c843 100%);
    font-size: 24px;
    font-family: var(--heading-font);
}

.rol-wordmark-copy {
    display: flex;
    flex-direction: column;
}

.rol-wordmark-copy strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.rol-wordmark-copy small {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 6px;
}

header.smaller .rol-wordmark-copy strong,
header.smaller .rol-wordmark-copy small {
    color: #18233f;
}

.btn-line.d-none.d-lg-inline-flex {
    margin-left: 10px;
}

#mainmenu a.menu-item.active {
    color: var(--secondary-color);
}

.rol-flash-wrap {
    padding-top: 130px;
}

.rol-flash {
    margin-top: 16px;
    padding: 16px 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(24, 35, 63, 0.08);
    box-shadow: 0 18px 40px rgba(24, 35, 63, 0.08);
}

.rol-flash-success {
    border-left: 4px solid #1fa971;
}

.rol-flash-error {
    border-left: 4px solid #dc3e3e;
}

.rol-hero-wrap {
    position: relative;
    overflow: hidden;
}

.rol-hero-slider {
    position: relative;
    min-height: 760px;
    background: #0b132b;
}

.rol-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    background-position: center;
    background-size: cover;
}

.rol-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.min-vh-80 {
    min-height: 760px;
    padding-top: 180px;
    padding-bottom: 130px;
}

.rol-hero-slide .lead {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.8;
}

.rol-light-link,
.rol-light-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.rol-slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    z-index: 3;
}

.rol-slider-control.prev {
    left: 28px;
}

.rol-slider-control.next {
    right: 28px;
}

.rol-slider-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.rol-slider-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.38);
}

.rol-slider-dots button.is-active {
    width: 36px;
    background: var(--secondary-color);
}

.rol-stat-section {
    margin-top: -60px;
    z-index: 5;
}

.rol-floating-strip {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(17, 32, 74, 0.14);
}

.rol-stat-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fd 100%);
    border: 1px solid rgba(24, 35, 63, 0.06);
}

.rol-stat-card strong {
    display: block;
    color: #18233f;
    font-size: 36px;
    font-family: var(--heading-font);
}

.rol-stat-card span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
}

.rol-service-orb-card {
    text-align: center;
}

.rol-orb-link {
    display: inline-flex;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(17, 32, 74, 0.14);
}

.rol-orb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rol-service-copy {
    margin-top: 24px;
    padding-inline: 12px;
}

.rol-service-copy h4 {
    margin-bottom: 10px;
}

.rol-service-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(24, 35, 63, 0.08);
    font-size: 15px;
}

.rol-image-stack {
    position: relative;
    min-height: 620px;
}

.rol-stack-main {
    width: 88%;
    border-radius: 32px;
    box-shadow: 0 28px 60px rgba(17, 32, 74, 0.16);
}

.rol-stack-float {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 46%;
    border-radius: 28px;
    border: 8px solid #fff;
    box-shadow: 0 28px 60px rgba(17, 32, 74, 0.18);
}

.rol-feature-list,
.rol-bullet-list,
.rol-contact-list,
.rol-office-list,
.rol-assessment-list,
.rol-lesson-list,
.rol-faq-list {
    display: grid;
    gap: 16px;
}

.rol-feature-item,
.rol-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.rol-feature-icon,
.rol-bullet-item i {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 95, 255, 0.1);
    color: var(--primary-color);
}

.rol-section-kicker {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
}

.rol-card-showcase {
    position: relative;
}

.rol-card-showcase img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(17, 32, 74, 0.16);
}

.rol-contact-chip {
    position: absolute;
    left: 26px;
    bottom: 26px;
    padding: 20px 24px;
    border-radius: 22px;
    background: rgba(24, 35, 63, 0.88);
    color: #fff;
    box-shadow: 0 20px 50px rgba(17, 32, 74, 0.2);
}

.rol-contact-chip span,
.rol-contact-chip strong {
    display: block;
    color: #fff;
}

.rol-contact-chip strong {
    font-size: 24px;
    margin-top: 6px;
}

.rol-program-showcase,
.rol-promo-card,
.rol-service-panel,
.rol-program-row,
.rol-form-panel,
.rol-contact-panel {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(24, 35, 63, 0.08);
    box-shadow: 0 24px 60px rgba(17, 32, 74, 0.12);
}

.rol-program-showcase img,
.rol-promo-card img,
.rol-page-hero-card img,
.rol-service-panel img,
.rol-program-row img {
    width: 100%;
    display: block;
}

.rol-promo-image,
.rol-service-panel-image,
.rol-program-row-image,
.rol-article-image,
.rol-orb-link {
    display: block;
}

.rol-program-showcase-copy,
.rol-promo-copy,
.rol-service-panel-copy,
.rol-program-row-copy,
.rol-form-panel,
.rol-contact-panel {
    padding: 32px;
}

.rol-check-grid {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.rol-check-grid span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.rol-check-grid i {
    color: var(--primary-color);
    margin-top: 4px;
}

.rol-promo-card-compact .rol-promo-image {
    max-height: 400px;
    overflow: hidden;
}

.rol-promo-image img {
    max-height: 460px;
    object-fit: cover;
}

.rol-page-hero {
    padding-top: 220px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.rol-page-hero h1,
.rol-page-hero p,
.rol-page-hero .subtitle {
    color: #fff;
}

.rol-page-hero p {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.8;
}

.rol-page-hero-short {
    padding-bottom: 90px;
}

.rol-page-hero-card {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.rol-page-hero-card strong,
.rol-page-hero-card span {
    color: #fff;
}

.rol-page-hero-card strong {
    display: block;
    font-size: 44px;
    font-family: var(--heading-font);
}

.rol-inline-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.rol-inline-meta span,
.rol-inline-meta strong {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(24, 35, 63, 0.06);
}

.rol-service-panel,
.rol-program-row {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
}

.rol-service-panel-image img,
.rol-program-row-image img {
    height: 100%;
    object-fit: cover;
}

.rol-mini-journey-card,
.rol-step-card,
.rol-module-card,
.rol-article-card,
.rol-related-service {
    height: 100%;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(24, 35, 63, 0.08);
    box-shadow: 0 18px 50px rgba(17, 32, 74, 0.1);
}

.rol-mini-journey-card,
.rol-step-card,
.rol-module-card,
.rol-article-copy {
    padding: 28px;
}

.rol-step-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.rol-step-number,
.rol-module-index {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--secondary-color);
    font-size: 30px;
    font-family: var(--heading-font);
}

.rol-faq-item {
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(24, 35, 63, 0.08);
    box-shadow: 0 18px 50px rgba(17, 32, 74, 0.08);
    overflow: hidden;
}

.rol-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 26px;
    font-size: 20px;
    color: #18233f;
    font-family: var(--heading-font);
}

.rol-faq-item summary::-webkit-details-marker {
    display: none;
}

.rol-faq-item p {
    padding: 0 26px 24px;
    margin: 0;
}

.rol-article-card {
    overflow: hidden;
}

.rol-article-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.rol-cta-section {
    padding: 120px 0;
    background-position: center;
    background-size: cover;
}

.rol-cta-short {
    padding: 96px 0;
}

.rol-form-grid {
    display: grid;
    gap: 20px;
}

.rol-field-wrap {
    display: grid;
    gap: 10px;
}

.rol-field-wrap label {
    color: #18233f;
    font-weight: 600;
}

.rol-field-wrap .input,
.rol-field-wrap textarea,
.rol-field-wrap select {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(24, 35, 63, 0.12);
    background: #f8fafd;
    color: #18233f;
}

.rol-field-wrap textarea {
    min-height: 140px;
}

.rol-field-wrap.has-error .input,
.rol-field-wrap.has-error textarea,
.rol-field-wrap.has-error select {
    border-color: #dc3e3e;
}

.error-text {
    color: #dc3e3e;
}

.rol-contact-list a,
.rol-footer-contact a,
.rol-footer-links a {
    display: block;
    color: inherit;
}

.rol-office-list div,
.rol-profile-grid div,
.rol-assessment-item,
.rol-related-service {
    display: grid;
    gap: 6px;
}

.rol-profile-grid {
    display: grid;
    gap: 18px;
}

.rol-profile-grid strong {
    color: #18233f;
}

.rol-contact-panel strong {
    color: #18233f;
}

.rol-sticky-panel {
    position: sticky;
    top: 120px;
}

.rol-lesson-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafd;
}

.rol-related-service {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 18px;
}

.rol-related-service img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 18px;
}

.rol-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.rol-footer-contact {
    display: grid;
    gap: 10px;
}

#menu-btn {
    display: none;
}

@media (max-width: 1199px) {
    .rol-orb-link {
        width: 220px;
        height: 220px;
    }

    .rol-floating-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .rol-service-panel,
    .rol-program-row {
        grid-template-columns: 1fr;
    }

    .rol-sticky-panel {
        position: static;
    }
}

@media (max-width: 991px) {
    .rol-wordmark-copy strong,
    .rol-wordmark-copy small {
        color: #fff;
    }

    #menu-btn {
        display: inline-flex;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    #menu-btn::before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
    }

    header.smaller #menu-btn::before {
        color: #18233f;
    }

    header.rol-menu-open #menu-btn::before {
        content: "\f00d";
    }

    #mainmenu {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 12px);
        padding: 18px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 24px 60px rgba(17, 32, 74, 0.18);
    }

    header.rol-menu-open #mainmenu {
        display: block;
    }

    #mainmenu li {
        display: block;
        margin: 0;
        padding: 0;
    }

    #mainmenu a.menu-item {
        display: block;
        padding: 12px 6px;
        color: #18233f;
    }

    .menu_side_area .btn-line {
        display: none !important;
    }

    .min-vh-80,
    .rol-page-hero {
        padding-top: 180px;
    }

    .rol-slider-control {
        display: none;
    }

    .rol-image-stack {
        min-height: auto;
    }

    .rol-stack-main {
        width: 100%;
    }

    .rol-stack-float {
        position: relative;
        width: 60%;
        bottom: auto;
        right: auto;
        margin-top: -40px;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .rol-hero-slider {
        min-height: 620px;
    }

    .min-vh-80 {
        min-height: 620px;
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .rol-hero-slide .lead,
    .rol-page-hero p {
        font-size: 17px;
    }

    .rol-floating-strip {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }

    .rol-orb-link {
        width: 100%;
        max-width: 290px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .rol-program-showcase-copy,
    .rol-promo-copy,
    .rol-service-panel-copy,
    .rol-program-row-copy,
    .rol-form-panel,
    .rol-contact-panel {
        padding: 24px;
    }

    .rol-related-service {
        grid-template-columns: 1fr;
    }

    .rol-related-service img {
        width: 100%;
        height: 220px;
    }
}
