*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;background:#f4f1eb;}
:root {
  --bg:#f5f6f5;--bg2:#eaeeea;--bg3:#dde3dd;
  --panel:#ffffff;--panel2:#f0f4f0;
  --border:#ccd8cc;--border2:#b8c8b8;
  --gold:#0d6e56;--gold2:#0a8a6a;--gold-lt:#e0f2ec;
  --teal:#0d6e56;--green:#0d6e56;--dark:#0f2a20;--text:#1a2a24;--muted:#5a7a6e;
  --shadow:0 4px 24px rgba(0,0,0,0.08);--shadow2:0 2px 12px rgba(13,110,86,0.10);
}
body{font-family:'Barlow',sans-serif;font-weight:400;background:var(--bg);color:var(--text);overflow-x:hidden;cursor:none;}
.cursor{width:10px;height:10px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:99999;transition:transform .08s;}
.cursor-ring{width:32px;height:32px;border:1.5px solid var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:99998;opacity:.5;transition:width .2s,height .2s;}


/* WP admin bar pushes body down 32px when logged in — compensate */
.admin-bar 










.close-btn{position:absolute;top:18px;right:22px;font-size:28px;color:var(--muted);cursor:none;line-height:1;transition:color .2s;}
.close-btn:hover{color:var(--gold);}










.company-name{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--dark);}
.company-name span{color:var(--gold);}
.page{display:none;padding-top:122px;min-height:100vh;background:var(--bg);}
.page.active{display:block;animation:zkPageFade .22s ease both;}
@keyframes zkPageFade{from{opacity:0}to{opacity:1}}
.section-label{font-family:'Share Tech Mono',monospace;font-size:11px;color:var(--gold);letter-spacing:3px;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.section-label::before{content:'';width:28px;height:1px;background:var(--gold);}
.section-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:900;text-transform:uppercase;line-height:1.1;letter-spacing:-0.5px;color:#555;}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease;}
.reveal.visible{opacity:1;transform:none;}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
/* WORDPRESS BUTTON RESET — prevents WP/browser stripping button styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

.btn-gold{display:inline-flex;align-items:center;gap:10px;font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;background:var(--gold);color:#fff;padding:14px 30px;text-decoration:none;border:none;cursor:pointer;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));transition:background .2s,gap .2s;box-shadow:var(--shadow2);}
.btn-gold:hover{background:var(--gold2);gap:16px;}
.btn-ghost{display:inline-flex;align-items:center;gap:10px;font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--dark);background:transparent;padding:13px 30px;text-decoration:none;border:1.5px solid var(--border2);cursor:pointer;transition:border-color .2s,color .2s;}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);}
.btn-tag{
  display:inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  font-family:'Barlow Condensed',sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  border:1.5px solid var(--border);
  color:var(--muted);
  padding:7px 14px;
  cursor:pointer;
  margin:4px;
  transition:border-color .2s,color .2s,background .2s;
  background:transparent;
  border-radius:0;
  line-height:1.4;
  text-decoration:none;
  vertical-align:middle;
  white-space:nowrap;
  box-shadow:none;
  outline:none;
}
.btn-tag:hover,.btn-tag.active{border-color:var(--gold);color:var(--gold);background:var(--gold-lt);}

/* HERO */
.hero{position:relative;height:100svh;height:100vh;min-height:520px;overflow:hidden;}

/* HERO COVER - landscape image, full cover */
.hero-cover{position:absolute;inset:0;z-index:0;background:#1c1c1c;}
.hero-cover img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.88) saturate(1.05);}
.hero-cover::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0%,rgba(0,0,0,.6) 100%);}

.hero-grid-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background-image:linear-gradient(rgba(184,133,42,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(184,133,42,.06) 1px,transparent 1px);background-size:70px 70px;}
.hero-ticker{position:absolute;bottom:0;left:0;right:0;z-index:5;font-family:'Share Tech Mono',monospace;font-size:10px;color:var(--gold2);letter-spacing:1px;background:rgba(0,0,0,.5);border-top:1px solid rgba(13,110,86,.3);padding:8px 0;overflow:hidden;white-space:nowrap;}
.ticker-track{display:inline-block;animation:tickerMove 38s linear infinite;will-change:transform;}
@keyframes tickerMove{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.hero-text{position:absolute;z-index:4;bottom:100px;left:60px;text-align:left;max-width:500px;}
.hero-text h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(48px,8vw,96px);font-weight:900;text-transform:uppercase;line-height:.92;letter-spacing:-1px;color:#fff;margin-bottom:30px;opacity:0;animation:fadeUp .8s .5s forwards;}
.hero-text h2 em{color:var(--gold2);font-style:normal;}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start;opacity:0;animation:fadeUp .8s .7s forwards;}
.hero-tagline-small{position:absolute;z-index:4;bottom:60px;left:60px;white-space:nowrap;font-family:'Share Tech Mono',monospace;font-size:11px;color:rgba(255,255,255,0.65);letter-spacing:4px;text-transform:uppercase;opacity:0;animation:fadeUp .8s .9s forwards;}
.hero-scroll{position:absolute;z-index:5;right:50px;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-family:'Barlow Condensed',sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:10px;}
.hero-scroll::after{content:'';width:1px;height:50px;background:linear-gradient(var(--gold2),transparent);}

/* MARQUEE */
.marquee-div{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:13px 0;overflow:hidden;background:var(--panel2);}
.marquee-track-div{display:flex;gap:50px;animation:marqueeScroll 22s linear infinite;width:max-content;will-change:transform;}
@keyframes marqueeScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee-item-div{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--muted);white-space:nowrap;display:flex;align-items:center;gap:50px;}
.marquee-item-div::after{content:'◆';color:var(--gold);font-size:8px;}

/* WELCOME */
.welcome{padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:var(--bg2);}
.welcome h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:900;text-transform:uppercase;line-height:1.1;letter-spacing:-0.5px;margin-bottom:22px;color:#555;}
.welcome h2 span{color:var(--gold);}
.welcome-text{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:34px;}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.stat-box{background:var(--panel);border:1px solid var(--border);padding:36px 24px;text-align:center;transition:border-color .3s,box-shadow .3s;}
.stat-box:hover{border-color:var(--teal);box-shadow:0 4px 20px rgba(13,110,86,.15);}
.stat-num{font-family:'Barlow Condensed',sans-serif;font-size:50px;font-weight:900;color:var(--dark);line-height:1;}
.stat-num b{color:var(--gold);}
.stat-lbl{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-top:6px;}

/* SERVICES */
.services-section{padding:90px 60px;background:var(--bg);}
.services-head{margin-bottom:60px;}
.services-intro{font-size:15px;color:#333333;line-height:1.8;max-width:700px;margin-top:18px;white-space:normal;overflow:visible;text-overflow:clip;}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;}
.service-card{background:var(--panel);border:1px solid var(--border);padding:44px 36px;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .3s;border-radius:2px;}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));transform:scaleX(0);transform-origin:left;transition:transform .4s;}
.service-card:hover{border-color:var(--teal);box-shadow:0 8px 32px rgba(13,110,86,.12);transform:translateY(-4px);}
.service-card:hover::before{transform:scaleX(1);}
.service-num{display:none;}
.service-card h3{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#333333;margin-bottom:14px;}
.service-card p{font-size:14px;line-height:1.7;color:#333333;margin-bottom:24px;}
.button-group{display:flex;flex-wrap:wrap;gap:0;}

/* ABOUT */
.about-section{padding:90px 60px;background:var(--bg2);}
.about-intro{font-size:16px;line-height:1.85;color:var(--muted);max-width:800px;margin-top:22px;margin-bottom:60px;}
.about-intro strong{color:var(--dark);}
.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.about-item{background:var(--panel);border:1px solid var(--border);padding:50px 36px;transition:box-shadow .3s,transform .3s,border-color .3s;border-radius:2px;}
.about-item:hover{box-shadow:0 8px 32px rgba(13,110,86,.1);transform:translateY(-4px);border-color:var(--teal);}
.about-icon{font-size:38px;margin-bottom:20px;display:block;}
.about-item h3{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--teal);margin-bottom:14px;}
.about-item p{font-size:14px;line-height:1.8;color:var(--muted);}

/* ESTEEMED CLIENTS + AFFILIATIONS — combined static page */
.partnerships-section{padding:90px 60px;background:var(--bg2);}
.partner-intro{font-size:15px;color:var(--muted);line-height:1.8;max-width:700px;margin-top:18px;margin-bottom:50px;}
.affil-intro{font-size:15px;color:var(--muted);line-height:1.8;max-width:700px;margin-top:18px;margin-bottom:50px;}

/* Section divider between esteemed clients and affiliations */
.section-divider{border:none;border-top:1px solid var(--border);margin:70px 0;}

/* Partner static grid — 5 cards: 3 then 2 centered */
.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:0;}
.partner-grid .partner-card-static:nth-child(4),
.partner-grid .partner-card-static:nth-child(5){
  /* on last row of 2, center them */
  margin-left:auto;
  margin-right:auto;
}
@supports (grid-template-columns: subgrid) {
  /* fallback is fine, no action needed */
}
.partner-card-static{background:var(--panel);border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .3s;}
.partner-card-static:hover{border-color:var(--teal);box-shadow:0 8px 32px rgba(13,110,86,.12);transform:translateY(-4px);}
.partner-card-static::before{content:'';display:block;position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));transform:scaleX(0);transform-origin:left;transition:transform .4s;}
.partner-card-static{position:relative;}
.partner-card-static:hover::before{transform:scaleX(1);}
.partner-card-img-wrap{height:200px;overflow:hidden;background:var(--bg3);}
.partner-card-img-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);transition:filter .4s,transform .4s;}
.partner-card-static:hover .partner-card-img-wrap img{filter:grayscale(0);transform:scale(1.04);}
.partner-card-img-wrap .fallback-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:var(--muted);}
.partner-card-name{font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--dark);padding:18px 22px;border-top:1px solid var(--border);}

