.teacher-request-page {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 60%);
}

.teacher-request-page .teacher-request-hero {
    position: relative;
    overflow: hidden;
}

.teacher-request-page .teacher-request-hero__media {
    position: relative;
    width: 100%;
    min-height: 280px;
    max-height: 560px;
    overflow: hidden;
}

.teacher-request-page .teacher-request-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 25, 55, 0.08) 0%, rgba(0, 25, 55, 0.35) 100%);
}

.teacher-request-page .teacher-request-hero__media img {
    width: 100%;
    min-height: 280px;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.teacher-request-page .teacher-request-hero__panel-wrap {
    position: relative;
    margin-top: -72px;
    z-index: 2;
}

.teacher-request-page .teacher-request-hero__panel {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    background: var(--color-white, #fff);
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 16px 38px rgba(14, 28, 53, 0.12);
    border: 1px solid rgba(14, 28, 53, 0.08);
}

.teacher-request-page .teacher-request-hero__panel h1 {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
    color: #0d1f3a;
}

.teacher-request-page .teacher-request-hero__subtitle {
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    color: #4a5b77;
}

.teacher-request-page .teacher-request-hero__copy {
    border: 1px solid var(--color-gray-200);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 18px;
    background: #fbfdff;
}

.teacher-request-page .teacher-request-hero__copy > *:last-child {
    margin-bottom: 0;
}

.teacher-request-page .teacher-request-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.teacher-request-page .teacher-request-hero__terms {
    margin: 14px 0 0;
    color: #5f6f88;
    font-size: 0.92rem;
}

.teacher-request-page .teacher-request-content {
    padding: 44px 0 20px;
}

.teacher-request-page .teacher-request-content__block + .teacher-request-content__block {
    margin-top: 24px;
}

.teacher-request-page .teacher-request-content__block {
    position: relative;
}

.teacher-request-page .teacher-request-content__block p {
    color: #42526b;
    line-height: 1.65;
}

.teacher-request-faq {
    padding-top: 24px;
}

.teacher-request-faq .section__head h2 {
    margin-bottom: 14px;
}

.teacher-request-faq .faq-row {
    border: 1px solid var(--color-gray-200);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.teacher-request-faq .faq-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    background: #fff;
    padding: 14px 16px;
    text-align: start;
    cursor: pointer;
}

.teacher-request-faq .faq-title h5 {
    margin: 0;
    font-size: 1rem;
}

.teacher-request-faq .faq-title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #193765;
    border-bottom: 2px solid #193765;
    transform: rotate(45deg);
    transition: transform .2s ease;
    flex-shrink: 0;
    margin-top: -4px;
}

.teacher-request-faq .faq-group-js.is-active .faq-title::after {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.teacher-request-faq .faq-answer {
    padding: 0 16px 14px;
}

.teacher-request-faq .faq-answer iframe {
    border: none;
    width: 100%;
    min-height: 36px;
    display: block;
}

@media (max-width: 767px) {
    .teacher-request-page .teacher-request-hero__panel-wrap {
        margin-top: -34px;
    }

    .teacher-request-page .teacher-request-hero__panel {
        border-radius: 12px;
        padding: 20px 16px;
    }
}

@media (min-width: 992px) {
    .teacher-request-page .teacher-request-hero__panel-wrap {
        margin-top: -120px;
    }
}

.teacher-request-page .tr-hero-intro .tr-lead {
    font-weight: 700;
    color: #0f2b57;
    margin-bottom: 8px;
    font-size: 1.04rem;
}

.teacher-request-page .tr-hero-intro p {
    margin-bottom: 8px;
    font-size: 0.97rem;
    line-height: 1.6;
}

.teacher-request-page .tr-check-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.teacher-request-page .tr-check-list li {
    position: relative;
    padding-inline-start: 22px;
    margin-bottom: 8px;
    color: #2f3f59;
    font-size: 0.95rem;
    line-height: 1.55;
}

.teacher-request-page .tr-check-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1b4d9b;
}

.teacher-request-page .tr-cms {
    padding: 28px 0;
}

.teacher-request-page .tr-section-head {
    text-align: center;
    margin-bottom: 24px;
}

.teacher-request-page .tr-section-head h2 {
    margin-bottom: 10px;
    color: #0f2b57;
    font-size: clamp(1.28rem, 2.1vw, 1.9rem);
}

.teacher-request-page .tr-section-head p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1rem;
    color: #51627f;
}

.teacher-request-page .tr-benefits {
    background: #f6f9fc;
    border-radius: 14px;
}

.teacher-request-page .tr-benefits-grid > [class*="col-"] {
    margin-bottom: 18px;
}

.teacher-request-page .tr-benefit-card {
    background: #fff;
    border: 1px solid rgba(18, 45, 89, 0.08);
    border-radius: 12px;
    padding: 18px 16px;
    height: 100%;
    box-shadow: 0 8px 18px rgba(15, 43, 87, 0.06);
}

.teacher-request-page .tr-benefit-card h3 {
    margin: 10px 0 8px;
    font-size: 1.02rem;
    color: #112f58;
}

