
    .tulas-home-v2 {
        --navy: #082340;
        --blue: #0b5fa5;
        --sky: #eaf6ff;
        --orange: #f7941e;
        --maroon: #9f1239;
        --green: #14a760;
        --ink: #102235;
        --muted: #42566b;
        --line: rgba(8, 35, 64, 0.12);
        --shadow: 0 12px 28px rgba(8, 35, 64, 0.12);
        background: #f7fafc;
        color: var(--ink);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .home-hero { order: 10; }
    .achievement-ticker { order: 20; }
    .stat-strip { order: 25; }
    .home-university-gateway-section { order: 28; }
    .home-application-section { order: 30; }
    .home-pricing-section { order: 35; }
    .home-recognition-section { order: 40; }
    .home-testimonial-section { order: 60; }
    .home-staff-section { order: 65; }
    .home-future-section { order: 92; }
    .home-alumni-section { order: 70; }
    .home-programmes-section { order: 80; }
    .home-tour-section { order: 85; }
    .home-recruiters-section { order: 90; }
    .home-placement-section { order: 95; }
    .home-gallery-section { order: 100; }
    .home-life-section { order: 110; }
    .home-awards-section { order: 120; }
    .home-celebrity-section { order: 130; }
    .home-updates-section { order: 140; }
    .home-final-cta-section { order: 150; }

    .tulas-home-v2 a { text-decoration: none; }
    .tulas-home-v2 a:hover,
    .tulas-home-v2 a:focus { text-decoration: none; }
    .tulas-home-v2 .shell { width: min(calc(100% - 32px), 1220px); margin: 0 auto; }
    .tulas-home-v2 img { max-width: 100%; display: block; }

    .home-hero {
        position: relative;
        aspect-ratio: var(--home-hero-ratio, 1920 / 760);
        height: auto;
        min-height: 0;
        display: block;
        color: #fff;
        background: #de5c00;
        isolation: isolate;
        overflow: hidden;
    }

    .home-hero::before {
        display: none;
    }

    .hero-bg-slide {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        animation: tulasHeroFade calc(var(--slide-count, 1) * 5s) infinite;
        animation-delay: calc(var(--slide-index, 0) * 5s);
    }

    .hero-bg-slide:first-child {
        position: absolute;
    }

    .hero-bg-slide::before {
        display: none;
    }

    .hero-bg-slide img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        margin: 0 auto;
        display: block;
    }

    .hero-bg-slide:not(:first-child) img {
        height: 100%;
    }

    .home-hero.is-manual .hero-bg-slide {
        animation: none;
    }

    .hero-bg-slide:first-child,
    .hero-bg-slide.is-active {
        opacity: 1;
    }

    .home-hero::after {
        display: none;
    }

    .home-hero-grid {
        display: none;
        grid-template-columns: minmax(0, 760px);
        gap: 24px;
        align-items: end;
        padding: clamp(110px, 14vw, 190px) 0 58px;
    }

    .home-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 14px;
        border: 1px solid rgba(255,255,255,0.32);
        border-radius: 999px;
        background: rgba(255,255,255,0.12);
        color: #fff !important;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .home-hero h1 {
        max-width: 780px;
        margin: 18px 0 16px;
        color: #fff !important;
        font-size: clamp(34px, 4.2vw, 56px);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: 0;
    }

    .home-hero-grid > div > p {
        max-width: 680px;
        margin: 0 0 26px;
        color: rgba(255,255,255,0.92) !important;
        font-size: 17px;
        line-height: 1.7;
    }

    .home-actions,
    .section-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 44px;
        padding: 11px 18px;
        border-radius: 999px;
        color: #fff !important;
        background: var(--orange);
        border: 1px solid transparent;
        font-weight: 900;
        box-shadow: 0 14px 28px rgba(247,148,30,0.28);
    }

    .tulas-home-v2 a.home-btn,
    .tulas-home-v2 button.home-btn,
    .tulas-home-v2 .home-btn i { color: #fff !important; }
    .home-btn:hover,
    .home-btn:focus { color: #fff !important; background: #df7f08; }
    .home-btn.light { color: var(--navy) !important; background: #fff; box-shadow: 0 10px 22px rgba(8,35,64,0.14); }
    .tulas-home-v2 a.home-btn.light,
    .tulas-home-v2 a.home-btn.light:hover,
    .tulas-home-v2 a.home-btn.light:focus,
    .tulas-home-v2 .home-btn.light i { color: var(--navy) !important; }
    .home-btn.light:hover,
    .home-btn.light:focus { background: #f1f7fc; }
    .home-btn.outline { color: #fff !important; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,0.58); box-shadow: none; }

    .admission-card {
        background: rgba(255,255,255,0.97);
        border-radius: 16px;
        padding: 24px;
        color: var(--ink);
        box-shadow: var(--shadow);
        border-top: 5px solid var(--orange);
    }

    .admission-card h2 {
        margin: 0 0 6px;
        color: var(--navy);
        font-size: 28px;
        line-height: 1.2;
        font-weight: 900;
    }

    .admission-card p {
        margin: 0 0 16px;
        color: #43566b !important;
        font-size: 14px;
        line-height: 1.6;
    }

    .quick-link-list { display: grid; gap: 9px; }
    .quick-link-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 14px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: #f7fbff;
        color: var(--navy);
        font-weight: 900;
    }

    .quick-link-list i { color: var(--orange); }

    .home-hero-nav {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }

    .hero-arrow {
        position: absolute;
        top: 50%;
        width: 52px;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        color: #fff;
        background: rgba(8, 35, 64, 0.16);
        font-size: 42px;
        line-height: 1;
        transform: translateY(-50%);
        pointer-events: auto;
        cursor: pointer;
    }

    .hero-arrow.left { left: 18px; }
    .hero-arrow.right { right: 18px; }

    .hero-dots {
        position: absolute;
        left: 50%;
        bottom: 34px;
        display: inline-flex;
        gap: 10px;
        transform: translateX(-50%);
    }

    .hero-dots span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,.42);
        box-shadow: 0 0 0 2px rgba(8,35,64,.16);
    }

    .hero-dots button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255,255,255,.42);
        box-shadow: 0 0 0 2px rgba(8,35,64,.16);
        pointer-events: auto;
        cursor: pointer;
    }

    .hero-dots button.is-active,
    .hero-dots span:first-child { background: #fff; }

    .achievement-ticker {
        overflow: hidden;
        display: flex;
        align-items: center;
        background: #f06b16;
        color: #fff;
        border-top: 1px solid rgba(255,255,255,.2);
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .achievement-label {
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        align-self: stretch;
        padding: 0 24px;
        color: #082340;
        background: #fff7ed;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
        white-space: nowrap;
        box-shadow: 14px 0 24px rgba(240, 107, 22, .28);
    }

    .achievement-track {
        display: flex;
        flex: 1 0 auto;
        width: max-content;
        gap: 0;
        padding: 13px 0 13px 44px;
        animation: tulasTickerRun 38s linear infinite;
    }

    .achievement-track span {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        color: #fff;
        font-size: 17px;
        font-weight: 900;
        white-space: nowrap;
    }

    .achievement-track span::after {
        content: "";
        width: 7px;
        height: 7px;
        margin: 0 34px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .72);
    }

    .official-application {
        margin-top: 0;
        position: relative;
        z-index: 4;
    }

    .application-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.62fr);
        gap: clamp(24px, 4vw, 54px);
        align-items: stretch;
    }

    .potential-panel,
    .application-form-card {
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .potential-panel {
        padding: clamp(28px, 4vw, 48px);
        background: #dedede;
        border-radius: 20px;
    }

    .potential-panel h2 {
        margin: 0 0 28px;
        color: var(--navy);
        font-size: clamp(36px, 4.6vw, 68px);
        line-height: 1.05;
        font-weight: 900;
        text-transform: uppercase;
    }

    .potential-panel h2 span { color: var(--orange); display: block; }

    .programme-finder {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .programme-accordion {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
    }

    .programme-accordion details {
        min-width: 0;
    }

    .programme-accordion summary {
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 18px;
        border-radius: 10px;
        color: var(--navy);
        background: #f7f7f7;
        box-shadow: 0 10px 24px rgba(8,35,64,.08);
        cursor: pointer;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.25;
        list-style: none;
    }

    .programme-accordion summary::-webkit-details-marker {
        display: none;
    }

    .programme-accordion summary i {
        color: #ce4b17;
        font-size: 28px;
        transition: transform .2s ease;
    }

    .programme-accordion details[open] summary i {
        transform: rotate(180deg);
    }

    .programme-list {
        display: grid;
        gap: 12px;
        margin: 10px 0 0;
        padding: 18px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 16px 28px rgba(8,35,64,.1);
    }

    .programme-list a {
        color: #111827;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.35;
    }

    .programme-list a:hover,
    .programme-list a:focus {
        color: #ce4b17;
    }

    .finder-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 66px;
        padding: 16px 18px;
        border-radius: 14px;
        color: var(--navy);
        background: #fff;
        font-size: 16px;
        font-weight: 900;
        box-shadow: 0 10px 24px rgba(8,35,64,.08);
    }

    .finder-item i { color: var(--orange); }

    .application-form-card {
        padding: clamp(24px, 3vw, 34px);
        border-top: 6px solid var(--orange);
        border-radius: 18px;
    }

    .application-form-card h2 {
        margin: 0 0 18px;
        color: var(--navy);
        font-size: 26px;
        font-weight: 900;
        text-align: center;
    }

    .application-form-card h2 span { color: var(--orange); }

    .application-form-card input,
    .application-form-card select {
        width: 100%;
        min-height: 50px;
        margin-bottom: 12px;
        padding: 12px 14px;
        border: 1px solid rgba(8,35,64,.18);
        border-radius: 10px;
        color: var(--ink);
        background: #fff;
        font-size: 15px;
    }

    .application-phone {
        display: grid;
        grid-template-columns: 66px 1fr;
        gap: 10px;
    }

    .application-select-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .application-consent {
        display: grid;
        grid-template-columns: 18px 1fr;
        gap: 10px;
        margin: 8px 0 16px;
        color: var(--ink);
        font-size: 13px;
        line-height: 1.45;
    }

    .application-consent input {
        min-height: 18px;
        margin: 2px 0 0;
        padding: 0;
    }

    .application-form-card .home-btn {
        width: 100%;
        border-radius: 14px;
    }

    .application-phone .home-btn {
        min-height: 50px;
        padding: 10px 14px;
        border-radius: 10px;
        background: #000;
        box-shadow: none;
    }

    .tulas-home-v2 .application-form-card button.home-btn[type="submit"] {
        color: #fff !important;
        background: #f06b16 !important;
        box-shadow: 0 12px 24px rgba(240, 107, 22, 0.24) !important;
    }

    .tulas-home-v2 .application-form-card button.home-btn[disabled] {
        cursor: not-allowed;
        opacity: .62;
        box-shadow: none !important;
    }

    .application-note {
        margin: 12px 0 0;
        color: #9f1239;
        font-size: 13px;
        font-weight: 800;
        text-align: center;
    }

    .stat-strip {
        position: relative;
        display: none;
        margin-top: 0;
        z-index: 3;
    }

    .stat-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .stat-card,
    .home-card,
    .notice-card,
    .gallery-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: var(--shadow);
    }

    .stat-card {
        min-height: 118px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .stat-card i,
    .home-card-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        color: #fff;
        background: var(--blue);
        font-size: 20px;
    }

    .stat-card strong {
        display: block;
        color: var(--navy);
        font-size: 27px;
        line-height: 1;
        font-weight: 900;
    }

    .stat-card span {
        display: block;
        margin-top: 6px;
        color: var(--muted);
        font-size: 13px;
        line-height: 1.35;
        font-weight: 800;
    }

    .home-section { padding: 44px 0; }
    .home-section.white { background: #fff; }
    .home-section.soft { background: #f7f2eb; }

    .university-gateway-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
    .university-gateway-card { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 10px 22px rgba(8,35,64,.07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
    .university-gateway-card:hover, .university-gateway-card:focus { transform: translateY(-2px); border-color: rgba(11,95,165,.28); box-shadow: 0 16px 30px rgba(8,35,64,.11); color: var(--ink); }
    .university-gateway-card i { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--sky); color: var(--blue); font-size: 17px; }
    .university-gateway-card strong { color: var(--navy); font-size: 16px; line-height: 1.25; font-weight: 900; }
    .university-gateway-card span { color: var(--muted); font-size: 13px; line-height: 1.45; }

    .section-head {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 26px;
    }

    .section-title span {
        display: inline-flex;
        color: var(--orange);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .section-title h2 {
        max-width: 760px;
        margin: 8px 0 0;
        color: var(--navy);
        font-size: clamp(25px, 2.25vw, 32px);
        line-height: 1.15;
        font-weight: 900;
    }

    .section-title p {
        max-width: 720px;
        margin: 10px 0 0;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.7;
    }

    .pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .pricing-plan { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--plan-color, var(--orange)); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
    .pricing-plan-tag { display: inline-flex; align-self: flex-start; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--plan-color, var(--orange)); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
    .pricing-plan h3 { margin: 0; color: var(--navy); font-size: 23px; line-height: 1.25; font-weight: 900; }
    .pricing-plan-copy { margin: 14px 0 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
    .pricing-plan-copy p:last-child { margin-bottom: 0; }
    .pricing-plan-copy ul, .pricing-plan-copy ol { margin: 0; padding-left: 22px; }
    .pricing-plan-copy li { margin: 0 0 7px; padding-left: 2px; color: var(--muted); font-size: 15px; line-height: 1.55; }
    .pricing-plan-copy li:last-child { margin-bottom: 0; }
    .pricing-plan-price { margin-top: auto; padding: 16px 0; border-top: 1px solid var(--line); color: var(--navy); }
    .pricing-plan-price strong { display: block; font-size: 30px; line-height: 1.15; font-weight: 900; }
    .pricing-plan-price del { display: block; margin-top: 5px; color: #7a8997; font-size: 14px; }
    .pricing-plan-price span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 800; }
    .pricing-plan .home-btn { width: 100%; }

    .programme-grid,
    .campus-grid,
    .updates-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .home-card {
        min-height: 235px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 22px;
        color: var(--ink);
        border-radius: 18px;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .home-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(8,35,64,.14); }
    .home-card h3 { margin: 16px 0 10px; color: var(--navy); font-size: 22px; line-height: 1.15; font-weight: 900; }
    .home-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
    .home-card::after {
        content: "Explore Programme";
        align-self: stretch;
        margin-top: 22px;
        padding: 13px 16px;
        border: 1px solid rgba(206, 75, 23, .45);
        border-radius: 999px;
        color: #ce4b17;
        text-align: center;
        font-weight: 800;
    }

    .about-band {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
        gap: clamp(28px, 5vw, 70px);
        align-items: center;
        padding: 0;
        border-radius: 0;
        background: #fff;
        border: 0;
        box-shadow: none;
    }

    .future-copy {
        color: #343b46;
        font-size: 18px;
        line-height: 1.62;
    }

    .future-stat-stack {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 16px;
    }

    .future-stat-card {
        min-height: 160px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
        padding: 26px;
        border: 1px solid rgba(8, 35, 64, .12);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 18px 42px rgba(8, 35, 64, .08);
        overflow: hidden;
    }

    .future-stat-card strong {
        display: block;
        color: #d94a16;
        font-size: clamp(42px, 4.6vw, 66px);
        line-height: .95;
        font-weight: 900;
    }

    .future-stat-card span {
        display: block;
        margin-top: 10px;
        color: #082340;
        font-size: 16px;
        font-weight: 900;
    }

    .future-stat-card i {
        width: 54px;
        height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        order: -1;
        border-radius: 50%;
        color: #fff;
        background: #082340;
        font-size: 22px;
        opacity: 1;
    }

    .feature-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 20px 0 24px;
    }

    .feature-list span {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 11px 12px;
        border-radius: 12px;
        background: var(--sky);
        color: var(--navy);
        font-weight: 900;
    }

    .feature-list i { color: var(--green); }

    .recognition-strip {
        overflow: hidden;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        background: #fff;
    }

    .recognition-track {
        display: flex;
        gap: 18px;
        width: max-content;
        padding: 22px 0;
        animation: tulasLogoRun 34s linear infinite;
    }

    .recognition-item {
        width: 178px;
        min-height: 94px;
        display: grid;
        place-items: center;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
    }

    .recognition-item img { max-height: 58px; object-fit: contain; }
    .recognition-item span { color: var(--navy); font-weight: 900; text-align: center; }

    .home-recognition-section > .shell:first-child .section-head {
        display: block;
        text-align: center;
        margin-bottom: 34px;
    }

    .home-recognition-section > .shell:first-child .section-title h2,
    .home-recognition-section > .shell:first-child .section-title p {
        margin-left: auto;
        margin-right: auto;
    }

    .home-recognition-section > .shell:first-child .section-title h2 {
        max-width: 820px;
        font-size: clamp(34px, 4vw, 58px);
    }

    .home-recognition-section > .shell:first-child .text-link {
        display: inline-flex;
        margin-top: 18px;
    }

    .home-recognition-section {
        background:
            linear-gradient(180deg, #f7fafc 0%, #eef5fa 52%, #f7fafc 100%);
    }

    .recognition-visual {
        max-width: 1180px;
        margin: 34px auto 0;
        border-radius: 22px;
        overflow: hidden;
        background: #e6e6e6;
        box-shadow: 0 20px 44px rgba(8,35,64,.08);
    }

    .recognition-visual img {
        display: block;
        width: 100%;
        height: auto;
    }

    .ranking-board {
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .ranking-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .ranking-card {
        position: relative;
        min-height: 152px;
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 24px;
        border-radius: 14px;
        background:
            linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.92)),
            radial-gradient(circle at 100% 0%, rgba(247,148,30,.16), transparent 34%);
        text-align: left;
        border: 1px solid rgba(8,35,64,.10);
        box-shadow: 0 14px 32px rgba(8,35,64,.07);
        overflow: hidden;
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .ranking-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 4px;
        background: linear-gradient(90deg, #f06b16, #0b5fa5);
    }

    .ranking-card:hover {
        transform: translateY(-4px);
        border-color: rgba(240,107,22,.28);
        box-shadow: 0 24px 52px rgba(8,35,64,.13);
    }

    .ranking-card i {
        width: 62px;
        height: 62px;
        flex: 0 0 62px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(135deg, #082340, #0b5fa5);
        font-size: 24px;
        box-shadow: 0 14px 26px rgba(8,35,64,.18);
    }

    .ranking-card strong {
        display: block;
        color: #d94a16;
        font-size: clamp(36px, 3vw, 48px);
        line-height: 1;
        font-weight: 900;
    }

    .ranking-card span {
        display: block;
        margin-top: 12px;
        color: var(--navy);
        font-size: 16px;
        line-height: 1.25;
        font-weight: 900;
    }

    .home-recruiters-section {
        overflow: hidden;
        background: #fff;
        padding-top: 40px;
        padding-bottom: 64px;
    }

    .home-recruiters-section .section-head {
        margin-bottom: 32px;
    }

    .home-recruiters-section .section-title {
        width: 100%;
        text-align: center;
    }

    .home-recruiters-section .section-title > span {
        display: none;
    }

    .home-recruiters-section .section-title h2 {
        max-width: none;
        margin: 0 0 8px;
        color: #111827;
        font-size: clamp(38px, 5.5vw, 56px);
        line-height: 1.08;
        font-weight: 800;
    }

    .home-recruiters-section .section-title h2 .orange {
        color: #f06b16;
        font: inherit;
        letter-spacing: 0;
        text-transform: none;
    }

    .home-recruiters-section .section-title p {
        max-width: none;
        margin: 0;
        color: #000;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 300;
    }

    .recruiter-wall {
        --logo-card-width: 170px;
        --logo-card-height: 120px;
        overflow: hidden;
        display: grid;
        gap: 16px;
        margin-left: calc((100vw - min(calc(100vw - 32px), 1220px)) / -2);
        margin-right: calc((100vw - min(calc(100vw - 32px), 1220px)) / -2);
        padding: 0;
    }

    .recruiter-track {
        display: flex;
        width: max-content;
        gap: 16px;
        align-items: center;
        min-height: var(--logo-card-height);
        will-change: transform;
        animation: tulasRecruiterRun 14s linear infinite;
    }

    .recruiter-track.reverse {
        animation-name: tulasRecruiterRunReverse;
        animation-duration: 16s;
    }

    .recruiter-card {
        width: var(--logo-card-width);
        min-width: var(--logo-card-width);
        height: var(--logo-card-height);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        border: 1px solid #4b5563;
        border-radius: 12px;
        background: #fff;
        color: var(--navy);
        box-shadow: 0 4px 6px rgba(0,0,0,.12);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .recruiter-card:hover,
    .recruiter-card:focus {
        transform: none;
        border-color: #4b5563;
        box-shadow: 0 4px 6px rgba(0,0,0,.12);
    }

    .recruiter-card img {
        display: block;
        width: 100px;
        height: 50px;
        max-width: 100px;
        max-height: 50px;
        object-fit: contain;
    }

    .recruiter-card > i {
        width: 68px;
        height: 68px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--orange);
        background: #fff3e3;
        font-size: 26px;
    }

    .recruiter-card span {
        color: var(--navy);
        text-align: center;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 900;
    }

    .story-grid,
    .life-grid,
    .award-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
    }

    .story-grid {
        display: flex;
        gap: 26px;
        overflow-x: auto;
        margin-left: calc((100vw - min(calc(100vw - 32px), 1220px)) / -2);
        margin-right: calc((100vw - min(calc(100vw - 32px), 1220px)) / -2);
        padding: 8px 64px 24px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .story-grid::-webkit-scrollbar { display: none; }

    .story-card,
    .life-card,
    .award-card {
        min-height: 100%;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(8,35,64,.08);
        overflow: hidden;
    }

    .story-card {
        flex: 0 0 clamp(420px, 28vw, 540px);
        min-height: 0;
        display: block;
        padding: 0;
        color: #fff;
        background: linear-gradient(180deg, #f58b2a, #d95816);
        scroll-snap-align: start;
    }

    .story-card.is-photo {
        color: var(--navy);
        background: #fff;
        box-shadow: 0 14px 34px rgba(8,35,64,.11);
    }

    .story-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 3;
        border-radius: 0;
        object-fit: cover;
        object-position: top center;
        margin-bottom: 0;
        border: 0;
        box-shadow: none;
    }

    .story-card strong,
    .story-card span,
    .story-card p {
        padding-left: 22px;
        padding-right: 22px;
    }

    .story-card strong,
    .life-card strong,
    .award-card strong {
        display: block;
        color: var(--navy);
        font-size: 18px;
        line-height: 1.3;
        font-weight: 900;
    }

    .story-card strong {
        margin-top: 18px;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
    }

    .story-card.is-photo strong {
        color: var(--navy);
    }

    .story-card span {
        display: block;
        margin: 8px 0 10px;
        color: #fff;
        font-weight: 900;
    }

    .story-card.is-photo span {
        color: var(--orange);
    }

    .story-card p {
        margin: 0 0 22px;
        color: rgba(255,255,255,.88);
        font-size: 14px;
        line-height: 1.55;
    }

    .story-card.is-photo p {
        color: var(--muted);
    }

    .life-card p,
    .award-card p {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.65;
    }

    .life-card img,
    .award-card img {
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }

    .award-card {
        display: grid;
        grid-template-rows: 150px 1fr;
    }

    .award-card img {
        object-fit: contain;
        padding: 24px;
        background: #fff;
    }

    .award-slider {
        position: relative;
    }

    .home-awards-section {
        padding-top: 18px;
        padding-bottom: 30px;
    }

    .award-slide {
        display: none;
        grid-template-columns: minmax(560px, 1fr) minmax(320px, 1.05fr);
        gap: 54px;
        align-items: start;
        min-height: 0;
    }

    .award-slide.is-active {
        display: grid;
    }

    .award-copy .section-title span {
        margin-bottom: 12px;
    }

    .award-copy h2 {
        margin: 0 0 26px;
        color: #242424 !important;
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1;
        font-weight: 900;
        text-transform: uppercase;
    }

    .award-copy {
        padding-top: 116px;
    }

    .award-copy h3 {
        margin: 0 0 16px;
        color: #ff6b16 !important;
        font-size: clamp(26px, 2vw, 31px);
        line-height: 1.16;
        font-weight: 900;
        white-space: nowrap;
    }

    .award-copy p {
        max-width: 690px;
        margin: 0;
        color: #23364a !important;
        font-size: 20px;
        line-height: 1.42;
        font-weight: 400;
    }

    .award-visual {
        display: block;
        border-radius: 22px;
        overflow: hidden;
        background: #f3f5f7;
        box-shadow: 0 18px 46px rgba(8,35,64,.10);
    }

    .award-visual img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center;
    }

    .award-slider-actions {
        display: flex;
        justify-content: flex-end;
        gap: 18px;
        margin-top: 26px;
        padding-right: min(10vw, 198px);
    }

    .award-slider-btn {
        width: 66px;
        height: 66px;
        border: 0;
        border-radius: 50%;
        background: var(--orange);
        color: #fff;
        font-size: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 16px 32px rgba(244,103,18,.22);
    }

    .award-slider-btn:hover,
    .award-slider-btn:focus {
        background: #d94a16;
        color: #fff;
        outline: none;
    }

    .life-card div,
    .award-card div {
        padding: 16px;
    }

    .life-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 22px;
    }

    .life-tabs span {
        display: inline-flex;
        padding: 9px 14px;
        border-radius: 999px;
        color: var(--navy);
        background: #eaf6ff;
        font-weight: 900;
        font-size: 13px;
    }

    @keyframes tulasLogoRun {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    @keyframes tulasRecruiterRun {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    @keyframes tulasRecruiterRunReverse {
        0% { transform: translateX(-50%); }
        100% { transform: translateX(0); }
    }

    @keyframes tulasTickerRun {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    @keyframes tulasHeroFade {
        0%, 48% { opacity: 1; }
        58%, 100% { opacity: 0; }
    }

    .placement-panel {
        display: grid;
        grid-template-columns: .82fr 1.18fr;
        gap: 20px;
        align-items: stretch;
    }

    .placement-lead {
        padding: 28px;
        border-radius: 18px;
        color: #fff !important;
        background: linear-gradient(135deg, var(--navy), var(--blue));
        box-shadow: var(--shadow);
    }

    .tulas-home-v2 .placement-lead h2 {
        margin: 0 0 12px;
        color: #fff !important;
        font-size: 34px;
        line-height: 1.16;
        font-weight: 900;
    }

    .tulas-home-v2 .placement-lead p {
        margin: 0 0 22px;
        color: rgba(255,255,255,.88) !important;
        line-height: 1.7;
    }

    .tulas-home-v2 .placement-lead .home-btn.outline {
        color: #fff !important;
        border-color: rgba(255,255,255,.72);
        background: rgba(255,255,255,.08);
    }

    .tulas-home-v2 .placement-lead .home-btn.outline:hover {
        color: var(--navy) !important;
        background: #fff;
    }

    .career-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .career-card {
        padding: 18px;
        border-radius: 14px;
        background: #fff;
        border: 1px solid var(--line);
    }

    .career-card strong { display: block; color: var(--navy); font-size: 18px; line-height: 1.25; }
    .career-card span { display: block; margin: 7px 0; color: var(--orange); font-weight: 900; }
    .career-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

    .tour-panel {
        display: grid;
        gap: 34px;
        align-items: center;
        padding: 0;
        border-radius: 0;
        color: var(--ink);
        background: transparent;
        box-shadow: none;
        text-align: center;
    }

    .tour-poster {
        width: min(100%, 1224px);
        aspect-ratio: 1224 / 450;
        min-height: 0;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        background: var(--tour-image) center/cover no-repeat;
        position: relative;
        box-shadow: 0 24px 54px rgba(8,35,64,.10);
    }

    .tour-poster::after {
        content: attr(data-tour-title);
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        padding-top: 112px;
        color: #fff;
        background:
            linear-gradient(180deg, rgba(8,35,64,.04), rgba(8,35,64,.58)),
            linear-gradient(90deg, rgba(8,35,64,.16), rgba(8,35,64,.02) 45%, rgba(8,35,64,.18));
        font-size: clamp(24px, 2.65vw, 36px);
        line-height: 1.15;
        font-weight: 900;
        text-shadow: 0 4px 16px rgba(0,0,0,.34);
    }

    .tour-poster::before {
        content: "\f04b";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        top: 48.2%;
        z-index: 2;
        width: 96px;
        height: 96px;
        display: grid;
        place-items: center;
        padding-left: 7px;
        border: 4px solid rgba(255,255,255,.9);
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        background: rgba(255,255,255,.08);
        box-shadow: 0 12px 32px rgba(0,0,0,.16);
        transform: translate(-50%, -50%);
    }

    .tour-panel h2 {
        margin: 0 0 12px;
        color: var(--navy) !important;
        font-size: clamp(32px, 3.7vw, 50px);
        line-height: 1.08;
        font-weight: 900;
    }
    .tour-panel h2 span { color: #ce4b17; }
    .tour-panel p { max-width: 840px; margin: 0 auto; color: var(--muted) !important; font-size: 17px; line-height: 1.7; }

    .home-tour-section {
        background: #f4f8fb;
        padding-top: 64px;
        padding-bottom: 54px;
    }

    .home-section:has(.recruiter-wall) .section-head,
    .home-section:has(.story-grid) .section-head {
        justify-content: center;
        text-align: center;
    }

    .home-section:has(.recruiter-wall) .section-title p,
    .home-section:has(.story-grid) .section-title p {
        margin-left: auto;
        margin-right: auto;
    }

    .home-gallery-section { overflow: visible; }
    .home-gallery-section .campus-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 22px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 8px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .home-gallery-section .campus-grid::-webkit-scrollbar { display: none; }
    .home-gallery-section .gallery-card {
        flex: 0 0 min(390px, 86vw);
        scroll-snap-align: start;
    }
    .gallery-card { overflow: hidden; position: relative; }
    .gallery-card img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; transition: transform .25s ease; }
    .gallery-card:hover img { transform: scale(1.04); }
    .gallery-card span {
        display: block;
        margin: 10px 0 0;
        padding: 15px 18px;
        border-radius: 8px;
        color: #fff;
        background: #344f69;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 900;
    }

    .notice-card { padding: 18px; }
    .notice-card .tag { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .notice-card h3 { margin: 8px 0 9px; color: var(--navy); font-size: 18px; line-height: 1.3; font-weight: 900; }
    .notice-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.6; }
    .text-link { color: var(--blue); font-weight: 900; }

    .home-testimonial-section,
    .home-staff-section {
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    .home-testimonial-section {
        background:
            linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
    }

    .home-staff-section {
        background:
            linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    }

    .home-testimonial-section::before,
    .home-staff-section::before {
        content: "";
        position: absolute;
        inset: 22px auto auto -90px;
        width: 220px;
        height: 220px;
        border: 1px solid rgba(247, 148, 30, .2);
        border-radius: 50%;
        pointer-events: none;
    }

    .home-staff-section::before {
        inset: auto -95px 28px auto;
        border-color: rgba(11, 95, 165, .18);
    }

    .home-testimonial-section .shell,
    .home-staff-section .shell {
        position: relative;
        z-index: 1;
    }

    .home-testimonial-section .section-head,
    .home-staff-section .section-head {
        align-items: center;
        margin-bottom: 32px;
    }

    .home-slider-controls {
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
    }

    .home-slider-controls button {
        width: 44px;
        height: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(8, 35, 64, .12);
        border-radius: 50%;
        color: var(--navy);
        background: #fff;
        box-shadow: 0 12px 24px rgba(8, 35, 64, .08);
        cursor: pointer;
        transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
    }

    .home-slider-controls button:hover,
    .home-slider-controls button:focus {
        color: #fff;
        background: var(--orange);
        box-shadow: 0 16px 28px rgba(247, 148, 30, .26);
        transform: translateY(-2px);
        outline: none;
    }

    .testimonial-grid,
    .staff-grid {
        display: flex;
        gap: 22px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 8px 4px 24px;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        will-change: scroll-position;
    }

    .testimonial-grid::-webkit-scrollbar,
    .staff-grid::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card,
    .staff-card {
        position: relative;
        flex: 0 0 min(560px, 88vw);
        scroll-snap-align: start;
        transform: translateY(18px);
        opacity: 0;
        transition:
            opacity .55s ease,
            transform .55s ease,
            box-shadow .24s ease,
            border-color .24s ease;
    }

    .testimonial-card.is-visible,
    .staff-card.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .testimonial-card-inner,
    .staff-card {
        border: 1px solid rgba(8, 35, 64, .1);
        border-radius: 8px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 42px rgba(8, 35, 64, .09);
        transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }

    .testimonial-card-inner {
        min-height: 100%;
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
        overflow: hidden;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .94));
    }

    .testimonial-card:hover .testimonial-card-inner,
    .testimonial-card:focus-within .testimonial-card-inner,
    .staff-card:hover,
    .staff-card:focus-within {
        border-color: rgba(247, 148, 30, .34);
        box-shadow: 0 22px 42px rgba(8, 35, 64, .13);
        transform: translateY(-4px);
    }

    .testimonial-media {
        position: relative;
        min-height: 100%;
        overflow: hidden;
        background: #e6f3fb;
    }

    .tulas-home-v2 .testimonial-media img {
        width: 100% !important;
        height: 100% !important;
        min-height: 305px;
        max-width: none;
        aspect-ratio: 3 / 4 !important;
        border-radius: 0 !important;
        object-fit: cover;
        object-position: top center;
        transition: transform .35s ease, filter .35s ease;
    }

    .testimonial-card:hover .testimonial-media img,
    .testimonial-card:focus-within .testimonial-media img {
        filter: saturate(1.07);
        transform: scale(1.045);
    }

    .testimonial-rating-pill {
        position: absolute;
        left: 14px;
        bottom: 14px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 34px;
        padding: 7px 12px;
        border-radius: 999px;
        color: var(--navy);
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 12px 24px rgba(8, 35, 64, .14);
        font-size: 13px;
        font-weight: 900;
    }

    .testimonial-rating-pill i {
        color: #f59e0b;
    }

    .testimonial-content {
        min-width: 0;
        display: flex;
        flex-direction: column;
        padding: 26px;
    }

    .testimonial-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 16px;
    }

    .testimonial-quote-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--orange);
        background: #fff7ed;
        font-size: 17px;
    }

    .testimonial-stars {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 4px;
        color: #f59e0b;
        font-size: 15px;
        letter-spacing: 0;
    }

    .tulas-home-v2 .testimonial-text {
        flex: 1 1 auto;
        margin: 0 0 22px;
        color: var(--ink) !important;
        font-size: 16px;
        line-height: 1.72;
        overflow-wrap: break-word;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: auto;
        padding-top: 18px;
        border-top: 1px solid rgba(8, 35, 64, .1);
    }

    .testimonial-avatar-fallback {
        width: 100%;
        height: 100%;
        min-height: 305px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        color: var(--blue);
        background:
            linear-gradient(135deg, rgba(11, 95, 165, .12), rgba(247, 148, 30, .14));
        font-size: 42px;
        font-weight: 900;
        letter-spacing: .04em;
    }

    .testimonial-author-info {
        min-width: 0;
    }

    .testimonial-author-info strong {
        display: block;
        color: var(--navy);
        font-size: 18px;
        line-height: 1.25;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

    .testimonial-author-info span {
        display: block;
        margin-top: 4px;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.35;
    }

    .testimonial-author-info .testimonial-office {
        color: var(--orange);
        font-weight: 800;
    }

    .staff-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(290px, 360px));
        justify-content: center;
        align-items: stretch;
        overflow: visible;
        padding: 4px;
    }

    .staff-card {
        flex: initial;
        display: grid;
        grid-template-rows: auto 1fr;
        overflow: hidden;
        background:
            linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    }

    .staff-card-image {
        position: relative;
        aspect-ratio: 4 / 4.6;
        overflow: hidden;
        background:
            linear-gradient(135deg, rgba(11, 95, 165, .12), rgba(247, 148, 30, .08));
    }

    .tulas-home-v2 .staff-card-image img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 4 / 4.6 !important;
        border-radius: 0 !important;
        object-fit: cover;
        object-position: top center;
        transition: transform .35s ease, filter .35s ease;
    }

    .staff-card:hover .staff-card-image img,
    .staff-card:focus-within .staff-card-image img {
        filter: saturate(1.06);
        transform: scale(1.045);
    }

    .staff-image-fallback {
        width: 100%;
        height: 100%;
        min-height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--blue);
        font-size: 58px;
    }

    .staff-card-badge {
        position: absolute;
        left: 16px;
        top: 16px;
        max-width: calc(100% - 32px);
        padding: 7px 11px;
        border-radius: 999px;
        color: #fff;
        background: rgba(8, 35, 64, .82);
        box-shadow: 0 12px 24px rgba(8, 35, 64, .16);
        font-size: 11px;
        line-height: 1.25;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
        overflow-wrap: anywhere;
    }

    .staff-card-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 16px;
        background: linear-gradient(180deg, transparent 42%, rgba(8, 35, 64, .78));
        opacity: 0;
        transition: opacity .25s ease;
    }

    .staff-card:hover .staff-card-overlay,
    .staff-card:focus-within .staff-card-overlay {
        opacity: 1;
    }

    .staff-social-links {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .staff-social-btn {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: var(--navy) !important;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .14);
    }

    .staff-social-btn:hover,
    .staff-social-btn:focus {
        color: #fff !important;
        background: var(--orange);
    }

    .staff-card-body {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .staff-name {
        margin: 0 0 6px;
        color: var(--navy);
        font-size: 24px;
        line-height: 1.25;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

    .tulas-home-v2 .staff-position {
        margin: 0 0 10px;
        color: var(--orange) !important;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .tulas-home-v2 .staff-description {
        margin: 0 0 16px;
        color: var(--muted) !important;
        font-size: 14px;
        line-height: 1.58;
    }

    .staff-card-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 40px;
        margin-top: auto;
        padding: 10px 14px;
        border-radius: 8px;
        color: #fff !important;
        background: var(--navy);
        font-size: 13px;
        font-weight: 900;
    }

    .staff-all-link {
        flex: 0 0 auto;
    }

    .staff-card-link:hover,
    .staff-card-link:focus {
        color: #fff !important;
        background: var(--orange);
    }

    .home-testimonial-section.is-visible .section-title,
    .home-staff-section.is-visible .section-title {
        animation: tulasHomeSectionRise .6s ease both;
    }

    .cta-band {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 28px;
        border-radius: 18px;
        color: #fff;
        background: linear-gradient(135deg, var(--navy), #0d75bd);
        box-shadow: var(--shadow);
    }

    .tulas-home-v2 .cta-band h2 { margin: 0 0 8px; color: #fff !important; font-size: 30px; font-weight: 900; }
    .tulas-home-v2 .cta-band p { margin: 0; color: rgba(255,255,255,.86) !important; line-height: 1.65; }

    @media (max-width: 1024px) {
        .home-hero-grid,
        .about-band,
        .placement-panel,
        .application-grid,
        .tour-panel,
        .award-slide { grid-template-columns: 1fr; }
        .award-copy { padding-top: 0; }
        .stat-grid,
        .university-gateway-grid,
        .pricing-grid,
        .programme-grid,
        .updates-grid,
        .life-grid,
        .award-grid,
        .ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 760px) {
        .tulas-home-v2 .shell { width: min(calc(100% - 22px), 1220px); }
        .home-hero { min-height: auto; height: auto; }
        .home-hero { aspect-ratio: 16 / 10; }
        .hero-bg-slide img { object-fit: cover; }
        .home-hero-grid { padding: 74px 0 76px; gap: 24px; }
        .home-hero-grid > div,
        .home-hero .admission-card {
            width: min(100%, 360px);
            max-width: 100%;
        }
        .home-hero h1 {
            max-width: 100%;
            font-size: 30px;
            overflow-wrap: anywhere;
        }
        .home-hero-grid > div > p {
            max-width: 100%;
            font-size: 16px;
            overflow-wrap: break-word;
        }
        .achievement-label {
            padding: 0 14px;
            font-size: 11px;
        }
        .achievement-track {
            padding-left: 22px;
            animation-duration: 32s;
        }
        .achievement-track span {
            font-size: 14px;
        }
        .achievement-track span::after {
            margin: 0 20px;
        }
        .stat-strip { margin-top: 0; }
        .stat-grid,
        .university-gateway-grid,
        .programme-grid,
        .updates-grid,
        .career-grid,
        .feature-list,
        .campus-grid,
        .programme-finder,
        .programme-accordion,
        .application-select-grid,
        .life-grid,
        .award-grid,
        .ranking-grid { grid-template-columns: 1fr; }
        .ranking-card {
            min-height: 132px;
            padding: 20px;
        }
        .ranking-card strong { font-size: 36px; }
        .application-phone { grid-template-columns: 64px 1fr; }
        .application-phone .home-btn { grid-column: 1 / -1; }
        .home-gallery-section .campus-grid {
            display: flex;
            grid-auto-rows: initial;
            margin-left: -2px;
            margin-right: -2px;
            padding-bottom: 8px;
        }
        .home-gallery-section .gallery-card { flex-basis: min(330px, 86vw); }
        .gallery-card:first-child { grid-row: span 1; }
        .section-head,
        .cta-band { align-items: flex-start; flex-direction: column; }
        .home-testimonial-section .section-head,
        .home-staff-section .section-head {
            gap: 16px;
        }
        .home-slider-controls {
            width: 100%;
            justify-content: flex-start;
        }
        .testimonial-grid,
        .staff-grid {
            margin-left: -2px;
            margin-right: -2px;
            padding-bottom: 16px;
        }
        .testimonial-card {
            flex-basis: min(360px, 86vw);
        }
        .testimonial-card-inner {
            grid-template-columns: 1fr;
            padding: 20px;
        }
        .testimonial-media {
            margin: -20px -20px 20px;
        }
        .tulas-home-v2 .testimonial-media img,
        .testimonial-avatar-fallback {
            min-height: 230px;
            aspect-ratio: 16 / 10 !important;
        }
        .testimonial-content {
            padding: 0;
        }
        .testimonial-card-top {
            align-items: flex-start;
        }
        .staff-grid {
            grid-template-columns: 1fr;
            overflow: visible;
            padding-left: 0;
            padding-right: 0;
        }
        .staff-name {
            font-size: 18px;
        }
        .award-slide { min-height: 0; gap: 26px; }
        .award-copy h3 { white-space: normal; }
        .award-copy h2 { font-size: 34px; }
        .award-copy p { font-size: 16px; }
        .award-slider-actions { justify-content: flex-start; padding-right: 0; }
        .award-slider-btn { width: 56px; height: 56px; }
        .home-section { padding: 40px 0; }
        .section-title h2 { font-size: clamp(25px, 7.2vw, 31px); line-height: 1.2; }
        .section-title p { font-size: 15px; line-height: 1.65; }
        .pricing-plan { padding: 20px; }
        .pricing-plan h3 { font-size: 21px; }
        .pricing-plan-price strong { font-size: 27px; }
        .about-band { padding: 16px; }
        .tour-poster { aspect-ratio: 16 / 10; border-radius: 10px; }
        .tour-poster::before { width: 68px; height: 68px; font-size: 26px; border-width: 3px; }
        .tour-poster::after { padding: 82px 18px 0; font-size: 24px; text-align: center; }
        .story-grid { gap: 18px; margin-left: -16px; margin-right: -16px; padding: 8px 16px 22px; }
        .story-card { flex-basis: min(330px, 82vw); min-height: 0; }
        .story-card img { height: auto; }
        .recruiter-wall { --logo-card-width: 120px; --logo-card-height: 120px; gap: 16px; }
        .recruiter-track { gap: 16px; animation-duration: 18s; }
        .recruiter-card { padding: 14px; }
        .recruiter-card img { width: 90px; height: 46px; max-width: 90px; max-height: 46px; }
    }

    @keyframes tulasHomeSectionRise {
        from {
            opacity: 0;
            transform: translateY(14px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Shared homepage type scale: every section follows the same readable hierarchy. */
    .tulas-home-v2 .section-title > span { font-size: 12px; line-height: 1.3; }
    .tulas-home-v2 .section-title h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.16; }
    .tulas-home-v2 .section-title p { font-size: 16px; line-height: 1.65; }
    .tulas-home-v2 .text-link { font-size: 16px; line-height: 1.4; }
    .tulas-home-v2 .home-card h3,
    .tulas-home-v2 .gallery-card span,
    .tulas-home-v2 .notice-card h3,
    .tulas-home-v2 .career-card strong { font-size: 20px; line-height: 1.3; }
    .tulas-home-v2 .home-card p,
    .tulas-home-v2 .notice-card p,
    .tulas-home-v2 .career-card p { font-size: 15px; line-height: 1.6; }
    .tulas-home-v2 .home-recognition-section > .shell:first-child .section-title h2,
    .tulas-home-v2 .home-recruiters-section .section-title h2,
    .tulas-home-v2 .tour-panel h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.16; }
    .tulas-home-v2 .home-recruiters-section .section-title p,
    .tulas-home-v2 .tour-panel p { font-size: 16px; line-height: 1.65; }

    @media (max-width: 760px) {
        .tulas-home-v2 .section-title h2,
        .tulas-home-v2 .home-recognition-section > .shell:first-child .section-title h2,
        .tulas-home-v2 .home-recruiters-section .section-title h2,
        .tulas-home-v2 .tour-panel h2 { font-size: clamp(27px, 7.4vw, 32px); line-height: 1.2; }
        .tulas-home-v2 .section-title p,
        .tulas-home-v2 .home-recruiters-section .section-title p,
        .tulas-home-v2 .tour-panel p { font-size: 15px; line-height: 1.6; }
        .tulas-home-v2 .text-link { font-size: 15px; }
        .tulas-home-v2 .home-card h3,
        .tulas-home-v2 .gallery-card span,
        .tulas-home-v2 .notice-card h3,
        .tulas-home-v2 .career-card strong { font-size: 19px; }
    }


    /* Main Section & Font Inheritance */
    .home-pricing-section {
        padding: 50px 0;
        background-color: #ffffff;
        font-family: inherit; /* Aapki website ke main font se match karega */
    }

    .home-pricing-section .shell {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header (Circled Section) Alignment & Typography Fix */
    .home-pricing-section .section-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 35px;
        gap: 20px;
    }

    .home-pricing-section .section-title {
        flex: 1;
    }

    .home-pricing-section .section-title span {
        font-size: 13px;
        font-weight: 700;
        color: #f7941e;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        display: block;
        margin-bottom: 6px;
    }

    .home-pricing-section .section-title h2 {
        font-size: 32px;
        font-weight: 800;
        color: #111827;
        margin: 0 0 8px 0;
        line-height: 1.25;
    }

    .home-pricing-section .section-title p {
        font-size: 15px;
        color: #6b7280;
        margin: 0;
        line-height: 1.5;
    }

    .home-pricing-section .view-all-wrapper {
        white-space: nowrap;
        margin-bottom: 4px;
    }

    .home-pricing-section .view-all-link {
        font-size: 15px;
        font-weight: 700;
        color: #8b0000;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .home-pricing-section .view-all-link:hover {
        color: #f7941e;
    }

    /* Grid Layout */
    .home-pricing-section .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
        align-items: stretch;
    }

    /* Pricing Card */
    .home-pricing-section .pricing-plan {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-top: 5px solid var(--plan-color, #f7941e);
        border-radius: 14px;
        padding: 28px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        transition: transform 0.25 ease, box-shadow 0.25s ease;
    }

    .home-pricing-section .pricing-plan:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    /* Card Badge & Title */
    .home-pricing-section .pricing-plan-tag {
        display: inline-block;
        background-color: var(--plan-color, #f7941e);
        color: #ffffff;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 4px 12px;
        border-radius: 20px;
        margin-bottom: 14px;
    }

    .home-pricing-section .pricing-plan h3 {
        font-size: 22px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 16px 0;
        line-height: 1.35;
    }

    /* Card Content Description Fix */
    .home-pricing-section .pricing-plan-copy {
        font-size: 14px;
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .home-pricing-section .pricing-plan-copy p,
    .home-pricing-section .pricing-plan-copy li,
    .home-pricing-section .pricing-plan-copy div {
        margin-bottom: 8px;
    }

    .home-pricing-section .pricing-plan-copy ul,
    .home-pricing-section .pricing-plan-copy ol {
        padding-left: 20px;
        margin: 0 0 12px 0;
    }

    /* Price Section */
    .home-pricing-section .pricing-plan-price {
        border-top: 1px dashed #e5e7eb;
        padding-top: 16px;
        margin-bottom: 18px;
    }

    .home-pricing-section .price-group {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .home-pricing-section .pricing-plan-price strong {
        font-size: 28px;
        font-weight: 800;
        color: var(--plan-color, #f7941e);
    }

    .home-pricing-section .pricing-plan-price del {
        font-size: 15px;
        color: #9ca3af;
    }

    .home-pricing-section .pricing-plan-price span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #6b7280;
        margin-top: 4px;
    }

    /* Action Button */
    .home-pricing-section .home-btn {
        display: block;
        width: 100%;
        text-align: center;
        background-color: var(--plan-color, #f7941e);
        color: #ffffff;
        font-weight: 700;
        font-size: 15px;
        padding: 12px 0;
        border-radius: 8px;
        text-decoration: none;
        transition: opacity 0.2s ease;
    }

    .home-pricing-section .home-btn:hover {
        opacity: 0.9;
    }

    /* Responsive Design */
    @media (max-width: 640px) {
        .home-pricing-section .section-head {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .home-pricing-section .section-title h2 {
            font-size: 26px;
        }

        .home-pricing-section .pricing-grid {
            grid-template-columns: 1fr;
        }
    }

/* ============================================
   Accessibility & Motion Preferences
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .tulas-home-v2 *,
    .tulas-home-v2 *::before,
    .tulas-home-v2 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================================
   Focus States for Accessibility
   ============================================ */
.tulas-home-v2 a:focus-visible,
.tulas-home-v2 button:focus-visible,
.tulas-home-v2 input:focus-visible,
.tulas-home-v2 select:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 3px;
    border-radius: 4px;
}

.tulas-home-v2 .home-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
    border-radius: 18px;
}

.tulas-home-v2 .university-gateway-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
    border-radius: 8px;
}

.tulas-home-v2 .ranking-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
    border-radius: 14px;
}

.tulas-home-v2 .career-card:focus-visible,
.tulas-home-v2 .notice-card:focus-visible,
.tulas-home-v2 .life-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 3px;
    border-radius: 14px;
}

/* ============================================
   Button Transitions
   ============================================ */
.home-btn,
.home-btn.light,
.home-btn.outline {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.home-btn:hover,
.home-btn:focus {
    transform: translateY(-1px);
}

.home-btn:active {
    transform: translateY(0);
}

/* ============================================
   University Gateway Card Polish
   ============================================ */
.university-gateway-card {
    transition: transform .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1), border-color .25s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}

.university-gateway-card:hover,
.university-gateway-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(8,35,64,.14);
    border-color: rgba(11,95,165,.35);
}

.university-gateway-card i {
    transition: transform .25s cubic-bezier(.4,0,.2,1), background .25s ease, color .25s ease;
}

.university-gateway-card:hover i,
.university-gateway-card:focus i {
    transform: scale(1.1);
    background: var(--orange);
    color: #fff;
}

/* ============================================
   Programme Card Polish
   ============================================ */
.home-card {
    transition: transform .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);
}

.home-card:hover,
.home-card:focus {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(8,35,64,.16);
}

.home-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

/* ============================================
   Ranking Card Polish
   ============================================ */
.ranking-card {
    transition: transform .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1), border-color .25s cubic-bezier(.4,0,.2,1);
}

.ranking-card:hover,
.ranking-card:focus {
    transform: translateY(-5px);
    box-shadow: 0 28px 56px rgba(8,35,64,.15);
    border-color: rgba(240,107,22,.35);
}

/* ============================================
   Stat Card Polish
   ============================================ */
.stat-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(8,35,64,.12);
}

/* ============================================
   Career & Notice Card Polish
   ============================================ */
.career-card,
.notice-card,
.life-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.career-card:hover,
.notice-card:hover,
.life-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(8,35,64,.12);
}

/* ============================================
   Gallery Card Polish
   ============================================ */
.gallery-card {
    transition: transform .2s ease;
}

.gallery-card:hover {
    transform: translateY(-3px);
}

/* ============================================
   Hero Control Focus States
   ============================================ */
.hero-arrow:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(8,35,64,.25);
}

.hero-dots button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(8,35,64,.25);
}

/* ============================================
   Application Form Focus States
   ============================================ */
.application-form-card input:focus-visible,
.application-form-card select:focus-visible {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(247,148,30,.15);
    outline: none;
}

/* ============================================
   Touch-Friendly Controls
   ============================================ */
.home-btn,
.hero-arrow,
.hero-dots button,
.award-slider-btn,
.home-slider-controls button {
    touch-action: manipulation;
}

