*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}#root,.app{width:100%;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;background-color:#f8f9fa}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.hero{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center;margin:0}.hero .container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-title{font-size:clamp(2.25rem,6vw,4rem);margin-bottom:1rem;font-weight:800;letter-spacing:-.03em;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-subtitle{font-size:clamp(1.15rem,3vw,1.85rem);margin-bottom:2rem;font-weight:400;opacity:.95;letter-spacing:-.01em}.hero p{font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:2rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;padding:0 1rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}.main{flex:1;width:100%;background-color:#f8f9fa;margin:0;padding:0}.section{width:100%;padding:5rem 0;margin:0}.section .container{width:100%}.section-title{text-align:center;font-size:clamp(2.25rem,4vw,3rem);margin-bottom:4rem;color:#2563eb;font-weight:800;letter-spacing:-.03em}.features{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.feature-card{text-align:center;padding:2.75rem 2.25rem;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);position:relative}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease;border-radius:16px 16px 0 0}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f,0 8px 16px #00000014}.feature-icon{font-size:4rem;margin-bottom:1.5rem;line-height:1;display:inline-block;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:700}.feature-card p{color:#666;line-height:1.75;font-size:1.05rem}.how-it-works{background:linear-gradient(to bottom,#f8f9fa,#fff)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;width:100%}.step{text-align:center;padding:2rem 1rem;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:800;margin:0 auto 1.75rem;box-shadow:0 8px 20px #667eea66;transition:all .3s ease}.step:hover .step-number{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 28px #667eea80}.step h3{font-size:1.5rem;margin-bottom:.75rem;color:#1a1a1a;font-weight:700}.step p{color:#666;font-size:1.05rem;line-height:1.7}.cta{background:linear-gradient(135deg,#f8f9fa,#e8eaf0);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.05) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cta .container{position:relative;z-index:1}.cta h2{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1.5rem;color:#1a1a1a;font-weight:800;letter-spacing:-.02em}.cta p{font-size:clamp(1.1rem,2vw,1.35rem);margin-bottom:2.75rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.75rem;border-radius:10px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.05rem;white-space:nowrap;min-width:200px;letter-spacing:.01em}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px);box-shadow:0 8px 20px #2563eb66}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb;box-shadow:0 2px 8px #2563eb26}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #2563eb4d}.btn-large{padding:1.35rem 3.25rem;font-size:1.2rem;min-width:240px}.footer{background:#0f172a;color:#fff;padding:4rem 0 0;margin:auto 0 0;width:100%}.footer .container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:3rem;width:100%}.footer-section h4{margin-bottom:1.25rem;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.02em}.footer-section p{color:#94a3b8;line-height:1.7}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block}.footer-section a:hover{color:#60a5fa;transform:translate(3px)}.footer-copy{text-align:center;padding:2rem 0;margin:0;border-top:1px solid #1e293b;color:#64748b;font-size:.9rem}.dev-status{background:linear-gradient(to bottom,#fffbeb,#fef3c7);border-top:3px solid #fbbf24}.card{padding:2.25rem;margin:1.5rem 0;background-color:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000014;max-width:900px;margin-left:auto;margin-right:auto}.card h3{margin-bottom:1.25rem;color:#1a1a1a;font-size:1.35rem;font-weight:700}.card p{margin:.75rem 0;line-height:1.6}.info{font-size:.95rem;color:#666;margin:1rem 0}code{background-color:#f1f5f9;padding:.3em .6em;border-radius:6px;font-family:Monaco,Menlo,Courier New,monospace;color:#1e40af;font-size:.9em;border:1px solid #e2e8f0}@media(max-width:968px){.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media(max-width:768px){.container{padding:0 1.5rem}.hero{padding:4rem 0}.hero .container{padding:0 1.5rem}.section{padding:4rem 0}.feature-grid{grid-template-columns:1fr;gap:1.75rem}.steps{grid-template-columns:1fr;gap:2.5rem}.hero-actions,.cta-actions{flex-direction:column;align-items:stretch}.btn{width:100%;min-width:unset}.footer-content{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:480px){.container,.hero .container,.footer .container{padding:0 1rem}.hero,.section{padding:3rem 0}.feature-card,.card{padding:2rem 1.5rem}.footer-content{text-align:center}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{margin:0;padding:0;width:100%;height:100%}body{margin:0;padding:0;width:100%;height:100%;min-width:320px;min-height:100vh}#root{margin:0;padding:0;width:100%;min-height:100vh;display:flex;flex-direction:column}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
