
    :root{
      --bt-primary:#0a5c55;
      --bt-primary-2:#0f766e;
      --bt-primary-dark:#063d39;
      --bt-accent:#f28c28;
      --bt-accent-dark:#d86f10;
      --bt-ink:#102a2a;
      --bt-muted:#5a6f6e;
      --bt-bg:#f5faf9;
      --bt-soft:#eaf5f2;
      --bt-card:#ffffff;
      --bt-line:#d7e6e2;
      --bt-shadow:0 18px 50px rgba(6,61,57,.10);
      --bt-shadow-strong:0 24px 70px rgba(6,61,57,.18);
      --bt-radius:22px;
      --bt-radius-sm:14px;
      --bt-max:1240px;
      --bt-header:82px;
      --bt-white:#ffffff;
      --bt-black:#000000;
      --bt-heading:#0c302e;
      --bt-text-soft:#506866;
      --bt-hero-a:#eff9f7;
      --bt-hero-b:#e8f4f0;
      --bt-grid-line:rgba(10,92,85,.035);
      --bt-glass-strong:rgba(255,255,255,.78);
      --bt-image-bg:#dbece8;
      --bt-soft-a:#eef8f6;
      --bt-soft-b:#f8fbfa;
      --bt-shadow-faint:rgba(6,61,57,.06);
      --bt-card-glow:rgba(242,140,40,.10);
      --bt-white-border:rgba(255,255,255,.28);
      --bt-white-glass:rgba(255,255,255,.13);
      --bt-white-soft:rgba(255,255,255,.88);
      --bt-primary-shadow:rgba(10,92,85,.18);
      --bt-faq-text:#1b4441;
      --bt-white-wash:rgba(255,255,255,.12);
      --bt-input-bg:#fbfdfc;
      --bt-focus:rgba(10,92,85,.12);
      --bt-footer-bg:#f3f8f7;
      --bt-footer-text:#5a6f6e;
      --bt-tone-01:#fff;
      --bt-tone-02:#dff8f3;
      --bt-tone-03:rgba(255,255,255,.96);
      --bt-tone-04:rgba(10,92,85,.10);
      --bt-tone-05:#e5f1ee;
      --bt-tone-06:#21413f;
      --bt-tone-07:#335250;
      --bt-tone-08:#000;
      --bt-tone-09:#cee6e0;
      --bt-tone-10:rgba(255,255,255,.82);
      --bt-tone-11:rgba(6,61,57,.07);
      --bt-tone-12:rgba(242,140,40,.14);
      --bt-tone-13:#294c49;
      --bt-tone-14:rgba(4,42,39,.78);
      --bt-tone-15:rgba(4,42,39,.05);
      --bt-tone-16:rgba(4,49,45,.56);
      --bt-tone-17:#ffd3a5;
      --bt-tone-18:#e5f5f1;
      --bt-tone-19:rgba(255,255,255,.65);
      --bt-tone-20:rgba(4,49,45,.55);
      --bt-tone-21:rgba(255,255,255,.6);
      --bt-tone-22:#e2efec;
      --bt-tone-23:#d9e9e5;
      --bt-tone-24:#b9d8d1;
      --bt-tone-25:#143b38;
      --bt-tone-26:rgba(6,61,57,.82);
      --bt-tone-27:rgba(3,47,43,.76);
      --bt-tone-28:#d8f1ec;
      --bt-tone-29:#45605e;
      --bt-tone-30:#123936;
      --bt-tone-31:#355552;
      --bt-tone-32:#d3ebe6;
      --bt-tone-33:#294e4b;
      --bt-tone-34:#294b48;
      --bt-tone-35:rgba(4,49,45,.78);
      --bt-tone-36:#d4ebe7;
      --bt-tone-37:#a8cac2;
      --bt-tone-38:#bcd9d2;
      --bt-tone-39:rgba(6,61,57,.08);
      --bt-tone-40:#0b6159;
      --bt-tone-41:rgba(255,255,255,.07);
      --bt-tone-42:rgba(0,0,0,.14);
      --bt-tone-43:#062e2b;
      --bt-tone-44:#c8dfda;
      --bt-tone-45:rgba(255,255,255,.18);
      --bt-tone-46:#a9c9c2;
      --bt-tone-47:#b8d5cf;
      --bt-tone-48:#ffc37d;
      --bt-tone-49:rgba(255,255,255,.09);
      --bt-tone-50:#91b5ad;
      --bt-tone-51:#e8f1ef;
      --bt-tone-52:#496563;
      --bt-cta-deep-a:#052f2c;
      --bt-cta-deep-b:#0a6d65;
      --bt-whatsapp:#20b85a;
      --bt-badge-glass:rgba(255,255,255,.94);
      --bt-badge-border:rgba(255,255,255,.72);
      --bt-badge-shadow:rgba(4,49,45,.18);
      --bt-header-cta-a:#ffffff;
      --bt-header-cta-b:#eef8f6;
      --bt-cta-shell:#ffffff;
      --bt-cta-card-a:#eef8f6;
      --bt-cta-card-b:#f8fbfa;
      --bt-cta-card-border:#cfe4de;
      --bt-cta-card-text:#073f3b;
      --bt-royal-blue:#173f7a;
      --bt-royal-blue-dark:#0d294d;
      --bt-royal-blue-deep:#081f3e;
      --bt-royal-blue-soft:#eaf1fb;
      --bt-royal-blue-pale:#f4f7fc;
      --bt-royal-blue-border:rgba(255,255,255,.22);
      --bt-royal-blue-shadow:rgba(13,41,77,.22);
      --bt-hero-copy-light:#f7f9ff;
      --bt-hero-copy-muted:rgba(247,249,255,.84);
      --bt-hero-highlight:#70d1c8;
      --bt-hero-image-overlay:rgba(8,31,62,.18);
      --bt-cta-button-text:#0d294d;
      --bt-cta-button-hover:#eaf5f2;
    }
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:92px}
    body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--bt-ink);background:var(--bt-bg);line-height:1.65;overflow-x:hidden}
    body.menu-open{overflow:hidden}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    .bt-container{width:min(calc(100% - 32px),var(--bt-max));margin-inline:auto}
    .bt-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
    .bt-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:13px;color:var(--bt-primary-2);font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
    .bt-kicker::before{content:"";width:26px;height:3px;border-radius:99px;background:var(--bt-accent)}
    .bt-section-title{margin:0;color:var(--bt-ink);font-size:clamp(2rem,4vw,3.15rem);line-height:1.12;letter-spacing:-.035em}
    .bt-section-copy{max-width:720px;margin:16px 0 0;color:var(--bt-muted);font-size:1rem}
    .bt-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
    .bt-section-head>div:first-child{max-width:760px}
    .bt-section{padding:88px 0}
    .bt-section--white{background:var(--bt-tone-01)}
    .bt-section--soft{background:linear-gradient(180deg,var(--bt-soft-a) 0%,var(--bt-soft-b) 100%)}

    /* Header */
    .bt-topbar{background:var(--bt-primary-dark);color:var(--bt-tone-02);font-size:.82rem}
    .bt-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .bt-topbar-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
    .bt-topbar a{display:inline-flex;align-items:center;gap:7px}
    .bt-topbar svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
    .bt-header{position:sticky;top:0;z-index:1000;background:var(--bt-tone-03);border-bottom:1px solid var(--bt-tone-04);backdrop-filter:blur(16px)}
    .bt-header-inner{height:var(--bt-header);display:flex;align-items:center;justify-content:space-between;gap:24px}
    .bt-brand{display:flex;align-items:center;gap:12px;min-width:230px}
    .bt-brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:2px solid var(--bt-tone-05)}
    .bt-brand-text{display:flex;flex-direction:column;line-height:1.05}
    .bt-brand-text strong{font-size:1.03rem;letter-spacing:.015em;color:var(--bt-primary-dark)}
    .bt-brand-text span{margin-top:5px;color:var(--bt-muted);font-size:.67rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
    .bt-nav{display:flex;align-items:center;gap:4px}
    .bt-nav>a,.bt-nav-dropdown>button{position:relative;border:0;background:transparent;padding:14px 12px;color:var(--bt-tone-06);font-size:.88rem;font-weight:760}
    .bt-nav>a::after,.bt-nav-dropdown>button::after{content:"";position:absolute;left:12px;right:12px;bottom:7px;height:2px;background:var(--bt-accent);transform:scaleX(0);transition:.25s}
    .bt-nav>a:hover::after,.bt-nav>a:focus-visible::after,.bt-nav-dropdown>button:hover::after,.bt-nav-dropdown>button:focus-visible::after{transform:scaleX(1)}
    .bt-nav-dropdown{position:relative}
    .bt-nav-dropdown>button{display:flex;align-items:center;gap:6px}
    .bt-nav-dropdown>button svg{width:12px;height:12px;transition:.25s}
    .bt-submenu{position:absolute;top:calc(100% + 6px);left:0;min-width:230px;padding:10px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01);box-shadow:var(--bt-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.23s}
    .bt-submenu a{display:block;padding:11px 12px;border-radius:10px;color:var(--bt-tone-07);font-size:.86rem;font-weight:690}
    .bt-submenu a:hover,.bt-submenu a:focus-visible{background:var(--bt-soft);color:var(--bt-primary)}
    .bt-nav-dropdown:hover .bt-submenu,.bt-nav-dropdown:focus-within .bt-submenu{opacity:1;visibility:visible;transform:none}
    .bt-header-contact{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;background:var(--bt-primary);color:var(--bt-tone-01);font-size:.88rem;font-weight:800;box-shadow:0 12px 26px var(--bt-primary-shadow);transition:.25s}
    .bt-header-contact:hover{background:var(--bt-primary-dark);transform:translateY(-2px)}
    .bt-menu-btn{display:none;width:46px;height:46px;border:1px solid var(--bt-line);border-radius:12px;background:var(--bt-tone-01);color:var(--bt-primary-dark);align-items:center;justify-content:center}
    .bt-menu-btn svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:2}

    /* Hero */
    .bt-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--bt-hero-a) 0%,var(--bt-tone-01) 44%,var(--bt-hero-b) 100%)}
    .bt-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--bt-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--bt-grid-line) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,var(--bt-tone-08),transparent 90%)}
    .bt-hero-main{position:relative;z-index:2;min-height:clamp(480px,calc(100svh - 120px),560px);display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:36px;padding:30px 0 26px}
    .bt-hero-copy{min-width:0}
    .bt-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border-radius:999px;border:1px solid var(--bt-tone-09);background:var(--bt-tone-10);color:var(--bt-primary);font-size:.75rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase;box-shadow:0 10px 30px var(--bt-tone-11)}
    .bt-hero-eyebrow i{width:9px;height:9px;border-radius:50%;background:var(--bt-accent);box-shadow:0 0 0 6px var(--bt-tone-12)}
    .bt-hero-heading{min-height:clamp(5.2rem,9vw,8rem);display:flex;align-items:flex-end}
    .bt-hero-title{max-width:650px;margin:0 0 15px;font-size:clamp(2.5rem,4.15vw,4rem);line-height:1;letter-spacing:-.05em;color:var(--bt-heading);text-wrap:balance}
    .bt-hero-title span{color:var(--bt-primary-2)}
    .bt-hero-desc{max-width:640px;margin:0;color:var(--bt-text-soft);font-size:clamp(.94rem,1.25vw,1.05rem);line-height:1.62}
    .bt-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:18px 0 0;padding:0;list-style:none}
    .bt-hero-points li{display:flex;align-items:center;gap:8px;color:var(--bt-tone-13);font-size:.82rem;font-weight:730}
    .bt-hero-points svg{width:20px;height:20px;flex:0 0 auto;color:var(--bt-accent);stroke:currentColor;fill:none;stroke-width:2.2}
    .bt-hero-visual{position:relative;min-width:0}
    .bt-hero-frame{position:relative;overflow:hidden;height:clamp(400px,calc(100svh - 170px),500px);border-radius:30px;background:var(--bt-image-bg);box-shadow:var(--bt-shadow-strong);border:8px solid var(--bt-glass-strong)}
    .bt-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .7s ease,transform 1.2s ease,visibility .7s}
    .bt-hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
    .bt-hero-slide img{width:100%;height:100%;object-fit:cover}
    .bt-hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--bt-tone-14) 0%,var(--bt-tone-15) 58%)}
    .bt-hero-card{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:19px 20px;border:1px solid var(--bt-white-border);border-radius:18px;background:var(--bt-tone-16);color:var(--bt-tone-01);backdrop-filter:blur(13px)}
    .bt-hero-card small{display:block;margin-bottom:6px;color:var(--bt-tone-17);font-size:.71rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
    .bt-hero-card h3{margin:0;font-size:1.28rem;line-height:1.22}
    .bt-hero-card p{margin:7px 0 0;color:var(--bt-tone-18);font-size:.86rem;line-height:1.55}
    .bt-hero-controls{position:absolute;z-index:5;top:18px;right:18px;display:flex;align-items:center;gap:8px}
    .bt-hero-arrow{width:42px;height:42px;border:1px solid var(--bt-tone-19);border-radius:50%;display:grid;place-items:center;background:var(--bt-tone-20);color:var(--bt-tone-01);backdrop-filter:blur(10px);transition:.22s}
    .bt-hero-arrow:hover{background:var(--bt-accent);border-color:var(--bt-accent)}
    .bt-hero-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2}
    .bt-hero-dots{position:absolute;z-index:5;left:24px;top:26px;display:flex;gap:7px}
    .bt-hero-dot{width:8px;height:8px;border:0;padding:0;border-radius:999px;background:var(--bt-tone-21);transition:.3s}
    .bt-hero-dot.is-active{width:26px;background:var(--bt-accent)}
    .bt-orbit{position:absolute;z-index:6;right:-25px;bottom:48px;width:104px;height:104px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--bt-tone-01);color:var(--bt-primary-dark);box-shadow:var(--bt-shadow);font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--bt-tone-22);animation:ubFloat 4.8s ease-in-out infinite}
    .bt-orbit svg{width:29px;height:29px;margin:0 auto 5px;display:block;stroke:var(--bt-accent);fill:none;stroke-width:1.8}
    
    
    
    
    
    
    
    

    /* Cards */
    .bt-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
    .bt-domain-card,.bt-info-card,.bt-program-card{position:relative;overflow:hidden;border:1px solid var(--bt-line);border-radius:var(--bt-radius);background:var(--bt-tone-01);box-shadow:0 10px 36px var(--bt-shadow-faint);transition:.3s}
    .bt-domain-card:hover,.bt-info-card:hover,.bt-program-card:hover{transform:translateY(-7px);box-shadow:var(--bt-shadow);border-color:var(--bt-tone-24)}
    .bt-domain-card{min-height:350px}
    .bt-domain-card img{width:100%;height:205px;object-fit:cover;transition:transform .55s}
    .bt-domain-card:hover img{transform:scale(1.05)}
    .bt-domain-card-body{padding:21px}
    .bt-domain-card h3,.bt-info-card h3,.bt-program-card h3{margin:0 0 8px;font-size:1.12rem;line-height:1.3;color:var(--bt-tone-25)}
    .bt-domain-card p,.bt-info-card p,.bt-program-card p{margin:0;color:var(--bt-muted);font-size:.9rem}
    .bt-domain-tag{position:absolute;top:16px;left:16px;z-index:2;padding:7px 10px;border-radius:999px;background:var(--bt-tone-26);color:var(--bt-tone-01);font-size:.67rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
    .bt-domain-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:var(--bt-primary);font-size:.84rem;font-weight:820}
    .bt-domain-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
    .bt-horizontal-tools{display:flex;align-items:center;gap:9px}
    .bt-round-btn{width:44px;height:44px;border:1px solid var(--bt-line);border-radius:50%;display:grid;place-items:center;background:var(--bt-tone-01);color:var(--bt-primary);transition:.22s}
    .bt-round-btn:hover{background:var(--bt-primary);color:var(--bt-tone-01);border-color:var(--bt-primary)}
    .bt-round-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
    .bt-domain-viewport{overflow:hidden}
    .bt-domain-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 44px)/3);gap:22px;transition:transform .5s ease}

    /* Institutions */
    .bt-institution-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:stretch}
    .bt-feature-image{position:relative;overflow:hidden;min-height:520px;border-radius:28px;box-shadow:var(--bt-shadow)}
    .bt-feature-image img{width:100%;height:100%;object-fit:cover}
    .bt-feature-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--bt-tone-27),transparent 68%)}
    .bt-feature-caption{position:absolute;z-index:2;left:26px;right:26px;bottom:25px;color:var(--bt-tone-01)}
    .bt-feature-caption strong{display:block;font-size:1.45rem;line-height:1.2}
    .bt-feature-caption span{display:block;margin-top:8px;color:var(--bt-tone-28);font-size:.9rem}
    .bt-institution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .bt-info-card{padding:24px}
    .bt-info-card-icon,.bt-program-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:18px;background:var(--bt-soft);color:var(--bt-primary)}
    .bt-info-card-icon svg,.bt-program-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}
    .bt-info-card ul{margin:15px 0 0;padding:0;list-style:none}
    .bt-info-card li{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--bt-tone-29);font-size:.82rem;font-weight:690}
    .bt-info-card li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--bt-accent);flex:0 0 auto}

    /* Levels */
    .bt-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .bt-level-card{position:relative;overflow:hidden;padding:30px;border-radius:24px;background:var(--bt-tone-01);border:1px solid var(--bt-line);box-shadow:0 12px 36px var(--bt-shadow-faint)}
    .bt-level-card::before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-62px;top:-68px;background:var(--bt-soft)}
    .bt-level-no{position:relative;display:inline-grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--bt-primary);color:var(--bt-tone-01);font-size:.82rem;font-weight:850}
    .bt-level-card h3{position:relative;margin:22px 0 8px;font-size:1.38rem;color:var(--bt-tone-30)}
    .bt-level-card p{position:relative;margin:0;color:var(--bt-muted);font-size:.9rem}
    .bt-level-list{position:relative;margin:20px 0 0;padding:0;list-style:none}
    .bt-level-list li{display:flex;gap:9px;margin-top:9px;color:var(--bt-tone-31);font-size:.84rem;font-weight:700}
    .bt-level-list svg{width:18px;height:18px;flex:0 0 auto;stroke:var(--bt-accent);fill:none;stroke-width:2.2}

    /* Programs */
    .bt-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
    .bt-program-card{padding:26px}
    .bt-program-card:nth-child(2),.bt-program-card:nth-child(5){background:linear-gradient(145deg,var(--bt-primary),var(--bt-primary-dark));border-color:transparent;color:var(--bt-tone-01)}
    .bt-program-card:nth-child(2) h3,.bt-program-card:nth-child(5) h3{color:var(--bt-tone-01)}
    .bt-program-card:nth-child(2) p,.bt-program-card:nth-child(5) p{color:var(--bt-tone-32)}
    .bt-program-card:nth-child(2) .bt-program-icon,.bt-program-card:nth-child(5) .bt-program-icon{background:var(--bt-white-glass);color:var(--bt-tone-17)}
    .bt-program-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}
    .bt-program-meta span{padding:6px 9px;border-radius:999px;background:var(--bt-soft);color:var(--bt-primary-dark);font-size:.68rem;font-weight:800}
    .bt-program-card:nth-child(2) .bt-program-meta span,.bt-program-card:nth-child(5) .bt-program-meta span{background:var(--bt-white-wash);color:var(--bt-tone-01)}

    /* About */
    .bt-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
    .bt-about-visual{position:relative;padding:0 34px 34px 0}
    .bt-about-main{width:100%;height:500px;object-fit:cover;border-radius:28px;box-shadow:var(--bt-shadow)}
    .bt-about-mini{position:absolute;right:0;bottom:0;width:48%;height:210px;object-fit:cover;border:8px solid var(--bt-tone-01);border-radius:22px;box-shadow:var(--bt-shadow)}
    .bt-about-badge{position:absolute;left:-22px;top:36px;width:120px;height:120px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--bt-accent);color:var(--bt-tone-01);border:7px solid var(--bt-tone-01);box-shadow:var(--bt-shadow);font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
    .bt-about-copy p{color:var(--bt-muted)}
    .bt-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:24px}
    .bt-check{display:flex;align-items:flex-start;gap:10px;color:var(--bt-tone-33);font-size:.88rem;font-weight:720}
    .bt-check svg{width:21px;height:21px;flex:0 0 auto;stroke:var(--bt-accent);fill:none;stroke-width:2.3}
    .bt-note{margin-top:27px;padding:18px 20px;border-left:4px solid var(--bt-accent);border-radius:0 14px 14px 0;background:var(--bt-soft);color:var(--bt-tone-34);font-size:.9rem;font-weight:680}

    /* Why */
    .bt-why-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}
    .bt-why-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}
    .bt-why-item{display:flex;gap:14px;padding:17px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01)}
    .bt-why-item-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;background:var(--bt-soft);color:var(--bt-primary)}
    .bt-why-item-icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8}
    .bt-why-item h3{margin:0 0 4px;font-size:.95rem}
    .bt-why-item p{margin:0;color:var(--bt-muted);font-size:.78rem;line-height:1.55}
    .bt-why-image{position:relative;overflow:hidden;height:580px;border-radius:28px;box-shadow:var(--bt-shadow)}
    .bt-why-image img{width:100%;height:100%;object-fit:cover}
    .bt-why-panel{position:absolute;left:22px;right:22px;bottom:22px;padding:22px;border-radius:18px;background:var(--bt-tone-35);color:var(--bt-tone-01);backdrop-filter:blur(12px)}
    .bt-why-panel strong{display:block;font-size:1.25rem}
    .bt-why-panel span{display:block;margin-top:7px;color:var(--bt-tone-36);font-size:.84rem}

    /* Process */
    .bt-process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:42px}
    .bt-process-step{position:relative;padding:0 24px;text-align:center}
    .bt-process-step:not(:last-child)::after{content:"";position:absolute;top:34px;left:68%;width:64%;height:2px;background:repeating-linear-gradient(90deg,var(--bt-tone-37) 0 8px,transparent 8px 14px)}
    .bt-process-icon{position:relative;z-index:2;width:70px;height:70px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--bt-tone-01);border:2px solid var(--bt-tone-38);color:var(--bt-primary);box-shadow:0 8px 25px var(--bt-tone-39)}
    .bt-process-icon svg{width:29px;height:29px;stroke:currentColor;fill:none;stroke-width:1.7}
    .bt-process-step h3{margin:0 0 7px;font-size:1rem}
    .bt-process-step p{margin:0;color:var(--bt-muted);font-size:.82rem}

    /* FAQ */
    .bt-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:46px;align-items:start}
    .bt-faq-intro{position:sticky;top:110px}
    .bt-faq-visual{margin-top:25px;overflow:hidden;border-radius:22px;height:300px}
    .bt-faq-visual img{width:100%;height:100%;object-fit:cover}
    .bt-faq-list{display:grid;gap:12px}
    .bt-faq{border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01);overflow:hidden}
    .bt-faq button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 20px;border:0;background:var(--bt-tone-01);text-align:left;color:var(--bt-faq-text);font-weight:800}
    .bt-faq button svg{width:19px;height:19px;flex:0 0 auto;stroke:var(--bt-primary);fill:none;stroke-width:2;transition:.25s}
    .bt-faq.is-open button svg{transform:rotate(45deg)}
    .bt-faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
    .bt-faq-answer>div{overflow:hidden}
    .bt-faq-answer p{margin:0;padding:0 20px 19px;color:var(--bt-muted);font-size:.88rem}
    .bt-faq.is-open .bt-faq-answer{grid-template-rows:1fr}

    /* CTA and footer */
    .bt-cta{padding:86px 0;background:linear-gradient(135deg,var(--bt-tone-40),var(--bt-primary-dark));color:var(--bt-tone-01);position:relative;overflow:hidden}
    .bt-cta::before,.bt-cta::after{content:"";position:absolute;border-radius:50%;background:var(--bt-tone-41)}
    .bt-cta::before{width:330px;height:330px;left:-150px;top:-130px}
    .bt-cta::after{width:260px;height:260px;right:-90px;bottom:-120px}
    .bt-cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}
    .bt-cta h2{max-width:750px;margin:0;font-size:clamp(2rem,4vw,3.45rem);line-height:1.12;letter-spacing:-.04em}
    .bt-cta p{max-width:720px;margin:15px 0 0;color:var(--bt-tone-32)}
    .bt-cta-actions{display:flex;flex-direction:column;gap:11px;min-width:230px}
    .bt-cta-btn{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 20px;border-radius:13px;background:var(--bt-accent);color:var(--bt-tone-01);font-weight:850;box-shadow:0 14px 30px var(--bt-tone-42);transition:.25s}
    .bt-cta-btn:hover{background:var(--bt-accent-dark);transform:translateY(-2px)}
    .bt-cta-btn--light{background:var(--bt-tone-01);color:var(--bt-primary-dark)}
    .bt-cta-btn--light:hover{background:var(--bt-soft)}
    .bt-cta-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}
    .bt-footer{background:var(--bt-tone-43);color:var(--bt-tone-44);padding:64px 0 0}
    .bt-footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1.1fr;gap:42px;padding-bottom:46px}
    .bt-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
    .bt-footer-brand img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid var(--bt-tone-45)}
    .bt-footer-brand strong{display:block;color:var(--bt-tone-01);font-size:1.06rem}
    .bt-footer-brand span{display:block;margin-top:5px;font-size:.7rem;letter-spacing:.09em;text-transform:uppercase}
    .bt-footer p{margin:0;color:var(--bt-tone-46);font-size:.86rem}
    .bt-footer h3{margin:0 0 17px;color:var(--bt-tone-01);font-size:.93rem}
    .bt-footer-links{display:grid;gap:9px}
    .bt-footer-links a{color:var(--bt-tone-47);font-size:.84rem}
    .bt-footer-links a:hover{color:var(--bt-tone-01)}
    .bt-contact-line{display:flex;align-items:flex-start;gap:10px;margin-top:12px;color:var(--bt-tone-47);font-size:.83rem}
    .bt-contact-line svg{width:18px;height:18px;flex:0 0 auto;margin-top:3px;stroke:var(--bt-tone-48);fill:none;stroke-width:1.8}
    .bt-footer-bottom{border-top:1px solid var(--bt-tone-49);padding:19px 0;color:var(--bt-tone-50);font-size:.78rem}
    .bt-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
    .bt-scroll-top{position:fixed;right:20px;bottom:20px;z-index:900;width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--bt-primary);color:var(--bt-tone-01);box-shadow:var(--bt-shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}
    .bt-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}
    .bt-scroll-top svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.2}

    /* Reveal */
    [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
    [data-reveal].is-visible{opacity:1;transform:none}
    @keyframes ubFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}

    @media (max-width:1080px){
      .bt-nav,.bt-header-contact{display:none}
      .bt-menu-btn{display:flex}
      .bt-mobile-nav{position:fixed;inset:0;z-index:1200;background:var(--bt-tone-01);transform:translateX(100%);transition:.35s ease;display:flex;flex-direction:column}
      .bt-mobile-nav.is-open{transform:none}
      .bt-mobile-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--bt-line)}
      .bt-mobile-body{padding:18px;overflow:auto}
      .bt-mobile-body>a,.bt-mobile-group>button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 10px;border:0;border-bottom:1px solid var(--bt-tone-51);background:var(--bt-tone-01);color:var(--bt-faq-text);text-align:left;font-weight:800}
      .bt-mobile-sub{display:none;padding:6px 0 8px 14px}
      .bt-mobile-sub a{display:block;padding:11px;color:var(--bt-tone-52);font-size:.88rem}
      .bt-mobile-group.is-open .bt-mobile-sub{display:block}
      .bt-mobile-group.is-open>button svg{transform:rotate(180deg)}
      .bt-mobile-group>button svg{width:16px;height:16px;transition:.2s}
      .bt-hero-main{grid-template-columns:1fr 1fr;gap:28px}
      .bt-hero-title{font-size:clamp(2.4rem,5vw,3.7rem)}
      .bt-stats{grid-template-columns:repeat(2,1fr)}
      .bt-stat:nth-child(2)::after{display:none}
      .bt-stat:nth-child(-n+2){border-bottom:1px solid var(--bt-line)}
      .bt-card-grid{grid-template-columns:repeat(2,1fr)}
      .bt-domain-track{grid-auto-columns:calc((100% - 22px)/2)}
      .bt-institution-layout,.bt-about-grid,.bt-why-layout,.bt-faq-layout{grid-template-columns:1fr}
      .bt-feature-image{min-height:440px}
      .bt-about-grid{gap:45px}
      .bt-why-image{height:480px}
      .bt-faq-intro{position:static}
      .bt-faq-visual{display:none}
      .bt-footer-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (min-width:1081px){.bt-mobile-nav{display:none}}
    @media (max-width:820px){
      .bt-topbar{display:none}
      :root{--bt-header:70px}
      .bt-header-inner{height:70px}
      .bt-brand{min-width:0}
      .bt-brand img{width:46px;height:46px}
      .bt-brand-text strong{font-size:.94rem}
      .bt-brand-text span{font-size:.58rem}
      .bt-hero-main{display:flex;flex-direction:column;padding:24px 0 30px;gap:26px}
      .bt-hero-visual{order:-1;width:100%}
      .bt-hero-frame{aspect-ratio:16/11;border-radius:22px;border-width:5px}
      .bt-orbit{display:none}
      .bt-hero-copy{width:100%}
      .bt-hero-title{max-width:100%;font-size:clamp(2.15rem,10vw,3.3rem);line-height:1.04}
      .bt-hero-points{grid-template-columns:1fr 1fr}
      .bt-hero-card{left:14px;right:14px;bottom:14px;padding:15px}
      .bt-hero-card p{display:none}
      .bt-hero-controls{top:12px;right:12px}
      .bt-hero-arrow{width:38px;height:38px}
      .bt-hero-dots{display:none}
      .bt-stats-wrap{margin-top:0;padding-bottom:25px}
      .bt-stats{grid-template-columns:repeat(2,1fr);border-radius:16px}
      .bt-stat{padding:17px 14px;gap:10px}
      .bt-stat-icon{width:40px;height:40px}
      .bt-stat strong{font-size:1.25rem}
      .bt-section{padding:68px 0}
      .bt-section-head{align-items:flex-start;margin-bottom:27px}
      .bt-horizontal-tools{display:none}
      .bt-domain-viewport{overflow:visible}
      .bt-domain-track{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);gap:16px;transform:none!important}
      .bt-domain-card{min-height:0}
      .bt-domain-card img{height:175px}
      .bt-institution-grid,.bt-levels,.bt-program-grid{grid-template-columns:repeat(2,1fr)}
      .bt-feature-image{min-height:390px}
      .bt-about-main{height:430px}
      .bt-why-list{grid-template-columns:1fr}
      .bt-process{grid-template-columns:repeat(2,1fr);gap:28px 0}
      .bt-process-step:nth-child(2)::after{display:none}
      .bt-cta-inner{grid-template-columns:1fr}
      .bt-cta-actions{flex-direction:row;min-width:0;flex-wrap:wrap}
      .bt-cta-btn{min-width:210px}
    }
    @media (max-width:560px){
      .bt-container{width:min(calc(100% - 22px),var(--bt-max))}
      .bt-menu-btn{width:42px;height:42px}
      .bt-hero-frame{aspect-ratio:4/3.4}
      .bt-hero-eyebrow{font-size:.63rem;letter-spacing:.07em}
      .bt-hero-desc{font-size:.94rem;line-height:1.72}
      .bt-hero-points{grid-template-columns:1fr;gap:9px}
      .bt-stat{padding:14px 10px}
      .bt-stat-icon{display:none}
      .bt-stat strong{font-size:1.15rem}
      .bt-stat span{font-size:.7rem}
      .bt-section-title{font-size:clamp(1.85rem,9vw,2.45rem)}
      .bt-domain-track,.bt-institution-grid,.bt-levels,.bt-program-grid{grid-template-columns:1fr}
      .bt-domain-card img{height:205px}
      .bt-feature-image{min-height:330px}
      .bt-about-visual{padding:0 18px 34px 0}
      .bt-about-main{height:360px}
      .bt-about-mini{height:145px;border-width:5px}
      .bt-about-badge{left:-4px;top:18px;width:92px;height:92px;font-size:.61rem;border-width:5px}
      .bt-check-grid{grid-template-columns:1fr}
      .bt-why-image{height:390px}
      .bt-process{grid-template-columns:1fr}
      .bt-process-step:not(:last-child)::after{display:none}
      .bt-process-step{padding:0 12px}
      .bt-cta{padding:66px 0}
      .bt-cta-actions{flex-direction:column}
      .bt-cta-btn{width:100%;min-width:0}
      .bt-footer-grid{grid-template-columns:1fr;gap:30px}
      .bt-footer-bottom-inner{align-items:flex-start;flex-direction:column}
    }
    @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
  

