/* ============================================================
   ADMISSION DEADLINE BANNER
============================================================ */
.deadline-bar {
  background: linear-gradient(90deg, var(--GOLD) 0%, var(--GOLD-L) 100%);
  padding: 10px 0;
  text-align: center;
  position: sticky; top: 0; z-index: 950;
}
.deadline-inner {
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.deadline-txt {
  color: #1a1000; font-size: 14px; font-weight: 600; letter-spacing: .2px;
}
.deadline-txt i { margin-right: 4px; }
.deadline-btn {
  background: var(--P); color: #fff;
  padding: 6px 18px; border-radius: 6px;
  font-size: 12.5px; font-weight: 700;
  transition: var(--T); display: inline-flex; align-items: center; gap: 6px;
}
.deadline-btn:hover { background: var(--P-MD); transform: translateY(-1px); }

/* Hero deadline pill */
.ht-deadline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(212,160,23,.18); color: var(--GOLD-L);
  border: 1px solid rgba(212,160,23,.35);
  padding: 8px 18px; border-radius: 8px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 20px;
}
.ht-deadline i { font-size: 13px; }

/* CTA deadline — .cta-sec prefix for specificity over .cta-sec p */
.cta-sec .cta-deadline {
  color: rgba(255,255,255,.9); font-size: 15px; font-weight: 600;
  margin: 10px auto 6px; max-width: none;
}
.cta-sec .cta-deadline i { margin-right: 6px; color: var(--GOLD-L); }

/* ============================================================
   ACCREDITATIONS
============================================================ */
.rankings-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin: 48px 0 52px; }
.rcard {
  background: var(--WHITE); border-radius: 18px; padding: 32px 24px; text-align: center;
  box-shadow: var(--S2); transition: var(--T); position: relative; overflow: hidden;
  border: 1px solid var(--BORDER);
}
.rcard::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background: linear-gradient(90deg, var(--P), var(--GOLD));
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--R);
}
.rcard:hover { transform: translateY(-8px); box-shadow: var(--S3); border-color: transparent; }
.rcard:hover::before { transform: scaleX(1); }
.rcard-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--P), var(--P-MD));
  color: var(--GOLD-L); font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(24,101,52,.28);
}
.rcard h3 { font-size: 15.5px; font-weight: 700; color: var(--INK); margin-bottom: 10px; }
.rcard-val {
  font-size: 36px; font-weight: 900; color: var(--P); margin: 10px 0 12px; line-height: 1;
  background: linear-gradient(135deg, var(--P), var(--GOLD));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rcard p { font-size: 13px; color: var(--MUTED); line-height: 1.65; }

/* Marquee track wrapper */
.badges-marquee-wrap {
  width: 100%; overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  margin-top: 48px;
}
.badges-track {
  display: flex; align-items: center; gap: 24px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.badges-marquee-wrap:hover .badges-track { animation-play-state: paused; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.badge-item {
  background: var(--WHITE); border-radius: 14px; padding: 16px 28px;
  box-shadow: var(--S1); transition: var(--T);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--BORDER); flex-shrink: 0;
}
.badge-item:hover { transform: translateY(-4px) scale(1.04); box-shadow: var(--S2); border-color: var(--P-LT); }
.badge-item img { height: 72px; width: auto; object-fit: contain; }

/* ============================================================
   WHY GLA ONLINE
============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.fcard {
  background: var(--WHITE); border-radius: 16px; padding: 30px 24px;
  border: 1px solid var(--BORDER); transition: var(--T); position: relative; overflow: hidden;
}
.fcard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--P), var(--GOLD));
  transform: scaleX(0); transform-origin: left; transition: transform .38s var(--R);
}
.fcard:hover { transform: translateY(-7px); box-shadow: var(--S3); border-color: transparent; }
.fcard:hover::before { transform: scaleX(1); }
.fcard-ico {
  width: 54px; height: 54px; border-radius: 14px;
  background: var(--P-LT); color: var(--P); font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; transition: var(--T);
}
.fcard:hover .fcard-ico { background: var(--P); color: var(--GOLD-L); }
.fcard h3 { font-size: 16.5px; font-weight: 700; color: var(--INK); margin-bottom: 9px; }
.fcard p { font-size: 13.5px; color: var(--MUTED); line-height: 1.72; }

/* ============================================================
   GHAR SE GLOBAL
============================================================ */
.ghar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ghar-text .sdesc { color: rgba(255,255,255,.72); margin-bottom: 28px; }
.ghar-checks { list-style: none; margin-bottom: 32px; }
.ghar-checks li {
  display: flex; align-items: flex-start; gap: 11px;
  color: rgba(255,255,255,.8); font-size: 14.5px; margin-bottom: 13px;
}
.ghar-checks li::before {
  content: '✓'; background: var(--GOLD); color: #fff;
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 900; flex-shrink: 0; margin-top: 3px;
}
.ghar-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.ghar-photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 480px; }
.gp { border-radius: 14px; overflow: hidden; position: relative; }
.gp:first-child { grid-row: span 2; }
.gp img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--R); }
.gp:hover img { transform: scale(1.05); }

