.hero[data-astro-cid-osohqyet]{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-text-on-dark);text-align:center;padding:var(--space-16) 0}.hero--withForm[data-astro-cid-osohqyet]{text-align:left}.hero__bg[data-astro-cid-osohqyet],.hero__video[data-astro-cid-osohqyet]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__bg--video-fallback[data-astro-cid-osohqyet]{display:none}@media(prefers-reduced-motion:reduce){.hero--withVideo[data-astro-cid-osohqyet] .hero__video[data-astro-cid-osohqyet]{display:none}.hero--withVideo[data-astro-cid-osohqyet] .hero__bg--video-fallback[data-astro-cid-osohqyet]{display:block}}.hero__overlay[data-astro-cid-osohqyet]{position:absolute;inset:0;background:#06402b8c;z-index:1}.hero__content[data-astro-cid-osohqyet]{position:relative;z-index:2;max-width:960px}.hero--withForm[data-astro-cid-osohqyet] .hero__content[data-astro-cid-osohqyet]{max-width:1200px;display:grid;grid-template-columns:6fr 5fr;gap:var(--space-10);align-items:center;text-align:left}.hero__eyebrow[data-astro-cid-osohqyet]{font-family:var(--font-heading);font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent-bright);margin-bottom:var(--space-3)}.hero[data-astro-cid-osohqyet] h1[data-astro-cid-osohqyet]{color:var(--color-text-on-dark);font-size:var(--fs-hero);margin-bottom:var(--space-6)}.hero__subhead[data-astro-cid-osohqyet]{font-family:var(--font-heading);font-size:clamp(1.125rem,2.2vw,1.5rem);line-height:var(--lh-relaxed);color:#ffffffeb;margin-bottom:var(--space-8)}.hero__ctas[data-astro-cid-osohqyet]{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center}.hero--withForm[data-astro-cid-osohqyet] .hero__ctas[data-astro-cid-osohqyet]{justify-content:flex-start}.btn[data-astro-cid-osohqyet]{display:inline-block;padding:var(--space-3) var(--space-6);font-family:var(--font-heading);font-size:var(--fs-sm);font-weight:var(--fw-bold);letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:10px 10px 0 0;transition:background var(--duration-fast),color var(--duration-fast),transform var(--duration-fast)}.btn--primary[data-astro-cid-osohqyet]{background:var(--color-accent-bright);color:#fff}.btn--primary[data-astro-cid-osohqyet]:hover{background:var(--color-accent);transform:translateY(-1px);color:#fff}.btn--secondary[data-astro-cid-osohqyet]{background:transparent;color:var(--color-text-on-dark);border:2px solid rgba(255,255,255,.7)}.btn--secondary[data-astro-cid-osohqyet]:hover{background:#ffffff26;border-color:#fff;color:#fff}.btn--ghost[data-astro-cid-osohqyet]{background:#ffffff1f;color:var(--color-text-on-dark);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(4px)}.btn--ghost[data-astro-cid-osohqyet]:hover{background:#fff3;color:#fff}.hero__form-card[data-astro-cid-osohqyet]{background:#fff;border-radius:18px 18px 0 0;padding:clamp(1.5rem,3vw,2.25rem);box-shadow:0 16px 48px #00000038;color:var(--color-text);position:relative}.hero__form[data-astro-cid-osohqyet]{display:flex;flex-direction:column;gap:var(--space-3)}.hero__form-hp[data-astro-cid-osohqyet]{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.hero__form-field[data-astro-cid-osohqyet]{display:flex;flex-direction:column;gap:.35rem}.hero__form-field[data-astro-cid-osohqyet] label[data-astro-cid-osohqyet]{font-family:var(--font-heading);font-size:var(--fs-sm);font-weight:600;color:var(--color-text-brand)}.hero__form-req[data-astro-cid-osohqyet]{color:var(--color-accent-bright);margin-left:2px}.hero__form-field[data-astro-cid-osohqyet] input[data-astro-cid-osohqyet],.hero__form-field[data-astro-cid-osohqyet] textarea[data-astro-cid-osohqyet]{width:100%;padding:.75rem .9rem;font-family:var(--font-body);font-size:var(--fs-base);color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;transition:border-color var(--duration-fast),box-shadow var(--duration-fast)}.hero__form-field[data-astro-cid-osohqyet] input[data-astro-cid-osohqyet]:focus,.hero__form-field[data-astro-cid-osohqyet] textarea[data-astro-cid-osohqyet]:focus{outline:none;border-color:var(--color-accent-bright);box-shadow:0 0 0 3px #59a4492e}.hero__form-field[data-astro-cid-osohqyet] textarea[data-astro-cid-osohqyet]{resize:vertical;min-height:90px}.hero__form-submit[data-astro-cid-osohqyet]{margin-top:var(--space-2);border:0;cursor:pointer;width:100%;padding:.9rem 1.25rem}.hero__form-submit[data-astro-cid-osohqyet]:disabled{opacity:.7;cursor:wait;transform:none}.hero__form-submit-spinner[data-astro-cid-osohqyet]{display:none;width:1em;height:1em;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:hero-form-spin .7s linear infinite;margin-left:var(--space-2);vertical-align:-2px}.hero__form-submit[data-astro-cid-osohqyet][aria-busy=true] .hero__form-submit-spinner[data-astro-cid-osohqyet]{display:inline-block}@keyframes hero-form-spin{to{transform:rotate(360deg)}}.hero__form-privacy[data-astro-cid-osohqyet]{font-size:var(--fs-xs);color:var(--color-text-secondary);margin:0;text-align:center}.hero__form-success[data-astro-cid-osohqyet]{text-align:center;padding:var(--space-4) 0}.hero__form-success-mark[data-astro-cid-osohqyet]{font-size:2.5rem;margin-bottom:var(--space-2)}.hero__form-success[data-astro-cid-osohqyet] p[data-astro-cid-osohqyet]{color:var(--color-text-brand);font-family:var(--font-heading);margin:0}.hero__form-error[data-astro-cid-osohqyet]{margin-top:var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--color-border-strong);border-radius:10px;background:#fff3f3;font-size:var(--fs-sm);color:var(--color-text)}.hero[data-astro-cid-osohqyet][data-state=submitted] .hero__form[data-astro-cid-osohqyet]{display:none}.hero[data-astro-cid-osohqyet][data-state=submitted] .hero__form-success[data-astro-cid-osohqyet],.hero[data-astro-cid-osohqyet][data-state=error] .hero__form-error[data-astro-cid-osohqyet]{display:block}@media(max-width:900px){.hero--withForm[data-astro-cid-osohqyet] .hero__content[data-astro-cid-osohqyet]{grid-template-columns:1fr;gap:var(--space-6)}}
