:root{
      --navy:#123f73;
      --navy-2:#082f5b;
      --blue:#1677b8;
      --sky:#eef7fb;
      --orange:#f58220;
      --orange-2:#f9a13d;
      --ink:#17223b;
      --muted:#667085;
      --line:#dfe6ef;
      --soft:#f5f9fc;
      --white:#fff;
      --green:#2a9d5b;
      --shadow:0 18px 50px rgba(10,31,64,.12);
      --radius:22px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(1180px,92%);margin:auto}
    .topbar{background:var(--navy-2);color:#dbe8fb;font-size:13px}
    .topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
    .topbar a{color:#fff;font-weight:700}
    .navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,239,.8)}
    .nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}
    .brand{display:flex;align-items:center;gap:12px;min-width:max-content}
    .brand-logo{width:178px;height:58px;object-fit:contain;object-position:left center}.footer-brand .brand-logo{width:190px;height:64px}@media(max-width:640px){.brand-logo{width:142px;height:48px}.footer-brand .brand-logo{width:160px;height:54px}}
    .brand-copy strong{display:block;color:var(--navy);font-size:18px;letter-spacing:.2px}.brand-copy span{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:1.3px}
    .nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700;color:#31415e}
    .nav-links a:hover{color:var(--orange)}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;border-radius:12px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.2s ease;font-size:15px}
    .btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 10px 24px rgba(242,140,40,.26)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(242,140,40,.34)}
    .btn-outline{border:1.5px solid #b9c8dc;background:#fff;color:var(--navy)}
    .btn-outline:hover{border-color:var(--orange);color:var(--orange)}
    .mobile-toggle{display:none;background:none;border:none;font-size:25px;color:var(--navy)}

    .hero{position:relative;overflow:hidden;background:
      radial-gradient(circle at 85% 20%,rgba(64,156,255,.25),transparent 28%),
      radial-gradient(circle at 10% 90%,rgba(242,140,40,.18),transparent 30%),
      linear-gradient(125deg,#083463 0%,#12518b 54%,#1681bd 100%);color:#fff;padding:78px 0 48px}
    .hero:after{content:"";position:absolute;inset:auto -80px -170px auto;width:520px;height:520px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.03),0 0 0 110px rgba(255,255,255,.03)}
    .hero-grid{display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:44px;position:relative;z-index:2}
    .partner-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}
    .partner-logo{background:#fff;color:var(--navy);font-weight:900;padding:8px 13px;border-radius:9px;font-size:13px;box-shadow:0 7px 18px rgba(0,0,0,.12)}
    .partner-x{opacity:.7;font-weight:900}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:99px;padding:8px 13px;font-size:13px;font-weight:800;margin-bottom:18px}
    h1{font-size:clamp(38px,5vw,66px);line-height:1.07;margin:0 0 20px;letter-spacing:-1.8px}
    .hero h1 span{color:#ffb54e}
    .lead{font-size:18px;color:#d9e8fb;max-width:700px;margin:0 0 28px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:32px}
    .hero .btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.35);color:#fff}
    .hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .hero-point{padding:15px 16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:14px}
    .hero-point strong{display:block;font-size:16px}.hero-point span{font-size:12px;color:#d2e2f8}
    .robot-card{position:relative;background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(235,245,255,.93));border-radius:30px;padding:26px;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.28)}
    .robot-visual{height:380px;border-radius:22px;overflow:hidden;position:relative;background:linear-gradient(145deg,#dcecff,#f9fbff)}
    .robot-visual svg{width:100%;height:100%}
    .floating-badge{position:absolute;background:#fff;border-radius:14px;padding:12px 15px;box-shadow:var(--shadow);font-size:13px;font-weight:800}
    .badge-one{left:-18px;bottom:52px}.badge-two{right:-18px;top:44px}
    .badge-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--green);margin-right:7px}
    .hero-note{display:flex;justify-content:space-between;gap:12px;padding-top:18px;font-size:13px}.hero-note b{color:var(--navy)}

    .stats{margin-top:-1px;background:#fff;border-bottom:1px solid var(--line)}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .stat{padding:28px 20px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}
    .stat strong{display:block;color:var(--navy);font-size:27px}.stat span{font-size:13px;color:var(--muted)}

    section{padding:82px 0}
    .section-kicker{color:var(--orange);font-weight:900;font-size:13px;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:10px}
    .section-title{font-size:clamp(30px,4vw,46px);line-height:1.16;margin:0;color:var(--navy);letter-spacing:-1px}
    .section-desc{color:var(--muted);max-width:710px;margin:15px 0 0;font-size:17px}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}

    .overview-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:stretch}
    .overview-card{padding:34px;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius)}
    .overview-card h3{font-size:25px;color:var(--navy);margin:0 0 12px}
    .check-list{display:grid;gap:14px;margin-top:24px}
    .check{display:flex;gap:12px;align-items:flex-start}.check i{font-style:normal;width:27px;height:27px;display:grid;place-items:center;background:#e2f6ee;color:var(--green);border-radius:50%;font-weight:900;flex:0 0 auto}
    .feature-image{position:relative;min-height:440px;border-radius:var(--radius);overflow:hidden;background:linear-gradient(145deg,#0d2d56,#1672bb)}
    .feature-image .factory{position:absolute;inset:0;opacity:.95}.feature-image img.overview-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.feature-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,28,55,.08) 18%,rgba(6,28,55,.42) 100%);z-index:1}.feature-overlay{position:absolute;z-index:2;inset:auto 24px 24px 24px;background:rgba(255,255,255,.95);padding:22px;border-radius:17px;box-shadow:var(--shadow)}
    .feature-overlay strong{color:var(--navy);font-size:19px}.feature-overlay p{margin:5px 0 0;color:var(--muted);font-size:14px}

    .highlights{background:linear-gradient(180deg,#f8fbff,#fff)}
    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;transition:.2s ease;box-shadow:0 8px 24px rgba(18,45,88,.04)}
    .card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c9d9ec}
    .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--sky);font-size:24px;margin-bottom:17px}
    .card h3{margin:0 0 8px;color:var(--navy);font-size:19px}.card p{margin:0;color:var(--muted);font-size:14px}

    .curriculum{background:var(--navy-2);color:#fff}
    .curriculum .section-title{color:#fff}.curriculum .section-desc{color:#c6d7ee}
    .timeline{display:grid;gap:13px}
    .module{display:grid;grid-template-columns:78px 1fr 120px;align-items:center;gap:18px;padding:20px 22px;border-radius:15px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}
    .module-no{font-size:12px;font-weight:900;color:#ffb54e;text-transform:uppercase}.module h3{margin:0;font-size:17px}.duration{text-align:right;color:#d0def0;font-size:13px;font-weight:800}

    .outcome-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.outcome{display:flex;gap:16px;padding:22px;border:1px solid var(--line);border-radius:16px}.outcome .num{font-size:28px;font-weight:900;color:#c8d8eb}.outcome h3{margin:2px 0 5px;color:var(--navy);font-size:17px}.outcome p{margin:0;color:var(--muted);font-size:14px}

    .audience{background:#f7f9fc}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.audience-card{background:#fff;border-radius:17px;padding:25px;border:1px solid var(--line);text-align:center}.audience-card .avatar{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(145deg,var(--sky),#fff0de);font-size:28px}.audience-card h3{font-size:16px;color:var(--navy);margin:0 0 6px}.audience-card p{font-size:13px;color:var(--muted);margin:0}

    .admission-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start}.fee-card{position:sticky;top:110px;background:linear-gradient(150deg,var(--navy),var(--blue));color:#fff;border-radius:24px;padding:31px;box-shadow:var(--shadow)}
    .fee-card .tag{display:inline-block;background:rgba(255,255,255,.12);padding:6px 10px;border-radius:99px;font-size:12px;font-weight:800}.price{font-size:43px;font-weight:900;margin:17px 0 0}.price small{font-size:14px;font-weight:600;color:#d1e1f4}.fee-note{color:#d4e3f6;font-size:13px;margin-top:4px}.fee-list{display:grid;gap:11px;margin:22px 0}.fee-list div{font-size:14px}.eligibility{display:grid;gap:14px}.eligibility-item{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.eligibility-item b{display:block;color:var(--navy);margin-bottom:5px}.eligibility-item span{color:var(--muted);font-size:14px}

    .partners{background:linear-gradient(180deg,#fff,#f7faff)}.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.partner-card{border:1px solid var(--line);border-radius:18px;padding:30px;text-align:center;background:#fff}.partner-wordmark{height:70px;display:grid;place-items:center;font-size:25px;font-weight:1000;color:var(--navy);letter-spacing:.5px}.partner-card p{font-size:14px;color:var(--muted);margin:12px 0 0}

    .faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:36px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.faq-q{width:100%;display:flex;justify-content:space-between;gap:15px;text-align:left;background:#fff;border:0;padding:18px 20px;font-weight:800;color:var(--navy);cursor:pointer}.faq-a{display:none;padding:0 20px 18px;color:var(--muted);font-size:14px}.faq-item.open .faq-a{display:block}.faq-item.open .plus{transform:rotate(45deg)}.plus{transition:.2s}

    .cta-band{padding:0 0 85px}.cta-inner{border-radius:26px;padding:43px;background:linear-gradient(120deg,var(--orange),#f8a944);display:flex;justify-content:space-between;align-items:center;gap:30px;color:#fff;box-shadow:0 20px 50px rgba(242,140,40,.27)}.cta-inner h2{margin:0;font-size:32px}.cta-inner p{margin:7px 0 0;color:#fff5e8}.cta-inner .btn{background:#fff;color:var(--navy)}

    footer{background:#081a35;color:#c7d6eb;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,.8fr);gap:32px}.footer-title{color:#fff;font-weight:900;margin-bottom:13px}.footer-links{display:grid;gap:9px;font-size:13px}.footer-brand p{max-width:340px;font-size:13px}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:18px;font-size:12px;display:flex;justify-content:space-between;gap:20px}

    .floating-apply{position:fixed;right:22px;bottom:22px;z-index:45;border-radius:99px;padding:14px 22px}
    .modal{position:fixed;inset:0;background:rgba(3,14,31,.68);z-index:100;display:none;align-items:center;justify-content:center;padding:18px}.modal.open{display:flex}.modal-card{width:min(880px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.modal-head{position:sticky;top:0;background:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:21px 25px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;color:var(--navy);font-size:22px}.close{width:37px;height:37px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:21px;cursor:pointer}.modal-body{padding:26px}.form-note{background:var(--sky);border-left:4px solid var(--blue);padding:13px 15px;border-radius:8px;margin-bottom:22px;font-size:13px;color:#385272}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800;color:#34425a}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd9e6;border-radius:10px;padding:12px 13px;font:inherit;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,91,168,.1)}.field textarea{min-height:115px;resize:vertical}.form-section{margin:26px 0 13px;color:var(--navy);font-size:17px;border-bottom:1px solid var(--line);padding-bottom:9px}.skills{display:flex;flex-wrap:wrap;gap:10px}.skill{border:1px solid var(--line);border-radius:99px;padding:8px 11px;font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:24px}

    .info-ribbon{background:#fff;border-bottom:1px solid var(--line)}
    .info-ribbon-grid{display:grid;grid-template-columns:repeat(5,1fr)}
    .info-ribbon-item{padding:18px 14px;border-right:1px solid var(--line)}
    .info-ribbon-item:last-child{border-right:0}.info-ribbon-item span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:800}.info-ribbon-item strong{display:block;color:var(--navy);font-size:15px;margin-top:2px}
    .journey{background:linear-gradient(180deg,#f6fafc,#fff)}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.journey-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 22px rgba(8,47,91,.04)}.journey-step:after{content:"\2192";position:absolute;right:-14px;top:50%;transform:translateY(-50%);color:var(--orange);font-weight:900;font-size:22px}.journey-step:last-child:after{display:none}.journey-step .step-no{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:14px}.journey-step h3{margin:0 0 7px;color:var(--navy);font-size:17px}.journey-step p{margin:0;color:var(--muted);font-size:13px}
    .delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.delivery-card{border:1px solid var(--line);border-radius:16px;padding:21px;background:#fff}.delivery-card b{display:block;color:var(--navy);margin:9px 0 5px}.delivery-card span{font-size:13px;color:var(--muted)}
    .faculty{background:#f7fafc}.faculty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faculty-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.faculty-photo{height:210px;display:grid;place-items:center;background:linear-gradient(145deg,#dceff8,#f8fbfd);font-size:62px}.faculty-copy{padding:22px}.faculty-copy h3{margin:0;color:var(--navy)}.faculty-copy .role{color:var(--orange);font-size:13px;font-weight:800;margin:4px 0 10px}.faculty-copy p{font-size:13px;color:var(--muted);margin:0}.placeholder-note{display:inline-block;margin-top:12px;padding:5px 9px;border-radius:99px;background:#fff4e9;color:#a75410;font-size:11px;font-weight:800}
    .brochure-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:linear-gradient(120deg,#0b3c70,#147db8);border-radius:25px;padding:38px;color:#fff;overflow:hidden}.brochure-panel h2{margin:0 0 10px;font-size:32px}.brochure-panel p{color:#d9edf9;margin:0 0 22px}.brochure-mock{min-height:260px;background:#fff;border-radius:18px;padding:24px;color:var(--navy);box-shadow:0 25px 60px rgba(0,0,0,.2);transform:rotate(2deg)}.brochure-mock small{color:var(--orange);font-weight:900}.brochure-mock h3{font-size:26px;line-height:1.15;margin:14px 0}.brochure-mock ul{padding-left:18px;color:var(--muted);font-size:13px}
    .disclaimer{font-size:12px;color:var(--muted);margin-top:15px}
    @media (max-width:980px){.nav-links{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.mobile-toggle{display:block}.hero-grid,.overview-grid,.admission-grid,.faq-grid,.brochure-panel{grid-template-columns:1fr}.hero{padding-top:55px}.robot-card{max-width:650px}.cards{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:repeat(2,1fr)}.partner-grid,.faculty-grid{grid-template-columns:1fr}.fee-card{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.journey-grid,.delivery-grid{grid-template-columns:repeat(2,1fr)}.journey-step:after{display:none}.info-ribbon-grid{grid-template-columns:repeat(2,1fr)}}
    @media (max-width:640px){.topbar .container{justify-content:center}.topbar .container span:last-child{display:none}.brand-copy span{display:none}.nav-wrap{min-height:68px}.nav-links{top:68px}.hero-points,.stats-grid,.cards,.outcome-grid,.audience-grid,.form-grid,.journey-grid,.delivery-grid,.info-ribbon-grid{grid-template-columns:1fr}.hero-points{gap:9px}.stat{border-right:0;border-bottom:1px solid var(--line)}.module{grid-template-columns:1fr}.duration{text-align:left}.section-head,.cta-inner,.copyright{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.floating-apply{right:14px;bottom:14px}.robot-visual{height:310px}.badge-two{right:8px}.badge-one{left:8px}.cta-inner{padding:30px}.hero-actions .btn{width:100%}.info-ribbon-item{border-right:0;border-bottom:1px solid var(--line)}.brochure-panel{padding:26px}.faculty-photo{height:170px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.modal{padding:0}.modal-card{max-height:100vh;border-radius:0}.floating-apply{font-size:13px;padding:12px 17px}}

    .partner-logo.logo-box{padding:7px 12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;min-height:48px}
    .partner-logo.logo-box img{height:32px;width:auto;max-width:150px;object-fit:contain}
    .partner-logo.logo-box.qci-text{font-size:15px;min-width:64px}
    .fee-options{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}
    .fee-option{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.19);border-radius:16px;padding:18px}
    .fee-option span{display:block;color:#dcecff;font-size:11px;text-transform:uppercase;letter-spacing:.7px;font-weight:800}
    .fee-option strong{display:block;font-size:28px;margin-top:5px}.fee-option small{display:block;color:#cde0f5;font-size:12px;margin-top:3px}
    .module{align-items:start}.module-copy h3{margin:0 0 6px}.module-copy p{margin:0;color:#c6d7ee;font-size:13px;line-height:1.55}
    .module-track{display:inline-block;margin-top:8px;padding:4px 9px;border-radius:99px;background:rgba(255,181,78,.12);color:#ffca7d;font-size:11px;font-weight:900}
    .faculty-grid{grid-template-columns:repeat(3,1fr)}
    .faculty-photo{height:250px;background:#edf2f7;overflow:hidden}.faculty-photo img{width:100%;height:100%;object-fit:cover;object-position:top center}
    .faculty-copy .qualification{font-size:12px;color:#4f617a;margin:0 0 8px}.faculty-copy .expertise{font-size:13px;color:var(--muted);margin:0}
    .partner-wordmark img{max-height:58px;max-width:220px;object-fit:contain;margin:auto}
    .cost-note{font-size:12px;color:#c7d7eb;margin:14px 0 0}
    @media(max-width:760px){.fee-options{grid-template-columns:1fr}.faculty-grid{grid-template-columns:1fr}.faculty-photo{height:300px}.partner-strip{gap:7px}.partner-logo.logo-box img{height:26px;max-width:110px}}

    .nav-actions{display:flex;align-items:center;gap:10px}.btn-secondary{background:#fff;color:var(--navy);border:1px solid #cbd8e8}.btn-secondary:hover{border-color:var(--orange);color:var(--orange)}
    .hero-carousel{position:relative;height:380px;border-radius:22px;overflow:hidden;background:#dfeefd}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.03);transition:opacity .7s ease,transform 1s ease;display:flex;align-items:flex-end;padding:24px;background-size:cover;background-position:center}.hero-slide.active{opacity:1;transform:scale(1)}
    .hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,27,55,.08),rgba(5,27,55,.8))}.hero-slide-copy{position:relative;z-index:2;color:#fff}.hero-slide-copy strong{display:block;font-size:22px}.hero-slide-copy span{font-size:13px;color:#dcecff}.slide-1{background:linear-gradient(135deg,#123f73,#1677b8)}.slide-2{background:linear-gradient(135deg,#0d315a,#f58220)}.slide-3{background:linear-gradient(135deg,#173d70,#2a9d5b)}.slide-4{background:linear-gradient(135deg,#082f5b,#7957d5)}.slide-5{background:linear-gradient(135deg,#17486f,#d56725)}
    .slide-art{position:absolute;inset:20px 20px 90px;display:grid;place-items:center;font-size:110px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.22))}.carousel-dots{position:absolute;z-index:4;right:18px;bottom:18px;display:flex;gap:7px}.carousel-dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;padding:0}.carousel-dot.active{width:24px;border-radius:99px;background:#fff}
    .fee-inclusion{margin-top:20px;background:#fff;border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:18px;padding:24px;box-shadow:0 12px 34px rgba(18,63,115,.08)}.fee-inclusion h3{margin:0 0 8px;color:var(--navy)}.fee-inclusion p{margin:0;color:var(--muted)}
    .process-flow{display:grid;gap:12px}.process-item{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}.process-item .process-no{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}.process-item b{display:block;color:var(--navy);margin-bottom:3px}.process-item span{font-size:14px;color:var(--muted)}
    .enquire-float{position:fixed;right:22px;bottom:82px;z-index:45;border-radius:99px;padding:13px 20px}
    .pending-faculty{margin-top:22px;padding:16px 18px;border-radius:14px;background:#fff8ef;border:1px solid #f8d9b7;color:#8a4c13;font-size:13px;font-weight:700}
    @media(max-width:640px){.nav-actions .btn-secondary{display:none}.hero-carousel{height:310px}.enquire-float{right:14px;bottom:70px;font-size:13px;padding:11px 15px}}
  
.module{grid-template-columns:78px 1fr!important;}

    /* Above-the-fold compact layout refinements */
    .nav-wrap{min-height:72px;gap:16px}
    .nav-links{gap:18px;font-size:13.5px;white-space:nowrap}
    .nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;white-space:nowrap}
    .nav-actions .btn{white-space:nowrap;padding:11px 17px;min-width:auto}
    .hero{padding:52px 0 34px}
    .hero-grid{align-items:start;gap:34px}
    .partner-strip{margin-bottom:14px}
    .eyebrow{margin-bottom:14px}
    h1{font-size:clamp(36px,4.5vw,60px);margin-bottom:14px}
    .lead{font-size:17px;line-height:1.55;margin-bottom:20px}
    .hero-actions{margin-bottom:20px}
    .hero-point{padding:12px 14px}
    .robot-card{align-self:start;margin-top:0;padding:20px}
    .robot-visual{height:330px}
    .hero-note{padding-top:13px}
    @media (min-width:981px) and (max-width:1280px){
      .nav-links{gap:13px;font-size:12.5px}
      .nav-actions{gap:7px}
      .nav-actions .btn{padding:10px 12px;font-size:13px}
      .brand-logo{width:165px}
      .hero{padding-top:42px}
      .hero-grid{grid-template-columns:1.12fr .88fr;gap:28px}
      .robot-visual{height:300px}
    }
    @media (max-width:980px){
      .nav-actions .btn{padding:10px 14px}
      .hero{padding-top:38px}
      .robot-card{margin-top:0}
    }
    @media (max-width:640px){
      .nav-actions{gap:6px}
      .nav-actions .btn{font-size:12px;padding:9px 10px}
      .hero{padding-top:28px}
    }
  
    .hero-points{grid-template-columns:repeat(4,1fr)}
    .shortlist-brochure-note{margin-top:16px;padding:17px 18px;border-radius:14px;background:#fff4e8;border-left:5px solid var(--orange);color:#76400d;font-weight:800;box-shadow:0 8px 22px rgba(245,130,32,.10)}
    .trainer-section-head{margin-top:58px;margin-bottom:30px;padding-top:44px;border-top:1px solid var(--line)}
    .trainer-title{font-size:clamp(27px,3.3vw,40px)}
    .trainer-grid{margin-top:0}
    .trainer-initials{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#0b3c70,#1677b8);color:#fff;font-size:62px;font-weight:900;letter-spacing:2px}
    @media(max-width:1100px){.hero-points{grid-template-columns:repeat(2,1fr)}}
    @media(max-width:640px){.hero-points{grid-template-columns:1fr}.trainer-section-head{margin-top:42px;padding-top:34px}}

    /* Remove unnecessary whitespace when the Overview section reaches the top */
    #about{padding-top:34px}
    #about .section-head{margin-bottom:28px}
    @media(max-width:640px){
      #about{padding-top:24px}
      #about .section-head{margin-bottom:22px}
    }

    /* refinement updates */
    #about .section-head{display:block;margin-bottom:28px}
    #about .section-desc{max-width:none;font-size:18px}
    .cards .card{display:flex;flex-wrap:wrap;align-items:center}
    .cards .card .icon{margin:0 12px 12px 0}
    .cards .card h3{flex:1;margin:0 0 12px;color:var(--navy);font-size:19px}
    .cards .card p{width:100%;margin:0;color:var(--muted);font-size:14px}
    .journey-step{display:flex;flex-wrap:wrap;align-items:center}
    .journey-step .step-no{margin:0 12px 12px 0}
    .journey-step h3{flex:1;margin:0 0 12px;color:var(--navy);font-size:17px}
    .journey-step p{width:100%;margin:0;color:var(--muted);font-size:13px}
    .faculty-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .faculty-grid .faculty-card{display:grid;grid-template-columns:150px 1fr;align-items:stretch}
    .faculty-grid .faculty-photo{height:100%;min-height:170px}
    .faculty-grid .faculty-photo img{object-position:center top}
    .faculty-grid .faculty-copy{padding:18px}
    .faculty-grid .faculty-copy h3{font-size:22px;line-height:1.15}
    .faculty-grid .role{font-size:12px;margin:4px 0 8px}
    .faculty-grid .qualification,.faculty-grid .expertise{font-size:12px;line-height:1.55}
    .trainer-grid .trainer-initials{width:100%;height:100%;display:grid;place-items:center;font-size:54px;font-weight:800;color:var(--navy);background:linear-gradient(145deg,#ddeeff,#f7fbff)}
    @media(max-width:980px){
      .faculty-grid{grid-template-columns:1fr}
      .faculty-grid .faculty-card{grid-template-columns:130px 1fr}
    }
    @media(max-width:640px){
      #about .section-desc{font-size:16px}
      .faculty-grid .faculty-card{grid-template-columns:1fr}
      .faculty-grid .faculty-photo{height:220px;min-height:220px}
      .cards .card .icon,.journey-step .step-no{margin-bottom:10px}
      .cards .card h3,.journey-step h3{width:calc(100% - 60px)}
    }


    /* 07-08-2026 refinements */
    .faculty-grid .faculty-card{grid-template-columns:155px 1fr;min-height:210px}
    .faculty-grid .faculty-photo{height:100%;min-height:210px;background:#eef3f8}
    .faculty-grid .faculty-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
    .trainer-grid .faculty-card{min-height:210px}
    .trainer-grid .faculty-photo{height:100%;min-height:210px}
    .hero-carousel{height:390px;background:#0b315c}
    .hero-slide{padding:0;background:#0b315c;overflow:hidden}
    .hero-slide:before{z-index:1;background:linear-gradient(180deg,rgba(3,20,40,.02) 20%,rgba(3,20,40,.82) 100%)}
    .hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
    .hero-slide-copy{position:absolute;left:24px;right:24px;bottom:25px;z-index:3}
    .hero-slide-copy strong{font-size:22px;text-shadow:0 2px 10px rgba(0,0,0,.4)}
    .hero-slide-copy span{display:block;max-width:520px;font-size:13px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}
    .carousel-dots{z-index:4}
    @media(max-width:980px){.faculty-grid .faculty-card{grid-template-columns:140px 1fr}.hero-carousel{height:360px}}
    @media(max-width:640px){.faculty-grid .faculty-card{grid-template-columns:1fr}.faculty-grid .faculty-photo{height:240px;min-height:240px}.hero-carousel{height:310px}}


    /* final polish updates */
    .hero-carousel{height:340px}
    .hero-slide img{image-rendering:auto;filter:contrast(1.03) saturate(1.04)}
    .faculty-grid .faculty-card{grid-template-columns:170px 1fr;min-height:210px}
    .faculty-grid .faculty-photo{height:100%;min-height:210px;background:#fff;padding:10px;border-right:1px solid var(--line)}
    .faculty-grid .faculty-photo img{width:100%;height:100%;object-fit:contain;object-position:center center;background:#fff}
    .trainer-grid .trainer-initials{background:linear-gradient(145deg,#ddeeff,#f7fbff);border-radius:12px}
    @media(max-width:980px){.faculty-grid .faculty-card{grid-template-columns:150px 1fr}.faculty-grid .faculty-photo{min-height:190px}}
    @media(max-width:640px){.hero-carousel{height:300px}.faculty-grid .faculty-card{grid-template-columns:1fr}.faculty-grid .faculty-photo{height:240px;min-height:240px;border-right:0;border-bottom:1px solid var(--line)}}


    /* image clarity: use native high-resolution originals only */
    .hero-carousel{height:330px;background:#0b315c}
    .hero-slide img{filter:none!important;image-rendering:auto;object-fit:cover;object-position:center}
    .feature-image img.overview-photo{filter:none!important;image-rendering:auto;object-fit:cover;object-position:center}
    @media(max-width:640px){.hero-carousel{height:260px}}


    /* Cursor behaviour: normal pointer on page text, text cursor only in form fields */
    body, main, section, header, footer, div, span, p, h1, h2, h3, h4, h5, h6, li, strong, b, small, label { cursor: default; }
    a, button, .btn, .faq-q, .carousel-dot, .open-apply, .open-enquire, .mobile-toggle, .close { cursor: pointer; }
    input, textarea, [contenteditable="true"] { cursor: text; }
    select { cursor: pointer; }


    /* 17 Aug 2026 requested updates */
    .header-partner-logos{display:flex;align-items:center;gap:8px;flex:0 0 auto}
    .header-partner-logos a{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:4px 7px;transition:.2s ease}
    .header-partner-logos a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(8,47,91,.10)}
    .header-partner-logos img{display:block;height:42px;width:auto;max-width:118px;object-fit:contain}
    .header-partner-logos .namtech-header-logo{max-width:126px}
    .header-x{font-size:13px;color:#7790aa;font-weight:900}
    .course-title{display:flex;flex-direction:column;gap:3px}
    .course-title-kicker{display:block;color:#fff;font-size:.72em;line-height:1.05}
    .course-title-main{display:block;color:#ffb54e}
    .hero-bullets{margin:0 0 24px;padding:0;list-style:none;display:grid;gap:10px;max-width:760px;color:#e5f0ff;font-size:16px}
    .hero-bullets li{position:relative;padding-left:26px}
    .hero-bullets li:before{content:"\2713";position:absolute;left:0;top:0;color:#ffb54e;font-weight:900}
    .immersion-point{background:rgba(245,130,32,.17);border-color:rgba(255,181,78,.55);box-shadow:inset 0 0 0 1px rgba(255,181,78,.08)}
    .addverb-point{background:rgba(255,255,255,.12)}
    .immersion-stat{background:#fff8ef}
    .immersion-stat strong{color:#d56612}
    .fee-list b{color:#fff}
    .partner-wordmark a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
    .faq-a p{margin:7px 0}
    @media(max-width:1180px){
      .header-partner-logos img{height:34px;max-width:95px}.header-partner-logos .namtech-header-logo{max-width:105px}
      .nav-links{gap:14px;font-size:13px}
    }
    @media(max-width:980px){
      .header-partner-logos{gap:4px}.header-partner-logos img{height:30px;max-width:80px}.header-partner-logos .namtech-header-logo{max-width:90px}.header-x{display:none}
    }
    @media(max-width:640px){
      .header-partner-logos a:nth-of-type(2),.header-partner-logos a:nth-of-type(3){display:flex}
      .header-partner-logos img{height:38px;max-width:120px}
      .course-title-kicker{font-size:.62em}.hero-bullets{font-size:14px}
    }


    /* 18 Aug updates */
    .hero-points{grid-template-columns:repeat(5,1fr)}
    .stats-grid{grid-template-columns:repeat(5,1fr)}
    .partner-logo.logo-box,.header-partner-logos a,.partner-wordmark a{position:relative;cursor:pointer}
    .partner-logo.logo-box::after,.header-partner-logos a::after{content:"Visit \2197";position:absolute;right:5px;bottom:2px;font-size:8px;font-weight:900;color:var(--orange);opacity:0;transition:.2s ease}
    .partner-logo.logo-box:hover::after,.header-partner-logos a:hover::after{opacity:1}
    .header-partner-logos a{border:1px solid transparent}
    .header-partner-logos a:hover{border-color:#f6a24b;box-shadow:0 8px 22px rgba(245,130,32,.22)}
    .partner-wordmark a{display:flex;align-items:center;justify-content:center;border-radius:12px;padding:8px;transition:.2s ease}
    .partner-wordmark a:hover{background:#fff7ef;box-shadow:inset 0 0 0 1px #f6c48d}
    .website-hint{margin-top:10px;font-size:11px;font-weight:800;color:var(--orange);letter-spacing:.3px}
    .addverb-section-head{margin-top:58px;margin-bottom:30px;padding-top:44px;border-top:1px solid var(--line)}
    @media(max-width:1100px){.hero-points,.stats-grid{grid-template-columns:repeat(3,1fr)}}
    @media(max-width:760px){.hero-points,.stats-grid{grid-template-columns:1fr}.addverb-section-head{margin-top:42px;padding-top:34px}}


    /* Addverb faculty alignment fix */
    @media(max-width:980px){
    }
    @media(max-width:640px){
    }


    /* Addverb faculty uses the exact same container and card pattern as QCI trainers */
    .addverb-section-head{margin-top:58px;margin-bottom:30px;padding-top:44px;border-top:1px solid var(--line)}
    @media(max-width:980px){
    }
    @media(max-width:640px){
    }


    /* Addverb section uses the exact same faculty card/image styling as NAMTECH & QCI */
    .addverb-section-head{margin-top:58px;margin-bottom:30px;padding-top:44px;border-top:1px solid var(--line)}
    @media(max-width:760px){.addverb-section-head{margin-top:42px;padding-top:34px}}


    /* Partner cards: keep website link separate from logo/description */
    .partner-card{
      display:flex;
      flex-direction:column;
      align-items:center;
      min-height:265px;
      padding:28px 26px;
    }
    .partner-wordmark{
      width:100%;
      height:88px !important;
      min-height:88px;
      display:flex !important;
      align-items:center;
      justify-content:center;
      margin-bottom:10px;
    }
    .partner-wordmark a{
      height:76px;
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .partner-wordmark img{
      display:block;
      max-height:62px !important;
      max-width:220px !important;
      width:auto !important;
      object-fit:contain !important;
    }
    .partner-card .website-hint{
      order:2;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      margin:0 0 10px !important;
      padding:6px 11px;
      border-radius:999px;
      background:#fff5e9;
      color:var(--orange);
      font-size:11px;
      font-weight:900;
      line-height:1;
      white-space:nowrap;
    }
    .partner-card p{
      order:3;
      margin:0 !important;
      max-width:360px;
      line-height:1.55;
    }

    /* Addverb faculty: force truly uniform cards and portraits */
    .addverb-grid{
      display:grid !important;
      grid-template-columns:repeat(2,minmax(0,1fr)) !important;
      gap:18px !important;
      align-items:stretch !important;
    }
    .addverb-grid .faculty-card{
      display:grid !important;
      grid-template-columns:180px minmax(0,1fr) !important;
      height:265px !important;
      min-height:265px !important;
      max-height:265px !important;
      overflow:hidden !important;
      align-items:stretch !important;
    }
    .addverb-grid .faculty-photo{
      width:180px !important;
      height:265px !important;
      min-height:265px !important;
      max-height:265px !important;
      padding:0 !important;
      margin:0 !important;
      border-right:1px solid var(--line) !important;
      border-bottom:0 !important;
      background:#eef3f8 !important;
      overflow:hidden !important;
    }
    .addverb-grid .faculty-photo img{
      width:100% !important;
      height:100% !important;
      min-width:100% !important;
      min-height:100% !important;
      display:block !important;
      object-fit:cover !important;
      object-position:center top !important;
      background:#eef3f8 !important;
    }
    .addverb-grid .faculty-copy{
      min-width:0;
      padding:20px 22px !important;
      overflow:hidden;
    }
    .addverb-grid .faculty-copy h3{
      margin:0 0 4px !important;
      font-size:21px !important;
      line-height:1.2 !important;
    }
    .addverb-grid .role{
      margin:0 0 12px !important;
      min-height:0 !important;
      font-size:12px !important;
      line-height:1.4 !important;
    }
    .addverb-grid .expertise{
      margin:0 !important;
      font-size:12px !important;
      line-height:1.55 !important;
    }
    @media(max-width:980px){
      .addverb-grid{grid-template-columns:1fr !important;}
      .addverb-grid .faculty-card{height:250px !important;min-height:250px !important;max-height:250px !important;grid-template-columns:170px 1fr !important;}
      .addverb-grid .faculty-photo{width:170px !important;height:250px !important;min-height:250px !important;max-height:250px !important;}
    }
    @media(max-width:640px){
      .partner-card{min-height:0;}
      .addverb-grid .faculty-card{grid-template-columns:1fr !important;height:auto !important;min-height:0 !important;max-height:none !important;}
      .addverb-grid .faculty-photo{width:100% !important;height:300px !important;min-height:300px !important;max-height:300px !important;border-right:0 !important;border-bottom:1px solid var(--line) !important;}
    }


    /* Hero title color override - higher specificity than .hero h1 span */
    .hero h1 .course-title-kicker{color:#fff !important;}
    .hero h1 .course-title-main{color:#ffb54e !important;}


    /* 20 Aug 2026 revision */
    html,body{max-width:100%;overflow-x:hidden}
    section{padding:58px 0}
    .hero{padding:54px 0 34px}
    .hero-grid{gap:30px}
    .hero-bullets{margin:0 0 20px;padding-left:20px;display:grid;gap:7px}
    .hero-bullets li{font-size:15px;line-height:1.45}
    .hero-points{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
    .hero-point{padding:14px}
    .hero-actions .btn{min-height:50px;position:relative;z-index:1}
    .hero-actions a,.hero-actions button{cursor:pointer}
    .robot-card{min-width:0}
    .hero-carousel{width:100%;max-width:100%}
    .section-head{margin-bottom:26px}
    .cards,.outcome-grid,.journey-grid,.delivery-grid,.faculty-grid,.partner-grid{gap:15px}
    .card,.journey-step,.delivery-card,.faculty-card,.partner-card{min-width:0}
    .module{padding:17px 19px}
    .faculty{padding-top:54px;padding-bottom:54px}
    .partners{padding-top:54px;padding-bottom:54px}
    .faq-grid{gap:28px}
    .cta-band{padding-bottom:58px}
    .enquire-float,.floating-apply{transition:opacity .25s ease,transform .25s ease,visibility .25s ease}
    .enquire-float{right:22px;bottom:88px}
    .floating-apply{right:22px;bottom:22px}
    .enquire-float.scroll-hidden{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none}
    .form-status{min-height:22px;margin-top:14px;font-size:13px;font-weight:700}
    .form-status.error{color:#b42318}
    .form-status.success{color:#067647}
    .header-partner-logos{gap:15px}
    .header-partner-logos img{max-width:100%;height:auto}
    @media(max-width:1100px){
      .hero-points{grid-template-columns:repeat(2,minmax(0,1fr))}
      .nav-wrap{gap:12px}
    }
    @media(max-width:980px){
      section{padding:48px 0}
      .hero{padding:42px 0 28px}
      .hero-grid{grid-template-columns:1fr}
      .robot-card{width:100%;max-width:100%}
      .nav-links{max-height:calc(100vh - 78px);overflow-y:auto}
    }
    @media(max-width:640px){
      section{padding:40px 0}
      .hero{padding:34px 0 24px}
      .hero-points{grid-template-columns:1fr}
      .hero-actions{width:100%}
      .hero-actions .btn{width:100%}
      .enquire-float{display:none}
      .floating-apply{right:12px;bottom:12px}
      .container{width:min(94%,1180px)}
    }


/* Header partner logos - strict sizing to prevent oversized remote QCI image */
.header-partner-logos{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex:0 0 auto !important;
  max-width:520px;
  overflow:visible;
}
.header-partner-logos a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:3px 5px !important;
  min-width:0;
  height:54px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.header-partner-logos img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  margin:0 !important;
}
.header-partner-logos a:nth-child(1) img{
  width:145px !important;
  height:46px !important;
  max-width:145px !important;
  max-height:46px !important;
}
.header-partner-logos a:nth-child(2) img{
  width:132px !important;
  height:40px !important;
  max-width:132px !important;
  max-height:40px !important;
}
.header-partner-logos a:nth-child(3) img{
  width:126px !important;
  height:38px !important;
  max-width:126px !important;
  max-height:38px !important;
}
@media(max-width:1180px){
  .header-partner-logos{gap:7px}
  .header-partner-logos a:nth-child(1) img{width:122px !important;height:40px !important}
  .header-partner-logos a:nth-child(2) img{width:108px !important;height:35px !important}
  .header-partner-logos a:nth-child(3) img{width:105px !important;height:33px !important}
}

@media(max-width:640px){
  .header-partner-logos a{height:46px !important;padding:2px !important}
  .header-partner-logos a:nth-child(1) img{
    width:122px !important;height:39px !important;
  }
}


/* Keep all three partner logos visible on mobile */
@media(max-width:980px){
  .header-partner-logos{
    display:flex !important;
    align-items:center !important;
    gap:5px !important;
    max-width:300px !important;
    flex:0 1 auto !important;
  }
  .header-partner-logos a{
    display:flex !important;
    height:40px !important;
    padding:1px 2px !important;
  }
  .header-partner-logos a:nth-child(1) img{
    width:88px !important;
    height:32px !important;
    max-width:88px !important;
    max-height:32px !important;
  }
  .header-partner-logos a:nth-child(2) img{
    width:78px !important;
    height:28px !important;
    max-width:78px !important;
    max-height:28px !important;
  }
  .header-partner-logos a:nth-child(3) img{
    width:74px !important;
    height:26px !important;
    max-width:74px !important;
    max-height:26px !important;
  }
}
@media(max-width:640px){
  .header-partner-logos{
    gap:3px !important;
    max-width:245px !important;
  }
  .header-partner-logos a{
    height:34px !important;
    padding:0 1px !important;
  }
  .header-partner-logos a:nth-child(1) img{
    width:72px !important;
    height:27px !important;
    max-width:72px !important;
    max-height:27px !important;
  }
  .header-partner-logos a:nth-child(2) img{
    width:64px !important;
    height:24px !important;
    max-width:64px !important;
    max-height:24px !important;
  }
  .header-partner-logos a:nth-child(3) img{
    width:61px !important;
    height:22px !important;
    max-width:61px !important;
    max-height:22px !important;
  }
}
@media(max-width:420px){
  .header-partner-logos{
    gap:2px !important;
    max-width:205px !important;
  }
  .header-partner-logos a:nth-child(1) img{
    width:62px !important;height:23px !important;
  }
  .header-partner-logos a:nth-child(2) img{
    width:55px !important;height:21px !important;
  }
  .header-partner-logos a:nth-child(3) img{
    width:52px !important;height:19px !important;
  }
}




/* Clean vector-icon system */
.icon,
.audience-card .avatar,
.delivery-icon{
  color:var(--navy);
  background:linear-gradient(145deg,#edf6fc,#fff8ef);
  border:1px solid #dce8f3;
  box-shadow:0 7px 18px rgba(12,55,96,.06);
}
.icon svg{width:25px;height:25px}
.audience-card .avatar svg{width:30px;height:30px}
.delivery-icon{
  width:44px;height:44px;border-radius:13px;
  display:grid;place-items:center;margin-bottom:12px;
}
.delivery-icon svg{width:23px;height:23px}
.delivery-card>b{margin-top:0}

/* Faculty cards: one consistent information rhythm */
.faculty-grid{
  align-items:stretch;
}
.faculty-grid .faculty-card{
  height:278px;
  min-height:278px;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  align-items:stretch;
}
.faculty-grid .faculty-photo{
  height:100% !important;
  min-height:278px !important;
  padding:10px !important;
  background:#fff !important;
  border-right:1px solid var(--line);
}
.faculty-grid .faculty-photo img{
  width:100% !important;height:100% !important;
  object-fit:cover !important;
  object-position:center 18% !important;
  border-radius:12px;
  background:#eef3f8;
}
.faculty-grid .faculty-copy{
  min-width:0;
  padding:18px 20px !important;
  display:flex;
  flex-direction:column;
}
.faculty-grid .faculty-copy h3{
  margin:0 0 3px !important;
  font-size:21px !important;
  line-height:1.2 !important;
}
.faculty-grid .faculty-copy .role{
  min-height:38px;
  margin:0 0 10px !important;
  font-size:12px !important;
  line-height:1.45;
}
.faculty-detail-body{
  position:relative;
  height:128px;
  overflow:hidden;
  transition:height .25s ease;
}
.faculty-detail-body:after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:30px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 90%);
  pointer-events:none;
}
.faculty-card.expanded{
  height:auto;
  min-height:278px;
}
.faculty-card.expanded .faculty-detail-body{
  height:auto;
  overflow:visible;
}
.faculty-card.expanded .faculty-detail-body:after{display:none}
.faculty-detail-body .qualification,
.faculty-detail-body .expertise{
  margin:0 0 8px !important;
  font-size:12px !important;
  line-height:1.52 !important;
}
.qualification-spacer{
  min-height:0;
}
.faculty-more{
  align-self:flex-start;
  margin-top:auto;
  padding:5px 0 0;
  border:0;
  background:transparent;
  color:var(--blue);
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.faculty-more:hover{text-decoration:underline}
.faculty-more.is-hidden{visibility:hidden;pointer-events:none}

/* Keep Addverb/NAMTECH/QCI visually identical */
.addverb-grid .faculty-card,
.trainer-grid .faculty-card{
  height:278px !important;
  min-height:278px !important;
}
.addverb-grid .faculty-photo,
.trainer-grid .faculty-photo{
  height:100% !important;
  min-height:278px !important;
}
.addverb-grid .faculty-card.expanded,
.trainer-grid .faculty-card.expanded{
  height:auto !important;
}

/* Responsive faculty behavior */
@media(max-width:1050px){
  .faculty-grid .faculty-card{
    grid-template-columns:145px minmax(0,1fr);
  }
}
@media(max-width:760px){
  .faculty-grid .faculty-card,
  .addverb-grid .faculty-card,
  .trainer-grid .faculty-card{
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
  }
  .faculty-grid .faculty-photo,
  .addverb-grid .faculty-photo,
  .trainer-grid .faculty-photo{
    height:250px !important;
    min-height:250px !important;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .faculty-detail-body{height:118px}
}



/* FINAL mobile logo visibility override - all 3 logos must remain visible */
@media (max-width:980px){
  header .header-partner-logos > a:nth-of-type(1),
  header .header-partner-logos > a:nth-of-type(2),
  header .header-partner-logos > a:nth-of-type(3){
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  header .header-partner-logos{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:4px !important;
    max-width:none !important;
    min-width:0 !important;
    overflow:visible !important;
  }
  header .header-partner-logos > a{
    flex:0 0 auto !important;
    height:38px !important;
    padding:1px 2px !important;
  }
  header .header-partner-logos > a:nth-of-type(1) img{
    width:82px !important;
    height:30px !important;
    max-width:82px !important;
    max-height:30px !important;
  }
  header .header-partner-logos > a:nth-of-type(2) img{
    width:72px !important;
    height:27px !important;
    max-width:72px !important;
    max-height:27px !important;
  }
  header .header-partner-logos > a:nth-of-type(3) img{
    width:69px !important;
    height:25px !important;
    max-width:69px !important;
    max-height:25px !important;
  }
}
@media (max-width:520px){
  header .header-partner-logos{gap:2px !important;}
  header .header-partner-logos > a{
    height:31px !important;
    padding:0 1px !important;
  }
  header .header-partner-logos > a:nth-of-type(1) img{
    width:64px !important;height:24px !important;
  }
  header .header-partner-logos > a:nth-of-type(2) img{
    width:56px !important;height:21px !important;
  }
  header .header-partner-logos > a:nth-of-type(3) img{
    width:54px !important;height:20px !important;
  }
}
@media (max-width:390px){
  header .header-partner-logos > a:nth-of-type(1) img{
    width:56px !important;height:21px !important;
  }
  header .header-partner-logos > a:nth-of-type(2) img{
    width:49px !important;height:19px !important;
  }
  header .header-partner-logos > a:nth-of-type(3) img{
    width:47px !important;height:18px !important;
  }
}



/* Compact white-card pass: remove unnecessary empty space while preserving readability */
.cards .card{
  padding:19px 20px !important;
}
.cards .card .icon{
  width:42px !important;
  height:42px !important;
  margin:0 10px 8px 0 !important;
}
.cards .card h3{
  margin-bottom:8px !important;
}
.cards .card p{
  line-height:1.48 !important;
}

.outcome{
  padding:17px 18px !important;
  gap:13px !important;
}
.outcome .num{
  font-size:24px !important;
}

.audience-card{
  padding:19px 17px !important;
}
.audience-card .avatar{
  width:54px !important;
  height:54px !important;
  margin-bottom:10px !important;
}

.journey-step{
  padding:18px 19px !important;
}
.journey-step .step-no{
  width:32px !important;
  height:32px !important;
  margin-bottom:10px !important;
}
.journey-step h3{
  margin-bottom:5px !important;
}
.delivery-grid{
  margin-top:20px !important;
}
.delivery-card{
  padding:16px 17px !important;
}
.delivery-icon{
  width:38px !important;
  height:38px !important;
  margin-bottom:8px !important;
}

.eligibility{
  gap:10px !important;
}
.eligibility-item{
  padding:15px 17px !important;
}

.process-flow{
  gap:9px !important;
}
.process-item{
  padding:14px 15px !important;
  grid-template-columns:36px minmax(0,1fr) !important;
  gap:11px !important;
}
.process-item .process-no{
  width:32px !important;
  height:32px !important;
}

.fee-inclusion{
  padding:18px 20px !important;
  margin-top:15px !important;
}

/* Partner cards had the most obvious unused white space */
.partner-card{
  min-height:0 !important;
  padding:20px 20px 21px !important;
}
.partner-wordmark{
  height:62px !important;
  min-height:62px !important;
  margin-bottom:5px !important;
}
.partner-wordmark a{
  height:56px !important;
}
.partner-wordmark img{
  max-height:48px !important;
  max-width:190px !important;
}
.partner-card .website-hint{
  margin:2px 0 8px !important;
  padding:5px 9px !important;
}
.partner-card p{
  line-height:1.45 !important;
}

/* Faculty cards: compact closed state, expand only when needed */
.faculty-grid .faculty-card,
.addverb-grid .faculty-card,
.trainer-grid .faculty-card{
  height:248px !important;
  min-height:248px !important;
  max-height:248px !important;
}
.faculty-grid .faculty-photo,
.addverb-grid .faculty-photo,
.trainer-grid .faculty-photo{
  min-height:248px !important;
  height:248px !important;
  max-height:248px !important;
}
.faculty-grid .faculty-copy,
.addverb-grid .faculty-copy,
.trainer-grid .faculty-copy{
  padding:15px 17px !important;
}
.faculty-grid .faculty-copy h3{
  font-size:20px !important;
}
.faculty-grid .faculty-copy .role{
  min-height:32px !important;
  margin-bottom:7px !important;
}
.faculty-detail-body{
  height:105px !important;
}
.faculty-card.expanded,
.addverb-grid .faculty-card.expanded,
.trainer-grid .faculty-card.expanded{
  height:auto !important;
  min-height:248px !important;
  max-height:none !important;
}
.faculty-card.expanded .faculty-detail-body{
  height:auto !important;
}

@media(max-width:760px){
  .cards .card,
  .audience-card,
  .journey-step,
  .delivery-card{
    padding:16px !important;
  }
  .partner-card{
    padding:18px !important;
  }
  .faculty-grid .faculty-card,
  .addverb-grid .faculty-card,
  .trainer-grid .faculty-card{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
  .faculty-grid .faculty-photo,
  .addverb-grid .faculty-photo,
  .trainer-grid .faculty-photo{
    height:225px !important;
    min-height:225px !important;
    max-height:225px !important;
  }
}



/* Footer contact + legal popup */
.footer-contact-new{
  max-width:1180px;
  margin:0 auto 24px;
  padding:0 20px;
}
.footer-contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.07);
}
.footer-contact-copy h3{
  margin:4px 0 5px;
  color:#fff;
  font-size:22px;
}
.footer-contact-copy p{
  margin:0;
  color:rgba(255,255,255,.72);
  max-width:620px;
  line-height:1.5;
}
.footer-kicker,
.legal-modal-kicker{
  display:inline-block;
  color:#f9a13d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.footer-contact-actions{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}
.footer-contact-chip{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:190px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  color:#fff !important;
  text-decoration:none !important;
  background:rgba(255,255,255,.06);
}
.footer-contact-chip:hover{
  background:rgba(255,255,255,.11);
  transform:translateY(-1px);
}
.footer-contact-icon{
  width:36px;height:36px;
  display:grid;place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.11);
  color:#f9a13d;
}
.footer-contact-icon svg{width:18px;height:18px}
.footer-contact-chip small{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:10px;
  margin-bottom:1px;
}
.footer-contact-chip strong{
  display:block;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.legal-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}
.legal-modal.open{display:block}
.legal-modal-backdrop{
  position:absolute;inset:0;
  background:rgba(4,22,41,.72);
  backdrop-filter:blur(4px);
}
.legal-modal-dialog{
  position:relative;
  width:min(760px,calc(100% - 32px));
  max-height:min(78vh,720px);
  overflow:auto;
  margin:10vh auto 0;
  padding:28px 30px 30px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.legal-modal-close{
  position:absolute;
  right:16px;top:14px;
  width:38px;height:38px;
  border:1px solid #dce5ee;
  border-radius:50%;
  background:#f7fafc;
  color:#123f73;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.legal-modal-head h2{
  margin:5px 45px 16px 0;
  color:#123f73;
  font-size:27px;
}
.legal-modal-body{
  color:#53677d;
  font-size:14px;
  line-height:1.7;
}
.legal-modal-body h3{
  margin:20px 0 6px;
  color:#123f73;
  font-size:16px;
}
.legal-modal-body p{margin:0 0 10px}
.legal-modal-body ul{
  margin:6px 0 12px 20px;
  padding:0;
}
body.legal-modal-open{overflow:hidden}

@media(max-width:850px){
  .footer-contact-inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-contact-actions{
    width:100%;
  }
  .footer-contact-chip{
    flex:1 1 0;
  }
}
@media(max-width:600px){
  .footer-contact-new{padding:0 14px}
  .footer-contact-inner{padding:18px}
  .footer-contact-actions{
    flex-direction:column;
  }
  .footer-contact-chip{
    width:100%;
    min-width:0;
  }
  .legal-modal-dialog{
    width:calc(100% - 20px);
    margin:5vh auto 0;
    max-height:90vh;
    padding:23px 19px 24px;
  }
}



/* Original Legal column retained; existing terms are now clickable popups */
footer .footer-grid .footer-links a[data-legal]{
  cursor:pointer;
}
footer .footer-grid .footer-links a[data-legal]:hover{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
}



/* Balanced admissions layout */
.admissions-balanced{
  display:grid;
  gap:18px;
}
.admissions-eligibility-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.admissions-eligibility-row .eligibility-item{
  min-height:0 !important;
  padding:16px 18px !important;
  border-radius:15px !important;
}
.admissions-eligibility-row .eligibility-item b{
  margin-bottom:4px !important;
  font-size:15px;
}
.admissions-eligibility-row .eligibility-item span{
  line-height:1.45;
}

.admissions-main-grid{
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.38fr);
  gap:18px;
  align-items:stretch;
}
.admissions-fee-slot{
  min-width:0;
}
.admissions-fee-slot .fee-card{
  position:static !important;
  height:100%;
  min-height:0;
  padding:25px !important;
  border-radius:20px !important;
  display:flex;
  flex-direction:column;
}
.admissions-fee-slot .fee-card .price{
  margin-top:13px !important;
}
.admissions-fee-slot .fee-list{
  gap:8px !important;
  margin:17px 0 18px !important;
}
.admissions-fee-slot .fee-list div{
  line-height:1.42;
}
.admissions-fee-slot .fee-card .btn{
  margin-top:auto;
}
.admissions-fee-slot .cost-note{
  margin-bottom:0 !important;
}

.admissions-process-panel{
  min-width:0;
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#f8fbfe;
}
.admissions-process-head{
  margin-bottom:13px;
}
.admissions-mini-kicker{
  margin-bottom:4px;
}
.admissions-process-head h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:22px;
  line-height:1.25;
}
.admissions-process-head p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}

.process-flow-compact{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px !important;
}
.process-flow-compact .process-item{
  min-width:0;
  grid-template-columns:34px minmax(0,1fr) !important;
  gap:10px !important;
  padding:13px 14px !important;
  border-radius:13px !important;
  align-content:start;
}
.process-flow-compact .process-item .process-no{
  width:30px !important;
  height:30px !important;
  font-size:13px;
}
.process-flow-compact .process-item b{
  margin-bottom:2px !important;
  font-size:14px;
  line-height:1.3;
}
.process-flow-compact .process-item span{
  display:block;
  font-size:12px !important;
  line-height:1.45;
}
.admissions-process-panel .shortlist-brochure-note{
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  font-size:12px !important;
  line-height:1.45;
  border-radius:12px !important;
}

@media(max-width:980px){
  .admissions-main-grid{
    grid-template-columns:1fr;
  }
  .admissions-fee-slot .fee-card{
    height:auto;
  }
}
@media(max-width:700px){
  .admissions-eligibility-row{
    grid-template-columns:1fr;
  }
  .process-flow-compact{
    grid-template-columns:1fr !important;
  }
  .admissions-process-panel{
    padding:16px;
  }
}



/* Faculty qualification/expertise - consistent 2-3 line preview */
.faculty-card{
  overflow:visible !important;
}
.faculty-card .faculty-copy{
  overflow:visible !important;
}
.faculty-expand-block{
  position:relative;
  margin:0 0 7px;
}
.faculty-expand-block .qualification,
.faculty-expand-block .expertise{
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden !important;
  max-height:4.65em;
  margin:0 !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
.faculty-expand-block.expanded .qualification,
.faculty-expand-block.expanded .expertise{
  display:block !important;
  -webkit-line-clamp:unset;
  max-height:none !important;
  overflow:visible !important;
}
.faculty-inline-more{
  display:inline-block;
  margin-top:3px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--blue);
  font:inherit;
  font-size:11px;
  font-weight:800;
  line-height:1.25;
  cursor:pointer;
}
.faculty-inline-more:hover{
  text-decoration:underline;
  text-underline-offset:2px;
}
.faculty-inline-more.is-hidden{
  display:none !important;
}

/* Override the previous fixed detail-body/card truncation system */
.faculty-detail-body{
  height:auto !important;
  overflow:visible !important;
}
.faculty-detail-body:after{
  display:none !important;
}
.faculty-grid .faculty-card,
.addverb-grid .faculty-card,
.trainer-grid .faculty-card{
  height:260px !important;
  min-height:260px !important;
  max-height:none !important;
}
.faculty-grid .faculty-photo,
.addverb-grid .faculty-photo,
.trainer-grid .faculty-photo{
  height:260px !important;
  min-height:260px !important;
  max-height:260px !important;
}
.faculty-card:has(.faculty-expand-block.expanded){
  height:auto !important;
}
.faculty-card:has(.faculty-expand-block.expanded) .faculty-photo{
  height:auto !important;
  min-height:260px !important;
  max-height:none !important;
}

/* Keep the long curriculum title in one line on desktop */
.module-nowrap-title{
  white-space:nowrap !important;
  font-size:clamp(13px,1.1vw,16px) !important;
  letter-spacing:-0.01em;
}
@media(max-width:1180px){
  .module-nowrap-title{
    font-size:13px !important;
  }
}
@media(max-width:760px){
  .faculty-grid .faculty-card,
  .addverb-grid .faculty-card,
  .trainer-grid .faculty-card{
    height:auto !important;
    min-height:0 !important;
  }
  .faculty-grid .faculty-photo,
  .addverb-grid .faculty-photo,
  .trainer-grid .faculty-photo{
    height:225px !important;
    min-height:225px !important;
    max-height:225px !important;
  }
  .module-nowrap-title{
    white-space:normal !important;
    font-size:15px !important;
  }
}



/* ----------------------------------------------------------
   Mobile-first visual polish
   ---------------------------------------------------------- */

/* Give key sections a distinct visual identity so the page
   does not feel like a continuous white canvas. */
.audience-bg-section{
  position:relative;
  background:
    radial-gradient(circle at 8% 10%, rgba(22,119,184,.09), transparent 28%),
    linear-gradient(180deg,#f3f9fd 0%,#edf6fb 100%) !important;
  border-top:1px solid #dceaf4;
  border-bottom:1px solid #dceaf4;
}
.audience-bg-section::before{
  content:"";
  position:absolute;
  top:0; left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 32px));
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(18,63,115,.18),transparent);
}
.audience-bg-section .audience-card{
  background:rgba(255,255,255,.88) !important;
  box-shadow:0 10px 28px rgba(18,63,115,.06);
}

.journey-bg-section{
  position:relative;
  background:
    linear-gradient(135deg,rgba(18,63,115,.035),rgba(249,161,61,.06)),
    #fffaf4 !important;
  border-top:1px solid #f1e4d5;
  border-bottom:1px solid #f1e4d5;
}
.journey-bg-section .journey-step,
.journey-bg-section .delivery-card{
  background:#fff !important;
  box-shadow:0 10px 26px rgba(44,55,72,.055);
}
.journey-bg-section .journey-step{
  border-color:#eadfce !important;
}

/* Faculty mobile: show the whole photograph, not only the face.
   Desktop remains unchanged. */
@media(max-width:760px){
  .faculty-grid,
  .trainer-grid,
  .addverb-grid{
    gap:14px !important;
  }

  .faculty-grid .faculty-card,
  .trainer-grid .faculty-card,
  .addverb-grid .faculty-card{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
    border-radius:16px !important;
  }

  .faculty-grid .faculty-photo,
  .trainer-grid .faculty-photo,
  .addverb-grid .faculty-photo{
    width:100% !important;
    height:280px !important;
    min-height:280px !important;
    max-height:280px !important;
    padding:10px !important;
    border-right:0 !important;
    border-bottom:1px solid var(--line) !important;
    background:#f5f7fa !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .faculty-grid .faculty-photo img,
  .trainer-grid .faculty-photo img,
  .addverb-grid .faculty-photo img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:10px !important;
    background:#fff !important;
  }

  .faculty-grid .faculty-copy,
  .trainer-grid .faculty-copy,
  .addverb-grid .faculty-copy{
    padding:15px 16px 16px !important;
  }

  .faculty-grid .faculty-copy h3,
  .trainer-grid .faculty-copy h3,
  .addverb-grid .faculty-copy h3{
    font-size:18px !important;
    line-height:1.25 !important;
  }

  .faculty-grid .faculty-copy .role,
  .trainer-grid .faculty-copy .role,
  .addverb-grid .faculty-copy .role{
    min-height:0 !important;
    margin-bottom:8px !important;
  }

  .faculty-expand-block .qualification,
  .faculty-expand-block .expertise{
    -webkit-line-clamp:3;
    max-height:4.65em;
  }

  /* Tighter section rhythm on mobile */
  section{
    padding-top:40px !important;
    padding-bottom:40px !important;
  }

  .audience-bg-section,
  .journey-bg-section{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }

  .audience-bg-section .section-title,
  .journey-bg-section .section-title{
    max-width:100% !important;
  }

  .audience-card,
  .journey-step,
  .delivery-card{
    border-radius:15px !important;
  }
}

/* Very small phones */
@media(max-width:430px){
  .faculty-grid .faculty-photo,
  .trainer-grid .faculty-photo,
  .addverb-grid .faculty-photo{
    height:245px !important;
    min-height:245px !important;
    max-height:245px !important;
  }

  .faculty-grid .faculty-copy,
  .trainer-grid .faculty-copy,
  .addverb-grid .faculty-copy{
    padding:13px 14px 15px !important;
  }
}



@media(min-width:981px){
  .hero .hero-grid,.hero-grid{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    gap:22px!important;
    align-items:center!important;
  }
  .hero .container{max-width:1360px!important;}
  .hero-media,.hero-visual,.hero-slider-wrap{width:100%!important;min-width:0!important;}
  .hero-slider,.hero-carousel{
    width:100%!important;max-width:none!important;
    height:470px!important;min-height:470px!important;
    padding:8px!important;border-radius:22px!important;
  }
  .hero-slide,.hero-carousel .slide,.hero-slider .slide{
    width:100%!important;height:100%!important;min-height:454px!important;
    border-radius:16px!important;overflow:hidden!important;
  }
  .hero-slide img,.hero-carousel .slide img,.hero-slider .slide img,.hero-media img{
    width:100%!important;height:100%!important;min-height:454px!important;
    object-fit:cover!important;object-position:center!important;border-radius:16px!important;
  }
}
@media(min-width:1280px){
  .hero .hero-grid,.hero-grid{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
    gap:18px!important;
  }
  .hero-slider,.hero-carousel{height:500px!important;min-height:500px!important;}
  .hero-slide,.hero-carousel .slide,.hero-slider .slide,
  .hero-slide img,.hero-carousel .slide img,.hero-slider .slide img,.hero-media img{
    min-height:484px!important;
  }
}
@media(min-width:761px) and (max-width:980px){
  .hero .hero-grid,.hero-grid{
    grid-template-columns:1fr 1fr!important;gap:16px!important;align-items:center!important;
  }
  .hero-slider,.hero-carousel{height:380px!important;min-height:380px!important;padding:7px!important;}
  .hero-slide,.hero-carousel .slide,.hero-slider .slide,
  .hero-slide img,.hero-carousel .slide img,.hero-slider .slide img,.hero-media img{
    height:100%!important;min-height:366px!important;object-fit:cover!important;
  }
}
@media(max-width:760px){
  .hero .hero-grid,.hero-grid{grid-template-columns:1fr!important;gap:16px!important;}
  .hero-media,.hero-visual,.hero-slider-wrap{width:100%!important;order:2;}
  .hero-slider,.hero-carousel{
    width:100%!important;height:auto!important;min-height:0!important;
    padding:6px!important;border-radius:18px!important;
  }
  .hero-slide,.hero-carousel .slide,.hero-slider .slide{
    width:100%!important;height:auto!important;min-height:0!important;
    aspect-ratio:4/3!important;border-radius:14px!important;overflow:hidden!important;
  }
  .hero-slide img,.hero-carousel .slide img,.hero-slider .slide img,.hero-media img{
    width:100%!important;height:100%!important;min-height:0!important;
    object-fit:contain!important;object-position:center!important;border-radius:14px!important;background:#fff!important;
  }
}



/* Final hero balance: stronger imagery without overpowering the content */
@media(min-width:981px){
  .hero{
    padding-top:42px !important;
    padding-bottom:28px !important;
  }

  .hero .container{
    max-width:1380px !important;
  }

  .hero .hero-grid,
  .hero-grid{
    grid-template-columns:minmax(0,1.22fr) minmax(430px,.98fr) !important;
    gap:28px !important;
    align-items:start !important;
  }

  .course-title{
    margin-bottom:12px !important;
  }

  .course-title-main{
    font-size:clamp(50px,4vw,62px) !important;
    line-height:1.08 !important;
    letter-spacing:-1.8px !important;
    white-space:normal !important;
  }

  .course-title-main > span{
    white-space:nowrap;
  }

  .hero-bullets{
    margin-bottom:18px !important;
    gap:7px !important;
  }

  .hero-actions{
    margin-bottom:16px !important;
  }

  .hero-points{
    gap:10px !important;
  }

  .hero-point{
    padding:12px 13px !important;
  }

  .robot-card{
    padding:14px !important;
    border-radius:22px !important;
    box-shadow:0 24px 62px rgba(0,0,0,.22) !important;
  }

  .hero-carousel{
    height:410px !important;
    min-height:410px !important;
    padding:0 !important;
    border-radius:16px !important;
  }

  .hero-slide,
  .hero-carousel .slide,
  .hero-slider .slide{
    min-height:410px !important;
    height:410px !important;
    border-radius:16px !important;
  }

  .hero-slide img,
  .hero-carousel .slide img,
  .hero-slider .slide img,
  .hero-media img{
    min-height:410px !important;
    height:410px !important;
    object-fit:cover !important;
    border-radius:16px !important;
  }

  .hero-slide{
    padding:20px !important;
  }

  .hero-slide-copy strong{
    font-size:20px !important;
  }

  .hero-note{
    padding:12px 2px 0 !important;
    font-size:12px !important;
  }
}

/* Laptop widths: keep title and image balanced */
@media(min-width:981px) and (max-width:1220px){
  .hero .hero-grid,
  .hero-grid{
    grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr) !important;
    gap:22px !important;
  }

  .course-title-main{
    font-size:clamp(44px,4.1vw,54px) !important;
  }

  .hero-carousel,
  .hero-slide,
  .hero-carousel .slide,
  .hero-slider .slide,
  .hero-slide img,
  .hero-carousel .slide img,
  .hero-slider .slide img,
  .hero-media img{
    height:390px !important;
    min-height:390px !important;
  }
}

/* Mobile/tablet: image below content, full width and complete */
@media(max-width:980px){
  .course-title-main br{
    display:none;
  }
}

@media(max-width:760px){
  .hero{
    padding-top:28px !important;
    padding-bottom:24px !important;
  }

  .course-title-main{
    font-size:clamp(36px,11vw,48px) !important;
    line-height:1.08 !important;
  }

  .course-title-main > span{
    white-space:normal !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .hero-points{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
  }

  .hero-point{
    padding:11px 12px !important;
  }

  .robot-card{
    padding:8px !important;
    border-radius:18px !important;
  }

  .hero-carousel{
    aspect-ratio:4/3 !important;
    height:auto !important;
    min-height:0 !important;
    border-radius:13px !important;
  }

  .hero-slide,
  .hero-carousel .slide,
  .hero-slider .slide{
    aspect-ratio:4/3 !important;
    height:100% !important;
    min-height:0 !important;
  }

  .hero-slide img,
  .hero-carousel .slide img,
  .hero-slider .slide img,
  .hero-media img{
    height:100% !important;
    min-height:0 !important;
    object-fit:contain !important;
    background:#fff !important;
  }

  .hero-note{
    padding:9px 3px 1px !important;
    gap:8px !important;
    font-size:11px !important;
  }
}



/* ===== FINAL HERO OVERRIDE: 58 / 42 ===== */
@media (min-width:981px){
  section.hero{
    padding:36px 0 22px !important;
    min-height:auto !important;
  }

  section.hero > .container.hero-grid{
    max-width:1380px !important;
    display:grid !important;
    grid-template-columns:minmax(0,58fr) minmax(0,42fr) !important;
    gap:24px !important;
    align-items:start !important;
  }

  section.hero .hero-copy{
    min-width:0 !important;
    width:100% !important;
  }

  section.hero h1.course-title{
    margin:14px 0 14px !important;
    max-width:none !important;
    width:100% !important;
  }

  section.hero .course-title-kicker{
    font-size:42px !important;
    line-height:1 !important;
  }

  section.hero .course-title-main{
    display:block !important;
    font-size:52px !important;
    line-height:1.06 !important;
    letter-spacing:-1.4px !important;
    max-width:none !important;
    width:100% !important;
  }

  section.hero .course-title-main br{
    display:none !important;
  }

  section.hero .course-title-main > span{
    white-space:normal !important;
  }

  section.hero .hero-bullets{
    margin:14px 0 16px !important;
    gap:5px !important;
    font-size:15px !important;
  }

  section.hero .hero-actions{
    margin:0 0 14px !important;
    gap:10px !important;
  }

  section.hero .hero-actions .btn{
    min-height:48px !important;
    padding:12px 20px !important;
  }

  section.hero .hero-points{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:9px !important;
  }

  section.hero .hero-point{
    padding:11px 12px !important;
    min-height:86px !important;
  }

  section.hero .hero-point strong{
    font-size:14px !important;
    line-height:1.25 !important;
  }

  section.hero .hero-point span{
    font-size:11px !important;
    line-height:1.4 !important;
  }

  section.hero .robot-card{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    padding:10px !important;
    border-radius:22px !important;
  }

  section.hero .hero-carousel{
    width:100% !important;
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    padding:0 !important;
    border-radius:15px !important;
  }

  section.hero .hero-slide{
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    padding:0 !important;
    border-radius:15px !important;
  }

  section.hero .hero-slide img{
    width:100% !important;
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:15px !important;
  }

  section.hero .hero-slide-copy{
    left:18px !important;
    right:18px !important;
    bottom:18px !important;
  }

  section.hero .hero-slide-copy strong{
    font-size:18px !important;
  }

  section.hero .hero-slide-copy span{
    font-size:11.5px !important;
    line-height:1.4 !important;
  }

  section.hero .hero-note{
    padding:9px 2px 0 !important;
    font-size:11.5px !important;
  }
}

@media (min-width:981px) and (max-width:1220px){
  section.hero > .container.hero-grid{
    grid-template-columns:minmax(0,60fr) minmax(0,40fr) !important;
    gap:20px !important;
  }

  section.hero .course-title-kicker{
    font-size:36px !important;
  }

  section.hero .course-title-main{
    font-size:46px !important;
  }

  section.hero .hero-carousel,
  section.hero .hero-slide,
  section.hero .hero-slide img{
    height:330px !important;
    min-height:330px !important;
    max-height:330px !important;
  }
}

/* Mobile/tablet: preserve full product image and compact height */
@media (max-width:980px){
  section.hero > .container.hero-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  section.hero .course-title-main br{
    display:none !important;
  }
}

@media (max-width:760px){
  section.hero{
    padding:26px 0 22px !important;
  }

  section.hero .course-title-kicker{
    font-size:27px !important;
  }

  section.hero .course-title-main{
    font-size:38px !important;
    line-height:1.08 !important;
  }

  section.hero .hero-points{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  section.hero .robot-card{
    padding:7px !important;
  }

  section.hero .hero-carousel,
  section.hero .hero-slide{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:4/3 !important;
  }

  section.hero .hero-slide img{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:contain !important;
    background:#fff !important;
  }
}



/* ===== HERO SLIDER CAPTION / DOT COLLISION FIX ===== */
section.hero .hero-slide:before{
  background:
    linear-gradient(180deg,
      rgba(4,23,42,0) 48%,
      rgba(4,23,42,.18) 62%,
      rgba(4,23,42,.90) 100%) !important;
}

section.hero .hero-slide-copy{
  left:18px !important;
  right:150px !important;
  bottom:16px !important;
  padding:10px 12px !important;
  border-radius:11px !important;
  background:rgba(4,27,50,.50) !important;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  z-index:5 !important;
}

section.hero .hero-slide-copy strong{
  margin:0 0 3px !important;
  font-size:18px !important;
  line-height:1.2 !important;
  color:#fff !important;
  text-shadow:none !important;
}

section.hero .hero-slide-copy span{
  display:block !important;
  max-width:100% !important;
  margin:0 !important;
  font-size:11.5px !important;
  line-height:1.4 !important;
  color:rgba(255,255,255,.92) !important;
  text-shadow:none !important;
}

section.hero .carousel-dots{
  right:16px !important;
  bottom:20px !important;
  z-index:7 !important;
  padding:7px 9px !important;
  gap:6px !important;
  border-radius:999px !important;
  background:rgba(4,27,50,.46) !important;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

section.hero .carousel-dot{
  width:8px !important;
  height:8px !important;
  min-width:8px !important;
  background:rgba(255,255,255,.55) !important;
}

section.hero .carousel-dot.active{
  width:22px !important;
  min-width:22px !important;
  background:#fff !important;
}

/* Laptop: keep the reserved dot area proportionate */
@media(min-width:981px) and (max-width:1220px){
  section.hero .hero-slide-copy{
    right:132px !important;
    left:15px !important;
    bottom:14px !important;
    padding:9px 10px !important;
  }
  section.hero .hero-slide-copy strong{
    font-size:16px !important;
  }
  section.hero .hero-slide-copy span{
    font-size:10.5px !important;
  }
  section.hero .carousel-dots{
    right:13px !important;
    bottom:16px !important;
    padding:6px 7px !important;
    gap:5px !important;
  }
}

/* Mobile: stack caption above dots so there is zero collision */
@media(max-width:760px){
  section.hero .hero-slide-copy{
    left:10px !important;
    right:10px !important;
    bottom:44px !important;
    padding:8px 9px !important;
    border-radius:9px !important;
  }

  section.hero .hero-slide-copy strong{
    font-size:15px !important;
  }

  section.hero .hero-slide-copy span{
    font-size:10px !important;
    line-height:1.35 !important;
  }

  section.hero .carousel-dots{
    left:50% !important;
    right:auto !important;
    bottom:9px !important;
    transform:translateX(-50%) !important;
    padding:5px 7px !important;
    gap:5px !important;
  }

  section.hero .carousel-dot{
    width:7px !important;
    height:7px !important;
    min-width:7px !important;
  }

  section.hero .carousel-dot.active{
    width:19px !important;
    min-width:19px !important;
  }
}



/* ===== Hero finishing pass ===== */
@media(min-width:981px){
  section.hero .course-title-main{
    display:block !important;
    font-size:52px !important;
    line-height:1.06 !important;
    letter-spacing:-1.35px !important;
  }

  section.hero .course-title-line{
    display:block !important;
    white-space:nowrap !important;
  }

  section.hero .course-title-line-1{
    margin-bottom:2px;
  }

  /* Keep the already-good slider proportions */
  section.hero .hero-carousel{
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
  }

  section.hero .hero-slide,
  section.hero .hero-slide img{
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
  }
}

/* Floating CTAs: always remain fully inside viewport */
.enquire-float{
  right:22px !important;
  bottom:88px !important;
  z-index:60 !important;
  max-width:calc(100vw - 28px);
}
.floating-apply{
  right:22px !important;
  bottom:20px !important;
  z-index:61 !important;
  max-width:calc(100vw - 28px);
}

@media(max-width:980px){
  section.hero .course-title-line{
    white-space:normal !important;
  }
}

@media(max-width:640px){
  section.hero .course-title-main{
    font-size:38px !important;
    line-height:1.08 !important;
  }

  section.hero .course-title-line{
    display:inline !important;
    white-space:normal !important;
  }

  section.hero .course-title-line-1::after{
    content:" ";
  }

  .enquire-float{
    right:12px !important;
    bottom:68px !important;
  }

  .floating-apply{
    right:12px !important;
    bottom:12px !important;
  }
}



/* ==========================================================
   CLEAN HERO V3 - intentionally overrides all legacy hero CSS
   ========================================================== */
@media (min-width:981px){
  #programmeHeroV3{
    padding:34px 0 24px !important;
    min-height:0 !important;
  }

  #programmeHeroV3 > .container.hero-grid{
    width:min(1400px,calc(100% - 44px)) !important;
    max-width:1400px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,55fr) minmax(0,45fr) !important;
    gap:30px !important;
    align-items:stretch !important;
  }

  #programmeHeroV3 .hero-copy{
    width:100% !important;
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
  }

  #programmeHeroV3 .course-title{
    width:100% !important;
    max-width:none !important;
    margin:14px 0 14px !important;
  }

  #programmeHeroV3 .course-title-kicker{
    display:block !important;
    color:#fff !important;
    font-size:42px !important;
    line-height:1.05 !important;
    margin-bottom:8px !important;
  }

  #programmeHeroV3 .course-title-main{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    color:#ffb54e !important;
    font-size:54px !important;
    line-height:1.04 !important;
    letter-spacing:-1.5px !important;
  }

  #programmeHeroV3 .v3-title-line{
    display:block !important;
    white-space:nowrap !important;
  }

  #programmeHeroV3 .hero-bullets{
    margin:10px 0 16px !important;
    gap:6px !important;
  }

  #programmeHeroV3 .hero-actions{
    margin:0 0 14px !important;
  }

  #programmeHeroV3 .hero-points{
    margin-top:auto !important;
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:9px !important;
  }

  #programmeHeroV3 .hero-point{
    min-height:94px !important;
    padding:12px 13px !important;
  }

  #programmeHeroV3 .robot-card{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:100% !important;
    padding:11px !important;
    display:flex !important;
    flex-direction:column !important;
    border-radius:22px !important;
  }

  #programmeHeroV3 .hero-carousel{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    flex:1 1 auto !important;
    aspect-ratio:16/10 !important;
    padding:0 !important;
    border-radius:16px !important;
    overflow:hidden !important;
  }

  #programmeHeroV3 .hero-slide{
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    padding:0 !important;
    border-radius:16px !important;
    overflow:hidden !important;
  }

  #programmeHeroV3 .hero-slide img{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:16px !important;
  }

  #programmeHeroV3 .hero-slide-copy{
    display:none !important;
  }

  #programmeHeroV3 .hero-slide::before{
    background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.10)) !important;
  }

  #programmeHeroV3 .carousel-dots{
    left:auto !important;
    right:14px !important;
    bottom:12px !important;
    transform:none !important;
    padding:6px 8px !important;
    background:rgba(4,27,50,.58) !important;
    border-radius:999px !important;
    z-index:8 !important;
  }

  #programmeHeroV3 .hero-caption-v3{
    flex:0 0 auto;
    padding:11px 4px 8px !important;
    min-height:57px !important;
  }

  #programmeHeroV3 .hero-caption-v3 strong{
    display:block;
    color:#123f73;
    font-size:16px;
    line-height:1.2;
    margin-bottom:3px;
  }

  #programmeHeroV3 .hero-caption-v3 span{
    display:block;
    color:#64778b;
    font-size:11.5px;
    line-height:1.35;
  }

  #programmeHeroV3 .hero-note{
    margin-top:0 !important;
    padding:10px 4px 2px !important;
    border-top:1px solid #dbe6ef !important;
    font-size:11.5px !important;
  }
}

@media (min-width:981px) and (max-width:1240px){
  #programmeHeroV3 > .container.hero-grid{
    grid-template-columns:minmax(0,57fr) minmax(0,43fr) !important;
    gap:22px !important;
  }
  #programmeHeroV3 .course-title-kicker{
    font-size:36px !important;
  }
  #programmeHeroV3 .course-title-main{
    font-size:46px !important;
  }
}

@media (max-width:980px){
  #programmeHeroV3 > .container.hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  #programmeHeroV3 .v3-title-line{
    white-space:normal !important;
  }

  #programmeHeroV3 .robot-card{
    width:100% !important;
    max-width:none !important;
  }

  #programmeHeroV3 .hero-slide-copy{
    display:none !important;
  }

  #programmeHeroV3 .hero-caption-v3{
    padding:10px 4px 7px !important;
  }
}

@media (max-width:640px){
  #programmeHeroV3{
    padding:26px 0 22px !important;
  }

  #programmeHeroV3 > .container.hero-grid{
    width:min(100% - 24px,1400px) !important;
  }

  #programmeHeroV3 .course-title-kicker{
    font-size:27px !important;
  }

  #programmeHeroV3 .course-title-main{
    font-size:38px !important;
    line-height:1.07 !important;
  }

  #programmeHeroV3 .v3-title-line{
    display:block !important;
  }

  #programmeHeroV3 .hero-points{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  #programmeHeroV3 .robot-card{
    padding:7px !important;
  }

  #programmeHeroV3 .hero-carousel{
    aspect-ratio:4/3 !important;
  }

  #programmeHeroV3 .hero-slide img{
    object-fit:contain !important;
    background:#fff !important;
  }

  #programmeHeroV3 .hero-caption-v3 strong{
    font-size:15px;
  }

  #programmeHeroV3 .hero-caption-v3 span{
    font-size:10.5px;
  }
}



/* ===== ASP.NET WebForms integration ===== */
.application-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px}
.application-step{padding:10px 12px;border-radius:10px;background:#f3f6f9;color:#758195;font-size:12px;font-weight:800;text-align:center;border:1px solid #e5eaf0}
.application-step.active{background:#eaf3fb;border-color:#b8d8f0;color:var(--navy)}
.application-step.done{background:#eff9f3;border-color:#c7e8d3;color:#2b7750}
.verified-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:99px;background:#eaf8f0;color:#25744b;font-size:12px;font-weight:800}
.form-note{padding:12px 14px;border-radius:11px;background:#f7fafc;border:1px solid var(--line);font-size:13px;color:#536176;margin-bottom:16px;line-height:1.55}
.otp-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.modal-message{padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:13px;line-height:1.45}
.modal-message.error{background:#fff1f0;border:1px solid #ffc9c5;color:#a33128}
.modal-message.success{background:#eefaf3;border:1px solid #bce9ce;color:#226b40}
.modal-message.info{background:#eef7ff;border:1px solid #c6e2fb;color:#28597e}
.summary-box{display:grid;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.summary-row{display:grid;grid-template-columns:180px minmax(0,1fr);border-bottom:1px solid var(--line)}
.summary-row:last-child{border-bottom:0}
.summary-row span,.summary-row strong{padding:10px 12px;font-size:13px}
.summary-row span{background:#f8fafc;color:var(--muted)}
.summary-row strong{color:var(--navy);overflow-wrap:anywhere}
.field-help{display:block;margin-top:5px;font-size:11px;color:#7d8795}
.payment-preview{margin-top:18px;padding:15px;border-radius:12px;background:#f7fafc;border:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;align-items:center}
.payment-preview strong{color:var(--navy);font-size:18px}
.btn-disabled{opacity:.56;cursor:not-allowed!important;filter:saturate(.55)}
.not-found-page{min-height:100vh;display:grid;place-items:center;padding:25px;background:#f6f9fc}
.not-found-card{max-width:620px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px;box-shadow:0 20px 50px rgba(18,45,88,.12)}
.not-found-card h1{color:#0b315c;margin-top:0}
#applyModal .modal-card{width:min(900px,100%)}
#applyModal .modal-body{padding-top:18px}
#txtVerifiedEmail[readonly]{background:#f5f7fa;color:#4b596d}
.skills{display:flex;flex-wrap:wrap;gap:10px}
.skill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:99px;padding:8px 11px;font-size:13px;color:#34425a;background:#fff;cursor:pointer}
.skill input{width:auto!important;margin:0 6px 0 0!important;padding:0!important;box-shadow:none!important;accent-color:var(--navy)}
#enquireModal .field input,#enquireModal .field select,#enquireModal .field textarea{width:100%}
@media(max-width:640px){
  .application-steps{grid-template-columns:1fr}
  .otp-row{grid-template-columns:1fr}
  .otp-row .btn{width:100%}
  .summary-row{grid-template-columns:1fr}
  .summary-row span{padding-bottom:3px}
  .summary-row strong{padding-top:4px}
}
.form-status.info{color:#28597e}
.enquiry-card{width:min(650px,100%)}


/* ==========================================================
   22 AUG 2026 - APPROVED CHANGE REQUEST + APPLICATION FLOW V4
   ========================================================== */

/* Compact Academic Leadership & Faculty directory */
.faculty-directory-section{
  background:#fff;
}
.faculty-directory-head{
  margin-bottom:28px !important;
}
.faculty-directory{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 22px;
}
.faculty-directory-card{
  min-width:0;
  display:grid;
  grid-template-columns:94px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:13px;
  border:1px solid #e3e9f1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(18,63,115,.045);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.faculty-directory-card:hover{
  transform:translateY(-2px);
  border-color:#ccd9e8;
  box-shadow:0 14px 32px rgba(18,63,115,.09);
}
.faculty-directory-photo{
  width:94px;
  height:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:13px;
  background:#edf3f8;
  border:1px solid #e0e8f0;
}
.faculty-directory-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.faculty-directory-initials{
  background:linear-gradient(145deg,#123f73,#1677b8);
  color:#fff;
  font-size:27px;
  font-weight:900;
  letter-spacing:1px;
}
.faculty-directory-copy{
  min-width:0;
}
.faculty-directory-copy h3{
  margin:0 0 4px;
  color:#173f73;
  font-size:17px;
  line-height:1.25;
}
.faculty-directory-copy p{
  margin:0 0 8px;
  color:#5e6f83;
  font-size:12.5px;
  line-height:1.45;
}
.faculty-directory-copy span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  background:#eef6fb;
  color:#13679f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

/* Application modal */
.application-modal-card{
  width:min(980px,100%) !important;
  max-height:94vh !important;
}
.application-modal-head{
  align-items:flex-start !important;
  gap:18px;
}
.application-modal-title{
  min-width:0;
}
.application-kicker{
  display:block;
  margin-bottom:4px;
  color:var(--orange);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.2px;
}
.application-modal-title h2{
  font-size:22px !important;
  line-height:1.3 !important;
}
.application-subtitle{
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
}
.application-head-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.already-applied-link{
  border:1px solid #d8e2ee;
  border-radius:999px;
  background:#f8fbfe;
  color:#64748b;
  padding:9px 12px;
  font:inherit;
  font-size:12px;
  cursor:pointer;
  white-space:nowrap;
}
.already-applied-link strong{
  color:var(--navy);
}
.already-applied-link:hover{
  border-color:#f2b472;
  background:#fff8ef;
}
.application-modal-body{
  padding-top:20px !important;
}
.application-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0 0 20px;
  padding:6px;
  border-radius:15px;
  background:#f3f7fb;
}
.application-step{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:10px 8px;
  border-radius:11px;
  color:#8190a3;
  font-size:12px;
  font-weight:800;
  text-align:center;
}
.application-step span{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dce5ef;
  color:#53677e;
  font-size:11px;
}
.application-step.active{
  background:#fff;
  color:var(--navy);
  box-shadow:0 5px 16px rgba(18,63,115,.08);
}
.application-step.active span{
  background:var(--navy);
  color:#fff;
}
.application-step.done{
  color:#16724c;
}
.application-step.done span{
  background:#dff5e9;
  color:#16724c;
}
.application-stage.is-hidden{
  display:none !important;
}
.application-intro{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
  padding:15px 17px;
  border:1px solid #dce7f1;
  border-radius:14px;
  background:linear-gradient(135deg,#f6fbff,#fffaf3);
}
.application-intro strong,
.application-intro span{
  display:block;
}
.application-intro strong{
  color:var(--navy);
  font-size:14px;
}
.application-intro span{
  margin-top:2px;
  color:#6b7b8f;
  font-size:12px;
}
.application-secure-note{
  flex:0 0 auto;
  padding:6px 10px;
  border-radius:999px;
  background:#e7f7ef;
  color:#15704a;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.application-consent{
  margin-top:18px;
  padding:12px 14px;
  border-radius:11px;
  background:#f8fafc;
  color:#6a7788;
  font-size:11.5px;
  line-height:1.5;
}
.application-primary-actions{
  margin-top:18px !important;
}
.application-status-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  color:#748296;
  font-size:12px;
}
.application-status-strip button{
  border:0;
  background:transparent;
  color:var(--blue);
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.otp-stage-card,
.status-lookup-card{
  max-width:650px;
  margin:10px auto 6px;
  padding:28px;
  border:1px solid #dfe7f0;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:0 16px 42px rgba(18,63,115,.08);
}
.otp-stage-card{
  text-align:center;
}
.otp-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:17px;
  background:#eef7fb;
  color:var(--navy);
  font-size:27px;
}
.otp-stage-card h3,
.status-lookup-card h3{
  margin:3px 0 7px;
  color:var(--navy);
  font-size:24px;
}
.otp-stage-card p,
.status-lookup-card p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:13px;
}
.otp-field{
  max-width:360px;
  margin:0 auto;
  text-align:left;
}
.otp-field input{
  text-align:center;
  font-size:20px !important;
  font-weight:900 !important;
  letter-spacing:7px;
}
.otp-help{
  margin-top:8px;
  color:#8390a1;
  font-size:11px;
}
.otp-actions{
  justify-content:center !important;
  flex-wrap:wrap;
}
.status-back{
  margin:0 0 16px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--blue);
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.status-otp-panel{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--line);
}

/* No fixed Apply button overlay after the change request. */
.floating-apply{
  display:none !important;
}

@media(max-width:760px){
  .faculty-directory{
    grid-template-columns:1fr;
  }
  .faculty-directory-card{
    grid-template-columns:78px minmax(0,1fr);
    gap:12px;
    padding:11px;
  }
  .faculty-directory-photo{
    width:78px;
    height:90px;
  }
  .application-modal-card{
    max-height:100vh !important;
    border-radius:0 !important;
  }
  .application-modal-head{
    position:relative !important;
    padding:16px !important;
  }
  .application-head-actions{
    flex-direction:column-reverse;
    align-items:flex-end;
    gap:5px;
  }
  .already-applied-link{
    padding:6px 9px;
    font-size:10.5px;
  }
  .application-steps{
    grid-template-columns:1fr;
    gap:5px;
  }
  .application-step{
    justify-content:flex-start;
    padding:8px 10px;
  }
  .application-intro{
    align-items:flex-start;
    flex-direction:column;
  }
  .application-status-strip{
    align-items:flex-start;
    flex-direction:column;
  }
  .otp-stage-card,
  .status-lookup-card{
    padding:20px 16px;
    border-radius:15px;
  }
  .otp-actions .btn{
    width:100%;
  }
}


/* Final application validation helpers */
.field-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:6px;
  color:#7a8798;
  font-size:10.5px;
}
.sop-help #sopWordCount{
  font-weight:900;
  color:#6b7788;
}
.sop-help #sopWordCount.is-valid{color:#187550}
.sop-help #sopWordCount.is-invalid{color:#b85c13}
.application-stage input:invalid:not(:placeholder-shown),
.application-stage textarea:invalid:not(:placeholder-shown),
.application-stage select:invalid{
  border-color:#d7897c;
}


/* ==========================================================
   POSTBACK FLOW FIX - EXISTING APPLICANT VISIBILITY
   ========================================================== */
.application-head-actions .already-applied-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  min-height:42px !important;
  padding:9px 14px !important;
  border:2px solid #f58220 !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,#fff8ef,#fff2dc) !important;
  color:#123f73 !important;
  box-shadow:0 8px 20px rgba(245,130,32,.18) !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}

.application-head-actions .already-applied-link:before{
  content:"\2713";
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f58220;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.application-head-actions .already-applied-link:hover,
.application-head-actions .already-applied-link:focus{
  transform:translateY(-1px);
  background:#ffeed5 !important;
  box-shadow:0 12px 28px rgba(245,130,32,.24) !important;
  outline:none;
}

.application-head-actions .already-applied-label{
  color:#5b6c7f;
  font-weight:800;
}

.application-head-actions .already-applied-link strong{
  color:#123f73 !important;
  font-weight:900 !important;
}

.application-status-strip{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  margin-top:20px !important;
  padding:14px 16px !important;
  border:1px solid #d6e4f1 !important;
  border-radius:13px !important;
  background:linear-gradient(135deg,#f5faff,#fff9f1) !important;
}

.application-status-strip span{
  color:#53677e !important;
  font-size:12px !important;
}

.application-status-strip span strong{
  color:#123f73 !important;
  font-weight:900 !important;
}

.application-status-strip .open-status-lookup{
  min-height:36px !important;
  padding:8px 12px !important;
  border:1px solid #f58220 !important;
  border-radius:9px !important;
  background:#fff !important;
  color:#d7650b !important;
  font:inherit !important;
  font-size:11.5px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.status-lookup-card .otp-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:10px !important;
  align-items:end !important;
}

.status-lookup-card .otp-row .btn{
  min-width:126px;
  min-height:47px;
}

@media(max-width:760px){
  .application-head-actions .already-applied-link{
    white-space:normal !important;
    text-align:left;
    padding:8px 10px !important;
    font-size:10.5px !important;
  }

  .application-status-strip{
    align-items:flex-start !important;
    flex-direction:column !important;
  }

  .application-status-strip .open-status-lookup{
    width:100% !important;
  }

  .status-lookup-card .otp-row{
    grid-template-columns:1fr !important;
  }

  .status-lookup-card .otp-row .btn{
    width:100% !important;
  }
}


/* ==========================================================
   FINAL EXISTING-APPLICANT OTP STATES
   ========================================================== */
.status-email-help{
  margin-top:7px;
  color:#748398;
  font-size:11px;
  line-height:1.45;
}

.status-otp-panel{
  margin-top:18px !important;
  padding:18px !important;
  border:1px solid #cfe0ee !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#f8fbff,#fff) !important;
  box-shadow:0 10px 25px rgba(25,70,110,.07) !important;
}

.status-otp-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:15px;
}

.status-otp-kicker{
  display:block;
  margin-bottom:4px;
  color:#f47b20;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.2px;
}

.status-otp-head h4{
  margin:0 0 4px;
  color:#173f70;
  font-size:18px;
  line-height:1.25;
}

.status-otp-head p{
  margin:0;
  color:#718097;
  font-size:11.5px;
}

.status-change-email{
  flex:0 0 auto;
  border:0 !important;
  background:transparent !important;
  color:#1672b6 !important;
  padding:5px 0 !important;
  font:inherit !important;
  font-size:11px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  text-decoration:underline;
  text-underline-offset:3px;
}

.status-otp-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:14px;
}

.status-otp-note{
  max-width:420px;
  color:#718097;
  font-size:10.5px;
  line-height:1.45;
}

.status-lookup-card .modal-message.info{
  border-color:#b9dcf1 !important;
  background:#f1f9fe !important;
  color:#145d87 !important;
}

.status-lookup-card .modal-message.error{
  border-color:#ffc3ba !important;
  background:#fff3f1 !important;
  color:#b63828 !important;
}

@media(max-width:700px){
  .status-otp-head,
  .status-otp-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .status-change-email{
    text-align:left;
  }

  .status-otp-actions .btn{
    width:100%;
  }
}


/* ==========================================================
   VERIFIED APPLICANT RETURN NAVIGATION
   ========================================================== */
.applicant-home-nav-wrap{
  display:flex;
  align-items:center;
  margin:0;
}
.applicant-home-nav-btn{
  min-height:39px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 13px;
  border:1px solid #b7d8cd;
  border-radius:10px;
  background:linear-gradient(135deg,#eefaf5,#f7fcfa);
  color:#17674f;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 5px 15px rgba(30,128,94,.08);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.applicant-home-nav-btn:before{
  content:"\2713";
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#23845f;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.applicant-home-nav-btn:hover{
  transform:translateY(-1px);
  border-color:#8fc5b4;
  box-shadow:0 8px 20px rgba(30,128,94,.13);
}
@media(max-width:900px){
  .applicant-home-nav-wrap{
    order:-1;
  }
}


/* ==========================================================
   VERIFIED APPLICANT - HIDE ALL APPLY ACTIONS
   ========================================================== */

/*
 * Once a user has verified and has an active applicant session for
 * this programme, Applicant Home is shown in the header and all
 * new-application CTAs are hidden.
 *
 * This covers:
 * - Header Apply Now
 * - Hero Start Application
 * - Admissions Apply for Batch 01
 * - Bottom CTA Apply Now
 * - Any future button using .open-apply
 */
.verified-applicant .open-apply{
  display:none !important;
}

/*
 * Keep surrounding action rows neat when the Apply button disappears.
 */
.verified-applicant .hero-actions,
.verified-applicant .nav-actions,
.verified-applicant .cta-inner{
  align-items:center;
}