/* Shared inner-page system: same typography, spacing, cards and light corporate rhythm as the approved homepage. */
.shell{width:min(calc(100% - 32px),var(--bt-max));margin-inline:auto}
.breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:18px;padding-bottom:10px;color:var(--bt-muted);font-size:.78rem;font-weight:720}
.breadcrumbs a{color:var(--bt-primary)}
.page-hero{position:relative;overflow:hidden;padding:38px 0 62px;background:linear-gradient(135deg,var(--bt-hero-a) 0%,var(--bt-white) 48%,var(--bt-hero-b) 100%)}
.page-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--bt-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--bt-grid-line) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,var(--bt-black),transparent 92%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:48px}
.hero-text .eyebrow,.section .eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:13px;color:var(--bt-primary-2);font-size:.76rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.hero-text .eyebrow::before,.section .eyebrow::before{content:"";width:25px;height:3px;border-radius:99px;background:var(--bt-accent)}
.hero-text h1{max-width:760px;margin:7px 0 17px;color:var(--bt-heading);font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.04;letter-spacing:-.052em}
.hero-text p{max-width:680px;margin:0;color:var(--bt-text-soft);font-size:clamp(.98rem,1.45vw,1.12rem);line-height:1.8}
.hero-card{overflow:hidden;aspect-ratio:4/3.55;border:7px solid var(--bt-glass-strong);border-radius:30px;background:var(--bt-image-bg);box-shadow:var(--bt-shadow-strong)}
.hero-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.hero-card:hover img{transform:scale(1.035)}
.page-hero .btn-row{display:none}
.section{padding:86px 0;background:var(--bt-white)}
.section-soft{background:linear-gradient(180deg,var(--bt-soft-a) 0%,var(--bt-soft-b) 100%)}
.section-orange{background:linear-gradient(135deg,var(--bt-accent) 0%,var(--bt-accent-dark) 100%);color:var(--bt-white)}
.section-orange .eyebrow,.section-orange .section-head p,.section-orange h2{color:var(--bt-white)}
.section-head{max-width:850px;margin-bottom:34px}
.section-head h2,.section h2{margin:0;color:var(--bt-ink);font-size:clamp(1.9rem,4vw,3.05rem);line-height:1.13;letter-spacing:-.035em}
.section-orange h2{color:var(--bt-white)}
.section-head p,.lead{max-width:760px;margin:15px 0 0;color:var(--bt-muted);font-size:1rem;line-height:1.75}
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px}
.image-card{overflow:hidden;min-height:410px;border-radius:26px;border:1px solid var(--bt-line);box-shadow:var(--bt-shadow)}
.image-card img{width:100%;height:100%;min-height:410px;object-fit:cover;transition:transform .6s ease}
.image-card:hover img{transform:scale(1.035)}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.pill-list li{padding:9px 13px;border:1px solid var(--bt-line);border-radius:999px;background:var(--bt-card);color:var(--bt-primary);font-size:.78rem;font-weight:780}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.info-card{position:relative;overflow:hidden;min-height:260px;padding:27px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 13px 38px var(--bt-shadow-faint);transition:transform .27s ease,border-color .27s ease,box-shadow .27s ease}
.info-card::after{content:"";position:absolute;right:-38px;bottom:-38px;width:110px;height:110px;border-radius:50%;background:var(--bt-card-glow);transition:transform .3s ease}
.info-card:hover{transform:translateY(-7px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.info-card:hover::after{transform:scale(1.22)}
.info-card .icon{position:relative;z-index:2;width:50px;height:50px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;background:var(--bt-soft);color:var(--bt-primary)}
.info-card .icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.75}
.info-card h3{position:relative;z-index:2;margin:0 0 10px;color:var(--bt-ink);font-size:1.08rem;line-height:1.3}
.info-card p{position:relative;z-index:2;margin:0;color:var(--bt-muted);font-size:.87rem;line-height:1.65}
.card-link{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:var(--bt-primary);font-size:.82rem;font-weight:850}
.card-link b{transition:transform .25s}.card-link:hover b{transform:translateX(5px)}
.compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:30px}
.compare-grid article{padding:29px;border:1px solid var(--bt-white-border);border-radius:21px;background:var(--bt-white-glass);backdrop-filter:blur(8px)}
.compare-grid h3{margin:0 0 15px;color:var(--bt-white);font-size:1.23rem}
.compare-grid ul,.feature-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.compare-grid li{position:relative;padding-left:23px;color:var(--bt-white-soft);font-size:.9rem}
.compare-grid li::before{content:"✓";position:absolute;left:0;color:var(--bt-white);font-weight:900}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px}
.step{position:relative;padding:26px 22px;border:1px solid var(--bt-line);border-radius:19px;background:var(--bt-card);text-align:center;box-shadow:0 12px 32px var(--bt-shadow-faint)}
.step b{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:var(--bt-primary);color:var(--bt-white);font-size:1.05rem;box-shadow:0 9px 22px var(--bt-primary-shadow)}
.step h3{margin:0 0 7px;font-size:1rem}.step p{margin:0;color:var(--bt-muted);font-size:.83rem}
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:46px;align-items:start}
.faq-layout>aside{position:sticky;top:110px}
.faq-list{display:grid;gap:12px}
.faq-item{overflow:hidden;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-white)}
.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 20px;border:0;background:var(--bt-white);color:var(--bt-faq-text);text-align:left;font-weight:800}
.faq-item button b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--bt-soft);color:var(--bt-primary);font-size:1.2rem;transition:transform .25s}
.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-item>div>p{overflow:hidden}
.faq-item>div p{margin:0;padding:0 20px;color:var(--bt-muted);font-size:.88rem}
.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div p{padding-bottom:19px}.faq-item.open button b{transform:rotate(45deg)}
.final-cta{position:relative;overflow:hidden;padding:54px;border-radius:28px;background:linear-gradient(135deg,var(--bt-accent) 0%,var(--bt-accent-dark) 100%);color:var(--bt-white);box-shadow:var(--bt-shadow-strong)}
.final-cta::after{content:"";position:absolute;right:-110px;top:-120px;width:320px;height:320px;border-radius:50%;background:var(--bt-white-wash)}
.final-cta>div{position:relative;z-index:2}.final-cta .eyebrow,.final-cta h2{color:var(--bt-white)}.final-cta p{max-width:760px;color:var(--bt-white-soft)}
.btn-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid transparent;border-radius:12px;font-size:.86rem;font-weight:840;transition:.24s}
.btn:hover{transform:translateY(-2px)}.btn-accent,.btn-primary{background:var(--bt-primary);color:var(--bt-white)}.btn-light{background:var(--bt-white);color:var(--bt-primary-dark)}.btn-soft{border-color:var(--bt-line);background:var(--bt-soft);color:var(--bt-primary-dark)}
.form-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.feature-list li{position:relative;padding-left:24px;color:var(--bt-muted);font-size:.9rem}.feature-list li::before{content:"✓";position:absolute;left:0;color:var(--bt-accent);font-weight:900}
.enquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:28px;border:1px solid var(--bt-line);border-radius:23px;background:var(--bt-white);box-shadow:var(--bt-shadow)}
.enquiry-form label{display:grid;gap:7px;color:var(--bt-ink);font-size:.78rem;font-weight:800}.enquiry-form .full,.form-actions,.form-note{grid-column:1/-1}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--bt-line);border-radius:11px;background:var(--bt-input-bg);color:var(--bt-ink);outline:none}.enquiry-form textarea{min-height:125px;resize:vertical}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--bt-primary);box-shadow:0 0 0 4px var(--bt-focus)}
.form-actions{display:flex;flex-wrap:wrap;gap:10px}.form-note{margin:0;color:var(--bt-primary);font-size:.82rem;font-weight:760}
.policy-content{max-width:900px}.policy-content h2{margin-top:34px;font-size:1.5rem}.policy-content p,.policy-content li{color:var(--bt-muted)}
.bt-submenu-wide{min-width:300px;grid-template-columns:1fr 1fr}.bt-nav-dropdown:hover .bt-submenu-wide,.bt-nav-dropdown:focus-within .bt-submenu-wide{display:grid}
/* Main sections remain light. Orange is reserved for the final action and one contrast section. */
.bt-cta{background:linear-gradient(135deg,var(--bt-accent) 0%,var(--bt-accent-dark) 100%)}
.bt-footer{background:var(--bt-tone-43);color:var(--bt-tone-44)}
.bt-footer-brand strong,.bt-footer h3{color:var(--bt-tone-01)}
.bt-footer p{color:var(--bt-tone-46)}
.bt-footer-links a,.bt-contact-line,.bt-contact-line a{color:var(--bt-tone-47)}
.bt-footer-links a:hover,.bt-contact-line a:hover{color:var(--bt-tone-01)}
.bt-footer-bottom{border-top-color:var(--bt-tone-49);color:var(--bt-tone-50)}
.bt-footer-bottom a{color:var(--bt-tone-47)}
.course-pathways{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.course-pathway{padding:24px;border:1px solid var(--bt-line);border-radius:19px;background:var(--bt-white);box-shadow:0 12px 30px var(--bt-shadow-faint);transition:.26s}.course-pathway:hover{transform:translateY(-6px);border-color:var(--bt-accent)}.course-pathway span{display:inline-block;margin-bottom:10px;color:var(--bt-accent-dark);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.course-pathway h3{margin:0 0 8px}.course-pathway p{margin:0;color:var(--bt-muted);font-size:.86rem}.course-pathway a{display:inline-flex;margin-top:16px;color:var(--bt-primary);font-weight:850;font-size:.82rem}
@media(max-width:1080px){.card-grid{grid-template-columns:repeat(2,1fr)}.steps,.course-pathways{grid-template-columns:repeat(2,1fr)}.form-shell{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr}.faq-layout>aside{position:static}}
@media(max-width:820px){.hero-grid{display:flex;flex-direction:column;gap:27px}.hero-card{order:-1;width:100%;aspect-ratio:16/10;border-radius:22px;border-width:5px}.page-hero{padding-top:22px}.split{grid-template-columns:1fr;gap:32px}.image-card{order:-1;min-height:320px}.image-card img{min-height:320px}.section{padding:68px 0}.final-cta{padding:38px 27px}}
@media(max-width:560px){.shell{width:min(calc(100% - 22px),var(--bt-max))}.card-grid,.steps,.course-pathways,.compare-grid{grid-template-columns:1fr}.enquiry-form{grid-template-columns:1fr;padding:20px}.enquiry-form .full,.form-actions,.form-note{grid-column:auto}.hero-text h1{font-size:clamp(2.05rem,10vw,3rem)}.final-cta{border-radius:20px}}


/* V3.1 homepage viewport and compact-section refinements */
.bt-section-head--compact{justify-content:flex-start;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}
.bt-section-head--compact>div:first-child{max-width:none}
.bt-section-head--compact .bt-section-title{max-width:850px}
.bt-section-head--compact .bt-horizontal-tools{flex:0 0 auto}
.bt-footprint{padding:74px 0;background:linear-gradient(135deg,var(--bt-soft-a),var(--bt-tone-01) 52%,var(--bt-hero-b));border-block:1px solid var(--bt-line)}
.bt-footprint-head{text-align:center;max-width:760px;margin:0 auto 32px}
.bt-footprint-head .bt-kicker{justify-content:center}
.bt-footprint-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.bt-footprint-card{position:relative;overflow:hidden;min-height:180px;padding:28px 24px;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-tone-01);box-shadow:0 14px 40px var(--bt-shadow-faint);text-align:center}
.bt-footprint-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:var(--bt-accent)}
.bt-footprint-icon{width:50px;height:50px;margin:0 auto 18px;border-radius:15px;display:grid;place-items:center;background:var(--bt-soft);color:var(--bt-primary)}
.bt-footprint-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bt-footprint-card strong{display:block;color:var(--bt-primary-dark);font-size:2rem;line-height:1}
.bt-footprint-card>span:last-child{display:block;margin-top:10px;color:var(--bt-muted);font-size:.82rem;font-weight:780;letter-spacing:.02em}
@media (min-width:821px) and (max-height:760px){
  .bt-hero-main{min-height:calc(100svh - 120px);padding:22px 0 20px}
  .bt-hero-frame{height:clamp(395px,calc(100svh - 160px),465px)}
  .bt-hero-title{font-size:clamp(2.45rem,4vw,3.65rem);margin:13px 0 11px}
  .bt-hero-eyebrow{padding:7px 11px;font-size:.68rem}
  .bt-hero-desc{font-size:.96rem;line-height:1.55}
  .bt-hero-points{margin-top:13px;gap:6px 14px}
  .bt-hero-card{padding:15px 17px;bottom:16px;left:16px;right:16px}
  .bt-hero-card p{margin-top:5px;font-size:.8rem}
  .bt-orbit{display:none}
}
@media (max-width:1080px){.bt-footprint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){
  .bt-section-head--compact{margin-bottom:24px}
  .bt-footprint{padding:64px 0}
  .bt-hero-frame{height:auto;aspect-ratio:16/11}
}
@media (max-width:560px){
  .bt-section-head--compact .bt-section-title{font-size:clamp(1.8rem,8.5vw,2.35rem)}
  .bt-footprint-grid{grid-template-columns:1fr 1fr;gap:12px}
  .bt-footprint-card{min-height:155px;padding:22px 13px}
  .bt-footprint-card strong{font-size:1.65rem}
}


/* V3.2 HOMEPAGE-ONLY LOCKED REFINEMENTS */
.home-page.home-v32 .bt-home-heading-row{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;margin-bottom:30px}
.home-page.home-v32 .bt-home-heading{display:flex;align-items:center;gap:15px;min-width:0;margin:0;color:var(--bt-ink);font-size:clamp(1.72rem,2.7vw,2.38rem);line-height:1.12;letter-spacing:-.035em}
.home-page.home-v32 .bt-home-heading-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border:1px solid var(--bt-line);border-radius:15px;background:var(--bt-soft);color:var(--bt-primary);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.home-page.home-v32 .bt-home-heading-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-page.home-v32 .bt-home-heading-text{display:block}
.home-page.home-v32 .bt-home-heading-row .bt-horizontal-tools{margin-left:auto;flex:0 0 auto}
.home-page.home-v32 .bt-section>.bt-container>.bt-home-heading-row{margin-bottom:30px}
.home-page.home-v32 .bt-home-scope .bt-home-heading-row{width:min(calc(100% - 32px),var(--bt-max));margin:0 auto 30px}
.home-page.home-v32 .bt-home-scope .bt-footprint-grid{margin-top:0}
.home-page.home-v32 .bt-home-scope .bt-footprint-card{min-height:190px;text-align:left}
.home-page.home-v32 .bt-home-scope .bt-footprint-icon{margin:0 0 18px}
.home-page.home-v32 .bt-home-scope .bt-footprint-card strong{font-size:1.18rem;line-height:1.3}
.home-page.home-v32 .bt-home-scope .bt-footprint-card>span:last-child{font-size:.84rem;line-height:1.55}
.home-page.home-v32 #faq{height:650px;padding:52px 0;overflow:hidden}
.home-page.home-v32 #faq .bt-faq-layout{height:100%;align-items:stretch}
.home-page.home-v32 #faq .bt-faq-intro{position:static;top:auto;height:100%;display:flex;flex-direction:column;min-height:0}
.home-page.home-v32 #faq .bt-faq-intro .bt-home-heading-row{margin-bottom:14px}
.home-page.home-v32 #faq .bt-faq-lead{margin:0 0 22px;color:var(--bt-muted);font-size:.94rem}
.home-page.home-v32 #faq .bt-faq-visual{flex:1;min-height:0;height:auto;margin-top:0}
.home-page.home-v32 #faq .bt-faq-list{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:10px;scrollbar-width:thin;scrollbar-color:var(--bt-tone-37) transparent}
.home-page.home-v32 #faq .bt-faq-list::-webkit-scrollbar{width:7px}
.home-page.home-v32 #faq .bt-faq-list::-webkit-scrollbar-track{background:transparent}
.home-page.home-v32 #faq .bt-faq-list::-webkit-scrollbar-thumb{border-radius:99px;background:var(--bt-tone-37)}
.home-page.home-v32 .bt-cta-inner{grid-template-columns:minmax(0,1fr) auto}
.home-page.home-v32 .bt-cta-actions{min-width:250px}
.home-page.home-v32 .bt-cta-btn--whatsapp{background:var(--bt-primary-dark);color:var(--bt-tone-01);box-shadow:0 14px 30px var(--bt-tone-42)}
.home-page.home-v32 .bt-cta-btn--whatsapp:hover{background:var(--bt-primary);color:var(--bt-tone-01)}
.home-page.home-v32 .bt-footer{background:var(--bt-tone-43);color:var(--bt-tone-44)}
.home-page.home-v32 .bt-footer-brand strong,.home-page.home-v32 .bt-footer h3{color:var(--bt-tone-01)}
.home-page.home-v32 .bt-footer p{color:var(--bt-tone-46)}
.home-page.home-v32 .bt-footer-links a,.home-page.home-v32 .bt-contact-line,.home-page.home-v32 .bt-contact-line a{color:var(--bt-tone-47)}
.home-page.home-v32 .bt-footer-links a:hover,.home-page.home-v32 .bt-contact-line a:hover{color:var(--bt-tone-01)}
.home-page.home-v32 .bt-footer-bottom{border-top-color:var(--bt-tone-49);color:var(--bt-tone-50)}
.home-page.home-v32 .bt-footer-bottom a{color:var(--bt-tone-47)}
@media (min-width:821px){
  .home-page.home-v32 .bt-home-heading-text{white-space:nowrap}
}
@media (max-width:1080px){
  .home-page.home-v32 .bt-home-heading{font-size:clamp(1.62rem,3.2vw,2.05rem)}
  .home-page.home-v32 #faq{height:620px}
}
@media (max-width:820px){
  .home-page.home-v32 .bt-home-heading-row{align-items:flex-start;margin-bottom:24px}
  .home-page.home-v32 .bt-home-heading{font-size:clamp(1.65rem,6.3vw,2.2rem)}
  .home-page.home-v32 .bt-home-heading-icon{flex-basis:44px;width:44px;height:44px;border-radius:14px}
  .home-page.home-v32 .bt-home-heading-icon svg{width:22px;height:22px}
  .home-page.home-v32 #faq{height:auto;padding:66px 0;overflow:visible}
  .home-page.home-v32 #faq .bt-faq-layout{height:auto}
  .home-page.home-v32 #faq .bt-faq-intro{height:auto}
  .home-page.home-v32 #faq .bt-faq-list{height:auto;overflow:visible;padding-right:0}
  .home-page.home-v32 .bt-cta-inner{grid-template-columns:1fr}
  .home-page.home-v32 .bt-cta-actions{min-width:0}
}
@media (max-width:560px){
  .home-page.home-v32 .bt-home-heading-row{gap:14px}
  .home-page.home-v32 .bt-home-heading{gap:11px;font-size:clamp(1.5rem,7.3vw,2rem)}
  .home-page.home-v32 .bt-home-heading-icon{flex-basis:40px;width:40px;height:40px}
  .home-page.home-v32 .bt-home-heading-row .bt-horizontal-tools{gap:8px}
  .home-page.home-v32 .bt-home-heading-row .bt-round-btn{width:40px;height:40px}
  .home-page.home-v32 .bt-home-scope .bt-home-heading-row{width:min(calc(100% - 22px),var(--bt-max))}
}
/* V3.2 final alignment corrections */
.home-page.home-v32 .bt-home-scope .bt-home-heading-row{width:100%}
@media (min-width:821px) and (max-width:1080px){
  .home-page.home-v32 #faq .bt-faq-layout{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr)}
  .home-page.home-v32 #faq .bt-faq-visual{display:block}
}