/* ============================================================
   PROGRAMS
============================================================ */
.prog-tabs-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 28px 0 46px; }
.ptab {
  padding: 9px 26px; border-radius: 100px;
  border: 2px solid var(--BORDER); color: var(--MUTED);
  font-weight: 600; font-size: 13.5px; transition: var(--T);
  background: var(--WHITE);
}
.ptab.on, .ptab:hover { border-color: var(--P); color: var(--P); background: var(--P-LT); }

.prog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }

.pcard { background: var(--WHITE); border-radius: 16px; overflow: hidden; box-shadow: var(--S1); transition: var(--T); display: none; flex-direction: column; border: 1px solid var(--BORDER); }
.pcard.show { display: flex; }
.pcard:hover { transform: translateY(-7px); box-shadow: var(--S3); border-color: transparent; }

.pcard-img { height: 195px; overflow: hidden; position: relative; }
.pcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--R); }
.pcard:hover .pcard-img img { transform: scale(1.07); }
.pcard-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--P); color: #fff;
  padding: 3px 11px; border-radius: 100px; font-size: 10.5px; font-weight: 700;
}

.pcard-body { padding: 20px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.pcard-body h3 { font-size: 17px; font-weight: 800; color: var(--INK); margin-bottom: 7px; line-height: 1.3; }
.pcard-body p { font-size: 13.5px; color: var(--MUTED); line-height: 1.65; margin-bottom: 14px; }
.pcard-subs { margin-bottom: 14px; }
.pcard-subs li { font-size: 12.5px; color: var(--MUTED); padding: 3.5px 0; border-bottom: 1px solid var(--BORDER); display: flex; align-items: center; gap: 7px; }
.pcard-subs li:last-child { border-bottom: none; }
.pcard-subs li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--GOLD); flex-shrink: 0; }
.pcard-specs { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.pcard-spec { font-size: 12px; color: var(--MUTED); display: flex; align-items: center; gap: 5px; }
.pcard-spec i { color: var(--P); font-size: 11px; }
.pcard-cta {
  display: block; text-align: center;
  background: var(--P); color: #fff;
  padding: 11px; border-radius: 9px; font-weight: 700; font-size: 14px;
  transition: var(--T); margin-top: auto;
}
.pcard-cta:hover { background: var(--GOLD); color: #fff; }

/* ============================================================
   PLACEMENTS
============================================================ */
.place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 52px; }
.pstat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.psc {
  background: var(--WHITE); border-radius: 14px; padding: 22px 18px;
  box-shadow: var(--S2); border-left: 4px solid var(--GOLD); transition: var(--T);
}
.psc:hover { transform: translateY(-4px); box-shadow: var(--S3); }
.psc-n { font-size: 34px; font-weight: 900; color: var(--INK); line-height: 1; }
.psc-n sup { font-size: 14px; }
.psc-l { font-size: 12.5px; color: var(--MUTED); margin-top: 4px; line-height: 1.4; }

.place-photo-box { border-radius: 18px; overflow: hidden; position: relative; }
.place-photo-box img { width: 100%; height: 430px; object-fit: cover; object-position: top; display: block; }
.place-photo-box::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(13,61,30,.7));
}
.place-cap { position: absolute; bottom: 22px; left: 22px; right: 22px; color: #fff; z-index: 1; }
.place-cap h3 { font-size: 18px; font-weight: 700; }
.place-cap p { font-size: 13px; opacity: .82; margin-top: 3px; }

.rec-title {
  font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px;
  color: var(--MUTED); text-align: center; margin: 44px 0 20px;
}
/* Recruiter marquee */
.rec-marquee-wrap {
  width: 100%; overflow: hidden; margin-top: 8px;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.rec-track {
  display: flex; align-items: center; gap: 16px;
  width: max-content;
  animation: rec-scroll 32s linear infinite;
}
.rec-marquee-wrap:hover .rec-track { animation-play-state: paused; }
@keyframes rec-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.rlogo {
  background: var(--WHITE); border-radius: 12px; padding: 16px 32px;
  box-shadow: var(--S1); border: 1px solid var(--BORDER);
  display: flex; align-items: center; justify-content: center;
  min-width: 150px; height: 84px; flex-shrink: 0; transition: var(--T);
}
.rlogo img { height: 48px; width: auto; object-fit: contain; }
.rlogo-text { font-size: 22px; font-weight: 800; }
.rlogo:hover { transform: translateY(-4px) scale(1.04); box-shadow: var(--S2); border-color: var(--P-LT); }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testi-outer { overflow: hidden; margin-top: 48px; }
.testi-track { display: flex; transition: transform .5s var(--R); }
.tcard {
  flex-shrink: 0; background: var(--WHITE); border-radius: 16px; padding: 26px 24px;
  box-shadow: var(--S1); border: 1px solid var(--BORDER); transition: var(--T);
  margin-right: 24px;
}
.tcard:hover { transform: translateY(-5px); box-shadow: var(--S3); border-color: transparent; }
.tcard-stars { color: var(--GOLD); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.tcard-txt { font-size: 14px; color: var(--BODY); line-height: 1.78; margin-bottom: 20px; font-style: italic; }
.tcard-author { display: flex; align-items: center; gap: 12px; }
.tcard-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 3px solid var(--P-LT); }
.tcard-info h4 { font-size: 14px; font-weight: 700; color: var(--INK); }
.tcard-info p { font-size: 12px; color: var(--MUTED); }

.testi-ctrl { display: flex; gap: 10px; justify-content: center; align-items: center; margin-top: 32px; }
.testi-dots { display: flex; gap: 6px; align-items: center; }
.testi-dot {
  width: 8px; height: 8px; border-radius: 50%; padding: 0;
  background: var(--BORDER); border: none; cursor: pointer;
  transition: background .3s, width .3s, border-radius .3s;
}
.testi-dot.on { background: var(--P); width: 24px; border-radius: 4px; }
.tbtn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--BORDER); color: var(--MUTED);
  display: flex; align-items: center; justify-content: center; font-size: 14px;
  transition: var(--T); background: var(--WHITE);
}
.tbtn:hover { border-color: var(--P); color: var(--P); background: var(--P-LT); }