/* Affiliations static grid */
.affil-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.affil-card-static{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px 12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;transition:border-color .3s,box-shadow .3s,transform .3s;min-height:auto;}
.affil-card-static:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(13,110,86,.12);transform:translateY(-3px);}
.affil-card-static img{max-height:46px;max-width:110px;object-fit:contain;filter:grayscale(20%);transition:filter .3s;}
.affil-card-static:hover img{filter:grayscale(0);}
.affil-fallback-name{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--muted);}
.affil-card-label{font-family:'Barlow Condensed',sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);white-space:normal;word-break:break-word;line-height:1.4;text-align:center;}

/* CONTACT */
.contact-section{padding:90px 60px;background:var(--bg);}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;margin-top:60px;}
.contact-info-title{font-family:'Barlow Condensed',sans-serif;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--dark);margin-bottom:30px;}
.contact-info-item{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--border);}
.contact-info-item:first-of-type{border-top:1px solid var(--border);}
.ci-icon{font-size:20px;flex-shrink:0;margin-top:2px;width:40px;height:40px;background:rgba(13,110,86,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;}
.ci-icon svg{stroke:#3ecf99;width:20px;height:20px;}
.ci-label{font-family:'Share Tech Mono',monospace;font-size:10px;color:var(--teal);letter-spacing:2px;text-transform:uppercase;margin-bottom:4px;}
.ci-val{font-size:14px;color:var(--muted);}
.ci-val a{color:var(--muted);text-decoration:none;transition:color .2s;}
.ci-val a:hover{color:var(--gold);}
.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;}
.form-field label{font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);}
.form-field input,.form-field textarea,.form-field select{background:var(--panel);border:1.5px solid var(--border);color:var(--text);padding:13px 16px;font-family:'Barlow',sans-serif;font-size:14px;outline:none;transition:border-color .2s;width:100%;-webkit-appearance:none;border-radius:2px;}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--teal);}
.form-field textarea{resize:vertical;min-height:120px;}
.form-field select option{background:var(--panel);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
#formResponse{margin-top:12px;font-family:'Share Tech Mono',monospace;font-size:12px;letter-spacing:1px;}

/* FOOTER */
footer{background:var(--dark);color:var(--bg);padding:60px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;}
.footer-brand .company-name{color:#fff;font-size:18px;margin-bottom:14px;display:block;}
.footer-brand .company-name span{color:#3ecf99;}
.footer-desc{font-size:13px;color:rgba(255,255,255,.45);line-height:1.8;margin-bottom:24px;}
.footer-col-title{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;color:#fff;}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-links a{font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;transition:color .2s;cursor:none;}
.footer-links a:hover{color:#3ecf99;}
.footer-bottom{background:var(--dark);border-top:1px solid rgba(255,255,255,.08);padding:16px 60px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.footer-bottom p{font-family:'Share Tech Mono',monospace;font-size:11px;color:rgba(255,255,255,.3);letter-spacing:1px;}

/* DEVELOPER CREDIT + STAR RATING */
.dev-credit{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-family:'Share Tech Mono',monospace;font-size:11px;color:rgba(255,255,255,.3);letter-spacing:1px;}
.dev-link{color:var(--teal);text-decoration:none;transition:color .2s;}
.dev-link:hover{color:#fff;}
.dev-sep{color:rgba(255,255,255,.2);}
.rating-label{color:rgba(255,255,255,.3);}
.star-rating{display:inline-flex;gap:3px;cursor:pointer;}
.star{font-size:16px;color:rgba(255,255,255,.2);transition:color .15s;line-height:1;}
.star.active{color:var(--teal);}
.rating-msg{font-size:10px;color:var(--teal);letter-spacing:1px;min-width:60px;}

/* RESPONSIVE */
@media(max-width:900px){
  /* === TOP BAR === */
  
  .top-bar-address{display:none;}

  /* === HEADER === */
  
  
  .company-name{font-size:17px;letter-spacing:2px;}
  .page{padding-top:105px;}

  /* === HERO === */
  .hero{height:100svh;height:100vh;min-height:480px;}
  .hero-text{left:20px;right:20px;bottom:90px;max-width:100%;text-align:center;}
  .hero-text h2{font-size:clamp(36px,9vw,58px);margin-bottom:20px;text-align:center;}
  .hero-cta-row{flex-direction:column;align-items:center;gap:10px;}
  .btn-gold,.btn-ghost{width:100%;justify-content:center;text-align:center;}
  .hero-scroll{display:none;}
  .hero-tagline-small{left:20px;right:20px;bottom:44px;font-size:9px;letter-spacing:2px;text-align:center;}

  /* === WELCOME === */
  .welcome{padding:60px 20px;grid-template-columns:1fr;gap:40px;}
  .welcome h2{font-size:clamp(28px,6vw,46px);}
  .stat-box{padding:24px 16px;}
  .stat-num{font-size:40px;}

  /* === SECTIONS === */
  .services-section,.about-section,.partnerships-section,.contact-section{padding:60px 20px;}
  .services-grid,.about-grid{grid-template-columns:1fr;}

  /* === SERVICE CARDS — reduce padding, allow overflow visible for panels === */
  .service-card{padding:28px 20px;overflow:visible;}
  .service-card h3{font-size:20px;}
  .service-card p{font-size:14px;}
  .btn-tag{white-space:normal;word-break:break-word;}

  /* === ABOUT CARDS === */
  .about-item{padding:30px 20px;}

  /* === ESTEEMED CLIENTS === */
  .partner-grid{grid-template-columns:1fr;}
  .partner-card-img-wrap{height:160px;}
  .partner-logo-wrap{height:110px;}
  .partner-card-name{font-size:15px;padding:14px 18px;}

  /* === AFFILIATIONS === */
  .affil-grid{grid-template-columns:repeat(3,1fr);gap:10px;}
  .affil-card-static{padding:12px 10px;gap:6px;}
  .affil-card-static img{max-height:40px;max-width:90px;}
  .affil-card-label{font-size:9px;letter-spacing:1px;}
  .affil-fallback-name{font-size:12px;}

  /* === CONTACT === */
  .contact-grid{grid-template-columns:1fr;gap:50px;}

  /* === FOOTER === */
  footer{padding:40px 20px;grid-template-columns:1fr;}
  .footer-bottom{padding:16px 20px;flex-direction:column;gap:10px;text-align:center;}
  .dev-credit{justify-content:center;flex-wrap:wrap;}
  .form-row{grid-template-columns:1fr;}

  /* === TAG INFO PANELS — full content visible, no clipping === */
  .tag-info-panel{padding:0 14px;}
  .tag-info-panel.open{padding:18px 14px 16px;max-height:1400px;}
  .tag-info-panel p{font-size:13px;line-height:1.7;}
  .tag-info-panel h4{font-size:16px;}
  .tag-info-panel ul li{font-size:12px;}

  /* === FONT CONSISTENCY === */
  body{font-size:15px;}
  .welcome-text,.services-intro,.about-intro{font-size:15px;}
  .about-item p{font-size:14px;}
  .stat-lbl,.section-label,.affil-card-label{font-size:11px;}
  .section-title{font-size:clamp(28px,6vw,52px);}
  .btn-gold,.btn-ghost{font-size:13px;}
  .ci-val,.footer-desc,.footer-links a{font-size:14px;}
  .footer-bottom p{font-size:11px;}
  .contact-info-title{font-size:18px;}
  .form-field input,.form-field textarea,.form-field select{font-size:16px;}
}

@media(max-width:480px){
  /* Very small phones */
  .services-section,.about-section,.partnerships-section,.contact-section{padding:50px 16px;}
  .welcome{padding:50px 16px;}
  footer{padding:40px 16px;}
  .footer-bottom{padding:14px 16px;}
  .service-card{padding:22px 16px;}
  .about-item{padding:24px 16px;}
  .hero-text{left:16px;right:16px;bottom:80px;transform:none;}
  .stat-box{padding:20px 10px;}
  .stat-num{font-size:36px;}

  /* Affiliations: single column horizontal */
  .affil-grid{grid-template-columns:1fr 1fr;}
  .affil-card-static{flex-direction:row;justify-content:flex-start;text-align:left;padding:10px 12px;min-height:auto;gap:10px;}
  .affil-card-static img{max-height:36px;max-width:60px;flex-shrink:0;}
  .affil-fallback-name{font-size:11px;}
  .affil-card-label{font-size:10px;white-space:normal;word-break:break-word;line-height:1.4;}

  /* Hide email in top bar, just show phone */

}

/* ========================= */
/* SERVICE TAG INFO PANELS   */
/* ========================= */
.tag-hint {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: .7;
}

.tag-info-panel {
  display: none;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  background: var(--gold-lt);
  border: 1.5px solid var(--gold);
  border-radius: 2px;
  padding: 0 24px;
  transition: max-height .5s cubic-bezier(.4,0,.2,1), padding .35s, margin .35s, opacity .35s;
  opacity: 0;
}
.tag-info-panel.open {
  display: block;
  max-height: 1200px;
  padding: 22px 24px 20px;
  margin-top: 18px;
  opacity: 1;
  overflow: visible;
}
.tag-info-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.tag-info-panel h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--dark);
  margin-bottom: 10px;
}
.tag-info-panel p {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tag-info-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tag-info-panel ul li {
  font-size: 12.5px;
  color: var(--dark);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tag-info-panel ul li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 7px;
  top: 4px;
}
/* override overflow:hidden on service-card when panel is open */
.service-card:has(.tag-info-panel.open) {
  overflow: visible;
}

/* ================================================ */
/* PARTNER GALLERY CARDS                            */
/* ================================================ */
.partner-card-gallery {
  cursor: pointer;
}
/* ================================================ */
/* PARTNER LOGO CARDS                               */
/* ================================================ */
.partner-logo-wrap {
  position: relative;
  height: 130px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}
.partner-logo-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .4s, filter .4s;
}
.partner-card-gallery:hover .partner-logo-wrap img {
  transform: scale(1.04);
}
.partner-logo-dark  { background: #ffffff !important; }
.partner-logo-light { background: #ffffff !important; }

/* Gallery hover overlay — sits inside partner-logo-wrap */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(184,133,42,.80);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.gallery-overlay span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.partner-card-gallery:hover .gallery-overlay {
  opacity: 1;
}

/* ================================================ */
/* LIGHTBOX GALLERY MODAL                           */
/* ================================================ */
.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 99000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gallery-lightbox.open {
  display: flex;
}
.gallery-lightbox-inner {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 40px 36px 32px;
  max-width: 820px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.gallery-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--dark);
  margin-bottom: 24px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 2px;
  cursor: zoom-in;
  border: 1.5px solid var(--border);
  transition: border-color .2s, transform .2s;
}
.gallery-grid img:hover {
  border-color: var(--gold);
  transform: scale(1.02);
}
.gallery-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 30px;
  color: var(--muted);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: color .2s;
  z-index: 2;
}
.gallery-close:hover { color: var(--teal); }

/* ================================================ */
/* FULL-SIZE IMAGE VIEWER                           */
/* ================================================ */
.gallery-viewer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.95);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gallery-viewer.open {
  display: flex;
}
.gallery-viewer img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 8px 48px rgba(0,0,0,.6);
}
.gallery-viewer-close {
  position: fixed;
  top: 18px;
  right: 22px;
  color: rgba(255,255,255,.7);
}
.gallery-viewer-close:hover { color: #fff; }

/* ================================================ */
/* ELEARNING SECTION                                */
/* ================================================ */
.elearning-section {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.elearning-intro {
  color: var(--text-muted, #64748b);
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  margin: 16px 0 40px;
}

/* WHY GRID */
.elearning-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.elearning-why-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid var(--gold, #0d6e56);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
}
.elearning-why-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
}
.elearning-why-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0a0f1e;
  margin: 0 0 8px;
}
.elearning-why-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* COURSES */
.elearning-courses-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a0f1e;
  margin-bottom: 28px;
  border-left: 4px solid var(--gold, #0d6e56);
  padding-left: 14px;
}
.elearning-course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}
.elearning-course-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.elearning-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10,15,30,0.10);
}
.elearning-course-badge {
  display: inline-block;
  background: #0a0f1e;
  color: var(--gold, #0d6e56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
  width: fit-content;
}
.elearning-course-icon-large {
  font-size: 30px;
  margin-bottom: 10px;
}
.elearning-course-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0a0f1e;
  margin: 0 0 8px;
  line-height: 1.4;
}
.elearning-course-card > p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 12px;
  flex-grow: 1;
}
.elearning-course-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.elearning-course-list li {
  font-size: 12px;
  color: #475569;
  padding: 4px 0;
  border-bottom: 1px solid #f1f5f9;
  padding-left: 14px;
  position: relative;
}
.elearning-course-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold, #0d6e56);
  font-weight: 700;
}
.elearning-course-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.elearning-course-meta span {
  font-size: 11px;
  color: #64748b;
  background: #f1f5f9;
  padding: 3px 8px;
  border-radius: 4px;
}

