@font-face {
    font-family: 'Trebuchet';
    src: url('/landing/fonts/trebuc.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trebuchet';
    src: url('/landing/fonts/trebuchet_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trebuchet';
    src: url('/landing/fonts/trebuchet_bold_italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary: #9b0818;
    --secondary: #06365e;
}

html {
    scroll-snap-type: y proximity;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

main > section,
main > div > section {
    scroll-snap-align: start;
}

* {
    font-family: 'Trebuchet', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    font-synthesis: weight style;
}

body {
    font-family: 'Trebuchet', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aspect-locked {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

* {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.hero-section .hero-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.hero-section .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8cqw;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1cqw;
}

.hero-logo {
    width: 25cqw;
    height: auto;
}

.hero-title {
    margin-bottom: 0.5cqw;
    line-height: 1;
    text-align: center;
}

.hero-title-main,
.hero-title-sub {
    display: block;
}

.hero-title-main {
    font-size: 4.5cqw;
}

.hero-title-sub {
    font-size: 3.4cqw;
}

.hero-audience,
.hero-audience-sub {
    font-size: 1.5cqw;
    font-weight: bold;
    text-align: center;
}

.hero-audience-sub {
    margin-bottom: 1cqw;
}

.hero-cta {
    font-size: 1.8cqw;
    width: 20cqw;
    display: inline-block;
    background-color: white;
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
}

.hero-cta:hover {
    background-color: var(--primary);
    color: white;
}

/* ============ MOBILE OVERRIDES ============ */
@media (max-width: 768px) {
    .hero-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .hero-section .hero-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 5rem 1.25rem 2rem;
        box-sizing: border-box;
    }

    .hero-section .hero-bg {
        position: absolute;
        inset: 0;
    }

    .hero-bg-img {
        object-fit: cover;
    }

    .hero-content {
        position: relative;
        inset: auto;
        padding-top: 0;
    }

    .hero-logo-wrapper {
        margin-bottom: 1rem;
    }

    .hero-logo {
        width: 60%;
        max-width: 220px;
    }

    .hero-title {
        margin-bottom: 0.5rem;
    }

    .hero-title-main {
        font-size: 1.75rem;
    }

    .hero-title-sub {
        font-size: 1.25rem;
    }

    .hero-audience,
    .hero-audience-sub {
        font-size: 1rem;
    }

    .hero-audience-sub {
        margin-bottom: 1.5rem;
    }

    .hero-cta {
        font-size: 1.125rem;
        width: auto;
        padding: 0.75rem 2rem;
    }
}

.nav-link {
    transition: all 0.3s ease;
}

.nav-link:hover {
    opacity: 0.8;
}

/* Features Section */
.features-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.features-section .features-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.features-section .features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.features-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7cqw 0 0 7cqw;
    line-height: 1.1;
}

.features-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.features-title {
    font-size: 4cqw;
    font-weight: bold;
    margin-top: 4cqw;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 0.2cqw;
}

.features-item-title {
    font-size: 3cqw;
    font-weight: bold;
    margin-bottom: 0.1cqw;
}

.features-item--last .features-item-title {
    margin-bottom: 0.3cqw;
}

.features-item-desc {
    font-size: 1.8cqw;
}

@media (max-width: 768px) {
    .features-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .features-section .features-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1.25rem 3rem;
        box-sizing: border-box;
    }

    .features-section .features-bg {
        position: absolute;
        inset: 0;
    }

    .features-bg-img {
        object-fit: cover;
    }

    .features-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .features-title {
        font-size: 1.75rem;
        margin-top: 0;
        margin-bottom: 1.25rem;
    }

    .features-list {
        gap: 1rem;
    }

    .features-item-title,
    .features-item--last .features-item-title {
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
    }

    .features-item-desc {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}

/* Comparison Section */
.comparison-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #7fbcf2;
}

.comparison-section .comparison-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.comparison-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqw;
}

.comparison-title {
    font-size: 2.8cqw;
    font-weight: bold;
    margin-bottom: 1cqw;
    color: #0f2670;
    text-align: center;
}

.comparison-table {
    width: 70%;
    margin: 0 auto;
    background-color: #b6d8f7;
    padding: 1cqw 3.5cqw;
}

.comparison-header {
    display: flex;
    margin-bottom: 0.3cqw;
    padding-left: 2cqw;
}

.comparison-col-feature {
    flex: 3;
}

.comparison-col-head {
    flex: 1.4;
    text-align: center;
    color: #0f2670;
    font-size: 1.7cqw;
}

.comparison-row {
    display: flex;
    gap: 0.3cqw;
}

.comparison-cell {
    margin-bottom: 0.3cqw;
    font-size: 1.4cqw;
    color: #0f2670;
    background-color: white;
    border: 0.1cqw solid #0f2670;
}

.comparison-cell-feature {
    flex: 3;
    padding: 0 1cqw;
}

.comparison-cell-value {
    flex: 1.2;
    text-align: center;
}

.comparison-cell-value--alt {
    background-color: #fcf6f6;
}

.comparison-cell.is-bold {
    font-weight: bold;
}

@media (max-width: 768px) {
    .comparison-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .comparison-section .comparison-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .comparison-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .comparison-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .comparison-table {
        width: 100%;
        padding: 0.75rem;
    }

    .comparison-header {
        padding-left: 0;
        margin-bottom: 0.25rem;
    }

    .comparison-col-head {
        font-size: 0.8rem;
    }

    .comparison-row {
        gap: 0.25rem;
    }

    .comparison-cell {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        border-width: 1px;
    }

    .comparison-cell-feature {
        padding: 0.25rem 0.5rem;
    }
}

/* Therapists Section */
.therapists-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #bfebff;
}

.therapists-section .therapists-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.therapists-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.therapists-title {
    font-size: 3cqw;
    font-weight: bold;
    color: #9b0818;
    margin-bottom: 2cqw;
    text-align: center;
}

.therapists-carousel {
    background-color: #88c9ee;
    height: 22cqw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1cqw;
}

.therapists-carousel-inner {
    display: flex;
    gap: 1.5cqw;
    justify-content: center;
}

.therapists-nav {
    height: 16cqw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: end;
}

.therapists-nav-btn {
    width: 2cqw;
    height: 2cqw;
    background-color: white;
    border: 0.1cqw solid #9b0818;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0.5cqw;
}

.therapists-nav-icon {
    width: 1.5cqw;
    height: 1.5cqw;
}

.therapists-cards {
    display: flex;
    gap: 1.5cqw;
}

.therapist-card {
    width: 25cqw;
    height: 16cqw;
    flex-shrink: 0;
    background-color: white;
    border: 0.15cqw solid #9b0818;
    padding: 0.5cqw 0.5cqw 1cqw;
}

.therapist-card.is-hidden {
    display: none;
}

.therapist-card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5cqw;
    border-bottom: 0.2cqw solid #9b0818;
}