/* ============================================================
   FAQ
============================================================ */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 48px; }
.faq-item { background: var(--WHITE); border: 1px solid var(--BORDER); border-radius: 12px; overflow: hidden; transition: var(--T); }
.faq-item.open { border-color: var(--P); box-shadow: var(--S2); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; cursor: pointer; gap: 12px; width: 100%; background: none; border: none; font-family: inherit; text-align: left; }
.faq-q span:first-child { flex: 1; font-weight: 600; font-size: 14px; color: var(--INK); }
.faq-ico { width: 26px; height: 26px; border-radius: 50%; background: var(--BG); color: var(--INK); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: var(--T); font-weight: 700; }
.faq-item.open .faq-ico { background: var(--P); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 18px 15px; font-size: 13.5px; color: var(--MUTED); line-height: 1.76; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   CTA BANNER
============================================================ */
.cta-sec { background: linear-gradient(135deg, var(--P-DK), var(--P)); padding: 76px 0; text-align: center; }
.cta-sec h2 { font-size: clamp(28px,3.6vw,46px); font-weight: 900; color: #fff; margin-bottom: 14px; letter-spacing: -.5px; }
.cta-sec p { color: rgba(255,255,255,.76); font-size: 17px; max-width: 560px; margin: 0 auto 36px; line-height: 1.68; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
============================================================ */
.footer { background: #0A1A0E; color: rgba(255,255,255,.65); padding: 68px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.2fr 1fr 1fr; gap: 44px; padding-bottom: 48px; }

.footer-logo {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}
.fb p { font-size: 13.5px; line-height: 1.75; margin-bottom: 18px; }
.fc-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; margin-bottom: 9px; }
.fc-list li i { color: var(--GOLD); margin-top: 2px; flex-shrink: 0; font-size: 12px; }
.fc-list a { color: rgba(255,255,255,.65); transition: color .25s; }
.fc-list a:hover { color: var(--GOLD-L); }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.soc { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--T); }
.soc:hover { background: var(--GOLD); color: #fff; transform: translateY(-3px); }

.fcol h4 { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--GOLD); display: inline-block; }
.fl li { margin-bottom: 8px; }
.fl a { color: rgba(255,255,255,.6); font-size: 13.5px; transition: var(--T); display: flex; align-items: center; gap: 5px; }
.fl a::before { content: '›'; color: var(--GOLD); font-size: 15px; }
.fl a:hover { color: var(--GOLD-L); padding-left: 4px; }

.foot-bar { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.foot-bar-inner { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 12px; text-align: center; }
.foot-bar-inner p { font-size: 12.5px; }
.foot-sep { color: rgba(255,255,255,.28); font-size: 12.5px; }
.dev-by { color: rgba(255,255,255,.5); }
.dev-by a { color: var(--GOLD-L); font-weight: 600; transition: color .25s; }
.dev-by a:hover { color: #fff; text-decoration: underline; }
.fbar-links { display: flex; gap: 16px; }
.fbar-links a { color: rgba(255,255,255,.45); font-size: 12.5px; transition: color .25s; }
.fbar-links a:hover { color: var(--GOLD-L); }

/* ============================================================
   FLOATING WIDGETS
============================================================ */
/* Stacked in the bottom-right corner: WhatsApp sits at the bottom,
   the call button directly above it. */
.call-fab {
  position: fixed; bottom: 84px; right: 22px; z-index: 950;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--P); color: #fff; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(13,61,30,.45);
  transition: var(--T);
}
.call-fab:hover { transform: scale(1.12); background: var(--P-DK); box-shadow: 0 8px 28px rgba(13,61,30,.6); }
.wa-fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 950;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; color: #fff; font-size: 26px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: var(--T); animation: wap 2.5s infinite;
}
.wa-fab:hover { transform: scale(1.12); box-shadow: 0 8px 30px rgba(37,211,102,.6); }
@keyframes wap { 0%,100% { box-shadow: 0 4px 18px rgba(37,211,102,.5); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,.7), 0 0 0 8px rgba(37,211,102,.1); } }
/* Tooltips on floating buttons */
.wa-fab::before, .call-fab::before {
  content: attr(data-tip);
  position: absolute; right: 62px;
  background: var(--INK); color: #fff;
  font-size: 12px; font-weight: 600; white-space: nowrap;
  padding: 5px 10px; border-radius: 6px;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.wa-fab:hover::before, .call-fab:hover::before { opacity: 1; }

/* Scroll-top — left side to avoid the FAB stack on the right */
.scroll-top {
  position: fixed; bottom: 22px; left: 22px; z-index: 950;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--P); color: #fff; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--S2); transition: var(--T);
  opacity: 0; visibility: hidden; transform: translateY(16px);
}
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--GOLD); transform: translateY(-3px); }

