.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: 0 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;
        padding: 0.85rem 1.5rem;
        font-weight: 600;
        transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
    }

        .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: 2rem 0;
    }

    .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;
        transform: scale(1);
    }

    .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;
        z-index: 4;
    }

        .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;
        }

    .student-transportation-page .ta-hero-visual {
        isolation: isolate;
    }

    .student-transportation-page .ta-hero-svg-shell {
        position: relative;
        min-height: 560px;
        border-radius: 34px;
        overflow: hidden;
        background: radial-gradient(circle at 20% 20%, rgba(44, 164, 199, 0.18), transparent 34%), radial-gradient(circle at 80% 15%, rgba(12, 88, 122, 0.14), transparent 32%), linear-gradient(180deg, #f8fcff 0%, #edf5f9 100%);
        transform: translateY(28px) scale(0.965);
        opacity: 0;
        transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease;
    }

        .student-transportation-page .ta-hero-svg-shell.is-ready {
            transform: translateY(0) scale(1);
            opacity: 1;
        }

    .student-transportation-page .ta-hero-svg {
        position: relative;
        z-index: 2;
        height: 560px;
        object-fit: contain;
        padding: 22px;
        animation: taHeroFloat 6.4s ease-in-out infinite;
        filter: drop-shadow(0 22px 45px rgba(7, 28, 45, 0.12));
    }

    .student-transportation-page .ta-hero-grid,
    .student-transportation-page .ta-hero-orb {
        position: absolute;
        pointer-events: none;
    }

    .student-transportation-page .ta-hero-grid {
        inset: 0;
        z-index: 1;
        background-image: linear-gradient(rgba(12, 88, 122, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 88, 122, 0.055) 1px, transparent 1px);
        background-size: 44px 44px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 90%);
    }

    .student-transportation-page .ta-hero-orb {
        border-radius: 999px;
        filter: blur(1px);
        opacity: 0.9;
    }

    .student-transportation-page .ta-hero-orb--1 {
        width: 180px;
        height: 180px;
        top: 36px;
        right: 28px;
        background: radial-gradient(circle, rgba(44, 164, 199, 0.32) 0%, rgba(44, 164, 199, 0) 72%);
        animation: taHeroPulse 6s ease-in-out infinite;
    }

    .student-transportation-page .ta-hero-orb--2 {
        width: 150px;
        height: 150px;
        left: 18px;
        bottom: 28px;
        background: radial-gradient(circle, rgba(12, 88, 122, 0.22) 0%, rgba(12, 88, 122, 0) 72%);
        animation: taHeroPulse 7.4s ease-in-out infinite reverse;
    }

    .student-transportation-page .ta-floating-note {
        animation: taNoteFloat 4.8s ease-in-out infinite;
    }

    /* ------------------------------
   SCROLL REVEAL
------------------------------ */
    .student-transportation-page .ta-reveal {
        opacity: 0;
        transform: translate3d(0, 38px, 0) scale(0.985);
        transition: opacity 0.82s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--ta-delay, 0ms);
        will-change: opacity, transform;
    }


    .student-transportation-page .ta-reveal--left {
        transform: translate3d(-44px, 0, 0) scale(0.985);
    }

    .student-transportation-page .ta-reveal--right {
        transform: translate3d(44px, 0, 0) scale(0.985);
    }

    .student-transportation-page .ta-reveal--zoom {
        transform: scale(0.94);
    }

    .student-transportation-page .ta-reveal.is-inview {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    .student-transportation-page .ta-reveal.st-mini-card.is-inview,
    .student-transportation-page .ta-reveal.tech-tile.is-inview,
    .student-transportation-page .ta-reveal.ta-gallery-visual-side.is-inview,
    .student-transportation-page .ta-reveal.ta-gallery-panel.is-inview,
    .student-transportation-page .ta-reveal.st-highlight-box.is-inview {
        box-shadow: 0 24px 52px rgba(7, 28, 45, 0.10);
    }

    /* ------------------------------
   GALLERY
------------------------------ */
    .student-transportation-page .ta-gallery-section {
        padding: 20px 0;
    }

    .student-transportation-page .ta-gallery-head {
        margin-bottom: 2.8rem;
    }

    .student-transportation-page .ta-gallery-slider {
        display: grid;
        grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
        gap: 1.6rem;
        align-items: stretch;
    }

    .student-transportation-page .ta-gallery-visual-side,
    .student-transportation-page .ta-gallery-panel {
        background: #ffffff;
        border: 1px solid rgba(12, 88, 122, 0.08);
        border-radius: 32px;
        box-shadow: 0 24px 55px rgba(7, 28, 45, 0.08);
    }

    .student-transportation-page .ta-gallery-visual-side {
        padding: 1rem;
    }

    .student-transportation-page .ta-gallery-stage {
        position: relative;
        min-height: 530px;
        border-radius: 26px;
        overflow: hidden;
        background: linear-gradient(135deg, #ebf4f8 0%, #f9fcfe 100%);
    }

    .student-transportation-page .ta-gallery-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.04);
        transition: opacity 0.55s ease, transform 0.8s ease, visibility 0.55s ease;
    }

        .student-transportation-page .ta-gallery-slide.is-active {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .student-transportation-page .ta-gallery-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .student-transportation-page .ta-gallery-thumbs {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 0.95rem;
    }

    .student-transportation-page .ta-gallery-thumb {
        padding: 0;
        border: 0;
        border-radius: 18px;
        overflow: hidden;
        background: transparent;
        cursor: pointer;
        position: relative;
        box-shadow: 0 10px 24px rgba(7, 28, 45, 0.08);
        transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
        opacity: 0.68;
    }

        .student-transportation-page .ta-gallery-thumb::after {
            content: "";
            position: absolute;
            inset: 0;
            border: 2px solid transparent;
            border-radius: 18px;
            transition: border-color 0.28s ease;
        }

        .student-transportation-page .ta-gallery-thumb:hover,
        .student-transportation-page .ta-gallery-thumb.is-active {
            transform: translateY(-3px);
            opacity: 1;
        }

            .student-transportation-page .ta-gallery-thumb.is-active::after {
                border-color: #0c587a;
            }

        .student-transportation-page .ta-gallery-thumb img {
            width: 100%;
            height: 92px;
            object-fit: cover;
            display: block;
        }

    .student-transportation-page .ta-gallery-content-side {
        display: flex;
    }

    .student-transportation-page .ta-gallery-panel {
        width: 100%;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: radial-gradient(circle at top right, rgba(44, 164, 199, 0.08), transparent 28%), #ffffff;
    }

    .student-transportation-page .ta-gallery-tag,
    .student-transportation-page .ta-gallery-title,
    .student-transportation-page .ta-gallery-desc {
        opacity: 0;
        transform: translateY(14px);
    }

        .student-transportation-page .ta-gallery-tag.is-visible,
        .student-transportation-page .ta-gallery-title.is-visible,
        .student-transportation-page .ta-gallery-desc.is-visible {
            animation: taContentIn 0.55s ease forwards;
        }

    .student-transportation-page .ta-gallery-tag {
        display: inline-flex;
        align-self: flex-start;
        padding: 0.6rem 0.9rem;
        border-radius: 999px;
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.03em;
        color: #0c587a;
        background: rgba(12, 88, 122, 0.08);
        margin-bottom: 1rem;
    }

    .student-transportation-page .ta-gallery-title {
        font-size: clamp(1.65rem, 2.2vw, 2.45rem);
        line-height: 1.16;
        font-weight: 800;
        color: #07263c;
        margin-bottom: 1rem;
    }

    .student-transportation-page .ta-gallery-desc {
        font-size: 1rem;
        line-height: 1.85;
        color: #4f5f6f;
        margin-bottom: 0;
        max-width: 36ch;
    }

    .student-transportation-page .ta-gallery-meta {
        margin-top: 2.1rem;
    }

    .student-transportation-page .ta-gallery-progress {
        width: 100%;
        height: 8px;
        border-radius: 999px;
        background: #e6eef3;
        overflow: hidden;
    }

    .student-transportation-page .ta-gallery-progress-fill {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        transform: scaleX(0);
        transform-origin: left center;
        background: linear-gradient(90deg, #0c587a 0%, #2ca4c7 100%);
    }

    .student-transportation-page .ta-gallery-counter {
        margin-top: 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: #627181;
        font-weight: 600;
    }

        .student-transportation-page .ta-gallery-counter strong {
            color: #07263c;
            font-size: 1.1rem;
        }

    .student-transportation-page .ta-gallery-actions {
        margin-top: 2rem;
        display: flex;
        gap: 0.8rem;
    }

    .student-transportation-page .ta-gallery-nav {
        width: 54px;
        height: 54px;
        border: 0;
        border-radius: 50%;
        background: #0c587a;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        box-shadow: 0 16px 32px rgba(12, 88, 122, 0.22);
        transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
    }

        .student-transportation-page .ta-gallery-nav:hover {
            transform: translateY(-3px);
            background: #073850;
            box-shadow: 0 20px 36px rgba(7, 56, 80, 0.28);
        }

/* ------------------------------
   ANIMATIONS
------------------------------ */
@keyframes taHeroFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes taHeroPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

@keyframes taNoteFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes taContentIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .student-transportation-page .ta-reveal,
    .student-transportation-page .ta-reveal--left,
    .student-transportation-page .ta-reveal--right,
    .student-transportation-page .ta-reveal--zoom {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    .student-transportation-page .ta-hero-svg,
    .student-transportation-page .ta-hero-orb--1,
    .student-transportation-page .ta-hero-orb--2,
    .student-transportation-page .ta-floating-note {
        animation: none;
    }
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .student-transportation-page .ta-gallery-slider {
        grid-template-columns: 1fr;
    }

    .student-transportation-page .ta-gallery-desc {
        max-width: none;
    }
}

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

    .student-transportation-page .st-main-image {
        height: auto;
    }

    .student-transportation-page .ta-hero-svg-shell,
    .student-transportation-page .ta-hero-svg {
        min-height: 0;
        height: auto;
    }

    .student-transportation-page .ta-gallery-stage {
        min-height: 440px;
    }
}

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

    .student-transportation-page .ta-gallery-section {
        padding: 20px 0;
    }

    .student-transportation-page .ta-gallery-panel {
        padding: 1.5rem;
        border-radius: 26px;
    }

    .student-transportation-page .ta-gallery-stage {
        min-height: 320px;
    }

    .student-transportation-page .ta-gallery-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .student-transportation-page .ta-gallery-thumb img {
        height: 80px;
    }

    .student-transportation-page .ta-gallery-actions {
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .student-transportation-page .st-hero-actions {
        flex-direction: column;
    }

    .student-transportation-page .ta-gallery-thumb {
        border-radius: 14px;
    }

        .student-transportation-page .ta-gallery-thumb::after {
            border-radius: 14px;
        }

    .student-transportation-page .ta-gallery-title {
        font-size: 1.45rem;
    }

    .student-transportation-page .st-split-content-right{
        margin-left: 10px;
    }
    
}

/* Akademi CSS dosyanızın sonuna ekleyin */
@keyframes thpAkdBubbleIn {
    0% { opacity: 0; transform: translate3d(0, 42px, 0) scale(.82); }
    65% { opacity: 1; transform: translate3d(0, -6px, 0) scale(1.02); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes thpAkdScreenFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -8px, 0); }
}
@keyframes thpAkdPersonFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -5px, 0); }
}
@keyframes thpAkdChatFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -4px, 0); }
}
@keyframes thpAkdDotPulse {
    0%, 100% { opacity: .5; transform: scale(.9); }
    50% { opacity: 1; transform: scale(1.12); }
}
@keyframes thpAkdBarPulse {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.12); }
}