.therapist-card-name {
    font-size: 1.2cqw;
    font-weight: bold;
    color: #9b0818;
}

.therapist-card-prefix {
    font-size: 0.8cqw;
    color: #9b0818;
}

.therapist-card-body {
    display: flex;
    gap: 1cqw;
}

.therapist-card-left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.therapist-photo {
    width: 7cqw;
    height: 7cqw;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0.5cqw;
}

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

.therapist-card-btn {
    margin-top: 0.8cqw;
    background-color: #9b0818;
    color: white;
    padding: 0.1cqw 0.5cqw;
    font-size: 0.7cqw;
    font-weight: bold;
    cursor: pointer;
    width: 7cqw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.therapist-card-right {
    flex: 1;
}

.therapist-card-expertise {
    font-size: 0.8cqw;
    color: #9b0818;
    font-weight: bold;
    margin-bottom: 0.5cqw;
}

.therapist-card-spec {
    font-size: 0.8cqw;
    line-height: 1;
    margin-bottom: 0.1cqw;
}

.therapists-view-all-wrapper {
    text-align: center;
    margin-top: 2cqw;
}

.therapists-view-all {
    background-color: white;
    color: #9b0818;
    font-size: 1.5cqw;
    font-weight: bold;
    padding: 0.1cqw 2cqw;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 768px) {
    .therapists-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .therapists-section .therapists-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .therapists-content {
        position: relative;
        inset: auto;
    }

    .therapists-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .therapists-carousel {
        height: auto;
        padding: 1rem;
        gap: 0;
    }

    .therapists-carousel-inner {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .therapists-nav {
        display: none;
    }

    .therapists-cards {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .therapist-card {
        width: 100%;
        height: auto;
        padding: 0.75rem;
        border-width: 2px;
    }

    .therapist-card-header {
        margin-bottom: 0.5rem;
        border-bottom-width: 2px;
    }

    .therapist-card-name {
        font-size: 1rem;
    }

    .therapist-card-prefix {
        font-size: 0.75rem;
    }

    .therapist-card-body {
        gap: 0.75rem;
    }

    .therapist-photo {
        width: 4.5rem;
        height: 4.5rem;
        margin-top: 0.25rem;
    }

    .therapist-card-btn {
        width: 4.5rem;
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
        margin-top: 0.5rem;
    }

    .therapist-card-expertise {
        font-size: 0.75rem;
    }

    .therapist-card-spec {
        font-size: 0.75rem;
        line-height: 1.2;
    }

    .therapists-view-all-wrapper {
        margin-top: 1.25rem;
    }

    .therapists-view-all {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }
}

/* Quick Help Section */
.quickhelp-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #f3faff;
}

.quickhelp-section .quickhelp-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.quickhelp-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqw;
}

.quickhelp-box {
    background-color: #309ce1;
    width: 55%;
    padding: 3cqw 4cqw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2cqw;
}

.quickhelp-title {
    font-size: 2.8cqw;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 0.5cqw;
}

.quickhelp-faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.8cqw;
}

