:root{
  --sl-black:#030303;--sl-ink:#0a0f14;--sl-card:#111827;--sl-card2:#0d0d0d;--sl-white:#fff;--sl-muted:#cbd5e1;
  --sl-yellow:#ffd21f;--sl-orange:#ff6a00;--sl-red:#ef2f24;--sl-teal:#17c9c3;--sl-cyan:#67fff2;
  --sl-radius:28px;--sl-shadow:8px 8px 0 rgba(23,201,195,.55);--sl-container:min(100% - 32px, 1440px)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#000;color:var(--sl-white);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}body.admin-bar .sl-header{top:32px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.sl-site{width:100%;overflow-x:hidden;background:#000}.sl-container{width:var(--sl-container);margin-inline:auto}.sl-full{width:100%}.sl-header{position:sticky;top:0;z-index:999;background:rgba(0,0,0,.88);border-bottom:1px solid rgba(103,255,242,.35);backdrop-filter:blur(14px);box-shadow:0 8px 40px rgba(23,201,195,.18)}.sl-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 24px}.sl-brand{display:flex;align-items:center;gap:14px;min-width:0}.sl-logo{width:70px;height:70px;border-radius:20px;object-fit:cover;box-shadow:0 0 24px rgba(23,201,195,.55)}.sl-logo-text{font-weight:1000;line-height:1;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1.15rem,2vw,1.7rem);color:var(--sl-yellow);text-shadow:3px 3px 0 rgba(255,106,0,.75)}.sl-tagline{margin-top:4px;font-size:.9rem;font-weight:800;color:var(--sl-cyan)}.sl-nav{display:flex;align-items:center}.sl-menu{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.sl-menu li{margin:0;padding:0}.sl-menu a{display:block;font-size:.86rem;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;color:#e5e7eb;padding:10px 14px;border-radius:999px;white-space:nowrap}.sl-menu a:hover,.sl-menu .current-menu-item>a,.sl-menu .current_page_item>a{background:var(--sl-yellow);color:#000}.sl-header-actions{display:flex;align-items:center;gap:12px}.sl-mobile-toggle{display:none;background:transparent;color:#fff;border:1px solid rgba(103,255,242,.4);border-radius:14px;padding:10px}.sl-btn,.wp-block-button__link,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:18px;padding:14px 22px;font-weight:1000;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:.2s ease;background:var(--sl-yellow);color:#000;box-shadow:5px 5px 0 rgba(23,201,195,.75)}.sl-btn:hover,.wp-block-button__link:hover,input[type=submit]:hover{transform:translate(-1px,-1px);background:var(--sl-orange);color:#000}.sl-btn-outline{background:transparent;color:var(--sl-cyan);border:1px solid var(--sl-cyan);box-shadow:none}.sl-btn-outline:hover{background:var(--sl-cyan);color:#000}.sl-hero{position:relative;min-height:calc(100svh - 99px);display:grid;align-items:center;padding:72px 24px;isolation:isolate;background:radial-gradient(circle at 80% 12%,rgba(255,210,31,.28),transparent 31%),radial-gradient(circle at 12% 80%,rgba(23,201,195,.28),transparent 35%),linear-gradient(135deg,#020617 0%,#000 48%,#111827 100%)}.sl-hero:before,.sl-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(60px);z-index:-1}.sl-hero:before{width:260px;height:260px;background:rgba(23,201,195,.20);left:6%;top:22%}.sl-hero:after{width:320px;height:320px;background:rgba(255,106,0,.18);right:6%;bottom:8%}.sl-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;width:min(100%,1500px);margin:auto}.sl-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(103,255,242,.4);background:rgba(255,255,255,.08);border-radius:999px;padding:9px 16px;color:var(--sl-cyan);font-weight:1000;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 0 26px rgba(23,201,195,.22)}.sl-title{margin:20px 0 0;line-height:.92;text-transform:uppercase;font-size:clamp(3.4rem,8vw,8.5rem);font-weight:1000;letter-spacing:-.06em}.sl-title span{color:var(--sl-yellow);text-shadow:5px 5px 0 rgba(255,106,0,.82)}.sl-lead{max-width:780px;color:#d1d5db;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:600;line-height:1.7;margin:28px 0 0}.sl-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}.sl-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:780px;margin-top:44px}.sl-stat{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);border-radius:22px;padding:20px;text-align:center}.sl-stat strong{display:block;font-size:2rem;line-height:1;font-weight:1000}.sl-stat span{display:block;margin-top:6px;color:#cbd5e1;font-size:.78rem;font-weight:900;text-transform:uppercase}.sl-logo-card{border:1px solid rgba(103,255,242,.28);background:rgba(255,255,255,.08);border-radius:36px;padding:20px;box-shadow:0 0 60px rgba(23,201,195,.24);backdrop-filter:blur(12px)}.sl-logo-card img{display:block;width:100%;border-radius:28px;box-shadow:0 0 40px rgba(255,210,31,.2)}.sl-section{padding:80px 24px}.sl-section-dark{background:#000}.sl-section-card{background:#090909}.sl-section-gradient{background:linear-gradient(90deg,var(--sl-orange),var(--sl-yellow),var(--sl-teal));color:#000}.sl-section-head{margin-bottom:34px}.sl-section-head.center{text-align:center}.sl-kicker{color:var(--sl-teal);font-weight:1000;letter-spacing:.16em;text-transform:uppercase}.sl-heading{margin:.35em 0 0;font-size:clamp(2.2rem,5vw,5rem);line-height:.95;font-weight:1000;text-transform:uppercase;letter-spacing:-.04em}.sl-heading .paint{color:var(--sl-yellow);text-shadow:4px 4px 0 rgba(255,106,0,.75)}.sl-grid{display:grid;gap:24px}.sl-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sl-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sl-card{border:1px solid rgba(103,255,242,.18);background:var(--sl-card2);border-radius:var(--sl-radius);padding:28px;box-shadow:0 0 24px rgba(23,201,195,.12)}.sl-card.offset{box-shadow:var(--sl-shadow)}.sl-card h3{margin:0;color:var(--sl-yellow);font-weight:1000;text-transform:uppercase;line-height:1.05;font-size:clamp(1.45rem,2vw,2.3rem)}.sl-card p{color:#d1d5db}.sl-pill{display:inline-flex;border-radius:999px;background:var(--sl-orange);color:#000;padding:6px 12px;font-size:.8rem;font-weight:1000;text-transform:uppercase}.sl-icon{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:var(--sl-yellow);color:#000;box-shadow:4px 4px 0 rgba(23,201,195,.8);margin-bottom:18px}.sl-list{padding:0;margin:18px 0 0;list-style:none}.sl-list li{display:flex;gap:10px;margin:10px 0;color:#d1d5db}.sl-list li:before{content:"✓";color:var(--sl-cyan);font-weight:1000}.sl-page-hero{padding:90px 24px;background:radial-gradient(circle at top right,rgba(255,210,31,.22),transparent 32%),radial-gradient(circle at bottom left,rgba(23,201,195,.22),transparent 35%),linear-gradient(135deg,#020617,#000 52%,#111827);}.sl-page-title{font-size:clamp(3rem,8vw,7rem);line-height:.92;text-transform:uppercase;font-weight:1000;letter-spacing:-.055em;margin:16px 0 0}.sl-page-title span{color:var(--sl-yellow);text-shadow:4px 4px 0 rgba(255,106,0,.75)}.sl-vocab{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.sl-word{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;box-shadow:4px 4px 0 rgba(255,106,0,.35)}.sl-word strong{display:block;color:var(--sl-yellow);font-size:1.15rem}.sl-word span{display:block;color:var(--sl-cyan);font-size:.9rem;margin-top:4px}.sl-form{display:grid;gap:14px}.sl-form input,.sl-form select,.sl-form textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;border-radius:18px;padding:15px 16px;outline:none}.sl-form textarea{min-height:160px}.sl-footer{background:#000;border-top:1px solid rgba(103,255,242,.22);padding:38px 24px}.sl-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.sl-footer-nav{display:flex;flex-wrap:wrap;gap:14px}.sl-footer-nav a{color:#cbd5e1;font-size:.86rem;font-weight:900;text-transform:uppercase}.sl-footer-nav a:hover{color:var(--sl-cyan)}
@media (max-width:1180px){.sl-nav{display:none}.sl-mobile-toggle{display:inline-flex}.sl-header-actions{display:none}.sl-nav.is-open{display:block;position:absolute;left:16px;right:16px;top:calc(100% + 8px);background:#000;border:1px solid rgba(103,255,242,.35);border-radius:24px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.65)}.sl-nav.is-open .sl-menu{display:flex;flex-direction:column;align-items:stretch;gap:8px}.sl-nav.is-open .sl-menu a{text-align:center;width:100%;background:rgba(255,255,255,.06)}.sl-nav.is-open .sl-menu a:hover{background:var(--sl-yellow);color:#000}.sl-hero-grid{grid-template-columns:1fr}.sl-logo-card{max-width:720px;margin-inline:auto}.sl-grid-4{grid-template-columns:repeat(2,1fr)}.sl-vocab{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){body.admin-bar .sl-header{top:46px}.sl-header-inner{padding:12px 16px}.sl-logo{width:54px;height:54px}.sl-logo-text{font-size:1.05rem}.sl-tagline{font-size:.78rem}.sl-hero{padding:48px 16px;min-height:auto}.sl-title{font-size:clamp(3rem,16vw,5rem)}.sl-hero-actions,.sl-stats{grid-template-columns:1fr;flex-direction:column}.sl-btn{width:100%}.sl-section,.sl-page-hero{padding:56px 16px}.sl-grid-2,.sl-grid-3,.sl-grid-4{grid-template-columns:1fr}.sl-vocab{grid-template-columns:repeat(2,1fr)}.sl-footer-inner{align-items:flex-start;flex-direction:column}.sl-card{padding:22px}.sl-heading{font-size:2.5rem}.sl-page-title{font-size:3.2rem}}
@media (max-width:420px){.sl-vocab{grid-template-columns:1fr}.sl-brand{gap:10px}.sl-logo{width:48px;height:48px}.sl-tagline{display:block}.sl-page-title,.sl-title{word-break:break-word}}
/* Services + Culture additions */
.sl-align-center{align-items:center}.sl-lead-small{max-width:780px;color:#d1d5db;font-size:1.05rem;font-weight:600;line-height:1.7}.sl-link{color:var(--sl-cyan);font-weight:1000;text-transform:uppercase}.sl-link:hover{color:var(--sl-yellow)}.sl-service-list{display:grid;gap:18px}.sl-service-item{display:grid;grid-template-columns:76px 1fr;gap:20px;align-items:flex-start;border:1px solid rgba(103,255,242,.18);background:#050505;border-radius:28px;padding:24px;box-shadow:6px 6px 0 rgba(255,106,0,.35)}.sl-service-item span{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:var(--sl-cyan);color:#000;font-weight:1000;font-size:1.2rem;box-shadow:4px 4px 0 rgba(255,210,31,.8)}.sl-service-item h3{margin:0;color:var(--sl-yellow);font-weight:1000;text-transform:uppercase;font-size:1.6rem;line-height:1}.sl-service-item p{margin:.65rem 0 0;color:#d1d5db}.sl-quote-strip{display:flex;align-items:center;justify-content:space-between;gap:24px}.sl-quote-strip h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.9;margin:0;text-transform:uppercase;font-weight:1000}.sl-quote-strip p{max-width:520px;font-weight:900}.sl-btn-dark{background:#000!important;color:#fff!important;box-shadow:5px 5px 0 rgba(255,255,255,.8)!important}.sl-columns{columns:2;column-gap:32px}.sl-map-wrap{border:1px solid rgba(103,255,242,.25);border-radius:32px;background:radial-gradient(circle at 70% 20%,rgba(255,210,31,.14),transparent 35%),#020202;padding:18px;box-shadow:0 0 42px rgba(23,201,195,.18)}.sl-africa-map{width:100%;height:auto;display:block}.sl-africa-shape{fill:#111827;stroke:var(--sl-cyan);stroke-width:5;filter:drop-shadow(0 0 12px rgba(23,201,195,.45))}.sl-region circle{cursor:pointer;stroke:#fff;stroke-width:3;transition:.2s ease}.sl-region text{font-size:17px;font-weight:900;fill:#fff;paint-order:stroke;stroke:#000;stroke-width:4;stroke-linejoin:round}.sl-region.east circle{fill:var(--sl-yellow)}.sl-region.central circle{fill:var(--sl-orange)}.sl-region.south circle{fill:var(--sl-teal)}.sl-region.coast circle{fill:#fff}.sl-region:hover circle,.sl-region:focus circle{r:20;filter:drop-shadow(0 0 14px rgba(255,210,31,.75))}.sl-map-note{margin-top:10px;color:#94a3b8;font-size:.85rem}.sl-word-origin-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.sl-word-origin{border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#000;padding:18px;box-shadow:4px 4px 0 rgba(23,201,195,.25)}.sl-word-origin strong{display:block;color:var(--sl-yellow);font-size:1.35rem;font-weight:1000}.sl-word-origin span{display:block;margin-top:4px;color:var(--sl-cyan);font-weight:800}.sl-word-origin em{display:block;margin-top:10px;color:#d1d5db;font-style:normal;font-size:.9rem}.sl-sources{max-width:980px;color:#cbd5e1}.sl-split-feature .sl-card{min-height:340px;display:flex;flex-direction:column;justify-content:center}
@media (max-width:1180px){.sl-word-origin-grid{grid-template-columns:repeat(3,1fr)}.sl-quote-strip{align-items:flex-start;flex-direction:column}.sl-service-item{grid-template-columns:64px 1fr}.sl-columns{columns:1}}
@media (max-width:760px){.sl-word-origin-grid{grid-template-columns:1fr}.sl-service-item{grid-template-columns:1fr}.sl-quote-strip .sl-btn{width:100%}.sl-map-wrap{padding:12px}.sl-region text{font-size:14px}.sl-split-feature .sl-card{min-height:auto}}

/* v1.2 practical fixes */
.sl-header .sub-menu{display:none;position:absolute;background:#000;border:1px solid rgba(103,255,242,.35);border-radius:18px;padding:10px;list-style:none}.sl-header .menu-item-has-children{position:relative}.sl-header .menu-item-has-children:hover>.sub-menu,.sl-header .menu-item-has-children:focus-within>.sub-menu{display:block}.sl-header .sub-menu a{min-width:190px}.sl-page-content{width:min(100% - 32px,1440px);margin-inline:auto}.sl-service-note{border-left:6px solid var(--sl-yellow);padding:18px 22px;background:rgba(255,210,31,.08);border-radius:18px;color:#f8fafc}.sl-course-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.sl-course-module-grid span{border:1px solid rgba(255,255,255,.1);background:#050505;border-radius:14px;padding:10px;color:#d1d5db;font-weight:700;font-size:.92rem}.sl-practical-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.sl-practical-band div{background:#000;border:1px solid rgba(103,255,242,.2);border-radius:20px;padding:18px}.sl-practical-band strong{color:var(--sl-cyan);display:block;text-transform:uppercase}.sl-practical-band span{color:#d1d5db;font-size:.95rem}
@media (max-width:760px){.sl-course-module-grid,.sl-practical-band{grid-template-columns:1fr}.sl-header .sub-menu{position:static;display:block;border:0;background:transparent;padding:4px 0 0}.sl-header .sub-menu a{font-size:.8rem;background:rgba(255,255,255,.03)!important}}

/* v2.1 merged sales hero + responsive polish */
.sl-hero-sales{min-height:calc(100svh - 99px);padding:64px 24px;background:radial-gradient(circle at 82% 18%,rgba(255,210,31,.20),transparent 28%),radial-gradient(circle at 8% 84%,rgba(23,201,195,.24),transparent 34%),linear-gradient(135deg,#020617 0%,#000 50%,#111827 100%)}
.sl-hero-sales .sl-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:clamp(28px,5vw,72px);width:min(100%,1560px)}
.sl-title-sales{font-size:clamp(2.9rem,5.8vw,6.7rem);line-height:.98;letter-spacing:-.045em;max-width:980px}
.sl-title-sales span{text-shadow:4px 4px 0 rgba(255,106,0,.82)}
.sl-hero-copy .sl-lead{max-width:860px;font-size:clamp(1rem,1.25vw,1.25rem);margin-top:24px}
.sl-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:860px;margin-top:34px}
.sl-trust-row div{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.075);border-radius:22px;padding:18px;text-align:center;box-shadow:0 0 24px rgba(23,201,195,.10)}
.sl-trust-row strong{display:block;font-size:clamp(1.45rem,2.4vw,2.3rem);font-weight:1000;line-height:1;color:var(--sl-yellow)}
.sl-trust-row div:nth-child(2) strong{color:var(--sl-cyan)}
.sl-trust-row div:nth-child(3) strong{color:var(--sl-orange)}
.sl-trust-row span{display:block;margin-top:7px;color:#cbd5e1;font-size:.76rem;font-weight:1000;text-transform:uppercase;letter-spacing:.04em}
.sl-live-card{border:1px solid rgba(103,255,242,.35);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));border-radius:36px;padding:20px;box-shadow:0 0 65px rgba(23,201,195,.24);backdrop-filter:blur(14px);position:relative;overflow:hidden}
.sl-live-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;background:radial-gradient(circle,rgba(255,210,31,.24),transparent 65%);filter:blur(8px);pointer-events:none}.sl-live-top{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#000;border:1px solid rgba(255,255,255,.10);border-radius:24px 24px 10px 10px;padding:14px 16px;position:relative;z-index:1}.sl-live-top span{color:var(--sl-cyan);font-weight:1000;text-transform:uppercase;font-size:.85rem;letter-spacing:.06em}.sl-live-top strong{background:#ef4444;color:#fff;border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:1000;box-shadow:0 0 16px rgba(239,68,68,.55)}
.sl-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;position:relative;z-index:1}.sl-person-card{min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:radial-gradient(circle at top,rgba(23,201,195,.14),transparent 50%),#0b0b0b;padding:22px}.sl-teacher-card{background:radial-gradient(circle at top,rgba(255,106,0,.18),transparent 50%),#0b0b0b}.sl-avatar{width:112px;height:112px;display:grid;place-items:center;border-radius:999px;font-size:3.4rem;margin-bottom:16px;box-shadow:6px 6px 0 rgba(255,255,255,.15)}.sl-avatar-teacher{background:linear-gradient(135deg,var(--sl-orange),var(--sl-yellow));}.sl-avatar-student{background:linear-gradient(135deg,var(--sl-teal),var(--sl-cyan));}.sl-person-card h3{margin:0;color:var(--sl-yellow);font-size:1.25rem;line-height:1.05;font-weight:1000;text-transform:uppercase}.sl-person-card p{margin:.45rem 0 0;color:#cbd5e1;font-size:.92rem}.sl-lesson-preview{margin-top:16px;border:1px solid rgba(255,255,255,.10);background:#000;border-radius:24px;padding:18px;position:relative;z-index:1}.sl-lesson-preview span{display:block;color:var(--sl-orange);font-weight:1000;text-transform:uppercase;letter-spacing:.07em;font-size:.78rem}.sl-lesson-preview p{margin:.5rem 0 0;color:#e5e7eb}.sl-lesson-preview strong{color:var(--sl-yellow)}.sl-mini-offers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px;position:relative;z-index:1}.sl-mini-offers a{text-align:center;border-radius:16px;background:var(--sl-yellow);color:#000;padding:12px 10px;font-weight:1000;text-transform:uppercase;font-size:.82rem;box-shadow:4px 4px 0 rgba(23,201,195,.65)}.sl-mini-offers a:nth-child(2){background:var(--sl-cyan)}.sl-mini-offers a:nth-child(3){background:var(--sl-orange)}
.sl-conversion-strip{padding-top:48px;padding-bottom:48px}.sl-conversion-strip .sl-card{min-height:245px}.sl-conversion-strip .sl-card h3{font-size:1.7rem}
@media (max-width:1180px){.sl-hero-sales .sl-hero-grid{grid-template-columns:1fr}.sl-live-card{max-width:820px;margin:auto}.sl-title-sales{max-width:980px}.sl-trust-row{max-width:100%}}
@media (max-width:760px){.sl-hero-sales{padding:42px 16px}.sl-title-sales{font-size:clamp(2.45rem,13vw,4.6rem);line-height:1.02}.sl-video-grid,.sl-trust-row,.sl-mini-offers{grid-template-columns:1fr}.sl-person-card{min-height:205px}.sl-avatar{width:92px;height:92px;font-size:2.8rem}.sl-live-top{align-items:flex-start;flex-direction:column}.sl-hero-actions .sl-btn{width:100%}}
@media (max-width:420px){.sl-title-sales{font-size:2.55rem}.sl-live-card{padding:14px;border-radius:28px}.sl-person-card{padding:18px}.sl-eyebrow{font-size:.72rem}}


/* v2.2 professional responsive navigation overhaul */
:root{--sl-header-height:88px}.sl-header{isolation:isolate}.sl-header-inner{position:relative;min-height:var(--sl-header-height);padding:10px clamp(16px,3vw,42px)}.sl-brand{position:relative;z-index:1002;flex:0 1 auto}.sl-logo{width:64px;height:64px}.sl-logo-text{font-size:clamp(1.05rem,1.6vw,1.55rem)}.sl-tagline{font-size:clamp(.72rem,.95vw,.88rem)}.sl-nav{flex:1;justify-content:center;min-width:0}.sl-menu{gap:4px;justify-content:center;flex-wrap:nowrap}.sl-menu>li>a{position:relative;display:flex;align-items:center;justify-content:center;min-height:42px;padding:10px 13px;border:1px solid transparent;border-radius:999px;background:transparent;color:#f8fafc;font-size:clamp(.72rem,.76vw,.86rem);font-weight:1000;letter-spacing:.055em;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.sl-menu>li>a:before{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--sl-yellow),var(--sl-teal));opacity:0;transform:scaleX(.4);transition:.2s ease}.sl-menu>li>a:hover,.sl-menu>li>a:focus-visible{background:rgba(255,255,255,.08);border-color:rgba(103,255,242,.25);color:var(--sl-cyan);outline:0;transform:translateY(-1px)}.sl-menu>li>a:hover:before,.sl-menu>li>a:focus-visible:before,.sl-menu>.current-menu-item>a:before,.sl-menu>.current_page_item>a:before{opacity:1;transform:scaleX(1)}.sl-menu>.current-menu-item>a,.sl-menu>.current_page_item>a{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));border-color:rgba(255,255,255,.15);color:#050505;box-shadow:4px 4px 0 rgba(23,201,195,.55)}.sl-header-actions{position:relative;z-index:1002;flex:0 0 auto}.sl-header-actions .sl-btn{padding:12px 16px;border-radius:16px;font-size:.82rem;white-space:nowrap}.sl-mobile-toggle{position:relative;z-index:1003;display:none;width:48px;height:48px;align-items:center;justify-content:center;gap:5px;flex-direction:column;background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(103,255,242,.45);border-radius:16px;cursor:pointer;transition:.2s ease}.sl-mobile-toggle:hover,.sl-mobile-toggle:focus-visible{background:rgba(103,255,242,.14);outline:0}.sl-toggle-line{display:block;width:22px;height:2px;border-radius:10px;background:var(--sl-cyan);transition:transform .24s ease,opacity .2s ease,background .2s ease}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg);background:var(--sl-yellow)}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(2){opacity:0}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:var(--sl-yellow)}.sl-menu-backdrop{position:fixed;inset:0;z-index:998;background:rgba(0,0,0,.62);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .22s ease}.sl-menu-backdrop.is-open{opacity:1;pointer-events:auto}.sl-header .sub-menu{z-index:1005;top:calc(100% + 10px);left:0;min-width:230px;background:rgba(0,0,0,.96);box-shadow:0 18px 48px rgba(0,0,0,.55),0 0 30px rgba(23,201,195,.14)}.sl-header .sub-menu a{border-radius:12px;white-space:normal}.sl-no-scroll{overflow:hidden}
@media (min-width:1181px) and (max-width:1360px){.sl-header-inner{gap:14px}.sl-menu>li>a{padding:9px 9px;font-size:.7rem}.sl-header-actions .sl-btn-outline{display:none}.sl-logo{width:56px;height:56px}.sl-tagline{display:none}}
@media (max-width:1180px){:root{--sl-header-height:78px}.sl-header-inner{gap:14px}.sl-logo{width:56px;height:56px}.sl-mobile-toggle{display:inline-flex}.sl-header-actions{display:none}.sl-nav{display:flex!important;position:fixed;top:0;right:0;bottom:0;left:auto;z-index:1001;width:min(88vw,390px);height:100dvh;padding:104px 18px 22px;background:linear-gradient(180deg,rgba(3,7,18,.98),rgba(0,0,0,.98));border-left:1px solid rgba(103,255,242,.3);border-radius:0;box-shadow:-24px 0 70px rgba(0,0,0,.75);transform:translateX(105%);opacity:1;transition:transform .28s cubic-bezier(.2,.8,.2,1);overflow-y:auto;overscroll-behavior:contain}.sl-nav.is-open{transform:translateX(0)}.sl-nav .sl-menu{width:100%;display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px}.sl-nav .sl-menu>li{width:100%}.sl-nav .sl-menu>li>a{width:100%;min-height:52px;justify-content:flex-start;text-align:left;border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:.95rem;color:#fff}.sl-nav .sl-menu>li>a:before{display:none}.sl-nav .sl-menu>li>a:hover,.sl-nav .sl-menu>li>a:focus-visible{background:rgba(103,255,242,.13);color:var(--sl-cyan);transform:none}.sl-nav .sl-menu>.current-menu-item>a,.sl-nav .sl-menu>.current_page_item>a{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));color:#000}.sl-nav:before{content:"Menu";position:absolute;top:28px;left:22px;color:var(--sl-yellow);font-size:1.55rem;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;text-shadow:3px 3px 0 rgba(255,106,0,.55)}.sl-nav:after{content:"Courses • Services • Culture • Resources";position:absolute;top:62px;left:22px;right:22px;color:#94a3b8;font-size:.82rem;font-weight:800}.sl-header .sub-menu{position:static;display:block;margin:8px 0 0 14px;padding:8px;border:0;border-left:2px solid rgba(103,255,242,.35);border-radius:0;background:transparent;box-shadow:none}.sl-header .sub-menu a{min-width:0;min-height:44px;background:rgba(255,255,255,.035)!important;color:#cbd5e1!important;font-size:.84rem!important;padding:11px 14px!important}.sl-header .sub-menu a:hover{background:rgba(103,255,242,.11)!important;color:var(--sl-cyan)!important}}
@media (max-width:640px){:root{--sl-header-height:72px}.sl-header-inner{padding:9px 14px}.sl-logo{width:50px;height:50px;border-radius:16px}.sl-logo-text{font-size:1rem}.sl-tagline{font-size:.68rem;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sl-mobile-toggle{width:44px;height:44px;border-radius:14px}.sl-nav{width:100vw;padding:96px 16px 22px;border-left:0}.sl-nav .sl-menu>li>a{min-height:50px;font-size:.9rem}.sl-nav:before{left:18px}.sl-nav:after{left:18px}.sl-menu-backdrop{display:none}}
@media (max-width:380px){.sl-brand{gap:8px}.sl-logo{width:44px;height:44px}.sl-logo-text{font-size:.9rem}.sl-tagline{max-width:140px;font-size:.62rem}.sl-mobile-toggle{width:42px;height:42px}.sl-nav .sl-menu>li>a{font-size:.86rem}}


/* v2.4 form and brand fixes */
.sl-logo-text,.sl-tagline{display:block;}
.sl-brand > span,.sl-footer .sl-brand > span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05;}
.sl-form select{appearance:auto;-webkit-appearance:auto;color:#fff;background:#1f1f1f;border-color:rgba(103,255,242,.35);}
.sl-form select option{background:#fff;color:#111;font-weight:700;}
.sl-form select option:checked,.sl-form select option:hover{background:var(--sl-cyan);color:#000;}
.sl-form input::placeholder,.sl-form textarea::placeholder{color:#9ca3af;opacity:1;}
@media (prefers-color-scheme: dark){.sl-form select option{background:#fff;color:#111;}}

/* v2.8 improved proportional interactive Africa map */
.sl-culture-map-section{overflow:hidden}.sl-map-layout{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);gap:clamp(28px,4vw,64px);align-items:center}.sl-map-copy .sl-heading{max-width:760px}.sl-lead-small{color:#d1d5db;font-size:1.05rem;line-height:1.75;font-weight:650}.sl-map-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.sl-map-stats-grid div{border:1px solid rgba(103,255,242,.22);background:#050505;border-radius:20px;padding:18px;box-shadow:5px 5px 0 rgba(23,201,195,.20)}.sl-map-stats-grid strong{display:block;color:var(--sl-yellow);font-size:clamp(1.35rem,2vw,2rem);line-height:1;font-weight:1000;text-transform:uppercase}.sl-map-stats-grid span{display:block;margin-top:8px;color:#cbd5e1;font-size:.88rem;font-weight:750}.sl-map-source-note{margin-top:18px;color:#94a3b8;font-size:.92rem}.sl-map-panel{position:relative;border:1px solid rgba(103,255,242,.25);border-radius:34px;background:radial-gradient(circle at 72% 30%,rgba(255,210,31,.12),transparent 28%),radial-gradient(circle at 18% 80%,rgba(23,201,195,.14),transparent 34%),#030303;padding:18px;box-shadow:0 0 54px rgba(23,201,195,.18);overflow:hidden}.sl-map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;color:var(--sl-cyan);font-weight:1000;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.sl-map-reset{border:1px solid rgba(103,255,242,.4);background:rgba(103,255,242,.1);color:var(--sl-cyan);border-radius:999px;padding:7px 12px;font-weight:1000;text-transform:uppercase;cursor:pointer}.sl-map-reset:hover{background:var(--sl-cyan);color:#000}.sl-africa-map-scale{display:block;width:100%;height:min(76vh,760px);min-height:560px;overflow:visible}.sl-africa-outline{fill:url(#slAfricaFill);stroke:var(--sl-cyan);stroke-width:4.5;filter:url(#slGlow);vector-effect:non-scaling-stroke}.sl-africa-highlight{fill:none;stroke:rgba(255,210,31,.45);stroke-width:8;stroke-linecap:round;stroke-dasharray:12 12;filter:url(#slGlow);vector-effect:non-scaling-stroke}.sl-region{cursor:pointer;outline:none}.sl-region circle{fill:var(--sl-orange);stroke:#fff;stroke-width:3;filter:url(#slGlow);transition:transform .2s ease,fill .2s ease,stroke .2s ease;transform-box:fill-box;transform-origin:center}.sl-region text{paint-order:stroke;stroke:#000;stroke-width:6;fill:#fff;font-size:15px;font-weight:1000;pointer-events:none;letter-spacing:.02em}.sl-region-east circle{fill:var(--sl-yellow)}.sl-region-central circle{fill:var(--sl-orange)}.sl-region-south circle{fill:var(--sl-teal)}.sl-region-coast circle{fill:#fff}.sl-size-small circle{r:9}.sl-size-medium circle{r:12}.sl-size-large circle{r:16}.sl-region:hover circle,.sl-region:focus circle,.sl-region.is-active circle{fill:var(--sl-cyan);stroke:var(--sl-yellow);transform:scale(1.35)}.sl-region:hover text,.sl-region:focus text,.sl-region.is-active text{fill:var(--sl-yellow)}.sl-map-info{position:absolute;left:22px;right:22px;bottom:22px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(0,0,0,.82);padding:20px;backdrop-filter:blur(10px);box-shadow:0 18px 60px rgba(0,0,0,.45)}.sl-map-info h3{margin:.2rem 0 0;color:var(--sl-yellow);font-size:clamp(1.35rem,2.3vw,2.3rem);line-height:1;font-weight:1000;text-transform:uppercase}.sl-map-info p{color:#d1d5db;margin:.8rem 0 0}.sl-map-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.sl-map-info-grid div{border:1px solid rgba(103,255,242,.16);background:rgba(255,255,255,.05);border-radius:16px;padding:12px}.sl-map-info-grid strong{display:block;color:var(--sl-cyan);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.sl-map-info-grid span{display:block;margin-top:4px;color:#fff;font-weight:800;font-size:.92rem}.sl-map-use{color:var(--sl-yellow)!important;font-weight:800}.sl-map-note{color:#8fb7bd;font-size:.82rem;margin:12px 4px 0}.sl-word-origin-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.sl-word-origin{border:1px solid rgba(103,255,242,.16);background:#000;border-radius:20px;padding:18px;box-shadow:4px 4px 0 rgba(255,106,0,.28)}.sl-word-origin strong{display:block;color:var(--sl-yellow);font-size:1.25rem;font-weight:1000}.sl-word-origin span{display:block;color:#fff;margin-top:3px}.sl-word-origin em{display:block;color:var(--sl-cyan);font-size:.85rem;margin-top:8px;font-style:normal;font-weight:800}.sl-sources{color:#cbd5e1;font-size:.95rem;max-width:1100px}
@media (max-width:1100px){.sl-map-layout{grid-template-columns:1fr}.sl-africa-map-scale{height:auto;min-height:0}.sl-map-info{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px}.sl-map-stats-grid{grid-template-columns:1fr 1fr 1fr}.sl-word-origin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:720px){.sl-map-panel{padding:12px;border-radius:24px}.sl-map-toolbar{align-items:flex-start;flex-direction:column}.sl-africa-map-scale{min-height:520px}.sl-region text{font-size:12px}.sl-map-info{padding:16px}.sl-map-info-grid,.sl-map-stats-grid{grid-template-columns:1fr}.sl-word-origin-grid{grid-template-columns:1fr}.sl-map-copy .sl-heading{font-size:clamp(2.3rem,11vw,4rem)}}
@media (max-width:460px){.sl-africa-map-scale{min-height:430px}.sl-region text{display:none}.sl-map-info h3{font-size:1.45rem}.sl-map-note{font-size:.76rem}}


/* v3.0 pronunciation helpers */
.sl-word em,.sl-pron{display:block;color:var(--sl-yellow);font-style:normal;font-weight:1000;letter-spacing:.03em;margin-top:3px;}
.sl-word span{margin-top:5px;}
.sl-list .sl-pron{display:inline-block;margin-left:6px;color:var(--sl-yellow);font-size:.92em;}
.sl-word-origin small.sl-pron{display:block;color:var(--sl-yellow);font-style:normal;font-weight:1000;margin-top:5px;}
.sl-pron-inline{color:var(--sl-yellow);font-weight:1000;}

/* v3.2: lessons merged into courses */
.sl-course-lessons { border-top: 1px solid rgba(20,184,166,.22); border-bottom: 1px solid rgba(20,184,166,.22); }
.sl-mt { margin-top: 28px; }
@media (max-width: 780px) { .sl-course-lessons .sl-grid { grid-template-columns: 1fr; } }


/* v3.4 premium menu polish: compact desktop nav + modern mobile drawer */
:root{--sl-menu-glass:rgba(8,13,18,.72);--sl-menu-border:rgba(103,255,242,.22)}
.sl-header{background:linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.88));border-bottom:1px solid rgba(103,255,242,.32);box-shadow:0 8px 32px rgba(0,0,0,.55),0 0 28px rgba(23,201,195,.10)}
.sl-header-inner{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr) auto auto;align-items:center;width:100%;gap:18px;padding:12px clamp(18px,2.4vw,38px)}
.sl-brand{min-width:0}.sl-brand span{min-width:0}.sl-logo{width:60px;height:60px;border-radius:18px}.sl-logo-text{display:block;white-space:nowrap;font-size:clamp(1.05rem,1.45vw,1.55rem)}.sl-tagline{display:block;white-space:nowrap;color:var(--sl-cyan)}
.sl-nav{display:flex;align-items:center;justify-content:center;min-width:0}.sl-mobile-menu-head,.sl-mobile-menu-actions{display:none}.sl-menu{display:flex;align-items:center;justify-content:center;gap:3px;max-width:100%;margin:0;padding:6px;list-style:none;border:1px solid var(--sl-menu-border);border-radius:999px;background:var(--sl-menu-glass);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 22px rgba(23,201,195,.08);backdrop-filter:blur(14px)}
.sl-menu>li{position:relative}.sl-menu>li>a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:9px 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:#eef2f7;font-size:clamp(.68rem,.72vw,.82rem);font-weight:1000;text-transform:uppercase;letter-spacing:.045em;line-height:1;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sl-menu>li>a:before{display:none}.sl-menu>li>a:hover,.sl-menu>li>a:focus-visible{outline:0;color:#000;background:linear-gradient(135deg,var(--sl-cyan),var(--sl-yellow));border-color:rgba(255,255,255,.18);box-shadow:0 8px 22px rgba(23,201,195,.20);transform:translateY(-1px)}
.sl-menu>.current-menu-item>a,.sl-menu>.current_page_item>a,.sl-menu>.current-menu-ancestor>a{color:#000;background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));border-color:rgba(255,255,255,.18);box-shadow:3px 3px 0 rgba(23,201,195,.55)}
.sl-header .menu-item-has-children>a:after{content:"";width:7px;height:7px;margin-left:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.9}.sl-header .sub-menu{position:absolute;top:calc(100% + 10px);left:0;display:none;min-width:240px;margin:0;padding:10px;list-style:none;border:1px solid rgba(103,255,242,.22);border-radius:20px;background:rgba(0,0,0,.96);box-shadow:0 24px 60px rgba(0,0,0,.65),0 0 30px rgba(23,201,195,.12);z-index:1005}.sl-header .menu-item-has-children:hover>.sub-menu,.sl-header .menu-item-has-children:focus-within>.sub-menu{display:block}.sl-header .sub-menu a{justify-content:flex-start;min-height:42px;border-radius:14px;padding:12px 14px;white-space:normal;color:#e5e7eb;background:transparent}.sl-header .sub-menu a:hover,.sl-header .sub-menu a:focus-visible{color:#000;background:var(--sl-yellow);transform:none}.sl-header-actions{gap:10px}.sl-header-actions .sl-btn{padding:12px 17px;border-radius:16px;font-size:.8rem}.sl-header-actions .sl-btn-outline{border-color:var(--sl-cyan);color:var(--sl-cyan);background:rgba(103,255,242,.04)}
.sl-mobile-toggle{display:none;position:relative;z-index:1003;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:16px;border:1px solid rgba(103,255,242,.46);background:rgba(255,255,255,.07);box-shadow:0 0 16px rgba(23,201,195,.12);cursor:pointer}.sl-toggle-line{width:22px;height:2px;border-radius:10px;background:var(--sl-cyan);transition:.22s ease}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg);background:var(--sl-yellow)}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(2){opacity:0}.sl-mobile-toggle.is-active .sl-toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:var(--sl-yellow)}.sl-menu-backdrop{position:fixed;inset:0;z-index:998;background:rgba(0,0,0,.68);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .22s ease}.sl-menu-backdrop.is-open{opacity:1;pointer-events:auto}.sl-no-scroll{overflow:hidden}
@media (min-width:1181px) and (max-width:1500px){.sl-header-inner{grid-template-columns:minmax(210px,285px) minmax(0,1fr) auto auto;gap:12px}.sl-logo{width:54px;height:54px}.sl-logo-text{font-size:1.1rem}.sl-tagline{font-size:.72rem}.sl-menu{gap:1px;padding:5px}.sl-menu>li>a{padding:8px 8px;font-size:.68rem}.sl-header-actions .sl-btn{padding:11px 13px;font-size:.72rem}.sl-header-actions .sl-btn-outline{display:none}}
@media (max-width:1180px){.sl-header-inner{display:flex;min-height:78px;padding:10px 18px}.sl-logo{width:56px;height:56px}.sl-mobile-toggle{display:inline-flex}.sl-header-actions{display:none}.sl-nav{display:flex!important;position:fixed;top:0;right:0;bottom:0;left:auto;z-index:1001;width:min(90vw,420px);height:100dvh;padding:24px 18px 22px;flex-direction:column;align-items:stretch;justify-content:flex-start;border-left:1px solid rgba(103,255,242,.28);border-radius:0;background:radial-gradient(circle at top right,rgba(255,210,31,.18),transparent 34%),linear-gradient(180deg,#061114,#000 55%);box-shadow:-26px 0 80px rgba(0,0,0,.78);transform:translateX(105%);transition:transform .28s cubic-bezier(.2,.8,.2,1);overflow-y:auto;overscroll-behavior:contain}.sl-nav.is-open{transform:translateX(0)}.sl-mobile-menu-head{display:block;padding:8px 6px 18px;margin-bottom:10px;border-bottom:1px solid rgba(103,255,242,.18)}.sl-mobile-menu-head span{display:block;color:var(--sl-yellow);font-size:1.55rem;font-weight:1000;text-transform:uppercase;letter-spacing:.045em;text-shadow:3px 3px 0 rgba(255,106,0,.55)}.sl-mobile-menu-head small{display:block;margin-top:3px;color:var(--sl-cyan);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sl-nav .sl-menu{width:100%;display:flex!important;flex-direction:column;align-items:stretch;gap:9px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.sl-nav .sl-menu>li{width:100%}.sl-nav .sl-menu>li>a{width:100%;min-height:52px;justify-content:space-between;text-align:left;border-radius:18px;padding:15px 16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);font-size:.96rem;color:#fff;letter-spacing:.055em}.sl-nav .sl-menu>li>a:hover,.sl-nav .sl-menu>li>a:focus-visible{color:#000;background:linear-gradient(135deg,var(--sl-cyan),var(--sl-yellow));transform:none}.sl-nav .sl-menu>.current-menu-item>a,.sl-nav .sl-menu>.current_page_item>a,.sl-nav .sl-menu>.current-menu-ancestor>a{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));color:#000;box-shadow:4px 4px 0 rgba(23,201,195,.45)}.sl-header .sub-menu{position:static;display:block;min-width:0;margin:8px 0 0 12px;padding:8px 0 0 10px;border:0;border-left:2px solid rgba(103,255,242,.35);border-radius:0;background:transparent;box-shadow:none}.sl-header .sub-menu a{min-height:42px;border-radius:14px;background:rgba(255,255,255,.04)!important;color:#cbd5e1!important;font-size:.85rem!important}.sl-mobile-menu-actions{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(103,255,242,.18)}.sl-mobile-menu-actions .sl-btn{width:100%}}
@media (max-width:640px){.sl-header-inner{padding:9px 14px}.sl-logo{width:50px;height:50px;border-radius:16px}.sl-logo-text{font-size:1rem}.sl-tagline{max-width:185px;overflow:hidden;text-overflow:ellipsis;font-size:.7rem}.sl-nav{width:100vw;padding:20px 16px}.sl-mobile-toggle{width:44px;height:44px}.sl-menu-backdrop{display:block}.sl-nav .sl-menu>li>a{min-height:50px;font-size:.9rem}}
@media (max-width:380px){.sl-logo{width:44px;height:44px}.sl-logo-text{font-size:.88rem}.sl-tagline{max-width:140px;font-size:.62rem}.sl-nav .sl-menu>li>a{font-size:.86rem}}

/* v3.5: Services page improvements */
.sl-services-hero{padding-top:110px;padding-bottom:90px;}
.sl-services-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:40px;align-items:center;}
.sl-service-hero-card{border:1px solid rgba(103,255,242,.24);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:32px;padding:34px;box-shadow:0 0 48px rgba(23,201,195,.16),8px 8px 0 rgba(255,106,0,.38);}
.sl-service-hero-card h3{margin:14px 0 0;color:var(--sl-yellow);font-size:clamp(2rem,3vw,3.2rem);line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:-.04em;}
.sl-service-hero-card p{color:#d1d5db;font-size:1.05rem;}
.sl-service-badge,.sl-model-label{display:inline-flex;align-items:center;border-radius:999px;background:var(--sl-orange);color:#000;padding:7px 13px;font-size:.78rem;font-weight:1000;text-transform:uppercase;letter-spacing:.04em;}
.center-copy{margin-inline:auto;text-align:center;}
.sl-pricing-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch;}
.sl-pricing-model-card{position:relative;border:1px solid rgba(103,255,242,.2);background:#050505;border-radius:32px;padding:32px;box-shadow:0 0 28px rgba(23,201,195,.12);overflow:hidden;}
.sl-pricing-model-card:before{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;background:radial-gradient(circle,rgba(255,210,31,.18),transparent 68%);pointer-events:none;}
.sl-pricing-model-card.featured{border-color:rgba(255,210,31,.55);box-shadow:8px 8px 0 rgba(23,201,195,.55),0 0 40px rgba(255,210,31,.12);}
.sl-model-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;}
.sl-model-top strong{color:var(--sl-yellow);font-size:clamp(2rem,3vw,3rem);line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:-.04em;}
.sl-pricing-model-card p{color:#d1d5db;}
.sl-algorithm-box{margin:24px 0;padding:22px;border:1px solid rgba(103,255,242,.18);border-radius:24px;background:rgba(103,255,242,.06);}
.sl-algorithm-box h4{margin:0 0 10px;color:var(--sl-cyan);font-size:1rem;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;}
.sl-algorithm-box p{margin:.6em 0;color:#e5e7eb;}
.sl-quote-note{margin-top:30px;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:28px;background:linear-gradient(135deg,rgba(255,106,0,.12),rgba(23,201,195,.08));}
.sl-quote-note h3{margin:0 0 8px;color:var(--sl-yellow);font-size:1.8rem;font-weight:1000;text-transform:uppercase;}
.sl-quote-note p{margin:0;color:#d1d5db;max-width:980px;}
.sl-service-list.improved{display:grid;gap:18px;}
.sl-service-list.improved .sl-service-item{display:flex;gap:18px;align-items:flex-start;border:1px solid rgba(103,255,242,.18);border-radius:24px;padding:20px;background:#050505;}
.sl-service-list.improved .sl-service-item span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:var(--sl-yellow);color:#000;font-weight:1000;box-shadow:4px 4px 0 rgba(23,201,195,.55);flex:0 0 auto;}
.sl-service-list.improved h3{margin:0;color:var(--sl-yellow);font-weight:1000;text-transform:uppercase;}
.sl-service-list.improved p{margin:6px 0 0;color:#d1d5db;}
.sl-quote-strip.improved{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;}
.sl-quote-strip.improved h2{margin:0;font-size:clamp(2.8rem,6vw,6rem);line-height:.95;font-weight:1000;text-transform:uppercase;letter-spacing:-.055em;}
.sl-quote-strip.improved p{max-width:760px;font-weight:900;}
.sl-btn-dark{background:#000!important;color:#fff!important;box-shadow:5px 5px 0 rgba(255,255,255,.75)!important;}
@media (max-width:1000px){.sl-services-hero-grid,.sl-pricing-model-grid,.sl-quote-strip.improved{grid-template-columns:1fr}.sl-service-hero-card{max-width:780px}.sl-quote-strip.improved .sl-btn{width:max-content}}
@media (max-width:680px){.sl-services-hero{padding-top:70px;padding-bottom:60px}.sl-service-hero-card,.sl-pricing-model-card,.sl-quote-note{padding:22px;border-radius:24px}.sl-model-top{align-items:flex-start;flex-direction:column}.sl-quote-strip.improved .sl-btn{width:100%}.sl-quote-strip.improved h2{font-size:2.7rem}}

/* v3.6: Subscriber folder-stack repository */
.sl-repository-section{border-top:1px solid rgba(103,255,242,.25);}
.sl-repo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:34px auto 26px;padding:22px 24px;max-width:1160px;border:1px solid rgba(103,255,242,.22);border-radius:26px;background:linear-gradient(135deg,rgba(23,201,195,.1),rgba(255,210,31,.06));box-shadow:0 0 30px rgba(23,201,195,.12)}
.sl-repo-toolbar strong{display:block;color:var(--sl-yellow);font-size:1.25rem;font-weight:1000;text-transform:uppercase;letter-spacing:.03em}.sl-repo-toolbar span{display:block;color:#d1d5db;font-weight:800}.sl-repo-badge{display:inline-flex!important;align-items:center;border-radius:999px;background:var(--sl-cyan);color:#000!important;padding:9px 14px;font-size:.82rem;text-transform:uppercase;font-weight:1000}.sl-repo-locked{max-width:980px;margin:0 auto;padding:42px;border:1px solid rgba(255,255,255,.12);border-radius:34px;background:radial-gradient(circle at top right,rgba(255,210,31,.12),transparent 34%),#050505;text-align:center;box-shadow:0 0 40px rgba(23,201,195,.1)}.sl-repo-lock-icon{font-size:3.5rem}.sl-repo-locked h3{margin:14px 0 0;color:var(--sl-yellow);font-size:clamp(2rem,4vw,3.6rem);font-weight:1000;text-transform:uppercase;line-height:1}.sl-repo-locked p{max-width:760px;margin:18px auto;color:#d1d5db;font-size:1.05rem}.sl-repo-lock-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:24px}.sl-repo-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:24px;align-items:start}.sl-repo-sidebar{position:sticky;top:118px;display:grid;gap:12px}.sl-folder-tab{display:flex;align-items:center;gap:13px;width:100%;padding:16px;text-align:left;border:1px solid rgba(103,255,242,.18);border-radius:20px;background:#050505;color:#fff;cursor:pointer;transition:.2s ease}.sl-folder-tab:hover,.sl-folder-tab.is-active{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));color:#000;box-shadow:5px 5px 0 rgba(23,201,195,.55);transform:translate(-1px,-1px)}.sl-folder-icon{font-size:1.8rem}.sl-folder-tab strong{display:block;font-weight:1000;text-transform:uppercase;line-height:1.15}.sl-folder-tab small{display:block;margin-top:4px;font-weight:900;opacity:.75}.sl-repo-content{min-width:0}.sl-folder-panel{display:none;border:1px solid rgba(103,255,242,.2);border-radius:30px;background:#050505;padding:26px;box-shadow:0 0 32px rgba(23,201,195,.11)}.sl-folder-panel.is-active{display:block}.sl-folder-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.sl-folder-header h3{margin:4px 0;color:var(--sl-yellow);font-size:clamp(1.8rem,3vw,3rem);font-weight:1000;text-transform:uppercase;line-height:1}.sl-folder-header p{margin:0;color:#d1d5db}.sl-folder-header>span{flex:0 0 auto;border-radius:999px;background:rgba(103,255,242,.12);color:var(--sl-cyan);padding:8px 12px;font-weight:1000;text-transform:uppercase}.sl-file-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sl-file-card{border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#000;padding:20px;box-shadow:4px 4px 0 rgba(255,106,0,.22)}.sl-file-type{display:inline-flex;border-radius:999px;background:var(--sl-cyan);color:#000;padding:5px 10px;font-size:.72rem;font-weight:1000;text-transform:uppercase}.sl-file-card h4{margin:13px 0 8px;color:var(--sl-yellow);font-size:1.2rem;font-weight:1000;text-transform:uppercase;line-height:1.1}.sl-file-card p{color:#d1d5db;margin:0 0 16px}.sl-file-action{border:1px solid rgba(103,255,242,.45);background:transparent;color:var(--sl-cyan);border-radius:14px;padding:10px 12px;font-weight:1000;text-transform:uppercase;cursor:pointer}.sl-file-action:hover{background:var(--sl-cyan);color:#000}@media(max-width:980px){.sl-repo-layout{grid-template-columns:1fr}.sl-repo-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.sl-repo-toolbar{align-items:flex-start;flex-direction:column}.sl-file-grid{grid-template-columns:1fr}}@media(max-width:620px){.sl-repo-sidebar{grid-template-columns:1fr}.sl-repo-locked{padding:26px}.sl-folder-panel{padding:18px;border-radius:24px}.sl-folder-header{flex-direction:column}.sl-repo-lock-actions .sl-btn{width:100%}}

/* v3.6.2: responsive, browser-safe navigation system */
:root{
  --sl-nav-breakpoint: 1280px;
  --sl-header-glow: rgba(23,201,195,.18);
}
.sl-header{
  position:sticky!important;
  top:0;
  z-index:9999!important;
  background:linear-gradient(180deg,rgba(0,0,0,.97),rgba(0,0,0,.91))!important;
  border-bottom:1px solid rgba(103,255,242,.32)!important;
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
body.admin-bar .sl-header{top:32px!important;}
.sl-header-inner{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(230px,330px) minmax(0,1fr) max-content max-content!important;
  align-items:center!important;
  gap:clamp(10px,1.4vw,22px)!important;
  padding:10px clamp(16px,2.2vw,36px)!important;
}
.sl-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  max-width:100%!important;
}
.sl-brand>span{display:block!important;min-width:0!important;}
.sl-logo{width:58px!important;height:58px!important;border-radius:18px!important;flex:0 0 auto!important;}
.sl-logo-text{display:block!important;max-width:230px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(1.05rem,1.35vw,1.55rem)!important;line-height:1!important;}
.sl-tagline{display:block!important;max-width:230px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(.68rem,.82vw,.85rem)!important;line-height:1.2!important;}
.sl-nav{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-width:0!important;
  width:100%!important;
}
.sl-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:2px!important;
  max-width:100%!important;
  overflow:visible!important;
  padding:5px!important;
  border-radius:999px!important;
}
.sl-menu>li{flex:0 0 auto!important;}
.sl-menu>li>a{
  min-height:38px!important;
  padding:9px clamp(8px,.72vw,13px)!important;
  font-size:clamp(.66rem,.72vw,.82rem)!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.sl-header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  min-width:max-content!important;
  white-space:nowrap!important;
}
.sl-header-actions .sl-btn{
  min-height:46px!important;
  padding:12px clamp(14px,1.15vw,22px)!important;
  border-radius:18px!important;
  font-size:clamp(.72rem,.78vw,.84rem)!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
.sl-mobile-toggle{display:none!important;}
.sl-menu-backdrop{display:block!important;}

@media (min-width:1281px) and (max-width:1500px){
  .sl-header-inner{grid-template-columns:minmax(205px,285px) minmax(0,1fr) max-content max-content!important;gap:10px!important;}
  .sl-logo{width:52px!important;height:52px!important;}
  .sl-logo-text{font-size:1.05rem!important;max-width:190px!important;}
  .sl-tagline{font-size:.67rem!important;max-width:190px!important;}
  .sl-menu{gap:0!important;padding:4px!important;}
  .sl-menu>li>a{padding:8px 7px!important;font-size:.66rem!important;letter-spacing:.025em!important;}
  .sl-header-actions{gap:8px!important;}
  .sl-header-actions .sl-btn{padding:10px 12px!important;font-size:.68rem!important;min-height:42px!important;}
  .sl-header-actions .sl-btn-outline{display:none!important;}
}

/* Tablet and mobile: use a polished off-canvas drawer before the header can collapse */
@media (max-width:1280px){
  body.admin-bar .sl-header{top:32px!important;}
  .sl-header-inner{
    display:flex!important;
    min-height:76px!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:10px 18px!important;
  }
  .sl-logo{width:54px!important;height:54px!important;border-radius:17px!important;}
  .sl-logo-text{font-size:1.05rem!important;max-width:210px!important;}
  .sl-tagline{font-size:.72rem!important;max-width:210px!important;}
  .sl-header-actions{display:none!important;}
  .sl-mobile-toggle{
    display:inline-flex!important;
    position:relative!important;
    z-index:10002!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    border-radius:16px!important;
    border:1px solid rgba(103,255,242,.55)!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:0 0 18px rgba(23,201,195,.18)!important;
  }
  .sl-nav{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:10001!important;
    width:min(92vw,430px)!important;
    height:100vh!important;
    height:100dvh!important;
    padding:22px 18px calc(22px + env(safe-area-inset-bottom))!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    border-left:1px solid rgba(103,255,242,.30)!important;
    border-radius:0!important;
    background:radial-gradient(circle at top right,rgba(255,210,31,.16),transparent 34%),linear-gradient(180deg,#061114 0%,#000 58%)!important;
    box-shadow:-26px 0 80px rgba(0,0,0,.82)!important;
    transform:translate3d(105%,0,0)!important;
    transition:transform .28s cubic-bezier(.2,.8,.2,1)!important;
  }
  .sl-nav.is-open{transform:translate3d(0,0,0)!important;}
  .sl-mobile-menu-head{
    display:block!important;
    padding:6px 4px 18px!important;
    margin:0 0 12px!important;
    border-bottom:1px solid rgba(103,255,242,.20)!important;
  }
  .sl-mobile-menu-head span{display:block!important;color:var(--sl-yellow)!important;font-size:1.45rem!important;font-weight:1000!important;text-transform:uppercase!important;line-height:1.05!important;}
  .sl-mobile-menu-head small{display:block!important;margin-top:5px!important;color:var(--sl-cyan)!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
  .sl-nav .sl-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:9px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .sl-nav .sl-menu>li{width:100%!important;}
  .sl-nav .sl-menu>li>a{
    width:100%!important;
    min-height:52px!important;
    justify-content:space-between!important;
    text-align:left!important;
    border-radius:18px!important;
    padding:15px 16px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(255,255,255,.055)!important;
    color:#fff!important;
    font-size:.96rem!important;
    letter-spacing:.055em!important;
  }
  .sl-nav .sl-menu>li>a:hover,
  .sl-nav .sl-menu>li>a:focus-visible,
  .sl-nav .sl-menu>.current-menu-item>a,
  .sl-nav .sl-menu>.current_page_item>a,
  .sl-nav .sl-menu>.current-menu-ancestor>a{
    color:#000!important;
    background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange))!important;
    box-shadow:4px 4px 0 rgba(23,201,195,.45)!important;
    transform:none!important;
  }
  .sl-header .sub-menu{
    position:static!important;
    display:block!important;
    min-width:0!important;
    margin:8px 0 0 12px!important;
    padding:8px 0 0 10px!important;
    border:0!important;
    border-left:2px solid rgba(103,255,242,.35)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .sl-header .sub-menu a{
    min-height:42px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.04)!important;
    color:#cbd5e1!important;
    font-size:.86rem!important;
  }
  .sl-mobile-menu-actions{
    display:grid!important;
    gap:12px!important;
    margin-top:18px!important;
    padding-top:18px!important;
    border-top:1px solid rgba(103,255,242,.20)!important;
  }
  .sl-mobile-menu-actions .sl-btn{width:100%!important;min-height:52px!important;}
}

@media (max-width:782px){body.admin-bar .sl-header{top:46px!important;}}
@media (max-width:640px){
  .sl-header-inner{min-height:70px!important;padding:8px 14px!important;}
  .sl-logo{width:48px!important;height:48px!important;border-radius:15px!important;}
  .sl-logo-text{font-size:.95rem!important;max-width:170px!important;}
  .sl-tagline{font-size:.66rem!important;max-width:170px!important;}
  .sl-mobile-toggle{width:44px!important;height:44px!important;min-width:44px!important;border-radius:14px!important;}
  .sl-nav{width:100vw!important;padding:18px 16px calc(22px + env(safe-area-inset-bottom))!important;}
  .sl-nav .sl-menu>li>a{min-height:50px!important;font-size:.9rem!important;}
}
@media (max-width:380px){
  .sl-brand{gap:8px!important;}
  .sl-logo{width:42px!important;height:42px!important;}
  .sl-logo-text{font-size:.84rem!important;max-width:136px!important;}
  .sl-tagline{font-size:.6rem!important;max-width:136px!important;}
  .sl-mobile-toggle{width:42px!important;height:42px!important;min-width:42px!important;}
  .sl-nav .sl-menu>li>a{font-size:.84rem!important;padding:14px!important;}
}

/* v3.8 Full Africa interactive culture map */
.sl-map-layout-wide{grid-template-columns:minmax(320px,.72fr) minmax(560px,1.28fr);align-items:start}
.sl-full-africa-panel{overflow:visible;padding:18px 18px 26px}
.sl-africa-map-full{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:1/1;display:block;margin:0 auto;overflow:visible}
.sl-africa-land{fill:url(#slAfricaBase);stroke:var(--sl-cyan);stroke-width:4.5;filter:url(#slGlowFull);vector-effect:non-scaling-stroke}
.sl-country-boundaries path{fill:none;stroke:rgba(255,255,255,.22);stroke-width:1.35;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.sl-country-region .sl-country-fill{fill:rgba(255,210,31,.14);stroke:rgba(255,210,31,.72);stroke-width:2.4;vector-effect:non-scaling-stroke;transition:fill .2s ease,stroke .2s ease,filter .2s ease}
.sl-country-region.sl-region-central .sl-country-fill{fill:rgba(255,106,0,.18);stroke:rgba(255,106,0,.78)}
.sl-country-region.sl-region-south .sl-country-fill{fill:rgba(23,201,195,.14);stroke:rgba(23,201,195,.78)}
.sl-country-region.sl-region-coast .sl-country-fill{fill:rgba(255,255,255,.10);stroke:rgba(255,255,255,.78)}
.sl-country-region:hover .sl-country-fill,.sl-country-region:focus .sl-country-fill,.sl-country-region.is-active .sl-country-fill{fill:rgba(103,255,242,.30);stroke:var(--sl-cyan);filter:url(#slGlowFull)}
.sl-country-region circle{stroke:#fff;stroke-width:3.5;filter:url(#slGlowFull)}
.sl-map-labels text{fill:rgba(203,213,225,.48);font-size:18px;font-weight:900;letter-spacing:.04em;paint-order:stroke;stroke:#000;stroke-width:5;stroke-linejoin:round}
.sl-map-info{z-index:4}.sl-map-info-grid span{line-height:1.35}
@media (max-width:1180px){.sl-map-layout-wide{grid-template-columns:1fr}.sl-africa-map-full{max-width:920px}.sl-full-africa-panel{overflow:hidden}.sl-map-info{position:relative;left:auto;right:auto;bottom:auto;margin-top:16px}}
@media (max-width:720px){.sl-africa-map-full{aspect-ratio:1/1;min-height:0}.sl-map-labels text{font-size:14px}.sl-country-region text{font-size:11px}.sl-full-africa-panel{padding:12px}.sl-region text{stroke-width:5}}
@media (max-width:520px){.sl-country-region text{display:none}.sl-map-labels text{font-size:12px}.sl-country-boundaries path{stroke-width:.9}.sl-country-region .sl-country-fill{stroke-width:1.8}.sl-africa-land{stroke-width:3.5}}

/* v4.0 Culture media expansion: Tingatinga, ngoma, nyatiti */
.sl-heritage-showcase{position:relative;overflow:hidden}.sl-heritage-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,210,31,.11),transparent 30%),radial-gradient(circle at 90% 55%,rgba(23,201,195,.10),transparent 28%);pointer-events:none}.sl-cultural-feature-grid{position:relative;display:grid;grid-template-columns:1.18fr .82fr;gap:24px;margin-top:36px}.sl-cultural-feature{display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(103,255,242,.22);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.4));box-shadow:0 0 36px rgba(23,201,195,.10);overflow:hidden}.sl-cultural-feature-large{grid-row:span 2}.sl-cultural-image-wrap{position:relative;background:#000;overflow:hidden}.sl-cultural-image-wrap img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover;transition:transform .5s ease}.sl-cultural-feature-large .sl-cultural-image-wrap img{min-height:520px}.sl-cultural-feature:hover img{transform:scale(1.035)}.sl-cultural-image-wrap.compact img{min-height:285px}.sl-cultural-copy{padding:26px}.sl-cultural-copy h3{margin:.2rem 0 1rem;color:var(--sl-yellow);font-size:clamp(1.55rem,2.5vw,2.6rem);line-height:1;font-weight:1000;text-transform:uppercase}.sl-cultural-copy p{color:#d1d5db;font-weight:650;line-height:1.7}.sl-tingatinga-deep-dive{overflow:hidden}.sl-timeline-list{display:grid;gap:14px;margin-top:28px}.sl-timeline-list div{display:grid;grid-template-columns:92px 1fr;gap:15px;align-items:start;border:1px solid rgba(103,255,242,.18);border-radius:20px;background:#050505;padding:16px;box-shadow:5px 5px 0 rgba(255,106,0,.18)}.sl-timeline-list strong{color:var(--sl-yellow);font-size:1.1rem;font-weight:1000}.sl-timeline-list span{color:#d1d5db;font-weight:700}.sl-art-card-stack{position:relative}.sl-art-card-stack img,.sl-music-poster img{display:block;width:100%;border-radius:32px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 44px rgba(23,201,195,.16);object-fit:cover}.sl-art-note{margin-top:-36px;margin-inline:24px;position:relative;border:1px solid rgba(103,255,242,.24);border-radius:24px;background:rgba(0,0,0,.88);padding:20px;backdrop-filter:blur(10px);box-shadow:0 18px 42px rgba(0,0,0,.35)}.sl-art-note strong{display:block;color:var(--sl-yellow);font-size:1.1rem;font-weight:1000;text-transform:uppercase}.sl-art-note span{display:block;margin-top:6px;color:#d1d5db;font-weight:700;line-height:1.55}.sl-music-feature{background:radial-gradient(circle at 82% 18%,rgba(255,210,31,.10),transparent 28%),radial-gradient(circle at 20% 82%,rgba(23,201,195,.12),transparent 30%),#030303}.sl-music-poster img{max-height:760px;object-fit:cover;object-position:center}.sl-music-list{display:grid;gap:14px;margin-top:28px}.sl-music-list div{border:1px solid rgba(255,255,255,.10);border-left:6px solid var(--sl-cyan);border-radius:20px;background:#070707;padding:18px;box-shadow:5px 5px 0 rgba(255,210,31,.12)}.sl-music-list strong{display:block;color:var(--sl-yellow);font-size:1.2rem;font-weight:1000;text-transform:uppercase}.sl-music-list span{display:block;margin-top:6px;color:#d1d5db;font-weight:700;line-height:1.55}.sl-culture-lesson-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px}.sl-culture-lesson-grid article{border:1px solid rgba(103,255,242,.22);border-radius:28px;background:#050505;padding:24px;box-shadow:6px 6px 0 rgba(23,201,195,.18)}.sl-culture-lesson-grid span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));color:#000;font-weight:1000;box-shadow:4px 4px 0 rgba(23,201,195,.55)}.sl-culture-lesson-grid h3{margin:18px 0 8px;color:var(--sl-yellow);font-size:1.6rem;font-weight:1000;text-transform:uppercase}.sl-culture-lesson-grid p{color:#d1d5db;font-weight:700;line-height:1.6}
@media(max-width:1080px){.sl-cultural-feature-grid{grid-template-columns:1fr}.sl-cultural-feature-large{grid-row:auto}.sl-culture-lesson-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-cultural-feature-large .sl-cultural-image-wrap img{min-height:380px}.sl-cultural-image-wrap.compact img{min-height:320px}}
@media(max-width:680px){.sl-cultural-copy{padding:20px}.sl-cultural-feature,.sl-art-card-stack img,.sl-music-poster img{border-radius:24px}.sl-cultural-image-wrap img,.sl-cultural-feature-large .sl-cultural-image-wrap img,.sl-cultural-image-wrap.compact img{min-height:240px}.sl-timeline-list div{grid-template-columns:1fr}.sl-culture-lesson-grid{grid-template-columns:1fr}.sl-art-note{margin:14px 0 0}.sl-music-poster img{max-height:none}}


/* v4.1 realistic Africa map poster + hotspot overlay */
.sl-real-africa-map-panel{padding:18px;background:radial-gradient(circle at 70% 20%,rgba(255,210,31,.10),transparent 32%),#030303}.sl-static-africa-map-wrap{position:relative;width:100%;height:auto;min-height:0;aspect-ratio:1/1;overflow:hidden;border-radius:26px;background:#f7ecd2}.sl-static-africa-map-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:26px}.sl-map-hotspot{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;transform:translate(-50%,-50%);border:0;background:transparent;color:#fff;cursor:pointer;outline:none;filter:drop-shadow(0 2px 2px rgba(0,0,0,.8))}.sl-map-hotspot span{display:block;width:18px;height:18px;border-radius:50%;background:var(--sl-yellow);border:3px solid #fff;box-shadow:0 0 0 4px rgba(0,0,0,.25),0 0 18px rgba(255,210,31,.8);transition:transform .18s ease,background .18s ease}.sl-map-hotspot em{font-style:normal;font-weight:1000;font-size:.82rem;line-height:1;paint-order:stroke;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;white-space:nowrap}.sl-map-hotspot.sl-region-central span{background:var(--sl-orange)}.sl-map-hotspot.sl-region-south span{background:var(--sl-teal)}.sl-map-hotspot.sl-region-coast span{background:#fff}.sl-map-hotspot:hover span,.sl-map-hotspot:focus span,.sl-map-hotspot.is-active span{transform:scale(1.45);background:var(--sl-cyan);border-color:var(--sl-yellow)}.sl-map-hotspot:hover em,.sl-map-hotspot:focus em,.sl-map-hotspot.is-active em{color:var(--sl-yellow)}.sl-map-poster-section{border-top:1px solid rgba(103,255,242,.16);border-bottom:1px solid rgba(103,255,242,.16)}.sl-map-poster-card{border:1px solid rgba(103,255,242,.22);border-radius:30px;background:#000;padding:12px;box-shadow:0 0 42px rgba(23,201,195,.14)}.sl-map-poster-card img{display:block;width:100%;border-radius:22px}.sl-check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.sl-check-list li{position:relative;padding-left:30px;color:#e5e7eb;font-weight:800}.sl-check-list li:before{content:'✓';position:absolute;left:0;color:var(--sl-cyan);font-weight:1000}@media (max-width:1180px){.sl-static-africa-map-wrap{max-width:920px;margin:0 auto}.sl-real-africa-map-panel .sl-map-info{position:relative;left:auto;right:auto;bottom:auto;margin-top:16px}}@media (max-width:760px){.sl-static-africa-map-wrap{aspect-ratio:1/1.12}.sl-map-hotspot span{width:15px;height:15px}.sl-map-hotspot em{font-size:.68rem}.sl-map-hotspot{gap:3px}.sl-real-africa-map-panel{padding:10px}.sl-static-africa-map-img{border-radius:20px}.sl-map-poster-card{padding:8px;border-radius:22px}.sl-map-poster-card img{border-radius:16px}}@media (max-width:520px){.sl-map-hotspot em{display:none}.sl-map-hotspot span{width:14px;height:14px}.sl-static-africa-map-wrap{aspect-ratio:1/1.2}}


/* v4.2: Swahili Lab dashboard-inspired theme refresh */
:root{
  --sl-gold:#d8a329;
  --sl-gold-bright:#ffd21f;
  --sl-forest:#0d3b2a;
  --sl-forest-2:#07241b;
  --sl-ocean:#061725;
  --sl-ocean-2:#09243a;
  --sl-cream:#d7c29a;
}
body.sl-site{background:#071017!important;color:#f8fafc!important;}
.sl-main{background:radial-gradient(circle at top right,rgba(216,163,41,.08),transparent 38%),linear-gradient(135deg,#071017 0%,#020607 55%,#0b1c18 100%);} 
.sl-header{background:linear-gradient(90deg,#121212 0%,#0b0f10 48%,#061914 100%)!important;border-bottom:1px solid rgba(216,163,41,.42)!important;box-shadow:0 8px 34px rgba(0,0,0,.48)!important;}
.sl-header-inner{grid-template-columns:minmax(230px,340px) minmax(0,1fr) max-content max-content!important;padding:12px clamp(18px,2.8vw,44px)!important;}
.sl-logo{border-radius:16px!important;box-shadow:0 0 18px rgba(216,163,41,.38),0 0 30px rgba(20,184,166,.18)!important;}
.sl-logo-text{color:#fff!important;text-shadow:none!important;font-weight:1000!important;letter-spacing:.02em!important;}
.sl-logo-text::first-letter{color:var(--sl-gold-bright)!important;}
.sl-tagline{color:#d6b765!important;font-weight:800!important;}
.sl-menu{border:1px solid rgba(216,163,41,.28)!important;background:rgba(0,0,0,.38)!important;border-radius:999px!important;padding:6px 10px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important;}
.sl-menu>li>a{color:#f3f4f6!important;border-radius:999px!important;letter-spacing:.03em!important;transition:.2s ease!important;}
.sl-menu>li>a:hover,.sl-menu>.current-menu-item>a,.sl-menu>.current_page_item>a{background:linear-gradient(135deg,var(--sl-gold-bright),#c9851c)!important;color:#050505!important;box-shadow:0 0 18px rgba(216,163,41,.38)!important;}
.sl-btn{background:linear-gradient(135deg,var(--sl-gold-bright),#d98c17)!important;color:#020202!important;box-shadow:5px 5px 0 rgba(23,201,195,.75)!important;border:0!important;font-weight:1000!important;}
.sl-btn:hover{filter:brightness(1.05);transform:translateY(-1px);}
.sl-btn-outline{background:rgba(0,0,0,.2)!important;border:1px solid rgba(103,255,242,.75)!important;color:#7ffff8!important;box-shadow:none!important;}
.sl-btn-outline:hover{background:#7ffff8!important;color:#000!important;}
.sl-page-hero{background:radial-gradient(circle at 70% 0%,rgba(216,163,41,.18),transparent 34%),linear-gradient(135deg,#071017,#030506 55%,#0b241c)!important;border-bottom:1px solid rgba(216,163,41,.24);}
.sl-page-title span,.sl-heading .paint,.paint{color:var(--sl-gold-bright)!important;text-shadow:4px 4px 0 rgba(158,82,0,.7)!important;}
.sl-kicker{color:#33e6d8!important;letter-spacing:.22em!important;font-weight:1000!important;}
.sl-card{background:linear-gradient(145deg,rgba(15,18,18,.97),rgba(5,8,8,.98))!important;border:1px solid rgba(216,163,41,.22)!important;box-shadow:0 0 30px rgba(0,0,0,.3),6px 6px 0 rgba(23,201,195,.18)!important;}
.sl-card h3{color:var(--sl-gold-bright)!important;}
.sl-lead-small.center-copy,.center-copy{margin-left:auto!important;margin-right:auto!important;max-width:880px!important;text-align:center!important;}
.language-remix-description{max-width:920px!important;margin:18px auto 42px!important;text-align:center!important;line-height:1.8!important;font-size:1.12rem!important;padding:0 1.25rem!important;}

/* Dashboard-style Culture page */
.sl-culture-dashboard{background:#06111a;padding:0;color:#fff;border-top:1px solid rgba(216,163,41,.18);}
.sl-culture-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:820px;width:100%;background:radial-gradient(circle at 70% 20%,rgba(216,163,41,.14),transparent 30%),linear-gradient(135deg,#07131d 0%,#081018 42%,#071d17 100%);} 
.sl-culture-side{background:linear-gradient(180deg,rgba(20,20,20,.98),rgba(8,8,8,.96));border-right:1px solid rgba(216,163,41,.28);padding:28px 22px;display:flex;flex-direction:column;gap:24px;}
.sl-side-brand{display:flex;gap:14px;align-items:center;border-bottom:1px solid rgba(216,163,41,.28);padding-bottom:22px;}
.sl-side-brand img{width:58px;height:58px;border-radius:16px;object-fit:cover;box-shadow:0 0 22px rgba(216,163,41,.3)}
.sl-side-brand strong{display:block;font-size:1.45rem;text-transform:uppercase;color:#fff;font-weight:1000;line-height:1;}
.sl-side-brand span{display:block;color:#d6b765;font-size:.8rem;margin-top:6px;}
.sl-side-links{display:grid;gap:8px;}
.sl-side-links a{display:flex;align-items:center;color:#ddd;text-decoration:none;border-radius:12px;padding:13px 14px;font-weight:900;transition:.2s ease;}
.sl-side-links a:hover,.sl-side-links a.is-active{background:linear-gradient(90deg,rgba(13,59,42,.9),rgba(13,59,42,.4));color:#ffd21f;box-shadow:inset 4px 0 0 var(--sl-gold);}
.sl-map-legend-card, .sl-culture-side blockquote{border:1px solid rgba(216,163,41,.32);background:rgba(4,12,13,.65);border-radius:18px;padding:18px;}
.sl-map-legend-card h3{margin:0 0 14px;color:var(--sl-gold-bright);font-size:1rem;text-transform:uppercase;}
.sl-map-legend-card p{margin:10px 0;color:#e6e6e6;display:flex;align-items:center;gap:10px;font-size:.95rem;}
.legend-dot{width:20px;height:20px;border-radius:999px;display:inline-block;border:2px solid rgba(255,255,255,.65);}
.legend-dot.official{background:#0f6b3b}.legend-dot.national{background:#78a841}.legend-dot.spoken{background:#b0b73d}.legend-dot.context{background:#d7c29a}
.sl-culture-side blockquote{color:#d7c29a;font-size:.95rem;line-height:1.55;margin:0;}
.sl-culture-side cite{display:block;margin-top:10px;color:var(--sl-gold-bright);font-style:normal;font-weight:900;}
.sl-culture-main{padding:44px clamp(28px,4vw,60px) 0;}
.sl-dashboard-copy{max-width:620px;position:absolute;z-index:2;}
.sl-dashboard-copy h2{font-size:clamp(3.8rem,6vw,6.7rem);line-height:.88;margin:8px 0 24px;text-transform:uppercase;font-weight:1000;letter-spacing:-.055em;}
.sl-dashboard-copy h2 span{color:#fff;text-shadow:none;}
.sl-dashboard-copy h2 span + br + *{} 
.sl-dashboard-copy h2{color:var(--sl-gold);}
.sl-dashboard-copy p{max-width:500px;color:#e7e7e7;font-size:1.05rem;line-height:1.72;}
.sl-dashboard-map-card{margin-left:min(34vw,540px);position:relative;border-radius:32px;overflow:hidden;border:1px solid rgba(216,163,41,.28);background:#081116;min-height:590px;box-shadow:0 22px 80px rgba(0,0,0,.38);}
.sl-dashboard-map-card img{width:100%;height:100%;min-height:590px;object-fit:cover;display:block;}
.sl-map-stat-card{position:absolute;top:28px;right:28px;max-width:270px;background:rgba(5,47,34,.9);border:1px solid rgba(216,163,41,.55);border-radius:16px;padding:18px 20px;color:#fff;box-shadow:0 0 25px rgba(216,163,41,.12);}
.sl-map-stat-card strong{display:block;color:var(--sl-gold-bright);font-size:1.5rem;font-weight:1000;}
.sl-map-stat-card span{display:block;margin-top:8px;color:#f0f0f0;line-height:1.45;}
.sl-dashboard-explorer{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;margin-top:28px;align-items:start;}
.sl-dashboard-explorer h3{margin:0;color:var(--sl-gold-bright);text-transform:uppercase;font-size:1.2rem;font-weight:1000;}
.sl-dashboard-explorer p{color:#d1d5db;}
.sl-country-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.sl-country-button{background:linear-gradient(90deg,rgba(7,53,37,.95),rgba(9,38,35,.82));border:1px solid rgba(216,163,41,.32);color:#fff;border-radius:9px;padding:10px 14px;text-align:left;font-weight:900;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:.2s ease;}
.sl-country-button:hover,.sl-country-button.is-active{background:linear-gradient(135deg,var(--sl-gold-bright),#d89018);color:#000;box-shadow:0 0 18px rgba(216,163,41,.22);}
.sl-country-info{border:1px solid rgba(216,163,41,.25);background:rgba(0,0,0,.44);border-radius:22px;padding:24px;box-shadow:0 0 34px rgba(0,0,0,.25);}
.sl-country-info h3{font-size:clamp(2rem,3vw,3.2rem);line-height:.95;margin:8px 0 14px;color:var(--sl-gold-bright);text-transform:uppercase;font-weight:1000;}
.sl-dashboard-bottom{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:34px -60px 0;background:linear-gradient(90deg,#0d3b2a,#123927,#0d3b2a);border-top:1px solid rgba(216,163,41,.4);}
.sl-dashboard-bottom div{padding:22px 28px;border-right:1px solid rgba(216,163,41,.23);}
.sl-dashboard-bottom strong{display:block;color:var(--sl-gold-bright);text-transform:uppercase;font-weight:1000;}
.sl-dashboard-bottom span{display:block;color:#d1d5db;margin-top:6px;line-height:1.45;}
@media(max-width:1180px){.sl-culture-shell{grid-template-columns:1fr}.sl-culture-side{display:none}.sl-dashboard-copy{position:relative;max-width:none}.sl-dashboard-map-card{margin-left:0;margin-top:28px}.sl-dashboard-explorer{grid-template-columns:1fr}.sl-dashboard-bottom{margin-left:-28px;margin-right:-28px;grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.sl-culture-main{padding:32px 18px 0}.sl-dashboard-copy h2{font-size:3rem}.sl-dashboard-map-card,.sl-dashboard-map-card img{min-height:auto}.sl-country-grid{grid-template-columns:1fr}.sl-dashboard-bottom{grid-template-columns:1fr;margin-left:-18px;margin-right:-18px}.sl-map-stat-card{position:static;max-width:none;border-radius:0}.sl-header-actions{display:none!important}.sl-logo-text{max-width:170px!important}.sl-tagline{max-width:170px!important}}

/* Page content polish */
.sl-home-ecosystem .sl-card p,.sl-cultural-copy p,.sl-tingatinga-deep-dive p,.sl-music-feature p{line-height:1.75;}
.sl-section-head.center{text-align:center;}
.sl-section-head.center .sl-lead-small{margin-left:auto;margin-right:auto;}

/* v5 Dashboard Swahili Lab redesign inspired by provided reference */
:root{--sl-bg:#08131b;--sl-panel:#111214;--sl-panel-2:#0d201a;--sl-gold:#e0ad22;--sl-aqua:#21e3d8;--sl-green:#0d7e64;--sl-lime:#93c85e;--sl-cream:#f3ead6;--sl-text:#f9fbff;--sl-muted:#b9c6cf;--sl-border:rgba(224,173,34,.28)}
html{scroll-behavior:smooth} body.sl-dashboard-theme{margin:0;background:radial-gradient(circle at 70% 8%,rgba(19,121,104,.25),transparent 34%),linear-gradient(135deg,#071018 0%,#08131b 50%,#111214 100%) !important;color:var(--sl-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}.sl-dashboard-main{margin-left:290px;min-height:100vh;padding:48px 42px 32px}.sl-sidebar{position:fixed;inset:0 auto 0 0;width:290px;z-index:1000;background:linear-gradient(180deg,#181818,#0c0c0d 55%,#06130f);border-right:1px solid var(--sl-border);padding:28px 24px;display:flex;flex-direction:column;gap:24px;box-shadow:18px 0 50px rgba(0,0,0,.35)}.sl-side-brand{display:flex;gap:14px;align-items:center;text-decoration:none;color:#fff;padding-bottom:22px;border-bottom:1px solid var(--sl-border)}.sl-side-logo{width:64px;height:64px;object-fit:contain;border-radius:18px;box-shadow:0 0 22px rgba(33,227,216,.15)}.sl-side-brand strong{display:block;font-size:25px;letter-spacing:.02em;line-height:1}.sl-side-brand em{display:block;color:var(--sl-gold);font-style:normal;font-weight:700;margin-top:7px}.sl-side-nav .sl-menu{list-style:none;margin:0;padding:0;display:grid;gap:13px}.sl-side-nav .sl-menu a{display:flex;align-items:center;min-height:52px;padding:0 18px;border-radius:12px;color:#eef6f7;text-decoration:none;font-weight:900;font-size:17px;letter-spacing:.01em;transition:.22s ease;border:1px solid transparent}.sl-side-nav .sl-menu a:hover,.sl-side-nav .current-menu-item>a,.sl-side-nav .sl-menu .menu-item:first-child>a{background:linear-gradient(90deg,#113d2e,#0f2f27);color:#ffd82f;border-left:5px solid var(--sl-gold);box-shadow:0 12px 32px rgba(0,0,0,.18);transform:translateX(3px)}.sl-map-legend{border:1px solid var(--sl-border);background:rgba(6,20,16,.86);border-radius:20px;padding:20px;margin-top:8px}.sl-map-legend h3{margin:0 0 15px;color:#ffda2f;text-transform:uppercase;font-size:18px}.sl-map-legend p{display:flex;gap:12px;margin:12px 0;color:#e8f3f2;font-weight:750;line-height:1.25}.dot{width:18px;height:18px;border-radius:50%;display:inline-block;flex:0 0 18px;border:2px solid rgba(255,255,255,.55)}.dot.major{background:#19865c}.dot.regional{background:#8abe55}.dot.spoken{background:#cbd95d}.dot.coast{background:#eadbb5}.sl-sidebar blockquote{margin:auto 0 0;border:1px solid var(--sl-border);border-radius:20px;padding:20px;color:#f5d66c;background:rgba(0,0,0,.24);font-size:17px;font-weight:800}.sl-page-shell{max-width:1680px;margin:0 auto}.sl-map-stage{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(620px,1.35fr);gap:34px;align-items:center;min-height:calc(100vh - 96px)}.sl-eyebrow.aqua{color:var(--sl-aqua);text-transform:uppercase;letter-spacing:.35em;font-weight:1000;margin-bottom:14px}.sl-map-copy h1{font-size:clamp(70px,7.7vw,132px);line-height:.9;margin:0 0 26px;color:#fff;letter-spacing:-.06em;font-weight:1000}.sl-map-copy h1 span{color:var(--sl-gold)}.sl-map-copy p{max-width:760px;color:#d7e6eb;font-size:21px;line-height:1.62;font-weight:650}.sl-action-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.sl-gold-btn,.sl-ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:1000;text-decoration:none}.sl-gold-btn{background:var(--sl-gold);color:#10140d;box-shadow:0 16px 38px rgba(224,173,34,.25)}.sl-ghost-btn{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.05)}.sl-map-panel{position:relative;background:#efe4c8;border-radius:32px;overflow:hidden;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.22)}.sl-map-panel img{width:100%;height:auto;display:block;border-radius:24px}.sl-stat-card{position:absolute;right:50px;top:48px;width:min(330px,38%);background:rgba(5,54,42,.88);border:1px solid rgba(224,173,34,.75);border-radius:18px;padding:20px;box-shadow:0 18px 38px rgba(0,0,0,.28)}.sl-stat-card strong{display:block;color:#fff;font-size:32px;line-height:1;background:#164de7;padding:0 4px;width:max-content}.sl-stat-card span{display:block;color:#e5f7ed;font-size:18px;font-weight:850;line-height:1.3}.sl-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:16px}.sl-feature-grid.compact,.sl-story-grid.compact{padding-bottom:52px}.sl-topic-card,.sl-story-grid article{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:24px;text-decoration:none;color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.22)}.sl-topic-card b{display:block;color:var(--sl-gold);font-size:24px;margin-bottom:8px}.sl-topic-card span,.sl-story-grid p{color:#d7e6eb;font-size:17px;line-height:1.58}.sl-content-hero{padding:50px 0 26px}.sl-content-hero h1{max-width:1160px;font-size:clamp(42px,5vw,86px);line-height:.96;margin:0 0 20px;color:#fff;letter-spacing:-.045em}.sl-content-hero p{max-width:980px;color:#d7e6eb;font-size:22px;line-height:1.55;font-weight:650}.sl-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sl-story-grid.music-list{grid-template-columns:repeat(4,1fr)}.sl-story-grid h2{color:var(--sl-gold);font-size:26px;margin:0 0 10px}.sl-footer-dashboard{margin-left:290px;padding:20px 42px 42px;background:transparent;color:#cbd7dc}.sl-footer-inner{max-width:1680px;margin:0 auto;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;gap:12px;justify-content:space-between}.sl-mobile-toggle{display:none;position:fixed;top:16px;right:16px;z-index:1100;width:52px;height:52px;border-radius:16px;border:1px solid var(--sl-border);background:#111;color:#fff}.sl-mobile-toggle span{display:block;width:24px;height:3px;background:#fff;margin:5px auto;border-radius:99px}.sl-menu-backdrop{display:none}.sl-card,.sl-section,.sl-hero{background:transparent!important;color:inherit}.sl-main a{transition:.2s ease}.sl-main a:hover{filter:brightness(1.08)}
@media(max-width:1380px){.sl-dashboard-main{padding:34px 28px}.sl-map-stage{grid-template-columns:1fr}.sl-map-panel{max-width:1000px}.sl-story-grid.music-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1180px){.sl-dashboard-main,.sl-footer-dashboard{margin-left:0}.sl-sidebar{transform:translateX(-105%);transition:.28s ease;width:min(86vw,340px)}.sl-sidebar.is-open{transform:none}.sl-mobile-toggle{display:block}.sl-menu-backdrop.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:900}.sl-dashboard-main{padding:86px 22px 30px}.sl-map-stage{min-height:auto}.sl-map-copy h1{font-size:clamp(54px,14vw,96px)}.sl-feature-grid,.sl-story-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.sl-dashboard-main{padding:82px 16px 24px}.sl-map-stage{gap:24px}.sl-map-copy p,.sl-content-hero p{font-size:17px}.sl-map-panel{border-radius:20px;padding:10px}.sl-stat-card{position:static;width:auto;margin-top:10px}.sl-feature-grid,.sl-story-grid,.sl-story-grid.music-list{grid-template-columns:1fr}.sl-footer-inner{display:block}.sl-side-brand strong{font-size:21px}.sl-content-hero h1{font-size:42px}}

/* Final fix: keep the dashboard navigation vertical in the left rail.
   Earlier global .sl-menu rules were styling the sidebar menu like a horizontal pill menu. */
body.sl-dashboard-theme .sl-sidebar .sl-side-nav{width:100%;}
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu{
  display:grid!important;
  grid-template-columns:1fr!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:start!important;
  gap:13px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>li{
  display:block!important;
  width:100%!important;
  flex:0 0 auto!important;
  margin:0!important;
}
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>li>a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:52px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:#eef6f7!important;
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  text-align:left!important;
  text-transform:none!important;
  box-shadow:none!important;
  white-space:normal!important;
}
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>li>a::before{display:none!important;}
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>li>a:hover,
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>.current-menu-item>a,
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>.current_page_item>a,
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu>.current-menu-ancestor>a,
body.sl-dashboard-theme .sl-sidebar .sl-side-nav .sl-menu .menu-item:first-child>a{
  background:linear-gradient(90deg,#113d2e,#0f2f27)!important;
  color:#ffd82f!important;
  border-left:5px solid var(--sl-gold)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.18)!important;
  transform:translateX(3px)!important;
}
body.sl-dashboard-theme .sl-sidebar .sl-map-legend,
body.sl-dashboard-theme .sl-sidebar blockquote{width:100%;}

/* v5.1 Travel page + dashboard cleanup */
body.sl-dashboard-theme:not(.home):not(.front-page) .sl-sidebar .sl-map-legend{display:none!important;}
.sl-travel-hero{padding-bottom:34px!important;}
.sl-travel-explorer{margin-top:18px;margin-bottom:52px;border:1px solid rgba(224,173,34,.22);border-radius:32px;padding:28px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 24px 80px rgba(0,0,0,.24)}
.sl-travel-map-copy{display:grid;grid-template-columns:minmax(250px,.62fr) minmax(300px,1fr);gap:18px;align-items:end;margin-bottom:22px}.sl-travel-map-copy h2{font-size:clamp(38px,4.4vw,74px);line-height:.94;margin:0;color:var(--sl-gold);letter-spacing:-.045em;text-transform:uppercase}.sl-travel-map-copy p{color:#d7e6eb;font-size:17px;line-height:1.65;margin:0}.sl-travel-warning{border-left:4px solid var(--sl-gold);padding-left:14px;color:#fff!important;font-weight:800}.sl-travel-map-layout{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(340px,.75fr);gap:24px;align-items:stretch}.sl-travel-map-card{position:relative;overflow:hidden;border-radius:28px;padding:14px;background:#efe4c8;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 60px rgba(0,0,0,.25)}.sl-travel-map-card img{display:block;width:100%;height:auto;border-radius:22px}.sl-travel-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.sl-travel-buttons button{border:1px solid rgba(0,0,0,.12);background:#0e201b;color:#fff;border-radius:999px;padding:10px 14px;font-weight:1000;cursor:pointer;transition:.18s ease}.sl-travel-buttons button:hover,.sl-travel-buttons button.is-active{background:var(--sl-gold);color:#071018;transform:translateY(-1px)}.sl-travel-info{border:1px solid rgba(224,173,34,.3);border-radius:28px;background:linear-gradient(180deg,rgba(6,24,22,.98),rgba(5,13,15,.98));padding:26px;box-shadow:inset 0 0 0 1px rgba(33,227,216,.08)}.sl-travel-info h3{margin:12px 0 8px;font-size:clamp(32px,4vw,54px);line-height:.95;color:#fff;text-transform:uppercase;letter-spacing:-.04em}.sl-travel-info>p{color:#d7e6eb;font-size:17px;line-height:1.6}.sl-travel-facts{display:grid;gap:12px;margin:18px 0}.sl-travel-facts div{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:15px;background:rgba(255,255,255,.045)}.sl-travel-facts b{display:block;color:var(--sl-gold);font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.sl-travel-facts span{display:block;color:#e8f3f2;line-height:1.55}.sl-travel-official{width:100%;margin-top:4px}.sl-travel-notes{margin-bottom:48px}.sl-travel-country-grid{padding-bottom:70px}.sl-travel-country-grid .sl-section-head{margin-bottom:28px}
@media(max-width:1180px){.sl-travel-map-copy,.sl-travel-map-layout{grid-template-columns:1fr}.sl-travel-explorer{padding:20px;border-radius:24px}.sl-travel-map-card,.sl-travel-info{border-radius:22px}.sl-travel-buttons{max-height:none}}
@media(max-width:640px){.sl-travel-explorer{padding:16px;margin-inline:0}.sl-travel-buttons button{flex:1 1 calc(50% - 10px);font-size:13px;padding:9px 10px}.sl-travel-map-copy h2{font-size:38px}.sl-travel-info{padding:18px}.sl-travel-info h3{font-size:34px}}

/* v5.2 fun, useful homepage and content polish */
.sl-home-hero{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);gap:clamp(28px,4vw,62px);align-items:center;min-height:calc(100vh - 84px);padding:42px 0 28px}.sl-home-copy h1{font-size:clamp(46px,5.9vw,100px);line-height:.88;margin:0 0 18px;color:#fff;letter-spacing:-.055em;text-transform:uppercase;font-weight:1000}.sl-home-copy p{max-width:650px;color:#d7e6eb;font-size:clamp(17px,1.15vw,21px);line-height:1.65;font-weight:700}.sl-home-quick-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px;max-width:650px}.sl-home-quick-stats span{border:1px solid rgba(33,227,216,.25);background:rgba(255,255,255,.05);border-radius:18px;padding:14px;color:#dbeafe;font-weight:800}.sl-home-quick-stats b{display:block;color:var(--sl-gold);font-size:1.4rem;line-height:1}.sl-live-map{position:relative;border:1px solid rgba(33,227,216,.25);border-radius:34px;background:linear-gradient(135deg,rgba(33,227,216,.08),rgba(224,173,34,.08)),#050b0c;padding:16px;box-shadow:0 24px 90px rgba(0,0,0,.35),0 0 42px rgba(33,227,216,.10)}.sl-live-map-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px;color:var(--sl-aqua);font-weight:1000;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem}.sl-live-map-top button{border:1px solid rgba(33,227,216,.45);background:rgba(33,227,216,.1);color:#fff;border-radius:999px;padding:8px 12px;font-weight:1000;cursor:pointer}.sl-live-map-body{display:grid;grid-template-columns:1fr minmax(240px,.42fr);gap:14px;align-items:stretch}.sl-click-map{display:block;width:100%;height:min(70vh,680px);min-height:520px;border-radius:28px;overflow:hidden}.sl-map-dot{cursor:pointer;outline:none}.sl-map-dot circle{fill:var(--sl-gold);stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 10px rgba(224,173,34,.55));transition:.18s ease}.sl-map-dot text{font-size:16px;font-weight:1000;fill:#fff;paint-order:stroke;stroke:#061014;stroke-width:5;stroke-linejoin:round}.sl-map-dot:hover circle,.sl-map-dot:focus circle,.sl-map-dot.is-active circle{fill:var(--sl-aqua);stroke:var(--sl-gold);transform:scale(1.35);transform-origin:center}.sl-map-dot:hover text,.sl-map-dot:focus text,.sl-map-dot.is-active text{fill:var(--sl-gold)}.sl-live-map-info{border:1px solid rgba(224,173,34,.32);border-radius:24px;background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(4,32,29,.9));padding:22px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.sl-live-map-info small{color:var(--sl-aqua);font-weight:1000;text-transform:uppercase;letter-spacing:.16em}.sl-live-map-info h3{font-size:clamp(26px,2.8vw,46px);line-height:.95;color:var(--sl-gold);text-transform:uppercase;margin:10px 0}.sl-live-map-info p{color:#d7e6eb;line-height:1.55;font-weight:700}.sl-live-map-info div{margin-top:12px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:14px;color:#fff}.sl-fun-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:60px}.sl-topic-card{position:relative;overflow:hidden}.sl-topic-card:before{content:"";position:absolute;inset:auto -20% -55% -20%;height:80%;background:radial-gradient(circle,rgba(33,227,216,.16),transparent 60%);pointer-events:none}.sl-content-hero{padding-top:70px}.sl-story-grid article{min-height:220px}.sl-story-grid article h2:before{content:"✦";color:var(--sl-aqua);margin-right:8px}.sl-empty-fix{margin-top:24px}.sl-info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px auto 56px}.sl-info-strip div{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.045);padding:18px;color:#d7e6eb;font-weight:750}.sl-info-strip b{display:block;color:var(--sl-gold);font-size:1.1rem;margin-bottom:6px}.sl-map-stage .sl-map-copy h1{font-size:clamp(44px,5.2vw,84px);line-height:.9}.sl-map-stage{min-height:auto;padding:48px 0}.sl-map-stage .sl-map-panel{max-width:900px}.sl-map-stage .sl-stat-card{right:24px;top:24px}.sl-page-title,.sl-content-hero h1{max-width:1100px}
@media(max-width:1280px){.sl-home-hero,.sl-live-map-body{grid-template-columns:1fr}.sl-click-map{height:auto;min-height:0}.sl-live-map-info{display:block}.sl-fun-grid{grid-template-columns:repeat(2,1fr)}.sl-info-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.sl-home-hero{padding-top:20px}.sl-home-quick-stats,.sl-fun-grid,.sl-info-strip{grid-template-columns:1fr}.sl-live-map{border-radius:22px;padding:10px}.sl-click-map{border-radius:18px}.sl-live-map-top{letter-spacing:.08em}.sl-map-dot text{font-size:13px}.sl-live-map-info{padding:16px}.sl-map-stage .sl-stat-card{position:static;width:auto;margin-top:10px}}

/* v5.3 full-site Swahili Lab dashboard theme refinements */
body.sl-dashboard-theme{background:radial-gradient(circle at 70% 15%,rgba(18,75,69,.34),transparent 30%),linear-gradient(135deg,#061014 0%,#07131b 48%,#11100e 100%)!important;color:#f8fafc!important;}
body.sl-dashboard-theme .sl-sidebar{width:292px!important;background:linear-gradient(90deg,rgba(0,0,0,.2),transparent),linear-gradient(180deg,#151515 0%,#101111 58%,#06110f 100%)!important;border-right:1px solid rgba(224,173,34,.34)!important;padding:26px 24px!important;gap:20px!important;overflow-y:auto!important;}
body.sl-dashboard-theme .sl-side-brand{padding-bottom:24px!important;border-bottom:1px solid rgba(224,173,34,.34)!important;}
body.sl-dashboard-theme .sl-side-logo{width:62px!important;height:62px!important;border-radius:16px!important;object-fit:contain!important;background:#050505!important;}
body.sl-dashboard-theme .sl-side-brand strong{font-size:29px!important;line-height:.88!important;letter-spacing:.025em!important;}
body.sl-dashboard-theme .sl-side-brand em{color:#e0ad22!important;font-weight:900!important;font-size:14px!important;}
body.sl-dashboard-theme .sl-side-nav .sl-menu{gap:8px!important;}
body.sl-dashboard-theme .sl-side-nav .sl-menu>li>a{min-height:48px!important;border-radius:0!important;padding:0 14px!important;font-size:16px!important;color:#e7ecee!important;gap:12px!important;border-left:4px solid transparent!important;background:transparent!important;}
body.sl-dashboard-theme .sl-side-nav .sl-menu>li>a .sl-nav-icon{width:28px;display:inline-flex;align-items:center;justify-content:center;opacity:.9;font-size:19px;color:#f2f2f2;}
body.sl-dashboard-theme .sl-side-nav .sl-menu>li>a:hover,
body.sl-dashboard-theme .sl-side-nav .sl-menu>.current-menu-item>a,
body.sl-dashboard-theme .sl-side-nav .sl-menu>.current_page_item>a,
body.sl-dashboard-theme .sl-side-nav .sl-menu .menu-item:first-child>a{background:linear-gradient(90deg,rgba(12,81,56,.96),rgba(14,57,46,.78))!important;color:#ffd21f!important;border-left-color:#e0ad22!important;box-shadow:none!important;transform:none!important;border-radius:0 12px 12px 0!important;}
body.sl-dashboard-theme .sl-side-nav .sl-menu>li>a:hover .sl-nav-icon,
body.sl-dashboard-theme .sl-side-nav .sl-menu>.current-menu-item>a .sl-nav-icon,
body.sl-dashboard-theme .sl-side-nav .sl-menu>.current_page_item>a .sl-nav-icon{color:#ffd21f!important;}
body.sl-dashboard-theme .sl-sidebar .sl-map-legend{display:none!important;}
body.sl-dashboard-theme .sl-sidebar blockquote{margin-top:auto!important;margin-bottom:6px!important;border:1px solid rgba(224,173,34,.42)!important;border-radius:0!important;padding:20px!important;color:#ead9a0!important;background:rgba(0,0,0,.25)!important;font-size:14px!important;text-align:center!important;line-height:1.55!important;}
body.sl-dashboard-theme .sl-sidebar blockquote cite{display:block;color:#e0ad22;font-style:normal;font-weight:1000;margin-top:8px;}
.sl-stay-connected{border:1px solid rgba(224,173,34,.35);padding:17px 18px;color:#e0ad22;text-transform:uppercase;font-weight:1000;display:flex;align-items:center;gap:13px;flex-wrap:wrap;background:rgba(0,0,0,.18)}
.sl-stay-connected strong{display:block;width:100%;font-size:14px;}.sl-stay-connected span{font-size:20px;color:#e0ad22}.sl-language-pill{border:1px solid rgba(224,173,34,.35);height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#fff;font-weight:900;background:rgba(0,0,0,.2);}
.sl-topbar{position:fixed;left:292px;right:0;top:0;height:72px;z-index:999;background:linear-gradient(180deg,rgba(6,13,16,.96),rgba(8,12,13,.86));border-bottom:1px solid rgba(224,173,34,.35);display:flex;align-items:center;justify-content:center;gap:32px;padding:0 34px;backdrop-filter:blur(12px);}
body.admin-bar .sl-topbar{top:32px}.sl-topnav{display:flex;align-items:center;justify-content:center;gap:42px;min-width:0;}.sl-topnav a{font-size:14px;font-weight:1000;letter-spacing:.03em;text-transform:uppercase;color:#e9ecef;text-decoration:none;position:relative;padding:26px 0 24px;white-space:nowrap}.sl-topnav a:hover,.sl-topnav a[aria-current="page"]{color:#e0ad22}.sl-topnav a:hover:after,.sl-topnav a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#e0ad22;border-radius:999px}.sl-join-btn{background:#e0ad22;color:#121212!important;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:13px 35px;font-weight:1000;text-transform:uppercase;text-decoration:none;box-shadow:0 12px 26px rgba(224,173,34,.18)}.sl-search-btn{background:transparent;border:0;color:#fff;font-size:32px;line-height:1;cursor:pointer}.sl-dashboard-main{margin-left:292px!important;padding:72px 0 0!important;min-height:100vh!important;}.sl-dashboard-main>.sl-page-shell,.sl-dashboard-main>.sl-section,.sl-dashboard-main>.sl-page-hero,.sl-dashboard-main>.sl-content-hero{max-width:none!important;width:100%!important;padding-left:clamp(34px,4vw,70px)!important;padding-right:clamp(34px,4vw,70px)!important;}
.sl-swahili-map-home{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(320px,460px) minmax(640px,1fr)!important;gap:clamp(28px,3vw,54px)!important;align-items:center;padding-top:26px!important;padding-bottom:0!important;background:radial-gradient(circle at 70% 20%,rgba(10,84,87,.34),transparent 35%),linear-gradient(120deg,#061017,#071219 58%,#17130b)!important;}
.sl-swahili-map-home .sl-home-copy h1{font-size:clamp(46px,4.9vw,88px)!important;line-height:.92!important;letter-spacing:-.045em!important;margin:0 0 22px!important;}.sl-swahili-map-home .sl-home-copy h1 span{color:#fff!important;display:inline-block}.sl-swahili-map-home .sl-home-copy h1 em{font-style:normal;color:#e0ad22!important;display:inline-block}.sl-swahili-map-home .sl-home-copy p{font-size:18px!important;line-height:1.62!important;color:#dde7ea!important;max-width:520px!important;margin:0 0 24px!important}.sl-swahili-map-home .sl-eyebrow.aqua{font-size:15px!important;letter-spacing:.28em!important;margin-bottom:10px!important}.sl-home-map-legend{border:1px solid rgba(224,173,34,.35);background:rgba(2,14,13,.72);border-radius:18px;padding:18px 20px;max-width:270px;margin:22px 0 24px;box-shadow:0 18px 42px rgba(0,0,0,.18)}.sl-home-map-legend h3{margin:0 0 12px;color:#e0ad22;text-transform:uppercase;font-size:16px;font-weight:1000}.sl-home-map-legend p{display:flex;align-items:center;gap:11px;margin:10px 0!important;color:#f2f4f5!important;font-size:15px!important;font-weight:800!important}.sl-explore-title{color:#e0ad22!important;text-transform:uppercase!important;margin:20px 0 6px!important;font-weight:1000!important}.sl-mini-copy{font-size:15px!important;margin-bottom:0!important;color:#c7d2d7!important}.sl-live-map{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.sl-live-map-top{display:none!important}.sl-live-map-body{display:block!important;position:relative}.sl-click-map{width:100%!important;height:min(76vh,760px)!important;min-height:620px!important;border-radius:0!important;filter:drop-shadow(0 20px 34px rgba(0,0,0,.28));}.sl-live-map-info{position:absolute;right:26px;top:26px;width:min(330px,34%);display:block!important;border:1px solid rgba(224,173,34,.68)!important;border-radius:16px!important;background:rgba(5,54,42,.88)!important;padding:20px!important;box-shadow:0 20px 50px rgba(0,0,0,.28)!important}.sl-live-map-info small{color:#e0ad22!important}.sl-live-map-info h3{font-size:29px!important;color:#fff!important}.sl-live-map-info p{font-size:15px!important}.sl-map-dot circle{fill:#0f6b3b!important;stroke:#f3ead6!important}.sl-map-dot:nth-of-type(n+8) circle{fill:#b0b73d!important}.sl-map-dot text{font-size:13px!important;stroke-width:4!important}.sl-map-dot:hover circle,.sl-map-dot.is-active circle{fill:#21e3d8!important;stroke:#e0ad22!important}.sl-feature-grid.compact{padding-top:34px!important;padding-bottom:38px!important;background:linear-gradient(90deg,#0b3b2d,#123826,#0b3b2d);border-top:1px solid rgba(224,173,34,.42);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px}.sl-topic-card{display:block!important;padding:24px 26px!important;background:rgba(0,0,0,.12)!important;border-right:1px solid rgba(224,173,34,.24)!important;text-decoration:none!important}.sl-topic-card b{display:block;color:#e0ad22;text-transform:uppercase;font-size:18px;line-height:1.1}.sl-topic-card span{display:block;color:#d8e3e6;margin-top:7px;line-height:1.45}.sl-dashboard-bottom{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:linear-gradient(90deg,#0b3b2d,#123826,#0b3b2d)!important;border-top:1px solid rgba(224,173,34,.45);grid-template-columns:repeat(4,1fr)!important}.sl-dashboard-bottom div{padding:25px 30px!important}.sl-dashboard-bottom strong{color:#e0ad22!important;font-size:17px!important}.sl-page-hero,.sl-content-hero{background:radial-gradient(circle at 80% 10%,rgba(224,173,34,.12),transparent 30%),linear-gradient(135deg,#071018,#08131b 55%,#111214)!important;padding-top:92px!important;padding-bottom:52px!important}.sl-page-title,.sl-content-hero h1,.sl-services-hero .sl-page-title{font-size:clamp(42px,6vw,96px)!important;line-height:.92!important;color:#fff!important;letter-spacing:-.055em!important;text-transform:uppercase!important}.sl-page-title span,.sl-heading .paint,.sl-content-hero h1 strong{color:#e0ad22!important;text-shadow:none!important}.sl-section,.sl-section-card,.sl-section-dark{background:#071018!important}.sl-card,.sl-topic-card,.sl-file-card,.sl-folder-panel,.sl-service-item{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;border:1px solid rgba(224,173,34,.22)!important;box-shadow:0 18px 46px rgba(0,0,0,.22)!important;border-radius:22px!important}.sl-card h3,.sl-card h2,.sl-service-item h3{color:#e0ad22!important}.sl-kicker,.sl-eyebrow,.sl-link{color:#21e3d8!important}.sl-btn,.wp-block-button__link,input[type=submit],.sl-gold-btn{background:#e0ad22!important;color:#10140d!important;box-shadow:none!important;border-radius:6px!important}.sl-btn-outline,.sl-ghost-btn{border-color:rgba(224,173,34,.42)!important;color:#fff!important;background:rgba(255,255,255,.04)!important}.sl-grid,.sl-story-grid{gap:22px!important}.sl-info-strip div{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;border-color:rgba(224,173,34,.22)!important}.sl-footer{margin-left:292px;background:#061014!important;border-top:1px solid rgba(224,173,34,.3)!important}
@media(max-width:1250px){.sl-topnav{gap:22px}.sl-swahili-map-home{grid-template-columns:1fr!important}.sl-click-map{height:auto!important;min-height:0!important}.sl-live-map-info{position:relative;right:auto;top:auto;width:auto;margin-top:16px}.sl-feature-grid.compact{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){body.sl-dashboard-theme .sl-sidebar{transform:translateX(-102%);transition:.25s ease;width:min(86vw,310px)!important}.sl-sidebar.is-open{transform:translateX(0)!important}.sl-topbar{left:0!important;height:68px;justify-content:flex-end;padding-left:76px}.sl-mobile-toggle{display:inline-flex!important;position:fixed!important;z-index:1002!important;left:16px!important;top:12px!important}.admin-bar .sl-mobile-toggle{top:44px!important}.sl-topnav{display:none}.sl-dashboard-main{margin-left:0!important;padding-top:68px!important}.sl-footer{margin-left:0}.sl-swahili-map-home{padding-left:18px!important;padding-right:18px!important}.sl-dashboard-bottom{grid-template-columns:1fr 1fr!important}}
@media(max-width:640px){.sl-topbar{gap:14px;padding-right:12px}.sl-join-btn{padding:10px 16px}.sl-dashboard-main>.sl-page-shell,.sl-dashboard-main>.sl-section,.sl-dashboard-main>.sl-page-hero,.sl-dashboard-main>.sl-content-hero{padding-left:18px!important;padding-right:18px!important}.sl-swahili-map-home .sl-home-copy h1{font-size:44px!important}.sl-home-map-legend{max-width:none}.sl-feature-grid.compact{grid-template-columns:1fr}.sl-dashboard-bottom{grid-template-columns:1fr!important}.sl-page-title,.sl-content-hero h1{font-size:42px!important}}

/* v5.4: cultural media placements and Tingatinga history tabs */
.sl-hero-media{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.8fr);gap:34px;align-items:center;}
.sl-hero-media figure,.sl-art-gallery-row figure,.sl-home-culture-strip article{margin:0;position:relative;overflow:hidden;border:1px solid rgba(255,210,31,.28);border-radius:30px;background:rgba(3,3,3,.72);box-shadow:0 24px 70px rgba(0,0,0,.45),0 0 34px rgba(23,201,195,.12);}
.sl-hero-media figure img{display:block;width:100%;aspect-ratio:1.32/1;object-fit:cover;}
.sl-hero-media figcaption,.sl-art-gallery-row figcaption{padding:14px 18px;color:#f5e7b8;font-weight:850;background:linear-gradient(90deg,rgba(255,210,31,.15),rgba(23,201,195,.08));}
.sl-art-gallery-row{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:20px;margin-top:32px;margin-bottom:32px;}
.sl-art-gallery-row img{display:block;width:100%;height:330px;object-fit:cover;}
.sl-art-gallery-row figure:first-child img{height:430px;}
.sl-tingatinga-tabs{margin-top:42px;margin-bottom:42px;}
.sl-tab-card{border:1px solid rgba(103,255,242,.24);border-radius:32px;background:radial-gradient(circle at 15% 0,rgba(255,210,31,.13),transparent 34%),#050505;padding:22px;box-shadow:0 0 48px rgba(23,201,195,.12);}
.sl-tab-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;}
.sl-tab-buttons button{border:1px solid rgba(255,210,31,.35);border-radius:999px;background:rgba(255,255,255,.04);color:#fff;padding:12px 18px;font-weight:1000;text-transform:uppercase;cursor:pointer;}
.sl-tab-buttons button.is-active,.sl-tab-buttons button:hover{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange));color:#000;box-shadow:4px 4px 0 rgba(23,201,195,.45);}
.sl-tab-panel{display:none;border-radius:24px;padding:26px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);}
.sl-tab-panel.is-active{display:block;}
.sl-tab-panel h3{margin:0 0 10px;color:var(--sl-yellow);font-size:clamp(1.7rem,3vw,3rem);font-weight:1000;text-transform:uppercase;}
.sl-tab-panel p{margin:0;color:#e5e7eb;font-size:1.05rem;font-weight:750;line-height:1.8;}
.sl-music-showcase{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1fr);gap:28px;align-items:start;margin-top:34px;margin-bottom:34px;}
.sl-home-culture-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;margin-bottom:28px;}
.sl-home-culture-strip img{display:block;width:100%;height:230px;object-fit:cover;}
.sl-home-culture-strip div{padding:20px;}
.sl-home-culture-strip strong{display:block;color:var(--sl-yellow);font-size:1.25rem;font-weight:1000;text-transform:uppercase;}
.sl-home-culture-strip span{display:block;margin-top:6px;color:#d1d5db;font-weight:750;}
@media(max-width:1100px){.sl-hero-media,.sl-music-showcase{grid-template-columns:1fr}.sl-art-gallery-row,.sl-home-culture-strip{grid-template-columns:1fr 1fr}.sl-art-gallery-row figure:first-child{grid-column:1/-1}.sl-art-gallery-row img,.sl-art-gallery-row figure:first-child img{height:340px}}
@media(max-width:680px){.sl-hero-media figure img{aspect-ratio:1/1}.sl-art-gallery-row,.sl-home-culture-strip{grid-template-columns:1fr}.sl-art-gallery-row img,.sl-art-gallery-row figure:first-child img,.sl-home-culture-strip img{height:250px}.sl-tab-buttons button{width:100%}}


/* v5.5 conversion-focused home and stable interactive map */
.sl-learning-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:42px;align-items:center;min-height:calc(100vh - 72px);background:radial-gradient(circle at 75% 15%,rgba(224,173,34,.16),transparent 36%),linear-gradient(135deg,#061016,#071b1d 56%,#10100d);border-bottom:1px solid rgba(224,173,34,.32)}
.sl-learning-copy h1{margin:18px 0 0;font-size:clamp(48px,6.2vw,112px);line-height:.88;letter-spacing:-.06em;text-transform:uppercase;color:#fff;font-weight:1000;max-width:980px}.sl-learning-copy h1::first-line{color:#e0ad22}.sl-learning-copy p{max-width:760px;color:#dce6e8;font-size:clamp(17px,1.4vw,22px);line-height:1.7;font-weight:650}.sl-learning-card{position:relative;border:1px solid rgba(224,173,34,.35);border-radius:28px;overflow:hidden;background:#061014;box-shadow:0 28px 70px rgba(0,0,0,.38)}.sl-learning-card img{width:100%;height:520px;object-fit:cover;display:block}.sl-lesson-preview{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(4,30,24,.88);border:1px solid rgba(224,173,34,.45);border-radius:20px;padding:18px;backdrop-filter:blur(10px)}.sl-lesson-preview small{color:#21e3d8;text-transform:uppercase;font-weight:1000;letter-spacing:.12em}.sl-lesson-preview strong{display:block;color:#e0ad22;font-size:26px;margin:6px 0}.sl-lesson-preview p{margin:0;color:#eef6f5}.sl-learning-stats{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.sl-learning-stats span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(224,173,34,.32);background:rgba(255,255,255,.055);border-radius:999px;padding:10px 14px;color:#edf7f6;font-weight:800}.sl-learning-stats b{color:#e0ad22}.sl-course-pathway{padding-top:54px!important;padding-bottom:54px!important;background:#071018}.sl-home-map-section{background:linear-gradient(135deg,#071018,#051315 65%,#0b110d);padding-top:58px!important;padding-bottom:46px!important}.sl-map-intro{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:end;margin-bottom:26px}.sl-map-intro h2{margin:10px 0 10px;font-size:clamp(38px,4.5vw,74px);line-height:.94;text-transform:uppercase;color:#fff;letter-spacing:-.045em}.sl-map-intro p{max-width:760px;color:#d7e2e3;font-size:18px}.sl-stable-map .sl-live-map-body{display:grid!important;grid-template-columns:minmax(0,1fr) 350px!important;gap:22px!important;align-items:stretch!important}.sl-map-canvas{position:relative;border:1px solid rgba(224,173,34,.3);border-radius:28px;overflow:hidden;background:#061014;box-shadow:0 26px 80px rgba(0,0,0,.36);min-height:520px}.sl-map-canvas img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.sl-stable-map .sl-live-map-info{position:relative!important;inset:auto!important;width:auto!important;border:1px solid rgba(224,173,34,.48)!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(5,54,42,.92),rgba(5,23,21,.96))!important;padding:26px!important;box-shadow:0 24px 60px rgba(0,0,0,.32)!important}.sl-stable-map .sl-live-map-info h3{font-size:clamp(28px,2.2vw,44px)!important;line-height:1!important;margin:8px 0;color:#e0ad22!important}.sl-stable-map .sl-live-map-info p{font-size:16px!important;color:#ecf5f2!important}.sl-stable-map .sl-live-map-info b{color:#21e3d8}.sl-map-reset{margin-top:18px;border:1px solid rgba(224,173,34,.55);background:rgba(224,173,34,.12);color:#fff;border-radius:999px;padding:10px 14px;font-weight:1000;cursor:pointer}.sl-map-dot{position:absolute;transform:translate(-50%,-50%);width:18px;height:18px;border:2px solid #f3ead6;border-radius:999px;background:#0f6b3b;box-shadow:0 0 0 5px rgba(15,107,59,.22),0 0 16px rgba(224,173,34,.45);cursor:pointer;z-index:4}.sl-map-dot:nth-of-type(n+9){background:#a8b83c}.sl-map-dot span{position:absolute;left:18px;top:50%;transform:translateY(-50%);background:rgba(3,15,14,.78);border:1px solid rgba(224,173,34,.28);border-radius:999px;padding:3px 8px;color:#fff;font-size:12px;font-weight:1000;white-space:nowrap;opacity:0;pointer-events:none;transition:.18s ease}.sl-map-dot:hover,.sl-map-dot.is-active{background:#21e3d8;border-color:#e0ad22;box-shadow:0 0 0 7px rgba(33,227,216,.18),0 0 26px rgba(224,173,34,.75);z-index:5}.sl-map-dot:hover span,.sl-map-dot.is-active span{opacity:1}.sl-home-culture-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;background:#071018;padding-top:42px!important;padding-bottom:42px!important}.sl-home-culture-strip article{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center;border:1px solid rgba(224,173,34,.22);background:rgba(255,255,255,.04);border-radius:22px;padding:14px}.sl-home-culture-strip img{width:110px;height:90px;object-fit:cover;border-radius:16px}.sl-home-culture-strip strong{display:block;color:#e0ad22;text-transform:uppercase;font-size:18px}.sl-home-culture-strip span{color:#d7e2e3}.sl-page-hero .sl-container>p,.sl-content-hero p{max-width:850px;font-size:18px;line-height:1.7;color:#d8e3e6}.sl-card .sl-link{font-weight:1000;color:#21e3d8!important}
@media(max-width:1250px){.sl-learning-hero{grid-template-columns:1fr}.sl-learning-card img{height:390px}.sl-map-intro{grid-template-columns:1fr}.sl-stable-map .sl-live-map-body{grid-template-columns:1fr!important}.sl-map-canvas,.sl-map-canvas img{min-height:420px}.sl-home-culture-strip{grid-template-columns:1fr}}
@media(max-width:720px){.sl-learning-hero{min-height:0;padding-top:36px!important}.sl-learning-copy h1{font-size:42px}.sl-learning-card img{height:290px}.sl-learning-stats{display:grid}.sl-map-canvas,.sl-map-canvas img{min-height:320px}.sl-map-dot span{display:none}.sl-home-culture-strip article{grid-template-columns:1fr}.sl-home-culture-strip img{width:100%;height:180px}.sl-grid-4{grid-template-columns:1fr!important}}

/* v5.8 final chat changes: remove language pill, cultural food/fishing imagery, contact form */
.sl-language-pill{display:none!important;}
.sl-contact-email{margin-top:18px!important;font-size:1.15rem!important;}
.sl-contact-email a{color:var(--sl-gold,#e0ad22)!important;font-weight:1000;text-decoration:none;}
.sl-contact-panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);gap:28px;align-items:start;margin-top:34px;margin-bottom:70px;border:1px solid rgba(224,173,34,.26);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(33,227,216,.045));padding:30px!important;box-shadow:0 24px 70px rgba(0,0,0,.28);}
.sl-contact-panel h2{margin:12px 0;color:#fff;font-size:clamp(34px,4vw,64px);line-height:.92;text-transform:uppercase;letter-spacing:-.045em;}
.sl-contact-panel p{color:#dbe7e8;line-height:1.75;font-weight:700;}
.sl-contact-panel a{color:var(--sl-gold,#e0ad22);font-weight:1000;}
.sl-contact-form{display:grid;gap:14px;}
.sl-contact-form label{display:grid;gap:7px;color:#fff;font-weight:900;}
.sl-contact-form input,.sl-contact-form select,.sl-contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.92);color:#071014;padding:13px 14px;font:inherit;font-weight:700;box-sizing:border-box;}
.sl-contact-form textarea{resize:vertical;}
.sl-gold-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--sl-gold,#e0ad22),#f7c846);color:#071014!important;font-weight:1000;text-transform:uppercase;letter-spacing:.03em;padding:13px 20px;text-decoration:none;box-shadow:0 12px 30px rgba(224,173,34,.22);cursor:pointer;}
.sl-food-gallery{margin-top:44px;margin-bottom:54px;}
.sl-image-card{overflow:hidden;border:1px solid rgba(224,173,34,.24);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:0 20px 55px rgba(0,0,0,.26);}
.sl-image-card img{display:block;width:100%;height:245px;object-fit:cover;}
.sl-image-card div{padding:20px;}
.sl-image-card h3{margin:0 0 8px;color:var(--sl-gold,#e0ad22);font-size:1.45rem;text-transform:uppercase;}
.sl-image-card p{margin:0;color:#dce6e8;line-height:1.65;font-weight:700;}
.sl-cultural-feature .sl-cultural-image-wrap.compact img{width:100%;height:280px;object-fit:cover;display:block;}
.sl-travel-food{margin-bottom:70px;}
@media(max-width:980px){.sl-contact-panel{grid-template-columns:1fr;padding:22px!important}.sl-grid-3,.sl-story-grid,.sl-cultural-feature-grid{grid-template-columns:1fr!important}.sl-image-card img{height:220px}}
/* Final content polish */
.sl-story-grid article img{width:100%;height:190px;object-fit:cover;border-radius:20px;margin-top:16px;border:1px solid rgba(224,173,34,.25);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.sl-contact-email a,.sl-contact-panel a{color:var(--sl-gold,#e0ad22);font-weight:900;text-decoration:none}.sl-contact-email a:hover,.sl-contact-panel a:hover{text-decoration:underline}.sl-info-strip.compact{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px}.sl-info-strip.compact div{min-height:auto}
.sl-nav-icon{display:inline-grid;place-items:center;width:26px;height:26px;margin-right:10px;border-radius:8px;background:rgba(255,255,255,.05);color:var(--sl-gold,#e0ad22)}

/* v8.9 expanded page polish */
.sl-artifact-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px;margin-bottom:54px}.sl-artifact-gallery .sl-image-card img{height:320px;object-fit:cover}.sl-heritage-gallery figure:first-child img{object-position:center}.sl-home-culture-strip article{grid-template-columns:180px 1fr!important;min-height:150px!important;padding:18px!important}.sl-home-culture-strip img{width:180px!important;height:128px!important;object-fit:cover!important;border-radius:20px!important;filter:saturate(1.12) contrast(1.08) brightness(1.06);box-shadow:0 12px 30px rgba(0,0,0,.35)}.sl-home-culture-strip strong{font-size:22px!important}.sl-home-culture-strip span{font-size:16px!important;line-height:1.45}.sl-home-culture-strip{gap:24px!important}.sl-section-heading{padding-top:38px;padding-bottom:18px}.sl-section-heading h2{font-size:clamp(38px,4.5vw,82px);line-height:.95;margin:8px 0;color:#fff;text-transform:uppercase;letter-spacing:-.045em}.sl-section-heading p{max-width:860px;color:#d7e6eb;font-size:18px;line-height:1.65}.sl-hero-media figure img{min-height:360px;object-fit:cover}.sl-image-card{transition:transform .22s ease, box-shadow .22s ease}.sl-image-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.34)}
@media(max-width:1250px){.sl-artifact-gallery{grid-template-columns:1fr 1fr}.sl-home-culture-strip article{grid-template-columns:150px 1fr!important}.sl-home-culture-strip img{width:150px!important;height:115px!important}}
@media(max-width:720px){.sl-artifact-gallery{grid-template-columns:1fr}.sl-artifact-gallery .sl-image-card img{height:240px}.sl-home-culture-strip article{grid-template-columns:1fr!important}.sl-home-culture-strip img{width:100%!important;height:210px!important}}


/* === v6 Merged Editable Heritage / Music / Travel Pages === */
.sl-editor-page{max-width:min(1440px,calc(100vw - 32px));margin-inline:auto;padding:34px 0 90px;}
.sl-wp-editable-content{display:block;}
.sl-wp-editable-content > *{margin-left:auto;margin-right:auto;}
.sl-wp-editable-content h1,.sl-wp-editable-content h2,.sl-wp-editable-content h3{letter-spacing:-.04em;}
.sl-wp-editable-content p,.sl-wp-editable-content li{color:var(--sl-muted);font-size:1.04rem;line-height:1.78;}
.sl-page-hero-block{position:relative;overflow:hidden;border:1px solid rgba(255,207,50,.30);border-radius:34px;padding:clamp(34px,6vw,86px);background:radial-gradient(circle at 20% 15%,rgba(46,247,231,.18),transparent 34%),radial-gradient(circle at 90% 20%,rgba(255,207,50,.20),transparent 30%),linear-gradient(135deg,#031817,#050505);box-shadow:0 28px 90px rgba(0,0,0,.42);}
.sl-page-hero-block:before{content:"SWAHILI LAB";position:absolute;right:-30px;bottom:-28px;font-size:clamp(58px,11vw,170px);font-weight:1000;line-height:.75;color:rgba(255,255,255,.045);letter-spacing:-.08em;transform:rotate(-4deg);pointer-events:none;}
.sl-page-hero-block .wp-block-columns{align-items:center;gap:clamp(24px,5vw,70px)!important;}
.sl-page-hero-block h1{font-size:clamp(3.2rem,8vw,7.8rem);line-height:.84;text-transform:uppercase;margin:0 0 18px;background:linear-gradient(90deg,#fff,#ffcf32,#2ef7e7);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 18px 55px rgba(0,0,0,.36);}
.sl-page-hero-block .sl-kicker-text{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(46,247,231,.45);border-radius:999px;padding:8px 13px;background:rgba(46,247,231,.09);color:#2ef7e7;font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;}
.sl-page-hero-block img{border-radius:28px;border:4px solid rgba(255,255,255,.78);box-shadow:18px 18px 0 rgba(0,0,0,.72);object-fit:cover;}
.sl-hype-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px;margin-bottom:36px;}
.sl-hype-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(255,207,50,.24);border-radius:28px;padding:26px;box-shadow:0 18px 60px rgba(0,0,0,.24);position:relative;overflow:hidden;}
.sl-hype-card:after{content:"";position:absolute;inset:auto -30px -50px auto;width:120px;height:120px;background:radial-gradient(circle,rgba(46,247,231,.18),transparent 65%);}
.sl-hype-card h3{color:#ffcf32;font-size:clamp(1.4rem,2vw,2rem);line-height:1;margin-top:0;text-transform:uppercase;}
.sl-hype-card figure,.sl-hype-card img{border-radius:20px;overflow:hidden;}
.sl-hype-card img{aspect-ratio:4/3;object-fit:cover;width:100%;}
.sl-country-remix{border-radius:34px;border:1px solid rgba(46,247,231,.25);padding:clamp(24px,4vw,46px);background:linear-gradient(135deg,rgba(2,24,23,.92),rgba(4,6,5,.98));margin:44px auto;}
.sl-country-remix h2{font-size:clamp(2.5rem,5vw,5.6rem);line-height:.9;text-transform:uppercase;margin:0 0 14px;color:#fff;}
.sl-country-remix .wp-block-columns{gap:18px!important;}
.sl-country-pill{border:1px solid rgba(255,207,50,.28);border-radius:24px;padding:22px;background:rgba(255,255,255,.045);}
.sl-country-pill h3{margin-top:0;color:#2ef7e7;text-transform:uppercase;}
.sl-media-wall{display:grid!important;grid-template-columns:1.25fr .75fr;gap:22px;margin:38px auto;}
.sl-media-wall figure,.sl-media-wall img{height:100%;}
.sl-media-wall img{width:100%;min-height:280px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.25);box-shadow:0 22px 70px rgba(0,0,0,.3);}
.sl-callout-band{border:2px solid rgba(255,207,50,.38);border-radius:34px;padding:clamp(28px,5vw,58px);background:linear-gradient(90deg,rgba(255,207,50,.13),rgba(46,247,231,.09));box-shadow:0 22px 80px rgba(0,0,0,.25);}
.sl-callout-band h2{font-size:clamp(2.2rem,5vw,5rem);line-height:.92;text-transform:uppercase;color:#ffcf32;margin-top:0;}
.sl-wp-editable-content .wp-block-button__link{border-radius:999px;background:linear-gradient(90deg,#ffcf32,#2ef7e7)!important;color:#05110f!important;font-weight:1000;text-transform:uppercase;box-shadow:8px 8px 0 rgba(0,0,0,.68);}
@media(max-width:900px){.sl-hype-card-grid,.sl-media-wall{grid-template-columns:1fr!important}.sl-page-hero-block{padding:28px}.sl-page-hero-block h1{font-size:3.3rem}}

/* === v7 Youth Hype Rebrand === */
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Inter:wght@400;700;800;900&display=swap');
:root{
  --sl-black:#050505;--sl-ink:#0b0711;--sl-yellow:#ffe100;--sl-orange:#ff5a00;--sl-pink:#ff2d95;--sl-lime:#9dff00;--sl-cyan:#00f5ff;--sl-purple:#7c3cff;--sl-white:#fffaf0;
  --sl-radius:30px;--sl-shadow:10px 10px 0 #000;
}
body{font-family:Inter,system-ui,sans-serif!important;background:radial-gradient(circle at 10% 0%,rgba(255,45,149,.22),transparent 30%),radial-gradient(circle at 88% 8%,rgba(0,245,255,.20),transparent 30%),linear-gradient(180deg,#07020d,#050505 44%,#090414)!important;color:var(--sl-white)!important;}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.sl-site,.sl-page-shell,.sl-container,main,section,footer,header{position:relative;z-index:1}.sl-header{background:rgba(5,5,5,.78)!important;border-bottom:3px solid rgba(255,225,0,.75)!important;box-shadow:0 10px 0 #000,0 0 34px rgba(0,245,255,.18)!important}.sl-logo{border:3px solid var(--sl-yellow)!important;box-shadow:5px 5px 0 #000,0 0 18px rgba(0,245,255,.45)!important}.sl-logo-text{font-family:Bangers,cursive!important;letter-spacing:.05em!important;color:#fff!important;text-shadow:3px 3px 0 var(--sl-pink),6px 6px 0 #000!important}.sl-tagline{color:var(--sl-cyan)!important;font-weight:900!important}.sl-menu{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.09)!important}.sl-menu a{font-weight:1000!important;color:#fff!important}.sl-menu a:hover,.sl-menu .current-menu-item>a,.sl-menu .current_page_item>a{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-lime))!important;color:#050505!important;box-shadow:4px 4px 0 var(--sl-pink)!important}.sl-btn,.wp-block-button__link,input[type=submit]{border:3px solid #000!important;border-radius:18px!important;background:linear-gradient(135deg,var(--sl-yellow),var(--sl-orange))!important;color:#050505!important;box-shadow:7px 7px 0 #000!important;font-weight:1000!important}.sl-btn:hover,.wp-block-button__link:hover,input[type=submit]:hover{transform:translate(-4px,-4px) rotate(-1deg)!important;box-shadow:12px 12px 0 #000!important}.sl-btn-outline{background:#101010!important;color:var(--sl-cyan)!important;border-color:var(--sl-cyan)!important}.sl-heading,.sl-page-title,h1,h2{font-family:Bangers,cursive!important;letter-spacing:.015em!important;text-transform:uppercase!important}.sl-heading,.sl-page-title{color:#fff!important;text-shadow:4px 4px 0 var(--sl-pink),8px 8px 0 #000!important}.sl-kicker,.sl-eyebrow,.sl-spray-tag{color:var(--sl-yellow)!important;font-weight:1000!important;letter-spacing:.12em!important;text-transform:uppercase!important}.sl-card,.sl-topic-card,.sl-hype-card,.sl-country-pill,.sl-country-pane,.sl-country-tabs-section,.swl-mega-content{background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;border:2px solid rgba(255,225,0,.35)!important;border-radius:28px!important;box-shadow:10px 10px 0 #000,0 0 28px rgba(0,245,255,.12)!important}.sl-card:hover,.sl-topic-card:hover,.sl-hype-card:hover,.sl-country-pill:hover{transform:translateY(-7px) rotate(-1deg)!important;box-shadow:14px 14px 0 #000,0 0 34px rgba(255,45,149,.22)!important}.sl-card h3,.sl-topic-card b,.sl-hype-card h3,.sl-country-pill h3{font-family:Bangers,cursive!important;color:var(--sl-yellow)!important;text-shadow:3px 3px 0 #000!important;letter-spacing:.03em}.sl-youth-hero{width:min(1440px,calc(100vw - 32px));margin:0 auto;padding:clamp(72px,8vw,120px) 0;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,72px);align-items:center;min-height:calc(100svh - 92px)}.sl-youth-copy h1{margin:.18em 0;font-family:Bangers,cursive;font-size:clamp(4.1rem,10vw,10.5rem);line-height:.83;text-transform:uppercase;letter-spacing:.02em;text-shadow:5px 5px 0 var(--sl-pink),10px 10px 0 var(--sl-cyan),15px 15px 0 #000}.sl-youth-copy p{max-width:780px;color:#f4e8d2;font-size:clamp(1.1rem,1.7vw,1.38rem);font-weight:800;line-height:1.55}.sl-spray-tag{display:inline-flex;border:2px solid var(--sl-yellow);border-radius:999px;padding:10px 15px;background:#101010;box-shadow:6px 6px 0 #000}.sl-youth-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.sl-youth-badges span{border:2px solid rgba(0,245,255,.55);background:rgba(0,245,255,.08);border-radius:999px;padding:9px 13px;font-size:.82rem;font-weight:1000;text-transform:uppercase}.sl-youth-visual{min-height:610px;position:relative}.sl-orbit-card{position:absolute;overflow:hidden;border:5px solid #fff;border-radius:30px;background:#111;box-shadow:13px 13px 0 #000;animation:slFloat 6s ease-in-out infinite}.sl-orbit-card img{width:100%;height:100%;object-fit:cover;display:block}.sl-orbit-card.main{width:64%;height:390px;right:8%;top:60px;transform:rotate(4deg)}.sl-orbit-card.a{width:42%;height:230px;left:0;top:24px;transform:rotate(-9deg);animation-delay:-1.2s}.sl-orbit-card.b{width:44%;height:235px;left:5%;bottom:40px;transform:rotate(7deg);animation-delay:-2.4s}.sl-orbit-card.c{width:40%;height:220px;right:0;bottom:0;transform:rotate(-6deg);animation-delay:-3.6s}@keyframes slFloat{50%{translate:0 -18px}}.sl-youth-strip{overflow:hidden;background:linear-gradient(90deg,var(--sl-yellow),var(--sl-lime),var(--sl-cyan));color:#050505;border-block:5px solid #000;box-shadow:0 10px 0 #000}.sl-youth-strip div{display:flex;width:max-content;animation:slMarquee 18s linear infinite}.sl-youth-strip span{font-family:Bangers,cursive;font-size:clamp(2.2rem,6vw,5rem);white-space:nowrap;padding:.1em 0;margin-right:34px}@keyframes slMarquee{to{transform:translateX(-50%)}}.sl-youth-pathway,.sl-youth-map,.sl-youth-topic-wall,.sl-youth-media-row,.sl-youth-cta{margin-top:clamp(56px,7vw,110px)!important}.sl-youth-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.sl-youth-card{position:relative;overflow:hidden;min-height:330px;padding:28px;border:3px solid #fff;border-radius:30px;background:radial-gradient(circle at top right,rgba(255,225,0,.23),transparent 35%),#101010;box-shadow:11px 11px 0 #000}.sl-youth-card:after{content:"SW";position:absolute;right:-8px;bottom:-50px;font-family:Bangers,cursive;font-size:150px;color:rgba(255,255,255,.04)}.sl-youth-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--sl-cyan);color:#000;font-weight:1000;box-shadow:5px 5px 0 #000}.sl-youth-card.hot span{background:var(--sl-pink);color:#fff}.sl-youth-card h3{font-family:Bangers,cursive;font-size:clamp(2.3rem,3vw,3.4rem);line-height:.9;margin:22px 0 12px;color:var(--sl-yellow);text-shadow:3px 3px 0 #000}.sl-youth-card p{color:#eee0c9;font-weight:750}.sl-youth-card a{font-weight:1000;color:var(--sl-cyan);text-transform:uppercase}.sl-youth-card:hover{transform:translateY(-9px) rotate(-1deg)}.sl-topic-card{min-height:210px;padding:26px!important;border:3px solid #fff!important;background:radial-gradient(circle at top right,rgba(0,245,255,.16),transparent 36%),#111!important}.sl-topic-card b{font-size:clamp(2rem,3vw,3.5rem)!important;display:block}.sl-topic-card span{font-weight:800;color:#f1e3c7!important}.sl-youth-media-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.sl-youth-media-row article{overflow:hidden;border:4px solid #fff;border-radius:32px;background:#111;box-shadow:11px 11px 0 #000}.sl-youth-media-row img{width:100%;height:270px;object-fit:cover;display:block;filter:saturate(1.25) contrast(1.1)}.sl-youth-media-row div{padding:24px}.sl-youth-media-row strong{display:block;font-family:Bangers,cursive;font-size:2.6rem;color:var(--sl-yellow);line-height:.95;text-shadow:3px 3px 0 #000}.sl-youth-media-row span{display:block;margin-top:10px;color:#f1e3c7;font-weight:800}.sl-youth-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:42px!important;border:5px solid #000;border-radius:36px;background:linear-gradient(135deg,var(--sl-pink),var(--sl-orange),var(--sl-yellow));color:#050505;box-shadow:12px 12px 0 #000}.sl-youth-cta h2{font-size:clamp(3rem,6vw,6rem);line-height:.85;margin:0;text-shadow:3px 3px 0 rgba(255,255,255,.55)}.sl-youth-cta p{font-weight:900;max-width:760px}.sl-youth-cta .sl-btn{background:#050505!important;color:#fff!important;border-color:#fff!important}.sl-country-tabs-section h2{font-family:Bangers,cursive!important;text-shadow:4px 4px 0 var(--sl-pink),8px 8px 0 #000!important}.sl-country-tab-btn{border:2px solid #fff!important;background:#111!important;color:#fff!important}.sl-country-tab-btn.active{background:linear-gradient(135deg,var(--sl-yellow),var(--sl-lime))!important;color:#000!important;box-shadow:5px 5px 0 var(--sl-pink)!important}.sl-home-map-section{padding:34px!important;border:3px solid rgba(0,245,255,.5)!important;border-radius:36px!important;background:radial-gradient(circle at top right,rgba(0,245,255,.14),transparent 32%),rgba(0,0,0,.55)!important;box-shadow:12px 12px 0 #000!important}.sl-page-hero-block,.sl-callout-band,.sl-country-remix,.sl-media-wall{border-radius:32px!important}.sl-page-hero-block{background:radial-gradient(circle at top right,rgba(255,45,149,.18),transparent 34%),linear-gradient(135deg,#120714,#050505)!important;border:3px solid rgba(255,225,0,.45)!important;box-shadow:12px 12px 0 #000!important;padding:clamp(1.5rem,4vw,4rem)!important}.sl-page-hero-block h1{font-size:clamp(4rem,8vw,8rem)!important;line-height:.85!important;text-shadow:5px 5px 0 var(--sl-pink),9px 9px 0 #000!important}.sl-page-hero-block p{font-weight:800;color:#f1e3c7}.sl-media-wall{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.sl-media-wall img{width:100%!important;height:390px!important;object-fit:cover!important;border:4px solid #fff!important;border-radius:28px!important;box-shadow:10px 10px 0 #000!important}.sl-callout-band{background:linear-gradient(135deg,var(--sl-cyan),var(--sl-lime),var(--sl-yellow))!important;color:#050505!important;border:4px solid #000!important;box-shadow:12px 12px 0 #000!important;padding:clamp(1.5rem,4vw,4rem)!important}.sl-callout-band h2{color:#050505!important;text-shadow:3px 3px 0 rgba(255,255,255,.65)!important}.sl-callout-band p{font-weight:900!important;color:#050505!important}.sl-footer{border-top:4px solid var(--sl-yellow)!important;background:#030303!important}.sl-footer:before{content:"SWahililab";display:block;text-align:center;font-family:Bangers,cursive;font-size:clamp(4rem,10vw,12rem);line-height:.8;color:rgba(255,255,255,.04);text-transform:uppercase}
@media(max-width:1100px){.sl-youth-hero{grid-template-columns:1fr}.sl-youth-visual{min-height:540px}.sl-youth-card-grid{grid-template-columns:repeat(2,1fr)}.sl-youth-media-row{grid-template-columns:1fr}.sl-youth-cta{flex-direction:column;align-items:flex-start}.sl-media-wall{grid-template-columns:1fr!important}}
@media(max-width:680px){.sl-youth-hero{width:min(100% - 24px,1440px);padding:50px 0}.sl-youth-copy h1{font-size:clamp(3.5rem,19vw,5.5rem)}.sl-youth-card-grid{grid-template-columns:1fr}.sl-youth-visual{min-height:460px}.sl-orbit-card.main{width:78%;height:285px;right:0}.sl-orbit-card.a{width:48%;height:160px}.sl-orbit-card.b{width:54%;height:170px;bottom:35px}.sl-orbit-card.c{width:48%;height:160px}.sl-youth-media-row img,.sl-media-wall img{height:250px!important}.sl-home-map-section{padding:18px!important}.sl-youth-cta{padding:28px!important}.sl-menu a{font-size:1rem!important}.sl-page-hero-block h1{font-size:3.5rem!important}}


/* Image placeholder cleanup / youthful visual system */
.sl-photo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}.sl-photo-strip-four{grid-template-columns:repeat(4,minmax(0,1fr))}.sl-photo-strip figure{position:relative;min-height:280px;margin:0;overflow:hidden;border:4px solid #fff;border-radius:32px;background:#111;box-shadow:11px 11px 0 #000}.sl-photo-strip img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.25) contrast(1.08)}.sl-photo-strip figcaption{position:absolute;left:16px;bottom:16px;padding:9px 13px;border:2px solid #fff;border-radius:999px;background:#050505;color:#fff;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;box-shadow:5px 5px 0 #000}.sl-logo-pop{position:absolute;right:34%;top:48%;width:140px;height:140px;border:5px solid #fff;border-radius:32px;background:#fff;display:grid;place-items:center;box-shadow:11px 11px 0 #000;transform:rotate(-8deg);z-index:4}.sl-logo-pop img{width:82%;height:82%;object-fit:contain}.sl-service-visuals .sl-image-card,.sl-contact-visuals .sl-image-card,.sl-community-visuals .sl-image-card{height:100%}.sl-service-visuals .sl-image-card img,.sl-contact-visuals .sl-image-card img,.sl-community-visuals .sl-image-card img{height:260px;object-fit:cover}.sl-pricing-visuals .sl-cultural-image-wrap{background:radial-gradient(circle at top right,rgba(255,225,0,.25),transparent 36%),#101010}.sl-pricing-visuals .sl-cultural-image-wrap img{object-fit:contain;background:#fff;padding:24px}.sl-page-hero:after,.sl-content-hero:after{content:"";display:block;margin:28px auto 0;width:min(920px,92vw);height:12px;border-radius:999px;background:linear-gradient(90deg,var(--sl-pink),var(--sl-yellow),var(--sl-cyan),var(--sl-lime));box-shadow:0 0 28px rgba(0,245,255,.25)}@media(max-width:900px){.sl-photo-strip,.sl-photo-strip-four{grid-template-columns:1fr}.sl-logo-pop{right:16px;top:52%;width:104px;height:104px}.sl-photo-strip figure{min-height:240px}}

/* Heritage page image fix + youth hype layout */
.sl-heritage-page{position:relative;overflow:hidden}.sl-heritage-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 5%,rgba(0,229,255,.16),transparent 28%),radial-gradient(circle at 82% 20%,rgba(255,184,0,.18),transparent 25%),radial-gradient(circle at 45% 90%,rgba(255,43,77,.16),transparent 34%);z-index:-1}.sl-heritage-hero-block{position:relative;min-height:78vh;border-radius:34px;margin:24px auto 34px;overflow:hidden;border:3px solid rgba(255,255,255,.18);box-shadow:0 22px 70px rgba(0,0,0,.45)}.sl-image-hero{background-image:linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.72) 44%,rgba(0,0,0,.22) 100%),var(--hero-img);background-size:cover;background-position:center}.sl-heritage-hero-copy{max-width:760px;padding:clamp(36px,6vw,84px);position:relative;z-index:2}.sl-heritage-hero-copy h1{font-size:clamp(3.2rem,8vw,7.8rem);line-height:.82;margin:.15em 0;text-transform:uppercase;letter-spacing:-.06em;text-shadow:4px 4px 0 #00e5ff,8px 8px 0 #ff2b4d,12px 12px 0 #000}.sl-heritage-hero-copy p{font-size:1.15rem;max-width:650px}.sl-btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.sl-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff!important;background:linear-gradient(135deg,#ffb800,#ff5a00)!important;color:#080808!important;border-radius:999px!important;padding:14px 22px!important;font-weight:900!important;text-transform:uppercase!important;box-shadow:7px 7px 0 #000!important;text-decoration:none!important}.sl-btn.ghost{background:linear-gradient(135deg,#00e5ff,#00ffa3)!important}.sl-heritage-photo-strip{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:18px;margin:34px auto}.sl-heritage-photo-strip figure,.sl-heritage-cards figure{margin:0;border-radius:26px;overflow:hidden;border:3px solid rgba(255,255,255,.16);box-shadow:10px 10px 0 #000}.sl-heritage-photo-strip img{width:100%;height:330px;object-fit:cover;display:block;filter:saturate(1.16) contrast(1.06)}.sl-heritage-photo-strip figure:nth-child(2) img{height:420px}.sl-heritage-section-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;margin:50px auto}.sl-heritage-copy-card,.sl-country-remix,.sl-callout-band,.sl-heritage-music-art{background:rgba(13,13,13,.88);border:2px solid rgba(255,255,255,.16);border-radius:30px;padding:clamp(22px,4vw,42px);box-shadow:12px 12px 0 #000}.sl-heritage-copy-card h2,.sl-heritage-music-art h2,.sl-callout-band h2{font-size:clamp(2.6rem,6vw,5.8rem);line-height:.88;text-transform:uppercase;margin:.12em 0;letter-spacing:-.05em;color:#fff;text-shadow:3px 3px 0 #ffb800,6px 6px 0 #000}.sl-heritage-country-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sl-heritage-country-grid .sl-country-pill{background:linear-gradient(135deg,rgba(255,184,0,.18),rgba(0,229,255,.09));border:2px solid rgba(0,229,255,.30);border-radius:24px;padding:22px}.sl-heritage-country-grid h3{font-size:1.7rem;margin:0 0 8px;color:#ffb800;text-transform:uppercase}.sl-heritage-cards{margin:54px auto}.sl-heritage-cards .sl-hype-card img{width:100%;height:280px;object-fit:cover;display:block}.sl-heritage-music-art{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;margin:60px auto}.sl-heritage-music-art img{width:100%;height:480px;object-fit:cover;border-radius:26px;border:3px solid rgba(255,255,255,.16);box-shadow:10px 10px 0 #000}.sl-callout-band{margin:54px auto 18px;text-align:center}.sl-callout-band p{max-width:950px;margin:0 auto;font-size:1.08rem}.sl-kicker-text{display:inline-flex;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:#00e5ff;background:rgba(0,229,255,.12);border:1px solid rgba(0,229,255,.35);padding:8px 12px;border-radius:999px}.sl-heritage-page img{max-width:100%}.sl-heritage-page .sl-wp-editable-content>p:empty,.sl-heritage-page .sl-wp-editable-content>p:first-child:has(+ .sl-heritage-hero-block){display:none}@media(max-width:900px){.sl-heritage-section-grid,.sl-heritage-music-art,.sl-heritage-photo-strip{grid-template-columns:1fr}.sl-heritage-country-grid{grid-template-columns:1fr}.sl-heritage-photo-strip img,.sl-heritage-photo-strip figure:nth-child(2) img,.sl-heritage-music-art img{height:280px}.sl-heritage-hero-copy h1{text-shadow:3px 3px 0 #00e5ff,6px 6px 0 #000}}

/* === Music & Arts page fix: Mwambao coastal arts edition === */
.sl-music-arts-page{position:relative;overflow:hidden}.sl-music-arts-page:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 12% 8%,rgba(0,229,255,.20),transparent 28%),radial-gradient(circle at 90% 18%,rgba(255,184,0,.22),transparent 26%),radial-gradient(circle at 50% 92%,rgba(255,43,77,.18),transparent 34%)}
.sl-music-editor-content{max-width:1120px;margin:24px auto}.sl-music-editor-content:empty{display:none}.sl-music-editor-content h1,.sl-music-editor-content h2{letter-spacing:-.05em;text-transform:uppercase}.sl-music-hero{min-height:76vh;display:flex;align-items:center;border-radius:38px;margin:24px auto 42px;max-width:1240px;overflow:hidden;border:3px solid rgba(255,255,255,.18);box-shadow:14px 14px 0 #000;background-position:center;background-size:cover}.sl-music-hero-copy{max-width:790px;padding:clamp(32px,6vw,86px);position:relative;z-index:2}.sl-music-hero-copy h1{font-size:clamp(3rem,7.7vw,7.5rem);line-height:.84;margin:.14em 0;text-transform:uppercase;letter-spacing:-.07em;text-shadow:4px 4px 0 #00e5ff,8px 8px 0 #ff2b4d,12px 12px 0 #000}.sl-music-hero-copy p{font-size:1.15rem;max-width:690px}.sl-mwambao-grid{max-width:1240px;margin:52px auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.sl-mwambao-copy,.sl-arts-title,.sl-genre-lab{background:rgba(11,11,11,.88);border:2px solid rgba(255,255,255,.16);border-radius:32px;padding:clamp(24px,4vw,44px);box-shadow:12px 12px 0 #000}.sl-mwambao-copy h2,.sl-arts-title h2,.sl-genre-lab h2{font-size:clamp(2.6rem,6.5vw,6rem);line-height:.86;margin:.15em 0;text-transform:uppercase;letter-spacing:-.06em;color:#fff;text-shadow:3px 3px 0 #ffb800,6px 6px 0 #000}.sl-mwambao-photo-stack{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}.sl-mwambao-photo-stack figure,.sl-arts-mosaic figure{position:relative;margin:0;overflow:hidden;border:4px solid #fff;border-radius:30px;background:#111;box-shadow:10px 10px 0 #000}.sl-mwambao-photo-stack figure.main{grid-row:span 2}.sl-mwambao-photo-stack img{width:100%;height:100%;min-height:290px;object-fit:cover;display:block;filter:saturate(1.25) contrast(1.06)}.sl-mwambao-photo-stack figcaption,.sl-arts-mosaic figcaption{position:absolute;left:16px;bottom:16px;padding:9px 14px;border-radius:999px;border:2px solid #fff;background:#050505;color:#fff;font-weight:1000;text-transform:uppercase;box-shadow:5px 5px 0 #000}.sl-sound-cards{max-width:1240px;margin:58px auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sl-sound-cards article{position:relative;overflow:hidden;border:3px solid rgba(255,255,255,.18);border-radius:30px;background:#101010;box-shadow:10px 10px 0 #000;padding-bottom:22px}.sl-sound-cards img{width:100%;height:230px;object-fit:cover;display:block;filter:saturate(1.18) contrast(1.05)}.sl-sound-cards span{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#ffb800,#ff2b4d);color:#050505;border:2px solid #fff;border-radius:999px;padding:7px 10px;font-weight:1000;box-shadow:4px 4px 0 #000}.sl-sound-cards h3{font-size:1.55rem;line-height:1;margin:18px 18px 8px;color:#ffb800;text-transform:uppercase}.sl-sound-cards p{margin:0 18px;color:#efdcc3}.sl-arts-wall{max-width:1240px;margin:70px auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}.sl-arts-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sl-arts-mosaic figure:first-child{grid-column:span 2}.sl-arts-mosaic img{width:100%;height:280px;object-fit:cover;display:block;filter:saturate(1.22) contrast(1.08)}.sl-arts-mosaic figure:first-child img{height:360px}.sl-genre-lab{max-width:1240px;margin:60px auto}.sl-glossary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}.sl-glossary-grid div{background:linear-gradient(135deg,rgba(255,184,0,.16),rgba(0,229,255,.10));border:2px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;min-height:150px}.sl-glossary-grid b{display:block;font-size:1.15rem;color:#00e5ff;text-transform:uppercase;margin-bottom:8px}.sl-glossary-grid span{color:#ead8bf}.sl-music-cta{max-width:1120px}@media(max-width:1050px){.sl-sound-cards,.sl-glossary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-mwambao-grid,.sl-arts-wall{grid-template-columns:1fr}}@media(max-width:700px){.sl-sound-cards,.sl-glossary-grid,.sl-mwambao-photo-stack,.sl-arts-mosaic{grid-template-columns:1fr}.sl-arts-mosaic figure:first-child{grid-column:auto}.sl-music-hero{margin:12px auto 28px;border-radius:24px}.sl-music-hero-copy h1{text-shadow:3px 3px 0 #00e5ff,6px 6px 0 #000}.sl-mwambao-photo-stack img,.sl-arts-mosaic img,.sl-arts-mosaic figure:first-child img{height:260px;min-height:260px}}

/* === v7 Travel + Traditions no-placeholder visual rebuild === */
.sl-travel-page,.sl-traditions-page{background:radial-gradient(circle at 15% 10%,rgba(0,229,255,.12),transparent 28%),radial-gradient(circle at 85% 5%,rgba(255,183,0,.16),transparent 26%),#050505;color:#fff;overflow:hidden;}
.sl-travel-page img,.sl-traditions-page img{display:block;width:100%;height:100%;object-fit:cover;background:#111;}
.sl-travel-hero,.sl-traditions-hero{position:relative;margin-top:1.5rem;border:3px solid rgba(255,255,255,.16);border-radius:34px;padding:clamp(24px,4vw,54px);background:linear-gradient(135deg,rgba(255,183,0,.12),rgba(0,229,255,.08));box-shadow:0 28px 90px rgba(0,0,0,.42),10px 10px 0 #000;}
.sl-travel-hero h1,.sl-traditions-hero h1{font-size:clamp(3rem,7vw,7.5rem);line-height:.86;text-transform:uppercase;text-shadow:4px 4px 0 #000,7px 7px 0 #00e5ff;}
.sl-traditions-hero h1{text-shadow:4px 4px 0 #000,7px 7px 0 #ff3131;}
.sl-travel-hero figure,.sl-traditions-hero figure{min-height:420px;border:5px solid #fff;border-radius:28px;overflow:hidden;box-shadow:12px 12px 0 #000;transform:rotate(1deg);}
.sl-traditions-hero figure{transform:rotate(-1.5deg);}
.sl-travel-hero figcaption,.sl-traditions-hero figcaption{background:#080808;color:#ffb700;border-top:2px solid rgba(255,255,255,.16);padding:12px 16px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;}
.sl-travel-photo-wall{display:grid;grid-template-columns:1.35fr .8fr;gap:18px;margin-top:44px;margin-bottom:40px;}
.sl-travel-photo-wall article{position:relative;min-height:310px;border:4px solid #fff;border-radius:28px;overflow:hidden;box-shadow:10px 10px 0 #000;background:#101010;}
.sl-travel-photo-wall article.wide{grid-row:span 2;min-height:640px;}
.sl-travel-photo-wall article:after,.sl-tradition-mosaic article:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.08) 58%,transparent);pointer-events:none;}
.sl-travel-photo-wall article div,.sl-tradition-mosaic article div{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;}
.sl-travel-photo-wall span,.sl-tradition-mosaic span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#00e5ff;color:#050505;font-weight:1000;text-transform:uppercase;box-shadow:4px 4px 0 #000;margin-bottom:10px;}
.sl-travel-photo-wall h2,.sl-travel-photo-wall h3,.sl-tradition-mosaic h2,.sl-tradition-mosaic h3{margin:.2rem 0;color:#fff;text-transform:uppercase;font-weight:1000;letter-spacing:-.04em;}
.sl-travel-photo-wall h2,.sl-tradition-mosaic h2{font-size:clamp(2.1rem,4vw,4.5rem);line-height:.9;}
.sl-travel-photo-wall h3,.sl-tradition-mosaic h3{font-size:clamp(1.5rem,2vw,2.2rem);line-height:.95;}
.sl-travel-cards article,.sl-travel-destinations,.sl-traditions-page .sl-story-grid article{background:linear-gradient(145deg,rgba(255,183,0,.14),rgba(0,229,255,.09)),#0b0b0b;border:2px solid rgba(255,255,255,.14);box-shadow:8px 8px 0 #000;border-radius:24px;}
.sl-tradition-mosaic{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px;margin-top:44px;margin-bottom:44px;}
.sl-tradition-mosaic article{position:relative;min-height:310px;border:4px solid #fff;border-radius:28px;overflow:hidden;box-shadow:10px 10px 0 #000;background:#111;}
.sl-tradition-mosaic article.big{grid-row:span 2;min-height:640px;}
.sl-tradition-mosaic p{color:#f5ddb8;line-height:1.45;}
.sl-editable-after{margin-top:36px;padding:24px;border-radius:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);}
.sl-editable-after:empty{display:none;}
@media(max-width:900px){.sl-travel-photo-wall,.sl-tradition-mosaic{grid-template-columns:1fr}.sl-travel-photo-wall article.wide,.sl-tradition-mosaic article.big{min-height:420px}.sl-travel-hero figure,.sl-traditions-hero figure{min-height:300px}}

/* ===== Homepage v3 polish: compact, youthful, no clipped giant heading ===== */
body.home .sl-main{overflow:hidden;}
.sl-home-v3{
  width:min(1320px,calc(100vw - 44px))!important;
  min-height:auto!important;
  margin:0 auto!important;
  padding:clamp(52px,7vw,96px) 0 clamp(36px,5vw,72px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;
  gap:clamp(30px,5vw,72px)!important;
  align-items:center!important;
}
.sl-home-v3-copy{min-width:0;position:relative;z-index:2;}
.sl-home-v3-tag{max-width:100%;white-space:normal!important;line-height:1.2!important;margin-bottom:clamp(18px,2.2vw,28px)!important;}
.sl-home-v3 h1{
  margin:0!important;
  max-width:980px!important;
  font-family:Bangers, Impact, sans-serif!important;
  font-size:clamp(4.2rem,8.4vw,9.4rem)!important;
  line-height:.82!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  color:#fff!important;
  text-shadow:5px 5px 0 var(--sl-pink),9px 9px 0 var(--sl-cyan),14px 14px 0 #000!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.sl-home-v3 h1 span{display:block;}
.sl-home-v3-lead{
  max-width:720px!important;
  margin:clamp(20px,2.4vw,30px) 0 0!important;
  color:#f6ead3!important;
  font-size:clamp(1.05rem,1.45vw,1.32rem)!important;
  font-weight:850!important;
  line-height:1.55!important;
}
.sl-home-v3-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:clamp(22px,2.8vw,34px);}
.sl-home-v3-actions .sl-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;}
.sl-home-v3-stats{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;
  max-width:760px;margin-top:clamp(22px,2.8vw,34px);
}
.sl-home-v3-stats span{
  min-width:0;padding:14px 16px;border:2px solid rgba(255,255,255,.20);border-radius:22px;
  background:linear-gradient(135deg,rgba(0,245,255,.10),rgba(255,214,0,.08));
  box-shadow:7px 7px 0 #000;
}
.sl-home-v3-stats b{display:block;color:#ffd600;font-weight:1000;text-transform:uppercase;line-height:1.05;overflow-wrap:anywhere;}
.sl-home-v3-stats em{display:block;margin-top:5px;color:#e8fff9;font-style:normal;font-size:.86rem;font-weight:800;line-height:1.25;}
.sl-home-v3-visual{position:relative;min-height:560px;isolation:isolate;}
.sl-home-v3-visual:before{
  content:"";position:absolute;inset:9% 2% 10% 6%;border-radius:42px;
  background:radial-gradient(circle at 20% 10%,rgba(0,245,255,.32),transparent 36%),radial-gradient(circle at 80% 90%,rgba(255,214,0,.26),transparent 38%),linear-gradient(135deg,#071414,#050505);
  border:3px solid rgba(255,255,255,.8);box-shadow:14px 14px 0 #000;transform:rotate(-2deg);z-index:-1;
}
.sl-home-shot{position:absolute;margin:0;overflow:hidden;border:5px solid #fff;border-radius:28px;background:#050505;box-shadow:12px 12px 0 #000;}
.sl-home-shot img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(1.15) contrast(1.08);}
.sl-home-shot-main{right:5%;top:4%;width:67%;height:320px;transform:rotate(4deg);}
.sl-home-shot-one{left:0;top:18%;width:44%;height:240px;transform:rotate(-8deg);}
.sl-home-shot-two{left:10%;bottom:6%;width:44%;height:220px;transform:rotate(5deg);}
.sl-home-shot-three{right:0;bottom:0;width:38%;height:230px;transform:rotate(-5deg);}
.sl-home-logo-sticker{position:absolute;left:44%;top:46%;width:128px;height:128px;border:5px solid #fff;border-radius:28px;background:#fff;display:grid;place-items:center;box-shadow:10px 10px 0 #000;transform:rotate(-8deg);z-index:4;}
.sl-home-logo-sticker img{width:82%;height:82%;object-fit:contain;}
.sl-home-v3-strip{margin-top:0!important;}
.sl-home-v3-services,.sl-home-v3-topics,.sl-home-v3-media-row,.sl-home-v3-cta{margin-top:clamp(56px,7vw,96px)!important;}
.sl-home-v3-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.sl-home-v3-card{position:relative;min-width:0;min-height:310px;padding:26px;border:4px solid #fff;border-radius:30px;background:radial-gradient(circle at 85% 5%,rgba(255,214,0,.22),transparent 35%),linear-gradient(160deg,#111,#050505);box-shadow:11px 11px 0 #000;overflow:hidden;}
.sl-home-v3-card:after{content:"LAB";position:absolute;right:-10px;bottom:-35px;font-family:Bangers,Impact,sans-serif;font-size:120px;line-height:.8;color:rgba(255,255,255,.045);}
.sl-home-v3-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#00f5ff;color:#001110;font-weight:1000;box-shadow:5px 5px 0 #000;}
.sl-home-v3-card.hot span{background:#ff2e93;color:#fff;}
.sl-home-v3-card h3{font-family:Bangers,Impact,sans-serif!important;font-size:clamp(2.1rem,2.65vw,3.2rem)!important;line-height:.9!important;margin:20px 0 12px!important;color:#ffd600!important;text-shadow:3px 3px 0 #000!important;overflow-wrap:anywhere;}
.sl-home-v3-card p{position:relative;z-index:1;color:#f3e8d0;font-weight:800;line-height:1.55;margin:0 0 18px;}
.sl-home-v3-card a{position:relative;z-index:1;color:#00f5ff;font-weight:1000;text-transform:uppercase;text-decoration:none;}
.sl-home-v3-card:hover{transform:translate(-3px,-6px) rotate(-1deg);box-shadow:16px 16px 0 #000,0 0 28px rgba(0,245,255,.20);}
.sl-home-v3-media-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.sl-home-v3-media-row article{overflow:hidden;border:4px solid #fff;border-radius:32px;background:#111;box-shadow:11px 11px 0 #000;}
.sl-home-v3-media-row img{display:block;width:100%;height:270px;object-fit:cover;filter:saturate(1.18) contrast(1.08);}
.sl-home-v3-media-row div{padding:24px;}
.sl-home-v3-media-row strong{display:block;font-family:Bangers,Impact,sans-serif;font-size:2.55rem;line-height:.92;color:#ffd600;text-shadow:3px 3px 0 #000;overflow-wrap:anywhere;}
.sl-home-v3-media-row span{display:block;margin-top:10px;color:#f4e8d2;font-weight:800;line-height:1.5;}
.sl-home-v3-cta h2{max-width:900px;overflow-wrap:anywhere;}
@media(max-width:1180px){
  .sl-home-v3{grid-template-columns:1fr!important;padding-top:54px!important;}
  .sl-home-v3-visual{min-height:520px;max-width:760px;width:100%;margin-inline:auto;}
  .sl-home-v3-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sl-home-v3 h1{font-size:clamp(4rem,13vw,8rem)!important;}
}
@media(max-width:760px){
  .sl-home-v3{width:min(100% - 24px,720px)!important;padding-top:34px!important;}
  .sl-home-v3 h1{font-size:clamp(3.35rem,17vw,5.8rem)!important;text-shadow:3px 3px 0 var(--sl-pink),6px 6px 0 var(--sl-cyan),9px 9px 0 #000!important;}
  .sl-home-v3-stats,.sl-home-v3-card-grid,.sl-home-v3-media-row{grid-template-columns:1fr;}
  .sl-home-v3-visual{min-height:610px;}
  .sl-home-shot-main{width:86%;height:250px;right:0;top:0;}
  .sl-home-shot-one{width:58%;height:190px;left:0;top:220px;}
  .sl-home-shot-two{width:58%;height:190px;left:6%;bottom:26px;}
  .sl-home-shot-three{width:52%;height:190px;right:0;bottom:0;}
  .sl-home-logo-sticker{width:98px;height:98px;left:auto;right:18px;top:290px;}
  .sl-youth-cta.sl-home-v3-cta{display:block!important;text-align:left;}
  .sl-youth-cta.sl-home-v3-cta .sl-btn{margin-top:18px;}
}


/* v6.2 precise landing map marker alignment — no image crop */
.sl-stable-map .sl-map-canvas{
  aspect-ratio:1/1!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
}
.sl-stable-map .sl-map-canvas img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  display:block!important;
  object-fit:contain!important;
}
.sl-stable-map .sl-map-dot{
  width:16px!important;
  height:16px!important;
  border-width:2px!important;
}
@media(max-width:900px){
  .sl-stable-map .sl-live-map-body{grid-template-columns:1fr!important}
  .sl-stable-map .sl-map-canvas{width:100%!important}
}


/* === v6.2.2 Swahili Lab: horizontal header, services hero fix, membership platform model === */
body.sl-site{background:#000!important;color:#fff!important;overflow-x:hidden;}
.sl-main{min-height:70vh;background:#071018;}
.sl-main-header{position:sticky!important;top:0;z-index:9999;background:rgba(0,0,0,.94)!important;border-bottom:1px solid rgba(46,247,231,.28)!important;box-shadow:0 16px 45px rgba(0,0,0,.35)!important;backdrop-filter:blur(16px);}
body.admin-bar .sl-main-header{top:32px;}
.sl-main-header .sl-header-inner{width:min(100% - 42px,1620px);margin-inline:auto;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;padding:18px 0!important;}
.sl-brand{display:flex!important;align-items:center!important;gap:14px!important;min-width:235px;text-decoration:none!important;}
.sl-logo{width:78px!important;height:78px!important;object-fit:contain!important;border-radius:22px!important;background:#050505!important;border:1px solid rgba(46,247,231,.25)!important;box-shadow:0 0 24px rgba(46,247,231,.22)!important;}
.sl-brand-copy{display:grid;gap:2px;line-height:1;}
.sl-logo-text{display:block!important;color:#ffd21f!important;font-size:clamp(1.35rem,1.6vw,1.95rem)!important;line-height:.9!important;text-shadow:3px 3px 0 rgba(255,106,0,.88)!important;font-weight:1000!important;}
.sl-tagline{display:block!important;color:#2ef7e7!important;font-style:normal!important;font-size:.95rem!important;font-weight:1000!important;}
.sl-main-header .sl-nav{display:flex!important;justify-content:center!important;min-width:0!important;}
.sl-main-header .sl-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin:0!important;padding:7px!important;list-style:none!important;border:1px solid rgba(46,247,231,.22)!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;box-shadow:none!important;}
.sl-main-header .sl-menu a{display:block!important;padding:12px 15px!important;border-radius:999px!important;color:#fff!important;font-size:.86rem!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.045em!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important;}
.sl-main-header .sl-menu a:hover,.sl-main-header .sl-menu .current-menu-item>a,.sl-main-header .sl-menu .current_page_item>a{background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#050505!important;box-shadow:5px 5px 0 #17c9c3!important;}
.sl-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;}
.sl-book-btn{white-space:nowrap!important;border-radius:999px!important;padding:16px 22px!important;box-shadow:7px 7px 0 #17c9c3!important;}
.sl-mobile-toggle{display:none;position:fixed;right:18px;top:18px;z-index:10001;border:1px solid rgba(46,247,231,.4);border-radius:14px;background:#050505;color:#fff;padding:10px;}
.sl-mobile-toggle span{display:block;width:24px;height:3px;background:#fff;border-radius:999px;margin:4px 0;}
.sl-menu-backdrop{display:none;}
.sl-footer{background:#030808!important;border-top:1px solid rgba(46,247,231,.22)!important;margin-left:0!important;padding:34px 24px!important;}
.sl-footer:before{display:none!important;}
.sl-footer-inner{width:min(100% - 24px,1380px);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#dbe7e8;}
.sl-footer-inner strong{color:#ffd21f;text-transform:uppercase;font-size:1.1rem;}
.sl-footer-inner nav{display:flex;gap:16px;flex-wrap:wrap;}
.sl-footer-inner a{color:#2ef7e7!important;font-weight:900;text-decoration:none;}

.sl-page-hero,.sl-content-hero{overflow:hidden!important;padding-top:clamp(54px,6vw,92px)!important;padding-bottom:clamp(44px,5vw,76px)!important;}
.sl-page-title{max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important;text-wrap:balance!important;}
.sl-services-hero{background:radial-gradient(circle at 80% 18%,rgba(255,210,31,.20),transparent 30%),radial-gradient(circle at 12% 70%,rgba(46,247,231,.14),transparent 34%),linear-gradient(135deg,#020712 0%,#020202 50%,#09201d 100%)!important;}
.sl-services-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr)!important;gap:clamp(24px,4vw,58px)!important;align-items:center!important;min-height:auto!important;}
.sl-services-copy{min-width:0!important;}
.sl-services-hero .sl-page-title{font-size:clamp(3.2rem,6.8vw,7.4rem)!important;line-height:.86!important;letter-spacing:.005em!important;margin:.18em 0!important;text-shadow:4px 4px 0 #000!important;}
.sl-services-hero .sl-page-title span{color:#ffd21f!important;text-shadow:5px 5px 0 #ff8a00!important;}
.sl-services-hero .sl-lead{max-width:850px!important;font-size:clamp(1rem,1.25vw,1.22rem)!important;line-height:1.65!important;margin-top:20px!important;}
.sl-service-hero-card{position:relative!important;max-width:100%!important;margin:0!important;align-self:center!important;border:1px solid rgba(46,247,231,.25)!important;border-radius:30px!important;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04))!important;padding:clamp(24px,3vw,40px)!important;box-shadow:14px 14px 0 rgba(255,138,0,.55),0 28px 80px rgba(0,0,0,.38)!important;overflow:visible!important;}
.sl-service-hero-card h3{font-size:clamp(2rem,3vw,4.2rem)!important;line-height:.9!important;color:#ffd21f!important;margin:18px 0 12px!important;text-shadow:3px 3px 0 #000!important;}
.sl-service-hero-card p{color:#e9f6f5!important;font-weight:750!important;line-height:1.6!important;}
.sl-service-badge{position:static!important;display:inline-flex!important;border-radius:999px!important;padding:9px 14px!important;background:#ff6a00!important;color:#050505!important;font-weight:1000!important;text-transform:uppercase!important;box-shadow:5px 5px 0 #000!important;}
.sl-list.compact li{margin:7px 0!important;}
.sl-service-offer-grid .sl-card{min-height:100%;}
.sl-pricing-model-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
.sl-pricing-model-card{border:1px solid rgba(224,173,34,.30)!important;border-radius:28px!important;padding:clamp(24px,3vw,36px)!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:0 24px 65px rgba(0,0,0,.28)!important;}
.sl-pricing-model-card.featured{border-color:rgba(46,247,231,.45)!important;background:radial-gradient(circle at 90% 10%,rgba(46,247,231,.12),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.028))!important;}
.sl-model-top{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:18px;}
.sl-model-label{display:inline-flex;border-radius:999px;background:#ffd21f;color:#050505;padding:7px 12px;font-weight:1000;text-transform:uppercase;}
.sl-model-top strong{font-size:clamp(1.5rem,2.4vw,2.6rem);line-height:1;color:#fff;text-transform:uppercase;}
.sl-algorithm-box,.sl-quote-note{border:1px solid rgba(46,247,231,.22);border-radius:22px;background:rgba(0,0,0,.28);padding:18px;margin:18px 0;}
.sl-algorithm-box h4,.sl-quote-note h3{color:#ffd21f;margin:0 0 8px;text-transform:uppercase;}
.sl-quote-note{margin-top:24px;}
.sl-service-list.improved{display:grid;gap:16px;}
.sl-service-item{display:flex;gap:15px;align-items:flex-start;padding:18px!important;}
.sl-service-item span{width:36px;height:36px;border-radius:999px;background:#2ef7e7;color:#00110f;display:inline-grid;place-items:center;flex:0 0 36px;font-weight:1000;}
.sl-quote-strip.improved{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.sl-quote-strip h2{font-size:clamp(2.2rem,4.8vw,5.2rem);line-height:.9;margin:0 0 8px!important;color:#050505!important;text-shadow:none!important;}
.sl-quote-strip p{font-weight:900;color:#071014!important;}
.sl-btn-dark{background:#050505!important;color:#fff!important;border-color:#050505!important;}

.sl-membership-hero{background:radial-gradient(circle at 16% 18%,rgba(46,247,231,.18),transparent 30%),radial-gradient(circle at 86% 16%,rgba(255,210,31,.22),transparent 32%),linear-gradient(135deg,#041118 0%,#030303 52%,#11140b 100%)!important;}
.sl-membership-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr)!important;gap:clamp(28px,5vw,70px)!important;align-items:center!important;}
.sl-membership-copy{min-width:0;}
.sl-membership-hero .sl-page-title,.sl-pricing-hero-new .sl-page-title{font-size:clamp(3.3rem,6.2vw,7.8rem)!important;line-height:.86!important;letter-spacing:.005em!important;margin:.18em 0!important;}
.sl-membership-hero .sl-page-title span,.sl-pricing-hero-new .sl-page-title span{color:#ffd21f!important;text-shadow:5px 5px 0 #ff8a00!important;}
.sl-membership-card{border:1px solid rgba(46,247,231,.35)!important;border-radius:34px!important;padding:clamp(26px,3.4vw,44px)!important;background:radial-gradient(circle at top right,rgba(46,247,231,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;box-shadow:14px 14px 0 rgba(23,201,195,.7),0 28px 80px rgba(0,0,0,.36)!important;}
.sl-membership-label{display:inline-flex;border-radius:999px;background:#ff6a00;color:#050505;padding:8px 12px;font-weight:1000;text-transform:uppercase;box-shadow:5px 5px 0 #000;}
.sl-membership-card strong{display:block;color:#ffd21f;font-size:clamp(4.5rem,8vw,8.5rem);line-height:.82;margin:24px 0 0;text-shadow:5px 5px 0 #000;}
.sl-membership-card em{display:block;color:#2ef7e7;font-style:normal;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px;}
.sl-membership-card p{color:#e8f5f4;font-weight:750;line-height:1.65;}
.sl-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.sl-flow-card,.sl-speaker-card{border:1px solid rgba(224,173,34,.26);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));padding:26px;box-shadow:9px 9px 0 #000;}
.sl-flow-card b{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#ffd21f;color:#050505;box-shadow:5px 5px 0 #000;margin-bottom:18px;}
.sl-flow-card h3,.sl-speaker-card h3{font-size:clamp(1.65rem,2.3vw,2.55rem)!important;line-height:.95!important;margin:0 0 12px!important;color:#ffd21f!important;text-transform:uppercase!important;}
.sl-flow-card p,.sl-speaker-card p{color:#dfeceb;line-height:1.65;font-weight:700;}
.sl-speaker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.sl-speaker-card span{font-size:2.4rem;display:block;margin-bottom:12px;}
.sl-speaker-card strong{display:inline-flex;margin-top:10px;border-radius:999px;background:rgba(46,247,231,.10);border:1px solid rgba(46,247,231,.28);color:#2ef7e7;padding:8px 12px;text-transform:uppercase;font-size:.84rem;}
.sl-track-card .sl-track-meta{color:#2ef7e7!important;font-weight:1000!important;text-transform:uppercase;letter-spacing:.03em;}
.sl-pricing-new-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.sl-price-large{font-size:clamp(2.3rem,4vw,4rem)!important;line-height:.9!important;font-weight:1000!important;color:#fff!important;margin:18px 0!important;}
.sl-align-center{align-items:center!important;}
.sl-mt{margin-top:24px!important;}

@media(max-width:1220px){
  .sl-main-header .sl-header-inner{grid-template-columns:auto auto;justify-content:space-between;}
  .sl-main-header .sl-nav{position:fixed;top:0;right:0;width:min(86vw,380px);height:100vh;display:block!important;background:#050b0c!important;border-left:1px solid rgba(46,247,231,.25)!important;box-shadow:-20px 0 70px rgba(0,0,0,.45)!important;padding:92px 22px 28px!important;transform:translateX(105%);transition:.25s ease;z-index:10000;}
  .sl-main-header .sl-nav.is-open{transform:translateX(0);}
  .sl-main-header .sl-menu{display:grid!important;gap:10px!important;border-radius:24px!important;background:transparent!important;border:0!important;padding:0!important;}
  .sl-main-header .sl-menu a{padding:14px 16px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.04)!important;}
  .sl-header-actions{display:none!important;}
  .sl-mobile-toggle{display:block!important;}
  .sl-menu-backdrop.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:9998;}
}
@media(max-width:1100px){
  .sl-services-hero-grid,.sl-membership-hero-grid,.sl-pricing-model-grid{grid-template-columns:1fr!important;}
  .sl-flow-grid,.sl-pricing-new-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sl-speaker-grid{grid-template-columns:1fr;}
  .sl-grid-4.sl-service-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  body.admin-bar .sl-main-header{top:46px;}
  .sl-main-header .sl-header-inner{width:min(100% - 24px,720px);padding:12px 0!important;}
  .sl-brand{min-width:0!important;}
  .sl-logo{width:58px!important;height:58px!important;border-radius:16px!important;}
  .sl-logo-text{font-size:1.15rem!important;}
  .sl-tagline{font-size:.75rem!important;}
  .sl-page-hero,.sl-content-hero{padding-top:42px!important;padding-bottom:42px!important;}
  .sl-services-hero .sl-page-title,.sl-membership-hero .sl-page-title,.sl-pricing-hero-new .sl-page-title{font-size:clamp(3rem,17vw,4.8rem)!important;line-height:.88!important;}
  .sl-hero-actions,.sl-quote-strip.improved{display:grid!important;}
  .sl-flow-grid,.sl-pricing-new-grid,.sl-grid-4.sl-service-offer-grid{grid-template-columns:1fr!important;}
  .sl-service-hero-card,.sl-membership-card{box-shadow:8px 8px 0 rgba(23,201,195,.65)!important;}
  .sl-footer-inner{display:grid;}
}


/* === v6.2.3 HEADER VISIBILITY HOTFIX: compact dark header + always-visible menu === */
html body.sl-site{
  margin:0!important;
  background:#000!important;
}
html body.sl-site .sl-main-header{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  z-index:9999!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:linear-gradient(180deg,#050505 0%,#030809 100%)!important;
  border-top:0!important;
  border-bottom:1px solid rgba(46,247,231,.35)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.42)!important;
  backdrop-filter:blur(12px)!important;
}
body.admin-bar .sl-main-header{top:32px!important;}
html body.sl-site .sl-main-header .sl-header-inner{
  width:min(100% - 42px,1620px)!important;
  min-height:0!important;
  height:auto!important;
  margin:0 auto!important;
  padding:11px 0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"brand nav action"!important;
  align-items:center!important;
  justify-content:normal!important;
  gap:22px!important;
}
html body.sl-site .sl-main-header .sl-brand{
  grid-area:brand!important;
  min-width:230px!important;
  max-width:320px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
}
html body.sl-site .sl-main-header .sl-logo{
  width:70px!important;
  height:70px!important;
  flex:0 0 70px!important;
  object-fit:contain!important;
  margin:0!important;
}
html body.sl-site .sl-main-header .sl-logo-text{
  font-size:clamp(1.18rem,1.35vw,1.68rem)!important;
  line-height:.92!important;
  white-space:nowrap!important;
}
html body.sl-site .sl-main-header .sl-tagline{
  font-size:.88rem!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body.sl-site .sl-main-header .sl-nav{
  grid-area:nav!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  translate:none!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  visibility:visible!important;
  opacity:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body.sl-site .sl-main-header .sl-menu{
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:6px!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  list-style:none!important;
  overflow:visible!important;
  border:1px solid rgba(46,247,231,.28)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.64)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 28px rgba(46,247,231,.10)!important;
}
html body.sl-site .sl-main-header .sl-menu li{margin:0!important;padding:0!important;}
html body.sl-site .sl-main-header .sl-menu a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 13px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#fff!important;
  font-size:clamp(.72rem,.78vw,.86rem)!important;
  font-weight:1000!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
html body.sl-site .sl-main-header .sl-menu a:hover,
html body.sl-site .sl-main-header .sl-menu .current-menu-item>a,
html body.sl-site .sl-main-header .sl-menu .current_page_item>a{
  background:linear-gradient(135deg,#ffd21f 0%,#ff9f1c 100%)!important;
  color:#050505!important;
  box-shadow:4px 4px 0 #17c9c3!important;
}
html body.sl-site .sl-header-actions{
  grid-area:action!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  margin:0!important;
  padding:0!important;
}
html body.sl-site .sl-book-btn{
  min-height:48px!important;
  padding:13px 20px!important;
  border-radius:999px!important;
  font-size:.86rem!important;
  white-space:nowrap!important;
}
html body.sl-site .sl-mobile-toggle,
html body.sl-site .sl-menu-backdrop{
  display:none!important;
  visibility:hidden!important;
}
html body.sl-site .sl-main{
  background:#061015!important;
}
@media(max-width:1320px){
  html body.sl-site .sl-main-header .sl-header-inner{
    grid-template-columns:auto auto!important;
    grid-template-areas:"brand action" "nav nav"!important;
    row-gap:10px!important;
    padding:10px 0 12px!important;
  }
  html body.sl-site .sl-main-header .sl-nav{justify-content:center!important;}
  html body.sl-site .sl-main-header .sl-menu{
    flex-wrap:wrap!important;
    border-radius:28px!important;
    row-gap:6px!important;
  }
  html body.sl-site .sl-main-header .sl-menu a{min-height:36px!important;padding:9px 12px!important;}
}
@media(max-width:760px){
  body.admin-bar .sl-main-header{top:46px!important;}
  html body.sl-site .sl-main-header .sl-header-inner{
    width:min(100% - 22px,720px)!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"brand" "nav" "action"!important;
    justify-items:start!important;
    gap:10px!important;
  }
  html body.sl-site .sl-main-header .sl-brand{min-width:0!important;max-width:100%!important;}
  html body.sl-site .sl-main-header .sl-logo{width:56px!important;height:56px!important;flex-basis:56px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:1.08rem!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.74rem!important;}
  html body.sl-site .sl-main-header .sl-nav{width:100%!important;justify-content:flex-start!important;}
  html body.sl-site .sl-main-header .sl-menu{
    width:100%!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    flex-wrap:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  html body.sl-site .sl-main-header .sl-menu::-webkit-scrollbar{display:none!important;}
  html body.sl-site .sl-header-actions{width:100%!important;justify-content:flex-start!important;}
  html body.sl-site .sl-book-btn{min-height:44px!important;padding:11px 16px!important;font-size:.8rem!important;}
}

/* Swahili Lab membership, profiles, teacher marketplace v6.3.0 */
.sl-profile-btn{background:transparent;color:var(--sl-cyan);border:1px solid rgba(103,255,242,.55);box-shadow:none}.sl-profile-btn:hover{background:var(--sl-cyan);color:#000}.sl-market-launch{position:relative;overflow:hidden}.sl-market-launch:before{content:"";position:absolute;inset:-20% -10% auto auto;width:420px;height:420px;border-radius:999px;background:rgba(255,210,31,.16);filter:blur(70px)}.sl-market-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:22px;position:relative}.sl-market-card{border:1px solid rgba(103,255,242,.22);border-radius:30px;background:linear-gradient(145deg,rgba(17,24,39,.92),rgba(0,0,0,.92));padding:30px;box-shadow:0 18px 55px rgba(0,0,0,.35)}.sl-market-card.highlight{box-shadow:8px 8px 0 rgba(23,201,195,.65),0 0 45px rgba(23,201,195,.18)}.sl-market-card h2{margin:.15em 0;color:var(--sl-yellow);font-weight:1000;line-height:1;text-transform:uppercase;font-size:clamp(1.8rem,3vw,3.5rem)}.sl-market-card p{color:#d1d5db;font-weight:650}.sl-paywall{border:1px solid rgba(103,255,242,.28);border-radius:36px;background:radial-gradient(circle at top right,rgba(255,210,31,.18),transparent 30%),linear-gradient(145deg,#101827,#000);padding:clamp(28px,5vw,56px);box-shadow:0 0 65px rgba(23,201,195,.2)}.sl-profile-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:start}.sl-profile-intro{position:sticky;top:130px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));border-radius:30px;padding:30px}.sl-profile-lock,.sl-selected-teacher{display:inline-flex;align-items:center;gap:8px;margin-top:16px;border:1px solid rgba(103,255,242,.35);border-radius:999px;padding:9px 14px;color:var(--sl-cyan);font-weight:900;background:rgba(23,201,195,.08)}.sl-profile-form,.sl-broadcast-form{border:1px solid rgba(103,255,242,.22);border-radius:30px;background:#050505;padding:28px;box-shadow:7px 7px 0 rgba(255,106,0,.32)}.sl-form label{display:grid;gap:8px;color:#fff;font-weight:900}.sl-form input,.sl-form select,.sl-form textarea{border:1px solid rgba(103,255,242,.22);background:#070b10;color:#fff;border-radius:16px;padding:13px 14px;outline:none}.sl-form input:focus,.sl-form select:focus,.sl-form textarea:focus{border-color:var(--sl-cyan);box-shadow:0 0 0 4px rgba(23,201,195,.14)}.sl-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sl-alert{width:min(100% - 32px,1440px);margin:20px auto;border-radius:18px;padding:14px 18px;font-weight:900}.sl-alert-success{background:rgba(23,201,195,.12);border:1px solid rgba(103,255,242,.45);color:var(--sl-cyan)}.sl-alert-error{background:rgba(239,47,36,.12);border:1px solid rgba(239,47,36,.55);color:#fecaca}.sl-terms-stack{display:grid;gap:10px;margin:24px 0}.sl-terms-stack span{display:flex;justify-content:space-between;gap:15px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:16px;padding:12px 14px;color:#d1d5db}.sl-terms-stack strong{color:var(--sl-yellow)}.sl-community-panel{border:1px solid rgba(103,255,242,.22);border-radius:34px;background:linear-gradient(135deg,rgba(3,7,18,.92),rgba(0,0,0,.92));padding:clamp(24px,4vw,44px)}.sl-member-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid rgba(103,255,242,.22);border-radius:34px;background:radial-gradient(circle at 70% 10%,rgba(255,210,31,.16),transparent 34%),#050505;padding:clamp(26px,4vw,48px)}.sl-teacher-directory,.sl-need-board{display:grid;gap:22px}.sl-teacher-card,.sl-need-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;border:1px solid rgba(103,255,242,.2);border-radius:28px;background:linear-gradient(145deg,#0b0f18,#020202);padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.25)}.sl-need-card{grid-template-columns:1fr}.sl-teacher-avatar{width:70px;height:70px;display:grid;place-items:center;border-radius:24px;background:var(--sl-yellow);font-size:2rem;box-shadow:5px 5px 0 rgba(23,201,195,.65)}.sl-teacher-card h3,.sl-need-card h3{margin:0;color:var(--sl-yellow);text-transform:uppercase;font-weight:1000}.sl-teacher-card p,.sl-need-card p{margin:.4rem 0 0;color:#d1d5db}.sl-teacher-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.sl-teacher-meta span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:999px;padding:7px 10px;color:#cbd5e1;font-size:.9rem}.sl-teacher-meta b{color:var(--sl-cyan)}.sl-inline-form{display:flex;justify-content:flex-end}.sl-price-large{font-size:clamp(2.4rem,4vw,4rem);font-weight:1000;color:var(--sl-cyan);line-height:1;margin:.3rem 0}.sl-membership-card p strong{color:var(--sl-cyan)}
@media (max-width:1200px){.sl-market-grid,.sl-profile-grid{grid-template-columns:1fr}.sl-profile-intro{position:relative;top:auto}.sl-teacher-card{grid-template-columns:1fr}.sl-inline-form{justify-content:flex-start}.sl-member-hero{align-items:flex-start;flex-direction:column}.sl-header-actions .sl-profile-btn{display:none}}
@media (max-width:760px){.sl-form-row{grid-template-columns:1fr}.sl-market-card,.sl-profile-form,.sl-profile-intro,.sl-paywall{padding:22px}.sl-teacher-avatar{width:58px;height:58px}.sl-terms-stack span{display:block}.sl-page-title{font-size:clamp(2.5rem,14vw,4rem)}}


/* === v6.3.1 PROFESSIONAL RESPONSIVE HEADER + MENU FIX ===
   Purpose: prevent the desktop menu from collapsing into the ugly vertical panel shown on medium/zoomed screens.
   Desktop/tablet = clean horizontal navigation. Small mobile = proper off-canvas drawer only when opened. */
html body.sl-site{overflow-x:hidden!important;}
html body.sl-site .sl-main-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  width:100%!important;
  background:linear-gradient(180deg,#050606 0%,#020607 100%)!important;
  border-bottom:1px solid rgba(46,247,231,.30)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.48)!important;
  backdrop-filter:blur(14px)!important;
  overflow:visible!important;
}
body.admin-bar .sl-main-header{top:32px!important;}
html body.sl-site .sl-main-header .sl-header-inner{
  width:min(100% - 40px,1660px)!important;
  margin:0 auto!important;
  padding:14px 0!important;
  min-height:98px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"brand nav action"!important;
  align-items:center!important;
  gap:clamp(14px,1.7vw,30px)!important;
}
html body.sl-site .sl-main-header .sl-brand{
  grid-area:brand!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:240px!important;
  max-width:340px!important;
  margin:0!important;
  padding:0!important;
  text-decoration:none!important;
}
html body.sl-site .sl-main-header .sl-logo{
  width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  object-fit:contain!important;
  border-radius:22px!important;
}
html body.sl-site .sl-main-header .sl-brand-copy{display:grid!important;line-height:1!important;gap:4px!important;}
html body.sl-site .sl-main-header .sl-logo-text{font-size:clamp(1.15rem,1.35vw,1.7rem)!important;white-space:nowrap!important;line-height:.88!important;}
html body.sl-site .sl-main-header .sl-tagline{font-size:.86rem!important;white-space:nowrap!important;line-height:1!important;}
html body.sl-site .sl-main-header .sl-nav{
  grid-area:nav!important;
  position:static!important;
  inset:auto!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
  translate:none!important;
  opacity:1!important;
  visibility:visible!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body.sl-site .sl-main-header .sl-menu{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:7px!important;
  list-style:none!important;
  overflow:visible!important;
  border:1px solid rgba(46,247,231,.32)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.58)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 0 26px rgba(46,247,231,.10)!important;
}
html body.sl-site .sl-main-header .sl-menu>li{
  flex:0 0 auto!important;
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
html body.sl-site .sl-main-header .sl-menu>li>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  min-height:40px!important;
  padding:10px 13px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#f9fbfb!important;
  font-size:clamp(.68rem,.74vw,.84rem)!important;
  font-weight:1000!important;
  line-height:1!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
html body.sl-site .sl-main-header .sl-menu>li>a:hover,
html body.sl-site .sl-main-header .sl-menu>.current-menu-item>a,
html body.sl-site .sl-main-header .sl-menu>.current_page_item>a{
  background:linear-gradient(135deg,#ffd21f 0%,#ff9f1c 100%)!important;
  color:#050505!important;
  box-shadow:4px 4px 0 #17c9c3!important;
}
html body.sl-site .sl-header-actions{
  grid-area:action!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}
html body.sl-site .sl-book-btn,
html body.sl-site .sl-profile-btn{
  min-height:48px!important;
  padding:13px 18px!important;
  border-radius:999px!important;
  font-size:.82rem!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body.sl-site .sl-mobile-toggle,
html body.sl-site .sl-menu-backdrop{display:none!important;visibility:hidden!important;}
html body.sl-site.sl-no-scroll{overflow:hidden!important;}

/* Medium screens / browser zoom: keep the menu horizontal; put it on its own row and allow smooth scroll, never stack vertically. */
@media (max-width:1380px){
  html body.sl-site .sl-main-header .sl-header-inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand action" "nav nav"!important;
    row-gap:12px!important;
    min-height:0!important;
    padding:12px 0 14px!important;
  }
  html body.sl-site .sl-main-header .sl-brand{min-width:0!important;max-width:100%!important;}
  html body.sl-site .sl-main-header .sl-nav{width:100%!important;justify-content:center!important;}
  html body.sl-site .sl-main-header .sl-menu{
    width:100%!important;
    justify-content:center!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    flex-wrap:nowrap!important;
    border-radius:999px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  html body.sl-site .sl-main-header .sl-menu::-webkit-scrollbar{display:none!important;}
  html body.sl-site .sl-main-header .sl-menu>li>a{padding:10px 12px!important;}
}

@media (max-width:920px){
  body.admin-bar .sl-main-header{top:46px!important;}
  html body.sl-site .sl-main-header .sl-header-inner{
    width:min(100% - 24px,880px)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand action"!important;
    min-height:82px!important;
    padding:10px 0!important;
  }
  html body.sl-site .sl-main-header .sl-logo{width:58px!important;height:58px!important;flex-basis:58px!important;border-radius:17px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:1.1rem!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.72rem!important;}
  html body.sl-site .sl-header-actions{padding-right:58px!important;}
  html body.sl-site .sl-header-actions .sl-profile-btn{display:none!important;}
  html body.sl-site .sl-book-btn{min-height:42px!important;padding:11px 14px!important;font-size:.78rem!important;}
  html body.sl-site .sl-mobile-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    position:fixed!important;
    top:calc(16px + var(--wp-admin--admin-bar--height,0px))!important;
    right:16px!important;
    z-index:10002!important;
    width:46px!important;
    height:46px!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:4px!important;
    padding:0!important;
    border:1px solid rgba(46,247,231,.48)!important;
    border-radius:15px!important;
    background:#050b0c!important;
    box-shadow:0 10px 30px rgba(0,0,0,.45)!important;
  }
  html body.sl-site .sl-mobile-toggle span{display:block!important;width:22px!important;height:3px!important;background:#fff!important;border-radius:999px!important;margin:0!important;transition:.2s ease!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(2){opacity:0!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}
  html body.sl-site .sl-main-header .sl-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    width:min(86vw,390px)!important;
    max-width:390px!important;
    height:100dvh!important;
    padding:88px 22px 28px!important;
    display:block!important;
    background:linear-gradient(180deg,#050b0c,#020303)!important;
    border-left:1px solid rgba(46,247,231,.30)!important;
    box-shadow:-22px 0 70px rgba(0,0,0,.58)!important;
    transform:translateX(110%)!important;
    transition:transform .24s ease!important;
    overflow-y:auto!important;
    z-index:10001!important;
  }
  html body.sl-site .sl-main-header .sl-nav.is-open{transform:translateX(0)!important;}
  html body.sl-site .sl-main-header .sl-menu{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body.sl-site .sl-main-header .sl-menu>li>a{
    width:100%!important;
    min-height:48px!important;
    justify-content:flex-start!important;
    padding:0 16px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.055)!important;
    font-size:.9rem!important;
  }
  html body.sl-site .sl-menu-backdrop.is-open{
    display:block!important;
    visibility:visible!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(0,0,0,.66)!important;
    z-index:10000!important;
  }
}

@media (max-width:520px){
  html body.sl-site .sl-main-header .sl-brand{gap:10px!important;}
  html body.sl-site .sl-main-header .sl-logo{width:52px!important;height:52px!important;flex-basis:52px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:.98rem!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.68rem!important;}
  html body.sl-site .sl-book-btn{display:none!important;}
  html body.sl-site .sl-header-actions{padding-right:54px!important;}
}


/* v6.3.2 single product polish + course access wording */
.single-product .woocommerce-notices-wrapper,.single-product .entry-summary,.single-product .product,.single-product div.product{color:#fff;}
.single-product .sl-main .site-main,.single-product .sl-main{background:linear-gradient(135deg,#071018,#020202 58%,#0c1713)!important;}
.single-product .woocommerce-breadcrumb{display:none!important;}
.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:34px;align-items:start;width:min(100% - 36px,1380px);margin:0 auto;padding:clamp(30px,5vw,64px) 0 70px;}
.single-product .woocommerce div.product div.images,.single-product .woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important;}
.single-product .woocommerce div.product div.images{position:sticky;top:130px;border:1px solid rgba(46,247,231,.26);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));padding:18px;box-shadow:0 20px 60px rgba(0,0,0,.32);}
.single-product .woocommerce div.product div.images img{border-radius:24px;}
.single-product .product .product_title{font-size:clamp(2.6rem,5.8vw,5.2rem)!important;line-height:.9!important;letter-spacing:-.05em!important;margin:.08em 0 .2em!important;color:#ffd21f!important;text-transform:uppercase!important;text-shadow:4px 4px 0 #ff8a00,8px 8px 0 #000!important;}
.single-product .product .price{font-size:clamp(2rem,3vw,3rem)!important;color:#2ef7e7!important;font-weight:1000!important;}
.single-product .woocommerce-product-details__short-description{border:1px solid rgba(46,247,231,.24);border-radius:26px;background:rgba(255,255,255,.04);padding:20px 22px;margin:18px 0 22px;}
.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0;}
.single-product .quantity{display:none!important;}
.single-product .single_add_to_cart_button.button{border-radius:999px!important;padding:16px 28px!important;background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#050505!important;font-weight:1000!important;box-shadow:7px 7px 0 #17c9c3!important;}
.single-product .product_meta{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);color:#cbd5e1;}
.single-product .woocommerce-tabs{width:min(100% - 36px,1380px);margin:0 auto 80px;}
.single-product .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;padding:0!important;border-bottom:none!important;}
.single-product .woocommerce-tabs ul.tabs li{border:1px solid rgba(46,247,231,.22)!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;padding:0!important;margin:0!important;}
.single-product .woocommerce-tabs ul.tabs li a{color:#fff!important;font-weight:1000!important;padding:12px 18px!important;}
.single-product .woocommerce-tabs ul.tabs li.active{background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;}
.single-product .woocommerce-tabs ul.tabs li.active a{color:#050505!important;}
.single-product .woocommerce-Tabs-panel{border:1px solid rgba(46,247,231,.22);border-radius:30px;background:rgba(255,255,255,.03);padding:24px 26px!important;}
@media(max-width:980px){.single-product .woocommerce div.product{grid-template-columns:1fr;}.single-product .woocommerce div.product div.images{position:relative;top:auto;}}


/* v6.3.5 courses CTA visibility fix */
.sl-course-cta-band{background:linear-gradient(135deg,#0e4b43 0%,#13806f 38%,#ff9f1c 100%)!important;position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);}
.sl-course-cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(255,210,31,.24),transparent 26%),radial-gradient(circle at 88% 80%,rgba(0,0,0,.18),transparent 30%);pointer-events:none;}
.sl-course-cta-band .sl-container{position:relative;z-index:1;}
.sl-course-cta-band .sl-quote-strip h2{color:#fff!important;text-shadow:4px 4px 0 rgba(0,0,0,.28)!important;}
.sl-course-cta-band .sl-quote-strip p{color:#f7fffd!important;max-width:780px!important;}
.sl-course-cta-band .sl-btn-dark{background:#050505!important;color:#fff!important;box-shadow:7px 7px 0 rgba(255,255,255,.55)!important;border-radius:999px!important;padding:16px 24px!important;}
.sl-course-cta-band .sl-btn-dark:hover{background:#111!important;color:#fff!important;}


/* v6.3.5 services hero overlap + locked community link */
.sl-services-hero{overflow:hidden!important;}
.sl-services-hero-grid{grid-template-columns:minmax(0,.96fr) minmax(380px,.62fr)!important;gap:clamp(36px,5vw,76px)!important;align-items:center!important;}
.sl-services-copy{position:relative!important;z-index:1!important;max-width:980px!important;}
.sl-services-title{display:grid!important;gap:.02em!important;max-width:960px!important;font-size:clamp(3.2rem,5.15vw,6.35rem)!important;line-height:.82!important;letter-spacing:-.035em!important;margin-top:.22em!important;overflow:visible!important;}
.sl-services-title span,.sl-services-title small,.sl-services-title b{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;}
.sl-services-title span{color:#ffd21f!important;text-shadow:5px 5px 0 #ff8a00,9px 9px 0 #000!important;}
.sl-services-title small{font-size:.90em!important;color:#fff!important;text-shadow:5px 5px 0 #000!important;}
.sl-services-title b{font-size:.78em!important;color:#fff!important;text-shadow:4px 4px 0 #000!important;font-weight:1000!important;}
.sl-service-hero-card{position:relative!important;z-index:2!important;margin-left:0!important;max-width:620px!important;justify-self:end!important;}
.sl-service-hero-card h3{font-size:clamp(2rem,2.8vw,3.95rem)!important;line-height:.96!important;}
.sl-main-header .sl-menu a[href*="swahili-lab-course-access"],.sl-main-header .sl-menu a[href*="learner-membership"]{border:1px solid rgba(255,210,31,.28)!important;}
@media(max-width:1180px){.sl-services-hero-grid{grid-template-columns:1fr!important;}.sl-service-hero-card{justify-self:start!important;max-width:820px!important;}.sl-services-title{font-size:clamp(3.1rem,10vw,6rem)!important;}}
@media(max-width:680px){.sl-services-title{font-size:clamp(2.7rem,14vw,4.45rem)!important;}.sl-service-hero-card{border-radius:24px!important;}.sl-service-hero-card h3{font-size:clamp(2rem,10vw,3.2rem)!important;}}


/* v6.3.5 professional mobile responsiveness + no text shadows */
html{overflow-x:hidden!important;-webkit-text-size-adjust:100%;}
body.sl-site{font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;overflow-x:hidden!important;}
body.sl-no-scroll{overflow:hidden!important;touch-action:none!important;}
body.sl-site *,body.sl-site *::before,body.sl-site *::after{text-shadow:none!important;}
body.sl-site h1,body.sl-site h2,body.sl-site h3,body.sl-site h4,body.sl-site h5,body.sl-site h6,
body.sl-site .sl-title,body.sl-site .sl-page-title,body.sl-site .sl-heading,body.sl-site .sl-logo-text,
body.sl-site .sl-card h3,body.sl-site .sl-service-hero-card h3,body.sl-site .sl-home-v3-card h3,
body.sl-site .sl-quote-strip h2,body.sl-site .sl-membership-card strong{
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-shadow:none!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
body.sl-site p,body.sl-site li,body.sl-site a,body.sl-site button,body.sl-site input,body.sl-site textarea,body.sl-site select{
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
}

/* Make the header/menu live above every layer */
.sl-main-header,.sl-header{
  position:sticky!important;
  top:0!important;
  z-index:2147482000!important;
  isolation:isolate!important;
}
body.admin-bar .sl-main-header,body.admin-bar .sl-header{top:32px!important;}
.sl-mobile-toggle{
  z-index:2147483646!important;
  pointer-events:auto!important;
}
.sl-menu-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  background:rgba(0,0,0,.66)!important;
  backdrop-filter:blur(6px)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .22s ease!important;
}
.sl-menu-backdrop.is-open{opacity:1!important;pointer-events:auto!important;}
.sl-main{position:relative!important;z-index:1!important;}

/* Desktop remains clean and horizontal */
@media (min-width:1181px){
  .sl-main-header .sl-header-inner{
    min-height:96px!important;
  }
  .sl-main-header .sl-nav{
    position:static!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    height:auto!important;
    width:auto!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .sl-main-header .sl-menu{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
  }
}

/* Tablet and mobile: fixed off-canvas drawer above all content */
@media (max-width:1180px){
  body.admin-bar .sl-main-header,body.admin-bar .sl-header{top:0!important;}
  .sl-main-header .sl-header-inner{
    width:100%!important;
    min-height:76px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:10px 14px!important;
  }
  .sl-brand{
    min-width:0!important;
    max-width:calc(100vw - 92px)!important;
    gap:10px!important;
  }
  .sl-logo{
    width:52px!important;
    height:52px!important;
    border-radius:16px!important;
    flex:0 0 auto!important;
  }
  .sl-brand-copy{min-width:0!important;}
  .sl-logo-text{
    display:block!important;
    max-width:210px!important;
    font-size:clamp(1rem,4.6vw,1.28rem)!important;
    line-height:1.04!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .sl-tagline{
    display:block!important;
    font-size:clamp(.72rem,3.1vw,.9rem)!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .sl-header-actions{display:none!important;}
  .sl-mobile-toggle{
    display:inline-grid!important;
    place-items:center!important;
    position:fixed!important;
    right:14px!important;
    top:14px!important;
    width:50px!important;
    height:50px!important;
    padding:0!important;
    border-radius:16px!important;
    background:#050505!important;
    border:1px solid rgba(103,255,242,.55)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.45)!important;
    cursor:pointer!important;
  }
  body.admin-bar .sl-mobile-toggle{top:54px!important;}
  .sl-mobile-toggle span{
    display:block!important;
    width:25px!important;
    height:2px!important;
    margin:3px 0!important;
    border-radius:99px!important;
    background:#fff!important;
    transition:transform .2s ease,opacity .2s ease!important;
  }
  .sl-mobile-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
  .sl-mobile-toggle.is-active span:nth-child(2){opacity:0!important;}
  .sl-mobile-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}
  .sl-main-header .sl-nav,.sl-nav{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:2147483500!important;
    width:min(86vw,380px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    padding:96px 18px 24px!important;
    margin:0!important;
    border-radius:0!important;
    border-left:1px solid rgba(103,255,242,.35)!important;
    background:linear-gradient(180deg,#050a0d 0%,#030303 100%)!important;
    box-shadow:-22px 0 70px rgba(0,0,0,.78)!important;
    transform:translateX(108%)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    transition:transform .26s ease!important;
  }
  body.admin-bar .sl-main-header .sl-nav,body.admin-bar .sl-nav{
    padding-top:128px!important;
  }
  .sl-main-header .sl-nav.is-open,.sl-nav.is-open{
    transform:translateX(0)!important;
    pointer-events:auto!important;
  }
  .sl-main-header .sl-menu,.sl-nav .sl-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    list-style:none!important;
  }
  .sl-main-header .sl-menu li,.sl-nav .sl-menu li{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .sl-main-header .sl-menu a,.sl-nav .sl-menu a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:48px!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.09)!important;
    color:#fff!important;
    font-size:.96rem!important;
    font-weight:850!important;
    letter-spacing:.02em!important;
    text-align:left!important;
    text-transform:uppercase!important;
    white-space:normal!important;
    box-shadow:none!important;
  }
  .sl-main-header .sl-menu a:hover,.sl-main-header .sl-menu .current-menu-item>a,.sl-main-header .sl-menu .current_page_item>a,
  .sl-nav .sl-menu a:hover,.sl-nav .sl-menu .current-menu-item>a,.sl-nav .sl-menu .current_page_item>a{
    background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;
    color:#050505!important;
    box-shadow:none!important;
  }
}

/* Small phones: reduce type, spacing, and avoid cutoffs */
@media (max-width:760px){
  :root{--sl-container:min(100% - 28px, 100%)!important;}
  .sl-section,.sl-page-hero,.sl-content-hero,.sl-home-map-section{
    padding-left:14px!important;
    padding-right:14px!important;
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  .sl-page-title,.sl-content-hero h1,.sl-services-hero .sl-page-title,
  .sl-membership-hero .sl-page-title,.sl-pricing-hero-new .sl-page-title{
    font-size:clamp(2.25rem,11vw,3.65rem)!important;
    line-height:1.02!important;
    letter-spacing:-.03em!important;
    margin:.2em 0!important;
  }
  .sl-title,.sl-home-v3 h1{
    font-size:clamp(2.6rem,13vw,4.4rem)!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }
  .sl-heading,.sl-quote-strip h2{
    font-size:clamp(2rem,10vw,3.2rem)!important;
    line-height:1.05!important;
    letter-spacing:-.03em!important;
  }
  .sl-lead,.sl-lead-small,.sl-page-hero .sl-container>p,.sl-content-hero p{
    font-size:1rem!important;
    line-height:1.62!important;
  }
  .sl-grid,.sl-grid-2,.sl-grid-3,.sl-grid-4,.sl-pricing-new-grid,.sl-pricing-model-grid,
  .sl-market-grid,.sl-profile-grid,.sl-flow-grid,.sl-speaker-grid,.sl-home-v3-card-grid,
  .sl-home-v3-media-row,.sl-service-offer-grid,.sl-services-hero-grid,.sl-membership-hero-grid,
  .sl-stable-map .sl-live-map-body,.sl-map-intro{
    grid-template-columns:1fr!important;
  }
  .sl-card,.sl-market-card,.sl-service-item,.sl-profile-form,.sl-broadcast-form,.sl-paywall,.sl-community-panel{
    padding:20px!important;
    border-radius:22px!important;
  }
  .sl-hero-actions,.sl-action-row,.sl-btn-row,.sl-repo-lock-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .sl-btn,.wp-block-button__link,input[type=submit]{
    width:100%!important;
    justify-content:center!important;
    border-radius:999px!important;
    padding:14px 18px!important;
    box-shadow:none!important;
  }
  .sl-main-header .sl-nav,.sl-nav{width:min(92vw,360px)!important;}
  .sl-logo-text{max-width:176px!important;}
  .sl-tagline{max-width:176px!important;}
}

/* Very small Android/iPhone widths */
@media (max-width:420px){
  .sl-main-header .sl-header-inner{padding:9px 10px!important;}
  .sl-logo{width:46px!important;height:46px!important;}
  .sl-logo-text{max-width:150px!important;font-size:.98rem!important;}
  .sl-tagline{max-width:150px!important;font-size:.72rem!important;}
  .sl-mobile-toggle{right:10px!important;top:10px!important;width:46px!important;height:46px!important;}
  body.admin-bar .sl-mobile-toggle{top:52px!important;}
  .sl-main-header .sl-nav,.sl-nav{width:94vw!important;padding-left:14px!important;padding-right:14px!important;}
}


/* ============================================================
   Swahili Lab v6.4.5 — Future-ready 2045 professional UI pass
   Goals: hardened mobile navigation, readable professional type,
   zero text-shadow dependency, responsive layouts, safer tap targets.
   ============================================================ */

:root{
  --sl-bg:#05080d!important;
  --sl-surface:#0b1118!important;
  --sl-surface-2:#111a24!important;
  --sl-border:rgba(103,255,242,.18)!important;
  --sl-soft-border:rgba(255,255,255,.10)!important;
  --sl-text:#f8fafc!important;
  --sl-text-muted:#cbd5e1!important;
  --sl-accent:#20e3d2!important;
  --sl-gold:#f6c343!important;
  --sl-orange-2:#ff8a00!important;
  --sl-container:min(100% - 32px, 1440px)!important;
  --sl-radius:22px!important;
  --sl-shadow-soft:0 18px 60px rgba(0,0,0,.32)!important;
}

/* Global professional typography reset */
html{font-size:16px!important;-webkit-text-size-adjust:100%!important;}
body.sl-site,body{
  background:var(--sl-bg)!important;
  color:var(--sl-text)!important;
  font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  line-height:1.62!important;
  text-rendering:optimizeLegibility!important;
  -webkit-font-smoothing:antialiased!important;
  overflow-x:hidden!important;
}
body.sl-no-scroll{overflow:hidden!important;touch-action:none!important;}
*,*::before,*::after{
  text-shadow:none!important;
}
h1,h2,h3,h4,h5,h6,
.sl-title,.sl-heading,.sl-page-title,.sl-content-hero h1,
.sl-home-v3 h1,.sl-home-v3-card h3,.sl-home-v3-media-row strong,
.sl-logo-text,.sl-card h3,.sl-service-item h3,.sl-membership-card strong,
.sl-service-hero-card h3,.sl-quote-strip h2{
  font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
  line-height:1.02!important;
  text-shadow:none!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
p,li,span,a,button,input,textarea,select,label{
  font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
}
.sl-lead,.sl-lead-small,.sl-page-hero .sl-container>p,.sl-content-hero p{
  color:var(--sl-text-muted)!important;
  max-width:820px!important;
}
img,video,iframe,svg{max-width:100%!important;height:auto;}

/* Future-ready header shell */
.sl-main-header,.sl-header{
  position:sticky!important;
  top:0!important;
  z-index:1000000!important;
  background:rgba(5,8,13,.94)!important;
  border-bottom:1px solid rgba(103,255,242,.18)!important;
  backdrop-filter:blur(18px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.2)!important;
  box-shadow:0 10px 36px rgba(0,0,0,.36)!important;
}
body.admin-bar .sl-main-header, body.admin-bar .sl-header{top:32px!important;}
.sl-main-header .sl-header-inner{
  width:min(100% - 32px,1560px)!important;
  min-height:86px!important;
  padding:12px 0!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:24px!important;
  align-items:center!important;
}
.sl-brand{min-width:0!important;display:flex!important;align-items:center!important;gap:12px!important;}
.sl-logo{
  width:64px!important;height:64px!important;
  border-radius:18px!important;
  object-fit:contain!important;
  box-shadow:none!important;
  border:1px solid rgba(103,255,242,.22)!important;
  background:#05080d!important;
}
.sl-brand-copy{min-width:0!important;display:block!important;}
.sl-logo-text{
  font-size:clamp(1.08rem,1.3vw,1.45rem)!important;
  line-height:1!important;
  color:var(--sl-gold)!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}
.sl-tagline{
  display:block!important;
  margin-top:3px!important;
  color:var(--sl-accent)!important;
  font-size:.86rem!important;
  font-weight:780!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

/* Desktop nav: clean capsule */
.sl-main-header .sl-nav{
  position:relative!important;
  display:flex!important;
  justify-content:center!important;
  min-width:0!important;
  z-index:1000001!important;
}
.sl-main-header .sl-menu{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:7px!important;
  list-style:none!important;
  border:1px solid rgba(103,255,242,.18)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
}
.sl-main-header .sl-menu::-webkit-scrollbar{display:none!important;}
.sl-main-header .sl-menu a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 13px!important;
  border-radius:999px!important;
  color:#f8fafc!important;
  background:transparent!important;
  font-size:.78rem!important;
  font-weight:820!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  border:0!important;
}
.sl-main-header .sl-menu a:hover,
.sl-main-header .sl-menu .current-menu-item>a,
.sl-main-header .sl-menu .current_page_item>a{
  color:#061014!important;
  background:linear-gradient(135deg,var(--sl-gold),var(--sl-orange-2))!important;
  box-shadow:none!important;
}
.sl-header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:0!important;
}
.sl-header-actions .sl-btn{
  width:auto!important;
  min-height:46px!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  box-shadow:none!important;
  border:1px solid rgba(255,255,255,.16)!important;
  font-size:.86rem!important;
  white-space:nowrap!important;
}
.sl-book-btn{
  background:linear-gradient(135deg,var(--sl-gold),var(--sl-orange-2))!important;
  color:#061014!important;
}

/* Buttons and cards: professional, no comic shadows */
.sl-btn,.wp-block-button__link,input[type=submit],button{
  box-shadow:none!important;
}
.sl-btn,.wp-block-button__link,input[type=submit]{
  border-radius:999px!important;
  min-height:46px!important;
  font-weight:830!important;
  letter-spacing:.02em!important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease!important;
}
.sl-btn:hover,.wp-block-button__link:hover,input[type=submit]:hover{
  transform:translateY(-1px)!important;
}
.sl-card,.sl-market-card,.sl-pricing-model-card,.sl-service-item,.sl-membership-card,
.sl-service-hero-card,.sl-profile-form,.sl-broadcast-form,.sl-community-panel,.sl-paywall,
.sl-home-v3-card,.sl-home-v3-media-row article,.sl-topic-card,.sl-file-card,.sl-folder-panel{
  border:1px solid rgba(103,255,242,.16)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  box-shadow:var(--sl-shadow-soft)!important;
}

/* Page titles and sections */
.sl-main{
  background:
    radial-gradient(circle at 8% 0%,rgba(32,227,210,.10),transparent 28%),
    radial-gradient(circle at 92% 12%,rgba(246,195,67,.10),transparent 30%),
    var(--sl-bg)!important;
}
.sl-page-hero,.sl-content-hero,.sl-section,.sl-section-card,.sl-section-dark{
  background:transparent!important;
}
.sl-page-title,.sl-content-hero h1,.sl-home-v3 h1{
  color:#fff!important;
  font-size:clamp(3.1rem,6.2vw,6.8rem)!important;
}
.sl-page-title span,.sl-heading .paint,.sl-content-hero h1 strong,
.sl-home-v3 h1 span:first-child{
  color:var(--sl-gold)!important;
}
.sl-kicker,.sl-eyebrow,.sl-link{
  color:var(--sl-accent)!important;
  letter-spacing:.12em!important;
}
.sl-heading{
  color:#fff!important;
  font-size:clamp(2.3rem,4.6vw,5.2rem)!important;
}
.sl-section-gradient{
  background:linear-gradient(135deg,#0d2d2b,#14524d 44%,#f59e0b)!important;
  color:#fff!important;
}

/* Services hero: no overlap on any viewport */
.sl-services-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px)!important;
  gap:clamp(24px,4vw,72px)!important;
  align-items:center!important;
}
.sl-services-title{
  display:grid!important;
  gap:.08em!important;
  font-size:clamp(3rem,5.8vw,6.4rem)!important;
  line-height:1!important;
  max-width:920px!important;
}
.sl-services-title span,.sl-services-title small,.sl-services-title b{
  display:block!important;
  font:inherit!important;
  color:#fff!important;
  letter-spacing:-.04em!important;
}
.sl-services-title span{color:var(--sl-gold)!important;}
.sl-services-title small{font-size:.82em!important;}
.sl-services-title b{font-size:.72em!important;}
.sl-service-hero-card{
  align-self:center!important;
  max-width:520px!important;
  margin-left:auto!important;
}

/* Product, community, and WooCommerce accessibility */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.single_add_to_cart_button{
  border-radius:999px!important;
  box-shadow:none!important;
  background:linear-gradient(135deg,var(--sl-gold),var(--sl-orange-2))!important;
  color:#061014!important;
  font-weight:850!important;
}
.single-product .product .product_title{
  color:var(--sl-gold)!important;
  text-shadow:none!important;
  font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
}

/* Interactive map and media responsiveness */
.sl-map-canvas,.sl-live-map,.sl-home-v3-visual,.sl-learning-card,.sl-hero-media figure{
  max-width:100%!important;
}
.sl-map-canvas img,.sl-learning-card img,.sl-home-v3-media-row img{
  width:100%!important;
  object-fit:cover!important;
}
.sl-live-map-body,.sl-map-intro{
  min-width:0!important;
}

/* Absolute hardening: mobile menu must sit above every site layer */
.sl-mobile-toggle{
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  width:52px!important;
  height:52px!important;
  border-radius:16px!important;
  background:rgba(5,8,13,.96)!important;
  border:1px solid rgba(103,255,242,.38)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.40)!important;
  color:#fff!important;
  z-index:2147483647!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
.sl-mobile-toggle span{
  width:24px!important;
  height:2px!important;
  margin:3px 0!important;
  border-radius:99px!important;
  background:#fff!important;
  transition:transform .2s ease,opacity .2s ease!important;
}
.sl-mobile-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
.sl-mobile-toggle.is-active span:nth-child(2){opacity:0!important;}
.sl-mobile-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}
.sl-menu-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:2147483645!important;
  background:rgba(0,0,0,.62)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .22s ease,visibility .22s ease!important;
}
.sl-menu-backdrop.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

/* Tablet and mobile: off-canvas drawer */
@media (max-width:1180px){
  body.admin-bar .sl-main-header, body.admin-bar .sl-header{top:46px!important;}
  .sl-main-header .sl-header-inner{
    min-height:78px!important;
    width:min(100% - 24px,100%)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    padding:10px 0!important;
  }
  .sl-main-header .sl-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(88vw,410px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    display:block!important;
    padding:calc(env(safe-area-inset-top,0px) + 88px) 18px 22px!important;
    background:
      linear-gradient(180deg,rgba(7,16,24,.98),rgba(2,6,10,.98))!important;
    border-left:1px solid rgba(103,255,242,.22)!important;
    border-radius:0!important;
    box-shadow:-24px 0 80px rgba(0,0,0,.65)!important;
    transform:translate3d(110%,0,0)!important;
    transition:transform .24s ease!important;
    visibility:visible!important;
    opacity:1!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    z-index:2147483646!important;
    pointer-events:none!important;
    overscroll-behavior:contain!important;
  }
  body.admin-bar .sl-main-header .sl-nav{
    top:0!important;
    padding-top:calc(env(safe-area-inset-top,0px) + 118px)!important;
  }
  .sl-main-header .sl-nav.is-open{
    transform:translate3d(0,0,0)!important;
    pointer-events:auto!important;
  }
  .sl-main-header .sl-menu{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
  }
  .sl-main-header .sl-menu li{width:100%!important;display:block!important;}
  .sl-main-header .sl-menu a{
    width:100%!important;
    min-height:52px!important;
    justify-content:flex-start!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.09)!important;
    color:#fff!important;
    font-size:.95rem!important;
    text-align:left!important;
    white-space:normal!important;
  }
  .sl-mobile-toggle{
    display:inline-flex!important;
    position:fixed!important;
    top:calc(env(safe-area-inset-top,0px) + 13px)!important;
    right:14px!important;
  }
  body.admin-bar .sl-mobile-toggle{
    top:calc(env(safe-area-inset-top,0px) + 58px)!important;
  }
  .sl-header-actions{
    padding-right:64px!important;
    justify-self:end!important;
  }
  .sl-header-actions .sl-profile-btn{display:none!important;}
  .sl-header-actions .sl-book-btn{
    min-height:44px!important;
    padding:10px 16px!important;
    font-size:.82rem!important;
  }
}

/* Small screens: content becomes single-column, readable, tap-safe */
@media (max-width:900px){
  :root{--sl-container:min(100% - 28px, 100%)!important;}
  .sl-section,.sl-page-hero,.sl-content-hero,.sl-home-map-section{
    padding:clamp(42px,8vw,64px) 14px!important;
  }
  .sl-container,.sl-page-shell{
    width:min(100% - 28px,100%)!important;
    margin-inline:auto!important;
  }
  .sl-home-v3,.sl-services-hero-grid,.sl-membership-hero-grid,
  .sl-pricing-model-grid,.sl-pricing-new-grid,.sl-market-grid,
  .sl-profile-grid,.sl-flow-grid,.sl-speaker-grid,.sl-grid-2,.sl-grid-3,.sl-grid-4,
  .sl-home-v3-card-grid,.sl-home-v3-media-row,.sl-service-offer-grid,
  .sl-stable-map .sl-live-map-body,.sl-map-intro,.sl-hero-media,.sl-music-showcase{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .sl-page-title,.sl-content-hero h1,.sl-home-v3 h1,
  .sl-services-title,.sl-membership-hero .sl-page-title,.sl-pricing-hero-new .sl-page-title{
    font-size:clamp(2.25rem,12vw,4rem)!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    max-width:100%!important;
  }
  .sl-heading,.sl-quote-strip h2{
    font-size:clamp(2rem,9vw,3.35rem)!important;
    line-height:1.05!important;
  }
  .sl-lead,.sl-lead-small,.sl-content-hero p{
    font-size:1rem!important;
    line-height:1.66!important;
  }
  .sl-card,.sl-market-card,.sl-service-item,.sl-profile-form,.sl-broadcast-form,
  .sl-paywall,.sl-community-panel,.sl-membership-card,.sl-service-hero-card{
    padding:20px!important;
    border-radius:20px!important;
  }
  .sl-hero-actions,.sl-action-row,.sl-btn-row,.sl-repo-lock-actions,
  .sl-home-v3-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .sl-btn,.wp-block-button__link,input[type=submit]{
    width:100%!important;
    justify-content:center!important;
    padding:14px 18px!important;
  }
  .sl-services-title span,.sl-services-title small,.sl-services-title b{
    font-size:1em!important;
  }
  .sl-service-hero-card{
    max-width:none!important;
    margin:0!important;
  }
  .sl-home-v3-visual{
    min-height:360px!important;
  }
  .sl-home-shot{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;transform:none!important;margin:0 0 14px!important;}
  .sl-home-shot img{aspect-ratio:16/10!important;}
  .sl-home-logo-sticker{display:none!important;}
  .sl-map-canvas,.sl-map-canvas img{min-height:0!important;}
  .sl-map-canvas{aspect-ratio:1/1!important;}
  .sl-live-map-info{position:relative!important;width:auto!important;right:auto!important;top:auto!important;}
}

@media (max-width:520px){
  .sl-main-header .sl-header-inner{
    min-height:70px!important;
    width:min(100% - 18px,100%)!important;
  }
  .sl-logo{width:48px!important;height:48px!important;border-radius:14px!important;}
  .sl-logo-text{font-size:.98rem!important;max-width:160px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .sl-tagline{font-size:.72rem!important;max-width:160px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .sl-header-actions .sl-book-btn{
    padding:9px 12px!important;
    font-size:.75rem!important;
  }
  .sl-mobile-toggle{
    width:48px!important;height:48px!important;
    top:calc(env(safe-area-inset-top,0px) + 10px)!important;
    right:10px!important;
  }
  body.admin-bar .sl-mobile-toggle{
    top:calc(env(safe-area-inset-top,0px) + 56px)!important;
  }
  .sl-main-header .sl-nav{
    width:min(94vw,380px)!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
}

/* Desktop ultra-wide polish */
@media (min-width:1500px){
  .sl-main-header .sl-menu a{padding-inline:16px!important;}
  .sl-page-title,.sl-home-v3 h1{max-width:1180px!important;}
}



/* ============================================================
   Swahili Lab v6.4.5 — iPhone/Safari mobile menu final fix
   Issue fixed: backdrop was stacking above the drawer on mobile,
   making the menu appear blurred and preventing reliable taps.
   ============================================================ */
.sl-mobile-menu-action{display:none!important;}
@media (max-width:1180px){
  html,body{overflow-x:hidden!important;}
  body.sl-no-scroll{position:fixed!important;inset:0!important;width:100%!important;overflow:hidden!important;}

  /* Header must outrank the dim backdrop; do not isolate child z-index. */
  body.sl-site .sl-main-header,
  body.sl-site .sl-header{
    position:sticky!important;
    top:0!important;
    z-index:2147483600!important;
    isolation:auto!important;
    transform:none!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  body.admin-bar.sl-site .sl-main-header,
  body.admin-bar.sl-site .sl-header{top:0!important;}

  /* Backdrop sits below header/drawer/toggle so it cannot blur the menu itself. */
  body.sl-site .sl-menu-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:2147483000!important;
    background:rgba(0,0,0,.72)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    backdrop-filter:blur(2px)!important;
    -webkit-backdrop-filter:blur(2px)!important;
    transition:opacity .18s ease,visibility .18s ease!important;
  }
  body.sl-site .sl-menu-backdrop.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  /* Drawer is solid, sharp, above backdrop, and fully tappable. */
  body.sl-site .sl-main-header .sl-nav,
  body.sl-site .sl-nav[data-sl-nav]{
    display:block!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(88vw,390px)!important;
    height:100svh!important;
    min-height:100svh!important;
    max-height:100svh!important;
    padding:calc(env(safe-area-inset-top,0px) + 82px) 16px calc(env(safe-area-inset-bottom,0px) + 22px)!important;
    margin:0!important;
    border-radius:0!important;
    border-left:1px solid rgba(103,255,242,.28)!important;
    background:#050b10!important;
    background-image:linear-gradient(180deg,#071018 0%,#03070b 100%)!important;
    box-shadow:-18px 0 70px rgba(0,0,0,.85)!important;
    z-index:2147483645!important;
    transform:translate3d(106%,0,0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    filter:none!important;
    -webkit-filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    transition:transform .22s ease!important;
  }
  body.sl-site .sl-main-header .sl-nav.is-open,
  body.sl-site .sl-nav[data-sl-nav].is-open{
    transform:translate3d(0,0,0)!important;
    pointer-events:auto!important;
  }

  body.sl-site .sl-main-header .sl-menu,
  body.sl-site .sl-nav[data-sl-nav] .sl-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  body.sl-site .sl-main-header .sl-menu li,
  body.sl-site .sl-nav[data-sl-nav] .sl-menu li{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    opacity:1!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  body.sl-site .sl-main-header .sl-menu a,
  body.sl-site .sl-nav[data-sl-nav] .sl-menu a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:50px!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    background:rgba(255,255,255,.065)!important;
    color:#fff!important;
    font-size:1rem!important;
    font-weight:820!important;
    line-height:1.15!important;
    letter-spacing:.01em!important;
    text-align:left!important;
    text-decoration:none!important;
    text-transform:none!important;
    white-space:normal!important;
    box-shadow:none!important;
    opacity:1!important;
    filter:none!important;
    -webkit-filter:none!important;
    pointer-events:auto!important;
    -webkit-tap-highlight-color:rgba(32,227,210,.25)!important;
  }
  body.sl-site .sl-main-header .sl-menu a:hover,
  body.sl-site .sl-main-header .sl-menu a:focus,
  body.sl-site .sl-main-header .sl-menu .current-menu-item>a,
  body.sl-site .sl-main-header .sl-menu .current_page_item>a{
    background:linear-gradient(135deg,#f6c343,#ff8a00)!important;
    color:#061014!important;
  }
  body.sl-site .sl-mobile-menu-action{display:block!important;}
  body.sl-site .sl-mobile-join-action>a{
    margin-top:8px!important;
    background:linear-gradient(135deg,#f6c343,#ff8a00)!important;
    color:#061014!important;
    font-weight:900!important;
  }

  /* Toggle/close button stays above the drawer and remains tappable. */
  body.sl-site .sl-mobile-toggle{
    display:inline-flex!important;
    position:fixed!important;
    top:calc(env(safe-area-inset-top,0px) + 12px)!important;
    right:12px!important;
    left:auto!important;
    z-index:2147483647!important;
    width:50px!important;
    height:50px!important;
    border-radius:16px!important;
    background:#050b10!important;
    border:1px solid rgba(103,255,242,.55)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.55)!important;
    opacity:1!important;
    pointer-events:auto!important;
    filter:none!important;
    -webkit-filter:none!important;
    touch-action:manipulation!important;
  }
  body.admin-bar.sl-site .sl-mobile-toggle{top:calc(env(safe-area-inset-top,0px) + 54px)!important;}
  body.sl-site .sl-mobile-toggle span{
    display:block!important;
    width:24px!important;
    height:2px!important;
    margin:3px 0!important;
    border-radius:999px!important;
    background:#fff!important;
  }

  /* Keep fixed chat/cookie widgets below the active menu. */
  body.sl-no-scroll iframe,
  body.sl-no-scroll .chaty-widget,
  body.sl-no-scroll .wp-chatbot,
  body.sl-no-scroll [class*="cookie"],
  body.sl-no-scroll [id*="cookie"]{
    z-index:1000!important;
  }
}

@media (max-width:480px){
  body.sl-site .sl-main-header .sl-nav,
  body.sl-site .sl-nav[data-sl-nav]{
    width:100vw!important;
    border-left:0!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  body.sl-site .sl-main-header .sl-menu a,
  body.sl-site .sl-nav[data-sl-nav] .sl-menu a{
    min-height:52px!important;
    font-size:1.02rem!important;
  }
  body.sl-site .sl-mobile-toggle{right:12px!important;}
}


/* ============================================================
   v6.5.1 Ready-to-ship marketplace polish
   Culture revamp, CTA contrast, map polish, professional UX
   ============================================================ */
:root{
  --sl-pro-bg:#061014;
  --sl-pro-panel:#0b1720;
  --sl-pro-panel-2:#0f2029;
  --sl-pro-line:rgba(123,241,229,.24);
  --sl-pro-gold:#f6c343;
  --sl-pro-cyan:#20e3d2;
}
body.sl-site{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;background:#061014!important;color:#eef7f6!important;}
body.sl-site h1,body.sl-site h2,body.sl-site h3,body.sl-site h4,body.sl-site .sl-page-title,body.sl-site .sl-heading,body.sl-site .sl-logo-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;text-shadow:none!important;letter-spacing:-.035em!important;}
body.sl-site p,body.sl-site li,body.sl-site a,body.sl-site button{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;}
body.sl-site .sl-section-gradient,body.sl-site .sl-course-cta-band,body.sl-site .sl-youth-cta,body.sl-site .sl-home-v3-cta,body.sl-site .sl-quote-strip.improved{background:linear-gradient(135deg,#0d766f 0%,#158b78 42%,#f6c343 100%)!important;color:#fff!important;}
body.sl-site .sl-section-gradient h1,body.sl-site .sl-section-gradient h2,body.sl-site .sl-section-gradient h3,body.sl-site .sl-section-gradient p,body.sl-site .sl-course-cta-band h2,body.sl-site .sl-course-cta-band p,body.sl-site .sl-youth-cta h2,body.sl-site .sl-youth-cta p,body.sl-site .sl-quote-strip h2,body.sl-site .sl-quote-strip p{color:#fff!important;text-shadow:none!important;opacity:1!important;}
body.sl-site .sl-btn-dark{background:#061014!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:none!important;}
body.sl-site .sl-btn,body.sl-site .wp-block-button__link,body.sl-site input[type=submit]{box-shadow:none!important;border-radius:999px!important;min-height:46px!important;}
body.sl-site .sl-card,body.sl-site .sl-service-item,body.sl-site .sl-topic-card,body.sl-site .sl-market-card,body.sl-site .sl-pricing-model-card{box-shadow:none!important;}
body.sl-site .sl-page-shell{width:min(100% - 32px,1440px)!important;margin-left:auto!important;margin-right:auto!important;}

.sl-cultural-atlas{padding-top:clamp(54px,7vw,96px)!important;padding-bottom:clamp(50px,7vw,96px)!important;}
.sl-atlas-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:28px;border:1px solid var(--sl-pro-line);border-radius:32px;padding:clamp(24px,4vw,46px);background:radial-gradient(circle at 8% 0,rgba(32,227,210,.18),transparent 34%),linear-gradient(135deg,#0b1720,#071018 62%,#10180c);}
.sl-atlas-hero h2,.sl-marketplace-experience h2,.sl-product-os h2{margin:.25em 0;font-size:clamp(2rem,4.5vw,4.8rem);line-height:.96;color:#fff!important;font-weight:900;}
.sl-atlas-hero p,.sl-marketplace-experience p,.sl-product-os p{max-width:880px;color:#d9e8e6!important;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.75;}
.sl-atlas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.sl-atlas-card{position:relative;overflow:hidden;min-height:320px;border:1px solid var(--sl-pro-line);border-radius:28px;padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));}
.sl-atlas-card:before{content:"";position:absolute;right:-60px;top:-60px;width:170px;height:170px;border-radius:999px;background:rgba(32,227,210,.13);filter:blur(4px);}
.sl-atlas-flag{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:rgba(246,195,67,.16);border:1px solid rgba(246,195,67,.38);font-size:2rem;margin-bottom:18px;}
.sl-atlas-card small{display:inline-flex;color:var(--sl-pro-cyan);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;}
.sl-atlas-card h3{margin:10px 0;color:var(--sl-pro-gold)!important;font-size:clamp(1.35rem,2vw,2.05rem);line-height:1.05;font-weight:900;}
.sl-atlas-card p{color:#dce7e6!important;line-height:1.65;font-weight:560;}
.sl-atlas-prompt{margin-top:18px;border-radius:18px;padding:15px;background:rgba(32,227,210,.075);border:1px solid rgba(32,227,210,.22);}
.sl-atlas-prompt b{display:block;color:#fff;margin-bottom:4px;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;}
.sl-atlas-prompt span{color:#caefea;line-height:1.55;}

.sl-marketplace-experience,.sl-product-os{margin-top:clamp(48px,6vw,88px)!important;margin-bottom:clamp(48px,6vw,88px)!important;border:1px solid var(--sl-pro-line);border-radius:34px;padding:clamp(28px,5vw,58px)!important;background:radial-gradient(circle at 90% 8%,rgba(246,195,67,.18),transparent 30%),linear-gradient(135deg,#0b1720,#061014)!important;}
.sl-marketplace-experience{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:28px;align-items:center;}
.sl-marketplace-flow,.sl-product-os-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.sl-marketplace-flow article,.sl-product-os-grid article{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:24px;padding:22px;}
.sl-marketplace-flow span,.sl-product-os-grid b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--sl-pro-gold);color:#061014;font-weight:900;margin-bottom:14px;}
.sl-marketplace-flow h3,.sl-product-os-grid h3{margin:0 0 8px;color:#fff!important;font-size:1.25rem;font-weight:850;letter-spacing:-.02em!important;}
.sl-marketplace-flow p,.sl-product-os-grid p{margin:0;color:#d6e4e2!important;font-size:.96rem;line-height:1.6;}
.sl-marketplace-actions,.sl-product-os-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.sl-product-os-copy{max-width:980px;margin-bottom:22px;}
.sl-product-os-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.sl-product-os{background:linear-gradient(135deg,#071018,#0c1f25)!important;}

/* Map precision + professional marker rendering */
.sl-stable-map .sl-map-dot{width:18px!important;height:18px!important;background:var(--sl-pro-cyan)!important;border:3px solid #fff!important;box-shadow:0 0 0 6px rgba(32,227,210,.20),0 0 18px rgba(32,227,210,.42)!important;}
.sl-stable-map .sl-map-dot:hover,.sl-stable-map .sl-map-dot.is-active{background:var(--sl-pro-gold)!important;border-color:#061014!important;box-shadow:0 0 0 8px rgba(246,195,67,.22),0 0 24px rgba(246,195,67,.62)!important;}
.sl-stable-map .sl-map-dot span{font-family:Inter,system-ui,sans-serif!important;font-weight:800!important;text-transform:none!important;}

/* Bottom/call-to-action dark spot correction across site */
.sl-section-gradient .sl-container,.sl-course-cta-band .sl-container,.sl-youth-cta .sl-container{position:relative;z-index:1;}
.sl-section-gradient:before,.sl-course-cta-band:before,.sl-youth-cta:before{opacity:.35!important;}
.sl-pricing-hero-new + .sl-section-gradient,.sl-section-gradient{min-height:auto!important;}
.sl-section-gradient .sl-btn,.sl-course-cta-band .sl-btn{background:#061014!important;color:#fff!important;border:1px solid rgba(255,255,255,.30)!important;}
.sl-section-gradient .sl-btn:hover,.sl-course-cta-band .sl-btn:hover{background:#13222a!important;color:#fff!important;}

@media(max-width:1180px){
  .sl-atlas-grid,.sl-product-os-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sl-marketplace-experience{grid-template-columns:1fr;}
}
@media(max-width:760px){
  body.sl-site .sl-page-shell{width:min(100% - 22px,100%)!important;}
  .sl-atlas-hero{grid-template-columns:1fr;padding:22px;border-radius:24px;}
  .sl-atlas-grid,.sl-marketplace-flow,.sl-product-os-grid{grid-template-columns:1fr;}
  .sl-atlas-card{min-height:0;padding:22px;border-radius:22px;}
  .sl-marketplace-experience,.sl-product-os{border-radius:24px;padding:22px!important;}
  .sl-marketplace-actions .sl-btn,.sl-product-os-actions .sl-btn,.sl-atlas-hero .sl-btn{width:100%;}
  .sl-cultural-feature-grid,.sl-story-grid,.sl-grid-3,.sl-grid-4{grid-template-columns:1fr!important;}
  .sl-content-hero h1,.sl-page-title,.sl-heading{font-size:clamp(2.2rem,10vw,3.6rem)!important;line-height:1.04!important;letter-spacing:-.035em!important;}
}


/* v6.5.1 profile upgrades + stacked professional menu */
body.sl-site .sl-main-header{isolation:isolate;}
body.sl-site .sl-menu-groups{gap:8px!important;}
body.sl-site .sl-menu-groups>.menu-item{position:relative!important;}
body.sl-site .sl-menu-groups>.menu-item>a{display:flex!important;align-items:center!important;gap:6px!important;}
.sl-menu-caret{font-size:.9em;line-height:1;opacity:.75;}
body.sl-site .sl-sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:230px;margin:0;padding:10px;list-style:none;background:rgba(5,12,14,.98);border:1px solid rgba(46,247,231,.24);border-radius:20px;box-shadow:0 22px 70px rgba(0,0,0,.42);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:.18s ease;z-index:10020;}
body.sl-site .sl-has-submenu:hover>.sl-sub-menu,body.sl-site .sl-has-submenu:focus-within>.sl-sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}
body.sl-site .sl-sub-menu:before{content:"";position:absolute;top:-10px;left:24px;width:18px;height:18px;background:rgba(5,12,14,.98);border-left:1px solid rgba(46,247,231,.24);border-top:1px solid rgba(46,247,231,.24);transform:rotate(45deg);}
body.sl-site .sl-sub-menu li{display:block!important;margin:0!important;}
body.sl-site .sl-sub-menu a{display:flex!important;width:100%!important;padding:12px 13px!important;border-radius:14px!important;color:#f8fafc!important;font-size:.82rem!important;justify-content:flex-start!important;text-align:left!important;}
body.sl-site .sl-sub-menu a:hover{background:rgba(46,247,231,.13)!important;color:#2ef7e7!important;box-shadow:none!important;}

.sl-profile-studio{background:radial-gradient(circle at 14% 12%,rgba(46,247,231,.10),transparent 30%),linear-gradient(135deg,#071018,#020405)!important;}
.sl-profile-shell{display:grid;grid-template-columns:minmax(300px,.44fr) minmax(0,.76fr);gap:30px;align-items:start;}
.sl-profile-control-panel{position:sticky;top:122px;border:1px solid rgba(46,247,231,.24);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));padding:clamp(22px,3vw,34px);box-shadow:0 24px 70px rgba(0,0,0,.28);}
.sl-profile-avatar-large{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,#2ef7e7,#ffd21f);color:#061014;font-size:2.35rem;font-weight:1000;margin-bottom:18px;}
.sl-teacher-avatar-large{background:linear-gradient(135deg,#ff9f1c,#ffd21f);font-size:2.15rem;}
.sl-profile-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0;}
.sl-profile-status-grid span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:18px;padding:13px;}
.sl-profile-status-grid b{display:block;color:#ffd21f;font-size:1.05rem;line-height:1;font-weight:1000;}
.sl-profile-status-grid em{display:block;color:#cbd5e1;font-size:.78rem;font-style:normal;font-weight:800;margin-top:5px;}
.sl-profile-actions-mini{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.sl-profile-form-header{display:flex;gap:14px;align-items:flex-start;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:22px;margin-bottom:16px;}
.sl-profile-form-header:first-of-type{border-top:0;margin-top:0;padding-top:0;}
.sl-profile-form-header span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#ffd21f;color:#061014;font-weight:1000;flex:0 0 auto;}
.sl-profile-form-header h2{margin:0;color:#fff;font-size:1.45rem;line-height:1.05;text-transform:uppercase;}
.sl-profile-form-header p{margin:5px 0 0;color:#cbd5e1;font-weight:650;}
.sl-profile-builder-form{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border-color:rgba(46,247,231,.24)!important;box-shadow:0 24px 70px rgba(0,0,0,.24)!important;}
.sl-profile-builder-form label{font-size:.92rem;text-transform:none;letter-spacing:0;color:#eafdfb!important;}
.sl-teacher-onboarding{display:grid;gap:10px;margin:20px 0;}
.sl-teacher-onboarding div{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);border-radius:18px;padding:12px;}
.sl-teacher-onboarding strong{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#2ef7e7;color:#061014;}
.sl-teacher-onboarding span{font-weight:900;color:#e5e7eb;}
.sl-teacher-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.sl-teacher-badges span{display:inline-flex;border:1px solid rgba(46,247,231,.28);background:rgba(46,247,231,.09);color:#2ef7e7;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900;}
.sl-teacher-card{grid-template-columns:74px minmax(0,1.1fr) minmax(260px,.9fr) auto!important;}

@media(min-width:1181px){
  body.sl-site .sl-mobile-menu-action{display:none!important;}
}
@media(max-width:1180px){
  body.sl-site .sl-main-header .sl-nav,body.sl-site .sl-nav[data-sl-nav]{overflow-y:auto!important;}
  body.sl-site .sl-menu-groups{display:grid!important;gap:12px!important;padding-bottom:34px!important;}
  body.sl-site .sl-menu-groups>.menu-item{border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;background:rgba(255,255,255,.045)!important;padding:8px!important;}
  body.sl-site .sl-menu-groups>.menu-item>a{justify-content:space-between!important;border-radius:14px!important;background:rgba(255,255,255,.03)!important;}
  body.sl-site .sl-sub-menu{position:static!important;visibility:visible!important;opacity:1!important;transform:none!important;pointer-events:auto!important;min-width:0!important;width:100%!important;margin:8px 0 0!important;padding:6px!important;border:0!important;background:rgba(0,0,0,.25)!important;box-shadow:none!important;display:grid!important;gap:4px!important;}
  body.sl-site .sl-sub-menu:before{display:none!important;}
  body.sl-site .sl-sub-menu a{padding:11px 12px!important;font-size:.92rem!important;background:transparent!important;}
  .sl-menu-caret{transform:rotate(0deg);}
  .sl-profile-shell{grid-template-columns:1fr;}
  .sl-profile-control-panel{position:relative;top:auto;}
  .sl-teacher-card{grid-template-columns:1fr!important;}
}
@media(max-width:720px){
  .sl-profile-status-grid{grid-template-columns:1fr 1fr;}
  .sl-profile-form-header{display:grid;grid-template-columns:44px 1fr;}
  .sl-profile-actions-mini .sl-btn{width:100%;}
}


/* v6.6.0 professional menu + compact WooCommerce purchase page */
html body.sl-site{--sl-nav-bg:rgba(3,10,12,.92);--sl-nav-line:rgba(115,236,226,.22);--sl-nav-text:#eef7f6;--sl-nav-muted:#a8c7c3;--sl-nav-gold:#f6c343;--sl-nav-cyan:#20e3d2;}
html body.sl-site .sl-main-header{position:sticky!important;top:0!important;z-index:999999!important;background:rgba(3,9,12,.96)!important;border-bottom:1px solid rgba(115,236,226,.20)!important;backdrop-filter:blur(18px)!important;box-shadow:0 14px 34px rgba(0,0,0,.28)!important;}
html body.admin-bar.sl-site .sl-main-header{top:32px!important;}
html body.sl-site .sl-header-inner{width:min(100% - 32px,1680px)!important;margin-inline:auto!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:22px!important;align-items:center!important;padding:14px 0!important;}
html body.sl-site .sl-brand{min-width:235px!important;gap:12px!important;}
html body.sl-site .sl-logo{width:58px!important;height:58px!important;border-radius:16px!important;box-shadow:none!important;}
html body.sl-site .sl-logo-text{font-size:1.22rem!important;letter-spacing:.01em!important;color:#f6c343!important;text-shadow:none!important;line-height:1!important;}
html body.sl-site .sl-tagline{font-size:.82rem!important;color:#20e3d2!important;font-weight:800!important;}
html body.sl-site .sl-nav{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;position:relative!important;z-index:999999!important;}
html body.sl-site .sl-professional-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;max-width:100%!important;margin:0!important;padding:6px!important;list-style:none!important;border:1px solid var(--sl-nav-line)!important;border-radius:999px!important;background:var(--sl-nav-bg)!important;box-shadow:none!important;overflow:visible!important;}
html body.sl-site .sl-professional-menu>.menu-item{position:relative!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:10px 11px!important;min-height:40px!important;border-radius:999px!important;background:transparent!important;color:var(--sl-nav-text)!important;font-size:.75rem!important;font-weight:850!important;letter-spacing:.025em!important;line-height:1!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important;}
html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link:hover,
html body.sl-site .sl-professional-menu>.current-menu-item>.sl-top-link,
html body.sl-site .sl-professional-menu>.current_page_item>.sl-top-link{background:linear-gradient(135deg,#f6c343,#ffb020)!important;color:#061014!important;box-shadow:none!important;}
html body.sl-site .sl-menu-caret{font-size:.75rem!important;opacity:.78!important;line-height:1!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu{position:absolute!important;top:calc(100% + 12px)!important;left:50%!important;transform:translate(-50%,8px)!important;min-width:240px!important;margin:0!important;padding:8px!important;list-style:none!important;border:1px solid rgba(115,236,226,.22)!important;border-radius:18px!important;background:#071316!important;box-shadow:0 24px 70px rgba(0,0,0,.44)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .16s ease,transform .16s ease!important;z-index:1000002!important;}
html body.sl-site .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
html body.sl-site .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu:before{display:none!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu a{display:flex!important;align-items:center!important;width:100%!important;padding:11px 12px!important;border-radius:12px!important;background:transparent!important;color:#eef7f6!important;font-size:.88rem!important;font-weight:780!important;text-align:left!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu a:hover{background:rgba(32,227,210,.12)!important;color:#20e3d2!important;}
html body.sl-site .sl-header-actions{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-end!important;}
html body.sl-site .sl-book-btn,html body.sl-site .sl-profile-btn{min-height:42px!important;padding:10px 16px!important;font-size:.78rem!important;border-radius:999px!important;box-shadow:none!important;white-space:nowrap!important;}
html body.sl-site .sl-book-btn{background:#f6c343!important;color:#061014!important;}
html body.sl-site .sl-profile-btn{background:transparent!important;color:#20e3d2!important;border:1px solid rgba(32,227,210,.36)!important;}
html body.sl-site .sl-mobile-menu-action{display:none!important;}

/* Compact WooCommerce single product page: no dead air, purchase action above the fold */
html body.single-product.sl-site .sl-page-hero{display:none!important;}
html body.single-product.sl-site .sl-main{background:linear-gradient(135deg,#061014,#08151a)!important;padding-top:0!important;}
html body.single-product.sl-site .woocommerce div.product{width:min(100% - 34px,1240px)!important;margin:0 auto!important;padding:clamp(22px,3vw,38px) 0 42px!important;display:grid!important;grid-template-columns:minmax(280px,.86fr) minmax(0,1fr)!important;gap:clamp(20px,3vw,34px)!important;align-items:start!important;}
html body.single-product.sl-site .woocommerce div.product div.images{position:relative!important;top:auto!important;margin:0!important;border-radius:24px!important;padding:14px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(115,236,226,.18)!important;box-shadow:none!important;}
html body.single-product.sl-site .woocommerce div.product div.images img{border-radius:18px!important;}
html body.single-product.sl-site .woocommerce div.product div.summary{margin:0!important;padding:clamp(22px,3vw,34px)!important;border:1px solid rgba(115,236,226,.18)!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;box-shadow:none!important;}
html body.single-product.sl-site .product .product_title{font-size:clamp(2rem,4vw,3.85rem)!important;line-height:1.02!important;margin:0 0 14px!important;color:#f6c343!important;letter-spacing:-.04em!important;text-transform:none!important;text-shadow:none!important;}
html body.single-product.sl-site .product .price{font-size:clamp(1.55rem,2.4vw,2.5rem)!important;margin:0 0 14px!important;color:#20e3d2!important;font-weight:900!important;}
html body.single-product.sl-site .woocommerce-product-details__short-description{margin:14px 0 16px!important;padding:16px!important;border-radius:18px!important;background:rgba(32,227,210,.07)!important;border:1px solid rgba(32,227,210,.18)!important;}
html body.single-product.sl-site form.cart{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin:14px 0 0!important;}
html body.single-product.sl-site .single_add_to_cart_button.button,
html body.single-product.sl-site .sl-product-direct-buy{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:14px 20px!important;border-radius:999px!important;background:#f6c343!important;color:#061014!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.025em!important;box-shadow:none!important;border:0!important;text-decoration:none!important;}
html body.single-product.sl-site .single_add_to_cart_button.button:hover,
html body.single-product.sl-site .sl-product-direct-buy:hover{background:#ffca4d!important;color:#061014!important;}
html body.single-product.sl-site .sl-product-buy-panel{margin:14px 0 16px!important;padding:18px!important;border-radius:20px!important;border:1px solid rgba(246,195,67,.26)!important;background:linear-gradient(135deg,rgba(246,195,67,.13),rgba(32,227,210,.07))!important;}
html body.single-product.sl-site .sl-product-buy-panel strong{display:block;color:#f6c343!important;font-size:1.2rem!important;font-weight:900!important;margin-bottom:6px!important;}
html body.single-product.sl-site .sl-product-buy-panel p{color:#d8e8e5!important;margin:0 0 12px!important;line-height:1.55!important;}
html body.single-product.sl-site .woocommerce-tabs{width:min(100% - 34px,1240px)!important;margin:0 auto 54px!important;}
html body.single-product.sl-site .related.products{width:min(100% - 34px,1240px)!important;margin:0 auto 54px!important;}

/* Site spacing cleanup */
html body.sl-site .sl-section{padding-top:clamp(44px,5vw,76px)!important;padding-bottom:clamp(44px,5vw,76px)!important;}
html body.sl-site .sl-page-hero,html body.sl-site .sl-content-hero{padding-top:clamp(46px,5vw,76px)!important;padding-bottom:clamp(38px,4.5vw,64px)!important;}
html body.sl-site .sl-container{max-width:min(100% - 32px,1320px)!important;}

@media(max-width:1320px){
  html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link{font-size:.70rem!important;padding:10px 8px!important;}
  html body.sl-site .sl-brand{min-width:210px!important;}
  html body.sl-site .sl-logo-text{font-size:1.1rem!important;}
}
@media(max-width:1180px){
  html body.sl-site .sl-main-header{position:sticky!important;z-index:2147483600!important;}
  html body.admin-bar.sl-site .sl-main-header{top:46px!important;}
  html body.sl-site .sl-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;width:min(100% - 22px,100%)!important;padding:10px 0!important;}
  html body.sl-site .sl-brand{min-width:0!important;max-width:calc(100% - 76px)!important;}
  html body.sl-site .sl-logo{width:50px!important;height:50px!important;}
  html body.sl-site .sl-logo-text{font-size:1rem!important;}
  html body.sl-site .sl-tagline{font-size:.72rem!important;}
  html body.sl-site .sl-header-actions{display:none!important;}
  html body.sl-site .sl-mobile-toggle{display:inline-flex!important;position:fixed!important;right:calc(env(safe-area-inset-right) + 14px)!important;top:calc(env(safe-area-inset-top) + 14px)!important;left:auto!important;width:48px!important;height:48px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important;border-radius:16px!important;border:1px solid rgba(115,236,226,.40)!important;background:#061014!important;color:#fff!important;z-index:2147483647!important;box-shadow:0 12px 32px rgba(0,0,0,.34)!important;}
  html body.admin-bar.sl-site .sl-mobile-toggle{top:calc(env(safe-area-inset-top) + 56px)!important;}
  html body.sl-site .sl-mobile-toggle span{display:block!important;width:22px!important;height:2px!important;margin:0!important;border-radius:999px!important;background:#eef7f6!important;transition:.18s ease!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(2){opacity:0!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important;}
  html body.sl-site .sl-nav[data-sl-nav]{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(92vw,390px)!important;height:100dvh!important;display:block!important;transform:translateX(106%)!important;transition:transform .24s ease!important;background:#071316!important;border-left:1px solid rgba(115,236,226,.22)!important;box-shadow:-24px 0 80px rgba(0,0,0,.48)!important;z-index:2147483646!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:calc(env(safe-area-inset-top) + 82px) 18px calc(env(safe-area-inset-bottom) + 28px)!important;}
  html body.admin-bar.sl-site .sl-nav[data-sl-nav]{padding-top:calc(env(safe-area-inset-top) + 108px)!important;}
  html body.sl-site .sl-nav[data-sl-nav].is-open{transform:translateX(0)!important;}
  html body.sl-site .sl-menu-backdrop{position:fixed!important;inset:0!important;background:rgba(0,0,0,.58)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:2147483644!important;transition:.2s ease!important;backdrop-filter:none!important;}
  html body.sl-site .sl-menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  html body.sl-site .sl-professional-menu{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;width:100%!important;}
  html body.sl-site .sl-professional-menu>.menu-item{width:100%!important;border:0!important;background:transparent!important;padding:0!important;}
  html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link{width:100%!important;justify-content:flex-start!important;padding:15px 16px!important;min-height:52px!important;border-radius:16px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;color:#eef7f6!important;font-size:.95rem!important;font-weight:850!important;text-align:left!important;letter-spacing:.01em!important;}
  html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link:hover,
  html body.sl-site .sl-professional-menu>.current-menu-item>.sl-top-link,
  html body.sl-site .sl-professional-menu>.current_page_item>.sl-top-link{background:rgba(32,227,210,.12)!important;color:#20e3d2!important;border-color:rgba(32,227,210,.28)!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu{position:static!important;display:grid!important;gap:6px!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;min-width:0!important;width:100%!important;margin:8px 0 0!important;padding:8px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:16px!important;background:rgba(0,0,0,.20)!important;box-shadow:none!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu a{padding:12px 14px!important;border-radius:12px!important;font-size:.92rem!important;color:#cfe4e1!important;}
  html body.sl-site .sl-mobile-menu-action{display:block!important;}
  html body.sl-site .sl-mobile-join>.sl-top-link{background:#f6c343!important;color:#061014!important;border-color:#f6c343!important;justify-content:center!important;font-weight:950!important;}
  html body.sl-no-scroll,html.sl-no-scroll{overflow:hidden!important;}
  html body.single-product.sl-site .woocommerce div.product{grid-template-columns:1fr!important;width:min(100% - 22px,100%)!important;padding:22px 0 34px!important;}
  html body.single-product.sl-site .woocommerce div.product div.summary{padding:20px!important;border-radius:20px!important;}
  html body.single-product.sl-site .woocommerce-tabs{width:min(100% - 22px,100%)!important;}
}
@media(max-width:480px){
  html body.sl-site .sl-nav[data-sl-nav]{width:100vw!important;}
  html body.sl-site .sl-brand-copy{max-width:210px!important;}
  html body.single-product.sl-site .product .product_title{font-size:2rem!important;}
  html body.single-product.sl-site .single_add_to_cart_button.button,
  html body.single-product.sl-site .sl-product-direct-buy{width:100%!important;}
}


/* v6.6.0 requested professional top-row menu */
html body.sl-site .sl-main-header,
html body.sl-site .sl-header{
  position:sticky!important;
  top:0!important;
  z-index:2147483000!important;
  background:rgba(3,9,12,.97)!important;
  border-bottom:1px solid rgba(32,227,210,.18)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.22)!important;
}
html body.admin-bar.sl-site .sl-main-header,
html body.admin-bar.sl-site .sl-header{top:32px!important;}
html body.sl-site .sl-main-header .sl-header-inner{
  width:min(100% - 36px,1800px)!important;
  margin-inline:auto!important;
  min-height:96px!important;
  display:grid!important;
  grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(16px,2.2vw,34px)!important;
  padding:14px 0!important;
}
html body.sl-site .sl-main-header .sl-brand{
  min-width:220px!important;
  flex:0 0 auto!important;
  z-index:2!important;
}
html body.sl-site .sl-main-header .sl-logo{width:62px!important;height:62px!important;border-radius:18px!important;}
html body.sl-site .sl-main-header .sl-logo-text{font-size:clamp(1.15rem,1.45vw,1.72rem)!important;letter-spacing:.02em!important;}
html body.sl-site .sl-main-header .sl-tagline{font-size:.86rem!important;}
html body.sl-site .sl-main-header .sl-nav{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body.sl-site .sl-main-header .sl-professional-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(12px,1.25vw,24px)!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item{
  position:relative!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
}
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:42px!important;
  padding:10px 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#f4fbfa!important;
  font-size:.86rem!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:3px!important;
  height:2px!important;
  border-radius:999px!important;
  background:#20e3d2!important;
  transform:scaleX(0)!important;
  transform-origin:center!important;
  transition:transform .18s ease!important;
}
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:hover,
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:focus,
html body.sl-site .sl-main-header .sl-professional-menu>.current-menu-item>.sl-top-link,
html body.sl-site .sl-main-header .sl-professional-menu>.current_page_item>.sl-top-link{
  background:transparent!important;
  color:#20e3d2!important;
  box-shadow:none!important;
  outline:none!important;
}
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:hover:after,
html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:focus:after,
html body.sl-site .sl-main-header .sl-professional-menu>.current-menu-item>.sl-top-link:after,
html body.sl-site .sl-main-header .sl-professional-menu>.current_page_item>.sl-top-link:after{transform:scaleX(1)!important;}
html body.sl-site .sl-main-header .sl-menu-caret{font-size:.68rem!important;color:#f6c343!important;margin-left:2px!important;}
html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:50%!important;
  transform:translate(-50%,8px)!important;
  min-width:260px!important;
  display:grid!important;
  gap:6px!important;
  margin:0!important;
  padding:10px!important;
  list-style:none!important;
  border:1px solid rgba(32,227,210,.24)!important;
  border-radius:18px!important;
  background:#071316!important;
  box-shadow:0 26px 70px rgba(0,0,0,.45)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .16s ease,transform .16s ease!important;
  z-index:2147483100!important;
}
html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a{
  display:block!important;
  width:100%!important;
  padding:12px 14px!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#e7f8f6!important;
  font-size:.93rem!important;
  font-weight:750!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  line-height:1.2!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:hover,
html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:focus{
  background:rgba(32,227,210,.12)!important;
  color:#20e3d2!important;
  outline:none!important;
}
html body.sl-site .sl-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;white-space:nowrap!important;}
html body.sl-site .sl-header-actions .sl-btn{box-shadow:none!important;border-radius:999px!important;padding:13px 20px!important;font-size:.84rem!important;font-weight:850!important;}
html body.sl-site .sl-header-actions .sl-profile-btn{background:transparent!important;border:1px solid rgba(32,227,210,.38)!important;color:#20e3d2!important;}
html body.sl-site .sl-header-actions .sl-book-btn{background:#f6c343!important;color:#061014!important;border:1px solid #f6c343!important;}
html body.sl-site .sl-mobile-menu-action{display:none!important;}

@media(max-width:1320px){
  html body.sl-site .sl-main-header .sl-header-inner{grid-template-columns:minmax(205px,auto) minmax(0,1fr) auto!important;gap:14px!important;}
  html body.sl-site .sl-main-header .sl-professional-menu{gap:11px!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{font-size:.78rem!important;}
  html body.sl-site .sl-header-actions .sl-btn{padding:12px 16px!important;font-size:.78rem!important;}
}
@media(max-width:1180px){
  html body.sl-site .sl-mobile-toggle{display:inline-flex!important;position:fixed!important;right:18px!important;top:calc(env(safe-area-inset-top,0px) + 16px)!important;z-index:2147483647!important;background:#071316!important;color:#fff!important;border:1px solid rgba(32,227,210,.35)!important;border-radius:14px!important;box-shadow:0 12px 34px rgba(0,0,0,.42)!important;}
  html body.admin-bar.sl-site .sl-mobile-toggle{top:calc(46px + env(safe-area-inset-top,0px) + 10px)!important;}
  html body.sl-site .sl-main-header .sl-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:84px!important;width:min(100% - 28px,1800px)!important;padding:10px 0!important;}
  html body.sl-site .sl-main-header .sl-brand{min-width:0!important;max-width:calc(100% - 76px)!important;}
  html body.sl-site .sl-main-header .sl-logo{width:54px!important;height:54px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:1.08rem!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.74rem!important;}
  html body.sl-site .sl-header-actions{display:none!important;}
  html body.sl-site .sl-main-header .sl-nav{
    display:block!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(88vw,420px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    padding:calc(env(safe-area-inset-top,0px) + 82px) 18px calc(env(safe-area-inset-bottom,0px) + 28px)!important;
    background:#061014!important;
    border-left:1px solid rgba(32,227,210,.22)!important;
    border-radius:0!important;
    box-shadow:-26px 0 70px rgba(0,0,0,.50)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    transform:translateX(105%)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    transition:transform .24s ease!important;
    z-index:2147483600!important;
  }
  html body.admin-bar.sl-site .sl-main-header .sl-nav{padding-top:calc(46px + env(safe-area-inset-top,0px) + 82px)!important;}
  html body.sl-site .sl-main-header .sl-nav.is-open{transform:translateX(0)!important;pointer-events:auto!important;}
  html body.sl-site .sl-main-header .sl-professional-menu{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;padding:0!important;margin:0!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item{width:100%!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{width:100%!important;justify-content:space-between!important;min-height:54px!important;padding:15px 16px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;background:rgba(255,255,255,.055)!important;color:#f4fbfa!important;font-size:.95rem!important;letter-spacing:.02em!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:after{display:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:hover,
  html body.sl-site .sl-main-header .sl-professional-menu>.current-menu-item>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.current_page_item>.sl-top-link{background:rgba(32,227,210,.13)!important;color:#20e3d2!important;border-color:rgba(32,227,210,.28)!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu{position:static!important;display:grid!important;gap:7px!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;min-width:0!important;width:100%!important;margin:8px 0 0!important;padding:9px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;background:rgba(0,0,0,.20)!important;box-shadow:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a{padding:12px 14px!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important;color:#dff3f1!important;font-size:.94rem!important;}
  html body.sl-site .sl-menu-backdrop{position:fixed!important;inset:0!important;z-index:2147483500!important;background:rgba(0,0,0,.56)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .22s ease!important;backdrop-filter:none!important;}
  html body.sl-site .sl-menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  html.sl-no-scroll,html.sl-menu-is-open,body.sl-no-scroll{overflow:hidden!important;}
}
@media(max-width:520px){
  html body.sl-site .sl-main-header .sl-nav{width:100vw!important;}
  html body.sl-site .sl-mobile-toggle{right:12px!important;}
  html body.sl-site .sl-main-header .sl-brand-copy{max-width:220px!important;}
}


/* v6.6.0 virtual classroom + $200 package polish */
.sl-main{overflow-x:hidden;}
.sl-header-actions .sl-book-btn{white-space:nowrap;}
.sl-classroom-hero{background:radial-gradient(circle at 15% 18%,rgba(46,247,231,.16),transparent 32%),radial-gradient(circle at 88% 20%,rgba(255,210,31,.14),transparent 34%),linear-gradient(135deg,#071018,#020506 65%,#10211e)!important;padding-top:clamp(48px,6vw,88px)!important;padding-bottom:clamp(38px,5vw,74px)!important;}
.sl-classroom-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:28px;align-items:center;}
.sl-classroom-policy{border:1px solid rgba(46,247,231,.32);border-radius:28px;background:rgba(2,12,14,.78);padding:24px;display:grid;gap:10px;box-shadow:0 18px 44px rgba(0,0,0,.28);}
.sl-classroom-policy strong{font-size:1.5rem;color:#ffd21f}.sl-classroom-policy span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:9px 12px;color:#e8ffff;background:rgba(255,255,255,.04);font-weight:800;}
.sl-classroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.sl-classroom-card,.sl-empty-classroom,.sl-classroom-box{border:1px solid rgba(46,247,231,.24);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));padding:24px;box-shadow:0 18px 50px rgba(0,0,0,.24);}
.sl-classroom-card h3{color:#ffd21f;margin:12px 0;font-size:1.35rem;line-height:1.15}.sl-classroom-card p{color:#e8f6f5}.sl-classroom-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.sl-classroom-top span,.sl-classroom-top b{display:inline-flex;border-radius:999px;padding:7px 10px;background:rgba(46,247,231,.12);border:1px solid rgba(46,247,231,.24);font-size:.82rem;text-transform:uppercase;font-weight:900;color:#2ef7e7}.sl-classroom-top b{background:rgba(255,210,31,.12);border-color:rgba(255,210,31,.3);color:#ffd21f}.sl-classroom-meta{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.sl-classroom-meta span{font-size:.8rem;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.06);color:#cbd5e1;font-weight:800;}
.sl-room-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:24px;align-items:start}.sl-video-room{border:1px solid rgba(46,247,231,.22);border-radius:30px;overflow:hidden;background:#000;box-shadow:0 20px 60px rgba(0,0,0,.32)}.sl-video-room iframe{display:block;width:100%;height:min(72vh,760px);min-height:520px;border:0;background:#000}.sl-room-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;background:#061014;border-bottom:1px solid rgba(46,247,231,.2)}.sl-room-toolbar b{display:block;color:#fff}.sl-room-toolbar small{display:block;color:#9cc9c7;margin-top:3px}.sl-classroom-side{display:grid;gap:18px;position:sticky;top:130px}.sl-classroom-box h3{margin:0 0 10px;color:#ffd21f}.sl-classroom-box p{color:#d7e6e4}.sl-rec-status{font-size:.9rem;color:#2ef7e7!important;font-weight:800}.sl-recording-console{display:grid;gap:10px}.sl-recording-list{margin:8px 0 0;padding-left:20px}.sl-recording-list a{color:#2ef7e7;font-weight:900}.sl-empty-classroom{text-align:center;padding:clamp(28px,5vw,56px)}.sl-empty-classroom h3{font-size:clamp(1.8rem,4vw,3rem);color:#ffd21f;margin:0 0 8px}.single-product .sl-page-hero,.single-product .product_title{margin-top:0!important}.single-product .woocommerce div.product{padding-top:clamp(22px,3vw,42px)!important}.single-product .summary{align-self:center}.sl-product-buy-panel strong{font-size:clamp(1.6rem,2.5vw,2.4rem)!important;color:#2ef7e7!important}.sl-product-buy-panel p{max-width:720px}.sl-membership-card strong,.sl-price-large{color:#2ef7e7!important}.sl-flow-card,.sl-card,.sl-market-card{min-width:0}.sl-section{padding-top:clamp(42px,6vw,72px);padding-bottom:clamp(42px,6vw,72px)}
@media(max-width:1180px){.sl-classroom-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.sl-room-layout,.sl-classroom-hero-grid{grid-template-columns:1fr}.sl-classroom-side{position:static}.sl-video-room iframe{height:62vh;min-height:430px}.sl-header-actions .sl-book-btn{padding-inline:18px}}
@media(max-width:720px){.sl-classroom-grid{grid-template-columns:1fr}.sl-video-room iframe{height:58vh;min-height:360px}.sl-room-toolbar{display:grid}.sl-classroom-box,.sl-classroom-card{border-radius:22px;padding:18px}.sl-classroom-policy{border-radius:22px;padding:18px}.sl-page-title{font-size:clamp(2.2rem,13vw,4.2rem)!important}.sl-hero-actions .sl-btn{width:100%}.sl-header-actions{display:none!important}.sl-nav.is-open .sl-menu{padding-bottom:70px!important}}


/* v6.6.1 seamless professional dropdown menu */
html body.sl-site .sl-professional-menu>.sl-has-submenu{position:relative!important;}
html body.sl-site .sl-professional-menu>.sl-has-submenu:after{content:""!important;position:absolute!important;left:-18px!important;right:-18px!important;top:100%!important;height:18px!important;display:block!important;background:transparent!important;pointer-events:auto!important;}
html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link,
html body.sl-site .sl-professional-menu>.menu-item>button.sl-top-link{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;border:0!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important;}
html body.sl-site .sl-professional-menu>.menu-item>button.sl-top-link:focus-visible,
html body.sl-site .sl-professional-menu>.menu-item>a.sl-top-link:focus-visible{outline:2px solid rgba(32,227,210,.88)!important;outline-offset:3px!important;}
html body.sl-site .sl-professional-menu .sl-menu-caret{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:2px!important;transition:transform .16s ease!important;font-size:.82em!important;}
html body.sl-site .sl-professional-menu .sl-has-submenu:hover>.sl-top-link .sl-menu-caret,
html body.sl-site .sl-professional-menu .sl-has-submenu:focus-within>.sl-top-link .sl-menu-caret,
html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-top-link .sl-menu-caret{transform:rotate(180deg)!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu{top:calc(100% + 8px)!important;left:50%!important;display:block!important;padding:10px!important;border-radius:18px!important;background:rgba(7,19,22,.99)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,4px)!important;transition:opacity .12s ease,transform .12s ease,visibility .12s ease!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu:after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-12px!important;height:14px!important;background:transparent!important;}
html body.sl-site .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
html body.sl-site .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu,
html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important;}
html body.sl-site .sl-professional-menu .sl-sub-menu a{min-height:42px!important;line-height:1.25!important;white-space:nowrap!important;}
@media(min-width:1181px){
  html body.sl-site .sl-professional-menu .sl-sub-menu{min-width:265px!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu li+li{margin-top:3px!important;}
}
@media(max-width:1180px){
  html body.sl-site .sl-professional-menu>.sl-has-submenu:after{display:none!important;}
  html body.sl-site .sl-professional-menu>.menu-item>button.sl-top-link{width:100%!important;justify-content:space-between!important;text-align:left!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu{position:static!important;display:grid!important;grid-template-rows:0fr!important;gap:0!important;overflow:hidden!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transition:grid-template-rows .22s ease,margin .22s ease,padding .22s ease!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu:after{display:none!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu>li{min-height:0!important;overflow:hidden!important;}
  html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{grid-template-rows:1fr!important;margin:8px 0 2px!important;padding:8px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;background:rgba(0,0,0,.22)!important;}
  html body.sl-site .sl-professional-menu .sl-sub-menu a{white-space:normal!important;min-height:44px!important;}
}


/* v6.6.2 header menu vertical alignment polish */
@media(min-width:1181px){
  html body.sl-site .sl-main-header .sl-header-inner{
    width:min(100% - 34px,1800px)!important;
    min-height:76px!important;
    grid-template-columns:minmax(230px,auto) minmax(0,1fr) auto!important;
    align-items:center!important;
    padding:7px 0!important;
    gap:clamp(14px,2vw,30px)!important;
  }
  html body.sl-site .sl-main-header .sl-brand{
    align-self:center!important;
    min-width:230px!important;
    margin:0!important;
  }
  html body.sl-site .sl-main-header .sl-logo{
    width:52px!important;
    height:52px!important;
    border-radius:15px!important;
  }
  html body.sl-site .sl-main-header .sl-logo-text{
    font-size:clamp(1.05rem,1.22vw,1.42rem)!important;
    line-height:1!important;
    margin:0!important;
  }
  html body.sl-site .sl-main-header .sl-tagline{
    font-size:.78rem!important;
    line-height:1.1!important;
    margin:3px 0 0!important;
  }
  html body.sl-site .sl-main-header .sl-nav{
    justify-self:center!important;
    align-self:center!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body.sl-site .sl-main-header .sl-professional-menu{
    min-height:48px!important;
    max-width:min(100%,820px)!important;
    margin:0 auto!important;
    padding:5px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    border-radius:999px!important;
  }
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item{
    display:flex!important;
    align-items:center!important;
    margin:0!important;
    padding:0!important;
  }
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    padding:9px 13px!important;
    margin:0!important;
    line-height:1!important;
    font-size:.82rem!important;
    letter-spacing:.025em!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }
  html body.sl-site .sl-header-actions{
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    margin:0!important;
  }
  html body.sl-site .sl-header-actions .sl-btn{
    min-height:42px!important;
    padding:11px 18px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body.admin-bar.sl-site .sl-main-header,
  html body.admin-bar.sl-site .sl-header{top:32px!important;}
}
@media(min-width:1181px) and (max-width:1320px){
  html body.sl-site .sl-main-header .sl-header-inner{
    grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  html body.sl-site .sl-main-header .sl-brand{min-width:190px!important;}
  html body.sl-site .sl-main-header .sl-logo{width:46px!important;height:46px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:1.02rem!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.70rem!important;}
  html body.sl-site .sl-main-header .sl-professional-menu{gap:4px!important;max-width:760px!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{font-size:.74rem!important;padding:9px 9px!important;}
  html body.sl-site .sl-header-actions .sl-btn{font-size:.74rem!important;padding:10px 13px!important;}
}
@media(max-width:1180px){
  html body.sl-site .sl-main-header .sl-header-inner{
    min-height:72px!important;
    padding:8px 0!important;
  }
  html body.sl-site .sl-mobile-toggle{
    top:calc(env(safe-area-inset-top,0px) + 12px)!important;
  }
  html body.admin-bar.sl-site .sl-mobile-toggle{
    top:calc(46px + env(safe-area-inset-top,0px) + 8px)!important;
  }
}


/* v6.6.3 stable mobile/desktop menu controller override */
html body.sl-site .sl-main-header{z-index:2147482000!important;overflow:visible!important;}
html body.sl-site .sl-main-header .sl-header-inner{overflow:visible!important;}
html body.sl-site .sl-main-header .sl-nav{overflow:visible!important;}
html body.sl-site .sl-main-header .sl-professional-menu{overflow:visible!important;}
html body.sl-site .sl-main-header .sl-professional-menu li{list-style:none!important;}

@media(min-width:1181px){
  html body.sl-site .sl-mobile-toggle{display:none!important;}
  html body.sl-site .sl-main-header .sl-nav{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-professional-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0 auto!important;padding:6px!important;border:1px solid rgba(32,227,210,.20)!important;border-radius:999px!important;background:rgba(255,255,255,.025)!important;box-shadow:none!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item{position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:38px!important;padding:10px 14px!important;border-radius:999px!important;background:transparent!important;border:0!important;color:#effffd!important;font-size:.82rem!important;font-weight:850!important;letter-spacing:.025em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;box-shadow:none!important;cursor:pointer!important;transition:background-color .14s ease,color .14s ease!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:after{display:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item:hover>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item:focus-within>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item.is-submenu-open>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.current-menu-item>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.current_page_item>.sl-top-link{background:#f6c343!important;color:#061014!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.sl-has-submenu:after{content:""!important;position:absolute!important;left:-20px!important;right:-20px!important;top:100%!important;height:18px!important;background:transparent!important;display:block!important;pointer-events:auto!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-menu-caret{display:inline-flex!important;transform:none!important;transition:transform .14s ease!important;color:currentColor!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:hover .sl-menu-caret,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:focus-within .sl-menu-caret,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu.is-submenu-open .sl-menu-caret{transform:rotate(180deg)!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu{position:absolute!important;top:calc(100% + 10px)!important;left:50%!important;display:block!important;min-width:292px!important;width:max-content!important;max-width:360px!important;margin:0!important;padding:10px!important;border:1px solid rgba(32,227,210,.24)!important;border-radius:18px!important;background:#071316!important;box-shadow:0 24px 60px rgba(0,0,0,.46)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-50%,6px,0)!important;transition:opacity .10s linear,transform .12s ease!important;z-index:2147483200!important;will-change:opacity,transform!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-14px!important;height:16px!important;background:transparent!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(-50%,0,0)!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu li{display:block!important;margin:0!important;padding:0!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu li+li{margin-top:4px!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a{display:flex!important;align-items:center!important;width:100%!important;min-height:43px!important;padding:12px 14px!important;border-radius:12px!important;background:transparent!important;color:#e9fffc!important;font-size:.94rem!important;font-weight:750!important;line-height:1.25!important;text-align:left!important;text-transform:none!important;letter-spacing:0!important;white-space:nowrap!important;text-decoration:none!important;box-shadow:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:hover,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:focus{background:rgba(32,227,210,.12)!important;color:#20e3d2!important;outline:none!important;}
  html body.sl-site .sl-menu-backdrop{display:none!important;}
}

@media(max-width:1180px){
  html.sl-menu-is-open,body.sl-menu-open,body.sl-no-scroll{overflow:hidden!important;touch-action:none!important;}
  html body.sl-site .sl-main-header{position:sticky!important;top:0!important;overflow:visible!important;z-index:2147482000!important;}
  html body.admin-bar.sl-site .sl-main-header{top:46px!important;}
  html body.sl-site .sl-main-header .sl-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:72px!important;width:min(100% - 24px,1800px)!important;padding:8px 0!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-brand{max-width:calc(100% - 76px)!important;min-width:0!important;}
  html body.sl-site .sl-main-header .sl-logo{width:52px!important;height:52px!important;}
  html body.sl-site .sl-main-header .sl-logo-text{font-size:1.05rem!important;line-height:1!important;}
  html body.sl-site .sl-main-header .sl-tagline{font-size:.72rem!important;line-height:1.1!important;}
  html body.sl-site .sl-header-actions{display:none!important;}
  html body.sl-site .sl-mobile-toggle{display:inline-flex!important;position:fixed!important;right:14px!important;top:calc(env(safe-area-inset-top,0px) + 14px)!important;z-index:2147483647!important;width:48px!important;height:48px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:0!important;border:1px solid rgba(32,227,210,.36)!important;border-radius:14px!important;background:#071316!important;box-shadow:0 12px 34px rgba(0,0,0,.42)!important;color:#fff!important;}
  html body.admin-bar.sl-site .sl-mobile-toggle{top:calc(46px + env(safe-area-inset-top,0px) + 10px)!important;}
  html body.sl-site .sl-mobile-toggle span{display:block!important;width:22px!important;height:2px!important;margin:3px 0!important;border-radius:999px!important;background:#fff!important;transition:transform .15s ease,opacity .12s ease!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(2){opacity:0!important;}
  html body.sl-site .sl-mobile-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}

  html body.sl-site .sl-main-header .sl-nav{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(92vw,420px)!important;height:100dvh!important;max-height:100dvh!important;padding:calc(env(safe-area-inset-top,0px) + 82px) 16px calc(env(safe-area-inset-bottom,0px) + 24px)!important;margin:0!important;border:0!important;border-left:1px solid rgba(32,227,210,.22)!important;border-radius:0!important;background:#061014!important;box-shadow:-22px 0 58px rgba(0,0,0,.50)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;transform:translate3d(104%,0,0)!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;transition:transform .18s cubic-bezier(.2,.65,.25,1)!important;will-change:transform!important;z-index:2147483600!important;}
  html body.admin-bar.sl-site .sl-main-header .sl-nav{padding-top:calc(46px + env(safe-area-inset-top,0px) + 82px)!important;}
  html body.sl-site .sl-main-header .sl-nav.is-open{transform:translate3d(0,0,0)!important;pointer-events:auto!important;}
  html body.sl-site .sl-menu-backdrop{display:block!important;position:fixed!important;inset:0!important;z-index:2147483500!important;background:rgba(0,0,0,.55)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .16s linear,visibility .16s linear!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  html body.sl-site .sl-menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  html body.sl-site .sl-main-header .sl-professional-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;height:auto!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0 0 64px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item{display:block!important;width:100%!important;position:relative!important;overflow:visible!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item:after{display:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:54px!important;padding:15px 16px!important;margin:0!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;background:rgba(255,255,255,.055)!important;color:#f5fffd!important;font-size:.98rem!important;font-weight:850!important;letter-spacing:.015em!important;line-height:1.2!important;text-align:left!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:after{display:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:hover,
  html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link:focus,
  html body.sl-site .sl-main-header .sl-professional-menu>.current-menu-item>.sl-top-link,
  html body.sl-site .sl-main-header .sl-professional-menu>.current_page_item>.sl-top-link{background:rgba(32,227,210,.13)!important;color:#20e3d2!important;border-color:rgba(32,227,210,.32)!important;outline:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-menu-caret{display:inline-flex!important;color:currentColor!important;transition:transform .14s ease!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-top-link .sl-menu-caret{transform:rotate(180deg)!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu{position:static!important;display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:16px!important;background:rgba(0,0,0,.18)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;overflow:hidden!important;transition:max-height .18s ease,margin-top .18s ease,padding .18s ease!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu:before,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu:after{display:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{max-height:520px!important;margin-top:8px!important;padding:8px!important;border:1px solid rgba(255,255,255,.08)!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu li{display:block!important;min-height:0!important;overflow:visible!important;margin:0!important;padding:0!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu li+li{margin-top:6px!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a{display:flex!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:12px 14px!important;border-radius:12px!important;background:rgba(255,255,255,.04)!important;color:#dff3f1!important;font-size:.95rem!important;font-weight:750!important;line-height:1.25!important;text-align:left!important;text-transform:none!important;letter-spacing:0!important;white-space:normal!important;text-decoration:none!important;box-shadow:none!important;}
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:hover,
  html body.sl-site .sl-main-header .sl-professional-menu .sl-sub-menu a:focus{background:rgba(32,227,210,.12)!important;color:#20e3d2!important;outline:none!important;}
}

@media(max-width:480px){
  html body.sl-site .sl-main-header .sl-nav{width:100vw!important;padding-left:16px!important;padding-right:16px!important;}
}


/* v6.6.5 subscription product production fix */
.single-product .sl-main{background:#f7fbfc!important;color:#0c2230!important;}
.single-product .sl-page-hero{display:none!important;}
.single-product .woocommerce div.product{width:min(100% - 32px,1240px)!important;margin:0 auto!important;padding:26px 0 30px!important;display:grid!important;grid-template-columns:minmax(320px,1.05fr) minmax(320px,.95fr)!important;gap:28px!important;align-items:start!important;color:#0c2230!important;}
.single-product .woocommerce div.product div.images,.single-product .woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important;}
.single-product .woocommerce div.product div.images{position:sticky!important;top:112px!important;border:1px solid rgba(7,117,124,.16)!important;border-radius:22px!important;background:#fff!important;padding:12px!important;box-shadow:0 18px 54px rgba(1,20,31,.09)!important;}
.single-product .woocommerce div.product div.images img{border-radius:16px!important;display:block!important;width:100%!important;height:auto!important;object-fit:cover!important;}
.single-product .woocommerce div.product div.images .flex-control-thumbs{display:none!important;}
.single-product .summary{display:grid!important;gap:14px!important;align-content:start!important;background:#fff!important;border:1px solid rgba(7,117,124,.14)!important;border-radius:24px!important;padding:26px!important;box-shadow:0 18px 54px rgba(1,20,31,.08)!important;}
.single-product .product .product_title{font-size:clamp(2rem,4.2vw,3.7rem)!important;line-height:1.03!important;letter-spacing:-.035em!important;color:#0b2c4a!important;margin:0!important;text-shadow:none!important;text-transform:none!important;}
.single-product .product .price{font-size:clamp(1.8rem,3vw,2.6rem)!important;color:#078b83!important;font-weight:900!important;margin:0!important;}
.single-product .woocommerce-product-details__short-description{border:1px solid rgba(7,117,124,.12)!important;border-radius:18px!important;background:#f3fbfb!important;padding:18px!important;margin:0!important;color:#17344a!important;font-size:1.02rem!important;}
.single-product .woocommerce-product-details__short-description p{margin:0!important;}
.single-product .stock.out-of-stock,.single-product .stock.in-stock{color:#078b83!important;font-weight:900!important;margin:0!important;}
.single-product .product_meta{margin-top:6px!important;padding-top:14px!important;border-top:1px solid rgba(7,117,124,.12)!important;color:#476175!important;}
.single-product .product_meta a{color:#078b83!important;font-weight:800!important;}
.single-product form.cart{margin:0!important;display:flex!important;gap:12px!important;align-items:center!important;}
.single-product .quantity{display:flex!important;border:1px solid rgba(7,117,124,.14)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;}
.single-product .quantity input{min-height:48px!important;border:0!important;text-align:center!important;}
.single-product .single_add_to_cart_button.button{min-height:52px!important;border-radius:12px!important;background:#078b83!important;color:#fff!important;font-weight:900!important;padding:14px 24px!important;box-shadow:none!important;text-transform:none!important;}
.sl-product-buy-panel{margin:0!important;padding:20px!important;border:1px solid rgba(7,117,124,.14)!important;border-radius:22px!important;background:linear-gradient(135deg,#eefafa,#ffffff)!important;display:grid!important;gap:12px!important;color:#17344a!important;}
.sl-product-kicker{display:inline-flex!important;width:max-content!important;border-radius:999px!important;background:#e0f5f3!important;border:1px solid rgba(7,139,131,.18)!important;color:#078b83!important;font-size:.78rem!important;font-weight:900!important;letter-spacing:.07em!important;text-transform:uppercase!important;padding:7px 11px!important;}
.sl-product-buy-panel strong{font-size:clamp(1.45rem,2.6vw,2.2rem)!important;line-height:1.05!important;color:#0b2c4a!important;display:block!important;}
.sl-product-buy-panel p{margin:0!important;color:#17344a!important;}
.sl-product-feature-list{display:grid!important;gap:8px!important;list-style:none!important;padding:0!important;margin:0!important;}
.sl-product-feature-list li{display:flex!important;gap:10px!important;align-items:flex-start!important;background:#fff!important;border:1px solid rgba(7,117,124,.1)!important;border-radius:14px!important;padding:10px 12px!important;color:#17344a!important;}
.sl-product-feature-list li span{display:inline-flex!important;min-width:72px!important;justify-content:center!important;border-radius:999px!important;background:#fff4d7!important;color:#9a6200!important;font-weight:900!important;font-size:.8rem!important;padding:5px 9px!important;}
.sl-product-cta-row{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:2px!important;}
.sl-product-direct-buy,.sl-product-shop-link{min-height:52px!important;border-radius:12px!important;padding:14px 22px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.sl-product-direct-buy{background:#078b83!important;color:#fff!important;box-shadow:none!important;}
.sl-product-shop-link{background:#fff!important;color:#078b83!important;border:1px solid rgba(7,139,131,.24)!important;}
.single-product .woocommerce-tabs{width:min(100% - 32px,1240px)!important;margin:12px auto 54px!important;color:#0c2230!important;}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:10px!important;flex-wrap:wrap!important;padding:0!important;border:0!important;margin:0 0 16px!important;}
.single-product .woocommerce-tabs ul.tabs li{border:1px solid rgba(7,117,124,.16)!important;border-radius:999px!important;background:#fff!important;margin:0!important;padding:0!important;}
.single-product .woocommerce-tabs ul.tabs li a{color:#17344a!important;padding:12px 18px!important;font-weight:900!important;}
.single-product .woocommerce-tabs ul.tabs li.active{background:#078b83!important;}
.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important;}
.single-product .woocommerce-Tabs-panel{background:#fff!important;border:1px solid rgba(7,117,124,.12)!important;border-radius:22px!important;padding:24px!important;box-shadow:0 12px 36px rgba(1,20,31,.06)!important;color:#17344a!important;}
.single-product .related.products{display:none!important;}
@media(max-width:980px){.single-product .woocommerce div.product{grid-template-columns:1fr!important;gap:18px!important;padding:16px 0!important}.single-product .woocommerce div.product div.images{position:relative!important;top:auto!important}.single-product .summary{padding:20px!important}.single-product form.cart,.sl-product-cta-row{flex-direction:column!important}.single-product .single_add_to_cart_button.button,.sl-product-direct-buy,.sl-product-shop-link{width:100%!important}.single-product .quantity{width:100%!important}.single-product .quantity input{width:100%!important}}
@media(max-width:560px){.single-product .woocommerce div.product,.single-product .woocommerce-tabs{width:min(100% - 20px,540px)!important}.single-product .summary,.sl-product-buy-panel,.single-product .woocommerce-Tabs-panel{border-radius:18px!important;padding:16px!important}.sl-product-feature-list li{flex-direction:column!important}.sl-product-feature-list li span{min-width:0!important}.single-product .product .product_title{font-size:clamp(1.85rem,10vw,2.8rem)!important}}


/* v6.6.6 shop and cultural navigation polish */
.sl-site-link-hub{position:relative;background:linear-gradient(135deg,#061015,#071a1a 55%,#0b2420);border-top:1px solid rgba(46,247,231,.16);border-bottom:1px solid rgba(46,247,231,.16);padding:clamp(34px,5vw,64px) 0;overflow:hidden;}
.sl-site-link-hub:before{content:"";position:absolute;inset:auto -120px -180px auto;width:420px;height:420px;border-radius:999px;background:rgba(46,247,231,.12);filter:blur(70px);pointer-events:none;}
.sl-link-hub-inner{position:relative;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:clamp(22px,4vw,44px);align-items:start;}
.sl-link-hub-head span{display:inline-flex;border:1px solid rgba(46,247,231,.35);border-radius:999px;padding:8px 12px;color:#2ef7e7;font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:.78rem;background:rgba(46,247,231,.08);}
.sl-link-hub-head h2{margin:14px 0 10px;color:#fff;font-size:clamp(1.6rem,3vw,3rem);line-height:1.02;letter-spacing:-.04em;}
.sl-link-hub-head p{margin:0;color:#bdd6d4;line-height:1.6;font-weight:650;}
.sl-link-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.sl-link-hub-card{display:grid;align-content:start;gap:8px;min-height:126px;padding:17px 18px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.045);text-decoration:none!important;color:#fff!important;transition:transform .18s ease,border-color .18s ease,background .18s ease;}
.sl-link-hub-card:hover{transform:translateY(-3px);border-color:rgba(46,247,231,.38);background:rgba(46,247,231,.08);}
.sl-link-hub-card:first-child,.sl-link-hub-card:nth-child(2){background:linear-gradient(135deg,rgba(255,210,31,.18),rgba(46,247,231,.10));border-color:rgba(255,210,31,.24);}
.sl-link-hub-card strong{color:#ffd21f;font-size:1.02rem;line-height:1.1;}
.sl-link-hub-card span{color:#d7e9e7;font-size:.92rem;line-height:1.45;}
.sl-main-header .sl-professional-menu>.menu-item>a[href*="/shop/"]{background:rgba(255,210,31,.13)!important;border-color:rgba(255,210,31,.30)!important;color:#ffd21f!important;}
.sl-main-header .sl-professional-menu>.menu-item>a[href*="/shop/"]:hover{background:#ffd21f!important;color:#061015!important;}
@media(min-width:1181px){html body.sl-site .sl-main-header .sl-professional-menu{max-width:min(100%,960px)!important;gap:6px!important;}html body.sl-site .sl-main-header .sl-professional-menu>.menu-item>.sl-top-link{padding-inline:11px!important;font-size:.78rem!important;}}
@media(max-width:980px){.sl-link-hub-inner{grid-template-columns:1fr}.sl-link-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.sl-link-hub-card{min-height:112px}}
@media(max-width:560px){.sl-site-link-hub{padding:28px 0}.sl-link-hub-grid{grid-template-columns:1fr}.sl-link-hub-card{min-height:auto}.sl-link-hub-head h2{font-size:clamp(1.55rem,9vw,2.2rem)}}

/* v6.6.7 virtual classroom mockup showcase */
.sl-mockup-showcase{padding-top:28px!important}
.sl-mockup-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:start}
.sl-mockup-frame{position:relative;border:1px solid rgba(46,247,231,.28);border-radius:30px;padding:18px;background:radial-gradient(circle at top right,rgba(255,210,31,.12),transparent 28%),rgba(5,10,12,.9);box-shadow:0 24px 80px rgba(0,0,0,.35)}
.sl-mockup-frame img{display:block;width:100%;border-radius:22px;box-shadow:0 12px 40px rgba(0,0,0,.38)}
.sl-mockup-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(2,12,14,.92);border:1px solid rgba(46,247,231,.28);color:#2ef7e7;font-size:.78rem;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.sl-mockup-copy{height:100%}
.sl-mockup-copy h3{margin:16px 0 10px;color:#ffd21f;font-size:clamp(1.6rem,2.1vw,2.5rem);line-height:1.05;text-transform:uppercase}
.sl-mockup-note{margin-top:14px;color:#a9c7c4;font-size:.92rem}
@media(max-width:1080px){.sl-mockup-grid{grid-template-columns:1fr}.sl-mockup-copy{order:2}}
@media(max-width:720px){.sl-mockup-showcase{padding-top:16px!important}.sl-mockup-frame{padding:12px;border-radius:22px}.sl-mockup-frame img{border-radius:16px}.sl-mockup-badge{position:static;margin-bottom:10px;width:max-content}.sl-mockup-copy h3{font-size:1.8rem}}
/* v6.7.0 course-track post purchase flow */
.sl-course-card-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:18px!important;}
.sl-course-card-actions .sl-btn{margin:0!important;}
.sl-single-course-track-content .wp-block-group,.sl-course-track-post{max-width:1080px;margin-left:auto;margin-right:auto;}
.sl-course-track-post h2{margin-top:28px;}
.sl-course-track-post ul{padding-left:1.2rem;line-height:1.75;}
.sl-single-course-track-hero .sl-membership-card ul{margin-top:16px;}


/* v6.7.2 menu rebuild to match requested menu hierarchy */
html body.sl-site .sl-header-inner{align-items:flex-start!important;gap:16px!important}
html body.sl-site .sl-main-header .sl-nav{margin-top:8px!important;flex:1 1 auto!important;display:flex!important;justify-content:center!important}
html body.sl-site .sl-professional-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;flex-wrap:wrap!important;max-width:100%!important;margin:0!important;padding:8px!important;list-style:none!important;border:1px solid rgba(115,236,226,.22)!important;border-radius:999px!important;background:rgba(3,10,12,.92)!important;overflow:visible!important}
html body.sl-site .sl-professional-menu .menu-item{position:relative!important}
html body.sl-site .sl-professional-menu .sl-top-link,
html body.sl-site .sl-professional-menu .sl-submenu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:10px 12px!important;min-height:42px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#eef7f6!important;font-size:.78rem!important;font-weight:850!important;letter-spacing:.02em!important;line-height:1.05!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer!important}
html body.sl-site .sl-professional-menu .menu-item.current-menu-item>.sl-top-link,
html body.sl-site .sl-professional-menu .menu-item.current-menu-item>.sl-submenu-toggle,
html body.sl-site .sl-professional-menu .sl-top-link:hover,
html body.sl-site .sl-professional-menu .sl-submenu-toggle:hover,
html body.sl-site .sl-professional-menu .sl-top-link:focus,
html body.sl-site .sl-professional-menu .sl-submenu-toggle:focus{background:linear-gradient(180deg,#ffd15a,#f2b71b)!important;color:#061014!important;box-shadow:8px 8px 0 rgba(46,247,231,.82)!important;outline:none!important}
html body.sl-site .sl-menu-caret{font-size:.7rem!important;line-height:1!important;opacity:.85!important}
html body.sl-site .sl-professional-menu .sl-sub-menu{position:absolute!important;top:calc(100% + 12px)!important;left:0!important;min-width:250px!important;margin:0!important;padding:10px!important;list-style:none!important;border:1px solid rgba(115,236,226,.24)!important;border-radius:20px!important;background:#071316!important;box-shadow:0 22px 70px rgba(0,0,0,.42)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .18s ease,transform .18s ease!important;z-index:1000002!important}
html body.sl-site .sl-professional-menu .sl-sub-menu .sl-sub-menu{top:-10px!important;left:calc(100% + 10px)!important}
html body.sl-site .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
html body.sl-site .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu,
html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
html body.sl-site .sl-professional-menu .sl-sub-menu li{display:block!important;margin:0!important}
html body.sl-site .sl-professional-menu .sl-sub-menu .sl-top-link,
html body.sl-site .sl-professional-menu .sl-sub-menu .sl-submenu-toggle{width:100%!important;justify-content:space-between!important;padding:12px 14px!important;border-radius:14px!important;background:transparent!important;color:#eef7f6!important;font-size:.92rem!important;font-weight:780!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}
html body.sl-site .sl-professional-menu .sl-sub-menu .sl-top-link:hover,
html body.sl-site .sl-professional-menu .sl-sub-menu .sl-submenu-toggle:hover,
html body.sl-site .sl-professional-menu .sl-sub-menu .menu-item.current-menu-item>.sl-top-link{background:rgba(32,227,210,.12)!important;color:#20e3d2!important;box-shadow:none!important}
html body.sl-site .sl-mobile-toggle, html body.sl-site .sl-menu-backdrop{display:none!important}
@media (max-width: 1100px){
  html body.sl-site .sl-header-inner{display:flex!important;flex-wrap:wrap!important;align-items:center!important}
  html body.sl-site .sl-main-header .sl-nav{order:3!important;width:100%!important;margin-top:12px!important}
  html body.sl-site .sl-professional-menu{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px!important;border-radius:24px!important}
  html body.sl-site .sl-professional-menu>.menu-item{border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;background:rgba(255,255,255,.03)!important;padding:8px!important}
  html body.sl-site .sl-professional-menu>.menu-item>.sl-top-link,
  html body.sl-site .sl-professional-menu>.menu-item>.sl-submenu-toggle{width:100%!important;justify-content:space-between!important;padding:12px 14px!important;box-shadow:none!important}
  html body.sl-site .sl-professional-menu .sl-sub-menu,
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-sub-menu{position:static!important;left:auto!important;top:auto!important;min-width:0!important;width:100%!important;margin:8px 0 0!important;padding:8px!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:16px!important;background:rgba(0,0,0,.22)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;display:none!important}
  html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{display:grid!important;gap:6px!important}
  html body.sl-site .sl-professional-menu .sl-sub-menu .menu-item{border:0!important;background:transparent!important;padding:0!important}
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-top-link,
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-submenu-toggle{font-size:.95rem!important;padding:12px 12px!important;border-radius:12px!important;background:transparent!important;color:#d7e7e4!important;text-transform:none!important}
  html body.sl-site .sl-header-actions{margin-left:auto!important}
}
@media (max-width: 640px){
  html body.sl-site .sl-brand-copy strong{font-size:1.55rem!important}
  html body.sl-site .sl-tagline{font-size:1rem!important}
  html body.sl-site .sl-header-actions{width:100%!important;justify-content:flex-end!important;margin-top:6px!important}
  html body.sl-site .sl-header-actions .sl-btn{padding:10px 14px!important;font-size:.9rem!important}
}


/* v6.7.3 final menu link fix: anchors navigate to real pages, mobile menu no longer hides links */
html body.sl-site .sl-professional-menu .sl-submenu-toggle{display:none!important}
html body.sl-site .sl-professional-menu .sl-top-link{pointer-events:auto!important}
html body.sl-site .sl-professional-menu .menu-item-has-children>.sl-top-link{cursor:pointer!important}
@media (min-width:1101px){
  html body.sl-site .sl-professional-menu .sl-has-submenu:hover>.sl-sub-menu,
  html body.sl-site .sl-professional-menu .sl-has-submenu:focus-within>.sl-sub-menu,
  html body.sl-site .sl-professional-menu .sl-has-submenu.is-submenu-open>.sl-sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
}
@media (max-width:1100px){
  html body.sl-site .sl-professional-menu .sl-sub-menu,
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-sub-menu{display:grid!important;position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;width:100%!important;margin:8px 0 0!important;}
  html body.sl-site .sl-professional-menu .sl-has-submenu>.sl-top-link{background:rgba(255,210,31,.08)!important;color:#ffd15a!important}
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-top-link{color:#e8f7f6!important;background:rgba(255,255,255,.025)!important}
  html body.sl-site .sl-professional-menu .sl-sub-menu .sl-sub-menu{margin-left:12px!important;width:calc(100% - 12px)!important}
}


/* v6.7.4 mobile quick menu: always visible, no freezing drawer */
html body.sl-site .sl-mobile-quick-nav{display:none!important;}
@media (max-width: 900px){
  html body.sl-site .sl-mobile-toggle,
  html body.sl-site .sl-menu-backdrop{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  html body.sl-site.sl-no-scroll,
  html body.sl-site.sl-menu-open{overflow:auto!important;position:static!important;height:auto!important;}
  html body.sl-site .sl-main-header{position:relative!important;z-index:50!important;}
  html body.sl-site .sl-header-inner{padding:12px 14px 8px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;align-items:center!important;}
  html body.sl-site .sl-brand{min-width:0!important;}
  html body.sl-site .sl-logo{width:58px!important;height:58px!important;}
  html body.sl-site .sl-brand-copy strong{font-size:1.25rem!important;line-height:1!important;}
  html body.sl-site .sl-tagline{font-size:.86rem!important;}
  html body.sl-site .sl-header-actions{grid-column:2!important;grid-row:1!important;width:auto!important;margin:0!important;display:flex!important;gap:8px!important;justify-content:flex-end!important;}
  html body.sl-site .sl-header-actions .sl-profile-btn{display:none!important;}
  html body.sl-site .sl-header-actions .sl-book-btn{display:inline-flex!important;padding:10px 12px!important;min-height:40px!important;border-radius:999px!important;font-size:.78rem!important;white-space:nowrap!important;}
  /* Hide the unstable complex desktop nav on phones and replace with always-visible quick nav */
  html body.sl-site .sl-main-header .sl-nav{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;}
  html body.sl-site .sl-mobile-quick-nav{display:block!important;position:sticky!important;top:0!important;z-index:999999!important;background:linear-gradient(180deg,rgba(2,8,10,.98),rgba(3,13,15,.96))!important;border-top:1px solid rgba(46,247,231,.22)!important;border-bottom:1px solid rgba(46,247,231,.22)!important;padding:8px 10px 10px!important;box-shadow:0 8px 28px rgba(0,0,0,.28)!important;}
  html body.sl-site .sl-mobile-quick-title{display:flex!important;align-items:center!important;gap:8px!important;color:#2ef7e7!important;font-weight:1000!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-size:.75rem!important;margin:0 2px 7px!important;}
  html body.sl-site .sl-mobile-quick-title:before{content:'☰';display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;border-radius:8px!important;background:rgba(46,247,231,.1)!important;border:1px solid rgba(46,247,231,.3)!important;}
  html body.sl-site .sl-mobile-quick-scroll{display:flex!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;padding:0 2px 2px!important;}
  html body.sl-site .sl-mobile-quick-scroll::-webkit-scrollbar{height:4px!important;}
  html body.sl-site .sl-mobile-quick-scroll::-webkit-scrollbar-thumb{background:rgba(46,247,231,.45)!important;border-radius:999px!important;}
  html body.sl-site .sl-mobile-quick-scroll a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;color:#efffff!important;text-decoration:none!important;font-size:.86rem!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;scroll-snap-align:start!important;box-shadow:none!important;text-shadow:none!important;}
  html body.sl-site .sl-mobile-quick-scroll a:hover,
  html body.sl-site .sl-mobile-quick-scroll a:focus{background:#ffd21f!important;color:#071316!important;border-color:#ffd21f!important;outline:none!important;}
  html body.sl-site .sl-mobile-quick-scroll a[href*="shop"],
  html body.sl-site .sl-mobile-quick-scroll a[href*="200-subscription"]{background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#061014!important;border-color:rgba(255,210,31,.9)!important;}
}
@media (min-width: 901px){
  html body.sl-site .sl-mobile-quick-nav{display:none!important;}
}


/* v6.7.6 Forminator contact form integration */
.sl-forminator-wrap{display:block!important;width:100%!important;padding:22px!important;border:1px solid rgba(46,247,231,.18)!important;border-radius:24px!important;background:rgba(8,26,30,.72)!important;box-shadow:0 18px 55px rgba(0,0,0,.22)!important}
.sl-forminator-wrap .forminator-ui{margin:0!important}
.sl-forminator-wrap .forminator-label{color:#effffb!important;font-weight:800!important}
.sl-forminator-wrap .forminator-input,.sl-forminator-wrap .forminator-textarea,.sl-forminator-wrap .forminator-select2 + .select2 .select2-selection{background:#071316!important;color:#fff!important;border:1px solid rgba(46,247,231,.24)!important;border-radius:14px!important}
.sl-forminator-wrap .forminator-button-submit{background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#071316!important;border-radius:999px!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.04em!important;padding:14px 22px!important;box-shadow:7px 7px 0 #17c9c3!important}
.sl-forminator-wrap .forminator-description,.sl-forminator-wrap .forminator-error-message{font-weight:700!important}
@media(max-width:720px){.sl-forminator-wrap{padding:16px!important;border-radius:20px!important}.sl-forminator-wrap .forminator-button-submit{width:100%!important}}


/* v6.7.6 mobile quick nav link repair */
html body.sl-site .sl-mobile-quick-nav{pointer-events:auto!important;}
html body.sl-site .sl-mobile-quick-scroll{pointer-events:auto!important;position:relative!important;z-index:2147483600!important;}
html body.sl-site .sl-mobile-quick-scroll a{pointer-events:auto!important;cursor:pointer!important;position:relative!important;z-index:2147483601!important;touch-action:manipulation!important;}
@media (max-width: 1100px){
  html body.sl-site .sl-mobile-quick-nav{display:block!important;position:sticky!important;top:0!important;z-index:2147483000!important;}
  html body.sl-site .sl-main-header{z-index:2147482000!important;}
  html body.sl-site .sl-menu-backdrop{display:none!important;pointer-events:none!important;}
}
@media (min-width:1101px){html body.sl-site .sl-mobile-quick-nav{display:none!important;}}


/* v6.7.7 legal pages */
.sl-legal-doc{max-width:1040px;margin:0 auto;padding:34px;border:1px solid rgba(46,247,231,.2);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 24px 70px rgba(0,0,0,.28)}
.sl-legal-doc .sl-legal-updated{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(46,247,231,.1);border:1px solid rgba(46,247,231,.22);color:#eaffff;font-size:.92rem}
.sl-legal-doc h2{margin:28px 0 8px;color:#ffd21f;font-size:clamp(1.25rem,2.1vw,1.85rem);line-height:1.12;text-transform:uppercase;letter-spacing:-.02em}
.sl-legal-doc p{color:#dbe7e8;font-size:1rem;line-height:1.78;margin:0 0 14px}
@media(max-width:720px){.sl-legal-doc{padding:20px;border-radius:22px}.sl-legal-doc h2{font-size:1.15rem}.sl-legal-doc p{font-size:.96rem}}


/* v6.7.8 Music & Arts cleanup: remove stray legacy content and fill the visual layout */
.sl-music-arts-page .sl-music-editor-content:empty{display:none!important;}
.sl-music-arts-page .sl-music-editor-content{max-width:min(1240px,calc(100vw - 32px))!important;margin:0 auto 22px!important;}
.sl-music-arts-page .sl-music-editor-content>p:only-child{display:none!important;}
.sl-music-arts-page .sl-music-hero,
.sl-music-arts-page .sl-mwambao-grid,
.sl-music-arts-page .sl-sound-cards,
.sl-music-arts-page .sl-arts-wall,
.sl-music-arts-page .sl-genre-lab,
.sl-music-arts-page .sl-music-cta{width:min(1240px,calc(100vw - 32px))!important;max-width:1240px!important;}
.sl-music-arts-page .sl-sound-cards{grid-template-columns:repeat(4,minmax(220px,1fr))!important;align-items:stretch!important;}
.sl-music-arts-page .sl-sound-cards article{display:flex!important;flex-direction:column!important;height:100%!important;}
.sl-music-arts-page .sl-sound-cards img{height:250px!important;object-fit:cover!important;}
.sl-music-arts-page .sl-sound-cards p{padding-bottom:4px!important;}
.sl-music-arts-page .sl-mwambao-grid,.sl-music-arts-page .sl-arts-wall{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;}
.sl-music-arts-page .sl-mwambao-photo-stack,.sl-music-arts-page .sl-arts-mosaic{width:100%!important;min-width:0!important;}
.sl-music-arts-page .sl-mwambao-photo-stack img,.sl-music-arts-page .sl-arts-mosaic img{width:100%!important;object-fit:cover!important;}
.sl-music-arts-page .sl-genre-lab{margin-left:auto!important;margin-right:auto!important;}
/* Legacy Gutenberg fallback, for cached pages that still render old blocks before the repair routine runs. */
body.page-slug-music-arts .sl-page-hero-block + p,
body.page-slug-music-arts .sl-page-hero-block ~ p:empty{display:none!important;}
body.page-slug-music-arts .sl-hype-card-grid{width:min(1240px,calc(100vw - 32px))!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:24px!important;}
body.page-slug-music-arts .sl-hype-card-grid .sl-hype-card{height:100%!important;display:flex!important;flex-direction:column!important;}
body.page-slug-music-arts .sl-hype-card-grid img{width:100%!important;height:230px!important;object-fit:cover!important;}
@media(max-width:1100px){.sl-music-arts-page .sl-sound-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sl-music-arts-page .sl-mwambao-grid,.sl-music-arts-page .sl-arts-wall{grid-template-columns:1fr!important}body.page-slug-music-arts .sl-hype-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.sl-music-arts-page .sl-music-hero,.sl-music-arts-page .sl-mwambao-grid,.sl-music-arts-page .sl-sound-cards,.sl-music-arts-page .sl-arts-wall,.sl-music-arts-page .sl-genre-lab,.sl-music-arts-page .sl-music-cta{width:min(100% - 22px,1240px)!important}.sl-music-arts-page .sl-sound-cards,body.page-slug-music-arts .sl-hype-card-grid{grid-template-columns:1fr!important}.sl-music-arts-page .sl-sound-cards img{height:240px!important}}


/* v6.8.1 Tutor LMS checkout bridge */
.sl-tutor-flow-bridge{width:min(100% - 28px,1220px);margin:22px auto;padding:0}
.sl-tutor-flow-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:22px;align-items:stretch;padding:24px;border:1px solid rgba(46,247,231,.22);border-radius:30px;background:linear-gradient(135deg,rgba(8,24,28,.96),rgba(6,13,16,.96));box-shadow:0 22px 70px rgba(0,0,0,.28)}
.sl-tutor-flow-grid h2{margin:12px 0 10px;color:#ffd21f;font-size:clamp(1.75rem,3vw,3rem);line-height:1.02;text-transform:uppercase}
.sl-tutor-flow-grid p{color:#d9ece9;font-size:1.02rem;line-height:1.7;margin:0}
.sl-tutor-flow-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.sl-tutor-flow-steps a{display:flex;align-items:center;gap:12px;min-height:86px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.sl-tutor-flow-steps a:hover,.sl-tutor-flow-steps a:focus{transform:translateY(-2px);border-color:rgba(46,247,231,.4);background:rgba(46,247,231,.08);outline:none}
.sl-tutor-flow-steps strong{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#ffd21f,#ff9f1c);color:#071316;font-weight:1000}
.sl-tutor-flow-steps span{font-weight:900;line-height:1.15}
.sl-tutor-after-checkout{margin:18px 0 26px;padding:22px;border:1px solid rgba(46,247,231,.24);border-radius:24px;background:linear-gradient(135deg,rgba(6,28,31,.96),rgba(7,15,18,.96));box-shadow:0 18px 54px rgba(0,0,0,.25)}
.sl-tutor-after-checkout h2{margin:.35rem 0 .6rem;color:#ffd21f;font-size:clamp(1.6rem,2.4vw,2.5rem);text-transform:uppercase}
.sl-tutor-after-checkout p{color:#e8f8f6;margin:0 0 14px}
.woocommerce-checkout .sl-tutor-flow-bridge{width:100%;margin:0 0 22px}
.woocommerce-checkout .sl-tutor-flow-grid{border-radius:24px}
@media(max-width:900px){.sl-tutor-flow-grid{grid-template-columns:1fr;padding:18px;border-radius:24px}.sl-tutor-flow-steps{grid-template-columns:1fr}.sl-tutor-flow-steps a{min-height:72px}.sl-tutor-flow-bridge{width:min(100% - 20px,1220px)}}


/* v6.8.1 Tutor LMS dashboard, learner profile and teacher profile hardening */
html body.sl-site .sl-dashboard-studio{padding-top:24px!important;background:radial-gradient(circle at 82% 10%,rgba(46,247,231,.08),transparent 34%),linear-gradient(180deg,#071014,#020609)!important;}
html body.sl-site .sl-dashboard-hero-card{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:24px!important;align-items:center!important;border:1px solid rgba(46,247,231,.24)!important;border-radius:30px!important;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;padding:clamp(20px,3vw,34px)!important;box-shadow:0 24px 74px rgba(0,0,0,.30)!important;margin-bottom:16px!important;}
html body.sl-site .sl-dashboard-avatar{width:92px!important;height:92px!important;border-radius:28px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#2ef7e7,#ffd21f)!important;color:#061014!important;font-size:2.5rem!important;font-weight:1000!important;box-shadow:8px 8px 0 rgba(0,0,0,.38)!important;}
html body.sl-site .sl-dashboard-hero-copy .sl-page-title{margin:.15rem 0 .35rem!important;color:#fff!important;text-shadow:none!important;}
html body.sl-site .sl-dashboard-hero-copy p{color:#d9f4f1!important;max-width:760px!important;}
html body.sl-site .sl-dashboard-status-pills{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:14px!important;}
html body.sl-site .sl-dashboard-status-pills span{display:inline-flex!important;align-items:center!important;min-height:34px!important;border-radius:999px!important;padding:7px 11px!important;font-weight:900!important;font-size:.82rem!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.055)!important;color:#eafdfb!important;}
html body.sl-site .sl-dashboard-status-pills span.is-ready{border-color:rgba(46,247,231,.45)!important;color:#2ef7e7!important;background:rgba(46,247,231,.10)!important;}
html body.sl-site .sl-dashboard-status-pills span.is-needed{border-color:rgba(255,210,31,.45)!important;color:#ffd21f!important;background:rgba(255,210,31,.10)!important;}
html body.sl-site .sl-dashboard-quick-actions{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:220px!important;}
html body.sl-site .sl-dashboard-quick-actions .sl-btn{width:100%!important;justify-content:center!important;box-shadow:none!important;}
html body.sl-site .sl-dashboard-pathway{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:16px 0 22px!important;}
html body.sl-site .sl-dashboard-pathway a{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;border:1px solid rgba(46,247,231,.18)!important;border-radius:18px!important;padding:13px 14px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;min-height:64px!important;}
html body.sl-site .sl-dashboard-pathway a:hover{background:rgba(46,247,231,.09)!important;border-color:rgba(46,247,231,.42)!important;}
html body.sl-site .sl-dashboard-pathway strong{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:13px!important;flex:0 0 38px!important;background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#061014!important;font-weight:1000!important;}
html body.sl-site .sl-dashboard-pathway span{font-weight:950!important;line-height:1.1!important;}
html body.sl-site .sl-tutor-dashboard-shell{border:1px solid rgba(46,247,231,.22)!important;border-radius:30px!important;background:#f8fbff!important;padding:clamp(14px,2vw,24px)!important;box-shadow:0 24px 70px rgba(0,0,0,.35)!important;overflow:hidden!important;color:#18212f!important;}
html body.sl-site .sl-tutor-dashboard-shell *{text-shadow:none!important;}
html body.sl-site .sl-tutor-dashboard-shell,
html body.sl-site .sl-tutor-dashboard-shell p,
html body.sl-site .sl-tutor-dashboard-shell span,
html body.sl-site .sl-tutor-dashboard-shell div,
html body.sl-site .sl-tutor-dashboard-shell li,
html body.sl-site .sl-tutor-dashboard-shell label,
html body.sl-site .sl-tutor-dashboard-shell td,
html body.sl-site .sl-tutor-dashboard-shell th{color:#18212f!important;}
html body.sl-site .sl-tutor-dashboard-shell a{color:#0b7f78!important;font-weight:750!important;}
html body.sl-site .sl-tutor-dashboard-shell h1,
html body.sl-site .sl-tutor-dashboard-shell h2,
html body.sl-site .sl-tutor-dashboard-shell h3,
html body.sl-site .sl-tutor-dashboard-shell h4,
html body.sl-site .sl-tutor-dashboard-shell .tutor-fs-3,
html body.sl-site .sl-tutor-dashboard-shell .tutor-fs-4,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-title{color:#071316!important;text-shadow:none!important;font-family:inherit!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content-inner,
html body.sl-site .sl-tutor-dashboard-shell .tutor-container,
html body.sl-site .sl-tutor-dashboard-shell .tutor-row{background:transparent!important;color:#18212f!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar{border-radius:24px!important;background:#ffffff!important;border:1px solid #d9e5ec!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;overflow:hidden!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu a,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu a,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar a,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu li a,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item a{color:#223044!important;background:transparent!important;border-radius:14px!important;font-weight:800!important;opacity:1!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu a:hover,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu a:hover,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item.active a,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu .active a{background:#0f9f96!important;color:#ffffff!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu .tutor-icon,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu .tutor-icon,
html body.sl-site .sl-tutor-dashboard-shell [class*="tutor-icon"]{color:inherit!important;opacity:1!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-card,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content .tutor-card,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-info-card,
html body.sl-site .sl-tutor-dashboard-shell .tutor-alert,
html body.sl-site .sl-tutor-dashboard-shell .tutor-table{background:#ffffff!important;border:1px solid #dce7ee!important;border-radius:20px!important;color:#18212f!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-btn,
html body.sl-site .sl-tutor-dashboard-shell button,
html body.sl-site .sl-tutor-dashboard-shell input[type="submit"]{border-radius:999px!important;font-weight:900!important;box-shadow:none!important;}
html body.sl-site .sl-tutor-dashboard-shell input,
html body.sl-site .sl-tutor-dashboard-shell select,
html body.sl-site .sl-tutor-dashboard-shell textarea{background:#ffffff!important;color:#071316!important;border:1px solid #cbd8e0!important;border-radius:12px!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header-username,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header-stats,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header-display-name{color:#071316!important;opacity:1!important;}
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks,
html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-divider{border-color:#d9e5ec!important;}
html body.sl-site .sl-mini-profile-routing{padding-top:20px!important;padding-bottom:0!important;}
html body.sl-site .sl-profile-studio .sl-page-title,html body.sl-site .sl-profile-studio h1,html body.sl-site .sl-profile-studio h2,html body.sl-site .sl-profile-studio h3{color:#fff!important;text-shadow:none!important;}
html body.sl-site .sl-profile-studio p,html body.sl-site .sl-profile-studio label,html body.sl-site .sl-profile-studio .sl-lead-small{color:#d9f4f1!important;}
html body.sl-site .sl-profile-builder-form input,html body.sl-site .sl-profile-builder-form select,html body.sl-site .sl-profile-builder-form textarea{background:#ffffff!important;color:#071316!important;border-color:rgba(46,247,231,.34)!important;}
html body.sl-site .sl-profile-builder-form input::placeholder,html body.sl-site .sl-profile-builder-form textarea::placeholder{color:#667985!important;}
html body.sl-site .sl-profile-builder-form select option{color:#071316!important;background:#ffffff!important;}
@media(max-width:1080px){html body.sl-site .sl-dashboard-hero-card{grid-template-columns:1fr!important;}html body.sl-site .sl-dashboard-avatar{width:74px!important;height:74px!important;font-size:2rem!important;}html body.sl-site .sl-dashboard-quick-actions{min-width:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}html body.sl-site .sl-dashboard-pathway{grid-template-columns:repeat(2,minmax(0,1fr))!important;}html body.sl-site .sl-tutor-dashboard-shell{overflow-x:auto!important;}}
@media(max-width:680px){html body.sl-site .sl-dashboard-quick-actions,html body.sl-site .sl-dashboard-pathway{grid-template-columns:1fr!important;}html body.sl-site .sl-dashboard-hero-card{border-radius:22px!important;padding:18px!important;}html body.sl-site .sl-tutor-dashboard-shell{border-radius:22px!important;padding:12px!important;}html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu,html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu,html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar{border-radius:18px!important;margin-bottom:14px!important;}html body.sl-site .sl-tutor-dashboard-shell .tutor-row,html body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard{display:block!important;}html body.sl-site .sl-tutor-dashboard-shell table{min-width:640px!important;}html body.sl-site .sl-dashboard-status-pills span{width:100%!important;justify-content:center!important;}}


/* v6.8.1 course checkout flow hardening */
body.page-template-template-courses .tutor-wrap,
body.page-template-template-courses .tutor-courses-wrap,
body.page-template-template-courses .tutor-course-loop-loading,
body.page-template-template-courses .tutor-skeleton,
body.page-template-template-courses .tutor-skeleton-card{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;overflow:hidden!important;}
body.page-template-template-courses .sl-main{background:#061216!important;}
.sl-courses-hub-hero{padding-top:clamp(46px,7vw,92px)!important;}
.sl-course-pathway-panel{padding-top:34px!important;padding-bottom:34px!important;}
.sl-course-pathway-wide{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
.sl-course-track-selector .sl-grid{align-items:stretch!important;}
.sl-course-track-selector .sl-card,.sl-course-track-selector .course-card{height:100%!important;}
.sl-tutor-flow-bridge{position:relative;z-index:2;background:linear-gradient(135deg,rgba(8,26,30,.96),rgba(3,14,16,.98))!important;border-top:1px solid rgba(46,247,231,.18)!important;border-bottom:1px solid rgba(46,247,231,.18)!important;padding:28px 0!important;}
.sl-tutor-flow-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:24px;align-items:center;}
.sl-tutor-flow-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.sl-tutor-flow-steps a{display:flex;align-items:center;gap:12px;text-decoration:none!important;padding:14px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#fff!important;}
.sl-tutor-flow-steps strong{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#ffd21f;color:#061216;flex:0 0 auto;}
.sl-tutor-flow-steps span{font-weight:900;color:#fff!important;}
.sl-forminator-wrap .forminator-ui{background:rgba(255,255,255,.04)!important;border-radius:24px!important;padding:18px!important;}
.sl-forminator-wrap input,.sl-forminator-wrap textarea,.sl-forminator-wrap select{border-radius:14px!important;min-height:48px!important;}
@media(max-width:980px){.sl-course-pathway-wide{grid-template-columns:1fr!important}.sl-tutor-flow-grid{grid-template-columns:1fr}.sl-tutor-flow-steps{grid-template-columns:1fr}}


/* v6.8.2 WooCommerce shop bridge: visible add-to-cart + seamless Tutor LMS checkout */
html body.sl-site.woocommerce-shop .site-main,
html body.sl-site.post-type-archive-product .site-main{background:#061215!important;color:#eef7f6!important;}
.sl-shop-flow-notice{width:min(100% - 36px,1180px);margin:28px auto 22px;padding:24px;border:1px solid rgba(46,247,231,.22);border-radius:26px;background:linear-gradient(135deg,rgba(9,27,31,.96),rgba(4,10,12,.94));box-shadow:0 22px 70px rgba(0,0,0,.28)}
.sl-shop-flow-notice h1{margin:10px 0 8px;color:#ffd21f;font-size:clamp(2rem,4vw,4rem);line-height:.95;text-transform:uppercase;letter-spacing:-.03em}
.sl-shop-flow-notice p{max-width:900px;color:#d9eeee;font-size:1.06rem;line-height:1.65;margin:0 0 14px}
html body.sl-site.woocommerce-shop ul.products,
html body.sl-site.post-type-archive-product ul.products{width:min(100% - 36px,1180px)!important;margin:0 auto 60px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:22px!important}
html body.sl-site.woocommerce-shop ul.products li.product,
html body.sl-site.post-type-archive-product ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:18px!important;border:1px solid rgba(46,247,231,.22)!important;border-radius:24px!important;background:rgba(255,255,255,.045)!important;box-shadow:0 18px 45px rgba(0,0,0,.28)!important;text-align:left!important;display:flex!important;flex-direction:column!important;gap:12px!important;min-height:100%!important}
html body.sl-site.woocommerce-shop ul.products li.product img,
html body.sl-site.post-type-archive-product ul.products li.product img{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;border-radius:18px!important;margin:0!important;background:#fff!important}
html body.sl-site.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
html body.sl-site.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{color:#fff!important;font-size:1.25rem!important;line-height:1.15!important;font-weight:900!important;padding:0!important;margin:0!important}
html body.sl-site.woocommerce-shop ul.products li.product .price,
html body.sl-site.post-type-archive-product ul.products li.product .price{color:#2ef7e7!important;font-size:1.8rem!important;font-weight:1000!important;margin:0!important}
html body.sl-site.woocommerce-shop ul.products li.product .button,
html body.sl-site.post-type-archive-product ul.products li.product .button,
html body.sl-site .sl-shop-add-course{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin-top:auto!important;padding:14px 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#071316!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.02em!important;box-shadow:6px 6px 0 rgba(46,247,231,.9)!important;text-decoration:none!important;border:0!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
html body.sl-site.woocommerce-shop .woocommerce-result-count,
html body.sl-site.woocommerce-shop .woocommerce-ordering{width:min(100% - 36px,1180px)!important;margin-left:auto!important;margin-right:auto!important;color:#cde5e3!important}
html body.sl-site .sl-tutor-flow-steps a:first-child span::after{content:' → Checkout';font-weight:800;color:#2ef7e7}
@media(max-width:720px){.sl-shop-flow-notice{width:min(100% - 22px,1180px);padding:18px;border-radius:22px}.sl-shop-flow-notice h1{font-size:2.1rem}html body.sl-site.woocommerce-shop ul.products,html body.sl-site.post-type-archive-product ul.products{width:min(100% - 22px,1180px)!important;grid-template-columns:1fr!important}.sl-shop-flow-notice .sl-hero-actions .sl-btn{width:100%!important}}


/* v6.8.3 teacher/Tutor LMS dashboard workflow, alignment and activity visibility */
body.sl-site .sl-dashboard-studio{padding-top:28px!important;padding-bottom:44px!important;}
body.sl-site .sl-dashboard-studio>.sl-container{width:min(100% - 40px,1320px)!important;margin-inline:auto!important;}
body.sl-site .sl-dashboard-teacher .sl-dashboard-hero-card{grid-template-columns:auto minmax(0,1fr) minmax(240px,300px)!important;border-color:rgba(255,210,31,.28)!important;background:linear-gradient(135deg,rgba(9,28,32,.98),rgba(4,11,14,.96))!important;}
body.sl-site .sl-dashboard-teacher .sl-dashboard-avatar{background:linear-gradient(135deg,#ffd21f,#2ef7e7)!important;}
body.sl-site .sl-dashboard-workflow{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:16px 0 22px!important;}
body.sl-site .sl-dashboard-workflow a{display:flex!important;align-items:center!important;gap:12px!important;min-height:82px!important;padding:14px!important;border-radius:20px!important;border:1px solid rgba(46,247,231,.22)!important;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.03))!important;color:#fff!important;text-decoration:none!important;box-shadow:0 12px 34px rgba(0,0,0,.18)!important;}
body.sl-site .sl-dashboard-workflow a:hover{border-color:rgba(255,210,31,.48)!important;background:rgba(255,210,31,.08)!important;transform:translateY(-1px)!important;}
body.sl-site .sl-dashboard-workflow strong{display:grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;border-radius:14px!important;background:linear-gradient(135deg,#ffd21f,#ff9f1c)!important;color:#061014!important;font-weight:1000!important;}
body.sl-site .sl-dashboard-workflow span{font-weight:950!important;line-height:1.15!important;color:#fff!important;}
body.sl-site .sl-tutor-dashboard-shell{max-width:100%!important;margin:0 auto!important;border-radius:30px!important;background:#f7fbff!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-wrap,
body.sl-site .sl-tutor-dashboard-shell .tutor-container,
body.sl-site .sl-tutor-dashboard-shell .tutor-container-fluid{max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard{width:100%!important;max-width:100%!important;margin:0!important;background:#f7fbff!important;border-radius:24px!important;overflow:hidden!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-row{display:flex!important;align-items:stretch!important;gap:22px!important;margin:0!important;background:#f7fbff!important;}
body.sl-site .sl-tutor-dashboard-shell [class*="tutor-col"]{float:none!important;padding:0!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-col-3,
body.sl-site .sl-tutor-dashboard-shell .tutor-col-md-3,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar{flex:0 0 290px!important;max-width:290px!important;width:290px!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-col-9,
body.sl-site .sl-tutor-dashboard-shell .tutor-col-md-9,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content{flex:1 1 auto!important;max-width:none!important;width:auto!important;min-width:0!important;background:#ffffff!important;border-radius:24px!important;padding:24px!important;border:1px solid #dce7ee!important;box-shadow:0 14px 38px rgba(15,23,42,.08)!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks{background:#ffffff!important;color:#18212f!important;border:1px solid #dce7ee!important;border-radius:24px!important;padding:12px!important;box-shadow:0 14px 38px rgba(15,23,42,.08)!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks li{background:transparent!important;color:#18212f!important;border-radius:14px!important;margin:3px 0!important;opacity:1!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item a,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks a,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu a{display:flex!important;align-items:center!important;gap:10px!important;color:#223044!important;opacity:1!important;background:transparent!important;border-radius:14px!important;padding:12px 14px!important;font-weight:850!important;text-decoration:none!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item.is-active a,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item.active a,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks .active a,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu a:hover,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks a:hover{background:#159f93!important;color:#fff!important;opacity:1!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-menu-item a i,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-permalinks a i,
body.sl-site .sl-tutor-dashboard-shell [class*="tutor-icon"]{color:inherit!important;opacity:1!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header-info,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content-inner,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-builder-header,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-my-courses,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-review,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-quiz-attempts,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-announcement,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-withdraw,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-statement,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-purchase-history,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content .tutor-card,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-info-card,
body.sl-site .sl-tutor-dashboard-shell .tutor-card,
body.sl-site .sl-tutor-dashboard-shell .tutor-table-responsive,
body.sl-site .sl-tutor-dashboard-shell table,
body.sl-site .sl-tutor-dashboard-shell .tutor-table{background:#ffffff!important;color:#18212f!important;border-color:#dce7ee!important;border-radius:20px!important;box-shadow:none!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-header * ,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content * ,
body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content-inner * ,
body.sl-site .sl-tutor-dashboard-shell .tutor-card * ,
body.sl-site .sl-tutor-dashboard-shell .tutor-table *{color:#18212f!important;text-shadow:none!important;opacity:1!important;}
body.sl-site .sl-tutor-dashboard-shell a:not(.tutor-btn):not(.sl-btn){color:#0b7f78!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-btn,
body.sl-site .sl-tutor-dashboard-shell .tutor-button,
body.sl-site .sl-tutor-dashboard-shell button[type="submit"],
body.sl-site .sl-tutor-dashboard-shell .tutor-btn-primary{background:#159f93!important;border-color:#159f93!important;color:#ffffff!important;border-radius:999px!important;font-weight:900!important;box-shadow:none!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-btn-outline-primary{background:#ffffff!important;color:#159f93!important;border:1px solid #159f93!important;}
body.sl-site .sl-tutor-dashboard-shell input,
body.sl-site .sl-tutor-dashboard-shell select,
body.sl-site .sl-tutor-dashboard-shell textarea{background:#ffffff!important;color:#071316!important;border:1px solid #cbd8e0!important;border-radius:12px!important;box-shadow:none!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-alert,
body.sl-site .sl-tutor-dashboard-shell .tutor-alert-warning,
body.sl-site .sl-tutor-dashboard-shell .tutor-alert-info{background:#fff8e1!important;color:#3b2f03!important;border-color:#f6d365!important;border-radius:16px!important;}
body.sl-site .sl-tutor-dashboard-shell .tutor-empty-state,
body.sl-site .sl-tutor-dashboard-shell .tutor-empty-state *{color:#18212f!important;background:#ffffff!important;}
@media(max-width:1080px){
 body.sl-site .sl-dashboard-teacher .sl-dashboard-hero-card{grid-template-columns:1fr!important;}
 body.sl-site .sl-dashboard-workflow{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
 body.sl-site .sl-tutor-dashboard-shell .tutor-row{display:block!important;}
 body.sl-site .sl-tutor-dashboard-shell .tutor-col-3,
 body.sl-site .sl-tutor-dashboard-shell .tutor-col-md-3,
 body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-left-menu,
 body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-sidebar{width:100%!important;max-width:100%!important;flex-basis:auto!important;margin-bottom:16px!important;}
 body.sl-site .sl-tutor-dashboard-shell .tutor-col-9,
 body.sl-site .sl-tutor-dashboard-shell .tutor-col-md-9,
 body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content{width:100%!important;padding:16px!important;}
}
@media(max-width:680px){
 body.sl-site .sl-dashboard-studio>.sl-container{width:min(100% - 20px,1320px)!important;}
 body.sl-site .sl-dashboard-workflow{grid-template-columns:1fr!important;}
 body.sl-site .sl-dashboard-workflow a{min-height:70px!important;}
 body.sl-site .sl-tutor-dashboard-shell{padding:10px!important;border-radius:20px!important;}
 body.sl-site .sl-tutor-dashboard-shell .tutor-dashboard-content{padding:12px!important;border-radius:18px!important;}
}