/* While the mobile menu drawer is open: lock background scroll and hide the
   floating buttons so they don't overlap the menu. */
body.nav-open { overflow: hidden; }
body.nav-open .call-fab,
body.nav-open .wa-fab,
body.nav-open .scroll-top,
body.nav-open .wa-pop { opacity: 0; visibility: hidden; pointer-events: none; }

/* While the WhatsApp chat popup is open, hide the floating buttons so only
   the popup shows (matches the reference layout). */
body.wa-open .call-fab,
body.wa-open .wa-fab { opacity: 0; visibility: hidden; pointer-events: none; }

/* ============================================================
   WHATSAPP CHAT POPUP
============================================================ */
.wa-pop {
  position: fixed; right: 22px; bottom: 22px;
  width: 320px; max-width: calc(100vw - 36px);
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
  z-index: 960;
  opacity: 0; visibility: hidden; transform: translateY(20px) scale(.95);
  transform-origin: bottom right;
  transition: opacity .26s var(--R), transform .26s var(--R), visibility .26s;
}
.wa-pop.on { opacity: 1; visibility: visible; transform: none; }
.wa-pop-head { position: relative; display: flex; align-items: center; gap: 11px; background: linear-gradient(135deg, #0D6B3F, #075E54); padding: 14px 16px; }
.wa-pop-ava { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: #fff; flex: 0 0 44px; display: flex; align-items: center; justify-content: center; }
.wa-pop-ava img { width: 100%; height: 100%; object-fit: cover; }
.wa-pop-id { flex: 1; min-width: 0; color: #fff; }
.wa-pop-id strong { display: block; font-size: 14.5px; font-weight: 700; line-height: 1.2; }
.wa-pop-status { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: rgba(255,255,255,.82); margin-top: 2px; }
.wa-pop-dot { width: 7px; height: 7px; border-radius: 50%; background: #25D366; display: inline-block; animation: waPulse 2s infinite; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 6px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.wa-pop-close { position: absolute; top: 12px; right: 12px; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.2); color: #fff; font-size: 17px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.wa-pop-close:hover { background: rgba(255,255,255,.35); }
.wa-pop-body { background: #ECE5DD; padding: 18px 16px; }
.wa-pop-msg { background: #fff; border-radius: 4px 10px 10px 10px; padding: 12px 14px; box-shadow: 0 1px 1px rgba(0,0,0,.12); max-width: 92%; }
.wa-pop-msg-name { color: #0D6B3F; font-weight: 700; font-size: 13px; margin: 0 0 4px; }
.wa-pop-msg p { font-size: 13.5px; color: #1f2937; line-height: 1.5; margin: 0 0 4px; }
.wa-pop-msg p:last-of-type { margin-bottom: 0; }
.wa-pop-time { display: block; text-align: right; font-size: 10.5px; color: #9aa0a6; margin-top: 4px; }
.wa-pop-btn { display: flex; align-items: center; justify-content: center; gap: 9px; background: #25D366; color: #fff; font-weight: 700; font-size: 15px; padding: 14px; transition: background .2s; }
.wa-pop-btn i { font-size: 20px; }
.wa-pop-btn:hover { background: #1da851; }
@media (max-width: 768px) { .wa-pop { bottom: 70px; } }

/* ============================================================
   MOBILE BOTTOM NAV
============================================================ */
.mob-nav {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--WHITE); border-top: 1px solid var(--BORDER);
  box-shadow: 0 -4px 20px rgba(0,0,0,.1); z-index: 880; height: 58px;
}
.mob-nav-inner { display: flex; height: 100%; }
.mni { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--MUTED); font-size: 10.5px; font-weight: 500; transition: var(--T); }
.mni i { font-size: 18px; }
.mni:hover { color: var(--P); }
.mni.acc { background: var(--P); color: #fff; }
.mni.acc:hover { background: var(--GOLD); }

/* ============================================================
   REGISTRATION FORM MODAL
============================================================ */
.reg-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 9990;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.reg-overlay.on { display: block; }

.reg-modal {
  display: none; position: fixed;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--WHITE); border-radius: 18px;
  width: 560px; max-width: 94vw; max-height: 90vh;
  overflow-y: auto; z-index: 9995;
  padding: 36px 32px 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.25);
  border-top: 4px solid #3366FF;
}
.reg-modal.on { display: block; animation: regIn .3s ease; }
@keyframes regIn { from { opacity:0; transform:translate(-50%,-50%) scale(.92); } to { opacity:1; transform:translate(-50%,-50%) scale(1); } }

.reg-close {
  position: absolute; top: 14px; right: 16px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--BG); border: 1px solid var(--BORDER);
  color: var(--MUTED); font-size: 22px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s, color .2s;
}
.reg-close:hover { background: #fee2e2; color: #dc2626; }

.reg-title {
  font-size: 26px; font-weight: 800; color: #1a3db8;
  text-align: center; margin-bottom: 24px; letter-spacing: -.3px;
}

/* Form fields */
.reg-row { display: flex; gap: 14px; }
.reg-field { flex: 1; margin-bottom: 16px; }
.reg-field label {
  display: block; font-size: 13px; font-weight: 700;
  color: var(--INK); margin-bottom: 6px;
}
.reg-field label .req { color: #dc2626; }
.reg-field input,
.reg-field select,
.reg-field textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--BORDER); border-radius: 9px;
  font-size: 14px; font-family: inherit; color: var(--INK);
  background: var(--WHITE); transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.reg-field input:focus,
.reg-field select:focus,
.reg-field textarea:focus {
  border-color: #3366FF; box-shadow: 0 0 0 3px rgba(51,102,255,.12);
}
.reg-field input::placeholder,
.reg-field textarea::placeholder { color: #9CA3AF; }
.reg-field textarea { resize: vertical; min-height: 80px; }
.reg-field select { cursor: pointer; appearance: auto; }

/* Validation error state */
.reg-field input:invalid:not(:placeholder-shown),
.reg-field select:invalid:not([data-touched]),
.reg-field textarea:invalid:not(:placeholder-shown) {
  /* only show after attempted submit via JS class */
}
.reg-modal.submitted .reg-field input:invalid,
.reg-modal.submitted .reg-field select:invalid,
.reg-modal.submitted .reg-field textarea:invalid {
  border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,.1);
}

/* Submit button */
.reg-submit {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px; border: none; border-radius: 10px;
  background: linear-gradient(135deg, #1a3db8 0%, #3366FF 100%);
  color: #fff; font-size: 15px; font-weight: 700; font-family: inherit;
  cursor: pointer; transition: background .3s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 16px rgba(51,102,255,.35);
  margin-top: 4px;
}
.reg-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(51,102,255,.45); }
.reg-submit:active { transform: translateY(0); }
.reg-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* Status message */
.reg-status {
  text-align: center; font-size: 13.5px; font-weight: 600;
  padding: 0; margin-bottom: 8px; border-radius: 8px;
  display: none;
}
.reg-status.success { display: block; color: #16a34a; background: #f0fdf4; padding: 10px; border: 1px solid #bbf7d0; }
.reg-status.error   { display: block; color: #dc2626; background: #fef2f2; padding: 10px; border: 1px solid #fecaca; }
.reg-status.sending  { display: block; color: #2563eb; background: #eff6ff; padding: 10px; border: 1px solid #bfdbfe; }

/* Optional-field hint + trust microcopy (modal) */
.reg-optional { color: #9CA3AF; font-weight: 400; font-size: 12px; }
.reg-trust { text-align: center; font-size: 12.5px; color: var(--MUTED); margin: 10px 0 0; }
.reg-trust i { color: #16a34a; margin-right: 4px; }

/* ============================================================
   ALWAYS-VISIBLE LEAD BAND
============================================================ */
.lead-band { background: linear-gradient(135deg, var(--P-DK), var(--P)); padding: 44px 0; }
.lead-band-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; align-items: center; }
.lead-band-head h2 { color: #fff; font-size: 27px; line-height: 1.2; margin: 0 0 10px; font-family: 'Poppins', sans-serif; }
.lead-band-head p { color: rgba(255,255,255,.85); margin: 0 0 16px; font-size: 15px; }
.lead-band-head p strong { color: var(--GOLD-L); }
.lead-band-points { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.lead-band-points li { color: #fff; font-size: 13.5px; font-weight: 600; }
.lead-band-points i { color: #7CFFA0; margin-right: 6px; }

.lead-form { background: #fff; border-radius: 16px; padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; box-shadow: var(--S4); }
.lead-field { display: flex; }
.lead-field input, .lead-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--BORDER);
  border-radius: 10px; font-size: 14px; font-family: inherit; color: var(--INK); background: #fff;
}
.lead-field select { cursor: pointer; appearance: auto; }
.lead-field input:focus, .lead-field select:focus {
  outline: none; border-color: var(--P); box-shadow: 0 0 0 3px rgba(24,101,52,.12);
}
.lead-field input::placeholder { color: #9CA3AF; }
.lead-phone { gap: 6px; }
.lead-phone select { flex: 0 0 76px; width: 76px; padding: 12px 6px; }
.lead-phone input { flex: 1; min-width: 0; }
.lead-submit {
  grid-column: 1 / -1; background: linear-gradient(135deg, var(--P), var(--P-DK)); color: #fff;
  border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 700;
  font-family: 'Poppins', sans-serif; transition: transform .15s, box-shadow .15s;
}
.lead-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(24,101,52,.4); }
.lead-submit:active { transform: translateY(0); }
.lead-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.lead-status { grid-column: 1 / -1; margin: 0; }
.lead-trust { grid-column: 1 / -1; margin: 0; text-align: center; font-size: 12px; color: var(--MUTED); }
.lead-trust i { color: var(--P); margin-right: 4px; }

@media (max-width: 900px) {
  .lead-band-inner { grid-template-columns: 1fr; gap: 24px; }
  .lead-band-head h2 { font-size: 23px; }
}
@media (max-width: 560px) {
  .lead-form { grid-template-columns: 1fr; }
}

/* ============================================================
   PROGRAM FINDER QUIZ
============================================================ */
.quiz-card { max-width: 720px; margin: 40px auto 0; background: #fff; border: 1px solid var(--BORDER); border-radius: 20px; box-shadow: var(--S3); padding: 28px; }
.quiz-progress { height: 8px; background: var(--P-LT); border-radius: 99px; overflow: hidden; }
.quiz-progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--P-MD), var(--P)); border-radius: 99px; transition: width .35s var(--R); }
.quiz-count { text-align: center; font-size: 12px; font-weight: 700; color: var(--MUTED); letter-spacing: .04em; text-transform: uppercase; margin: 12px 0 18px; }

.quiz-step { display: none; animation: quizIn .35s var(--R); }
.quiz-step.on { display: block; }
@keyframes quizIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.quiz-q { font-family: 'Poppins', sans-serif; font-size: 21px; color: var(--INK); text-align: center; margin: 0 0 20px; }
.quiz-opts { display: grid; gap: 12px; }
.quiz-opt {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  padding: 16px 18px; border: 1.5px solid var(--BORDER); border-radius: 12px;
  background: var(--WHITE); font-size: 15.5px; font-weight: 600; color: var(--BODY);
  font-family: inherit; transition: var(--T);
}
.quiz-opt i { color: var(--P); font-size: 18px; width: 24px; text-align: center; }
.quiz-opt:hover { border-color: var(--P); background: var(--P-LT); transform: translateY(-2px); box-shadow: var(--S2); }
.quiz-opt.sel { border-color: var(--P); background: var(--P-LT); }

.quiz-result { text-align: center; }
.quiz-result-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--P-LT); color: var(--P); font-weight: 700; font-size: 13px; padding: 7px 16px; border-radius: 99px; }
.quiz-result-badge i { color: var(--P-MD); }
.quiz-result-prog { font-family: 'Poppins', sans-serif; font-size: 27px; color: var(--P); margin: 14px 0 8px; }
.quiz-result-desc { font-size: 15px; color: var(--BODY); max-width: 540px; margin: 0 auto 22px; }
.quiz-form { max-width: 420px; margin: 0 auto; display: grid; gap: 12px; }
.quiz-form input[type="text"] {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--BORDER); border-radius: 10px;
  font-size: 15px; font-family: inherit; color: var(--INK);
}
.quiz-form input[type="text"]:focus { outline: none; border-color: var(--P); box-shadow: 0 0 0 3px rgba(24,101,52,.12); }
.quiz-phone { display: flex; align-items: stretch; border: 1.5px solid var(--BORDER); border-radius: 10px; overflow: hidden; }
.quiz-phone:focus-within { border-color: var(--P); box-shadow: 0 0 0 3px rgba(24,101,52,.12); }
.quiz-cc { display: flex; align-items: center; padding: 0 13px; background: var(--BG); font-weight: 700; color: var(--BODY); font-size: 14px; border-right: 1.5px solid var(--BORDER); }
.quiz-phone input { flex: 1; min-width: 0; border: none; padding: 13px 15px; font-size: 15px; font-family: inherit; color: var(--INK); background: #fff; }
.quiz-phone input:focus { outline: none; }
.quiz-submit {
  background: linear-gradient(135deg, var(--P), var(--P-DK)); color: #fff; border-radius: 10px;
  padding: 14px; font-size: 15px; font-weight: 700; font-family: 'Poppins', sans-serif; transition: transform .15s, box-shadow .15s;
}
.quiz-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(24,101,52,.4); }
.quiz-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.quiz-status { margin: 0; }
.quiz-or { position: relative; text-align: center; color: var(--MUTED); font-size: 13px; margin: 2px 0; }
.quiz-or span { background: #fff; padding: 0 12px; position: relative; z-index: 1; }
.quiz-or::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--BORDER); }
.quiz-wa { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px; border-radius: 10px; background: #25D366; color: #fff; font-weight: 700; font-size: 15px; transition: var(--T); }
.quiz-wa i { font-size: 20px; }
.quiz-wa:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(37,211,102,.4); }

.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }
.quiz-back, .quiz-restart { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--MUTED); padding: 8px 4px; transition: var(--T); }
.quiz-back:hover, .quiz-restart:hover { color: var(--P); }

@media (max-width: 560px) {
  .quiz-card { padding: 22px 16px; }
  .quiz-q { font-size: 18px; }
  .quiz-result-prog { font-size: 23px; }
}

/* Responsive */
@media (max-width: 600px) {
  .reg-modal { padding: 28px 18px 24px; border-radius: 14px; }
  .reg-title { font-size: 22px; }
  .reg-row { flex-direction: column; gap: 0; }
}