/* V3.3 HOMEPAGE FINAL PROGRAM-FOCUSED LAYOUT */
.home-page.home-v33 .bt-vh-section{
  height:clamp(600px,calc(100svh - 120px),700px);
  min-height:600px;
  padding:46px 0;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.home-page.home-v33 .bt-vh-section>.bt-container{width:min(calc(100% - 32px),var(--bt-max))}
.home-page.home-v33 .bt-home-heading-row{display:flex;align-items:center;justify-content:space-between;gap:22px;width:100%;margin-bottom:26px}
.home-page.home-v33 .bt-home-heading{display:flex;align-items:center;gap:14px;min-width:0;margin:0;color:var(--bt-ink);font-size:clamp(1.72rem,2.55vw,2.28rem);line-height:1.08;letter-spacing:-.035em}
.home-page.home-v33 .bt-home-heading--wide{font-size:clamp(1.58rem,2.25vw,2.08rem)}
.home-page.home-v33 .bt-home-heading-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border:1px solid var(--bt-line);border-radius:14px;background:var(--bt-soft);color:var(--bt-primary);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.home-page.home-v33 .bt-home-heading-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-page.home-v33 .bt-home-heading-text{display:block;white-space:nowrap}
.home-page.home-v33 .bt-horizontal-tools{display:flex;gap:10px;flex:0 0 auto;margin-left:auto}

.home-page.home-v33 .bt-core-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home-page.home-v33 .bt-core-card{overflow:hidden;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-tone-01);box-shadow:0 12px 36px var(--bt-shadow-faint);transition:.28s}
.home-page.home-v33 .bt-core-card:hover{transform:translateY(-6px);border-color:var(--bt-tone-24);box-shadow:var(--bt-shadow)}
.home-page.home-v33 .bt-core-card>img{width:100%;height:160px;object-fit:cover;transition:transform .5s}
.home-page.home-v33 .bt-core-card:hover>img{transform:scale(1.045)}
.home-page.home-v33 .bt-core-card>div{padding:20px 21px 22px}
.home-page.home-v33 .bt-core-card span{color:var(--bt-accent-dark);font-size:.68rem;font-weight:900;letter-spacing:.11em}
.home-page.home-v33 .bt-core-card h3{margin:7px 0 8px;color:var(--bt-tone-25);font-size:1.08rem;line-height:1.25}
.home-page.home-v33 .bt-core-card p{margin:0;color:var(--bt-muted);font-size:.82rem;line-height:1.55}
.home-page.home-v33 .bt-core-card a{display:inline-flex;margin-top:14px;color:var(--bt-primary);font-size:.8rem;font-weight:850}

.home-page.home-v33 .bt-feature-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.home-page.home-v33 .bt-feature-split--reverse .bt-feature-media{order:2}
.home-page.home-v33 .bt-feature-media{position:relative;overflow:hidden;height:410px;border-radius:25px;border:1px solid var(--bt-line);box-shadow:var(--bt-shadow)}
.home-page.home-v33 .bt-feature-media img{width:100%;height:100%;object-fit:cover}
.home-page.home-v33 .bt-media-label{position:absolute;left:18px;right:18px;bottom:18px;padding:17px 18px;border:1px solid var(--bt-white-border);border-radius:16px;background:var(--bt-tone-35);color:var(--bt-tone-01);backdrop-filter:blur(10px)}
.home-page.home-v33 .bt-media-label strong{display:block;color:var(--bt-tone-17);font-size:.67rem;letter-spacing:.11em}
.home-page.home-v33 .bt-media-label span{display:block;margin-top:4px;font-size:.83rem}
.home-page.home-v33 .bt-feature-lead{margin:0 0 20px;color:var(--bt-tone-31);font-size:.98rem;line-height:1.7}
.home-page.home-v33 .bt-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.home-page.home-v33 .bt-mini-grid article{min-height:112px;padding:17px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01)}
.home-page.home-v33 .bt-mini-grid b{display:block;color:var(--bt-primary-dark);font-size:.91rem}
.home-page.home-v33 .bt-mini-grid span{display:block;margin-top:5px;color:var(--bt-muted);font-size:.78rem;line-height:1.5}
.home-page.home-v33 .bt-inline-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--bt-primary);font-size:.84rem;font-weight:900}

.home-page.home-v33 .bt-workshop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.home-page.home-v33 .bt-workshop-card{position:relative;min-height:270px;padding:24px;border:1px solid var(--bt-line);border-radius:21px;background:var(--bt-tone-01);box-shadow:0 12px 34px var(--bt-shadow-faint);transition:.28s}
.home-page.home-v33 .bt-workshop-card:nth-child(2),.home-page.home-v33 .bt-workshop-card:nth-child(4){background:linear-gradient(145deg,var(--bt-primary),var(--bt-primary-dark));border-color:transparent;color:var(--bt-tone-01)}
.home-page.home-v33 .bt-workshop-card:hover{transform:translateY(-6px);box-shadow:var(--bt-shadow)}
.home-page.home-v33 .bt-workshop-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);font-size:.78rem;font-weight:900}
.home-page.home-v33 .bt-workshop-card:nth-child(2)>span,.home-page.home-v33 .bt-workshop-card:nth-child(4)>span{background:var(--bt-white-wash);color:var(--bt-tone-17)}
.home-page.home-v33 .bt-workshop-card h3{margin:18px 0 10px;font-size:1.02rem;line-height:1.3}
.home-page.home-v33 .bt-workshop-card p{margin:0;color:var(--bt-muted);font-size:.8rem;line-height:1.58}
.home-page.home-v33 .bt-workshop-card:nth-child(2) p,.home-page.home-v33 .bt-workshop-card:nth-child(4) p{color:var(--bt-tone-32)}
.home-page.home-v33 .bt-section-action{text-align:right}

.home-page.home-v33 .bt-domain-card{min-height:344px}
.home-page.home-v33 .bt-domain-card img{height:170px}
.home-page.home-v33 .bt-domain-card-body{padding:18px}
.home-page.home-v33 .bt-domain-card h3{font-size:1rem}
.home-page.home-v33 .bt-domain-card p{font-size:.78rem;line-height:1.48}
.home-page.home-v33 .bt-domain-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
.home-page.home-v33 .bt-domain-tags span{padding:4px 7px;border-radius:999px;background:var(--bt-soft);color:var(--bt-primary-dark);font-size:.6rem;font-weight:800}
.home-page.home-v33 .bt-domain-link{margin-top:11px;font-size:.76rem}

.home-page.home-v33 .bt-pathway-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:stretch}
.home-page.home-v33 .bt-pathway-image{position:relative;overflow:hidden;height:420px;border-radius:24px;border:1px solid var(--bt-line);box-shadow:var(--bt-shadow)}
.home-page.home-v33 .bt-pathway-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-page.home-v33 .bt-pathway-image>div{position:absolute;left:17px;right:17px;bottom:17px;padding:16px;border-radius:15px;background:var(--bt-tone-35);color:var(--bt-tone-01);backdrop-filter:blur(10px)}
.home-page.home-v33 .bt-pathway-image strong{display:block;color:var(--bt-tone-17);font-size:.66rem;letter-spacing:.1em}
.home-page.home-v33 .bt-pathway-image span{display:block;margin-top:4px;font-size:.78rem;line-height:1.45}
.home-page.home-v33 .bt-pathway-list{display:grid;gap:10px}
.home-page.home-v33 .bt-pathway-card{display:grid;grid-template-columns:42px 1fr 24px;gap:13px;align-items:center;padding:13px 15px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01);transition:.25s}
.home-page.home-v33 .bt-pathway-card:hover{transform:translateX(5px);border-color:var(--bt-tone-24);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.home-page.home-v33 .bt-pathway-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--bt-soft);color:var(--bt-primary);font-size:.72rem;font-weight:900}
.home-page.home-v33 .bt-pathway-card h3{margin:0 0 3px;font-size:.9rem}
.home-page.home-v33 .bt-pathway-card p{margin:0;color:var(--bt-muted);font-size:.72rem;line-height:1.4}
.home-page.home-v33 .bt-pathway-card>b{color:var(--bt-accent-dark);font-size:1rem}

.home-page.home-v33 .bt-journey{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.home-page.home-v33 .bt-journey-step{position:relative;min-height:255px;padding:24px 18px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-tone-01);text-align:center;box-shadow:0 10px 30px var(--bt-shadow-faint)}
.home-page.home-v33 .bt-journey-step>span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 18px;border-radius:50%;background:var(--bt-primary);color:var(--bt-tone-01);font-size:1rem;font-weight:900;box-shadow:0 9px 24px var(--bt-primary-shadow)}
.home-page.home-v33 .bt-journey-step h3{margin:0 0 8px;font-size:.92rem}
.home-page.home-v33 .bt-journey-step p{margin:0;color:var(--bt-muted);font-size:.75rem;line-height:1.5}

.home-page.home-v33 .bt-why-v33{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}
.home-page.home-v33 .bt-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.home-page.home-v33 .bt-benefit-card{display:flex;gap:12px;min-height:118px;padding:16px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-tone-01)}
.home-page.home-v33 .bt-benefit-card>span{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:11px;background:var(--bt-soft);color:var(--bt-primary);font-weight:900}
.home-page.home-v33 .bt-benefit-card h3{margin:0 0 4px;font-size:.88rem}
.home-page.home-v33 .bt-benefit-card p{margin:0;color:var(--bt-muted);font-size:.73rem;line-height:1.45}
.home-page.home-v33 .bt-why-v33-image{position:relative;overflow:hidden;height:400px;border-radius:24px;box-shadow:var(--bt-shadow)}
.home-page.home-v33 .bt-why-v33-image img{width:100%;height:100%;object-fit:cover}
.home-page.home-v33 .bt-why-v33-image>div{position:absolute;left:17px;right:17px;bottom:17px;padding:17px;border-radius:15px;background:var(--bt-tone-35);color:var(--bt-tone-01);backdrop-filter:blur(10px)}
.home-page.home-v33 .bt-why-v33-image strong{display:block;font-size:1rem}
.home-page.home-v33 .bt-why-v33-image span{display:block;margin-top:4px;color:var(--bt-tone-36);font-size:.75rem}

.home-page.home-v33 .bt-scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-page.home-v33 .bt-scope-card{min-height:260px;padding:25px;border:1px solid var(--bt-line);border-radius:21px;background:var(--bt-tone-01);box-shadow:0 12px 34px var(--bt-shadow-faint)}
.home-page.home-v33 .bt-scope-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--bt-soft);color:var(--bt-primary)}
.home-page.home-v33 .bt-scope-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.home-page.home-v33 .bt-scope-card h3{margin:18px 0 9px;font-size:1rem}
.home-page.home-v33 .bt-scope-card p{margin:0;color:var(--bt-muted);font-size:.8rem;line-height:1.55}
.home-page.home-v33 .bt-scope-note,.home-page.home-v33 .bt-experience-note{margin:18px 0 0;color:var(--bt-muted);font-size:.75rem;text-align:center}

.home-page.home-v33 .bt-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home-page.home-v33 .bt-experience-card{min-height:300px;padding:28px;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-tone-01);box-shadow:0 14px 36px var(--bt-shadow-faint)}
.home-page.home-v33 .bt-experience-card>span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--bt-soft);color:var(--bt-primary)}
.home-page.home-v33 .bt-experience-card>span svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}
.home-page.home-v33 .bt-experience-card h3{margin:20px 0 10px;font-size:1.08rem}
.home-page.home-v33 .bt-experience-card p{margin:0;color:var(--bt-muted);font-size:.84rem;line-height:1.62}
.home-page.home-v33 .bt-experience-card small{display:block;margin-top:22px;color:var(--bt-accent-dark);font-size:.63rem;font-weight:900;letter-spacing:.1em}

.home-page.home-v33 #faq{height:620px;padding:46px 0;overflow:hidden}
.home-page.home-v33 #faq .bt-faq-layout{height:100%;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:32px;align-items:stretch}
.home-page.home-v33 #faq .bt-faq-intro{position:static;height:100%;display:flex;flex-direction:column;min-height:0}
.home-page.home-v33 #faq .bt-faq-intro .bt-home-heading-row{margin-bottom:12px}
.home-page.home-v33 #faq .bt-faq-lead{margin:0 0 17px;color:var(--bt-muted);font-size:.84rem;line-height:1.55}
.home-page.home-v33 #faq .bt-faq-visual{flex:1;min-height:0;height:auto;margin-top:0;border-radius:20px}
.home-page.home-v33 #faq .bt-faq-list{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--bt-tone-37) transparent}
.home-page.home-v33 #faq .bt-faq-list::-webkit-scrollbar{width:7px}
.home-page.home-v33 #faq .bt-faq-list::-webkit-scrollbar-thumb{border-radius:99px;background:var(--bt-tone-37)}
.home-page.home-v33 #faq .bt-faq button{padding:16px 18px;font-size:.84rem}
.home-page.home-v33 #faq .bt-faq-answer p{padding:0 18px 16px;font-size:.78rem;line-height:1.55}
.home-page.home-v33 #faq .bt-faq.is-open .bt-faq-answer{grid-template-rows:1fr}

.home-page.home-v33 .bt-cta-v33{padding:62px 0;background:linear-gradient(135deg,var(--bt-accent),var(--bt-accent-dark));color:var(--bt-tone-01)}
.home-page.home-v33 .bt-cta-v33-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}
.home-page.home-v33 .bt-cta-eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--bt-white-wash);color:var(--bt-tone-01);font-size:.68rem;font-weight:900;letter-spacing:.13em}
.home-page.home-v33 .bt-cta-v33 h2{max-width:1100px;margin:13px 0 0;font-size:clamp(1.78rem,2.65vw,2.42rem);line-height:1.12;letter-spacing:-.035em;white-space:nowrap}
.home-page.home-v33 .bt-cta-v33 p{max-width:740px;margin:12px 0 20px;color:var(--bt-tone-01)}
.home-page.home-v33 .bt-cta-v33 .bt-cta-btn{min-width:260px;background:var(--bt-primary-dark)}
.home-page.home-v33 .bt-cta-v33 .bt-cta-btn:hover{background:var(--bt-primary)}
.home-page.home-v33 .bt-footer{background:var(--bt-tone-43);color:var(--bt-tone-44)}
.home-page.home-v33 .bt-footer-brand strong,.home-page.home-v33 .bt-footer h3{color:var(--bt-tone-01)}
.home-page.home-v33 .bt-footer p{color:var(--bt-tone-46)}
.home-page.home-v33 .bt-footer-links a,.home-page.home-v33 .bt-contact-line,.home-page.home-v33 .bt-contact-line a{color:var(--bt-tone-47)}
.home-page.home-v33 .bt-footer-links a:hover,.home-page.home-v33 .bt-contact-line a:hover{color:var(--bt-tone-01)}
.home-page.home-v33 .bt-footer-bottom{border-top-color:var(--bt-tone-49);color:var(--bt-tone-50)}
.home-page.home-v33 .bt-footer-bottom a{color:var(--bt-tone-47)}

@media (max-width:1100px){
  .home-page.home-v33 .bt-home-heading{font-size:clamp(1.48rem,2.7vw,1.95rem)}
  .home-page.home-v33 .bt-home-heading--wide{font-size:clamp(1.38rem,2.4vw,1.82rem)}
  .home-page.home-v33 .bt-workshop-grid,.home-page.home-v33 .bt-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page.home-v33 .bt-workshop-card{min-height:170px}
  .home-page.home-v33 .bt-scope-card{min-height:180px}
  .home-page.home-v33 .bt-journey{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto;padding-bottom:8px}
}
@media (max-width:820px){
  .home-page.home-v33 .bt-vh-section{height:auto;min-height:0;padding:64px 0;overflow:visible}
  .home-page.home-v33 .bt-home-heading-row{align-items:flex-start;margin-bottom:24px}
  .home-page.home-v33 .bt-home-heading{font-size:clamp(1.52rem,6.2vw,2.15rem)}
  .home-page.home-v33 .bt-home-heading--wide{font-size:clamp(1.38rem,5.7vw,1.95rem)}
  .home-page.home-v33 .bt-home-heading-text{white-space:normal}
  .home-page.home-v33 .bt-home-heading-icon{flex-basis:43px;width:43px;height:43px}
  .home-page.home-v33 .bt-core-grid,.home-page.home-v33 .bt-experience-grid{grid-template-columns:1fr}
  .home-page.home-v33 .bt-feature-split,.home-page.home-v33 .bt-pathway-layout,.home-page.home-v33 .bt-why-v33{grid-template-columns:1fr}
  .home-page.home-v33 .bt-feature-split--reverse .bt-feature-media{order:-1}
  .home-page.home-v33 .bt-feature-media,.home-page.home-v33 .bt-pathway-image,.home-page.home-v33 .bt-why-v33-image{height:360px}
  .home-page.home-v33 .bt-workshop-grid,.home-page.home-v33 .bt-scope-grid{grid-template-columns:1fr 1fr}
  .home-page.home-v33 .bt-pathway-list{gap:11px}
  .home-page.home-v33 .bt-journey{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  .home-page.home-v33 #faq{height:auto;padding:64px 0;overflow:visible}
  .home-page.home-v33 #faq .bt-faq-layout{height:auto;grid-template-columns:1fr}
  .home-page.home-v33 #faq .bt-faq-intro{height:auto}
  .home-page.home-v33 #faq .bt-faq-visual{height:260px;flex:none}
  .home-page.home-v33 #faq .bt-faq-list{height:auto;overflow:visible;padding-right:0}
  .home-page.home-v33 .bt-cta-v33 h2{white-space:normal}
}
@media (max-width:560px){
  .home-page.home-v33 .bt-home-heading-row{gap:12px}
  .home-page.home-v33 .bt-home-heading{gap:10px;font-size:clamp(1.42rem,7vw,1.92rem)}
  .home-page.home-v33 .bt-home-heading-icon{flex-basis:39px;width:39px;height:39px;border-radius:12px}
  .home-page.home-v33 .bt-home-heading-icon svg{width:20px;height:20px}
  .home-page.home-v33 .bt-horizontal-tools{gap:7px}
  .home-page.home-v33 .bt-round-btn{width:39px;height:39px}
  .home-page.home-v33 .bt-mini-grid,.home-page.home-v33 .bt-workshop-grid,.home-page.home-v33 .bt-scope-grid,.home-page.home-v33 .bt-benefit-grid,.home-page.home-v33 .bt-journey{grid-template-columns:1fr}
  .home-page.home-v33 .bt-feature-media,.home-page.home-v33 .bt-pathway-image,.home-page.home-v33 .bt-why-v33-image{height:300px}
  .home-page.home-v33 .bt-pathway-card{grid-template-columns:38px 1fr 18px;padding:12px}
  .home-page.home-v33 .bt-core-card>img{height:185px}
  .home-page.home-v33 .bt-cta-v33{padding:56px 0}
  .home-page.home-v33 .bt-cta-v33 .bt-cta-btn{width:100%;min-width:0}
}


/* =========================================================
   BIOTECH TEMPLATE HOME V3.4 IMAGE DEMO
   Distinct licensed photography for the three core programs.
   Colour values continue to come only from :root variables.
   ========================================================= */
.home-page.home-v34 .bt-core-card{
  position:relative;
  isolation:isolate;
  background:var(--bt-tone-01);
}
.home-page.home-v34 .bt-core-media{
  position:relative;
  overflow:hidden;
  height:210px;
  padding:0;
  background:var(--bt-soft);
}
.home-page.home-v34 .bt-core-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,var(--bt-tone-35) 100%);
  pointer-events:none;
}
.home-page.home-v34 .bt-core-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,filter .35s ease;
}
.home-page.home-v34 .bt-core-media--project img{object-position:center 48%}
.home-page.home-v34 .bt-core-media--internship img{object-position:center 53%}
.home-page.home-v34 .bt-core-media--workshop img{object-position:center 48%}
.home-page.home-v34 .bt-core-card:hover .bt-core-media img{
  transform:scale(1.045);
  filter:saturate(1.04) contrast(1.02);
}
.home-page.home-v34 .bt-core-photo-badge{
  position:absolute;
  z-index:2;
  left:16px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid var(--bt-white-border);
  border-radius:999px;
  background:var(--bt-tone-35);
  color:var(--bt-tone-01);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.09em;
  backdrop-filter:blur(10px);
}
.home-page.home-v34 .bt-core-photo-badge svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v34 .bt-core-card>div:not(.bt-core-media){padding:19px 21px 22px}
.home-page.home-v34 .bt-core-card h3{font-size:1.06rem}
.home-page.home-v34 .bt-core-card p{min-height:64px}

@media (max-width:980px){
  .home-page.home-v34 .bt-core-media{height:230px}
  .home-page.home-v34 .bt-core-card p{min-height:0}
}
@media (max-width:640px){
  .home-page.home-v34 .bt-core-media{height:205px}
}


/* =========================================================
   BIOTECH TEMPLATE HOME V3.5 FAQ + ICON + HERO LABEL FIX
   ========================================================= */
.home-page.home-v35 .bt-hero-card{
  left:18px;
  right:auto;
  bottom:18px;
  width:auto;
  max-width:none;
  padding:8px 12px;
  border:1px solid var(--bt-white-wash);
  border-radius:999px;
  background:var(--bt-tone-35);
  backdrop-filter:blur(9px);
}
.home-page.home-v35 .bt-hero-card span{
  display:block;
  color:var(--bt-tone-01);
  font-size:.68rem;
  line-height:1;
  font-weight:900;
  letter-spacing:.14em;
}
.home-page.home-v35 .bt-hero-card small,
.home-page.home-v35 .bt-hero-card h3,
.home-page.home-v35 .bt-hero-card p{display:none}

.home-page.home-v35 #faq .bt-faq-answer[hidden]{display:none!important}
.home-page.home-v35 #faq .bt-faq-answer:not([hidden]){display:block!important}
.home-page.home-v35 #faq .bt-faq-answer{
  grid-template-rows:none;
  border-top:1px solid var(--bt-line);
  background:var(--bt-tone-02);
}
.home-page.home-v35 #faq .bt-faq-answer>div{overflow:visible}
.home-page.home-v35 #faq .bt-faq-answer p{
  display:block;
  padding:15px 18px 17px;
}
.home-page.home-v35 #faq .bt-faq.is-open button{background:var(--bt-tone-02)}
.home-page.home-v35 #faq .bt-faq button{cursor:pointer}
.home-page.home-v35 #faq .bt-faq button:focus-visible{
  outline:3px solid var(--bt-primary-shadow);
  outline-offset:2px;
}
.home-page.home-v35 #faq .bt-faq-list{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}
.home-page.home-v35 #faq .bt-faq{flex:0 0 auto}

