/* ==========================================
   SHARED SECTION HEADER
========================================== */

.sch-section-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--purple);
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sch-section-title {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    max-width: 720px;
}


/* ==========================================
   SECTION 2 — TESTIMONIALS
========================================== */

.sch-testimonials-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-testimonials-card {
    background: #F5F0FF;
    border-radius: 28px;
    padding: 64px 56px;

    box-shadow:
        0 1px 3px rgba(28, 27, 41, 0.06),
        0 24px 64px -12px rgba(28, 27, 41, 0.22);
}

.sch-testimonials-header {
    margin-bottom: 40px;
}

.sch-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.sch-testimonial {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 0 28px;
    border-left: 1px solid rgba(107, 57, 189, 0.15);
}

.sch-testimonial:first-child {
    padding-left: 0;
    border-left: none;
}

.sch-testimonial-mark {
    display: block;
    font-family: Georgia, serif;
    font-size: 2.4rem;
    line-height: 1;
    color: var(--purple-light);
    margin-bottom: -8px;
    user-select: none;
}

.sch-testimonial-text {
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.sch-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;

    padding-top: 20px;
    border-top: 1px solid rgba(107, 57, 189, 0.12);
}

.sch-testimonial-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    background: var(--purple);
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 700;
}

.sch-testimonial-person {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.sch-testimonial-name {
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--ink);
}

.sch-testimonial-institution {
    font-size: 0.78rem;
    color: var(--ink-soft);
}

/* ==========================================
   SECTION 3 — WHICH PRODUCT IS RIGHT FOR OUR STUDENTS?
========================================== */

.sch-fit-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-fit-header {
    margin-bottom: 0;
}

.sch-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    margin-top: 40px;
}

.sch-fit-card {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 28px 24px;

    background: var(--white);

    border-radius: 20px;
    border: 2px solid transparent;

    box-shadow:
        0 1px 3px rgba(28, 27, 41, 0.05),
        0 8px 24px -8px rgba(28, 27, 41, 0.10);
}

.sch-fit-card.speak {
    border-color: rgba(107, 57, 189);
}

.sch-fit-card.video {
    border-color: rgba(49, 199, 127);
}

.sch-fit-card.both {
    border-color: transparent;
    background: linear-gradient(var(--white), var(--white)) padding-box,
                linear-gradient(135deg, var(--purple), var(--green)) border-box;
    border: 2px solid transparent;
}

.sch-fit-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
}

.sch-fit-card.speak .sch-fit-icon { background: rgba(107, 57, 189, 0.1); }
.sch-fit-card.video .sch-fit-icon { background: rgba(49, 199, 127, 0.1); }
.sch-fit-card.both  .sch-fit-icon { background: linear-gradient(135deg, rgba(107,57,189,0.12), rgba(49,199,127,0.12)); }

.sch-fit-label {
    color: var(--ink);

    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
}

.sch-fit-desc {
    color: var(--ink-soft);

    font-size: 0.9rem;
    line-height: 1.5;
}

.sch-fit-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 28px 24px;

    background: var(--white);

    border-radius: 20px;
    border: 2px solid transparent;

    box-shadow:
        0 1px 3px rgba(28, 27, 41, 0.05),
        0 8px 24px -8px rgba(28, 27, 41, 0.10);
}

.sch-fit-badge {
    position: absolute;
    top: -12px;
    right: 20px;

    padding: 5px 14px;
    background: var(--purple);
    color: var(--white);

    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;

    border-radius: 999px;
    box-shadow: 0 4px 10px -2px rgba(107, 57, 189, 0.5);
}

/* ==========================================
   SECTION 4 — SPEAKING JOURNEY
========================================== */

.sch-journey-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-journey-card {
    background: linear-gradient(
        160deg,
        #3D1E78 0%,
        #6B39BD 45%,
        #8A5BDB 75%,
        #A872FF 100%
    );

    border-radius: 28px;
    padding: 64px 56px;

    box-shadow:
        0 30px 70px -24px rgba(107, 57, 189, 0.45);
}

.sch-journey-card .sch-section-eyebrow {
    color: rgba(255, 255, 255, 0.65);
}

