@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--n9:#020817;--n8:#0a1628;--n7:#0f2341;--n6:#1a365d;--g5:#b8960a;--g4:#c9a700;--g3:#d4af37;--white:#fff;--t1:#f1f5f9;--t2:#94a3b8;--t3:#64748b;--rad:16px;--ease:cubic-bezier(.4,0,.2,1)}.lp-page{background:var(--n9);color:var(--t1);flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}.lp-page *{box-sizing:border-box}.lp-page img{max-width:100%;display:block}.lp-page a{color:inherit;text-decoration:none}.lp-page ul{margin:0;padding:0;list-style:none}.neo-reveal{opacity:0;transition:opacity .8s var(--ease),transform .8s var(--ease);transform:translateY(40px)}.neo-visible{opacity:1;transform:translateY(0)}.neo-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.neo-navbar{-webkit-backdrop-filter:blur(24px);z-index:100;background:#020817bf;border-bottom:1px solid #ffffff0f;height:72px;position:fixed;top:0;left:0;right:0}.neo-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.neo-nav-brand{color:var(--white);letter-spacing:.04em;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;display:flex}.neo-nav-brand img{width:auto;height:36px}.neo-nav-links{gap:.25rem;display:flex}.neo-nav-links a{color:var(--t2);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;position:relative}.neo-nav-links a:hover{color:var(--white);background:#ffffff0f}.neo-nav-links a.active{color:var(--g3)}.neo-nav-links a.active:after{content:"";background:var(--g3);width:50%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.neo-nav-actions{align-items:center;gap:.75rem;display:flex}.neo-btn-ghost{color:var(--t2);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:color .2s}.neo-btn-ghost:hover{color:var(--white)}.neo-btn-pill{color:var(--n9);background:linear-gradient(135deg,var(--g4),var(--g5));border-radius:100px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:transform .2s,box-shadow .2s}.neo-btn-pill:hover{transform:translateY(-1px);box-shadow:0 4px 20px #b8960a59}.neo-hero{text-align:center;background:linear-gradient(180deg,var(--n8) 0%,var(--n9) 100%);justify-content:center;align-items:center;min-height:100vh;padding:140px 2rem 100px;display:flex;position:relative;overflow:hidden}.neo-hero-orbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.neo-orb{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.neo-orb-1{background:radial-gradient(circle,#b8960a40,#0000 70%);width:500px;height:500px;animation:18s ease-in-out infinite neo-drift;top:-10%;left:15%}.neo-orb-2{background:radial-gradient(circle,#4299e126,#0000 70%);width:400px;height:400px;animation:22s ease-in-out infinite reverse neo-drift;bottom:5%;right:10%}.neo-orb-3{background:radial-gradient(circle,#d4af371f,#0000 70%);width:300px;height:300px;animation:15s ease-in-out 3s infinite neo-drift;top:40%;right:30%}@keyframes neo-drift{0%,to{transform:translate(0)}33%{transform:translate(30px,-20px)}66%{transform:translate(-20px,15px)}}.neo-hero-content{z-index:2;max-width:800px;position:relative}.neo-hero-badge{color:var(--g3);letter-spacing:.04em;text-transform:uppercase;animation:neo-fadeUp .8s var(--ease);background:#b8960a1a;border:1px solid #b8960a40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.neo-badge-dot{background:var(--g4);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite neo-pulse}@keyframes neo-pulse{0%,to{opacity:1}50%{opacity:.4}}.neo-hero-title{letter-spacing:-.035em;color:var(--white);animation:neo-fadeUp .8s var(--ease) .1s backwards;margin:0 0 1.5rem;font-size:clamp(2.75rem,6vw,5rem);font-weight:900;line-height:1.05}.neo-text-shimmer{background:linear-gradient(135deg,var(--g3) 0%,var(--g4) 40%,var(--g5) 60%,var(--g3) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite neo-shimmer}@keyframes neo-shimmer{to{background-position:200%}}.neo-hero-subtitle{color:var(--t2);max-width:600px;animation:neo-fadeUp .8s var(--ease) .2s backwards;margin:0 auto 2.5rem;font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.7}.neo-hero-cta{animation:neo-fadeUp .8s var(--ease) .35s backwards;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.neo-hero-glow{background:linear-gradient(0deg,var(--n9),transparent);pointer-events:none;z-index:1;height:200px;position:absolute;bottom:-2px;left:0;right:0}@keyframes neo-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.neo-btn-primary{color:var(--n9);background:linear-gradient(135deg,var(--g4),var(--g5));transition:transform .25s var(--ease),box-shadow .25s var(--ease);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 2px 16px #b8960a4d}.neo-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #b8960a73}.neo-btn-secondary{color:var(--t1);transition:all .25s var(--ease);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.neo-btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.neo-btn-lg{padding:1.1rem 2.5rem;font-size:1.1rem}.neo-trust-strip{border-bottom:1px solid #ffffff0d;padding:3rem 0}.neo-trust-label{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--t3);margin:0 0 1rem;font-size:.8rem}.neo-trust-logos{color:var(--t2);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:600;display:flex}.neo-trust-dot{color:var(--g5);font-size:1.5rem;line-height:1}.neo-section{padding:7rem 0;position:relative}.neo-section-dark{background:linear-gradient(180deg,#0a162880 0%,var(--n9) 100%)}.neo-section-header{text-align:center;margin-bottom:4rem}.neo-section-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--g5);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.neo-section-title{letter-spacing:-.025em;color:var(--white);margin:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.12}.neo-text-gold{color:var(--g4)}.neo-section-desc{color:var(--t2);max-width:560px;margin:1.25rem auto 0;font-size:1.1rem;line-height:1.7}.neo-bento{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.neo-bento-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--rad);transition:all .35s var(--ease);background:#0f234166;border:1px solid #ffffff12;padding:2rem;position:relative;overflow:hidden}.neo-bento-card:after{content:"";border-radius:var(--rad);opacity:0;background:linear-gradient(135deg,#b8960a0f,#0000 60%);transition:opacity .35s;position:absolute;inset:0}.neo-bento-card:hover{border-color:#b8960a33;transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.neo-bento-card:hover:after{opacity:1}.neo-bento-large{grid-area:span 2/span 2;padding:2.5rem}.neo-bento-wide{grid-column:span 2}.neo-bento-icon{width:48px;height:48px;color:var(--g4);background:#b8960a1a;border:1px solid #b8960a26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.neo-bento-card h3{color:var(--white);margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.neo-bento-card p{color:var(--t2);margin:0;font-size:.95rem;line-height:1.6}.neo-bento-visual{align-items:flex-end;gap:8px;height:120px;margin-top:1.5rem;padding-top:1rem;display:flex}.neo-chart-bar{transition:height .6s var(--ease);animation:neo-grow 1.2s var(--ease) backwards;background:linear-gradient(#b8960a66,#b8960a26);border-radius:6px 6px 0 0;flex:1}.neo-chart-bar:first-child{animation-delay:.1s}.neo-chart-bar:nth-child(2){animation-delay:.2s}.neo-chart-bar:nth-child(3){animation-delay:.3s}.neo-chart-bar:nth-child(4){animation-delay:.4s}.neo-chart-bar:nth-child(5){animation-delay:.5s}.neo-chart-bar:nth-child(6){animation-delay:.6s}.neo-chart-bar:nth-child(7){animation-delay:.7s}@keyframes neo-grow{0%{height:0!important}}.neo-hubs-grid{flex-direction:column;gap:1rem;display:flex}.neo-hub-card{border-radius:var(--rad);transition:all .35s var(--ease);cursor:pointer;background:#0f234159;border:1px solid #ffffff12;align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:flex}.neo-hub-card:hover{background:#0f23418c;border-color:#b8960a40;transform:translate(6px)}.neo-hub-icon{background:#ffffff0a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.neo-hub-content{flex:1}.neo-hub-content h3{color:var(--white);margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.neo-hub-content p{color:var(--t2);margin:0;font-size:.9rem;line-height:1.5}.neo-hub-arrow{color:var(--t3);transition:all .25s var(--ease);flex-shrink:0}.neo-hub-card:hover .neo-hub-arrow{color:var(--g4);transform:translate(4px)}.neo-cta{padding:8rem 0;position:relative;overflow:hidden}.neo-cta-bg{pointer-events:none;position:absolute;inset:0}.neo-cta-orb{filter:blur(100px);border-radius:50%;position:absolute}.neo-cta-orb-1{background:#b8960a1f;width:500px;height:500px;top:-20%;left:20%}.neo-cta-orb-2{background:#4299e114;width:400px;height:400px;bottom:-15%;right:15%}.neo-cta-content{text-align:center;z-index:2;position:relative}.neo-cta-content h2{letter-spacing:-.03em;color:var(--white);margin:0 0 1.25rem;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:900;line-height:1.1}.neo-cta-content p{color:var(--t2);max-width:480px;margin:0 auto 2.5rem;font-size:1.15rem}.neo-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding:4rem 0 2rem}.neo-footer-top{grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.neo-footer-brand p{color:var(--t3);margin:.75rem 0 0;font-size:.9rem;line-height:1.5}.neo-footer-logo{color:var(--white);letter-spacing:.04em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:800;display:flex}.neo-footer-logo img{width:auto;height:32px}.neo-footer-columns{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.neo-footer-col{flex-direction:column;gap:.5rem;display:flex}.neo-footer-col h4{text-transform:uppercase;letter-spacing:.12em;color:var(--t3);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.neo-footer-col a{color:var(--t2);font-size:.9rem;transition:color .2s}.neo-footer-col a:hover{color:var(--g4)}.neo-footer-bottom{text-align:center;border-top:1px solid #ffffff0d;padding-top:1.5rem}.neo-footer-bottom p{color:var(--t3);margin:0;font-size:.8rem}.neo-nav-toggle{cursor:pointer;z-index:200;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.neo-nav-toggle span{background-color:var(--t2);width:100%;height:2px;transition:all .3s var(--ease);border-radius:2px}.neo-nav-toggle:hover span{background-color:var(--white)}.neo-nav-toggle.active span:first-child{transform:translateY(8px)rotate(45deg)}.neo-nav-toggle.active span:nth-child(2){opacity:0}.neo-nav-toggle.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.neo-mobile-drawer{-webkit-backdrop-filter:blur(24px);z-index:99;opacity:0;visibility:hidden;pointer-events:none;transition:transform .4s var(--ease), opacity .4s var(--ease), visibility .4s var(--ease);background:#020817f2;border-bottom:1px solid #ffffff0f;position:fixed;inset:72px 0 0;transform:translateY(-100%)}.neo-mobile-drawer.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.neo-mobile-drawer-inner{flex-direction:column;gap:2.5rem;height:100%;padding:2.5rem 2rem;display:flex}.neo-mobile-links{flex-direction:column;gap:1.5rem;display:flex}.neo-mobile-links a{color:var(--t2);padding:.5rem 0;font-size:1.25rem;font-weight:600;transition:color .2s}.neo-mobile-links a:hover,.neo-mobile-links a.active{color:var(--white)}.neo-mobile-links a.active{color:var(--g3)}.neo-mobile-actions-wrapper{flex-direction:column;gap:1rem;margin-top:auto;padding-bottom:2rem;display:flex}.neo-mobile-btn-ghost{text-align:center;color:var(--t1);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:.85rem;font-size:1.1rem;font-weight:600;transition:background .2s;display:block}.neo-mobile-btn-ghost:hover{background:#ffffff1a}.neo-mobile-btn-pill{text-align:center;color:var(--n9);background:linear-gradient(135deg, var(--g4), var(--g5));cursor:pointer;border:none;border-radius:12px;padding:.85rem;font-size:1.1rem;font-weight:600;transition:transform .2s;display:block;box-shadow:0 4px 20px #b8960a40}.neo-mobile-btn-pill:hover{transform:translateY(-1px)}@media (max-width:900px){.neo-bento{grid-template-columns:1fr 1fr}.neo-bento-large,.neo-bento-wide{grid-column:span 2}.neo-footer-top{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.neo-nav-links,.neo-nav-actions{display:none}.neo-nav-toggle{display:flex}.neo-hero{min-height:auto;padding:120px 1.5rem 80px}.neo-hero-title{font-size:2.5rem}.neo-section{padding:4rem 0}.neo-bento{grid-template-columns:1fr}.neo-bento-large,.neo-bento-wide{grid-area:span 1/span 1}.neo-hero-cta{flex-direction:column;align-items:center}.neo-footer-columns{text-align:center;grid-template-columns:1fr}.neo-hub-card{text-align:center;flex-direction:column}.neo-hub-arrow{display:none}}.lp-text-gold{background:linear-gradient(135deg,var(--g4),var(--g5),var(--g3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero-sm{min-height:50vh;padding-bottom:4rem}