.quickhelp-item {
    border: 0.2cqw solid #0f2670;
}

.quickhelp-item-btn {
    width: 100%;
    background-color: white;
    border: none;
    padding: 0.1cqw 1.5cqw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.quickhelp-item-q {
    font-size: 1.3cqw;
    color: #0f2670;
    text-align: left;
}

.quickhelp-item-arrow {
    font-size: 1.5cqw;
    color: #0f2670;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.quickhelp-item-panel {
    display: none;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    padding: 1cqw 1.5cqw;
}

.quickhelp-item-a {
    font-size: 1.1cqw;
    color: #555;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .quickhelp-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .quickhelp-section .quickhelp-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .quickhelp-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .quickhelp-box {
        width: 100%;
        padding: 1.25rem 1rem;
        gap: 1rem;
    }

    .quickhelp-title {
        font-size: 1.5rem;
        margin-bottom: 0.25rem;
    }

    .quickhelp-faqs {
        gap: 0.6rem;
    }

    .quickhelp-item {
        border-width: 2px;
    }

    .quickhelp-item-btn {
        padding: 0.6rem 0.9rem;
    }

    .quickhelp-item-q {
        font-size: 0.9rem;
    }

    .quickhelp-item-arrow {
        font-size: 1.1rem;
    }

    .quickhelp-item-panel {
        padding: 0.75rem 0.9rem;
    }

    .quickhelp-item-a {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* How It Works Section */
.howitworks-hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.howitworks-hero-section .howitworks-hero-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.howitworks-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.howitworks-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10cqw 0 0 4cqw;
    overflow: hidden;
    margin-left: 9cqw;
}

.howitworks-bg-img,
.howitworks-steps-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.howitworks-hero-title {
    font-size: 3.6cqw;
    font-weight: bold;
    color: white;
    line-height: 1;
    margin-bottom: 0.5cqw;
}

.howitworks-hero-subtitle {
    font-size: 3cqw;
    font-weight: bold;
    color: white;
    line-height: 1;
    margin-bottom: 1.5cqw;
}

.howitworks-hero-ctas {
    display: flex;
    gap: 1.5cqw;
    margin-left: 11cqw;
}

.howitworks-hero-cta {
    background-color: white;
    color: #9b0818;
    font-size: 1.8cqw;
    padding: 0 1.5cqw;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.howitworks-steps-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.howitworks-steps-section .howitworks-steps-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.howitworks-steps-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.howitworks-steps-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqw 4cqw;
}

.howitworks-steps-title {
    font-size: 3cqw;
    font-weight: bold;
    color: #0f2670;
    text-align: center;
    margin-bottom: 5cqw;
}

.howitworks-steps-grid {
    display: flex;
    gap: 4cqw;
    width: 100%;
    justify-content: center;
}

.howitworks-step {
    display: flex;
    flex-direction: column;
    width: 33%;
    overflow: hidden;
}

.howitworks-step-head {
    background-color: #2a8fc8;
    padding: 0.1cqw 1.5cqw;
}

.howitworks-step-title {
    font-size: 1.6cqw;
    font-weight: bold;
    color: white;
    text-align: center;
}

.howitworks-step-body {
    padding: 2cqw;
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 0.1cqw solid #0f2670;
    margin-top: 0.2cqw;
    background-color: white;
}

.howitworks-step-desc {
    font-size: 1.8cqw;
    line-height: 1;
    margin-bottom: 1.5cqw;
    flex: 1;
    color: #0f2670;
}

.howitworks-step-btn {
    width: 100%;
    background-color: #2a8fc8;
    color: white;
    padding: 0.1cqw 1cqw;
    font-weight: bold;
    font-size: 1.6cqw;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.howitworks-step-items {
    flex: 1;
    margin-bottom: 1.5cqw;
}

.howitworks-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.howitworks-step-item {
    display: flex;
    align-items: flex-start;
}

.howitworks-step-bullet {
    color: #0f2670;
    margin-right: 0.5cqw;
    font-size: 1.8cqw;
}

.howitworks-step-text {
    font-size: 1.8cqw;
    color: #0f2670;
}

@media (max-width: 768px) {
    .howitworks-hero-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .howitworks-hero-section .howitworks-hero-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 5rem 1.25rem 2rem;
        box-sizing: border-box;
    }

    .howitworks-hero-section .howitworks-bg {
        position: absolute;
        inset: 0;
    }

    .howitworks-bg-img {
        object-fit: cover;
    }

    .howitworks-hero-content {
        position: relative;
        inset: auto;
        padding: 0;
        margin-left: 0;
        overflow: visible;
    }

    .howitworks-hero-title {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .howitworks-hero-subtitle {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
    }

    .howitworks-hero-ctas {
        flex-direction: column;
        gap: 0.75rem;
        margin-left: 0;
        width: 100%;
    }

    .howitworks-hero-cta {
        font-size: 1rem;
        padding: 0.75rem 1rem;
        text-align: center;
    }

    .howitworks-steps-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .howitworks-steps-section .howitworks-steps-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .howitworks-steps-section .howitworks-steps-bg {
        position: absolute;
        inset: 0;
    }

    .howitworks-steps-bg-img {
        object-fit: cover;
    }

    .howitworks-steps-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .howitworks-steps-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .howitworks-steps-grid {
        flex-direction: column;
        gap: 1rem;
    }

    .howitworks-step {
        width: 100%;
    }

    .howitworks-step-head {
        padding: 0.5rem 1rem;
    }

    .howitworks-step-title {
        font-size: 1rem;
    }

    .howitworks-step-body {
        padding: 1rem;
        border-width: 1px;
        margin-top: 2px;
    }

    .howitworks-step-desc {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 0.75rem;
    }

    .howitworks-step-items {
        margin-bottom: 0.75rem;
    }

    .howitworks-step-bullet,
    .howitworks-step-text {
        font-size: 0.95rem;
    }

    .howitworks-step-bullet {
        margin-right: 0.5rem;
    }

    .howitworks-step-btn {
        padding: 0.6rem 0.75rem;
        font-size: 1rem;
    }
}

/* About Section */
.about-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.about-section .about-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.about-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqw 5cqw;
    margin-bottom: 2cqw;
}

.about-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.about-inner {
    max-width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-title {
    font-size: 4.2cqw;
    color: #9b0818;
    margin: 0;
    padding: 0;
}

.about-box {
    background-color: rgba(255, 255, 255, 0.95);
    border: 0.15cqw solid #9b0818;
    padding: 1.5cqw 2cqw;
    color: #0f2670;
}

.about-paragraph {
    font-size: 1.8cqw;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 1cqw;
}

.about-paragraph--last {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .about-section .about-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .about-section .about-bg {
        position: absolute;
        inset: 0;
    }

    .about-bg-img {
        object-fit: cover;
    }

    .about-content {
        position: relative;
        inset: auto;
        padding: 0;
        margin-bottom: 0;
    }

    .about-inner {
        max-width: 100%;
    }

    .about-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .about-box {
        padding: 1rem 1.25rem;
        border-width: 1px;
    }

    .about-paragraph {
        font-size: 0.95rem;
        line-height: 1.55;
        margin-bottom: 0.75rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.contact-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vw;
    min-height: 100%;
}

/* Training Section */
.training-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.training-section .training-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.training-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.training-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5cqw 4cqw 2cqw;
}

.training-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.training-title {
    font-size: 3.5cqw;
    font-weight: bold;
    color: #9b0818;
    text-align: center;
    margin-bottom: 1cqw;
    margin-top: 7cqw;
}

.training-grid {
    display: flex;
    gap: 5cqw;
    width: 100%;
    justify-content: center;
    margin-top: 1cqw;
}

.training-card {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 30%;
    overflow: hidden;
}

.training-card-head {
    background-color: #2a8fc8;
    padding: 1cqw 1.5cqw;
    height: 6cqw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-card-title {
    font-size: 2cqw;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1;
}

.training-card-title--sm {
    font-size: 1.9cqw;
}

.training-card-body {
    border: 0.1cqw solid #0f2670;
    padding: 1.5cqw;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 0.5cqw;
}

.training-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1cqw 0;
    flex: 1;
}

.training-card-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.3cqw;
    line-height: 1;
}

.training-card-bullet {
    color: #0f2670;
    margin-right: 0.3cqw;
    font-size: 1.5cqw;
}

.training-card-text {
    font-size: 1.9cqw;
    color: #0f2670;
}

.training-card-btn {
    display: block;
    text-align: center;
    background-color: white;
    color: #9b0818;
    padding: 0.1cqw 1cqw;
    font-weight: bold;
    font-size: 1.5cqw;
    border: 0.1cqw solid #9b0818;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    width: 80%;
}

@media (max-width: 768px) {
    .training-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .training-section .training-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 4rem 1rem 2rem;
        box-sizing: border-box;
    }

    .training-section .training-bg {
        position: absolute;
        inset: 0;
    }

    .training-bg-img {
        object-fit: cover;
    }

    .training-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .training-title {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 1.25rem;
    }

    .training-grid {
        flex-direction: column;
        gap: 1rem;
        margin-top: 0;
    }

    .training-card {
        width: 100%;
    }

    .training-card-head {
        height: auto;
        padding: 0.75rem 1rem;
    }

    .training-card-title,
    .training-card-title--sm {
        font-size: 1.1rem;
    }

    .training-card-body {
        padding: 1rem;
        border-width: 1px;
        margin-top: 2px;
    }

    .training-card-list {
        margin-bottom: 0.75rem;
    }

    .training-card-item {
        margin-bottom: 0.25rem;
    }

    .training-card-bullet,
    .training-card-text {
        font-size: 0.95rem;
    }

    .training-card-bullet {
        margin-right: 0.4rem;
    }

    .training-card-btn {
        padding: 0.6rem 0.75rem;
        font-size: 0.95rem;
        border-width: 1px;
    }
}

