: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}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #0ea5e9;--text-dark: #1e293b;--text-gray: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--success-color: #10b981;--accent-color: #f59e0b}body{font-family:Inter,-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;color:var(--text-dark);line-height:1.6;background-color:var(--bg-white)}#root{width:100%}.App{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-gray);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.btn{padding:14px 32px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 14px #2563eb63}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.hero{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);position:relative;overflow:hidden}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-actions,.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-links a:not(.btn):hover{color:var(--primary-color)}.hero-content{padding-top:120px;padding-bottom:60px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn-large{padding:16px 40px;font-size:1.125rem}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:1.75rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.875rem;color:var(--text-gray);font-weight:500}.hero-image{display:flex;justify-content:center;align-items:center}.hero-illustration{width:100%;max-width:500px;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:968px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-buttons{flex-direction:column}.hero-stats{gap:1.5rem}.nav-links{display:none}}@media(max-width:640px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-stats{flex-wrap:wrap}}.features{background-color:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-description{color:var(--text-gray);line-height:1.7;font-size:1rem}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}.benefits{background:linear-gradient(135deg,#f8fafc,#e0f2fe,#f8fafc)}.benefits-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem;margin-top:3rem}.benefit-item{display:flex;gap:1.5rem;align-items:flex-start;background:var(--bg-white);padding:2rem;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.benefit-item:hover{transform:translate(8px);box-shadow:0 10px 30px #2563eb1a;border-color:var(--primary-color)}.benefit-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0;line-height:1}.benefit-info{flex:1}.benefit-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.benefit-description{color:var(--text-gray);line-height:1.7;font-size:1rem}@media(max-width:968px){.benefits-content{grid-template-columns:1fr;gap:1.5rem}.benefit-item{padding:1.5rem}.benefit-item:hover{transform:translateY(-4px)}}@media(max-width:640px){.benefit-number{font-size:2rem}.benefit-title{font-size:1.25rem}}.how-it-works{background-color:var(--bg-white)}.steps-container{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:4rem;margin-bottom:4rem;flex-wrap:wrap}.step{flex:1;min-width:200px;text-align:center;padding:1.5rem}.step-icon{width:100px;height:100px;margin:0 auto 1.5rem}.step-arrow{font-size:2rem;color:var(--primary-color);align-self:center;font-weight:700;margin-top:50px}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.step-description{color:var(--text-gray);line-height:1.7;font-size:1rem}.cta-box{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:24px;padding:4rem 3rem;text-align:center;color:#fff;margin-top:4rem}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-box .btn{background:#fff;color:var(--primary-color);font-weight:700}.cta-box .btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}@media(max-width:968px){.steps-container{flex-direction:column;align-items:center}.step{max-width:500px}.step-arrow{transform:rotate(90deg);margin:1rem 0}.cta-box{padding:3rem 2rem}.cta-title{font-size:2rem}.cta-description{font-size:1.125rem}}@media(max-width:640px){.step-icon{width:80px;height:80px}.step-title{font-size:1.25rem}.cta-box{padding:2rem 1.5rem}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}}.contact{background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;margin-top:3rem}.contact-form-container{background:var(--bg-white);border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000000d;border:1px solid var(--border-color)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group textarea{padding:14px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--bg-white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;margin-top:1rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;text-align:center;font-weight:600;border:1px solid #6ee7b7}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;text-align:center;font-weight:600;border:1px solid #f87171;margin-top:1rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000014;border-color:var(--primary-color)}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.info-content{font-size:1.125rem;margin-bottom:.5rem}.info-content a{color:var(--primary-color);text-decoration:none;font-weight:600}.info-content a:hover{text-decoration:underline}.info-description{color:var(--text-gray);font-size:.95rem}.info-highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:16px;padding:2rem;margin-top:1rem}.info-highlight h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.info-highlight p{margin-bottom:1.5rem;opacity:.95;line-height:1.6}.info-highlight .btn{background:#fff;color:var(--primary-color);border-color:#fff;font-weight:700}.info-highlight .btn:hover{background:var(--bg-light);color:var(--primary-color);border-color:#fff}@media(max-width:968px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:2rem}}@media(max-width:640px){.contact-form-container,.info-card,.info-highlight{padding:1.5rem}}.footer{background:var(--text-dark);color:#94a3b8;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer-description{line-height:1.7;color:#94a3b8;margin-bottom:1rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0d;color:#94a3b8;transition:all .3s ease}.footer-social a:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.footer-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright,.footer-made{font-size:.95rem;color:#64748b}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}