/* CTA BANNER */
.elearning-cta-banner {
  background: linear-gradient(135deg, #0a0f1e 0%, #1e2a4a 100%);
  border-radius: 16px;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.elearning-cta-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.elearning-cta-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .elearning-why-grid { grid-template-columns: repeat(2, 1fr); }
  .elearning-course-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .elearning-section { padding: 50px 20px; }
  .elearning-why-grid { grid-template-columns: 1fr; }
  .elearning-course-grid { grid-template-columns: 1fr; }
  .elearning-cta-banner { padding: 30px 20px; flex-direction: column; text-align: center; }
}

/* ============================================================ */
/* MODERN NAVBAR — ZK                                           */
/* ============================================================ */

/* ---- Variables (ensure gold is set) ---- */
:root {
  --zk-nav-h: 72px;
  --zk-nav-bg: rgba(10,20,15,0.92);
  --zk-nav-bg-scroll: rgba(10,12,20,0.97);
  --zk-gold: #0d6e56;
  --zk-gold2: #0a8a6a;
  --zk-white: #ffffff;
  --zk-muted: rgba(255,255,255,0.62);
  --zk-border: rgba(255,255,255,0.10);
}

.zk-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9990;
  height: var(--zk-nav-h);
  background: rgba(10,20,15,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
  border-bottom: 1px solid rgba(13,110,86,0.25);
}
.zk-navbar.scrolled {
  background: var(--zk-nav-bg-scroll);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2px 32px rgba(0,0,0,0.35);
  border-bottom: 1px solid var(--zk-border);
}
.admin-bar .zk-navbar { top: 32px; }

.zk-navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* BRAND */
.zk-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.zk-brand-logo {
  height: 42px;
  width: 42px;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.zk-brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
}
.zk-brand-name span { color: var(--zk-gold); }

/* DESKTOP LINKS */
.zk-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  flex: 1;
}
.zk-nav-links li { position: relative; }

.zk-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--zk-muted);
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.zk-link:hover, .zk-link.active {
  color: var(--zk-white);
  background: rgba(255,255,255,0.08);
}
.zk-link.active { color: var(--zk-gold); }
.zk-chev {
  transition: transform 0.25s;
  flex-shrink: 0;
}
.zk-has-dropdown:hover .zk-chev { transform: rotate(180deg); }

/* DROPDOWN */
.zk-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  background: rgba(12,16,28,0.97);
  border: 1px solid var(--zk-border);
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.22s, transform 0.22s;
  z-index: 100;
}
.zk-has-dropdown:hover .zk-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.zk-dropdown a {
  display: block;
  padding: 11px 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 13.5px;
  color: var(--zk-muted);
  text-decoration: none;
  transition: color 0.18s, padding-left 0.18s;
  border-left: 2px solid transparent;
  cursor: pointer;
}
.zk-dropdown a:hover {
  color: var(--zk-gold);
  padding-left: 26px;
  border-left-color: var(--zk-gold);
  background: rgba(13,110,86,0.06);
}

/* NAVBAR RIGHT */
.zk-navbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-left: auto;
}
.zk-cta-btn {
  display: inline-block;
  padding: 10px 22px;
  background: var(--zk-gold);
  color: #0a0f1e;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.zk-cta-btn:hover { background: var(--zk-gold2); transform: translateY(-1px); }

/* HAMBURGER */
.zk-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--zk-border);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
}
.zk-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--zk-white);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s, width 0.25s;
}
.zk-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zk-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.zk-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* PROGRESS BAR */
.zk-progress-bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--zk-gold), var(--zk-gold2));
  transition: width 0.1s linear;
}

/* ============================================================ */
/* MOBILE DRAWER                                                */
/* ============================================================ */
.zk-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9991;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.zk-drawer-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.zk-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(320px, 88vw);
  height: 100dvh;
  background: #0d1120;
  border-left: 1px solid var(--zk-border);
  z-index: 9992;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.zk-drawer.open { transform: translateX(0); }

.zk-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--zk-border);
  flex-shrink: 0;
}
.zk-drawer-close {
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--zk-border);
  border-radius: 6px;
  color: var(--zk-white);
  font-size: 22px;
  width: 36px; height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.zk-drawer-close:hover { background: rgba(255,255,255,0.14); }

.zk-drawer-links {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  flex: 1;
}
.zk-drawer-links li { border-bottom: 1px solid rgba(255,255,255,0.06); }
.zk-drawer-links > li > a,
.zk-drawer-group-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s, padding-left 0.2s;
}
.zk-drawer-links > li > a:hover,
.zk-drawer-group-btn:hover { color: var(--zk-gold); padding-left: 30px; }

