﻿/* ======================================================
   Seko Neural Homepage - Optimized unified dark/light CSS
   Runtime file: seko-neural.min.css
   Scope: body.seko-neural-page
   ====================================================== */
:root{
  --nf-bg:#020916;
  --nf-bg2:#061b4f;
  --nf-card:rgba(7,30,84,.68);
  --nf-card2:rgba(10,36,105,.82);
  --nf-card3:rgba(3,14,46,.72);
  --nf-line:rgba(65,151,255,.55);
  --nf-line-soft:rgba(65,151,255,.22);
  --nf-line-orange:rgba(255,160,38,.52);
  --nf-text:#f4f8ff;
  --nf-heading:#fff;
  --nf-muted:#b9c7e6;
  --nf-blue:#12a9ff;
  --nf-blue2:#126eff;
  --nf-cyan:#18e6ff;
  --nf-orange:#ff9f22;
  --nf-orange2:#ffc24b;
  --nf-violet:#8b52ff;
  --nf-radius:28px;
  --nf-shadow-blue:0 0 28px rgba(0,146,255,.52),inset 0 0 34px rgba(7,82,219,.20);
  --nf-shadow-card:0 22px 70px rgba(0,8,35,.35),0 0 28px rgba(0,146,255,.25),inset 0 0 34px rgba(7,82,219,.16);
  --nf-shadow-orange:0 0 30px rgba(255,158,34,.48),inset 0 0 16px rgba(255,255,255,.22);
}

/* ============================================================
   FINAL V47 - Home mobile menu, campaign links, and compact phone layout
   ============================================================ */
