
:root{
  --bg:#06101d;
  --bg-2:#0b1730;
  --panel:#0f1c31;
  --panel-2:#122440;
  --text:#eff5ff;
  --muted:#afbdd8;
  --line:rgba(255,255,255,.09);
  --brand:#36c8ff;
  --brand-2:#7c5cff;
  --success:#14d68a;
  --warn:#ffcd70;
  --danger:#ff8a8a;
  --shadow:0 18px 60px rgba(0,0,0,.35);
  --radius:24px;
  --max:1240px;
}
body.light{
  --bg:#eef5ff;
  --bg-2:#ffffff;
  --panel:#ffffff;
  --panel-2:#f3f7ff;
  --text:#122033;
  --muted:#5b6981;
  --line:rgba(8,16,30,.08);
  --shadow:0 18px 50px rgba(27,39,67,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(54,200,255,.12), transparent 30%),
    radial-gradient(circle at top right, rgba(124,92,255,.14), transparent 28%),
    linear-gradient(180deg,var(--bg),var(--bg-2));
  min-height:100vh;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(calc(100% - 32px), var(--max)); margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(6,16,29,.72);border-bottom:1px solid var(--line)}
body.light .topbar{background:rgba(255,255,255,.78)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px;font-weight:900;letter-spacing:.2px}
.logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:grid;place-items:center;color:white;box-shadow:var(--shadow);font-weight:900}
.nav-links{display:flex;gap:10px;flex-wrap:wrap}
.nav-links a,.theme-btn,.menu-btn{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}
body.light .nav-links a, body.light .theme-btn, body.light .menu-btn{background:#fff}
.nav-links a.active,.nav-links a:hover,.theme-btn:hover{border-color:rgba(54,200,255,.5);transform:translateY(-1px)}
.actions{display:flex;gap:10px;align-items:center}
.menu-btn{display:none}
.hero{padding:72px 0 38px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}
.badge{display:inline-flex;gap:8px;align-items:center;background:rgba(54,200,255,.12);border:1px solid rgba(54,200,255,.25);padding:9px 14px;border-radius:999px;color:#bfeeff;font-size:13px;font-weight:700}
body.light .badge{color:#0c5c7d}
h1{font-size:clamp(2.4rem, 5.3vw, 5rem);line-height:1.02;margin:16px 0 14px}
.hero p{font-size:1.08rem;color:var(--muted);max-width:760px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.btn{padding:14px 18px;border-radius:16px;font-weight:800;border:1px solid var(--line);display:inline-flex;align-items:center;gap:10px;cursor:pointer}
.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:white;border:none;box-shadow:var(--shadow)}
.btn.secondary{background:rgba(255,255,255,.03)}
.panel{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
body.light .panel{background:linear-gradient(180deg,#fff,#f8fbff)}
.hero-card{padding:22px}
.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.stat{padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.stat strong{font-size:1.8rem;display:block}
.section{padding:34px 0}
.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}
.section-head h2{margin:0;font-size:clamp(1.6rem,3.3vw,2.4rem)}
.section-head p{margin:8px 0 0;color:var(--muted);max-width:760px}
.filters{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 6px}
.input,.select, textarea{width:100%;background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:14px;color:var(--text);padding:14px 14px;font:inherit;outline:none}
body.light .input,body.light .select,body.light textarea{background:#fff}
.search-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{padding:18px;display:flex;flex-direction:column;gap:12px}
.card h3{margin:0;font-size:1.1rem}
.meta{display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:12px;padding:7px 10px;border-radius:999px;border:1px solid var(--line);color:var(--muted);background:rgba(255,255,255,.03)}
.tag.free{color:#c3ffe8;border-color:rgba(20,214,138,.25)}
.tag.partial{color:#fff0bf;border-color:rgba(255,205,112,.28)}
.tag.official{color:#c8ecff;border-color:rgba(54,200,255,.28)}
.card p{margin:0;color:var(--muted);line-height:1.6}
.card .cta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}
.card .cta a{font-weight:800;color:var(--brand)}
.path-grid,.feature-grid,.faq-grid,.footer-grid{display:grid;gap:16px}
.path-grid{grid-template-columns:repeat(3,1fr)}
.feature-grid{grid-template-columns:repeat(4,1fr)}
.faq-grid{grid-template-columns:repeat(2,1fr)}
.path-card,.feature-card,.faq-card,.contact-card{padding:22px}
.path-card{cursor:pointer;transition:.18s ease}
.path-card:hover,.card:hover,.feature-card:hover{transform:translateY(-4px)}
.step{display:inline-block;padding:7px 10px;border-radius:999px;background:rgba(124,92,255,.12);border:1px solid rgba(124,92,255,.2);font-size:12px;font-weight:800;color:#d8d0ff;margin-bottom:10px}
body.light .step{color:#4b3ea8}
.callout{padding:24px;display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}
footer{padding:28px 0 50px;color:var(--muted)}
.footer-grid{grid-template-columns:1.1fr .9fr .9fr .9fr}
.footer-grid h4{margin:0 0 12px;color:var(--text)}
.footer-grid a{display:block;color:var(--muted);padding:6px 0}
.small{font-size:.94rem;color:var(--muted)}
.contact-form{display:grid;gap:12px}
.disclaimer{padding:16px 18px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-size:.95rem}
.hidden{display:none}
@media (max-width:1024px){
  .hero-grid,.callout,.search-row,.feature-grid,.footer-grid,.grid,.path-grid,.faq-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .menu-btn{display:inline-flex}
  .nav-links{display:none;position:absolute;left:16px;right:16px;top:72px;background:var(--panel);padding:14px;border:1px solid var(--line);border-radius:20px;flex-direction:column}
  .nav-links.open{display:flex}
  .hero-grid,.callout,.search-row,.feature-grid,.footer-grid,.grid,.path-grid,.faq-grid{grid-template-columns:1fr}
  .hero{padding-top:42px}
  .hero-cta{flex-direction:column;align-items:stretch}
  .btn{justify-content:center}
}


/* Ouchen Academy v3 brand polish */
.logo{
  letter-spacing:.08em;
  font-weight:800;
}
.hero .eyebrow{
  box-shadow: 0 8px 24px rgba(99,102,241,.18);
}
.brand span:last-child{
  letter-spacing:.02em;
}


/* =========================
   Ouchen Academy v4 Theme
   Premium black / gold / blue
   ========================= */

:root{
  --oa-bg:#07111f;
  --oa-bg-soft:#0d1b2c;
  --oa-panel:#10233a;
  --oa-panel-2:#0b1727;
  --oa-text:#eef4ff;
  --oa-muted:#b9c7dc;
  --oa-gold:#f3c969;
  --oa-gold-2:#d8a63d;
  --oa-blue:#4aa3ff;
  --oa-border:rgba(243,201,105,.18);
  --oa-shadow:0 18px 45px rgba(0,0,0,.34);
}

html{
  scroll-behavior:smooth;
}

body{
  background:
    radial-gradient(circle at top right, rgba(74,163,255,.10), transparent 28%),
    radial-gradient(circle at top left, rgba(243,201,105,.10), transparent 24%),
    linear-gradient(180deg, #07111f 0%, #09172a 52%, #07111f 100%);
  color:var(--oa-text);
}

header,
.site-header,
.navbar{
  backdrop-filter: blur(10px);
}

.brand{
  gap:.8rem;
}

.logo{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:
    linear-gradient(135deg, rgba(243,201,105,.18), rgba(74,163,255,.18)),
    #0d1b2c;
  color:var(--oa-gold);
  border:1px solid rgba(243,201,105,.28);
  box-shadow:0 10px 30px rgba(0,0,0,.28);
  font-size:1rem;
}

a{
  transition:all .22s ease;
}

.nav-links a:hover,
nav a:hover{
  color:var(--oa-gold) !important;
}

.hero{
  position:relative;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  inset:-10%;
  background:
    radial-gradient(circle at 18% 20%, rgba(243,201,105,.14), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(74,163,255,.14), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(243,201,105,.10), transparent 30%);
  pointer-events:none;
}

.hero .eyebrow{
  background:rgba(255,255,255,.04);
  color:var(--oa-gold);
  border:1px solid rgba(243,201,105,.22);
  border-radius:999px;
  padding:.45rem .9rem;
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-weight:700;
}

.hero h1{
  background:linear-gradient(90deg, #ffffff 0%, #f4d68c 40%, #8dc4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  letter-spacing:-.02em;
}

.hero p{
  color:var(--oa-muted);
}

.panel,
.card,
.resource-card,
.path-card,
.info-card,
.contact-card{
  background:linear-gradient(180deg, rgba(16,35,58,.92), rgba(9,23,39,.96)) !important;
  border:1px solid var(--oa-border) !important;
  box-shadow:var(--oa-shadow);
}

.card:hover,
.resource-card:hover,
.path-card:hover{
  transform:translateY(-4px);
  border-color:rgba(243,201,105,.35) !important;
  box-shadow:0 22px 55px rgba(0,0,0,.40);
}

.btn,
button,
input[type="submit"]{
  border-radius:14px !important;
}

.btn-primary,
button.btn-primary,
.hero .btn:first-child{
  background:linear-gradient(135deg, var(--oa-gold), var(--oa-gold-2)) !important;
  color:#09111a !important;
  border:0 !important;
  box-shadow:0 12px 30px rgba(216,166,61,.28);
}

.btn-primary:hover,
.hero .btn:first-child:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}

.btn-secondary,
.hero .btn:last-child{
  background:rgba(255,255,255,.03) !important;
  color:var(--oa-text) !important;
  border:1px solid rgba(74,163,255,.28) !important;
}

.section-title,
h2,
h3{
  color:#fffaf0;
}

.badge,
.tag,
.label{
  background:rgba(243,201,105,.12) !important;
  color:var(--oa-gold) !important;
  border:1px solid rgba(243,201,105,.2);
}

input, select, textarea{
  background:#091523 !important;
  color:var(--oa-text) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:12px !important;
}

input::placeholder, textarea::placeholder{
  color:#91a1b9;
}

footer{
  background:linear-gradient(180deg, rgba(5,11,19,.4), rgba(5,11,19,.95)) !important;
  border-top:1px solid rgba(243,201,105,.12);
}

footer .brand span:last-child{
  color:var(--oa-gold);
}

.hero-spotlight{
  margin-top:1.2rem;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:1rem;
}

.hero-stat{
  padding:1rem 1.1rem;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}

.hero-stat strong{
  display:block;
  color:var(--oa-gold);
  font-size:1.2rem;
  margin-bottom:.22rem;
}

.oa-signature{
  color:var(--oa-gold);
  font-weight:800;
  letter-spacing:.08em;
}

@media (max-width: 768px){
  .logo{ width:40px; height:40px; }
}


/* v5 imagery */
.hero{
  background-image:
    linear-gradient(90deg, rgba(7,17,31,.92) 0%, rgba(7,17,31,.80) 40%, rgba(7,17,31,.40) 100%),
    url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221600%22%20height%3D%22900%22%20viewBox%3D%220%200%201600%20900%22%3E%0A%3Cdefs%3E%0A%20%20%3ClinearGradient%20id%3D%22bg%22%20x1%3D%220%22%20x2%3D%221%22%20y1%3D%220%22%20y2%3D%221%22%3E%0A%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2307111f%22/%3E%0A%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%230d1b2c%22/%3E%0A%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2307111f%22/%3E%0A%20%20%3C/linearGradient%3E%0A%20%20%3ClinearGradient%20id%3D%22gold%22%20x1%3D%220%22%20x2%3D%221%22%3E%0A%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f3c969%22/%3E%0A%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d8a63d%22/%3E%0A%20%20%3C/linearGradient%3E%0A%20%20%3ClinearGradient%20id%3D%22blue%22%20x1%3D%220%22%20x2%3D%221%22%3E%0A%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%234aa3ff%22/%3E%0A%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2387c7ff%22/%3E%0A%20%20%3C/linearGradient%3E%0A%20%20%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%2230%22/%3E%3C/filter%3E%0A%3C/defs%3E%0A%3Crect%20width%3D%221600%22%20height%3D%22900%22%20fill%3D%22url%28%23bg%29%22/%3E%0A%3Ccircle%20cx%3D%221320%22%20cy%3D%22140%22%20r%3D%22140%22%20fill%3D%22%234aa3ff%22%20opacity%3D%22.12%22%20filter%3D%22url%28%23blur%29%22/%3E%0A%3Ccircle%20cx%3D%22260%22%20cy%3D%22120%22%20r%3D%22130%22%20fill%3D%22%23f3c969%22%20opacity%3D%22.12%22%20filter%3D%22url%28%23blur%29%22/%3E%0A%3Ccircle%20cx%3D%221180%22%20cy%3D%22720%22%20r%3D%22180%22%20fill%3D%22%23f3c969%22%20opacity%3D%22.08%22%20filter%3D%22url%28%23blur%29%22/%3E%0A%3Cg%20opacity%3D%22.18%22%3E%0A%20%20%3Cpath%20d%3D%22M0%20700%20C240%20600%20350%20760%20600%20650%20S980%20580%201280%20690%20S1500%20730%201600%20650%22%20stroke%3D%22%234aa3ff%22%20stroke-width%3D%223%22%20fill%3D%22none%22/%3E%0A%20%20%3Cpath%20d%3D%22M0%20750%20C240%20650%20350%20810%20600%20700%20S980%20630%201280%20740%20S1500%20780%201600%20700%22%20stroke%3D%22%23f3c969%22%20stroke-width%3D%222%22%20fill%3D%22none%22/%3E%0A%3C/g%3E%0A%3Cg%20transform%3D%22translate%28920%20210%29%22%3E%0A%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22420%22%20height%3D%22270%22%20rx%3D%2228%22%20fill%3D%22%230c1828%22%20stroke%3D%22%23284565%22/%3E%0A%20%20%3Crect%20x%3D%2228%22%20y%3D%2228%22%20width%3D%22364%22%20height%3D%2242%22%20rx%3D%2214%22%20fill%3D%22%2312253c%22/%3E%0A%20%20%3Crect%20x%3D%2228%22%20y%3D%2292%22%20width%3D%22250%22%20height%3D%2222%22%20rx%3D%2211%22%20fill%3D%22url%28%23gold%29%22%20opacity%3D%22.85%22/%3E%0A%20%20%3Crect%20x%3D%2228%22%20y%3D%22132%22%20width%3D%22320%22%20height%3D%2218%22%20rx%3D%229%22%20fill%3D%22%23203954%22/%3E%0A%20%20%3Crect%20x%3D%2228%22%20y%3D%22164%22%20width%3D%22280%22%20height%3D%2218%22%20rx%3D%229%22%20fill%3D%22%23203954%22/%3E%0A%20%20%3Crect%20x%3D%2228%22%20y%3D%22208%22%20width%3D%22110%22%20height%3D%2236%22%20rx%3D%2212%22%20fill%3D%22url%28%23blue%29%22/%3E%0A%20%20%3Crect%20x%3D%22152%22%20y%3D%22208%22%20width%3D%22110%22%20height%3D%2236%22%20rx%3D%2212%22%20fill%3D%22%23132a43%22%20stroke%3D%22%23264868%22/%3E%0A%3C/g%3E%0A%3Cg%20transform%3D%22translate%28780%20420%29%22%3E%0A%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22190%22%20height%3D%22140%22%20rx%3D%2222%22%20fill%3D%22%230c1828%22%20stroke%3D%22%23264868%22/%3E%0A%20%20%3Ccircle%20cx%3D%2242%22%20cy%3D%2242%22%20r%3D%2216%22%20fill%3D%22url%28%23gold%29%22/%3E%0A%20%20%3Crect%20x%3D%2272%22%20y%3D%2230%22%20width%3D%2288%22%20height%3D%2212%22%20rx%3D%226%22%20fill%3D%22%23d9e6ff%22/%3E%0A%20%20%3Crect%20x%3D%2222%22%20y%3D%2282%22%20width%3D%22146%22%20height%3D%2212%22%20rx%3D%226%22%20fill%3D%22%23284565%22/%3E%0A%20%20%3Crect%20x%3D%2222%22%20y%3D%22104%22%20width%3D%22112%22%20height%3D%2212%22%20rx%3D%226%22%20fill%3D%22%23284565%22/%3E%0A%3C/g%3E%0A%3Cg%20transform%3D%22translate%281060%20540%29%22%3E%0A%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22240%22%20height%3D%22160%22%20rx%3D%2224%22%20fill%3D%22%230c1828%22%20stroke%3D%22%23264868%22/%3E%0A%20%20%3Cpath%20d%3D%22M34%20110%20L84%2066%20L126%2090%20L186%2038%22%20stroke%3D%22url%28%23blue%29%22%20stroke-width%3D%228%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%3Ccircle%20cx%3D%2284%22%20cy%3D%2266%22%20r%3D%228%22%20fill%3D%22%23f3c969%22/%3E%0A%20%20%3Ccircle%20cx%3D%22126%22%20cy%3D%2290%22%20r%3D%228%22%20fill%3D%22%23f3c969%22/%3E%0A%20%20%3Ccircle%20cx%3D%22186%22%20cy%3D%2238%22%20r%3D%228%22%20fill%3D%22%23f3c969%22/%3E%0A%3C/g%3E%0A%3Cg%20transform%3D%22translate%28160%20170%29%22%3E%0A%20%20%3Ctext%20x%3D%220%22%20y%3D%220%22%20font-family%3D%22Arial%2C%20Helvetica%2C%20sans-serif%22%20font-size%3D%2272%22%20font-weight%3D%22800%22%20fill%3D%22%23ffffff%22%3ELearn.%20Build.%20Grow.%3C/text%3E%0A%20%20%3Ctext%20x%3D%220%22%20y%3D%2272%22%20font-family%3D%22Arial%2C%20Helvetica%2C%20sans-serif%22%20font-size%3D%2230%22%20fill%3D%22%23c6d6ee%22%3EA%20free%20global%20learning%20hub%20for%20IT%2C%20cloud%2C%20AI%2C%20cybersecurity%2C%20and%20certifications.%3C/text%3E%0A%20%20%3Cg%20transform%3D%22translate%280%20120%29%22%3E%0A%20%20%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22220%22%20height%3D%2260%22%20rx%3D%2218%22%20fill%3D%22url%28%23gold%29%22/%3E%0A%20%20%20%20%3Ctext%20x%3D%2240%22%20y%3D%2239%22%20font-family%3D%22Arial%2C%20Helvetica%2C%20sans-serif%22%20font-size%3D%2226%22%20font-weight%3D%22700%22%20fill%3D%22%2307111f%22%3EStart%20Free%3C/text%3E%0A%20%20%20%20%3Crect%20x%3D%22240%22%20y%3D%220%22%20width%3D%22220%22%20height%3D%2260%22%20rx%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%234aa3ff%22/%3E%0A%20%20%20%20%3Ctext%20x%3D%22280%22%20y%3D%2239%22%20font-family%3D%22Arial%2C%20Helvetica%2C%20sans-serif%22%20font-size%3D%2226%22%20font-weight%3D%22700%22%20fill%3D%22%23d9e6ff%22%3EExplore%20Paths%3C/text%3E%0A%20%20%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
  background-size: cover;
  background-position: center;
  border-radius: 28px;
}

.hero-media{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.25rem;
  align-items: center;
}

.hero-image-card{
  background: linear-gradient(180deg, rgba(16,35,58,.88), rgba(9,23,39,.94));
  border: 1px solid rgba(243,201,105,.18);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  border-radius: 26px;
  overflow: hidden;
}

.hero-image-card img{
  display:block;
  width:100%;
  height:auto;
}

.feature-bullets{
  display:grid;
  gap:.9rem;
}
.feature-bullets .bullet{
  display:flex;
  gap:.85rem;
  align-items:flex-start;
  padding:1rem 1rem;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}
.feature-bullets .icon{
  min-width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(243,201,105,.18), rgba(74,163,255,.18));
  color:var(--oa-gold);
  font-weight:800;
}

.page-banner{
  margin-top:1rem;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(243,201,105,.18);
  box-shadow:var(--oa-shadow);
}
.page-banner img{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width: 900px){
  .hero-media{
    grid-template-columns: 1fr;
  }
}


/* =========================
   Ouchen Academy v6 - Next Level UI
   ========================= */

:root{
  --oa-accent:#f3c969;
  --oa-accent-2:#d8a63d;
  --oa-blue:#58a9ff;
  --oa-panel-hi:rgba(255,255,255,.05);
}

.wrap{
  max-width: 1220px;
}

.nav-links a,
nav a{
  position: relative;
}

.nav-links a::after,
nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:0;
  height:2px;
  background:linear-gradient(90deg, var(--oa-accent), var(--oa-blue));
  transition:width .25s ease;
}

.nav-links a:hover::after,
nav a:hover::after,
.nav-links a.active::after,
nav a.active::after{
  width:100%;
}

.panel,
.card,
.resource-card,
.path-card{
  position:relative;
  overflow:hidden;
}

.panel::before,
.card::before,
.resource-card::before,
.path-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(243,201,105,.05), rgba(88,169,255,.04), transparent 45%);
  pointer-events:none;
}

.resource-card{
  border-radius:22px !important;
  margin-bottom:1rem;
}

.resource-card h3,
.card h3{
  display:flex;
  align-items:center;
  gap:.75rem;
  font-size:1.55rem;
  margin-bottom:1rem;
}

.platform-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(243,201,105,.18), rgba(88,169,255,.18));
  color:var(--oa-accent);
  border:1px solid rgba(243,201,105,.22);
  box-shadow:0 10px 26px rgba(0,0,0,.22);
  font-weight:800;
  letter-spacing:.04em;
  flex-shrink:0;
}

.resource-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin:.25rem 0 1rem;
}

.tag,
.badge,
.label{
  border-radius:999px !important;
  padding:.5rem .8rem !important;
  backdrop-filter: blur(6px);
}

.resource-card p{
  color:#d7e3f6;
  line-height:1.7;
  margin-bottom:1.1rem;
}

.visit-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  margin-top:.2rem;
  padding: .95rem 1.15rem;
  min-width: 180px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--oa-accent), var(--oa-accent-2));
  color:#07111f !important;
  text-decoration:none !important;
  font-weight:800;
  letter-spacing:.01em;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 34px rgba(216,166,61,.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.visit-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:0 18px 38px rgba(216,166,61,.34);
}

.visit-btn::after{
  content:"↗";
  font-size:1rem;
}

.card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
}

.quick-note{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:var(--oa-muted);
  font-size:.95rem;
}

.section-head{
  margin-bottom:1.2rem;
}

.section-head h2{
  font-size:clamp(2rem, 3vw, 2.75rem);
  margin-bottom:.4rem;
}

.search-shell{
  position:relative;
}

.search-shell::before{
  content:"⌕";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:#91a1b9;
  font-size:1rem;
}

.search-shell input{
  padding-left:2.4rem !important;
}

.page-banner{
  margin-bottom:1.4rem;
}

.page-banner img{
  opacity:.96;
}

.hero h1,
h1{
  text-wrap:balance;
}

.footer-links a:hover{
  color:var(--oa-accent) !important;
}

@media (max-width: 768px){
  .resource-card h3,
  .card h3{
    font-size:1.25rem;
  }
  .platform-icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }
  .visit-btn{
    width:100%;
  }
}
