.lahf-page-hero{position:relative;overflow:hidden;background-image:var(--gradient-hero);color:var(--primary-foreground)}.lahf-page-hero__blob-tr{position:absolute;top:-6rem;right:-6rem;width:24rem;height:24rem;border-radius:9999px;background:oklch(from var(--secondary) l c h / 0.3);filter:blur(4rem);pointer-events:none}.lahf-page-hero__blob-bl{position:absolute;bottom:-8rem;left:-5rem;width:20rem;height:20rem;border-radius:9999px;background:rgba(255,255,255,.1);filter:blur(4rem);pointer-events:none}.lahf-page-hero__inner{position:relative;max-width:48rem;margin:0 auto;padding:4rem 1.25rem;text-align:center}@media (min-width:1024px){.lahf-page-hero__inner{padding:7rem 2rem}}.lahf-page-hero__eyebrow{display:inline-block;border-radius:999px;background:rgba(255,255,255,.15);padding:.375rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(6px)}.lahf-page-hero__title{margin-top:1.25rem;font-size:clamp(2rem,4vw,3rem)!important;font-weight:700;line-height:1.1!important;font-family:var(--lahf-font-head);letter-spacing:-0.02em}.lahf-page-hero__desc{margin:1.25rem auto 0;max-width:32rem;font-size:1.125rem;color:rgba(255,255,255,.85)}.lahf-feature-cards{padding:4rem 1.25rem}.lahf-feature-cards__inner{max-width:80rem;margin:0 auto}.lahf-feature-cards__header{max-width:40rem;margin-bottom:3rem}.lahf-feature-cards__eyebrow{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.lahf-feature-cards__title{margin-top:.75rem;font-size:clamp(1.75rem,3vw,2.25rem)!important;font-weight:700;font-family:var(--lahf-font-head);color:var(--foreground)}.lahf-feature-cards__intro{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground)}.lahf-feature-cards__grid{display:grid;gap:1.5rem}.lahf-feature-cards--cols-2{grid-template-columns:1fr}.lahf-feature-cards--cols-3{grid-template-columns:1fr}@media (min-width:768px){.lahf-feature-cards--cols-2{grid-template-columns:repeat(2,1fr)}.lahf-feature-cards--cols-3{grid-template-columns:repeat(3,1fr)}}.lahf-feature-cards__card{border:1px solid var(--border);background:var(--card);border-radius:1.5rem;padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.lahf-feature-cards__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.lahf-feature-cards__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1.5rem;background:var(--primary-soft);color:var(--primary);transition:background .2s ease,color .2s ease}.lahf-feature-cards__icon svg{width:1.5rem;height:1.5rem}.lahf-feature-cards__card:hover .lahf-feature-cards__icon{background:var(--primary);color:var(--primary-foreground)}.lahf-feature-cards--icon-secondary .lahf-feature-cards__icon{background:oklch(from var(--secondary) l c h / 0.4);color:var(--foreground)}.lahf-feature-cards--icon-secondary .lahf-feature-cards__card:hover .lahf-feature-cards__icon{background:var(--secondary);color:var(--secondary-foreground)}.lahf-feature-cards__card-title{margin-top:1.25rem;font-size:1.125rem!important;font-weight:600;color:var(--foreground)}.lahf-feature-cards__desc{margin-top:.5rem;font-size:.9375rem;color:var(--muted-foreground)}