.thp-akd-screen { transform-origin: center; animation: thpAkdScreenFloat 7s ease-in-out infinite; }
.thp-akd-person { transform-origin: center; animation: thpAkdPersonFloat 6.4s ease-in-out infinite; }
.thp-akd-person--one  { animation-delay: 0s; }
.thp-akd-person--two  { animation-delay: .3s; }
.thp-akd-person--three{ animation-delay: .6s; }
.thp-akd-person--four { animation-delay: .9s; }
.thp-akd-person--five { animation-delay: 1.2s; }
.thp-akd-person--six  { animation-delay: 1.5s; }
.thp-akd-chat { transform-origin: center; animation: thpAkdChatFloat 5.8s ease-in-out infinite; }
.thp-akd-chat-dot { transform-box: fill-box; transform-origin: center; animation: thpAkdDotPulse 1.8s ease-in-out infinite; }
#v9_3.thp-akd-chat-dot  { animation-delay: 0s; }
#v10_3.thp-akd-chat-dot { animation-delay: .2s; }
#v11_3.thp-akd-chat-dot { animation-delay: .4s; }
.thp-akd-bar { transform-box: fill-box; transform-origin: center bottom; animation: thpAkdBarPulse 3.2s ease-in-out infinite; }
#v31.thp-akd-bar { animation-delay: 0s; }
#v32.thp-akd-bar { animation-delay: .2s; }
#v33.thp-akd-bar { animation-delay: .4s; }
#v34.thp-akd-bar { animation-delay: .6s; }

