@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";: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}}.contact-card{background:#fff;border-radius:24px;padding:2rem;color:#1f1f1f;box-shadow:0 20px 60px #0000001a}.contact-card__head h3{margin:.5rem 0 .25rem;font-size:1.45rem}.subtitle{color:#626472;margin-bottom:1.5rem;font-size:.95rem}.test-section{margin-bottom:1.5rem;padding:1.5rem;background:#f4f6ff;border-radius:16px;border:1px solid rgba(17,24,39,.05)}.test-button{padding:1rem;background:#111;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.test-button:hover:not(:disabled){background:#1f1f1f;transform:translateY(-2px);box-shadow:0 15px 35px #11111140}.test-button:disabled{opacity:.5;cursor:not-allowed}.smtp-config{margin-top:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(17,24,39,.08)}.smtp-config h4{margin:0 0 .5rem;color:#111;font-size:.95rem}.smtp-config ul{list-style:none;padding:0;margin:0}.smtp-config li{padding:.2rem 0;color:#444;font-size:.9rem}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1f1f1f;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid #d9dce7;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:110px}.submit-button{padding:1rem;background:#111;color:#fff;border:none;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed}.status-message{padding:1rem;border-radius:8px;margin-top:1.5rem;font-weight:500;text-align:center}.status-message.success{background:#d4edda;color:#155724;border:1px solid #a4d5ad}.status-message.error{background:#f8d7da;color:#721c24;border:1px solid #e9aeb5}@media(max-width:768px){.contact-card{padding:1.75rem}.contact-card__head h3{font-size:1.5rem}}:root{color-scheme:light;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050915;color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:#050915}.landing{color:#e6edff;overflow:hidden}.hero{padding:2.5rem clamp(1.5rem,6vw,6rem) 4rem;background:radial-gradient(circle at 10% 20%,rgba(58,99,255,.4),transparent),radial-gradient(circle at 80% 0%,rgba(255,176,0,.35),transparent),#09152a;position:relative}.nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.logo{font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{color:inherit;text-decoration:none;font-weight:500;opacity:.8;transition:opacity .2s ease}.nav-links a:hover{opacity:1}.nav-cta{border:1px solid rgba(255,255,255,.3);padding:.65rem 1rem;border-radius:999px}.hero-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,4rem);align-items:center}.hero-text h1{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1;margin:1.2rem 0}.hero-text h1 span{color:#85b6ff}.lead{color:#ffffffc7;max-width:640px;font-size:1.05rem;line-height:1.6}.pill{display:inline-flex;padding:.35rem .9rem;border-radius:999px;background:#85b6ff26;color:#9ac1ff;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.hero-actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{border-radius:999px;padding:.9rem 1.8rem;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.btn.primary{background:linear-gradient(135deg,#f97316,#facc15);color:#fff;box-shadow:0 20px 40px #f9731659}.btn.ghost{border:1px solid rgba(255,255,255,.3);color:inherit}.btn:hover{transform:translateY(-2px)}.hero-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panel-title{font-weight:600;margin-bottom:1rem}.hero-panel ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.hero-panel li{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.06)}.panel-hint{margin-top:1rem;font-size:.9rem;color:#ffffffb3}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding:3rem clamp(1.5rem,6vw,6rem);background:linear-gradient(135deg,#0f172a,#04122d)}.metrics article{padding:1.2rem;border:1px solid rgba(255,255,255,.05);border-radius:16px;background:#ffffff03}.metrics h3{font-size:2rem;color:#9ac1ff}.section-heading{max-width:780px;margin:0 auto 2.5rem;text-align:center}.eyebrow{text-transform:uppercase;font-size:.85rem;letter-spacing:.3em;color:#7fbcff;margin-bottom:.7rem}.features,.steps,.testimonials,.cta,.contact-section{padding:4.5rem clamp(1.5rem,5vw,6rem)}.features-grid,.steps-grid,.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.feature-card,.step-card,.testimonial-card{background:#0a1023b3;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:1.75rem;min-height:220px;box-shadow:0 30px 60px #09091b59;transition:transform .2s ease,border-color .2s ease}.feature-card:hover,.step-card:hover,.testimonial-card:hover{transform:translateY(-6px);border-color:#fff3}.feature-card .icon{color:#f97316}.icon{font-size:2rem;margin-bottom:1rem}.step-card h3{margin-bottom:.8rem}.testimonials{background:#070b18}.testimonial-card p{font-style:italic;margin-bottom:1rem;line-height:1.6;color:#ffffffd9}.cta{background:radial-gradient(circle at top,#7f5af066,#050915f2),#050915}.cta-content{max-width:780px;margin:0 auto;text-align:center}.cta-actions{margin-top:1.5rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;background:#040812}.contact-info ul{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem;color:#fffc}.contact-form-wrapper{background:#ffffff05;padding:1rem;border-radius:24px;border:1px solid rgba(255,255,255,.05)}.footer{padding:2rem clamp(1.5rem,5vw,6rem);background:#02040a;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:#ffffffa6}.footer-links{display:flex;gap:1rem}.footer a{color:inherit;text-decoration:none}@media(max-width:768px){.nav-links{display:none}.features,.steps,.testimonials,.cta,.contact-section{padding:3rem 1.5rem}}