/* ============ LANDING FOOTER ============ */
.landing-footer {
    background-color: #2d2d2d;
    color: white;
    padding: 3vw 5vw;
}

.landing-footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    flex-wrap: wrap;
}

.landing-footer-col {
    flex: 1;
    min-width: 15vw;
}

.landing-footer-logo {
    height: 4vw;
    width: auto;
    margin-bottom: 1vw;
}

.landing-footer-heading {
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: 1vw;
    color: white;
}

.landing-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-footer-li {
    margin-bottom: 0.5vw;
}

.landing-footer-link {
    font-size: 1vw;
    color: #b0b0b0;
    text-decoration: none;
}

.landing-footer-text {
    font-size: 1vw;
    color: #b0b0b0;
    margin-bottom: 0.5vw;
}

.landing-footer-copy {
    font-size: 0.9vw;
    color: #808080;
    margin-top: 1vw;
}

.landing-footer-payments {
    border-top: 1px solid #444;
    margin-top: 2vw;
    padding-top: 1.5vw;
    display: flex;
    justify-content: center;
}

.landing-footer-payment-logo {
    height: 2.5vw;
    width: auto;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .landing-footer {
        padding: 2rem 1.25rem;
    }

    .landing-footer-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .landing-footer-col {
        min-width: 0;
    }

    .landing-footer-logo {
        height: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .landing-footer-heading {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .landing-footer-li {
        margin-bottom: 0.35rem;
    }

    .landing-footer-link,
    .landing-footer-text {
        font-size: 0.9rem;
    }

    .landing-footer-copy {
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    .landing-footer-payments {
        margin-top: 1.25rem;
        padding-top: 1rem;
    }

    .landing-footer-payment-logo {
        height: 2rem;
    }
}

/* ============ LANDING NAV (HEADER) ============ */
.landing-nav {
    position: fixed;
    top: 0;
    left: 1vw;
    right: 1vw;
    height: 6vw;
    z-index: 50;
    background-color: var(--primary);
}

.landing-nav-inner {
    width: 100%;
    height: 100%;
    padding: 0 2vw;
}

.landing-nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.landing-nav-logo-link {
    flex-shrink: 0;
}

.landing-nav-logo {
    height: 5vw;
    width: auto;
    border: 0.15vw solid white;
}

.landing-nav-desktop-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    flex: 1;
    font-size: 1.7vw;
}

.landing-nav-desktop-actions {
    display: flex;
    align-items: center;
    gap: 1.5vw;
    flex-shrink: 0;
    font-size: 1.7vw;
}

.landing-nav-link {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.landing-nav-lang {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.landing-nav-lang-btn {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    transition: all 0.2s;
}

.landing-nav-lang-btn.is-active,
.landing-nav-lang-btn:hover {
    background-color: white;
    color: var(--primary);
}

.landing-nav-cta {
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.landing-nav-cta:hover {
    background-color: transparent;
    color: white;
}

.landing-nav-mobile-btn-wrap {
    display: none;
    align-items: center;
}

.landing-nav-mobile-btn {
    background: none;
    border: none;
    color: white;
    padding: 0.5rem;
    cursor: pointer;
}

.landing-nav-mobile-btn:hover {
    opacity: 0.8;
}

.landing-nav-mobile-icon {
    height: 1.5rem;
    width: 1.5rem;
}

.landing-nav-mobile-icon.is-hidden {
    display: none;
}

.landing-nav-mobile {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    background-color: var(--primary);
    padding: 1rem;
}

.landing-nav-mobile.is-hidden {
    display: none;
}

.landing-nav-mobile-link {
    color: white;
    font-weight: 500;
    padding: 0.5rem 0;
    text-decoration: none;
}

.landing-nav-lang--mobile {
    margin-top: 0.5rem;
}

.landing-nav-mobile-cta {
    background-color: white;
    color: var(--primary);
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .landing-nav-desktop-links,
    .landing-nav-desktop-actions {
        display: none;
    }

    .landing-nav-mobile-btn-wrap {
        display: flex;
    }

    .landing-nav-mobile {
        display: flex;
    }

    .landing-nav-mobile.is-hidden {
        display: none;
    }
}

@media (max-width: 768px) {
    .landing-nav {
        left: 0;
        right: 0;
        height: 3.5rem;
    }

    .landing-nav-inner {
        padding: 0 1rem;
    }

    .landing-nav-logo {
        height: 2.5rem;
        border-width: 2px;
    }
}

/* ============ COOKIE CONSENT ============ */
.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a2e;
    color: white;
    padding: 1.2vw 3vw;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    gap: 2vw;
    flex-wrap: wrap;
}

.cookie-consent-text {
    font-size: 0.95vw;
    margin: 0;
    flex: 1;
    min-width: 200px;
    line-height: 1.6;
}

.cookie-consent-link {
    color: #4da6e8;
    text-decoration: underline;
    margin-left: 0.5vw;
}

.cookie-consent-btn {
    background-color: #9b0818;
    color: white;
    border: none;
    padding: 0.6vw 2vw;
    font-size: 0.95vw;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cookie-consent {
        padding: 0.9rem 1rem;
        gap: 0.75rem;
    }

    .cookie-consent-text {
        font-size: 0.85rem;
        line-height: 1.45;
    }

    .cookie-consent-link {
        margin-left: 0.25rem;
    }

    .cookie-consent-btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.9rem;
        width: 100%;
    }
}

/* ============ TRAINING HERO (pre-existing 3-card section) ============ */
.training-hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.training-hero-section .training-hero-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    transform-origin: 0 0;
    transform: scale(calc(100vw / 1920px), calc(100vh / 1080px));
    container-type: inline-size;
}

.training-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.training-hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.training-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 13cqw 0 0 3cqw;
}

.training-hero-title {
    font-size: 4cqw;
    color: #9b131e;
    line-height: 1.1;
    margin-bottom: 0.5cqw;
}

.training-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1cqw 0;
    display: flex;
    flex-direction: column;
    gap: 0.15cqw;
}