.sch-journey-card .sch-section-title {
    color: var(--white);
    margin-bottom: 8px;
    max-width: 720px;
}

.sch-journey-header {
    margin-bottom: 36px;
}

.sch-journey-subtitle {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
}

/* Tabs — 2x2 grid */

.sch-journey-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
    max-width: 560px;
}

.sch-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    padding: 14px 20px;

    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;

    cursor: pointer;
    text-align: left;

    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.sch-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.sch-tab.active {
    background: var(--white);
    border-color: var(--white);
    box-shadow: 0 8px 24px -8px rgba(28, 12, 70, 0.3);
}

.sch-tab-number {
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    line-height: 1;
}

.sch-tab.active .sch-tab-number {
    color: var(--purple-light);
}

.sch-tab-label {
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.2;
}

.sch-tab.active .sch-tab-label {
    color: var(--purple);
}

/* Step panels */

.sch-journey-content {
    margin-bottom: 40px;
}

.sch-step-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
}

.sch-step-panel.active {
    display: grid;
}

.sch-step-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sch-step-title {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 700;
    color: var(--white);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0;
}

.sch-step-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.75;
    margin: 0;
}

.sch-step-screens {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.sch-step-screen {
    border-radius: 18px;
    flex-shrink: 0;
    height: 380px;
    width: auto;
    object-fit: cover;
    object-position: top;
    box-shadow:
        0 20px 48px -12px rgba(28, 12, 70, 0.55),
        0 4px 10px rgba(28, 12, 70, 0.2);
}

.sch-step-screen-raised {
    transform: translateY(-20px);
}

.sch-step-screens-single {
    justify-content: center;
}

.sch-step-screens-single .sch-step-screen {
    transform: none;
}

.sch-journey-card .sch-hero-cta {
    margin-left: -56px;
    margin-right: -56px;
    padding: 32px 56px 0;
}

/* Two-column variant of the testimonials grid, reusing .sch-testimonial */

.sch-testimonials-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* ==========================================
   SECTION — THE SNOWBALL EFFECT
========================================== */

.sch-story-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-story-card {
    background: linear-gradient(
        160deg,
        #3D1E78 0%,
        #6B39BD 45%,
        #8A5BDB 75%,
        #A872FF 100%
    );

    border-radius: 28px;
    padding: 64px 56px;

    box-shadow:
        0 30px 70px -24px rgba(107, 57, 189, 0.45);
}

.sch-story-header {
    margin: 0 auto 48px;
}

.sch-story-card .sch-section-eyebrow {
    color: rgba(255, 255, 255, 0.65);
}

.sch-story-card .sch-section-title {
    color: var(--white);
    margin: 0;
}

.sch-story-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 20px;
}

.sch-story-connector {
    align-self: center;
    color: rgba(255, 255, 255, 0.4);
}

.sch-story-panel {
    border-radius: 20px;
    padding: 28px 26px;
}