.nf-campaign-features .nf-campaign-feature{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(100,170,255,.28);
  color:var(--nf-text)!important;
  padding:10px 12px;
  border-radius:18px;
  font-weight:900;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.nf-campaign-features a.nf-campaign-feature:hover{
  transform:translateY(-2px);
  border-color:rgba(255,159,34,.7);
  background:rgba(255,159,34,.12);
}
html[data-theme="light"] .nf-campaign-features .nf-campaign-feature{
  background:rgba(255,255,255,.72);
  color:#0b2853!important;
  box-shadow:none!important;
}

@media (max-width:1199.98px){
  body.seko-neural-page .mobile-header .nf-mobile-grade-menu,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-menu{
    width:100%;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-toggle,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-toggle{
    width:100%;
    border:0;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    background:transparent;
    cursor:pointer;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-chevron,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-chevron{
    transition:transform .2s ease;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-toggle[aria-expanded="true"] .nf-mobile-grade-chevron,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-toggle[aria-expanded="true"] .nf-mobile-grade-chevron{
    transform:rotate(180deg);
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-panel,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel{
    margin:8px 0 12px;
    border-radius:22px;
    border:1px solid rgba(105,184,255,.22);
    background:rgba(255,255,255,.04);
    overflow:hidden;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-panel:not(.show),
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel:not(.show){
    display:none;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-group,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-group{
    border-bottom:1px solid rgba(105,184,255,.12);
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-group:last-child,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-group:last-child{
    border-bottom:0;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-link,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-link{
    min-height:44px;
    padding:10px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    color:var(--nf-text)!important;
    font-weight:850;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-sub,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-sub{
    padding:0 12px 10px;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-sub a,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-sub a{
    display:block;
    padding:8px 12px;
    margin-top:6px;
    border-radius:14px;
    color:var(--nf-muted)!important;
    background:rgba(255,255,255,.035);
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-sub a:hover,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-sub a:hover{
    color:var(--nf-orange)!important;
    background:rgba(255,159,34,.10);
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-leaf,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-leaf{
    padding-right:28px!important;
    font-size:13px;
  }
  html[data-theme="light"] body.seko-neural-page .mobile-header .nf-mobile-grade-panel,
  html[data-theme="light"] body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel{
    background:#fff;
    border-color:rgba(0,105,220,.16);
    box-shadow:0 14px 32px rgba(15,69,132,.08);
  }
  html[data-theme="light"] body.seko-neural-page .mobile-header .nf-mobile-grade-link,
  html[data-theme="light"] body.seko-neural-inner-page .mobile-header .nf-mobile-grade-link{
    color:#09244d!important;
  }
  html[data-theme="light"] body.seko-neural-page .mobile-header .nf-mobile-grade-sub a,
  html[data-theme="light"] body.seko-neural-inner-page .mobile-header .nf-mobile-grade-sub a{
    color:#395473!important;
    background:#f4f8fd;
  }
}


@media (max-width:767.98px){
  .nf-home{
    padding-bottom:34px;
  }
  .nf-home .container{
    width:calc(100% - 20px);
    max-width:430px;
    padding-left:0;
    padding-right:0;
  }
  .nf-hero{
    display:flex;
    flex-direction:column;
    min-height:auto;
    gap:18px;
    padding-top:22px;
    padding-bottom:34px;
  }
  .nf-hero-visual{
    order:1;
    width:100%;
    min-height:330px;
  }
  .nf-mascot-orbit{
    width:min(100%,360px);
  }
  .nf-ai-bubble,
  .nf-floating-chip{
    display:none;
  }
  .nf-hero-copy{
    order:2;
    max-width:100%;
    text-align:center;
    justify-self:auto;
  }
  .nf-eyebrow{
    margin-bottom:12px;
    padding:7px 13px;
    font-size:12px;
  }
  .nf-hero h1{
    font-size:clamp(38px,11.5vw,56px);
    line-height:1.18;
  }
  .nf-hero-copy>p{
    max-width:100%;
    margin-top:14px;
    font-size:14px;
    line-height:2;
  }
  .nf-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:20px;
  }
  .nf-btn{
    min-height:48px;
    padding:0 12px;
    font-size:13px;
  }
  .nf-trust-row{
    justify-content:center;
    gap:10px;
    margin-top:20px;
    font-size:13px;
  }
  .nf-avatar-stack img,
  .nf-avatar-stack:empty:before{
    width:34px;
    height:34px;
  }
  .nf-ecosystem{
    padding:18px 0 22px;
  }
  .nf-section-head{
    margin-bottom:16px;
  }
  .nf-section-head h2{
    font-size:26px;
  }
  .nf-section-head p{
    font-size:13px;
  }
  .nf-network{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:18px;
    border-radius:28px;
  }
  .nf-network-lines{
    display:none;
  }
  .nf-network:before,
  .nf-network:after{
    inset:22px;
  }
  .nf-core,
  .nf-node{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    translate:0!important;
  }
  .nf-core{
    grid-column:1/-1;
    width:106px;
    height:106px;
    margin:8px auto 10px;
  }
  .nf-core:before{
    inset:-18px;
  }
  .nf-core:after{
    inset:-34px;
  }
  .nf-core img{
    max-width:100px;
  }
  .nf-node{
    width:100%;
    min-height:96px;
    grid-template-columns:40px 1fr;
    column-gap:10px;
    padding:12px;
    border-radius:20px;
  }
  .nf-node:before{
    width:6px;
    height:6px;
    left:10px;
  }
  .nf-node i,
  .nf-node-media{
    width:40px!important;
    height:40px!important;
    font-size:18px!important;
  }
  .nf-node strong{
    font-size:13px;
  }
  .nf-node small{
    font-size:11px;
    line-height:1.6;
  }
  .nf-campaign{
    grid-template-columns:78px 1fr;
    gap:14px;
    padding:16px;
    border-radius:24px;
  }
  .nf-campaign-icon{
    width:78px;
    height:78px;
    border-radius:20px;
    font-size:32px;
  }
  .nf-campaign-copy{
    text-align:right;
  }
  .nf-campaign-copy h2{
    font-size:20px;
  }
  .nf-campaign-copy p{
    font-size:12px;
    line-height:1.8;
  }
  .nf-campaign-features,
  .nf-campaign .nf-btn{
    grid-column:1/-1;
  }
  .nf-campaign-features{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .nf-campaign-features .nf-campaign-feature{
    min-height:44px;
    justify-content:center;
    padding:8px 10px;
    font-size:12px;
  }
}
html[data-theme="light"]{
  --nf-bg:#f7fcff;
  --nf-bg2:#dff2ff;
  --nf-card:rgba(255,255,255,.76);
  --nf-card2:rgba(232,246,255,.88);
  --nf-card3:rgba(255,255,255,.72);
  --nf-line:rgba(0,113,224,.36);
  --nf-line-soft:rgba(0,113,224,.16);
  --nf-line-orange:rgba(255,148,23,.42);
  --nf-text:#061b43;
  --nf-heading:#021738;
  --nf-muted:#4b6687;
  --nf-blue:#008cff;
  --nf-blue2:#005dff;
  --nf-cyan:#00a6ff;
  --nf-orange:#ff9417;
  --nf-orange2:#ffc24b;
  --nf-shadow-blue:0 18px 54px rgba(0,100,220,.18),0 0 28px rgba(0,150,255,.22),inset 0 0 28px rgba(255,255,255,.72);
  --nf-shadow-card:0 24px 65px rgba(0,86,200,.14),0 0 28px rgba(0,150,255,.16),inset 0 0 28px rgba(255,255,255,.64);
  --nf-shadow-orange:0 16px 34px rgba(255,137,18,.28),inset 0 0 16px rgba(255,255,255,.45);
}
html[data-theme="dark"]{color-scheme:dark}
html[data-theme="light"]{color-scheme:light}

body.seko-neural-page{
  min-height:100vh;
  overflow-x:hidden;
  color:var(--nf-text);
  background:
    radial-gradient(circle at 9% 12%,rgba(8,91,216,.45),transparent 23rem),
    radial-gradient(circle at 88% 36%,rgba(16,166,255,.30),transparent 34rem),
    radial-gradient(circle at 50% 95%,rgba(12,104,255,.43),transparent 38rem),
    linear-gradient(180deg,#020916 0%,#04143d 44%,#020916 100%) !important;
  isolation:isolate;
}
html[data-theme="light"] body.seko-neural-page{
  background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 46%,#ffffff 100%) !important;
}
body.seko-neural-page:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-3;
  background:
    repeating-linear-gradient(90deg,rgba(38,116,255,.030) 0 1px,transparent 1px 90px),
    repeating-linear-gradient(0deg,rgba(38,116,255,.020) 0 1px,transparent 1px 110px);
  opacity:.82;
}
html[data-theme="light"] body.seko-neural-page:before{
  background:
    repeating-linear-gradient(90deg,rgba(25,65,120,.028) 0 1px,transparent 1px 90px),
    repeating-linear-gradient(0deg,rgba(25,65,120,.018) 0 1px,transparent 1px 110px);
  opacity:.32;
}
body.seko-neural-page:after{
  content:"";
  position:fixed;
  left:-10%;right:-10%;bottom:-34%;height:64%;
  pointer-events:none;
  z-index:-2;
  background:
    radial-gradient(ellipse at 50% 42%,rgba(0,153,255,.42),transparent 20%),
    repeating-radial-gradient(ellipse at 50% 50%,rgba(51,153,255,.34) 0 2px,transparent 2px 34px);
  transform:perspective(820px) rotateX(62deg);
  opacity:.62;
}
html[data-theme="light"] body.seko-neural-page:after{
  display:none;
}
body.seko-neural-page main,
body.seko-neural-page header,
body.seko-neural-page footer{position:relative;z-index:2}
body.seko-neural-page a{text-decoration:none}
body.seko-neural-page img{max-width:100%}
body.seko-neural-page ::selection{background:rgba(255,159,34,.35);color:#fff}

/* JS star canvas */
.nf-star-canvas{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.86}
html[data-theme="light"] .nf-star-canvas{opacity:.16;mix-blend-mode:multiply}
.nf-ambient{position:fixed;border-radius:50%;filter:blur(10px);pointer-events:none;z-index:-2;opacity:.75}
.nf-ambient-1{width:340px;height:340px;right:-150px;top:120px;background:radial-gradient(circle,rgba(0,128,255,.30),transparent 70%)}
.nf-ambient-2{width:460px;height:460px;left:-190px;top:470px;background:radial-gradient(circle,rgba(42,120,255,.25),transparent 70%)}
.nf-ambient-3{width:520px;height:520px;right:35%;bottom:-280px;background:radial-gradient(circle,rgba(0,180,255,.23),transparent 70%)}
html[data-theme="light"] .nf-ambient{display:none}

/* Bootstrap/header overrides */
body.seko-neural-page .top-banner{display:none!important}
body.seko-neural-page .desktop-header,
body.seko-neural-page .mobile-header,
body.seko-neural-page .navbar-light,
body.seko-neural-page header[style]{background:linear-gradient(180deg,rgba(2,9,22,.78),rgba(2,9,22,0))!important;box-shadow:none!important;backdrop-filter:blur(8px)}
html[data-theme="light"] body.seko-neural-page .desktop-header,
html[data-theme="light"] body.seko-neural-page .mobile-header,
html[data-theme="light"] body.seko-neural-page .navbar-light,
html[data-theme="light"] body.seko-neural-page header[style]{background:linear-gradient(180deg,rgba(247,252,255,.88),rgba(247,252,255,0))!important}
body.seko-neural-page .navbar{padding:18px 0 4px;color:var(--nf-text)}
body.seko-neural-page .navbar>.container,
body.seko-neural-page .navbar>.container-fluid{
  min-height:76px;
  max-width:1440px!important;
  padding:10px 22px!important;
  border:1px solid var(--nf-line);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(4,20,64,.76),rgba(3,12,42,.50));
  box-shadow:var(--nf-shadow-blue);
  backdrop-filter:blur(16px);
}
html[data-theme="light"] body.seko-neural-page .navbar>.container,
html[data-theme="light"] body.seko-neural-page .navbar>.container-fluid{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(231,244,255,.60));border-color:rgba(0,99,215,.22)}
body.seko-neural-page .navbar-brand img{filter:drop-shadow(0 0 14px rgba(26,139,255,.70));max-height:52px}
body.seko-neural-page .navbar .nav-link,
body.seko-neural-page .btn-mega-menu{color:var(--nf-text)!important;font-weight:800;border-radius:999px;transition:.25s ease}
body.seko-neural-page .navbar .nav-link:hover,
body.seko-neural-page .navbar .nav-link.active,
body.seko-neural-page .btn-mega-menu:hover{color:var(--nf-heading)!important;background:rgba(25,96,214,.18);text-shadow:0 0 12px rgba(53,170,255,.70)}
body.seko-neural-page .navbar .nav-link.active:after{content:"";position:absolute;bottom:-6px;right:50%;translate:50% 0;width:7px;height:7px;border-radius:50%;background:var(--nf-orange);box-shadow:0 0 14px var(--nf-orange)}
body.seko-neural-page .navbar-toggler{border:1px solid rgba(91,169,255,.55);border-radius:16px;box-shadow:0 0 16px rgba(0,157,255,.28)}
body.seko-neural-page .navbar-toggler-animation span{background:var(--nf-heading)!important}
body.seko-neural-page .form-control,
body.seko-neural-page .form-select,
body.seko-neural-page select{background:rgba(255,255,255,.07)!important;border:1px solid var(--nf-line-soft)!important;color:var(--nf-text)!important;border-radius:18px!important;box-shadow:inset 0 0 18px rgba(0,150,255,.08)}
html[data-theme="light"] body.seko-neural-page .form-control,
html[data-theme="light"] body.seko-neural-page .form-select,
html[data-theme="light"] body.seko-neural-page select{background:rgba(255,255,255,.82)!important;color:#0c254e!important}
body.seko-neural-page .form-control::placeholder{color:color-mix(in srgb,var(--nf-muted),transparent 10%)}
body.seko-neural-page .dropdown-menu{background:rgba(4,18,58,.96);border:1px solid var(--nf-line-soft);box-shadow:var(--nf-shadow-card);backdrop-filter:blur(16px);border-radius:20px;color:#fff}
html[data-theme="light"] body.seko-neural-page .dropdown-menu{background:rgba(255,255,255,.94);color:#0b2853}
body.seko-neural-page .dropdown-menu .dropdown-item,
body.seko-neural-page .dropdown-menu .nav-link{color:inherit!important;border-radius:14px}
body.seko-neural-page .dropdown-menu .dropdown-item:hover,
body.seko-neural-page .dropdown-menu .nav-link:hover{background:rgba(0,140,255,.13)!important;color:var(--nf-orange)!important}
.theme-toggle-wrap-desktop{display:flex;align-items:center}
.theme-toggle-btn{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,194,75,.55);background:linear-gradient(180deg,rgba(255,159,34,.24),rgba(8,27,76,.72));color:#fff7e8;display:grid;place-items:center;box-shadow:0 0 18px rgba(255,159,34,.28),inset 0 0 18px rgba(255,255,255,.10);transition:.25s ease;position:relative;overflow:hidden}
.theme-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 0 28px rgba(255,159,34,.42)}
.theme-toggle-btn i{position:absolute;transition:.22s ease;font-size:18px}
html[data-theme="dark"] .theme-icon-moon{opacity:0;transform:translateY(12px)}
html[data-theme="dark"] .theme-icon-sun{opacity:1;transform:translateY(0)}
html[data-theme="light"] .theme-icon-moon{opacity:1;transform:translateY(0)}
html[data-theme="light"] .theme-icon-sun{opacity:0;transform:translateY(-12px)}

/* Common layout */
.nf-home{position:relative;overflow:hidden;padding-bottom:70px;color:var(--nf-text)}
.nf-home .container{max-width:1320px;position:relative;z-index:2}
.nf-home h1,.nf-home h2,.nf-home h3,.nf-home h4,.nf-home h5,.nf-home h6{color:var(--nf-heading)!important;font-weight:950;letter-spacing:-.8px}
.nf-home p{color:var(--nf-muted);line-height:2;margin-bottom:0}
.nf-section-head{margin-bottom:38px}
.nf-section-head h2{font-size:clamp(28px,4vw,46px);margin-bottom:10px;text-shadow:0 0 24px rgba(37,151,255,.20)}
.nf-section-head p{font-size:16px}
.nf-link{display:inline-flex;align-items:center;gap:8px;color:#9ed7ff!important;font-weight:850;transition:.22s ease}
html[data-theme="light"] .nf-link{color:#006ee9!important}
.nf-link:hover{color:var(--nf-orange)!important;transform:translateX(-3px)}

/* Buttons */
.nf-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:34px}
.nf-btn{min-height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:950;transition:.24s ease;white-space:nowrap}
.nf-btn:hover{transform:translateY(-2px)}
.nf-btn-primary{border:0;color:#fff!important;background:linear-gradient(180deg,var(--nf-orange2),#ff8d18);box-shadow:var(--nf-shadow-orange)}
.nf-btn-primary:hover{filter:brightness(1.07);color:#fff!important}
.nf-btn-ghost{border:1px solid rgba(83,157,255,.56);background:linear-gradient(180deg,rgba(12,53,140,.64),rgba(2,16,57,.72));color:#eaf4ff!important;box-shadow:var(--nf-shadow-blue)}
html[data-theme="light"] .nf-btn-ghost{background:rgba(255,255,255,.70);color:#083163!important}
.nf-btn-ghost:hover{border-color:#8cd1ff;color:#fff!important;background:rgba(12,59,148,.80)}
html[data-theme="light"] .nf-btn-ghost:hover{color:#001f4a!important;background:rgba(236,248,255,.95)}

/* Hero */
.nf-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:48px;padding-top:92px;padding-bottom:78px;min-height:720px}
.nf-hero-visual{grid-column:1;grid-row:1;position:relative;min-height:590px;display:grid;place-items:center;isolation:isolate}
.nf-hero-copy{grid-column:2;grid-row:1;text-align:right;max-width:650px;justify-self:end}
.nf-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:9px 16px;border-radius:999px;color:#ffbd52;background:rgba(255,159,34,.12);border:1px solid rgba(255,159,34,.45);font-weight:900;box-shadow:0 0 22px rgba(255,159,34,.17)}
.nf-hero h1{font-size:clamp(46px,6vw,92px);line-height:1.17;margin:0;text-shadow:0 10px 34px rgba(0,0,0,.36),0 0 26px rgba(54,160,255,.30)}
.nf-hero h1 strong{color:var(--nf-orange)!important;text-shadow:0 0 24px rgba(255,159,34,.36)}
.nf-hero-copy>p{font-size:18px;line-height:2.25;margin-top:22px;max-width:620px}
.nf-holo-platform{position:absolute;left:9%;right:9%;bottom:8%;height:10px;background:var(--nf-cyan);border-radius:50%;box-shadow:0 0 26px var(--nf-cyan),0 0 86px var(--nf-blue);z-index:-1;animation:nfPulse 3.8s ease-in-out infinite}
.nf-holo-platform:before{content:"";position:absolute;left:16%;right:16%;top:-28px;height:58px;border-radius:50%;border:1px solid rgba(39,207,255,.46);box-shadow:0 0 28px rgba(0,207,255,.38)}
.nf-mascot-orbit{position:relative;width:min(94%,610px);aspect-ratio:1/1;border-radius:44px;display:grid;place-items:center;filter:drop-shadow(0 0 30px rgba(0,158,255,.66));animation:nfFloat 5.2s ease-in-out infinite;transform-style:preserve-3d}
.nf-mascot-orbit:before{content:"";position:absolute;inset:5%;border-radius:50%;background:radial-gradient(circle,rgba(0,202,255,.34),transparent 53%);filter:blur(18px);z-index:-2;animation:nfGlow 4s ease-in-out infinite}
.nf-mascot{width:100%;border-radius:38px;box-shadow:0 0 0 1px rgba(83,157,255,.24),0 24px 80px rgba(0,0,0,.32)}
.nf-orbit{position:absolute;inset:10%;border:1px solid rgba(97,186,255,.40);border-radius:50%;box-shadow:0 0 20px rgba(0,176,255,.24);pointer-events:none}
.nf-orbit-1{transform:rotate(-12deg) scaleX(1.16)}
.nf-orbit-2{transform:rotate(24deg) scaleX(1.10);animation:nfSpin 20s linear infinite}
.nf-orbit-3{transform:rotate(65deg) scaleX(1.04);animation:nfSpin 26s linear reverse infinite}
.nf-ai-bubble,.nf-floating-chip{position:absolute;border:1px solid rgba(96,176,255,.55);background:linear-gradient(180deg,rgba(6,36,116,.84),rgba(5,18,65,.78));box-shadow:var(--nf-shadow-blue);backdrop-filter:blur(14px);color:#e8f3ff;z-index:3}
html[data-theme="light"] .nf-ai-bubble,
html[data-theme="light"] .nf-floating-chip{background:rgba(255,255,255,.72);color:#09244d}
.nf-ai-bubble{right:5%;top:18%;max-width:190px;padding:14px 16px;border-radius:22px 22px 22px 6px;font-size:14px;line-height:1.8;font-weight:800}
.nf-ai-bubble small{color:var(--nf-muted);font-size:12px}
.nf-floating-chip{display:flex;align-items:center;gap:8px;border-radius:999px;padding:11px 16px;font-weight:900;font-size:14px}
.nf-floating-chip i{color:var(--nf-orange)}
.nf-chip-book{right:6%;bottom:28%}.nf-chip-question{left:7%;top:31%}
.nf-trust-row{display:flex;align-items:center;gap:14px;margin-top:28px;color:var(--nf-muted);font-weight:700}
.nf-trust-row b{color:var(--nf-orange)}
.nf-avatar-stack{display:flex;direction:ltr}.nf-avatar-stack img{width:42px;height:42px;object-fit:cover;margin-left:-12px;border-radius:50%;border:2px solid rgba(159,207,255,.88);box-shadow:0 0 17px rgba(0,144,255,.35);background:#123}
.nf-avatar-stack:empty:before{content:"ک";width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f1c39b,#19396f 55%,#06143e);border:2px solid rgba(159,207,255,.88);font-weight:950;color:#fff}

/* Ecosystem */
.nf-ecosystem{padding:60px 0 42px}
.nf-network{position:relative;min-height:520px;padding:58px;border-radius:40px;background:radial-gradient(circle at 50% 50%,rgba(0,150,255,.20),transparent 32%),linear-gradient(180deg,rgba(5,25,82,.40),rgba(2,11,38,.22));border:1px solid rgba(43,116,255,.26);box-shadow:inset 0 0 70px rgba(3,104,255,.16),0 30px 90px rgba(0,0,0,.22);overflow:hidden}
html[data-theme="light"] .nf-network{background:radial-gradient(circle at 50% 50%,rgba(0,150,255,.12),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.55),rgba(237,249,255,.38))}
.nf-network:before,.nf-network:after{content:"";position:absolute;inset:76px 110px;border:1px solid rgba(74,151,255,.25);border-radius:50%;transform:rotate(-8deg);pointer-events:none}.nf-network:after{inset:122px 75px;transform:rotate(8deg);opacity:.65}
.nf-core{position:absolute;left:50%;top:50%;translate:-50% -50%;width:168px;height:168px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 26%,#144fb5 0 12%,#031242 62%,#020b2a);border:1px solid rgba(93,168,255,.75);box-shadow:0 0 52px rgba(0,148,255,.75),inset 0 0 40px rgba(92,174,255,.25);z-index:4}
.nf-core:before,.nf-core:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(100,172,255,.43);inset:-28px;animation:nfSpin 18s linear infinite}.nf-core:after{inset:-56px;animation-direction:reverse;opacity:.65}.nf-core img{max-width:96px;filter:drop-shadow(0 0 15px rgba(0,144,255,.75))}
.nf-node{position:absolute;z-index:5;width:305px;min-height:112px;padding:18px 20px;border-radius:24px;border:1px solid rgba(63,142,255,.52);background:linear-gradient(180deg,var(--nf-card),var(--nf-card3));box-shadow:var(--nf-shadow-card);display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:15px;overflow:hidden;transition:.25s ease;color:var(--nf-text)!important}
.nf-node:hover{transform:translateY(-4px);border-color:#85ceff;box-shadow:0 0 34px rgba(0,150,255,.44),inset 0 0 22px rgba(255,255,255,.12)}
.nf-node:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--nf-orange);box-shadow:0 0 24px var(--nf-orange);top:50%;left:16px;translate:0 -50%}
.nf-node i{grid-row:1/3;width:58px;height:58px;border-radius:50%;border:1px solid rgba(99,166,255,.78);display:grid;place-items:center;font-size:25px;color:#8bd0ff;background:rgba(7,40,119,.75);box-shadow:0 0 22px rgba(29,143,255,.65)}
html[data-theme="light"] .nf-node i{background:rgba(230,246,255,.86);color:#006ee9}
.nf-node strong{color:var(--nf-orange);font-size:19px;font-weight:950}.nf-node small{color:var(--nf-muted);line-height:1.7}
.nf-node-1{right:7%;top:16%}.nf-node-2{right:5%;top:42%}.nf-node-3{right:8%;bottom:12%}.nf-node-4{left:7%;top:16%}.nf-node-5{left:5%;top:42%}.nf-node-6{left:8%;bottom:12%}
.nf-network-lines{position:absolute;inset:40px 60px;z-index:1;pointer-events:none}.nf-network-lines path{fill:none;stroke:rgba(56,171,255,.44);stroke-width:2;filter:drop-shadow(0 0 8px rgba(0,170,255,.8));stroke-dasharray:9 10;animation:nfDash 15s linear infinite}.nf-network-lines path:nth-child(2){stroke:rgba(255,159,34,.40);animation-duration:18s}.nf-network-lines path:nth-child(3){animation-duration:21s}

/* Campaign */
.nf-campaign{margin-top:34px;margin-bottom:58px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px;padding:28px 34px;border-radius:32px;border:1px solid rgba(159,75,255,.70);background:linear-gradient(100deg,rgba(68,19,143,.86),rgba(8,37,112,.82) 45%,rgba(20,6,64,.82));box-shadow:0 0 44px rgba(126,67,255,.36),inset 0 0 34px rgba(255,255,255,.08);overflow:hidden}
html[data-theme="light"] .nf-campaign{background:linear-gradient(100deg,rgba(245,239,255,.92),rgba(225,244,255,.90) 45%,rgba(255,255,255,.82));color:#0b2853}
.nf-campaign-icon{width:120px;height:120px;border-radius:28px;display:grid;place-items:center;font-size:44px;color:#ffc955;background:transparent!important;border:0!important;box-shadow:none!important}
.nf-campaign span{display:inline-flex;color:#160d1e;background:var(--nf-orange);font-weight:950;border-radius:999px;padding:4px 13px;font-size:12px}.nf-campaign h2{margin:8px 0 6px;font-size:30px}.nf-campaign p{font-size:15px}.nf-campaign-features{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.nf-campaign-features span{background:rgba(255,255,255,.07);border:1px solid rgba(100,170,255,.28);color:var(--nf-text);padding:10px 12px;border-radius:18px}.nf-campaign-features i{color:#8bd0ff}

/* Panels */
.nf-showcase,.nf-lower-grid,.nf-faq,.nf-app-strip{margin-top:54px}.nf-panel{position:relative;overflow:hidden;padding:26px;border:1px solid rgba(63,142,255,.46);border-radius:var(--nf-radius);background:linear-gradient(180deg,var(--nf-card),var(--nf-card3));box-shadow:var(--nf-shadow-card);backdrop-filter:blur(12px);height:100%}.nf-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(0,170,255,.17),transparent 28%),radial-gradient(circle at 90% 5%,rgba(255,159,34,.09),transparent 25%);pointer-events:none}.nf-panel>*{position:relative;z-index:1}.nf-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.nf-panel-head h2,.nf-panel h2{font-size:28px;margin:0 0 8px}.nf-panel-head p{font-size:14px}

/* Stars map */
.nf-star-map{position:relative;height:290px;border-radius:26px;overflow:hidden;background:radial-gradient(circle at center,rgba(255,179,42,.25),transparent 25%),radial-gradient(circle at 15% 80%,rgba(0,164,255,.28),transparent 22%)}
.nf-star-map:before,.nf-star-map:after{content:"";position:absolute;inset:34px;border-top:1px solid rgba(0,157,255,.62);border-bottom:1px solid rgba(0,157,255,.35);transform:skewY(-14deg);filter:drop-shadow(0 0 10px #0af)}.nf-star-map:after{transform:skewY(18deg);opacity:.65}
.nf-star-core{position:absolute;left:50%;top:50%;translate:-50% -50%;width:110px;height:110px;border-radius:50%;display:grid;place-items:center;color:#ffc955;font-size:62px;background:radial-gradient(circle,#81520d,#20144b);border:1px solid rgba(255,196,63,.75);box-shadow:0 0 42px rgba(255,175,37,.75);z-index:3}.nf-star-core i{filter:drop-shadow(0 0 12px rgba(255,207,68,.9))}
.nf-student-dot{position:absolute;width:66px;height:66px;border:2px solid rgba(75,178,255,.88);border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0a49b2,#071b58);box-shadow:0 0 22px rgba(0,166,255,.76);z-index:3;overflow:hidden}.nf-student-dot img{width:100%;height:100%;object-fit:cover}.nf-student-dot:empty:after{content:"دانش‌آموز";font-size:10px;color:#fff}.nf-student-dot-1{right:34px;top:38px}.nf-student-dot-2{left:70px;top:28px}.nf-student-dot-3{right:96px;bottom:30px}.nf-student-dot-4{left:34px;bottom:50px}.nf-student-dot-5{left:230px;bottom:18px}.nf-student-dot-6{right:240px;top:22px}.nf-showcase-link{margin-top:16px}

/* Teachers */
.nf-teachers-panel{overflow:hidden}.nf-teacher-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.nf-teacher-card{position:relative;min-height:318px;border:1px solid rgba(93,166,255,.52);border-radius:26px;background:linear-gradient(180deg,rgba(22,67,154,.78),rgba(4,17,60,.88));padding:18px 14px 16px;box-shadow:inset 0 0 28px rgba(67,132,255,.16),0 18px 42px rgba(0,0,0,.18);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;isolation:isolate}.nf-teacher-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 50% 8%,rgba(0,209,255,.22),transparent 30%),radial-gradient(circle at 30% 85%,rgba(255,159,34,.12),transparent 34%);z-index:-1;opacity:.9}.nf-teacher-card:after{content:"";position:absolute;left:18px;right:18px;top:112px;height:1px;background:linear-gradient(90deg,transparent,rgba(100,190,255,.42),transparent);opacity:.65}.nf-teacher-card:hover{transform:translateY(-6px);border-color:rgba(141,211,255,.85);box-shadow:0 0 32px rgba(0,166,255,.34),inset 0 0 28px rgba(67,132,255,.18)}
.nf-teacher-media{position:relative;width:118px;height:132px;border-radius:28px;margin:0 auto 4px;padding:3px;background:linear-gradient(145deg,rgba(0,213,255,.95),rgba(38,98,255,.45) 44%,rgba(255,164,32,.92));box-shadow:0 0 28px rgba(0,178,255,.42),0 0 34px rgba(255,157,31,.12);overflow:hidden}.nf-teacher-media:before{content:"";position:absolute;inset:3px;border-radius:24px;background:linear-gradient(180deg,rgba(20,68,156,.50),rgba(4,14,54,.80));z-index:0}.nf-teacher-media img,.nf-teacher-placeholder{position:relative;z-index:1;width:100%;height:100%;border-radius:24px;object-fit:cover;object-position:center top;display:block}.nf-teacher-placeholder{display:grid;place-items:center;color:#9ee7ff;font-size:46px;background:radial-gradient(circle,rgba(0,180,255,.28),rgba(8,27,87,.95))}.nf-teacher-info{width:100%;min-height:74px;display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.nf-teacher-name{font-size:18px!important;line-height:1.65;margin:0;color:#fff!important;font-weight:950;text-shadow:0 0 18px rgba(0,156,255,.36)}.nf-teacher-subject{font-size:13px!important;line-height:1.9;margin:0;color:#a8d8ff!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nf-teacher-meta{margin-top:auto;width:100%;display:grid;grid-template-columns:1fr;gap:8px}.nf-teacher-meta span{min-height:36px;border:1px solid rgba(92,172,255,.33);border-radius:999px;background:rgba(4,21,70,.50);display:flex;align-items:center;justify-content:center;gap:6px;color:#eaf6ff!important;font-size:12px;font-weight:800}.nf-teacher-meta i{color:var(--nf-orange);font-size:14px}.nf-teacher-card *{color:inherit}.nf-teacher-card a:not(.btn){color:#eaf6ff!important}.nf-teacher-card .btn,.nf-teacher-card a.btn{min-height:40px!important;padding:.45rem .9rem!important;border-radius:999px!important}.nf-teacher-card .card,.nf-teacher-card [class*="card"],.nf-teacher-card .card-body,.nf-teacher-card .card-footer{background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;padding-inline:0!important}.nf-teacher-card .card-title,.nf-teacher-card h5,.nf-teacher-card h6{color:#fff!important;font-weight:950}.nf-teacher-card p,.nf-teacher-card span,.nf-teacher-card small{color:#d8ecff!important}
html[data-theme="light"] .nf-teacher-card{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(226,244,255,.82));border-color:rgba(38,128,255,.34);box-shadow:0 18px 38px rgba(20,79,156,.12),inset 0 0 28px rgba(0,132,255,.08)}html[data-theme="light"] .nf-teacher-name{color:#08255a!important;text-shadow:none}html[data-theme="light"] .nf-teacher-subject{color:#436083!important}html[data-theme="light"] .nf-teacher-meta span{background:rgba(255,255,255,.72);color:#17345f!important;border-color:rgba(31,126,255,.22)}html[data-theme="light"] .nf-teacher-card a:not(.btn){color:#092960!important}

/* Lower dashboard */
.nf-lower-grid{display:grid;grid-template-columns:1.05fr .95fr 1.05fr;gap:24px}.nf-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:20px}.nf-stat-grid>div{min-height:100px;border:1px solid rgba(90,162,255,.34);border-radius:22px;padding:17px;background:rgba(5,22,72,.45);display:flex;flex-direction:column;justify-content:center;gap:4px}.nf-stat-grid i{font-size:24px;color:#89d4ff}.nf-stat-grid b{font-size:34px;line-height:1;color:var(--nf-heading)}.nf-stat-grid span{color:var(--nf-muted);font-size:13px}
.nf-video-card{min-height:320px;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at center,rgba(255,164,32,.35),rgba(3,17,62,.90));}.nf-video-card h2{align-self:end}.nf-video-card p{margin-top:-20px}.nf-play-orb{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;border:0;color:#fff!important;background:linear-gradient(180deg,#ffbe3f,#ff8d18);box-shadow:var(--nf-shadow-orange);font-size:36px;animation:nfPulse 2.4s ease-in-out infinite}.nf-time{position:absolute;left:18px;bottom:16px;background:rgba(2,11,38,.82);border:1px solid rgba(100,170,255,.28);border-radius:12px;padding:4px 10px;color:#fff;font-size:13px}
.nf-news-list{display:grid;gap:12px}.nf-news-item{min-height:72px;border:1px solid rgba(80,148,255,.34);border-radius:18px;display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;padding:8px 10px;background:rgba(4,20,66,.55);color:var(--nf-text)!important;transition:.22s ease}.nf-news-item:hover{transform:translateX(-4px);border-color:#87cbff}.nf-news-item img{width:74px;height:54px;object-fit:cover;border-radius:14px}.nf-news-item span{font-weight:900}.nf-news-item small{color:var(--nf-muted);font-size:12px}

/* FAQ */
.nf-accordion{max-width:960px;margin-inline:auto}.nf-faq-item-v13,.nf-accordion .accordion-item{margin-bottom:12px;border:1px solid rgba(80,148,255,.36)!important;border-radius:20px!important;background:linear-gradient(180deg,var(--nf-card),var(--nf-card3))!important;box-shadow:0 0 18px rgba(0,150,255,.14);overflow:hidden}.nf-faq-button,.nf-accordion .accordion-button{background:transparent!important;color:var(--nf-heading)!important;font-weight:900;box-shadow:none!important;padding:18px 20px}.nf-accordion .accordion-button:after{filter:brightness(1.6)}.nf-faq-body,.nf-accordion .accordion-body{color:var(--nf-muted);line-height:2;border-top:1px solid var(--nf-line-soft)}.nf-faq-empty{text-align:center;padding:24px}

/* App strip and footer */
.nf-app-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-bottom:64px;padding:22px 34px;border:1px solid rgba(56,149,255,.55);border-radius:30px;background:linear-gradient(90deg,rgba(8,43,127,.90),rgba(2,17,59,.72)),radial-gradient(circle at 80% 50%,rgba(0,173,255,.45),transparent 32%);box-shadow:var(--nf-shadow-blue);overflow:hidden}.nf-app-mascot img{width:170px;border-radius:24px;filter:drop-shadow(0 0 24px rgba(0,150,255,.70))}.nf-app-copy h2{margin:0 0 8px}.nf-app-actions{display:flex;gap:12px;flex-wrap:wrap}
html[data-theme="light"] .nf-app-strip{background:linear-gradient(90deg,rgba(232,246,255,.94),rgba(255,255,255,.70)),radial-gradient(circle at 80% 50%,rgba(0,173,255,.20),transparent 32%)}
body.seko-neural-page footer[style]{background:linear-gradient(180deg,rgba(6,25,82,.92),rgba(2,9,32,.96))!important;border-top:1px solid rgba(61,137,255,.35);box-shadow:0 -20px 70px rgba(0,129,255,.12)}
html[data-theme="light"] body.seko-neural-page footer[style]{background:linear-gradient(180deg,rgba(238,248,255,.95),rgba(210,235,255,.96))!important;color:#0b2853!important}html[data-theme="light"] body.seko-neural-page footer[style] .text-white{color:#0b2853!important}
body.seko-neural-page footer .btn-dark{border:0;background:linear-gradient(180deg,var(--nf-orange2),#ff8d18);box-shadow:var(--nf-shadow-orange);border-radius:18px;color:#fff!important;font-weight:900}
body.seko-neural-page .back-top{background:linear-gradient(180deg,var(--nf-blue),var(--nf-blue2))!important;box-shadow:0 0 22px rgba(0,150,255,.55)}

/* Motion */
@keyframes nfFloat{0%,100%{transform:translateY(0) rotate(.5deg)}50%{transform:translateY(-18px) rotate(-1deg)}}
@keyframes nfPulse{0%,100%{opacity:.78;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}
@keyframes nfGlow{0%,100%{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}
@keyframes nfSpin{to{rotate:360deg}}
@keyframes nfDash{to{stroke-dashoffset:-240}}

/* Responsive */
@media (max-width:1199.98px){
  body.seko-neural-page .navbar>.container,body.seko-neural-page .navbar>.container-fluid{border-radius:28px}.nf-hero{grid-template-columns:1fr;gap:24px;min-height:0;padding-top:48px}.nf-hero-visual,.nf-hero-copy{grid-column:1;grid-row:auto;justify-self:center;text-align:center}.nf-hero-copy{max-width:760px}.nf-actions,.nf-trust-row{justify-content:center;gap: 5px;}.nf-network{padding:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;min-height:auto}.nf-network:before,.nf-network:after,.nf-network-lines{display:none}.nf-core{position:relative;left:auto;top:auto;translate:none;grid-column:1/-1;margin:8px auto 32px}.nf-node{position:relative;inset:auto!important;width:auto}.nf-campaign{grid-template-columns:auto 1fr;}.nf-campaign-features{grid-column:1/-1}.nf-campaign>.nf-btn{grid-column:1/-1;justify-self:start}.nf-lower-grid{grid-template-columns:1fr 1fr}.nf-news{grid-column:1/-1}.nf-teacher-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991.98px){
  body.seko-neural-page .navbar-collapse{border-top:1px solid var(--nf-line-soft);margin-top:14px;padding-top:12px}.nf-hero-visual{min-height:450px}.nf-mascot-orbit{width:min(95%,480px)}.nf-chip-question{left:2%}.nf-chip-book{right:2%}.nf-ecosystem{padding-top:36px}.nf-campaign{grid-template-columns:1fr;text-align:center;justify-items:center}.nf-campaign>.nf-btn{justify-self:center}.nf-showcase .row{gap:24px}.nf-lower-grid{grid-template-columns:1fr}.nf-app-strip{grid-template-columns:1fr;text-align:center;justify-items:center}.nf-app-actions{justify-content:center}.nf-teacher-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:767.98px){
  .nf-home{padding-bottom:34px}.nf-section-head{margin-bottom:24px}.nf-hero{padding-top:28px;padding-bottom:42px}.nf-hero-visual{min-height:360px}.nf-hero h1{font-size:42px}.nf-hero-copy>p{font-size:14px;line-height:2}.nf-mascot{border-radius:26px}.nf-ai-bubble{font-size:10px;right:0;top:12%;max-width:160px}.nf-floating-chip{font-size:10px;padding:6px 12px}.nf-actions{gap:10px}.nf-btn{width:100%;min-height:52px}.nf-trust-row{flex-direction:column;margin-top: 10px;}.nf-network{grid-template-columns:1fr;border-radius:28px;padding:18px}.nf-core{width:130px;height:130px}.nf-core:before{inset:-20px}.nf-core:after{inset:-38px}.nf-node{grid-template-columns:52px 1fr;border-radius:22px}.nf-node i{width:52px;height:52px}.nf-campaign{padding:22px;border-radius:24px}.nf-campaign-icon{width:76px;height:76px;font-size:34px}.nf-campaign h2{font-size:24px}.nf-panel{padding:20px;border-radius:24px}.nf-panel-head{flex-direction:column}.nf-star-map{height:230px}.nf-star-core{width:88px;height:88px;font-size:48px}.nf-student-dot{width:54px;height:54px}.nf-student-dot-5{left:130px}.nf-student-dot-6{right:150px}.nf-teacher-grid{grid-template-columns:1fr}.nf-stat-grid{grid-template-columns:1fr 1fr}.nf-news-item{grid-template-columns:60px 1fr}.nf-news-item small{grid-column:2}.nf-news-item img{width:60px;height:50px}.nf-app-mascot img{width:140px}body.seko-neural-page:after{height:50%;bottom:-28%}
}
@media (max-width:575.98px){
  body.seko-neural-page .navbar{padding:10px 10px 0}.theme-toggle-wrap-desktop{margin-inline:6px}.theme-toggle-btn{width:42px;height:42px}.nf-home .container{padding-inline:16px}.nf-hero-visual{min-height:320px}.nf-mascot-orbit{width:330px}.nf-hero h1{font-size:38px}.nf-eyebrow{font-size:12px}.nf-actions{margin-top:24px}.nf-section-head h2,.nf-panel-head h2,.nf-panel h2{font-size:25px;margin-bottom: 5px;}.nf-stat-grid b{font-size:28px}.nf-play-orb{width:78px;height:78px}.nf-campaign-features{grid-template-columns:1fr}.nf-app-strip{padding:20px;border-radius:24px}.nf-star-map{height:210px}.nf-student-dot-2{left:30px}.nf-student-dot-4{left:18px}.nf-student-dot-5{left:105px}.nf-student-dot-6{right:112px}.nf-ai-bubble{display:none}
}


/* ======================================================
   Final visual fixes - 1403/2026
   - complete assets package fix
   - desktop hero alignment
   - visible sections even if AOS/CDN fails
   - remove white footer wave
   - safer inner card/image sizing
   ====================================================== */
body.seko-neural-page{
  background-color:#020916!important;
}
body.seko-neural-page [data-aos]{
  visibility:visible!important;
}
body.seko-neural-page [data-aos]:not(.aos-animate){
  opacity:1!important;
  transform:none!important;
}
.nf-mascot,
.nf-app-mascot img{
  display:block;
  height:auto;
}
.nf-mascot{
  object-fit:contain;
  background:radial-gradient(circle at 50% 55%,rgba(0,198,255,.22),rgba(6,22,72,.12) 55%,transparent 72%);
}
@media (min-width:1200px){
  .nf-hero{
    direction:ltr;
    grid-template-columns:minmax(460px,.95fr) minmax(500px,1.05fr);
    min-height:650px;
    padding-top:72px;
    padding-bottom:70px;
    gap:34px;
  }
  .nf-hero-visual{
    direction:rtl;
    grid-column:1;
    min-height:520px;
    justify-self:center;
  }
  .nf-hero-copy{
    direction:rtl;
    grid-column:2;
    text-align:right;
    justify-self:end;
    align-self:center;
    padding-top:18px;
  }
  .nf-mascot-orbit{
    width:min(96%,560px);
  }
  .nf-holo-platform{
    left:5%;
    right:5%;
    bottom:6%;
  }
  .nf-ai-bubble{right:1%;top:14%}
  .nf-chip-book{right:2%;bottom:25%}
  .nf-chip-question{left:2%;top:31%}
}
@media (min-width:1400px){
  .nf-home .container{max-width:1370px}
  .nf-hero{min-height:670px;gap:44px}
  .nf-mascot-orbit{width:590px}
}
@media (max-width:1199.98px){
  .nf-hero{padding-top:42px;gap:12px}
  .nf-hero-visual{min-height:430px}
  .nf-mascot-orbit{width:min(92vw,470px)}
}
@media (max-width:575.98px){
  .nf-hero-visual{min-height:300px}
  .nf-mascot-orbit{width:min(92vw,340px)}
}
/* Remove the old Bootstrap footer wave that created the white block in dark mode */
body.seko-neural-page footer > figure:first-child{
  display:none!important;
}
body.seko-neural-page footer[style]{
  margin-top:0!important;
  padding-top:64px!important;
  background:radial-gradient(circle at 50% 0,rgba(0,130,255,.20),transparent 34%),linear-gradient(180deg,rgba(4,22,72,.96),rgba(1,8,30,.98))!important;
}
body.seko-neural-page footer .fill-body,
body.seko-neural-page footer svg.fill-body,
body.seko-neural-page footer .rotate-180.fill-body{
  fill:#06194e!important;
  color:#06194e!important;
}
html[data-theme="light"] body.seko-neural-page footer[style]{
  background:radial-gradient(circle at 50% 0,rgba(0,130,255,.15),transparent 34%),linear-gradient(180deg,rgba(231,246,255,.98),rgba(214,237,255,.98))!important;
}
html[data-theme="light"] body.seko-neural-page footer .fill-body,
html[data-theme="light"] body.seko-neural-page footer svg.fill-body{
  fill:#e8f6ff!important;
  color:#e8f6ff!important;
}
/* keep footer forms/buttons readable */
body.seko-neural-page footer .form-control,
body.seko-neural-page footer .form-select,
body.seko-neural-page footer select{
  min-height:48px!important;
  border-radius:999px!important;
}
body.seko-neural-page footer .btn,
body.seko-neural-page footer button{
  border-radius:999px!important;
}
/* teacher cards are now custom; keep app spacing */
.nf-app-strip{margin-top:74px;margin-bottom:86px;}

@media (max-width:991.98px){.nf-teacher-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nf-teacher-card{min-height:292px;padding:14px 10px}.nf-teacher-media{width:98px;height:112px}.nf-teacher-name{font-size:15px!important}.nf-teacher-subject{font-size:12px!important}.nf-teacher-meta span{font-size:11px}}
@media (max-width:575.98px){.nf-teacher-grid{grid-template-columns:1fr}.nf-teacher-card{min-height:auto;display:grid;grid-template-columns:94px 1fr;grid-template-areas:"photo info" "photo meta";align-items:center;text-align:right;padding:14px;column-gap:14px}.nf-teacher-card:after{display:none}.nf-teacher-media{grid-area:photo;width:94px;height:106px;margin:0}.nf-teacher-info{grid-area:info;min-height:auto}.nf-teacher-meta{grid-area:meta;grid-template-columns:1fr 1fr}.nf-teacher-name{font-size:16px!important}.nf-teacher-subject{-webkit-line-clamp:1}}

/* Light mode cleanup: remove the extra blue glow/lens effects from the page background. */
html[data-theme="light"] .nf-home::before,
html[data-theme="light"] .nf-home::after{display:none!important}
html[data-theme="light"] .nf-app-strip{background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(238,247,255,.86))!important}
html[data-theme="light"] body.seko-neural-page footer[style]{background:linear-gradient(180deg,rgba(248,252,255,.98),rgba(233,244,255,.98))!important}

/* ======================================================
   Light mode polish - neutral premium palette
   Fixes: no blue/neon borders in light, clearer footer,
   softer cards, cleaner background.
   ====================================================== */
html[data-theme="light"]{
  --nf-bg:#fbfaf6;
  --nf-bg2:#f3eee6;
  --nf-card:rgba(255,255,255,.92);
  --nf-card2:rgba(255,252,247,.96);
  --nf-card3:rgba(255,255,255,.88);
  --nf-line:rgba(26,38,61,.14);
  --nf-line-soft:rgba(26,38,61,.10);
  --nf-line-orange:rgba(255,148,23,.34);
  --nf-text:#10213f;
  --nf-heading:#091c39;
  --nf-muted:#62708a;
  --nf-blue:#245a9b;
  --nf-blue2:#173a78;
  --nf-cyan:#6f8fb5;
  --nf-orange:#ff9417;
  --nf-orange2:#ffbb57;
  --nf-violet:#7a4ed6;
  --nf-shadow-blue:0 18px 46px rgba(24,37,57,.10),0 1px 0 rgba(255,255,255,.78) inset;
  --nf-shadow-card:0 22px 60px rgba(26,38,61,.10),0 1px 0 rgba(255,255,255,.86) inset;
  --nf-shadow-orange:0 18px 34px rgba(255,148,23,.24),0 1px 0 rgba(255,255,255,.45) inset;
}
html[data-theme="light"] body.seko-neural-page{
  color:var(--nf-text);
  background:
    radial-gradient(circle at 14% 10%,rgba(255,255,255,.90),transparent 22rem),
    linear-gradient(180deg,#fbfaf6 0%,#f6f2eb 48%,#ffffff 100%)!important;
  background-color:#fbfaf6!important;
}
html[data-theme="light"] body.seko-neural-page:before{
  background:
    repeating-linear-gradient(90deg,rgba(26,38,61,.018) 0 1px,transparent 1px 118px),
    repeating-linear-gradient(0deg,rgba(26,38,61,.014) 0 1px,transparent 1px 128px)!important;
  opacity:.22!important;
}
html[data-theme="light"] .nf-star-canvas{display:none!important}
html[data-theme="light"] .nf-ambient,
html[data-theme="light"] .nf-home:before,
html[data-theme="light"] .nf-home:after{display:none!important}
html[data-theme="light"] .nf-home h1,
html[data-theme="light"] .nf-home h2,
html[data-theme="light"] .nf-home h3,
html[data-theme="light"] .nf-home h4,
html[data-theme="light"] .nf-home h5,
html[data-theme="light"] .nf-home h6{color:var(--nf-heading)!important;text-shadow:none!important}
html[data-theme="light"] .nf-home p{color:var(--nf-muted)}
html[data-theme="light"] .nf-section-head h2{letter-spacing:-.6px}

/* Light header */
html[data-theme="light"] body.seko-neural-page .desktop-header,
html[data-theme="light"] body.seko-neural-page .mobile-header,
html[data-theme="light"] body.seko-neural-page .navbar-light,
html[data-theme="light"] body.seko-neural-page header[style]{
  background:linear-gradient(180deg,rgba(255, 255, 255, 0.94),rgba(255, 255, 255, 0))!important;
}
html[data-theme="light"] body.seko-neural-page .navbar>.container,
html[data-theme="light"] body.seko-neural-page .navbar>.container-fluid{
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(255, 255, 255, 0.12)!important;
  box-shadow:0 18px 48px rgba(29,45,68,.11),0 1px 0 rgba(255,255,255,.95) inset!important;
  backdrop-filter:blur(18px);
}
html[data-theme="light"] body.seko-neural-page .navbar-brand img{filter:none!important}
html[data-theme="light"] body.seko-neural-page .navbar .nav-link,
html[data-theme="light"] body.seko-neural-page .btn-mega-menu{color:#10213f!important;text-shadow:none!important}
html[data-theme="light"] body.seko-neural-page .navbar .nav-link:hover,
html[data-theme="light"] body.seko-neural-page .navbar .nav-link.active,
html[data-theme="light"] body.seko-neural-page .btn-mega-menu:hover{
  color:#ff8c13!important;
  background:rgba(255,148,23,.10)!important;
  text-shadow:none!important;
}
html[data-theme="light"] .theme-toggle-btn{
  border-color:rgba(255,148,23,.34)!important;
  background:linear-gradient(180deg,#fff8eb,#f6ead8)!important;
  color:#7c4a07!important;
  box-shadow:0 12px 25px rgba(118,84,34,.14)!important;
}
html[data-theme="light"] body.seko-neural-page .form-control,
html[data-theme="light"] body.seko-neural-page .form-select,
html[data-theme="light"] body.seko-neural-page select{
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(31,42,68,.13)!important;
  color:#10213f!important;
  box-shadow:none!important;
}

/* Light buttons */
html[data-theme="light"] .nf-btn-primary{
  color:#fff!important;
  box-shadow:0 18px 34px rgba(255,148,23,.28)!important;
}
html[data-theme="light"] .nf-btn-ghost{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(31,42,68,.15)!important;
  color:#10213f!important;
  box-shadow:0 14px 26px rgba(29,45,68,.08)!important;
}
html[data-theme="light"] .nf-btn-ghost:hover{
  background:#fff!important;
  border-color:rgba(255,148,23,.38)!important;
  color:#ff8c13!important;
}

/* Light hero */
html[data-theme="light"] .nf-eyebrow{
  background:#fff8ec!important;
  border:1px solid rgba(255,148,23,.32)!important;
  color:#d87500!important;
  box-shadow:0 10px 24px rgba(255,148,23,.10)!important;
}
html[data-theme="light"] .nf-hero h1 strong{color:#ff9417!important;text-shadow:none!important}
html[data-theme="light"] .nf-hero-copy>p{color:#50627d!important}
html[data-theme="light"] .nf-mascot-orbit{
  filter:drop-shadow(0 26px 44px rgba(26,38,61,.13))!important;
}
html[data-theme="light"] .nf-mascot-orbit:before{
  opacity:.20!important;
  background:radial-gradient(circle,rgba(255,148,23,.14),transparent 58%)!important;
  filter:blur(22px)!important;
}
html[data-theme="light"] .nf-mascot{
  background:#f4f0e8!important;
  box-shadow:0 26px 60px rgba(36,48,67,.13),0 0 0 1px rgba(31,42,68,.10)!important;
}
html[data-theme="light"] .nf-holo-platform{
  opacity:.18!important;
  background:linear-gradient(90deg,transparent,rgba(255,148,23,.55),transparent)!important;
  box-shadow:0 12px 24px rgba(255,148,23,.12)!important;
}
html[data-theme="light"] .nf-holo-platform:before,
html[data-theme="light"] .nf-orbit{opacity:.18!important;box-shadow:none!important;border-color:rgba(255,148,23,.20)!important}
html[data-theme="light"] .nf-ai-bubble,
html[data-theme="light"] .nf-floating-chip{
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(31,42,68,.12)!important;
  color:#10213f!important;
  box-shadow:0 16px 34px rgba(29,45,68,.10)!important;
}
html[data-theme="light"] .nf-avatar-stack img{border-color:#fff!important;box-shadow:0 10px 18px rgba(29,45,68,.16)!important}

/* Light cards / ecosystem */
html[data-theme="light"] .nf-network,
html[data-theme="light"] .nf-panel,
html[data-theme="light"] .nf-app-strip{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(31,42,68,.12)!important;
  box-shadow:0 26px 62px rgba(29,45,68,.10),0 1px 0 rgba(255,255,255,.88) inset!important;
}
html[data-theme="light"] .nf-panel:before{
  background:linear-gradient(180deg,rgba(255,248,235,.46),rgba(255,255,255,0))!important;
}
html[data-theme="light"] .nf-network:before,
html[data-theme="light"] .nf-network:after{
  border-color:rgba(158,124,76,.15)!important;
  opacity:.55!important;
}
html[data-theme="light"] .nf-network-lines path{
  stroke:rgba(124,103,73,.26)!important;
  filter:none!important;
}
html[data-theme="light"] .nf-network-lines path:nth-child(2){stroke:rgba(255,148,23,.28)!important}
html[data-theme="light"] .nf-core{
  border:1px solid rgba(31,42,68,.18)!important;
  background:radial-gradient(circle at 35% 24%,#1e5bb4,#0a1e44 68%)!important;
  box-shadow:0 18px 40px rgba(18,35,67,.22),0 0 0 10px rgba(255,255,255,.70)!important;
}
html[data-theme="light"] .nf-core:before,
html[data-theme="light"] .nf-core:after{border-color:rgba(31,42,68,.12)!important;box-shadow:none!important}
html[data-theme="light"] .nf-node{
  background:#fff!important;
  border:1px solid rgba(31,42,68,.13)!important;
  color:#10213f!important;
  box-shadow:0 18px 34px rgba(29,45,68,.09)!important;
}
html[data-theme="light"] .nf-node:hover{
  border-color:rgba(255,148,23,.44)!important;
  box-shadow:0 22px 42px rgba(29,45,68,.12)!important;
}
html[data-theme="light"] .nf-node i{
  background:#fff7eb!important;
  border-color:rgba(255,148,23,.30)!important;
  color:#ff9417!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-node strong{color:#ff8c13!important}
html[data-theme="light"] .nf-node small{color:#62708a!important}

/* Light campaign */
html[data-theme="light"] .nf-campaign{
  background:linear-gradient(90deg,#fff 0%,#fff8ef 100%)!important;
  border:1px solid rgba(255,148,23,.30)!important;
  box-shadow:0 24px 54px rgba(29,45,68,.09),0 0 0 1px rgba(255,255,255,.70) inset!important;
}
html[data-theme="light"] .nf-campaign-icon{background:transparent!important;border:0!important;box-shadow:none!important}
html[data-theme="light"] .nf-campaign-features span{
  background:#fff!important;
  border:1px solid rgba(31,42,68,.12)!important;
  color:#10213f!important;
}

/* Light showcase / stats / video / blog / FAQ */
html[data-theme="light"] .nf-star-map,
html[data-theme="light"] .nf-video-card{
  background:linear-gradient(180deg,#fffaf2,#f4eee4)!important;
}
html[data-theme="light"] .nf-star-map:before,
html[data-theme="light"] .nf-star-map:after{
  border-color:rgba(33,98,157,.20)!important;
  filter:none!important;
}
html[data-theme="light"] .nf-student-dot{box-shadow:0 12px 22px rgba(29,45,68,.16)!important}
html[data-theme="light"] .nf-teacher-card{
  background:#fff!important;
  border:1px solid rgba(31,42,68,.12)!important;
  box-shadow:0 18px 34px rgba(29,45,68,.09)!important;
}
html[data-theme="light"] .nf-teacher-card:before{background:linear-gradient(180deg,rgba(255,247,235,.72),rgba(255,255,255,0))!important}
html[data-theme="light"] .nf-teacher-card:after{background:linear-gradient(90deg,transparent,rgba(31,42,68,.12),transparent)!important}
html[data-theme="light"] .nf-teacher-media{
  background:linear-gradient(145deg,#173a78,#0b2148 60%,#ff9417)!important;
  box-shadow:0 14px 26px rgba(29,45,68,.15)!important;
}
html[data-theme="light"] .nf-teacher-media:before{background:#0b2148!important}
html[data-theme="light"] .nf-teacher-placeholder{background:linear-gradient(180deg,#f8f2e8,#e9dfd0)!important;color:#173a78!important}
html[data-theme="light"] .nf-teacher-meta span,
html[data-theme="light"] .nf-stat-grid>div,
html[data-theme="light"] .nf-news-item,
html[data-theme="light"] .nf-faq-item-v13,
html[data-theme="light"] .nf-accordion .accordion-item{
  background:#fff!important;
  border:1px solid rgba(31,42,68,.12)!important;
  box-shadow:0 12px 26px rgba(29,45,68,.07)!important;
}
html[data-theme="light"] .nf-stat-grid i{color:#ff9417!important}
html[data-theme="light"] .nf-stat-grid b,
html[data-theme="light"] .nf-news-item span,
html[data-theme="light"] .nf-faq-button,
html[data-theme="light"] .nf-accordion .accordion-button{color:#10213f!important}
html[data-theme="light"] .nf-stat-grid span,
html[data-theme="light"] .nf-news-item small,
html[data-theme="light"] .nf-faq-body,
html[data-theme="light"] .nf-accordion .accordion-body{color:#62708a!important}
html[data-theme="light"] .nf-video-card{
  border-color:rgba(31,42,68,.14)!important;
  box-shadow:0 22px 48px rgba(29,45,68,.12)!important;
}
html[data-theme="light"] .nf-play-orb{box-shadow:0 18px 34px rgba(255,148,23,.26)!important}
html[data-theme="light"] .nf-accordion .accordion-button:after{filter:none!important}

/* Light app strip */
html[data-theme="light"] .nf-app-strip{
  background:linear-gradient(90deg,#fff,#fff8ee)!important;
  border-color:rgba(31,42,68,.13)!important;
  box-shadow:0 24px 54px rgba(29,45,68,.10)!important;
}
html[data-theme="light"] .nf-app-mascot img{filter:drop-shadow(0 18px 24px rgba(29,45,68,.14))!important}

/* Footer: keep light mode footer dark/readable instead of washed out */
html[data-theme="light"] body.seko-neural-page footer[style]{
  background:
    radial-gradient(circle at 50% 0,rgba(255,148,23,.16),transparent 35%),
    linear-gradient(180deg,#081b3d 0%,#041026 100%)!important;
  color:rgba(255,255,255,.92)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 -20px 50px rgba(29,45,68,.12)!important;
}
html[data-theme="light"] body.seko-neural-page footer[style] .text-white,
html[data-theme="light"] body.seko-neural-page footer[style] .nav-link,
html[data-theme="light"] body.seko-neural-page footer[style] a,
html[data-theme="light"] body.seko-neural-page footer[style] p,
html[data-theme="light"] body.seko-neural-page footer[style] div{
  color:rgba(255,255,255,.90)!important;
}
html[data-theme="light"] body.seko-neural-page footer[style] .nav-link:hover,
html[data-theme="light"] body.seko-neural-page footer[style] a:hover{color:#ffbb57!important}
html[data-theme="light"] body.seko-neural-page footer[style] img.h-60px{
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.28))!important;
}
html[data-theme="light"] body.seko-neural-page footer .fill-white{fill:rgba(255,255,255,.18)!important}
html[data-theme="light"] body.seko-neural-page footer .opacity-5{opacity:.10!important}
html[data-theme="light"] body.seko-neural-page footer .form-control,
html[data-theme="light"] body.seko-neural-page footer .form-select,
html[data-theme="light"] body.seko-neural-page footer select{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="light"] body.seko-neural-page footer .form-control::placeholder,
html[data-theme="light"] body.seko-neural-page footer select::placeholder{color:rgba(255,255,255,.62)!important}
html[data-theme="light"] body.seko-neural-page footer .btn-dark,
html[data-theme="light"] body.seko-neural-page footer button[type="submit"]{
  background:linear-gradient(180deg,#ffbb57,#ff9417)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 30px rgba(255,148,23,.25)!important;
}

/* ============================================================
   FIXES: Ecosystem lights, Teachers, Stars sections
   ============================================================ */

/* ── Ecosystem / Network section: stronger glow lights ──── */
.nf-network {
  background:
    radial-gradient(circle at 50% 50%, rgba(0,150,255,.28), transparent 38%),
    radial-gradient(circle at 15% 20%, rgba(0,90,255,.18), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(0,180,255,.15), transparent 28%),
    linear-gradient(180deg, rgba(5,25,82,.55), rgba(2,11,38,.38)) !important;
  box-shadow:
    inset 0 0 90px rgba(3,104,255,.22),
    inset 0 0 34px rgba(0,200,255,.10),
    0 30px 90px rgba(0,0,0,.28) !important;
  border-color: rgba(43,116,255,.40) !important;
}
.nf-network:before, .nf-network:after {
  border-color: rgba(74,151,255,.42) !important;
  box-shadow: 0 0 18px rgba(0,170,255,.28) !important;
}
.nf-core {
  box-shadow:
    0 0 70px rgba(0,148,255,.90),
    0 0 140px rgba(0,100,255,.42),
    inset 0 0 40px rgba(92,174,255,.30) !important;
}
.nf-core:before {
  border-color: rgba(100,172,255,.55) !important;
  box-shadow: 0 0 22px rgba(0,148,255,.50) !important;
}

.nf-node {
  border-color: rgba(63,142,255,.65) !important;
  box-shadow:
    0 8px 32px rgba(0,80,220,.30),
    0 0 18px rgba(0,150,255,.18),
    inset 0 0 18px rgba(0,100,255,.10) !important;
}
.nf-node:before {
  box-shadow: 0 0 36px 4px var(--nf-orange) !important;
  width: 12px !important;
  height: 12px !important;
}
.nf-node i {
  box-shadow: 0 0 30px rgba(29,143,255,.80), 0 0 12px rgba(0,200,255,.50) !important;
}
.nf-network-lines path {
  stroke: rgba(56,171,255,.55) !important;
  filter: drop-shadow(0 0 10px rgba(0,180,255,.95)) !important;
  stroke-width: 2.2 !important;
}
.nf-network-lines path:nth-child(2) {
  stroke: rgba(255,159,34,.55) !important;
  filter: drop-shadow(0 0 10px rgba(255,150,20,.90)) !important;
}

/* light mode ecosystem: keep it clean but visible */
html[data-theme="light"] .nf-network {
  background:
    radial-gradient(circle at 50% 50%, rgba(0,120,255,.10), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(237,249,255,.60)) !important;
  box-shadow: 0 26px 62px rgba(29,45,68,.10), 0 1px 0 rgba(255,255,255,.88) inset !important;
  border-color: rgba(31,42,68,.13) !important;
}
html[data-theme="light"] .nf-network:before,
html[data-theme="light"] .nf-network:after {
  border-color: rgba(158,124,76,.18) !important;
  box-shadow: none !important;
  opacity: .50 !important;
}
html[data-theme="light"] .nf-network-lines path {
  stroke: rgba(100,80,50,.22) !important;
  filter: none !important;
}

/* ── Star-map / ستارگان سکو: richer glow, better layout ── */
.nf-star-map {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,195,42,.30), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(0,164,255,.32), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(100,60,255,.20), transparent 22%),
    linear-gradient(145deg, rgba(12,4,50,.85), rgba(4,17,58,.90)) !important;
}
.nf-star-map:before, .nf-star-map:after {
  border-top-color: rgba(0,157,255,.75) !important;
  border-bottom-color: rgba(0,157,255,.45) !important;
  filter: drop-shadow(0 0 14px rgba(0,190,255,.90)) !important;
}
.nf-star-core {
  box-shadow:
    0 0 55px rgba(255,175,37,.85),
    0 0 110px rgba(255,140,0,.40),
    inset 0 0 18px rgba(255,220,80,.20) !important;
  border-color: rgba(255,196,63,.90) !important;
}
.nf-star-core i {
  filter: drop-shadow(0 0 18px rgba(255,220,68,1.0)) !important;
}
.nf-student-dot {
  border-color: rgba(75,178,255,.95) !important;
  box-shadow:
    0 0 28px rgba(0,166,255,.85),
    0 0 50px rgba(0,130,255,.40),
    inset 0 0 10px rgba(30,120,255,.30) !important;
}
/* More spread-out positions for student dots */
.nf-student-dot-1 { right: 20px; top: 24px; }
.nf-student-dot-2 { left: 48px; top: 16px; }
.nf-student-dot-3 { right: 72px; bottom: 20px; }
.nf-student-dot-4 { left: 20px; bottom: 34px; }
.nf-student-dot-5 { left: 50%; bottom: 14px; transform: translateX(-50%); }
.nf-student-dot-6 { right: 200px; top: 14px; }

html[data-theme="light"] .nf-star-map {
  background: linear-gradient(145deg, #fff8ec, #f2e8d5) !important;
}
html[data-theme="light"] .nf-star-map:before,
html[data-theme="light"] .nf-star-map:after {
  border-top-color: rgba(33,98,157,.25) !important;
  border-bottom-color: rgba(33,98,157,.15) !important;
  filter: none !important;
}
html[data-theme="light"] .nf-student-dot {
  box-shadow: 0 10px 22px rgba(29,45,68,.16), 0 0 0 3px rgba(255,255,255,.90) !important;
  border-color: rgba(38,100,220,.40) !important;
}

/* ── Teacher cards: fix photo frame & glowing border ────── */
.nf-teacher-card {
  border-color: rgba(63,140,255,.65) !important;
  box-shadow:
    inset 0 0 38px rgba(0,120,255,.20),
    0 20px 50px rgba(0,0,0,.22),
    0 0 20px rgba(0,100,255,.18) !important;
}
.nf-teacher-card:before {
  background:
    radial-gradient(circle at 50% 5%, rgba(0,209,255,.28), transparent 35%),
    radial-gradient(circle at 80% 90%, rgba(255,159,34,.16), transparent 38%) !important;
  opacity: 1 !important;
}
.nf-teacher-card:hover {
  box-shadow:
    0 0 42px rgba(0,166,255,.45),
    inset 0 0 32px rgba(0,120,255,.24),
    0 0 80px rgba(0,100,255,.20) !important;
  border-color: rgba(141,211,255,.95) !important;
}

/* Photo frame: vivid gradient border + top glow */
.nf-teacher-media {
  background: linear-gradient(
    145deg,
    rgba(0,213,255,1),
    rgba(38,98,255,.70) 42%,
    rgba(255,164,32,1)
  ) !important;
  box-shadow:
    0 0 38px rgba(0,178,255,.55),
    0 0 28px rgba(255,157,31,.28),
    0 0 70px rgba(0,120,255,.28) !important;
}
.nf-teacher-media:before {
  background: linear-gradient(180deg, rgba(10,30,90,.50), rgba(2,8,32,.88)) !important;
}
.nf-teacher-name {
  text-shadow: 0 0 22px rgba(0,180,255,.50) !important;
}
.nf-teacher-meta span {
  border-color: rgba(92,172,255,.45) !important;
  box-shadow: inset 0 0 10px rgba(0,80,200,.12) !important;
}
.nf-teacher-placeholder {
  background: radial-gradient(circle, rgba(0,180,255,.35), rgba(4,14,54,.95)) !important;
}

/* Horizontal divider line inside teacher card */
.nf-teacher-card:after {
  background: linear-gradient(90deg, transparent, rgba(0,210,255,.55), rgba(255,160,32,.40), transparent) !important;
  opacity: .80 !important;
  height: 1.5px !important;
}

/* Light mode teacher cards */
html[data-theme="light"] .nf-teacher-card {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(226,244,255,.86)) !important;
  border-color: rgba(38,128,255,.38) !important;
  box-shadow: 0 20px 44px rgba(20,79,156,.13), inset 0 0 28px rgba(0,132,255,.08) !important;
}
html[data-theme="light"] .nf-teacher-media {
  background: linear-gradient(145deg, #0d3a7a, #082050 60%, #c45f00) !important;
  box-shadow: 0 14px 28px rgba(29,45,68,.18) !important;
}
html[data-theme="light"] .nf-teacher-name { color: #07235a !important; text-shadow: none !important; }
html[data-theme="light"] .nf-teacher-subject { color: #3d5c80 !important; }
html[data-theme="light"] .nf-teacher-card:before {
  background: linear-gradient(180deg, rgba(255,247,235,.55), rgba(255,255,255,0)) !important;
}
html[data-theme="light"] .nf-teacher-card:after {
  background: linear-gradient(90deg, transparent, rgba(31,42,68,.16), transparent) !important;
  opacity: .70 !important;
}

/* ── Panel top-glow accent: stronger for both sections ──── */
.nf-stars-panel.nf-panel:before {
  background:
    radial-gradient(circle at 50% -5%, rgba(255,175,37,.24), transparent 35%),
    radial-gradient(circle at 10% 90%, rgba(0,164,255,.18), transparent 30%) !important;
}
.nf-teachers-panel.nf-panel:before {
  background:
    radial-gradient(circle at 50% -5%, rgba(0,190,255,.22), transparent 35%),
    radial-gradient(circle at 90% 90%, rgba(255,159,34,.14), transparent 30%) !important;
}


/* ============================================================
   FINAL V14: Ecosystem section like reference image
   Static orbit lines + moving glow lights (instead of dashed motion)
   ============================================================ */
.nf-ecosystem{padding-top:68px;padding-bottom:58px}
.nf-network{
  min-height:560px!important;
  padding:64px 78px!important;
  border-radius:40px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(30,112,255,.30),transparent 30%),
    radial-gradient(circle at 50% 18%,rgba(0,215,255,.13),transparent 26%),
    radial-gradient(circle at 8% 68%,rgba(0,150,255,.12),transparent 24%),
    radial-gradient(circle at 92% 35%,rgba(44,111,255,.15),transparent 28%),
    linear-gradient(180deg,rgba(4,24,78,.70),rgba(3,13,48,.55))!important;
  border:1px solid rgba(61,140,255,.38)!important;
  box-shadow:
    inset 0 0 90px rgba(36,118,255,.18),
    inset 0 0 46px rgba(0,207,255,.08),
    0 32px 100px rgba(0,8,35,.30)!important;
  isolation:isolate;
}
.nf-network:before,.nf-network:after{display:none!important}
.nf-network::selection{background:rgba(255,159,34,.32)}
.nf-network-lines-v14{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:1!important;
  overflow:visible!important;
  pointer-events:none!important;
}
.nf-network-lines-v14 path{
  fill:none!important;
  stroke-linecap:round!important;
  vector-effect:non-scaling-stroke;
}
.nf-network-lines-v14 .nf-eco-path{
  stroke-width:2.5!important;
  stroke-dasharray:none!important;
  animation:none!important;
  opacity:.70!important;
  filter:url(#nfEcoGlow)!important;
}
.nf-network-lines-v14 .nf-eco-path-blue{stroke:rgba(53,184,255,.72)!important}
.nf-network-lines-v14 .nf-eco-path-orange{stroke:rgba(255,160,35,.58)!important}
.nf-network-lines-v14 .nf-eco-ambient{
  stroke:rgba(90,165,255,.24)!important;
  stroke-width:1.7!important;
  stroke-dasharray:none!important;
  animation:none!important;
  filter:none!important;
  opacity:.78!important;
}
.nf-network-lines-v14 .nf-eco-ambient-soft{opacity:.55!important}

.nf-core{
  width:182px!important;
  height:182px!important;
  z-index:4!important;
  background:
    radial-gradient(circle at 36% 24%,rgba(72,139,255,.95) 0 10%,rgba(19,81,190,.94) 24%,rgba(3,18,65,.98) 70%)!important;
  border:1px solid rgba(111,190,255,.76)!important;
  box-shadow:
    0 0 42px rgba(42,171,255,.75),
    0 0 110px rgba(28,104,255,.38),
    inset 0 0 44px rgba(130,206,255,.18)!important;
}
.nf-core:before,.nf-core:after{
  border-color:rgba(90,170,255,.42)!important;
  box-shadow:0 0 26px rgba(36,162,255,.25)!important;
}
.nf-core:before{inset:-34px!important;animation:nfCorePulse 4.5s ease-in-out infinite!important}
.nf-core:after{inset:-68px!important;animation:nfCorePulse 6s ease-in-out infinite reverse!important;opacity:.62!important}
.nf-core img{max-width:144px!important;filter:drop-shadow(0 0 18px rgba(0,155,255,.82))!important}

.nf-node{
  width:315px!important;
  min-height:112px!important;
  padding:18px 20px!important;
  border-radius:26px!important;
  grid-template-columns:62px 1fr!important;
  background:
    radial-gradient(circle at 88% 50%,rgba(0,155,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(8,35,105,.74),rgba(5,19,66,.70))!important;
  border:1px solid rgba(84,162,255,.42)!important;
  box-shadow:
    0 0 28px rgba(20,136,255,.16),
    0 16px 44px rgba(0,8,35,.22),
    inset 0 0 24px rgba(50,129,255,.09)!important;
  backdrop-filter:blur(14px);
}
.nf-node:hover{
  border-color:rgba(125,209,255,.78)!important;
  box-shadow:
    0 0 40px rgba(0,170,255,.34),
    0 18px 48px rgba(0,8,35,.25),
    inset 0 0 26px rgba(73,154,255,.14)!important;
}
.nf-node:before{
  width:12px!important;
  height:12px!important;
  left:18px!important;
  background:#ffad2d!important;
  box-shadow:0 0 0 8px rgba(255,173,45,.08),0 0 26px rgba(255,173,45,.88)!important;
}
.nf-node i{
  width:62px!important;
  height:62px!important;
  font-size:28px!important;
  color:#96dcff!important;
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 24%), rgb(47 115 255 / 21%))!important;
  box-shadow:0 0 28px rgba(40,164,255,.62),inset 0 0 20px rgba(125,206,255,.10)!important;
}
.nf-node strong{font-size:21px!important;color:#ffad2d!important;text-shadow:0 0 16px rgba(255,157,34,.16)}
.nf-node small{font-size:14px!important;color:rgba(232,244,255,.82)!important}

/* match the original reference: question/teacher/counsel on the left, lessons/video/shop on the right */
.nf-node-1{left:7%!important;right:auto!important;top:15%!important}
.nf-node-2{left:5.8%!important;right:auto!important;top:41%!important}
.nf-node-3{left:7.4%!important;right:auto!important;bottom:11%!important}
.nf-node-4{right:7%!important;left:auto!important;top:15%!important}
.nf-node-5{right:5.8%!important;left:auto!important;top:41%!important}
.nf-node-6{right:7.4%!important;left:auto!important;bottom:11%!important}

.nf-eco-particles{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:visible}
.nf-eco-particle{
  position:absolute;
  left:50%;top:50%;
  width:16px;height:16px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  will-change:left,top,opacity;
  opacity:.98;
}
.nf-eco-particle-small{width:10px;height:10px;opacity:.82}
.nf-eco-particle-blue{
  background:#9ff0ff;
  border:0!important;
  outline:0!important;
  box-shadow:0 0 8px rgba(220,250,255,1),0 0 22px rgba(51,203,255,.86),0 0 48px rgba(51,203,255,.42);
}
.nf-eco-particle-orange{
  background:#ffd372;
  border:0!important;
  outline:0!important;
  box-shadow:0 0 8px rgba(255,236,184,1),0 0 22px rgba(255,173,45,.88),0 0 48px rgba(255,146,20,.44);
}

.nf-eco-particle-orbit{
  width:13px;
  height:13px;
  opacity:.88;
  filter:saturate(1.15);
}
.nf-eco-particle-orbit.nf-eco-particle-small{
  width:9px;
  height:9px;
  opacity:.78;
}
.nf-eco-anchor{
  position:absolute;
  z-index:2;
  width:10px;height:10px;
  border-radius:50%;
  background:#40d0ff;
  box-shadow:0 0 12px rgba(64,208,255,.94),0 0 32px rgba(64,208,255,.42);
  pointer-events:none;
}
.nf-eco-anchor:nth-of-type(even){background:#ffad2d;box-shadow:0 0 12px rgba(255,173,45,.90),0 0 32px rgba(255,173,45,.36)}
.nf-eco-anchor-1{left:30%;top:28%}.nf-eco-anchor-2{left:36%;top:50%}.nf-eco-anchor-3{left:31%;top:72%}
.nf-eco-anchor-4{right:30%;top:28%}.nf-eco-anchor-5{right:36%;top:50%}.nf-eco-anchor-6{right:31%;top:72%}

@keyframes nfCorePulse{
  0%,100%{transform:scale(1);opacity:.38}
  50%{transform:scale(1.035);opacity:.78}
}

/* Light theme: keep this section premium and clean, without heavy neon */
html[data-theme="light"] .nf-network{
  background:linear-gradient(180deg,#ffffff,#fbfcff)!important;
  border-color:#e7edf6!important;
  box-shadow:0 24px 56px rgba(25,45,80,.08),inset 0 0 0 1px rgba(255,255,255,.80)!important;
}
html[data-theme="light"] .nf-network-lines-v14 .nf-eco-path-blue{stroke:rgba(98,119,150,.24)!important;filter:none!important}
html[data-theme="light"] .nf-network-lines-v14 .nf-eco-path-orange{stroke:rgba(238,160,70,.26)!important;filter:none!important}
html[data-theme="light"] .nf-network-lines-v14 .nf-eco-ambient{stroke:rgba(98,119,150,.12)!important;filter:none!important}
html[data-theme="light"] .nf-eco-particles,
html[data-theme="light"] .nf-eco-anchor{display:none!important}
html[data-theme="light"] .nf-core{
  background:linear-gradient(180deg,#ffffff,#eef3fb)!important;
  border-color:#dde6f3!important;
  box-shadow:0 18px 38px rgba(35,61,105,.11),inset 0 0 0 1px rgba(255,255,255,.88)!important;
}
html[data-theme="light"] .nf-core:before,
html[data-theme="light"] .nf-core:after{border-color:rgba(25,45,80,.10)!important;box-shadow:none!important}
html[data-theme="light"] .nf-node{
  background:#fff!important;
  border-color:#e5ebf5!important;
  box-shadow:0 16px 34px rgba(25,45,80,.08)!important;
}
html[data-theme="light"] .nf-node:hover{border-color:#f0a044!important;box-shadow:0 18px 40px rgba(25,45,80,.11)!important}
html[data-theme="light"] .nf-node i{
  color:#265b9f!important;
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 10%), rgb(47 115 255 / 8%))!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-node strong{color:#f28a16!important;text-shadow:none!important}
html[data-theme="light"] .nf-node small{color:#5f708a!important}

@media (max-width:1199px){
  .nf-network{padding:28px!important;min-height:auto!important}
  .nf-network-lines-v14,.nf-eco-particles,.nf-eco-anchor{display:none!important}
  .nf-core{width:140px!important;height:140px!important}
  .nf-node{width:auto!important;min-height:104px!important}
}
@media (max-width:767px){
  .nf-ecosystem{padding-top:42px;padding-bottom:36px}
  .nf-node{grid-template-columns:54px 1fr!important;padding:16px!important;border-radius:22px!important}
  .nf-node i{width:54px!important;height:54px!important;font-size:24px!important}
  .nf-node strong{font-size:18px!important}
}


/* ============================================================
   FINAL V16: much faster ecosystem lights + orbit glow particles + stronger mobile layout
   - desktop glow particles move faster
   - tablet/mobile layout no longer depends on absolute nodes
   ============================================================ */
@media (min-width:1200px){
  .nf-eco-particle{transition:opacity .18s ease,filter .18s ease}
  .nf-network:hover .nf-eco-particle{filter:brightness(1.16) saturate(1.12)}
}

@media (max-width:1199.98px){
  .nf-ecosystem{padding-top:46px!important;padding-bottom:42px!important}
  .nf-network{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
    min-height:auto!important;
    padding:28px!important;
    border-radius:32px!important;
    overflow:hidden!important;
  }
  .nf-network-lines-v14,
  .nf-eco-particles,
  .nf-eco-anchor{display:none!important}
  .nf-core{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    translate:none!important;
    grid-column:1/-1!important;
    order:1!important;
    width:142px!important;
    height:142px!important;
    margin:8px auto 24px!important;
  }
  .nf-core:before{inset:-24px!important}
  .nf-core:after{inset:-46px!important}
  .nf-core img{max-width:112px!important}
  .nf-node{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:auto!important;
    min-width:0!important;
    min-height:102px!important;
    padding:16px 18px!important;
    border-radius:24px!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    column-gap:13px!important;
  }
  .nf-node-1{order:2!important}.nf-node-4{order:3!important}
  .nf-node-2{order:4!important}.nf-node-5{order:5!important}
  .nf-node-3{order:6!important}.nf-node-6{order:7!important}
  .nf-node i{width:56px!important;height:56px!important;font-size:24px!important}
  .nf-node strong{font-size:19px!important;white-space:normal!important}
  .nf-node small{font-size:13px!important;line-height:1.75!important;white-space:normal!important}
}

@media (max-width:767.98px){
  .nf-ecosystem{padding-top:34px!important;padding-bottom:30px!important}
  .nf-ecosystem .nf-section-head{margin-bottom:18px!important}
  .nf-ecosystem .nf-section-head h2{font-size:24px!important;line-height:1.18!important}
  .nf-ecosystem .nf-section-head p{font-size:10px!important;line-height:1.5!important;max-width:92%;margin-inline:auto!important}
  .nf-network{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at 50% 0%,rgba(35,139,255,.20),transparent 42%),
      linear-gradient(180deg,rgba(5,27,86,.78),rgba(3,14,48,.68))!important;
  }
  html[data-theme="light"] .nf-network{
    background:linear-gradient(180deg,#ffffff,#fbfcff)!important;
    box-shadow:0 16px 36px rgba(25,45,80,.08)!important;
  }
  .nf-core{
    width:116px!important;
    height:116px!important;
    margin:6px auto 14px!important;
  }
  .nf-core:before{inset:-16px!important}
  .nf-core:after{inset:-30px!important}
  .nf-core img{max-width:98px!important}
  .nf-node{
    min-height:86px!important;
    padding:13px 14px!important;
    border-radius:20px!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    column-gap:12px!important;
  }
  .nf-node:before{width:8px!important;height:8px!important;left:12px!important;box-shadow:0 0 0 5px rgba(255,173,45,.08),0 0 18px rgba(255,173,45,.75)!important}
  .nf-node i{width:48px!important;height:48px!important;font-size:21px!important}
  .nf-node strong{font-size:17px!important;margin-bottom:2px!important}
  .nf-node small{font-size:12px!important;line-height:1.7!important}
}

@media (max-width:420px){
  .nf-network{padding:13px!important;gap:10px!important}
  .nf-node{padding:12px!important;grid-template-columns:44px minmax(0,1fr)!important}
  .nf-node i{width:44px!important;height:44px!important;font-size:19px!important}
  .nf-node strong{font-size:16px!important}
  .nf-node small{font-size:11.5px!important}
}

/* ======================================================
   V17 - Separate Stars + Teachers sections
   ====================================================== */
.nf-stars-section,
.nf-teachers-section{
  margin-top:72px;
}
.nf-section-head-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}
.nf-section-head-row h2{
  margin:8px 0 8px;
  color:var(--nf-heading);
  font-size:clamp(30px,4vw,46px);
  font-weight:950;
}
.nf-section-head-row p{
  margin:0;
  color:var(--nf-muted);
  font-size:16px;
  line-height:2;
}
.nf-section-badge{
  display:inline-flex;
  margin:0;
}

/* Stars */
.nf-stars-stage{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border-radius:36px;
  border:1px solid rgba(66,150,255,.35);
  background:
    radial-gradient(circle at 50% 50%,rgba(255,180,39,.16),transparent 15%),
    radial-gradient(circle at 18% 80%,rgba(0,166,255,.28),transparent 28%),
    radial-gradient(circle at 82% 20%,rgba(40,110,255,.22),transparent 26%),
    linear-gradient(180deg,rgba(7,31,91,.78),rgba(4,15,52,.76));
  box-shadow:var(--nf-shadow-card);
  isolation:isolate;
}
.nf-stars-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right,rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.38;
  pointer-events:none;
}
.nf-stars-orbit-lines,
.nf-stars-center,
.nf-stars-grid,
.nf-star-source{position:relative;z-index:2}
.nf-stars-orbit-lines{
  position:absolute;
  inset:44px 7%;
  z-index:1;
  pointer-events:none;
}
.nf-stars-orbit-lines span{
  position:absolute;
  left:5%;right:5%;top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,190,255,.75),rgba(255,174,44,.45),rgba(0,190,255,.75),transparent);
  filter:drop-shadow(0 0 10px rgba(0,174,255,.8));
  opacity:.65;
  transform-origin:center;
}
.nf-stars-orbit-lines span:nth-child(1){transform:rotate(13deg)}
.nf-stars-orbit-lines span:nth-child(2){transform:rotate(-13deg)}
.nf-stars-orbit-lines span:nth-child(3){transform:rotate(28deg);opacity:.38}
.nf-stars-orbit-lines span:nth-child(4){transform:rotate(-28deg);opacity:.38}
.nf-stars-center{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:150px;height:150px;
  border-radius:50%;
  display:grid;
  place-items:center;
  align-content:center;
  gap:6px;
  color:#ffd45b;
  z-index:4;
}
.nf-stars-center i{font-size:70px;line-height:1;filter:drop-shadow(0 0 14px rgba(255,218,90,.85))}
.nf-stars-center strong{font-size:13px;color:#fff1c8;font-weight:900}
.nf-stars-grid{
  position:absolute;
  inset:0;
  z-index:5;
}
.nf-star-person{
  position:absolute;
  width:112px;
  display:grid;
  justify-items:center;
  gap:9px;
  text-align:center;
  transform:translate(-50%,-50%);
}
.nf-star-photo{
  position:relative;
  width:78px;height:78px;
  border-radius:50%;
  padding:4px;
  display:grid;
  place-items:center;
  background:none!important;
  transition:transform .35s ease, filter .35s ease;
}
.nf-star-photo:after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,194,255,.35),transparent 62%);
  z-index:-1;
  animation:nfStarPulse 2.7s ease-in-out infinite;
}
.nf-star-photo img,
.nf-star-photo i{
  width:70px!important;
  min-width:70px;
  max-width:70px;
  height:70px!important;
  min-height:70px;
  max-height:70px;
  border-radius:50%;
  object-fit:cover;
  background:#06194a;
  color:#a9dcff;
  display:grid;
  place-items:center;
  font-size:30px;
  border:3px solid #fff;
}
.nf-star-person span{
  color:#eaf6ff;
  font-size:12px;
  font-weight:850;
  line-height:1.6;
  max-width:112px;
  text-shadow:0 0 12px rgba(0,0,0,.45);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.nf-star-rotator-photo.is-switching{
  animation:nfAvatarBlink .52s ease both;
}
.nf-star-person-1{left:16%;top:28%}
.nf-star-person-2{left:31%;top:18%}
.nf-star-person-3{left:50%;top:17%}
.nf-star-person-4{left:69%;top:18%}
.nf-star-person-5{left:84%;top:28%}
.nf-star-person-6{left:12%;top:57%}
.nf-star-person-7{left:27%;top:72%}
.nf-star-person-8{left:43%;top:82%}
.nf-star-person-9{left:57%;top:82%}
.nf-star-person-10{left:73%;top:72%}
.nf-star-person-11{left:88%;top:57%}
.nf-star-person-12{left:50%;top:63%}
@keyframes nfStarPulse{0%,100%{opacity:.55;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}
@keyframes nfAvatarBlink{0%{opacity:1;filter:brightness(1);transform:scale(1)}45%{opacity:.18;filter:brightness(2.2) blur(1px);transform:scale(.88)}100%{opacity:1;filter:brightness(1);transform:scale(1)}}

/* Teachers slider */
.nf-teachers-section{
  position:relative;
}
.nf-slider-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.nf-slider-btn{
  width:46px;height:46px;
  border-radius:50%;
  border:1px solid rgba(100,178,255,.42);
  color:#eaf7ff;
  background:linear-gradient(180deg,rgba(10,42,119,.86),rgba(5,19,66,.82));
  box-shadow:0 0 22px rgba(0,146,255,.18),inset 0 0 18px rgba(77,152,255,.12);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.nf-slider-btn:hover{transform:translateY(-2px);border-color:rgba(255,174,44,.75);box-shadow:0 0 22px rgba(255,159,34,.22)}
.nf-teacher-slider{
  overflow:hidden;
  border-radius:36px;
  border:1px solid rgba(66,150,255,.34);
  background:linear-gradient(180deg,rgba(8,32,91,.66),rgba(4,15,52,.72));
  box-shadow:var(--nf-shadow-card);
  padding:26px;
  position:relative;
}
.nf-teacher-slider:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 16% 0%,rgba(0,190,255,.18),transparent 28%),radial-gradient(circle at 84% 0%,rgba(255,159,34,.10),transparent 25%);
  pointer-events:none;
}
.nf-teacher-track{
  position:relative;
  z-index:1;
  display:flex;
  gap:24px;
  will-change:transform;
  transition:transform .65s cubic-bezier(.22,1,.36,1);
}
.nf-teacher-slide{
  flex:0 0 calc((100% - 72px) / 4);
  min-width:0;
}
.nf-teacher-pro-card{
  height:100%;
  min-height:390px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
  padding:22px 18px 18px;
  border-radius:30px;
  border:1px solid rgba(101,178,255,.42);
  background:linear-gradient(180deg,rgba(19,61,145,.78),rgba(5,18,62,.88));
  box-shadow:inset 0 0 28px rgba(72,143,255,.14),0 22px 48px rgba(0,0,0,.22);
  overflow:hidden;
  position:relative;
  isolation:isolate;
}
.nf-teacher-pro-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:-1;
  background:radial-gradient(circle at 50% 3%,rgba(0,216,255,.24),transparent 26%),radial-gradient(circle at 10% 95%,rgba(255,159,34,.14),transparent 30%);
}
.nf-teacher-pro-photo{
  width:150px;
  height:170px;
  border-radius:32px;
  padding:4px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#00d4ff 0%,#235cff 46%,#ff9f22 100%);
  box-shadow:0 0 26px rgba(0,191,255,.42),0 0 34px rgba(255,159,34,.14);
  overflow:hidden;
  flex:0 0 auto;
}
.nf-teacher-pro-photo img,
.nf-teacher-pro-photo i{
  width:100%;height:100%;
  border-radius:28px;
  object-fit:cover;
  object-position:center top;
  display:grid;
  place-items:center;
  color:#9de6ff;
  font-size:54px;
  background:radial-gradient(circle at 50% 22%,rgba(0,186,255,.28),rgba(7,26,84,.94));
}
.nf-teacher-pro-body{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  min-height:0;
}
.nf-teacher-pro-body h3{
  margin:0;
  color:#fff;
  font-size:20px;
  font-weight:950;
  line-height:1.6;
}
.nf-teacher-pro-body h3 a{color:inherit!important}
.nf-teacher-pro-body p{
  margin:0;
  color:#b9dbff;
  font-size:13px;
  line-height:1.9;
  min-height:50px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.nf-teacher-pro-meta{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:auto;
}
.nf-teacher-pro-meta span{
  min-height:38px;
  border-radius:999px;
  color:#edf8ff;
  font-size:12px;
  font-weight:850;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.nf-teacher-pro-meta i{color:var(--nf-orange)}
.nf-teachers-bottom{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

/* Light polish for new sections */
html[data-theme="light"] .nf-stars-stage,
html[data-theme="light"] .nf-teacher-slider{
  background:linear-gradient(180deg,#ffffff 0%,#fffaf3 100%);
  border-color:rgba(221,180,118,.42);
  box-shadow:0 26px 60px rgba(42,57,82,.10);
}
html[data-theme="light"] .nf-stars-stage:before{opacity:.12;background:linear-gradient(to right,rgba(37,52,80,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(37,52,80,.028) 1px,transparent 1px);background-size:60px 60px}
html[data-theme="light"] .nf-stars-orbit-lines span{
  background:linear-gradient(90deg,transparent,rgba(42,86,145,.22),rgba(255,159,34,.35),rgba(42,86,145,.22),transparent);
  filter:none;
  opacity:.48;
}
html[data-theme="light"] .nf-star-photo{
  box-shadow:0 14px 26px rgba(25,43,76,.16);
}
html[data-theme="light"] .nf-star-photo:after{display:none}
html[data-theme="light"] .nf-star-person span{
  color:#142a4c;
  text-shadow:none;
}
html[data-theme="light"] .nf-teacher-slider:before{background:linear-gradient(180deg,rgba(255,246,232,.75),rgba(255,255,255,0))}
html[data-theme="light"] .nf-slider-btn{
  color:#13294d;
  background:#fff;
  border-color:rgba(219,180,118,.52);
  box-shadow:0 12px 24px rgba(42,57,82,.10);
}
html[data-theme="light"] .nf-teacher-pro-card{
  background:linear-gradient(180deg,#fff 0%,#fff9f0 100%);
  border-color:rgba(220,180,118,.45);
  box-shadow:0 18px 42px rgba(38,55,84,.09);
}
html[data-theme="light"] .nf-teacher-pro-card:before{background:linear-gradient(180deg,rgba(255,246,232,.85),rgba(255,255,255,0))}
html[data-theme="light"] .nf-teacher-pro-photo{
  background:linear-gradient(145deg,#ffb650,#f0d2a2,#ffffff);
  box-shadow:0 18px 34px rgba(139,95,28,.14);
}
html[data-theme="light"] .nf-teacher-pro-body h3{color:#10294d}
html[data-theme="light"] .nf-teacher-pro-body p{color:#5d6f89}
html[data-theme="light"] .nf-teacher-pro-meta span{
  background:#fff;
  border-color:rgba(220,180,118,.36);
  color:#19365f;
}

@media (max-width:991.98px){
  .nf-stars-section,.nf-teachers-section{margin-top:56px}
  .nf-stars-stage{min-height:610px}
  .nf-star-person{width:96px}
  .nf-star-photo{width:78px;height:78px}
  .nf-stars-center{width:126px;height:126px}
  .nf-stars-center i{font-size:56px}
  .nf-teacher-slide{flex-basis:calc((100% - 24px) / 2)}
  .nf-teacher-pro-card{min-height:360px}
}
@media (max-width:767.98px){
  .nf-section-head-row{
    align-items:center;
    text-align:center;
    flex-direction:column;
    gap:14px;
  }
  .nf-section-head-row p{font-size:14px}
  .nf-stars-stage{
    min-height:0;
    padding:24px 16px 18px;
    border-radius:28px;
  }
  .nf-stars-orbit-lines{display:none}
  .nf-stars-center{
    position:relative;
    left:auto;top:auto;
    transform:none;
    margin:0 auto 22px;
    width:110px;height:110px;
  }
  .nf-stars-center i{font-size:48px}
  .nf-stars-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px 10px;
  }
  .nf-star-person{
    position:relative!important;
    left:auto!important;top:auto!important;
    transform:none!important;
    width:auto;
  }
  .nf-star-photo{width:78px;height:78px;padding:4px}
  .nf-star-person span{font-size:10px;max-width:86px}
  .nf-slider-actions{order:2}
  .nf-teacher-slider{padding:16px;border-radius:28px}
  .nf-teacher-track{gap:16px}
  .nf-teacher-slide{flex-basis:100%}
  .nf-teacher-pro-card{
    min-height:0;
    display:grid;
    grid-template-columns:112px 1fr;
    align-items:center;
    text-align:right;
    gap:14px;
    padding:14px;
    border-radius:24px;
  }
  .nf-teacher-pro-photo{
    width:112px;
    height:126px;
    border-radius:24px;
    grid-row:1 / span 1;
  }
  .nf-teacher-pro-photo img,
  .nf-teacher-pro-photo i{border-radius:20px}
  .nf-teacher-pro-body{
    align-items:stretch;
    text-align:right;
  }
  .nf-teacher-pro-body h3{font-size:17px}
  .nf-teacher-pro-body p{font-size:12px;min-height:0;-webkit-line-clamp:2}
  .nf-teacher-pro-meta{grid-template-columns:1fr;gap:7px}
}
@media (max-width:420px){
  .nf-stars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nf-teacher-pro-card{grid-template-columns:96px 1fr}
  .nf-teacher-pro-photo{width:96px;height:110px}
  .nf-teacher-pro-meta span{font-size:11px;min-height:34px}
}

/* ======================================================
   V20 - final requested refinements
   ====================================================== */
.nf-star-photo{background:none!important;}
.nf-star-photo img,.nf-star-photo i{width:70px!important;height:70px!important;min-width:70px;max-width:70px;min-height:70px;max-height:70px;}
.nf-teacher-slide{flex-basis:calc((100% - 72px) / 4);}
.nf-eco-particle{border:0!important;outline:0!important;filter:none!important;}
.nf-eco-particle-blue{background:#9ff0ff!important;box-shadow:0 0 8px rgba(220,250,255,1),0 0 22px rgba(51,203,255,.86),0 0 48px rgba(51,203,255,.42)!important;}
.nf-eco-particle-orange{background:#ffd372!important;box-shadow:0 0 8px rgba(255,236,184,1),0 0 22px rgba(255,173,45,.88),0 0 48px rgba(255,146,20,.44)!important;}
@media (max-width:991.98px){.nf-teacher-slide{flex-basis:calc((100% - 24px) / 2);}}
@media (max-width:767.98px){.nf-teacher-slide{flex-basis:100%;}}

/* ============================================================
   FINAL V21: second section model icons + clean bubbles/lights
   ============================================================ */
.nf-ai-bubble{border-radius:22px 22px 22px 6px!important;}
.nf-node-media{
  grid-row:1/3;
  width:62px!important;
  height:62px!important;
  border-radius:50%;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#96dcff!important;
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 24%), rgb(47 115 255 / 21%))!important;
  box-shadow:0 0 28px rgba(40,164,255,.62),inset 0 0 20px rgba(125,206,255,.10)!important;
}
.nf-node-media img{
  width:100%!important;
  height:100%!important;
  display:block;
  object-fit:contain;
  padding:0!important;
  border-radius:50%;
}
.nf-node-media i{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  font-size:28px!important;
  color:inherit!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-node-media{
  color:#265b9f!important;
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 10%), rgb(47 115 255 / 8%))!important;
  box-shadow:none!important;
}
.nf-star-photo{background:none!important;background-image:none!important;}
.nf-star-photo img,
.nf-star-photo i{
  width:70px!important;
  height:70px!important;
  min-width:70px!important;
  max-width:70px!important;
  min-height:70px!important;
  max-height:70px!important;
}
.nf-eco-particle{
  border:0!important;
  outline:0!important;
  background-clip:padding-box!important;
  mix-blend-mode:screen;
  filter:none!important;
}
.nf-network:hover .nf-eco-particle{filter:none!important;}
.nf-eco-particle-blue{
  background:radial-gradient(circle,rgba(255,255,255,1) 0 16%,rgba(159,240,255,.98) 32%,rgba(51,203,255,.54) 62%,rgba(51,203,255,0) 100%)!important;
  box-shadow:0 0 12px rgba(220,250,255,.98),0 0 26px rgba(51,203,255,.74),0 0 54px rgba(51,203,255,.32)!important;
}
.nf-eco-particle-orange{
  background:radial-gradient(circle,rgba(255,255,255,1) 0 14%,rgba(255,226,151,.98) 34%,rgba(255,173,45,.56) 64%,rgba(255,173,45,0) 100%)!important;
  box-shadow:0 0 12px rgba(255,236,184,.98),0 0 26px rgba(255,173,45,.76),0 0 54px rgba(255,146,20,.32)!important;
}
@media (max-width:767.98px){
  .nf-node-media{width:48px!important;height:48px!important;}
  .nf-node-media img{padding:0!important;}
  .nf-node-media i{font-size:21px!important;}
}
@media (max-width:420px){
  .nf-node-media{width:44px!important;height:44px!important;}
  .nf-node-media i{font-size:19px!important;}
}


/* ============================================================
   FINAL V22: node media, video card and pre-registration tweaks
   ============================================================ */
.nf-ai-bubble{border-radius:22px 22px 22px 6px!important;}
.nf-node-media{
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 24%), rgb(47 115 255 / 21%))!important;
  border:0!important;
}
.nf-node-media img{padding:0!important;}
html[data-theme="light"] .nf-node-media{
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 10%), rgb(47 115 255 / 8%))!important;
  border:0!important;
}
.nf-video-card a:not(.nf-btn){
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  text-decoration:none;
}
.nf-video-card a:not(.nf-btn) img{
  display:block;
  width:min(70%,240px);
  height:auto;
  margin-inline:auto;
  filter:drop-shadow(0 0 28px rgba(255,170,52,.28));
}
@media (max-width:767.98px){
  .nf-video-card a:not(.nf-btn) img{width:min(70%,190px);}
}

/* FINAL V23 - ThirdSection dynamic campaign */
.nf-campaign-copy{min-width:0}
.nf-campaign-icon img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(255,196,63,.20))}
.nf-campaign-features span{display:flex!important;align-items:center;gap:8px;line-height:1.7;text-align:right}
.nf-campaign-features span img{width:40px;height:40px;object-fit:contain;display:inline-block;flex:0 0 40px;filter:drop-shadow(0 0 10px rgba(139,208,255,.18))}
html[data-theme="light"] .nf-campaign-icon img,html[data-theme="light"] .nf-campaign-features span img{filter:none}
@media (max-width:991.98px){.nf-campaign-copy{text-align:right}.nf-campaign-features{width:100%}}
@media (max-width:767.98px){.nf-campaign-copy{text-align:center}.nf-campaign-features span{justify-content:center}.nf-campaign-icon img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(255,196,63,.20))}.nf-campaign-features span img{width:40px;height:40px;object-fit:contain;display:inline-block;flex:0 0 40px;filter:drop-shadow(0 0 10px rgba(139,208,255,.18))}}


/* FINAL V24 - Campaign icon cleanup requested by user */
.nf-campaign-icon{
  width:120px!important;
  height:120px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.nf-campaign-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain;
  padding:0;
}
.nf-campaign-features span img{
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  object-fit:contain;
}
html[data-theme="light"] .nf-campaign-icon{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

/* ============================================================
   FINAL V25: Light mode white background + dark ecosystem card
   ============================================================ */
html[data-theme="light"] body.seko-neural-page{
  background:#ffffff!important;
  background-color:#ffffff!important;
}
html[data-theme="light"] body.seko-neural-page:before{
  background:none!important;
  opacity:0!important;
}
html[data-theme="light"] .nf-home{
  background:#ffffff!important;
}

/* Keep the second section / learning ecosystem exactly dark inside light mode */
html[data-theme="light"] .nf-ecosystem .nf-network{
  color:#f4f8ff!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(30,112,255,.30),transparent 30%),
    radial-gradient(circle at 50% 18%,rgba(0,215,255,.13),transparent 26%),
    radial-gradient(circle at 8% 68%,rgba(0,150,255,.12),transparent 24%),
    radial-gradient(circle at 92% 35%,rgba(44,111,255,.15),transparent 28%),
    linear-gradient(180deg,rgba(4,24,78,.70),rgba(3,13,48,.55))!important;
  border:1px solid rgba(61,140,255,.38)!important;
  box-shadow:
    inset 0 0 90px rgba(36,118,255,.18),
    inset 0 0 46px rgba(0,207,255,.08),
    0 32px 100px rgba(0,8,35,.30)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network:before,
html[data-theme="light"] .nf-ecosystem .nf-network:after{
  display:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path{
  filter:url(#nfEcoGlow)!important;
  opacity:.70!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path-blue{
  stroke:rgba(53,184,255,.72)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path-orange{
  stroke:rgba(255,160,35,.58)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-ambient{
  stroke:rgba(90,165,255,.24)!important;
  filter:none!important;
  opacity:.78!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-ambient-soft{
  opacity:.55!important;
}
html[data-theme="light"] .nf-ecosystem .nf-eco-particles,
html[data-theme="light"] .nf-ecosystem .nf-eco-anchor{
  display:block!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core{
  background:
    radial-gradient(circle at 36% 24%,rgba(72,139,255,.95) 0 10%,rgba(19,81,190,.94) 24%,rgba(3,18,65,.98) 70%)!important;
  border:1px solid rgba(111,190,255,.76)!important;
  box-shadow:
    0 0 42px rgba(42,171,255,.75),
    0 0 110px rgba(28,104,255,.38),
    inset 0 0 44px rgba(130,206,255,.18)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core:before,
html[data-theme="light"] .nf-ecosystem .nf-core:after{
  border-color:rgba(90,170,255,.42)!important;
  box-shadow:0 0 26px rgba(36,162,255,.25)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core img{
  filter:drop-shadow(0 0 18px rgba(0,155,255,.82))!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node{
  color:#f4f8ff!important;
  background:
    radial-gradient(circle at 88% 50%,rgba(0,155,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(8,35,105,.74),rgba(5,19,66,.70))!important;
  border:1px solid rgba(84,162,255,.42)!important;
  box-shadow:
    0 0 28px rgba(20,136,255,.16),
    0 16px 44px rgba(0,8,35,.22),
    inset 0 0 24px rgba(50,129,255,.09)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node:hover{
  border-color:rgba(125,209,255,.78)!important;
  box-shadow:
    0 0 40px rgba(0,170,255,.34),
    0 18px 48px rgba(0,8,35,.25),
    inset 0 0 26px rgba(73,154,255,.14)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node:before{
  background:#ffad2d!important;
  box-shadow:0 0 0 8px rgba(255,173,45,.08),0 0 26px rgba(255,173,45,.88)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node strong{
  color:#ffad2d!important;
  text-shadow:0 0 16px rgba(255,157,34,.16)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node small{
  color:rgba(232,244,255,.82)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node-media,
html[data-theme="light"] .nf-ecosystem .nf-node i{
  color:#96dcff!important;
  background:radial-gradient(circle at 35% 30%, rgb(47 115 255 / 24%), rgb(47 115 255 / 21%))!important;
  box-shadow:0 0 28px rgba(40,164,255,.62),inset 0 0 20px rgba(125,206,255,.10)!important;
  border:0!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node-media img{
  padding:0!important;
}

/* ============================================================
   FINAL V26: stronger light-mode glass/galaxy sections
   ============================================================ */
html[data-theme="light"] body.seko-neural-page,
html[data-theme="light"] .nf-home{
  background:#fff!important;
  background-color:#fff!important;
}

/* Light mode: make ecosystem panel darker, clearer, still glass/galaxy */
html[data-theme="light"] .nf-ecosystem .nf-network{
  color:#f6f9ff!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(38,126,255,.54),transparent 31%),
    radial-gradient(circle at 50% 17%,rgba(0,215,255,.22),transparent 27%),
    radial-gradient(circle at 8% 67%,rgba(0,150,255,.20),transparent 25%),
    radial-gradient(circle at 92% 35%,rgba(75,132,255,.24),transparent 29%),
    linear-gradient(180deg,rgba(4,24,78,.92),rgba(3,13,48,.88))!important;
  border:1px solid rgba(78,157,255,.58)!important;
  box-shadow:
    inset 0 0 115px rgba(42,125,255,.28),
    inset 0 0 70px rgba(0,207,255,.13),
    0 30px 92px rgba(7,26,70,.24),
    0 0 0 1px rgba(255,255,255,.08)!important;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path{
  opacity:.92!important;
  filter:url(#nfEcoGlow)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path-blue{
  stroke:rgba(63,198,255,.90)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path-orange{
  stroke:rgba(255,170,48,.82)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-ambient{
  stroke:rgba(116,184,255,.38)!important;
  opacity:.92!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-ambient-soft{
  opacity:.72!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node{
  background:
    radial-gradient(circle at 88% 50%,rgba(0,180,255,.20),transparent 34%),
    linear-gradient(180deg,rgba(8,35,105,.91),rgba(5,19,66,.90))!important;
  border:1px solid rgba(98,177,255,.58)!important;
  box-shadow:
    0 0 34px rgba(20,136,255,.25),
    0 18px 48px rgba(0,8,35,.28),
    inset 0 0 28px rgba(63,150,255,.14)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node-media,
html[data-theme="light"] .nf-ecosystem .nf-node i{
  background:radial-gradient(circle at 35% 30%,rgba(47,115,255,.36),rgba(47,115,255,.30))!important;
  box-shadow:0 0 34px rgba(40,164,255,.74),inset 0 0 22px rgba(125,206,255,.16)!important;
}
html[data-theme="light"] .nf-ecosystem .nf-eco-particle{
  opacity:1!important;
}

/* Light mode: make the next/third campaign section use the same dark glass style */
html[data-theme="light"] .nf-campaign{
  color:#f7fbff!important;
  background:
    radial-gradient(circle at 12% 35%,rgba(139,67,255,.30),transparent 28%),
    radial-gradient(circle at 78% 50%,rgba(0,173,255,.22),transparent 30%),
    linear-gradient(100deg,rgba(68,19,143,.94),rgba(8,37,112,.93) 45%,rgba(20,6,64,.92))!important;
  border:1px solid rgba(174,101,255,.82)!important;
  box-shadow:
    0 0 48px rgba(126,67,255,.42),
    0 30px 90px rgba(9,25,75,.24),
    inset 0 0 48px rgba(255,255,255,.10)!important;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
html[data-theme="light"] .nf-campaign h2{
  color:#fff!important;
  text-shadow:0 0 18px rgba(120,182,255,.18)!important;
}
html[data-theme="light"] .nf-campaign p{
  color:rgba(234,244,255,.86)!important;
}
html[data-theme="light"] .nf-campaign-copy>span,
html[data-theme="light"] .nf-campaign>span{
  color:#160d1e!important;
  background:var(--nf-orange)!important;
}
html[data-theme="light"] .nf-campaign-features span{
  color:#f4f8ff!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(119,188,255,.38)!important;
  box-shadow:inset 0 0 20px rgba(72,147,255,.10)!important;
}
html[data-theme="light"] .nf-campaign-features span i{
  color:#91d9ff!important;
}
html[data-theme="light"] .nf-campaign-icon img,
html[data-theme="light"] .nf-campaign-features span img{
  filter:drop-shadow(0 0 14px rgba(113,200,255,.24))!important;
}

/* ============================================================
   FINAL V27: dark glass style for Stars + Teachers in Light mode
   ============================================================ */
html[data-theme="light"] .nf-stars-stage{
  color:#f7fbff!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,180,39,.22),transparent 16%),
    radial-gradient(circle at 18% 80%,rgba(0,166,255,.34),transparent 28%),
    radial-gradient(circle at 82% 20%,rgba(40,110,255,.30),transparent 27%),
    radial-gradient(circle at 50% 15%,rgba(0,215,255,.18),transparent 30%),
    linear-gradient(180deg,rgba(5,25,78,.94),rgba(3,13,48,.91))!important;
  border:1px solid rgba(78,157,255,.58)!important;
  box-shadow:
    inset 0 0 105px rgba(42,125,255,.24),
    inset 0 0 55px rgba(0,207,255,.10),
    0 30px 92px rgba(7,26,70,.22),
    0 0 0 1px rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
html[data-theme="light"] .nf-stars-stage:before{
  opacity:.34!important;
  background:
    linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(255,255,255,.022) 1px,transparent 1px)!important;
  background-size:56px 56px!important;
}
html[data-theme="light"] .nf-stars-orbit-lines span{
  background:linear-gradient(90deg,transparent,rgba(0,190,255,.78),rgba(255,174,44,.50),rgba(0,190,255,.78),transparent)!important;
  filter:drop-shadow(0 0 10px rgba(0,174,255,.78))!important;
  opacity:.70!important;
}
html[data-theme="light"] .nf-stars-orbit-lines span:nth-child(3),
html[data-theme="light"] .nf-stars-orbit-lines span:nth-child(4){opacity:.45!important}
html[data-theme="light"] .nf-stars-center strong{
  color:#fff1c8!important;
  text-shadow:0 0 12px rgba(255,187,54,.30)!important;
}
html[data-theme="light"] .nf-star-photo{
  background:none!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-star-photo:after{
  display:block!important;
  background:radial-gradient(circle,rgba(0,194,255,.35),transparent 62%)!important;
}
html[data-theme="light"] .nf-star-photo img,
html[data-theme="light"] .nf-star-photo i{
  background:#06194a!important;
  color:#a9dcff!important;
  border:3px solid #fff!important;
  box-shadow:0 0 22px rgba(0,191,255,.46)!important;
}
html[data-theme="light"] .nf-star-person span{
  color:#eaf6ff!important;
  text-shadow:0 0 12px rgba(0,0,0,.45)!important;
}

html[data-theme="light"] .nf-teacher-slider{
  color:#f7fbff!important;
  background:
    radial-gradient(circle at 16% 0%,rgba(0,190,255,.20),transparent 30%),
    radial-gradient(circle at 84% 0%,rgba(255,159,34,.12),transparent 26%),
    linear-gradient(180deg,rgba(7,31,91,.88),rgba(4,15,52,.88))!important;
  border:1px solid rgba(78,157,255,.56)!important;
  box-shadow:
    inset 0 0 95px rgba(42,125,255,.18),
    0 30px 90px rgba(7,26,70,.22),
    0 0 0 1px rgba(255,255,255,.06)!important;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
html[data-theme="light"] .nf-teacher-slider:before{
  background:
    radial-gradient(circle at 16% 0%,rgba(0,190,255,.18),transparent 28%),
    radial-gradient(circle at 84% 0%,rgba(255,159,34,.10),transparent 25%)!important;
  opacity:1!important;
}
html[data-theme="light"] .nf-slider-btn{
  color:#eaf7ff!important;
  background:linear-gradient(180deg,rgba(10,42,119,.88),rgba(5,19,66,.84))!important;
  border-color:rgba(100,178,255,.44)!important;
  box-shadow:0 0 22px rgba(0,146,255,.20),inset 0 0 18px rgba(77,152,255,.12)!important;
}
html[data-theme="light"] .nf-teacher-pro-card{
  background:linear-gradient(180deg,rgba(19,61,145,.80),rgba(5,18,62,.90))!important;
  border-color:rgba(101,178,255,.44)!important;
  box-shadow:inset 0 0 30px rgba(72,143,255,.15),0 22px 48px rgba(0,0,0,.20)!important;
}
html[data-theme="light"] .nf-teacher-pro-card:before{
  background:radial-gradient(circle at 50% 3%,rgba(0,216,255,.25),transparent 26%),radial-gradient(circle at 10% 95%,rgba(255,159,34,.14),transparent 30%)!important;
}
html[data-theme="light"] .nf-teacher-pro-photo{
  background:linear-gradient(145deg,#00d4ff 0%,#235cff 46%,#ff9f22 100%)!important;
  box-shadow:0 0 26px rgba(0,191,255,.44),0 0 34px rgba(255,159,34,.14)!important;
}
html[data-theme="light"] .nf-teacher-pro-photo img,
html[data-theme="light"] .nf-teacher-pro-photo i{
  background:radial-gradient(circle at 50% 22%,rgba(0,186,255,.28),rgba(7,26,84,.94))!important;
  color:#9de6ff!important;
}
html[data-theme="light"] .nf-teacher-pro-body h3,
html[data-theme="light"] .nf-teacher-pro-body h3 a{
  color:#fff!important;
  text-shadow:0 0 14px rgba(0,156,255,.24)!important;
}
html[data-theme="light"] .nf-teacher-pro-body p{
  color:#b9dbff!important;
}
html[data-theme="light"] .nf-teacher-pro-meta span{
  background:rgba(4,21,70,.50)!important;
  border-color:rgba(103,183,255,.34)!important;
  color:#edf8ff!important;
}

/* ============================================================
   FINAL V28: Light mode solid section colors, no glass/shadow
   ============================================================ */
html[data-theme="light"] body.seko-neural-page,
html[data-theme="light"] .nf-home{
  background:#ffffff!important;
  background-color:#ffffff!important;
}

/* Light mode: use solid, premium dark-blue panels instead of glass/neon backgrounds */
html[data-theme="light"] .nf-ecosystem .nf-network,
html[data-theme="light"] .nf-stars-stage,
html[data-theme="light"] .nf-teacher-slider{
  background:#030157!important;
  background-image:none!important;
  border:1px solid #030157!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#f7fbff!important;
}

/* Campaign / third section: solid violet-blue, no shadow */
html[data-theme="light"] .nf-campaign{
  background:#27006b!important;
  background-image:none!important;
  border:1px solid #27006b!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#f7fbff!important;
}

/* Light solid cards inside ecosystem */
html[data-theme="light"] .nf-ecosystem .nf-node{
  background:#071361d1 !important;
  background-image:none!important;
  border:1px solid #35a5e35e!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node:hover{
  background:#183a82!important;
  border-color:#4b86d8!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node-media,
html[data-theme="light"] .nf-ecosystem .nf-node i{
  background:#1d448d!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  color:#a9dcff!important;
}
html[data-theme="light"] .nf-ecosystem .nf-node:before{
  box-shadow:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core{
  background:#092257!important;
  background-image:none!important;
  border:1px solid #3c76bf!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core:before,
html[data-theme="light"] .nf-ecosystem .nf-core:after{
  box-shadow:none!important;
  border-color:#2f5f9e!important;
}
html[data-theme="light"] .nf-ecosystem .nf-core img{
  filter:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-path,
html[data-theme="light"] .nf-ecosystem .nf-network-lines-v14 .nf-eco-ambient{
  filter:none!important;
}
html[data-theme="light"] .nf-ecosystem .nf-eco-particle,
html[data-theme="light"] .nf-ecosystem .nf-eco-anchor{
  box-shadow:none!important;
}

/* Light solid campaign children */
html[data-theme="light"] .nf-campaign h2,
html[data-theme="light"] .nf-campaign p{
  text-shadow:none!important;
}
html[data-theme="light"] .nf-campaign-features span{
  background:#34288a!important;
  background-image:none!important;
  border:1px solid #5e50bd!important;
  box-shadow:none!important;
  color:#f4f8ff!important;
}
html[data-theme="light"] .nf-campaign-icon,
html[data-theme="light"] .nf-campaign-icon img,
html[data-theme="light"] .nf-campaign-features span img{
  box-shadow:none!important;
  filter:none!important;
}

/* Light solid stars section */
html[data-theme="light"] .nf-stars-stage:before{
  opacity:.10!important;
  background:none!important;
}
html[data-theme="light"] .nf-stars-orbit-lines span{
  filter:none!important;
  opacity:.42!important;
}
html[data-theme="light"] .nf-star-photo:after{
  display:none!important;
}
html[data-theme="light"] .nf-star-photo,
html[data-theme="light"] .nf-star-photo img,
html[data-theme="light"] .nf-star-photo i{
  box-shadow:none!important;
}
html[data-theme="light"] .nf-star-photo img,
html[data-theme="light"] .nf-star-photo i{
  background:#06194a!important;
  border:3px solid #fff!important;
}
html[data-theme="light"] .nf-star-person span,
html[data-theme="light"] .nf-stars-center strong{
  text-shadow:none!important;
}

/* Light solid teachers slider and cards */
html[data-theme="light"] .nf-teacher-slider:before{
  background:none!important;
  opacity:0!important;
}
html[data-theme="light"] .nf-teacher-pro-card{
  background:#15316e!important;
  background-image:none!important;
  border:1px solid #3a67aa!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-teacher-pro-card:before{
  background:none!important;
  opacity:0!important;
}
html[data-theme="light"] .nf-teacher-pro-photo{
  background:#0f2a63!important;
  background-image:none!important;
  border:1px solid #4b86d8!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-teacher-pro-photo img,
html[data-theme="light"] .nf-teacher-pro-photo i{
  background:#092257!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
html[data-theme="light"] .nf-teacher-pro-body h3,
html[data-theme="light"] .nf-teacher-pro-body h3 a{
  color:#ffffff!important;
  text-shadow:none!important;
}
html[data-theme="light"] .nf-teacher-pro-body p{
  color:#c7daf5!important;
}
html[data-theme="light"] .nf-teacher-pro-meta span{
  background:#0f2a63!important;
  border:1px solid #3a67aa!important;
  box-shadow:none!important;
  color:#edf8ff!important;
}
html[data-theme="light"] .nf-slider-btn{
  background:#142f6b!important;
  background-image:none!important;
  border:1px solid #3563a7!important;
  box-shadow:none!important;
  color:#eaf7ff!important;
}
html[data-theme="light"] .nf-slider-btn:hover{
  background:#183a82!important;
  border-color:#f6a12a!important;
  box-shadow:none!important;
}

/* Light solid stats/video/blog/FAQ/app cards: clean white page, solid cards, no shadows */
html[data-theme="light"] .nf-panel,
html[data-theme="light"] .nf-video-card,
html[data-theme="light"] .nf-star-map,
html[data-theme="light"] .nf-app-strip{
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
html[data-theme="light"] .nf-stat-grid>div,
html[data-theme="light"] .nf-news-item,
html[data-theme="light"] .nf-faq-item-v13,
html[data-theme="light"] .nf-accordion .accordion-item{
  box-shadow:none!important;
}

/* ============================================================
   FINAL V29 - Light mode solid lower sections
   User requested: only Light mode edits.
   ============================================================ */
html[data-theme="light"] .nf-lower-grid .nf-panel,
html[data-theme="light"] .nf-stats,
html[data-theme="light"] .nf-video-card,
html[data-theme="light"] .nf-news{
  background:#eef4ff!important;
  background-image:none!important;
  border:1px solid #c9dcfb!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#0b2147!important;
}
html[data-theme="light"] .nf-lower-grid .nf-panel:before,
html[data-theme="light"] .nf-stats:before,
html[data-theme="light"] .nf-video-card:before,
html[data-theme="light"] .nf-news:before{
  display:none!important;
  opacity:0!important;
  background:none!important;
}
html[data-theme="light"] .nf-stats h2,
html[data-theme="light"] .nf-video-card h2,
html[data-theme="light"] .nf-news h2,
html[data-theme="light"] .nf-video-card p,
html[data-theme="light"] .nf-news .nf-link{
  color:#0b2147!important;
  text-shadow:none!important;
}
html[data-theme="light"] .nf-news .nf-link{color:#2061d5!important;}

html[data-theme="light"] .nf-stat-grid>div{
  background:#f7f9fd!important;
  background-image:none!important;
  border:1px solid #d7e2f2!important;
  box-shadow:none!important;
  color:#0b2147!important;
}
html[data-theme="light"] .nf-stat-grid i{color:#2061d5!important;}
html[data-theme="light"] .nf-stat-grid b{color:#0b2147!important;}
html[data-theme="light"] .nf-stat-grid span{color:#61728d!important;}

html[data-theme="light"] .nf-news-item{
  background:#f7f9fd!important;
  background-image:none!important;
  border:1px solid #d7e2f2!important;
  box-shadow:none!important;
  color:#0b2147!important;
}
html[data-theme="light"] .nf-news-item span{color:#0b2147!important;}
html[data-theme="light"] .nf-news-item small{color:#64748b!important;}
html[data-theme="light"] .nf-news-item:hover{
  background:#e7eefc!important;
  border-color:#b8cff4!important;
  box-shadow:none!important;
}

html[data-theme="light"] .nf-video-card{
  background:#e8effb!important;
  background-image:none!important;
}
html[data-theme="light"] .nf-video-card a:not(.nf-btn) img{
  filter:none!important;
}
html[data-theme="light"] .nf-time{
  background:#dbe5f3!important;
  border:1px solid #c5d3e6!important;
  color:#0b2147!important;
  box-shadow:none!important;
}

html[data-theme="light"] .nf-faq-item-v13,
html[data-theme="light"] .nf-accordion .accordion-item{
  background:#f1f3f6!important;
  background-image:none!important;
  border:1px solid #d8dee8!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-faq-button,
html[data-theme="light"] .nf-accordion .accordion-button{
  background:#f1f3f6!important;
  background-image:none!important;
  color:#0b2147!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-faq-button:not(.collapsed),
html[data-theme="light"] .nf-accordion .accordion-button:not(.collapsed){
  background:#e5e9ef!important;
  color:#0b2147!important;
}
html[data-theme="light"] .nf-faq-body,
html[data-theme="light"] .nf-accordion .accordion-body{
  background:#f8f9fb!important;
  color:#526174!important;
  border-top:1px solid #d8dee8!important;
}
html[data-theme="light"] .nf-accordion .accordion-button:after{filter:none!important;}

html[data-theme="light"] .nf-app-strip{
  background:#2061d5!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#fff!important;
}
html[data-theme="light"] .nf-app-strip:before{display:none!important;}
html[data-theme="light"] .nf-app-strip h2,
html[data-theme="light"] .nf-app-strip p{
  color:#fff!important;
  text-shadow:none!important;
}
html[data-theme="light"] .nf-app-strip .nf-btn-primary{
  background:#ff9f2d!important;
  border:0!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-app-strip .nf-btn-ghost{
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.40)!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="light"] .nf-app-mascot img{
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page footer[style]{
  background:#00266b !important;
  background-image:none!important;
  border-top:0!important;
  box-shadow:none!important;
  color:#fff!important;
}
html[data-theme="light"] body.seko-neural-page footer[style] .text-white,
html[data-theme="light"] body.seko-neural-page footer[style] .nav-link,
html[data-theme="light"] body.seko-neural-page footer[style] a,
html[data-theme="light"] body.seko-neural-page footer[style] p,
html[data-theme="light"] body.seko-neural-page footer[style] div,
html[data-theme="light"] body.seko-neural-page footer[style] span,
html[data-theme="light"] body.seko-neural-page footer[style] label,
html[data-theme="light"] body.seko-neural-page footer[style] h1,
html[data-theme="light"] body.seko-neural-page footer[style] h2,
html[data-theme="light"] body.seko-neural-page footer[style] h3,
html[data-theme="light"] body.seko-neural-page footer[style] h4,
html[data-theme="light"] body.seko-neural-page footer[style] h5,
html[data-theme="light"] body.seko-neural-page footer[style] h6{
  color:#fff!important;
}
html[data-theme="light"] body.seko-neural-page footer[style] .nav-link:hover,
html[data-theme="light"] body.seko-neural-page footer[style] a:hover{
  color:#ffd27a!important;
}
html[data-theme="light"] body.seko-neural-page footer .form-control,
html[data-theme="light"] body.seko-neural-page footer .form-select,
html[data-theme="light"] body.seko-neural-page footer select{
  background:rgba(255,255,255,.16)!important;
  border:1px solid rgba(255,255,255,.38)!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="light"] body.seko-neural-page footer .form-control::placeholder,
html[data-theme="light"] body.seko-neural-page footer select::placeholder{color:rgba(255,255,255,.72)!important;}
html[data-theme="light"] body.seko-neural-page footer .btn-dark,
html[data-theme="light"] body.seko-neural-page footer button[type="submit"]{
  background:#ff9f2d!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}

/* ============================================================
   FINAL V30 - Light hero visual glass card
   Requested: only Light mode hero visual should be visible glassy.
   ============================================================ */
html[data-theme="light"] .nf-hero-visual{
  border-radius:42px!important;
  /* background:
    radial-gradient(circle at 48% 38%,rgba(32,97,213,.18),transparent 37%),
    radial-gradient(circle at 18% 72%,rgba(0,184,255,.12),transparent 30%),
    radial-gradient(circle at 82% 24%,rgba(255,159,45,.10),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.72),rgba(232,243,255,.54))!important; */
  /* border:1px solid rgba(32,97,213,.20)!important; */
  /* box-shadow:
    0 26px 70px rgba(32,97,213,.12),
    inset 0 0 0 1px rgba(255,255,255,.62),
    inset 0 -38px 90px rgba(32,97,213,.08)!important; */
  backdrop-filter:blur(18px) saturate(140%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(140%)!important;
  overflow:hidden!important;
}
html[data-theme="light"] .nf-hero-visual:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(to right,rgba(32,97,213,.045) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(32,97,213,.035) 1px,transparent 1px);
  background-size:54px 54px;
  opacity:.52;
  pointer-events:none;
  z-index:-1;
}
html[data-theme="light"] .nf-hero-visual:after{
  content:"";
  position:absolute;
  left:10%;right:10%;bottom:8%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(0,195,255,.78),rgba(255,159,45,.44),rgba(0,195,255,.78),transparent);
  box-shadow:0 0 24px rgba(0,178,255,.34);
  pointer-events:none;
  z-index:0;
}
html[data-theme="light"] .nf-hero-visual .nf-mascot-orbit{
  filter:drop-shadow(0 22px 44px rgba(32,97,213,.18))!important;
  z-index:1;
}
html[data-theme="light"] .nf-hero-visual .nf-mascot-orbit:before{
  opacity:.42!important;
  background:radial-gradient(circle,rgba(0,186,255,.30),rgba(32,97,213,.16) 34%,transparent 62%)!important;
  filter:blur(20px)!important;
}
html[data-theme="light"] .nf-hero-visual .nf-orbit{
  opacity:.42!important;
  border-color:rgba(32,147,255,.42)!important;
  box-shadow:0 0 20px rgba(0,170,255,.18)!important;
}
html[data-theme="light"] .nf-hero-visual .nf-holo-platform{
  opacity:.58!important;
  background:linear-gradient(90deg,transparent,rgba(0,205,255,.88),rgba(255,159,45,.44),rgba(0,205,255,.88),transparent)!important;
  box-shadow:0 0 28px rgba(0,190,255,.42),0 0 70px rgba(32,97,213,.16)!important;
}
html[data-theme="light"] .nf-hero-visual .nf-holo-platform:before{
  opacity:.72!important;
  border-color:rgba(0,180,255,.38)!important;
  box-shadow:0 0 30px rgba(0,180,255,.22)!important;
}
html[data-theme="light"] .nf-hero-visual .nf-mascot{
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 24px 36px rgba(18,48,112,.18));
}
html[data-theme="light"] .nf-hero-visual .nf-ai-bubble,
html[data-theme="light"] .nf-hero-visual .nf-floating-chip{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgb(11 36 92 / 0%) !important;
  color:#0b2147!important;
  box-shadow:0 14px 34px rgba(32,97,213,.12),inset 0 0 0 1px rgba(255,255,255,.62)!important;
  backdrop-filter:blur(14px) saturate(135%)!important;
  -webkit-backdrop-filter:blur(14px) saturate(135%)!important;
}
html[data-theme="light"] .nf-hero-visual .nf-ai-bubble small{
  color:#49627f!important;
}
html[data-theme="light"] .nf-hero-visual .nf-floating-chip i{
  color:#ff9f2d!important;
}
@media (max-width:991.98px){
  html[data-theme="light"] .nf-hero-visual{
    border-radius:34px!important;
  }
}
@media (max-width:575.98px){
  html[data-theme="light"] .nf-hero-visual{
    border-radius:28px!important;
    min-height:340px!important;
  }
  html[data-theme="light"] .nf-hero-visual:before{
    background-size:38px 38px;
  }
}

/* ============================================================
   FINAL V31 - Dropdown / select / toast visibility fixes
   Requested fixes:
   - Header profile and ellipsis dropdowns should always open above page panels.
   - Select/options should be readable in both light and dark themes.
   - Toast should remain readable in dark theme too.
   ============================================================ */
body.seko-neural-page .desktop-header,
body.seko-neural-page .mobile-header,
body.seko-neural-page header.navbar-light,
body.seko-neural-page header.navbar-sticky,
body.seko-neural-page .navbar-sticky,
body.seko-neural-page .navbar,
body.seko-neural-page .navbar > .container,
body.seko-neural-page .navbar > .container-fluid,
body.seko-neural-page .navbar-collapse,
body.seko-neural-page .navbar-nav,
body.seko-neural-page .nav-item.dropdown,
body.seko-neural-page .dropdown{
  overflow:visible!important;
}
body.seko-neural-page .desktop-header,
body.seko-neural-page .mobile-header,
body.seko-neural-page header.navbar-light,
body.seko-neural-page header.navbar-sticky,
body.seko-neural-page .navbar-sticky{
  position:relative!important;
  z-index:12000!important;
  isolation:isolate;
}
body.seko-neural-page .dropdown-menu,
body.seko-neural-page .dropdown-menu.show,
body.seko-neural-page .dropdown-animation,
body.seko-neural-page .dropdown-submenu > .dropdown-menu{
  z-index:12050!important;
  min-width:220px;
  overflow:hidden!important;
}
body.seko-neural-page .dropdown-menu{
  background:#061948!important;
  border:1px solid rgba(105,184,255,.28)!important;
  box-shadow:0 22px 56px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.04)!important;
  color:#eef7ff!important;
}
body.seko-neural-page .dropdown-menu .dropdown-item,
body.seko-neural-page .dropdown-menu .dropdown-item span,
body.seko-neural-page .dropdown-menu .dropdown-item i,
body.seko-neural-page .dropdown-menu .h6,
body.seko-neural-page .dropdown-menu p,
body.seko-neural-page .dropdown-menu small{
  color:#eef7ff!important;
}
body.seko-neural-page .dropdown-divider{border-color:rgba(255,255,255,.13)!important;}
html[data-theme="light"] body.seko-neural-page .dropdown-menu{
  background:#ffffff!important;
  border:1px solid #d9e4f4!important;
  box-shadow:0 18px 42px rgba(18,50,95,.14)!important;
  color:#0b2147!important;
}
html[data-theme="light"] body.seko-neural-page .dropdown-menu .dropdown-item,
html[data-theme="light"] body.seko-neural-page .dropdown-menu .dropdown-item span,
html[data-theme="light"] body.seko-neural-page .dropdown-menu .dropdown-item i,
html[data-theme="light"] body.seko-neural-page .dropdown-menu .h6,
html[data-theme="light"] body.seko-neural-page .dropdown-menu p,
html[data-theme="light"] body.seko-neural-page .dropdown-menu small{
  color:#0b2147!important;
}
html[data-theme="light"] body.seko-neural-page .dropdown-divider{border-color:#e5edf7!important;}
body.seko-neural-page .dropdown-menu .dropdown-item:hover,
body.seko-neural-page .dropdown-menu .dropdown-item:focus{
  background:rgba(255,159,45,.14)!important;
  color:#ff9f2d!important;
}
body.seko-neural-page .dropdown-menu .dropdown-item:hover i,
body.seko-neural-page .dropdown-menu .dropdown-item:focus i,
body.seko-neural-page .dropdown-menu .dropdown-item:hover span,
body.seko-neural-page .dropdown-menu .dropdown-item:focus span{
  color:#ff9f2d!important;
}

body.seko-neural-page select,
body.seko-neural-page .form-select,
body.seko-neural-page .form-control[type="select"]{
  background-color:#061948!important;
  color:#eef7ff!important;
  border-color:rgba(105,184,255,.30)!important;
}
body.seko-neural-page select option,
body.seko-neural-page .form-select option,
body.seko-neural-page select optgroup,
body.seko-neural-page .form-select optgroup{
  background:#061948!important;
  color:#eef7ff!important;
}
html[data-theme="light"] body.seko-neural-page select,
html[data-theme="light"] body.seko-neural-page .form-select,
html[data-theme="light"] body.seko-neural-page .form-control[type="select"]{
  background-color:#ffffff!important;
  color:#0b2147!important;
  border-color:#d8e4f4!important;
}
html[data-theme="light"] body.seko-neural-page select option,
html[data-theme="light"] body.seko-neural-page .form-select option,
html[data-theme="light"] body.seko-neural-page select optgroup,
html[data-theme="light"] body.seko-neural-page .form-select optgroup{
  background:#ffffff!important;
  color:#0b2147!important;
}
body.seko-neural-page .choices,
body.seko-neural-page .choices__inner{
  color:#eef7ff!important;
}
body.seko-neural-page .choices__inner,
body.seko-neural-page .choices__list--dropdown,
body.seko-neural-page .choices__list[aria-expanded]{
  background:#061948!important;
  border-color:rgba(105,184,255,.30)!important;
  color:#eef7ff!important;
  z-index:12060!important;
}
body.seko-neural-page .choices__item,
body.seko-neural-page .choices__placeholder{
  color:#eef7ff!important;
  opacity:1!important;
}
body.seko-neural-page .choices__list--dropdown .choices__item--selectable.is-highlighted,
body.seko-neural-page .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
  background:rgba(255,159,45,.14)!important;
  color:#ffb052!important;
}
html[data-theme="light"] body.seko-neural-page .choices,
html[data-theme="light"] body.seko-neural-page .choices__inner{
  color:#0b2147!important;
}
html[data-theme="light"] body.seko-neural-page .choices__inner,
html[data-theme="light"] body.seko-neural-page .choices__list--dropdown,
html[data-theme="light"] body.seko-neural-page .choices__list[aria-expanded]{
  background:#ffffff!important;
  border-color:#d8e4f4!important;
  color:#0b2147!important;
}
html[data-theme="light"] body.seko-neural-page .choices__item,
html[data-theme="light"] body.seko-neural-page .choices__placeholder{
  color:#0b2147!important;
}

body.seko-neural-page .toast-container,
body.seko-neural-page .toast-wrapper,
body.seko-neural-page [id^="toast_message_"]{
  z-index:13000!important;
}
body.seko-neural-page .toast{
  position:relative;
  z-index:13000!important;
  background:#ffffff!important;
  color:#0b2147!important;
  border:1px solid rgba(216,226,240,.95)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 22px 60px rgba(0,0,0,.22)!important;
  opacity:1!important;
}
body.seko-neural-page .toast-header{
  border-bottom:0!important;
  color:#ffffff!important;
}
body.seko-neural-page .toast-header.bg-danger{
  background:#dc2845!important;
}
body.seko-neural-page .toast-header strong,
body.seko-neural-page .toast-header small{
  color:#ffffff!important;
}
body.seko-neural-page .toast-header .btn-close{
  filter:invert(1) grayscale(100%) brightness(200%)!important;
  opacity:.9!important;
}
body.seko-neural-page .toast-body{
  background:#ffffff!important;
  color:#0b2147!important;
  font-weight:700;
}

/* ============================================================
   FINAL V32 - Inner pages dark-mode coverage only
   Scope: html[data-theme="dark"] body.seko-neural-inner-page
   Pages covered with CSS only:
   courses.html, packages.html, page_detail.html, course-detail.html
   ============================================================ */
html[data-theme="dark"] body.seko-neural-inner-page{
  --inner-bg:#020916;
  --inner-bg-2:#04133a;
  --inner-panel:#061948;
  --inner-panel-2:#08225e;
  --inner-panel-3:#0a2b73;
  --inner-soft:#0e2f75;
  --inner-border:rgba(111,193,255,.24);
  --inner-border-strong:rgba(111,193,255,.42);
  --inner-text:#eef7ff;
  --inner-heading:#ffffff;
  --inner-muted:#b7c9e8;
  --inner-link:#82d6ff;
  --inner-orange:#ff9f2d;
  --inner-danger:#ff5a76;
  background:
    radial-gradient(circle at 10% 12%,rgba(17,102,255,.34),transparent 25rem),
    radial-gradient(circle at 88% 28%,rgba(0,190,255,.18),transparent 32rem),
    linear-gradient(180deg,#020916 0%,#04133a 48%,#020916 100%)!important;
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page main,
html[data-theme="dark"] body.seko-neural-inner-page section,
html[data-theme="dark"] body.seko-neural-inner-page .container,
html[data-theme="dark"] body.seko-neural-inner-page .container-fluid{
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page h1,
html[data-theme="dark"] body.seko-neural-inner-page h2,
html[data-theme="dark"] body.seko-neural-inner-page h3,
html[data-theme="dark"] body.seko-neural-inner-page h4,
html[data-theme="dark"] body.seko-neural-inner-page h5,
html[data-theme="dark"] body.seko-neural-inner-page h6,
html[data-theme="dark"] body.seko-neural-inner-page .h1,
html[data-theme="dark"] body.seko-neural-inner-page .h2,
html[data-theme="dark"] body.seko-neural-inner-page .h3,
html[data-theme="dark"] body.seko-neural-inner-page .h4,
html[data-theme="dark"] body.seko-neural-inner-page .h5,
html[data-theme="dark"] body.seko-neural-inner-page .h6,
html[data-theme="dark"] body.seko-neural-inner-page .card-title{
  color:var(--inner-heading)!important;
  text-shadow:0 0 18px rgba(55,142,255,.10);
}
html[data-theme="dark"] body.seko-neural-inner-page p,
html[data-theme="dark"] body.seko-neural-inner-page li,
html[data-theme="dark"] body.seko-neural-inner-page span,
html[data-theme="dark"] body.seko-neural-inner-page small,
html[data-theme="dark"] body.seko-neural-inner-page label,
html[data-theme="dark"] body.seko-neural-inner-page .small,
html[data-theme="dark"] body.seko-neural-inner-page .text-body{
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .text-muted,
html[data-theme="dark"] body.seko-neural-inner-page .fw-light,
html[data-theme="dark"] body.seko-neural-inner-page del,
html[data-theme="dark"] body.seko-neural-inner-page .card-text{
  color:var(--inner-muted)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page a:not(.btn):not(.badge):not(.dropdown-item):not(.nav-link),
html[data-theme="dark"] body.seko-neural-inner-page .card-title a,
html[data-theme="dark"] body.seko-neural-inner-page h5 a,
html[data-theme="dark"] body.seko-neural-inner-page h6 a{
  color:var(--inner-link)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page a:not(.btn):hover{
  color:#ffb457!important;
}
html[data-theme="dark"] body.seko-neural-inner-page hr{
  border-color:rgba(255,255,255,.12)!important;
  opacity:1!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .border,
html[data-theme="dark"] body.seko-neural-inner-page .border-bottom,
html[data-theme="dark"] body.seko-neural-inner-page .border-top,
html[data-theme="dark"] body.seko-neural-inner-page .border-start,
html[data-theme="dark"] body.seko-neural-inner-page .border-end{
  border-color:var(--inner-border)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .bg-light,
html[data-theme="dark"] body.seko-neural-inner-page .bg-white,
html[data-theme="dark"] body.seko-neural-inner-page .bg-light-input,
html[data-theme="dark"] body.seko-neural-inner-page .text-bg-white{
  background-color:var(--inner-panel)!important;
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.bg-light[style*="background-image"]{
  background-color:rgba(3,13,42,.92)!important;
  background-blend-mode:multiply!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .rounded-3.bg-light,
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb-wrapper,
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb-area{
  background:linear-gradient(180deg,rgba(8,34,94,.95),rgba(4,18,56,.96))!important;
  border:1px solid var(--inner-border)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.22)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb,
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb-item,
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb-item.active,
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb-item::before{
  color:var(--inner-muted)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .breadcrumb a{
  color:#9ee3ff!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .card,
html[data-theme="dark"] body.seko-neural-inner-page .card-body,
html[data-theme="dark"] body.seko-neural-inner-page .card-footer,
html[data-theme="dark"] body.seko-neural-inner-page .card-header,
html[data-theme="dark"] body.seko-neural-inner-page .list-group-item,
html[data-theme="dark"] body.seko-neural-inner-page .package-card,
html[data-theme="dark"] body.seko-neural-inner-page .course-card,
html[data-theme="dark"] body.seko-neural-inner-page .question-form-section{
  background:linear-gradient(180deg,rgba(8,34,94,.94),rgba(5,21,64,.96))!important;
  border-color:var(--inner-border)!important;
  color:var(--inner-text)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.20),inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card.bg-transparent{
  background:rgba(7,25,74,.62)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card img,
html[data-theme="dark"] body.seko-neural-inner-page .rounded-start,
html[data-theme="dark"] body.seko-neural-inner-page .card-img,
html[data-theme="dark"] body.seko-neural-inner-page .card-img-top{
  border-color:rgba(255,255,255,.08)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card-img-overlay{
  background:linear-gradient(180deg,rgba(3,10,30,.15),rgba(3,10,30,.62))!important;
  color:#fff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .badge.text-bg-white,
html[data-theme="dark"] body.seko-neural-inner-page .badge.bg-success.bg-opacity-10,
html[data-theme="dark"] body.seko-neural-inner-page .badge.bg-primary.bg-opacity-10{
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#eaf6ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .text-success{color:#55e6a6!important;}
html[data-theme="dark"] body.seko-neural-inner-page .text-danger{color:#ff6d86!important;}
html[data-theme="dark"] body.seko-neural-inner-page .text-orange,
html[data-theme="dark"] body.seko-neural-inner-page .text-warning{color:#ffb64e!important;}

html[data-theme="dark"] body.seko-neural-inner-page .form-control,
html[data-theme="dark"] body.seko-neural-inner-page .form-select,
html[data-theme="dark"] body.seko-neural-inner-page textarea,
html[data-theme="dark"] body.seko-neural-inner-page input[type="text"],
html[data-theme="dark"] body.seko-neural-inner-page input[type="number"],
html[data-theme="dark"] body.seko-neural-inner-page input[type="email"],
html[data-theme="dark"] body.seko-neural-inner-page input[type="password"],
html[data-theme="dark"] body.seko-neural-inner-page input[type="search"]{
  background:#061948!important;
  color:#eef7ff!important;
  border:1px solid rgba(111,193,255,.30)!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .form-control:focus,
html[data-theme="dark"] body.seko-neural-inner-page .form-select:focus,
html[data-theme="dark"] body.seko-neural-inner-page textarea:focus{
  background:#071f59!important;
  border-color:rgba(255,159,45,.70)!important;
  box-shadow:0 0 0 .18rem rgba(255,159,45,.14)!important;
  color:#ffffff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .form-control::placeholder,
html[data-theme="dark"] body.seko-neural-inner-page textarea::placeholder{
  color:#92a9cc!important;
  opacity:1!important;
}
html[data-theme="dark"] body.seko-neural-inner-page select option,
html[data-theme="dark"] body.seko-neural-inner-page .form-select option{
  background:#061948!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .choices,
html[data-theme="dark"] body.seko-neural-inner-page .choices__inner,
html[data-theme="dark"] body.seko-neural-inner-page .choices__list--single,
html[data-theme="dark"] body.seko-neural-inner-page .choices__item{
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .choices__inner,
html[data-theme="dark"] body.seko-neural-inner-page .choices__list--dropdown,
html[data-theme="dark"] body.seko-neural-inner-page .choices__list[aria-expanded]{
  background:#061948!important;
  border-color:rgba(111,193,255,.30)!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .choices__list--dropdown .choices__item--selectable.is-highlighted,
html[data-theme="dark"] body.seko-neural-inner-page .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
  background:rgba(255,159,45,.16)!important;
  color:#ffbd63!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .accordion-item{
  background:transparent!important;
  border:0!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-button,
html[data-theme="dark"] body.seko-neural-inner-page .accordion-button.collapsed{
  background:linear-gradient(180deg,rgba(8,34,94,.96),rgba(5,22,68,.98))!important;
  border:1px solid var(--inner-border)!important;
  color:#eef7ff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-button:not(.collapsed){
  color:#ffb457!important;
  border-color:rgba(255,159,45,.42)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-body{
  background:rgba(6,25,72,.78)!important;
  color:var(--inner-muted)!important;
  border:1px solid rgba(111,193,255,.18)!important;
  border-radius:18px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-button::after{
  filter:invert(1) brightness(1.8)!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .modal-content{
  background:linear-gradient(180deg,#081f59,#051740)!important;
  border:1px solid var(--inner-border)!important;
  color:var(--inner-text)!important;
  box-shadow:0 24px 75px rgba(0,0,0,.45)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-header,
html[data-theme="dark"] body.seko-neural-inner-page .modal-footer{
  border-color:rgba(255,255,255,.11)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-body{
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .btn-close{
  filter:invert(1) grayscale(100%) brightness(210%)!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .nav-tabs,
html[data-theme="dark"] body.seko-neural-inner-page .nav-pills{
  border-color:rgba(111,193,255,.18)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .nav-tabs .nav-link,
html[data-theme="dark"] body.seko-neural-inner-page .nav-pills .nav-link{
  color:#c7d9f4!important;
  background:rgba(7,27,79,.70)!important;
  border-color:rgba(111,193,255,.18)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .nav-tabs .nav-link.active,
html[data-theme="dark"] body.seko-neural-inner-page .nav-pills .nav-link.active{
  color:#061948!important;
  background:#ffb24e!important;
  border-color:#ffb24e!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .table,
html[data-theme="dark"] body.seko-neural-inner-page table{
  --bs-table-color:#eef7ff;
  --bs-table-bg:transparent;
  --bs-table-border-color:rgba(111,193,255,.18);
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .table > :not(caption) > * > *,
html[data-theme="dark"] body.seko-neural-inner-page table td,
html[data-theme="dark"] body.seko-neural-inner-page table th{
  background:rgba(6,25,72,.62)!important;
  color:#eef7ff!important;
  border-color:rgba(111,193,255,.18)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .pagination .page-link{
  background:#061948!important;
  color:#eef7ff!important;
  border-color:rgba(111,193,255,.24)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .pagination .active .page-link,
html[data-theme="dark"] body.seko-neural-inner-page .page-item.active .page-link{
  background:#ff9f2d!important;
  border-color:#ff9f2d!important;
  color:#081a44!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .btn-link{
  color:#8edcff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .btn-secondary-soft,
html[data-theme="dark"] body.seko-neural-inner-page .btn-outline-light{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .tns-controls button,
html[data-theme="dark"] body.seko-neural-inner-page .owl-nav button{
  background:#061948!important;
  color:#ffffff!important;
  border:1px solid rgba(111,193,255,.28)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .tns-controls button:hover,
html[data-theme="dark"] body.seko-neural-inner-page .owl-nav button:hover{
  background:#ff9f2d!important;
  color:#071943!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .single-banner,
html[data-theme="dark"] body.seko-neural-inner-page .student-carousel .student-item,
html[data-theme="dark"] body.seko-neural-inner-page .container2.card{
  background:linear-gradient(180deg,rgba(8,34,94,.94),rgba(5,21,64,.96))!important;
  border:1px solid var(--inner-border)!important;
  color:var(--inner-text)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .ql-container,
html[data-theme="dark"] body.seko-neural-inner-page .ql-editor,
html[data-theme="dark"] body.seko-neural-inner-page .ql-toolbar{
  background:#061948!important;
  color:#eef7ff!important;
  border-color:rgba(111,193,255,.24)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .ql-editor.ql-blank::before{
  color:#92a9cc!important;
}

/* Keep the site footer/header readable on inner dark pages */
html[data-theme="dark"] body.seko-neural-inner-page footer,
html[data-theme="dark"] body.seko-neural-inner-page footer[style]{
  background:linear-gradient(180deg,#061948,#031132)!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page footer a,
html[data-theme="dark"] body.seko-neural-inner-page footer p,
html[data-theme="dark"] body.seko-neural-inner-page footer span,
html[data-theme="dark"] body.seko-neural-inner-page footer small,
html[data-theme="dark"] body.seko-neural-inner-page footer .text-white{
  color:#eef7ff!important;
}

/* ============================================================
   FINAL V33 - Bootstrap modal layering/centering fix
   Fixes inner-page purchase modals opening under the neural header.
   CSS only; no template changes.
   ============================================================ */
body.seko-neural-page.modal-open,
body.seko-neural-inner-page.modal-open{
  overflow:hidden!important;
}
body.seko-neural-page .modal-backdrop,
body.seko-neural-inner-page .modal-backdrop,
html[data-theme="dark"] body.seko-neural-inner-page .modal-backdrop,
html[data-theme="light"] body.seko-neural-inner-page .modal-backdrop{
  z-index:13990!important;
  background:#020916!important;
}
body.seko-neural-page .modal-backdrop.show,
body.seko-neural-inner-page .modal-backdrop.show,
html[data-theme="dark"] body.seko-neural-inner-page .modal-backdrop.show{
  opacity:.72!important;
}
html[data-theme="light"] body.seko-neural-inner-page .modal-backdrop.show,
html[data-theme="light"] body.seko-neural-page .modal-backdrop.show{
  opacity:.42!important;
}
body.seko-neural-page .modal,
body.seko-neural-inner-page .modal,
html[data-theme="dark"] body.seko-neural-inner-page .modal,
html[data-theme="light"] body.seko-neural-inner-page .modal{
  z-index:14000!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
body.seko-neural-page .modal.show,
body.seko-neural-inner-page .modal.show{
  display:block!important;
}
body.seko-neural-page .modal .modal-dialog,
body.seko-neural-inner-page .modal .modal-dialog{
  min-height:calc(100vh - 3.5rem)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:1.75rem auto!important;
  transform:none!important;
  pointer-events:none!important;
}
body.seko-neural-page .modal .modal-content,
body.seko-neural-inner-page .modal .modal-content{
  width:100%!important;
  max-height:calc(100vh - 3.5rem)!important;
  overflow:hidden!important;
  border-radius:20px!important;
  pointer-events:auto!important;
}
body.seko-neural-page .modal .modal-body,
body.seko-neural-inner-page .modal .modal-body{
  max-height:calc(100vh - 13rem)!important;
  overflow-y:auto!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-content,
html[data-theme="dark"] body.seko-neural-page .modal-content{
  background:linear-gradient(180deg,#08235f 0%,#061948 55%,#041239 100%)!important;
  border:1px solid rgba(111,193,255,.42)!important;
  color:#eef7ff!important;
  box-shadow:0 32px 90px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.025) inset!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-header,
html[data-theme="dark"] body.seko-neural-inner-page .modal-footer,
html[data-theme="dark"] body.seko-neural-page .modal-header,
html[data-theme="dark"] body.seko-neural-page .modal-footer{
  border-color:rgba(255,255,255,.12)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-header.bg-dark,
html[data-theme="dark"] body.seko-neural-page .modal-header.bg-dark{
  background:#06143a!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal-body,
html[data-theme="dark"] body.seko-neural-inner-page .modal-body *:not(.btn):not(i),
html[data-theme="dark"] body.seko-neural-page .modal-body,
html[data-theme="dark"] body.seko-neural-page .modal-body *:not(.btn):not(i){
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal .btn-light,
html[data-theme="dark"] body.seko-neural-page .modal .btn-light{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.16)!important;
  color:#fff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .modal .btn-light i,
html[data-theme="dark"] body.seko-neural-page .modal .btn-light i{
  color:#fff!important;
}
html[data-theme="light"] body.seko-neural-inner-page .modal-content,
html[data-theme="light"] body.seko-neural-page .modal-content{
  background:#ffffff!important;
  border:1px solid #dbe6f4!important;
  color:#0b2147!important;
  box-shadow:0 28px 80px rgba(13,39,92,.20)!important;
}
html[data-theme="light"] body.seko-neural-inner-page .modal-body,
html[data-theme="light"] body.seko-neural-inner-page .modal-body *:not(.btn):not(i),
html[data-theme="light"] body.seko-neural-page .modal-body,
html[data-theme="light"] body.seko-neural-page .modal-body *:not(.btn):not(i){
  color:#0b2147!important;
}
@media (max-width:575.98px){
  body.seko-neural-page .modal .modal-dialog,
  body.seko-neural-inner-page .modal .modal-dialog{
    min-height:calc(100vh - 1rem)!important;
    margin:.5rem!important;
  }
  body.seko-neural-page .modal .modal-content,
  body.seko-neural-inner-page .modal .modal-content{
    max-height:calc(100vh - 1rem)!important;
  }
  body.seko-neural-page .modal .modal-body,
  body.seko-neural-inner-page .modal .modal-body{
    max-height:calc(100vh - 10rem)!important;
  }
}

/* ============================================================
   FINAL V34 - Real modal click fix
   Some purchase modals are rendered inside page sections, so the
   backdrop can sit above the modal and block clicks. These rules
   keep the modal layer clickable and move the backdrop behind it.
   ============================================================ */
html body.modal-open > .modal-backdrop,
html body.modal-open .modal-backdrop{
  z-index:2147483000!important;
  pointer-events:none!important;
}
html body.modal-open > .modal,
html body.modal-open .modal{
  z-index:2147483200!important;
  pointer-events:auto!important;
  isolation:isolate!important;
}
html body.modal-open .modal.show{
  display:block!important;
}
html body.modal-open .modal .modal-dialog{
  position:relative!important;
  z-index:2147483201!important;
  pointer-events:auto!important;
}
html body.modal-open .modal .modal-content,
html body.modal-open .modal .modal-content *,
html body.modal-open .modal .modal-header,
html body.modal-open .modal .modal-body,
html body.modal-open .modal .modal-footer,
html body.modal-open .modal button,
html body.modal-open .modal a,
html body.modal-open .modal input,
html body.modal-open .modal select,
html body.modal-open .modal textarea,
html body.modal-open .modal form{
  pointer-events:auto!important;
}
html body.modal-open .modal .btn,
html body.modal-open .modal button[type="submit"],
html body.modal-open .modal button[data-bs-dismiss="modal"]{
  position:relative!important;
  z-index:2147483202!important;
}

/* ============================================================
   FINAL V35 - Modal backdrop visual clarity fix
   The previous backdrop was too opaque in dark pages, making the
   modal look disabled. Keep it clickable, but make the overlay softer
   and the modal surface clearer.
   ============================================================ */
html body.modal-open > .modal-backdrop,
html body.modal-open .modal-backdrop{
  background:#020916!important;
  opacity:.26!important;
  filter:none!important;
  backdrop-filter:none!important;
}
html[data-theme="dark"] body.modal-open > .modal-backdrop.show,
html[data-theme="dark"] body.modal-open .modal-backdrop.show{
  opacity:.30!important;
}
html[data-theme="light"] body.modal-open > .modal-backdrop.show,
html[data-theme="light"] body.modal-open .modal-backdrop.show{
  opacity:.20!important;
}
html body.modal-open .modal,
html body.modal-open .modal.show,
html body.modal-open .modal .modal-dialog,
html body.modal-open .modal .modal-content{
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}
html[data-theme="dark"] body.modal-open .modal-content{
  background:#071f5a!important;
  border:1px solid rgba(111,193,255,.68)!important;
  color:#f4f9ff!important;
  box-shadow:0 24px 75px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.05) inset!important;
}
html[data-theme="dark"] body.modal-open .modal-header,
html[data-theme="dark"] body.modal-open .modal-footer{
  background:rgba(3,15,46,.54)!important;
  border-color:rgba(111,193,255,.20)!important;
}
html[data-theme="dark"] body.modal-open .modal-title,
html[data-theme="dark"] body.modal-open .modal-body,
html[data-theme="dark"] body.modal-open .modal-body p,
html[data-theme="dark"] body.modal-open .modal-body span,
html[data-theme="dark"] body.modal-open .modal-body label,
html[data-theme="dark"] body.modal-open .modal-body strong,
html[data-theme="dark"] body.modal-open .modal-body small,
html[data-theme="dark"] body.modal-open .modal-body div:not(.btn){
  color:#f4f9ff!important;
}
html[data-theme="dark"] body.modal-open .modal input,
html[data-theme="dark"] body.modal-open .modal select,
html[data-theme="dark"] body.modal-open .modal textarea,
html[data-theme="dark"] body.modal-open .modal .form-control,
html[data-theme="dark"] body.modal-open .modal .form-select{
  background:#051844!important;
  border-color:rgba(111,193,255,.36)!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.modal-open .modal input::placeholder,
html[data-theme="dark"] body.modal-open .modal textarea::placeholder{
  color:rgba(238,247,255,.60)!important;
}
html[data-theme="dark"] body.modal-open .modal .btn-close{
  filter:invert(1) grayscale(1) brightness(1.8)!important;
  opacity:.92!important;
}

/* ============================================================
   FINAL V36 - Inner dark page polish
   Fixes duplicated breadcrumb wrapper, course meta footer,
   accordion plus icons, shop search banner and contact cards.
   CSS only; templates unchanged.
   ============================================================ */
html[data-theme="dark"] body.seko-neural-inner-page{
  --inner-panel-solid:#08235f;
  --inner-panel-deep:#051844;
  --inner-line:rgba(111,193,255,.30);
}

/* Remove the extra outer title card around breadcrumb components */
html[data-theme="dark"] body.seko-neural-inner-page section.py-4 > div[style*="max-width"] > .col-12.px-0 > .bg-light.p-4.text-center.rounded-3{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-4 > div[style*="max-width"] > .col-12.px-0 > .bg-light.p-4.text-center.rounded-3 > section.bg-light,
html[data-theme="dark"] body.seko-neural-inner-page section.bg-light.py-4.py-md-5.overflow-hidden{
  width:min(1440px,calc(100% - 48px))!important;
  margin-inline:auto!important;
  border-radius:28px!important;
  background:#092766!important;
  border:1px solid rgba(111,193,255,.32)!important;
  box-shadow:none!important;
  padding:56px 24px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.bg-light.py-4.py-md-5.overflow-hidden h1{
  color:#ffffff!important;
  text-shadow:none!important;
}

/* Course/package cards: keep the price-duration-video strip clean */
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  margin:12px 0 0!important;
  padding-inline:0!important;
  color:#dcecff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer hr{
  margin:0 0 12px!important;
  border:0!important;
  height:1px!important;
  opacity:1!important;
  background:linear-gradient(90deg,transparent,rgba(111,193,255,.32),transparent)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer .d-flex{
  background:rgb(3 17 52 / 0%)!important;
  border:1px solid rgb(255 255 255 / 0%)!important;
  border-radius:0 0 14px 14px!important;
  padding:10px 0px!important;
  gap:8px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer span,
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer del{
  color:#dcecff!important;
  font-size:12px!important;
  line-height:1.9!important;
  white-space:nowrap;
}
html[data-theme="dark"] body.seko-neural-inner-page .card .card-body > .card-footer del{
  color:#91a8cc!important;
}

/* Accordion plus/minus icons: replace mixed white/orange strokes with a single clean icon */
html[data-theme="dark"] body.seko-neural-inner-page .accordion-icon .accordion-button{
  position:relative!important;
  padding-inline-start:52px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-icon .accordion-button::after{
  content:""!important;
  position:absolute!important;
  inset-inline-start:21px!important;
  top:50%!important;
  width:15px!important;
  height:2px!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  background:#ffb24e!important;
  background-image:none!important;
  border-radius:999px!important;
  opacity:1!important;
  filter:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-icon .accordion-button::before{
  content:""!important;
  position:absolute!important;
  inset-inline-start:27.5px!important;
  top:50%!important;
  width:2px!important;
  height:15px!important;
  transform:translateY(-50%)!important;
  background:#ffb24e!important;
  border-radius:999px!important;
  opacity:1!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-icon .accordion-button:not(.collapsed)::before{
  opacity:0!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .accordion-icon .accordion-button:not(.collapsed)::after{
  background:#ffb24e!important;
}

/* Shop hero/search banner dark coverage */
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 .bg-light.position-relative.overflow-hidden,
html[data-theme="dark"] body.seko-neural-inner-page .shop-hero,
html[data-theme="dark"] body.seko-neural-inner-page .shop-banner{
  background:#092766!important;
  border:1px solid rgba(111,193,255,.30)!important;
  border-radius:26px!important;
  box-shadow:none!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 .bg-light.position-relative.overflow-hidden figure{
  opacity:.30!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 .bg-light.position-relative.overflow-hidden h1,
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 .bg-light.position-relative.overflow-hidden p{
  color:#ffffff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 form.bg-body,
html[data-theme="dark"] body.seko-neural-inner-page .bg-body.rounded.p-2{
  background:#051844!important;
  border:1px solid rgba(111,193,255,.34)!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 form.bg-body .form-control,
html[data-theme="dark"] body.seko-neural-inner-page .bg-body.rounded.p-2 .form-control{
  background:#061d52!important;
  color:#ffffff!important;
  border:0!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.py-0.mt-5 form.bg-body .form-control::placeholder,
html[data-theme="dark"] body.seko-neural-inner-page .bg-body.rounded.p-2 .form-control::placeholder{
  color:rgba(238,247,255,.65)!important;
}

/* Contact page cards and form in dark mode */
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"]{
  background-color:#03183f!important;
  background-blend-mode:soft-light!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"] .card.card-body,
html[data-theme="dark"] body.seko-neural-inner-page .contact-info .card,
html[data-theme="dark"] body.seko-neural-inner-page .contact-card{
  background-color:#092766!important;
  background-image:linear-gradient(180deg,#092766,#061d52)!important;
  border:1px solid rgba(111,193,255,.30)!important;
  box-shadow:none!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"] .card.card-body[style]{
  background-image:linear-gradient(180deg,#092766,#061d52)!important;
  border:1px solid rgba(111,193,255,.30)!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"] .card h5,
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"] .card a,
html[data-theme="dark"] body.seko-neural-inner-page section[style*="map.svg"] .card li{
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page form.bg-light-input{
  background:#092766!important;
  border:1px solid rgba(111,193,255,.30)!important;
  border-radius:24px!important;
  padding:22px!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page form.bg-light-input label{
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page iframe{
  border-radius:22px!important;
  border:1px solid rgba(111,193,255,.24)!important;
  filter:saturate(.75) brightness(.78)!important;
}

/* ============================================================
   FINAL V37 - Student dashboard/sidebar dark polish
   CSS only. Improves student profile header + offcanvas sidebar
   without touching templates.
   ============================================================ */
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar{
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .offcanvas-header{
  background:linear-gradient(180deg,#08235f,#05163d)!important;
  border-bottom:1px solid rgba(111,193,255,.22)!important;
  color:#ffffff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .offcanvas-title{
  color:#ffffff!important;
  font-weight:900!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .offcanvas-body{
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .offcanvas-body > .border.rounded-3{
  background:linear-gradient(180deg,rgba(8,33,94,.98),rgba(4,18,54,.98))!important;
  border:1px solid rgba(111,193,255,.28)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.025)!important;
  border-radius:24px!important;
  padding:12px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-dark{
  gap:8px!important;
  display:flex!important;
  flex-direction:column!important;
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 14px!important;
  color:#dcecff!important;
  background:rgba(7,28,82,.92)!important;
  border:1px solid rgba(111,193,255,.20)!important;
  border-radius:14px!important;
  box-shadow:none!important;
  overflow:hidden!important;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item:before{
  content:"";
  position:absolute;
  inset-block:10px;
  right:0;
  width:3px;
  border-radius:8px 0 0 8px;
  background:transparent;
  transition:background .2s ease,box-shadow .2s ease;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item i,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item .fa,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item .far,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item .fas,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item .bi{
  width:20px!important;
  min-width:20px!important;
  text-align:center!important;
  color:#7fd8ff!important;
  opacity:1!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item:hover{
  color:#ffffff!important;
  background:rgba(12,47,128,.98)!important;
  border-color:rgba(111,193,255,.38)!important;
  transform:translateX(-2px);
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item:hover:before{
  background:#34d5ff;
  box-shadow:0 0 16px rgba(52,213,255,.60);
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item[aria-current="true"]{
  color:#061948!important;
  background:linear-gradient(135deg,#ffb244,#ff8f1e)!important;
  border-color:rgba(255,178,68,.72)!important;
  box-shadow:none!important;
  font-weight:900!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active i,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active .fa,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active .far,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active .fas,
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.active .bi{
  color:#061948!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.text-danger{
  color:#ff8fa0!important;
  background:rgba(255,64,99,.10)!important;
  border-color:rgba(255,107,132,.24)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .list-group-item.text-danger:hover{
  color:#ffffff!important;
  background:rgba(255,64,99,.20)!important;
  border-color:rgba(255,107,132,.42)!important;
}

/* Student profile top card inside dashboard */
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 > .container-fluid.px-0 .card.bg-primary{
  height:150px!important;
  min-height:150px!important;
  background:
    radial-gradient(circle at 86% 40%,rgba(22,154,255,.18),transparent 28%),
    linear-gradient(180deg,#08245f,#061b4d)!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 > .container.mt-n4 > .row > .col-12 > .card.bg-transparent.card-body{
  margin-top:-54px!important;
  padding:18px 22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(8,33,94,.88),rgba(5,21,64,.86))!important;
  border:1px solid rgba(111,193,255,.22)!important;
  color:#eef7ff!important;
  box-shadow:0 20px 55px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .avatar.avatar-xxl{
  width:116px!important;
  height:116px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .avatar.avatar-xxl .avatar-img{
  width:116px!important;
  height:116px!important;
  object-fit:cover!important;
  background:#dbe8ff!important;
  border:4px solid rgba(139,214,255,.78)!important;
  box-shadow:0 0 0 7px rgba(48,155,255,.12)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .card.bg-transparent.card-body h1,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .card.bg-transparent.card-body h2,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .card.bg-transparent.card-body h3{
  color:#ffffff!important;
  font-weight:900!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .card.bg-transparent.card-body p{
  color:#cfe2ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 hr{
  border-color:rgba(111,193,255,.16)!important;
  opacity:1!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 .d-xl-none.btn,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 button[data-bs-target="#offcanvasSidebar"]{
  background:#ff9f2d!important;
  border-color:#ff9f2d!important;
  color:#061948!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 a.h6.d-xl-none{
  color:#ffffff!important;
}

@media (max-width:1199.98px){
  html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar{
    background:linear-gradient(180deg,#061948,#031132)!important;
    border-left:1px solid rgba(111,193,255,.22)!important;
  }
  html[data-theme="dark"] body.seko-neural-inner-page #offcanvasSidebar .offcanvas-body{
    padding:14px!important;
  }
  html[data-theme="dark"] body.seko-neural-inner-page section.pt-0 > .container.mt-n4 > .row > .col-12 > .card.bg-transparent.card-body{
    margin-top:-42px!important;
  }
}


/* ============================================================
   FINAL V38 - Result exam dark layout/card stacking fix
   CSS only. Fixes overlapping report cards in templates/student/result_exam.html
   ============================================================ */
body.seko-neural-inner-page #pdf-content,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:28px auto 0!important;
  clear:both!important;
}
body.seko-neural-inner-page #pdf-content > .card,
body.seko-neural-inner-page #pdf-content > .row > .card,
body.seko-neural-inner-page #pdf-content ~ .row > .card{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  flex:0 0 100%!important;
  max-width:100%!important;
  clear:both!important;
  margin-top:0!important;
  margin-bottom:28px!important;
  float:none!important;
}
body.seko-neural-inner-page #pdf-content > .row,
body.seko-neural-inner-page #pdf-content ~ .row{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin-right:0!important;
  margin-left:0!important;
  clear:both!important;
}
body.seko-neural-inner-page #pdf-content .card-body,
body.seko-neural-inner-page #pdf-content ~ .row .card-body{
  position:relative!important;
  z-index:2!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content > .card,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content > .row > .card,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row > .card{
  background:linear-gradient(180deg,#082766,#061f55)!important;
  border:1px solid rgba(111,193,255,.26)!important;
  border-radius:18px!important;
  box-shadow:none!important;
  color:#eef7ff!important;
  overflow:hidden!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .card-title,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .card-title{
  color:#ffffff!important;
  font-weight:900!important;
  text-align:center!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .card-header,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .card-header{
  border-bottom:1px solid rgba(111,193,255,.22)!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .table,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content table{
  margin-bottom:0!important;
  min-width:860px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .table > :not(caption) > * > *,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content table td,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content table th{
  background:#09245f!important;
  color:#eef7ff!important;
  border-color:rgba(111,193,255,.24)!important;
  vertical-align:middle!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .table thead th,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content table thead th{
  background:#071b4c!important;
  color:#ffffff!important;
  font-weight:900!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .list-group,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .list-group-item{
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .list-group-item{
  background:#09245f!important;
  color:#eef7ff!important;
  border:1px solid rgba(111,193,255,.24)!important;
  border-radius:14px!important;
  margin-bottom:12px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .list-group-item img{
  max-width:100%!important;
  height:auto!important;
  background:#ffffff!important;
  border-radius:12px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .text-muted,
html[data-theme="dark"] body.seko-neural-inner-page #pdf-content ~ .row .text-muted{
  color:#b7c9e5!important;
}
@media (min-width:992px){
  body.seko-neural-inner-page #pdf-content,
  body.seko-neural-inner-page #pdf-content ~ .row{
    width:min(100%, 1080px)!important;
    margin-inline:auto!important;
  }
  body.seko-neural-inner-page #pdf-content:before{
    content:"";
    display:table;
    clear:both;
  }
}
@media (max-width:767.98px){
  body.seko-neural-inner-page #pdf-content,
  body.seko-neural-inner-page #pdf-content ~ .row{
    margin-top:20px!important;
  }
  body.seko-neural-inner-page #pdf-content > .card,
  body.seko-neural-inner-page #pdf-content > .row > .card,
  body.seko-neural-inner-page #pdf-content ~ .row > .card{
    margin-bottom:20px!important;
    border-radius:16px!important;
  }
  html[data-theme="dark"] body.seko-neural-inner-page #pdf-content .table,
  html[data-theme="dark"] body.seko-neural-inner-page #pdf-content table{
    min-width:760px!important;
  }
}

/* ============================================================
   FINAL V39 - Product detail code/category dark card polish
   CSS only. Cleans the product info rows such as code/category.
   ============================================================ */
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3{
  margin-top:18px!important;
  margin-bottom:22px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group.list-group-borderless{
  display:grid!important;
  gap:10px!important;
  width:min(100%, 470px)!important;
  margin:0!important;
  padding:0!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:48px!important;
  padding:11px 14px!important;
  margin:0!important;
  background:#09245f!important;
  border:1px solid rgba(111,193,255,.22)!important;
  border-radius:14px!important;
  color:#eef7ff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item:hover{
  border-color:rgba(111,193,255,.36)!important;
  background:#0a2b72!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item .h6{
  margin:0!important;
  line-height:1.9!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item .fw-light{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#a9dfff!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item .fw-light i{
  color:#36d2ff!important;
  font-size:15px!important;
  margin:0 0 0 6px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item .h6:not(.fw-light){
  color:#ffffff!important;
  font-weight:900!important;
  text-align:left!important;
  direction:ltr!important;
  background:rgba(111,193,255,.08)!important;
  border:1px solid rgba(111,193,255,.12)!important;
  border-radius:10px!important;
  padding:4px 10px!important;
  min-width:72px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .btn-success-soft-check{
  background:#09245f!important;
  border:1px solid rgba(0,220,180,.45)!important;
  color:#eef7ff!important;
  border-radius:14px!important;
  padding:12px 16px!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .btn-check:checked + .btn-success-soft-check,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .btn-success-soft-check:hover{
  background:#07315f!important;
  border-color:#10d7b8!important;
  color:#ffffff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .btn-success-soft-check .text-decoration-line-through{
  color:#90a5c5!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .btn-success-soft-check .text-success{
  color:#35e7b7!important;
}
@media (max-width:767.98px){
  html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  html[data-theme="dark"] body.seko-neural-inner-page section.pt-5 .container[data-sticky-container] .col-xl-8 > .row.mb-3 .list-group-borderless .list-group-item .h6:not(.fw-light){
    direction:rtl!important;
    text-align:right!important;
    width:100%!important;
  }
}

/* ============================================================
   FINAL V40 - Creators/teachers listing card overlap fix
   CSS only. Keeps the existing templates unchanged.
   ============================================================ */
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding-right:calc(var(--bs-gutter-x, 1.5rem) * .5)!important;
  padding-left:calc(var(--bs-gutter-x, 1.5rem) * .5)!important;
  margin:0!important;
  overflow:visible!important;
  min-height:0!important;
  display:block!important;
}
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2,
body.seko-neural-inner-page .card:has(.creator-avatar){
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-height:174px!important;
  overflow:hidden!important;
  border-radius:20px!important;
  padding:10px!important;
  display:block!important;
  isolation:isolate!important;
}
html[data-theme="dark"] body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2,
html[data-theme="dark"] body.seko-neural-inner-page .card:has(.creator-avatar){
  background:linear-gradient(180deg,#092763 0%,#061b4e 100%)!important;
  border:1px solid rgba(111,193,255,.22)!important;
  box-shadow:none!important;
  color:#eef7ff!important;
}
html[data-theme="light"] body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2,
html[data-theme="light"] body.seko-neural-inner-page .card:has(.creator-avatar){
  background:#ffffff!important;
  border:1px solid #dbe7f7!important;
  box-shadow:none!important;
  color:#0b2147!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) > .row.g-0,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 > .row.g-0{
  min-height:154px!important;
  align-items:stretch!important;
  flex-wrap:nowrap!important;
  margin:0!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .col-md-4,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .col-md-4{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:118px!important;
  max-width:128px!important;
  flex:0 0 128px!important;
  padding:0!important;
}
body.seko-neural-inner-page .creator-avatar{
  display:block!important;
  width:110px!important;
  height:150px!important;
  max-width:110px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:16px!important;
  margin:0 auto!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .col-md-8,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .col-md-8{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .card-body,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .card-body{
  width:100%!important;
  min-width:0!important;
  padding:10px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:8px!important;
  overflow:hidden!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .card-title,
body.seko-neural-inner-page .card:has(.creator-avatar) .card-title a,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .card-title,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .card-title a{
  display:block!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.8!important;
  font-weight:900!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .text-truncate-2,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .text-truncate-2{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  min-height:50px!important;
  max-height:54px!important;
  margin:0!important;
  text-align:center!important;
  line-height:1.85!important;
  font-size:13px!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card:has(.creator-avatar) .text-truncate-2,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .text-truncate-2{
  color:#d6e9ff!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .list-inline,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .list-inline{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .list-inline-item,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .list-inline-item{
  margin:0!important;
}
body.seko-neural-inner-page .card:has(.creator-avatar) .list-inline-item a,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .list-inline-item a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:30px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
html[data-theme="dark"] body.seko-neural-inner-page .card:has(.creator-avatar) .list-inline-item a,
html[data-theme="dark"] body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .list-inline-item a{
  background:#071b4b!important;
  border:1px solid rgba(111,193,255,.22)!important;
  color:#9ee3ff!important;
}
html[data-theme="light"] body.seko-neural-inner-page .card:has(.creator-avatar) .list-inline-item a,
html[data-theme="light"] body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .list-inline-item a{
  background:#f2f7ff!important;
  border:1px solid #d7e5f7!important;
  color:#1357a8!important;
}
@media (max-width:991.98px){
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2,
  body.seko-neural-inner-page .card:has(.creator-avatar){
    min-height:166px!important;
  }
  body.seko-neural-inner-page .card:has(.creator-avatar) .col-md-4,
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .col-md-4{
    flex-basis:116px!important;
    min-width:116px!important;
    max-width:116px!important;
  }
  body.seko-neural-inner-page .creator-avatar{
    width:100px!important;
    max-width:100px!important;
    height:136px!important;
  }
}
@media (max-width:767.98px){
  body.seko-neural-inner-page .card:has(.creator-avatar) > .row.g-0,
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 > .row.g-0{
    flex-wrap:wrap!important;
  }
  body.seko-neural-inner-page .card:has(.creator-avatar) .col-md-4,
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .col-md-4{
    flex:0 0 100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-bottom:10px!important;
  }
  body.seko-neural-inner-page .creator-avatar{
    width:min(100%,220px)!important;
    max-width:220px!important;
    height:190px!important;
  }
  body.seko-neural-inner-page .card:has(.creator-avatar) .card-body,
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center > .col-lg-4.card.bg-transparent > .card.shadow.p-2 .card-body{
    padding:8px!important;
  }
}

/* ============================================================
   FINAL V41 - Creators listing grid restore
   CSS only. The previous card fix made creator cards full-width;
   this restores a proper 3/2/1 responsive grid while keeping the
   non-overlap fixes inside each card.
   ============================================================ */
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar){
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
  justify-content:center!important;
  margin-right:0!important;
  margin-left:0!important;
}
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar) > .col-lg-4.card.bg-transparent{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  padding:0!important;
  margin:0!important;
}
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar) > .col-lg-4.card.bg-transparent > .card.shadow.p-2,
body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar) .card:has(.creator-avatar){
  height:100%!important;
  min-height:178px!important;
}
@media (max-width:1199.98px){
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar){
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:767.98px){
  body.seko-neural-inner-page section.pt-4 .row.g-4.justify-content-center:has(> .col-lg-4.card.bg-transparent > .card.shadow.p-2 .creator-avatar){
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
}


/* ============================================================
   FINAL V43 - Safe dark menu fix
   Reverts the V42 forced display behavior and styles menus only
   when Bootstrap/JS opens them. No template changes.
   ============================================================ */
html[data-theme="dark"] body.seko-neural-page .container.position-relative:has(> #mega-menu),
html[data-theme="dark"] body.seko-neural-inner-page .container.position-relative:has(> #mega-menu){
  position:relative!important;
  z-index:11020!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu{
  z-index:11030!important;
  margin-top:12px!important;
  padding:12px!important;
  border-radius:28px!important;
  border:1px solid rgba(105,184,255,.24)!important;
  background:linear-gradient(180deg,rgba(7,28,79,.98) 0%,rgba(4,20,64,.97) 100%)!important;
  box-shadow:0 24px 64px rgba(0,0,0,.42),0 0 28px rgba(0,146,255,.16)!important;
  backdrop-filter:blur(18px)!important;
  overflow:hidden!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .mega-menu-child,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .mega-menu-child,
html[data-theme="dark"] body.seko-neural-page #mega-menu .boxs,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .boxs,
html[data-theme="dark"] body.seko-neural-page #mega-menu .box,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .box,
html[data-theme="dark"] body.seko-neural-page #mega-menu .child,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .child,
html[data-theme="dark"] body.seko-neural-page #mega-menu .main-menu-content{
  background:transparent!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .main-menu-content{
  background:transparent!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .cat-mega-menu,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .cat-mega-menu{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .cat-mega-menu > li,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .cat-mega-menu > li{
  border-radius:16px!important;
  overflow:hidden!important;
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .cat-mega-menu > li:hover,
html[data-theme="dark"] body.seko-neural-page #mega-menu .cat-mega-menu > li.active,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .cat-mega-menu > li:hover,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .cat-mega-menu > li.active{
  background:rgba(18,106,255,.18)!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu a,
html[data-theme="dark"] body.seko-neural-page #mega-menu .cat-mega-menu > li > a,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu a,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .cat-mega-menu > li > a{
  color:#dcebff!important;
  text-decoration:none!important;
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu a:hover,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu a:hover{
  color:#7fd7ff!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .menu,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .menu{
  list-style:none!important;
  margin:0 0 10px!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .menu li.title,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .menu li.title{
  margin-bottom:6px!important;
  padding-bottom:8px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
html[data-theme="dark"] body.seko-neural-page #mega-menu .menu li.title a,
html[data-theme="dark"] body.seko-neural-inner-page #mega-menu .menu li.title a{
  color:#ffffff!important;
}

html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show,
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.collapsing,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing{
  margin-top:14px!important;
  padding:14px!important;
  border-radius:28px!important;
  border:1px solid rgba(105,184,255,.24)!important;
  background:linear-gradient(180deg,rgba(7,28,79,.98) 0%,rgba(4,20,64,.97) 100%)!important;
  box-shadow:0 24px 64px rgba(0,0,0,.42),0 0 28px rgba(0,146,255,.14)!important;
  backdrop-filter:blur(16px)!important;
  max-height:calc(100vh - 140px)!important;
  overflow:auto!important;
  color:#eef7ff!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .navbar-nav,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .navbar-nav{
  gap:4px!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-item,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-item{
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-item:last-child,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-item:last-child{
  border-bottom:none!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-link,
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.collapsing .nav-link,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-link,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing .nav-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:48px!important;
  padding:10px 12px!important;
  color:#eef7ff!important;
  border-radius:14px!important;
  text-align:right!important;
  background:transparent!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-link:hover,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-link:hover{
  background:rgba(18,106,255,.16)!important;
  color:#ffffff!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .dropdown-menu,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .dropdown-menu{
  position:static!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  margin:6px 0 10px!important;
  padding:8px!important;
  background:rgba(1,14,46,.86)!important;
  border:1px solid rgba(105,184,255,.18)!important;
  border-radius:18px!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .dropdown-menu .dropdown-item,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .dropdown-menu .dropdown-item{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  padding:9px 12px!important;
  color:#dcebff!important;
  border-radius:12px!important;
  white-space:normal!important;
}
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show .dropdown-menu .dropdown-item:hover,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .dropdown-menu .dropdown-item:hover{
  background:rgba(18,106,255,.15)!important;
  color:#ffffff!important;
}


/* ============================================================
   FINAL V44 - Mobile menu search placement fix
   CSS only. Keeps the menu closed by default and places the
   search box as a clean full-width block at the top of the
   mobile opened menu instead of floating between menu items.
   ============================================================ */
@media (max-width:1199.98px){
  body.seko-neural-page .mobile-header .navbar-collapse.show,
  body.seko-neural-page .mobile-header .navbar-collapse.collapsing,
  body.seko-neural-inner-page .mobile-header .navbar-collapse.show,
  body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse .navbar-nav,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .navbar-nav,
  body.seko-neural-page .mobile-header .navbar-collapse .navbar-nav-scroll,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .navbar-nav-scroll{
    order:2!important;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3,
  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 auto!important;
    display:block!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    margin:0 0 12px!important;
    padding:0!important;
    z-index:3!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 .nav-item,
  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 .nav-item,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 .nav-item,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 .nav-item{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 form,
  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 form,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 form,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 form{
    width:100%!important;
    margin:0!important;
    position:relative!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 .form-control,
  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 .form-control,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 .form-control,
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 .form-control{
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    padding-right:48px!important;
    padding-left:18px!important;
    border-radius:999px!important;
    text-align:right!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 button[type="submit"],
  body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 button[type="submit"],
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 button[type="submit"],
  body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 button[type="submit"]{
    right:8px!important;
    left:auto!important;
    width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    padding:0!important;
    z-index:2!important;
  }

  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3,
  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0{
    padding:10px!important;
    border-radius:22px!important;
    background:rgba(1,14,46,.45)!important;
    border:1px solid rgba(105,184,255,.16)!important;
  }

  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 .form-control,
  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 .form-control,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 .form-control,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 .form-control{
    background:#051a4d!important;
    border-color:rgba(105,184,255,.35)!important;
    color:#eef7ff!important;
  }

  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-3 button[type="submit"],
  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse > .nav.my-xl-0 button[type="submit"],
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-3 button[type="submit"],
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse > .nav.my-xl-0 button[type="submit"]{
    color:#7fd7ff!important;
    background:rgba(18,106,255,.22)!important;
  }
}


/* ============================================================
   FINAL V45 - Header logo switch fix
   Use logo-light.webp in dark mode header, and logo.webp in light mode.
   ============================================================ */
html[data-theme="dark"] body.seko-neural-page header .navbar-brand .light-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page header .navbar-brand .light-mode-item,
html[data-theme="dark"] body.seko-neural-page .navbar-brand .light-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page .navbar-brand .light-mode-item{
  display:none!important;
  visibility:hidden!important;
}
html[data-theme="dark"] body.seko-neural-page header .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page header .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-page .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page .navbar-brand .dark-mode-item{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
  max-height:52px!important;
  width:auto!important;
  filter:drop-shadow(0 0 14px rgba(70,175,255,.60))!important;
}
html[data-theme="light"] body.seko-neural-page header .navbar-brand .dark-mode-item,
html[data-theme="light"] body.seko-neural-inner-page header .navbar-brand .dark-mode-item,
html[data-theme="light"] body.seko-neural-page .navbar-brand .dark-mode-item,
html[data-theme="light"] body.seko-neural-inner-page .navbar-brand .dark-mode-item{
  display:none!important;
  visibility:hidden!important;
}
html[data-theme="light"] body.seko-neural-page header .navbar-brand .light-mode-item,
html[data-theme="light"] body.seko-neural-inner-page header .navbar-brand .light-mode-item,
html[data-theme="light"] body.seko-neural-page .navbar-brand .light-mode-item,
html[data-theme="light"] body.seko-neural-inner-page .navbar-brand .light-mode-item{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
  max-height:52px!important;
  width:auto!important;
}


/* ============================================================
   FINAL V46 - Mobile grade menu closed by default
   Keep grade/category dropdowns closed when the hamburger menu opens.
   They open only after the user taps their title.
   ============================================================ */
@media (max-width:1199.98px){
  body.seko-neural-page #mega-menu,
  body.seko-neural-inner-page #mega-menu{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu{
    display:none!important;
    height:0!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    margin:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    pointer-events:none!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse .nav-item.dropdown.show > .dropdown-menu,
  body.seko-neural-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu.show,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-item.dropdown.show > .dropdown-menu,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu.show{
    display:block!important;
    height:auto!important;
    max-height:65vh!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:auto!important;
    pointer-events:auto!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse .nav-link.dropdown-toggle[aria-expanded="false"] + .dropdown-menu,
  body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-link.dropdown-toggle[aria-expanded="false"] + .dropdown-menu{
    display:none!important;
    height:0!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    margin:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    pointer-events:none!important;
  }

  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse .nav-item.dropdown.show > .dropdown-menu,
  html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu.show,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-item.dropdown.show > .dropdown-menu,
  html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse .nav-item.dropdown > .dropdown-menu.show{
    margin:8px 0 12px!important;
    padding:8px!important;
  }
}

/* ============================================================
   FINAL V48 - Runtime ordering override for homepage mobile
   ============================================================ */
.nf-campaign-features .nf-campaign-feature{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(100,170,255,.28)!important;
  color:var(--nf-text)!important;
  padding:10px 12px;
  border-radius:18px;
  font-weight:900;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.nf-campaign-features a.nf-campaign-feature:hover{
  transform:translateY(-2px);
  border-color:rgba(255,159,34,.7)!important;
  background:rgba(255,159,34,.12)!important;
}
html[data-theme="light"] .nf-campaign-features .nf-campaign-feature{
  background:#fff!important;
  color:#0b2853!important;
  box-shadow:none!important;
}

@media (max-width:1199.98px){
  body.seko-neural-page .mobile-header .nf-mobile-grade-toggle,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-toggle{
    width:100%;
    border:0;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    background:transparent;
    cursor:pointer;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-panel:not(.show),
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel:not(.show){
    display:none!important;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-panel,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel{
    margin:8px 0 12px!important;
    border-radius:22px;
    border:1px solid rgba(105,184,255,.22);
    background:rgba(255,255,255,.04);
    overflow:hidden;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-link,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-link{
    min-height:44px;
    padding:10px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    color:var(--nf-text)!important;
    font-weight:850;
  }
  body.seko-neural-page .mobile-header .nf-mobile-grade-sub a,
  body.seko-neural-inner-page .mobile-header .nf-mobile-grade-sub a{
    display:block;
    padding:8px 12px;
    margin:6px 12px 0;
    border-radius:14px;
    color:var(--nf-muted)!important;
    background:rgba(255,255,255,.035);
  }
  html[data-theme="light"] body.seko-neural-page .mobile-header .nf-mobile-grade-panel,
  html[data-theme="light"] body.seko-neural-inner-page .mobile-header .nf-mobile-grade-panel{
    background:#fff!important;
    border-color:rgba(0,105,220,.16)!important;
    box-shadow:0 14px 32px rgba(15,69,132,.08);
  }
}

@media (max-width:767.98px){
  .nf-home .container{
    width:calc(100% - 20px);
    max-width:430px;
    padding-left:0;
    padding-right:0;
  }
  .nf-hero{
    display:flex!important;
    flex-direction:column;
    min-height:auto!important;
    gap:18px;
    padding-top:22px;
    padding-bottom:34px;
  }
  .nf-hero-visual{
    order:1;
    width:100%;
    min-height:240px!important;
  }
  .nf-hero-copy{
    order:2;
    max-width:100%;
    text-align:center;
    justify-self:auto;
  }
  .nf-hero h1{
    font-size:24px !important;
    line-height:1.18;
  }
  .nf-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:20px;
  }
  .nf-btn{
    min-height:48px;
    padding:0 12px;
    font-size:13px;
  }
  .nf-network{
    min-height:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:18px!important;
    border-radius:28px;
  }
  .nf-network-lines{
    display:none!important;
  }
  .nf-core,
  .nf-node{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    translate:0!important;
  }
  .nf-core{
    grid-column:1/-1;
    width:106px!important;
    height:106px!important;
    margin:8px auto 10px;
  }
  .nf-node{
    width:100%!important;
    min-height:96px;
    grid-template-columns:40px 1fr;
    column-gap:10px;
    padding:12px!important;
    border-radius:20px;
  }
  .nf-node i,
  .nf-node-media{
    width:40px!important;
    height:40px!important;
    font-size:18px!important;
  }
  .nf-campaign{
    grid-template-columns:78px 1fr!important;
    gap:14px;
    padding:16px!important;
    border-radius:24px;
  }
  .nf-campaign-features,
  .nf-campaign .nf-btn{
    grid-column:1/-1;
  }
  .nf-campaign-features{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
  }
  .nf-campaign-features .nf-campaign-feature{
    min-height:44px;
    justify-content:center;
    padding:8px 10px;
    font-size:12px;
  }
}

/* ============================================================
   FINAL V49 - Homepage compact spacing, stars, ecosystem mascot, why section
   ============================================================ */
body.seko-neural-page .nf-home > section{
  scroll-margin-top:92px;
}
body.seko-neural-page .nf-hero{
  padding-bottom:48px;
}
body.seko-neural-page .nf-ecosystem{
  padding-top:38px;
  padding-bottom:28px;
}
body.seko-neural-page .nf-campaign{
  margin-top:22px;
  margin-bottom:40px;
}
body.seko-neural-page .nf-stars-section,
body.seko-neural-page .nf-teachers-section,
body.seko-neural-page .nf-why-section,
body.seko-neural-page .nf-lower-grid,
body.seko-neural-page .nf-faq,
body.seko-neural-page .nf-app-strip{
  margin-top:42px!important;
}

.nf-core{
  overflow:visible!important;
}
.nf-core-mascot{
  width:min(152px,88%)!important;
  max-width:none!important;
  height:auto!important;
  border-radius:0!important;
  filter:drop-shadow(0 0 18px rgba(0,188,255,.78)) drop-shadow(0 0 28px rgba(255,159,34,.18))!important;
  animation:nfFloat 5s ease-in-out infinite;
}
html[data-theme="light"] .nf-core-mascot{
  filter:drop-shadow(0 14px 24px rgba(32,97,213,.18))!important;
}

.nf-stars-mobile-title{
  display:none;
}
.nf-stars-stage:after{
  content:"";
  position:absolute;
  inset:34px;
  border-radius:50%;
  border:1px solid rgba(77,177,255,.18);
  box-shadow:inset 0 0 26px rgba(0,179,255,.14),0 0 28px rgba(0,179,255,.10);
  pointer-events:none;
  transform:rotate(-11deg) scaleX(1.08);
}
.nf-stars-orbit-lines span:nth-child(5){
  transform:rotate(44deg);
  opacity:.26;
}
.nf-stars-orbit-lines span:nth-child(6){
  transform:rotate(-44deg);
  opacity:.26;
}
.nf-stars-center{
  background:radial-gradient(circle at center,rgba(255,185,39,.22),rgba(5,20,68,.16) 56%,transparent 70%);
}
.nf-stars-center:before,
.nf-stars-center:after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:50%;
  background:conic-gradient(from 0deg,rgba(0,196,255,.0),rgba(0,196,255,.55),rgba(255,173,42,.65),rgba(0,196,255,.55),rgba(0,196,255,.0));
  filter:blur(9px);
  opacity:.62;
  z-index:-1;
  animation:nfSpin 12s linear infinite;
}
.nf-stars-center:after{
  inset:-26px;
  opacity:.22;
  animation-duration:20s;
  animation-direction:reverse;
}
.nf-stars-center img{
  width:142px!important;
  height:142px!important;
  object-fit:cover;
  border-radius:50%;
  display:block;
  filter:drop-shadow(0 0 16px rgba(255,209,65,.92)) drop-shadow(0 0 28px rgba(0,182,255,.55));
  animation:nfStarPulse 3.4s ease-in-out infinite;
}
.nf-star-name,
.nf-star-location{
  display:block;
  max-width:126px;
  text-align:center;
}
.nf-star-name{
  color:#fff;
  font-size:12px;
  font-weight:950;
  line-height:1.55;
  text-shadow:0 0 12px rgba(0,0,0,.45);
}
.nf-star-location{
  margin-top:-5px;
  color:#ffca5a;
  font-size:10px;
  font-weight:850;
  line-height:1.5;
  text-shadow:0 0 12px rgba(255,159,34,.28);
}
html[data-theme="light"] .nf-stars-stage:after{
  border-color:rgba(32,97,213,.14);
  box-shadow:none;
}
html[data-theme="light"] .nf-stars-center{
  background:radial-gradient(circle at center,rgba(255,180,42,.16),rgba(255,255,255,.72) 58%,transparent 72%);
}
html[data-theme="light"] .nf-stars-center:before,
html[data-theme="light"] .nf-stars-center:after{
  opacity:.16;
  filter:blur(10px);
}
html[data-theme="light"] .nf-stars-center img{
  filter:drop-shadow(0 12px 22px rgba(38,63,112,.18));
}
html[data-theme="light"] .nf-star-name{
  color:#10294d;
  text-shadow:none;
}
html[data-theme="light"] .nf-star-location{
  color:#2061d5;
  text-shadow:none;
}

.nf-teacher-slider{
  padding-inline:76px!important;
}
.nf-slider-actions-side{
  position:absolute;
  inset:50% 0px auto 0px;
  transform:translateY(-50%);
  display:flex;
  justify-content:space-between;
  z-index:5;
  pointer-events:none;
}
.nf-slider-actions-side .nf-slider-btn{
  pointer-events:auto;
}

.nf-why-section{
  position:relative;
}
.nf-why-rocket{
  width:92px;
  height:auto;
  filter:drop-shadow(0 0 22px rgba(255,159,34,.36));
}
.nf-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.nf-why-card{
  position:relative;
  min-height:260px;
  padding:22px 18px;
  border-radius:28px;
  border:1px solid rgba(80,158,255,.42);
  background:linear-gradient(180deg,rgba(10,40,115,.70),rgba(4,16,56,.82));
  box-shadow:inset 0 0 28px rgba(62,134,255,.12),0 18px 42px rgba(0,0,0,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:12px;
  overflow:hidden;
  color:var(--nf-text)!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.nf-why-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(circle at 50% 0%,rgba(0,191,255,.16),transparent 30%),radial-gradient(circle at 12% 92%,rgba(255,159,34,.11),transparent 32%);
  pointer-events:none;
}
.nf-why-card>*{
  position:relative;
  z-index:1;
}
.nf-why-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,169,42,.68);
  box-shadow:0 0 28px rgba(0,159,255,.24),inset 0 0 28px rgba(62,134,255,.14);
}
.nf-why-card img{
  width:86px;
  height:86px;
  object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(0,188,255,.28));
}
.nf-why-card strong{
  color:var(--nf-heading);
  font-size:16px;
  line-height:1.7;
  font-weight:950;
}
.nf-why-card p{
  font-size:12px;
  line-height:1.9;
  color:var(--nf-muted);
}
html[data-theme="light"] .nf-why-card{
  background:#fff!important;
  border-color:rgba(32,97,213,.16)!important;
  box-shadow:0 16px 34px rgba(30,71,130,.08)!important;
  color:#10294d!important;
}
html[data-theme="light"] .nf-why-card:before{
  background:linear-gradient(180deg,rgba(244,248,255,.9),rgba(255,255,255,0));
}
html[data-theme="light"] .nf-why-card strong{
  color:#10294d;
}
html[data-theme="light"] .nf-why-card p{
  color:#5c6f8a;
}

@media (max-width:991.98px){
  .nf-why-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .nf-teacher-slider{
    padding-inline:62px!important;
  }
}

@media (max-width:767.98px){
  body.seko-neural-page section{
    padding-top:0rem;
    padding-bottom:3rem;
  }
  body.seko-neural-page .nf-home > section{
    margin-top:0px!important;
  }
  body.seko-neural-page .nf-hero{
    margin-top:0!important;
    padding-bottom:26px!important;
  }
  body.seko-neural-page .nf-section-head{
    margin-bottom:16px!important;
  }
  body.seko-neural-page .nf-campaign{
    margin-top:12px!important;
    margin-bottom:26px!important;
  }
  .nf-core-mascot{
    width:126px!important;
  }
  .nf-stars-stage{
    background:radial-gradient(circle at 50% 22%,rgba(0,190,255,.18),transparent 25%),linear-gradient(180deg,rgba(7,29,84,.88),rgba(2,12,42,.94))!important;
  }
  .nf-stars-mobile-title{
    display:grid;
    gap:4px;
    justify-items:center;
    margin-bottom:16px;
  }
  .nf-stars-mobile-title span{
    color:#ffbd52;
    font-size:12px;
    font-weight:950;
  }
  .nf-stars-mobile-title strong{
    color:#fff;
    font-size:24px;
    font-weight:950;
    line-height:1.3;
  }
  .nf-stars-stage:after{
    inset:92px 26px 42px;
    border-radius:32px;
    transform:none;
  }
  .nf-stars-orbit-lines{
    display:block!important;
    inset:112px 2% 40px;
  }
  .nf-stars-orbit-lines span{
    left:1%;
    right:1%;
    opacity:.35;
  }
  .nf-stars-center{
    width:104px!important;
    height:104px!important;
    margin:0 auto 18px!important;
  }
  .nf-stars-center img{
    width:104px!important;
    height:104px!important;
  }
  .nf-stars-center strong{
    display:none;
  }
  .nf-stars-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px 10px!important;
  }
  .nf-star-person{
    padding:10px 8px;
    border-radius:18px;
    border:1px solid rgba(86,170,255,.24);
    background:rgba(5,22,72,.36);
  }
  .nf-star-photo{
    width:68px!important;
    height:68px!important;
  }
  .nf-star-photo img,
  .nf-star-photo i{
    width:60px!important;
    height:60px!important;
    min-width:60px!important;
    min-height:60px!important;
    max-width:60px!important;
    max-height:60px!important;
  }
  .nf-star-name{
    font-size:11px;
  }
  .nf-star-location{
    font-size:10px;
  }
  .nf-teacher-slider{
    padding:16px 52px!important;
  }
  .nf-slider-actions-side{
    inset:50% 8px auto 8px;
  }
  .nf-slider-btn{
    width:40px;
    height:40px;
  }
  .nf-why-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .nf-why-card{
    min-height:0;
    display:grid;
    grid-template-columns:70px 1fr;
    text-align:right;
    align-items:center;
    padding:14px;
    border-radius:22px;
  }
  .nf-why-card img{
    width:62px;
    height:62px;
    grid-row:1 / span 2;
  }
  .nf-why-card strong{
    font-size:14px;
  }
  .nf-why-card p{
    font-size:11px;
  }
  .nf-why-rocket{
    display:none;
  }
}

/* FINAL V50 - Mobile theme polish, hero CTA rhythm, and linked campaign feature sizing */
html[data-theme="dark"] body.seko-neural-page header .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page header .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-page .navbar-brand .dark-mode-item,
html[data-theme="dark"] body.seko-neural-inner-page .navbar-brand .dark-mode-item{
  max-height:38px!important;
}

body.seko-neural-page .mobile-header .navbar-brand img,
body.seko-neural-inner-page .mobile-header .navbar-brand img{
  width:auto!important;
  height:auto!important;
  max-height:38px!important;
  object-fit:contain;
}

html[data-theme="light"] body.seko-neural-page .mobile-header .navbar-collapse.show,
html[data-theme="light"] body.seko-neural-page .mobile-header .navbar-collapse.collapsing,
html[data-theme="light"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show,
html[data-theme="light"] body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing{
  background:linear-gradient(180deg,#ffffff,#f3f8ff)!important;
  border:1px solid rgba(32,97,213,.16)!important;
  box-shadow:0 18px 42px rgba(32,97,213,.12)!important;
  color:#10294d!important;
}

html[data-theme="light"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-link,
html[data-theme="light"] body.seko-neural-page .mobile-header .navbar-collapse.collapsing .nav-link,
html[data-theme="light"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-link,
html[data-theme="light"] body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing .nav-link{
  color:#10294d!important;
  background:transparent!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .mobile-header .navbar-collapse.show .nav-link:hover,
html[data-theme="light"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show .nav-link:hover{
  background:#eef6ff!important;
  color:#2061d5!important;
}

html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.show,
html[data-theme="dark"] body.seko-neural-page .mobile-header .navbar-collapse.collapsing,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.show,
html[data-theme="dark"] body.seko-neural-inner-page .mobile-header .navbar-collapse.collapsing{
  background:linear-gradient(180deg,rgba(7,29,84,.98),rgba(2,10,36,.98))!important;
  border:1px solid rgba(86,170,255,.34)!important;
  box-shadow:0 18px 50px rgba(0,96,255,.24), inset 0 1px 0 rgba(255,255,255,.08)!important;
}

body.seko-neural-page .nf-hero .nf-actions{
  gap:12px;
  align-items:center;
}

body.seko-neural-page .nf-hero .nf-actions .nf-btn{
  width:auto!important;
  min-width:164px;
  min-height:50px;
  padding-inline:22px;
  border-radius:18px;
}

html[data-theme="light"] body.seko-neural-page .nf-hero .nf-actions .nf-btn-primary{
  box-shadow:0 12px 24px rgba(255,151,31,0)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-hero .nf-actions .nf-btn-ghost{
  border-color:rgba(32,97,213,.24)!important;
  background:#0b245c !important;
  box-shadow:0 10px 24px rgba(32,97,213,.10)!important;
  color: #ffffff !important;
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
  min-height:74px!important;
  max-width:100%;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr);
  align-items:center!important;
  justify-items:start;
  gap:12px;
  overflow:hidden;
  line-height:1.7;
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  object-fit:contain;
  display:block;
  border-radius:18px;
  filter:drop-shadow(0 0 12px rgba(78,189,255,.22));
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature i{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  font-size:28px;
  border-radius:16px;
}

body.seko-neural-page .nf-campaign-features a.nf-campaign-feature{
  text-decoration:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
  background:#fff!important;
  border-color:rgba(32,97,213,.14)!important;
  box-shadow:none!important;
  color:#10294d!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
  filter:none!important;
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-hero .nf-actions{
    width:100%;
    max-width:360px;
    margin-inline:auto;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn{
    width:100%!important;
    min-width:0;
    min-height:48px;
    padding-inline:14px;
    font-size:12px;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn:last-child{
    grid-column:1/-1;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
    min-height:64px!important;
    grid-template-columns:50px minmax(0,1fr);
    justify-items:start;
    text-align:right;
    gap:10px;
    padding:10px 12px!important;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
    border-radius:14px;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature i{
    width:44px;
    height:44px;
    font-size:23px;
  }
}

/* FINAL V51 - Homepage mobile stars, hero assistant CTA, teacher teaching tags, mobile theme switch */
.theme-toggle-wrap-mobile{
  display:none;
}

.nf-ai-start-btn{
  min-width:178px;
  justify-content:center;
  gap:9px;
  border-color:rgba(255,179,62,.55)!important;
  background:linear-gradient(180deg,rgba(255,183,65,.92),rgba(255,132,20,.92))!important;
  color:#fff!important;
  font-weight:950;
  box-shadow:0 0 28px rgba(255,159,34,.38), inset 0 0 16px rgba(255,255,255,.24)!important;
}

.nf-ai-start-btn small{
  display:none;
}

html[data-theme="light"] .nf-ai-start-btn{
  box-shadow:0 14px 30px rgba(255,145,25,.24)!important;
}

.nf-stars-center{
  box-shadow:0 0 34px rgba(0,183,255,.34), 0 0 62px rgba(255,190,53,.18);
}

.nf-stars-center img{
  filter:drop-shadow(0 0 18px rgba(255,210,76,.82)) drop-shadow(0 0 32px rgba(0,183,255,.58))!important;
}

.nf-stars-orbit-lines span{
  background:linear-gradient(90deg,transparent,rgba(78,178,255,.64),rgba(255,170,44,.62),rgba(78,178,255,.64),transparent)!important;
  box-shadow:0 0 18px rgba(47,160,255,.22);
}

.nf-teacher-pro-tags{
  min-height:58px;
  display:flex;
  flex-wrap:wrap;
  align-content:flex-start;
  gap:7px;
  margin-top:10px;
}

.nf-teacher-pro-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid rgba(94,174,255,.26);
  background:rgba(55,137,255,.10);
  color:#dcecff;
  font-size:11px;
  font-weight:900;
  line-height:1.5;
}

html[data-theme="light"] .nf-teacher-pro-tags span{
  background:#eef6ff;
  border-color:rgba(32,97,213,.16);
  color:#204d86;
}

@media (max-width:1199.98px){
  .theme-toggle-wrap-mobile{
    display:flex;
    align-items:center;
  }

  body.seko-neural-page .mobile-header .theme-toggle-btn,
  body.seko-neural-inner-page .mobile-header .theme-toggle-btn{
    width:40px;
    height:40px;
    min-width:40px;
    box-shadow:0 0 16px rgba(255,159,34,.22), inset 0 0 14px rgba(255,255,255,.10);
  }
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-stars-section .nf-section-head{
    text-align:center;
    justify-content:center;
  }

  body.seko-neural-page .nf-stars-more{
    display:none;
  }

  body.seko-neural-page .nf-stars-stage{
    min-height:0!important;
    padding:20px 0 18px!important;
    overflow:hidden;
    border-radius:30px;
    background:radial-gradient(circle at 50% 24%,rgba(0,186,255,.20),transparent 28%),linear-gradient(180deg,rgba(7,29,84,.90),rgba(2,10,34,.96))!important;
  }

  body.seko-neural-page .nf-stars-stage:before{
    content:"";
    position:absolute;
    inset:68px 18px 28px;
    border:1px solid rgba(74,168,255,.22);
    border-radius:50%;
    transform:rotate(-9deg) scaleX(1.18);
    box-shadow:inset 0 0 18px rgba(0,170,255,.12),0 0 18px rgba(0,170,255,.10);
    pointer-events:none;
  }

  body.seko-neural-page .nf-stars-stage:after{
    inset:84px 30px 42px!important;
    border-radius:50%!important;
    transform:rotate(10deg) scaleX(1.28)!important;
    border-color:rgba(255,171,42,.22)!important;
  }

  body.seko-neural-page .nf-stars-mobile-title{
    display:grid!important;
    position:relative;
    z-index:3;
    margin-bottom:8px!important;
  }

  body.seko-neural-page .nf-stars-orbit-lines{
    display:block!important;
    position:absolute;
    inset:96px 2% 44px!important;
    opacity:.78;
  }

  body.seko-neural-page .nf-stars-orbit-lines span{
    left:6%!important;
    right:6%!important;
    height:1px;
    opacity:.34!important;
    transform-origin:center;
  }

  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(1){transform:rotate(0deg);}
  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(2){transform:rotate(24deg);}
  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(3){transform:rotate(-24deg);}
  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(4){transform:rotate(46deg);}
  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(5){transform:rotate(-46deg);}
  body.seko-neural-page .nf-stars-orbit-lines span:nth-child(6){transform:rotate(88deg);}

  body.seko-neural-page .nf-stars-center{
    position:relative!important;
    inset:auto!important;
    width:112px!important;
    height:112px!important;
    margin:8px auto 14px!important;
    transform:none!important;
    z-index:4;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,188,44,.22),rgba(0,163,255,.12) 48%,transparent 70%)!important;
  }

  body.seko-neural-page .nf-stars-center:before{
    content:"";
    position:absolute;
    inset:-14px;
    border-radius:50%;
    background:conic-gradient(from 120deg,transparent,rgba(0,204,255,.55),rgba(255,170,44,.70),rgba(0,204,255,.55),transparent);
    filter:blur(10px);
    opacity:.62;
    animation:nfSpin 16s linear infinite;
    z-index:-1;
  }

  body.seko-neural-page .nf-stars-center img{
    width:104px!important;
    height:104px!important;
    border-radius:50%;
  }

  body.seko-neural-page .nf-stars-grid{
    position:relative!important;
    inset:auto!important;
    z-index:5;
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:8px 18px 12px!important;
    margin:0!important;
    scrollbar-width:none;
  }

  body.seko-neural-page .nf-stars-grid::-webkit-scrollbar{
    display:none;
  }

  body.seko-neural-page .nf-star-person{
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    flex:0 0 136px;
    scroll-snap-align:center;
    min-height:176px;
    display:flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:12px 10px!important;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(10,36,105,.72),rgba(4,16,56,.90))!important;
    border:1px solid rgba(86,170,255,.34)!important;
    box-shadow:inset 0 0 20px rgba(64,153,255,.12);
  }

  body.seko-neural-page .nf-star-person:nth-child(even){
    margin-top:18px;
  }

  body.seko-neural-page .nf-star-person:before{
    content:"";
    position:absolute;
    width:28px;
    height:1px;
    left:-22px;
    top:50%;
    background:linear-gradient(90deg,transparent,rgba(92,183,255,.52));
    box-shadow:0 0 12px rgba(54,160,255,.28);
  }

  body.seko-neural-page .nf-star-person:first-child:before{
    display:none;
  }

  body.seko-neural-page .nf-star-photo{
    width:82px!important;
    height:82px!important;
    margin-bottom:9px;
  }

  body.seko-neural-page .nf-star-photo img,
  body.seko-neural-page .nf-star-photo i{
    width:74px!important;
    height:74px!important;
    min-width:74px!important;
    min-height:74px!important;
    max-width:74px!important;
    max-height:74px!important;
  }

  body.seko-neural-page .nf-star-name{
    max-width:112px;
    font-size:12px!important;
    color:#fff!important;
  }

  body.seko-neural-page .nf-star-location{
    max-width:112px;
    color:#ffbd52!important;
    font-size:10px!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-stars-stage{
    background:linear-gradient(180deg,#ffffff,#f4f9ff)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-stars-stage:before,
  html[data-theme="light"] body.seko-neural-page .nf-stars-stage:after{
    box-shadow:none!important;
    opacity:.55;
  }

  html[data-theme="light"] body.seko-neural-page .nf-star-person{
    background:#fff!important;
    border-color:rgba(32,97,213,.16)!important;
    box-shadow:0 12px 26px rgba(30,71,130,.08)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-star-name{
    color:#10294d!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-star-location{
    color:#2061d5!important;
  }
}

/* FINAL V52 - Admin mobile star carousel, cleaner mobile teachers, header, and assistant CTA */
.nf-stars-mobile-carousel{
  display:none;
}

.nf-stars-center{
  box-shadow:0 0 20px rgba(0,174,255,.18)!important;
}

.nf-stars-center img{
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.22)) drop-shadow(0 0 16px rgba(255,190,48,.24))!important;
}

.nf-ai-start-btn{
  min-width:0!important;
  min-height:30px!important;
  padding:6px 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  border-radius:999px!important;
  border:1px solid rgba(255,183,65,.58)!important;
  background:rgba(7,29,84,.72)!important;
  color:#fff3df!important;
  box-shadow:0 10px 28px rgba(0,16,55,.20), inset 0 0 0 1px rgba(255,255,255,.06)!important;
  backdrop-filter:blur(12px);
}

.nf-ai-start-btn:hover{
  color:#fff!important;
  background:rgba(255,151,31,.92)!important;
  transform:translateY(-2px);
}

html[data-theme="light"] .nf-ai-start-btn{
  background:#fff!important;
  color:#173965!important;
  border-color:rgba(255,151,31,.44)!important;
  box-shadow:0 10px 24px rgba(32,97,213,.10)!important;
}

@media (max-width:1199.98px){
  body.seko-neural-page .mobile-header .navbar > .container-fluid,
  body.seko-neural-inner-page .mobile-header .navbar > .container-fluid{
    position:relative;
    min-height:62px;
    padding-inline:14px!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:0;
  }

  body.seko-neural-page .mobile-header .navbar-brand,
  body.seko-neural-inner-page .mobile-header .navbar-brand{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    margin:0!important;
    z-index:3;
  }

  body.seko-neural-page .mobile-header .navbar-toggler,
  body.seko-neural-inner-page .mobile-header .navbar-toggler{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    margin:0!important;
    display:grid;
    place-items:center;
    z-index:4;
  }

  body.seko-neural-page .mobile-header .theme-toggle-wrap-mobile,
  body.seko-neural-inner-page .mobile-header .theme-toggle-wrap-mobile{
    position:absolute;
    left:62px;
    top:50%;
    transform:translateY(-50%);
    margin:0!important;
    z-index:4;
  }

  body.seko-neural-page .mobile-header .navbar > .container-fluid > .dropdown,
  body.seko-neural-inner-page .mobile-header .navbar > .container-fluid > .dropdown,
  body.seko-neural-page .mobile-header .navbar > .container-fluid > a.nav-link,
  body.seko-neural-inner-page .mobile-header .navbar > .container-fluid > a.nav-link{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    margin:0!important;
    z-index:4;
  }

  body.seko-neural-page .mobile-header .avatar-sm,
  body.seko-neural-inner-page .mobile-header .avatar-sm{
    width:40px!important;
    height:40px!important;
    border-radius:50%;
    box-shadow:none!important;
  }

  body.seko-neural-page .mobile-header .navbar-collapse,
  body.seko-neural-inner-page .mobile-header .navbar-collapse{
    flex:0 0 100%;
    width:100%!important;
    margin-top:0px!important;
  }
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-stars-stage{
    display:none!important;
  }

  body.seko-neural-page .nf-stars-mobile-carousel{
    display:block;
    margin-top:14px;
  }

  body.seko-neural-page .nf-stars-mobile-carousel .carousel{
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(83,157,255,.26);
    background:rgba(5,22,72,.44);
    box-shadow:0 14px 34px rgba(0,14,50,.20);
  }

  body.seko-neural-page .nf-stars-mobile-slide{
    display:block;
    aspect-ratio:1;
    overflow:hidden;
    border-radius:20px;
  }

  body.seko-neural-page .nf-stars-mobile-slide picture{
    display:block;
    width:100%;
    height:100%;
  }

  body.seko-neural-page .nf-stars-mobile-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  body.seko-neural-page .nf-stars-mobile-carousel .carousel-control-prev,
  body.seko-neural-page .nf-stars-mobile-carousel .carousel-control-next{
    width:38px;
    height:38px;
    top:50%;
    transform:translateY(-50%);
    border-radius:14px;
    background:rgba(4,16,54,.50);
    opacity:.92;
    margin-inline:8px;
  }

  html[data-theme="light"] body.seko-neural-page .nf-stars-mobile-carousel .carousel{
    background:#fff;
    border-color:rgba(32,97,213,.16);
    box-shadow:0 12px 28px rgba(30,71,130,.08);
  }

  body.seko-neural-page .nf-teacher-slider{
    padding:12px 44px!important;
    border-radius:24px;
  }

  body.seko-neural-page .nf-teacher-pro-card{
    min-height:0!important;
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:12px!important;
    padding:12px!important;
    border-radius:22px!important;
    align-items:center!important;
  }

  body.seko-neural-page .nf-teacher-pro-photo{
    width:82px!important;
    height:82px!important;
    border-radius:50%!important;
  }

  body.seko-neural-page .nf-teacher-pro-photo img,
  body.seko-neural-page .nf-teacher-pro-photo i{
    width:74px!important;
    height:74px!important;
    border-radius:50%!important;
  }

  body.seko-neural-page .nf-teacher-pro-body{
    padding:0!important;
    gap:7px!important;
  }

  body.seko-neural-page .nf-teacher-pro-body h3{
    font-size:15px!important;
    line-height:1.6;
  }

  body.seko-neural-page .nf-teacher-pro-tags{
    min-height:0!important;
    max-height:58px;
    overflow:hidden;
    gap:5px;
    margin-top:2px!important;
  }

  body.seko-neural-page .nf-teacher-pro-tags span{
    min-height:24px;
    padding:3px 8px;
    font-size:10px;
  }

  body.seko-neural-page .nf-teacher-pro-meta{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  body.seko-neural-page .nf-teacher-pro-meta span{
    min-height:30px!important;
    font-size:10px!important;
    padding:5px 7px!important;
  }
}

/* FINAL V53 - Keep top teacher cards desktop-like on mobile */
@media (max-width:767.98px){
  body.seko-neural-page .nf-teacher-slider{
    padding:16px 46px!important;
    border-radius:28px!important;
  }

  body.seko-neural-page .nf-teacher-track{
    gap:16px!important;
  }

  body.seko-neural-page .nf-teacher-slide{
    flex:0 0 100%!important;
  }

  body.seko-neural-page .nf-teacher-pro-card{
    min-height:390px!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    gap:16px!important;
    padding:22px 18px 18px!important;
    border-radius:30px!important;
  }

  body.seko-neural-page .nf-teacher-pro-photo{
    width:150px!important;
    height:170px!important;
    border-radius:32px!important;
    padding:4px!important;
    flex:0 0 auto!important;
    grid-row:auto!important;
  }

  body.seko-neural-page .nf-teacher-pro-photo img,
  body.seko-neural-page .nf-teacher-pro-photo i{
    width:100%!important;
    height:100%!important;
    border-radius:28px!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

  body.seko-neural-page .nf-teacher-pro-body{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
    gap:10px!important;
    padding:0!important;
  }

  body.seko-neural-page .nf-teacher-pro-body h3{
    font-size:17px!important;
    line-height:1.6!important;
  }

  body.seko-neural-page .nf-teacher-pro-tags{
    min-height:58px!important;
    max-height:none!important;
    justify-content:center!important;
    align-content:flex-start!important;
    gap:7px!important;
    margin-top:10px!important;
    overflow:visible!important;
  }

  body.seko-neural-page .nf-teacher-pro-tags span{
    min-height:28px!important;
    padding:4px 10px!important;
    font-size:11px!important;
  }

  body.seko-neural-page .nf-teacher-pro-meta{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:auto!important;
  }

  body.seko-neural-page .nf-teacher-pro-meta span{
    min-height:38px!important;
    font-size:12px!important;
    padding:6px 8px!important;
  }
}

/* FINAL V54 - Refine teacher card meta pills */
body.seko-neural-page .nf-teacher-pro-meta{
  align-items:stretch;
}

body.seko-neural-page .nf-teacher-pro-meta span{
  min-width:0;
  white-space:nowrap;
  line-height:1;
  padding:0 12px;
  direction:rtl;
  text-align:center;
  letter-spacing:-.15px;
}

body.seko-neural-page .nf-teacher-pro-meta i{
  width:22px;
  height:22px;
  min-width:22px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  font-size:13px;
  color:#ffb53d;
  background:rgba(255,159,34,.10);
  box-shadow:none;
}

html[data-theme="light"] body.seko-neural-page .nf-teacher-pro-meta span{
  background:#fff;
  border-color:rgba(32,97,213,.16);
  color:#17365f;
  box-shadow:0 8px 18px rgba(31,79,144,.06);
}

html[data-theme="light"] body.seko-neural-page .nf-teacher-pro-meta i{
  color:#f59a16;
  background:#fff6e8;
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-teacher-pro-meta{
    gap:10px!important;
  }

  body.seko-neural-page .nf-teacher-pro-meta span{
    min-height:42px!important;
    padding:0 10px!important;
    font-size:13px!important;
    font-weight:900;
    gap:7px!important;
  }

  body.seko-neural-page .nf-teacher-pro-meta i{
    width:24px;
    height:24px;
    min-width:24px;
    font-size:14px;
  }
}

/* FINAL V55 - Lalezar ecosystem titles and safer hero button padding */
@font-face{
  font-family:"SakkooLalezar";
  src:url("../fonts/Lalezar-Font/TTF/Lalezar-Regular.ttf") format("truetype"),
      url("../fonts/Lalezar-Font/OTF/Lalezar-Regular.otf") format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

body.seko-neural-page .nf-ecosystem .nf-node strong{
  font-family:"SakkooLalezar", sans-serif;
  font-weight:400!important;
  letter-spacing:0;
  line-height:1.65;
}

body.seko-neural-page .nf-hero .nf-actions .nf-btn{
  box-sizing:border-box;
  padding-inline:28px!important;
  gap:12px;
}

body.seko-neural-page .nf-hero .nf-actions .nf-btn i{
  flex:0 0 auto;
  line-height:1;
}

body.seko-neural-page .nf-mascot-picture{
  display:block;
  width:100%;
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-hero .nf-actions{
    gap:12px!important;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn{
    padding-inline:20px!important;
    min-height:50px!important;
    justify-content:center;
  }
}

/* FINAL V56 - Mobile performance budget */
@media (max-width:767.98px){
  body.seko-neural-page .nf-star-canvas,
  body.seko-neural-page .nf-ambient,
  body.seko-neural-page .nf-eco-particles{
    display:none!important;
  }

  body.seko-neural-page .nf-mascot-orbit,
  body.seko-neural-page .nf-mascot-orbit:before,
  body.seko-neural-page .nf-holo-platform,
  body.seko-neural-page .nf-orbit-2,
  body.seko-neural-page .nf-orbit-3,
  body.seko-neural-page .nf-core:before,
  body.seko-neural-page .nf-core:after,
  body.seko-neural-page .nf-stars-center,
  body.seko-neural-page .nf-stars-center:before,
  body.seko-neural-page .nf-stars-center:after{
    animation:none!important;
  }

  body.seko-neural-page .nf-mascot-orbit{
    filter:none!important;
    transform:none!important;
  }

  body.seko-neural-page .nf-mascot-orbit:before{
    filter:none!important;
    opacity:.45;
  }

  body.seko-neural-page .nf-mascot{
    box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  }

  body.seko-neural-page .nf-ai-bubble,
  body.seko-neural-page .nf-floating-chip,
  body.seko-neural-page .nf-panel,
  body.seko-neural-page .nf-node,
  body.seko-neural-page .nf-teacher-pro-card,
  body.seko-neural-page .nf-stars-mobile-carousel .carousel{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  body.seko-neural-page .nf-node:hover,
  body.seko-neural-page .nf-teacher-pro-card:hover,
  body.seko-neural-page .nf-btn:hover,
  body.seko-neural-page .nf-link:hover{
    transform:none!important;
  }

  body.seko-neural-page .nf-network,
  body.seko-neural-page .nf-panel,
  body.seko-neural-page .nf-teacher-slider{
    box-shadow:0 12px 28px rgba(0,10,35,.18)!important;
  }

  body.seko-neural-page .nf-ecosystem,
  body.seko-neural-page .nf-campaign,
  body.seko-neural-page .nf-stars-section,
  body.seko-neural-page .nf-teachers-section,
  body.seko-neural-page .nf-why-section,
  body.seko-neural-page .nf-lower-grid,
  body.seko-neural-page .nf-faq{
    content-visibility:auto;
    contain-intrinsic-size:auto 720px;
  }
}

/* FINAL V57 - Requested mobile hero and ecosystem layout refinements */
@media (max-width:767.98px){
  body.seko-neural-page .nf-hero{
    gap:2px!important;
    padding-bottom:5px!important;
  }

  body.seko-neural-page .nf-hero .nf-eyebrow{
    display:none!important;
  }

  body.seko-neural-page .nf-hero-copy>p{
    max-width:330px!important;
    margin:5px auto 0!important;
    font-size:10.5px!important;
    line-height:1.95!important;
  }

  body.seko-neural-page .nf-hero .nf-actions{
    max-width:292px!important;
    gap:8px!important;
    margin-top:10px!important;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn{
    min-height:30px!important;
    padding-inline:10px!important;
    border-radius:14px!important;
    font-size:11px!important;
    font-weight:850!important;
    gap:6px!important;
    box-shadow:none!important;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn i{
    font-size:14px!important;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn-primary{
    border:1px solid rgba(255,184,70,.42)!important;
    background:rgba(255,151,31,.92)!important;
  }

  body.seko-neural-page .nf-hero .nf-actions .nf-btn-ghost{
    border:1px solid rgba(113,181,255,.34)!important;
    background:rgba(8,31,86,.42)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-hero .nf-actions .nf-btn-primary{
    background:#fff5e7!important;
    color:#8d4a05!important;
    border-color:rgba(255,151,31,.28)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-hero .nf-actions .nf-btn-ghost{
    background:#fff!important;
    color:#17365f!important;
    border-color:rgba(32,97,213,.16)!important;
  }

  body.seko-neural-page .nf-ecosystem{
    padding-top:10px!important;
  }

  body.seko-neural-page .nf-ecosystem .nf-section-head{
    margin-bottom:12px!important;
  }

  body.seko-neural-page .nf-network{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-areas:
      "n1 n2"
      "core core"
      "n3 n4"
      "n5 n6" !important;
    gap:12px 10px!important;
    min-height:0!important;
    padding:18px 12px 16px!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at 50% 43%,rgba(13,106,255,.28),transparent 30%),
      linear-gradient(180deg,rgba(3,14,46,.86),rgba(1,8,30,.96))!important;
  }

  body.seko-neural-page .nf-network:before,
  body.seko-neural-page .nf-network:after{
    display:block!important;
    inset:82px 14%!important;
    border-radius:50%!important;
    opacity:.72!important;
    box-shadow:inset 0 0 20px rgba(0,156,255,.13)!important;
  }

  body.seko-neural-page .nf-network:after{
    inset:108px 23%!important;
    opacity:.48!important;
  }

  body.seko-neural-page .nf-core{
    grid-area:core!important;
    width:112px!important;
    height:112px!important;
    margin:2px auto!important;
    z-index:6!important;
  }

  body.seko-neural-page .nf-core:before{
    inset:-16px!important;
    display:block!important;
  }

  body.seko-neural-page .nf-core:after{
    inset:-30px!important;
    display:block!important;
  }

  body.seko-neural-page .nf-core img{
    max-width:70px!important;
  }

  body.seko-neural-page .nf-node{
    width:100%!important;
    min-height:54px!important;
    padding:9px 10px!important;
    border-radius:26px!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    column-gap:8px!important;
    align-content:center!important;
    background:linear-gradient(180deg,rgba(7,28,82,.86),rgba(2,11,39,.90))!important;
    border-color:rgba(72,151,255,.38)!important;
    box-shadow:inset 0 0 18px rgba(56,145,255,.10),0 0 14px rgba(0,140,255,.10)!important;
  }

  body.seko-neural-page .nf-node-1{grid-area:n1!important}
  body.seko-neural-page .nf-node-2{grid-area:n2!important}
  body.seko-neural-page .nf-node-3{grid-area:n3!important}
  body.seko-neural-page .nf-node-4{grid-area:n4!important}
  body.seko-neural-page .nf-node-5{grid-area:n5!important}
  body.seko-neural-page .nf-node-6{grid-area:n6!important}

  body.seko-neural-page .nf-node:before{
    width:6px!important;
    height:6px!important;
    left:8px!important;
    background:#ffae35!important;
    box-shadow:0 0 14px rgba(255,174,53,.72)!important;
  }

  body.seko-neural-page .nf-node i,
  body.seko-neural-page .nf-node-media{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size:17px!important;
    border-radius:12px!important;
  }

  body.seko-neural-page .nf-node-media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  body.seko-neural-page .nf-node strong{
    font-size:15px!important;
    line-height:1.45!important;
    margin:0!important;
  }

  body.seko-neural-page .nf-node small{
    font-size:10.5px!important;
    line-height:1.65!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  html[data-theme="light"] body.seko-neural-page .nf-network{
    background:#030157!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-node{
    background:#80e3fc1f !important;
    border-color:rgba(32,97,213,.14)!important;
    box-shadow:0 10px 22px rgba(30,71,130,.07)!important;
  }
}

@media (max-width:390px){
  body.seko-neural-page .nf-network{
    gap:10px 8px!important;
    padding-inline:10px!important;
  }

  body.seko-neural-page .nf-node{
    min-height:48px!important;
    padding:8px 9px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
  }

  body.seko-neural-page .nf-node i,
  body.seko-neural-page .nf-node-media{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    font-size:15px!important;
  }

  body.seko-neural-page .nf-node strong{
    font-size:13.5px!important;
  }

  body.seko-neural-page .nf-node small{
    font-size:10px!important;
  }
}

/* FINAL V58 - Soften only the ecosystem core rings */
body.seko-neural-page .nf-ecosystem .nf-core:before,
body.seko-neural-page .nf-ecosystem .nf-core:after{
  display:none!important;
}

body.seko-neural-page .nf-ecosystem .nf-core{
  border-color:rgba(110,190,255,.20)!important;
  background:
    radial-gradient(circle at 42% 32%,rgba(80,174,255,.58) 0,rgba(31,112,241,.34) 34%,rgba(4,22,74,.82) 68%,rgba(2,11,42,.72) 100%)!important;
  box-shadow:
    0 0 28px rgba(36,150,255,.40),
    0 0 62px rgba(36,150,255,.22),
    inset 0 0 30px rgba(120,190,255,.12)!important;
}

body.seko-neural-page .nf-ecosystem .nf-core img,
body.seko-neural-page .nf-ecosystem .nf-core-mascot{
  filter:drop-shadow(0 8px 16px rgba(0,8,35,.28)) drop-shadow(0 0 14px rgba(58,171,255,.42))!important;
}

html[data-theme="light"] body.seko-neural-page .nf-ecosystem .nf-core{
  border-color:rgba(110,190,255,.20)!important;
  background:
    radial-gradient(circle at 42% 32%,rgba(80,174,255,.58) 0,rgba(31,112,241,.34) 34%,rgba(4,22,74,.82) 68%,rgba(2,11,42,.72) 100%)!important;
  box-shadow:
    0 0 28px rgba(36,150,255,.40),
    0 0 62px rgba(36,150,255,.22),
    inset 0 0 30px rgba(120,190,255,.12)!important;
}

/* FINAL V59 - No ecosystem guide lines on mobile */
@media (max-width:767.98px){
  body.seko-neural-page .nf-ecosystem .nf-network-lines,
  body.seko-neural-page .nf-ecosystem .nf-network-lines-v14,
  body.seko-neural-page .nf-ecosystem .nf-eco-particles,
  body.seko-neural-page .nf-ecosystem .nf-eco-anchor{
    display:none!important;
  }

  body.seko-neural-page .nf-ecosystem .nf-network:before,
  body.seko-neural-page .nf-ecosystem .nf-network:after{
    display:none!important;
  }
}

/* FINAL V60 - Softer ecosystem core and clean mobile hero image */
/* body.seko-neural-page .nf-ecosystem .nf-core{
  border-color:rgba(120,200,255,.10)!important;
  background:
    radial-gradient(circle at 44% 34%,rgba(91,184,255,.38) 0,rgba(36,116,238,.20) 35%,rgba(5,25,82,.58) 68%,rgba(2,12,43,.48) 100%)!important;
  box-shadow:
    0 0 20px rgba(38,151,255,.24),
    0 0 48px rgba(38,151,255,.14),
    0 0 86px rgba(255,174,53,.045),
    inset 0 0 26px rgba(150,210,255,.075)!important;
} */

body.seko-neural-page .nf-ecosystem .nf-core {
    border-color: rgb(120 200 255 / 0%) !important;
    background: radial-gradient(circle at 44% 34%, rgb(91 184 255 / 0%) 0, rgb(36 116 238 / 0%) 35%, rgb(5 25 82 / 0%) 68%, rgb(2 12 43 / 0%) 100%) !important;
    box-shadow: 0 0 20px rgb(38 151 255 / 0%), 0 0 48px rgb(38 151 255 / 0%), 0 0 86px rgb(255 174 53 / 0%), inset 0 0 26px rgb(150 210 255 / 0%) !important;
}

body.seko-neural-page .nf-ecosystem .nf-core img,
body.seko-neural-page .nf-ecosystem .nf-core-mascot{
  filter:drop-shadow(0 8px 14px rgba(0,8,35,.24)) drop-shadow(0 0 10px rgba(58,171,255,.28))!important;
}

html[data-theme="light"] body.seko-neural-page .nf-ecosystem .nf-core{
  border-color:rgba(120,200,255,.10)!important;
  background:
    radial-gradient(circle at 44% 34%,rgba(91,184,255,.38) 0,rgba(36,116,238,.20) 35%,rgba(5,25,82,.58) 68%,rgba(2,12,43,.48) 100%)!important;
  box-shadow:
    0 0 20px rgba(38,151,255,.24),
    0 0 48px rgba(38,151,255,.14),
    0 0 86px rgba(255,174,53,.045),
    inset 0 0 26px rgba(150,210,255,.075)!important;
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-hero-visual .nf-orbit{
    display:none!important;
  }
}

/* FINAL V62 - Mobile trust strip like the provided reference. */
@media (max-width:767.98px){
  body.seko-neural-page .nf-hero .nf-trust-row{
    width:min(100%,380px)!important;
    min-height:78px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    direction:ltr!important;
    margin:5px auto 0!important;
    padding:10px 14px!important;
    border-radius:18px!important;
    color:#d7def4!important;
    background:linear-gradient(90deg,rgba(3,12,44,.98),rgba(5,21,68,.96))!important;
    border:1px solid rgba(75,162,255,.14)!important;
    box-shadow:inset 0 0 22px rgba(32,104,255,.12),0 12px 30px rgba(0,10,35,.20)!important;
  }

  body.seko-neural-page .nf-hero .nf-trust-row span{
    flex:1 1 auto!important;
    min-width:0!important;
    display:block!important;
    direction:rtl!important;
    text-align:right!important;
    color:#d3d9eb!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.55!important;
    text-shadow:0 0 12px rgba(128,157,220,.18)!important;
  }

  body.seko-neural-page .nf-hero .nf-trust-row b{
    display:block!important;
    color:#ff9f22!important;
    font-size:14px!important;
    line-height:1.25!important;
    text-shadow:0 0 18px rgba(255,159,34,.26)!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack{
    flex:0 0 162px!important;
    width:162px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    direction:ltr!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack img,
  body.seko-neural-page .nf-hero .nf-avatar-stack:empty:before{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    margin-left:-18px!important;
    border:2px solid rgba(52,168,255,.92)!important;
    box-shadow:0 0 0 1px rgba(16,91,255,.28),0 0 18px rgba(0,143,255,.52)!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack img:first-child{
    margin-left:0!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack img:nth-child(n+5){
    display:none!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack img:nth-child(4n){
    border-color:rgba(255,166,43,.92)!important;
    box-shadow:0 0 0 1px rgba(255,145,25,.28),0 0 18px rgba(255,145,25,.42)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-hero .nf-trust-row {
    background: #ffffff !important;
    border-color: rgb(255 255 255 / 16%) !important;
    box-shadow: 0 12px 26px rgb(255 255 255 / 10%) !important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-hero .nf-trust-row span{
    color:#777777!important;
  }
}

@media (max-width:399.98px){
  body.seko-neural-page .nf-hero .nf-trust-row{
    max-width:340px!important;
    min-height:50px!important;
    gap:10px!important;
    padding:5px 11px!important;
  }

  body.seko-neural-page .nf-hero .nf-trust-row span{
    font-size:10px!important;
  }

  body.seko-neural-page .nf-hero .nf-trust-row b{
    font-size:12px!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack{
    flex-basis:128px!important;
    width:128px!important;
  }

  body.seko-neural-page .nf-hero .nf-avatar-stack img,
  body.seko-neural-page .nf-hero .nf-avatar-stack:empty:before{
    width:44px!important;
    height:44px!important;
    flex-basis:44px!important;
    margin-left:-16px!important;
  }
}

/* FINAL V63 - Minimal campaign cards with real vertical breathing room. */
body.seko-neural-page .nf-campaign{
  margin-top:38px!important;
  margin-bottom:46px!important;
  padding:24px 28px!important;
  gap:18px!important;
}

body.seko-neural-page .nf-campaign-features{
  gap:12px!important;
  align-items:stretch!important;
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
  min-height:58px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  border-color:rgba(100,170,255,.22)!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:none!important;
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature i{
  width:36px!important;
  height:36px!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 36px!important;
  border:1px solid rgba(111,183,255,.26)!important;
  border-radius:12px!important;
  color:#9edcff!important;
  background:rgba(7,31,88,.42)!important;
  font-size:18px!important;
}

body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
  border-radius:12px!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(32,97,213,.14)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign-features .nf-campaign-feature i{
  color:#1f6cc4!important;
  background:#eef6ff!important;
  border-color:rgba(32,97,213,.14)!important;
}

@media (max-width:767.98px){
  body.seko-neural-page .nf-campaign{
    margin-top:24px!important;
    margin-bottom:32px!important;
    padding:16px!important;
    gap:13px!important;
    border-radius:22px!important;
  }

  body.seko-neural-page .nf-campaign-copy h2,
  body.seko-neural-page .nf-campaign h2{
    margin:4px 0 5px!important;
    font-size:21px!important;
    line-height:1.65!important;
  }

  body.seko-neural-page .nf-campaign-copy p,
  body.seko-neural-page .nf-campaign p{
    font-size:12px!important;
    line-height:1.9!important;
  }

  body.seko-neural-page .nf-campaign-features{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    margin-top:4px!important;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
    min-height:54px!important;
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    align-items:center!important;
    justify-items:start!important;
    gap:8px!important;
    padding:9px 10px!important;
    text-align:right!important;
    font-size:11px!important;
    line-height:1.65!important;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature i,
  body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    max-width:32px!important;
    max-height:32px!important;
    border-radius:11px!important;
    font-size:16px!important;
  }
}

@media (max-width:399.98px){
  body.seko-neural-page .nf-campaign{
    padding:14px!important;
  }

  body.seko-neural-page .nf-campaign-features{
    gap:8px!important;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature{
    min-height:50px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    gap:7px!important;
    padding:8px!important;
    font-size:10px!important;
  }

  body.seko-neural-page .nf-campaign-features .nf-campaign-feature i,
  body.seko-neural-page .nf-campaign-features .nf-campaign-feature img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    max-width:28px!important;
    max-height:28px!important;
    font-size:14px!important;
  }
}

/* FINAL V64 - Keep the stars glow locked to the image, not the caption. */
body.seko-neural-page .nf-stars-center{
  overflow:visible!important;
  isolation:isolate;
  background:transparent!important;
  box-shadow:none!important;
}

body.seko-neural-page .nf-stars-center:before,
body.seko-neural-page .nf-stars-center:after{
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:calc(100% + 16px)!important;
  height:calc(100% + 16px)!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  pointer-events:none!important;
}

body.seko-neural-page .nf-stars-center:after{
  width:calc(100% + 34px)!important;
  height:calc(100% + 34px)!important;
  opacity:.18!important;
}

body.seko-neural-page .nf-stars-center img{
  position:relative;
  z-index:2;
  background:transparent!important;
}

body.seko-neural-page .nf-stars-center strong{
  position:absolute!important;
  top:calc(100% + 14px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:max-content!important;
  max-width:170px!important;
  z-index:3;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:0 2px 10px rgba(0,0,0,.38)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-center strong{
  color:#10294d!important;
  text-shadow:none!important;
}

/* FINAL V66 - Keep homepage stars and ambient glows visible on mobile. */
@media (max-width:767.98px){
  body.seko-neural-page .nf-star-canvas{
    display:block!important;
    opacity:.86!important;
    z-index:-1!important;
  }

  body.seko-neural-page .nf-ambient{
    display:block!important;
    filter:blur(14px)!important;
    opacity:.72!important;
    z-index:-2!important;
  }

  body.seko-neural-page .nf-ambient-1{
    width:310px!important;
    height:310px!important;
    right:-142px!important;
    top:78px!important;
    background:radial-gradient(circle,rgba(0,128,255,.38),transparent 70%)!important;
  }

  body.seko-neural-page .nf-ambient-2{
    width:360px!important;
    height:360px!important;
    left:-190px!important;
    top:310px!important;
    background:radial-gradient(circle,rgba(42,120,255,.32),transparent 70%)!important;
  }

  body.seko-neural-page .nf-ambient-3{
    width:390px!important;
    height:390px!important;
    right:18%!important;
    bottom:-210px!important;
    background:radial-gradient(circle,rgba(0,180,255,.28),transparent 70%)!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-star-canvas{
    display:block!important;
    opacity:.58!important;
    mix-blend-mode:multiply!important;
  }

  html[data-theme="light"] body.seko-neural-page .nf-ambient{
    display:block!important;
    opacity:.28!important;
  }
}

/* FINAL V67 - More minimal blue galaxy treatment for Sakkoo stars. */
body.seko-neural-page .nf-stars-stage{
  background:
    radial-gradient(ellipse at 50% 48%,rgba(34,178,255,.30),transparent 22%),
    radial-gradient(circle at 22% 26%,rgba(0,102,255,.18),transparent 25%),
    radial-gradient(circle at 78% 66%,rgba(0,206,255,.14),transparent 28%),
    radial-gradient(circle at 50% 86%,rgba(25,97,255,.12),transparent 30%),
    linear-gradient(180deg,rgba(5,29,92,.84),rgba(3,13,49,.88))!important;
  border-color:rgba(75,166,255,.36)!important;
  box-shadow:
    0 22px 70px rgba(0,8,35,.32),
    inset 0 0 54px rgba(23,132,255,.12),
    0 0 34px rgba(0,149,255,.13)!important;
}

body.seko-neural-page .nf-stars-stage:before{
  background:
    radial-gradient(circle at 18% 22%,rgba(148,216,255,.22) 0 1px,transparent 2px),
    radial-gradient(circle at 76% 34%,rgba(99,192,255,.18) 0 1px,transparent 2px),
    linear-gradient(to right,rgba(145,210,255,.026) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(145,210,255,.018) 1px,transparent 1px)!important;
  background-size:150px 118px,210px 172px,64px 64px,64px 64px!important;
  opacity:.34!important;
}

body.seko-neural-page .nf-stars-stage:after{
  inset:42px!important;
  border-color:rgba(75,178,255,.14)!important;
  box-shadow:
    inset 0 0 36px rgba(0,176,255,.12),
    0 0 30px rgba(0,176,255,.08)!important;
  transform:rotate(-8deg) scaleX(1.2)!important;
}

body.seko-neural-page .nf-stars-orbit-lines{
  inset:28px 1.5%!important;
  opacity:.76!important;
  filter:drop-shadow(0 0 18px rgba(28,170,255,.22));
}

body.seko-neural-page .nf-stars-orbit-lines span{
  --nf-star-ray-angle:0deg;
  left:-3%!important;
  right:-3%!important;
  top:50%!important;
  height:1px!important;
  background:
    linear-gradient(90deg,transparent 0%,rgba(44,179,255,.08) 18%,rgba(95,210,255,.56) 43%,rgba(182,238,255,.72) 50%,rgba(44,156,255,.42) 58%,transparent 84%)!important;
  box-shadow:0 0 16px rgba(44,179,255,.24)!important;
  filter:none!important;
  opacity:.46!important;
  transform:rotate(var(--nf-star-ray-angle))!important;
  animation:nfStarsBlueDrift 24s linear infinite!important;
  transform-origin:center!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(1){
  --nf-star-ray-angle:9deg;
  opacity:.56!important;
  animation-duration:28s!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(2){
  --nf-star-ray-angle:-18deg;
  opacity:.46!important;
  animation-duration:34s!important;
  animation-direction:reverse!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(3){
  --nf-star-ray-angle:36deg;
  opacity:.34!important;
  animation-duration:40s!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(4){
  --nf-star-ray-angle:-46deg;
  opacity:.30!important;
  animation-duration:46s!important;
  animation-direction:reverse!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(n+5){
  display:none!important;
}

body.seko-neural-page .nf-stars-center:before,
body.seko-neural-page .nf-stars-center:after{
  background:
    conic-gradient(from 30deg,transparent,rgba(0,186,255,.42),rgba(95,214,255,.50),rgba(0,117,255,.34),transparent)!important;
  filter:blur(12px)!important;
}

body.seko-neural-page .nf-stars-center img{
  filter:
    drop-shadow(0 0 14px rgba(255,210,76,.66))
    drop-shadow(0 0 30px rgba(0,178,255,.54))
    drop-shadow(0 0 44px rgba(0,92,255,.20))!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-stage{
  background:
    radial-gradient(ellipse at 50% 48%,rgba(37,154,255,.12),transparent 25%),
    radial-gradient(circle at 18% 22%,rgba(0,113,224,.08),transparent 26%),
    linear-gradient(180deg,#ffffff,#f4f9ff)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-orbit-lines span{
  opacity:.24!important;
  background:
    linear-gradient(90deg,transparent 0%,rgba(0,112,224,.06) 20%,rgba(0,142,255,.34) 48%,rgba(0,112,224,.20) 62%,transparent 86%)!important;
  box-shadow:none!important;
}

@keyframes nfStarsBlueDrift{
  from{transform:rotate(var(--nf-star-ray-angle))}
  to{transform:rotate(calc(var(--nf-star-ray-angle) + 360deg))}
}

/* FINAL V68 - Four separated blue rays with wider motion range. */
body.seko-neural-page .nf-stars-orbit-lines{
  inset:-6% -7%!important;
  overflow:visible!important;
  opacity:1!important;
  filter:drop-shadow(0 0 22px rgba(25,170,255,.20))!important;
}

body.seko-neural-page .nf-stars-orbit-lines span{
  --nf-star-ray-angle:0deg;
  --nf-star-ray-x:0%;
  --nf-star-ray-y:0%;
  --nf-star-ray-length:52%;
  left:50%!important;
  right:auto!important;
  top:50%!important;
  width:var(--nf-star-ray-length)!important;
  height:2px!important;
  border-radius:999px!important;
  background:
    linear-gradient(90deg,rgba(196,239,255,.92) 0%,rgba(81,200,255,.58) 24%,rgba(21,128,255,.24) 58%,transparent 100%)!important;
  box-shadow:
    0 0 16px rgba(88,205,255,.32),
    0 0 34px rgba(0,123,255,.16)!important;
  opacity:.52!important;
  transform-origin:0 50%!important;
  transform:translate(var(--nf-star-ray-x),var(--nf-star-ray-y)) rotate(var(--nf-star-ray-angle))!important;
  animation:nfStarsRaySweep 34s linear infinite!important;
}

body.seko-neural-page .nf-stars-orbit-lines span::before{
  content:"";
  position:absolute;
  left:-5px;
  top:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  transform:translateY(-50%);
  background:rgba(162,229,255,.86);
  box-shadow:0 0 18px rgba(69,195,255,.70);
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(1){
  --nf-star-ray-angle:7deg;
  --nf-star-ray-x:-18%;
  --nf-star-ray-y:-17%;
  --nf-star-ray-length:58%;
  opacity:.62!important;
  animation-duration:36s!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(2){
  --nf-star-ray-angle:93deg;
  --nf-star-ray-x:14%;
  --nf-star-ray-y:-21%;
  --nf-star-ray-length:50%;
  opacity:.50!important;
  animation-duration:43s!important;
  animation-direction:reverse!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(3){
  --nf-star-ray-angle:188deg;
  --nf-star-ray-x:19%;
  --nf-star-ray-y:18%;
  --nf-star-ray-length:55%;
  opacity:.46!important;
  animation-duration:48s!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(4){
  --nf-star-ray-angle:278deg;
  --nf-star-ray-x:-23%;
  --nf-star-ray-y:22%;
  --nf-star-ray-length:49%;
  opacity:.42!important;
  animation-duration:54s!important;
  animation-direction:reverse!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(n+5){
  display:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-orbit-lines span{
  opacity:.32!important;
  background:
    linear-gradient(90deg,rgba(40,146,255,.48) 0%,rgba(57,175,255,.28) 34%,rgba(0,112,224,.12) 62%,transparent 100%)!important;
  box-shadow:0 0 18px rgba(0,121,255,.12)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-orbit-lines span::before{
  background:rgba(50,159,255,.46);
  box-shadow:0 0 14px rgba(0,121,255,.22);
}

@keyframes nfStarsRaySweep{
  from{transform:translate(var(--nf-star-ray-x),var(--nf-star-ray-y)) rotate(var(--nf-star-ray-angle))}
  to{transform:translate(var(--nf-star-ray-x),var(--nf-star-ray-y)) rotate(calc(var(--nf-star-ray-angle) + 360deg))}
}

/* FINAL V69 - Remove hard ray artifacts and broken avatar captions in Stars section. */
/* body.seko-neural-page .nf-stars-stage .nf-star-name,
body.seko-neural-page .nf-stars-stage .nf-star-location{
  display:none!important;
} */

body.seko-neural-page .nf-stars-stage .nf-star-person{
  gap:0!important;
}

body.seko-neural-page .nf-stars-orbit-lines{
  inset:-18% -14%!important;
  filter:none!important;
}

body.seko-neural-page .nf-stars-orbit-lines span{
  width:46%!important;
  height:120px!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at 0% 50%,rgba(135,219,255,.36) 0%,rgba(34,158,255,.16) 34%,transparent 70%)!important;
  box-shadow:none!important;
  filter:blur(18px)!important;
  opacity:.34!important;
}

body.seko-neural-page .nf-stars-orbit-lines span::before{
  display:none!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(1){
  --nf-star-ray-x:-33%;
  --nf-star-ray-y:-24%;
  --nf-star-ray-length:50%;
  opacity:.44!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(2){
  --nf-star-ray-x:28%;
  --nf-star-ray-y:-32%;
  --nf-star-ray-length:42%;
  opacity:.35!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(3){
  --nf-star-ray-x:32%;
  --nf-star-ray-y:26%;
  --nf-star-ray-length:48%;
  opacity:.32!important;
}

body.seko-neural-page .nf-stars-orbit-lines span:nth-child(4){
  --nf-star-ray-x:-38%;
  --nf-star-ray-y:31%;
  --nf-star-ray-length:44%;
  opacity:.30!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-orbit-lines span{
  background:
    radial-gradient(ellipse at 0% 50%,rgba(66,166,255,.22) 0%,rgba(0,118,255,.10) 38%,transparent 72%)!important;
  opacity:.24!important;
}

/* FINAL V70 - Light homepage FAQ, clean white rows with left plus icons. */
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion{
  max-width:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-item-v13,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-item{
  margin-bottom:14px!important;
  border:1px solid #edf0f4!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  overflow:hidden!important;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-button,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-button{
  min-height:52px!important;
  padding:14px 22px!important;
  border:0!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  color:#202a36!important;
  box-shadow:none!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.7!important;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-button span,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-button span{
  flex:1 1 auto;
  min-width:0;
  padding-left:18px;
  text-align:right;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-button::after,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-button::after{
  content:"+";
  width:20px!important;
  height:20px!important;
  margin-right:auto!important;
  margin-left:0!important;
  display:inline-grid!important;
  place-items:center!important;
  background:none!important;
  background-image:none!important;
  color:#111827!important;
  font-size:22px!important;
  font-weight:700!important;
  line-height:1!important;
  transform:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-button:not(.collapsed),
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-button:not(.collapsed){
  background:#fff!important;
  color:#202a36!important;
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-button:not(.collapsed)::after,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-button:not(.collapsed)::after{
  content:"-";
}

html[data-theme="light"] body.seko-neural-page .nf-faq .nf-faq-body,
html[data-theme="light"] body.seko-neural-page .nf-faq .nf-accordion .accordion-body{
  background:#fff!important;
  color:#526174!important;
  border-top:1px solid #edf0f4!important;
  padding:14px 22px 18px!important;
}

/* FINAL V71 - Light lower-grid cards match the FAQ rows. */
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-stats,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-video-card,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-news,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-stat-grid>div,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-news-item{
  border:1px solid #edf0f4!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-stats:before,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-video-card:before,
html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-news:before{
  display:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-lower-grid .nf-news-item:hover{
  background:#fff!important;
  border-color:#edf0f4!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
}

/* FINAL V72 - Light why-section cards match FAQ/lower cards. */
html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card{
  border:1px solid #edf0f4!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  color:#202a36!important;
}

html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card:before{
  display:none!important;
  background:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card:hover{
  border-color:#edf0f4!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card img{
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card strong{
  color:#202a36!important;
}

html[data-theme="light"] body.seko-neural-page .nf-why-section .nf-why-card p{
  color:#526174!important;
}

/* FINAL V73 - Light teachers section, clean white slider and cards. */
html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-slider{
  border:1px solid #edf0f400 !important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgb(16 24 40 / 0%) !important;
  color:#202a36!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-slider:before{
  display:none!important;
  background:none!important;
  opacity:0!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-card{
  border:1px solid #edf0f4!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  color:#202a36!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-card:before{
  display:none!important;
  background:none!important;
  opacity:0!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-photo{
  border:1px solid #edf0f4!important;
  background:#f7f9fc!important;
  background-image:none!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-photo img,
html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-photo i{
  background:#fff!important;
  background-image:none!important;
  color:#8b95a3!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-body h3,
html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-body h3 a{
  color:#202a36!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-body p{
  color:#526174!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-tags span,
html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-meta span{
  border:1px solid #edf0f4!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.08)!important;
  color:#344054!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-teacher-pro-meta i{
  color:#f59a16!important;
  background:#fff6e8!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-slider-btn{
  border:1px solid #edf0f4!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  color:#344054!important;
}

html[data-theme="light"] body.seko-neural-page .nf-teachers-section .nf-slider-btn:hover{
  border-color:#edf0f4!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
}

/* FINAL V74 - Light stars section, clean white stage without blue wash. */
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage{
  border:1px solid #edf0f4!important;
  border-radius:6px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  color:#202a36!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage:before,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage:after,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center:before,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center:after{
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  opacity:0!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-orbit-lines{
  display:none!important;
}

/* FINAL V82 - Inner page modals should sit above the custom header and stay readable in light mode. */
body.seko-neural-inner-page .modal{
  z-index:13050!important;
}

body.seko-neural-inner-page .modal-backdrop{
  z-index:13040!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-backdrop.show{
  opacity:.36!important;
  background:#07162c!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-content{
  background:#ffffff!important;
  color:#071a38!important;
  border:1px solid #d8e5f5!important;
  border-radius:18px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.18)!important;
  overflow:hidden!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-header{
  background:#f8fbff!important;
  color:#071a38!important;
  border-bottom:1px solid #e3edf8!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-title,
html[data-theme="light"] body.seko-neural-inner-page .modal-body,
html[data-theme="light"] body.seko-neural-inner-page .modal-body span,
html[data-theme="light"] body.seko-neural-inner-page .modal-body label,
html[data-theme="light"] body.seko-neural-inner-page .modal-body .small{
  color:#071a38!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-body .border{
  background:#f8fbff!important;
  border-color:#d8e5f5!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-inner-page .modal-footer{
  background:#ffffff!important;
  border-top:1px solid #e3edf8!important;
}

/* FINAL V83 - Keep Bootstrap modals above overlays and below no header layer. */
html body.modal-open .desktop-header,
html body.modal-open .mobile-header,
html body.modal-open header.navbar-sticky,
html body.modal-open .navbar-sticky{
  z-index:1000!important;
}

html body.modal-open > .modal-backdrop,
html body.modal-open .modal-backdrop{
  z-index:2147483000!important;
  pointer-events:auto!important;
}

html body.modal-open > .modal,
html body.modal-open .modal,
html body.modal-open .modal.show{
  position:fixed!important;
  inset:0!important;
  z-index:2147483200!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
}

html body.modal-open .modal .modal-dialog,
html body.modal-open .modal .modal-content{
  position:relative!important;
  z-index:2147483201!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.modal-open > .modal-backdrop.show,
html[data-theme="light"] body.modal-open .modal-backdrop.show{
  opacity:.34!important;
  background:#07162c!important;
}

html[data-theme="light"] body.modal-open .modal-content{
  background:#ffffff!important;
  color:#071a38!important;
  border:1px solid #d8e5f5!important;
  border-radius:18px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.18)!important;
  overflow:hidden!important;
}

html[data-theme="light"] body.modal-open .modal-header{
  background:#f8fbff!important;
  color:#071a38!important;
  border-bottom:1px solid #e3edf8!important;
}

html[data-theme="light"] body.modal-open .modal-title,
html[data-theme="light"] body.modal-open .modal-body,
html[data-theme="light"] body.modal-open .modal-body span,
html[data-theme="light"] body.modal-open .modal-body label,
html[data-theme="light"] body.modal-open .modal-body .small{
  color:#071a38!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.modal-open .modal-body .border{
  background:#f8fbff!important;
  border-color:#d8e5f5!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.modal-open .modal-footer{
  background:#ffffff!important;
  border-top:1px solid #e3edf8!important;
}

/* FINAL V81 - Shop product card price colors in dark mode. */
html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-footer h5.text-success{
  color:#f7fbff!important;
  font-weight:900!important;
  text-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-footer .seko-product-price-old{
  color:#8fa7ca!important;
  text-decoration:line-through!important;
  text-decoration-color:rgba(255,177,74,.78)!important;
  font-weight:700!important;
  opacity:1!important;
}

/* FINAL V80 - Keep desktop mega menu anchored under the live header after scroll. */
@media (min-width:1200px){
  body.seko-neural-page #mega-menu,
  body.seko-neural-inner-page #mega-menu{
    box-sizing:border-box!important;
    height:min(75vh, calc(100vh - var(--seko-mega-top, 104px) - 16px))!important;
    top:var(--seko-mega-top, 104px)!important;
    margin-top:0!important;
    z-index:12030!important;
    max-height:calc(100vh - var(--seko-mega-top, 104px) - 16px)!important;
  }
}

/* FINAL V79 - Package listing price box polish. */
body.seko-neural-inner-page .seko-package-card .card-footer{
  margin-top:14px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.seko-neural-inner-page .seko-package-card .card-footer hr{
  display:none!important;
}

body.seko-neural-inner-page .seko-package-card .card-footer .d-flex{
  min-height:58px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:10px 14px!important;
  border-radius:14px!important;
}

body.seko-neural-inner-page .seko-package-card .card-footer .h6{
  width:100%!important;
  margin:0!important;
  text-align:right!important;
  line-height:1.75!important;
  font-weight:900!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-package-card .card-footer .d-flex{
  background:#08245f!important;
  border:1px solid rgba(111,193,255,.22)!important;
  box-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-package-card .card-footer .h6{
  color:#f7fbff!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-package-card .card-footer del{
  color:#8fa7ca!important;
  text-decoration-color:rgba(255,177,74,.72)!important;
  font-size:12px!important;
  font-weight:700!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-package-card .card-footer br + *{
  color:#ffffff!important;
}

html[data-theme="light"] body.seko-neural-inner-page .seko-package-card .card-footer .d-flex{
  background:#f8fbff!important;
  border:1px solid #d8e5f5!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-inner-page .seko-package-card .card-footer .h6{
  color:#071a38!important;
}

html[data-theme="light"] body.seko-neural-inner-page .seko-package-card .card-footer del{
  color:#7a879b!important;
  text-decoration-color:#f28a00!important;
}

/* FINAL V82 - Remove the center-overlapping student slot from Stars section. */
body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-person-12{
  display:none!important;
}

/* FINAL V81 - Show student name and university/location cleanly under star avatars. */
body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-person{
  min-height:116px!important;
  overflow:visible!important;
}

body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-name,
body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-location{
  display:-webkit-box!important;
  width:120px!important;
  max-width:120px!important;
  margin-inline:auto!important;
  overflow:hidden!important;
  text-align:center!important;
  direction:rtl!important;
  white-space:normal!important;
  text-overflow:clip!important;
  letter-spacing:0!important;
  text-shadow:none!important;
  -webkit-box-orient:vertical!important;
}

body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-name{
  margin-top:6px!important;
  min-height:28px!important;
  color:#f7fbff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.35!important;
  -webkit-line-clamp:2!important;
}

body.seko-neural-page .nf-stars-section .nf-stars-stage .nf-star-location{
  margin-top:1px!important;
  min-height:24px!important;
  color:#ffbd52!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.25!important;
  -webkit-line-clamp:2!important;
}

/* FINAL V79 - Hide redundant center caption in Stars section. */
body.seko-neural-page .nf-stars-section .nf-stars-center strong{
  display:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center{
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center img{
  filter:drop-shadow(0 2px 8px rgba(16,24,40,.16))!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center strong{
  color:#202a36!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo:after{
  display:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo img,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo i{
  background:#fff!important;
  background-image:none!important;
  border:3px solid #fff!important;
  box-shadow:0 2px 8px rgba(16,24,40,.14)!important;
  color:#8b95a3!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-name,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-location{
  color:#202a36!important;
  text-shadow:none!important;
}

/* FINAL V75 - Light campaign feature chips: readable on the dark summary panel. */
html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature{
  border:1px solid rgba(137,199,255,.34)!important;
  background:rgba(13,31,91,.62)!important;
  background-image:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important;
  color:#f4f8ff!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features a.nf-campaign-feature:hover{
  border-color:rgba(255,178,58,.72)!important;
  background:rgba(22,45,125,.72)!important;
  color:#fff!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature i{
  border-color:rgba(166,216,255,.34)!important;
  background:#eef7ff!important;
  color:#1f6cc4!important;
  box-shadow:0 0 16px rgba(117,190,255,.18)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature img{
  background:#eef7ff!important;
  box-shadow:0 0 16px rgba(117,190,255,.18)!important;
}

/* FINAL V76 - Keep light campaign feature chips in the purple campaign palette. */
html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature{
  border-color:rgba(205,185,255,.42)!important;
  background:rgba(68,51,156,.62)!important;
  background-image:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045))!important;
  color:#f7f3ff!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features a.nf-campaign-feature:hover{
  border-color:rgba(255,190,72,.72)!important;
  background:rgba(82,61,184,.74)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature i{
  border-color:rgba(218,204,255,.48)!important;
  background:#f4f0ff!important;
  color:#5a3fd0!important;
  box-shadow:0 0 16px rgba(151,112,255,.18)!important;
}

html[data-theme="light"] body.seko-neural-page .nf-campaign .nf-campaign-features .nf-campaign-feature img{
  background:#f4f0ff!important;
  box-shadow:0 0 16px rgba(151,112,255,.18)!important;
}

/* FINAL V77 - Light stars section matches the solid dark ecosystem panel. */
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage{
  background:#0f1683 !important;
  background-image:none!important;
  border:1px solid #0f1683 !important;
  border-radius:34px!important;
  box-shadow:none!important;
  color:#f7fbff!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage:before,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-stage:after{
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  opacity:0!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-orbit-lines{
  display:block!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-orbit-lines span{
  background:linear-gradient(90deg,transparent,rgba(94,187,255,.50),rgba(255,178,58,.42),rgba(94,187,255,.50),transparent)!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center{
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center img{
  filter:drop-shadow(0 0 18px rgba(255,190,48,.34))!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-center strong,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-name{
  color:#f7fbff!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-location{
  color:#ffbd52!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo:after{
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo img,
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-star-photo i{
  background:#06194a!important;
  background-image:none!important;
  border:3px solid #fff!important;
  box-shadow:none!important;
  color:#a9dcff!important;
  filter:none!important;
}

/* FINAL V78 - Hide light-mode star orbit ellipses. */
html[data-theme="light"] body.seko-neural-page .nf-stars-section .nf-stars-orbit-lines{
  display:none!important;
}

/* FINAL V79 - Homepage light footer matches regular site footer. */
html[data-theme="light"] body.seko-neural-page footer[style]{
  background:#2061d5!important;
  background-image:none!important;
  border-top:0!important;
  box-shadow:none!important;
  color:#fff!important;
}

html[data-theme="light"] body.seko-neural-page footer[style] .text-white,
html[data-theme="light"] body.seko-neural-page footer[style] .nav-link,
html[data-theme="light"] body.seko-neural-page footer[style] a,
html[data-theme="light"] body.seko-neural-page footer[style] p,
html[data-theme="light"] body.seko-neural-page footer[style] div,
html[data-theme="light"] body.seko-neural-page footer[style] span,
html[data-theme="light"] body.seko-neural-page footer[style] label,
html[data-theme="light"] body.seko-neural-page footer[style] h1,
html[data-theme="light"] body.seko-neural-page footer[style] h2,
html[data-theme="light"] body.seko-neural-page footer[style] h3,
html[data-theme="light"] body.seko-neural-page footer[style] h4,
html[data-theme="light"] body.seko-neural-page footer[style] h5,
html[data-theme="light"] body.seko-neural-page footer[style] h6{
  color:#fff!important;
}

html[data-theme="light"] body.seko-neural-page footer[style] .nav-link:hover,
html[data-theme="light"] body.seko-neural-page footer[style] a:hover{
  color:#ffd27a!important;
}

html[data-theme="light"] body.seko-neural-page footer .form-control,
html[data-theme="light"] body.seko-neural-page footer .form-select,
html[data-theme="light"] body.seko-neural-page footer select{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.45)!important;
  color:#0b2853!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.seko-neural-page footer .form-control::placeholder,
html[data-theme="light"] body.seko-neural-page footer select::placeholder{
  color:#6b7280!important;
}

html[data-theme="light"] body.seko-neural-page footer .btn-dark,
html[data-theme="light"] body.seko-neural-page footer button[type="submit"]{
  background:#1a1d20!important;
  border-color:#1a1d20!important;
  box-shadow:none!important;
  color:#fff!important;
}

/* FINAL V83 - Grouped Sakkoo stars title/year labels around the center star. */
body.seko-neural-page .nf-stars-groups{
  display:flex;
  flex-direction:column;
  gap:28px;
}

body.seko-neural-page .nf-stars-groups .nf-stars-stage{
  margin-top:0!important;
}

body.seko-neural-page .nf-stars-center-label{
  position:absolute;
  top:50%;
  z-index:9;
  min-width:82px;
  max-width:150px;
  min-height:38px;
  padding:7px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,184,64,.46);
  background:rgba(4,20,68,.76);
  color:#ffbd52;
  font-size:18px;
  font-weight:900;
  line-height:1.45;
  text-align:center;
  text-shadow:0 2px 12px rgba(0,0,0,.34);
  box-shadow:0 0 22px rgba(255,160,38,.15),inset 0 0 18px rgba(255,160,38,.08);
  transform:translateY(-50%);
  pointer-events:none;
}

body.seko-neural-page .nf-stars-center-title{
  right:auto;
  left:calc(50% + 86px);
}

body.seko-neural-page .nf-stars-center-year{
  right:calc(50% + 86px);
  left:auto;
  direction:ltr;
  unicode-bidi:plaintext;
}

html[data-theme="light"] body.seko-neural-page .nf-stars-center-label{
  background:#fff;
  border-color:rgba(255,164,42,.44);
  color:#e17800;
  box-shadow:0 10px 24px rgba(30,71,130,.08);
  text-shadow:none;
}

@media (max-width:1199.98px){
  body.seko-neural-page .nf-stars-center-label{
    min-width:74px;
    max-width:128px;
    padding:6px 12px;
    font-size:15px;
  }

  body.seko-neural-page .nf-stars-center-title{
    left:calc(50% + 74px);
  }

  body.seko-neural-page .nf-stars-center-year{
    right:calc(50% + 74px);
  }
}

/* FINAL V84 - Remove old hero orbit art without touching the embedded player. */
body.seko-neural-page .nf-hero-video-orbit:before{
  display:none!important;
}

/* FINAL V87 - Hide the old video floor line in light mode. */
html[data-theme="light"] body.seko-neural-page .nf-hero-video-orbit:after{
  display:none!important;
}

html[data-theme="light"] body.seko-neural-page .nf-hero-video-visual:after{
  display:none!important;
}

/* FINAL V88 - Keep the ecosystem center clean in light mode. */
html[data-theme="light"] body.seko-neural-page .nf-ecosystem .nf-core{
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* FINAL V89 - Center the hero video on mobile without resizing the player. */
@media (max-width:767.98px){
  body.seko-neural-page .nf-hero-video-visual{
    justify-items:center!important;
    place-items:center!important;
    min-height:0!important;
  }

  body.seko-neural-page .nf-hero-video-orbit,
  body.seko-neural-page .nf-hero-video-frame{
    aspect-ratio:auto!important;
    justify-self:center!important;
    margin:8px auto 18px!important;
    text-align:center!important;
  }

  body.seko-neural-page .nf-hero-video-frame > *,
  body.seko-neural-page .nf-hero-video-frame iframe,
  body.seko-neural-page .nf-hero-video-frame video,
  body.seko-neural-page .nf-hero-video-frame embed,
  body.seko-neural-page .nf-hero-video-frame object{
    margin-inline:auto!important;
  }
}

/* FINAL V85 - Make the learning ecosystem center mascot more visible. */
body.seko-neural-page .nf-ecosystem .nf-core{
  width:208px!important;
  height:208px!important;
  overflow:visible!important;
}

body.seko-neural-page .nf-ecosystem .nf-core img,
body.seko-neural-page .nf-ecosystem .nf-core-mascot{
  width:230px!important;
  max-width:230px!important;
  height:auto!important;
  transform:scale(1.18);
  transform-origin:center;
}

@media (max-width:991.98px){
  body.seko-neural-page .nf-ecosystem .nf-core{
    width:176px!important;
    height:176px!important;
  }

  body.seko-neural-page .nf-ecosystem .nf-core img,
  body.seko-neural-page .nf-ecosystem .nf-core-mascot{
    width:186px!important;
    max-width:186px!important;
  }
}

/* FINAL V86 - Cleaner dark hero floating buttons around the video. */
body.seko-neural-page .nf-hero-video-visual .nf-ai-bubble,
body.seko-neural-page .nf-hero-video-visual .nf-floating-chip{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  line-height:1.3!important;
  text-decoration:none!important;
  text-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-ai-bubble,
html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-floating-chip{
  color:#edf7ff!important;
  background:rgba(4,20,62,.68)!important;
  border-color:rgba(116,190,255,.34)!important;
  box-shadow:0 10px 24px rgba(0,8,35,.24), inset 0 0 0 1px rgba(255,255,255,.045)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-ai-start-btn{
  color:#fff3df!important;
  background:rgba(7,26,76,.72)!important;
  border-color:rgba(255,181,61,.48)!important;
}

html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-floating-chip i{
  color:#ffb13d!important;
  font-size:15px;
}

html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-ai-bubble:hover,
html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-floating-chip:hover{
  color:#ffffff!important;
  background:rgba(9,35,92,.82)!important;
  border-color:rgba(134,211,255,.55)!important;
  box-shadow:0 12px 28px rgba(0,8,35,.30), inset 0 0 0 1px rgba(255,255,255,.07)!important;
  transform:translateY(-1px);
}

html[data-theme="dark"] body.seko-neural-page .nf-hero-video-visual .nf-ai-start-btn:hover{
  border-color:rgba(255,188,72,.62)!important;
  background:rgba(31,45,99,.86)!important;
}

/* FINAL V90 - Cleaner shop cards, comment forms, and counsel category spacing. */
body.seko-neural-inner-page .seko-product-card{
  overflow:hidden!important;
  border-radius:8px!important;
}

body.seko-neural-inner-page .seko-product-card .position-relative{
  overflow:hidden!important;
}

body.seko-neural-inner-page .seko-product-card .card-img-top{
  display:block!important;
  width:100%!important;
  border:0!important;
  box-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card,
html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-body,
html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-footer{
  background:#08245f!important;
  background-image:none!important;
  box-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card{
  border:1px solid rgba(111,193,255,.18)!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-body{
  border:0!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-footer{
  border-top:1px solid rgba(111,193,255,.14)!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-product-card .card-footer .d-flex{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body.seko-neural-inner-page .seko-comment-form .bg-light-input{
  background:transparent!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}

body.seko-neural-inner-page .seko-comment-form .choices,
body.seko-neural-inner-page .seko-comment-form .form-select,
body.seko-neural-inner-page .seko-comment-form textarea.form-control{
  width:100%!important;
  max-width:100%!important;
}

body.seko-neural-inner-page .seko-comment-form .choices{
  margin-bottom:0!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-comment-form .choices__inner,
html[data-theme="dark"] body.seko-neural-inner-page .seko-comment-form textarea.form-control{
  background:#061948!important;
  border:1px solid rgba(111,193,255,.28)!important;
  border-radius:8px!important;
  box-shadow:none!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-comment-form .choices__list--dropdown,
html[data-theme="dark"] body.seko-neural-inner-page .seko-comment-form .choices__list[aria-expanded]{
  background:#071d50!important;
  border:1px solid rgba(111,193,255,.28)!important;
  box-shadow:0 18px 36px rgba(0,0,0,.28)!important;
}

html[data-theme="dark"] body.seko-neural-inner-page .seko-comment-form .choices__item{
  color:#edf7ff!important;
}

body.seko-neural-inner-page .seko-counselcategories-section{
  padding-top:34px!important;
}

@media (max-width:767.98px){
  body.seko-neural-inner-page .seko-counselcategories-section{
    padding-top:28px!important;
  }
}

/* FINAL V91 - Mobile spacing for course/package detail heroes. */
@media (max-width:767.98px){
  body.seko-neural-inner-page .seko-detail-hero .container{
    max-width:100%!important;
    padding-inline:14px!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-main{
    padding-top:34px!important;
    padding-bottom:22px!important;
    row-gap:18px!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-main > .col-lg-3{
    text-align:center!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-cover{
    display:block!important;
    width:min(280px, 76vw)!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:280 / 370!important;
    margin:0 auto!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-info{
    margin-top:14px!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-content{
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    gap:12px!important;
  }

  body.seko-neural-inner-page .seko-detail-hero h1{
    margin:0 0 12px!important;
    font-size:1.24rem!important;
    line-height:1.65!important;
    text-align:center!important;
    text-wrap:balance;
  }

  body.seko-neural-inner-page .seko-detail-hero ul{
    align-items:center!important;
    padding-inline-start:0!important;
    gap:3px!important;
  }

  body.seko-neural-inner-page .seko-detail-hero li{
    margin-inline:0!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-actions{
    padding-top:18px!important;
    padding-bottom:18px!important;
    row-gap:12px!important;
    text-align:center!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-actions > [class*="col-"]{
    display:flex!important;
    justify-content:center!important;
  }

  body.seko-neural-inner-page .seko-detail-hero-actions .d-flex{
    justify-content:center!important;
  }
}

/* FINAL V92 - Keep shared RTL dashboard offcanvas corners on the correct side. */
@media (max-width:1199.98px){
  html[dir="rtl"] body.seko-neural-inner-page #offcanvasSidebar.offcanvas-end,
  html[dir="rtl"] body.seko-neural-inner-page .offcanvas-xl.offcanvas-end{
    border-radius:0 18px 18px 0!important;
  }

  html[dir="ltr"] body.seko-neural-inner-page #offcanvasSidebar.offcanvas-end,
  html[dir="ltr"] body.seko-neural-inner-page .offcanvas-xl.offcanvas-end{
    border-radius:18px 0 0 18px!important;
  }
}

/* FINAL V93 - Keep student comment tables contained on mobile. */
body.seko-neural-inner-page .student-comment-list-page,
body.seko-neural-inner-page .student-comment-list-page *{
  box-sizing:border-box;
}

body.seko-neural-inner-page .student-comment-list-page .col-xl-10,
body.seko-neural-inner-page .student-comment-list-page .card,
body.seko-neural-inner-page .student-comment-list-page .card-body,
body.seko-neural-inner-page .student-comment-list-page .table-responsive{
  min-width:0;
}

body.seko-neural-inner-page .student-comment-list-page .table-responsive{
  position:relative;
  z-index:1;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}

body.seko-neural-inner-page .student-comment-list-page .table{
  min-width:700px;
  margin-bottom:0!important;
}

body.seko-neural-inner-page .student-comment-list-page th,
body.seko-neural-inner-page .student-comment-list-page td{
  vertical-align:middle!important;
  white-space:nowrap;
}

body.seko-neural-inner-page .student-comment-list-page td:nth-child(2){
  min-width:220px;
  white-space:normal;
}

body.seko-neural-inner-page .student-comment-list-page td:nth-child(2) .d-flex{
  min-width:0;
  align-items:center;
  gap:10px;
}

body.seko-neural-inner-page .student-comment-list-page td:nth-child(2) .w-50px{
  flex:0 0 50px;
}

body.seko-neural-inner-page .student-comment-list-page td:nth-child(2) img.rounded{
  width:50px;
  height:50px;
  object-fit:cover;
}

body.seko-neural-inner-page .student-comment-list-page td:nth-child(2) a{
  min-width:0;
  margin:0!important;
  line-height:1.7;
  overflow-wrap:anywhere;
}

@media (max-width:575.98px){
  body.seko-neural-inner-page .student-comment-list-page{
    overflow-x:hidden;
  }

  body.seko-neural-inner-page .student-comment-list-page > .container{
    width:min(calc(100% - 16px), 960px);
    max-width:100%;
    padding-inline:0;
  }

  body.seko-neural-inner-page .student-comment-list-page > .container > .row{
    --bs-gutter-x:0;
    margin-inline:0;
  }

  body.seko-neural-inner-page .student-comment-list-page .col-xl-10{
    padding-inline:0;
  }

  body.seko-neural-inner-page .student-comment-list-page .card{
    border-radius:14px!important;
    overflow:hidden;
  }

  body.seko-neural-inner-page .student-comment-list-page .card-header,
  body.seko-neural-inner-page .student-comment-list-page .card-body{
    padding:12px!important;
  }

  body.seko-neural-inner-page .student-comment-list-page .table-responsive{
    border:1px solid rgba(111,193,255,.20)!important;
    border-radius:12px;
  }

  body.seko-neural-inner-page .student-comment-list-page .table{
    min-width:640px;
  }

  body.seko-neural-inner-page .student-comment-list-page .badge,
  body.seko-neural-inner-page .student-comment-list-page .btn{
    white-space:nowrap;
  }
}

/* FINAL V94 - Shared mobile containment for student pages with sidebar tables/cards. */
body.seko-neural-inner-page .student-sidebar-safe-page,
body.seko-neural-inner-page .student-sidebar-safe-page *{
  box-sizing:border-box;
}

body.seko-neural-inner-page .student-sidebar-safe-page{
  isolation:auto;
}

body.seko-neural-inner-page .student-sidebar-safe-page > .container,
body.seko-neural-inner-page .student-sidebar-safe-page > .container > .row,
body.seko-neural-inner-page .student-sidebar-safe-page .col-xl-10,
body.seko-neural-inner-page .student-sidebar-safe-page .card,
body.seko-neural-inner-page .student-sidebar-safe-page .card-body,
body.seko-neural-inner-page .student-sidebar-safe-page .table-responsive{
  min-width:0;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table-responsive{
  position:relative;
  z-index:1;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table{
  min-width:680px;
  margin-bottom:0!important;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table th,
body.seko-neural-inner-page .student-sidebar-safe-page .table td{
  vertical-align:middle!important;
  white-space:nowrap;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2){
  min-width:220px;
  white-space:normal;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2) .d-flex,
body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2) a.d-flex{
  min-width:0;
  align-items:center;
  gap:10px;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2) .w-50px,
body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2) .w-100px{
  flex:0 0 auto;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2) img.rounded{
  object-fit:cover;
}

body.seko-neural-inner-page .student-sidebar-safe-page .table .badge,
body.seko-neural-inner-page .student-sidebar-safe-page .table .btn{
  white-space:nowrap;
}

body.seko-neural-inner-page .student-live-page iframe{
  display:block;
  max-width:100%;
}

@media (max-width:575.98px){
  body.seko-neural-inner-page .student-sidebar-safe-page{
    overflow-x:hidden;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page > .container{
    width:min(calc(100% - 16px), 960px);
    max-width:100%;
    padding-inline:0;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page > .container > .row{
    --bs-gutter-x:0;
    margin-inline:0;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .col-xl-10{
    padding-inline:0;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .card{
    max-width:100%;
    border-radius:14px!important;
    overflow:hidden;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .card-header,
  body.seko-neural-inner-page .student-sidebar-safe-page .card-body{
    padding:12px!important;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .card-header .d-sm-flex{
    gap:10px;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .card-header .btn{
    width:100%;
    margin-top:10px;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .table-responsive{
    border:1px solid rgba(111,193,255,.20)!important;
    border-radius:12px;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .table{
    min-width:640px;
  }

  body.seko-neural-inner-page .student-sidebar-safe-page .table td:nth-child(2){
    min-width:200px;
  }

  body.seko-neural-inner-page .student-order-packages-page .table,
  body.seko-neural-inner-page .student-ticket-table-page .table{
    min-width:660px;
  }
}
