.student-transportation-page {
    background: #f4f7f9;
    overflow: hidden;
}

    /* ------------------------------
   SHARED
------------------------------ */
    .student-transportation-page .st-badge,
    .student-transportation-page .st-badge-light {
        display: inline-flex;
        align-items: center;
        padding: 0.55rem 0.95rem;
        border-radius: 999px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .student-transportation-page .st-badge {
        background: rgba(12, 88, 122, 0.1);
        color: #0c587a;
        border: 1px solid rgba(12, 88, 122, 0.12);
    }

    .student-transportation-page .st-badge-light {
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .student-transportation-page .st-section-title {
        font-size: clamp(1.8rem, 3vw, 3rem);
        line-height: 1.15;
        font-weight: 800;
        color: #0a2940;
        margin-bottom: 1rem;
    }

    .student-transportation-page .st-hero-text,
    .student-transportation-page .st-section-text {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #4b5c6c;
        margin-bottom: 0;
    }

    .student-transportation-page .st-section-text-center {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .student-transportation-page .st-card-link {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        color: #0c587a;
        font-weight: 700;
        text-decoration: none;
        transition: gap 0.2s ease, color 0.2s ease;
    }

        .student-transportation-page .st-card-link:hover {
            color: #073850;
            gap: 0.7rem;
        }

    .student-transportation-page .st-btn-main,
    .student-transportation-page .st-btn-alt,
    .student-transportation-page .st-dark-btn,
    .student-transportation-page .st-btn-white,
    .student-transportation-page .st-btn-outline {
        border-radius: 999px;
        background: linear-gradient(135deg, var(--accent-color) 0%, #0d5c84 100%);
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
        box-shadow: 0 16px 36px rgba(var(--tech-accent-rgb),0.22);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        text-decoration: none;
        display: inline-block;
    }

        .student-transportation-page .st-btn-main:hover,
        .student-transportation-page .st-btn-alt:hover,
        .student-transportation-page .st-dark-btn:hover,
        .student-transportation-page .st-btn-white:hover,
        .student-transportation-page .st-btn-outline:hover {
            transform: translateY(-2px);
        }

    /* ------------------------------
   HERO
------------------------------ */
    .student-transportation-page .st-hero-section {
        padding: 20px 0;
    }

    .student-transportation-page .st-hero-title {
        font-size: clamp(2.3rem, 4vw, 4.1rem);
        line-height: 1.08;
        font-weight: 800;
        color: #07263c;
        margin-bottom: 1.2rem;
    }

    .student-transportation-page .st-hero-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .student-transportation-page .st-stat-box {
        min-width: 170px;
        padding: 1rem 1.15rem;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(12, 35, 54, 0.08);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

        .student-transportation-page .st-stat-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 34px rgba(12, 35, 54, 0.12);
        }

        .student-transportation-page .st-stat-box strong {
            display: block;
            font-size: 1.02rem;
            color: #0c587a;
            margin-bottom: 0.45rem;
            font-weight: 800;
        }

        .student-transportation-page .st-stat-box span {
            display: block;
            font-size: 0.92rem;
            color: #5a6876;
            line-height: 1.55;
        }

    .student-transportation-page .st-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
    }

    .student-transportation-page .st-hero-visual {
        position: relative;
    }

    .student-transportation-page .st-main-image {
        width: 100%;
        height: 560px;
        object-fit: cover;
        border-radius: 34px;
        box-shadow: 0 24px 50px rgba(7, 28, 45, 0.14);
    }

    .student-transportation-page .st-floating-note {
        position: absolute;
        right: -8px;
        bottom: 26px;
        background: #ffffff;
        border-radius: 22px;
        padding: 1rem 1.1rem;
        box-shadow: 0 18px 34px rgba(8, 28, 42, 0.14);
        display: flex;
        align-items: center;
        gap: 0.85rem;
        max-width: 320px;
    }

        .student-transportation-page .st-floating-note i {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0c587a 0%, #2ca4c7 100%);
            color: #ffffff;
            font-size: 1.35rem;
            flex-shrink: 0;
        }

        .student-transportation-page .st-floating-note span {
            display: block;
            font-size: 0.82rem;
            color: #6a7683;
        }

        .student-transportation-page .st-floating-note strong {
            display: block;
            color: #0a2940;
            font-size: 0.98rem;
        }

    /* ------------------------------
   FEATURES
------------------------------ */
    .student-transportation-page .st-feature-strip {
        padding: 34px 0 20px;
    }

    .student-transportation-page .st-mini-card {
        position: relative;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
        border: 1px solid rgba(12, 88, 122, 0.08);
        border-radius: 28px;
        padding: 1.6rem;
        box-shadow: 0 14px 34px rgba(8, 29, 45, 0.06);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
        overflow: hidden;
    }

        .student-transportation-page .st-mini-card::before {
            content: "";
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #0c587a 0%, #38b3cc 100%);
        }

        .student-transportation-page .st-mini-card:hover,
        .student-transportation-page .st-mini-card.is-hovered {
            transform: translateY(-8px);
            box-shadow: 0 24px 48px rgba(8, 29, 45, 0.14);
            border-color: rgba(12, 88, 122, 0.18);
        }

    .student-transportation-page .st-mini-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }

    .student-transportation-page .st-mini-icon {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        background: linear-gradient(135deg, #0c587a 0%, #1381a3 100%);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.28rem;
        box-shadow: 0 14px 26px rgba(12, 88, 122, 0.18);
        flex-shrink: 0;
    }

    .student-transportation-page .st-mini-tag {
        display: inline-flex;
        align-items: center;
        height: 34px;
        padding: 0 0.9rem;
        border-radius: 999px;
        background: rgba(12, 88, 122, 0.08);
        color: #0c587a;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .student-transportation-page .st-mini-card h3 {
        font-size: 1.35rem;
        line-height: 1.22;
        font-weight: 700;
        color: #0a2940;
        margin-bottom: 0.85rem;
    }

    .student-transportation-page .st-mini-card p {
        color: #556576;
        line-height: 1.75;
        margin-bottom: 0;
    }

    /* ------------------------------
   HIGHLIGHT
------------------------------ */
    .student-transportation-page .st-highlight-section {
        padding: 18px 0 20px;
        background: linear-gradient(180deg, #f4f7f9 0%, #eef5f8 100%);
    }

    .student-transportation-page .st-highlight-box {
        display: grid;
        grid-template-columns: 110px 1fr auto;
        gap: 1.5rem;
        align-items: center;
        padding: 2.1rem;
        border-radius: 30px;
        background: linear-gradient(135deg, rgba(255,255,255,0.86) 0%, rgba(242,248,251,0.98) 100%);
        border: 1px solid rgba(12, 88, 122, 0.08);
        box-shadow: 0 20px 44px rgba(8, 28, 42, 0.08);
    }

    .student-transportation-page .st-highlight-icon {
        width: 110px;
        height: 110px;
        border-radius: 26px;
        background: linear-gradient(135deg, #0c587a 0%, #2ba7c5 100%);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 16px 30px rgba(12, 88, 122, 0.22);
    }

        .student-transportation-page .st-highlight-icon i {
            font-size: 2.5rem;
        }

    .student-transportation-page .st-highlight-content h2 {
        font-size: clamp(1.8rem, 2.6vw, 2.8rem);
        line-height: 1.18;
        font-weight: 800;
        color: #0a2940;
        margin-bottom: 0.75rem;
    }

    .student-transportation-page .st-highlight-content p {
        margin-bottom: 0;
        line-height: 1.85;
        color: #526372;
    }

    .student-transportation-page .st-dark-btn {
        background: linear-gradient(135deg, #0c587a 0%, #1381a3 100%);
        color: #ffffff;
        border: none;
        box-shadow: 0 14px 28px rgba(12, 88, 122, 0.18);
    }

        .student-transportation-page .st-dark-btn:hover {
            background: #0e6c8d;
            color: #ffffff;
        }

    /* ------------------------------
   SPLIT
------------------------------ */
    .student-transportation-page .st-split-section {
        padding: 26px 0 20px;
    }

    .student-transportation-page .st-split-content-right {
        padding-left: 1rem;
    }

    .student-transportation-page .st-split-image {
        width: 100%;
        height: 560px;
        object-fit: cover;
        border-radius: 32px;
        box-shadow: 0 22px 48px rgba(8, 28, 42, 0.12);
        overflow:auto;
    }

    .student-transportation-page .st-check-list {
        display: flex;
        flex-direction: column;
        gap: 0.95rem;
        margin-top: 1.7rem;
    }

    .student-transportation-page .st-check-item {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        padding: 0.95rem 1rem;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 12px 26px rgba(8, 29, 45, 0.06);
        border: 1px solid rgba(12, 88, 122, 0.06);
        transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
    }

        .student-transportation-page .st-check-item:hover,
        .student-transportation-page .st-check-item:focus-within {
            transform: scale(1.02);
            background: linear-gradient(135deg, #0c587a 0%, #083a53 100%);
            border-color: rgba(12, 88, 122, 0.18);
            box-shadow: 0 18px 34px rgba(8, 29, 45, 0.16);
        }

        .student-transportation-page .st-check-item i {
            color: #17a36b;
            font-size: 1.1rem;
            margin-top: 0.12rem;
            transition: color 0.28s ease, transform 0.28s ease, filter 0.28s ease;
        }

        .student-transportation-page .st-check-item span {
            color: #4f5f6f;
            line-height: 1.7;
            transition: color 0.28s ease;
        }

        .student-transportation-page .st-check-item:hover i,
        .student-transportation-page .st-check-item:focus-within i {
            color: #ffffff;
            transform: scale(1.08);
            filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18));
        }

        .student-transportation-page .st-check-item:hover span,
        .student-transportation-page .st-check-item:focus-within span {
            color: #ffffff;
        }

    /* ------------------------------
   TRAINING
------------------------------ */
    .student-transportation-page .st-training-section {
        padding: 10px 0 20px;
    }

    .student-transportation-page .st-section-heading {
        margin-bottom: 2.5rem;
    }

    .student-transportation-page .st-info-card {
        position: relative;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
        border: 1px solid rgba(12, 88, 122, 0.08);
        border-radius: 28px;
        padding: 1.7rem;
        box-shadow: 0 14px 34px rgba(8, 29, 45, 0.06);
        overflow: hidden;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

        .student-transportation-page .st-info-card::before {
            content: "";
            position: absolute;
            left: 1.7rem;
            top: 0;
            width: 72px;
            height: 4px;
            background: linear-gradient(90deg, #0c587a 0%, #38b3cc 100%);
            border-radius: 999px;
        }

        .student-transportation-page .st-info-card:hover,
        .student-transportation-page .st-info-card.is-hovered {
            transform: translateY(-8px);
            box-shadow: 0 24px 48px rgba(8, 29, 45, 0.13);
            border-color: rgba(12, 88, 122, 0.18);
        }

    .student-transportation-page .st-info-card-accent {
        background: linear-gradient(180deg, #fbfeff 0%, #eef7fb 100%);
    }

    .student-transportation-page .st-info-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        background: linear-gradient(135deg, #0c587a 0%, #2aa3c2 100%);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
        box-shadow: 0 14px 28px rgba(12, 88, 122, 0.2);
    }

    .student-transportation-page .st-info-card h3 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #0a2940;
        margin-bottom: 0.85rem;
    }

    .student-transportation-page .st-info-card p {
        margin-bottom: 0;
        color: #556576;
        line-height: 1.75;
    }

    /* ------------------------------
   TECH
------------------------------ */
    .student-transportation-page .st-tech-section {
        padding: 8px 0 20px;
    }

    .student-transportation-page .st-tech-wrap {
        background: linear-gradient(135deg, #0b3c57 0%, #0d5472 100%);
        border-radius: 34px;
        padding: 2rem;
        overflow: hidden;
        box-shadow: 0 22px 44px rgba(8, 29, 45, 0.12);
    }

    .student-transportation-page .st-tech-image {
        width: 100%;
        height: 460px;
        object-fit: cover;
        border-radius: 28px;
    }

    .student-transportation-page .st-tech-content .st-badge {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.16);
    }

    .student-transportation-page .st-tech-content .st-section-title,
    .student-transportation-page .st-tech-content .st-section-text {
        color: #ffffff;
    }

    .student-transportation-page .st-tech-content .st-section-text {
        color: rgba(255, 255, 255, 0.84);
    }

    .student-transportation-page .st-tech-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1.8rem;
    }

    .student-transportation-page .st-tech-point {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 1rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

        .student-transportation-page .st-tech-point i {
            font-size: 1.15rem;
            color: #9fe7ff;
        }

        .student-transportation-page .st-tech-point span {
            line-height: 1.5;
        }

    /* ------------------------------
   GALLERY
------------------------------ */
    .student-transportation-page .st-gallery-band {
        padding: 0 0 82px;
    }

    .student-transportation-page .st-gallery-card {
        background: #ffffff;
        border-radius: 34px;
        overflow: hidden;
        box-shadow: 0 20px 42px rgba(8, 28, 42, 0.08);
    }

    .student-transportation-page .st-gallery-image {
        width: 100%;
        height: 100%;
        min-height: 420px;
        object-fit: cover;
    }

    .student-transportation-page .st-gallery-content {
        height: 100%;
        padding: 2.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .student-transportation-page .st-gallery-content h2 {
            font-size: clamp(1.7rem, 2.3vw, 2.5rem);
            line-height: 1.2;
            font-weight: 800;
            color: #0a2940;
            margin-bottom: 1rem;
        }

        .student-transportation-page .st-gallery-content p {
            line-height: 1.8;
            color: #556576;
            margin-bottom: 1.4rem;
        }

    /* ------------------------------
   FINAL CTA
------------------------------ */
    .student-transportation-page .st-final-cta-section {
        padding: 0 0 92px;
    }

    .student-transportation-page .st-final-cta {
        border-radius: 32px;
        padding: 2rem;
        background: linear-gradient(135deg, #0c587a 0%, #083a53 100%);
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1.5rem;
    }

        .student-transportation-page .st-final-cta h2 {
            font-size: clamp(1.5rem, 2.5vw, 2.4rem);
            line-height: 1.2;
            font-weight: 800;
            margin-bottom: 0;
            color: #ffffff;
        }

    .student-transportation-page .st-final-cta-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
    }

    .student-transportation-page .st-btn-white {
        color: #083a53;
        background: #ffffff;
        border-color: #ffffff;
    }

        .student-transportation-page .st-btn-white:hover {
            background: #eef6fb;
            border-color: #eef6fb;
            color: #083a53;
        }

    .student-transportation-page .st-btn-outline {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.55);
    }

        .student-transportation-page .st-btn-outline:hover {
            background: #ffffff;
            color: #083a53;
            border-color: #ffffff;
        }

/* ------------------------------
   RESPONSIVE
------------------------------ */
@media (max-width: 1199.98px) {
    .student-transportation-page .st-highlight-box {
        grid-template-columns: 110px 1fr;
    }

    .student-transportation-page .st-highlight-action {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .student-transportation-page .st-hero-section {
        padding-top: 20px;
    }

    .student-transportation-page .st-split-content-right {
        padding-left: 0;
    }

    .student-transportation-page .st-main-image,
    .student-transportation-page .st-split-image,
    .student-transportation-page .st-tech-image,
    .student-transportation-page .st-gallery-image {
        height: auto;
    }

    .student-transportation-page .st-final-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .student-transportation-page .st-tech-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .student-transportation-page .st-floating-note {
        position: static;
        margin-top: 1rem;
        max-width: 100%;
    }

    .student-transportation-page .st-highlight-box {
        grid-template-columns: 1fr;
    }

    .student-transportation-page .st-highlight-icon {
        width: 92px;
        height: 92px;
    }
}


/* ------------------------------
   SCHOOL OPERATIONS / PAYMENT
------------------------------ */
.student-transportation-page .st-school-quad-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(12, 88, 122, 0.08);
    border-radius: 34px;
    padding: 2rem;
    box-shadow: 0 20px 42px rgba(8, 29, 45, 0.08);
}

.student-transportation-page .st-school-card-grid,
.student-transportation-page .st-school-copy-card,
.student-transportation-page .st-school-note-card,
.student-transportation-page .st-school-bullet-panel {
    height: 100%;
}

.student-transportation-page .st-school-copy-card,
.student-transportation-page .st-school-note-card,
.student-transportation-page .st-school-bullet-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(12, 88, 122, 0.08);
    border-radius: 28px;
    padding: 1.7rem;
    box-shadow: 0 16px 36px rgba(8, 29, 45, 0.06);
}

.student-transportation-page .st-school-copy-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.student-transportation-page .st-school-screen,
.student-transportation-page .st-school-step-media {
    background: #ffffff;
    border: 1px solid rgba(12, 88, 122, 0.08);
    border-radius: 28px;
    padding: 0.8rem;
    box-shadow: 0 18px 38px rgba(8, 29, 45, 0.08);
}

.student-transportation-page .st-school-screen--quad {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-transportation-page .st-school-screen-image,
.student-transportation-page .st-school-step-image {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.student-transportation-page .st-school-screen-image {
    object-fit: contain;
}

.student-transportation-page .st-school-benefit-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    padding: 1rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(12, 88, 122, 0.08);
    box-shadow: 0 12px 28px rgba(8, 29, 45, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.student-transportation-page .st-school-benefit-card:hover,
.student-transportation-page .st-school-bullet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(8, 29, 45, 0.12);
    border-color: rgba(12, 88, 122, 0.16);
}

.student-transportation-page .st-school-benefit-card--compact {
    min-height: 100%;
}

.student-transportation-page .st-school-benefit-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0c587a 0%, #2aa3c2 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 12px 26px rgba(12, 88, 122, 0.18);
}

.student-transportation-page .st-school-benefit-card h3 {
    font-size: 1.06rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0a2940;
    margin-bottom: 0.4rem;
}

.student-transportation-page .st-school-benefit-card p {
    margin-bottom: 0;
    line-height: 1.65;
    color: #556576;
    font-size: 0.96rem;
}

.student-transportation-page .st-school-note-card {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    background: linear-gradient(135deg, rgba(12, 88, 122, 0.08) 0%, rgba(56, 179, 204, 0.09) 100%);
}

.student-transportation-page .st-school-note-card--payment {
    justify-content: center;
}

.student-transportation-page .st-school-note-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0c587a 0%, #2aa3c2 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 12px 26px rgba(12, 88, 122, 0.18);
}

.student-transportation-page .st-school-note-card strong {
    display: block;
    color: #0a2940;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.student-transportation-page .st-school-note-card span {
    color: #4f6070;
    line-height: 1.75;
}

.student-transportation-page .st-school-bullet-panel {
    display: grid;
    gap: 0.95rem;
    align-content: center;
}

.student-transportation-page .st-school-bullet-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(12, 88, 122, 0.08);
    box-shadow: 0 12px 28px rgba(8, 29, 45, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.student-transportation-page .st-school-bullet-card i {
    color: #17a36b;
    font-size: 1.08rem;
    margin-top: 0.15rem;
}

.student-transportation-page .st-school-bullet-card span {
    color: #4f6070;
    line-height: 1.7;
}

/* ------------------------------
   SCHOOL CONTRACT
------------------------------ */
.student-transportation-page .st-school-contract-flow {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.student-transportation-page .st-school-contract-step {
    position: relative;
}

.student-transportation-page .st-school-step-media--square {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-transportation-page .st-school-step-image {
    height: 100%;
    object-fit: contain;
}

.student-transportation-page .st-school-step-content {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(12, 88, 122, 0.08);
    border-radius: 28px;
    padding: 1.7rem;
    box-shadow: 0 16px 36px rgba(8, 29, 45, 0.06);
}

.student-transportation-page .st-school-step-content--compact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.student-transportation-page .st-school-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 38px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: rgba(12, 88, 122, 0.08);
    color: #0c587a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.student-transportation-page .st-school-step-content h3 {
    font-size: clamp(1.25rem, 1.9vw, 1.85rem);
    line-height: 1.28;
    font-weight: 800;
    color: #0a2940;
    margin-bottom: 0.85rem;
}

.student-transportation-page .st-school-step-content p {
    color: #556576;
    line-height: 1.75;
    margin-bottom: 0;
}

.student-transportation-page .st-school-step-points {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.15rem;
}

.student-transportation-page .st-school-step-points div {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    background: rgba(12, 88, 122, 0.05);
}

.student-transportation-page .st-school-step-points i {
    color: #17a36b;
    font-size: 1.05rem;
    margin-top: 0.12rem;
}

.student-transportation-page .st-school-step-points span {
    color: #4f6070;
    line-height: 1.6;
}

/* ------------------------------
   RESPONSIVE SCHOOL SECTIONS
------------------------------ */
@media (max-width: 991.98px) {
    .student-transportation-page .st-school-quad-panel,
    .student-transportation-page .st-school-copy-card,
    .student-transportation-page .st-school-note-card,
    .student-transportation-page .st-school-bullet-panel,
    .student-transportation-page .st-school-step-content {
        padding: 1.4rem;
    }

    .student-transportation-page .st-school-step-media--square {
        aspect-ratio: auto;
    }
}

@media (max-width: 767.98px) {
    .student-transportation-page .st-school-benefit-card,
    .student-transportation-page .st-school-bullet-card,
    .student-transportation-page .st-school-note-card {
        padding: 0.95rem;
    }

    .student-transportation-page .st-school-screen,
    .student-transportation-page .st-school-step-media {
        padding: 0.65rem;
    }

    .student-transportation-page .st-school-note-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==============================================
   SCHOOL OPERATIONS — Animated SVG + Layout
   ============================================== */

.student-transportation-page .st-school-visual {
    position: relative;
    background: linear-gradient(180deg, #f5fbfd 0%, #eaf4f9 100%);
    border: 1px solid rgba(12, 88, 122, 0.08);
    border-radius: 28px;
    padding: 1rem;
    box-shadow: 0 18px 38px rgba(8, 29, 45, 0.08);
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-transportation-page .st-school-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(42, 163, 194, 0.12), transparent 55%),
        radial-gradient(circle at 80% 80%, rgba(12, 88, 122, 0.10), transparent 55%);
    pointer-events: none;
}

.student-transportation-page .st-school-visual-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-transportation-page .st-school-svg {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 560px;
    display: block;
}


.student-transportation-page .st-school-ops-stack {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.student-transportation-page .st-school-quad-panel--ops .st-school-note-card--ops-summary {
    padding: 1.15rem 1.25rem;
    gap: 0.75rem;
    align-items: flex-start;
}

.student-transportation-page .st-school-quad-panel--ops .st-school-note-card--ops-summary .st-school-note-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.05rem;
}

.student-transportation-page .st-school-quad-panel--ops .st-school-note-card--ops-summary strong {
    font-size: 0.96rem;
    margin-bottom: 0.2rem;
}

.student-transportation-page .st-school-quad-panel--ops .st-school-note-card--ops-summary span {
    font-size: 0.94rem;
    line-height: 1.6;
}

.student-transportation-page .st-school-quad-panel--ops .st-school-visual--ops {
    flex: 1 1 auto;
    min-height: 0;
}

/* Each top-level SVG layer animates in then floats forever */
.student-transportation-page .st-svg-layer {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    will-change: transform, opacity;
}

/* Clouds: drift in from top */
.student-transportation-page .st-svg-layer--clouds {
    animation:
        st-enter-down 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards,
        st-float-cloud 7s ease-in-out 1.6s infinite;
}

/* Sign: gentle scale-in from center */
.student-transportation-page .st-svg-layer--sign {
    animation:
        st-enter-zoom 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards,
        st-float-soft 5.5s ease-in-out 2.0s infinite;
}

/* Teacher (woman): from left */
.student-transportation-page .st-svg-layer--woman {
    animation:
        st-enter-left 1.3s cubic-bezier(0.22, 1, 0.36, 1) 1.0s forwards,
        st-float-sway 6s ease-in-out 2.5s infinite;
}

/* Kid/girl: fade up */
.student-transportation-page .st-svg-layer--kid {
    animation:
        st-enter-up 1.3s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards,
        st-float-up 5s ease-in-out 2.9s infinite;
}

/* Family: from right */
.student-transportation-page .st-svg-layer--family {
    animation:
        st-enter-right 1.4s cubic-bezier(0.22, 1, 0.36, 1) 1.8s forwards,
        st-float-tilt 6.5s ease-in-out 3.4s infinite;
}

/* ----- Entrance keyframes ----- */
@keyframes st-enter-down {
    0%   { opacity: 0; transform: translateY(-40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes st-enter-up {
    0%   { opacity: 0; transform: translateY(35px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes st-enter-left {
    0%   { opacity: 0; transform: translateX(-45px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes st-enter-right {
    0%   { opacity: 0; transform: translateX(45px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes st-enter-zoom {
    0%   { opacity: 0; transform: scale(0.78); }
    100% { opacity: 1; transform: scale(1); }
}

/* ----- Continuous float/undulate keyframes (subtle, organic) ----- */
@keyframes st-float-soft {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-5px) rotate(0.4deg); }
}

@keyframes st-float-cloud {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(6px, -4px); }
}

@keyframes st-float-up {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}

@keyframes st-float-sway {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50%      { transform: translate(-3px, -3px) rotate(-0.5deg); }
}

@keyframes st-float-tilt {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50%      { transform: translate(3px, -4px) rotate(0.6deg); }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
    .student-transportation-page .st-svg-layer {
        opacity: 1 !important;
        animation: none !important;
    }
}

/* ==============================================
   SCHOOL PAYMENT — Enriched layout
   ============================================== */
.student-transportation-page .st-school-quad-panel--pay .st-school-copy-card {
    gap: 0;
}

.student-transportation-page .st-school-stat-strip {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.student-transportation-page .st-school-stat {
    background: rgba(12, 88, 122, 0.06);
    border: 1px solid rgba(12, 88, 122, 0.10);
    border-radius: 18px;
    padding: 0.9rem 0.95rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.student-transportation-page .st-school-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(8, 29, 45, 0.10);
    border-color: rgba(12, 88, 122, 0.18);
}

.student-transportation-page .st-school-stat strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0c587a;
    margin-bottom: 0.25rem;
}

.student-transportation-page .st-school-stat span {
    display: block;
    font-size: 0.82rem;
    color: #5a6876;
    line-height: 1.45;
}

/* Smaller, contained image for text-based screenshot (1090x820) */
.student-transportation-page .st-school-screen--pay {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.student-transportation-page .st-school-screen-image--pay {
    max-width: 420px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* 3-step flow */
.student-transportation-page .st-school-flow {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.student-transportation-page .st-school-flow-track {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0.85rem;
    align-items: stretch;
}

.student-transportation-page .st-school-flow-step {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(12, 88, 122, 0.10);
    border-radius: 24px;
    padding: 1.3rem 1.2rem 1.2rem;
    box-shadow: 0 14px 30px rgba(8, 29, 45, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.student-transportation-page .st-school-flow-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(8, 29, 45, 0.12);
    border-color: rgba(12, 88, 122, 0.20);
}

.student-transportation-page .st-school-flow-num {
    position: absolute;
    top: -14px;
    left: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0c587a 0%, #2aa3c2 100%);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 18px rgba(12, 88, 122, 0.22);
}

.student-transportation-page .st-school-flow-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(12, 88, 122, 0.08);
    color: #0c587a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.student-transportation-page .st-school-flow-step h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0a2940;
    margin: 0 0 0.45rem 0;
    line-height: 1.3;
}

.student-transportation-page .st-school-flow-step p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #556576;
}

.student-transportation-page .st-school-flow-connector {
    align-self: center;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, rgba(12, 88, 122, 0.35) 0%, rgba(42, 163, 194, 0.35) 100%);
    position: relative;
}

.student-transportation-page .st-school-flow-connector::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid rgba(42, 163, 194, 0.55);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* Payment note icon (added in new layout) */
.student-transportation-page .st-school-note-card--payment {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    justify-content: flex-start;
}

/* ==============================================
   RESPONSIVE ADDITIONS
   ============================================== */
@media (max-width: 991.98px) {
    .student-transportation-page .st-school-visual {
        min-height: 380px;
    }

    .student-transportation-page .st-school-ops-stack {
        gap: 1rem;
    }

    .student-transportation-page .st-school-quad-panel--ops .st-school-visual--ops {
        min-height: 380px;
    }

    .student-transportation-page .st-school-flow-track {
        grid-template-columns: 1fr;
    }

    .student-transportation-page .st-school-flow-connector {
        width: 2px;
        height: 24px;
        justify-self: center;
        background: linear-gradient(180deg, rgba(12, 88, 122, 0.35) 0%, rgba(42, 163, 194, 0.35) 100%);
    }

    .student-transportation-page .st-school-flow-connector::after {
        right: 50%;
        top: auto;
        bottom: -4px;
        transform: translateX(50%);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgba(42, 163, 194, 0.55);
        border-bottom: none;
    }

    .student-transportation-page .st-school-stat-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .student-transportation-page .st-school-visual {
        min-height: 320px;
        padding: 0.6rem;
    }

    .student-transportation-page .st-school-quad-panel--ops .st-school-visual--ops {
        min-height: 320px;
    }

    .student-transportation-page .st-school-screen-image--pay {
        max-width: 320px;
    }
}

.student-transportation-page .st-school-note-card--ops-summary {
    height: auto;
    min-height: unset;
    padding: 1.15rem 1.25rem;
    gap: 0.75rem;
    align-items: flex-start;
}

.student-transportation-page .st-school-note-card--ops-summary .st-school-note-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.05rem;
}

.student-transportation-page .st-school-note-card--ops-summary strong {
    font-size: 0.96rem;
    margin-bottom: 0.2rem;
}

.student-transportation-page .st-school-note-card--ops-summary span {
    font-size: 0.94rem;
    line-height: 1.6;
}