.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-docs{color:var(--foreground)}.lahf-docs__inner{max-width:56rem;margin:0 auto;padding:4rem 1.25rem}.lahf-docs__empty{text-align:center;color:var(--muted-foreground);padding:3rem 0}.lahf-docs__list{display:flex;flex-direction:column;gap:1rem}.lahf-docs__card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow-soft);transition:box-shadow .2s ease,transform .2s ease}.lahf-docs__card:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.lahf-docs__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:0.75rem;background:var(--primary-soft);color:var(--primary)!important}.lahf-docs__icon svg{width:1.5rem;height:1.5rem}.lahf-docs__body{flex:1;min-width:0}.lahf-docs__title{margin:0 0 0.25rem!important;font-size:1rem!important;font-weight:600!important;color:var(--foreground)!important;line-height:1.4}.lahf-docs__desc{margin:0;font-size:0.875rem;color:var(--muted-foreground)!important;line-height:1.5}.lahf-docs__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1.125rem;font-size:0.875rem;font-weight:500;line-height:1;white-space:nowrap;border-radius:9999px;border:1px solid var(--border);background:transparent;color:var(--foreground)!important;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.lahf-docs__btn:hover{background:var(--primary-soft)!important;border-color:var(--primary)!important;color:var(--primary)!important}.lahf-docs__btn svg{width:1rem;height:1rem}.lahf-docs__btn--disabled{opacity:0.55;cursor:not-allowed;pointer-events:none}@media (max-width:480px){.lahf-docs__card{flex-wrap:wrap}.lahf-docs__btn{margin-top:0.5rem;margin-left:calc(3rem + 1rem)}}