:root{--color-primary: #2563eb;--color-secondary: #7c3aed;--color-accent: #06b6d4;--color-bg: #0f172a;--color-surface: rgba(30, 41, 59, .8);--color-border: rgba(148, 163, 184, .35);--color-text: #f1f5f9;--color-text-muted: #94a3b8}*{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text)}body{min-height:100vh;overflow-x:hidden;font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.page-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.12),transparent 25%),radial-gradient(circle at 80% 0%,rgba(124,58,237,.12),transparent 20%),var(--color-bg)}.page-shell>main{flex:1 1 auto}.flex-wrap-center{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.contact-heading{font-size:1.25rem;margin-top:0}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.text-left{text-align:left}.small-heading{font-size:1.15rem;margin:.35rem 0}.para{line-height:1.6}.actions-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding-top:.5rem}.left{text-align:left}.small{font-size:.95rem}.blob{position:absolute;width:420px;height:420px;filter:blur(120px);opacity:.5;z-index:0}.blob-primary{top:-100px;left:-50px;background:radial-gradient(circle,rgba(37,99,235,.25),transparent 50%)}.blob-secondary{top:180px;right:-80px;background:radial-gradient(circle,rgba(6,182,212,.22),transparent 50%)}.glass-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 18px 50px #0f172a66}.pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;border:1px solid var(--color-border);font-size:.875rem;font-weight:600;gap:.25rem;color:var(--color-text)}.eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent)}.section-title{font-size:1.875rem;font-weight:800;text-align:center;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-description{text-align:center;font-size:1.125rem;color:#cbd5e1;max-width:48rem;margin-left:auto;margin-right:auto}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 18px 50px #0f172a66;border-radius:1rem;padding:1rem;text-align:center}.stat-value{font-size:1.5rem;font-weight:700}.link-ghost{display:inline-flex;align-items:center;font-weight:600;border-bottom:1px dashed rgba(148,163,184,.4);transition:all .15s ease;gap:.5rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;outline:none;gap:.5rem}.cta-button-primary{background:linear-gradient(90deg,#0ea5e9,#7c3aed);color:#fff;padding:.75rem 1.25rem;box-shadow:0 10px 15px #0ea5e91f}.cta-button-secondary{border:1px solid rgba(148,163,184,.4);color:#fff;padding:.75rem 1.25rem}.nav-ghost{padding:.55rem 1rem;border:1px solid rgba(148,163,184,.35);border-radius:10px;color:var(--color-text);text-decoration:none}.nav-ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.card{border-radius:16px;border:1px solid var(--color-border);background:#1e293bd9;padding:1.5rem}.shadow-xl{box-shadow:0 20px 60px #00000059}.text-muted{color:var(--color-text-muted)}.navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#0f172acc;backdrop-filter:blur(10px);border-bottom:1px solid rgba(148,163,184,.35)}.navbar .brand{display:flex;align-items:center;gap:.75rem}.navbar .brand-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:grid;place-items:center;font-weight:800}.navbar .brand-text{line-height:1.2}.navbar .links{display:flex;gap:1rem;align-items:center;flex:1;justify-content:center}.navbar .links a{color:var(--color-text-muted);font-weight:600;text-decoration:none}.navbar .links a:hover{color:var(--color-text)}.navbar .actions{display:flex;gap:.5rem;align-items:center}.footer{border-top:1px solid rgba(148,163,184,.25);background:#0a0c18e6;padding:2rem 0}.footer .row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;color:var(--color-text-muted)}.footer .links{display:flex;gap:1rem}.hero{position:relative;overflow:hidden;padding:4rem 1.5rem 2rem;text-align:center}.hero-content{max-width:700px;margin:0 auto}.hero-title{font-size:2.8rem;line-height:1.15;margin:0 0 1.5rem;font-weight:700}.hero-title .gradient-text{display:block;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--color-text-muted);margin:0 0 2rem;line-height:1.6}.hero-form{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:500px;margin:0 auto}.hero-input{flex:1;min-width:240px;padding:.9rem 1.2rem;border-radius:10px;border:1px solid var(--color-border);background:#0f172acc;color:var(--color-text);font-size:1rem}.hero-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #2563eb33}.hero-button{padding:.9rem 1.8rem;border-radius:10px;border:none;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.hero-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.success-message{color:#22c55e;font-size:1rem;margin-bottom:1rem}.error-message{color:#ef4444}.map-frame{border-radius:16px;border:1px solid rgba(37,99,235,.3);background:#0a1020;padding:.5rem;box-shadow:0 20px 60px #2563eb33}.cta-section{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center}.contact-card{border-radius:16px;border:1px solid var(--color-border);background:#1e293be6;padding:1.5rem}@media(max-width:900px){.navbar{flex-direction:column;align-items:flex-start}.navbar .links{flex-wrap:wrap;justify-content:flex-start}.hero-title{font-size:2rem}.cta-section{grid-template-columns:1fr}.footer .row{flex-direction:column;align-items:flex-start}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-primary: #2563eb;--color-secondary: #7c3aed;--color-accent: #06b6d4;--color-bg: #0f172a;--color-text: #f1f5f9;--color-text-muted: #94a3b8}*{box-sizing:border-box;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--color-bg);color:var(--color-text)}body{min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}main{flex:1}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.navbar[data-astro-cid-ymhdp2rl]{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:#0f172af2;backdrop-filter:blur(10px);border-bottom:1px solid #334155}.brand[data-astro-cid-ymhdp2rl]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;z-index:102}.brand[data-astro-cid-ymhdp2rl]:hover{text-decoration:none}.brand-mark[data-astro-cid-ymhdp2rl]{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:grid;place-items:center;font-weight:800;font-size:.75rem}.brand-text[data-astro-cid-ymhdp2rl]{line-height:1.2}.brand-text[data-astro-cid-ymhdp2rl] .font-bold[data-astro-cid-ymhdp2rl]{font-weight:700}.brand-text[data-astro-cid-ymhdp2rl] .text-muted[data-astro-cid-ymhdp2rl]{color:var(--color-text-muted);font-size:.8rem}.links[data-astro-cid-ymhdp2rl]{display:flex;gap:1.5rem;align-items:center}.links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{color:var(--color-text-muted);font-weight:500;text-decoration:none;transition:color .2s}.links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]:hover{color:var(--color-text);text-decoration:none}.under-dev[data-astro-cid-ymhdp2rl]{opacity:.6;cursor:not-allowed;position:relative}.under-dev[data-astro-cid-ymhdp2rl]:hover{opacity:.7}.dev-badge[data-astro-cid-ymhdp2rl]{display:inline-block;font-size:.65rem;padding:.15rem .4rem;background:#9ca3af4d;color:#9ca3af;border-radius:4px;margin-left:.35rem;font-weight:600;text-transform:uppercase;vertical-align:middle}.actions[data-astro-cid-ymhdp2rl]{display:flex;gap:.75rem;align-items:center}.nav-ghost[data-astro-cid-ymhdp2rl]{padding:.5rem 1rem;border:1px solid #334155;border-radius:8px;color:var(--color-text);text-decoration:none;transition:all .2s;text-align:center}.nav-ghost[data-astro-cid-ymhdp2rl]:hover{border-color:var(--color-primary);text-decoration:none}.cta-button-primary[data-astro-cid-ymhdp2rl]{padding:.5rem 1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:8px;color:#fff;font-weight:600;text-decoration:none;transition:all .2s;text-align:center}.cta-button-primary[data-astro-cid-ymhdp2rl]:hover{transform:translateY(-1px);box-shadow:0 5px 15px #2563eb4d;text-decoration:none}.menu-toggle[data-astro-cid-ymhdp2rl]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;z-index:102;padding:0}.menu-toggle[data-astro-cid-ymhdp2rl] .bar[data-astro-cid-ymhdp2rl]{display:block;width:100%;height:3px;background-color:var(--color-text);border-radius:3px;transition:all .3s ease-in-out}.mobile-menu-overlay[data-astro-cid-ymhdp2rl]{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:2rem;z-index:101}.mobile-links[data-astro-cid-ymhdp2rl]{display:flex;flex-direction:column;gap:1.5rem;align-items:center;font-size:1.25rem}.mobile-nav-link[data-astro-cid-ymhdp2rl]{color:var(--color-text-muted);font-weight:500;text-decoration:none}.mobile-nav-link[data-astro-cid-ymhdp2rl]:hover{color:var(--color-text)}.mobile-actions[data-astro-cid-ymhdp2rl]{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.menu-toggle[data-astro-cid-ymhdp2rl].is-open .bar[data-astro-cid-ymhdp2rl]:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle[data-astro-cid-ymhdp2rl].is-open .bar[data-astro-cid-ymhdp2rl]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-ymhdp2rl].is-open .bar[data-astro-cid-ymhdp2rl]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu-overlay[data-astro-cid-ymhdp2rl].is-open{display:flex;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.navbar[data-astro-cid-ymhdp2rl]{padding:1rem;position:relative}.menu-toggle[data-astro-cid-ymhdp2rl]{position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.brand[data-astro-cid-ymhdp2rl]{margin:0 auto}.desktop-only[data-astro-cid-ymhdp2rl]{display:none!important}.mobile-only[data-astro-cid-ymhdp2rl]{display:flex}}@media(min-width:769px){.mobile-only[data-astro-cid-ymhdp2rl]{display:none}.mobile-menu-overlay[data-astro-cid-ymhdp2rl]{display:none!important}}.footer[data-astro-cid-sz7xmlte]{background:#0a0f1e;padding:2rem 0;border-top:1px solid #1e293b}.container[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:0 2rem}.row[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.text-sm[data-astro-cid-sz7xmlte]{font-size:.875rem;color:var(--color-text-muted)}.links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem;flex-wrap:wrap}.links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent)}.under-dev[data-astro-cid-sz7xmlte]{opacity:.6;cursor:not-allowed;position:relative}.under-dev[data-astro-cid-sz7xmlte]:hover{opacity:.7;color:var(--color-text-muted)!important}.dev-badge[data-astro-cid-sz7xmlte]{display:inline-block;font-size:.6rem;padding:.125rem .35rem;background:#9ca3af4d;color:#9ca3af;border-radius:3px;margin-left:.3rem;font-weight:600;text-transform:uppercase;vertical-align:middle}@media(max-width:768px){.row[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}.links[data-astro-cid-sz7xmlte]{justify-content:center}}
