:root {
    --navy: #081737;
    --blue: #007bff;
    --light-blue: #eff6fd;
    --sky: #e6effb;
    --magenta: #d20fc4;
    --text: #081c37;
    --muted: rgba(8, 28, 55, 0.62);
    --line: rgba(255, 255, 255, 0.16);
    --soft-line: rgba(14, 34, 72, 0.16);
    --card-radius: 16px;
    --section-radius: 64px;
    --shadow: 0 16px 40px rgba(0, 17, 53, 0.08);
    --font-main: 'Rubik', 'Inter', Arial, sans-serif;
    --promo-card-offset: clamp(58px, 7.604vw, 146px);
    --promo-card-overlap: clamp(36px, 4.792vw, 92px);
}

.page-shell,
.page-shell * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow-x: hidden;
}

.page-shell {
    width: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: var(--font-main);
}

.page-shell img {
    display: block;
    max-width: 100%;
}

.page-shell a {
    color: inherit;
    text-decoration: none;
}

.page-shell a:hover {
    color: #004794;
}

.page-shell .btn-primary-pill:hover,
.page-shell .btn-magenta:hover {
    color: #fff;
}

.page-shell .btn-borda-magenta:hover {
    color: #cc00bb;
}

.page-shell .bottom-cta__link:hover {
    color: inherit;
}

.icon-arrow-right {
    margin-left: 3px;
}