/* Homepage V3.7: refined hero semantics and coordinated CTA colours */
.home-page.home-v36 .bt-header-contact--internship{
  gap:9px;min-height:43px;padding:0 15px 0 10px;border:1px solid var(--bt-tone-09);
  background:linear-gradient(135deg,var(--bt-header-cta-a),var(--bt-header-cta-b));
  color:var(--bt-primary-dark);box-shadow:0 12px 28px var(--bt-shadow-faint)
}
.home-page.home-v36 .bt-header-contact--internship svg{
  width:28px;height:28px;padding:6px;border-radius:9px;background:var(--bt-accent);
  color:var(--bt-tone-01);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.home-page.home-v36 .bt-header-contact--internship:hover{
  background:linear-gradient(135deg,var(--bt-primary),var(--bt-primary-2));color:var(--bt-tone-01);
  border-color:transparent;transform:translateY(-2px);box-shadow:0 14px 30px var(--bt-primary-shadow)
}
.home-page.home-v36 .bt-header-contact--internship:hover svg{background:var(--bt-tone-01);color:var(--bt-accent-dark)}

.home-page.home-v36 .bt-core-photo-badge{
  gap:8px;padding:7px 12px 7px 7px;border:1px solid var(--bt-badge-border);
  border-left:4px solid var(--bt-accent);background:var(--bt-badge-glass);
  color:var(--bt-primary-dark);box-shadow:0 10px 25px var(--bt-badge-shadow);backdrop-filter:blur(10px)
}
.home-page.home-v36 .bt-core-photo-badge svg{
  width:27px;height:27px;padding:5px;border-radius:8px;background:var(--bt-soft);color:var(--bt-primary)
}

.home-page.home-v36 .bt-cta-v33{
  position:relative;overflow:hidden;background:linear-gradient(135deg,var(--bt-cta-deep-a),var(--bt-cta-deep-b));
  color:var(--bt-tone-01)
}
.home-page.home-v36 .bt-cta-v33::before{
  content:"";position:absolute;inset:auto auto -170px -120px;width:350px;height:350px;border-radius:50%;
  background:var(--bt-white-wash)
}
.home-page.home-v36 .bt-cta-v33::after{
  content:"";position:absolute;right:-90px;top:-130px;width:310px;height:310px;border-radius:50%;
  background:var(--bt-tone-12)
}
.home-page.home-v36 .bt-cta-eyebrow{
  border:1px solid var(--bt-white-border);background:var(--bt-white-glass);color:var(--bt-tone-17)
}
.home-page.home-v36 .bt-cta-v33 p{color:var(--bt-white-soft)}
.home-page.home-v36 .bt-cta-v33 .bt-cta-btn--whatsapp{
  gap:10px;background:var(--bt-tone-01);color:var(--bt-primary-dark);
  border:1px solid var(--bt-white-border);box-shadow:0 16px 34px var(--bt-tone-42)
}
.home-page.home-v36 .bt-cta-v33 .bt-cta-btn--whatsapp svg{color:var(--bt-whatsapp);stroke:currentColor}
.home-page.home-v36 .bt-cta-v33 .bt-cta-btn--whatsapp:hover{
  background:var(--bt-soft);color:var(--bt-primary-dark);transform:translateY(-3px)
}

@media(max-width:820px){
  .home-page.home-v36 .bt-header-contact--internship{display:none}
}


/* Homepage V3.8: requested image, keyword and CTA/footer separation updates only */
.home-page.home-v38 .bt-cta-v33{
  padding:34px 0 42px;background:var(--bt-cta-shell);color:var(--bt-cta-card-text)
}
.home-page.home-v38 .bt-cta-v33::before,
.home-page.home-v38 .bt-cta-v33::after{display:none}
.home-page.home-v38 .bt-cta-v33-inner{
  max-width:var(--bt-max);padding:44px 32px;border:1px solid var(--bt-cta-card-border);
  border-radius:28px;background:linear-gradient(135deg,var(--bt-cta-card-a),var(--bt-cta-card-b));
  box-shadow:var(--bt-shadow)
}
.home-page.home-v38 .bt-cta-eyebrow{
  border:1px solid var(--bt-line);background:var(--bt-tone-01);color:var(--bt-accent-dark)
}
.home-page.home-v38 .bt-cta-v33 h2{color:var(--bt-primary-dark)}
.home-page.home-v38 .bt-cta-v33 p{color:var(--bt-muted)}
.home-page.home-v38 .bt-cta-v33 .bt-cta-btn--whatsapp{
  background:var(--bt-primary-dark);color:var(--bt-tone-01);border-color:var(--bt-primary-dark);
  box-shadow:0 14px 30px var(--bt-primary-shadow)
}
.home-page.home-v38 .bt-cta-v33 .bt-cta-btn--whatsapp svg{color:var(--bt-tone-01)}
.home-page.home-v38 .bt-cta-v33 .bt-cta-btn--whatsapp:hover{
  background:var(--bt-primary);color:var(--bt-tone-01)
}
@media(max-width:820px){
  .home-page.home-v38 .bt-cta-v33{padding:24px 16px 32px}
  .home-page.home-v38 .bt-cta-v33-inner{padding:34px 20px;border-radius:22px}
}

/* =========================================================
   BIOTECH TEMPLATE HOME V3.9 — LOCKED LAYOUT POLISH
   Sections 2–8 preserve the approved layout decisions.
   Repeated support content is merged into Why Choose the Institute.
   ========================================================= */

/* Consistent, restrained interaction language. */
.home-page.home-v39 .bt-core-card,
.home-page.home-v39 .bt-mini-grid article,
.home-page.home-v39 .bt-internship-rows article,
.home-page.home-v39 .bt-workshop-showcase-panel article,
.home-page.home-v39 .bt-pathway-card-v39,
.home-page.home-v39 .bt-process-step-v39,
.home-page.home-v39 .bt-why-benefit-v39,
.home-page.home-v39 .bt-outcome-card-v39,
.home-page.home-v39 .bt-faq{
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
}
.home-page.home-v39 .bt-core-card:hover,
.home-page.home-v39 .bt-mini-grid article:hover,
.home-page.home-v39 .bt-internship-rows article:hover,
.home-page.home-v39 .bt-workshop-showcase-panel article:hover,
.home-page.home-v39 .bt-pathway-card-v39:hover,
.home-page.home-v39 .bt-process-step-v39:hover,
.home-page.home-v39 .bt-why-benefit-v39:hover,
.home-page.home-v39 .bt-outcome-card-v39:hover{
  transform:translateY(-5px);
  border-color:var(--bt-tone-24);
  box-shadow:0 16px 36px var(--bt-shadow-faint);
}
.home-page.home-v39 .bt-inline-link b,
.home-page.home-v39 .bt-domain-link svg,
.home-page.home-v39 .bt-pathway-card-v39 small b{
  transition:transform .22s ease;
}
.home-page.home-v39 .bt-inline-link:hover b,
.home-page.home-v39 .bt-domain-link:hover svg,
.home-page.home-v39 .bt-pathway-card-v39:hover small b{transform:translateX(4px)}

/* Section 3 — locked image-left + 2x2 cards; icons improve scanning. */
.home-page.home-v39 #project-training .bt-mini-grid article{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:start;
}
.home-page.home-v39 #project-training .bt-mini-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:0;
  border-radius:12px;
  background:var(--bt-soft);
  color:var(--bt-primary);
}
.home-page.home-v39 #project-training .bt-mini-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 #project-training .bt-mini-grid article:hover .bt-mini-icon{
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}

/* Section 4 — locked 4x1 internship rows + opposite-side image. */
.home-page.home-v39 .bt-internship-v39{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:34px;
  align-items:center;
}
.home-page.home-v39 .bt-internship-v39-content{min-width:0}
.home-page.home-v39 .bt-internship-rows{display:grid;gap:10px}
.home-page.home-v39 .bt-internship-rows article{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:13px;
  align-items:center;
  padding:13px 15px;
  border:1px solid var(--bt-line);
  border-radius:16px;
  background:var(--bt-tone-01);
}
.home-page.home-v39 .bt-internship-rows article>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:var(--bt-soft);
  color:var(--bt-primary);
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.home-page.home-v39 .bt-internship-rows article>span svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-internship-rows article:hover>span{
  transform:rotate(-5deg) scale(1.05);
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-internship-rows h3{
  margin:0 0 3px;
  color:var(--bt-primary-dark);
  font-size:.9rem;
}
.home-page.home-v39 .bt-internship-rows p{
  margin:0;
  color:var(--bt-muted);
  font-size:.73rem;
  line-height:1.45;
}
.home-page.home-v39 .bt-internship-v39-media{height:410px}
.home-page.home-v39 .bt-internship-v39-media img{object-position:center}

/* Section 5 — locked single-image workshop showcase + four formats. */
.home-page.home-v39 .bt-workshop-showcase-v39{
  position:relative;
  overflow:hidden;
  height:395px;
  border:1px solid var(--bt-line);
  border-radius:26px;
  background:var(--bt-tone-01);
  box-shadow:var(--bt-shadow);
}
.home-page.home-v39 .bt-workshop-showcase-media{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.home-page.home-v39 .bt-workshop-showcase-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--bt-tone-14),var(--bt-tone-15));
}
.home-page.home-v39 .bt-workshop-showcase-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .6s ease,filter .35s ease;
}
.home-page.home-v39 .bt-workshop-showcase-v39:hover .bt-workshop-showcase-media img{
  transform:scale(1.035);
  filter:saturate(1.06) contrast(1.03);
}
.home-page.home-v39 .bt-workshop-showcase-media>span{
  position:absolute;
  z-index:2;
  left:24px;
  top:24px;
  padding:8px 12px;
  border:1px solid var(--bt-white-border);
  border-radius:999px;
  background:var(--bt-tone-35);
  color:var(--bt-tone-17);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.11em;
  backdrop-filter:blur(10px);
}
.home-page.home-v39 .bt-workshop-showcase-panel{
  position:absolute;
  z-index:3;
  right:24px;
  top:24px;
  bottom:24px;
  width:min(58%,700px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px;
  border:1px solid var(--bt-white-border);
  border-radius:21px;
  background:var(--bt-badge-glass);
  box-shadow:0 20px 48px var(--bt-badge-shadow);
  backdrop-filter:blur(16px);
}
.home-page.home-v39 .bt-workshop-showcase-panel article{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:14px;
  border:1px solid var(--bt-line);
  border-radius:15px;
  background:var(--bt-tone-01);
}
.home-page.home-v39 .bt-workshop-showcase-panel article>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:var(--bt-soft);
  color:var(--bt-primary);
}
.home-page.home-v39 .bt-workshop-showcase-panel svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-workshop-showcase-panel article:hover>span{
  background:var(--bt-accent);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-workshop-showcase-panel h3{
  margin:0 0 5px;
  font-size:.84rem;
  line-height:1.3;
}
.home-page.home-v39 .bt-workshop-showcase-panel p{
  margin:0;
  color:var(--bt-muted);
  font-size:.7rem;
  line-height:1.45;
}
.home-page.home-v39 .bt-workshop-footer-v39{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:14px;
}
.home-page.home-v39 .bt-workshop-footer-v39 p{
  margin:0;
  color:var(--bt-muted);
  font-size:.77rem;
}
.home-page.home-v39 .bt-workshop-footer-v39 .bt-inline-link{margin-top:0;white-space:nowrap}

/* Section 7 — locked five full-width pathway cards, no oversized image. */
.home-page.home-v39 .bt-pathway-grid-v39{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.home-page.home-v39 .bt-pathway-card-v39{
  grid-column:span 2;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  min-height:170px;
  padding:20px;
  border:1px solid var(--bt-line);
  border-radius:20px;
  background:var(--bt-tone-01);
  box-shadow:0 12px 32px var(--bt-shadow-faint);
  color:inherit;
}
.home-page.home-v39 .bt-pathway-card-v39:nth-child(4){grid-column:2/span 2}
.home-page.home-v39 .bt-pathway-card-v39:nth-child(5){grid-column:4/span 2}
.home-page.home-v39 .bt-pathway-icon-v39{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:var(--bt-soft);
  color:var(--bt-primary);
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.home-page.home-v39 .bt-pathway-icon-v39 svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-pathway-card-v39:hover .bt-pathway-icon-v39{
  transform:translateY(-3px) rotate(-4deg);
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-pathway-card-v39 h3{
  margin:2px 0 7px;
  color:var(--bt-primary-dark);
  font-size:.95rem;
}
.home-page.home-v39 .bt-pathway-card-v39 p{
  margin:0;
  color:var(--bt-muted);
  font-size:.73rem;
  line-height:1.5;
}
.home-page.home-v39 .bt-pathway-card-v39 small{
  display:inline-flex;
  gap:7px;
  margin-top:13px;
  color:var(--bt-accent-dark);
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.04em;
}

/* Section 8 — locked five-step process timeline. */
.home-page.home-v39 .bt-process-timeline-v39{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  padding-top:18px;
}
.home-page.home-v39 .bt-process-timeline-v39::before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:59px;
  height:2px;
  background:linear-gradient(90deg,var(--bt-tone-37),var(--bt-tone-24),var(--bt-tone-37));
}
.home-page.home-v39 .bt-process-step-v39{
  position:relative;
  z-index:1;
  min-height:250px;
  padding:20px 16px;
  border:1px solid var(--bt-line);
  border-radius:20px;
  background:var(--bt-tone-01);
  text-align:center;
  box-shadow:0 12px 30px var(--bt-shadow-faint);
}
.home-page.home-v39 .bt-process-node-v39{
  position:relative;
  display:grid;
  place-items:center;
  width:76px;
  height:76px;
  margin:0 auto 18px;
  border:2px solid var(--bt-tone-38);
  border-radius:50%;
  background:var(--bt-tone-01);
  color:var(--bt-primary);
  box-shadow:0 10px 28px var(--bt-primary-shadow);
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.home-page.home-v39 .bt-process-node-v39>span{
  position:absolute;
  right:-4px;
  top:-8px;
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:var(--bt-accent);
  color:var(--bt-tone-01);
  font-size:.62rem;
  font-weight:900;
}
.home-page.home-v39 .bt-process-node-v39 svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-process-step-v39:hover .bt-process-node-v39{
  transform:scale(1.05);
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-process-step-v39 h3{
  margin:0 0 8px;
  color:var(--bt-primary-dark);
  font-size:.9rem;
}
.home-page.home-v39 .bt-process-step-v39 p{
  margin:0;
  color:var(--bt-muted);
  font-size:.72rem;
  line-height:1.5;
}

/* Section 9 — asymmetrical Why Choose panel with merged academic support. */
.home-page.home-v39 .bt-why-showcase-v39{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  min-height:430px;
}
.home-page.home-v39 .bt-why-showcase-media-v39{
  position:relative;
  overflow:hidden;
  height:430px;
  border-radius:26px;
  box-shadow:var(--bt-shadow);
}
.home-page.home-v39 .bt-why-showcase-media-v39 img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .6s ease,filter .35s ease;
}
.home-page.home-v39 .bt-why-showcase-media-v39:hover img{
  transform:scale(1.035);
  filter:saturate(1.05) contrast(1.02);
}
.home-page.home-v39 .bt-why-showcase-media-v39>div{
  position:absolute;
  left:20px;
  right:90px;
  bottom:20px;
  padding:17px 18px;
  border:1px solid var(--bt-white-border);
  border-radius:16px;
  background:var(--bt-tone-35);
  color:var(--bt-tone-01);
  backdrop-filter:blur(12px);
}
.home-page.home-v39 .bt-why-showcase-media-v39 strong{
  display:block;
  color:var(--bt-tone-17);
  font-size:.68rem;
  letter-spacing:.1em;
}
.home-page.home-v39 .bt-why-showcase-media-v39 span{
  display:block;
  margin-top:5px;
  font-size:.8rem;
}
.home-page.home-v39 .bt-why-showcase-panel-v39{
  position:relative;
  z-index:2;
  margin-left:-66px;
  padding:25px;
  border:1px solid var(--bt-line);
  border-radius:24px;
  background:var(--bt-tone-01);
  box-shadow:var(--bt-shadow);
}
.home-page.home-v39 .bt-why-showcase-panel-v39>p{
  margin:0 0 17px;
  color:var(--bt-tone-31);
  font-size:.83rem;
  line-height:1.6;
}
.home-page.home-v39 .bt-why-benefits-v39{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.home-page.home-v39 .bt-why-benefit-v39{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  min-height:94px;
  padding:12px;
  border:1px solid var(--bt-line);
  border-radius:15px;
  background:var(--bt-tone-02);
}
.home-page.home-v39 .bt-why-benefit-v39>span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:11px;
  background:var(--bt-soft);
  color:var(--bt-primary);
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.home-page.home-v39 .bt-why-benefit-v39 svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-why-benefit-v39:hover>span{
  transform:rotate(-4deg);
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-why-benefit-v39 h3{
  margin:0 0 4px;
  font-size:.78rem;
}
.home-page.home-v39 .bt-why-benefit-v39 p{
  margin:0;
  color:var(--bt-muted);
  font-size:.66rem;
  line-height:1.42;
}

/* Section 10 — verified learning outcomes, not fabricated testimonials. */
.home-page.home-v39 .bt-outcome-grid-v39{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.home-page.home-v39 .bt-outcome-card-v39{
  position:relative;
  overflow:hidden;
  min-height:290px;
  padding:28px;
  border:1px solid var(--bt-line);
  border-radius:22px;
  background:var(--bt-tone-01);
  box-shadow:0 14px 36px var(--bt-shadow-faint);
}
.home-page.home-v39 .bt-outcome-card-v39::after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-36px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:var(--bt-soft);
  transition:transform .35s ease;
}
.home-page.home-v39 .bt-outcome-card-v39:hover::after{transform:scale(1.18)}
.home-page.home-v39 .bt-outcome-card-v39>span{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:16px;
  background:var(--bt-soft);
  color:var(--bt-primary);
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.home-page.home-v39 .bt-outcome-card-v39:hover>span{
  transform:translateY(-3px);
  background:var(--bt-primary);
  color:var(--bt-tone-01);
}
.home-page.home-v39 .bt-outcome-card-v39 svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v39 .bt-outcome-card-v39 h3{
  position:relative;
  z-index:1;
  margin:20px 0 10px;
  font-size:1.08rem;
}
.home-page.home-v39 .bt-outcome-card-v39 p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--bt-muted);
  font-size:.84rem;
  line-height:1.62;
}
.home-page.home-v39 .bt-outcome-card-v39 small{
  position:relative;
  z-index:1;
  display:block;
  margin-top:22px;
  color:var(--bt-accent-dark);
  font-size:.63rem;
  font-weight:900;
  letter-spacing:.1em;
}

/* FAQ remains fixed-left / scroll-right and gains a clearer hover state. */
.home-page.home-v39 #faq .bt-faq:hover{border-color:var(--bt-tone-24);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.home-page.home-v39 #faq .bt-faq button:hover{background:var(--bt-tone-02)}

@media(max-width:1100px){
  .home-page.home-v39 .bt-workshop-showcase-panel{width:64%}
  .home-page.home-v39 .bt-pathway-card-v39{min-height:185px}
  .home-page.home-v39 .bt-process-timeline-v39{gap:12px}
  .home-page.home-v39 .bt-process-step-v39{min-height:265px;padding-inline:12px}
  .home-page.home-v39 .bt-why-showcase-panel-v39{margin-left:-38px;padding:20px}
}

@media(max-width:820px){
  .home-page.home-v39 .bt-internship-v39{grid-template-columns:1fr}
  .home-page.home-v39 .bt-internship-v39-media{order:-1;height:360px}
  .home-page.home-v39 .bt-workshop-showcase-v39{height:auto;padding-top:245px;overflow:visible}
  .home-page.home-v39 .bt-workshop-showcase-media{height:245px}
  .home-page.home-v39 .bt-workshop-showcase-panel{
    position:relative;
    right:auto;
    top:auto;
    bottom:auto;
    width:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:14px;
    padding:14px;
    background:var(--bt-tone-01);
  }
  .home-page.home-v39 .bt-workshop-footer-v39{align-items:flex-start;flex-direction:column;gap:6px}
  .home-page.home-v39 .bt-pathway-grid-v39{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page.home-v39 .bt-pathway-card-v39,
  .home-page.home-v39 .bt-pathway-card-v39:nth-child(4),
  .home-page.home-v39 .bt-pathway-card-v39:nth-child(5){grid-column:auto;min-height:190px}
  .home-page.home-v39 .bt-process-timeline-v39{grid-template-columns:1fr;gap:12px;padding-left:30px}
  .home-page.home-v39 .bt-process-timeline-v39::before{
    left:37px;
    right:auto;
    top:38px;
    bottom:38px;
    width:2px;
    height:auto;
    background:linear-gradient(180deg,var(--bt-tone-37),var(--bt-tone-24),var(--bt-tone-37));
  }
  .home-page.home-v39 .bt-process-step-v39{
    min-height:0;
    display:grid;
    grid-template-columns:70px minmax(0,1fr);
    grid-template-rows:auto auto;
    gap:2px 14px;
    padding:15px;
    text-align:left;
  }
  .home-page.home-v39 .bt-process-node-v39{grid-row:1/3;width:62px;height:62px;margin:0}
  .home-page.home-v39 .bt-process-step-v39 h3{align-self:end;margin:0 0 4px}
  .home-page.home-v39 .bt-process-step-v39 p{align-self:start}
  .home-page.home-v39 .bt-why-showcase-v39{grid-template-columns:1fr}
  .home-page.home-v39 .bt-why-showcase-media-v39{height:360px}
  .home-page.home-v39 .bt-why-showcase-panel-v39{margin:-42px 18px 0;padding:20px}
  .home-page.home-v39 .bt-outcome-grid-v39{grid-template-columns:1fr}
  .home-page.home-v39 .bt-outcome-card-v39{min-height:0}
}

@media(max-width:560px){
  .home-page.home-v39 #project-training .bt-mini-grid article{grid-template-columns:40px minmax(0,1fr)}
  .home-page.home-v39 .bt-internship-rows article{grid-template-columns:42px minmax(0,1fr);padding:12px}
  .home-page.home-v39 .bt-workshop-showcase-panel{grid-template-columns:1fr}
  .home-page.home-v39 .bt-workshop-showcase-v39{padding-top:220px}
  .home-page.home-v39 .bt-workshop-showcase-media{height:220px}
  .home-page.home-v39 .bt-pathway-grid-v39{grid-template-columns:1fr}
  .home-page.home-v39 .bt-pathway-card-v39{min-height:0}
  .home-page.home-v39 .bt-why-benefits-v39{grid-template-columns:1fr}
  .home-page.home-v39 .bt-why-showcase-media-v39{height:300px}
  .home-page.home-v39 .bt-why-showcase-media-v39>div{right:20px}
  .home-page.home-v39 .bt-why-showcase-panel-v39{margin:-32px 10px 0;padding:16px}
}


/* =========================================================
   BIOTECH TEMPLATE HOME V4.0 — HERO + CTA ONLY
   Locked Sections 2–11 are unchanged. Section 5 receives only
   the approved card-content vertical-alignment correction.
   ========================================================= */
.home-page.home-v40 .bt-hero{
  padding:24px 0 30px;
  background:linear-gradient(180deg,var(--bt-royal-blue-pale),var(--bt-tone-01));
}
.home-page.home-v40 .bt-hero::before{display:none}
.home-page.home-v40 .bt-hero-main{
  min-height:510px;
  grid-template-columns:1.04fr .96fr;
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid var(--bt-royal-blue-border);
  border-radius:30px;
  background:var(--bt-royal-blue);
  box-shadow:0 24px 60px var(--bt-royal-blue-shadow);
}
.home-page.home-v40 .bt-hero-copy{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px 52px;
  color:var(--bt-hero-copy-light);
}
.home-page.home-v40 .bt-hero-heading{
  min-height:0;
  display:block;
}
.home-page.home-v40 .bt-hero-title{
  max-width:630px;
  margin:0 0 20px;
  color:var(--bt-hero-copy-light);
  font-size:clamp(2.75rem,4vw,4.15rem);
  line-height:1.04;
  letter-spacing:-.052em;
  text-wrap:balance;
}
.home-page.home-v40 .bt-hero-title span{color:var(--bt-hero-highlight)}
.home-page.home-v40 .bt-hero-desc{
  max-width:590px;
  margin:0;
  color:var(--bt-hero-copy-muted);
  font-size:clamp(.98rem,1.2vw,1.08rem);
  line-height:1.72;
}
.home-page.home-v40 .bt-hero-visual,
.home-page.home-v40 .bt-hero-frame{
  width:100%;
  height:100%;
  min-height:510px;
}
.home-page.home-v40 .bt-hero-frame{
  border:0;
  border-radius:0;
  background:var(--bt-royal-blue-dark);
  box-shadow:none;
}
.home-page.home-v40 .bt-hero-slide::after{
  background:linear-gradient(90deg,var(--bt-hero-image-overlay),transparent 45%);
}
.home-page.home-v40 .bt-hero-card{
  left:auto;
  right:22px;
  bottom:22px;
  width:auto;
  padding:9px 13px;
  border-color:var(--bt-badge-border);
  border-radius:999px;
  background:var(--bt-badge-glass);
  color:var(--bt-royal-blue-dark);
  box-shadow:0 12px 28px var(--bt-royal-blue-shadow);
  backdrop-filter:blur(12px);
}
.home-page.home-v40 .bt-hero-card span{
  display:block;
  color:var(--bt-royal-blue-dark);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
}
.home-page.home-v40 .bt-hero-controls{top:18px;right:18px}
.home-page.home-v40 .bt-hero-arrow{
  background:var(--bt-royal-blue-dark);
  border-color:var(--bt-royal-blue-border);
  color:var(--bt-tone-01);
}
.home-page.home-v40 .bt-hero-arrow:hover{
  background:var(--bt-accent);
  border-color:var(--bt-accent);
}
.home-page.home-v40 .bt-hero-dots{left:22px;top:22px}
.home-page.home-v40 .bt-hero-dot{background:var(--bt-tone-21)}
.home-page.home-v40 .bt-hero-dot.is-active{background:var(--bt-accent)}

/* Section 5: alignment only; the locked layout is preserved. */
.home-page.home-v40 .bt-workshop-showcase-panel article{
  align-content:center;
  align-items:center;
}
.home-page.home-v40 .bt-workshop-showcase-panel article>div{
  align-self:center;
}

/* Final split CTA: title, description and one WhatsApp action only. */
.home-page.home-v40 .bt-cta-v40{
  padding:68px 0 76px;
  background:var(--bt-tone-01);
}
.home-page.home-v40 .bt-cta-v40-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:360px;
  overflow:hidden;
  border:1px solid var(--bt-royal-blue-border);
  border-radius:30px;
  background:var(--bt-royal-blue);
  box-shadow:0 24px 60px var(--bt-royal-blue-shadow);
}
.home-page.home-v40 .bt-cta-v40-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:48px 52px;
}
.home-page.home-v40 .bt-cta-v40 h2{
  max-width:680px;
  margin:0 0 16px;
  color:var(--bt-hero-copy-light);
  font-size:clamp(2rem,3.4vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.045em;
}
.home-page.home-v40 .bt-cta-v40 p{
  max-width:610px;
  margin:0 0 25px;
  color:var(--bt-hero-copy-muted);
  font-size:1rem;
  line-height:1.7;
}
.home-page.home-v40 .bt-cta-v40-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:12px 20px;
  border:1px solid var(--bt-tone-01);
  border-radius:13px;
  background:var(--bt-tone-01);
  color:var(--bt-cta-button-text);
  font-weight:850;
  box-shadow:0 14px 30px var(--bt-royal-blue-shadow);
  transition:transform .24s ease,background .24s ease,box-shadow .24s ease;
}
.home-page.home-v40 .bt-cta-v40-btn svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:var(--bt-whatsapp);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-page.home-v40 .bt-cta-v40-btn:hover{
  transform:translateY(-3px);
  background:var(--bt-cta-button-hover);
  box-shadow:0 18px 36px var(--bt-royal-blue-shadow);
}
.home-page.home-v40 .bt-cta-v40-media{
  position:relative;
  min-height:360px;
  overflow:hidden;
}
.home-page.home-v40 .bt-cta-v40-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--bt-royal-blue) 0%,transparent 28%);
}
.home-page.home-v40 .bt-cta-v40-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .7s ease;
}
.home-page.home-v40 .bt-cta-v40-card:hover .bt-cta-v40-media img{transform:scale(1.035)}

