/* ============================================================
   ZebLearn India — HOME PAGE Stylesheet
   Includes: Hero, Ticker, Placed Students, Partners,
             CAP Videos, Learners, Globe/About, Testimonials,
             Verify/Lightbox, Placement Process, Reviews,
             Video Slider, Webinar, Mock Interviews,
             Hiring Partners, Students Photos, Certified
             Students, Modal, Globe responsive
   Used by: home.blade.php only
   Requires: zeblearn-layout.css loaded first
   ============================================================ */

/* ── 8. HERO ─────────────────────────────────────────────── */
.hw-hero           { position: relative; min-height: 640px; overflow: hidden; font-family: var(--font-h); background: var(--navy); padding: 0; }
.hw-hero__bg       { position: absolute; inset: 0; z-index: 0; }
.hw-hero__bg img   { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .28; }
.hw-hero__ov       { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg,rgba(5,12,24,.98) 0%,rgba(5,12,24,.92) 38%,rgba(5,12,24,.6) 62%,rgba(5,12,24,.18) 100%); }
.hw-hero__inner    { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 260px; gap: 0; min-height: 640px; }
.hw-hero__left     { padding: 48px 2rem 40px; }
.hw-hero__right    { background: rgba(5,12,24,.88); border-left: 1px solid rgba(255,255,255,.08); padding: 40px 22px; display: flex; flex-direction: column; justify-content: center; }