.section-inner {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.promo-band {
    position: relative;
    padding: 0 0 var(--promo-card-offset);
    background: #ffffff;
}

.promo-band__inner {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #04162c;
    position: relative;
    aspect-ratio: 1920 / 286;
    height: auto;
}

.promo-band__inner picture {
    display: block;
    width: 100%;
    height: 100%;
}

.promo-band__inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.promo-band__copy {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 1;
    max-width: 460px;
    text-align: right;
    color: #fff;
}

.promo-band__copy .promo-eyebrow {
    margin: 0 0 2px;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.promo-band__copy h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.06;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #ffe600;
}

.promo-band__copy h2 span {
    color: #fff;
    font-weight: 400;
}

.promo-band__copy p {
    margin: 4px 0 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
}

.hero-zone {
    position: relative;
    z-index: 2;
    margin-top: calc((var(--promo-card-offset) + var(--promo-card-overlap)) * -1);
    padding-bottom: 18px;
}

.hero-card {
    width: min(1236px, calc(100% - 48px));
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.hero-card__top {
    background: #EFF6FD;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.breadcrumb {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: #0067d5;
    font-size: 16px;
    line-height: 1.2;
}

.breadcrumb span {
    color: var(--text);
    opacity: 0.95;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.share-link {
    border: 0;
    padding: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0067d5;
    font-family: Rubik, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    margin-left: auto;
}

.share-link:hover,
.share-link:focus-visible {
    color: #004794;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.share-link svg {
    width: 20px;
    height: 20px;
    color: currentColor;
}

.share-link svg path {
    fill: currentColor;
}

.hero-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 623px;
    column-gap: 35px;
    row-gap: 30px;
    padding: 24px 24px;
    align-items: center;
}

.hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    min-height: 383px;
    align-self: stretch;
}

.hero-copy__main,
.hero-copy__pricing {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hero-copy__main {
    gap: 0;
}

.hero-copy__pricing {
    margin-top: 0;
    gap: 12px;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    margin: 0;
}

.hero-eyebrow-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.hero-copy-p {
    flex: 0 0 auto;
    margin: 0;
    color: #081C37;
    font-family: Rubik;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 112.963%; /* 22.593px */
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-study-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    overflow: hidden;
    border: 0.67px solid #007bff;
    border-radius: 5.36px;
    color: #007bff;
}

.hero-study-badge svg {
    display: block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}

.hero-study-badge__text {
    color: inherit;
    font-family: Rubik, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 2px;
}
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 14px;
    border-radius: 7px;
    border: 1px solid rgba(14, 34, 72, 0.24);
    color: #0e2248;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #fff;
    font-weight: 600;
}

.pill--dark {
    border-color: #0e2248;
    background: #0e2248;
    color: #fff;
}

.hero-title {
    display: block;
    margin: 0;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #081737;
    font-weight: 700;
    max-width: 620px;
    text-align: start;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(8, 28, 55, 0.5);
    font-size: 14px;
    line-height: 1.2;
}

.rating-row.hero-count-link {
    margin: 12px 0;
}

.rating-row > span:first-child {
    color: rgba(8, 28, 55, 0.5);
}

.rating-row .stars {
    display: inline-flex;
    gap: 2px;
    color: #ff2a23;
    font-size: 14px;
    letter-spacing: 0;
}

.hero-description-shell {
    position: relative;
    width: 100%;
}

.hero-description {
    color: #00142A;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.hero-description.is-clamped {
    overflow: hidden;
}
.hero-description strong{
    color: #00142a;
}

.hero-description p {
    margin: 0;
}

.hero-description a {
    color: #0051ff;
    text-decoration: underline;
}

.hero-description__toggle {
    position: static;
    display: inline;
    vertical-align: baseline;
    margin-left: 4px;
    appearance: none;
    padding: 0;
    border: 0;
    color: #0051ff;
    background: transparent;
    font: inherit;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}

.hero-description-shell.is-expanded .hero-description {
    display: block;
    overflow: visible;
}

.hero-description-shell.is-expanded .hero-description__toggle {
    padding: 0;
    background: transparent;
}

@media (max-width: 768px) {
}

.hero-offer {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: nowrap;
}

.hero-offer__copy {
    flex: 0 1 auto;
    width: max-content;
}

.hero-offer__old {
    margin: 0 0 4px;
    color: rgba(0, 41, 88, 0.4);
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.hero-offer__old span {
    text-decoration: line-through;
}

.hero-offer__mobile-prefix {
    display: none;
}

.hero-offer__old .hero-offer__mobile-prefix {
    text-decoration: none;
}

.hero-offer__current {
    margin: 0;
    color: #002958;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.hero-offer__discount {
    margin: 4px 0 0;
    color: #166d00;
    font-size: 12px;
    line-height: 1.13;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-offer__fixed {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
    border-left: 1px solid rgba(0, 41, 88, 0.2);
    width: max-content;
}

.hero-offer__fixed-badge {
    width: 144px;
    min-height: 21px;
    border-radius: 4px;
    background: #0051ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.13;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 0;
}

.hero-offer__fixed small {
    color: #00174a;
    font-size: 13.5px;
    line-height: 1.13;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.hero-cta {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
}

.hero-cta .btn-primary-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding: 0 40px;
    border-radius: 60.342px;
    box-shadow: none;
    background: #0051FF;
    color: #FFFFFF;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.963%; /* 20.333px */
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary-pill,
.btn-magenta,
.btn-borda-magenta,
.hero-gallery__thumb,
.salary-tab,
.arrow-btn,
.faq-summary,
.bottom-cta__link {
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, filter 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn-primary-pill:hover,
.btn-magenta:hover,
.btn-borda-magenta:hover,
.hero-gallery__thumb:hover,
.salary-tab:hover,
.arrow-btn:hover,
.bottom-cta__link:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.testimonials-header .arrow-btn:hover {
    transform: none;
    filter: none;
    box-shadow: none;
    background: #E033D1;
    color: #FFFFFF;
}

.btn-primary-pill:hover,
.btn-magenta:hover {
    box-shadow: 0 10px 24px rgba(210, 15, 196, 0.2);
}

.btn-primary-pill:hover {
    background: #004794;
    box-shadow: none;
}

.hero-cta .btn-primary-pill:hover {
    background: #004794 !important;
    color: #FFFFFF !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
}

.curriculum-band .btn-magenta:hover,
.curriculum-band .btn-borda-magenta:hover {
    transform: none;
    filter: none;
    box-shadow: none;
}

.curriculum-band .btn-borda-magenta:hover {
    color: #FFC3FA;
    background: transparent;
}

.curriculum-band .btn-magenta:hover {
    background: #E033D1;
    color: #fff;
}

.structure-cta .btn-magenta:hover,
.testimonials-cta .btn-magenta:hover {
    transform: none;
    filter: none;
    box-shadow: none;
    background: #E033D1;
    color: #FFFFFF;
}

.btn-borda-magenta:hover {
    background: rgba(204, 0, 187, 0.12);
}

.btn-magenta,
.btn-borda-magenta,
.arrow-btn,
.hero-gallery__thumb,
.hero-gallery__more,
.salary-tab {
    cursor: pointer;
}

.hero-gallery__thumb {
    border: 1.272px solid transparent;
    box-sizing: border-box;
    padding: 0;
    appearance: none;
}

.hero-gallery__thumb:hover,
.hero-gallery__thumb:focus-visible {
    border-color: rgba(0, 123, 255, 0.75);
    outline: none;
}

.hero-gallery__thumb.is-active {
    border-color: #007bff;
}

.hero-gallery {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.hero-gallery__rail {
    width: 60px;
    flex: 0 0 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
}

.hero-gallery__thumbs {
    width: 60px;
    max-height: 328px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 0 0 auto;
    overflow: hidden;
    scroll-behavior: smooth;
}

.hero-gallery__thumb {
    position: relative;
    overflow: hidden;
    background: #0b1f4d;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 5px;
}

.hero-gallery__thumb--top {
    background: #000;
}

.hero-gallery__thumb--middle {
    background: #000;
}

.hero-gallery__thumb--bottom {
    background: linear-gradient(54deg, #081737 0.9%, #17419d 132%);
}

.hero-gallery__thumb--extra {
    background: #000;
}

.hero-gallery__more {
    width: 60px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: #081737;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.hero-gallery__more:hover,
.hero-gallery__more:focus-visible {
    background: #0051ff;
    outline: none;
}

.hero-gallery__more svg {
    width: 13px;
    height: 8px;
    transition: transform 0.2s ease;
}

.hero-gallery__more.is-return svg {
    transform: rotate(180deg);
}

.hero-gallery__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gallery__thumb[data-video-url]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.hero-gallery__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
}

.hero-gallery__play svg {
    width: 28px;
    height: 28px;
}

.hero-gallery__main {
    position: relative;
    width: 546px;
    height: 381px;
    overflow: hidden;
    border-radius: 18px;
    background: #081737;
    flex: 0 0 auto;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.hero-gallery__main.is-dragging {
    cursor: grabbing;
}

.hero-gallery__main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    pointer-events: none;
}

.hero-gallery__main img.is-entering-next {
    animation: hero-gallery-enter-next 0.24s ease-out;
}

.hero-gallery__main img.is-entering-previous {
    animation: hero-gallery-enter-previous 0.24s ease-out;
}

@keyframes hero-gallery-enter-next {
    from {
        opacity: 0.72;
        transform: translateX(5%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hero-gallery-enter-previous {
    from {
        opacity: 0.72;
        transform: translateX(-5%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-gallery__badge,
.hero-gallery__dots {
    display: none;
}

.hero-gallery__main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 23, 55, 0.06), rgba(8, 23, 55, 0));
    pointer-events: none;
}

.hero-gallery__main[data-video-url] {
    cursor: pointer;
}

.hero-gallery__main-play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, background-color 0.18s ease;
}

.hero-gallery__main[data-video-url] .hero-gallery__main-play {
    opacity: 1;
    background: rgba(0, 0, 0, 0.22);
}

.hero-gallery__main[data-video-url]:hover .hero-gallery__main-play,
.hero-gallery__main[data-video-url]:focus-visible .hero-gallery__main-play {
    background: rgba(0, 0, 0, 0.36);
}

.hero-gallery__main[data-video-url].is-dragging {
    cursor: grabbing;
}

.hero-gallery__main-play span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hero-gallery__main-play svg {
    width: 36px;
    height: 36px;
    margin-left: 3px;
}

.hero-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 10, 24, 0.78);
}

.hero-video-modal.is-open {
    display: flex;
}

.hero-video-modal__dialog {
    position: relative;
    width: min(960px, 100%);
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.hero-video-modal__dialog iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #081737;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

body.hero-video-lock {
    overflow: hidden;
}

.hero-count-link {
    color: rgba(8, 28, 55, 0.5);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.rating-row > .hero-count-link {
    display: inline;
    text-decoration: none;
}

.course-info {
    border-radius: 14px;
    border: 1px solid rgba(0, 99, 199, 0.92);
    background: #EFF6FD;
    display: flex;
    width: 100%;
    padding: 18px 48px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.course-info__divider {
    flex: 0 0 1px;
    width: 1px;
    align-self: stretch;
    background: #007bff25;
}

.dflex-jf-center {
    display: flex;
    justify-content: center;
}

.hero-course-info {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.info-item + .info-item {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid rgba(0, 99, 199, 0.35);
}

.info-icon {
    width: 26px;
    height: 26px;
    color: #007bff;
    flex: 0 0 auto;
}

.info-copy {
    min-width: 0;
}

.info-copy small {
    display: block;
    color: #001D44;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.info-copy strong {
    display: block;
    color: #007BFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 2px;
}

.banner-strip {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto 30px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.banner-strip img {
    width: 100%;
    height: auto;
}

.curriculum-band {
    background: var(--navy);
    color: #fff;
    padding: 64px 0 104px;
    border-radius: 64px 64px 0 0;
}

.curriculum-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.curriculum-header .section-title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.13;
    font-weight: 600;
    letter-spacing: 0;
}

.curriculum-portarias-trigger {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c8e2ff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.13;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.curriculum-portarias-trigger:hover,
.curriculum-portarias-trigger:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.curriculum-portarias-trigger:focus-visible {
    outline: 2px solid #439eff;
    outline-offset: 4px;
    border-radius: 4px;
}

.curriculum-portarias-trigger__icon {
    display: inline-flex;
    width: 29px;
    height: 29px;
}

.curriculum-portarias-trigger__icon svg {
    width: 100%;
    height: 100%;
}

.section-title {
    margin: 0;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
}
.section-inner p {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 27.2px */
}

.curriculum-intro,
.curriculum-intro p {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}

.curriculum-intro {
    margin-top: 16px;
}

.curriculum-intro p {
    margin: 0;
}

.curriculum-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

details.curriculum-item {
    position: relative;
    border: 2px solid var(--line);
    border-radius: 16px;
    margin: 0;
    overflow: visible;
    isolation: isolate;
}

details.curriculum-item::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: -2px;
    padding: 2px;
    border-radius: inherit;
    background: radial-gradient(
        circle at var(--curriculum-hover-x, 50%) var(--curriculum-hover-y, 50%),
        #63afff 0%,
        #5ba9ff 8%,
        #4f9cff 16%,
        #3f8cff 30%,
        #2e79ff 54%,
        #165eff 76%,
        #0051ff 100%
    );
    opacity: 0;
    transition: opacity 0.18s ease;
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.curriculum-highlight {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.curriculum-highlight__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 7px 11px;
    border-radius: 5px;
    background: #ffcc00;
    color: #081737;
    font-family: Rubik, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    white-space: nowrap;
}

details.curriculum-item:hover::before,
details.curriculum-item.is-curriculum-hovering::before {
    opacity: 1;
}

details.curriculum-item:hover,
details.curriculum-item.is-curriculum-hovering {
    border-color: transparent;
}

details.curriculum-item > summary.curriculum-summary,
details.curriculum-item > .curriculum-item__body {
    position: relative;
    z-index: 1;
}

details.curriculum-item[open] {
    background: var(--light-blue);
}

details.curriculum-item[open]:hover::before,
details.curriculum-item[open].is-curriculum-hovering::before {
    opacity: 0;
}

details.curriculum-item[open]:hover,
details.curriculum-item[open].is-curriculum-hovering {
    border-color: var(--line);
}

summary.curriculum-summary {
    position: relative;
    z-index: 1;
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 24px;
    padding: 22px 32px;
    text-transform: uppercase;
    outline: none;
}

summary.curriculum-summary::-webkit-details-marker {
    display: none;
}

.semester-title {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 58px;
    align-items: center;
    min-width: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.13;
    letter-spacing: -0.02em;
}

.semester-title__semester {
    flex: 0 0 auto;
    color: #cddfff;
    font-weight: 600;
}

details.curriculum-item[open] .semester-title__semester {
    color: #005fc4;
}

.semester-title__course {
    min-width: 0;
    color: #CDDFFF;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

details.curriculum-item[open] .semester-title__course {
    color: #005FC4;
}

.semester-certification {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    white-space: normal;
}

.semester-certification__label {
    margin: 0;
    color: #FFF;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.13;
    text-transform: uppercase;
}

.curriculum-item[open] .semester-certification__label {
    color: #081737;
}

.semester-certification__title {
    margin: 0;
    color: #FFFFFF;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.13;
    text-transform: uppercase;
}

.curriculum-item[open] .semester-certification__title {
    color: #002958;
}

@media (max-width: 768px) {
    .semester-certification__title,
    .curriculum-item[open] .semester-certification__title {
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.semester-meta {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 0 0 auto;
}

.semester-hours {
    color: rgba(255, 255, 255, 0.4);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    line-height: 1.13;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto;
}

details.curriculum-item[open] .semester-hours {
    color: rgba(8, 23, 55, 0.4);
}

.semester-arrow {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #007BFF;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: transparent;
}

details.curriculum-item[open] .semester-arrow {
    color: #007BFF;
    border: none;
}

.semester-arrow__icon {
    display: none;
    width: 100%;
    height: 100%;
}

.semester-arrow__icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.semester-arrow__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.semester-arrow__icon--closed {
    display: inline-flex;
}

details.curriculum-item[open] .semester-arrow__icon--closed {
    display: none;
}

details.curriculum-item[open] .semester-arrow__icon--open {
    display: inline-flex;
}

.curriculum-item__body {
    position: relative;
    z-index: 1;
    padding: 0 32px 22px;
    color: #002958;
}

.curriculum-item__description,
.curriculum-item__description p {
    margin: 0;
    font-size: 18px;
    line-height: 1.36;
    color: #002958;
}

.curriculum-item__description {
    margin-bottom: 24px;
}

.curriculum-item__body strong,
.curriculum-item__body h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.13;
    text-transform: uppercase;
    color: #002958;
}

.curriculum-item__body ul {
    margin: 0;
    padding-left: 26px;
    font-size: 18px;
    line-height: 1.36;
}

.curriculum-item__body li + li {
    margin-top: 2px;
}

.section-portaria {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 10px;
}

.btn-magenta {
    min-width: 216px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 20px 32px;
    border-radius: 999px;
    border: 0;
    background: var(--magenta);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-borda-magenta {
    min-width: 0;
    background: none;
    display: inline-flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60.342px;
    border: 2px solid #C0B;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.963%; /* 22.593px */
    text-transform: uppercase;
    text-decoration: none;
}

.curriculum-portarias-dialog {
    width: min(581px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 24px;
    overflow: auto;
    border: 0;
    border-radius: 24px;
    background: #fff;
    color: #000;
    box-shadow: 0 24px 70px rgba(0, 10, 24, 0.32);
}

.curriculum-portarias-dialog::backdrop {
    background: rgba(0, 10, 24, 0.72);
}

.curriculum-portarias-dialog:not([open]) {
    display: none;
}

.curriculum-portarias-dialog__close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 1;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eff6fd;
    color: #081737;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.curriculum-portarias-dialog__close:hover,
.curriculum-portarias-dialog__close:focus-visible {
    background: #dcecff;
    outline: none;
}

.curriculum-portarias-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.curriculum-portaria-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.curriculum-portaria-item h3 {
    max-width: calc(100% - 32px);
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.13;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.curriculum-portaria-item p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.curriculum-portaria-item a {
    display: inline-flex;
    width: min(260px, 100%);
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #007bff;
    border-radius: 35px;
    color: #007bff;
    font-size: 18px;
    line-height: 1.25;
    text-decoration: none;
}

.curriculum-portaria-item a:hover,
.curriculum-portaria-item a:focus-visible {
    background: #007bff;
    color: #fff;
    outline: none;
}

body.curriculum-modal-lock {
    overflow: hidden;
}

.coordinator-band {
    background: var(--blue);
    color: #fff;
    padding: 64px 64px 128px 0;
    border-top-left-radius: var(--section-radius);
    border-top-right-radius: var(--section-radius);
    margin-top: -62px;
}

.coordinator-band .section-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.coordinator-band .section-title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.13;
    font-weight: 600;
    letter-spacing: 0;
}

.coordinator-card {
    width: 100%;
    height: 198px;
    margin: 0;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding-right: 40px;
    border-radius: 24px;
    overflow: hidden;
    align-content: center;
    background: rgba(0, 217, 255, 0.2);
}

.coordinator-photo {
    background: #0b2a56;
    width: 200px;
    height: 272px;
}

.coordinator-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coordinator-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.coordinator-copy h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
}

.coordinator-bio,
.coordinator-bio p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.75);
}

.structure-band {
    background: #fff;
    padding: 54px 0;
    border-top-left-radius: var(--section-radius);
    border-top-right-radius: var(--section-radius);
    margin-top: -62px;
}

.structure-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    text-align: center;
}

.structure-title {
    margin: 0;
    max-width: 1238px;
    color: var(--navy);
    font-size: 42px;
    line-height: 1.13;
    font-weight: 600;
    letter-spacing: 0;
}

.structure-band .structure-subtitle {
    margin: 0;
    max-width: 1240px;
    overflow: visible;
    color: #002958;
    text-overflow: clip;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.feature-card {
    background: var(--navy);
    color: #fff;
    border-radius: 32px;
    padding: 32px;
    min-width: 0;
    min-height: 334px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
}

.feature-card.is-secondary {
    min-height: 356px;
    background: var(--blue);
}

.feature-icon-box {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    background: #fff;
    color: #007bff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-box svg,
.feature-icon-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.feature-card--devices .feature-icon-box img {
    width: 34px;
    height: 34px;
}

.feature-card--developer-guide .feature-icon-box img,
.feature-card--book-open .feature-icon-box img {
    width: 30px;
    height: 30px;
}

.feature-card--support-agent .feature-icon-box img,
.feature-card--headphones .feature-icon-box img {
    width: 38px;
    height: 38px;
}

.feature-card--alarm .feature-icon-box img,
.feature-card--clock .feature-icon-box img {
    width: 27px;
    height: 27px;
}

.feature-card h3 {
    margin: 0;
    min-height: 52px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.feature-card h3 strong,
.feature-card__copy strong {
    font-weight: 700;
    color: white;
}

.feature-card--support-agent h3 .feature-content--desktop strong,
.feature-card--headphones h3 .feature-content--desktop strong,
.feature-card--alarm h3 .feature-content--desktop strong,
.feature-card--clock h3 .feature-content--desktop strong,
.feature-card--license h3 .feature-content--desktop strong,
.feature-card--badge h3 .feature-content--desktop strong {
    display: block;
}

.feature-card .feature-card__copy {
    margin: 0;
    overflow: visible;
    color: #fff;
    text-overflow: clip;
    font-size: 16px;
    line-height: 1.22;
    font-weight: 400;
}

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

.feature-content--desktop {
    display: block;
}

.feature-content--mobile {
    display: none;
}

.structure-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.structure-cta .btn-magenta {
    width: 188px;
    min-width: 188px;
    min-height: 60px;
    padding: 20px 32px;
    background: #cc00bb;
    color: #fff;
    white-space: nowrap;
}

.salary-band {
    --career-background: #081737;
    background-color: var(--career-background);
    color: #fff;
    padding: 64px 0;
    border-top-left-radius: var(--section-radius);
    border-top-right-radius: var(--section-radius);
    margin-top: 0;
    overflow: hidden;
    transition: background-color 0.45s ease;
}

.salary-band[data-career-state="acting"] {
    --career-background: #007bff;
}

.salary-band[data-career-state="audience"] {
    --career-background: #081737;
}

.salary-band .section-inner {
    width: min(1242px, calc(100% - 48px));
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.salary-tabs {
    display: grid;
    grid-template-columns: 394fr 394fr 413fr;
    gap: 18px;
    align-items: center;
    width: 100%;
}

.salary-tab {
    --career-tab-color: #0051ff;
    --career-progress: 68.659%;
    appearance: none;
    width: 100%;
    min-width: 0;
    height: 71px;
    border-radius: 32px;
    border: 4px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-main);
    font-size: 25px;
    line-height: 1.13;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.salary-tab[data-career-tab="acting"] {
    --career-tab-color: #081737;
}

.salary-tab[data-career-tab="audience"] {
    --career-tab-color: #007bff;
}

.salary-tab::before,
.salary-tab::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.salary-tab::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.16);
}

.salary-tab::after {
    width: var(--career-progress);
    max-width: 100%;
    background: var(--career-tab-color);
    transition: width 0.08s linear;
}

.salary-tab > * {
    position: relative;
    z-index: 1;
}

.salary-tab.is-active {
    border-color: transparent;
    background: transparent;
    font-weight: 600;
}

.salary-tab.is-active::before,
.salary-tab.is-active::after {
    opacity: 1;
}

.salary-tab:hover {
    transform: none;
    filter: none;
}

.salary-tab:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.salary-tab svg {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.career-panels,
.career-panel {
    width: 100%;
}

.career-panel {
    min-width: 0;
}

.career-panel[hidden] {
    display: none;
}

.salary-band.is-enhanced .career-panels {
    display: grid;
}

.salary-band.is-enhanced .career-panel {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.salary-band.is-enhanced .career-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.salary-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.salary-content__row {
    min-height: 444px;
    display: grid;
    grid-template-columns: minmax(0, 749px) 387px;
    align-items: center;
    justify-content: space-between;
}

.salary-content {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.salary-copy {
    width: 100%;
    padding-right: 42px;
}

.salary-headline {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}

.salary-headline__icon {
    width: 75px;
    height: 75px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
}

.salary-headline__icon svg {
    width: 60px;
    height: 60px;
}

.salary-headline h2 {
    margin: 0;
    width: min(500px, 100%);
    max-width: 500px;
    color: #fff;
    font-size: 38.376px;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.salary-headline h2 span,
.salary-headline h2 strong {
    display: block;
    color: inherit;
}

.salary-headline h2 span {
    font-weight: 300;
}

@media (min-width: 1201px) {
    .salary-headline h2 span {
        white-space: nowrap;
    }
}

.salary-headline h2 strong {
    font-weight: 600;
}

.career-description,
.career-description p {
    margin: 0;
    overflow: visible;
    color: #fff;
    text-overflow: clip;
    font-family: var(--font-main);
    font-size: 20px;
    line-height: 1.2;
}

.career-description p + p {
    margin-top: 12px;
}

.salary-description {
    margin-top: 24px;
}

.salary-band .career-panel__source {
    margin: 0;
    margin-top: 24px;
    overflow: visible;
    color: #fff;
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.13;
    text-align: left;
}

.salary-chart {
    width: 387px;
    max-width: 100%;
    border-radius: 33px;
    padding: 0;
}

.salary-chart__intro {
    margin: 0;
    width: 302px;
    max-width: 100%;
    color: #fff;
    font-size: 16.617px;
    line-height: 1.1;
    font-weight: 400;
}

.salary-bars {
    height: 292px;
    margin-top: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    padding: 0;
}

.bar-col {
    width: 112px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.bar-col:nth-child(2) {
    width: 113px;
}

.bar-col strong {
    font-size: 22.848px;
    line-height: 1.13;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.bar-track {
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(180deg, #56a7ff 0%, #007bff 22%, #007bff 78%, rgba(0, 123, 255, 0.19) 100%);
}

.bar-track.is-junior {
    height: 138px;
}

.bar-track.is-pleno {
    height: 188px;
}

.bar-track.is-senior {
    height: 216px;
}

.bar-value {
    font-size: 18.694px;
    line-height: 1.13;
    font-weight: 400;
}

.career-editorial {
    min-height: 444px;
    display: grid;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    align-items: center;
}

.career-panel--acting .career-editorial {
    grid-template-columns: 493px minmax(0, 749px);
}

.career-panel--audience .career-editorial {
    grid-template-columns: minmax(0, 749px) 493px;
}

.career-editorial.has-no-image {
    grid-template-columns: minmax(0, 900px);
}

.career-editorial__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.career-panel--acting .career-editorial__copy {
    grid-column: 2;
    grid-row: 1;
    padding-left: 42px;
}

.career-panel--audience .career-editorial__copy {
    padding-right: 42px;
}

.career-editorial.has-no-image .career-editorial__copy {
    grid-column: 1;
    padding-right: 0;
    padding-left: 0;
}

.career-editorial__heading span,
.career-editorial__heading strong {
    display: block;
}

.career-editorial__heading span {
    font-weight: 300;
}

.career-editorial__heading strong {
    font-weight: 600;
    color: #fff;
}

.salary-band .career-editorial__lead {
    width: 100%;
    margin: 0;
    overflow: visible;
    color: #fff;
    text-overflow: clip;
    font-family: var(--font-main);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.13;
    text-transform: uppercase;
}

.career-description-shell {
    position: relative;
    width: 100%;
}

.career-description.is-clamped {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.career-description__toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    appearance: none;
    padding: 0 0 0 28px;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, transparent 0, var(--career-background) 25px);
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.career-description-shell.is-expanded .career-description {
    display: block;
    overflow: visible;
}

.career-description-shell.is-expanded .career-description__toggle {
    position: static;
    display: block;
    margin: 8px 0 0 auto;
    padding: 0;
    background: transparent;
}

.career-description__toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.career-editorial__media {
    width: 493px;
    max-width: 100%;
    height: 444px;
    margin: 0;
    overflow: hidden;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.12);
}

.career-panel--acting .career-editorial__media {
    grid-column: 1;
    grid-row: 1;
}

.career-editorial__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-band {
    background: #eff6fd;
    padding: 64px 64px 128px 0;
    overflow: hidden;
}

.testimonials-band .section-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.testimonials-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    min-height: 83px;
}

.testimonials-heading {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}

.testimonials-band .testimonials-eyebrow {
    margin: 0;
    overflow: visible;
    color: #000;
    text-overflow: clip;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0;
}

.testimonials-heading h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
}

.testimonials-heading h2 span {
    display: inline;
}

.testimonials-heading h2 span + span::before {
    content: ' ';
}

.arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
    align-self: flex-end;
    padding-bottom: 3px;
}

.arrow-btn {
    width: 43.377px;
    height: 43.377px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(1, 54, 97, 0.1);
    color: #0f2e63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1.6px);
    cursor: pointer;
}

.arrow-btn svg {
    width: 19px;
    height: 19px;
}

.arrow-btn:disabled {
    opacity: 0.4;
    cursor: default;
    transform: none;
    filter: none;
    box-shadow: none;
}

.testimonials-track {
    display: flex;
    gap: 24px;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 0 max(0px, calc((100vw - 1240px) / 2));
    scroll-padding-inline: max(0px, calc((100vw - 1240px) / 2));
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    outline: none;
}

.testimonials-track::-webkit-scrollbar {
    display: none;
}

.testimonials-track:focus-visible {
    outline: 3px solid rgba(0, 81, 255, 0.45);
    outline-offset: 4px;
}

.testimonials-track.is-short {
    justify-content: center;
}

.testimonial-card {
    flex: 0 0 397.333px;
    min-height: 311.716px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    scroll-snap-align: start;
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    overflow: hidden;
    background: #e2e8f0;
    flex: 0 0 auto;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-width: 0;
}

.testimonial-meta .score {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.testimonial-meta .stars {
    display: inline-flex;
    gap: 2px;
    color: #cbd5e1;
    font-size: 13px;
    letter-spacing: 0;
}

.testimonial-meta .star.is-active {
    color: #ff2a23;
}

.testimonial-meta strong {
    display: block;
    margin-top: 3px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.testimonial-meta small {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
}

.testimonials-band .testimonial-title,
.testimonials-band .testimonial-quote {
    margin: 0;
    overflow: visible;
    color: #0c0c0c;
    text-overflow: clip;
    font-family: var(--font-main);
}

.testimonials-band .testimonial-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.testimonials-band .testimonial-quote {
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.testimonial-divider {
    flex: 0 0 1px;
    width: 100%;
    height: 1px;
    margin: 0;
    background: rgba(0, 0, 0, 0.25);
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    line-height: 18px;
    min-height: 28px;
}

.testimonial-date {
    color: rgba(0, 0, 0, 0.5);
}

.testimonial-source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000;
    min-width: 0;
}

.source-mark {
    position: relative;
    width: 27px;
    height: 28px;
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
}

.source-mark img {
    position: absolute;
    display: block;
    max-width: none;
}

.source-mark.is-instagram img {
    width: 129%;
    height: 129%;
    top: -14%;
    left: -14%;
}

.source-mark.is-google {
    width: 23px;
    height: 24px;
}

.source-mark.is-google img {
    width: 184%;
    height: 120%;
    top: -10%;
    left: -44%;
}

.source-mark.is-portal {
    width: 24px;
    height: 24px;
}

.source-mark.is-portal img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials-cta {
    display: flex;
    justify-content: center;
    height: 64px;
    margin: 0;
}

.testimonials-cta .btn-magenta {
    width: 188px;
    min-width: 188px;
    min-height: 60px;
    align-self: flex-start;
    padding: 20px 32px;
    background: #cc00bb;
    color: #fff;
    white-space: nowrap;
}

.faq-band {
    background: var(--navy);
    color: #fff;
    padding: 64px 0;
    border-top-left-radius: var(--section-radius);
    border-top-right-radius: var(--section-radius);
    margin-top: -62px;
}

.faq-list {
    margin-top: 22px;
    display: grid;
    gap: 16px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.faq-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    font-size: 20px;
    line-height: 1.2;
}

.faq-question {
    margin: 0;
    flex: 1 1 auto;
    font: inherit;
    font-weight: inherit;
    color: inherit;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-answer {
    padding: 0 24px 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.5;
}

.faq-answer p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

summary.faq-summary:hover {
    background-color: transparent;
}

.faq-arrow {
    width: 12px;
    height: 12px;
    color: #fff;
    flex: 0 0 auto;
}

.faq-arrow svg {
    width: 12px;
    height: 12px;
    transition: transform 0.18s ease;
}

.bottom-cta-band {
    padding: 32px 0 48px;
    background: var(--light-blue);
}

.bottom-cta__link {
    display: block;
}

.bottom-cta {
    width: min(1236px, calc(100% - 48px));
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
}

.bottom-cta picture,
.bottom-cta img {
    display: block;
    width: 100%;
    height: auto;
}

.bottom-cta img {
    transition: transform 0.18s ease;
}

.bottom-cta__link:hover img {
    transform: scale(1.01);
}

.bottom-cta-mobile {
    display: none;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: linear-gradient(90deg, #007bff 0%, #081737 100%);
    color: #fff;
}

.bottom-cta-mobile__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

.bottom-cta-mobile__logo {
    width: 162px;
    height: auto;
    display: block;
}

.bottom-cta-mobile__copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.bottom-cta-mobile__copy strong,
.bottom-cta-mobile__copy p {
    margin: 0;
}

.bottom-cta-mobile__headline {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-cta-mobile__body {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.bottom-cta-mobile__emphasis {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.bottom-cta-mobile__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    background: #fff000;
    color: #081737;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .hero-card__body,
    .coordinator-card {
        grid-template-columns: 1fr;
    }

    .salary-band .section-inner {
        gap: 32px;
    }

    .salary-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .salary-tab {
        gap: 8px;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 16px;
    }

    .salary-content__row {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 387px);
        gap: 24px;
        min-height: 0;
    }

    .career-panel--acting .career-editorial {
        grid-template-columns: minmax(320px, 493px) minmax(0, 1fr);
        gap: 24px;
    }

    .career-panel--audience .career-editorial {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 493px);
        gap: 24px;
    }

    .career-editorial.has-no-image {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .salary-copy,
    .career-editorial__copy {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .salary-chart,
    .career-editorial__media {
        width: 100%;
        justify-self: end;
    }

    .career-editorial__media {
        height: auto;
        aspect-ratio: 493 / 444;
    }

    .hero-gallery {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .section-inner,
    .hero-card,
    .course-info,
    .banner-strip,
    .bottom-cta,
    .promo-band__inner {
        width: calc(100% - 24px);
    }

    .hero-zone {
        margin-top: 0;
        padding-bottom: 16px;
    }

    .promo-band {
        padding-bottom: 24px;
    }

    .hero-card__top,
    .hero-card__body,
    .curriculum-item__body,
    .coordinator-card,
    .feature-card,
    .salary-band,
    .faq-summary,
    .hero-card__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-card__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-band__copy {
        position: static;
        text-align: left;
        padding: 20px 16px 24px;
        max-width: none;
    }

    .promo-band__copy h2 {
        font-size: 28px;
    }

    .promo-band__copy .promo-eyebrow,
    .promo-band__copy p {
        font-size: 14px;
    }

    .hero-copy {
        min-height: auto;
        justify-content: flex-start;
        gap: 16px;
    }

    .hero-copy__pricing {
        gap: 8px;
        margin-top: 0;
    }
    .hero-gallery {
        flex-direction: column-reverse;
        width: 100%;
    }

    .hero-gallery__rail {
        width: 100%;
        flex: 0 0 auto;
    }

    .hero-gallery__main {
        width: 100%;
        height: 280px;
    }

    .hero-gallery__thumbs {
        width: 100%;
        max-height: none;
        height: auto;
        flex-direction: row;
        overflow: hidden;
    }

    .hero-gallery__thumb {
        flex: 1 1 0;
        width: auto;
    }

    .hero-gallery__thumb--top,
    .hero-gallery__thumb--middle,
    .hero-gallery__thumb--bottom,
    .hero-gallery__thumb--extra {
        height: 96px;
    }

    .course-info {
        grid-template-columns: 1fr;
    }

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

    .feature-card.is-wide,
    .feature-card.is-narrow {
        grid-column: auto;
    }

    .testimonials-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .section-inner,
    .hero-card,
    .course-info,
    .banner-strip,
    .bottom-cta,
    .promo-band__inner {
        width: calc(100% - 52px);
    }

    .bottom-cta {
        display: block;
        width: calc(100% - 24px);
    }

    .bottom-cta-band {
        padding: 24px 0 40px;
    }

    .bottom-cta-mobile__inner {
        padding: 24px;
        gap: 24px;
    }

    .bottom-cta-mobile__logo {
        width: 174px;
    }

    .bottom-cta-mobile__headline,
    .bottom-cta-mobile__body,
    .bottom-cta-mobile__emphasis {
        font-size: 16px;
    }

    .bottom-cta-mobile__button {
        width: min(240px, 100%);
    }
}

@media (max-width: 768px) {
    .promo-band {
        display: block;
        margin-top: -1px;
        padding-top: 0;
        padding-bottom: 24px;
        background: #ffffff;
    }

    .hero-zone {
        margin-top: -72px;
        padding-bottom: 8px;
    }

    .promo-band__inner {
        aspect-ratio: 770 / 299;
        height: auto;
        min-height: 0;
        margin: 0;
        width: 100%;
        background: #04162c;
        box-shadow: none;
    }

    .promo-band__inner picture,
    .promo-band__inner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .promo-band__copy {
        display: none;
    }

    .hero-card {
        width: calc(100% - 52px);
        border-radius: 24px 24px 0 0;
        padding-top: 32px;
    }

    .hero-card__top {
        position: absolute;
        inset: 0 0 auto 0;
        height: 32px;
        padding: 0 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background: #eff6fd;
        z-index: 3;
    }

    .breadcrumb {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 103px);
        flex-wrap: nowrap;
        gap: 7px;
        overflow: hidden;
        font-size: 12.265px;
        line-height: 1.15;
    }

    .breadcrumb a,
    .breadcrumb span {
        display: inline-block;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb a:first-child,
    .breadcrumb span {
        flex: 0 0 auto;
    }

    .breadcrumb a:last-child {
        flex: 1 1 auto;
    }

    .share-link {
        flex: 0 0 95px;
        width: 95px;
        min-width: 0;
        gap: 4px;
        overflow: hidden;
        font-size: 12.265px;
        line-height: 1.15;
    }

    .share-link svg {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }

    .hero-card__body {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 16px 20px 0;
        align-items: start;
    }

    .hero-copy {
        display: contents;
        min-height: 0;
    }

    .hero-copy__main,
    .hero-copy__pricing {
        display: contents;
    }

    .hero-heading {
        display: flex;
        grid-row: 1;
        gap: 8px;
    }

    .hero-eyebrow-row {
        margin: 0;
    }

    .hero-copy-p {
        margin: 0;
        font-size: 16px !important;
    }

    .hero-title {
        margin: 0;
        max-width: none;
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: 0;
    }

    .rating-row.hero-count-link {
        grid-row: 3;
        margin: 16px 0 0;
        gap: 4px;
        flex-wrap: nowrap;
        font-size: 14px;
    }

    .rating-row > svg {
        flex: 0 0 61px;
        width: 61px;
        height: 11px;
    }

    .rating-row > .hero-count-link {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .hero-description-shell {
        grid-row: 2;
        margin-top: 12px;
    }

    .hero-description {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        max-height: none;
        display: block;
    }

    .hero-gallery {
        grid-row: 4;
        margin-top: 16px;
        width: calc(100% + 40px);
        margin-left: -20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .hero-gallery__thumbs {
        display: none;
    }

    .hero-gallery__rail {
        display: none;
    }

    .hero-gallery__main {
        width: 100%;
        height: auto;
        aspect-ratio: 462 / 325;
        border-radius: 0;
        overflow: hidden;
        position: relative;
    }

    .hero-gallery__badge {
        position: absolute;
        top: 14px;
        left: 17px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 23px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.55);
        color: #00142a;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
    }

    .hero-gallery__main::after {
        display: none;
    }

    .hero-gallery__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding-top: 2px;
    }

    .hero-gallery__dots button {
        display: block;
        appearance: none;
        border: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(8, 23, 55, 0.16);
        cursor: pointer;
    }

    .hero-gallery__dots button.is-active {
        width: 10px;
        height: 10px;
        background: #007bff;
    }

    .hero-gallery__dots button:focus-visible {
        outline: 2px solid #0051ff;
        outline-offset: 2px;
    }

    .hero-course-info {
        grid-column: auto;
        grid-row: 5;
        width: calc(100% + 40px);
        margin: 16px 0 0 -20px;
    }

    .hero-offer {
        grid-row: 6;
        width: calc(100% + 40px);
        margin: 16px 0 0 -20px;
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .hero-offer__copy {
        min-width: 0;
        flex: 1 1 0;
    }

    .hero-offer__old {
        font-size: 15px;
        margin: 0 0 4px;
    }

    .hero-offer__mobile-prefix {
        display: inline;
    }

    .hero-offer__current {
        font-size: clamp(16px, 4.62vw, 18px);
    }

    .hero-offer__discount {
        font-size: clamp(9px, 2.82vw, 11px);
    }

    .hero-offer__fixed {
        width: calc(clamp(120px, 35.9vw, 140px) + 19px);
        min-width: calc(clamp(120px, 35.9vw, 140px) + 19px);
        flex: 0 0 auto;
        gap: 3px;
        align-items: center;
        padding-left: 18px;
        border-left: 1px solid rgba(0, 41, 88, 0.2);
    }

    .hero-offer__fixed-badge {
        width: 100%;
        min-height: 16px;
        padding: 0;
        border-radius: 3px;
        font-size: clamp(10px, 3.08vw, 12px);
    }

    .hero-offer__fixed small {
        font-size: clamp(10px, 3.08vw, 12px);
        white-space: nowrap;
    }

    .hero-cta {
        grid-row: 7;
        width: calc(100% + 40px);
        margin: 18px 0 0 -20px;
    }

    .hero-cta .btn-primary-pill {
        width: 100%;
        height: 56px;
        min-height: 56px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .course-info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        position: relative;
        z-index: 2;
    }

    .course-info__divider {
        display: none;
    }

    .info-item + .info-item {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .info-item {
        min-height: 49px;
        gap: 8px;
        padding: 8px;
        border-radius: 8px;
        border: 1px solid rgba(0, 99, 199, 0.35);
        background: #eff6fd;
        align-items: center;
        box-shadow: none;
    }

    .info-item svg {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }

    .info-copy small {
        color: #001D44;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.1;
    }

    .info-copy strong {
        margin-top: 0;
        color: #007BFF;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.15;
    }

    .banner-strip {
        width: calc(100% - 24px);
        margin: 0 auto 16px;
        border-radius: 12px;
    }

    .curriculum-band {
        padding: 52px 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: 0;
    }

    .curriculum-band .section-inner {
        width: calc(100% - 52px);
    }

    .curriculum-header {
        gap: 12px;
    }

    .curriculum-header .section-title {
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
    }

    .curriculum-portarias-trigger {
        gap: 6px;
        font-size: 16px;
        line-height: 1.1;
        text-decoration: none;
    }

    .curriculum-portarias-trigger__icon {
        width: 24px;
        height: 24px;
    }

    .curriculum-intro,
    .curriculum-intro p {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .curriculum-intro {
        display: -webkit-box;
        margin-top: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .curriculum-list {
        gap: 12px;
        margin-top: 16px;
    }

    details.curriculum-item {
        border-color: rgba(255, 255, 255, 0.24);
        border-radius: 14px;
    }

    summary.curriculum-summary {
        min-height: 58px;
        padding: 15px 14px;
        gap: 8px;
    }

    .semester-title {
        gap: 15px;
        overflow: hidden;
        font-size: 14px;
    }

    .semester-title__semester {
        font-weight: 600;
    }

    .semester-title__course {
        overflow: hidden;
        color: #CDDFFF;
        font-family: Rubik;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .semester-meta {
        gap: 16px;
    }

    .semester-hours {
        color: rgba(255, 255, 255, 0.40);
        font-family: Rubik;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

    .semester-arrow {
        width: 26px;
        height: 26px;
        border: none;
        border-radius: 999px;
        color: #007BFF;
        position: relative;
    }

    details.curriculum-item[open] .semester-arrow {
        border: none;
        background: transparent;
        color: #007BFF;
    }

    .faq-arrow svg {
        display: none;
    }

    .semester-arrow__icon svg {
        width: 26px;
        height: 26px;
    }

    .semester-arrow::after,
    .faq-arrow::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        top: calc(50% - 5px);
        left: calc(50% - 4px);
    }

    details.curriculum-item[open] .semester-arrow::after,
    details.faq-item[open] .faq-arrow::after {
        transform: rotate(225deg);
        top: calc(50% - 1px);
    }

    .curriculum-item__body {
        padding: 0 14px 15px;
    }

    .curriculum-item__description,
    .curriculum-item__description p,
    .curriculum-item__body ul {
        font-size: 14px;
        line-height: 1.2;
    }

    .curriculum-item__description {
        margin-bottom: 12px;
    }

    .curriculum-item__body strong,
    .curriculum-item__body h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .section-portaria {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .curriculum-band .btn-magenta,
    .curriculum-band .btn-borda-magenta {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        padding: 0 24px;
        font-size: 16px;
    }

    .curriculum-enroll {
        order: 1;
    }

    .curriculum-download {
        order: 2;
    }

    .curriculum-portarias-dialog {
        width: min(581px, calc(100% - 24px));
        max-height: calc(100dvh - 24px);
        padding: 24px;
        border-radius: 24px;
    }

    .curriculum-portaria-item a {
        width: 100%;
    }

    .coordinator-band {
        padding: 24px 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: -20px;
    }

    .coordinator-band .section-inner {
        gap: 14px;
    }

    .coordinator-band .section-title {
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
        text-align: left;
        margin: 0;
    }

    .coordinator-card {
        width: 100%;
        height: auto;
        min-height: 148px;
        margin-top: 0;
        display: flex;
        align-items: stretch;
        gap: clamp(10px, 2.53vw, 13px);
        padding-left: 0;
        padding-right: clamp(14px, 4.68vw, 24px);
        border-radius: 14px;
    }

    .coordinator-photo {
        position: relative;
        width: min(153px, calc((100vw - 52px) * 0.332));
        max-width: 153px;
        min-height: 148px;
        height: auto;
        flex: 0 0 min(153px, calc((100vw - 52px) * 0.332));
    }

    .coordinator-photo img {
        position: absolute;
        inset: 0;
    }

    .coordinator-copy {
        flex: 1 1 auto;
        align-self: center;
        gap: 12px;
        padding: 15px 0;
    }

    .coordinator-copy h3 {
        margin: 0;
        font-size: 14px;
        line-height: 1.15;
    }

    .coordinator-bio,
    .coordinator-bio p {
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .structure-band {
        padding: 22px 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: 0;
    }

    .structure-band .section-inner {
        width: calc(100% - 52px);
    }

    .structure-header {
        gap: 14px;
        margin-bottom: 22px;
    }

    .structure-band .structure-title {
        margin: 0;
        width: 100%;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
    }

    .structure-band .structure-subtitle {
        width: 100%;
        font-size: 14px;
        line-height: 1.1;
        text-align: center;
    }

    .feature-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .feature-card {
        padding: 24px;
        min-height: 0;
        border-radius: 16px;
        gap: 16px;
    }

    .feature-card.is-secondary {
        min-height: 0;
    }

    .feature-card:nth-child(2) {
        min-height: 197px;
    }

    .feature-card:nth-child(5) {
        min-height: 214px;
    }

    .feature-card:nth-child(6) {
        min-height: 253px;
    }

    .feature-card h3 {
        min-height: 0;
        font-size: 18px;
        line-height: 1.2;
    }

    .feature-card:nth-child(1) h3,
    .feature-card:nth-child(3) h3,
    .feature-card:nth-child(4) h3 {
        line-height: 1.13;
    }

    .feature-card .feature-card__copy {
        font-size: 14px;
        line-height: 1.2;
    }

    .feature-card:first-child .feature-card__copy {
        line-height: 1.29;
    }

    .feature-content--desktop {
        display: none;
    }

    .feature-content--mobile {
        display: block;
    }

    .structure-cta {
        margin-top: 22px;
        margin-bottom: 0;
    }

    .structure-cta .btn-magenta {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 17px 25px;
        font-size: 16px;
        line-height: 24px;
    }

    .salary-band {
        padding: 32px 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: 0;
    }

    .salary-band .section-inner {
        width: calc(100% - 52px);
        gap: 16px;
    }

    .salary-tabs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 0;
        align-items: center;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
    }

    .salary-tab {
        flex: 0 0 auto;
        width: auto;
        height: 50px;
        min-height: 50px;
        padding: 17px;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 700;
        gap: 8px;
        border-width: 1px;
        border-radius: 45px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .salary-tab:nth-child(1) {
        width: 230px;
        gap: 8px;
    }

    .salary-tab:nth-child(2) {
        width: 195px;
    }

    .salary-tab:nth-child(3) {
        width: 155px;
    }

    .salary-tab svg {
        width: 22px;
        height: 22px;
    }

    .salary-content {
        min-height: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .salary-content__row {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .career-panel {
        min-height: 0;
        border-bottom: 0;
    }

    .salary-copy {
        width: 100%;
        padding-right: 0;
    }

    .salary-headline {
        gap: 16px;
        align-items: center;
    }

    .salary-headline__icon {
        width: 52px;
        height: 52px;
    }

    .salary-headline__icon svg {
        width: 60px;
        height: 60px;
    }

    .salary-band .salary-headline h2 {
        font-size: 20px;
        line-height: 1.05;
        max-width: none;
    }

    .salary-band .career-description,
    .salary-band .career-description p {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
    }

    .salary-chart__intro {
        width: 100%;
        font-size: 14px;
        line-height: 1.1;
    }

    .salary-band .career-description p + p {
        margin-top: 10px;
    }

    .salary-band .salary-description {
        margin-top: 16px;
    }

    .salary-chart {
        width: 100%;
        max-width: none;
        border-radius: 33px 33px 0 0;
        padding: 26px 0 0;
        overflow: hidden;
    }

    .salary-chart__intro {
        width: 353px;
        max-width: 100%;
        color: #fff;
    }

    .salary-bars {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: end;
        height: 237px;
        min-height: 237px;
        margin-top: 25px;
        gap: 25px;
    }

    .bar-col {
        width: 100%;
        gap: 14px;
    }

    .bar-col:nth-child(2) {
        width: 100%;
    }

    .bar-col strong,
    .bar-value {
        font-size: 16px;
    }

    .bar-track.is-junior {
        height: 111px;
    }

    .bar-track.is-pleno {
        height: 151px;
    }

    .bar-track.is-senior {
        height: 173px;
    }

    .salary-band .career-panel__source {
        margin: 0;
        padding-top: 12px;
        font-size: 12px;
        line-height: 1.13;
    }

    .salary-band.is-enhanced .career-panels {
        display: block;
    }

    .salary-band.is-enhanced .career-panel {
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .salary-band.is-enhanced .career-panel.is-active {
        display: block;
    }

    .career-editorial {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 16px;
    }

    .career-editorial__copy {
        width: 100%;
        gap: 16px;
        padding-right: 0;
        padding-left: 0;
    }

    .career-panel--acting .career-editorial__copy {
        order: 2;
        padding-left: 0;
    }

    .career-panel--acting .career-editorial__media {
        order: 1;
    }

    .salary-band .career-editorial__lead {
        font-size: 20px;
        line-height: 1.13;
    }

    .career-description.is-clamped {
        -webkit-line-clamp: 7;
    }

    .career-editorial__media {
        width: 100%;
        height: auto;
        aspect-ratio: 493 / 444;
        border-radius: 16px;
    }

    .testimonials-band {
        padding: 24px 0;
    }

    .testimonials-band .section-inner {
        width: calc(100% - 52px);
        gap: 16px;
    }

    .testimonials-header {
        flex-direction: row;
        min-height: 96px;
        align-items: flex-start;
        justify-content: space-between;
        gap: 11px;
    }

    .testimonials-heading {
        width: 335px;
        max-width: calc(100% - 125px);
    }

    .testimonials-band .testimonials-eyebrow {
        font-size: 22px;
        line-height: 1.2;
    }

    .testimonials-heading h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .testimonials-heading h2 span {
        display: block;
        white-space: nowrap;
    }

    .testimonials-heading h2 span + span::before {
        content: none;
    }

    .arrows {
        gap: 18px;
        flex: 0 0 auto;
        align-self: flex-start;
        padding: 24px 0 0;
    }

    .arrow-btn {
        width: 48px;
        height: 48px;
    }

    .arrow-btn svg {
        width: 20px;
        height: 20px;
    }

    .testimonials-track {
        width: calc(100vw - 26px);
        height: 238.716px;
        margin-left: 0;
        padding: 0;
        scroll-padding-inline: 0;
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        justify-content: flex-start;
    }

    .testimonial-card {
        flex: 0 0 min(397.333px, calc(100vw - 52px));
        width: min(397.333px, calc(100vw - 52px));
        min-height: 238.716px;
        height: 238.716px;
        padding: 24px;
        gap: 16px;
        scroll-snap-align: start;
    }

    .testimonial-top {
        gap: 16px;
    }

    .testimonial-avatar {
        width: 64px;
        height: 64px;
    }

    .testimonial-meta .score {
        font-size: 14px;
    }

    .testimonial-meta strong {
        font-size: 20px;
    }

    .testimonial-meta small {
        font-size: 14px;
    }

    .testimonials-band .testimonial-title {
        display: none;
    }

    .testimonials-band .testimonial-quote {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        flex: 0 0 auto;
        min-height: 50px;
        max-height: 51px;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.2;
    }

    .testimonial-divider {
        margin: 0;
    }

    .testimonial-bottom,
    .testimonial-source {
        font-size: 14px;
    }

    .testimonial-bottom {
        justify-content: flex-start;
    }

    .testimonial-date {
        display: none;
    }

    .testimonials-cta {
        width: 100%;
        height: 58px;
    }

    .testimonials-cta .btn-magenta {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 17px 25px;
        border-radius: 45px;
        font-size: 16px;
        line-height: 24px;
    }

    .faq-band {
        padding: 24px 0 28px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: 0;
    }

    .faq-band .section-inner {
        width: calc(100% - 24px);
    }

    .faq-band .section-title {
        font-size: 28px;
        line-height: 1.08;
        margin-bottom: 16px;
    }

    .faq-list {
        gap: 12px;
        margin-top: 0;
    }

    .faq-item {
        border-radius: 12px;
    }

    .faq-summary {
        padding: 18px 16px;
        font-size: 14px;
        line-height: 1.2;
    }

    .faq-arrow {
        width: 12px;
        height: 12px;
        color: #fff;
        position: relative;
        flex: 0 0 auto;
    }

    .bottom-cta-band {
        padding: 24px 0 40px;
    }

    .bottom-cta-mobile {
        width: calc(100% - 24px);
    }

    .bottom-cta-mobile__inner {
        display: none;
    }

    .bottom-cta-mobile picture,
    .bottom-cta-mobile img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 425px) {
    summary.curriculum-summary {
        align-items: center;
    }

    .semester-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        overflow: visible;
    }

    .semester-certification__label {
        font-size: 10px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .semester-certification__title {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .semester-meta {
        gap: 8px;
    }

    .semester-hours {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .section-title {
        font-size: 32px;
    }

    .hero-title {
        font-size: 24px;
    }

    .coordinator-copy p,
    .feature-card p {
        font-size: 16px;
    }

    .salary-headline {
        gap: 14px;
    }

    .salary-headline h2 {
        font-size: 28px;
    }

}

@media (max-width: 425px) {
    .testimonials-header {
        min-height: auto;
    }

    .testimonials-heading {
        width: auto;
        max-width: calc(100% - 96px);
    }

    .testimonials-band .testimonials-eyebrow {
        font-size: clamp(17px, 5.1vw, 22px);
    }

    .testimonials-heading h2 {
        font-size: clamp(21px, 6.5vw, 28px);
    }

    .testimonials-heading h2 span {
        white-space: normal;
    }

    .testimonials-header .arrows {
        gap: 8px;
        padding-top: 20px;
    }

    .testimonials-header .arrow-btn {
        width: 42px;
        height: 42px;
    }

    .hero-eyebrow-row {
        gap: clamp(6px, 2vw, 8px);
    }

    .hero-copy-p {
        font-size: clamp(12px, 3.3vw, 14px) !important;
    }

    .hero-study-badge {
        gap: 3px;
        padding: 5px clamp(5px, 1.65vw, 7px);
    }

    .hero-study-badge svg {
        flex-basis: clamp(10px, 2.6vw, 11px);
        width: clamp(10px, 2.6vw, 11px);
        height: clamp(10px, 2.6vw, 11px);
    }

    .hero-study-badge__text {
        font-size: clamp(7.5px, 2.3vw, 9.5px);
    }

    .hero-title {
        font-size: clamp(21px, 6.15vw, 24px);
    }

    .info-copy small {
        color: #001D44;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.1;
    }

    .info-copy strong {
        color: #007BFF;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

    .hero-card__top {
        height: 32px;
        min-height: 32px;
        padding: 0 16px;
        gap: 8px;
        overflow: hidden;
    }

    .breadcrumb {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 103px);
        flex-wrap: nowrap;
        gap: 7px;
        overflow: hidden;
        font-size: clamp(11px, 2.9vw, 12.265px);
        line-height: 1.15;
    }

    .breadcrumb a,
    .breadcrumb span {
        display: inline-block;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb a:first-child,
    .breadcrumb span {
        flex: 0 0 auto;
    }

    .breadcrumb a:last-child {
        flex: 1 1 auto;
    }

    .share-link {
        flex: 0 0 95px;
        width: 95px;
        min-width: 0;
        gap: 4px;
        overflow: hidden;
        font-size: clamp(11px, 2.9vw, 12.265px);
        line-height: 1.15;
    }

    .share-link svg {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }

    .share-link span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 400px) {
    .testimonials-track,
    .testimonial-card {
        height: 253px;
        min-height: 253px;
    }
}

@media (min-width: 341px) and (max-width: 380px) {
    .hero-eyebrow-row {
        gap: 8px;
    }

    .hero-study-badge {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 340px) {
    .hero-eyebrow-row {
        gap: 6px;
    }

    .hero-copy-p {
        font-size: 11px !important;
    }

    .hero-study-badge {
        gap: 3px;
        padding: 5px 3px;
    }

    .hero-study-badge svg {
        flex-basis: 9px;
        width: 9px;
        height: 9px;
    }

    .hero-study-badge__text {
        font-size: 7px;
    }

    .hero-offer {
        gap: 6px;
    }

    .hero-offer__old {
        font-size: 12px;
    }

    .hero-offer__current {
        font-size: 14px;
    }

    .hero-offer__discount {
        font-size: 8px;
    }

    .hero-offer__fixed {
        width: 118px;
        min-width: 118px;
        padding-left: 12px;
    }

    .hero-offer__fixed-badge {
        font-size: 9px;
    }

    .hero-offer__fixed small {
        font-size: 8px;
    }

    .hero-card__top {
        padding: 0 12px;
        gap: 6px;
    }

    .breadcrumb {
        max-width: calc(100% - 94px);
        gap: 5px;
    }

    .share-link {
        flex-basis: 88px;
        width: 88px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-gallery__main img.is-entering-next,
    .hero-gallery__main img.is-entering-previous {
        animation: none;
    }
}
