body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}:root{--primary: #2563eb;--primary-dark: #1e40af;--secondary: #10b981;--accent: #f59e0b;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border: #e5e7eb;--success: #10b981;--warning: #f59e0b;--purple-gradient-start: #667eea;--purple-gradient-end: #764ba2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}.app-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none}.hero-section{background:linear-gradient(135deg,var(--purple-gradient-start) 0%,var(--purple-gradient-end) 100%);color:#fff;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:.5rem;opacity:.95}.hero-tagline{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.trust-badges{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;background:#fff3;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-box{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:2rem;border-radius:16px;margin:2rem auto;max-width:600px;border:2px solid var(--accent);text-align:center;box-shadow:0 8px 20px #0000001a}.pricing-title{font-size:1.3rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.pricing-amount{font-size:3rem;font-weight:800;color:#92400e;margin:.5rem 0}.pricing-description{color:#78350f;font-size:1rem;margin-bottom:.5rem}.pricing-note{color:#78350f;font-size:.9rem;opacity:.9}.cta-button{background:var(--secondary);color:#fff;font-size:1.3rem;font-weight:700;padding:1.2rem 3rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s;box-shadow:0 10px 25px #10b9814d;display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #10b98166;background:#059669}.cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.features-section{padding:3rem 2rem;background:#fff;max-width:1200px;margin:0 auto}.features-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--text-dark)}.features-list{list-style:none;max-width:500px;margin:0 auto;background:var(--bg-light);padding:2rem;border-radius:12px}.features-list li{padding:.75rem 0;color:var(--text-dark);font-size:1rem;display:flex;align-items:center;gap:.5rem}.features-list li:before{content:"✓";color:var(--success);font-weight:700;font-size:1.2rem}.content-section{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 15px #00000014;margin-bottom:2rem}.banner{padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.banner-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid var(--success)}.banner-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid var(--warning)}.banner-icon{font-size:1.5rem;flex-shrink:0}.banner-content{flex:1}.banner-title{font-weight:700;margin-bottom:.25rem;color:var(--text-dark)}.banner-text{color:var(--text-light);font-size:.95rem}.link{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s}.link:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.pricing-amount{font-size:2.5rem}.cta-button{font-size:1.1rem;padding:1rem 2rem}.trust-badges{flex-direction:column;align-items:center}}