/* Drawer sub-menu */
.zk-drawer-sub {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(0,0,0,0.25);
}
.zk-drawer-group.open .zk-drawer-sub { max-height: 300px; }
.zk-drawer-group.open .zk-drawer-group-btn svg { transform: rotate(180deg); }
.zk-drawer-group-btn svg { transition: transform 0.25s; }
.zk-drawer-sub li a {
  display: block;
  padding: 12px 24px 12px 36px;
  font-family: 'Barlow', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.zk-drawer-sub li a:hover { color: var(--zk-gold); }

/* CTA in drawer */
.zk-drawer-cta {
  color: var(--zk-gold) !important;
  font-weight: 700 !important;
}

.zk-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--zk-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.zk-drawer-footer a,
.zk-drawer-footer span {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
}
.zk-drawer-footer a:hover { color: var(--zk-gold); }

/* ============================================================ */
/* PAGE OFFSET — push content below fixed navbar                */
/* ============================================================ */
.page { padding-top: var(--zk-nav-h); }

/* Hero is full-bleed so it covers the navbar offset */
.hero {
  margin-top: calc(-1 * var(--zk-nav-h));
  padding-top: 0;
}

/* Navbar: force solid dark background on all non-hero pages */
#page-about    .zk-navbar,
#page-services .zk-navbar,
#page-elearning .zk-navbar,
#page-partnerships .zk-navbar,
#page-contact  .zk-navbar {
  /* These pages have light backgrounds — navbar must always be dark */
  background: rgba(8,10,20,0.97) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2px 30px rgba(0,0,0,.35);
  border-bottom-color: rgba(255,255,255,.08);
}

/* ============================================================ */
/* RESPONSIVE                                                   */
/* ============================================================ */
@media (max-width: 900px) {
  .zk-nav-links { display: none; }
  .zk-hamburger { display: flex; }
  .zk-cta-btn { display: none; }
  .zk-navbar-inner { padding: 0 20px; gap: 16px; }
}
@media (max-width: 480px) {
  .zk-brand-name { font-size: 18px; }
  .zk-brand-logo { height: 42px; width: 42px; }
}

/* ============================================================ */
/* MODERN NAVBAR — ZIYAKHA ENGINEERING                         */
/* ============================================================ */

:root {
  --zk-nav-h: 74px;
  --zk-gold:  #0d6e56;
  --zk-gold2: #0a8a6a;
}

/* ---- Base navbar ---- */
.zk-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9990;
  height: var(--zk-nav-h);
  background: rgba(10,20,15,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .35s, backdrop-filter .35s, box-shadow .35s;
  border-bottom: 1px solid rgba(13,110,86,0.25);
}
.zk-navbar.scrolled {
  background: rgba(8,10,20,.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 30px rgba(0,0,0,.4);
  border-bottom-color: rgba(255,255,255,.08);
}
.admin-bar .zk-navbar { top: 32px; }

/* ---- Inner layout ---- */
.zk-navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 36px;
  display: flex;
  align-items: center;
  gap: 36px;
}

/* ---- Brand / logo ---- */
.zk-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.zk-brand-logo {
  height: 42px;
  width: 42px;
  object-fit: contain;
  border-radius: 4px;
}
.zk-brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.zk-brand-name span { color: var(--zk-gold); }

/* ---- Desktop nav links ---- */
.zk-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0; padding: 0;
  flex: 1;
}
.zk-nav-links li { position: relative; }

.zk-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  border-radius: 7px;
  transition: color .2s, background .2s;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  background: transparent;
}
.zk-link:hover { color:#fff; background:rgba(255,255,255,.09); }
.zk-link.active { color: var(--zk-gold); background:rgba(13,110,86,.1); }

/* chevron icon inside link */
.zk-chev { transition: transform .25s; flex-shrink:0; }
.zk-has-dropdown:hover .zk-chev { transform: rotate(180deg); }

/* ---- Dropdown ---- */
.zk-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 270px;
  background: rgba(10,13,24,.97);
  border: 1px solid rgba(255,255,255,.1);
  border-top: 2px solid var(--zk-gold);
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .22s, transform .22s;
  z-index: 200;
}
.zk-has-dropdown:hover .zk-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.zk-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: color .18s, padding-left .18s, border-color .18s, background .18s;
  cursor: pointer;
}
.zk-dropdown a:hover {
  color: var(--zk-gold);
  padding-left: 28px;
  border-left-color: var(--zk-gold);
  background: rgba(13,110,86,.06);
}
.zk-drop-icon { font-size:15px; flex-shrink:0; }

/* ---- Navbar right ---- */
.zk-navbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-left: auto;
}

/* CTA button */
.zk-cta-btn {
  display: inline-block;
  padding: 10px 24px;
  background: var(--zk-gold);
  color: #0a0f1e;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  transition: background .2s, transform .2s, box-shadow .2s;
  cursor: pointer;
  white-space: nowrap;
}
.zk-cta-btn:hover {
  background: var(--zk-gold2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13,110,86,.35);
}

/* Hamburger (hidden on desktop) */
.zk-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.zk-hamburger:hover { background: rgba(255,255,255,.13); }
.zk-hamburger span {
  display: block;
  width: 20px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .28s, opacity .28s, width .28s;
  transform-origin: center;
}
.zk-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zk-hamburger.open span:nth-child(2) { opacity:0; width:0; }
.zk-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Gold scroll progress line */
.zk-progress-bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--zk-gold), var(--zk-gold2));
  transition: width .12s linear;
}

/* ============================================================ */
/* MOBILE DRAWER                                                */
/* ============================================================ */
.zk-drawer-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9991;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.zk-drawer-overlay.open { opacity:1; pointer-events:all; }

.zk-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(320px, 88vw);
  height: 100dvh;
  background: #0b0e1a;
  border-left: 1px solid rgba(255,255,255,.08);
  z-index: 9992;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.zk-drawer.open { transform: translateX(0); }

.zk-drawer-head {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0;
}
.zk-drawer-close {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  color: #fff; font-size: 22px;
  width: 36px; height: 36px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.zk-drawer-close:hover { background: rgba(255,255,255,.14); }

.zk-drawer-links {
  list-style: none; padding: 12px 0; margin: 0; flex: 1;
}
.zk-drawer-links li { border-bottom: 1px solid rgba(255,255,255,.05); }

.zk-drawer-links > li > a,
.zk-drawer-group-btn {
  display: flex; align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 600;
  letter-spacing: .5px; text-transform: uppercase;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  background: transparent; border: none; cursor: pointer;
  transition: color .2s, padding-left .2s;
}
.zk-drawer-links > li > a:hover,
.zk-drawer-group-btn:hover { color: var(--zk-gold); padding-left: 32px; }

/* Drawer accordion sub-menu */
.zk-drawer-sub {
  list-style: none; padding: 0; margin: 0;
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
  background: rgba(0,0,0,.2);
}
.zk-drawer-group.open .zk-drawer-sub { max-height: 300px; }
.zk-drawer-group-btn svg { transition: transform .25s; }
.zk-drawer-group.open .zk-drawer-group-btn svg { transform: rotate(180deg); }
.zk-drawer-sub li a {
  display: block;
  padding: 12px 24px 12px 38px;
  font-family: 'Barlow', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color .2s;
}
.zk-drawer-sub li a:hover { color: var(--zk-gold); }

/* CTA in drawer */
.zk-drawer-cta { color: var(--zk-gold) !important; font-weight: 700 !important; }

/* Drawer footer */
.zk-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; gap: 8px;
  flex-shrink: 0;
}
.zk-drawer-footer a,
.zk-drawer-footer span {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,.4);
  text-decoration: none;
}
.zk-drawer-footer a:hover { color: var(--zk-gold); }

/* ============================================================ */
/* PAGE OFFSET — consolidated above                             */
/* ============================================================ */

/* Hero is full-bleed so it covers the navbar offset */
.hero {
  margin-top: calc(-1 * var(--zk-nav-h));
  padding-top: 0;
}

/* Remove old nav elements if any remnants remain */
.top-bar, .action-bar, .nav-overlay, .nav-menu, header.logo-header { display: none !important; }

/* ============================================================ */
/* RESPONSIVE                                                   */
/* ============================================================ */
@media (max-width: 960px) {
  .zk-nav-links { display: none; }
  .zk-cta-btn   { display: none; }
  .zk-hamburger { display: flex; }
  .zk-navbar-inner { padding: 0 20px; gap: 14px; }
}
@media (max-width: 480px) {
  .zk-brand-name { font-size: 18px; }
  .zk-brand-logo { height: 42px; width: 42px; }
}

/* ============================================================ */
/* MOBILE FIXES — responsive layout corrections                 */
/* ============================================================ */

/* Fix hero heading centering on mobile */
@media (max-width: 900px) {
  .hero-text h2 {
    text-align: center;
  }
  .hero-cta-row {
    justify-content: center;
  }
  /* Fix partner grid last row centering on desktop */
  .partner-grid .partner-card-static:nth-child(4),
  .partner-grid .partner-card-static:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  /* Ensure about grid is 1 col on medium screens */
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  /* Fix body horizontal scroll */
  body { overflow-x: hidden; }
  
  /* Fix hero text — centered, safe padding */
  .hero-text {
    left: 16px;
    right: 16px;
    bottom: 80px;
    transform: none;
    max-width: calc(100% - 32px);
    text-align: center;
  }
  
  /* Prevent btn overflow */
  .btn-gold, .btn-ghost {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  
  /* Fix welcome stat-grid */
  .stat-grid { grid-template-columns: 1fr 1fr; }
  
  /* LMS enrollment btn full-width */
  .lms-enrol-btn { width: 100% !important; justify-content: center; }
}

/* ============================================================ */
/* LMS — WORDPRESS LEARNDASH / LIFTERLMS INTEGRATION STYLES    */
/* ============================================================ */

/* LMS status badge on course cards */
.lms-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.lms-status-badge.open     { background: #e6f4ec; color: #1a6b4a; }
.lms-status-badge.enrolled { background: var(--gold-lt); color: var(--gold); }
.lms-status-badge.complete { background: #1a6b4a; color: #fff; }
.lms-status-badge.locked   { background: var(--bg3); color: var(--muted); }

/* Progress bar inside course card */
.lms-progress-wrap {
  margin: 12px 0 8px;
  background: var(--bg3);
  border-radius: 2px;
  height: 4px;
  overflow: hidden;
}
.lms-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  border-radius: 2px;
  transition: width 0.4s ease;
}
.lms-progress-label {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 4px;
}

/* LMS enrol button */
.lms-enrol-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--gold);
  color: #fff;
  padding: 11px 22px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.2s, gap 0.2s;
  border-radius: 2px;
}
.lms-enrol-btn:hover { background: var(--gold2); gap: 13px; }
.lms-enrol-btn.secondary {
  background: transparent;
  color: var(--dark);
  border: 1.5px solid var(--border2);
}
.lms-enrol-btn.secondary:hover { border-color: var(--gold); color: var(--gold); }