@media(max-width:960px){
  .home-page.home-v40 .bt-hero-main{grid-template-columns:1fr 1fr;min-height:480px}
  .home-page.home-v40 .bt-hero-copy{padding:40px 36px}
  .home-page.home-v40 .bt-hero-visual,
  .home-page.home-v40 .bt-hero-frame{min-height:480px}
  .home-page.home-v40 .bt-cta-v40-copy{padding:42px 38px}
}
@media(max-width:820px){
  .home-page.home-v40 .bt-hero{padding:16px 0 24px}
  .home-page.home-v40 .bt-hero-main{
    display:flex;
    flex-direction:column;
    min-height:0;
    border-radius:24px;
  }
  .home-page.home-v40 .bt-hero-visual{order:-1;min-height:0}
  .home-page.home-v40 .bt-hero-frame{height:auto;min-height:0;aspect-ratio:16/10}
  .home-page.home-v40 .bt-hero-copy{padding:30px 26px 34px}
  .home-page.home-v40 .bt-hero-title{font-size:clamp(2.15rem,9vw,3.15rem);margin-bottom:15px}
  .home-page.home-v40 .bt-hero-desc{font-size:.96rem;line-height:1.62}
  .home-page.home-v40 .bt-hero-card{right:14px;bottom:14px;padding:8px 11px}
  .home-page.home-v40 .bt-cta-v40{padding:52px 0 60px}
  .home-page.home-v40 .bt-cta-v40-card{
    display:flex;
    flex-direction:column;
    min-height:0;
    border-radius:24px;
  }
  .home-page.home-v40 .bt-cta-v40-media{order:-1;min-height:250px}
  .home-page.home-v40 .bt-cta-v40-media::after{
    background:linear-gradient(180deg,transparent 60%,var(--bt-royal-blue));
  }
  .home-page.home-v40 .bt-cta-v40-copy{padding:32px 26px 36px}
}
@media(max-width:560px){
  .home-page.home-v40 .bt-hero-copy{padding:26px 21px 30px}
  .home-page.home-v40 .bt-hero-title{font-size:clamp(2rem,10vw,2.8rem)}
  .home-page.home-v40 .bt-hero-controls{top:12px;right:12px}
  .home-page.home-v40 .bt-hero-arrow{width:38px;height:38px}
  .home-page.home-v40 .bt-cta-v40 h2{font-size:clamp(1.85rem,9vw,2.45rem)}
  .home-page.home-v40 .bt-cta-v40-btn{width:100%}
}

/* UBI V4.2 project-training page refinements */
.project-training-page .project-section{padding:64px 0}
.project-training-page .section-head{max-width:880px;margin-bottom:26px}
.project-training-page .section-head h2{font-size:clamp(1.85rem,3.25vw,2.72rem);line-height:1.12}
.project-training-page .section-head p{margin-top:12px;font-size:.94rem;line-height:1.65}
.project-training-page .project-section-head--compact{margin-bottom:22px}
.project-training-page .project-hero{padding:30px 0 48px}
.project-training-page .project-hero .hero-grid{gap:40px}
.project-training-page .project-hero .hero-text h1{font-size:clamp(2.35rem,4.5vw,4rem)}
.project-training-page .project-hero-card{position:relative;aspect-ratio:16/12;border-radius:26px}
.project-training-page .project-hero-card figcaption{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid var(--bt-white-border);border-radius:14px;background:var(--bt-tone-14);color:var(--bt-white);backdrop-filter:blur(9px)}
.project-training-page .project-hero-card figcaption strong{font-size:.92rem}.project-training-page .project-hero-card figcaption span{font-size:.72rem;letter-spacing:.04em}
.project-hero-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.project-hero-points span{padding:8px 11px;border:1px solid var(--bt-line);border-radius:999px;background:var(--bt-card);color:var(--bt-primary-dark);font-size:.75rem;font-weight:800}
.project-format-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.project-format-card{position:relative;overflow:hidden;padding:21px 18px;border:1px solid var(--bt-line);border-radius:18px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint);transition:.25s}
.project-format-card::after{content:"";position:absolute;right:-28px;bottom:-31px;width:82px;height:82px;border-radius:50%;background:var(--bt-card-glow)}
.project-format-card:hover{transform:translateY(-5px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.project-card-no{display:inline-flex;margin-bottom:24px;color:var(--bt-primary);font-size:.72rem;font-weight:900;letter-spacing:.12em}
.project-format-card h3{position:relative;z-index:1;margin:0 0 8px;color:var(--bt-ink);font-size:1rem}.project-format-card p{position:relative;z-index:1;margin:0;color:var(--bt-muted);font-size:.78rem;line-height:1.58}
.project-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:38px;align-items:center}
.project-split--image-right{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
.project-visual{position:relative;overflow:hidden;margin:0;border:1px solid var(--bt-line);border-radius:24px;background:var(--bt-image-bg);box-shadow:var(--bt-shadow)}
.project-visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-visual:hover img{transform:scale(1.025)}
.project-visual--eligibility,.project-support-visual,.project-lab-visual{aspect-ratio:4/3.25;max-height:445px}
.project-path-list{display:grid;gap:11px}.project-path-card{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:16px 17px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-card);box-shadow:0 8px 24px var(--bt-shadow-faint)}
.project-path-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);font-size:.76rem;font-weight:900}.project-path-card h3{margin:1px 0 5px;font-size:1rem}.project-path-card p{margin:0;color:var(--bt-muted);font-size:.8rem;line-height:1.55}
.project-domain-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:34px;align-items:start}
.project-domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.project-domain-card{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:16px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-card);box-shadow:0 8px 22px var(--bt-shadow-faint);transition:.24s}
.project-domain-card:hover{transform:translateY(-4px);border-color:var(--bt-accent)}.project-domain-card>span{color:var(--bt-accent-dark);font-size:.72rem;font-weight:900}.project-domain-card h3{margin:0 0 5px;color:var(--bt-ink);font-size:.93rem;line-height:1.25}.project-domain-card p{margin:0;color:var(--bt-muted);font-size:.75rem;line-height:1.48}
.project-domain-visual{position:sticky;top:106px;aspect-ratio:4/5;max-height:530px}.project-domain-visual figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:12px 13px;border-radius:13px;background:var(--bt-tone-14);color:var(--bt-white);font-size:.75rem;line-height:1.45;backdrop-filter:blur(8px)}
.project-contrast-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:34px;align-items:center}.project-contrast-image{overflow:hidden;margin:0;aspect-ratio:4/3.5;border:1px solid var(--bt-white-border);border-radius:23px;background:var(--bt-white-glass);box-shadow:0 18px 44px var(--bt-tone-42)}.project-contrast-image img{width:100%;height:100%;object-fit:cover}
.project-idea-grid,.project-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-idea-grid article,.project-why-grid article{padding:22px;border:1px solid var(--bt-white-border);border-radius:18px;background:var(--bt-white-glass);backdrop-filter:blur(7px)}.project-idea-grid h3,.project-why-grid h3{margin:0 0 13px;color:var(--bt-white);font-size:1rem}.project-idea-grid ul,.project-why-grid ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.project-idea-grid li,.project-why-grid li{position:relative;padding-left:19px;color:var(--bt-white-soft);font-size:.78rem}.project-idea-grid li::before,.project-why-grid li::before{content:"✓";position:absolute;left:0;color:var(--bt-white);font-weight:900}
.project-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.project-support-grid article{padding:15px 16px;border:1px solid var(--bt-line);border-radius:15px;background:var(--bt-card)}.project-support-grid span{color:var(--bt-accent-dark);font-size:.68rem;font-weight:900}.project-support-grid h3{margin:7px 0 4px;font-size:.9rem}.project-support-grid p{margin:0;color:var(--bt-muted);font-size:.75rem;line-height:1.45}
.project-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-process-step{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:19px;border:1px solid var(--bt-line);border-radius:17px;background:var(--bt-card);box-shadow:0 9px 24px var(--bt-shadow-faint)}.project-process-step b{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--bt-primary);color:var(--bt-white);font-size:.72rem}.project-process-step h3{margin:2px 0 6px;font-size:.96rem}.project-process-step p{margin:0;color:var(--bt-muted);font-size:.77rem;line-height:1.5}
.project-tech-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-tech-list article{display:grid;grid-template-columns:33px 1fr;gap:11px;padding:14px;border:1px solid var(--bt-line);border-radius:14px;background:var(--bt-card)}.project-tech-list>article>span{color:var(--bt-primary);font-size:.68rem;font-weight:900}.project-tech-list h3{margin:0 0 4px;font-size:.87rem}.project-tech-list p{margin:0;color:var(--bt-muted);font-size:.73rem;line-height:1.45}.project-inline-links{margin-top:18px}.project-inline-links .btn{min-height:43px;padding:0 14px;font-size:.76rem}
.project-why .section-head{margin-bottom:22px}.project-faq-layout{grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);gap:34px;align-items:stretch}.project-faq-intro{position:static!important;display:flex;flex-direction:column;min-height:0}.project-faq-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:12px}.project-faq-heading h2{margin:0;font-size:clamp(1.65rem,2.5vw,2.2rem);line-height:1.1}.project-faq-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:1px solid var(--bt-line);border-radius:14px;background:var(--bt-soft);color:var(--bt-primary)}.project-faq-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.project-faq-section .bt-faq-lead{margin:0 0 17px;color:var(--bt-muted);font-size:.84rem;line-height:1.55}.project-faq-section .bt-faq-visual{flex:1;min-height:280px;height:auto;margin-top:0;border-radius:20px}.project-faq-section .bt-faq-list{gap:10px}.project-faq-section .bt-faq button{padding:15px 17px;font-size:.82rem}.project-faq-section .bt-faq-answer p{padding:0 17px 15px;font-size:.78rem;line-height:1.55}.project-faq-section .bt-faq-answer[hidden]{display:none!important}.project-faq-section .bt-faq-answer:not([hidden]){display:grid!important}
.project-final-section{padding-top:54px!important}.project-final-cta{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);overflow:hidden;border-radius:25px;background:linear-gradient(135deg,var(--bt-accent),var(--bt-accent-dark));box-shadow:var(--bt-shadow-strong)}.project-final-copy{padding:44px}.project-final-copy .eyebrow,.project-final-copy h2{color:var(--bt-white)}.project-final-copy h2{margin:0;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.12}.project-final-copy p{max-width:690px;margin:13px 0 22px;color:var(--bt-white-soft);font-size:.9rem;line-height:1.6}.project-final-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border-radius:12px;background:var(--bt-white);color:var(--bt-primary-dark);font-size:.82rem;font-weight:900}.project-final-cta figure{margin:0;min-height:100%}.project-final-cta figure img{width:100%;height:100%;object-fit:cover}
@media(max-width:1080px){.project-format-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-domain-layout{grid-template-columns:1fr}.project-domain-visual{position:relative;top:auto;max-height:none;aspect-ratio:16/8}.project-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-faq-layout{grid-template-columns:1fr}.project-faq-section .bt-faq-visual{height:280px;flex:none}}
@media(max-width:820px){.project-training-page .project-section{padding:52px 0}.project-training-page .project-hero{padding:18px 0 38px}.project-training-page .project-hero-card{order:-1;aspect-ratio:16/10}.project-training-page .project-hero-card figcaption{left:12px;right:12px;bottom:12px}.project-split,.project-split--image-right,.project-contrast-layout{grid-template-columns:1fr}.project-split--image-right .project-support-visual{order:-1}.project-visual--eligibility,.project-support-visual,.project-lab-visual{aspect-ratio:16/10;max-height:none}.project-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-domain-grid,.project-support-grid,.project-tech-list{grid-template-columns:1fr}.project-final-cta{grid-template-columns:1fr}.project-final-cta figure{height:250px;order:-1}.project-final-copy{padding:34px 27px}}
@media(max-width:560px){.project-training-page .project-section{padding:44px 0}.project-training-page .section-head{margin-bottom:21px}.project-training-page .section-head h2{font-size:clamp(1.65rem,8vw,2.1rem)}.project-hero-points{gap:7px}.project-hero-points span{font-size:.68rem}.project-format-grid,.project-domain-grid,.project-idea-grid,.project-why-grid,.project-process-grid{grid-template-columns:1fr}.project-format-card{padding:18px}.project-card-no{margin-bottom:18px}.project-path-card{grid-template-columns:42px 1fr;padding:14px}.project-path-card>span{width:40px;height:40px}.project-process-step{padding:16px}.project-faq-section .bt-faq-visual{display:none}.project-final-copy{padding:29px 22px}}

/* UBI V4.3 — Project Training image, icon and shared-footer refinements */
.project-training-page .project-hero-card img{object-position:center 44%}
.project-training-page .project-domain-visual img{object-position:center}
.project-card-icon,.project-domain-icon,.project-support-icon,.project-tech-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--bt-soft);color:var(--bt-primary)}
.project-card-icon{width:40px;height:40px;margin-bottom:20px}
.project-domain-icon,.project-support-icon,.project-tech-icon{width:38px;height:38px}
.project-card-icon svg,.project-domain-icon svg,.project-support-icon svg,.project-tech-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.project-format-card:hover .project-card-icon,.project-domain-card:hover .project-domain-icon,.project-support-grid article:hover .project-support-icon,.project-tech-list article:hover .project-tech-icon{background:var(--bt-primary);color:var(--bt-white);transform:translateY(-2px)}
.project-card-icon,.project-domain-icon,.project-support-icon,.project-tech-icon{transition:transform .22s ease,background .22s ease,color .22s ease}
.project-domain-card{grid-template-columns:40px minmax(0,1fr);align-items:start}
.project-support-grid article{display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:12px;align-items:start}
.project-support-grid .project-support-icon{grid-row:1/span 2}
.project-support-grid h3{grid-column:2;margin:1px 0 4px}
.project-support-grid p{grid-column:2}
.project-tech-list article{grid-template-columns:38px minmax(0,1fr);align-items:start}
.project-process-step b{font-variant-numeric:tabular-nums}
@media(max-width:560px){.project-card-icon{margin-bottom:16px}}

/* =========================================================
   UBI V4.5 — Program hub, program detail and application pages
   Uses the locked Project Training visual system without
   changing the locked Homepage or Project Training page.
   ========================================================= */
.program-hbt-page .project-section,
.program-detail-page .project-section,
.application-page .project-section{padding:60px 0}
.program-hbt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.program-hbt-card{display:flex;min-height:285px;flex-direction:column;padding:24px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.program-hbt-card:hover{transform:translateY(-5px);border-color:var(--bt-primary);box-shadow:0 18px 38px var(--bt-shadow)}
.program-hbt-card h3{margin:3px 0 10px;font-size:1.13rem;line-height:1.25}
.program-hbt-card p{margin:0;color:var(--bt-muted);font-size:.81rem;line-height:1.6}
.program-hbt-card>span:last-child{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;color:var(--bt-primary);font-size:.76rem;font-weight:900}
.program-hbt-card>span:last-child svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.program-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.program-compare-grid article{display:flex;min-height:245px;flex-direction:column;padding:24px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.program-compare-grid b{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:var(--bt-soft);color:var(--bt-primary);font-size:.67rem;letter-spacing:.06em;text-transform:uppercase}
.program-compare-grid h3{margin:20px 0 9px;font-size:1.08rem}
.program-compare-grid p{margin:0;color:var(--bt-muted);font-size:.8rem;line-height:1.6}
.program-compare-grid a{margin-top:auto;padding-top:22px;color:var(--bt-accent-dark);font-size:.77rem;font-weight:900}
.training-domain-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pcr-format-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.training-domain-grid .project-format-card,.pcr-format-grid .project-format-card{min-height:220px}
.program-detail-page .project-contrast-image{aspect-ratio:4/3.2}
.program-detail-page .project-final-cta figure img,.program-hbt-page .project-final-cta figure img{object-position:center}
.application-main-section{padding-top:46px!important}
.application-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:26px;align-items:start}
.application-form-card,.application-help-card{border:1px solid var(--bt-line);border-radius:24px;background:var(--bt-card);box-shadow:var(--bt-shadow)}
.application-form-card{padding:30px}
.application-form-card .section-head{margin-bottom:22px}
.application-form-card .enquiry-form{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.application-form label.full{grid-column:1/-1}
.application-form .form-actions .btn{min-width:220px}
.application-help-card{position:sticky;top:108px;padding:28px;background:linear-gradient(180deg,var(--bt-soft),var(--bt-card))}
.application-help-card h2{margin:8px 0 22px;font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1.12}
.application-checklist{display:grid;gap:11px}
.application-checklist article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--bt-line);border-radius:15px;background:var(--bt-card)}
.application-checklist article>span{grid-row:1/span 2}
.application-checklist h3{margin:1px 0 4px;font-size:.9rem}
.application-checklist p{margin:0;color:var(--bt-muted);font-size:.75rem;line-height:1.5}
.application-contact-note{margin-top:18px;padding:17px;border-radius:16px;background:var(--bt-primary);color:var(--bt-white)}
.application-contact-note strong{font-size:.88rem}.application-contact-note p{margin:7px 0 0;color:var(--bt-white-soft);font-size:.76rem;line-height:1.55}.application-contact-note a{color:var(--bt-white);font-weight:900}
.application-page .project-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.application-support-section{padding-top:22px!important}
.application-support-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint)}
.application-support-strip>div{display:flex;align-items:center;gap:14px}
.application-support-strip>div>.project-card-icon{margin:0}
.application-support-strip span{display:grid;gap:5px}.application-support-strip strong{font-size:.94rem}.application-support-strip small{color:var(--bt-muted);font-size:.75rem;line-height:1.45}
.application-support-strip>a{flex:0 0 auto;padding:12px 16px;border-radius:11px;background:var(--bt-primary);color:var(--bt-white);font-size:.78rem;font-weight:900}
@media(max-width:1080px){
  .program-hbt-grid,.training-domain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pcr-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .application-layout{grid-template-columns:1fr}
  .application-help-card{position:static}
  .application-page .project-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .program-hbt-page .project-section,.program-detail-page .project-section,.application-page .project-section{padding:50px 0}
  .program-compare-grid{grid-template-columns:1fr}
  .program-compare-grid article{min-height:0}
  .application-form-card,.application-help-card{padding:22px}
  .application-support-strip{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .program-hbt-grid,.training-domain-grid,.pcr-format-grid{grid-template-columns:1fr}
  .program-hbt-card,.training-domain-grid .project-format-card,.pcr-format-grid .project-format-card{min-height:0}
  .application-form-card,.application-help-card{padding:18px;border-radius:19px}
  .application-form label.full{grid-column:auto}
  .application-form .form-actions .btn{width:100%;min-width:0}
  .application-page .project-process-grid{grid-template-columns:1fr}
  .application-support-strip{padding:18px}
}


/* =========================================================
   UBI V4.6 — Program imagery, fixed-height FAQ scroll and CTA icon
   ========================================================= */
.project-faq-layout{align-items:start}
.project-faq-section .project-faq-intro{
  height:420px;
  overflow:hidden;
}
.project-faq-section .bt-faq-visual{
  min-height:0;
}
.project-faq-section .bt-faq-list{
  display:flex;
  flex-direction:column;
  height:420px;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  align-content:start;
  padding-right:10px;
  scrollbar-width:thin;
  scrollbar-color:var(--bt-primary) transparent;
}
.project-faq-section .bt-faq{flex:0 0 auto}
.project-faq-section .bt-faq-list::-webkit-scrollbar{width:7px}
.project-faq-section .bt-faq-list::-webkit-scrollbar-track{background:transparent}
.project-faq-section .bt-faq-list::-webkit-scrollbar-thumb{
  border-radius:99px;
  background:var(--bt-primary);
}
.project-faq-section .bt-faq-list::-webkit-scrollbar-thumb:hover{background:var(--bt-primary-dark)}
.project-cta-eyebrow{gap:9px!important}
.project-cta-eyebrow::before{display:none!important}
.project-cta-eyebrow-icon{
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border:1px solid var(--bt-white-border);
  border-radius:9px;
  background:var(--bt-white-wash);
  color:var(--bt-white);
}
.project-cta-eyebrow-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.program-hbt-page .project-hero-card img,
.program-hbt-page .project-contrast-image img,
.program-hbt-page .project-visual img,
.program-hbt-page .bt-faq-visual img,
.program-hbt-page .project-final-cta figure img{object-position:center}
@media(max-width:1080px) and (min-width:861px){
  .project-faq-layout{
    grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
    gap:24px;
  }
  .project-faq-section .project-faq-intro,
  .project-faq-section .bt-faq-list{height:420px}
}
@media(max-width:860px){
  .project-faq-layout{grid-template-columns:1fr}
  .project-faq-section .project-faq-intro{height:auto;overflow:visible}
  .project-faq-section .bt-faq-visual{height:240px;flex:none}
  .project-faq-section .bt-faq-list{height:400px;padding-right:8px}
}
@media(max-width:560px){
  .project-faq-section .project-faq-intro{height:auto}
  .project-faq-section .bt-faq-list{height:370px;padding-right:6px}
  .project-cta-eyebrow-icon{width:28px;height:28px;flex-basis:28px}
}

/* =========================================================
   UBI V4.11 — Compact WhatsApp training registration CTA
   ========================================================= */
.training-application-page .compact-registration-section{padding:48px 0 54px!important}
.compact-registration-cta{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:30px;align-items:center;padding:34px;border-radius:28px;background:linear-gradient(135deg,var(--bt-primary-dark),var(--bt-primary));color:var(--bt-white);box-shadow:var(--bt-shadow)}
.compact-registration-copy h2{max-width:680px;margin:12px 0 13px;color:var(--bt-white);font-size:clamp(2rem,3.7vw,3.15rem);line-height:1.04}
.compact-registration-copy>p{max-width:690px;margin:0;color:var(--bt-white-soft);font-size:.92rem;line-height:1.68}
.compact-registration-copy .eyebrow{color:var(--bt-white)}
.compact-registration-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}
.compact-registration-benefits article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:13px;border:1px solid var(--bt-white-border);border-radius:15px;background:var(--bt-white-wash)}
.compact-registration-benefits .project-card-icon{width:36px;height:36px;margin:0;border-color:var(--bt-white-border);background:var(--bt-white-wash);color:var(--bt-white)}
.compact-registration-benefits strong{display:block;color:var(--bt-white);font-size:.78rem}
.compact-registration-benefits small{display:block;margin-top:3px;color:var(--bt-white-soft);font-size:.66rem;line-height:1.35}
.compact-registration-form-card{padding:24px;border:1px solid var(--bt-white-border);border-radius:22px;background:var(--bt-card);color:var(--bt-ink);box-shadow:0 18px 42px rgba(0,0,0,.14)}
.compact-registration-form-card h3{margin:0 0 5px;font-size:1.28rem}
.compact-registration-form-card>p{margin:0 0 16px;color:var(--bt-muted);font-size:.76rem}
.compact-whatsapp-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.compact-whatsapp-form label{gap:6px;font-size:.74rem}
.compact-whatsapp-form input,.compact-whatsapp-form select,.compact-whatsapp-form textarea{min-height:44px;padding:9px 11px;border-radius:10px}
.compact-whatsapp-form textarea{min-height:68px;max-height:90px;resize:vertical}
.compact-whatsapp-form .form-actions{margin-top:1px}
.compact-whatsapp-form .form-actions .btn{width:100%;min-width:0;justify-content:center}
.compact-whatsapp-form .form-note{color:var(--bt-muted);font-size:.69rem;line-height:1.45}
.compact-section-head{max-width:820px}
.training-application-page .compact-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.full-support-cta{padding:26px 28px;background:linear-gradient(135deg,var(--bt-soft),var(--bt-card))}
.full-support-cta>a{background:var(--bt-accent);color:var(--bt-white)}
@media(max-width:1080px){
  .compact-registration-cta{grid-template-columns:1fr;padding:28px}
  .compact-registration-benefits{max-width:780px}
}
@media(max-width:760px){
  .training-application-page .compact-registration-section{padding:38px 0 44px!important}
  .compact-registration-cta{gap:22px;padding:22px;border-radius:22px}
  .compact-registration-benefits{grid-template-columns:1fr}
  .compact-whatsapp-form{grid-template-columns:1fr}
  .compact-whatsapp-form .full,.compact-whatsapp-form .form-actions,.compact-whatsapp-form .form-note{grid-column:auto}
  .training-application-page .compact-process-grid{grid-template-columns:1fr}
  .full-support-cta{padding:20px}
}
@media(max-width:480px){
  .compact-registration-form-card{padding:18px;border-radius:18px}
  .compact-registration-copy h2{font-size:clamp(1.8rem,9vw,2.35rem)}
}