.training-hero-item {
    font-size: 2.8cqw;
    color: #074c86;
    line-height: 1.15;
}

.training-hero-cta {
    display: inline-block;
    background-color: white;
    color: #9b131e;
    padding: 0.2cqw 2.5cqw;
    font-size: 1.6cqw;
    text-decoration: none;
    transition: all 0.2s ease;
}


@media (max-width: 768px) {
    .training-hero-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .training-hero-section .training-hero-stage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 100vh;
        transform: none;
        padding: 5rem 1.25rem 2rem;
        box-sizing: border-box;
    }

    .training-hero-bg {
        position: absolute;
        inset: 0;
    }

    .training-hero-bg-img {
        object-fit: cover;
    }

    .training-hero-content {
        position: relative;
        inset: auto;
        padding: 0;
    }

    .training-hero-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .training-hero-list {
        margin-bottom: 1.5rem;
    }

    .training-hero-item {
        font-size: 1rem;
    }

    .training-hero-cta {
        font-size: 1rem;
        padding: 0.7rem 1.75rem;
        border-width: 1px;
    }
}

/* ============ MOBILE: THERAPISTS + TRAININGS LIST/DETAIL PAGES ============ */
@media (max-width: 768px) {
    /* ---- Shared list pages (/tr/therapists, /tr/trainings) ---- */
    .therapists-list-page,
    .trainings-list-page {
        padding-top: 4.5rem !important;
        padding-bottom: 2rem !important;
    }

    .therapists-list-page .lp-title,
    .trainings-list-page .lp-title {
        font-size: 1.5rem !important;
        margin-bottom: 1.25rem !important;
        padding: 0 1rem !important;
    }

    .trainings-list-page .lp-empty {
        font-size: 0.95rem !important;
        padding: 0 1rem !important;
    }

    .therapists-list-page .lp-grid-outer,
    .trainings-list-page .lp-grid-outer {
        padding: 0 0.75rem !important;
    }

    .therapists-list-page .lp-grid-wrapper,
    .trainings-list-page .lp-grid-wrapper {
        padding: 0.75rem !important;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .therapists-list-page .lp-grid,
    .trainings-list-page .lp-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }

    .therapists-list-page .lp-card,
    .trainings-list-page .lp-card {
        width: 100% !important;
        height: auto !important;
        min-height: 8rem !important;
        padding: 0.65rem !important;
        box-sizing: border-box !important;
        border-width: 1px !important;
    }

    .therapists-list-page .lp-card-header,
    .trainings-list-page .lp-card-header {
        margin-bottom: 0.5rem !important;
        border-bottom-width: 2px !important;
    }

    .therapists-list-page .lp-card-name,
    .trainings-list-page .lp-card-name {
        font-size: 1.05rem !important;
        line-height: 1.2 !important;
    }

    .therapists-list-page .lp-card-meta {
        font-size: 0.75rem !important;
    }

    .therapists-list-page .lp-card-body,
    .trainings-list-page .lp-card-body {
        gap: 0.75rem !important;
    }

    .therapists-list-page .lp-card-photo,
    .trainings-list-page .lp-card-photo {
        width: 5rem !important;
        height: 5rem !important;
        margin-top: 0 !important;
    }

    .therapists-list-page .lp-card-btn,
    .trainings-list-page .lp-card-btn {
        width: 5rem !important;
        font-size: 0.7rem !important;
        padding: 0.3rem 0.4rem !important;
        margin-top: 0.4rem !important;
    }

    .therapists-list-page .lp-card-section-title,
    .therapists-list-page .lp-card-section-item {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }

    .therapists-list-page .lp-card-section-title {
        margin-bottom: 0.3rem !important;
    }

    .therapists-list-page .lp-card-section-item {
        margin-bottom: 0.15rem !important;
    }

    .trainings-list-page .lp-card-desc {
        font-size: 0.85rem !important;
        line-height: 1.35 !important;
        margin-bottom: 0.4rem !important;
        -webkit-line-clamp: 3 !important;
    }

    .trainings-list-page .lp-card-meta-row {
        font-size: 0.8rem !important;
    }

    /* ---- Shared detail pages (/tr/therapists/{uuid}, /tr/trainings/{id}) ---- */
    .therapist-profile-page,
    .training-detail-page {
        min-height: auto !important;
    }

    .therapist-profile-page .dp-content-outer,
    .training-detail-page .dp-content-outer {
        min-height: 0 !important;
        justify-content: flex-start !important;
        padding: 4.5rem 1rem 2rem !important;
        box-sizing: border-box !important;
    }

    .therapist-profile-page .dp-title-bar,
    .training-detail-page .dp-title-bar {
        width: 100% !important;
    }

    .therapist-profile-page .dp-title,
    .training-detail-page .dp-title {
        font-size: 1.15rem !important;
        padding: 0.6rem 0.5rem !important;
        letter-spacing: 0 !important;
    }

    .therapist-profile-page .dp-box,
    .training-detail-page .dp-box {
        width: 100% !important;
        padding: 1rem !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
        border-width: 1px !important;
    }

    .therapist-profile-page .dp-left-col,
    .training-detail-page .dp-left-col {
        width: 100% !important;
    }

    .therapist-profile-page .dp-divider,
    .training-detail-page .dp-divider {
        width: 100% !important;
        height: 1px !important;
        margin: 1rem 0 !important;
        align-self: auto !important;
    }

    .therapist-profile-page .dp-right-col,
    .training-detail-page .dp-right-col {
        flex: 1 !important;
    }

    /* ---- Therapist profile specific ---- */
    .therapist-profile-page .dp-photo {
        width: 7rem !important;
        height: 7rem !important;
        margin-bottom: 1rem !important;
    }

    .therapist-profile-page .dp-section {
        margin-bottom: 1rem !important;
    }

    .therapist-profile-page .dp-section-heading {
        font-size: 0.95rem !important;
        padding: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }

    .therapist-profile-page .dp-section-list {
        padding-left: 1.1rem !important;
    }

    .therapist-profile-page .dp-section-item {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.25rem !important;
    }

    .therapist-profile-page .dp-name-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.6rem !important;
        padding-bottom: 0.6rem !important;
        margin-bottom: 0.75rem !important;
    }

    .therapist-profile-page .dp-name {
        font-size: 1.1rem !important;
    }

    .therapist-profile-page .dp-request-btn {
        font-size: 0.9rem !important;
        padding: 0.45rem 1rem !important;
        border-width: 2px !important;
    }

    .therapist-profile-page .dp-bio {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* ---- Training detail specific ---- */
    .training-detail-page .dp-cover {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        margin-bottom: 0.75rem !important;
    }

    .training-detail-page .dp-stats {
        margin-bottom: 0.75rem !important;
    }

    .training-detail-page .dp-stat {
        font-size: 0.9rem !important;
        margin-bottom: 0.2rem !important;
    }

    .training-detail-page .dp-cta {
        font-size: 0.95rem !important;
        padding: 0.6rem 1rem !important;
        border-width: 2px !important;
    }

    .training-detail-page .dp-description {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }

    .training-detail-page .dp-curriculum-title {
        font-size: 1rem !important;
        padding: 0.45rem !important;
        margin-bottom: 0.6rem !important;
    }

    .training-detail-page .dp-modules {
        gap: 0.5rem !important;
    }

    .training-detail-page .dp-module-head {
        padding: 0.55rem 0.7rem !important;
        gap: 0.5rem !important;
    }

    .training-detail-page .dp-module-head-main {
        gap: 0.4rem !important;
    }

    .training-detail-page .dp-module-head-aside {
        gap: 0.5rem !important;
    }

    .training-detail-page .dp-module-num,
    .training-detail-page .dp-module-name {
        font-size: 0.9rem !important;
    }

    .training-detail-page .dp-module-count {
        font-size: 0.7rem !important;
    }

    .training-detail-page .dp-module-arrow {
        font-size: 0.8rem !important;
    }

    .training-detail-page .dp-module-body {
        padding: 0 0.7rem 0.55rem !important;
    }

    .training-detail-page .dp-module-desc {
        font-size: 0.85rem !important;
        padding-top: 0.4rem !important;
    }

    .training-detail-page .dp-lecture {
        padding: 0.35rem 0 !important;
        font-size: 0.85rem !important;
        gap: 0.4rem !important;
    }

    .training-detail-page .dp-lecture-duration {
        font-size: 0.75rem !important;
    }
}

