
/* JASOUR REAL UI v8
   Every UI element is real HTML/CSS. Raster assets are used only as photos/logo.
*/
:root{
  --j8-bg:#020b15;
  --j8-bg2:#031525;
  --j8-panel:#061a2e;
  --j8-panel2:#08233c;
  --j8-gold:#f5b51b;
  --j8-gold2:#ffd45a;
  --j8-gold3:#c77e00;
  --j8-text:#f8fafc;
  --j8-muted:#9eafc0;
  --j8-line:rgba(245,181,27,.30);
  --j8-softline:rgba(255,255,255,.08);
  --j8-green:#20b96c;
  --j8-red:#ed5b64;
  --j8-blue:#4aa9ff;
  --j8-radius:18px;
  --j8-shadow:0 18px 55px rgba(0,0,0,.28);
  --j8-max:1210px;
}
html{scroll-behavior:smooth;background:var(--j8-bg)}
body{
  margin:0!important;direction:rtl;color:var(--j8-text)!important;background:var(--j8-bg)!important;
  font-family:Vazirmatn,IRANSansX,IRANSans,Tahoma,Arial,sans-serif!important;overflow-x:hidden
}
*,*::before,*::after{box-sizing:border-box}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
body.j8-active > header:not(#j8-root *),
body.j8-active > main:not(#j8-root *),
body.j8-active > footer:not(#j8-root *),
body.j8-active > .site-header,
body.j8-active > .site-footer{display:none!important}
#j8-root{min-height:100vh;color:var(--j8-text);background:
  radial-gradient(900px 450px at 90% 0,rgba(27,87,135,.22),transparent 68%),
  linear-gradient(180deg,#020c17,#03111f 38%,#020b15)}
.j8-wrap{width:min(var(--j8-max),calc(100% - 38px));margin-inline:auto}
.j8-section{padding:52px 0;position:relative}
.j8-section.alt{background:linear-gradient(180deg,rgba(7,29,50,.48),rgba(3,17,31,.20));border-block:1px solid rgba(245,181,27,.08)}
.j8-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}
.j8-h2{margin:0;color:#fff!important;font-size:clamp(27px,3.1vw,40px);line-height:1.35;font-weight:1000;letter-spacing:-.7px}
.j8-h2 .gold,.gold{color:var(--j8-gold2)!important}
.j8-sub{margin:7px 0 0;color:var(--j8-muted)!important;font-size:14px}
.j8-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--j8-gold2);font-size:13px;font-weight:900}
.j8-kicker::before,.j8-kicker::after{content:"";width:35px;height:1px;background:linear-gradient(90deg,transparent,var(--j8-gold))}
.j8-card{background:linear-gradient(180deg,rgba(8,31,52,.98),rgba(4,19,33,.98));border:1px solid var(--j8-line);border-radius:var(--j8-radius);box-shadow:0 15px 42px rgba(0,0,0,.20);overflow:hidden;transition:.2s ease}
.j8-card:hover{border-color:rgba(245,181,27,.56);transform:translateY(-3px);box-shadow:var(--j8-shadow),0 0 26px rgba(245,181,27,.08)}
.j8-pad{padding:21px}
.j8-card h3,.j8-card h4{color:#fff!important;margin-top:0}
.j8-card p{color:var(--j8-muted)!important}
.j8-btn{
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border:1px solid #f6b81f;
  border-radius:10px;color:#08111a!important;background:linear-gradient(180deg,#ffd75e,#f1aa11);font-weight:1000;cursor:pointer;
  box-shadow:0 8px 22px rgba(245,181,27,.16);transition:.17s ease
}
.j8-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(245,181,27,.27)}
.j8-btn.secondary{color:#f5f8fb!important;background:rgba(5,24,41,.82);border-color:rgba(245,181,27,.45);box-shadow:none}
.j8-btn.secondary:hover{background:rgba(245,181,27,.09)}
.j8-btn.small{min-height:38px;padding:7px 13px;font-size:12px}
.j8-btn.block{width:100%}
.j8-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;color:#ffe397;background:rgba(245,181,27,.10);border:1px solid rgba(245,181,27,.29);font-size:11px;font-weight:900}
.j8-badge.green{color:#90efba;background:rgba(32,185,108,.12);border-color:rgba(32,185,108,.35)}
.j8-muted{color:var(--j8-muted)!important}

/* Header */
.j8-header{position:sticky;top:0;z-index:5000;background:rgba(2,11,21,.94);border-bottom:1px solid rgba(245,181,27,.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.j8-head{height:69px;display:flex;align-items:center;gap:20px}
.j8-brand{display:flex;align-items:center;min-width:172px}
.j8-brand img{width:170px;max-height:55px;object-fit:contain;object-position:right center}
.j8-nav{display:flex;align-items:center;gap:4px;margin-inline:auto}
.j8-nav a{position:relative;padding:10px 12px;border-radius:9px;color:#e5ebf2;font-size:13px;font-weight:800;white-space:nowrap}
.j8-nav a:hover,.j8-nav a.active{color:var(--j8-gold2);background:rgba(245,181,27,.06)}
.j8-nav a.active::after{content:"";position:absolute;right:20%;left:20%;bottom:0;height:2px;border-radius:99px;background:var(--j8-gold)}
.j8-head-actions{display:flex;align-items:center;gap:8px}
.j8-menu{display:none!important;width:42px;height:42px;padding:0!important;font-size:22px}

/* Home Hero */
.j8-hero{position:relative;min-height:555px;overflow:hidden;border-bottom:1px solid rgba(245,181,27,.34);background:
 linear-gradient(90deg,rgba(2,12,23,.90) 0 8%,rgba(4,26,45,.80) 34%,rgba(3,20,36,.80) 65%,rgba(2,12,23,.92) 100%),
 radial-gradient(ellipse at 50% 80%,rgba(29,136,72,.38),transparent 36%),#031525}
.j8-hero::before,.j8-hero::after{content:"";position:absolute;top:0;bottom:0;width:39%;background-repeat:no-repeat;background-size:cover;z-index:0;filter:saturate(1.05)}
.j8-hero::before{right:0;background-image:linear-gradient(90deg,rgba(3,20,36,1),rgba(3,20,36,.08)),url("/static/jasour-v10/hero-runner.jpg");background-position:center}
.j8-hero::after{left:0;background-image:linear-gradient(270deg,rgba(3,20,36,1),rgba(3,20,36,.05)),url("/static/jasour-v10/hero-coach.jpg");background-position:center}
.j8-hero-lines{position:absolute;inset:auto -10% -90px;height:180px;border-top:2px solid rgba(245,181,27,.55);border-radius:50%;box-shadow:0 -26px 70px rgba(245,181,27,.10);z-index:1}
.j8-hero-inner{min-height:555px;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center}
.j8-hero-copy{width:min(700px,68%);padding:48px 0}
.j8-hero-copy h1{margin:13px 0 13px;color:#fff!important;font-size:clamp(42px,5.4vw,69px);line-height:1.15;letter-spacing:-1.8px;font-weight:1000;text-shadow:0 9px 28px rgba(0,0,0,.42)}
.j8-hero-copy h1 span{display:block;color:var(--j8-gold2)}
.j8-hero-copy p{color:#d5dfe8!important;font-size:17px;line-height:2;max-width:690px;margin:0 auto}
.j8-hero-actions{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:24px}
.j8-trophy{position:absolute;left:7%;top:90px;font-size:70px;filter:drop-shadow(0 0 22px rgba(245,181,27,.48));z-index:3}
.j8-progress-arrow{position:absolute;left:9%;bottom:93px;width:280px;height:110px;border-top:10px solid var(--j8-gold);border-right:10px solid var(--j8-gold);transform:skewY(-15deg);filter:drop-shadow(0 0 15px rgba(245,181,27,.36));z-index:2}

/* feature ribbon */
.j8-feature-ribbon{position:relative;z-index:10;margin-top:-41px}
.j8-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(245,181,27,.38);border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#09233b,#051628);box-shadow:0 18px 48px rgba(0,0,0,.31)}
.j8-feature{padding:20px 13px;text-align:center;border-inline-start:1px solid rgba(255,255,255,.07)}
.j8-feature:first-child{border-inline-start:0}
.j8-feature i{display:block;font-style:normal;font-size:27px;color:var(--j8-gold);margin-bottom:5px}
.j8-feature b{display:block;color:#fff;font-size:14px}
.j8-feature small{display:block;color:#8295a9;font-size:11px;margin-top:3px}

/* Courses */
.j8-course-feature{display:grid;grid-template-columns:1.03fr 1fr;min-height:395px}
.j8-photo{position:relative;overflow:hidden;background:#07233a}
.j8-photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.04) contrast(1.03)}
.j8-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(1,9,16,.66))}
.j8-course-feature .j8-photo{min-height:395px}
.j8-course-copy{padding:25px;display:flex;flex-direction:column;justify-content:center}
.j8-course-copy h3{font-size:27px;margin:12px 0 10px}
.j8-meta{display:flex;gap:9px;flex-wrap:wrap;margin:13px 0;color:#b7c4d1;font-size:12px}
.j8-price{font-size:24px;color:var(--j8-gold2);font-weight:1000}
.j8-course-end{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}
.j8-course-side{display:grid;grid-template-columns:repeat(2,1fr);gap:17px;margin-top:18px}
.j8-mini-course{display:grid;grid-template-columns:160px 1fr;min-height:155px}
.j8-mini-course .j8-photo{height:100%}
.j8-mini-course .j8-pad{padding:16px}
.j8-mini-course h3{font-size:17px}
.j8-mini-course p{font-size:12px;line-height:1.8}

/* Instructors */
.j8-instructors{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.j8-person{text-align:center}
.j8-person-photo{height:180px;background:linear-gradient(#0b2943,#06182a);overflow:hidden}
.j8-person-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.92)}
.j8-person .j8-pad{padding:17px}
.j8-person h3{font-size:17px;margin-bottom:5px}
.j8-role{color:var(--j8-gold2);font-weight:900;font-size:12px;margin-bottom:8px}
.j8-person p{font-size:12px;line-height:1.85;min-height:66px}

/* Why */
.j8-why{display:grid;grid-template-columns:1fr 1.15fr;gap:18px}
.j8-why-photo{display:grid;grid-template-columns:1fr 1fr;min-height:295px}
.j8-why-photo .j8-photo{min-height:295px}
.j8-checks{display:grid;gap:9px;margin-top:12px}
.j8-check{display:flex;gap:9px;align-items:flex-start;color:#d4dee8;font-size:13px}
.j8-check::before{content:"✓";width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--j8-gold);color:#07111b;font-weight:1000;flex:none;margin-top:2px}
.j8-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.j8-stat{text-align:center;padding:20px 10px}
.j8-stat strong{display:block;color:var(--j8-gold2);font-size:27px}
.j8-stat span{display:block;color:#a2b1c0;font-size:11px;margin-top:4px}

/* Testimonials */
.j8-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.j8-testimonial{padding:19px}
.j8-stars{color:var(--j8-gold);letter-spacing:2px}
.j8-testimonial p{font-size:13px;line-height:1.9}
.j8-testimonial strong{color:#fff}

/* Sponsors */
.j8-sponsors{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.j8-sponsor{min-height:88px;display:grid;place-items:center;text-align:center;padding:12px;background:#f2f4f7;border-radius:12px;color:#16304a!important;font-weight:900;border:1px solid rgba(245,181,27,.28)}

/* CTA/footer */
.j8-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;border-radius:18px;border:1px solid rgba(245,181,27,.52);background:linear-gradient(100deg,rgba(245,181,27,.18),#08223a 34%,#06182a)}
.j8-cta h3{margin:0;color:#fff!important;font-size:24px}
.j8-cta p{margin:5px 0 0;color:#a9b7c5!important}
.j8-footer{padding:44px 0 18px;border-top:1px solid rgba(245,181,27,.22);background:linear-gradient(#03111e,#010914)}
.j8-footer-grid{display:grid;grid-template-columns:1.15fr .7fr .8fr 1fr;gap:28px}
.j8-footer h4{color:#fff!important;margin:0 0 12px}
.j8-footer p,.j8-footer a{color:#9aabba!important;font-size:12px;line-height:1.9}
.j8-footer-links{display:grid;gap:5px}
.j8-newsletter{display:flex;gap:6px;margin-top:10px}
.j8-newsletter input{flex:1}
.j8-copy{text-align:center;border-top:1px solid rgba(255,255,255,.06);padding-top:14px;margin-top:29px;color:#65798e;font-size:10px}

/* Page hero */
.j8-page-hero{position:relative;overflow:hidden;padding:52px 0 42px;border-bottom:1px solid rgba(245,181,27,.24);background:linear-gradient(105deg,#03111f,#07253f 58%,#03111f)}
.j8-page-hero .j8-wrap{display:grid;grid-template-columns:1fr .72fr;align-items:center;gap:28px}
.j8-page-hero h1{margin:8px 0;color:#fff!important;font-size:clamp(38px,5vw,61px);line-height:1.25}
.j8-page-hero p{color:#bac8d6!important;font-size:16px;line-height:1.9}
.j8-page-visual{height:230px;border-radius:20px;overflow:hidden;border:1px solid rgba(245,181,27,.25);position:relative;background:#082038}
.j8-page-visual img{width:100%;height:100%;object-fit:cover}
.j8-page-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,35,.10),rgba(4,20,35,.55))}

/* Course listing */
.j8-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.j8-tab{padding:9px 15px;border-radius:10px;border:1px solid rgba(245,181,27,.26);background:#071c31;color:#d7e0e9;cursor:pointer;font-weight:800}
.j8-tab.active{color:#07111b;background:linear-gradient(#ffd65d,#f1aa11)}
.j8-course-layout{display:grid;grid-template-columns:250px 1fr;gap:19px;align-items:start}
.j8-filter{position:sticky;top:88px;padding:18px}
.j8-filter h3{margin-bottom:14px}
.j8-field{margin-bottom:13px}
.j8-field label{display:block;color:#e1e8ef;font-size:12px;font-weight:800;margin-bottom:5px}
.j8-field select,.j8-field input{width:100%;min-height:42px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#05182a;color:#f4f7fa;padding:8px 10px}
.j8-course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.j8-course-card .j8-photo{height:178px}
.j8-course-card h3{font-size:18px}
.j8-course-card p{font-size:12px;line-height:1.8;min-height:44px}
.j8-card-actions{display:flex;gap:8px;justify-content:space-between;margin-top:13px}

/* About */
.j8-about-main{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:stretch}
.j8-about-main .j8-photo{min-height:330px;border-radius:var(--j8-radius)}
.j8-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}

/* Course detail */
.j8-detail-hero{padding:40px 0;border-bottom:1px solid rgba(245,181,27,.23)}
.j8-detail-grid{display:grid;grid-template-columns:1fr 1.02fr;gap:24px;align-items:center}
.j8-detail-cover{height:355px;border-radius:20px;overflow:hidden;border:1px solid rgba(245,181,27,.31)}
.j8-detail-cover img{width:100%;height:100%;object-fit:cover}
.j8-facts{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:18px}
.j8-fact{text-align:center;padding:16px 9px}
.j8-fact b{display:block;color:var(--j8-gold2);font-size:15px}
.j8-fact span{display:block;color:#8fa2b5;font-size:10px;margin-top:4px}
.j8-detail-layout{display:grid;grid-template-columns:1fr 330px;gap:19px;align-items:start}
.j8-sidebar{position:sticky;top:88px;padding:19px}
.j8-price-option{padding:14px;border:1px solid rgba(245,181,27,.21);border-radius:12px;background:rgba(4,20,35,.65);margin-top:11px}
.j8-price-option h4{margin:0 0 4px}
.j8-price-big{color:var(--j8-gold2);font-weight:1000;font-size:24px}
.j8-syllabus{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}
.j8-syllabus div{display:flex;align-items:flex-start;gap:8px;padding:9px;border-bottom:1px solid rgba(255,255,255,.06);color:#d8e1ea;font-size:12px}
.j8-syllabus b{width:22px;height:22px;display:grid;place-items:center;flex:none;border-radius:50%;background:rgba(245,181,27,.13);color:var(--j8-gold2)}

/* Forms */
.j8-form-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:19px;align-items:start}
.j8-form-card{padding:21px}
.j8-form-card form{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff}
.j8-form-card label{display:block;color:#edf2f7!important;font-weight:800;margin-bottom:6px}
.j8-form-card form > * + *{margin-top:11px}
.j8-form-card input:not([type=checkbox]):not([type=radio]),.j8-form-card select,.j8-form-card textarea{
  width:100%!important;min-height:47px!important;padding:10px 12px!important;color:#f8fafc!important;background:#05182a!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:10px!important;outline:none!important
}
.j8-form-card textarea{min-height:115px!important}
.j8-form-card input:focus,.j8-form-card select:focus,.j8-form-card textarea:focus{border-color:rgba(245,181,27,.72)!important;box-shadow:0 0 0 4px rgba(245,181,27,.08)!important}
.j8-form-card input[type=checkbox],.j8-form-card input[type=radio]{accent-color:var(--j8-gold)}
.j8-form-card fieldset{border:1px solid rgba(245,181,27,.23)!important;border-radius:13px!important;padding:14px!important}
.j8-form-card legend{color:var(--j8-gold2)!important;font-weight:900}
.j8-form-card button,.j8-form-card input[type=submit]{
  min-height:45px!important;padding:9px 17px!important;border-radius:10px!important;border:1px solid #f5b51b!important;background:linear-gradient(#ffd65d,#f1aa11)!important;color:#07111b!important;font-weight:1000!important;cursor:pointer
}
.j8-info-stack{display:grid;gap:15px}
.j8-process{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.j8-step{text-align:center}
.j8-step b{width:36px;height:36px;margin:0 auto 7px;display:grid;place-items:center;border-radius:50%;background:var(--j8-gold);color:#07111b}
.j8-step span{color:#a9b8c7;font-size:11px}

/* Panel/admin real UI shell */
.j8-app{display:grid;grid-template-columns:230px 1fr;gap:18px;padding:26px 0}
.j8-sidebar-nav{padding:13px;position:sticky;top:87px;height:max-content}
.j8-sidebar-nav a{display:flex;padding:10px 12px;border-radius:9px;color:#d6e0e9;font-size:13px;margin-bottom:4px}
.j8-sidebar-nav a:hover{background:rgba(245,181,27,.08);color:var(--j8-gold2)}
.j8-existing{min-width:0}
.j8-existing > *{max-width:100%}
.j8-existing .card,.j8-existing .panel,.j8-existing .box,.j8-existing section,.j8-existing article{
  background:linear-gradient(180deg,#08223a,#051728)!important;color:#dce5ef!important;border:1px solid rgba(245,181,27,.25)!important;border-radius:15px!important
}
.j8-existing h1,.j8-existing h2,.j8-existing h3,.j8-existing h4{color:#fff!important}
.j8-existing p,.j8-existing small{color:#9eafc0!important}
.j8-existing table{width:100%;background:#05182a!important;color:#e1e8ef!important;border-collapse:collapse}
.j8-existing th{background:#09233a!important;color:var(--j8-gold2)!important}
.j8-existing td,.j8-existing th{padding:10px;border-bottom:1px solid rgba(255,255,255,.07)}
.j8-existing input,.j8-existing select,.j8-existing textarea{background:#05182a!important;color:#fff!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:9px!important}
.j8-existing button,.j8-existing input[type=submit]{background:linear-gradient(#ffd65d,#f1aa11)!important;color:#07111b!important;border:1px solid #f5b51b!important;border-radius:9px!important;font-weight:900!important}

/* Responsive */
@media(max-width:1000px){
 .j8-instructors{grid-template-columns:repeat(2,1fr)}
 .j8-sponsors{grid-template-columns:repeat(3,1fr)}
 .j8-feature-grid{grid-template-columns:repeat(3,1fr)}
 .j8-course-layout,.j8-detail-layout{grid-template-columns:1fr}
 .j8-filter,.j8-sidebar{position:static}
}
@media(max-width:780px){
 .j8-wrap{width:calc(100% - 22px)}
 .j8-head{height:62px;gap:8px}
 .j8-brand{min-width:auto}.j8-brand img{width:102px}
 .j8-menu{display:inline-flex!important;align-items:center;justify-content:center}
 .j8-nav{display:none;position:fixed;top:62px;right:10px;left:10px;z-index:6000;padding:10px;background:rgba(2,12,22,.99);border:1px solid rgba(245,181,27,.30);border-radius:14px;box-shadow:0 22px 55px rgba(0,0,0,.45)}
 .j8-nav.open{display:grid}.j8-nav a{width:100%;padding:11px}
 .j8-login{display:none}
 .j8-head-actions{margin-inline-start:auto}.j8-head-actions .j8-btn{font-size:11px;padding:7px 10px;min-height:38px}
 .j8-hero{min-height:660px}
 .j8-hero::before,.j8-hero::after{width:60%;height:285px;top:auto;bottom:0}
 .j8-hero-copy{width:100%;padding:52px 0 305px}
 .j8-hero-copy h1{font-size:39px;letter-spacing:-.8px}
 .j8-hero-copy p{font-size:14px}
 .j8-trophy{font-size:51px;top:auto;bottom:185px}
 .j8-progress-arrow{display:none}
 .j8-feature-ribbon{margin-top:-37px}.j8-feature-grid{grid-template-columns:1fr 1fr}.j8-feature:last-child{grid-column:1/-1}
 .j8-section{padding:38px 0}.j8-section-head{align-items:flex-start;flex-direction:column}
 .j8-course-feature,.j8-mini-course,.j8-why,.j8-about-main,.j8-page-hero .j8-wrap,.j8-detail-grid,.j8-form-layout,.j8-app{grid-template-columns:1fr}
 .j8-course-feature .j8-photo{min-height:220px}.j8-course-side{grid-template-columns:1fr}.j8-mini-course .j8-photo{height:150px}
 .j8-instructors,.j8-testimonials,.j8-value-grid,.j8-course-grid,.j8-footer-grid{grid-template-columns:1fr}
 .j8-stats{grid-template-columns:1fr 1fr}.j8-sponsors{grid-template-columns:1fr 1fr}
 .j8-person p{min-height:0}
 .j8-page-visual{height:195px}.j8-page-hero h1{font-size:38px}
 .j8-facts{grid-template-columns:1fr 1fr}.j8-fact:last-child{grid-column:1/-1}
 .j8-syllabus{grid-template-columns:1fr}
 .j8-process{grid-template-columns:1fr 1fr}
 .j8-sidebar-nav{position:static}
 .j8-cta{align-items:flex-start;flex-direction:column}
 .j8-newsletter{flex-direction:column}
}


/* ==========================================================
   JASOUR v9 — REVERSE ENGINEERING PASS
   Calibrated from approved desktop mockup + actual mobile captures.
   ========================================================== */
:root{
  --j8-max:1180px;
  --j8-radius:16px;
  --j8-line:rgba(244,176,23,.40);
}
body{font-family:Tahoma,"Arial",sans-serif!important}
.j8-wrap{width:min(var(--j8-max),calc(100% - 32px))}
.j8-section{padding:43px 0}
.j8-h2{font-size:clamp(25px,2.6vw,34px);letter-spacing:-.4px}
.j8-sub{font-size:13px}

/* tighter, more reference-like header */
.j8-head{height:57px}
.j8-header{background:#02101d;border-bottom-color:rgba(245,181,27,.27)}
.j8-brand{min-width:150px}
.j8-brand img{width:150px;max-height:46px}
.j8-nav{gap:1px}
.j8-nav a{font-size:12px;padding:8px 12px}
.j8-head-actions .j8-btn{min-height:38px;padding:7px 13px;font-size:11px}
.j8-search-btn{width:38px;min-width:38px;padding:0!important}

/* hero proportions reverse engineered from reference */
.j8-hero{min-height:385px}
.j8-hero::before,.j8-hero::after{width:44%;filter:saturate(1.08) contrast(1.03)}
.j8-hero::before{
  background-image:linear-gradient(90deg,rgba(3,20,36,.98) 0%,rgba(3,20,36,.20) 55%,rgba(3,20,36,.03)),url("/static/jasour-v10/hero-runner.jpg");
  background-position:center 36%;
}
.j8-hero::after{
  background-image:linear-gradient(270deg,rgba(3,20,36,.98) 0%,rgba(3,20,36,.18) 58%,rgba(3,20,36,.03)),url("/static/jasour-v10/hero-coach.jpg");
  background-position:center 30%;
}
.j8-hero-inner{min-height:385px}
.j8-hero-copy{width:min(570px,61%);padding:32px 0 44px}
.j8-hero-copy h1{font-size:clamp(36px,4.6vw,53px);line-height:1.17;letter-spacing:-1.1px;margin:11px 0 9px}
.j8-hero-copy h1 span{font-size:.88em}
.j8-hero-copy p{font-size:14px;line-height:1.8;max-width:590px}
.j8-hero-actions{margin-top:17px}
.j8-hero-actions .j8-btn{min-height:40px;font-size:12px;padding:8px 15px}
.j8-trophy,.j8-progress-arrow{display:none!important}
.j8-hero-lines{bottom:-112px;height:150px}

/* reference feature strip: one compact row, outlined vector icons */
.j8-feature-ribbon{margin-top:-34px}
.j8-feature-grid{border-radius:14px}
.j8-feature{padding:15px 9px;min-height:100px}
.j8-feature i{height:28px;margin-bottom:5px;color:var(--j8-gold);display:flex;align-items:center;justify-content:center}
.j8-feature i svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}
.j8-feature b{font-size:13px}
.j8-feature small{font-size:10px;line-height:1.55}

/* exact three-part featured course composition */
.j9-course-showcase{
  display:grid;
  grid-template-columns:205px minmax(0,1fr) 275px;
  gap:12px;
  direction:ltr;
  align-items:stretch;
}
.j9-course-showcase>*{direction:rtl}
.j9-course-info{padding:15px;display:flex;flex-direction:column}
.j9-course-info h3{font-size:16px;line-height:1.55;margin:7px 0 12px}
.j9-info-list{display:grid;gap:7px;margin-top:3px}
.j9-info-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.065);font-size:11px;color:#bcc9d5}
.j9-info-row b{color:#fff;font-size:11px}
.j9-course-info .j8-btn{margin-top:auto}
.j9-course-main{position:relative;min-height:275px}
.j9-course-main .j8-photo{position:absolute;inset:0}
.j9-course-main .j8-photo::after{background:linear-gradient(180deg,transparent 42%,rgba(2,12,22,.90))}
.j9-course-main-copy{position:absolute;z-index:2;right:17px;left:17px;bottom:15px}
.j9-course-main-copy h3{font-size:21px;margin:0 0 4px}
.j9-course-main-copy p{margin:0;color:#d3dce5!important;font-size:11px}
.j9-play{
  position:absolute;z-index:3;inset:0;margin:auto;width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;color:#fff;background:rgba(2,13,23,.68);border:2px solid rgba(255,255,255,.85);
  backdrop-filter:blur(4px);font-size:21px
}
.j9-side-stack{display:grid;grid-template-rows:1fr 1fr;gap:10px}
.j9-side-card{position:relative;min-height:132px}
.j9-side-card .j8-photo{position:absolute;inset:0}
.j9-side-card .j8-photo::after{background:linear-gradient(180deg,rgba(1,9,16,.02),rgba(1,9,16,.92))}
.j9-side-copy{position:absolute;z-index:2;right:12px;left:12px;bottom:11px}
.j9-side-copy h3{font-size:14px;line-height:1.5;margin:0}
.j9-side-copy .j8-meta{margin:4px 0 0;font-size:9px}
.j9-all-courses{display:flex;justify-content:center;margin-top:11px}

/* instructors compact like reference */
.j8-instructors{gap:13px}
.j8-person{border-color:rgba(245,181,27,.36)}
.j8-person-photo{height:154px}
.j8-person .j8-pad{padding:13px}
.j8-person h3{font-size:14px}
.j8-role{font-size:10px}
.j8-person p{font-size:10px;line-height:1.65;min-height:50px}
.j8-person .j8-btn{font-size:10px;min-height:33px}

/* reverse engineered why section */
.j9-why-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:13px}
.j9-why-story{display:grid;grid-template-columns:1.08fr .92fr;min-height:190px}
.j9-why-story .j8-photo{min-height:190px}
.j9-why-story .j8-pad{padding:15px}
.j9-why-story h3{font-size:17px;line-height:1.45}
.j9-why-story p{font-size:11px;line-height:1.75}
.j9-why-story .j8-check{font-size:10px}
.j9-stat-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:0;align-items:stretch}
.j9-stat-panel .j8-stat{border-radius:0;border-width:1px 0 1px 1px;box-shadow:none;display:grid;align-content:center}
.j9-stat-panel .j8-stat:first-child{border-radius:0 14px 14px 0;border-right-width:1px}
.j9-stat-panel .j8-stat:last-child{border-radius:14px 0 0 14px}
.j9-stat-panel .j8-stat strong{font-size:22px}

/* testimonials reference proportions */
.j8-testimonials{gap:12px}
.j8-testimonial{padding:15px;min-height:118px}
.j8-testimonial p{font-size:11px;line-height:1.8}
.j8-testimonial strong{font-size:11px}
.j8-stars{font-size:13px}

/* sponsors — dark cards + actual logos, no white boxes */
.j8-sponsors{grid-template-columns:repeat(6,1fr);gap:8px}
.j8-sponsor{
  min-height:88px;background:linear-gradient(180deg,#08223a,#06182a)!important;color:#dfe8f0!important;
  border:1px solid rgba(245,181,27,.25);padding:8px;border-radius:12px;font-size:10px
}
.j8-sponsor img{height:46px;max-width:100%;object-fit:contain;margin:auto}
.j8-sponsor span{display:block;margin-top:4px}

/* compact CTA and footer like target */
.j8-cta{padding:15px 22px;border-radius:13px}
.j8-cta h3{font-size:19px}
.j8-cta p{font-size:11px}
.j8-footer{padding-top:32px}
.j8-footer-grid{gap:20px}
.j8-footer h4{font-size:13px}
.j8-footer p,.j8-footer a{font-size:10px}
.j8-copy{font-size:9px}

/* mobile = real responsive design, not shrunk desktop */
@media(max-width:900px){
 .j8-wrap{width:calc(100% - 20px)}
 .j8-head{height:58px}
 .j8-brand{min-width:auto;margin-inline-start:auto}
 .j8-brand img{width:108px}
 .j8-menu{display:inline-flex!important;order:4}
 .j8-nav{
   display:none;position:fixed;top:58px;right:9px;left:9px;padding:9px;background:rgba(1,11,20,.985);
   border:1px solid rgba(245,181,27,.35);border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.5)
 }
 .j8-nav.open{display:grid}
 .j8-head-actions{margin-inline-start:0}
 .j8-login{display:none!important}
 .j8-search-btn{display:none!important}

 .j8-hero{min-height:565px}
 .j8-hero-inner{min-height:565px;align-items:flex-start}
 .j8-hero-copy{width:100%;padding:42px 5px 300px}
 .j8-hero-copy h1{font-size:33px;line-height:1.2;max-width:470px;margin-inline:auto}
 .j8-hero-copy h1 span{font-size:.92em;margin-top:4px}
 .j8-hero-copy p{font-size:12px;max-width:430px}
 .j8-hero::before,.j8-hero::after{width:61%;height:285px;top:auto;bottom:0}
 .j8-hero::before{background-position:57% 40%}
 .j8-hero::after{background-position:43% 40%}

 .j8-feature-ribbon{margin-top:-28px}
 .j8-feature-grid{
   display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:138px;overflow-x:auto;overscroll-behavior-inline:contain;
   scrollbar-width:none;scroll-snap-type:x mandatory
 }
 .j8-feature-grid::-webkit-scrollbar{display:none}
 .j8-feature{min-height:91px;scroll-snap-align:start;border-top:0!important}
 .j8-feature:last-child{grid-column:auto}

 .j8-section{padding:31px 0}
 .j8-section-head{margin-bottom:16px}
 .j8-h2{font-size:24px}

 .j9-course-showcase{display:flex;flex-direction:column;gap:10px}
 .j9-course-main{order:1;min-height:235px}
 .j9-course-info{order:2}
 .j9-side-stack{order:3;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:none}
 .j9-side-card{min-height:145px}
 .j9-all-courses{margin-top:9px}
 .j9-course-main-copy h3{font-size:17px}
 .j9-play{width:52px;height:52px}

 .j8-instructors{
   display:grid!important;grid-auto-flow:column;grid-template-columns:none!important;grid-auto-columns:min(78vw,285px);
   overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;padding-bottom:5px;scrollbar-width:none
 }
 .j8-instructors::-webkit-scrollbar{display:none}
 .j8-person{scroll-snap-align:start}
 .j8-person-photo{height:165px}
 .j8-person p{min-height:0}

 .j9-why-grid{grid-template-columns:1fr}
 .j9-why-story{grid-template-columns:1fr}
 .j9-why-story .j8-photo{height:185px;min-height:185px}
 .j9-stat-panel{grid-template-columns:1fr 1fr;gap:8px}
 .j9-stat-panel .j8-stat{border:1px solid rgba(245,181,27,.32)!important;border-radius:12px!important;min-height:100px}

 .j8-testimonials{
   display:grid!important;grid-auto-flow:column;grid-template-columns:none!important;grid-auto-columns:min(82vw,310px);
   overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none
 }
 .j8-testimonials::-webkit-scrollbar{display:none}
 .j8-testimonial{scroll-snap-align:start}

 .j8-sponsors{
   display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:145px;overflow-x:auto;
   scroll-snap-type:x mandatory;scrollbar-width:none
 }
 .j8-sponsors::-webkit-scrollbar{display:none}
 .j8-sponsor{scroll-snap-align:start}

 .j8-cta{align-items:stretch}
 .j8-cta .j8-btn{width:100%}

 .j8-footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:520px){
 .j8-brand img{width:92px}
 .j8-head-actions .j8-btn{font-size:10px;padding-inline:9px}
 .j8-hero-copy{padding-top:32px}
 .j8-hero-copy h1{font-size:29px}
 .j8-hero-copy p{font-size:11px}
 .j9-side-stack{grid-template-columns:1fr}
 .j9-side-card{min-height:125px}
 .j8-footer-grid{grid-template-columns:1fr}
}

/* =========================================================
   v10 GENERATED VISUAL ASSETS
   All football/portrait imagery is newly generated.
   No screenshot/photo crops are used as source assets.
   ========================================================= */

/* Full-width hero artwork, newly generated specifically for this site. */
.j8-hero{
  min-height:430px;
  background:
    linear-gradient(90deg,rgba(2,11,21,.80),rgba(2,11,21,.32) 30%,rgba(2,11,21,.23) 68%,rgba(2,11,21,.78)),
    url("/static/jasour-v10/hero-main.jpg") center center / cover no-repeat !important;
}
.j8-hero::before,.j8-hero::after{display:none!important}
.j8-hero-inner{min-height:430px}
.j8-hero-copy{
  width:min(600px,60%);
  margin-inline:auto;
  padding:35px 0 46px;
  border-radius:24px;
}
.j8-hero-copy h1{text-shadow:0 5px 25px rgba(0,0,0,.74)}
.j8-hero-copy p{text-shadow:0 2px 8px rgba(0,0,0,.78)}

/* Generated image cards keep their native composition instead of relying on screenshot slicing. */
.j8-photo{
  background:#041423;
}
.j8-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.j9-course-main{aspect-ratio:4/3;min-height:unset}
.j9-course-main .j8-photo{inset:0}
.j9-side-card{aspect-ratio:4/3;min-height:unset}
.j8-person-photo{
  height:auto;
  aspect-ratio:4/5;
}
.j8-person-photo img{object-fit:cover;object-position:center 18%}
.j8-page-visual{height:auto;aspect-ratio:16/9}
.j8-page-visual img{object-fit:cover}
.j8-detail-cover{height:auto;aspect-ratio:4/3}
.j8-detail-cover img{object-fit:cover}
.j8-course-card .j8-photo{height:auto;aspect-ratio:4/3}
.j9-why-story .j8-photo{min-height:unset;aspect-ratio:4/3}

/* Better visual treatment for generated artwork */
.j8-photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  box-shadow:inset 0 0 45px rgba(1,9,16,.15);
}
.j8-person-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:25%;
  background:linear-gradient(transparent,rgba(3,17,30,.48));
  pointer-events:none;
}
.j8-person-photo{position:relative}

/* Course detail hero uses the newly-generated coaching scene in full composition. */
.j8-detail-cover{
  box-shadow:0 18px 45px rgba(0,0,0,.34);
}

/* Mobile: maintain intentional focal points, not a tiny desktop screenshot. */
@media(max-width:900px){
  .j8-hero{
    min-height:610px;
    background:
      linear-gradient(180deg,rgba(2,11,21,.22) 0,rgba(2,11,21,.35) 42%,rgba(2,11,21,.90) 100%),
      url("/static/jasour-v10/hero-main.jpg") 48% center / cover no-repeat !important;
  }
  .j8-hero-inner{min-height:610px;align-items:flex-end}
  .j8-hero-copy{
    width:100%;
    padding:280px 4px 47px;
    margin:0;
    background:linear-gradient(180deg,transparent,rgba(2,11,21,.12));
  }
  .j8-hero-copy h1{font-size:31px}
  .j9-course-main{aspect-ratio:4/3}
  .j9-side-card{aspect-ratio:4/3}
  .j8-person-photo{aspect-ratio:4/5}
}

/* v10.2 registration form fix */
.j8-form-host #registration-form{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.j8-form-host #registration-form .field-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.j8-form-host #registration-form h2{
  color:#fff!important;
  font-size:18px!important;
  margin:20px 0 10px!important;
}
.j8-form-host #registration-form .note,
.j8-form-host #registration-form .error{
  display:block!important;
  padding:11px 12px!important;
  border-radius:10px!important;
  margin:10px 0!important;
}
.j8-form-host #registration-form .note{
  background:rgba(255,255,255,.045)!important;
  color:#b9c8d6!important;
}
.j8-form-host #registration-form .error{
  background:rgba(239,97,97,.10)!important;
  border:1px solid rgba(239,97,97,.35)!important;
  color:#ffd1d1!important;
}
.j8-form-host #registration-form .radio{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin:10px 0!important;
  color:#dce6ef!important;
}
.j8-form-host #registration-form .radio input{
  flex:none!important;
  margin-top:4px!important;
}
.j8-quote-host #quote-card{
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#dce6ef!important;
}
.j8-quote-host #quote-card h3{color:#fff!important;margin-top:0!important}
.j8-quote-host #quote-card>div{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:9px 0!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
}
.j8-quote-host #quote-card .total b{color:#ffd45a!important;font-size:20px!important}
@media(max-width:780px){
  .j8-form-host #registration-form .field-grid{grid-template-columns:1fr!important}
}

/* v10.3 — robust registration form mounting */
.j8-form-host[data-form-mounted="yes"]{
  display:block!important;
  min-height:200px;
}
.j8-form-host #registration-form{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  overflow:visible!important;
}
.j8-form-host #registration-form > *{
  max-width:100%!important;
}
.j8-form-mount-error{
  padding:16px;
  line-height:2;
  border:1px solid rgba(238,91,100,.48);
  background:rgba(238,91,100,.08);
  color:#ffd7da;
  border-radius:12px;
}
.j8-form-mount-error a{
  color:#ffd45a!important;
  text-decoration:underline;
}

/* =========================================================
   JASOUR v10.4 — route correctness + mobile instructors
   ========================================================= */
html,body{
  max-width:100%!important;
  overflow-x:hidden!important;
}
#j8-root{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
#j8-root *,#j8-root *::before,#j8-root *::after{box-sizing:border-box}
#j8-root .j8-wrap,#j8-root main,#j8-root section,#j8-root article,#j8-root div{min-width:0}

/* Contact */
.j10-contact-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:18px;
  align-items:start;
}
.j10-contact-card>a,.j10-contact-card>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#dce6ef!important;
}
.j10-contact-card>a:last-child,.j10-contact-card>div:last-child{border-bottom:0}
.j10-contact-card b{color:#fff}
.j10-contact-card span{color:#aebdcb;font-size:12px;direction:ltr}
.j10-contact-form-host form{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Instructors page desktop */
#j8-root.j8-instructors > main .j8-instructors{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  overflow:visible!important;
}

@media(max-width:900px){
  .j10-contact-grid{grid-template-columns:1fr!important}

  #j8-root.j8-instructors .j8-page-hero{
    padding:28px 0 24px!important;
  }
  #j8-root.j8-instructors .j8-page-hero .j8-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    width:calc(100% - 24px)!important;
  }
  #j8-root.j8-instructors .j8-page-hero h1{
    font-size:clamp(30px,8.5vw,39px)!important;
    line-height:1.28!important;
    margin:8px 0!important;
    overflow-wrap:anywhere;
  }
  #j8-root.j8-instructors .j8-page-hero p{
    font-size:13px!important;
    line-height:1.9!important;
  }
  #j8-root.j8-instructors .j8-page-visual{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:16/9!important;
    height:auto!important;
  }
  #j8-root.j8-instructors .j8-tabs{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
  }
  #j8-root.j8-instructors .j8-tab{
    width:100%!important;
    min-width:0!important;
    white-space:normal!important;
  }

  /* Instructor page: one real mobile column */
  #j8-root.j8-instructors > main .j8-instructors{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    overflow:visible!important;
    width:100%!important;
    gap:13px!important;
    padding:0!important;
  }
  #j8-root.j8-instructors > main .j8-person{
    width:100%!important;
    max-width:100%!important;
    min-height:154px;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    text-align:right!important;
    overflow:hidden!important;
    scroll-snap-align:none!important;
  }
  #j8-root.j8-instructors > main .j8-person-photo{
    width:112px!important;
    height:100%!important;
    min-height:154px!important;
    aspect-ratio:auto!important;
    border-left:1px solid rgba(245,181,27,.22);
  }
  #j8-root.j8-instructors > main .j8-person-photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 16%!important;
  }
  #j8-root.j8-instructors > main .j8-person .j8-pad{
    padding:14px!important;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
  }
  #j8-root.j8-instructors > main .j8-person h3{
    width:100%;
    font-size:15px!important;
    line-height:1.55!important;
    margin:0 0 5px!important;
  }
  #j8-root.j8-instructors > main .j8-person .j8-role{font-size:10px!important}
  #j8-root.j8-instructors > main .j8-person p{
    width:100%;
    font-size:10px!important;
    line-height:1.75!important;
    margin:6px 0 10px!important;
  }
  #j8-root.j8-instructors > main .j8-person .j8-btn{
    width:auto!important;
    min-height:32px!important;
  }

  /* Home page keeps swipe carousel */
  #j8-root.j8-home .j8-instructors{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-columns:none!important;
    grid-auto-columns:min(78vw,285px)!important;
    overflow-x:auto!important;
  }
}

@media(max-width:430px){
  #j8-root.j8-instructors > main .j8-person{
    grid-template-columns:96px minmax(0,1fr)!important;
    min-height:145px;
  }
  #j8-root.j8-instructors > main .j8-person-photo{
    width:96px!important;
    min-height:145px!important;
  }
  #j8-root.j8-instructors > main .j8-person .j8-pad{padding:11px!important}
  #j8-root.j8-instructors > main .j8-person h3{font-size:14px!important}
}

/* =========================================================
   JASOUR v10.5 — HARD MOBILE FIX FOR INSTRUCTORS PAGE
   ========================================================= */
@media (max-width: 900px){

  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  #j8-root,
  #j8-root.j8-instructors,
  main.j8-instructors{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  main.j8-instructors section,
  main.j8-instructors .j8-wrap,
  main.j8-instructors article,
  main.j8-instructors div{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  main.j8-instructors .j8-wrap{
    width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Hero: true mobile stack */
  main.j8-instructors .j8-page-hero{
    width:100%!important;
    padding:24px 0 18px!important;
    overflow:hidden!important;
  }

  main.j8-instructors .j8-page-hero .j8-wrap{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
  }

  main.j8-instructors .j8-page-hero .j8-wrap > div:first-child{
    width:100%!important;
    order:1!important;
  }

  main.j8-instructors .j8-page-hero .j8-page-visual{
    width:100%!important;
    height:auto!important;
    aspect-ratio:16 / 9!important;
    order:2!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }

  main.j8-instructors .j8-page-hero .j8-page-visual img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  main.j8-instructors .j8-page-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:32px!important;
    line-height:1.32!important;
    margin:8px 0 10px!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }

  main.j8-instructors .j8-page-hero p{
    width:100%!important;
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.9!important;
    margin:0!important;
  }

  /* Tabs fit the phone instead of stretching the page */
  main.j8-instructors .j8-tabs{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:15px!important;
    overflow:visible!important;
  }

  main.j8-instructors .j8-tab{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:10px 8px!important;
    font-size:12px!important;
    line-height:1.5!important;
    white-space:normal!important;
  }

  main.j8-instructors .j8-tab:first-child{
    grid-column:1 / -1!important;
  }

  /* Section heading */
  main.j8-instructors .j8-section{
    padding:28px 0!important;
  }

  main.j8-instructors .j8-section-head{
    display:flex!important;
    width:100%!important;
    margin-bottom:14px!important;
  }

  main.j8-instructors .j8-h2{
    font-size:24px!important;
    line-height:1.45!important;
  }

  /* Instructor cards: full-width vertical cards */
  main.j8-instructors .j8-instructors{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    gap:14px!important;
    padding:0!important;
    margin:0!important;
  }

  main.j8-instructors .j8-person{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
    text-align:right!important;
    scroll-snap-align:none!important;
    transform:none!important;
  }

  main.j8-instructors .j8-person-photo{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16 / 10!important;
    overflow:hidden!important;
    border-left:0!important;
    border-bottom:1px solid rgba(245,181,27,.22)!important;
  }

  main.j8-instructors .j8-person-photo img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    object-fit:cover!important;
    object-position:center 18%!important;
  }

  main.j8-instructors .j8-person .j8-pad{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:15px!important;
    text-align:right!important;
  }

  main.j8-instructors .j8-person h3{
    width:100%!important;
    max-width:100%!important;
    font-size:17px!important;
    line-height:1.55!important;
    margin:0 0 5px!important;
  }

  main.j8-instructors .j8-person .j8-role{
    font-size:11px!important;
    line-height:1.6!important;
  }

  main.j8-instructors .j8-person p{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    font-size:12px!important;
    line-height:1.9!important;
    margin:8px 0 12px!important;
  }

  main.j8-instructors .j8-person .j8-btn{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    min-height:36px!important;
    padding:8px 13px!important;
  }

  /* Experts/consultants card */
  main.j8-instructors .j8-checks,
  main.j8-instructors .j8-check{
    width:100%!important;
    max-width:100%!important;
  }
}

@media (max-width: 430px){
  main.j8-instructors .j8-page-hero h1{
    font-size:29px!important;
  }

  main.j8-instructors .j8-tabs{
    grid-template-columns:1fr!important;
  }

  main.j8-instructors .j8-tab:first-child{
    grid-column:auto!important;
  }

  main.j8-instructors .j8-person-photo{
    aspect-ratio:4 / 3!important;
  }
}

/* === JASOUR LOGIN v10.12 CSS START === */
.j12-login-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:44px!important;
  padding:10px 14px!important;
  border:1px solid rgba(246,181,27,.65)!important;
  border-radius:12px!important;
  background:#071827!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
  order:0!important;
  position:relative!important;
  z-index:20!important;
}
.j12-login-btn:hover{
  color:#ffd45a!important;
  border-color:#f6b51b!important;
  background:#0b2741!important;
}
.j12-login-btn .j12-person{
  width:18px!important;
  height:18px!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:16px!important;
}
.j12-menu-login{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  margin-top:8px!important;
  padding:14px 16px!important;
  border-radius:12px!important;
  border:1px solid rgba(246,181,27,.45)!important;
  background:rgba(246,181,27,.08)!important;
  color:#ffd45a!important;
  font-weight:900!important;
  text-decoration:none!important;
}
@media (max-width:700px){
  .j12-login-btn{
    min-width:46px!important;
    width:46px!important;
    min-height:46px!important;
    height:46px!important;
    padding:0!important;
    border-radius:12px!important;
  }
  .j12-login-btn .j12-label{
    display:none!important;
  }
}
@media (max-width:390px){
  .j12-login-btn{
    min-width:42px!important;
    width:42px!important;
    min-height:42px!important;
    height:42px!important;
  }
}
/* === JASOUR LOGIN v10.12 CSS END === */






/* === JASOUR CLEAN SCROLL v10.15 START === */
html{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  height:auto!important;
  min-height:100%!important;
}

body{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  height:auto!important;
  min-height:100vh!important;
  max-height:none!important;
  position:static!important;
  touch-action:auto!important;
  -webkit-overflow-scrolling:touch!important;
}

#j8-root,
.j8-root,
main{
  height:auto!important;
  min-height:100vh!important;
  max-height:none!important;
}

/* Main content must be allowed to extend below the viewport. */
#j8-root > main,
.j8-root > main{
  overflow:visible!important;
}
/* === JASOUR CLEAN SCROLL v10.15 END === */


/* === JASOUR LOGIN SIGNUP v10.16 START === */
.j16-signup-box{
  margin-top:16px;
  padding:16px;
  border:1px solid rgba(246,181,27,.34);
  border-radius:14px;
  background:rgba(246,181,27,.05);
  text-align:center;
}
.j16-signup-box p{
  margin:0 0 10px;
  color:#c9d4df;
  font-size:13px;
  line-height:1.9;
}
.j16-signup-box a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  width:100%;
  border-radius:12px;
  background:linear-gradient(180deg,#ffd45a,#f6b51b);
  color:#10151b!important;
  text-decoration:none!important;
  font-weight:900;
  font-size:14px;
}
.j16-signup-note{
  display:block;
  margin-top:8px;
  color:#91a2b4;
  font-size:10px;
  line-height:1.8;
}
/* === JASOUR LOGIN SIGNUP v10.16 END === */