/* =========================================================
   UBI V4.12 — Rich biotechnology program registration page
   ========================================================= */
.registration-rich-page .project-section{padding:58px 0}
.registration-rich-hero .registration-jump-link{display:inline-flex;align-items:center;gap:9px;margin-top:21px;padding:12px 17px;border-radius:12px;background:var(--bt-primary);color:var(--bt-white);font-size:.78rem;font-weight:900;box-shadow:0 10px 24px var(--bt-primary-shadow)}
.registration-rich-hero .registration-jump-link span{font-size:1rem}
.registration-pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.registration-pathway-grid>article{display:flex;flex-direction:column;min-height:230px;padding:20px;border:1px solid var(--bt-line);border-radius:18px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint)}
.registration-pathway-grid .project-card-icon{margin-bottom:20px}
.registration-pathway-grid h3{margin:0 0 9px;font-size:1rem}
.registration-pathway-grid p{margin:0 0 18px;color:var(--bt-muted);font-size:.78rem;line-height:1.58}
.registration-pathway-grid a{margin-top:auto;color:var(--bt-primary);font-size:.76rem;font-weight:900}
.registration-split-layout{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:42px;align-items:center}
.registration-split-reverse{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr)}
.registration-section-image{height:100%;min-height:410px;margin:0;overflow:hidden;border-radius:24px;background:var(--bt-image-bg);box-shadow:var(--bt-shadow)}
.registration-section-image img{width:100%;height:100%;object-fit:cover}
.registration-audience-grid,.registration-area-grid,.registration-outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.registration-audience-grid article,.registration-area-grid article,.registration-outcome-grid article{padding:16px;border:1px solid var(--bt-line);border-radius:15px;background:var(--bt-card)}
.registration-audience-grid strong,.registration-area-grid strong,.registration-outcome-grid strong{display:block;margin-bottom:6px;font-size:.84rem;color:var(--bt-ink)}
.registration-audience-grid span,.registration-area-grid span,.registration-outcome-grid span{display:block;color:var(--bt-muted);font-size:.72rem;line-height:1.48}
.registration-level-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.registration-level-grid article{padding:20px;border:1px solid var(--bt-line);border-radius:18px;background:var(--bt-card);box-shadow:0 9px 24px var(--bt-shadow-faint)}
.registration-level-grid b{display:grid;place-items:center;width:42px;height:42px;margin-bottom:17px;border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);font-size:.73rem}
.registration-level-grid h3{margin:0 0 8px;font-size:.95rem}.registration-level-grid p{margin:0;color:var(--bt-muted);font-size:.74rem;line-height:1.5}
.registration-discipline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.registration-discipline-grid article{position:relative;min-height:145px;padding:19px;border:1px solid var(--bt-line);border-radius:17px;background:var(--bt-card);overflow:hidden}
.registration-discipline-grid article::after{content:"";position:absolute;right:-18px;bottom:-18px;width:58px;height:58px;border-radius:50%;background:var(--bt-card-glow)}
.registration-discipline-grid h3{margin:0 0 8px;font-size:.9rem}.registration-discipline-grid p{margin:0;color:var(--bt-muted);font-size:.73rem;line-height:1.5}
.registration-discipline-grid .registration-other-card{border-color:var(--bt-primary);background:var(--bt-soft)}
.registration-format-band{background:linear-gradient(135deg,var(--bt-accent-dark),var(--bt-accent));color:var(--bt-white)}
.registration-format-inner{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:38px;align-items:center}
.registration-format-inner figure{height:310px;margin:0;overflow:hidden;border-radius:22px;background:rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.12)}
.registration-format-inner figure img{width:100%;height:100%;object-fit:cover}
.registration-format-inner .eyebrow,.registration-format-inner h2{color:var(--bt-white)}
.registration-format-inner h2{margin:10px 0 12px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.07}
.registration-format-inner p{max-width:720px;margin:0;color:var(--bt-white-soft);font-size:.84rem;line-height:1.65}
.registration-format-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.registration-format-list span{padding:10px 13px;border:1px solid var(--bt-white-border);border-radius:999px;background:var(--bt-white-wash);font-size:.7rem;font-weight:800}
.registration-process-section .compact-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.registration-rich-page .registration-form-section{padding-top:38px!important}
.registration-rich-page .compact-registration-cta{grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr)}
.registration-rich-page .compact-registration-copy h2{font-size:clamp(2rem,3.2vw,2.85rem)}
.registration-rich-page .compact-whatsapp-form textarea{min-height:68px}
@media(max-width:1080px){
 .registration-pathway-grid,.registration-level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .registration-split-layout,.registration-split-reverse{grid-template-columns:1fr}.registration-section-image{min-height:330px;max-height:420px}
 .registration-format-inner{grid-template-columns:1fr}.registration-format-inner figure{height:300px}
 .registration-process-section .compact-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .registration-rich-page .project-section{padding:46px 0}
 .registration-discipline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .registration-audience-grid,.registration-area-grid,.registration-outcome-grid{grid-template-columns:1fr}
 .registration-section-image{min-height:250px;max-height:320px;border-radius:20px}
 .registration-format-inner figure{height:250px}
}
@media(max-width:560px){
 .registration-pathway-grid,.registration-level-grid,.registration-discipline-grid,.registration-process-section .compact-process-grid{grid-template-columns:1fr}
 .registration-pathway-grid>article{min-height:0}
 .registration-split-layout{gap:25px}
 .registration-format-inner{gap:24px}.registration-format-inner figure{height:220px}
 .registration-rich-page .compact-registration-cta{padding:21px}
 .registration-rich-hero .registration-jump-link{width:100%;justify-content:center}
}

/* UBI V4.13 — Register for Training visual refinement */
.registration-rich-page .registration-card-icon{
  display:grid;place-items:center;width:42px;height:42px;margin:0 0 14px;
  border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);
  color:var(--bt-primary);transition:transform .24s ease,background .24s ease,color .24s ease,border-color .24s ease
}
.registration-rich-page .registration-card-icon svg{
  width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round
}
.registration-rich-page .registration-pathway-grid>article,
.registration-rich-page .registration-audience-grid article,
.registration-rich-page .registration-level-grid article,
.registration-rich-page .registration-discipline-grid article,
.registration-rich-page .registration-area-grid article,
.registration-rich-page .registration-outcome-grid article{
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease
}
.registration-rich-page .registration-pathway-grid>article:hover,
.registration-rich-page .registration-audience-grid article:hover,
.registration-rich-page .registration-level-grid article:hover,
.registration-rich-page .registration-discipline-grid article:hover,
.registration-rich-page .registration-area-grid article:hover,
.registration-rich-page .registration-outcome-grid article:hover{
  transform:translateY(-5px);border-color:var(--bt-primary);box-shadow:0 16px 34px var(--bt-shadow-faint)
}
.registration-rich-page .registration-pathway-grid>article:hover .project-card-icon,
.registration-rich-page .registration-audience-grid article:hover .registration-card-icon,
.registration-rich-page .registration-discipline-grid article:hover .registration-card-icon,
.registration-rich-page .registration-area-grid article:hover .registration-card-icon,
.registration-rich-page .registration-outcome-grid article:hover .registration-card-icon{
  transform:translateY(-2px) rotate(-3deg);border-color:var(--bt-primary);background:var(--bt-primary);color:var(--bt-white)
}
.registration-rich-page .registration-audience-grid article,
.registration-rich-page .registration-area-grid article,
.registration-rich-page .registration-outcome-grid article{min-height:156px}
.registration-rich-page .registration-discipline-grid article{min-height:185px}
.registration-rich-page .registration-level-grid article:hover b{background:var(--bt-primary);color:var(--bt-white)}
.registration-rich-page .registration-level-grid b{transition:background .24s ease,color .24s ease,transform .24s ease}
.registration-rich-page .registration-level-grid article:hover b{transform:translateY(-2px)}
.registration-final-cta-section{padding-top:42px!important}
.registration-final-cta{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);overflow:hidden;
  border-radius:28px;background:linear-gradient(135deg,var(--bt-accent),var(--bt-accent-dark));
  color:var(--bt-white);box-shadow:var(--bt-shadow-strong)
}
.registration-final-cta-copy{position:relative;z-index:2;padding:48px 46px}
.registration-final-cta-copy .eyebrow,.registration-final-cta-copy h2{color:var(--bt-white)}
.registration-final-cta-copy h2{max-width:760px;margin:13px 0 14px;font-size:clamp(2rem,3.6vw,3rem);line-height:1.06;letter-spacing:-.035em}
.registration-final-cta-copy p{max-width:720px;margin:0 0 24px;color:var(--bt-white-soft);font-size:.9rem;line-height:1.65}
.registration-final-cta-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;
  border-radius:12px;background:var(--bt-white);color:var(--bt-primary-dark);font-size:.8rem;font-weight:900;
  box-shadow:0 12px 26px rgba(0,0,0,.12);transition:transform .24s ease,background .24s ease
}
.registration-final-cta-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.registration-final-cta-btn:hover{transform:translateY(-3px);background:var(--bt-soft)}
.registration-final-cta figure{position:relative;min-height:330px;margin:0;overflow:hidden}
.registration-final-cta figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(240,124,20,.55),transparent 45%)}
.registration-final-cta figure img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.registration-final-cta:hover figure img{transform:scale(1.035)}
@media(max-width:820px){
  .registration-final-cta{grid-template-columns:1fr}
  .registration-final-cta figure{order:-1;min-height:250px}
  .registration-final-cta-copy{padding:35px 28px 39px}
  .registration-rich-page .registration-audience-grid article,
  .registration-rich-page .registration-area-grid article,
  .registration-rich-page .registration-outcome-grid article,
  .registration-rich-page .registration-discipline-grid article{min-height:0}
}
@media(max-width:560px){
  .registration-final-cta{border-radius:21px}
  .registration-final-cta figure{min-height:210px}
  .registration-final-cta-copy{padding:29px 22px 32px}
  .registration-final-cta-btn{width:100%}
}


/* UBI V4.14 — Research Areas representative layout */
#quick-registration{scroll-margin-top:118px}
.research-hbt-page .research-domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.research-hbt-page .research-domain-card{overflow:hidden;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.research-hbt-page .research-domain-card:hover{transform:translateY(-6px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.research-hbt-page .research-domain-card figure{height:180px;margin:0;overflow:hidden;background:var(--bt-image-bg)}
.research-hbt-page .research-domain-card figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.research-hbt-page .research-domain-card:hover figure img{transform:scale(1.045)}
.research-hbt-page .research-domain-card>div{position:relative;padding:20px}
.research-hbt-page .research-domain-card .project-card-icon{margin:0 0 14px}
.research-hbt-page .research-domain-card h3{margin:0 0 8px;font-size:1rem;line-height:1.3}
.research-hbt-page .research-domain-card p{margin:0 0 16px;color:var(--bt-muted);font-size:.77rem;line-height:1.55}
.research-hbt-page .research-domain-card a{color:var(--bt-primary);font-size:.76rem;font-weight:900}
.research-hbt-page .research-format-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.research-hbt-page .research-theme-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.research-hbt-page .project-card-icon,.research-hbt-page .project-support-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);transition:transform .24s ease,background .24s ease,color .24s ease}
.research-hbt-page .project-card-icon svg,.research-hbt-page .project-support-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.research-hbt-page .project-format-card:hover .project-card-icon,.research-hbt-page .research-domain-card:hover .project-card-icon,.research-hbt-page .project-support-grid article:hover .project-support-icon{transform:translateY(-2px) rotate(-3deg);background:var(--bt-primary);color:var(--bt-white);border-color:var(--bt-primary)}
.research-hbt-page .project-support-grid article{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.research-hbt-page .project-support-grid article:hover{transform:translateY(-4px);border-color:var(--bt-accent);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.research-hbt-page .project-support-grid h3{margin-top:10px}
.research-hbt-page .research-hero .project-hero-card img{object-position:center}
@media(max-width:1080px){.research-hbt-page .research-domain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-hbt-page .research-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-hbt-page .research-format-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){#quick-registration{scroll-margin-top:92px}.research-hbt-page .research-domain-card figure{height:210px}.research-hbt-page .research-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.research-hbt-page .research-domain-grid,.research-hbt-page .research-theme-grid,.research-hbt-page .research-format-grid{grid-template-columns:1fr}.research-hbt-page .research-domain-card figure{height:200px}}

/* UBI V4.15 — Research Areas balance and readability refinements */
@media(min-width:1081px){
  .research-hbt-page .research-domain-grid{
    grid-template-columns:repeat(8,minmax(0,1fr));
    gap:16px;
  }
  .research-hbt-page .research-domain-card{grid-column:span 2}
  .research-hbt-page .research-domain-card:nth-child(5){grid-column:2 / span 2}
}
.research-hbt-page .research-domain-card p{
  font-size:.84rem;
  line-height:1.62;
}
.research-hbt-page .research-domain-card a{
  font-size:.8rem;
  line-height:1.45;
}
.research-hbt-page .research-theme-grid .project-format-card p,
.research-hbt-page .research-format-grid .project-format-card p{
  font-size:.82rem;
  line-height:1.58;
}
.research-hbt-page .project-support-grid p,
.research-hbt-page .project-process-step p{
  font-size:.81rem;
  line-height:1.56;
}
@media(max-width:1080px){
  .research-hbt-page .research-domain-card,
  .research-hbt-page .research-domain-card:nth-child(5){grid-column:auto}
}


/* UBI V4.25 — College Solutions institution hub */
.institution-hbt-page .institution-hero .project-hero-card img{object-position:center 42%}
.institution-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.institution-category-card{overflow:hidden;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-card);box-shadow:0 12px 30px var(--bt-shadow-faint);transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease}
.institution-category-card:hover{transform:translateY(-6px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.institution-category-card figure{height:205px;margin:0;overflow:hidden;background:var(--bt-image-bg)}
.institution-category-card figure img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.institution-category-card:hover figure img{transform:scale(1.045)}
.institution-category-card>div{padding:21px}
.institution-category-card .project-card-icon{margin-bottom:14px}
.institution-category-card h3{margin:0 0 8px;font-size:1.08rem;line-height:1.28}
.institution-category-card p{margin:0 0 15px;color:var(--bt-muted);font-size:.82rem;line-height:1.58}
.institution-category-card>div>span:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--bt-primary);font-size:.78rem;font-weight:900}
.institution-category-card>div>span:last-child svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.institution-hbt-page .project-card-icon,.institution-hbt-page .project-support-icon{display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);transition:transform .24s ease,background .24s ease,color .24s ease}
.institution-hbt-page .project-card-icon svg,.institution-hbt-page .project-support-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.institution-hbt-page .project-format-card:hover .project-card-icon,.institution-hbt-page .project-support-grid article:hover .project-support-icon,.institution-hbt-page .institution-category-card:hover .project-card-icon{transform:translateY(-2px) rotate(-3deg);background:var(--bt-primary);color:var(--bt-white);border-color:var(--bt-primary)}
.institution-hbt-page .project-support-grid article{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.institution-hbt-page .project-support-grid article:hover{transform:translateY(-4px);border-color:var(--bt-accent);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.institution-hbt-page .project-support-grid h3{margin-top:10px}
.institution-program-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.institution-discipline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.institution-level-visual,.institution-outcome-visual{aspect-ratio:4/3.15;max-height:460px}
.institution-level-visual img{object-position:center}
.institution-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.institution-cta-section{padding:68px 0 76px;background:var(--bt-tone-01)}
.institution-home-cta{display:grid;grid-template-columns:1.05fr .95fr;min-height:360px;overflow:hidden;border:1px solid var(--bt-royal-blue-border);border-radius:30px;background:var(--bt-royal-blue);box-shadow:0 24px 60px var(--bt-royal-blue-shadow)}
.institution-home-cta-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:48px 52px}
.institution-cta-eyebrow{display:flex!important;align-items:center;gap:9px!important;color:var(--bt-hero-copy-light)!important}
.institution-cta-eyebrow::before{display:none!important}
.institution-home-cta h2{max-width:690px;margin:8px 0 16px;color:var(--bt-hero-copy-light);font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.045em}
.institution-home-cta p{max-width:620px;margin:0 0 25px;color:var(--bt-hero-copy-muted);font-size:1rem;line-height:1.7}
.institution-home-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 20px;border:1px solid var(--bt-tone-01);border-radius:13px;background:var(--bt-tone-01);color:var(--bt-cta-button-text);font-weight:850;box-shadow:0 14px 30px var(--bt-royal-blue-shadow);transition:transform .24s ease,background .24s ease,box-shadow .24s ease}
.institution-home-cta-btn svg{width:21px;height:21px;fill:none;stroke:var(--bt-whatsapp);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.institution-home-cta-btn:hover{transform:translateY(-3px);background:var(--bt-cta-button-hover);box-shadow:0 18px 36px var(--bt-royal-blue-shadow)}
.institution-home-cta-media{position:relative;min-height:360px;overflow:hidden}
.institution-home-cta-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bt-royal-blue) 0%,transparent 28%)}
.institution-home-cta-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}
.institution-home-cta:hover .institution-home-cta-media img{transform:scale(1.035)}
.institution-hbt-page .project-faq-section .project-faq-intro,.institution-hbt-page .project-faq-section .bt-faq-list{height:440px}
.institution-hbt-page .project-faq-section .bt-faq-list{overflow-y:auto;padding-right:10px}
@media(max-width:1080px){.institution-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.institution-program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.institution-discipline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.institution-category-grid{grid-template-columns:1fr}.institution-category-card figure{height:235px}.institution-home-cta{grid-template-columns:1fr}.institution-home-cta-media{height:260px;min-height:0;order:-1}.institution-home-cta-copy{padding:38px 30px}.institution-hbt-page .project-faq-section .project-faq-intro{height:auto}.institution-hbt-page .project-faq-section .bt-faq-list{height:400px}.institution-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.institution-program-grid,.institution-discipline-grid,.institution-process-grid{grid-template-columns:1fr}.institution-category-card figure{height:205px}.institution-home-cta{border-radius:23px}.institution-home-cta-media{height:220px}.institution-home-cta-copy{padding:30px 22px}.institution-home-cta-btn{width:100%}.institution-hbt-page .project-faq-section .bt-faq-list{height:370px}}


/* UBI V4.26 — College content completion and Biotechnology Course template */
.institution-course-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.institution-course-groups article{padding:23px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.institution-course-groups article:hover{transform:translateY(-5px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.institution-course-groups h3{margin:14px 0 10px;font-size:1.06rem}
.institution-course-groups ul{margin:0;padding-left:19px;color:var(--bt-muted);font-size:.82rem;line-height:1.72}
.institution-duration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.institution-duration-grid article:last-child{grid-column:1/-1}
.institution-duration-visual,.institution-level-visual,.institution-outcome-visual{overflow:hidden;border:1px solid var(--bt-line);border-radius:23px;background:var(--bt-image-bg);box-shadow:0 16px 38px var(--bt-shadow-faint)}
.institution-duration-visual img,.institution-level-visual img,.institution-outcome-visual img{width:100%;height:100%;object-fit:cover}
.course-detail-page .course-hero .project-hero-card img{object-position:center}
.course-path-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.course-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.course-detail-page .project-format-card,.course-detail-page .project-support-grid article{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.course-detail-page .project-format-card:hover,.course-detail-page .project-support-grid article:hover{transform:translateY(-4px);border-color:var(--bt-accent);box-shadow:0 10px 26px var(--bt-shadow-faint)}
.course-detail-page .project-card-icon,.course-detail-page .project-support-icon{display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);transition:transform .24s ease,background .24s ease,color .24s ease}
.course-detail-page .project-card-icon svg,.course-detail-page .project-support-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.course-detail-page .project-format-card:hover .project-card-icon,.course-detail-page .project-support-grid article:hover .project-support-icon{transform:translateY(-2px) rotate(-3deg);background:var(--bt-primary);color:var(--bt-white);border-color:var(--bt-primary)}
.course-eligibility-visual,.course-level-visual,.course-outcome-visual{overflow:hidden;aspect-ratio:4/3.2;border:1px solid var(--bt-line);border-radius:23px;background:var(--bt-image-bg);box-shadow:0 16px 38px var(--bt-shadow-faint)}
.course-eligibility-visual img,.course-level-visual img,.course-outcome-visual img{width:100%;height:100%;object-fit:cover}
.course-process-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.course-detail-page .project-faq-section .project-faq-intro,.course-detail-page .project-faq-section .bt-faq-list{height:440px}
.course-detail-page .project-faq-section .bt-faq-list{overflow-y:auto;padding-right:10px}
.course-cta-section{padding:68px 0 76px;background:var(--bt-tone-01)}
.course-home-cta{display:grid;grid-template-columns:1.08fr .92fr;min-height:360px;overflow:hidden;border:1px solid var(--bt-white-border);border-radius:30px;background:linear-gradient(135deg,var(--bt-accent),var(--bt-accent-dark));box-shadow:0 24px 60px var(--bt-shadow-strong)}
.course-home-cta-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:48px 52px}
.course-cta-eyebrow{display:flex!important;align-items:center;gap:9px!important;color:var(--bt-white)!important}
.course-cta-eyebrow::before{display:none!important}
.course-cta-eyebrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.course-home-cta h2{max-width:690px;margin:8px 0 16px;color:var(--bt-white);font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.045em}
.course-home-cta p{max-width:620px;margin:0 0 25px;color:var(--bt-white-soft);font-size:1rem;line-height:1.7}
.course-home-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 20px;border:1px solid var(--bt-white);border-radius:13px;background:var(--bt-white);color:var(--bt-primary-dark);font-weight:850;box-shadow:0 14px 30px var(--bt-shadow-strong);transition:transform .24s ease,background .24s ease,box-shadow .24s ease}
.course-home-cta-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.course-home-cta-btn:hover{transform:translateY(-3px);background:var(--bt-cta-button-hover);box-shadow:0 18px 36px var(--bt-shadow-strong)}
.course-home-cta-media{position:relative;min-height:360px;overflow:hidden}
.course-home-cta-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bt-accent) 0%,transparent 30%)}
.course-home-cta-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}
.course-home-cta:hover .course-home-cta-media img{transform:scale(1.035)}
@media(max-width:1080px){.institution-course-groups{grid-template-columns:1fr}.course-path-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.course-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.course-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.institution-duration-grid{grid-template-columns:1fr}.institution-duration-grid article:last-child{grid-column:auto}.course-home-cta{grid-template-columns:1fr}.course-home-cta-media{height:260px;min-height:0;order:-1}.course-home-cta-copy{padding:38px 30px}.course-detail-page .project-faq-section .project-faq-intro{height:auto}.course-detail-page .project-faq-section .bt-faq-list{height:400px}}
@media(max-width:560px){.course-path-grid,.course-module-grid,.course-process-grid{grid-template-columns:1fr}.course-home-cta{border-radius:23px}.course-home-cta-media{height:220px}.course-home-cta-copy{padding:30px 22px}.course-home-cta-btn{width:100%}.course-detail-page .project-faq-section .bt-faq-list{height:370px}}

