.hero-section:where(.astro-nlow4r3u){--hero-surface-start: color-mix(in srgb, var(--aspire-color-primary) 9%, transparent);--hero-surface-mid: color-mix(in srgb, var(--aspire-color-secondary) 5%, transparent);--hero-surface-right: color-mix(in srgb, var(--aspire-color-secondary) 7%, transparent);--hero-border: color-mix(in srgb, var(--aspire-color-secondary) 24%, transparent);position:relative;overflow:hidden;padding:3rem 2rem 2.5rem 2.5rem;border-radius:.75rem;margin-bottom:2rem;background:radial-gradient(circle at 88% 32%,var(--hero-surface-right) 0%,transparent 38%),linear-gradient(145deg,var(--hero-surface-start),var(--hero-surface-mid),transparent 70%);border:1px solid var(--hero-border)}[data-theme=light] .hero-section:where(.astro-nlow4r3u){--hero-surface-start: color-mix(in srgb, var(--aspire-color-primary) 11%, transparent);--hero-surface-mid: color-mix(in srgb, var(--aspire-color-secondary) 8%, transparent);--hero-surface-right: color-mix(in srgb, var(--aspire-color-secondary) 10%, transparent);--hero-border: color-mix(in srgb, var(--aspire-color-primary) 34%, transparent)}[data-theme=dark] .hero-section:where(.astro-nlow4r3u){--hero-surface-start: color-mix(in srgb, var(--aspire-color-primary) 10%, transparent);--hero-surface-mid: color-mix(in srgb, var(--aspire-color-secondary) 5%, transparent);--hero-surface-right: color-mix(in srgb, var(--aspire-color-secondary) 8%, transparent);--hero-border: color-mix(in srgb, var(--aspire-color-secondary) 25%, transparent)}.hero-grid:where(.astro-nlow4r3u){position:absolute;inset:0;background-image:linear-gradient(color-mix(in srgb,var(--aspire-color-primary) 6%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--aspire-color-primary) 6%,transparent) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 30%,transparent 100%);pointer-events:none}.hero-logo:where(.astro-nlow4r3u){position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:color-mix(in srgb,var(--aspire-color-primary) 18%,var(--sl-color-bg));border:2px solid color-mix(in srgb,var(--aspire-color-primary) 35%,transparent);margin-bottom:1.25rem;margin-left:1rem}.hero-logo:where(.astro-nlow4r3u) img{width:2rem;height:2rem}.hero-content:where(.astro-nlow4r3u){position:relative;z-index:1;max-width:44rem;padding-left:1rem}.hero-title:where(.astro-nlow4r3u){font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0 0 1rem;color:var(--sl-color-text)}.hero-highlight:where(.astro-nlow4r3u){background:linear-gradient(90deg,var(--aspire-color-primary) 0%,var(--aspire-color-secondary) 50%,var(--aspire-color-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .hero-highlight:where(.astro-nlow4r3u){background:linear-gradient(90deg,var(--aspire-color-purple) 0%,var(--aspire-color-primary) 50%,var(--aspire-color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle:where(.astro-nlow4r3u){font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;color:var(--sl-color-gray-3);margin:0 0 1.75rem;max-width:38rem}[data-theme=light] .hero-subtitle:where(.astro-nlow4r3u){color:var(--sl-color-gray-2)}.hero-actions:where(.astro-nlow4r3u){display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-btn:where(.astro-nlow4r3u){display:inline-flex;gap:.5rem;align-items:center;padding:.65rem 1.5rem;border-radius:.5rem;font-family:var(--sl-font-system);font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;white-space:nowrap;cursor:pointer}.hero-btn:where(.astro-nlow4r3u):focus-visible{outline:2px solid var(--sl-color-text);outline-offset:2px}.hero-btn-primary:where(.astro-nlow4r3u){background:var(--aspire-color-primary);color:#fff}.hero-btn-primary:where(.astro-nlow4r3u):hover{background:var(--aspire-color-purple);transform:translateY(-1px)}.hero-btn-secondary:where(.astro-nlow4r3u){background:color-mix(in srgb,var(--aspire-color-primary) 12%,transparent);color:var(--sl-color-text);border:1px solid color-mix(in srgb,var(--aspire-color-primary) 30%,transparent)}.hero-btn-secondary:where(.astro-nlow4r3u):hover{background:color-mix(in srgb,var(--aspire-color-primary) 20%,transparent);border-color:color-mix(in srgb,var(--aspire-color-primary) 50%,transparent)}.hero-floating-icons:where(.astro-nlow4r3u){position:absolute;top:0;bottom:0;right:0;width:40%;pointer-events:none;overflow:hidden}.floating-icon:where(.astro-nlow4r3u){position:absolute;display:inline-flex;align-items:center;justify-content:center;color:var(--aspire-color-primary);opacity:.1;animation:float-icon 7s ease-in-out infinite;filter:blur(.5px)}.floating-icon:where(.astro-nlow4r3u) svg{width:1em;height:1em}@keyframes float-icon{0%,to{transform:translateY(0) rotate(0) scale(1);opacity:.1}25%{transform:translateY(-6px) rotate(3deg) scale(1.05);opacity:.15}50%{transform:translateY(-12px) rotate(-2deg) scale(1.1);opacity:.18}75%{transform:translateY(-5px) rotate(1deg) scale(1.02);opacity:.12}}@media(prefers-reduced-motion:reduce){.hero-btn:where(.astro-nlow4r3u){transition:none}.hero-btn-primary:where(.astro-nlow4r3u):hover{transform:none}.floating-icon:where(.astro-nlow4r3u){animation:none;opacity:.08}}@media(max-width:1024px){.hero-section:where(.astro-nlow4r3u){padding:2.25rem 1.75rem 2rem 2rem;margin-bottom:1.5rem}.hero-logo:where(.astro-nlow4r3u){width:2.75rem;height:2.75rem;margin-bottom:1rem}.hero-logo:where(.astro-nlow4r3u) img{width:1.75rem;height:1.75rem}.hero-title:where(.astro-nlow4r3u){font-size:clamp(1.35rem,2.6vw,1.75rem);margin-bottom:.75rem}.hero-subtitle:where(.astro-nlow4r3u){font-size:clamp(.95rem,1.6vw,1.05rem);margin-bottom:1.25rem}.hero-btn:where(.astro-nlow4r3u){padding:.55rem 1.15rem;font-size:.9rem}}@media(max-width:640px){.hero-section:where(.astro-nlow4r3u){padding:1.5rem 1rem 1.5rem 1.25rem;margin-bottom:1.25rem}.hero-content:where(.astro-nlow4r3u){padding-left:.25rem}.hero-logo:where(.astro-nlow4r3u){width:2.5rem;height:2.5rem;margin-left:.25rem;margin-bottom:.75rem;border-radius:.5rem}.hero-logo:where(.astro-nlow4r3u) img{width:1.5rem;height:1.5rem}.hero-title:where(.astro-nlow4r3u){font-size:clamp(1.2rem,4.5vw,1.5rem);margin-bottom:.6rem}.hero-subtitle:where(.astro-nlow4r3u){font-size:.95rem;margin-bottom:1rem}.hero-btn:where(.astro-nlow4r3u){padding:.5rem 1rem;font-size:.875rem}.hero-floating-icons:where(.astro-nlow4r3u){width:50%;right:-10%;opacity:.6}}.journey:where(.astro-z67qh7x2){position:relative;padding:1.5rem 0 .5rem}.journey-track:where(.astro-z67qh7x2){position:absolute;left:1.5rem;top:2.5rem;bottom:2rem;width:3px;background:linear-gradient(180deg,color-mix(in srgb,var(--aspire-color-primary) 60%,transparent),color-mix(in srgb,var(--aspire-color-secondary) 40%,transparent),color-mix(in srgb,var(--aspire-color-muted) 20%,transparent));border-radius:1px}.journey-steps:where(.astro-z67qh7x2){list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.journey-step:where(.astro-z67qh7x2){display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding:1rem 0;position:relative}.step-marker:where(.astro-z67qh7x2){display:flex;align-items:center;justify-content:center;padding-top:.75rem;position:relative;z-index:1}.step-icon-ring:where(.astro-z67qh7x2){width:3rem;height:3rem;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--aspire-color-primary) 22%,var(--sl-color-bg));border:2px solid color-mix(in srgb,var(--aspire-color-primary) 40%,var(--sl-color-bg));color:var(--aspire-color-primary);transition:all .25s ease}.journey-step:where(.astro-z67qh7x2):hover .step-icon-ring:where(.astro-z67qh7x2){background:color-mix(in srgb,var(--aspire-color-primary) 32%,var(--sl-color-bg));border-color:var(--aspire-color-primary);transform:scale(1.06)}.step-content:where(.astro-z67qh7x2){display:block;text-decoration:none;padding:.75rem 1.25rem;border-radius:.75rem;border:1px solid transparent;transition:all .25s ease;cursor:pointer}.step-content:where(.astro-z67qh7x2):focus-visible{outline:2px solid var(--sl-color-text);outline-offset:2px}.journey-step:where(.astro-z67qh7x2):hover .step-content:where(.astro-z67qh7x2){background:color-mix(in srgb,var(--aspire-color-primary) 6%,transparent);border-color:color-mix(in srgb,var(--aspire-color-primary) 18%,transparent)}.step-title:where(.astro-z67qh7x2){margin:0 0 .35rem;font-size:1.05rem;font-weight:600;color:var(--sl-color-text);line-height:1.3}.step-desc:where(.astro-z67qh7x2){margin:0 0 .65rem;font-size:.9rem;line-height:1.55;color:var(--sl-color-gray-3)}[data-theme=light] .step-desc:where(.astro-z67qh7x2){color:var(--sl-color-gray-2)}.step-link:where(.astro-z67qh7x2){display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--aspire-color-secondary);text-decoration:none;transition:gap .2s ease}[data-theme=light] .step-link:where(.astro-z67qh7x2){color:var(--aspire-color-primary)}.step-content:where(.astro-z67qh7x2):hover .step-link:where(.astro-z67qh7x2){gap:.6rem;text-decoration:underline}@media(max-width:640px){.journey-track:where(.astro-z67qh7x2){left:1.25rem}.journey-step:where(.astro-z67qh7x2){grid-template-columns:2.5rem 1fr;gap:.75rem}.step-icon-ring:where(.astro-z67qh7x2){width:2.75rem;height:2.75rem}}@media(prefers-reduced-motion:reduce){.step-icon-ring:where(.astro-z67qh7x2),.step-content:where(.astro-z67qh7x2),.step-link:where(.astro-z67qh7x2){transition:none}.journey-step:where(.astro-z67qh7x2):hover .step-icon-ring:where(.astro-z67qh7x2){transform:none}}.bento:where(.astro-b6zw2s2h){display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:1rem;margin:1.5rem 0}.bento-card:where(.astro-b6zw2s2h){position:relative;overflow:hidden;display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;border-radius:.75rem;text-decoration:none;border:1px solid color-mix(in srgb,var(--card-accent) 22%,transparent);background:color-mix(in srgb,var(--card-accent) 6%,transparent);transition:all .25s ease;cursor:pointer}.bento-card:where(.astro-b6zw2s2h):hover{border-color:color-mix(in srgb,var(--card-accent) 50%,transparent);background:color-mix(in srgb,var(--card-accent) 12%,transparent);transform:translateY(-2px)}.bento-card:where(.astro-b6zw2s2h):focus-visible{outline:2px solid var(--sl-color-text);outline-offset:2px}.card-icon:where(.astro-b6zw2s2h){width:3rem;height:3rem;border-radius:.625rem;display:grid;place-items:center;background:color-mix(in srgb,var(--card-accent) 24%,var(--sl-color-bg));color:var(--card-accent);transition:transform .25s ease}.bento-card:where(.astro-b6zw2s2h):hover .card-icon:where(.astro-b6zw2s2h){transform:scale(1.08)}.card-title:where(.astro-b6zw2s2h){margin:0;font-size:1.05rem;font-weight:700;color:var(--sl-color-text);line-height:1.3}.card-desc:where(.astro-b6zw2s2h){margin:0;font-size:.875rem;line-height:1.6;color:var(--sl-color-gray-3);flex:1}[data-theme=light] .card-desc:where(.astro-b6zw2s2h){color:var(--aspire-color-muted)}.card-link:where(.astro-b6zw2s2h){display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:color-mix(in srgb,var(--card-accent) 70%,#fff);margin-top:auto;transition:gap .2s ease}[data-theme=light] .card-link:where(.astro-b6zw2s2h){color:color-mix(in srgb,var(--card-accent) 65%,black)}.bento-card:where(.astro-b6zw2s2h):hover .card-link:where(.astro-b6zw2s2h){gap:.6rem}@media(prefers-reduced-motion:reduce){.bento-card:where(.astro-b6zw2s2h),.card-icon:where(.astro-b6zw2s2h),.card-link:where(.astro-b6zw2s2h){transition:none}.bento-card:where(.astro-b6zw2s2h):hover{transform:none}.bento-card:where(.astro-b6zw2s2h):hover .card-icon:where(.astro-b6zw2s2h){transform:none}}.cta-banner:where(.astro-kzge7gel){position:relative;overflow:hidden;border-radius:.75rem;padding:2.5rem 2rem;margin:2.5rem 0 1rem;text-align:center;background:linear-gradient(135deg,color-mix(in srgb,var(--sl-color-purple) 10%,transparent),color-mix(in srgb,var(--sl-color-accent) 5%,transparent),color-mix(in srgb,var(--sl-color-blue) 3%,transparent));border:1px solid color-mix(in srgb,var(--sl-color-accent) 12%,transparent)}.cta-bg:where(.astro-kzge7gel){position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--sl-color-accent) 5%,transparent),transparent 50%),radial-gradient(circle at 80% 50%,color-mix(in srgb,var(--sl-color-blue) 4%,transparent),transparent 50%);pointer-events:none}.cta-content:where(.astro-kzge7gel){position:relative;z-index:1;max-width:36rem;margin:0 auto}.cta-title:where(.astro-kzge7gel){font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin:0 0 .75rem;color:var(--sl-color-text);line-height:1.2}.cta-desc:where(.astro-kzge7gel){font-size:.95rem;line-height:1.6;color:var(--sl-color-gray-3);margin:0 0 1.5rem}[data-theme=light] .cta-desc:where(.astro-kzge7gel){color:var(--sl-color-gray-2)}.cta-actions:where(.astro-kzge7gel){display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cta-btn:where(.astro-kzge7gel){display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;border-radius:.5rem;font-family:var(--sl-font-system);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease;white-space:nowrap;cursor:pointer}.cta-btn:where(.astro-kzge7gel):focus-visible{outline:2px solid var(--sl-color-text);outline-offset:2px}.cta-btn-primary:where(.astro-kzge7gel){background:var(--sl-color-accent);color:#fff}.cta-btn-primary:where(.astro-kzge7gel):hover{background:var(--sl-color-purple);transform:translateY(-1px)}.cta-btn-ghost:where(.astro-kzge7gel){color:var(--sl-color-text);border:1px solid color-mix(in srgb,var(--sl-color-text) 25%,transparent);background:color-mix(in srgb,var(--sl-color-text) 5%,transparent)}.cta-btn-ghost:where(.astro-kzge7gel):hover{background:color-mix(in srgb,var(--sl-color-text) 12%,transparent);border-color:color-mix(in srgb,var(--sl-color-text) 40%,transparent)}@media(max-width:640px){.cta-banner:where(.astro-kzge7gel){padding:2rem 1.25rem}}@media(prefers-reduced-motion:reduce){.cta-btn:where(.astro-kzge7gel){transition:none}.cta-btn-primary:where(.astro-kzge7gel):hover{transform:none}}
