:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;display:block!important;place-items:initial!important;margin:0;padding:0}.App{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.nav-brand h2{color:#2563eb;font-size:1.8rem;font-weight:700}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#2563eb}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb}.features{padding:80px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.about{padding:80px 0}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about h2{font-size:2.5rem;color:#1e293b;margin-bottom:1.5rem}.about p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit h4{color:#1e293b;margin-bottom:.5rem}.benefit p{color:#64748b;font-size:.9rem;margin:0}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:1.5rem;background:#f1f5f9;border-radius:12px}.stat h3{font-size:2.5rem;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;margin:0}.contact{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;color:#1e293b;margin-bottom:1rem}.contact-info p{color:#64748b;margin-bottom:2rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{color:#1e293b;display:block;margin-bottom:.5rem}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.footer{background:#1e293b;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem;color:#cbd5e1}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;color:#cbd5e1}@media (max-width: 768px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a}.nav-open{display:flex}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:2rem}.benefits{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:repeat(2,1fr)}.about-stats{flex-direction:row;justify-content:space-between}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr}.about-stats{flex-direction:column}}.form-status{margin-top:1rem;padding:1rem;border-radius:.5rem;text-align:center;font-weight:500}.form-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}button:disabled{opacity:.6;cursor:not-allowed}
