@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-display: "Instrument Serif", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}:where(.astro-j7pv25f6){box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;background:#09090b;color:#fafafa}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.animate-in:where(.astro-j7pv25f6){animation:fadeInUp .7s ease-out forwards}.delay-1:where(.astro-j7pv25f6){animation-delay:.1s}.delay-2:where(.astro-j7pv25f6){animation-delay:.2s}.delay-3:where(.astro-j7pv25f6){animation-delay:.3s}.grain:where(.astro-j7pv25f6):after{content:"";position:absolute;inset:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E")}.nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.05);background:#09090bcc;backdrop-filter:blur(20px)}.nav-inner:where(.astro-j7pv25f6){max-width:72rem;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.nav-brand:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit}.nav-brand:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){width:2rem;height:2rem}.nav-brand:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){font-size:1.125rem;font-weight:600;letter-spacing:-.025em}.nav-links:where(.astro-j7pv25f6){display:none;align-items:center;gap:2rem;font-size:.875rem;color:#a1a1aa}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){text-decoration:none;color:inherit;transition:color .2s}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:#fff}.nav-cta:where(.astro-j7pv25f6){padding:.5rem 1.25rem;border-radius:9999px;background:#fff;color:#09090b;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.nav-cta:where(.astro-j7pv25f6):hover{background:#e4e4e7}@media(min-width:768px){.nav-links:where(.astro-j7pv25f6){display:flex}}.hero:where(.astro-j7pv25f6){position:relative;padding:10rem 1.5rem 8rem;text-align:center}.hero-glow:where(.astro-j7pv25f6){position:absolute;top:5rem;left:50%;transform:translate(-50%);width:900px;height:500px;background:#3b82f614;border-radius:50%;filter:blur(120px);animation:glow 6s ease-in-out infinite}.hero-content:where(.astro-j7pv25f6){position:relative;max-width:56rem;margin:0 auto}.hero-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;font-size:.75rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);line-height:.95;letter-spacing:-.02em;margin-bottom:2rem}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){color:#60a5fa;font-style:italic}.hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.125rem;color:#a1a1aa;max-width:40rem;margin:0 auto 3rem;line-height:1.75}.hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){color:#d4d4d8}.hero-actions:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.btn-primary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;background:#fff;color:#09090b;border-radius:9999px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s}.btn-primary:where(.astro-j7pv25f6):hover{background:#e4e4e7;box-shadow:0 0 40px #ffffff26}.btn-primary:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:18px;height:18px}.btn-secondary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:1px solid rgba(255,255,255,.1);color:#d4d4d8;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s}.btn-secondary:where(.astro-j7pv25f6):hover{background:#ffffff0d;border-color:#fff3}@media(min-width:640px){.hero-actions:where(.astro-j7pv25f6){flex-direction:row}}.positioning:where(.astro-j7pv25f6){padding:5rem 1.5rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.positioning:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.25rem;color:#a1a1aa;max-width:56rem;margin:0 auto;line-height:1.75}.positioning:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){color:#e4e4e7}.section:where(.astro-j7pv25f6){padding:7rem 1.5rem;border-top:1px solid rgba(255,255,255,.05)}.section-inner:where(.astro-j7pv25f6){max-width:72rem;margin:0 auto}.section-header:where(.astro-j7pv25f6){text-align:center;margin-bottom:5rem}.section-header:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:clamp(1.875rem,4vw,2.5rem);letter-spacing:-.02em;margin-bottom:1rem}.section-header:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){color:#60a5fa;font-style:italic}.section-header:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.125rem;color:#71717a}.features-primary:where(.astro-j7pv25f6){display:grid;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.features-primary:where(.astro-j7pv25f6){grid-template-columns:1fr 1fr}}.card-lg:where(.astro-j7pv25f6){padding:2rem;border-radius:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:all .3s}.card-lg:where(.astro-j7pv25f6):hover{border-color:#ffffff1a;background:#ffffff0d;transform:translateY(-4px)}.card-icon:where(.astro-j7pv25f6){width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-lg:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-lg:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:#a1a1aa;line-height:1.75}.features-secondary:where(.astro-j7pv25f6){display:grid;gap:1rem}@media(min-width:640px){.features-secondary:where(.astro-j7pv25f6){grid-template-columns:1fr 1fr}}@media(min-width:1024px){.features-secondary:where(.astro-j7pv25f6){grid-template-columns:repeat(4,1fr)}}.card-sm:where(.astro-j7pv25f6){padding:1.5rem;border-radius:.75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);transition:all .3s}.card-sm:where(.astro-j7pv25f6):hover{border-color:#ffffff1a}.card-sm-icon:where(.astro-j7pv25f6){width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-sm:where(.astro-j7pv25f6) h4:where(.astro-j7pv25f6){font-weight:600;margin-bottom:.375rem}.card-sm:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.875rem;color:#71717a}.steps:where(.astro-j7pv25f6){display:grid;gap:2rem}@media(min-width:768px){.steps:where(.astro-j7pv25f6){grid-template-columns:repeat(4,1fr);gap:1.5rem}}.step-num:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:3.75rem;line-height:1;color:#ffffff0a;margin-bottom:1rem}.step-icon:where(.astro-j7pv25f6){width:2.5rem;height:2.5rem;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.step:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.875rem;color:#71717a;line-height:1.75}.cta:where(.astro-j7pv25f6){position:relative;padding:7rem 1.5rem;border-top:1px solid rgba(255,255,255,.05)}.cta-bg:where(.astro-j7pv25f6){position:absolute;inset:0;background:linear-gradient(to bottom,#09090b,#1725540d,#09090b)}.cta-content:where(.astro-j7pv25f6){position:relative;max-width:48rem;margin:0 auto;text-align:center}.cta:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:clamp(1.875rem,5vw,3rem);letter-spacing:-.02em;margin-bottom:1.5rem}.cta:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){color:#60a5fa;font-style:italic}.cta:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:#a1a1aa;font-size:1.125rem;margin-bottom:2.5rem}.footer:where(.astro-j7pv25f6){padding:3rem 1.5rem;border-top:1px solid rgba(255,255,255,.05)}.footer-inner:where(.astro-j7pv25f6){max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.footer-inner:where(.astro-j7pv25f6){flex-direction:row;justify-content:space-between}}.footer-brand:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.625rem}.footer-brand:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){width:1.5rem;height:1.5rem}.footer-brand:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){font-size:.875rem;color:#71717a}.footer-links:where(.astro-j7pv25f6){display:flex;gap:2rem;font-size:.875rem}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:#71717a;text-decoration:none;transition:color .2s}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:#d4d4d8}.icon:where(.astro-j7pv25f6){width:1.125rem;height:1.125rem;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
