@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.nav-logo h2{color:#6366f1;font-weight:700;font-size:1.5rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#6366f1}.cta-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.hero{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;animation:fadeInUp 1s ease}.highlight{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .2s both}.hero-stats{display:flex;gap:2rem;animation:fadeInUp 1s ease .4s both}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.8}.hero-visual{display:flex;justify-content:center;animation:fadeInUp 1s ease .6s both}.chart-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem 3rem;box-shadow:0 20px 40px #0000001a;min-width:580px;max-width:620px;width:100%}.chart{margin-bottom:1.5rem;min-height:200px;display:flex;align-items:center;justify-content:center}.modern-card{width:100%;text-align:center}.card-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.card-subtitle{font-size:.9rem;color:#ffffffb3;font-weight:400}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;animation:fadeInUp 1s ease both}.feature-item:nth-child(1){animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3){animation-delay:.3s}.feature-item:nth-child(4){animation-delay:.4s}.feature-item:hover{background:#ffffff0f;transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#fbbf244d}.feature-icon{font-size:2rem;margin-bottom:1rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.feature-text{font-size:.9rem;font-weight:600;color:#ffffffe6;line-height:1.3}.stats-row{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.stat-number{font-size:1.4rem;font-weight:700;color:#fbbf24;margin-bottom:.25rem;line-height:1}.stat-label{font-size:.75rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:1px;height:30px;background:#ffffff1a}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.chart-metrics{display:flex;justify-content:center;color:#fff;gap:2rem;padding:0 1.5rem;margin-top:1.5rem}.metric{text-align:center;flex:0 0 auto;min-width:80px;padding:0 .5rem}.metric-value{font-size:1.8rem;font-weight:700;color:#fbbf24;margin-bottom:0;white-space:nowrap}.metric-label{font-size:.9rem;opacity:.8;line-height:1.2}.features{padding:6rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(99,102,241,.1)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #6366f126}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i{font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.how-it-works{padding:6rem 0;background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.step-content p{color:#64748b;line-height:1.6}.signup{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.signup-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.signup-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.signup-text p{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.benefits{display:flex;flex-direction:column;gap:1rem}.benefit{display:flex;align-items:center;gap:.75rem}.benefit i{color:#10b981;font-size:1.25rem}.benefit span{color:#374151;font-weight:500}.signup-form-container{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(99,102,241,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1}.form-group textarea{resize:vertical;min-height:100px}.message{padding:1rem;border-radius:10px;margin-bottom:1rem;font-weight:500}.message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.submit-button{width:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.submit-button:disabled{opacity:.7;cursor:not-allowed}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fbbf24}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fbbf24}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes growUp{0%{height:0;opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@media(max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 1rem}.hero-title{font-size:2.5rem;line-height:1.3}.hero-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.chart-card{padding:1.5rem 1rem;margin:0 auto;max-width:100%;min-width:320px;width:calc(100vw - 2rem)}.chart{min-height:auto;margin-bottom:1rem}.feature-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.feature-item{padding:1.25rem 1rem;flex-direction:row;text-align:left;gap:1rem;align-items:center}.feature-icon{font-size:1.8rem;margin-bottom:0;flex-shrink:0;width:50px;text-align:center}.feature-text{font-size:1rem;text-align:left}.stats-row{flex-direction:column;gap:1rem;padding:1rem 0}.stat-item{flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.stat-number{font-size:1.2rem;margin-bottom:0}.stat-label{font-size:.8rem;text-transform:none;letter-spacing:0}.stat-divider{display:none}.amount{font-size:1.5rem}.arrow{font-size:1.2rem}.savings{font-size:.8rem;padding:.4rem .8rem}.label{font-size:.7rem}.chart-metrics{flex-direction:column;gap:1rem}.metric{text-align:center}.signup-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.nav-links{gap:1rem;flex-wrap:wrap}.nav-link{font-size:.9rem}.cta-button{padding:.5rem 1rem;font-size:.9rem}.container{padding:0 1rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.features-grid,.steps{grid-template-columns:1fr}}