.thp-akd-node {
    cursor: pointer; pointer-events: all; opacity: 0;
    transform-box: fill-box; transform-origin: center;
    transform: translate3d(0, 42px, 0) scale(.82);
    transition: transform .28s ease, filter .28s ease, opacity .28s ease;
    will-change: transform, opacity, filter;
}
.thp-akd-stage.is-entering .thp-akd-node { animation: thpAkdBubbleIn 1.05s cubic-bezier(.18,.82,.24,1) both; pointer-events: none; }
.thp-akd-stage.is-entering .thp-akd-node--14 { animation-delay: .12s; }
.thp-akd-stage.is-entering .thp-akd-node--13 { animation-delay: .28s; }
.thp-akd-stage.is-entering .thp-akd-node--12 { animation-delay: .44s; }
.thp-akd-stage.is-entering .thp-akd-node--11 { animation-delay: .60s; }
.thp-akd-stage.is-entering .thp-akd-node--10 { animation-delay: .76s; }
.thp-akd-stage.is-entering .thp-akd-node--9  { animation-delay: .92s; }
.thp-akd-stage.is-entering .thp-akd-node--8  { animation-delay: 1.08s; }
.thp-akd-stage.is-settled .thp-akd-node { animation: none !important; opacity: 1; transform: translate3d(0,0,0) scale(1); }
.thp-akd-stage.is-settled .thp-akd-node--12:hover,
.thp-akd-stage.is-settled .thp-akd-node--12.is-active { transform: translate3d(-39px,0,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node--14:hover,
.thp-akd-stage.is-settled .thp-akd-node--14.is-active { transform: translate3d(-33px,20px,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node--13:hover,
.thp-akd-stage.is-settled .thp-akd-node--13.is-active,
.thp-akd-stage.is-settled .thp-akd-node--11:hover,
.thp-akd-stage.is-settled .thp-akd-node--11.is-active { transform: translate3d(37px,0,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node--9:hover,
.thp-akd-stage.is-settled .thp-akd-node--9.is-active  { transform: translate3d(30px,0,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node--10:hover,
.thp-akd-stage.is-settled .thp-akd-node--10.is-active { transform: translate3d(-35px,0,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node--8:hover,
.thp-akd-stage.is-settled .thp-akd-node--8.is-active  { transform: translate3d(-32px,0,70px) scale(1.4); }
.thp-akd-stage.is-settled .thp-akd-node.is-active { z-index: 3; }

@media (prefers-reduced-motion: reduce) {
    .thp-akd-screen, .thp-akd-person, .thp-akd-chat,
    .thp-akd-chat-dot, .thp-akd-bar, .thp-akd-node {
        animation: none !important; transition: none !important;
    }
    .thp-akd-node { opacity: 1 !important; transform: none !important; }
}

/* ========================================
   Training Section - Inline SVG Scene
======================================== */

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

.student-transportation-page .st-tech-wrap {
    background: linear-gradient(135deg, rgb(8, 38, 56) 0%, rgb(13, 54, 82) 52%, rgb(20, 89, 125) 100%);
}

.student-transportation-page .st-tech-content {
    position: relative;
    z-index: 2;
}

.student-transportation-page .st-tech-points {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.8rem;
}

.student-transportation-page .st-tech-point {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(12, 88, 122, 0.08);
    box-shadow: 0 12px 26px rgba(7, 28, 45, 0.06);
}

    .student-transportation-page .st-tech-point i {
        color: #0c587a;
        margin-top: 0.15rem;
        font-size: 1rem;
    }

    .student-transportation-page .st-tech-point span {
        color: #4b5c6c;
        line-height: 1.7;
    }

.student-transportation-page .ta-training-svg-shell {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(7, 28, 45, 0.10);
}

.student-transportation-page .ta-training-scene-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .student-transportation-page .ta-training-scene-bg::before,
    .student-transportation-page .ta-training-scene-bg::after {
        content: "";
        position: absolute;
        inset: 0;
    }

    .student-transportation-page .ta-training-scene-bg::before {
        background: linear-gradient(rgba(12, 88, 122, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 88, 122, 0.05) 1px, transparent 1px);
        background-size: 34px 34px;
        mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), transparent 82%);
        opacity: 0.6;
    }

    .student-transportation-page .ta-training-scene-bg::after {
        width: 220px;
        height: 220px;
        inset: auto auto 20px 20px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(44, 164, 199, 0.18), transparent 72%);
        filter: blur(8px);
        opacity: 0.9;
    }

.student-transportation-page .ta-training-svg-shell > svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 20px;
    filter: drop-shadow(0 22px 45px rgba(7, 28, 45, 0.12));
}

/* Ortak başlangıç */
.student-transportation-page .ta-training-svg-shell #academy-computer,
.student-transportation-page .ta-training-svg-shell #academy-screen-1,
.student-transportation-page .ta-training-svg-shell #academy-screen-2,
.student-transportation-page .ta-training-svg-shell #academy-screen-3,
.student-transportation-page .ta-training-svg-shell #academy-screen-4,
.student-transportation-page .ta-training-svg-shell #academy-screen-5,
.student-transportation-page .ta-training-svg-shell #academy-screen-6,
.student-transportation-page .ta-training-svg-shell #academy-agent {
    transform-box: fill-box;
    will-change: transform, opacity;
    opacity: 0;
}

/* Laptop */
.student-transportation-page .ta-training-svg-shell #academy-computer {
    transform-origin: center bottom;
    transform: translate3d(0, 90px, 0) scale(0.84);
}

/* Ekranlar */
.student-transportation-page .ta-training-svg-shell #academy-screen-1,
.student-transportation-page .ta-training-svg-shell #academy-screen-2,
.student-transportation-page .ta-training-svg-shell #academy-screen-3,
.student-transportation-page .ta-training-svg-shell #academy-screen-4,
.student-transportation-page .ta-training-svg-shell #academy-screen-5,
.student-transportation-page .ta-training-svg-shell #academy-screen-6 {
    transform-origin: center bottom;
    transform: translate3d(0, 120px, 0) scale(0.62);
}

/* Agent */
.student-transportation-page .ta-training-svg-shell #academy-agent {
    transform-origin: center center;
    transform: translate3d(0, -120px, 0) scale(0.88);
}

/* Aktif olunca animasyon */
.student-transportation-page .ta-training-svg-shell.is-active #academy-computer {
    animation: taLaptopIn 0.9s cubic-bezier(.22,.84,.24,1) 0.05s forwards;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-1 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 0.55s forwards, taScreenFloatA 6.2s ease-in-out 1.7s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-2 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 0.68s forwards, taScreenFloatB 6.6s ease-in-out 1.85s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-3 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 0.81s forwards, taScreenFloatC 6.4s ease-in-out 2s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-4 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 0.94s forwards, taScreenFloatA 6.8s ease-in-out 2.15s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-5 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 1.07s forwards, taScreenFloatB 6.3s ease-in-out 2.3s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-screen-6 {
    animation: taScreenOut 0.75s cubic-bezier(.22,.84,.24,1) 1.20s forwards, taScreenFloatC 6.9s ease-in-out 2.45s infinite;
}

.student-transportation-page .ta-training-svg-shell.is-active #academy-agent {
    animation: taAgentDrop 0.92s cubic-bezier(.2,1.18,.32,1) 1.35s forwards, taAgentFloat 5.8s ease-in-out 2.55s infinite;
}

/* Keyframes */
@keyframes taLaptopIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 90px, 0) scale(0.84);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -6px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes taScreenOut {
    0% {
        opacity: 0;
        transform: translate3d(0, 120px, 0) scale(0.62);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -4px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes taAgentDrop {
    0% {
        opacity: 0;
        transform: translate3d(0, -120px, 0) scale(0.88);
    }

    72% {
        opacity: 1;
        transform: translate3d(0, 8px, 0) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes taScreenFloatA {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@keyframes taScreenFloatB {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 7px, 0);
    }
}

@keyframes taScreenFloatC {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -6px, 0);
    }
}

@keyframes taAgentFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -5px, 0);
    }
}