.teacher-request-page .tr-benefit-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.58;
}

.teacher-request-page .tr-benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #edf3ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.teacher-request-page .tr-benefit-icon img {
    width: 22px;
    height: 22px;
}

.teacher-request-page .tr-global {
    background: #fff;
    border: 1px solid rgba(18, 45, 89, 0.08);
    border-radius: 14px;
    padding: 12px 0;
}

.teacher-request-page .tr-global-copy h2 {
    color: #0f2b57;
    margin-bottom: 10px;
    font-size: clamp(1.22rem, 2vw, 1.8rem);
}

.teacher-request-page .tr-global-copy p {
    font-size: 0.98rem;
}

.teacher-request-page .tr-global-copy ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.teacher-request-page .tr-global-copy li {
    position: relative;
    margin-bottom: 9px;
    padding-inline-start: 20px;
    line-height: 1.5;
    font-size: 0.95rem;
}

.teacher-request-page .tr-global-copy li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1b4d9b;
}

.teacher-request-page .tr-global-media {
    position: relative;
    min-height: 0;
    margin-top: 10px;
}

.teacher-request-page .tr-global-media__main {
    border-radius: 14px;
    overflow: hidden;
    max-width: 560px;
    width: 82%;
    margin-left: auto;
}

.teacher-request-page .tr-global-media__main img {
    width: 100%;
    display: block;
    max-height: 340px;
    object-fit: contain;
    background: #eef3fa;
}

.teacher-request-page .tr-global-media__small {
    position: absolute;
    left: 2%;
    bottom: -4%;
    width: 24%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(16, 38, 73, 0.22);
}

.teacher-request-page .tr-global-media__small img {
    width: 100%;
    display: block;
}

.teacher-request-page .tr-steps {
    background: #f6f9fc;
    border-radius: 14px;
}

.teacher-request-page .tr-step-grid > [class*="col-"] {
    margin-bottom: 16px;
}

.teacher-request-page .tr-step-card {
    background: #fff;
    border: 1px solid rgba(18, 45, 89, 0.08);
    border-radius: 12px;
    padding: 20px 16px;
    height: 100%;
}

.teacher-request-page .tr-step-index {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e6efff;
    color: #103563;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.teacher-request-page .tr-step-card h3 {
    font-size: 1.04rem;
    margin-bottom: 6px;
    color: #112f58;
}

.teacher-request-page .tr-step-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.teacher-request-page .tr-cta {
    border-radius: 14px;
    overflow: hidden;
}

.teacher-request-page .tr-cta-band {
    position: relative;
    background: linear-gradient(100deg, #0b2d5c 0%, #0f3f7a 65%, #1658a1 100%);
    color: #fff;
    padding: 34px 28px;
}

.teacher-request-page .tr-cta-band h2 {
    color: #fff;
    margin-bottom: 8px;
}

.teacher-request-page .tr-cta-band p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
    margin-bottom: 14px;
}

.teacher-request-page .tr-cms .apply_to_teach {
    margin-top: 10px;
}

.teacher-request-faq .faq-title h5 {
    font-weight: 600;
}

@media (min-width: 992px) {
    .teacher-request-page .tr-global-media {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .teacher-request-page .teacher-request-hero__subtitle {
        font-size: 0.96rem;
        margin-bottom: 14px;
    }

    .teacher-request-page .teacher-request-hero__copy {
        padding: 12px;
    }

    .teacher-request-page .tr-check-list li,
    .teacher-request-page .tr-global-copy li,
    .teacher-request-page .tr-step-card p,
    .teacher-request-page .tr-benefit-card p {
        font-size: 0.92rem;
    }

    .teacher-request-page .tr-section-head p,
    .teacher-request-page .tr-global-copy p {
        font-size: 0.94rem;
    }

    .teacher-request-page .tr-cms {
        padding: 18px 0;
    }

    .teacher-request-page .tr-benefit-card,
    .teacher-request-page .tr-step-card {
        padding: 16px 14px;
    }

    .teacher-request-page .tr-global {
        padding: 6px 0 10px;
    }

    .teacher-request-page .tr-global-copy ul {
        margin-top: 10px;
    }

    .teacher-request-page .tr-global-copy li {
        margin-bottom: 6px;
    }

    .teacher-request-page .tr-global-copy .apply_to_teach {
        min-height: 40px;
        line-height: 40px;
        font-size: 0.93rem;
        padding-inline: 1.1rem;
    }

    .teacher-request-page .tr-global-media {
        margin-top: 6px;
        min-height: 0;
    }

    .teacher-request-page .tr-global-media__small {
        display: none;
    }

    .teacher-request-page .tr-global-media__main {
        max-width: 280px;
        width: 88%;
        margin: 0 auto;
    }

    .teacher-request-page .tr-global-media__main img {
        max-height: 220px;
    }

    .teacher-request-page .tr-cta-band {
        padding: 24px 16px;
    }

    .teacher-request-faq .faq-title {
        padding: 12px 12px;
    }

    .teacher-request-faq .faq-title h5 {
        font-size: 0.93rem;
    }
}
