: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,html,#root{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9}#root{display:flex;justify-content:center;width:100%}.page-wrapper{display:flex;justify-content:center;width:100%;opacity:1;transition:opacity .5s ease}.fade-in{opacity:1}.app-container{width:100%;max-width:1200px;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}.header{background:linear-gradient(135deg,#2c3e50,#1a252f);color:#fff;padding:1.5rem;text-align:center;width:100%}.header-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.logo{font-size:3.5rem;font-weight:700;margin:0;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.tagline{font-size:1rem;margin-top:.5rem;opacity:.9;max-width:600px}.hero-section{background:linear-gradient(#000000a6,#000000a6),url(/images/hero-background.png);background-size:cover;background-position:center 150px;color:#fff;padding:1.5rem 1rem;text-align:center}.hero-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description{font-size:.95rem;max-width:700px;margin:0 auto;opacity:.9}.how-it-works{background-color:#eef2f7;padding:3rem 2rem;text-align:center}.section-title{font-size:2rem;color:#2c3e50;margin-bottom:2rem}.steps-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;max-width:1000px;margin:0 auto}.step{flex:1 1 300px;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;position:relative;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{background:#3498db;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem}.step h3{margin-bottom:.8rem;color:#2c3e50}.step p{color:#555;font-size:.95rem}.main{display:flex;flex-wrap:wrap;justify-content:center;padding:3rem 2rem;gap:3rem;width:100%;box-sizing:border-box;background-color:#f9f9f9}.left-column,.right-column{flex:1 1 450px}.welcome-section{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px #0000000d}.welcome-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.intro-text{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.services-list h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.benefits-list{margin:1.5rem 0}.benefit-item{display:flex;align-items:flex-start;margin-bottom:1rem}.benefit-icon{color:#27ae60;font-size:1.2rem;font-weight:700;margin-right:.8rem;flex-shrink:0}.benefit-text{font-size:1rem;color:#333}.trust-indicators{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #eee}.testimonial{background-color:#f5f9ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db;margin-bottom:2rem}.quote{font-style:italic;color:#444;margin-bottom:.5rem}.author{font-weight:600;text-align:right;color:#333}.stats{display:flex;justify-content:space-around;text-align:center;margin-top:1.5rem}.stat-number{font-size:1.8rem;font-weight:700;color:#2c3e50}.stat-label{font-size:.9rem;color:#666}.form-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:2rem;position:relative}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{color:#2c3e50;font-size:1.6rem;margin-bottom:.5rem}.form-header p{color:#666}.privacy-note{text-align:center;font-size:.8rem;color:#777;margin-top:1rem;line-height:1.4}.full-intro{background-color:#f4f7fa;padding:3rem 2rem;margin-bottom:2rem}.intro-container{max-width:800px;margin:0 auto;text-align:center}.intro-container h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.full-intro-text{font-size:1.1rem;line-height:1.8;color:#444}.footer{background-color:#2c3e50;color:#fff;padding:2rem;margin-top:2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-legal{text-align:center;font-size:.9rem;opacity:.8;line-height:1.6}.ownership,.trademark{font-size:.8rem;margin-top:.5rem}.footer-links{margin:1rem 0;display:flex;justify-content:center;gap:2rem}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{text-decoration:underline}.address{font-size:.8rem;margin-top:1rem;opacity:.7}@media (max-width: 768px){.main{flex-direction:column;align-items:stretch;padding:2rem 1rem}.left-column,.right-column{flex:1 1 100%}.steps-container{flex-direction:column;gap:1.5rem}.hero-title{font-size:1.2rem}.hero-description{font-size:.9rem}.stats{flex-direction:column;gap:1rem}.form-container,.welcome-section{padding:1.5rem}.full-intro{padding:2rem 1rem}.full-intro-text{font-size:1rem;line-height:1.6}}
