@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color-scheme:dark;--bg: #120a06;--surface: #1b0e08;--card: #22140b;--accent: #f66a1e;--accent-soft: #ff9b54;--text: #ffffff;--text-muted: rgba(255, 255, 255, .65);--border: rgba(255, 255, 255, .12);--shadow: rgba(0, 0, 0, .45)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,system-ui,sans-serif;background:radial-gradient(circle at top,rgba(246,106,30,.15),transparent 45%),radial-gradient(circle at 20% 20%,rgba(255,155,84,.12),transparent 40%),var(--bg);color:var(--text);min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;opacity:.15;pointer-events:none;z-index:0}#root{position:relative;z-index:1}.page{max-width:1200px;margin:0 auto;padding:64px 24px 80px;display:flex;flex-direction:column;gap:72px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;align-items:center}.hero-content h1{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.05;margin-bottom:16px}.badge{text-transform:uppercase;letter-spacing:.24em;font-size:.75rem;color:var(--accent-soft);margin-bottom:18px}.hero-logo{width:56px;height:56px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.12);margin-bottom:14px}.lead{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.cta,.ghost{text-decoration:none;font-weight:600;padding:12px 20px;border-radius:999px;transition:transform .3s ease,box-shadow .3s ease}.cta{background:linear-gradient(135deg,var(--accent),var(--accent-soft));color:#1b0d05;box-shadow:0 12px 30px #f66a1e4d;border:none;cursor:pointer}.ghost{border:1px solid var(--border);color:var(--text);background:#1b0e0899}.cta:hover,.ghost:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000073}.hero-card{background:linear-gradient(160deg,#ffffff14,#ffffff05);border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 20px 45px var(--shadow);display:flex;flex-direction:column;gap:16px;animation:floatIn .8s ease both}.hero-card-top{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.hero-card h2{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.6rem}.hero-stats{display:grid;gap:12px}.stat{background:#120a06b3;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:6px}.stat span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.stat strong{font-size:.95rem}.stat em{font-style:normal;color:var(--text-muted);font-size:.85rem;line-height:1.4}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px;min-height:180px;display:flex;flex-direction:column;gap:12px;animation:fadeUp .7s ease both}.card h3{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.3rem}.card p{color:var(--text-muted);line-height:1.6}.section{display:flex;flex-direction:column;gap:24px}.section-header h2,.section h2{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem)}.form-header{display:grid;gap:12px;justify-items:start}.section-eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;color:var(--accent-soft);margin-bottom:12px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.service{background:#1b0e08e6;border-radius:16px;border:1px solid var(--border);padding:18px;display:flex;flex-direction:column;gap:10px}.service-name{font-family:Space Grotesk,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--accent-soft)}.service p{color:var(--text-muted);line-height:1.5}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;align-items:center}.rule-panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;display:grid;gap:14px}.rule{display:flex;justify-content:space-between;align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.rule:last-child{border-bottom:none;padding-bottom:0}.rule span{font-size:.85rem;color:var(--text-muted)}.rule strong{color:var(--accent-soft);font-size:.95rem}.rule em{font-style:normal;color:var(--text-muted);font-size:.85rem;line-height:1.4}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stack-item{background:#22140be6;border:1px solid var(--border);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:8px}.stack-item span{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.18em}.stack-item strong{font-size:1rem}.workflow{display:flex;flex-direction:column;gap:16px}.workflow-item{display:flex;gap:12px;align-items:flex-start;color:var(--text-muted);line-height:1.6}.workflow-callout{border:1px dashed rgba(255,255,255,.2);border-radius:14px;padding:16px;background:#120a06b3}.workflow-callout span{color:var(--accent-soft)}.contact{margin-top:16px;color:var(--text-muted)}.contact span{color:var(--accent-soft);font-weight:600}.form{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:18px}.form-section{display:none}.form-section.is-open{display:flex}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.form label{display:flex;flex-direction:column;gap:8px;color:var(--text-muted);font-size:.9rem}.form input,.form select,.form textarea{background:#120a06cc;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:var(--text);padding:10px 12px;font-size:.95rem;font-family:inherit}.form textarea{resize:vertical}.form .full{grid-column:1 / -1}.form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.note-list{display:flex;flex-direction:column;gap:12px}.note{display:flex;gap:10px;color:var(--text-muted);line-height:1.6}.social-panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:12px}.social-panel h3{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.4rem}.social-panel p{color:var(--text-muted);line-height:1.6}.social-button{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#120a06cc;color:var(--text);font-weight:600;text-decoration:none;width:fit-content}.social-button svg{width:18px;height:18px;fill:currentColor}.footer{border-top:1px solid var(--border);padding-top:32px;display:flex;justify-content:center;flex-wrap:wrap;gap:18px;color:var(--text-muted)}.footer h3{font-family:Space Grotesk,system-ui,sans-serif;color:var(--text);font-size:1.4rem;margin-bottom:8px}.footer-links{display:flex;gap:18px;align-items:center}.footer a{color:var(--accent-soft);text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:720px){.page{padding:48px 18px 64px}.rule{flex-direction:column;align-items:flex-start}.footer{flex-direction:column}}
