:root{--bg:#0b0b0b;--muted:#cfcfcf;--accent:#f5b830;--container-width:1100px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}body{background:var(--bg);color:#fff}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.nav{position:fixed;left:0;right:0;top:0;padding:18px 0;z-index:30;animation:fadeInDown .6s ease-out}.nav-inner{display:flex;align-items:center;justify-content:flex-end}.nav-actions .btn{margin-left:12px;animation:fadeInDown .8s ease-out;animation-fill-mode:both}.nav-actions .btn:nth-child(1){animation-delay:.1s}.nav-actions .btn:nth-child(2){animation-delay:.2s}.btn{border:0;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);text-decoration:none;display:inline-block}.btn:hover{transform:translateY(-4px);box-shadow:0 10px 25px #f5b83040}.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.08)}.btn-ghost:hover{background:#ffffff0d;border-color:#fff3}.btn-cta{background:var(--accent);color:#00210b}.btn-cta:hover{background:#fcc840;transform:translateY(-4px) scale(1.05)}.btn-cta.outline{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-cta.outline:hover{background:#10c15a1a;transform:translateY(-4px)}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background-image:linear-gradient(180deg,#00000073,#0009)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/hero-bg.jpg);background-size:cover;background-position:center;filter:brightness(.45);z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#0009);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:60px 24px;animation:fadeInUp 1s ease-out}.logo-mark{position:relative;margin-bottom:24px;animation:fadeInUp 1s ease-out .2s both}.logo-mark-img{width:220px;max-width:320px;margin:0 auto 20px;display:block;transition:transform .4s ease;filter:drop-shadow(0 0 15px rgba(245,184,48,.2))}.logo-mark-img:hover{transform:scale(1.05) rotate(2deg)}.hero-title{font-size:44px;line-height:1.02;margin:0 0 18px;font-weight:800;animation:fadeInUp 1s ease-out .4s both}.hero-sub{color:var(--muted);margin-bottom:8px;animation:fadeInUp 1s ease-out .6s both}.hero-highlight{font-weight:700;margin-bottom:20px;animation:fadeInUp 1s ease-out .8s both}.hero-actions{animation:fadeInUp 1s ease-out 1s both}.hero-actions .btn{margin:0 8px;padding:14px 26px;font-size:16px;border-radius:10px}@media (max-width:1024px){:root{--container-width:90vw}.btn{padding:11px 18px;font-size:15px}.hero-title{font-size:40px}.hero-actions .btn{padding:12px 22px}}@media (max-width:768px){.nav{padding:14px 0}.nav-inner{gap:10px}.nav-actions .btn{margin-left:8px;padding:10px 16px;font-size:14px}.hero-content{padding:40px 16px}.logo-mark-img{width:180px;max-width:280px;margin:0 auto 16px}.hero-title{font-size:32px;line-height:1.15;margin:0 0 12px}.hero-sub{font-size:14px;margin-bottom:6px}.hero-highlight{font-size:15px;margin-bottom:16px}.hero-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.hero-actions .btn{margin:0;padding:12px 24px;width:100%;max-width:280px;font-size:15px}}@media (max-width:480px){.nav{padding:12px 0}.container{padding:0 16px}.nav-actions .btn{margin-left:6px;padding:9px 14px;font-size:12px}.hero-content{padding:30px 12px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.logo-mark{margin-bottom:16px}.logo-mark-img{width:150px;max-width:240px;margin:0 auto 12px}.hero-title{font-size:24px;line-height:1.3;margin:0 0 10px}.hero-sub{font-size:13px;margin-bottom:4px;line-height:1.5}.hero-highlight{font-size:13px;margin-bottom:12px;line-height:1.5}.hero-actions{gap:10px}.hero-actions .btn{max-width:260px;padding:11px 20px;font-size:14px}.btn:hover{transform:translateY(-2px)}.btn-cta:hover{transform:translateY(-2px) scale(1.02)}}@media (max-width:320px){.nav-actions .btn{padding:8px 12px;font-size:11px}.logo-mark-img{width:120px}.hero-title{font-size:20px}.hero-sub,.hero-highlight{font-size:12px}.hero-actions .btn{max-width:220px;padding:10px 18px;font-size:12px}}