/* UBI V4.27 — College requirements spacing and balance */
.institution-duration-section .section-head{
  max-width:900px;
  margin-bottom:30px;
}
.institution-duration-layout{
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);
  gap:34px;
  align-items:stretch;
}
.institution-duration-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-content:start;
}
.institution-duration-card{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  grid-template-rows:auto 1fr;
  column-gap:14px;
  row-gap:5px;
  min-height:145px;
  padding:20px 19px;
  border:1px solid var(--bt-line);
  border-radius:18px;
  background:var(--bt-card);
  box-shadow:0 10px 26px var(--bt-shadow-faint);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.institution-duration-card:hover{
  transform:translateY(-4px);
  border-color:var(--bt-accent);
  box-shadow:0 15px 32px var(--bt-shadow-faint);
}
.institution-duration-card .project-support-icon{
  grid-column:1;
  grid-row:1 / span 2;
  margin:0;
}
.institution-duration-card h3{
  grid-column:2;
  margin:1px 0 0;
  font-size:.98rem;
  line-height:1.3;
}
.institution-duration-card p{
  grid-column:2;
  margin:0;
  color:var(--bt-muted);
  font-size:.79rem;
  line-height:1.56;
}
.institution-duration-grid .institution-duration-card:last-child{
  grid-column:1 / -1;
  min-height:126px;
}
.institution-duration-visual{
  min-height:342px;
  aspect-ratio:auto;
}
.institution-duration-visual img{
  object-position:center 45%;
}
@media(max-width:1080px){
  .institution-duration-layout{grid-template-columns:1fr;gap:26px}
  .institution-duration-visual{min-height:300px;aspect-ratio:16/8}
}
@media(max-width:700px){
  .institution-duration-section .section-head{margin-bottom:24px}
  .institution-duration-grid{grid-template-columns:1fr;gap:13px}
  .institution-duration-grid .institution-duration-card:last-child{grid-column:auto}
  .institution-duration-card{min-height:0;padding:18px 17px}
  .institution-duration-visual{min-height:0;aspect-ratio:16/10}
}


/* UBI V4.28 — Programs for Colleges locked institution-hub refinement */
.institution-hbt-page .institution-hero h1{max-width:760px}
.institution-practical-layout{align-items:center}
.institution-practical-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.institution-practical-grid article{min-height:154px}
.institution-practical-visual{aspect-ratio:4/3.15;max-height:520px}
.institution-practical-visual img{object-position:center}
.institution-cta-points{display:flex;flex-wrap:wrap;gap:9px;margin:-7px 0 24px}
.institution-cta-points span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.08);color:var(--bt-hero-copy-light);font-size:.76rem;font-weight:800;line-height:1.2}
@media(max-width:820px){
  .institution-practical-layout{grid-template-columns:1fr}
  .institution-practical-visual{order:-1;max-height:none;aspect-ratio:16/10}
}
@media(max-width:560px){
  .institution-practical-grid{grid-template-columns:1fr}
  .institution-practical-grid article{min-height:0}
  .institution-cta-points{gap:7px;margin-bottom:20px}
  .institution-cta-points span{font-size:.71rem}
}


/* UBI V4.34 — Current Student Opportunities and listing page */
.institution-opportunities-section{background:var(--bt-tone-01)}
.institution-opportunity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.institution-opportunity-card{display:flex;flex-direction:column;min-height:100%;padding:24px;border:1px solid var(--bt-line);border-radius:21px;background:var(--bt-card);box-shadow:0 12px 30px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.institution-opportunity-card:hover{transform:translateY(-5px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.opportunity-card-top,.opportunity-detail-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}
.opportunity-status{display:inline-flex;align-items:center;min-height:29px;padding:6px 10px;border-radius:999px;font-size:.69rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.opportunity-status.is-open{border:1px solid var(--bt-line);background:var(--bt-soft);color:var(--bt-primary)}
.opportunity-status.is-institution{border:1px solid var(--bt-line);background:var(--bt-card-glow);color:var(--bt-accent-dark)}
.institution-opportunity-card h3{margin:0 0 10px;font-size:1.12rem;line-height:1.3}
.institution-opportunity-card>p{margin:0 0 18px;color:var(--bt-muted);font-size:.84rem;line-height:1.62}
.institution-opportunity-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:auto 0 18px}
.institution-opportunity-card dl div{padding:11px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-tone-01)}
.institution-opportunity-card dt{margin-bottom:4px;color:var(--bt-muted);font-size:.66rem;font-weight:800;text-transform:uppercase}
.institution-opportunity-card dd{margin:0;color:var(--bt-ink);font-size:.75rem;font-weight:800;line-height:1.4}
.institution-opportunity-card>a{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--bt-primary);font-size:.79rem;font-weight:900}
.institution-opportunity-card>a svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s ease}
.institution-opportunity-card:hover>a svg{transform:translateX(4px)}
.opportunity-section-action{display:flex;justify-content:center;margin-top:24px}
.opportunity-page .opportunity-hero .project-hero-card img{object-position:center}
.opportunity-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.opportunity-status-grid article{padding:22px;border:1px solid var(--bt-line);border-radius:18px;background:var(--bt-card);box-shadow:0 10px 25px var(--bt-shadow-faint)}
.opportunity-status-grid strong{display:block;margin:13px 0 7px;font-size:1.04rem}
.opportunity-status-grid p{margin:0;color:var(--bt-muted);font-size:.83rem;line-height:1.58}
.opportunity-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.opportunity-detail-card{scroll-margin-top:140px;padding:25px;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-card);box-shadow:0 14px 34px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.opportunity-detail-card:hover{transform:translateY(-5px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.opportunity-detail-card h3{margin:0 0 9px;font-size:1.28rem;line-height:1.25}
.opportunity-intro{min-height:76px;margin:0 0 18px;color:var(--bt-muted);font-size:.85rem;line-height:1.62}
.opportunity-detail-card dl{display:grid;gap:0;margin:0 0 20px;border-top:1px solid var(--bt-line)}
.opportunity-detail-card dl div{display:grid;grid-template-columns:88px 1fr;gap:11px;padding:11px 0;border-bottom:1px solid var(--bt-line)}
.opportunity-detail-card dt{color:var(--bt-muted);font-size:.69rem;font-weight:850;text-transform:uppercase}
.opportunity-detail-card dd{margin:0;color:var(--bt-ink);font-size:.78rem;line-height:1.48}
.opportunity-apply{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:45px;padding:10px 13px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);font-size:.8rem;font-weight:900;transition:background .24s ease,color .24s ease,transform .24s ease}
.opportunity-apply svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.opportunity-apply:hover{transform:translateY(-2px);background:var(--bt-primary);color:var(--bt-white)}
.opportunity-eligibility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.opportunity-eligibility-visual{aspect-ratio:4/3.15;max-height:520px}
.opportunity-process-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.opportunity-page .project-faq-section .project-faq-intro,.opportunity-page .project-faq-section .bt-faq-list{height:440px}
.opportunity-page .project-faq-section .bt-faq-list{overflow-y:auto;padding-right:10px}
.opportunity-final-cta{min-height:320px}
.opportunity-final-cta figure{min-height:320px}
@media(max-width:1100px){.institution-opportunity-grid,.opportunity-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.institution-opportunity-card:last-child,.opportunity-detail-card:last-child{grid-column:1/-1}.opportunity-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.opportunity-status-grid{grid-template-columns:1fr}.opportunity-list-grid{grid-template-columns:1fr}.institution-opportunity-card:last-child,.opportunity-detail-card:last-child{grid-column:auto}.opportunity-eligibility-grid{grid-template-columns:1fr}.opportunity-page .project-faq-section .project-faq-intro{height:auto}.opportunity-page .project-faq-section .bt-faq-list{height:400px}}
@media(max-width:640px){.institution-opportunity-grid{grid-template-columns:1fr}.institution-opportunity-card dl{grid-template-columns:1fr}.opportunity-process-grid{grid-template-columns:1fr}.opportunity-detail-card{padding:20px}.opportunity-detail-card dl div{grid-template-columns:1fr;gap:4px}.opportunity-intro{min-height:0}.opportunity-page .project-faq-section .bt-faq-list{height:370px}.opportunity-final-cta,.opportunity-final-cta figure{min-height:0}}


/* UBI V4.35 — compact Programs for Colleges opportunity section */
.institution-opportunities-section{padding:44px 0 46px}
.institution-opportunities-section .section-head{max-width:none;margin:0 0 24px;text-align:center}
.institution-opportunities-section .section-head h2{margin:0 auto;max-width:100%;font-size:clamp(1.8rem,2.65vw,2.45rem);line-height:1.08;letter-spacing:-.032em;white-space:nowrap}
.institution-opportunities-section .institution-opportunity-grid{gap:16px}
.institution-opportunities-section .institution-opportunity-card{padding:18px 20px;border-radius:18px}
.institution-opportunities-section .opportunity-card-top{margin-bottom:13px}
.institution-opportunities-section .project-card-icon{width:42px;height:42px}
.institution-opportunities-section .opportunity-status{min-height:27px;padding:5px 9px;font-size:.65rem}
.institution-opportunities-section .institution-opportunity-card h3{margin-bottom:7px;font-size:1.03rem;line-height:1.24}
.institution-opportunities-section .institution-opportunity-card>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:12px;font-size:.78rem;line-height:1.48}
.institution-opportunities-section .institution-opportunity-card dl{gap:8px;margin:auto 0 12px}
.institution-opportunities-section .institution-opportunity-card dl div{padding:8px 9px;border-radius:11px}
.institution-opportunities-section .institution-opportunity-card dt{margin-bottom:2px;font-size:.61rem}
.institution-opportunities-section .institution-opportunity-card dd{font-size:.69rem;line-height:1.32}
.institution-opportunities-section .institution-opportunity-card>a{font-size:.74rem}
.institution-opportunities-section .opportunity-section-action{margin-top:16px}
.institution-opportunities-section .project-final-btn{min-height:42px;padding:10px 18px;font-size:.78rem}
@media(max-width:1100px){
  .institution-opportunities-section .section-head h2{white-space:normal}
}
@media(max-width:640px){
  .institution-opportunities-section{padding:36px 0 38px}
  .institution-opportunities-section .section-head{margin-bottom:18px}
  .institution-opportunities-section .section-head h2{max-width:330px;font-size:clamp(1.55rem,7.2vw,1.9rem);line-height:1.12}
  .institution-opportunities-section .institution-opportunity-card{padding:17px}
}