/* LMS Dashboard widget — shown when user is logged in */
.lms-dashboard-strip {
  background: var(--dark);
  color: #fff;
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lms-dashboard-strip-label {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 4px;
}
.lms-dashboard-strip-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.lms-dashboard-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.lms-dash-stat { text-align: center; }
.lms-dash-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--gold2);
}
.lms-dash-stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Override LearnDash / LifterLMS default styles to match theme */
.learndash-wrapper,
.llms-lesson-container,
.llms-quiz-container {
  font-family: 'Barlow', sans-serif !important;
  color: var(--text) !important;
}
.learndash-wrapper .ld-course-navigation,
.llms-course-navigation {
  border: 1px solid var(--border) !important;
  border-radius: 2px !important;
}
.ld-progress .ld-progress-bar-percentage,
.llms-progress-bar-value {
  background: var(--gold) !important;
}

/* LMS Page header — replaces default WP page title */
.lms-page-header {
  background: var(--bg2);
  padding: 50px 60px 40px;
  border-bottom: 1px solid var(--border);
}
.lms-page-header .section-label { margin-bottom: 10px; }
.lms-page-header h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--dark);
  line-height: 0.95;
}
@media (max-width: 900px) {
  .lms-dashboard-strip { padding: 18px 20px; }
  .lms-page-header { padding: 40px 20px 30px; }
}

/* ============================================================ */
/* eLEARNING SECTION — LMS-READY LAYOUT                        */
/* ============================================================ */

/* Tab navigation for course categories */
.lms-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}
.lms-tab {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
}
.lms-tab:hover { color: var(--dark); }
.lms-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

/* Course card improvements for LMS */
.elearning-course-card .lms-enrol-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* Login/register prompt */
.lms-auth-prompt {
  background: var(--gold-lt);
  border: 1.5px solid var(--gold);
  border-radius: 2px;
  padding: 20px 28px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.lms-auth-prompt-icon { font-size: 24px; }
.lms-auth-prompt-text { flex: 1; }
.lms-auth-prompt-text strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}
.lms-auth-prompt-text p { font-size: 13px; color: var(--muted); margin: 0; }
.lms-auth-actions { display: flex; gap: 10px; flex-wrap: wrap; }


/* ============================================================ */
/* REGISTER PAGE — zk-register-page                            */
/* ============================================================ */

.zk-register-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--bg);
}

/* ── LEFT PANEL ──────────────────────────────────── */
.zk-reg-left {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Geometric grid overlay */
.zk-reg-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,133,42,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,133,42,.07) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

/* Diagonal gold accent bar */
.zk-reg-left::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -80px;
  width: 320px;
  height: 600px;
  background: linear-gradient(160deg, rgba(13,110,86,.12), rgba(184,133,42,.03));
  transform: rotate(15deg);
  pointer-events: none;
}

.zk-reg-left-inner {
  position: relative;
  z-index: 2;
  padding: 52px 52px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

/* Logo */
.zk-reg-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 64px;
}
.zk-reg-logo img {
  height: 40px;
  object-fit: contain;
}
.zk-reg-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.zk-reg-brand span { color: var(--gold); }

/* Headline */
.zk-reg-eyebrow {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zk-reg-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.zk-reg-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 22px;
}
.zk-reg-headline em {
  color: var(--gold);
  font-style: normal;
}
.zk-reg-sub {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.5);
  max-width: 340px;
  margin-bottom: 48px;
}

/* Benefits list */
.zk-reg-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.zk-reg-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  animation: fadeUp .6s both;
}
.zk-reg-benefits li:nth-child(1) { animation-delay: .1s; }
.zk-reg-benefits li:nth-child(2) { animation-delay: .2s; }
.zk-reg-benefits li:nth-child(3) { animation-delay: .3s; }
.zk-reg-benefits li:nth-child(4) { animation-delay: .4s; }
.zk-reg-benefit-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 1px;
}
.zk-reg-benefits strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}
.zk-reg-benefits span {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  line-height: 1.4;
}

/* Bottom ticker */
.zk-reg-ticker {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  color: rgba(184,133,42,.6);
  letter-spacing: 1.5px;
}
.zk-reg-ticker-track {
  display: inline-flex;
  gap: 18px;
  animation: tickerMove 28s linear infinite;
}
.zk-reg-ticker-track .dot { color: var(--gold); font-size: 7px; align-self: center; }

/* ── RIGHT PANEL ─────────────────────────────────── */
.zk-reg-right {
  background: var(--bg);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 40px;
  overflow-y: auto;
}
.zk-reg-form-wrap {
  width: 100%;
  max-width: 520px;
}

/* Form header */
.zk-reg-form-eyebrow {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.zk-reg-form-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1;
}
.zk-reg-form-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 32px;
}
.zk-reg-form-sub a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
.zk-reg-form-sub a:hover { color: var(--gold2); }

/* Error block */
.zk-reg-errors {
  background: #fff3f3;
  border: 1.5px solid #e87070;
  border-radius: 3px;
  padding: 16px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.zk-reg-error-icon {
  font-size: 20px;
  color: #c94040;
  flex-shrink: 0;
  line-height: 1.2;
}
.zk-reg-errors p {
  font-size: 13px;
  color: #c94040;
  margin: 0 0 4px;
  line-height: 1.5;
}
.zk-reg-errors p:last-child { margin-bottom: 0; }

/* Fieldset sections */
.zk-reg-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 28px;
}
.zk-reg-legend {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.zk-reg-legend-num {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  background: var(--gold);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0;
}
.zk-reg-legend-note {
  font-size: 11px;
  color: rgba(122,116,105,.6);
  font-weight: 400;
  letter-spacing: 1px;
}

/* Row */
.zk-reg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.zk-reg-row .zk-reg-field { margin-bottom: 0; }

/* Field */
.zk-reg-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  margin-bottom: 14px;
}
.zk-reg-field label {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}
.zk-reg-field .req { color: var(--gold); }

