
:root{
  --ngh-navy:#06162d;--ngh-navy-2:#0a2a4f;--ngh-navy-3:#0d3d62;
  --ngh-gold:#f4b719;--ngh-gold-2:#ffd45e;--ngh-purple:#6b3fe0;
  --ngh-blue:#1777e8;--ngh-green:#0f9b69;--ngh-orange:#ff7a00;
  --ngh-pink:#e94f8b;--ngh-ink:#15223a;--ngh-muted:#55657a;
  --ngh-line:#e5eaf1;--ngh-soft:#f7f9fc;
  --ngh-shadow:0 14px 34px rgba(26,47,84,.08);
}
body.public-site{background:#fff;color:var(--ngh-ink)}
body.public-site .mining-watermark-layer{display:none}
body.public-site>.topbar{
  min-height:76px;height:auto;padding:10px 30px;background:rgba(255,255,255,.97)!important;
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(10,26,52,.08);box-shadow:0 6px 22px rgba(19,40,73,.06);
  position:sticky;top:0;z-index:90;
}
body.public-site>.topbar .brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:270px}
body.public-site>.topbar .brand-logo{
  width:52px;height:52px;border-radius:15px;display:grid;place-items:center;overflow:hidden;
  background:linear-gradient(145deg,#0b2241,#071326);border:1px solid rgba(244,183,25,.38);
  box-shadow:0 8px 18px rgba(8,25,48,.10)
}
body.public-site>.topbar .brand-logo img{width:100%;height:100%;object-fit:contain;padding:4px}
body.public-site>.topbar .brand strong{font-size:15px;color:var(--ngh-navy);line-height:1.25}
body.public-site>.topbar .brand small{
  display:block;margin-top:2px;color:#778399;font-size:12px;text-transform:uppercase;letter-spacing:.065em
}
body.public-site>.topbar nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}
body.public-site>.topbar nav a{
  color:#24344d;text-decoration:none;font-size:12px;font-weight:760;transition:.2s ease
}
body.public-site>.topbar nav a:hover{color:#5b37ce;transform:translateY(-1px)}
body.public-site>.topbar nav a[href="/admission/buy"]{
  color:#15213a;background:linear-gradient(135deg,var(--ngh-gold),var(--ngh-gold-2));
  padding:10px 13px;border-radius:10px;font-weight:900
}
body.public-site>.topbar nav a[href="/student/login"],
body.public-site>.topbar nav a[href="/staff/login"],
body.public-site>.topbar nav a[href="/admin/login"]{font-size:12px}
body.public-site .public-content{max-width:none!important;padding:0!important;margin:0!important}

/* Homepage mobile drawer created by home-v2054.js */

/* Hero */
.ngh-home{overflow:hidden}
.ngh-hero-wrap{max-width:1480px;margin:18px auto 0;padding:0 26px}
.ngh-hero{
  height:640px;border-radius:30px;overflow:hidden;position:relative;background:#07182f;
  box-shadow:0 28px 62px rgba(15,37,73,.18)
}
.ngh-slide{position:absolute;inset:0;opacity:0;transition:opacity .95s ease;pointer-events:none}
.ngh-slide.is-active{opacity:1;pointer-events:auto;z-index:2}
.ngh-slide img{
  width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform 7s ease;
  filter:saturate(1.02) contrast(1.01)
}
.ngh-slide.is-active img{transform:scale(1.07)}
.ngh-slide::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,18,40,.95) 0%,rgba(4,25,49,.89) 33%,rgba(5,29,54,.57) 55%,rgba(5,25,48,.18) 77%,rgba(4,18,36,.06) 100%)
}
.ngh-slide-content{
  position:absolute;z-index:3;left:58px;top:50%;transform:translateY(-50%);
  max-width:760px;color:#fff
}
.ngh-eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#ffd35e;font-weight:950}
.ngh-slide h1{
  font-size:clamp(42px,4.3vw,62px);line-height:1.02;letter-spacing:-.045em;margin:13px 0 15px;
  max-width:760px;color:#fff
}
.ngh-slide h1 span{color:var(--ngh-gold)}
.ngh-slide p{font-size:15px;line-height:1.72;color:#dfeaf6;max-width:650px;margin:0}
.ngh-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
.ngh-btn{
  border:0;border-radius:11px;padding:12px 15px;font-size:12px;font-weight:900;display:inline-flex;align-items:center;
  gap:8px;cursor:pointer;text-decoration:none;transition:.22s ease
}
.ngh-btn:hover{transform:translateY(-2px)}
.ngh-btn.gold{background:linear-gradient(135deg,var(--ngh-gold),var(--ngh-gold-2));color:#142238;box-shadow:0 10px 24px rgba(244,183,25,.24)}
.ngh-btn.glass{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);color:#fff}
.ngh-btn.blue{background:linear-gradient(135deg,var(--ngh-purple),var(--ngh-blue));color:#fff}
.ngh-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.ngh-meta span{
  padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);font-size:12px;color:#edf5ff
}
.ngh-slide-label{
  position:absolute;right:38px;top:28px;z-index:15;color:#fff;background:rgba(4,18,39,.36);
  border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;
  backdrop-filter:blur(8px)
}
.ngh-controls{
  position:absolute;z-index:15;left:58px;right:38px;bottom:28px;display:flex;justify-content:space-between;align-items:center
}
.ngh-dots{display:flex;gap:8px}.ngh-dot{
  width:42px;height:4px;border:0;background:rgba(255,255,255,.34);border-radius:10px;overflow:hidden;padding:0;cursor:pointer
}
.ngh-dot span{display:block;width:0;height:100%;background:var(--ngh-gold)}
.ngh-dot.is-active span{animation:nghProgress 6s linear forwards}
@keyframes nghProgress{to{width:100%}}
.ngh-arrows{display:flex;gap:8px}.ngh-arrow{
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.22);
  background:rgba(7,23,47,.36);color:#fff;backdrop-filter:blur(7px);font-size:19px;cursor:pointer
}

/* Quick links */
.ngh-quick{max-width:1390px;margin:-20px auto 0;padding:0 36px;position:relative;z-index:20}
.ngh-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.ngh-quick-card{
  background:#fff;border:1px solid var(--ngh-line);border-radius:16px;padding:14px;box-shadow:0 14px 30px rgba(25,46,82,.09);
  display:flex;align-items:center;gap:11px;transition:.22s ease;text-decoration:none;color:var(--ngh-ink)
}
.ngh-quick-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(25,46,82,.13)}
.ngh-qicon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:18px;flex:0 0 auto}
.ngh-quick-card b{display:block;font-size:12px}.ngh-quick-card small{font-size:12px;color:#7e8a9c}

/* Sections */
.ngh-content{max-width:1390px;margin:30px auto 70px;padding:0 36px}
.ngh-section{margin-top:38px}
.ngh-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.ngh-head h2{font-size:30px;letter-spacing:-.02em;margin:4px 0 0;color:var(--ngh-ink)}
.ngh-head p{font-size:12px;color:#758196;margin:5px 0 0}
.ngh-link{font-size:12px;font-weight:900;color:#5d3ad2;text-decoration:none}

.ngh-about{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
.ngh-about-visual{
  min-height:420px;border-radius:22px;position:relative;overflow:hidden;padding:20px;color:#fff;
  background:
    linear-gradient(180deg,rgba(6,22,45,.08) 0%,rgba(6,22,45,.18) 42%,rgba(6,22,45,.88) 100%),
    url('/public/assets/shared/nextgen-identity-industrial.jpg') center 38%/cover no-repeat;
}
.ngh-about-visual::before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.16);border-radius:18px}
.ngh-about-symbol{font-size:64px;position:absolute;right:30px;top:26px;opacity:.88}
.ngh-about-copy-on-image{position:absolute;left:30px;right:30px;bottom:28px}
.ngh-about-copy-on-image h3{font-size:28px;margin:0 0 8px;color:#fff}
.ngh-about-copy-on-image p{font-size:12px;color:#dbe8f2;line-height:1.6}
.ngh-about-card{border:1px solid var(--ngh-line);border-radius:22px;padding:24px;background:#fff;box-shadow:var(--ngh-shadow)}
.ngh-about-card h3{font-size:26px;margin:0 0 10px}.ngh-about-card>p{font-size:12px;line-height:1.7;color:#6f7b8e}
.ngh-values{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:16px}
.ngh-value{padding:12px;border-radius:13px;background:#f8fafc;border:1px solid #ebeff4;display:flex;gap:9px}
.ngh-value .ngh-qicon{width:36px;height:36px}.ngh-value b{font-size:12px;display:block}.ngh-value small{font-size:12px;color:#7d899a}

.ngh-programmes{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.ngh-programme{
  border-radius:19px;overflow:hidden;background:#fff;border:1px solid var(--ngh-line);
  box-shadow:var(--ngh-shadow);transition:.23s ease
}
.ngh-programme:hover{transform:translateY(-6px)}
.ngh-programme-cover{
  min-height:170px;padding:18px;display:flex;align-items:flex-end;color:#fff;position:relative;
  background:linear-gradient(135deg,#143f70,#80631f)
}
.ngh-programme:nth-child(3n+2) .ngh-programme-cover{background:linear-gradient(135deg,#0f5f58,#15334c)}
.ngh-programme:nth-child(3n+3) .ngh-programme-cover{background:linear-gradient(135deg,#244064,#4d6a2b)}
.ngh-programme-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(5,20,41,.72))}
.ngh-programme-cover>div{position:relative;z-index:2}
.ngh-programme-cover span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#ffd25b;font-weight:900}
.ngh-programme-cover h3{font-size:19px;margin:5px 0 0;color:#fff}
.ngh-programme-body{padding:15px}.ngh-programme-body p{font-size:12px;line-height:1.6;color:#748094;min-height:48px}
.ngh-programme-row{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-top:12px}
.ngh-programme-row strong{font-size:12px}.ngh-programme-row a{font-size:12px;font-weight:900;color:#5c39d3;text-decoration:none}

.ngh-market{
  border-radius:24px;padding:24px;color:#fff;overflow:hidden;
  background:radial-gradient(circle at 90% 12%,rgba(255,211,82,.20),transparent 25%),linear-gradient(110deg,#061c39,#0b355c 52%,#4d2ab7)
}
.ngh-market-top{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:15px}
.ngh-market-top h2{font-size:30px;margin:4px 0 6px;color:#fff}.ngh-market-top p{font-size:12px;color:#d9e6f3;margin:0}
.ngh-market-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ngh-market-card{background:#fff;color:var(--ngh-ink);border-radius:16px;overflow:hidden;box-shadow:0 14px 30px rgba(2,18,40,.22);transition:.2s ease}
.ngh-market-card:hover{transform:translateY(-5px)}
.ngh-market-cover{height:135px;padding:13px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(135deg,#19476f,#0f736b)}
.ngh-market-card:nth-child(2) .ngh-market-cover{background:linear-gradient(135deg,#8b5c23,#e0781c)}
.ngh-market-card:nth-child(3) .ngh-market-cover{background:linear-gradient(135deg,#233965,#6e3adb)}
.ngh-market-card:nth-child(4) .ngh-market-cover{background:linear-gradient(135deg,#0d5d4a,#5aa768)}
.ngh-market-body{padding:12px}.ngh-market-body h3{font-size:13px;line-height:1.25;margin:0 0 5px}
.ngh-market-body p{font-size:12px;color:#758197;margin:0}.ngh-market-price{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
.ngh-market-price strong{font-size:14px}.ngh-market-price a{font-size:12px;font-weight:900;color:#5c39d3;text-decoration:none}

.ngh-split{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ngh-panel{padding:22px;border-radius:20px;background:#fff;border:1px solid var(--ngh-line);box-shadow:var(--ngh-shadow)}
.ngh-panel h3{font-size:24px;margin:0 0 8px}.ngh-panel>p{font-size:12px;color:#758196;line-height:1.6}
.ngh-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:13px}
.ngh-why-item{padding:11px;border-radius:12px;background:#f8fafc;border:1px solid #ebeff4;font-size:12px;color:#68758a}
.ngh-why-item b{display:block;font-size:12px;margin-bottom:3px;color:#27374e}
.ngh-timeline{display:grid;gap:9px}.ngh-trow{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.ngh-tnum{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--ngh-gold),var(--ngh-gold-2));display:grid;place-items:center;font-size:12px;font-weight:950}
.ngh-trow b{font-size:12px}.ngh-trow p{font-size:12px;color:#7a8799;margin:2px 0 0}

.ngh-feed{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ngh-feed-card{border:1px solid var(--ngh-line);border-radius:17px;overflow:hidden;background:#fff;box-shadow:var(--ngh-shadow);transition:.2s ease}
.ngh-feed-card:hover{transform:translateY(-4px)}
.ngh-feed-visual{height:145px;background:linear-gradient(135deg,#29455f,#a3732d);overflow:hidden}
.ngh-feed-card:nth-child(2) .ngh-feed-visual{background:linear-gradient(135deg,#0f6e62,#557647)}
.ngh-feed-card:nth-child(3) .ngh-feed-visual{background:linear-gradient(135deg,#183b61,#6536c8)}
.ngh-feed-visual img{width:100%;height:100%;object-fit:cover}
.ngh-feed-body{padding:13px}.ngh-feed-body span{font-size:12px;text-transform:uppercase;color:#a97900;font-weight:900}
.ngh-feed-body h3{font-size:14px;margin:5px 0}.ngh-feed-body p{font-size:12px;color:#768296;line-height:1.55}
.ngh-feed-body a{font-size:12px;font-weight:900;color:#5e3bd2;text-decoration:none}

.ngh-cta{
  margin-top:38px;border-radius:24px;padding:28px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:18px;
  background:radial-gradient(circle at 88% 15%,rgba(255,209,75,.25),transparent 25%),linear-gradient(105deg,#06213f,#0b5161 50%,#4a28b2)
}
.ngh-cta h2{font-size:29px;margin:0 0 8px;color:#fff}.ngh-cta p{font-size:12px;color:#dbe8f5;margin:0;max-width:720px}

/* Dedicated premium public footer for homepage */
.ngh-footer{
  margin-top:28px;background:#041126;color:#c7d2e3;padding:30px 34px 20px;
  display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:22px
}
.ngh-footer h4{margin:0 0 9px;color:#fff;font-size:12px}.ngh-footer p,.ngh-footer a{font-size:12px;color:#9fb0c7;line-height:1.65}
.ngh-footer a{display:block;margin:4px 0;text-decoration:none}.ngh-footer a:hover{color:#ffd35e}
.ngh-footer-bottom{
  grid-column:1/-1;border-top:1px solid rgba(255,255,255,.10);padding-top:14px;margin-top:8px;
  display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:12px;color:#8fa1b9
}
.ngh-footer-bottom a{display:inline;color:#f2bd30;font-weight:900}
body.public-site>footer:not(.public-footer){display:none}

/* Floating WhatsApp / Enquiry / Tawk hub */
.ngh-support{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.ngh-support-menu{display:none;flex-direction:column;gap:8px;align-items:flex-end}
.ngh-support-menu.open{display:flex}
.ngh-support-link{
  border:0;padding:10px 12px;border-radius:12px;color:#fff;font-size:12px;font-weight:900;
  box-shadow:0 12px 26px rgba(20,40,74,.16);display:flex;gap:8px;align-items:center;text-decoration:none;cursor:pointer;
  animation:nghPop .2s ease
}
.ngh-support-link.wa{background:#12a66b}.ngh-support-link.enquiry{background:#6b3fe0}.ngh-support-link.call{background:#1677e8}.ngh-support-link.tawk{background:#0b2b52}
@keyframes nghPop{from{opacity:0;transform:scale(.92) translateY(4px)}to{opacity:1;transform:none}}
.ngh-fab{
  width:60px;height:60px;border-radius:18px;border:0;color:#fff;cursor:pointer;display:grid;place-items:center;
  background:linear-gradient(135deg,#0e9564,#21c57f);box-shadow:0 14px 30px rgba(17,166,108,.34);transition:.22s ease
}
.ngh-fab:hover{transform:translateY(-3px) rotate(-2deg)}
.ngh-fab svg{width:27px;height:27px}.ngh-support-label{
  position:absolute;right:70px;bottom:8px;background:#fff;border:1px solid var(--ngh-line);box-shadow:0 10px 24px rgba(21,42,78,.12);
  border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;white-space:nowrap;color:#23354f
}

/* Reveal motion */
.ngh-reveal{opacity:0;transform:translateY(18px);transition:.65s ease}
.ngh-reveal.show{opacity:1;transform:none}

@media(max-width:1180px){
  body.public-site>.topbar nav{gap:11px}body.public-site>.topbar nav a{font-size:12px}
  .ngh-quick-grid{grid-template-columns:repeat(3,1fr)}.ngh-market-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  body.public-site>.topbar{height:72px;min-height:72px;padding:9px 16px}
  body.public-site>.topbar nav{display:none}  .ngh-hero-wrap{padding:0 14px;margin-top:14px}.ngh-hero{height:610px;border-radius:24px}
  .ngh-slide-content{left:24px;right:24px;top:47%;max-width:none}.ngh-slide h1{font-size:41px;max-width:540px}
  .ngh-controls{left:24px;right:24px}.ngh-quick{padding:0 18px;margin-top:14px}.ngh-content{padding:0 18px}
  .ngh-about,.ngh-split{grid-template-columns:1fr}.ngh-programmes{grid-template-columns:1fr 1fr}.ngh-feed{grid-template-columns:1fr 1fr}
  .ngh-market-top,.ngh-cta{flex-direction:column;align-items:flex-start}.ngh-footer{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  body.public-site>.topbar .brand strong{font-size:13px}  .ngh-hero{height:650px;border-radius:20px}
  .ngh-slide::after{background:linear-gradient(180deg,rgba(4,18,39,.28) 0%,rgba(4,19,40,.58) 35%,rgba(4,19,40,.95) 72%,rgba(4,19,40,.98) 100%)}
  .ngh-slide img{object-position:center 25%}.ngh-slide-content{top:auto;bottom:95px;transform:none;left:20px;right:20px}
  .ngh-slide h1{font-size:34px}.ngh-slide p{font-size:12px;line-height:1.6}.ngh-meta{display:none}
  .ngh-controls{left:20px;right:20px;bottom:28px}.ngh-slide-label{right:20px;top:20px}
  .ngh-quick-grid,.ngh-programmes,.ngh-market-cards,.ngh-feed,.ngh-footer{grid-template-columns:1fr}
  .ngh-values,.ngh-why-grid{grid-template-columns:1fr}.ngh-head{align-items:flex-start;flex-direction:column}
  .ngh-support{right:14px;bottom:14px}.ngh-support-label{display:none}
  .ngh-footer-bottom{flex-direction:column;align-items:flex-start}.ngh-qicon{width:40px;height:40px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .ngh-slide img{transform:none!important}.ngh-reveal{opacity:1!important;transform:none!important}
}


/* ==========================================================
   v2.0.55 — Readability & Text Clarity Refinement
   Improves font sizing, line-height and white-space contrast
   without changing the approved layout or interaction model.
   ========================================================== */

body.public-site{
  color:#1b2a41;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.public-site>.topbar .brand strong{
  font-size:16px;
  line-height:1.3;
  letter-spacing:-.01em;
}
body.public-site>.topbar .brand small{
  font-size:12px;
  line-height:1.35;
  color:#66758b;
}
body.public-site>.topbar nav a{
  font-size:12px;
  line-height:1.3;
}

.ngh-slide p{
  font-size:16px;
  line-height:1.72;
  color:#f0f5fb;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
.ngh-eyebrow{
  font-size:12px;
  line-height:1.35;
}
.ngh-btn{
  font-size:12px;
  line-height:1.3;
  padding:13px 16px;
}
.ngh-meta span{
  font-size:12px;
  line-height:1.35;
}

.ngh-quick-card b{
  font-size:13px;
  line-height:1.3;
  color:#182941;
}
.ngh-quick-card small{
  font-size:12px;
  line-height:1.45;
  color:#607086;
}

.ngh-head h2{
  font-size:32px;
  line-height:1.15;
  color:#132239;
}
.ngh-head p{
  font-size:13px;
  line-height:1.6;
  color:#5d6b80;
}
.ngh-link{
  font-size:12px;
}

.ngh-about-copy-on-image h3{
  font-size:30px;
  line-height:1.2;
}
.ngh-about-copy-on-image p{
  font-size:13px;
  line-height:1.7;
  color:#edf4fb;
}
.ngh-about-card h3{
  font-size:28px;
  line-height:1.2;
  color:#15253d;
}
.ngh-about-card>p{
  font-size:14px;
  line-height:1.75;
  color:#55657a;
}
.ngh-value b{
  font-size:12px;
  line-height:1.35;
  color:#1f3048;
}
.ngh-value small{
  font-size:12px;
  line-height:1.5;
  color:#66758b;
}

.ngh-programme-cover span{
  font-size:12px;
}
.ngh-programme-cover h3{
  font-size:21px;
  line-height:1.2;
}
.ngh-programme-body p{
  font-size:12px;
  line-height:1.65;
  color:#58677d;
  min-height:58px;
}
.ngh-programme-row strong,
.ngh-programme-row a{
  font-size:12px;
  line-height:1.4;
}

.ngh-market-top h2{
  font-size:32px;
  line-height:1.15;
}
.ngh-market-top p{
  font-size:13px;
  line-height:1.65;
  color:#edf4fb;
}
.ngh-market-body h3{
  font-size:15px;
  line-height:1.35;
  color:#17283f;
}
.ngh-market-body p{
  font-size:12px;
  line-height:1.55;
  color:#607086;
}
.ngh-market-price strong{
  font-size:15px;
}
.ngh-market-price a{
  font-size:12px;
}

.ngh-panel h3{
  font-size:26px;
  line-height:1.2;
  color:#17283f;
}
.ngh-panel>p{
  font-size:13px;
  line-height:1.65;
  color:#5b6a80;
}
.ngh-why-item{
  font-size:12px;
  line-height:1.55;
  color:#5a697e;
}
.ngh-why-item b{
  font-size:12px;
  line-height:1.35;
  color:#1e3049;
}
.ngh-trow b{
  font-size:12px;
  line-height:1.35;
  color:#1d2e46;
}
.ngh-trow p{
  font-size:12px;
  line-height:1.55;
  color:#617087;
}

.ngh-feed-body span{
  font-size:12px;
}
.ngh-feed-body h3{
  font-size:16px;
  line-height:1.35;
  color:#17283f;
}
.ngh-feed-body p{
  font-size:11.5px;
  line-height:1.65;
  color:#5d6c81;
}
.ngh-feed-body a{
  font-size:12px;
}

.ngh-cta h2{
  font-size:31px;
  line-height:1.15;
}
.ngh-cta p{
  font-size:13px;
  line-height:1.65;
  color:#edf4fb;
}

.ngh-footer h4{
  font-size:13px;
  line-height:1.35;
}
.ngh-footer p,
.ngh-footer a{
  font-size:12px;
  line-height:1.65;
  color:#b5c2d4;
}
.ngh-footer-bottom{
  font-size:12px;
  line-height:1.5;
}

.ngh-support-link{
  font-size:12px;
}
.ngh-support-label{
  font-size:12px;
}

/* Ensure white cards retain strong readable contrast */
.ngh-quick-card,
.ngh-about-card,
.ngh-programme,
.ngh-market-card,
.ngh-panel,
.ngh-feed-card{
  color:#17283f;
}
.ngh-quick-card small,
.ngh-about-card p,
.ngh-programme-body p,
.ngh-market-body p,
.ngh-panel p,
.ngh-feed-body p{
  opacity:1;
}

/* Mobile readability */
@media(max-width:900px){
  body.public-site>.topbar .brand strong{font-size:15px}
  .ngh-slide p{font-size:14px}
  .ngh-head h2{font-size:29px}
  .ngh-head p{font-size:12.5px}
  .ngh-about-card>p{font-size:13.5px}
}
@media(max-width:620px){
  .ngh-slide h1{font-size:36px;line-height:1.06}
  .ngh-slide p{font-size:13.5px;line-height:1.65}
  .ngh-btn{font-size:12px;padding:12px 14px}
  .ngh-quick-card b{font-size:12px}
  .ngh-quick-card small{font-size:10.5px}
  .ngh-head h2{font-size:27px}
  .ngh-head p{font-size:12px}
  .ngh-about-copy-on-image h3{font-size:27px}
  .ngh-about-copy-on-image p{font-size:12px}
  .ngh-about-card h3{font-size:25px}
  .ngh-about-card>p{font-size:13px}
  .ngh-programme-cover h3{font-size:20px}
  .ngh-programme-body p{font-size:12px}
  .ngh-market-top h2{font-size:28px}
  .ngh-market-top p{font-size:12px}
  .ngh-panel h3{font-size:23px}
  .ngh-panel>p{font-size:12px}
  .ngh-cta h2{font-size:27px}
  .ngh-cta p{font-size:12px}
  .ngh-footer p,.ngh-footer a{font-size:10.5px}
}


/* v2.0.57 shared identity image refinement */
.ngh-about-visual{
  background-color:#0a2b50;
}
.ngh-about-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,22,45,.18),rgba(6,22,45,.03) 48%,rgba(6,22,45,.18));
  pointer-events:none;
}
.ngh-about-copy-on-image,
.ngh-about-symbol{
  z-index:2;
}
.ngh-about-copy-on-image h3,
.ngh-about-copy-on-image p,
.ngh-about-copy-on-image .ngh-eyebrow{
  text-shadow:0 2px 10px rgba(0,0,0,.30);
}
@media(max-width:620px){
  .ngh-about-visual{
    background-position:62% center;
  }
}

/* v2.0.65 universal frontend footer owns homepage footer */
.ngh-footer{display:none!important}
