.hero-orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hero-orb-amber{background:radial-gradient(circle,#f0a5004d,#0000 100%);width:560px;height:560px;animation:20s ease-in-out infinite alternate floatA;top:-25%;left:-15%}.hero-orb-teal{background:radial-gradient(circle,#2dd4bf4d,#0000 100%);width:500px;height:500px;animation:26s ease-in-out infinite alternate floatB;top:10%;right:-15%}.hero-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}@keyframes floatA{0%{transform:translate(0)scale(1)}to{transform:translate(50px,70px)scale(1.1)}}@keyframes floatB{0%{transform:translate(0)scale(1)}to{transform:translate(-60px,50px)scale(1.08)}}.hero-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f0a50014;border:1px solid #f0a50047;border-radius:9999px;align-items:center;gap:8px;padding:8px 18px;display:inline-flex}.pill-dot{background:var(--color-accent-gold);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 8px #f0a500cc}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hero-underline-path{stroke-dasharray:320;stroke-dashoffset:320px;animation:1s .5s forwards drawLine}@keyframes drawLine{to{stroke-dashoffset:0}}.hero-btn-primary{background:var(--color-accent-gold);color:#07070f;cursor:pointer;box-shadow:var(--shadow-glow);border:none;border-radius:9999px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),filter .2s;display:inline-flex}.hero-btn-primary:hover{filter:brightness(1.08)}.hero-btn-primary:hover .hero-btn-arrow,.course-view-btn:hover .hero-btn-arrow{transform:translate(4px)}.hero-btn-arrow{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.hero-btn-secondary{color:var(--color-text-primary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:12px;padding:14px 28px;font-size:15px;transition:background .2s,border-color .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.hero-btn-secondary:hover{background:#ffffff17;transform:scale(1.03)}.hero-play-icon{background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.animate-fade-up{opacity:0;animation:.7s cubic-bezier(.4,0,.2,1) forwards fadeUp;transform:translateY(24px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}[data-theme=light] .hero-btn-secondary{color:var(--color-text-primary);background:#0000000a;border-color:#0000001f}[data-theme=light] .hero-btn-secondary:hover{background:#00000014}[data-theme=light] .hero-orb-amber{background:radial-gradient(circle,#f0a50066,#0000 100%)}[data-theme=light] .hero-orb-teal{background:radial-gradient(circle,#2dd4bf66,#0000 100%)}[data-theme=light] .hero-grid{background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px);background-size:60px 60px}