.zk-reg-field input,
.zk-reg-field select {
  background: var(--panel);
  border: 1.5px solid var(--border);
  color: var(--text);
  padding: 12px 40px 12px 14px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
}
.zk-reg-field input:focus,
.zk-reg-field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(13,110,86,.1);
}
.zk-reg-field input.valid { border-color: var(--green); }
.zk-reg-field input.invalid { border-color: #e87070; }
.zk-reg-field select {
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a7469' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

/* Field check mark */
.zk-reg-field-check {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 14px;
  color: var(--green);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
.zk-reg-field input.valid ~ .zk-reg-field-check { opacity: 1; }

/* Hint text */
.zk-reg-field-hint {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
  margin-top: -2px;
}

/* Password wrapper */
.zk-reg-pass-wrap {
  position: relative;
}
.zk-reg-pass-wrap input { padding-right: 44px; }
.zk-reg-toggle-pass {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color .2s;
}
.zk-reg-toggle-pass:hover { color: var(--gold); }

/* Password strength */
.zk-pw-strength {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zk-pw-bar {
  flex: 1;
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.zk-pw-fill {
  height: 100%;
  width: 0%;
  border-radius: 2px;
  transition: width .3s, background .3s;
}
#pwLabel {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  min-width: 50px;
}

/* Password match */
.zk-reg-match {
  font-size: 11px;
  margin-top: 4px;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 1px;
}

/* Terms checkbox */
.zk-reg-terms {
  margin-bottom: 24px;
}
.zk-reg-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.zk-reg-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.zk-reg-checkbox-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--border2);
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s, background .2s;
  background: var(--panel);
}
.zk-reg-checkbox input:checked + .zk-reg-checkbox-box {
  background: var(--gold);
  border-color: var(--gold);
}
.zk-reg-checkbox input:checked + .zk-reg-checkbox-box::after {
  content: '✓';
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.zk-reg-checkbox a {
  color: var(--gold);
  text-decoration: none;
}
.zk-reg-checkbox a:hover { text-decoration: underline; }

/* Submit button */
.zk-reg-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 28px;
  background: var(--dark);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: background .25s, transform .2s;
  text-decoration: none;
}
.zk-reg-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  opacity: 0;
  transition: opacity .3s;
}
.zk-reg-submit:hover::before { opacity: 1; }
.zk-reg-submit:hover { transform: translateY(-2px); }
.zk-reg-submit:active { transform: translateY(0); }
.zk-reg-submit > * { position: relative; z-index: 1; }

.zk-reg-submit-spinner svg {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.zk-reg-submit-arrow {
  transition: transform .2s;
}
.zk-reg-submit:hover .zk-reg-submit-arrow {
  transform: translateX(4px);
}

.zk-reg-login-link {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 18px;
}
.zk-reg-login-link a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}
.zk-reg-login-link a:hover { text-decoration: underline; }

/* ── SUCCESS STATE ───────────────────────────────── */
.zk-reg-success {
  text-align: center;
  padding: 40px 0;
  animation: fadeUp .5s ease both;
}
.zk-reg-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  animation: scaleIn .4s .1s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes scaleIn {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.zk-reg-success h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 12px;
}
.zk-reg-success p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.zk-reg-success .zk-reg-submit {
  max-width: 300px;
  margin: 16px auto 0;
}

/* Success progress bar */
.zk-reg-success-bar {
  width: 100%;
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 24px;
}
.zk-reg-success-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  border-radius: 2px;
  animation: successProgress 2.8s linear forwards;
}
@keyframes successProgress {
  from { width: 0%; }
  to   { width: 100%; }
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .zk-register-page {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .zk-reg-left {
    min-height: auto;
  }
  .zk-reg-left-inner {
    padding: 36px 28px 32px;
    min-height: auto;
  }
  .zk-reg-logo { margin-bottom: 36px; }
  .zk-reg-headline { font-size: 48px; }
  .zk-reg-benefits { gap: 14px; margin-bottom: 32px; }
  .zk-reg-ticker { margin-top: 24px; }
  .zk-reg-right { padding: 44px 24px; }
}

@media (max-width: 600px) {
  .zk-reg-row {
    grid-template-columns: 1fr;
  }
  .zk-reg-left-inner { padding: 28px 20px 24px; }
  .zk-reg-headline { font-size: 42px; }
  .zk-reg-right { padding: 36px 20px 48px; }
  .zk-reg-form-wrap { max-width: 100%; }
}

/* ============================================================ */
/* ELEMENTOR COMPATIBILITY STYLES                               */
/* ============================================================ */

/* Full-width page — remove all content padding/margin constraints */
.zk-fullwidth-content,
.elementor-page .zk-page-content {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

/* Push Elementor page content below fixed navbar */
body:not(.elementor-editor-active) .zk-fullwidth-content,
body:not(.elementor-editor-active) .zk-page-content {
  padding-top: var(--zk-nav-h, 74px);
}

/* Canvas template — hide navbar/footer completely */
.elementor-canvas .zk-navbar,
.elementor-canvas footer,
.elementor-canvas .footer-bottom {
  display: none !important;
}
.elementor-canvas body,
body.elementor-canvas {
  padding-top: 0 !important;
}

/* Elementor editor — prevent navbar from overlapping editor panel */
.elementor-editor-active .zk-navbar {
  z-index: 99 !important;
}

/* Remove cursor: none on Elementor editor so users can work normally */
.elementor-editor-active body,
.elementor-editor-active * {
  cursor: auto !important;
}
.elementor-editor-active .cursor,
.elementor-editor-active .cursor-ring {
  display: none !important;
}

/* Elementor sections — allow full viewport width */
.elementor-section.elementor-section-stretched {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* Ensure Elementor typography inherits Ziyakha fonts */
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Barlow Condensed', sans-serif;
}
.elementor-widget-text-editor {
  font-family: 'Barlow', sans-serif;
}

/* Ziyakha brand button style available in Elementor */
.elementor-button.zk-gold-btn,
.elementor-widget-button .zk-gold-btn .elementor-button {
  background: var(--gold, #0d6e56) !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 2px !important;
}
.elementor-button.zk-gold-btn:hover,
.elementor-widget-button .zk-gold-btn .elementor-button:hover {
  background: var(--gold2, #0a8a6a) !important;
}

/* Elementor page with full-width template — no sidebar */
.elementor-page .zk-page-content {
  width: 100%;
}

/* eLearning Elementor pages — extra spacing reset */
.page-template-page-elementor-full-width .zk-navbar ~ * {
  margin-top: 0;
}

/* ============================================================ */
/* PUBLISH-READY FINAL FIXES                                    */
/* ============================================================ */

/* Navbar: JS adds this class when on non-hero pages */
.zk-navbar.zk-force-dark {
  background: rgba(8,10,20,0.97) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2px 30px rgba(0,0,0,.35);
  border-bottom-color: rgba(255,255,255,.08) !important;
}

/* Ensure body/html never shows white */
html, body {
  background-color: #f4f1eb;
}

/* iOS: prevent input zoom on tap (font-size must be >= 16px) */
@media (max-width: 900px) {
  .form-field input,
  .form-field textarea,
  .form-field select {
    font-size: 16px !important;
  }
}

/* Mobile hero: very small phones */
@media (max-width: 480px) {
  .hero-text {
    left: 16px;
    right: 16px;
    bottom: 80px;
  }
  .hero-text h2 {
    font-size: clamp(30px, 11vw, 48px);
    line-height: 0.95;
  }
  .hero-tagline-small {
    bottom: 38px;
  }
}

/* Brand selection colour */
::selection { background: var(--gold); color: #fff; }
::-moz-selection { background: var(--gold); color: #fff; }

/* Pause marquee on hover for readability */
.marquee-div:hover .marquee-track-div {
  animation-play-state: paused;
}

/* Smooth focus rings for accessibility */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Prevent image drag */
img { -webkit-user-drag: none; user-select: none; }

/* ============================================================ */
/* ONE-PAGE SCROLL LAYOUT                                        */
/* ============================================================ */

.zk-scroll-section { display: block; padding-top: 0; min-height: auto; background: var(--bg); }
.zk-scroll-section.zk-alt-bg  { background: #eef3ef; }
.zk-scroll-section.zk-dark-bg { background: #0f2a20; }
.zk-scroll-section#section-home { padding-top: 0; }
.zk-scroll-section#section-home .hero { margin-top: 0; }

html { scroll-behavior: smooth; }

.zk-section-inner { max-width: 1180px; margin: 0 auto; padding: 80px 48px; }

/* PREVIEW CARDS */
.zk-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 40px 0 0; }
.zk-preview-card { background:#fff; border:1px solid #c8ddd6; border-radius:16px; padding:28px 24px; transition:transform .2s,box-shadow .2s; }
.zk-alt-bg .zk-preview-card { background:#fff; }
.zk-preview-card:hover { transform:translateY(-4px); box-shadow:0 10px 36px rgba(13,110,86,.1); }
.zk-preview-icon { font-size:32px; margin-bottom:14px; width:52px; height:52px; background:#e8f4ef; border-radius:12px; display:flex; align-items:center; justify-content:center; }
.zk-preview-icon svg { stroke:#0d6e56; width:28px; height:28px; }
.zk-preview-card h3 { font-size:17px; font-weight:700; color:var(--ink); margin-bottom:10px; }
.zk-preview-card p  { font-size:14px; color:#5a7a6e; line-height:1.65; }
.zk-preview-meta { display:flex; gap:14px; margin-top:14px; flex-wrap:wrap; }
.zk-preview-meta span { font-size:12px; font-weight:500; color:var(--teal); background:#e1f5ee; padding:4px 10px; border-radius:100px; }

/* VISIT CTA */
.zk-visit-cta { display:flex; align-items:center; gap:20px; margin-top:44px; padding-top:32px; border-top:1px solid #e0ebe5; flex-wrap:wrap; }
.zk-visit-hint { font-size:13px; color:#8faaa0; }

/* LOGO STRIP */
/* ---- Legacy logo strip (kept for other pages) ---- */
.zk-logo-strip { display:flex; flex-wrap:wrap; gap:20px; margin:40px 0 0; align-items:center; }
.zk-logo-item { flex:1 1 160px; max-width:200px; background:#fff; border:1px solid #e0ebe5; border-radius:12px; padding:20px 16px 14px; display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center; }
.zk-logo-item img { max-height:56px; max-width:130px; object-fit:contain; }
.zk-logo-item span { font-size:11px; font-weight:600; color:#5a7a6e; letter-spacing:.03em; }
.zk-logo-dark  { background:#1a1a1a; border-color:#333; }
.zk-logo-dark span { color:#aaa; }
.zk-logo-light { background:#f5f5f5; }
/* ---- Esteemed Clients Grid ---- */
.zk-clients-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin:32px 0 0; }
.zk-client-card { background:#fff; border:1px solid #dde8e2; border-radius:10px; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 1px 6px rgba(0,0,0,.06); transition:transform .2s,box-shadow .2s; }
.zk-client-card:hover { transform:translateY(-3px); box-shadow:0 6px 18px rgba(13,110,86,.12); }
.zk-client-logo-wrap { background:#fff; padding:14px 12px 10px; display:flex; align-items:center; justify-content:center; height:72px; border-bottom:1px solid #eef3ef; }
.zk-client-logo-wrap img { max-height:46px; max-width:110px; object-fit:contain; }
.zk-client-info { padding:8px 10px; display:flex; flex-direction:column; gap:2px; }
.zk-client-name { font-size:10px; font-weight:700; color:#1a2e25; font-family:'Barlow Condensed',sans-serif; text-transform:uppercase; letter-spacing:.4px; line-height:1.3; }
.zk-client-sector { font-size:9px; color:#0d6e56; font-weight:500; }

/* CONTACT PREVIEW */
.zk-contact-preview { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.zk-contact-item { display:flex; gap:14px; align-items:flex-start; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:18px 20px; }
.zk-contact-item .ci-icon { font-size:22px; }
.elearning-why-icon { display:flex; align-items:center; justify-content:center; width:56px; height:56px; background:#e8f4ef; border-radius:14px; margin-bottom:14px; }
.elearning-why-icon svg { stroke:#0d6e56; width:28px; height:28px; }

/* BACK BUTTON */
.zk-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--teal);
    text-decoration: none;
    border: 1.5px solid var(--teal);
    border-radius: 6px;
    padding: 8px 18px;
    margin: 0 0 8px;
    transition: background .18s, color .18s;
}
.zk-back-btn:hover { background: var(--teal); color: #fff; }
.zk-back-home { padding: 24px 48px 0; max-width: 1180px; margin: 0 auto; }

/* RESPONSIVE */
@media (max-width:900px) {
    .zk-preview-grid { grid-template-columns:1fr 1fr; }
    .zk-contact-preview { grid-template-columns:1fr; }
    .zk-section-inner { padding:60px 24px; }
    .zk-back-home { padding: 20px 24px 0; }
}
@media (max-width:600px) {
    .zk-preview-grid { grid-template-columns:1fr; }
    .zk-logo-strip { justify-content:center; }
    .zk-visit-cta { flex-direction:column; align-items:flex-start; }
}

/* ============================================================ */
/* NEW HERO — no image, geometric brand background              */
/* ============================================================ */
.zk-hero-new { background: #0c2218; position: relative; min-height: 88vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.zk-hero-bg { position: absolute; inset: 0; }
.zk-hero-geo { position: absolute; border-radius: 50%; opacity: .07; }
.zk-hero-geo-1 { width: 600px; height: 600px; background: var(--teal); top: -180px; right: -180px; }
.zk-hero-geo-2 { width: 380px; height: 380px; background: #1a9a74; bottom: -100px; left: -100px; }
.zk-hero-geo-3 { width: 220px; height: 220px; border: 2px solid var(--teal); top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: .12; border-radius: 50%; }
.zk-hero-grid-lines {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 60px 60px;
}
.zk-hero-center { position: relative; z-index: 2; text-align: center; padding: 120px 40px 80px; max-width: 860px; }
.zk-hero-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #a8e8d0; margin-bottom: 20px; }
.zk-hero-headline { font-family: var(--serif); font-size: clamp(32px,4.5vw,52px); font-weight: 700; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.zk-hero-gold { color: #3ecf99; }
.zk-hero-sub { font-size: 18px; color: rgba(255,255,255,.7); line-height: 1.65; margin-bottom: 28px; }
.zk-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 4px; }
.zk-pill { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; padding: 6px 18px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.85); }
.zk-pill-vr { border-color: #3ecf99; color: #3ecf99; }

/* ============================================================ */
/* HOME FEATURE BLOCKS (eLearning + VR)                         */
/* ============================================================ */
.zk-home-feature { padding: 80px 0; }
.zk-feature-teal { background: #f0faf6; }
.zk-feature-dark { background: #0c2218; }
.zk-hf-inner { max-width: 1180px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.zk-hf-reverse { direction: rtl; }
.zk-hf-reverse > * { direction: ltr; }
.zk-hf-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.zk-hf-heading { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px,3.5vw,42px); font-weight: 900; color: #555; text-transform: uppercase; letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 16px; }
.zk-hf-body { font-size: 15px; color: #333; line-height: 1.7; margin-bottom: 20px; }
.zk-hf-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.zk-hf-list li { font-size: 14px; color: #111; padding-left: 22px; position: relative; }
.zk-hf-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--teal); border-radius: 50%; }

/* LMS Preview Card */
.zk-lms-card { background: #fff; border: 1px solid #d0e8df; border-radius: 20px; padding: 28px; box-shadow: 0 8px 40px rgba(13,110,86,.1); }
.zk-lms-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.zk-lms-badge { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); background: #e1f5ee; padding: 4px 12px; border-radius: 100px; }
.zk-lms-icon { font-size: 24px; }
.zk-lms-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.zk-lms-meta { font-size: 12px; color: #8faaa0; margin-bottom: 14px; }
.zk-lms-bar-wrap { background: #e8f4ef; border-radius: 100px; height: 5px; margin-bottom: 6px; }
.zk-lms-bar { height: 5px; background: var(--teal); border-radius: 100px; }
.zk-lms-bar-label { font-size: 11px; color: #8faaa0; margin-bottom: 16px; }
.zk-lms-courses { display: flex; flex-direction: column; gap: 8px; }
.zk-lms-item { font-size: 13px; color: #3d5a4e; background: #f0faf6; border-radius: 8px; padding: 8px 12px; }

/* VR Preview Card */
.zk-vr-card { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 20px; padding: 28px; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.zk-vr-headset-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
.zk-vr-svg { width: 200px; height: auto; }
.zk-vr-scenarios { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.zk-vr-tag-item { font-size: 13px; color: #0f2a20; background: #fff; border: 1.5px solid #0d6e56; border-radius: 8px; padding: 8px 14px; }
.zk-vr-coming { font-size: 13px; font-weight: 700; color: #0d6e56; letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 10px; border-top: 1px solid rgba(0,0,0,.08); margin-top: 4px; }

/* ============================================================ */
/* CAREERS SECTION                                              */
/* ============================================================ */
.zk-careers-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; margin-top: 40px; }
.zk-careers-info h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
.zk-careers-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.zk-careers-list li { font-size: 14px; color: #4a6a5e; padding-left: 22px; position: relative; line-height: 1.5; }
.zk-careers-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--teal); border-radius: 50%; }
.zk-careers-contact { font-size: 13px; color: #8faaa0; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid #e0ebe5; padding-top: 20px; }
.zk-careers-contact a { color: var(--teal); font-weight: 600; text-decoration: none; }
.zk-careers-contact a:hover { text-decoration: underline; }
.zk-careers-form-wrap { background: #fff; border: 1px solid #e0ebe5; border-radius: 20px; padding: 32px; }
.zk-careers-form-wrap h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 24px; }
.zk-careers-form { display: flex; flex-direction: column; gap: 18px; }
.zk-form-row { display: flex; flex-direction: column; gap: 6px; }
.zk-form-label { font-size: 13px; font-weight: 600; color: #3d5a4e; }
.zk-form-input { font-family: inherit; font-size: 14px; color: var(--ink); background: #f8fbf9; border: 1.5px solid #d0e8df; border-radius: 8px; padding: 11px 14px; outline: none; transition: border-color .2s; width: 100%; box-sizing: border-box; }
.zk-form-input:focus { border-color: var(--teal); background: #fff; }
.zk-form-textarea { resize: vertical; min-height: 110px; }
.zk-form-file { font-size: 13px; color: #5a7a6e; }
.zk-careers-submit { align-self: flex-start; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; border: none; padding: 13px 28px; border-radius: 8px; }
.zk-form-msg { padding: 14px 18px; border-radius: 10px; font-size: 14px; font-weight: 500; margin-bottom: 16px; }
.zk-form-msg.success { background: #e1f5ee; color: #0a5542; border: 1px solid #b0dece; }
.zk-form-msg.error { background: #fdf0f0; color: #a03030; border: 1px solid #e8c0c0; }

/* Responsive */
@media (max-width: 900px) {
    .zk-hf-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
    .zk-hf-reverse { direction: ltr; }
    .zk-careers-grid { grid-template-columns: 1fr; }
    .zk-hero-center { padding: 110px 24px 60px; }
}

/* ============================================================ */
/* COLOUR OVERRIDES — grey, green & white palette               */
/* ============================================================ */

/* Force body/page backgrounds to clean white & light grey */
body { background: #f5f6f5; }
.page { background: #ffffff; }
.welcome { background: #eef3ef; }
.about-section { background: #f5f6f5; }
.partnerships-section { background: #f5f6f5; }
.services-section { background: #ffffff; }
.elearning-section { background: #ffffff; }
.contact-section { background: #f5f6f5; }
.zk-scroll-section { background: #ffffff; }
.zk-scroll-section.zk-alt-bg { background: #eef3ef; }
.zk-scroll-section.zk-dark-bg { background: #0c2218; }
.zk-home-feature.zk-feature-teal { background: #eef3ef; }
.zk-home-feature.zk-feature-dark { background: #0c2218; }
/* Ensure VR section always stays light regardless of screen size */
#section-vr { background: #eef3ef !important; color: #111 !important; }
#section-vr .zk-hf-heading { color: #555 !important; }
#section-vr .zk-hf-body { color: #333 !important; }
#section-vr .zk-hf-list li { color: #111 !important; }
#section-vr .zk-vr-tag-item { color: #0f2a20 !important; background: #fff !important; border: 1.5px solid #0d6e56 !important; font-weight: 600 !important; }
#section-vr .zk-vr-card { background: #fff !important; border: 1px solid rgba(0,0,0,.1) !important; }

/* Navbar white */
#zkNavbar, .zk-navbar { background: #ffffff !important; border-bottom: 1px solid #dde6dd; }

/* Footer dark green */
.site-footer, footer { background: #0c2218 !important; }

/* ============================================================ */
/* HERO PHOTO LAYER                                             */
/* ============================================================ */
.zk-hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.zk-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    filter: brightness(0.35) saturate(0.9);
}
/* Geo shapes sit on top of photo with reduced opacity */
.zk-hero-bg { z-index: 1; }
.zk-hero-center { z-index: 3; }
.hero-ticker { z-index: 4 !important; }
.hero-scroll { z-index: 4 !important; }
/* Stronger overlay for readability */
.hero-grid-overlay {
    background: linear-gradient(
        to bottom,
        rgba(12,34,24,0.45) 0%,
        rgba(12,34,24,0.65) 60%,
        rgba(12,34,24,0.80) 100%
    ) !important;
    z-index: 2;
}

/* ============================================================ */
/* COMPREHENSIVE MOBILE STYLES                                   */
/* ============================================================ */
@media (max-width: 768px) {

    /* ── NAVBAR ── */
    .zk-navbar { padding: 0 16px !important; height: 60px !important; }
    .zk-brand-name { font-size: 13px !important; }
    .zk-brand-logo { width: 32px !important; height: 32px !important; }

    /* ── HERO ── */
    .zk-hero-new { min-height: 100svh; }
    .zk-hero-center { padding: 90px 20px 70px !important; }
    .zk-hero-eyebrow { font-size: 10px !important; letter-spacing: .08em !important; }
    .zk-hero-headline { font-size: 34px !important; line-height: 1.1 !important; }
    .zk-hero-sub { font-size: 14px !important; line-height: 1.6 !important; }
    .zk-hero-pills { gap: 7px !important; }
    .zk-pill { font-size: 11px !important; padding: 5px 12px !important; }
    .hero-cta-row { flex-direction: column !important; gap: 10px !important; align-items: center !important; }
    .btn-gold, .btn-ghost { width: 100% !important; justify-content: center !important; text-align: center !important; font-size: 12px !important; padding: 13px 20px !important; }
    .hero-ticker { font-size: 9px !important; }
    .hero-scroll { display: none !important; }

    /* ── MARQUEE ── */
    .marquee-div { padding: 10px 0 !important; }
    .marquee-item-div { font-size: 11px !important; letter-spacing: 1px !important; gap: 24px !important; }

    /* ── WELCOME ── */
    .welcome { padding: 60px 20px !important; grid-template-columns: 1fr !important; gap: 40px !important; }
    .welcome h2 { font-size: 32px !important; }
    .welcome-text { font-size: 14px !important; }
    .stat-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    .stat-num { font-size: 36px !important; }

    /* ── FEATURE BLOCKS ── */
    .zk-home-feature { padding: 50px 0 !important; }
    .zk-hf-inner { grid-template-columns: 1fr !important; gap: 32px !important; padding: 0 20px !important; }
    .zk-hf-reverse { direction: ltr !important; }
    .zk-hf-heading { font-size: 26px !important; }
    .zk-hf-body { font-size: 14px !important; }
    .zk-lms-card { padding: 20px !important; }
    .zk-lms-title { font-size: 15px !important; }
    .zk-vr-card { padding: 20px !important; }
    .zk-vr-svg { width: 150px !important; }

    /* ── SECTIONS ── */
    .zk-section-inner { padding: 50px 20px !important; }
    .section-title { font-size: 28px !important; }
    .section-label { font-size: 10px !important; }
    .zk-preview-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
    .zk-preview-card { padding: 20px 16px !important; }
    .zk-visit-cta { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }

    /* ── SERVICES ── */
    .services-section { padding: 50px 20px !important; }
    .services-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .service-card { padding: 24px 20px !important; }
    .button-group { gap: 6px !important; }
    .btn-tag { font-size: 11px !important; padding: 6px 12px !important; }

    /* ── ELEARNING ── */
    .elearning-section { padding: 50px 20px !important; }
    .elearning-course-grid { grid-template-columns: 1fr !important; }
    .elearning-why-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    .elearning-why-card { padding: 16px !important; }
    .lms-tabs { flex-wrap: wrap !important; gap: 6px !important; }
    .lms-tab { font-size: 11px !important; padding: 6px 12px !important; }
    .lms-auth-prompt { flex-direction: column !important; gap: 16px !important; padding: 20px !important; }
    .lms-auth-actions { flex-direction: column !important; width: 100% !important; }
    .lms-enrol-btn { width: 100% !important; text-align: center !important; }
    .elearning-cta-banner { flex-direction: column !important; gap: 20px !important; padding: 28px 20px !important; }

    /* ── ABOUT ── */
    .about-section { padding: 50px 20px !important; }
    .about-grid { grid-template-columns: 1fr !important; gap: 16px !important; }

    /* ── CLIENTS / PARTNERS ── */
    .partnerships-section { padding: 50px 20px !important; }
    .partner-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    .zk-logo-strip { flex-direction: column !important; align-items: stretch !important; }
    .zk-logo-item { max-width: 100% !important; flex-direction: row !important; gap: 14px !important; padding: 14px 16px !important; }
    .affil-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
    .zk-clients-grid { grid-template-columns: repeat(3,1fr) !important; gap: 10px !important; }
    .zk-client-logo-wrap { height: 60px !important; padding: 10px 8px !important; }
    .zk-client-logo-wrap img { max-height: 38px !important; max-width: 90px !important; }
    .zk-client-info { padding: 6px 8px !important; }
    .zk-client-name { font-size: 9px !important; }
    .zk-client-sector { font-size: 8px !important; }

    /* ── CAREERS ── */
    .zk-careers-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
    .zk-careers-form-wrap { padding: 20px !important; }
    .zk-careers-submit { width: 100% !important; }

    /* ── CONTACT ── */
    .contact-section { padding: 50px 20px !important; }
    .contact-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
    .zk-contact-preview { grid-template-columns: 1fr !important; }

    /* ── BACK BTN ── */
    .zk-back-home { padding: 16px 20px 0 !important; }

    /* ── GALLERY ── */
    .gallery-lightbox-inner { padding: 20px !important; }
    .gallery-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }

    /* ── LOGO STRIP ── */
    .zk-logo-strip { gap: 10px !important; }

    /* ── FOOTER ── */
    .footer-inner { flex-direction: column !important; gap: 16px !important; padding: 24px 20px !important; text-align: center !important; }
    .footer-links { flex-wrap: wrap !important; justify-content: center !important; gap: 12px !important; }
}

@media (max-width: 480px) {
    .zk-hero-headline { font-size: 28px !important; }
    .partner-grid { grid-template-columns: 1fr !important; }
    .affil-grid { grid-template-columns: 1fr 1fr !important; }
    .zk-clients-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
    .elearning-why-grid { grid-template-columns: 1fr !important; }
    .stat-grid { grid-template-columns: 1fr 1fr !important; }
}

/* ============================================================ */
/* COURSE CARDS — match elearning.ziyakhaengineering.co.za style */
/* ============================================================ */

/* Grid: 4 columns on desktop, responsive */
.elearning-course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 24px;
}

/* Card reset — new style */
.elearning-course-card {
    background: #ffffff;
    border: 1px solid #e0e8e0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.elearning-course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(13,110,86,0.13);
}

/* Course image */
.zk-course-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #eef3ef;
}
.zk-course-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.elearning-course-card:hover .zk-course-img-wrap img {
    transform: scale(1.04);
}

/* HOT badge */
.zk-course-hot {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e02020;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    z-index: 2;
}

/* Card body */
.zk-course-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}
.zk-course-body .elearning-course-badge {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #5a7a6e;
    text-transform: none;
    letter-spacing: 0;
    background: none;
    padding: 0;
    border-radius: 0;
}
.zk-course-body h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a2a24;
    line-height: 1.4;
    margin: 0;
}
.zk-course-body .elearning-course-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.zk-course-body .elearning-course-meta span {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #7a9a8a;
    display: flex;
    align-items: center;
    gap: 4px;
}
.zk-course-body .lms-enrol-btn {
    margin-top: auto;
    padding-top: 14px;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #0d6e56;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.zk-course-body .lms-enrol-btn:hover { background: #0a8a6a; }

/* Hide old card elements not used in new style */
.elearning-course-card .elearning-course-icon-large,
.elearning-course-card > p,
.elearning-course-card .elearning-course-list,
.elearning-course-card .lms-progress-label,
.elearning-course-card .lms-progress-wrap,
.elearning-course-card > .elearning-course-badge,
.elearning-course-card > .elearning-course-meta,
.elearning-course-card > .lms-enrol-btn { display: none; }

/* ============================================================ */
/* FONT CONSISTENCY — Barlow everywhere                          */
/* ============================================================ */
*, *::before, *::after {
    font-family: 'Barlow', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.section-title, .zk-hf-heading, .zk-hero-headline,
.company-name, .btn-gold, .btn-ghost, .zk-cta-btn,
.service-num, .service-card h3, .about-item h3,
.partner-card-name, .affil-fallback-name,
.marquee-item-div, .stat-num,
.zk-careers-form-wrap h3, .zk-careers-info h3 {
    font-family: 'Barlow Condensed', sans-serif;
}
.section-label, .hero-ticker, .hero-scroll,
.hero-tagline-small, .ci-label, .lms-tab,
.elearning-course-badge, .lms-progress-label {
    font-family: 'Share Tech Mono', monospace;
}

/* ============================================================ */
/* COURSE GRID RESPONSIVE                                        */
/* ============================================================ */
@media (max-width: 1100px) {
    .elearning-course-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .elearning-course-grid { grid-template-columns: 1fr; }
    .zk-course-img-wrap { aspect-ratio: 16/8; }
}

/* ============================================================ */
/* VR CARD — remove Launching 2025 gap                          */
/* ============================================================ */
.zk-vr-card { padding-bottom: 20px; }