/* UBI V4.37 — Institution detail visual rhythm and compact full-height FAQ */
@media (min-width:821px){
  .institution-detail-page .institution-practical-layout > .institution-practical-visual{order:2}
  .institution-detail-page .institution-practical-layout > div{order:1}
  .institution-detail-page .project-faq-heading h2{
    font-size:clamp(1.34rem,1.72vw,1.62rem);
    line-height:1.14;
    white-space:nowrap;
  }
}
.institution-detail-page .project-faq-section .project-faq-intro{
  height:440px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.institution-detail-page .project-faq-section .project-faq-heading{
  flex:0 0 auto;
  align-items:center;
  margin-bottom:10px;
}
.institution-detail-page .project-faq-section .bt-faq-lead{
  flex:0 0 auto;
  margin-bottom:14px;
}
.institution-detail-page .project-faq-section .bt-faq-visual{
  display:block;
  flex:1 1 auto;
  min-height:0;
  height:auto;
  margin-top:0;
}
.institution-detail-page .project-faq-section .bt-faq-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.institution-detail-page .project-faq-section .bt-faq-list{height:440px}
@media (max-width:820px){
  .institution-detail-page .institution-practical-layout > .institution-practical-visual{order:-1}
  .institution-detail-page .project-faq-section .project-faq-intro{height:auto;overflow:visible}
  .institution-detail-page .project-faq-section .project-faq-heading h2{
    font-size:clamp(1.45rem,5.7vw,1.9rem);
    line-height:1.12;
    white-space:normal;
  }
  .institution-detail-page .project-faq-section .bt-faq-visual{
    display:block;
    flex:none;
    height:260px;
  }
  .institution-detail-page .project-faq-section .bt-faq-list{height:400px}
}
@media (max-width:560px){
  .institution-detail-page .project-faq-section .bt-faq-visual{
    display:block;
    height:220px;
  }
  .institution-detail-page .project-faq-section .bt-faq-list{height:370px}
}


/* UBI V4.38 — Institution detail 3 + 3 programme grid */
@media (min-width:821px){
  .institution-detail-page .institution-program-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
}
@media (min-width:561px) and (max-width:820px){
  .institution-detail-page .institution-program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media (max-width:560px){
  .institution-detail-page .institution-program-grid{grid-template-columns:1fr}
}


/* UBI V4.44 — unified Course detail layout and Nano/Molecular CTA standard */
.course-detail-page .course-hero h1{max-width:760px;font-size:clamp(2.5rem,4vw,4.35rem);line-height:1.04}
.course-format-meta{position:relative;z-index:1;display:grid;gap:5px;margin-top:auto;padding-top:12px;border-top:1px solid var(--bt-line)}
.course-format-meta span{display:block;color:var(--bt-primary-dark);font-size:.68rem;font-weight:800;line-height:1.35}
.course-format-meta span+span{color:var(--bt-muted);font-weight:700}
.course-path-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.course-path-grid .project-format-card{display:flex;flex-direction:column;height:100%;min-height:280px}
.course-path-grid .project-format-card h3{display:-webkit-box;min-height:2.55em;max-height:2.55em;margin-bottom:10px;overflow:hidden;line-height:1.275;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.course-path-grid .project-format-card>p{display:-webkit-box;min-height:4.75em;max-height:4.75em;overflow:hidden;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.course-special-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.course-special-card{display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:13px;align-items:center;min-height:128px;padding:19px;border:1px solid var(--bt-line);border-radius:18px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.course-special-card:hover{transform:translateY(-4px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.course-special-card>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary);font-size:.72rem;font-weight:900}
.course-special-card h3{margin:0 0 6px;color:var(--bt-ink);font-size:.98rem;line-height:1.25}
.course-special-card p{margin:0;color:var(--bt-muted);font-size:.75rem;line-height:1.5}
.course-special-card>b{color:var(--bt-accent);font-size:1.35rem;transition:transform .24s ease}
.course-special-card:hover>b{transform:translateX(4px)}
.course-level-visual img,.course-outcome-visual img{display:block}
.course-process-grid{align-items:stretch;grid-template-columns:repeat(5,minmax(0,1fr))}
.course-process-grid .project-process-step{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:224px;padding:20px 16px;text-align:center}
.course-process-grid .project-process-step>b{flex:0 0 44px;margin:0 auto 16px}
.course-process-grid .project-process-step>div{display:flex;flex:1 1 auto;flex-direction:column;width:100%}
.course-process-grid .project-process-step h3{min-height:2.45em;margin:0 0 9px;line-height:1.225}
.course-process-grid .project-process-step p{margin:0}
/* Do not override .project-final-cta: course CTAs now use the exact shared Nano/Molecular layout. */
@media(max-width:1080px){
  .course-path-grid,.course-special-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .course-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .course-detail-page .course-hero h1{max-width:none;font-size:clamp(2.1rem,8vw,3.15rem)}
  .course-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .course-detail-page .course-hero h1{font-size:clamp(2rem,9.6vw,2.65rem);line-height:1.06}
  .course-path-grid,.course-special-grid,.course-process-grid{grid-template-columns:1fr}
  .course-path-grid .project-format-card{min-height:0}
  .course-path-grid .project-format-card h3,.course-path-grid .project-format-card>p{min-height:0;max-height:none;-webkit-line-clamp:unset}
  .course-special-card{min-height:0;padding:16px}
  .course-process-grid .project-process-step{min-height:0}
}


/* UBI V4.49 — final cross-site layout consistency baseline */
html,body{max-width:100%;overflow-x:clip}
img,svg,iframe,video{max-width:100%}
.v449-h1-standard .page-hero .hero-text h1{
  max-width:720px;
  font-size:clamp(2.35rem,3.55vw,3.75rem);
  line-height:1.045;
  text-wrap:balance;
}
.about-rich-page.v449-h1-standard .page-hero .hero-text h1{max-width:760px;font-size:clamp(2.3rem,3.35vw,3.6rem)}
.opportunity-page.v449-h1-standard .page-hero .hero-text h1{max-width:720px;font-size:clamp(2.25rem,3.3vw,3.55rem)}
.legacy-modern-page .page-hero{padding:30px 0 50px}
.legacy-modern-page .page-hero .hero-grid{gap:40px;align-items:center}
.legacy-modern-page .page-hero h1{max-width:700px;font-size:clamp(2.35rem,3.7vw,3.85rem);line-height:1.045;text-wrap:balance}
.legacy-modern-page .hero-card{aspect-ratio:16/11;border-radius:24px}
.legacy-modern-page .section{padding:64px 0}
.legacy-modern-page .section-head h2{max-width:880px;text-wrap:balance}
.legacy-modern-page .card-grid{align-items:stretch}
.legacy-modern-page .info-card{height:100%}
.legacy-modern-page .final-cta{min-height:0;padding:38px 40px;border-radius:24px}
.v449-simple-page .breadcrumbs{padding-top:14px}
.v449-simple-hero{padding:36px 0 50px;text-align:center}
.v449-simple-hero .shell{display:flex;justify-content:center}
.v449-simple-hero .hero-text{max-width:900px}
.v449-simple-hero .hero-text h1{max-width:none;margin-inline:auto;font-size:clamp(2.55rem,4vw,4.25rem);line-height:1.02;text-wrap:balance}
.v449-simple-hero .hero-text p{max-width:780px;margin:18px auto 0}
.v449-policy-section{padding:64px 0 78px}
.v449-policy-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.65fr);gap:38px;align-items:start}
.v449-policy-nav{position:sticky;top:120px;padding:28px;border:1px solid var(--bt-line);border-radius:22px;background:var(--bt-soft);box-shadow:0 12px 32px var(--bt-shadow-faint)}
.v449-policy-nav h2{margin:12px 0 12px;font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.15}
.v449-policy-nav p{margin:0;color:var(--bt-muted);font-size:.88rem;line-height:1.65}
.v449-updated{display:block;margin-top:20px;color:var(--bt-primary);font-size:.74rem;font-weight:850}
.v449-policy-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.v449-policy-content article{padding:24px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint)}
.v449-policy-content h2{margin:0 0 10px;font-size:1.14rem;line-height:1.28}
.v449-policy-content p{margin:0;color:var(--bt-muted);font-size:.86rem;line-height:1.65}
.v449-policy-content a{color:var(--bt-primary);font-weight:850}
.v449-sitemap-section{padding:62px 0 78px}
.v449-sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v449-sitemap-grid article{display:flex;flex-direction:column;gap:8px;padding:24px;border:1px solid var(--bt-line);border-radius:20px;background:var(--bt-card);box-shadow:0 10px 28px var(--bt-shadow-faint)}
.v449-sitemap-grid h2{margin:0 0 8px;font-size:1.18rem}
.v449-sitemap-grid a{display:flex;align-items:center;min-height:38px;padding:8px 10px;border-radius:10px;color:var(--bt-primary-dark);font-size:.82rem;font-weight:750;transition:background .2s ease,color .2s ease,transform .2s ease}
.v449-sitemap-grid a:hover{background:var(--bt-soft);color:var(--bt-primary);transform:translateX(3px)}
.v449-register-fix,.v449-register-fix main,.v449-register-fix section,.v449-register-fix .shell{max-width:100%;overflow-x:clip}
.v449-register-fix .application-main-section *{min-width:0;box-sizing:border-box}
.v449-register-fix .application-main-section input,.v449-register-fix .application-main-section select,.v449-register-fix .application-main-section textarea,.v449-register-fix .application-main-section button{max-width:100%;width:100%}
@media(max-width:1080px){
  .v449-policy-layout{grid-template-columns:1fr}.v449-policy-nav{position:static}
  .v449-sitemap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .v449-h1-standard .page-hero .hero-text h1,.about-rich-page.v449-h1-standard .page-hero .hero-text h1,.opportunity-page.v449-h1-standard .page-hero .hero-text h1{max-width:none;font-size:clamp(2rem,8.5vw,2.9rem);line-height:1.06}
  .legacy-modern-page .page-hero h1{max-width:none;font-size:clamp(2rem,8.5vw,2.9rem)}
  .legacy-modern-page .section{padding:54px 0}
  .v449-simple-hero{padding:28px 0 42px}
  .v449-simple-hero .hero-text h1{font-size:clamp(2.15rem,9vw,3rem)}
  .v449-policy-content{grid-template-columns:1fr}
}
@media(max-width:620px){
  .v449-policy-section,.v449-sitemap-section{padding:48px 0 58px}
  .v449-policy-nav,.v449-policy-content article,.v449-sitemap-grid article{padding:19px}
  .v449-sitemap-grid{grid-template-columns:1fr}
}

/* Analytics consent: compact and non-blocking. */
.bt-analytics-consent{position:fixed;z-index:9999;left:18px;right:18px;bottom:18px;max-width:720px;margin:auto;background:#073b36;color:#fff;padding:16px 18px;border-radius:16px;box-shadow:0 18px 55px rgba(0,0,0,.25);display:flex;gap:18px;align-items:center}.bt-analytics-consent p{margin:0;font-size:14px;line-height:1.45}.bt-analytics-consent div{display:flex;gap:8px;white-space:nowrap}.bt-analytics-consent button{border:0;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.bt-analytics-consent button[data-choice="granted"]{background:#f58220;color:#fff}@media(max-width:680px){.bt-analytics-consent{display:block}.bt-analytics-consent div{margin-top:12px;justify-content:flex-end}}


/* BT V2.7 — Locked desktop image rhythm for inner pages only.
   Hero: text left / image right. Subsequent image-led split sections alternate
   image left, image right. FAQ images remain left. Mobile/tablet rules are unchanged. */
@media (min-width:1081px){
  body.inner-page .hero-grid > .hero-text{order:1}
  body.inner-page .hero-grid > .hero-card{order:2}

  body.inner-page .bt-auto-media-layout{
    grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)!important;
  }
  body.inner-page .bt-auto-media-layout.bt-auto-media-left > .bt-auto-media{order:1}
  body.inner-page .bt-auto-media-layout.bt-auto-media-left > .bt-auto-copy{order:2}

  body.inner-page .bt-auto-media-layout.bt-auto-media-right{
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)!important;
  }
  body.inner-page .bt-auto-media-layout.bt-auto-media-right > .bt-auto-copy{order:1}
  body.inner-page .bt-auto-media-layout.bt-auto-media-right > .bt-auto-media{order:2}

  body.inner-page .bt-faq-layout > .bt-faq-intro,
  body.inner-page .ac-faq-layout > .ac-faq-intro,
  body.inner-page .faq-layout > aside{order:1}

  body.inner-page .bt-faq-layout > .bt-faq-list,
  body.inner-page .ac-faq-layout > .ac-faq-list,
  body.inner-page .faq-layout > .faq-list{order:2}
}

/* Enquiry security: conditional Turnstile and honeypot. */
.enquiry-security-panel{grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(250px,1.2fr);gap:14px;align-items:center;padding:14px 16px;border:1px solid rgba(15,143,114,.24);border-radius:14px;background:rgba(15,143,114,.055)}
.enquiry-security-panel[hidden]{display:none!important}.enquiry-security-copy{display:flex;flex-direction:column;gap:4px}.enquiry-security-copy strong{color:var(--bt-primary);font-size:.8rem}.enquiry-security-copy span{color:var(--bt-muted);font-size:.72rem;line-height:1.45}.enquiry-security-panel [data-turnstile-container]{min-height:65px;display:flex;justify-content:flex-end;align-items:center}.enquiry-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
@media(max-width:680px){.enquiry-security-panel{grid-template-columns:1fr;padding:13px}.enquiry-security-panel [data-turnstile-container]{justify-content:flex-start;max-width:100%;overflow:hidden}}

/* =========================================================
   BT 1.4 — Mobile form placement and narrow-screen hardening
   ========================================================= */
@media(max-width:820px){
  html,body{max-width:100%;overflow-x:clip}
  main,main>section,.shell{min-width:0}
  img,video,canvas,iframe{max-width:100%}

  /* Register for Training: JavaScript moves this existing section after
     the hero only on mobile/tablet; desktop DOM order is restored. */
  .training-application-page #quick-registration[data-mobile-priority="true"]{
    padding:24px 0 38px!important;
    scroll-margin-top:94px;
  }
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta{
    gap:20px;
    padding:22px;
  }
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy h2{
    font-size:clamp(1.65rem,7vw,2.25rem);
  }
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-benefits{
    grid-template-columns:1fr;
    margin-top:18px;
  }

  /* Contact: enquiry first, map second on mobile. */
  .contact-simple-page .contact-map-form-grid{align-items:start}
  .contact-simple-page .contact-form-card{order:1}
  .contact-simple-page .contact-map-card{order:2}

  /* Apply/Register/Contact: prevent native date controls and CAPTCHA
     iframes from forcing horizontal overflow. */
  .application-layout,.application-form-card,.application-help-card,
  .compact-registration-cta,.compact-registration-form-card,
  .contact-map-form-grid,.contact-form-card,.contact-map-card,
  .enquiry-form,.simple-enquiry-form,.enquiry-security-panel,
  .enquiry-security-panel [data-turnstile-container]{min-width:0;max-width:100%}
  .application-form input[type="date"]{
    display:block;
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  .enquiry-form input,.enquiry-form select,.enquiry-form textarea,
  .simple-enquiry-form input,.simple-enquiry-form select,.simple-enquiry-form textarea{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  .enquiry-security-panel [data-turnstile-container]{width:100%;overflow:hidden}
  .enquiry-security-panel iframe{display:block;max-width:100%!important}
}

@media(max-width:560px){
  .training-application-page #quick-registration[data-mobile-priority="true"]{
    padding:18px 0 30px!important;
  }
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta{
    padding:17px;
    border-radius:19px;
  }
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy>p{
    font-size:.82rem;
    line-height:1.55;
  }
  .internship-application-page .application-form-card .section-head{
    margin-bottom:16px;
  }
  .internship-application-page .application-form input,
  .internship-application-page .application-form select,
  .internship-application-page .application-form textarea{
    font-size:16px;
  }
}

@media(max-width:360px){
  .training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta,
  .application-form-card,.application-help-card,.contact-simple-page .contact-form-card{
    padding-left:14px;
    padding-right:14px;
  }
  .enquiry-security-panel{padding:10px}
}

/* =========================================================
   BT 1.6 — Register for Training true mobile-first layout
   Fixes the desktop two-column registration CTA being squeezed
   into narrow screens. Desktop layout is intentionally unchanged.
   ========================================================= */
@media (max-width: 820px){
  .registration-rich-page .registration-rich-hero{
    padding:18px 0 30px;
  }
  .registration-rich-page .registration-rich-hero .hero-grid{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }
  .registration-rich-page .registration-rich-hero .hero-text{
    order:1;
    width:100%;
    min-width:0;
  }
  .registration-rich-page .registration-rich-hero .hero-card{
    order:2;
    width:100%;
    min-width:0;
    aspect-ratio:16/9;
    border-width:4px;
    border-radius:18px;
  }
  .registration-rich-page .registration-rich-hero .hero-text h1{
    width:100%;
    max-width:none;
    margin:5px 0 13px;
    font-size:clamp(2rem,8.4vw,2.75rem);
    line-height:1.08;
    letter-spacing:-.035em;
    word-break:normal;
    overflow-wrap:break-word;
    text-wrap:balance;
  }
  .registration-rich-page .registration-rich-hero .hero-text p{
    font-size:.93rem;
    line-height:1.62;
  }
  .registration-rich-page .registration-rich-hero .project-hero-points{
    margin-top:16px;
  }

  .registration-rich-page #quick-registration[data-mobile-priority="true"]{
    padding:18px 0 34px!important;
    scroll-margin-top:88px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] > .shell{
    width:min(calc(100% - 22px),var(--bt-max));
    min-width:0;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta{
    display:flex!important;
    flex-direction:column;
    grid-template-columns:none!important;
    align-items:stretch;
    width:100%;
    min-width:0;
    max-width:100%;
    gap:18px;
    padding:20px;
    overflow:visible;
    border-radius:20px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy{
    width:100%;
    min-width:0;
    max-width:none;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy h2{
    width:100%;
    max-width:none;
    margin:10px 0 10px;
    font-size:clamp(1.62rem,7vw,2.08rem);
    line-height:1.14;
    letter-spacing:-.025em;
    word-break:normal;
    overflow-wrap:break-word;
    text-wrap:balance;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy > p{
    width:100%;
    max-width:none;
    font-size:.84rem;
    line-height:1.58;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-benefits{
    grid-template-columns:1fr;
    width:100%;
    margin-top:16px;
    gap:8px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-benefits article{
    grid-template-columns:34px minmax(0,1fr);
    padding:10px 12px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card{
    position:static;
    z-index:auto;
    transform:none;
    width:100%;
    min-width:0;
    max-width:none;
    margin:0;
    padding:18px;
    border-radius:17px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card h3{
    font-size:1.2rem;
    line-height:1.25;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form{
    display:grid;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%;
    min-width:0;
    max-width:100%;
    gap:13px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form > *,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form label,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form .full,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form .form-actions,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form .form-note{
    grid-column:1!important;
    width:100%;
    min-width:0;
    max-width:100%;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form input,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form select,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form textarea,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form button{
    display:block;
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form input,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form select{
    min-height:46px;
    font-size:16px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form textarea{
    min-height:76px;
    font-size:16px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form .btn{
    min-height:48px;
    justify-content:center;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .enquiry-security-panel,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] [data-turnstile-container],
  .registration-rich-page #quick-registration[data-mobile-priority="true"] [data-turnstile-container] iframe{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden;
  }
}

@media (max-width: 560px){
  .registration-rich-page .registration-rich-hero .hero-card{
    aspect-ratio:16/8.5;
  }
  .registration-rich-page .registration-rich-hero .project-hero-points{
    display:none;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta{
    gap:15px;
    padding:16px;
    border-radius:18px;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy h2{
    font-size:clamp(1.52rem,7.6vw,1.88rem);
    line-height:1.16;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-benefits{
    display:none;
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card{
    padding:16px;
    border-radius:15px;
  }
}

@media (max-width: 360px){
  .registration-rich-page #quick-registration[data-mobile-priority="true"] > .shell{
    width:min(calc(100% - 16px),var(--bt-max));
  }
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta,
  .registration-rich-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card{
    padding-left:13px;
    padding-right:13px;
  }
}


/* BT1.7: contact icons, hover states and direct WhatsApp entry */
.bt-contact-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:30px;
  padding:3px 8px 3px 4px;
  border-radius:9px;
  transition:background-color .22s ease,color .22s ease,transform .22s ease;
}
.bt-contact-action:hover,.bt-contact-action:focus-visible{
  background:rgba(255,255,255,.13);
  color:var(--bt-tone-01);
  transform:translateY(-1px);
  outline:none;
}
.bt-contact-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:rgba(255,255,255,.12);
  color:currentColor;
  transition:background-color .22s ease,transform .22s ease;
}
.bt-contact-icon svg{
  width:14px!important;
  height:14px!important;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bt-contact-action:hover .bt-contact-icon,.bt-contact-action:focus-visible .bt-contact-icon{transform:scale(1.06);background:rgba(255,255,255,.2)}
.bt-contact-action--whatsapp .bt-contact-icon{background:var(--bt-whatsapp);color:var(--bt-tone-01)}
.bt-contact-action--whatsapp:hover .bt-contact-icon,.bt-contact-action--whatsapp:focus-visible .bt-contact-icon{background:var(--bt-tone-01);color:var(--bt-whatsapp)}
.bt-header-contact{gap:8px}
.bt-header-contact svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bt-contact-line{align-items:flex-start}
.bt-contact-line>a{
  width:100%;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:7px 8px;
  margin:-7px -8px;
  border-radius:10px;
  transition:background-color .22s ease,color .22s ease,transform .22s ease;
}
.bt-contact-line>a:hover,.bt-contact-line>a:focus-visible{
  background:rgba(255,255,255,.08);
  color:var(--bt-tone-01);
  transform:translateX(3px);
  outline:none;
}
.bt-footer-contact-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  margin-top:-3px;
  border-radius:9px;
  background:rgba(255,255,255,.08);
  color:var(--bt-tone-48);
  transition:background-color .22s ease,color .22s ease,transform .22s ease;
}
.bt-footer-contact-icon svg{
  width:16px!important;
  height:16px!important;
  margin:0!important;
  fill:none;
  stroke:currentColor!important;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bt-contact-line>a:hover .bt-footer-contact-icon,.bt-contact-line>a:focus-visible .bt-footer-contact-icon{background:var(--bt-tone-01);color:var(--bt-primary);transform:scale(1.05)}
.bt-footer-whatsapp .bt-footer-contact-icon{background:var(--bt-whatsapp);color:var(--bt-tone-01)}
.bt-footer-whatsapp:hover .bt-footer-contact-icon,.bt-footer-whatsapp:focus-visible .bt-footer-contact-icon{background:var(--bt-tone-01);color:var(--bt-whatsapp)}
.bt-contact-line--static{padding:0 8px;margin-top:12px}
.bt-mobile-contact-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:22px 0 8px;padding-top:18px;border-top:1px solid var(--bt-line)}
.bt-mobile-contact-actions>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:74px;padding:10px 6px;border:1px solid var(--bt-line);border-radius:13px;background:var(--bt-soft);color:var(--bt-primary-dark);font-size:.74rem;font-weight:850;transition:transform .22s ease,border-color .22s ease,background-color .22s ease}
.bt-mobile-contact-actions>a:hover,.bt-mobile-contact-actions>a:focus-visible{transform:translateY(-2px);border-color:var(--bt-primary);background:var(--bt-tone-01);outline:none}
.bt-mobile-contact-actions .bt-contact-icon{width:30px;height:30px;flex-basis:30px;background:var(--bt-tone-01);color:var(--bt-primary);box-shadow:0 6px 16px var(--bt-shadow-faint)}
.bt-mobile-contact-actions .bt-contact-icon svg{width:16px!important;height:16px!important}
.bt-mobile-contact-actions .bt-mobile-whatsapp .bt-contact-icon{background:var(--bt-whatsapp);color:var(--bt-tone-01)}
@media(max-width:760px){
  .bt-footer-grid{gap:32px}
  .bt-contact-line>a{padding:9px 8px}
}
@media(max-width:380px){
  .bt-mobile-contact-actions{grid-template-columns:1fr}
  .bt-mobile-contact-actions>a{min-height:54px;flex-direction:row}
}


/* =========================================================
   BT 1.8 — compact contact actions and mobile conversion bar
   Header/footer WhatsApp is intentionally icon-only.
   ========================================================= */
.bt-topbar-phone-cluster{
  display:inline-flex;
  align-items:center;
  gap:3px;
}
.bt-contact-action--icon-only{
  width:30px;
  min-width:30px;
  padding:3px;
  justify-content:center;
}
.bt-contact-action--icon-only .bt-contact-icon{
  margin:0;
}
.bt-footer-phone-cluster{
  display:flex;
  align-items:center;
  gap:6px;
  width:100%;
  min-width:0;
}
.bt-footer-phone-link{
  min-width:0;
  flex:1 1 auto;
}
.bt-footer-whatsapp-icon-only{
  flex:0 0 38px!important;
  width:38px!important;
  min-width:38px;
  height:38px;
  justify-content:center;
  padding:4px!important;
  margin:0!important;
  border-radius:11px!important;
}
.bt-footer-whatsapp-icon-only .bt-footer-contact-icon{
  margin:0;
}
.bt-mobile-contact-actions .bt-mobile-contact-icon-only{
  min-width:54px;
}
.bt-mobile-action-bar{
  display:none;
}

@media (max-width:820px){
  body{
    padding-bottom:calc(68px + env(safe-area-inset-bottom));
  }
  .bt-mobile-action-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:980;
    display:grid;
    grid-template-columns:minmax(0,1fr) 62px minmax(0,1.25fr);
    align-items:stretch;
    min-height:62px;
    padding:6px 10px calc(6px + env(safe-area-inset-bottom));
    border-top:1px solid var(--bt-line);
    background:rgba(255,255,255,.97);
    box-shadow:0 -12px 30px rgba(8,43,37,.13);
    backdrop-filter:blur(12px);
  }
  .bt-mobile-action-bar>a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    min-height:50px;
    margin:0 3px;
    padding:8px 10px;
    border:1px solid var(--bt-line);
    border-radius:13px;
    background:var(--bt-card);
    color:var(--bt-primary-dark);
    font-size:.78rem;
    font-weight:900;
    line-height:1;
    transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease;
  }
  .bt-mobile-action-bar>a:hover,
  .bt-mobile-action-bar>a:focus-visible{
    transform:translateY(-1px);
    border-color:var(--bt-primary);
    outline:none;
  }
  .bt-mobile-action-bar svg{
    width:19px;
    height:19px;
    flex:0 0 19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .bt-mobile-action-bar .bt-mobile-action-whatsapp{
    border-color:var(--bt-whatsapp);
    background:var(--bt-whatsapp);
    color:var(--bt-white);
  }
  .bt-mobile-action-bar .bt-mobile-action-icon-only{
    width:54px;
    min-width:54px;
    padding:8px;
  }
  .bt-mobile-action-bar>a:last-child{
    border-color:var(--bt-primary);
    background:var(--bt-primary);
    color:var(--bt-white);
  }
  .bt-scroll-top{
    bottom:calc(80px + env(safe-area-inset-bottom));
  }

  /* Final mobile-first registration hardening independent of desktop grid rules. */
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-cta{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy,
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card{
    position:static!important;
    float:none!important;
    transform:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-form-card{
    margin-top:18px!important;
  }
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-registration-copy h2{
    max-width:100%!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }
  body.training-application-page #quick-registration[data-mobile-priority="true"] .compact-whatsapp-form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
  }

  /* Contact conversion order remains form first and map second on mobile. */
  body.contact-simple-page .contact-map-form-grid{
    display:flex;
    flex-direction:column;
  }
  body.contact-simple-page .contact-form-card{order:1}
  body.contact-simple-page .contact-map-card{order:2}
}

@media (max-width:390px){
  .bt-mobile-action-bar{
    grid-template-columns:minmax(0,.9fr) 56px minmax(0,1.1fr);
    padding-left:6px;
    padding-right:6px;
  }
  .bt-mobile-action-bar>a{
    gap:6px;
    margin:0 2px;
    padding-left:7px;
    padding-right:7px;
    font-size:.72rem;
  }
  .bt-mobile-action-bar .bt-mobile-action-icon-only{
    width:50px;
    min-width:50px;
  }
  .bt-footer-phone-cluster{
    flex-wrap:nowrap;
  }
}


/* =========================================================
   BT 1.9 — requested desktop CTA and footer interaction fixes
   ========================================================= */
@media (min-width:821px){
  .bt-header-register{
    white-space:nowrap;
  }
}

/* Keep footer contact rows aligned and remove the former split phone cluster. */
.bt-footer .bt-contact-line{
  width:100%;
  margin-top:10px;
  min-width:0;
}
.bt-footer .bt-contact-line>a,
.bt-footer .bt-contact-line--static{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:start;
  gap:10px;
  width:100%;
  min-width:0;
  padding:7px 8px;
  margin:0 -8px;
  border-radius:10px;
  line-height:1.55;
}
.bt-footer .bt-contact-line--static{
  color:var(--bt-tone-47);
}
.bt-footer .bt-contact-line .bt-footer-contact-icon{
  margin-top:0;
}
.bt-footer .bt-contact-line>a>span:last-child,
.bt-footer .bt-contact-line--static>span:last-child{
  min-width:0;
  overflow-wrap:anywhere;
}
.bt-footer .bt-contact-line>a:hover,
.bt-footer .bt-contact-line>a:focus-visible{
  transform:none;
}

/* Keep the fixed back-to-top control clear of Privacy / Terms / Page List. */
.bt-scroll-top{
  right:22px;
  bottom:86px;
}
.bt-footer-bottom-inner>span:last-child{
  position:relative;
  z-index:1;
}

@media (max-width:820px){
  .bt-scroll-top{
    bottom:calc(80px + env(safe-area-inset-bottom));
  }
}

/* =========================================================
   BT 1.10 — Google Business map and compact top social icons
   Social icons are header-only; footer remains contact-focused.
   ========================================================= */
.bt-topbar-social{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding-left:2px;
}
.bt-social-icon{
  width:29px;
  height:29px;
  flex:0 0 29px;
  display:grid!important;
  place-items:center;
  padding:0!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:9px;
  background:rgba(255,255,255,.08);
  color:var(--bt-tone-01);
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;
}
.bt-social-icon svg{
  width:15px!important;
  height:15px!important;
  margin:0!important;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bt-social-icon--facebook svg{fill:currentColor;stroke:none}
.bt-social-icon:hover,.bt-social-icon:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.45);
  background:var(--bt-tone-01);
  color:var(--bt-primary-dark);
  outline:none;
}
.bt-social-icon--facebook:hover,.bt-social-icon--facebook:focus-visible{color:#1877f2}
.bt-social-icon--maps:hover,.bt-social-icon--maps:focus-visible{color:#1a73e8}
.bt-social-icon--x:hover,.bt-social-icon--x:focus-visible{color:#111}
.contact-map-card iframe{
  border:0;
}
@media (max-width:1050px){
  .bt-topbar-group{gap:12px}
  .bt-contact-action{padding-right:5px}
}



/* =========================================================
   BT 1.11 — desktop topbar contact/social alignment
   Left: phone + email text. Right: icon-only quick actions.
   ========================================================= */
@media (min-width:761px){
  .bt-topbar-inner{
    flex-wrap:nowrap;
  }
  .bt-topbar-contact-group{
    min-width:0;
    flex:1 1 auto;
    flex-wrap:nowrap;
  }
  .bt-topbar-contact-group .bt-contact-action{
    min-width:0;
    white-space:nowrap;
  }
  .bt-topbar-social{
    flex:0 0 auto;
    margin-left:auto;
    padding-left:12px;
    border-left:1px solid rgba(255,255,255,.16);
  }
  .bt-social-icon--whatsapp:hover,
  .bt-social-icon--whatsapp:focus-visible{color:var(--bt-whatsapp)}
  .bt-social-icon--instagram:hover,
  .bt-social-icon--instagram:focus-visible{color:#d62976}
  .bt-social-icon--phone:hover,
  .bt-social-icon--phone:focus-visible{color:var(--bt-accent)}
  .bt-social-icon--disabled{
    opacity:.46;
    cursor:not-allowed;
    filter:grayscale(1);
  }
  .bt-social-icon--disabled:hover{
    transform:none;
    border-color:rgba(255,255,255,.18);
    background:rgba(255,255,255,.08);
    color:var(--bt-tone-01);
  }
}
@media (max-width:1050px) and (min-width:761px){
  .bt-topbar-contact-group{gap:10px}
  .bt-topbar-contact-group .bt-contact-action{font-size:.76rem}
  .bt-topbar-social{gap:4px;padding-left:8px}
  .bt-social-icon{width:27px;height:27px;flex-basis:27px}
}

/* BT1.12 — Student Opportunities split listings and authorised group activity/network */
.opportunity-list-split{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:28px;align-items:stretch}
.opportunity-list-visual{position:relative;min-height:620px;margin:0;overflow:hidden;border:1px solid var(--bt-line);border-radius:24px;background:var(--bt-card);box-shadow:var(--bt-shadow)}
.opportunity-list-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.opportunity-list-visual figcaption,.group-activity-visual figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 17px;border-radius:15px;background:var(--bt-tone-35);color:var(--bt-white);backdrop-filter:blur(10px)}
.opportunity-list-visual figcaption strong,.group-activity-visual figcaption strong{display:block;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}
.opportunity-list-visual figcaption span,.group-activity-visual figcaption span{display:block;margin-top:5px;color:var(--bt-tone-36);font-size:.78rem}
.opportunity-route-list{display:grid;gap:14px}
.opportunity-route-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;padding:19px 20px;border:1px solid var(--bt-line);border-radius:19px;background:var(--bt-card);box-shadow:0 10px 26px var(--bt-shadow-faint);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.opportunity-route-card:hover{transform:translateX(5px);border-color:var(--bt-accent);box-shadow:var(--bt-shadow)}
.opportunity-route-card .project-card-icon{width:46px;height:46px}
.opportunity-route-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.opportunity-route-top small{color:var(--bt-muted);font-size:.68rem;font-weight:800;text-align:right}
.opportunity-route-card h3{margin:0 0 6px;font-size:1.12rem;line-height:1.26}
.opportunity-route-card p{margin:0;color:var(--bt-muted);font-size:.81rem;line-height:1.55}
.opportunity-route-meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}
.opportunity-route-meta span{padding:6px 9px;border:1px solid var(--bt-line);border-radius:999px;background:var(--bt-soft);color:var(--bt-primary);font-size:.65rem;font-weight:850}
.opportunity-route-card .opportunity-apply{min-height:42px}
.group-activity-section .section-head{max-width:900px}
.group-activity-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:28px;align-items:stretch}
.group-activity-content{display:flex;flex-direction:column;min-width:0}
.group-activity-list{display:grid;gap:10px}
.group-activity-list article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;padding:14px 15px;border:1px solid var(--bt-line);border-radius:16px;background:var(--bt-card);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.group-activity-list article:hover{transform:translateX(5px);border-color:var(--bt-accent);box-shadow:0 10px 24px var(--bt-shadow-faint)}
.group-activity-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--bt-soft);color:var(--bt-primary)}
.group-activity-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.group-activity-list small{display:block;margin-bottom:3px;color:var(--bt-accent-dark);font-size:.61rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.group-activity-list h3{margin:0 0 4px;font-size:.92rem}
.group-activity-list p{margin:0;color:var(--bt-muted);font-size:.74rem;line-height:1.48}
.group-activity-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.group-activity-actions a,.group-network-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 13px;border:1px solid var(--bt-line);border-radius:12px;background:var(--bt-card);color:var(--bt-primary);font-size:.73rem;font-weight:900;transition:transform .2s ease,background .2s ease,color .2s ease}
.group-activity-actions a:hover,.group-network-link:hover{transform:translateY(-2px);background:var(--bt-primary);color:var(--bt-white)}
.group-activity-visual{position:relative;min-height:500px;margin:0;overflow:hidden;border:1px solid var(--bt-line);border-radius:24px;background:var(--bt-card);box-shadow:var(--bt-shadow)}
.group-activity-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.group-network-panel{display:grid;grid-template-columns:minmax(220px,.38fr) minmax(0,1fr);gap:22px;margin-top:26px;padding:22px;border:1px solid var(--bt-line);border-radius:21px;background:var(--bt-card);box-shadow:0 12px 30px var(--bt-shadow-faint)}
.group-network-summary{display:flex;gap:14px;align-items:flex-start}
.group-network-summary>span{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:17px;background:var(--bt-primary);color:var(--bt-white);font-size:1.25rem;font-weight:950;box-shadow:0 10px 22px var(--bt-primary-shadow)}
.group-network-summary strong{display:block;font-size:.91rem;line-height:1.35}
.group-network-summary p{margin:6px 0 0;color:var(--bt-muted);font-size:.69rem;line-height:1.48}
.group-network-names{display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px}
.group-network-names span{padding:7px 10px;border:1px solid var(--bt-line);border-radius:999px;background:var(--bt-soft);color:var(--bt-ink);font-size:.68rem;font-weight:800}
.group-network-link{grid-column:2;justify-self:start}
@media(max-width:980px){.opportunity-list-split,.group-activity-split{grid-template-columns:1fr}.opportunity-list-visual{min-height:400px}.group-activity-visual{min-height:390px;order:-1}.group-network-panel{grid-template-columns:1fr}.group-network-link{grid-column:auto}}
@media(max-width:640px){.opportunity-list-split{gap:18px}.opportunity-list-visual{min-height:300px;border-radius:18px}.opportunity-route-card{grid-template-columns:40px minmax(0,1fr);gap:11px;padding:16px}.opportunity-route-card .project-card-icon{width:40px;height:40px}.opportunity-route-top{align-items:flex-start;flex-direction:column;gap:7px}.opportunity-route-top small{text-align:left}.opportunity-route-card:hover,.group-activity-list article:hover{transform:none}.group-activity-split{gap:18px}.group-activity-visual{min-height:300px;border-radius:18px}.group-activity-list article{grid-template-columns:39px minmax(0,1fr);padding:13px}.group-activity-icon{width:38px;height:38px}.group-activity-actions{display:grid;grid-template-columns:1fr}.group-network-panel{padding:17px}.group-network-summary{align-items:center}.group-network-names{gap:7px}.group-network-names span{font-size:.64rem}.group-network-link{width:100%}}
