.elementor-24 .elementor-element.elementor-element-42abc89{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e14f4de */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #070F1C;
  color: #ffffff;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }

/* =====================================================
   SECTION BACKGROUNDS — 2 dark, 1 light, 1 special
===================================================== */
.sec       { padding: 88px 0; position: relative; overflow: hidden; }
.dark1     { background: #070F1C; color: #ffffff; }  /* primary dark — navy */
.dark2     { background: #0C1830; color: #ffffff; }  /* secondary dark — deep navy */
.dark3     { background: #0C1830; color: #ffffff; }  /* alias of dark2 */
.pain-bg   { background: #09111E; color: #ffffff; }  /* pain section */
.light1    { background: #F4F0E8; color: #1A2030; }  /* unified light — warm off-white */
.light2    { background: #F4F0E8; color: #1A2030; }  /* same — single light tone */

.dark1::after, .dark2::after, .dark3::after, .pain-bg::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.028'/%3E%3C/svg%3E");
}
.sec > .w,
.sec > .ws { position: relative; z-index: 1; }

.w  { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.ws { max-width: 820px;  margin: 0 auto; padding: 0 24px; }
.tc { text-align: center; }

/* =====================================================
   TYPOGRAPHY
===================================================== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: #C8960C; margin-bottom: 14px;
}
.eyebrow::before, .eyebrow::after {
  content: ''; display: block; width: 26px; height: 1px; background: #C8960C; opacity: 0.5;
}
.eyebrow.eg  { color: #00A47B; }
.eyebrow.eg::before,  .eyebrow.eg::after  { background: #00A47B; }
.eyebrow.edk { color: #1A2030; }
.eyebrow.edk::before, .eyebrow.edk::after { background: #1A2030; }
.eyebrow.ec  { justify-content: center; }
.eyebrow.nl::before, .eyebrow.nl::after   { display: none; }

.h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 900; line-height: 1.15; margin-bottom: 16px;
}
.h2 .cg  { color: #F0BA28; }
.h2 .cgr { color: #00C896; }

.sub {
  font-size: 1.04rem; line-height: 1.75; color: #C8D0DC;
  margin-bottom: 44px; max-width: 660px;
}
.light1 .sub, .light2 .sub { color: #3A4455; }
.tc .sub { margin-left: auto; margin-right: auto; }

/* =====================================================
   SHIMMER BUTTON
===================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 9px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #C8960C, #F0BA28);
  color: #040810; font-family: 'DM Sans', sans-serif;
  font-weight: 700; font-size: 1rem;
  padding: 15px 32px; border-radius: 50px;
  box-shadow: 0 8px 26px rgba(200,150,12,0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  cursor: pointer; border: none; white-space: nowrap; text-decoration: none;
}
.btn::after {
  content: ''; position: absolute; top: 0; left: -110%; width: 65px; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg); animation: shimmer 2.8s infinite;
}
@keyframes shimmer { 0%{left:-110%} 55%,100%{left:155%} }
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(200,150,12,0.55); color: #040810; }
.btn .arr { display: inline-block; transition: transform 0.28s ease; }
.btn:hover .arr { transform: translateX(5px); }
.btn-sm { font-size: 0.88rem; padding: 10px 22px; }

.cta-wrap { text-align: center; margin-top: 44px; }
.cta-note { font-size: 0.8rem; color: #8896AA; margin-top: 10px; }
.cta-note strong { color: #00C896; }
.cta-note .fr { color: #00C896; font-weight: 700; }
.btn-row { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 28px; }

/* =====================================================
   NAV
===================================================== */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 8000;
  padding: 8px 0;
  background: rgba(4,8,16,0.92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.28s ease;
}
.nav-in {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 100%; margin: 0; padding: 0 40px;
}
.nav-logo { height: 44px; width: auto; max-height: 44px; object-fit: contain; display: block; }

/* =====================================================
   HERO
===================================================== */
#hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(200,150,12,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,150,12,0.06) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 50%, rgba(200,150,12,0.11) 0%, transparent 55%),
    radial-gradient(ellipse at 82% 20%, rgba(0,200,150,0.07) 0%, transparent 50%),
    #070F1C;
  background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%, 100% 100%;
  display: flex; align-items: center;
  padding-top: 80px; padding-bottom: 50px;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; position: relative;
}
.hero-video-col { position: relative; }
.hero-video-col .vid-wrap { position: relative; z-index: 1; }

.live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,150,12,0.12); border: 1px solid rgba(200,150,12,0.3);
  color: #F0BA28; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 20px;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #00C896; animation: lp 1.5s infinite; }
@keyframes lp { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.5)} }

.hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 900; line-height: 1.1; margin-bottom: 18px; color: #ffffff;
}
.hero-h1 .cgr { color: #00C896; }
.hero-p { font-size: 1.04rem; color: #C8D0DC; line-height: 1.75; margin-bottom: 26px; }
.hero-p strong { color: #ffffff; }
.hero-p .cg { color: #F0BA28; }

.meta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 26px; }
.meta-chip {
  display: flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.09);
  padding: 9px 14px; border-radius: 11px;
}
.mi { font-size: 1.05rem; }
.ml { font-size: 0.66rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.2; }
.mv { font-size: 0.9rem; font-weight: 600; color: #ffffff; line-height: 1.3; }
.mv.dyn { color: #F0BA28; }

.vid-wrap {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 48px rgba(0,0,0,0.45);
  background: #0C1830;
}
.vid-ratio { position: relative; padding-bottom: 56.25%; height: 0; }
.vid-ratio iframe { position: absolute; top:0; left:0; width:100%; height:100%; border:none; display:block; }
.vid-cap { padding: 11px 16px; text-align: center; font-size: 0.76rem; color: #8896AA; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.08); }

/* =====================================================
   STATS BAR
===================================================== */
#stats {
  background: linear-gradient(90deg, #0C1830, #0F2040);
  border-top: 1px solid rgba(200,150,12,0.2);
  border-bottom: 1px solid rgba(200,150,12,0.2);
  padding: 36px 0; position: relative; z-index: 1;
}
.stats-g { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-i { text-align: center; padding: 18px 12px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-i:last-child { border-right: none; }
.sn {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem,2.7vw,2.5rem); font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, #F0BA28, #F5D87A);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; display: block; margin-bottom: 6px;
}
.sl { font-size: 0.77rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.08em; }

/* =====================================================
   PAIN POINTS
===================================================== */
.pain-deco {
  display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 8px;
}
.pain-deco::before { content:''; flex:1; max-width:90px; height:1px; background:linear-gradient(90deg,transparent,#C8960C); }
.pain-deco::after  { content:''; flex:1; max-width:90px; height:1px; background:linear-gradient(90deg,#C8960C,transparent); }
.pain-h {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem,2.7vw,2.2rem); font-weight: 900;
  text-align: center; line-height: 1.2; margin-bottom: 10px; color: #ffffff;
}
.pain-h .cg { color: #F0BA28; }
.pain-sub { text-align: center; color: #C8D0DC; font-size: 0.97rem; line-height: 1.75; margin: 0 auto 44px; max-width: 620px; }

.traps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 40px; }
.trap {
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px; padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.trap::before {
  content: ''; position: absolute; top:0; left:0; width: 3px; height: 100%;
  background: linear-gradient(180deg, #C8960C, transparent);
}
.trap:hover { border-color: rgba(200,150,12,0.32); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.45); }
.trap-ico { font-size: 1.55rem; margin-bottom: 12px; display: block; }
.trap-ttl { font-weight: 700; font-size: 0.95rem; color: #ffffff; margin-bottom: 7px; }
.trap-txt { font-size: 0.83rem; color: #8896AA; line-height: 1.65; }

/* =====================================================
   OUTCOMES
===================================================== */
.outcomes { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.oc {
  display: flex; align-items: flex-start; gap: 13px;
  background: rgba(0,200,150,0.07); border: 1px solid rgba(0,200,150,0.18);
  border-radius: 12px; padding: 15px 17px;
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}
.oc:hover { border-color: rgba(0,200,150,0.4); background: rgba(0,200,150,0.11); transform: translateY(-2px); }
.oc-tick {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #00C896, #00A47B);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.77rem; color: #fff; font-weight: 800;
  box-shadow: 0 0 16px rgba(0,200,150,0.3);
}
.oc-txt { font-size: 0.94rem; color: #1A2030; font-weight: 500; line-height: 1.55; }
.oc-txt strong { color: #1A2030; }

/* =====================================================
   CURRICULUM
===================================================== */
.curr { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.lesson {
  background: #ffffff; border: 1px solid #E2DDD0;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.lesson:hover { transform: translateY(-4px); box-shadow: 0 10px 36px rgba(0,0,0,0.12); }
.lh { padding: 15px 20px; background: #070F1C; color: #ffffff; display: flex; align-items: center; gap: 12px; }
.li { font-size: 1.4rem; flex-shrink: 0; }
.ln { font-size: 0.66rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 2px; }
.lt { font-family: 'Playfair Display', Georgia, serif; font-size: 0.97rem; font-weight: 700; line-height: 1.3; }
.lb { padding: 18px 20px; }
.lb p { color: #3A4455; font-size: 0.9rem; line-height: 1.7; }
.tag { display: inline-block; margin-top: 11px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 50px; }
.tg  { background: rgba(200,150,12,0.1);  color: #C8960C; border: 1px solid rgba(200,150,12,0.25); }
.tb  { background: rgba(30,143,255,0.1);  color: #0A6FCC; border: 1px solid rgba(30,143,255,0.2); }
.tgr { background: rgba(0,200,150,0.12);  color: #00A47B; border: 1px solid rgba(0,200,150,0.25); }

.prop {
  background: linear-gradient(135deg, rgba(200,150,12,0.08), rgba(30,143,255,0.05));
  border: 1px solid rgba(200,150,12,0.2); border-radius: 14px;
  padding: 18px 24px; text-align: center; margin-top: 26px;
  font-size: 0.87rem; color: #8896AA; line-height: 1.75;
}
.prop strong { color: #F0BA28; }

/* =====================================================
   TIMELINE
===================================================== */
.tl-outer { position: relative; }
.tl-line  {
  position: absolute; left: 30px; top: 31px; bottom: 31px;
  width: 2px;
  background: linear-gradient(180deg, #C8960C, #00C896, #1E8FFF);
  z-index: 0;
}
.tl-item  { display: flex; gap: 26px; align-items: flex-start; padding-bottom: 40px; position: relative; z-index: 1; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot   {
  width: 62px; min-width: 62px; height: 62px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem; font-weight: 900; border: 3px solid;
  background: #F4F0E8; position: relative; z-index: 2;
}
.dot-g  { border-color: #C8960C; color: #C8960C; }
.dot-gr { border-color: #00C896; color: #00C896; }
.dot-b  { border-color: #1E8FFF; color: #1E8FFF; }
.tl-body  { padding-top: 12px; }
.tl-time  { font-size: 0.7rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 5px; }
.tl-name  { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-weight: 700; color: #1A2030; margin-bottom: 8px; }
.tl-desc  { font-size: 0.92rem; color: #3A4455; line-height: 1.7; }

/* =====================================================
   QUALIFY
===================================================== */
.qual-g { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.qual-c { border-radius: 18px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); display: flex; flex-direction: column; }
.qual-h { padding: 22px 26px; font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-weight: 900; flex-shrink: 0; }
.qy { background: linear-gradient(135deg, rgba(0,200,150,0.18), rgba(0,200,150,0.04)); color: #00A47B; border-bottom: 2px solid #00C896; }
.qn { background: linear-gradient(135deg, rgba(200,30,30,0.14), rgba(200,30,30,0.03)); color: #B91C1C; border-bottom: 2px solid #DC2626; }
.qual-b { background: #ffffff; border: 1px solid #E2DDD0; border-top: none; padding: 22px 26px; flex: 1; }
.qi     { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 16px; }
.qi:last-child { margin-bottom: 0; }
.qe { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.qt { font-size: 1rem; color: #1A2030; font-weight: 500; line-height: 1.55; }

/* =====================================================
   COACHES — portrait fix
===================================================== */
.cch-g { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.cch-c {
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px; overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.cch-c:hover { transform: translateY(-5px); box-shadow: 0 12px 44px rgba(0,0,0,0.5); border-color: rgba(200,150,12,0.25); }

/* Portrait photo container — taller for portrait images */
.cch-img {
  height: 340px; /* taller for portrait */
  overflow: hidden; position: relative;
  background: #F7F7F7;
}
.cch-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.cch-c:hover .cch-img img { transform: scale(1.04); }
.cch-bdg {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(4,8,16,0.85); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 5px 12px; border-radius: 50px;
  font-size: 0.72rem; color: #F0BA28; font-weight: 600;
}
.cch-inf { padding: 22px 24px; }
.cch-n { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 4px; color: #ffffff; }
.cch-r { font-size: 0.76rem; color: #C8960C; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 13px; }
.cch-b { font-size: 0.9rem; color: #C8D0DC; line-height: 1.75; margin-bottom: 16px; }
.pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pill  { font-size: 0.7rem; padding: 4px 10px; border-radius: 50px; font-weight: 600; }
.pg  { background: rgba(200,150,12,0.12); color: #C8960C; border: 1px solid rgba(200,150,12,0.25); }
.pb  { background: rgba(30,143,255,0.1);  color: #1E8FFF; border: 1px solid rgba(30,143,255,0.2); }
.pgr { background: rgba(0,200,150,0.1);   color: #00C896; border: 1px solid rgba(0,200,150,0.2); }

/* NISM certificates grid */
.nism-block { margin-top: 36px; }
.nism-title { font-size: 0.8rem; font-weight: 600; color: #8896AA; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; text-align: center; }
.nism-grid  { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.nism-cert  {
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(200,150,12,0.25);
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  cursor: pointer; background: #fff;
}
.nism-cert:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.nism-cert img { width: 100%; height: 160px; object-fit: cover; object-position: top; display: block; }
.nism-cert-lbl { padding: 8px 12px; font-size: 0.72rem; font-weight: 600; color: #C8960C; background: #040810; text-align: center; letter-spacing: 0.06em; text-transform: uppercase; }

.trust {
  background: linear-gradient(135deg, rgba(200,150,12,0.07), rgba(30,143,255,0.04));
  border: 1px solid rgba(200,150,12,0.15); border-radius: 20px;
  padding: 40px 44px; margin-top: 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.trust-text { flex: 1; }
.trust h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; font-weight: 900; margin-bottom: 10px; color: #ffffff; }
.trust p  { font-size: 0.9rem; color: #C8D0DC; line-height: 1.75; }
.trust-ns {
  display: flex; flex-direction: row; gap: 32px;
  align-items: center; flex-shrink: 0;
}
.trust-num-item { text-align: center; }
.tn-big   { font-family: 'Playfair Display', Georgia, serif; font-size: 2.2rem; font-weight: 900; color: #F0BA28; display: block; line-height: 1; margin-bottom: 6px; }
.tn-lbl   { font-size: 0.68rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.1em; }

.media-s  { margin-top: 28px; text-align: center; }
.media-l  { font-size: 0.72rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; }
.media-ls { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.mchip    { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.09); padding: 7px 14px; border-radius: 8px; font-size: 0.78rem; font-weight: 700; color: #C8D0DC; transition: border-color 0.28s ease, color 0.28s ease; }
.mchip:hover { border-color: rgba(200,150,12,0.4); color: #F0BA28; }

/* =====================================================
   TESTIMONIALS — masonry + video grid
===================================================== */
.t-intro { font-size: 0.9rem; color: #8896AA; text-align: center; margin-bottom: 32px; }

/* Masonry screenshot grid */
.masonry-grid {
  columns: 3; column-gap: 16px; margin-bottom: 44px;
}
.masonry-item {
  break-inside: avoid; margin-bottom: 16px; display: block;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.32s ease, border-color 0.28s ease;
  position: relative; cursor: default;
}
.masonry-item:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 16px 48px rgba(0,0,0,0.6);
  border-color: rgba(200,150,12,0.35);
  z-index: 2;
}
.masonry-item img { width: 100%; display: block; height: auto; }
.masonry-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7,15,28,0.5) 100%);
  opacity: 0; transition: opacity 0.28s ease; pointer-events: none;
}
.masonry-item:hover::after { opacity: 1; }

/* Wistia video grid */
.w-grid  { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 36px; }
.w-item  {
  border-radius: 14px; overflow: hidden;
  background: #0C1830; box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.w-item:hover { transform: translateY(-3px); box-shadow: 0 8px 36px rgba(0,0,0,0.5); }
.w-item iframe { width:100%; height:100%; border:none; display:block; }
.w-item wistia-player { display: block; width: 100%; }

/* =====================================================
   FAQ
===================================================== */
.faql { display: flex; flex-direction: column; gap: 11px; }
.faqit {
  background: #ffffff; border: 1px solid #E2DDD0;
  border-radius: 12px; overflow: hidden; transition: border-color 0.28s ease;
}
.faqit.open { border-color: rgba(200,150,12,0.4); }
.faqq {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 22px; cursor: pointer;
  font-weight: 600; font-size: 0.96rem; color: #1A2030; user-select: none;
}
.faqq span.faqic {
  width: 28px; height: 28px; min-width: 28px; border-radius: 50%;
  background: rgba(200,150,12,0.1); border: 1px solid rgba(200,150,12,0.22);
  display: flex; align-items: center; justify-content: center;
  color: #C8960C; font-size: 1rem; font-weight: 700; line-height: 1;
  transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}
.faqit.open .faqic { background: #C8960C; color: #040810; transform: rotate(45deg); }
.faqa {
  display: none; padding: 14px 22px 18px;
  font-size: 0.9rem; color: #3A4455; line-height: 1.8;
  border-top: 1px solid #E2DDD0;
}

/* =====================================================
   FINAL CTA
===================================================== */
#final {
  background:
    radial-gradient(ellipse at 50% 0%,   rgba(200,150,12,0.15), transparent 60%),
    radial-gradient(ellipse at 80% 100%, rgba(0,200,150,0.08),  transparent 50%),
    #070F1C;
  padding: 100px 0 130px; text-align: center;
}
.ft { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem,3.6vw,2.9rem); font-weight: 900; line-height: 1.15; margin-bottom: 16px; color: #ffffff; }
.ft .cg { color: #F0BA28; }
.fs { font-size: 1.04rem; color: #C8D0DC; line-height: 1.75; max-width: 540px; margin: 0 auto 26px; }
.fs strong { color: #ffffff; }
.fq { font-size: 0.86rem; color: #8896AA; font-style: italic; margin-top: 20px; }

/* =====================================================
   FOOTER
===================================================== */
footer {
  background: #070F1C; border-top: 1px solid rgba(255,255,255,0.08);
  padding: 36px 40px 110px; text-align: center; width: 100%;
}
.flogo { height: 56px; margin: 0 auto 14px; object-fit: contain; }
.ftxt  { font-size: 0.8rem; color: #8896AA; line-height: 1.7; }
.fdisc { font-size: 0.72rem; color: #8896AA; max-width: 680px; margin: 14px auto 0; line-height: 1.65; opacity: 0.6; }

/* =====================================================
   STICKY BAR
===================================================== */
#sbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 7999;
  padding: 0;
  transition: opacity 0.35s ease;
}
.sbar-in {
  background: rgba(7,15,28,0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(200,150,12,0.28);
  border-radius: 20px 20px 0 0;
  padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%;
  box-shadow: 0 -4px 30px rgba(0,0,0,0.45);
}
.sbl  { display: flex; flex-direction: column; gap: 2px; }
.sbll { font-size: 0.65rem; color: #8896AA; text-transform: uppercase; letter-spacing: 0.1em; }
.sblv { font-weight: 700; color: #F0BA28; font-size: 0.9rem; }

/* =====================================================
   CERT LIGHTBOX
===================================================== */
#certLightbox {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(4,8,16,0.95); backdrop-filter: blur(8px);
  align-items: center; justify-content: center; padding: 20px;
}
#certLightbox.active { display: flex; }
#certLightbox img { max-width: 90vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 8px 48px rgba(0,0,0,0.8); }
#certLightbox .lb-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 2rem; color: #ffffff; cursor: pointer; line-height: 1;
  background: rgba(255,255,255,0.1); border-radius: 50%;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease;
}
#certLightbox .lb-close:hover { background: rgba(200,150,12,0.3); }

/* =====================================================
   RESPONSIVE — 900px tablet, 600px mobile, 400px small
===================================================== */
@media (max-width: 900px) {
  .hero-grid        { grid-template-columns: 1fr; gap: 36px; }
  .hero-video-col::before { display: none; }
  .cch-g            { grid-template-columns: 1fr; }
  .qual-g           { grid-template-columns: 1fr; }
  .trust            { flex-direction: column; align-items: flex-start; gap: 24px; }
  .trust-ns         { flex-direction: row; justify-content: flex-start; gap: 32px; width: 100%; }
  .stats-g          { grid-template-columns: repeat(2,1fr); }
  .traps            { grid-template-columns: 1fr 1fr; }
  .outcomes         { grid-template-columns: 1fr; }
  .curr             { grid-template-columns: 1fr; }
  .w-grid           { grid-template-columns: 1fr; }
  .masonry-grid     { columns: 2; }
  .nism-grid        { grid-template-columns: 1fr 1fr; }
  .hero-h1          { font-size: clamp(1.9rem, 5vw, 2.8rem); }
  .btn-row          { align-items: stretch; }
  .btn-row .btn     { width: 100%; text-align: center; justify-content: center; }
}

@media (max-width: 600px) {
  /* Spacing */
  .sec              { padding: 56px 0; }
  #hero             { padding-top: 72px; padding-bottom: 44px; }
  #final            { padding-top: 64px; padding-bottom: 100px; }
  footer            { padding-bottom: 100px; padding-left: 16px; padding-right: 16px; }

  /* Typography */
  .hero-h1          { font-size: 1.85rem; }
  .h2               { font-size: 1.65rem; }
  .ft               { font-size: 1.65rem; }

  /* Grids → single column */
  .traps            { grid-template-columns: 1fr; }
  .qual-g           { grid-template-columns: 1fr; }
  .stats-g          { grid-template-columns: 1fr 1fr; }
  .nism-grid        { grid-template-columns: 1fr 1fr; }
  .masonry-grid     { columns: 1; }
  .w-grid           { grid-template-columns: 1fr; }

  /* Hero meta chips */
  .meta-row         { flex-direction: column; gap: 8px; }
  .meta-chip        { width: 100%; }

  /* Buttons */
  .btn-row          { align-items: stretch; }
  .btn-row .btn     { width: 100%; justify-content: center; }
  .cta-wrap .btn    { width: auto; max-width: 100%; }

  /* Coach image height */
  .cch-img          { height: 260px; }

  /* Trust block */
  .trust            { padding: 22px 18px; gap: 20px; }
  .trust-ns         { gap: 18px; flex-wrap: wrap; }
  .tn-big           { font-size: 1.6rem; }

  /* Stats */
  .stat-i           { padding: 14px 8px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat-i:nth-child(odd)  { border-right: 1px solid rgba(255,255,255,0.08); }
  .stat-i:last-child      { border-bottom: none; }
  .stat-i:nth-last-child(2) { border-bottom: none; }

  /* Sticky bar */
  .sbar-in          { border-radius: 20px 20px 0 0; padding: 12px 16px; gap: 12px; }
  .sblv             { font-size: 0.82rem; }
  .btn-sm           { font-size: 0.82rem; padding: 9px 16px; }

  /* Timeline dots stay centred */
  .tl-line          { left: 30px; }
  .tl-dot           { width: 52px; min-width: 52px; height: 52px; font-size: 1.1rem; }
  .tl-item          { gap: 18px; }

  /* Nav */
  .nav-in           { padding: 0 16px; }
  .nav-logo         { height: 36px; }
  .nav-in .btn      { font-size: 0.8rem; padding: 8px 14px; }

  /* Wistia item min-height on mobile */
  .w-item           { min-height: 200px; }

  /* Final CTA meta chips */
  #final .meta-row  { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 400px) {
  .hero-h1          { font-size: 1.65rem; }
  .h2               { font-size: 1.45rem; }
  .nism-grid        { grid-template-columns: 1fr; }
  .trust-ns         { flex-direction: column; gap: 12px; }
  .trust-num-item   { display: flex; align-items: center; gap: 10px; }
  .trust-num-item .tn-big { margin-bottom: 0; }
}/* End custom CSS */