.main-nav-container{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.3)}.main-nav-container nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto;font-family:Poppins,sans-serif}.main-nav-logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .2s ease}.main-nav-logo:hover{color:#3b82f6}.main-nav-links-container{display:flex;align-items:center;gap:32px}.main-nav-links-container a{color:#64748b;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.main-nav-links-container a:hover{color:#3b82f6}.main-nav-login{color:#1a1a1a!important;font-weight:600!important}@media (max-width:480px){.main-nav-container nav{padding:1rem}.main-nav-links-container{gap:20px}.main-nav-links-container a{font-size:.9rem}}.home-page-container{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;min-height:100vh;background:#fff;overflow-x:hidden}.hero-section{position:relative;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:80px 20px;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;pointer-events:none;z-index:0;will-change:transform}.hero-blob-1{width:500px;height:500px;background:linear-gradient(135deg,rgba(99,102,241,.3),rgba(168,85,247,.25));top:-150px;right:-100px;animation:blob-move-1 6s ease-in-out infinite}.hero-blob-2{width:450px;height:450px;background:linear-gradient(135deg,rgba(168,85,247,.25),rgba(34,211,238,.3));bottom:-100px;left:-100px;animation:blob-move-2 7s ease-in-out infinite}.hero-blob-3{width:350px;height:350px;background:linear-gradient(135deg,rgba(34,211,238,.25),rgba(99,102,241,.25));top:30%;left:10%;animation:blob-move-3 8s ease-in-out infinite}@keyframes blob-move-1{0%{transform:translate(0) scale(1)}20%{transform:translate(150px,80px) scale(1.15)}40%{transform:translate(80px,180px) scale(.9)}60%{transform:translate(-100px,120px) scale(1.1)}80%{transform:translate(-60px,40px) scale(.95)}to{transform:translate(0) scale(1)}}@keyframes blob-move-2{0%{transform:translate(0) scale(1)}25%{transform:translate(120px,-100px) scale(1.2)}50%{transform:translate(200px,50px) scale(.85)}75%{transform:translate(80px,150px) scale(1.1)}to{transform:translate(0) scale(1)}}@keyframes blob-move-3{0%{transform:translate(0) scale(1)}15%{transform:translate(100px,-60px) scale(1.15)}35%{transform:translate(180px,40px) scale(.9)}55%{transform:translate(120px,140px) scale(1.1)}75%{transform:translate(-40px,80px) scale(.95)}to{transform:translate(0) scale(1)}}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border:1px solid rgba(102,126,234,.2);padding:8px 20px;border-radius:50px;font-size:.875rem;font-weight:500;color:#667eea;margin-bottom:24px}.hero-badge-icon{font-size:1rem}.hero-headline{font-size:3.5rem;font-weight:700;line-height:1.15;margin:0 0 24px;letter-spacing:-.03em;background:linear-gradient(135deg,#2563eb,#3b82f6 50%,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{font-size:1.25rem;color:#64748b;line-height:1.7;font-weight:400;max-width:600px;margin:0 auto 40px}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.hero-cta{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:16px 36px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(59,130,246,.35)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(59,130,246,.45)}.hero-cta:active{transform:translateY(0)}.hero-cta-secondary{background:transparent;color:#3b82f6;border:2px solid rgba(59,130,246,.3);padding:14px 34px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease}.hero-cta-secondary:hover{background:rgba(59,130,246,.05);border-color:rgba(59,130,246,.5)}.hero-subtext{margin-top:16px;font-size:.9rem;color:#94a3b8}.features-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#f8fafc)}.features-container{max-width:1100px;margin:0 auto}.features-header{text-align:center;margin-bottom:60px}.features-label{display:inline-block;font-size:.875rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.features-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}.features-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08);border-color:rgba(168,85,247,.3)}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(37,99,235,.1))}.feature-icon .material-symbols-outlined{font-size:28px;color:#3b82f6;font-variation-settings:"FILL" 1,"wght" 500}.feature-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.feature-description{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.landing-footer{background:#fafafa;border-top:1px solid #e2e8f0;padding:40px 20px 24px}.footer-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-logo{font-size:1.25rem;font-weight:700;color:#1a1a1a}.footer-tagline{font-size:.875rem;color:#64748b;margin:0}.footer-links{display:flex;gap:24px}.footer-link{color:#64748b;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-link:hover{color:#3b82f6}.footer-bottom{max-width:1000px;margin:0 auto;padding-top:24px;text-align:center}.footer-bottom p{margin:0;font-size:.8rem;color:#94a3b8}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-section{padding:60px 20px;min-height:auto}.hero-headline{font-size:2.5rem}.hero-tagline{font-size:1.1rem}.hero-cta-group{flex-direction:column;align-items:center}.hero-cta,.hero-cta-secondary{width:100%;max-width:280px}.features-section{padding:60px 20px}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.hero-blob-1{width:300px;height:300px;top:-100px;right:-80px}.hero-blob-2{width:250px;height:250px}.hero-blob-3{display:none}.footer-content{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){.hero-section{padding:40px 16px}.hero-headline{font-size:2rem}.hero-tagline{font-size:1rem}.hero-badge{font-size:.8rem;padding:6px 16px}.features-title{font-size:1.75rem}}