@media (max-width: 991.98px) {
    .student-transportation-page .ta-training-svg-shell {
        min-height: 460px;
    }

        .student-transportation-page .ta-training-svg-shell > svg {
            padding: 16px;
        }
}

@media (max-width: 767.98px) {
    .student-transportation-page .ta-training-svg-shell {
        min-height: 380px;
        border-radius: 28px;
    }

        .student-transportation-page .ta-training-svg-shell > svg {
            padding: 12px;
        }
}

@media (prefers-reduced-motion: reduce) {
    .student-transportation-page .ta-training-svg-shell #academy-computer,
    .student-transportation-page .ta-training-svg-shell #academy-screen-1,
    .student-transportation-page .ta-training-svg-shell #academy-screen-2,
    .student-transportation-page .ta-training-svg-shell #academy-screen-3,
    .student-transportation-page .ta-training-svg-shell #academy-screen-4,
    .student-transportation-page .ta-training-svg-shell #academy-screen-5,
    .student-transportation-page .ta-training-svg-shell #academy-screen-6,
    .student-transportation-page .ta-training-svg-shell #academy-agent {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ========================================
   Hero - Akademi İnfografik Responsive
======================================== */

/* Büyük ekranda 50px sola kaydır */
.student-transportation-page .thp-akd-interactive {
    transform: translateX(-50px);
}

@media (max-width: 991.98px) {
    .student-transportation-page .thp-akd-interactive {
        transform: translateX(0);
    }

    .student-transportation-page .thp-akd-svg-shell {
        overflow: hidden;
    }

    .student-transportation-page .thp-akd-illustration {
        width: 100%;
        height: auto;
        display: block;
    }
}


/* =========================================================
   CSS VISUAL: KURUMSAL GELİŞİM VE YETKİNLİK YÖNETİMİ (.ta-co-*)
   Beyaz yaka / kurumsal personel eğitimi için fütüristik CSS görseli
   (SVG yerine - Training section)
   ========================================================= */

.student-transportation-page .ta-co {
    position: relative;
    width: 100%;
    min-height: 540px;
    padding: 26px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 20%, rgba(44, 164, 199, 0.18), transparent 40%),
        radial-gradient(circle at 82% 82%, rgba(13, 110, 253, 0.14), transparent 42%),
        linear-gradient(160deg, #08263a 0%, #0d3656 50%, #14597d 100%);
    box-shadow: 0 30px 70px rgba(6, 22, 38, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Grid arka plan */
.student-transportation-page .ta-co-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at center, #000 35%, transparent 90%);
    -webkit-mask-image: radial-gradient(circle at center, #000 35%, transparent 90%);
    animation: taCoGridPan 24s linear infinite;
    z-index: 0;
}
@keyframes taCoGridPan {
    0%   { background-position: 0 0, 0 0; }
    100% { background-position: 32px 32px, 32px 32px; }
}

/* Glow parçaları */
.student-transportation-page .ta-co-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    z-index: 0;
    pointer-events: none;
}
.student-transportation-page .ta-co-glow--1 {
    width: 260px; height: 260px;
    top: -60px; left: -60px;
    background: radial-gradient(circle, rgba(52, 178, 228, 0.32) 0%, transparent 70%);
    animation: taCoGlow 7s ease-in-out infinite;
}
.student-transportation-page .ta-co-glow--2 {
    width: 220px; height: 220px;
    bottom: -40px; right: -40px;
    background: radial-gradient(circle, rgba(217, 31, 38, 0.22) 0%, transparent 70%);
    animation: taCoGlow 9s ease-in-out infinite reverse;
}
@keyframes taCoGlow {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.15); }
}

