.scroll-hero:where(.astro-htn3cshh){position:relative;height:500vh}.scroll-hero-sticky:where(.astro-htn3cshh){position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.scroll-hero-bg:where(.astro-htn3cshh){position:absolute;inset:0;z-index:0}.scroll-hero-bg:where(.astro-htn3cshh) img:where(.astro-htn3cshh){width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.25)}.scroll-hero-overlay:where(.astro-htn3cshh){position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#17181c66,#17181c33 40%,#17181cf2);pointer-events:none}.scroll-hero-content:where(.astro-htn3cshh){position:relative;z-index:2;text-align:center;max-width:760px;padding:0 1.5rem}.scroll-hero-content:where(.astro-htn3cshh) h1:where(.astro-htn3cshh){font-size:clamp(2.8rem,7vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:#fafafa;text-shadow:0 2px 30px rgba(0,0,0,.5);margin-bottom:1rem}.scroll-hero-content:where(.astro-htn3cshh) h1:where(.astro-htn3cshh) .accent:where(.astro-htn3cshh){color:#d47520}:where(.astro-htn3cshh)[data-hero-title]{display:inline-block;will-change:opacity,transform}:where(.astro-htn3cshh)[data-hero-accent]{display:inline-block;will-change:opacity,transform}.scroll-hero-divider:where(.astro-htn3cshh){width:60px;height:3px;background:#d47520;border-radius:2px;margin:0 auto 1.5rem}.scroll-hero-default:where(.astro-htn3cshh){will-change:opacity}.scroll-hero-default:where(.astro-htn3cshh) p:where(.astro-htn3cshh){font-size:clamp(1.05rem,2.5vw,1.3rem);color:#a8acb2;line-height:1.7;max-width:600px;margin:0 auto 2.5rem;text-shadow:0 1px 10px rgba(0,0,0,.3)}.scroll-hero-actions:where(.astro-htn3cshh){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn:where(.astro-htn3cshh){display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary:where(.astro-htn3cshh){background:#d47520;color:#fafafa;box-shadow:0 4px 20px #d4752059}.btn-primary:where(.astro-htn3cshh):hover{background:#b86418;box-shadow:0 6px 28px #d4752080;transform:translateY(-2px)}.btn-outline:where(.astro-htn3cshh){background:transparent;color:#f4f5f7;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(4px)}.btn-outline:where(.astro-htn3cshh):hover{border-color:#fff6;color:#fafafa;background:#ffffff0f;transform:translateY(-2px)}.scroll-hero-callout:where(.astro-htn3cshh){position:absolute;left:50%;top:75%;transform:translate(-50%,-50%);text-align:center;opacity:0;pointer-events:none;will-change:opacity,transform;width:90%;max-width:640px}.scroll-hero-callout-scrim:where(.astro-htn3cshh){position:absolute;inset:-60px -80px;background:radial-gradient(ellipse,rgba(23,24,28,.6) 0%,transparent 70%);z-index:-1;pointer-events:none}.scroll-hero-callout-headline:where(.astro-htn3cshh){font-size:1.4rem;font-weight:700;color:#fafafa;margin-bottom:1rem}.scroll-hero-callout-desc:where(.astro-htn3cshh){font-size:1.05rem;font-weight:400;color:#a8acb2;max-width:580px;margin:0 auto;line-height:1.7}.scroll-hero-spacer:where(.astro-htn3cshh){height:100vh;pointer-events:none}@media(max-width:768px){.scroll-hero:where(.astro-htn3cshh){height:380vh}.scroll-hero-spacer:where(.astro-htn3cshh){height:80vh}.scroll-hero-callout-headline:where(.astro-htn3cshh){font-size:1.35rem}.scroll-hero-callout-desc:where(.astro-htn3cshh){font-size:.95rem;max-width:340px}}:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #17181c;--color-surface: #3A3F47;--color-border: rgba(255,255,255,.1);--color-text: #F4F5F7;--color-text-muted: #A8ACB2;--color-accent: #D47520;--color-accent-hover: #B86418;--color-white: #FAFAFA}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}.nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid transparent;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease}.nav:where(.astro-j7pv25f6).scrolled{background:#17181ce6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);box-shadow:0 1px 12px #0000004d}.nav-brand:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--color-white);font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.nav-brand:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){flex-shrink:0;border-radius:4px}.nav-links:where(.astro-j7pv25f6){display:flex;gap:1.25rem;align-items:center}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:#fff9;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--color-white)}.nav-links:where(.astro-j7pv25f6) .btn-sm:where(.astro-j7pv25f6){background:#ffffff14;color:var(--color-white);padding:.4rem 1.1rem;border-radius:20px;font-weight:600;font-size:.85rem;border:1px solid rgba(255,255,255,.12);transition:background .2s,border-color .2s}.nav-links:where(.astro-j7pv25f6) .btn-sm:where(.astro-j7pv25f6):hover{background:#ffffff24;border-color:#ffffff40;color:var(--color-white)}.features:where(.astro-j7pv25f6){padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header:where(.astro-j7pv25f6){text-align:center;margin-bottom:3.5rem}.section-header:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:var(--color-white);margin-bottom:.75rem}.section-header:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--color-text-muted);font-size:1.1rem;max-width:500px;margin:0 auto}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.feature-card:where(.astro-j7pv25f6){padding:2rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);transition:border-color .25s ease,transform .25s ease}.feature-card:where(.astro-j7pv25f6):hover{border-color:var(--color-accent);transform:translateY(-3px)}.feature-icon:where(.astro-j7pv25f6){font-size:1.75rem;margin-bottom:1rem}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.15rem;font-weight:600;color:var(--color-white);margin-bottom:.5rem}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.cta:where(.astro-j7pv25f6){padding:5rem 2rem;text-align:center;border-top:1px solid var(--color-border)}.cta:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;color:var(--color-white);margin-bottom:1rem}.cta:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--color-text-muted);font-size:1.1rem;max-width:500px;margin:0 auto 2rem}.cta-actions:where(.astro-j7pv25f6){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer:where(.astro-j7pv25f6){padding:2rem;text-align:center;color:var(--color-text-muted);font-size:.85rem;border-top:1px solid var(--color-border)}.footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--color-accent);text-decoration:none}.footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{text-decoration:underline}@media(max-width:768px){.nav:where(.astro-j7pv25f6){padding:.75rem 1rem}.nav-links:where(.astro-j7pv25f6){gap:1rem}.features:where(.astro-j7pv25f6){padding:4rem 1rem}.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}}@media(max-width:480px){.nav-links:where(.astro-j7pv25f6) .hide-mobile:where(.astro-j7pv25f6){display:none}}