.sch-story-panel.problem {
    background: rgba(61, 30, 120, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.sch-story-panel.reality {
    background: rgba(168, 114, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.sch-story-panel.solution {
    background: linear-gradient(135deg, #8A5BDB 0%, #A872FF 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sch-story-panel-title {
    display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.problem .sch-story-panel-title {
    color: rgba(255, 255, 255, 0.85);
}

.reality .sch-story-panel-title {
    color: var(--white);
}

.solution .sch-story-panel-title {
    color: var(--white);
}

.sch-story-panel-text {
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.problem .sch-story-panel-text {
    color: rgba(255, 255, 255, 0.75);
}

.reality .sch-story-panel-text {
    color: rgba(255, 255, 255, 0.92);
}

.solution .sch-story-panel-text {
    color: rgba(255, 255, 255, 0.92);
}



/* ==========================================
   SECTION — VIDEO EXPLAINER (two-column, no tabs)
========================================== */

.sch-video-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-video-card {
    background: #F5F0FF;
    border-radius: 28px;
    padding: 64px 56px;

    box-shadow:
        0 1px 3px rgba(28, 27, 41, 0.06),
        0 24px 64px -12px rgba(28, 27, 41, 0.22);
}

.sch-video-header {
    margin-bottom: 40px;
    max-width: 640px;
}

.sch-video-subtitle {
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Two-column layout */

.sch-video-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: start;
}

/* Left column — videos, stacked */

.sch-video-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sch-video-part-label {
    display: block;
    margin-bottom: 12px;

    color: var(--purple);

    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sch-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;

    background: #000;
    border-radius: 18px;
    border: 0.75px solid var(--purple);
    overflow: hidden;

    box-shadow: 0 20px 48px -12px rgba(28, 12, 70, 0.35);
}

.sch-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Right column — snowball steps, vertical list */

.sch-orbit-vlist {
    display: flex;
    flex-direction: column;
}

.sch-orbit-vitem {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sch-orbit-block {
    width: 44px;
    height: 44px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;
}

.sch-orbit-block svg {
    width: 18px;
    height: 18px;
}

.sch-orbit-block.ss1 { background: #A872FF; }
.sch-orbit-block.ss2 { background: #8B50E8; }
.sch-orbit-block.ss3 { background: #6B39BD; }
.sch-orbit-block.ss4 { background: #3D1E78; }
.sch-orbit-block.solution { background: var(--green); border-radius: 16px; }

.sch-orbit-vlabel {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.sch-orbit-vlabel.solution {
    color: var(--green);
    font-weight: 700;
}

.sch-orbit-vconnector {
    width: 2px;
    height: 20px;
    margin: 4px 0 4px 21px;
    background: rgba(107, 57, 189, 0.15);
}

/* CTA */

.sch-video-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(107, 57, 189, 0.15);
}

.sch-video-cta-text {
    flex-shrink: 0;
    max-width: 380px;
}

.sch-video-cta-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    color: var(--ink);
    letter-spacing: -0.02em;
    margin: 0 0 4px;
}

.sch-video-cta-subtitle {
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.sch-video-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;

    padding: 14px 26px;
    background: var(--purple);
    color: var(--white);

    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;

    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;

    transition: background 0.18s ease, transform 0.18s ease;
}

.sch-video-cta-button:hover {
    background: #5a2fa8;
    transform: translateY(-2px);
}

.sch-orbit-vlist {
    align-self: center;
}

.sch-orbit-vitem {
    background: var(--white);
    border-radius: 14px;
    padding: 10px 18px 10px 10px;
    box-shadow: 0 1px 3px rgba(28, 27, 41, 0.05);
}

.sch-orbit-vconnector {
    height: 24px;
}

/* ==========================================
   SECTION — FAQ
========================================== */

.sch-faq-section {
    padding: 0 var(--page-padding) 80px;
}

.sch-faq-card {
    background: var(--white);

    border-radius: 28px;
    padding: 64px 56px;
    max-width: 860px;
    margin: 0 auto;

    box-shadow:
        0 1px 3px rgba(28, 27, 41, 0.06),
        0 24px 64px -12px rgba(28, 27, 41, 0.22);
}

.sch-faq-card .sch-section-title {
    color: var(--ink);
    margin-bottom: 0;
}

.sch-faq-header {
    margin-bottom: 40px;
}

/* FAQ list */

.sch-faq-list {
    display: flex;
    flex-direction: column;
}

.sch-faq-item {
    border-top: 1px solid rgba(28, 27, 41, 0.07);
}

.sch-faq-item:last-child {
    border-bottom: 1px solid rgba(28, 27, 41, 0.07);
}

.sch-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 20px 0;

    background: none;
    border: none;
    cursor: pointer;

    text-align: left;

    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);

    transition: color 0.15s ease;
}

.sch-faq-question:hover {
    color: var(--purple);
}

.sch-faq-chevron {
    color: var(--ink-soft);
    opacity: 0.5;
}

.sch-faq-item.open .sch-faq-chevron {
    color: var(--purple);
    opacity: 1;
}

.sch-faq-answer {
    display: none;
    padding-bottom: 20px;
}

.sch-faq-item.open .sch-faq-answer {
    display: block;
}

.sch-faq-answer p {
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.75;
    margin: 0;
}