/* Orbit halkaları */
.student-transportation-page .ta-co-ring {
    position: absolute;
    top: 50%; left: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
.student-transportation-page .ta-co-ring--1 {
    width: 86%;
    aspect-ratio: 1;
    animation: taCoRing 28s linear infinite;
}
.student-transportation-page .ta-co-ring--2 {
    width: 64%;
    aspect-ratio: 1;
    border-color: rgba(52, 178, 228, 0.22);
    border-style: dotted;
    animation: taCoRing 22s linear infinite reverse;
}
@keyframes taCoRing { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* Laptop */
.student-transportation-page .ta-co-laptop {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    animation: taCoLaptopFloat 7s ease-in-out infinite;
}
@keyframes taCoLaptopFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

.student-transportation-page .ta-co-lid {
    background: linear-gradient(180deg, #1a3650 0%, #0d2438 100%);
    border-radius: 14px 14px 6px 6px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.student-transportation-page .ta-co-screen {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(12, 88, 122, 0.08);
}

.student-transportation-page .ta-co-base {
    position: relative;
    height: 10px;
    background: linear-gradient(180deg, #0d2438 0%, #071728 100%);
    border-radius: 0 0 16px 16px;
    margin: -4px 14% 0;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}
.student-transportation-page .ta-co-base::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28%;
    height: 4px;
    background: #071728;
    border-radius: 0 0 6px 6px;
}

/* Screen top bar */
.student-transportation-page .ta-co-screen-top {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: linear-gradient(180deg, #f5f8ff 0%, #eaf0fb 100%);
    border-bottom: 1px solid rgba(12, 88, 122, 0.08);
}
.student-transportation-page .ta-co-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
}
.student-transportation-page .ta-co-dot.r { background: #ff5f57; }
.student-transportation-page .ta-co-dot.y { background: #ffbd2e; }
.student-transportation-page .ta-co-dot.g { background: #28ca42; }
.student-transportation-page .ta-co-tab {
    margin-left: 8px;
    font-size: 0.64rem;
    font-weight: 700;
    color: #0a2940;
    letter-spacing: 0.02em;
}
.student-transportation-page .ta-co-live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #d91f26;
    background: rgba(217, 31, 38, 0.12);
    border-radius: 999px;
}
.student-transportation-page .ta-co-live em {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #d91f26;
    animation: taCoBlink 1.4s ease-in-out infinite;
}
@keyframes taCoBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

/* Screen body */
.student-transportation-page .ta-co-screen-body {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 10px;
    padding: 12px;
    min-height: 220px;
}

/* Video / ders alanı */
.student-transportation-page .ta-co-video {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.student-transportation-page .ta-co-video-frame {
    position: relative;
    flex: 1;
    min-height: 150px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0c587a 0%, #14597d 60%, #1a6d93 100%);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.student-transportation-page .ta-co-video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
        linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.25) 100%);
}

/* Avatar / eğitmen */
.student-transportation-page .ta-co-avatar {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 44px;
    height: 44px;
}
.student-transportation-page .ta-co-avatar-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffdbb5, #f0997a);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.student-transportation-page .ta-co-avatar-body {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 22px;
    border-radius: 18px 18px 4px 4px;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Board / sunum ekranı */
.student-transportation-page .ta-co-board {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 58%;
    height: 72%;
    background: linear-gradient(180deg, #ffffff 0%, #eff5fb 100%);
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.student-transportation-page .ta-co-line {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #0d6efd, #34b2e4);
    animation: taCoLineGrow 3s ease-in-out infinite;
    transform-origin: left;
}
.student-transportation-page .ta-co-line.l1 { top: 8px;  left: 8px; width: 60%; animation-delay: 0s; }
.student-transportation-page .ta-co-line.l2 { top: 18px; left: 8px; width: 40%; animation-delay: 0.25s; background: linear-gradient(90deg, #0c587a, #0d6efd); }
.student-transportation-page .ta-co-line.l3 { top: 28px; left: 8px; width: 52%; animation-delay: 0.5s; }
@keyframes taCoLineGrow {
    0%, 100% { transform: scaleX(0.85); opacity: 0.75; }
    50%      { transform: scaleX(1);    opacity: 1; }
}

.student-transportation-page .ta-co-bar {
    position: absolute;
    bottom: 8px;
    width: 12px;
    background: linear-gradient(180deg, #d91f26, #a3171c);
    border-radius: 2px 2px 0 0;
    animation: taCoBarPulse 2.4s ease-in-out infinite;
    transform-origin: bottom;
    box-shadow: 0 0 6px rgba(217, 31, 38, 0.4);
}
.student-transportation-page .ta-co-bar.b1 { left: 8px;  height: 18px; animation-delay: 0s; }
.student-transportation-page .ta-co-bar.b2 { left: 24px; height: 28px; animation-delay: 0.15s; background: linear-gradient(180deg, #0d6efd, #0a58ca); }
.student-transportation-page .ta-co-bar.b3 { left: 40px; height: 22px; animation-delay: 0.3s; background: linear-gradient(180deg, #1ea672, #147a53); }
.student-transportation-page .ta-co-bar.b4 { left: 56px; height: 32px; animation-delay: 0.45s; background: linear-gradient(180deg, #34b2e4, #0c587a); }
@keyframes taCoBarPulse {
    0%, 100% { transform: scaleY(1); }
    50%      { transform: scaleY(0.8); }
}

/* REC */
.student-transportation-page .ta-co-rec {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fff;
    background: rgba(217, 31, 38, 0.85);
    border-radius: 999px;
    backdrop-filter: blur(4px);
}
.student-transportation-page .ta-co-rec i {
    display: inline-block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: taCoBlink 1.2s ease-in-out infinite;
}

/* Play button */
.student-transportation-page .ta-co-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.6);
    animation: taCoPlayPulse 2.2s ease-out infinite;
    z-index: 3;
}
.student-transportation-page .ta-co-play-tri {
    width: 0; height: 0;
    border-left: 12px solid #0c587a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}
@keyframes taCoPlayPulse {
    0%   { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.5); }
    70%  { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 18px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* Progress */
.student-transportation-page .ta-co-progress {
    height: 5px;
    background: rgba(12, 88, 122, 0.12);
    border-radius: 3px;
    overflow: hidden;
}
.student-transportation-page .ta-co-progress-fill {
    display: block;
    width: 62%;
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #34b2e4);
    border-radius: 3px;
    animation: taCoProgress 4s ease-in-out infinite;
    transform-origin: left;
}
@keyframes taCoProgress {
    0%, 100% { width: 62%; }
    50%      { width: 78%; }
}

/* Yan panel / Modül listesi */
.student-transportation-page .ta-co-side {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    border-radius: 8px;
    border: 1px solid rgba(12, 88, 122, 0.08);
}
.student-transportation-page .ta-co-side-head {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.64rem;
    font-weight: 800;
    color: #0a2940;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(12, 88, 122, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.student-transportation-page .ta-co-side-head i {
    color: #0c587a;
    font-size: 0.8rem;
}

.student-transportation-page .ta-co-side-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-radius: 6px;
    transition: background 0.3s ease;
}
.student-transportation-page .ta-co-side-item.active {
    background: rgba(13, 110, 253, 0.08);
    animation: taCoActiveGlow 2s ease-in-out infinite;
}
@keyframes taCoActiveGlow {
    0%, 100% { background: rgba(13, 110, 253, 0.08); }
    50%      { background: rgba(13, 110, 253, 0.15); }
}

.student-transportation-page .ta-co-check {
    width: 18px; height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1ea672, #147a53);
    color: #fff;
    font-size: 0.6rem;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(30, 166, 114, 0.35);
}
.student-transportation-page .ta-co-check.alt {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.4);
}
.student-transportation-page .ta-co-check.off {
    background: rgba(12, 88, 122, 0.15);
    border: 1px dashed rgba(12, 88, 122, 0.3);
    box-shadow: none;
}

.student-transportation-page .ta-co-side-item > div {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}
.student-transportation-page .ta-co-side-item strong {
    font-size: 0.68rem;
    font-weight: 700;
    color: #0a2940;
}
.student-transportation-page .ta-co-side-item em {
    font-size: 0.56rem;
    font-weight: 600;
    color: #4b5c6c;
    font-style: normal;
}
.student-transportation-page .ta-co-side-item.active em { color: #0d6efd; }
.student-transportation-page .ta-co-side-item.done em   { color: #1ea672; }

/* Floating kartlar */
.student-transportation-page .ta-co-float {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(6, 22, 38, 0.25);
    border: 1px solid rgba(12, 88, 122, 0.08);
    min-width: 180px;
}
.student-transportation-page .ta-co-float-ic {
    width: 34px; height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0c587a, #0d6efd);
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}
.student-transportation-page .ta-co-float-ic.alt {
    background: linear-gradient(135deg, #1ea672, #147a53);
}
.student-transportation-page .ta-co-float-txt {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    min-width: 0;
}
.student-transportation-page .ta-co-float-txt strong {
    font-size: 0.76rem;
    color: #0a2940;
    font-weight: 700;
}
.student-transportation-page .ta-co-float-txt span {
    font-size: 0.64rem;
    color: #4b5c6c;
}

.student-transportation-page .ta-co-float--cert {
    top: 6%;
    left: 12%;
    animation: taCoFloatA 6s ease-in-out infinite;
}
.student-transportation-page .ta-co-float--team {
    bottom: 10%;
    left: 36%;
    animation: taCoFloatB 7.5s ease-in-out infinite;
}
.student-transportation-page .ta-co-float--score {
    top: 6%;
    right: 15%;
    animation: taCoFloatA 8s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes taCoFloatA {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes taCoFloatB {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(10px); }
}

/* Stars */
.student-transportation-page .ta-co-stars {
    margin-left: auto;
    display: inline-flex;
    gap: 2px;
    color: #ffc107;
    font-size: 0.7rem;
}

/* Avatar küçükleri */
.student-transportation-page .ta-co-avatars {
    margin-left: auto;
    display: inline-flex;
}
.student-transportation-page .ta-co-avatars em {
    width: 22px; height: 22px;
    border-radius: 50%;
    margin-left: -6px;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.54rem;
    font-weight: 800;
    color: #fff;
    font-style: normal;
}
.student-transportation-page .ta-co-avatars em.a1 { background: linear-gradient(135deg, #0d6efd, #0a58ca); }
.student-transportation-page .ta-co-avatars em.a2 { background: linear-gradient(135deg, #1ea672, #147a53); }
.student-transportation-page .ta-co-avatars em.a3 { background: linear-gradient(135deg, #d91f26, #a3171c); }
.student-transportation-page .ta-co-avatars em.a4 {
    background: #0a2940;
    color: #fff;
}

/* Skor halka */
.student-transportation-page .ta-co-score-ring {
    position: relative;
    width: 48px; height: 48px;
    border-radius: 50%;
    background:
        conic-gradient(#1ea672 0% 92%, rgba(12, 88, 122, 0.15) 92% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.student-transportation-page .ta-co-score-ring::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #fff;
}
.student-transportation-page .ta-co-score-ring strong {
    position: relative;
    font-size: 0.7rem;
    font-weight: 800;
    color: #0a2940;
    z-index: 1;
}

/* Orbit chips */
.student-transportation-page .ta-co-chip {
    position: absolute;
    width: 38px; height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.95rem;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    box-shadow: 0 8px 18px rgba(6, 22, 38, 0.25);
}
.student-transportation-page .ta-co-chip--1 {
    top: 8%;
    right: 6%;
    animation: taCoChipA 6s ease-in-out infinite;
}
.student-transportation-page .ta-co-chip--2 {
    top: 30%;
    right: 14%;
    animation: taCoChipB 7s ease-in-out infinite;
    animation-delay: 0.8s;
}
.student-transportation-page .ta-co-chip--3 {
    bottom: 14%;
    right: 7%;
    animation: taCoChipA 8s ease-in-out infinite;
    animation-delay: 1.2s;
}
.student-transportation-page .ta-co-chip--4 {
    bottom: 8%;
    left: 22%;
    animation: taCoChipB 7.5s ease-in-out infinite;
    animation-delay: 2s;
}
@keyframes taCoChipA {
    0%, 100% { transform: translate(0, 0) rotate(-4deg); }
    50%      { transform: translate(5px, -8px) rotate(4deg); }
}
@keyframes taCoChipB {
    0%, 100% { transform: translate(0, 0) rotate(4deg); }
    50%      { transform: translate(-5px, 8px) rotate(-4deg); }
}

/* Shell min-height override because the original shell uses min-height: 560px */
.student-transportation-page .ta-training-svg-shell:has(.ta-co) {
    min-height: 560px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .student-transportation-page .ta-co {
        min-height: 480px;
    }
    .student-transportation-page .ta-co-laptop {
        max-width: 380px;
    }
    .student-transportation-page .ta-co-float {
        min-width: 160px;
        padding: 8px 12px;
    }
    .student-transportation-page .ta-co-float-txt strong { font-size: 0.72rem; }
    .student-transportation-page .ta-co-float-txt span   { font-size: 0.6rem; }
}

@media (max-width: 767.98px) {
    .student-transportation-page .ta-co {
        padding: 20px 16px;
    }
    .student-transportation-page .ta-co-float--cert,
    .student-transportation-page .ta-co-float--team {
        left: 2%;
    }
    .student-transportation-page .ta-co-float--score {
        right: 2%;
    }
    .student-transportation-page .ta-co-screen-body {
        min-height: 180px;
    }
}

@media (max-width: 575.98px) {
    .student-transportation-page .ta-co {
        min-height: 520px;
    }
    .student-transportation-page .ta-co-screen-body {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .student-transportation-page .ta-co-side-head { font-size: 0.6rem; }
    .student-transportation-page .ta-co-side-item strong { font-size: 0.64rem; }
    .student-transportation-page .ta-co-side-item em { font-size: 0.54rem; }
    .student-transportation-page .ta-co-float {
        min-width: 140px;
        padding: 7px 10px;
        gap: 7px;
    }
    .student-transportation-page .ta-co-float-ic {
        width: 28px; height: 28px;
        font-size: 0.85rem;
    }
    .student-transportation-page .ta-co-chip {
        width: 30px; height: 30px;
        font-size: 0.78rem;
    }
    .student-transportation-page .ta-co-stars,
    .student-transportation-page .ta-co-avatars {
        display: none;
    }
    .student-transportation-page .ta-co-video-frame {
        min-height: 130px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .student-transportation-page .ta-co-grid,
    .student-transportation-page .ta-co-glow,
    .student-transportation-page .ta-co-ring,
    .student-transportation-page .ta-co-laptop,
    .student-transportation-page .ta-co-live em,
    .student-transportation-page .ta-co-line,
    .student-transportation-page .ta-co-bar,
    .student-transportation-page .ta-co-rec i,
    .student-transportation-page .ta-co-play,
    .student-transportation-page .ta-co-progress-fill,
    .student-transportation-page .ta-co-side-item.active,
    .student-transportation-page .ta-co-float,
    .student-transportation-page .ta-co-chip {
        animation: none !important;
    }
}