: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}}#root{max-width:1280px;margin:0 auto;padding:2rem}:root{--bg-1: #0f172a;--accent-1: #6c63ff;--accent-2: #7dd3fc;--muted: #9aa6c4}body,#root,.site-root{background:linear-gradient(180deg,#060a1e,#0a0f28);color:#e6eef8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.75rem}.brand-logo{width:56px;height:56px;border-radius:12px;box-shadow:0 8px 24px #6366f11f;background:linear-gradient(135deg,var(--accent-1),#8b5cf6);padding:8px}.brand-title{font-weight:700;font-size:1.15rem}.brand-tag{font-size:.86rem;color:var(--muted)}.nav a{color:var(--muted);margin-left:1rem;text-decoration:none}.nav a:hover{color:var(--accent-2)}.hero{display:flex;gap:2rem;align-items:center;padding:2.5rem 0;position:relative;overflow:hidden;border-radius:16px}.hero-inner{flex:1;max-width:680px}.hero-art{width:520px;flex:0 0 520px;opacity:.95}.hero-art img{width:100%;height:auto;border-radius:14px;box-shadow:0 20px 50px #070c1e99}.product-title{font-size:3rem;margin:0;letter-spacing:-.02em}.product-sub{color:var(--muted);margin-top:.5rem}.highlights{list-style:none;padding:0;margin:1rem 0;display:flex;gap:.75rem;flex-wrap:wrap}.highlights li{background:#ffffff0a;padding:.5rem .75rem;border-radius:10px;font-weight:600;color:#dfe9ff}.btn{display:inline-block;padding:.75rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:600}.btn.primary{background:linear-gradient(90deg,var(--accent-1),#8b5cf6);color:#fff;box-shadow:0 10px 30px #6366f11f}.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.06);color:var(--muted)}.section{padding:2rem 0;border-top:1px solid rgba(255,255,255,.02)}.section h2{margin-top:0;font-size:1.6rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.feature-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:1rem;border-radius:12px;box-shadow:0 8px 32px #02061773;text-align:left}.feature-icon{font-size:1.6rem;margin-bottom:.5rem}.about p{max-width:900px;color:var(--muted)}.pricing-grid{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.pricing-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:1.25rem;border-radius:12px;width:220px;box-shadow:0 10px 30px #02061780}.pricing-card .price{font-weight:700;font-size:1.25rem;margin:.5rem 0}.pricing-card ul{padding-left:1rem;color:var(--muted)}.pricing-card .cta{margin-top:.75rem}.note{color:var(--muted);margin-top:.75rem}.contact-columns{display:flex;gap:1rem;align-items:flex-start;margin-top:1rem}.contact-details{min-width:200px;color:var(--muted)}.contact-form-wrap{flex:1}.contact-form label{display:block;margin-bottom:.75rem;text-align:left}.contact-form{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:1rem;border-radius:12px;box-shadow:0 12px 40px #02061799;max-width:640px}.contact-form label{font-size:.9rem;color:var(--muted);margin-top:.75rem}.contact-form input,.contact-form textarea{box-sizing:border-box;width:100%;padding:.9rem .95rem;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;color:inherit;transition:box-shadow .18s,border-color .18s}.contact-form input:focus,.contact-form textarea:focus{outline:none;box-shadow:0 6px 22px #6366f11f;border-color:#7c3aede6}.form-row{display:flex;gap:.75rem}.form-row{display:flex;gap:.75rem;align-items:flex-start}.form-field{flex:1;display:flex;flex-direction:column}.form-field--full{flex-basis:100%}.form-field textarea{min-height:140px;resize:vertical}.form-field label{margin-bottom:.4rem}.field-error{color:#ffb4b4;font-size:.85rem;margin-top:.25rem}.form-success{color:#b8f1c6;margin-top:.75rem;padding:.6rem .75rem;background:#28783c1f;border-radius:8px}.form-error{color:#ffd2cf;margin-top:.75rem;padding:.6rem .75rem;background:#a0282814;border-radius:8px}.cta{background:linear-gradient(90deg,var(--accent1),var(--accent2));border:none;color:#fff;padding:.9rem 1.25rem;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:0 12px 30px #6c63ff1f;transition:transform .12s,box-shadow .12s}.cta:hover{transform:translateY(-3px);box-shadow:0 18px 40px #6c63ff2e}.cta:disabled{opacity:.6;transform:none;box-shadow:none;cursor:default}.site-footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;color:var(--muted);border-top:1px solid rgba(255,255,255,.02);margin-top:2rem}.footer-links a{color:var(--muted);margin-left:1rem}@media(max-width:880px){.hero{flex-direction:column}.hero-art{width:100%;flex:auto}.contact-columns,.form-row{flex-direction:column}.pricing-grid{justify-content:center}}@media(max-width:720px){.brand-tag,.nav{display:none}}@media(max-width:480px){.product-title{font-size:1.6rem}.product-sub{font-size:.95rem}.hero-inner{padding:0 .5rem}}
