.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#ff6154}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#ff6154}.cta-button{background:#ff6154;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.cta-button:hover{background:#e55347}@media (max-width:768px){.header-container{padding:1rem}.nav{gap:1rem}.nav-link{display:none}}.hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg) center/cover;opacity:.1}.hero-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-icon{width:16px;height:16px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-description{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto 3rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}.stat{display:flex;align-items:center;gap:1rem}.stat-icon{width:24px;height:24px;opacity:.8}.stat-number{font-size:1.5rem;font-weight:700}.stat-label{font-size:.875rem;opacity:.8}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.primary-button{background:#ff6154;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.primary-button:hover{background:#e55347;transform:translateY(-2px)}.secondary-button{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.secondary-button:hover{background:rgba(255,255,255,.1);border-color:#ffffff80}.button-icon{width:18px;height:18px}.hero-image{max-width:800px;margin:0 auto}.mockup-dashboard{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;transform:perspective(1000px) rotateX(5deg)}.mockup-header{display:flex;justify-content:center;margin-bottom:2rem}.mockup-dots{display:flex;gap:.5rem}.mockup-dots span{width:8px;height:8px;border-radius:50%;background:#e5e7eb}.mockup-content{background:#f8fafc;border-radius:8px;padding:2rem}.chart-row{display:flex;align-items:end;gap:1rem;height:120px}.chart-bar{flex:1;background:linear-gradient(to top,#667eea,#764ba2);border-radius:4px 4px 0 0;min-height:20px}@media (max-width:768px){.hero{padding:6rem 1rem 3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-stats{gap:2rem}.hero-actions{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:300px;justify-content:center}}.features{padding:6rem 2rem;background:#f8fafc}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.features-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:white;padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#ff6154}.feature-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#ff6154,#ff8a65);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon{width:28px;height:28px;color:#fff}.feature-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature-description{color:#6b7280;line-height:1.6}@media (max-width: 768px){.features{padding:4rem 1rem}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}}.testimonials{padding:6rem 2rem;background:white}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.testimonials-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;padding:2.5rem 2rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.stars{display:flex;gap:.25rem;margin-bottom:1.5rem;color:gold}.star-icon{width:18px;height:18px}.testimonial-content{font-size:1.125rem;color:#4b5563;line-height:1.6;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.author-role{font-size:.875rem;color:#6b7280}@media (max-width: 768px){.testimonials{padding:4rem 1rem}.testimonials-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem 1.5rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:300px}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#ff6154;margin-bottom:1rem}.logo-icon{width:24px;height:24px}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .2s}.social-link:hover{color:#ff6154}.social-icon{width:20px;height:20px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-heading{font-weight:600;margin-bottom:.5rem;color:#fff}.footer-link{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ff6154}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-legal{display:flex;gap:2rem}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}.launch-page{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#ffffff;color:#1a1a1a;line-height:1.6}#root{min-height:100vh}
