:root{--primary-gradient:linear-gradient(90deg,#5f6ee6,#a077e8);--primary-color:#5f6ee6;--secondary-color:#a077e8;--button-gradient:linear-gradient(90deg,#5f6ee6,#4f8cff);--button-hover:#4f8cff;--button-outline:#5f6ee6;--text-dark:#222b45;--text-light:#6b7280;--background:#fff;--section-bg:#f7f9fb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--background);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fff;box-shadow:0 2px 12px rgba(60,60,100,.06);z-index:1000;padding:.5rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 32px;justify-content:space-between;min-height:64px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{font-size:1.6rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-logo i{color:#e53e3e}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1rem;transition:color .2s}.nav-links a:hover{color:var(--primary-color)}.nav-actions{display:flex;align-items:center;gap:1rem;margin-left:2rem}.btn{padding:10px 28px;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;border:none;outline:none;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary{background:var(--button-gradient);color:#fff;box-shadow:0 2px 8px rgba(95,110,230,.08)}.btn-primary:hover{background:var(--button-hover)}.btn-outline{background:#fff;color:var(--primary-color);border:2px solid var(--button-outline)}.btn-outline:hover{background:var(--primary-color);color:#fff}.hero{padding:80px 0 40px;background:linear-gradient(120deg,#e7eafe,#f3f6fd);min-height:100vh;justify-content:center}.hero,.hero-container{display:flex;align-items:center}.hero-container{max-width:900px;margin:0 auto;padding:0 20px;flex-direction:column;text-align:center}.hero-content h1{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.gradient-text{background:linear-gradient(90deg,#5f6ee6,#a077e8 50%,#5f6ee6);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.coming-soon,.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;color:var(--text-light);line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.coming-soon{font-style:italic;font-weight:600}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width:600px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero{padding:80px 0 40px}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:var(--text-light)}.story{padding:80px 0 60px;background:#fff;border-bottom:1px solid #f0f1f6}.story-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.story-text p{font-size:1.08rem;margin-bottom:1.2rem;color:var(--text-light);line-height:1.7}.story-stats{display:flex;flex-direction:column;gap:1.5rem}.stat{text-align:center;padding:1.5rem 1rem;background:var(--section-bg);border-radius:12px;box-shadow:0 2px 8px rgba(60,60,100,.04)}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.3rem}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}.features{padding:80px 0 60px;background:var(--section-bg)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.feature-card{padding:2rem 1.5rem;background:#fff;border-radius:14px;text-align:center;transition:all .3s ease;border:1px solid #f0f1f6;box-shadow:0 2px 8px rgba(60,60,100,.04)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(95,110,230,.08)}.feature-icon{width:54px;height:54px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.feature-icon i{font-size:1.3rem;color:#fff}.feature-card h3{font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:.7rem}.feature-card p{color:var(--text-light);line-height:1.6;font-size:1rem}@media (max-width:900px){.story-content{gap:2rem}.features-grid,.story-content{grid-template-columns:1fr}}@media (max-width:600px){.section-header h2{font-size:1.4rem}.features,.story{padding:48px 0 32px}}.cta{padding:80px 0;background:linear-gradient(120deg,#e7eafe,#f3f6fd);color:var(--text-dark)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.waitlist-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.waitlist-form input{flex:1 1;padding:12px 16px;border:none;border-radius:8px;font-size:1rem;min-width:250px}.waitlist-form input:focus{outline:none;box-shadow:0 0 0 3px rgba(229,62,62,.3)}.footer{background:#fff;color:var(--text-dark);padding:60px 0 20px;border-top:1px solid #f0f1f6}.footer-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section p{color:var(--text-light);margin-bottom:1rem}.footer-section h4{margin-bottom:1rem;color:var(--text-dark)}.social-links{display:flex;gap:1rem}.social-links a{color:var(--primary-color);font-size:1.25rem;transition:color .3s ease}.social-links a:hover{color:var(--secondary-color)}.footer-bottom{border-top:1px solid #f0f1f6;padding-top:2rem;text-align:center;color:var(--text-light);font-size:.95rem}@media (max-width:900px){.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.nav-links{display:none}.hero-container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.story-content{grid-template-columns:1fr;gap:2rem}.story-stats{flex-direction:row;justify-content:center}.features-grid,.footer-content{grid-template-columns:1fr}.footer-content{gap:2rem}.waitlist-form{flex-direction:column}.waitlist-form input{min-width:auto}}@media (max-width:480px){.hero-content h1,.section-header h2{font-size:2rem}.hero-buttons,.story-stats{flex-direction:column}.hero-buttons{align-items:center}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card,.stat,.story-text{animation:fadeInUp .6s ease-out}.hero-image,.image-placeholder{display:none!important}.icon-gradient{color:#5f6ee6}.fade-scale{animation:fadeInScale 2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}