.landing-container{position:relative;min-height:100vh;overflow-x:hidden;background-color:#0b0f1a;color:#f8fafc;background-image:radial-gradient(circle at top left,rgba(249,115,22,.06),transparent 28%),radial-gradient(circle at bottom right,rgba(56,189,248,.05),transparent 24%)}.bg-grid{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px;pointer-events:none;z-index:0}.bg-glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.2;pointer-events:none;z-index:0;animation:drift 12s ease-in-out infinite alternate}.bg-glow-1{top:-100px;right:-100px;background:#f97316}.bg-glow-2{bottom:-100px;left:-100px;background:#38bdf8}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;position:sticky;top:0;background:#0b0f1acc;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);z-index:10}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.5px;font-family:var(--font-heading, "Space Grotesk", sans-serif)}.logo-text span{color:#f97316}.landing-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#8892a4;text-decoration:none;font-weight:500;transition:color .3s ease;font-family:var(--font-heading, "Space Grotesk", sans-serif);min-height:44px;display:inline-flex;align-items:center}.nav-link:hover{color:#f8fafc}.landing-mobile-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;min-height:44px;min-width:44px}.landing-hamburger-line{width:100%;height:3px;background-color:#f8fafc;border-radius:2px;transition:all .3s ease;transform-origin:center}.landing-mobile-btn.active .landing-hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.landing-mobile-btn.active .landing-hamburger-line:nth-child(2){opacity:0}.landing-mobile-btn.active .landing-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.landing-main{position:relative;z-index:1;padding:0 2rem}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8rem 0;max-width:900px;margin:0 auto}.badge{background:#f973161a;color:#f97316;padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(249,115,22,.2);font-size:.875rem;font-weight:600;margin-bottom:2rem;animation:fadeIn .8s ease-out;display:flex;align-items:center;gap:8px}.pulse-dot{width:8px;height:8px;background:#f97316;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px;font-family:var(--font-heading, "Space Grotesk", sans-serif)}.text-gradient{background:linear-gradient(135deg,#f97316,#38bdf8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:#8892a4;max-width:600px;margin-bottom:3rem;line-height:1.6}.hero-actions{display:flex;gap:1.5rem}.hero-btn{padding:1rem 2.5rem;font-size:1.125rem}.features-section{padding:6rem 0;max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:4rem;letter-spacing:-1px;font-family:var(--font-heading, "Space Grotesk", sans-serif)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#1a223599;padding:2.5rem;border-radius:22px;border:1px solid #252E42;transition:all .3s ease;backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-6px) scale(1.01);background:#1a2235e6;border-color:#f973164d;box-shadow:0 20px 45px #f973161a}.feature-icon{font-size:2rem;margin-bottom:1.5rem}.feature-card h4{font-size:1.5rem;margin-bottom:1rem;font-family:var(--font-heading, "Space Grotesk", sans-serif);font-weight:700}.feature-card p{color:#8892a4;line-height:1.5}.history-section{padding:6rem 0;max-width:1200px;margin:0 auto}.history-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.history-item{background:#1a223599;padding:2.5rem;border-radius:22px;border-left:3px solid #F97316;backdrop-filter:blur(10px)}.history-year{font-size:.875rem;font-weight:800;color:#f97316;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-family:var(--font-mono, "JetBrains Mono", monospace)}.history-item h4{font-size:1.75rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-heading, "Space Grotesk", sans-serif)}.history-item p{color:#8892a4;margin-bottom:1.5rem}.btn-link{color:#38bdf8;text-decoration:none;font-weight:600;transition:color .3s ease;min-height:44px;display:inline-flex;align-items:center}.btn-link:hover{color:#7dd3fc;text-decoration:underline}.landing-footer{padding:4rem 4rem 2rem;border-top:1px solid #252E42;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;color:#8892a4}.footer-links{display:flex;gap:2rem}.footer-links a{color:#8892a4;text-decoration:none;transition:color .3s ease;min-height:44px;display:inline-flex;align-items:center}.footer-links a:hover{color:#f97316}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(20px,-20px,0) scale(1.08)}}@media(max-width:768px){.landing-header{padding:1rem 1.5rem;z-index:1001;position:sticky}.landing-nav{position:fixed;inset:0;background:#0b0f1af7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 24px;transform:translate(100%);opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);z-index:1000;border:none}.landing-nav.landing-nav--open{transform:translate(0);opacity:1;visibility:visible}.landing-nav .nav-link{padding:16px 20px;font-size:1.25rem;font-weight:600;width:100%;max-width:280px;text-align:center;border-radius:12px;border:none;min-height:48px;display:flex;align-items:center;justify-content:center}.landing-nav .nav-link:hover{background:#f973161a;color:#f97316}.landing-nav .btn{width:100%;max-width:280px;margin-top:4px;text-align:center;justify-content:center}.landing-mobile-btn{display:flex}.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;gap:1rem;width:100%;max-width:320px}.hero-btn{width:100%;text-align:center}.section-title{font-size:1.8rem;margin-bottom:2.5rem}.features-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{gap:1.5rem}.landing-footer{padding:2rem 1.5rem}}@media(max-width:480px){.landing-header{padding:.75rem 1rem}.logo-text{font-size:1.1rem}.hero-section{padding:4rem 0}.hero-title{font-size:2.2rem;letter-spacing:-1px}.hero-description{font-size:1rem}.badge{font-size:.75rem;padding:.4rem 1rem}.section-title{font-size:1.5rem}.feature-card{padding:1.5rem}.feature-card h4{font-size:1.25rem}.history-item{padding:1.5rem}.history-item h4{font-size:1.25rem}.landing-main{padding:0 1rem}}@media(prefers-reduced-motion:reduce){.bg-glow,.pulse-dot,.badge,.feature-card:hover{animation:none;transition:none;transform:none}.feature-card{transition:none}.feature-card:hover{transform:none}.landing-nav,.landing-hamburger-line{transition:none}}