.hw-hero__alert     { display: inline-flex; align-items: center; gap: 7px; background: rgba(229,57,53,.18); border: 1px solid rgba(229,57,53,.45); border-radius: 4px; padding: 5px 12px; font-size: .67rem; font-weight: 700; color: #ff8a80; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; flex-wrap: wrap; }
.hw-hero__alert em  { color: var(--gold); font-style: normal; }
.hw-hero__alert-dot { width: 6px; height: 6px; border-radius: 50%; background: #e53935; flex-shrink: 0; animation: hw-blink 1s infinite; }
.hw-hero__h1        { font-size: clamp(2rem,5vw,3.6rem); font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 12px; }
.hw-hero__h1 .gold  { color: var(--gold); }
.hw-hero__tag       { font-size: clamp(.88rem,1.4vw,1.05rem); font-weight: 500; color: rgba(255,255,255,.72); line-height: 1.65; margin-bottom: 22px; max-width: 540px; }
.hw-hero__feats     { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin-bottom: 26px; }
.hw-hero__feat      { display: flex; align-items: center; gap: 8px; font-size: .76rem; color: rgba(255,255,255,.8); line-height: 1.4; }
.hw-hero__feat-ic   { width: 28px; height: 28px; border-radius: 7px; flex-shrink: 0; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.25); display: flex; align-items: center; justify-content: center; }
.hw-hero__feat-ic svg { color: var(--gold); }
.hw-hero__ctas      { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hw-hero__ratings   { display: flex; gap: 6px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.hw-hero__rpill     { display: flex; align-items: center; gap: 4px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; padding: 4px 10px; font-size: .7rem; color: rgba(255,255,255,.88); font-weight: 700; }
.hw-hero__rpill .star { color: var(--gold); }
.hw-hero__rpill .name { font-size: .62rem; font-weight: 500; opacity: .7; }
.hw-hero__stat      { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.hw-hero__stat:last-child { border-bottom: none; }
.hw-hero__stat-ic   { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.2); display: flex; align-items: center; justify-content: center; }
.hw-hero__stat-ic svg { color: var(--gold); }
.hw-hero__stat-num  { font-size: 1.3rem; font-weight: 900; color: #fff; line-height: 1; font-family: var(--font-h); }
.hw-hero__stat-lbl  { font-size: .62rem; color: rgba(255,255,255,.5); margin-top: 3px; text-transform: uppercase; letter-spacing: .04em; }

/* ── 9. TICKER / MARQUEES ────────────────────────────────── */
.hw-ticker        { background: var(--navy-2); padding: 18px 0; border-top: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.hw-ticker__label { text-align: center; font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.hw-ticker__track { position: relative; overflow: hidden; width: 100%; }
.hw-ticker__track::before,
.hw-ticker__track::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.hw-ticker__track::before { left: 0;  background: linear-gradient(to right, var(--navy-2), transparent); }
.hw-ticker__track::after  { right: 0; background: linear-gradient(to left,  var(--navy-2), transparent); }
.hw-ticker__scroll { display: flex; gap: 52px; width: max-content; animation: hw-ticker 30s linear infinite; align-items: center; padding: 0 2rem; }
.hw-ticker__scroll:hover { animation-play-state: paused; }
.hw-ticker__logo   { flex-shrink: 0; height: 32px; width: auto; max-width: 100px; object-fit: contain; filter: brightness(0) invert(1); opacity: .55; transition: opacity .2s; }
.hw-ticker__logo:hover { opacity: 1; }

/* Generic fade-edge helper (placed, partners, reviews, etc.) */
.fade-edges       { position: relative; overflow: hidden; }
.fade-edges::before,
.fade-edges::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }

/* ── 10. PLACED STUDENTS ─────────────────────────────────── */
.hw-placed        { background: var(--bg); padding: 28px 0 24px; border-bottom: 1px solid var(--border); }
.hw-placed__hd    { max-width: 1200px; margin: 0 auto 16px; padding: 0 1.25rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.hw-placed__title { font-family: var(--font-h); font-size: .76rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 8px; }
.hw-placed__dot   { display: inline-flex; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(34,197,94,.2); animation: hw-blink 1.4s ease-in-out infinite; flex-shrink: 0; }
.hw-placed__count { font-size: .75rem; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.hw-placed__count strong { color: var(--navy); font-weight: 700; }
.hw-placed__outer { position: relative; width: 100%; overflow: hidden; }
.hw-placed__outer::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.hw-placed__outer::after  { right: 0; background: linear-gradient(to left,  var(--bg), transparent); }
.hw-placed__outer::before,
.hw-placed__outer::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.hw-placed__track { display: flex; gap: 10px; width: max-content; animation: hw-scroll 35s linear infinite; padding: 4px 0 10px; }
.hw-placed__track:hover { animation-play-state: paused; }
.hw-placed__card  { flex: 0 0 140px; border: 1.5px solid var(--border); border-radius: var(--r); overflow: hidden; background: #fff; transition: box-shadow .2s, transform .2s, border-color .2s; }
.hw-placed__card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); border-color: var(--gold); }
.hw-placed__photo { height: 105px; position: relative; background: var(--bg); overflow: hidden; }
.hw-placed__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hw-placed__ribbon { position: absolute; top: 6px; left: 0; font-size: .56rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 0 4px 4px 0; color: #fff; }
.hw-placed__ribbon.placed       { background: #16a34a; }
.hw-placed__ribbon.upskilled    { background: #2563eb; }
.hw-placed__ribbon.career-switch{ background: #d97706; }
.hw-placed__body  { padding: 8px 9px 10px; }
.hw-placed__name  { font-size: 11px; font-weight: 700; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
.hw-placed__role  { font-size: 10px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; }
.hw-placed__logo img { height: 16px; width: auto; max-width: 80px; object-fit: contain; }

/* ── 11. IMPORTANT LINKS BAR ─────────────────────────────── */
.important-links { background: #f8f9fa; }
.important-links i { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; }

/* ── 12. CERTIFICATION PARTNERS ──────────────────────────── */
.hw-partners       { background: #fff; padding: 48px 1.25rem; border-bottom: 1px solid var(--border); }
.hw-partners__inner{ max-width: 1200px; margin: 0 auto; }
.hw-partners__track{ position: relative; overflow: hidden; }
.hw-partners__track::before { left: 0;  background: linear-gradient(to right, #fff, transparent); }
.hw-partners__track::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }
.hw-partners__track::before,
.hw-partners__track::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.hw-partners__scroll{ display: flex; gap: 10px; width: max-content; animation: hw-scroll 50s linear infinite; padding: 4px 0 12px; }
.hw-partners__scroll:hover { animation-play-state: paused; }
.hw-partners__card  { flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r); padding: 10px 14px; width: 128px; height: 72px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.hw-partners__card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: var(--gold); }
.hw-partners__card img { max-width: 100%; max-height: 42px; object-fit: contain; }

/* ── 13. CAP VIDEOS ──────────────────────────────────────── */
.hw-cap         { background: var(--navy); padding: 52px 0; }
.hw-cap__inner  { max-width: 100%; margin: 0 auto; }
.hw-cap__sh     { max-width: 1200px; margin: 0 auto 40px; padding: 0 1.25rem; text-align: center; }
.hw-cap__outer  { position: relative; width: 100%; overflow: hidden; }
.hw-cap__outer::before { left: 0;  background: linear-gradient(to right, var(--navy), transparent); }
.hw-cap__outer::after  { right: 0; background: linear-gradient(to left,  var(--navy), transparent); }
.hw-cap__outer::before,
.hw-cap__outer::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 3; pointer-events: none; }
.hw-cap__track  { display: flex; gap: 16px; width: max-content; animation: hw-cap-scroll 32s linear infinite; padding: 6px 16px 14px; }
.hw-cap__track:hover { animation-play-state: paused; }
.hw-cap__card   { flex: 0 0 280px; background: rgba(255,255,255,.04); border-radius: var(--r-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.08); transition: transform .25s, box-shadow .25s, border-color .25s; }
.hw-cap__card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.5); border-color: rgba(255,184,0,.4); }
.hw-cap__card a { display: block; }
.hw-cap__thumb  { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.hw-cap__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hw-cap__card:hover .hw-cap__thumb img { transform: scale(1.06); }
.hw-cap__ov     { position: absolute; inset: 0; background: rgba(5,12,24,.35); display: flex; align-items: center; justify-content: center; transition: background .2s; }
.hw-cap__card:hover .hw-cap__ov { background: rgba(5,12,24,.55); }
.hw-cap__play   { width: 48px; height: 48px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,.4); transition: transform .2s, background .2s; }
.hw-cap__card:hover .hw-cap__play { transform: scale(1.12); background: #FF0000; }
.hw-cap__play svg { color: #FF0000; margin-left: 3px; transition: color .2s; }
.hw-cap__card:hover .hw-cap__play svg { color: #fff; }
.hw-cap__yt     { position: absolute; top: 9px; left: 200px; background: rgba(255,0,0,.9); color: #fff; border-radius: 4px; padding: 3px 7px; font-size: .58rem; font-weight: 700; display: flex; align-items: center; gap: 3px; }
.hw-cap__foot   { padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; }
.hw-cap__name   { font-family: var(--font-h); font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.88); }
.hw-cap__arr    { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,184,0,.12); border: 1px solid rgba(255,184,0,.25); display: flex; align-items: center; justify-content: center; transition: background .2s; }
.hw-cap__card:hover .hw-cap__arr { background: var(--gold); }
.hw-cap__arr svg { color: var(--gold); transition: color .2s; }
.hw-cap__card:hover .hw-cap__arr svg { color: var(--navy); }

/* ── 14. LEARNERS / SUCCESS STORIES ─────────────────────── */
.hw-learners            { background: #fff; padding: 52px 1.25rem; border-top: 3px solid var(--gold); }
.hw-learners__inner     { max-width: 1200px; margin: 0 auto; }
.hw-learners__head      { font-family: var(--font-h); font-size: clamp(.9rem,2vw,1.4rem); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hw-learners__head::after { content: ''; flex: 1; min-width: 40px; height: 1px; background: linear-gradient(to right, var(--gold), transparent); }
.hw-learners__layout    { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.hw-learners__cards     { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }

.hw-sc            { border: 1.5px solid var(--border); border-radius: var(--r); overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; }
.hw-sc:hover      { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.hw-sc__photo     { height: 150px; position: relative; overflow: hidden; background: var(--bg); }
.hw-sc__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s; }
.hw-sc:hover .hw-sc__photo img { transform: scale(1.06); }
.hw-sc__body      { padding: 12px 12px 10px; }
.hw-sc__name      { font-family: var(--font-h); font-size: .84rem; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.hw-sc__role      { font-size: .7rem; color: var(--gold); font-weight: 600; margin-bottom: 4px; }
.hw-sc__company   { font-size: .68rem; color: var(--muted); margin-bottom: 8px; }
.hw-sc__salary    { font-family: var(--font-h); font-size: 1.05rem; font-weight: 900; color: var(--navy); line-height: 1; }
.hw-sc__salary span { font-size: .65rem; color: var(--muted); font-weight: 500; display: block; margin-top: 2px; }
.hw-sc__hike      { position: absolute; bottom: 10px; right: 10px; background: var(--green); color: #fff; font-size: .6rem; font-weight: 800; padding: 4px 8px; border-radius: 20px; letter-spacing: .03em; text-transform: uppercase; }

.hw-learners__quote      { background: var(--navy-2); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; overflow: hidden; }
.hw-learners__quote::before { content: '\201C'; position: absolute; top: -10px; left: 16px; font-size: 7rem; color: rgba(255,184,0,.1); font-family: Georgia, serif; line-height: 1; }
.hw-learners__qtext   { font-size: .88rem; color: rgba(255,255,255,.82); line-height: 1.75; font-style: italic; position: relative; z-index: 1; }
.hw-learners__qauthor { display: flex; align-items: center; gap: 12px; }
.hw-learners__qplay   { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); cursor: pointer; flex-shrink: 0; transition: transform .2s; }
.hw-learners__qplay:hover { transform: scale(1.1); }
.hw-learners__qplay svg { color: var(--navy); margin-left: 2px; }
.hw-learners__qname   { font-family: var(--font-h); font-size: .84rem; font-weight: 700; color: #fff; }
.hw-learners__qrole   { font-size: .68rem; color: rgba(255,255,255,.5); margin-top: 2px; }
.hw-learners__btn     { display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: transparent; border: 2px solid rgba(255,184,0,.4); color: var(--gold); border-radius: var(--r); padding: 11px 16px; font-family: var(--font-h); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; transition: border-color .2s, background .2s; cursor: pointer; text-decoration: none; }
.hw-learners__btn:hover { border-color: var(--gold); background: rgba(255,184,0,.08); color: var(--gold); }

/* ── 15. ABOUT / GLOBE SECTION ───────────────────────────── */
.zl-about { position: relative; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; background: radial-gradient(circle at top right,#1a0800 0%,#060c14 45%,#000 100%); }
.zl-about::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,184,0,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,184,0,.022) 1px,transparent 1px); background-size: 55px 55px; }
.zl-left    { position: relative; z-index: 3; padding: 64px 32px 64px 60px; }
.zl-tag     { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,184,0,.08); border: 1px solid rgba(255,184,0,.22); border-radius: 4px; padding: 5px 14px; margin-bottom: 20px; font-family: var(--font-h); font-size: 10px; font-weight: 800; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; }
.zl-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: zlBlink 1.4s ease-in-out infinite; flex-shrink: 0; }
.zl-left h2 { font-family: var(--font-h); font-size: clamp(28px,3.5vw,48px); font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; margin-bottom: 8px; }
.zl-left h2 em { color: var(--gold); font-style: normal; }
.zl-sub     { font-family: var(--font-h); font-size: clamp(11px,1.1vw,13px); font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px; }
.zl-desc    { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.85; margin-bottom: 24px; max-width: 440px; }
.zl-desc strong { color: rgba(255,255,255,.88); }
.zl-pts     { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; }
.zl-pt      { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.5; }
.zl-ck      { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.3); display: flex; align-items: center; justify-content: center; }
.zl-ck svg  { color: var(--gold); }
.zl-btns    { display: flex; gap: 12px; flex-wrap: wrap; }
.zl-btn-g   { display: inline-flex; align-items: center; gap: 7px; background: var(--gold); color: #060c14; padding: 13px 24px; border-radius: var(--r); font-family: var(--font-h); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; border: none; text-decoration: none; box-shadow: 0 5px 22px rgba(255,184,0,.3); transition: background .2s, transform .15s; }
.zl-btn-g:hover { background: var(--gold-d); transform: translateY(-2px); color: #060c14; }
.zl-btn-o   { display: inline-flex; align-items: center; gap: 7px; background: transparent; color: #fff; padding: 12px 22px; border-radius: var(--r); font-family: var(--font-h); font-weight: 700; font-size: 12px; border: 1.5px solid rgba(255,255,255,.15); cursor: pointer; text-decoration: none; transition: border-color .2s, color .2s; }
.zl-btn-o:hover { border-color: var(--gold); color: var(--gold); }
.zl-right   { position: relative; display: flex; align-items: center; justify-content: center; height: 100vh; min-height: 640px; overflow: hidden; }
.zl-glow    { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle,rgba(255,107,0,.38) 0%,rgba(255,80,0,.08) 40%,transparent 70%); filter: blur(52px); pointer-events: none; z-index: 0; }
.zl-globe-wrap { position: relative; width: 640px; height: 640px; display: flex; align-items: center; justify-content: center; z-index: 2; cursor: grab; }
.zl-globe-wrap.dragging { cursor: grabbing; }
.zl-sphere  { position: relative; width: 100%; height: 100%; }
.zl-icon    { position: absolute; top: 50%; left: 50%; width: 84px; height: 76px; margin: -38px -42px; border-radius: 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 5px 4px 7px; background: rgba(8,12,26,.84); border: 1.5px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 20px rgba(0,0,0,.55), inset 0 0 8px rgba(255,255,255,.025); will-change: transform, opacity; cursor: inherit; transition: box-shadow .25s; user-select: none; }
.zl-icon:hover { box-shadow: 0 0 32px rgba(255,184,0,.55), 0 0 70px rgba(255,184,0,.12), inset 0 0 10px rgba(255,184,0,.05) !important; }
.zl-icon-strip { width: 30px; height: 3px; border-radius: 2px; margin-bottom: 2px; flex-shrink: 0; }
.zl-icon-label { font-family: var(--font-h); font-size: 11.5px; font-weight: 900; letter-spacing: .01em; line-height: 1; text-align: center; white-space: nowrap; }
.zl-icon-sub   { font-family: var(--font-b); font-size: 7px; font-weight: 500; letter-spacing: .03em; text-align: center; line-height: 1.25; white-space: nowrap; opacity: .72; max-width: 78px; overflow: hidden; text-overflow: ellipsis; }
.zl-icon-cat   { font-family: var(--font-b); font-size: 6px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; opacity: .45; line-height: 1; margin-top: 1px; white-space: nowrap; }

/* ── 16. TESTIMONIALS MARQUEE ────────────────────────────── */
.zl-tmarq       { padding: 70px 0 60px; background: var(--section-bg, #fff); overflow: hidden; position: relative; }
.zl-tmarq__head { text-align: center; max-width: 560px; margin: 0 auto 40px; padding: 0 20px; }
.zl-tmarq__ey   { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #f59e0b; margin-bottom: 10px; }
.zl-tmarq__head h2 { font-size: clamp(1.6rem,2.4vw,2.2rem); font-weight: 800; color: #0a0a14; margin-bottom: 12px; line-height: 1.2; }
.zl-tmarq__head p  { font-size: .95rem; color: #6b6b80; line-height: 1.7; }
.zl-tmarq__outer   { position: relative; width: 100%; }
.zl-tmarq__fade    { position: absolute; top: 0; bottom: 0; width: 140px; z-index: 3; pointer-events: none; }
.zl-tmarq__fade--left  { left: 0;  background: linear-gradient(to right, var(--section-bg,#fff) 0%, transparent 100%); }
.zl-tmarq__fade--right { right: 0; background: linear-gradient(to left,  var(--section-bg,#fff) 0%, transparent 100%); }
.zl-tmarq__clip  { overflow: hidden; width: 100%; }
.zl-tmarq__track { display: flex; gap: 20px; width: max-content; animation: zlMarqScroll 42s linear infinite; }
.zl-tmarq__outer:hover .zl-tmarq__track { animation-play-state: paused; }

.zl-tcard         { flex-shrink: 0; display: flex; flex-direction: column; width: 220px; border-radius: 20px; overflow: hidden; text-decoration: none; background: #111; box-shadow: 0 6px 24px rgba(0,0,0,.14); transition: transform .3s ease, box-shadow .3s ease; cursor: pointer; }
.zl-tcard:hover   { transform: translateY(-8px) scale(1.02); box-shadow: 0 16px 44px rgba(0,0,0,.24); }
.zl-tcard__img-wrap { position: relative; width: 100%; aspect-ratio: 9/16; overflow: hidden; background: #1a1a2e; }
.zl-tcard__img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform .5s ease; }
.zl-tcard:hover .zl-tcard__img-wrap img { transform: scale(1.06); }
.zl-tcard__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.28); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s ease; }
.zl-tcard:hover .zl-tcard__overlay { opacity: 1; }
.zl-tcard__play   { width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; color: #FF0000; box-shadow: 0 4px 24px rgba(0,0,0,.35); transform: scale(.82); transition: transform .3s ease; }
.zl-tcard:hover .zl-tcard__play { transform: scale(1); }
.zl-tcard__strip  { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #fff; border-top: 1px solid #f0f0f0; }
.zl-tcard__name   { font-size: 13px; font-weight: 700; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; }

/* ── 17. VERIFY / LIGHTBOX ───────────────────────────────── */
.hw-verify          { background: #fff; padding: 52px 1.25rem; border-top: 1px solid var(--border); overflow: hidden; }
.hw-verify__inner   { max-width: 1200px; margin: 0 auto; }
.hw-verify__head    { font-family: var(--font-h); font-size: clamp(.9rem,2vw,1.3rem); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-bottom: 6px; }
.hw-verify__head em { color: var(--gold); font-style: normal; }
.hw-verify__subhead { font-size: .8rem; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }
.hw-verify__layout  { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; }
.hw-verify__left    { position: relative; overflow: hidden; }
.hw-verify__left::before { left: 0;  background: linear-gradient(to right,#fff 40%,transparent); }
.hw-verify__left::after  { right: 0; background: linear-gradient(to left, #fff 40%,transparent); }
.hw-verify__left::before,
.hw-verify__left::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 3; pointer-events: none; }
.hw-verify__ticker  { display: flex; gap: 18px; width: max-content; animation: zl-verify-fwd 70s linear infinite; padding: 6px 0 10px; }
.hw-verify__ticker:hover { animation-play-state: paused; }
.hw-verify__doc     { flex: 0 0 420px; height: 380px; border: 2px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color .25s, transform .25s, box-shadow .25s; cursor: pointer; background: #fff; position: relative; user-select: none; -webkit-user-select: none; }
.hw-verify__doc:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: 0 20px 48px rgba(255,184,0,.22); }
.hw-verify__doc-img { width: 100%; height: 100%; overflow: hidden; background: var(--bg); position: relative; }
.hw-verify__doc-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s; display: block; pointer-events: none; -webkit-user-drag: none; }
.hw-verify__doc:hover .hw-verify__doc-img img { transform: scale(1.04); }
.hw-verify__doc-eye       { position: absolute; inset: 0; background: rgba(5,12,24,.42); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s; }
.hw-verify__doc:hover .hw-verify__doc-eye { opacity: 1; }
.hw-verify__doc-eye-inner { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.hw-verify__doc-eye svg   { color: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
.hw-verify__right   { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; }
.hw-verify__qr      { display: flex; flex-direction: column; align-items: center; gap: 12px; background: var(--navy); border-radius: 14px; padding: 20px 16px; border: 1px solid rgba(255,184,0,.2); text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.hw-verify__qr:hover { border-color: var(--gold); box-shadow: 0 6px 28px rgba(255,184,0,.15); }
.hw-verify__qr-img  { width: 120px; height: 120px; background: #fff; border-radius: 10px; padding: 6px; box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.hw-verify__qr-img img { width: 100%; height: 100%; display: block; }
.hw-verify__qr-txt strong { color: var(--gold); display: block; font-family: var(--font-h); font-size: .88rem; font-weight: 800; margin-bottom: 4px; }
.hw-verify__qr-txt span   { font-size: .68rem; color: rgba(255,255,255,.58); line-height: 1.6; display: block; }
.hw-verify__qr-btn  { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--gold); color: var(--navy); padding: 10px 18px; border-radius: var(--r); font-family: var(--font-h); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; transition: background .2s; width: 100%; text-decoration: none; }
.hw-verify__qr-btn:hover { background: var(--gold-d); color: var(--navy); }

/* Lightbox */
.zl-lb           { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(5,12,24,.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); align-items: center; justify-content: center; padding: 16px; }
.zl-lb.is-open   { display: flex; }
.zl-lb__box      { position: relative; max-width: 800px; width: 100%; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.7); animation: zl-lb-in .3s cubic-bezier(.4,0,.2,1); max-height: 90vh; display: flex; flex-direction: column; }
.zl-lb__header   { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: var(--navy); flex-shrink: 0; }
.zl-lb__title    { font-family: var(--font-h); font-size: .8rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .06em; }
.zl-lb__counter  { font-size: .72rem; color: rgba(255,255,255,.45); margin-left: 10px; }
.zl-lb__close    { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.1); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; line-height: 1; transition: background .2s; flex-shrink: 0; }
.zl-lb__close:hover { background: rgba(229,57,53,.75); }
.zl-lb__img-wrap { position: relative; background: #f1f5f9; display: flex; align-items: center; justify-content: center; flex: 1; overflow: hidden; min-height: 200px; }
.zl-lb__img-wrap img { max-width: 100%; max-height: 70vh; object-fit: contain; display: block; transition: opacity .15s; }
.zl-lb__nav      { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(5,12,24,.72); border: 1.5px solid rgba(255,255,255,.15); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; z-index: 2; min-width: 44px; min-height: 44px; }
.zl-lb__nav:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.zl-lb__nav--prev { left: 10px; }
.zl-lb__nav--next { right: 10px; }
.zl-lb__footer   { padding: 12px 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.zl-lb__dots     { display: flex; gap: 5px; flex-wrap: wrap; }
.zl-lb__dot      { width: 7px; height: 7px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; min-width: 16px; min-height: 16px; display: flex; align-items: center; justify-content: center; }
.zl-lb__dot::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--border); transition: background .2s, width .2s, border-radius .2s; }
.zl-lb__dot.active::after { background: var(--gold); width: 18px; border-radius: 4px; }
.zl-lb__visit    { display: inline-flex; align-items: center; gap: 5px; background: var(--navy); color: #fff; padding: 8px 15px; border-radius: var(--r); font-size: .7rem; font-weight: 700; text-decoration: none; transition: background .2s; white-space: nowrap; }
.zl-lb__visit:hover { background: var(--gold); color: var(--navy); }

/* ── 18. PLACEMENT PROCESS ───────────────────────────────── */
.pp { padding: 64px 0 80px; background: #f4f6fa; overflow: hidden; position: relative; }
.pp::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 50% at 50% -10%,rgba(255,184,0,.06) 0%,transparent 60%); }
.pp__head    { text-align: center; padding: 0 1.25rem; margin-bottom: 52px; }
.pp__ey      { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-h); font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.pp__ey::before,
.pp__ey::after { content: ''; width: 28px; height: 1.5px; background: var(--gold); opacity: .4; }
.pp__head h2 { font-family: var(--font-h); font-size: clamp(1.4rem,3.5vw,2.2rem); font-weight: 900; color: var(--navy); letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 10px; }
.pp__head h2 em { color: var(--gold); font-style: normal; }
.pp__head p  { font-size: .88rem; color: #64748b; line-height: 1.75; max-width: 520px; margin: 0 auto; }
.pp__outer   { position: relative; width: 100%; overflow: hidden; }
.pp__outer::before { left: 0;  background: linear-gradient(to right,#f4f6fa,transparent); }
.pp__outer::after  { right: 0; background: linear-gradient(to left, #f4f6fa,transparent); }
.pp__outer::before,
.pp__outer::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 4; pointer-events: none; }
.pp__track   { display: flex; align-items: stretch; gap: 0; padding: 24px 80px 48px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: grab; position: relative; }
.pp__track::-webkit-scrollbar { display: none; }
.pp__track.is-dragging { cursor: grabbing; user-select: none; }
.pp__connector { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,transparent 0%,rgba(255,184,0,.25) 8%,rgba(255,184,0,.25) 92%,transparent 100%); transform: translateY(-50%); pointer-events: none; z-index: 0; }
.pp__connector-fill { height: 100%; width: 0%; background: linear-gradient(90deg,var(--gold),#ff9500); border-radius: 2px; transition: width 1.2s ease; }
.pp__step    { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; flex: 0 0 auto; width: 240px; scroll-snap-align: center; padding: 0; }
.pp__dot-wrap { position: relative; display: flex; align-items: center; justify-content: center; z-index: 2; order: 2; }
.pp__dot     { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 3px solid rgba(255,184,0,.3); display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-size: .75rem; font-weight: 900; color: #94a3b8; box-shadow: 0 0 0 6px rgba(255,184,0,.06),0 2px 12px rgba(0,0,0,.08); transition: all .4s cubic-bezier(.34,1.56,.64,1); position: relative; z-index: 2; }
.pp__step.is-vis .pp__dot { background: var(--gold); color: var(--navy); border-color: var(--gold); box-shadow: 0 0 0 8px rgba(255,184,0,.15),0 4px 20px rgba(255,184,0,.35); transform: scale(1.1); }
.pp__arm     { width: 2px; background: linear-gradient(to bottom,rgba(255,184,0,.3),rgba(255,184,0,.08)); flex-shrink: 0; transition: background .4s; }
.pp__arm--top { height: 28px; order: 1; }
.pp__arm--bot { height: 28px; order: 3; }
.pp__step.is-vis .pp__arm { background: linear-gradient(to bottom,var(--gold),rgba(255,184,0,.2)); }
.pp__card    { width: 210px; position: relative; flex-shrink: 0; opacity: 0; transition: opacity .5s ease, transform .5s cubic-bezier(.34,1.56,.64,1); }
.pp__step--up .pp__card   { order: 0; transform: translateY(-20px); }
.pp__step--down .pp__card { order: 4; transform: translateY(20px); }
.pp__step.is-vis .pp__card { opacity: 1; transform: translateY(0) !important; }
.pp__card-inner { border-radius: 18px; padding: 22px 20px 18px; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.pp__card-inner:hover { transform: translateY(-5px) scale(1.02); }
.pp__step[data-step="0"] .pp__card-inner { background: linear-gradient(145deg,#0f172a,#1e293b); box-shadow: 0 8px 32px rgba(15,23,42,.25); }
.pp__step[data-step="1"] .pp__card-inner { background: linear-gradient(145deg,#1a0a00,#3d1800); box-shadow: 0 8px 32px rgba(255,107,0,.2); }
.pp__step[data-step="2"] .pp__card-inner { background: linear-gradient(145deg,#001a0f,#00381f); box-shadow: 0 8px 32px rgba(34,197,94,.2); }
.pp__step[data-step="3"] .pp__card-inner { background: linear-gradient(145deg,#0a001a,#1e003d); box-shadow: 0 8px 32px rgba(168,85,247,.2); }
.pp__step[data-step="4"] .pp__card-inner { background: linear-gradient(145deg,#1a0005,#3d0010); box-shadow: 0 8px 32px rgba(244,63,94,.2); }
.pp__step[data-step="5"] .pp__card-inner { background: linear-gradient(145deg,#001018,#002538); box-shadow: 0 8px 32px rgba(6,182,212,.2); }
.pp__step[data-step="6"] .pp__card-inner { background: linear-gradient(145deg,#150800,#2e1500); box-shadow: 0 8px 32px rgba(255,184,0,.32); }
.pp__card-num   { font-family: var(--font-h); font-size: 4.5rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; position: absolute; right: -4px; bottom: -14px; opacity: .06; color: #fff; pointer-events: none; user-select: none; }
.pp__card-tag   { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-h); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: 20px; padding: 3px 10px; margin-bottom: 10px; }
.pp__step[data-step="0"] .pp__card-tag { background: rgba(91,143,255,.15); color: #7aa8ff; }
.pp__step[data-step="1"] .pp__card-tag { background: rgba(255,136,64,.15); color: #ff9860; }
.pp__step[data-step="2"] .pp__card-tag { background: rgba(34,197,94,.15); color: #4fd49a; }
.pp__step[data-step="3"] .pp__card-tag { background: rgba(168,85,247,.15); color: #c084fc; }
.pp__step[data-step="4"] .pp__card-tag { background: rgba(244,63,94,.15); color: #fb7185; }
.pp__step[data-step="5"] .pp__card-tag { background: rgba(6,182,212,.15); color: #22d3ee; }
.pp__step[data-step="6"] .pp__card-tag { background: rgba(255,184,0,.18); color: #FFB800; }
.pp__card-title { font-family: var(--font-h); font-size: .88rem; font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 8px; text-transform: uppercase; letter-spacing: -.01em; }
.pp__card-desc  { font-size: .72rem; line-height: 1.7; color: rgba(255,255,255,.5); }
.pp__card-line  { height: 2px; border-radius: 2px; margin-top: 14px; }
.pp__step[data-step="0"] .pp__card-line { background: linear-gradient(90deg,#5b8fff,transparent); }
.pp__step[data-step="1"] .pp__card-line { background: linear-gradient(90deg,#ff8840,transparent); }
.pp__step[data-step="2"] .pp__card-line { background: linear-gradient(90deg,#22c55e,transparent); }
.pp__step[data-step="3"] .pp__card-line { background: linear-gradient(90deg,#a855f7,transparent); }
.pp__step[data-step="4"] .pp__card-line { background: linear-gradient(90deg,#f43f5e,transparent); }
.pp__step[data-step="5"] .pp__card-line { background: linear-gradient(90deg,#06b6d4,transparent); }
.pp__step[data-step="6"] .pp__card-line { background: linear-gradient(90deg,#FFB800,transparent); }
.pp__scroll-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 28px; font-family: var(--font-h); font-size: .65rem; font-weight: 700; color: #94a3b8; letter-spacing: .06em; text-transform: uppercase; }
.pp__scroll-hint svg { animation: ppSlide 1.5s ease-in-out infinite; }

/* ── 19. GOOGLE REVIEWS ──────────────────────────────────── */
.hw-reviews          { background: #fff; padding: 52px 1.25rem; border-top: 1px solid var(--border); }
.hw-reviews__inner   { max-width: 1200px; margin: 0 auto; }
.hw-reviews__sum     { display: flex; align-items: center; justify-content: center; gap: 2rem; background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 20px 24px; margin-bottom: 32px; flex-wrap: wrap; }
.hw-reviews__gnum    { font-family: var(--font-h); font-size: 2.6rem; font-weight: 900; color: #202124; line-height: 1; margin-bottom: 4px; }
.hw-reviews__gstars  { display: flex; gap: 2px; justify-content: center; margin-bottom: 3px; }
.hw-reviews__glabel  { font-size: .65rem; color: #70757a; }
.hw-reviews__div     { width: 1px; height: 72px; background: var(--border); }
.hw-reviews__plats   { display: flex; flex-direction: column; gap: 8px; }
.hw-reviews__plat    { display: flex; align-items: center; gap: 12px; font-size: .76rem; }
.hw-reviews__plat-name  { font-weight: 600; min-width: 68px; color: var(--text); }
.hw-reviews__plat-bar   { flex: 1; height: 5px; background: #e8eaed; border-radius: 4px; overflow: hidden; min-width: 80px; }
.hw-reviews__plat-fill  { height: 100%; background: #FBBC05; border-radius: 4px; }
.hw-reviews__plat-score { font-weight: 700; color: #202124; white-space: nowrap; }
.hw-reviews__track   { position: relative; overflow: hidden; }
.hw-reviews__track::before { left: 0;  background: linear-gradient(to right,#fff,transparent); }
.hw-reviews__track::after  { right: 0; background: linear-gradient(to left, #fff,transparent); }
.hw-reviews__track::before,
.hw-reviews__track::after  { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.hw-reviews__scroll  { display: flex; gap: 14px; width: max-content; animation: hw-reviews 60s linear infinite; padding: 6px 0 12px; align-items: stretch; }
.hw-reviews__scroll:hover { animation-play-state: paused; }
.hw-rc        { flex-shrink: 0; width: 272px; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 16px 14px; box-shadow: var(--sh-sm); transition: transform .25s, box-shadow .25s, border-color .25s; display: flex; flex-direction: column; gap: 12px; }
.hw-rc:hover  { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--gold); }
.hw-rc__top   { display: flex; align-items: center; gap: 10px; }
.hw-rc__av    { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),var(--gold-d)); display: flex; align-items: center; justify-content: center; color: var(--navy); font-family: var(--font-h); font-size: .95rem; font-weight: 800; flex-shrink: 0; }
.hw-rc__name  { font-family: var(--font-h); font-size: .86rem; font-weight: 700; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hw-rc__desig { font-size: .68rem; color: var(--muted); margin-bottom: 3px; }
.hw-rc__stars { display: flex; gap: 2px; }
.hw-rc__q     { font-size: .8rem; color: var(--text); line-height: 1.7; border-left: 2px solid var(--gold); padding-left: 10px; flex: 1; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.hw-rc__foot  { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f1f5f9; padding-top: 8px; font-size: .63rem; }
.hw-rc__verified { color: #16a34a; font-weight: 600; }
.hw-rc__date     { color: #94a3b8; }

/* ── 20. VIDEO SLIDER ────────────────────────────────────── */
.hw-vids         { background: var(--bg); padding: 52px 0; border-top: 1px solid var(--border); overflow: visible !important; }
.hw-vids__inner  { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.hw-vids__outer  { position: relative; padding: 0 2.5rem; max-width: 1200px; margin: 0 auto; overflow: visible !important; }
.hw-vids__clip   { overflow: visible !important; }
.hw-vids__track  { display: flex; gap: 12px; transition: transform .45s cubic-bezier(.4,0,.2,1); will-change: transform; overflow: visible !important; }
.hw-vc           { flex: 0 0 auto; border-radius: var(--r); overflow: visible !important; position: relative; border: 1.5px solid var(--border); box-shadow: var(--sh-sm); transition: transform .25s, box-shadow .25s; background: var(--navy); cursor: grab; }
.hw-vc a         { display: block; overflow: hidden; border-radius: 16px; transition: transform .3s ease, box-shadow .3s ease; }
.hw-vc:hover a   { transform: translateY(-8px) scale(1.03); box-shadow: 0 20px 48px rgba(0,0,0,.28); z-index: 10; position: relative; }
.hw-vc img       { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform .5s ease; border-radius: 0; }
.hw-vc:hover img { transform: scale(1.05); }
.hw-vc__ov       { position: absolute; inset: 0; border-radius: 16px; background: rgba(0,0,0,.2); display: flex; align-items: center; justify-content: center; transition: background .2s; pointer-events: none; }
.hw-vc:hover .hw-vc__ov { background: rgba(0,0,0,.4); }
.hw-vc__play     { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center; color: #FF0000; box-shadow: 0 4px 18px rgba(0,0,0,.3); transition: background .2s, transform .2s; }
.hw-vc:hover .hw-vc__play { background: #FF0000; color: #fff; transform: scale(1.1); }
.hw-vc__play svg { margin-left: 3px; }
.hw-vc__strip    { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 10px 10px; background: linear-gradient(to top,rgba(0,0,0,.85),transparent); display: flex; align-items: center; gap: 6px; border-radius: 0 0 16px 16px; }
.hw-vc__name     { color: #fff; font-size: .74rem; font-weight: 700; }
.hw-vids__arr    { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; background: #fff; border: 2px solid var(--border); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--sh-md); transition: all .2s; outline: none; padding: 0; }
.hw-vids__arr:hover { background: var(--gold); border-color: var(--gold); }
.hw-vids__arr:hover svg { stroke: var(--navy) !important; }
.hw-vids__arr--prev { left: 0; }
.hw-vids__arr--next { right: 0; }
.hw-vids__dots   { display: flex; justify-content: center; gap: 7px; margin-top: 20px; }
.hw-vids__dot    { width: 7px; height: 7px; border-radius: 50%; background: var(--border); cursor: pointer; border: none; outline: none; transition: background .2s, width .2s; padding: 0; }
.hw-vids__dot.active { background: var(--gold); width: 20px; border-radius: 4px; }

/* ── 21. WEBINAR TABLE ───────────────────────────────────── */
.hw-webinar       { background: #fff; padding: 52px 1.25rem; border-top: 1px solid var(--border); }
.hw-webinar__inner{ max-width: 1000px; margin: 0 auto; }
.hw-webinar__header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: var(--navy); border-radius: var(--r-lg) var(--r-lg) 0 0; padding: 16px 20px; }
.hw-webinar__header-left { display: flex; align-items: center; gap: 12px; }
.hw-webinar__hic  { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,184,0,.15); border: 1px solid rgba(255,184,0,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hw-webinar__hic svg { color: var(--gold); }
.hw-webinar__header h4 { font-family: var(--font-h); font-size: .88rem; font-weight: 800; color: #fff; margin: 0; }
.hw-webinar__header p  { font-size: .7rem; color: rgba(255,255,255,.5); margin: 2px 0 0; }
.hw-webinar__badge { background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.35); color: #86efac; border-radius: 20px; padding: 4px 10px; font-size: .62rem; font-weight: 700; text-transform: uppercase; display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.hw-webinar__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; flex-shrink: 0; animation: hw-blink 1.4s ease-in-out infinite; }
.hw-webinar__body { border: 1.5px solid var(--border); border-top: none; border-radius: 0 0 var(--r-lg) var(--r-lg); overflow: hidden; background: #fff; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.hw-webinar__tbl  { width: 100%; border-collapse: collapse; min-width: 480px; }
.hw-webinar__tbl thead { background: var(--bg); }
.hw-webinar__tbl thead th { padding: 10px 16px; font-size: .65rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; text-align: left; border-bottom: 1px solid var(--border); }
.hw-webinar__tbl thead th:last-child { text-align: center; }
.hw-webinar__tbl tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; }
.hw-webinar__tbl tbody tr:last-child { border-bottom: none; }
.hw-webinar__tbl tbody tr:hover { background: #fffbf0; }
.hw-webinar__tbl td { padding: 11px 16px; font-size: .8rem; color: var(--text); vertical-align: middle; }
.hw-webinar__tbl td:last-child { text-align: center; }
.hw-date-cell { display: flex; align-items: center; gap: 8px; }
.hw-date-dot  { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hw-date-txt  { font-weight: 600; color: var(--navy); }
.hw-time      { display: inline-flex; align-items: center; gap: 4px; background: var(--bg); border: 1px solid var(--border); border-radius: 5px; padding: 3px 9px; font-size: .73rem; font-weight: 600; color: var(--navy); }
.hw-module    { display: inline-flex; background: var(--gold-l); border: 1px solid rgba(255,184,0,.25); border-radius: 5px; padding: 3px 9px; font-size: .73rem; font-weight: 600; color: #7a5800; }
.hw-wcta      { display: inline-flex; align-items: center; gap: 5px; background: var(--gold); color: var(--navy); border-radius: var(--r); padding: 6px 13px; font-size: .7rem; font-weight: 700; text-decoration: none; transition: background .2s; }
.hw-wcta:hover{ background: var(--gold-d); color: var(--navy); }
.hw-webinar__empty { padding: 28px; text-align: center; color: var(--muted); font-size: .8rem; }

/* ── 22. MOCK INTERVIEWS ─────────────────────────────────── */
.hw-mock         { background: var(--navy); padding: 52px 1.25rem; }
.hw-mock__inner  { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hw-mock__img img { width: 100%; height: auto; border-radius: var(--r-lg); box-shadow: var(--sh-lg); }
.hw-mock__list   { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.hw-mock__list li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-size: .8rem; }
.hw-mock__ck     { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.28); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hw-mock__ck svg { color: var(--gold); }
.hw-mock__btn    { background: var(--gold); color: var(--navy); padding: 13px 24px; border: none; border-radius: var(--r); font-family: var(--font-h); font-size: .86rem; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; box-shadow: 0 4px 16px rgba(255,184,0,.35); transition: background .2s, transform .15s; text-decoration: none; text-transform: uppercase; letter-spacing: .03em; width: 100%; justify-content: center; }
.hw-mock__btn:hover { background: var(--gold-d); transform: translateY(-1px); color: var(--navy); }

/* ── 23. HIRING PARTNERS ─────────────────────────────────── */
.hw-hiring        { background: var(--bg); padding: 52px 1.25rem; border-top: 1px solid var(--border); }
.hw-hiring__inner { max-width: 1200px; margin: 0 auto; }
.hw-hiring__rows  { display: flex; flex-direction: column; gap: 12px; }
.hw-hiring__row   { position: relative; overflow: hidden; }
.hw-hiring__row::before,
.hw-hiring__row::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.hw-hiring__row--fwd::before { left: 0;  background: linear-gradient(to right,var(--bg),transparent); }
.hw-hiring__row--fwd::after  { right: 0; background: linear-gradient(to left, var(--bg),transparent); }
.hw-hiring__row--rev::before { left: 0;  background: linear-gradient(to right,var(--bg),transparent); }
.hw-hiring__row--rev::after  { right: 0; background: linear-gradient(to left, var(--bg),transparent); }
.hw-hiring__track         { display: flex; gap: 10px; width: max-content; padding: 4px 0; }
.hw-hiring__track--fwd    { animation: hw-hire-fwd 38s linear infinite; }
.hw-hiring__track--rev    { animation: hw-hire-rev 43s linear infinite; }
.hw-hiring__row:hover .hw-hiring__track { animation-play-state: paused; }
.hw-hiring__logo  { flex: 0 0 auto; width: 120px; height: 54px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 8px 10px; box-shadow: var(--sh-sm); transition: border-color .2s, box-shadow .2s, transform .2s; }
.hw-hiring__logo:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(255,184,0,.14); transform: translateY(-3px); }
.hw-hiring__logo img { max-width: 100%; max-height: 32px; object-fit: contain; }

/* ── 24. FAQ ─────────────────────────────────────────────── */
.hw-faq          { background: #fff; padding: 52px 1.25rem; border-top: 1px solid var(--border); }
.hw-faq__inner   { max-width: 1200px; margin: 0 auto; }
.hw-faq__grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.hw-faq__item    { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.hw-faq__item.is-open { border-color: var(--gold); box-shadow: 0 4px 20px rgba(255,184,0,.12); }
.hw-faq__q       { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: transparent; border: none; cursor: pointer; font-family: var(--font-h); font-size: .84rem; font-weight: 700; color: var(--navy); text-align: left; min-height: 48px; }
.hw-faq__q-text  { flex: 1; }
.hw-faq__q-ic    { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; background: #fff; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s, transform .3s; }
.hw-faq__item.is-open .hw-faq__q-ic { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.hw-faq__q-ic svg { color: var(--navy); }
.hw-faq__a       { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; }
.hw-faq__item.is-open .hw-faq__a { max-height: 300px; padding: 0 16px 16px; }
.hw-faq__a p     { font-size: .8rem; color: var(--muted); line-height: 1.75; margin: 0; padding-left: 10px; border-left: 2px solid var(--gold); }

/* ── 25. STUDENTS PHOTO TICKERS ──────────────────────────── */
.hw-students         { background: var(--bg); padding: 52px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
.hw-students__inner  { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.hw-students__head   { text-align: center; margin-bottom: 36px; }
.hw-students__head h2 { font-family: var(--font-h); font-size: clamp(1.2rem,2.8vw,2rem); font-weight: 900; color: var(--navy); margin-bottom: 10px; letter-spacing: -.03em; text-transform: uppercase; }
.hw-students__head h2 em { color: var(--gold); font-style: normal; }
.hw-students__head p  { color: var(--muted); font-size: .86rem; line-height: 1.75; max-width: 500px; margin: 0 auto; }
.hw-students__rows   { display: flex; flex-direction: column; gap: 12px; }
.hw-students__row    { position: relative; overflow: hidden; }
.hw-students__row::before,
.hw-students__row::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.hw-students__row--fwd::before { left: 0;  background: linear-gradient(to right,var(--bg),transparent); }
.hw-students__row--fwd::after  { right: 0; background: linear-gradient(to left, var(--bg),transparent); }
.hw-students__row--rev::before { left: 0;  background: linear-gradient(to right,var(--bg),transparent); }
.hw-students__row--rev::after  { right: 0; background: linear-gradient(to left, var(--bg),transparent); }
.hw-students__track  { display: flex; gap: 12px; width: max-content; padding: 4px 0 8px; }
.hw-students__track--fwd { animation: hw-stu-fwd 38s linear infinite; }
.hw-students__track--rev { animation: hw-stu-rev 42s linear infinite; }
.hw-students__row:hover .hw-students__track { animation-play-state: paused; }
.hw-stu-card  { flex: 0 0 120px; height: 160px; border-radius: var(--r-lg); overflow: hidden; border: 2px solid var(--border); position: relative; transition: transform .25s, box-shadow .25s, border-color .25s; cursor: pointer; }
.hw-stu-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.18); border-color: var(--gold); }
.hw-stu-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform .4s; }
.hw-stu-card:hover img { transform: scale(1.06); }

/* ── 26. CERTIFIED STUDENTS SECTION ─────────────────────── */
.zl-students       { position: relative; background: #07070f; padding: 90px 0; overflow: hidden; font-family: var(--font-b); }
.zl-students__orb  { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.zl-students__orb--1 { width: 380px; height: 380px; background: rgba(88,28,235,.13); left: 28%; top: -100px; }
.zl-students__orb--2 { width: 260px; height: 260px; background: rgba(251,191,36,.08); right: 2%; bottom: 0; }
.zl-students__orb--3 { width: 200px; height: 200px; background: rgba(20,50,200,.13); left: 2%; top: 35%; }
.zl-students__content { padding-right: 40px; position: relative; z-index: 2; }
.zl-students__badge   { display: inline-flex; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 5px; margin-bottom: 22px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.zl-students__badge-num { background: linear-gradient(135deg,#fbbf24,#f59e0b); color: #000; border-radius: 999px; padding: 5px 15px; font-weight: 800; font-size: 13px; }
.zl-students__badge-txt { color: #777; font-size: 12px; padding: 0 14px; }
.zl-students__h2    { font-size: clamp(1.9rem,2.6vw,2.9rem); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 16px; }
.zl-students__h2 em { background: linear-gradient(90deg,#fbbf24,#fb923c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-style: normal; display: block; }
.zl-students__p     { color: #3d3d52; font-size: .95rem; line-height: 1.8; margin-bottom: 30px; max-width: 480px; }
.zl-students__stats { display: flex; margin-bottom: 34px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(255,255,255,.03); backdrop-filter: blur(8px); overflow: hidden; max-width: 400px; }
.zl-students__stat  { flex: 1; padding: 16px 14px; text-align: center; border-left: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; }
.zl-students__stat:first-child { border-left: none; }
.zl-students__stat-n { font-size: 1.6rem; font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1; margin-bottom: 5px; }
.zl-students__stat-l { font-size: 9px; color: #3a3a50; text-transform: uppercase; letter-spacing: .8px; }
.zl-students__btn   { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg,#fbbf24,#f59e0b); color: #000; font-weight: 700; font-size: 14px; padding: 13px 26px; border-radius: 12px; text-decoration: none; letter-spacing: .2px; box-shadow: 0 0 28px rgba(251,191,36,.28),0 4px 14px rgba(0,0,0,.35); transition: transform .2s ease, box-shadow .2s ease; }
.zl-students__btn:hover { transform: translateY(-2px); color: #000; }
.zl-students__cols  { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; height: 500px; overflow: hidden; position: relative; z-index: 2; mask-image: linear-gradient(to bottom,transparent 0%,#000 10%,#000 90%,transparent 100%); -webkit-mask-image: linear-gradient(to bottom,transparent 0%,#000 10%,#000 90%,transparent 100%); }
.zl-students__col   { overflow: hidden; }
.zl-students__track { display: flex; flex-direction: column; gap: 10px; animation-timing-function: linear; animation-iteration-count: infinite; }
.zl-students__track--up   { animation: zlUp   24s linear infinite; }
.zl-students__track--down { animation: zlDown 24s linear infinite; transform: translateY(-50%); }
.zl-students__cols:hover .zl-students__track { animation-play-state: paused; }
.zl-card            { position: relative; flex-shrink: 0; width: 100%; transition: transform .3s ease, box-shadow .3s ease; padding: 10px; }
.zl-card:hover      { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.14); }
.zl-card img        { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .5s ease; }
.zl-card:hover img  { transform: scale(1.04); }

/* ── 27. MODAL ───────────────────────────────────────────── */
.zl-modal-backdrop  { position: fixed; inset: 0; background: rgba(5,12,24,.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.zl-modal-backdrop.is-open { opacity: 1; pointer-events: all; }
.zl-modal           { width: 100%; max-width: 480px; background: #fff; border-radius: 20px; box-shadow: 0 40px 100px rgba(0,0,0,.55); transform: translateY(28px) scale(.96); transition: transform .35s cubic-bezier(.34,1.56,.64,1); position: relative; max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; }
.zl-modal-backdrop.is-open .zl-modal { transform: none; }
.zl-modal__top      { background: var(--navy); position: relative; overflow: hidden; min-height: 140px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.zl-modal__top-img  { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .3; }
.zl-modal__top-ov   { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 22px 20px; text-align: center; }
.zl-modal__eyebrow  { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,184,0,.15); border: 1px solid rgba(255,184,0,.3); border-radius: 20px; padding: 4px 12px; font-size: .58rem; font-weight: 800; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.zl-modal__eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); animation: hw-blink 1.4s ease-in-out infinite; flex-shrink: 0; }
.zl-modal__title    { font-family: var(--font-h); font-size: 1.5rem; font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -.025em; }
.zl-modal__title em { color: var(--gold); font-style: normal; }
.zl-modal__sub      { font-size: .72rem; color: rgba(255,255,255,.55); line-height: 1.5; }
.zl-modal__close    { position: absolute; top: 11px; right: 11px; z-index: 10; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 1rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; min-width: 32px; min-height: 32px; }
.zl-modal__close:hover { background: rgba(229,57,53,.75); }
.zl-modal__body     { padding: 18px 18px 22px; overflow-y: auto; -webkit-overflow-scrolling: touch; flex: 1; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.zl-modal__body::-webkit-scrollbar       { width: 4px; }
.zl-modal__body::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
.zl-modal__form      { display: flex; flex-direction: column; gap: 12px; }
.zl-modal__form.zl-hide { display: none; }

/* Form fields */
.zl-field           { display: flex; flex-direction: column; gap: 4px; }
.zl-field label     { font-size: .66rem; font-weight: 700; color: var(--text); letter-spacing: .04em; text-transform: uppercase; }
.zl-field-wrap      { position: relative; }
.zl-field-wrap > svg { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted); flex-shrink: 0; }
.zl-field input     { width: 100%; padding: 11px 11px 11px 36px; border: 1.5px solid var(--border); border-radius: var(--r); font-size: .88rem; color: var(--text); background: #fff; outline: none; font-family: inherit; transition: border-color .2s, box-shadow .2s; -webkit-text-size-adjust: 100%; }
.zl-field input::placeholder { color: #94a3b8; }
.zl-field input:focus  { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,184,0,.14); }
.zl-field input.zl-err { border-color: #e53935; box-shadow: 0 0 0 3px rgba(229,57,53,.1); }
.zl-field input.zl-ok  { border-color: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.1); }
.zl-field__err      { font-size: .65rem; color: #e53935; font-weight: 600; min-height: 13px; line-height: 1.3; }

/* Phone wrap */
.zl-phone-wrap      { display: flex; align-items: stretch; border: 1.5px solid var(--border); border-radius: var(--r); background: #fff; overflow: visible; position: relative; transition: border-color .2s, box-shadow .2s; }
.zl-phone-wrap:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,184,0,.14); }
.zl-phone-wrap.zl-err { border-color: #e53935 !important; box-shadow: 0 0 0 3px rgba(229,57,53,.1) !important; }
.zl-phone-wrap.zl-ok  { border-color: #22c55e !important; box-shadow: 0 0 0 3px rgba(34,197,94,.1) !important; }
.zl-phone-wrap input[type="tel"] { border: none !important; box-shadow: none !important; border-radius: 0 var(--r) var(--r) 0; padding-left: 10px; flex: 1; min-width: 0; background: transparent; font-size: .88rem; }
.zl-phone-wrap input[type="tel"]:focus { outline: none; }

/* Country code select */
.zl-cc-select     { display: flex; align-items: center; gap: 4px; padding: 0 8px 0 10px; border-right: 1.5px solid var(--border); cursor: pointer; flex-shrink: 0; user-select: none; white-space: nowrap; border-radius: calc(var(--r) - 1px) 0 0 calc(var(--r) - 1px); transition: background .15s; min-width: 72px; height: 100%; min-height: 42px; }
.zl-cc-select:hover { background: #fafaf8; }
.zl-cc-select img { flex-shrink: 0; border-radius: 2px; width: 18px; height: 13px; object-fit: cover; }
.zl-cc-select span { font-size: .8rem; font-weight: 700; color: var(--text); }
.zl-cc-select svg  { color: var(--muted); flex-shrink: 0; }

.zl-cc-drop        { position: absolute; top: calc(100% + 5px); left: 0; width: 100%; max-width: 320px; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); box-shadow: 0 16px 48px rgba(0,0,0,.18); z-index: 99999; display: none; overflow: hidden; }
.zl-cc-drop.is-open { display: block; }
.zl-cc-search-wrap { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: #fff; z-index: 2; }
.zl-cc-search-wrap svg   { color: var(--muted); flex-shrink: 0; }
.zl-cc-search-wrap input { border: none; outline: none; font-size: .82rem; color: var(--text); width: 100%; background: transparent; font-family: inherit; }
.zl-cc-search-wrap input::placeholder { color: #94a3b8; }
#zlCCList { list-style: none; margin: 0; padding: 4px 0; max-height: 200px; overflow-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
#zlCCList::-webkit-scrollbar       { width: 4px; }
#zlCCList::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
.zl-cc-item        { display: flex; align-items: center; gap: 8px; padding: 9px 12px; cursor: pointer; font-size: .8rem; color: var(--text); transition: background .12s; min-height: 40px; }
.zl-cc-item:hover,
.zl-cc-item:active { background: #fffbf0; }
.zl-cc-item.is-active { background: rgba(255,184,0,.08); font-weight: 700; }
.zl-cc-item img     { flex-shrink: 0; border-radius: 2px; width: 18px; height: 13px; object-fit: cover; }
.zl-cc-item-name    { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zl-cc-item-dial    { color: var(--muted); font-size: .73rem; flex-shrink: 0; }
.zl-cc-empty        { padding: 14px 12px; text-align: center; font-size: .78rem; color: var(--muted); }

/* Submit & WA */
.zl-modal__submit  { width: 100%; padding: 13px; background: var(--gold); color: var(--navy); border: none; border-radius: var(--r); font-family: var(--font-h); font-size: .88rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 20px rgba(255,184,0,.35); transition: background .2s, transform .15s; margin-top: 2px; touch-action: manipulation; }
.zl-modal__submit:hover:not(:disabled) { background: var(--gold-d); transform: translateY(-2px); }
.zl-modal__submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.zl-modal__divider { display: flex; align-items: center; gap: 10px; font-size: .62rem; color: var(--muted); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.zl-modal__divider::before,
.zl-modal__divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.zl-modal__wa      { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; padding: 13px; border-radius: var(--r); font-family: var(--font-h); font-size: .82rem; font-weight: 700; text-decoration: none; transition: background .2s; touch-action: manipulation; }
.zl-modal__wa:hover{ background: #1ebe5d; color: #fff; }

/* Success state */
.zl-modal__success   { display: none; flex-direction: column; align-items: center; gap: 12px; padding: 16px 0 6px; text-align: center; }
.zl-modal__success.zl-show { display: flex; }
.zl-success-ic       { width: 64px; height: 64px; border-radius: 50%; background: rgba(34,197,94,.1); border: 2px solid #22c55e; display: flex; align-items: center; justify-content: center; }
.zl-success-ic svg   { color: #22c55e; }
.zl-success-title    { font-family: var(--font-h); font-size: 1.15rem; font-weight: 900; color: var(--navy); }
.zl-success-sub      { font-size: .78rem; color: var(--muted); line-height: 1.65; max-width: 280px; }


/* ── HOME RESPONSIVE — 1024px ─────────────────────────────── */
@media (max-width: 1024px) {
  .hw-hero__inner       { grid-template-columns: 1fr; }
  .hw-hero__right       { display: none; }
  .hw-learners__layout  { grid-template-columns: 1fr; }
  .hw-learners__cards   { grid-template-columns: repeat(4,1fr); }
  .hw-mock__inner       { grid-template-columns: 1fr; gap: 2.5rem; }
  .hw-mock__img         { max-width: 560px; margin: 0 auto; }
  .hw-cap__card         { flex: 0 0 260px; }
  .hw-faq__grid         { grid-template-columns: 1fr; }
  .hw-verify__layout    { grid-template-columns: 1fr; }
  .hw-verify__right     { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .hw-verify__doc       { flex: 0 0 280px; height: 340px; }
  .zl-about             { grid-template-columns: 1fr; min-height: auto; }
  .zl-left              { padding: 40px 20px 28px; }
  .zl-right             { height: 520px; min-height: 520px; }
  .zl-globe-wrap        { width: 480px; height: 480px; }
  .zl-students__content { padding-right: 0; padding-bottom: 40px; }
  .zl-students__cols    { height: 380px; }
}

/* ── HOME RESPONSIVE — 768px ──────────────────────────────── */
@media (max-width: 768px) {
  .hw-hero              { min-height: auto; }
  .hw-hero__left        { padding: 28px 1rem; }
  .hw-hero__h1          { font-size: clamp(1.6rem,7vw,2.4rem); }
  .hw-hero__feats       { grid-template-columns: 1fr; gap: 7px; margin-bottom: 20px; }
  .hw-hero__ctas        { flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .hw-btn-gold,
  .hw-btn-outline-w     { width: 100%; justify-content: center; padding: 14px 20px; }
  .hw-placed__card      { flex: 0 0 130px; }
  .hw-placed__photo     { height: 96px; }
  .hw-partners          { padding: 36px 1rem; }
  .hw-learners__cards   { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .hw-sc__photo         { height: 130px; }
  .hw-reviews__div      { display: none; }
  .hw-reviews__gnum     { font-size: 2.2rem; }
  .hw-vids__outer       { padding: 0 2rem; }
  .hw-vids__arr         { width: 34px; height: 34px; }
  .hw-cap__card         { flex: 0 0 240px; }
  .hw-cap__yt           { left: 120px; }
  .hw-mock__inner       { gap: 1.75rem; }
  .hw-hiring__logo      { width: 108px; height: 50px; }
  .hw-faq__q            { font-size: .82rem; padding: 13px 14px; }
  .hw-sh                { margin-bottom: 28px; }
  .hw-verify            { padding: 36px 1rem; }
  .hw-verify__right     { grid-template-columns: 1fr; }
  .hw-verify__doc       { flex: 0 0 300px; height: 300px; }
  .zl-lb__nav--prev     { left: 6px; }
  .zl-lb__nav--next     { right: 6px; }
  .hw-students          { padding: 36px 0; }
  .hw-stu-card          { flex: 0 0 130px; height: 172px; }
  .zl-tmarq             { padding: 50px 0 40px; }
  .zl-tcard             { width: 160px; border-radius: 16px; }
  .zl-tmarq__fade       { width: 70px; }
  .zl-tmarq__track      { gap: 14px; animation-duration: 32s; }
}

/* ── HOME RESPONSIVE — 480px ──────────────────────────────── */
@media (max-width: 480px) {
  .hw-hero__left        { padding: 22px .875rem 24px; }
  .hw-hero__h1          { font-size: clamp(1.45rem,9vw,1.9rem); }
  .hw-hero__rpill .name { display: none; }
  .hw-placed__card      { flex: 0 0 120px; }
  .hw-placed__photo     { height: 88px; }
  .hw-sc__photo         { height: 115px; }
  .hw-learners__cards   { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hw-reviews__sum      { flex-direction: column; gap: 14px; text-align: center; }
  .hw-vids__outer       { padding: 0 1.5rem; }
  .hw-vids__arr         { width: 30px; height: 30px; }
  .hw-cap__card         { flex: 0 0 210px; }
  .hw-hiring__logo      { width: 96px; height: 46px; padding: 6px 8px; }
  .hw-faq__q            { font-size: .8rem; padding: 12px 13px; }
  .hw-sh h2             { font-size: clamp(1.05rem,6vw,1.4rem); }
  .hw-verify__doc       { flex: 0 0 260px; height: 260px; }
  .zl-lb__dots          { display: none; }
  .zl-lb__footer        { justify-content: center; }
  .zl-lb__nav           { width: 38px; height: 38px; }
  .hw-stu-card          { flex: 0 0 112px; height: 148px; }
  .zl-cc-drop           { left: 0; right: 0; width: auto; max-width: none; }
  .pp__track            { padding: 20px 40px 40px; }
  .pp__step             { width: 200px; }
  .pp__card             { width: 180px; }
  .pp__card-inner       { padding: 18px 16px 14px; }
  .pp__card-num         { font-size: 3.5rem; }
  .zl-tcard             { width: 136px; border-radius: 12px; }
  .zl-tmarq__fade       { width: 40px; }
  .zl-tmarq__track      { gap: 10px; animation-duration: 26s; }
  .zl-modal-backdrop    { align-items: flex-end; padding: 0; }
  .zl-modal             { border-radius: 20px 20px 0 0; max-height: 94vh; transform: translateY(100%); }
  .zl-modal-backdrop.is-open .zl-modal { transform: translateY(0); }
  .zl-field input,
  .zl-phone-wrap input[type="tel"],
  .zl-cc-search-wrap input { font-size: 16px; }
}

/* ── GLOBE RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 600px) {
  .zl-globe-wrap { transform: scale(.66); transform-origin: center; }
  .zl-right      { height: 340px; min-height: 340px; }
  .zl-students   { padding: 60px 0; }
  .zl-students__cols  { height: 300px; gap: 8px; }
  .zl-students__track { gap: 8px; }
  .zl-students__btn   { width: 100%; justify-content: center; }
  .zl-students__stats { max-width: 100%; }
}
@media (max-width: 420px) {
  .zl-globe-wrap { transform: scale(.5); }
  .zl-right      { height: 280px; }
}

/* ── TOUCH OPTIMISATIONS (home elements) ─────────────────── */
@media (hover: none) {
  .hw-placed__card:hover,
  .hw-sc:hover,
  .hw-cap__card:hover,
  .hw-hiring__logo:hover,
  .hw-rc:hover { transform: none; }
  .hw-placed__card:active { box-shadow: var(--sh-md); border-color: var(--gold); }
  .hw-sc:active           { box-shadow: var(--sh-md); border-color: var(--gold); }
}