._pageContainer_1lh6o_1{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background);color:var(--foreground)}._navbar_1lh6o_9{position:sticky;top:0;z-index:var(--z-overlay);background-color:color-mix(in srgb,var(--background) 90%,transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}._navContent_1lh6o_18{max-width:1200px;margin:0 auto;padding:var(--spacing-4) var(--spacing-6);display:flex;align-items:center;justify-content:space-between}._logoContainer_1lh6o_27{display:flex;align-items:center;gap:var(--spacing-2)}._navLogo_1lh6o_33{height:24px;width:auto}._logoText_1lh6o_38{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:500;color:var(--foreground)}._navActions_1lh6o_45{display:flex;align-items:center;gap:var(--spacing-4)}._navLinks_1lh6o_51{display:none;align-items:center;gap:var(--spacing-4);margin-right:var(--spacing-4)}@media(min-width:768px){._navLinks_1lh6o_51{display:flex}}._navLink_1lh6o_51{color:var(--muted-foreground);text-decoration:none;font-size:.875rem;font-weight:500;transition:color var(--animation-duration-fast) ease}._navLink_1lh6o_51:hover{color:var(--foreground)}._main_1lh6o_76{flex:1}._hero_1lh6o_80{background-color:#161514;background-image:linear-gradient(#16151499,#161514cc),url(https://assets.floot.app/904ec5ed-585f-4731-9b46-5e0c33a7666a/5ed0232f-9742-4cfd-8102-36953c3f30df.jpg);background-size:cover;background-position:center;color:#f9f8f6;padding:8rem var(--spacing-6);display:flex;justify-content:center;align-items:center;text-align:center;--primary: #7BA7CC;--primary-foreground: #161514;--secondary: #333130;--secondary-foreground: #EBE8E4;--background: #161514}._heroContent_1lh6o_101{max-width:800px;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-6)}._heroLogo_1lh6o_109{height:80px;width:auto}._heroHeadline_1lh6o_114{font-family:var(--font-family-heading);font-size:3rem;line-height:1.1;font-weight:400;color:#f9f8f6;margin:0;letter-spacing:-.02em}._heroSubtitle_1lh6o_124{font-family:var(--font-family-base);font-size:1.125rem;line-height:1.75;color:#c8c4bf;margin:0;max-width:600px}._heroActions_1lh6o_133{display:flex;align-items:center;gap:var(--spacing-4);margin-top:var(--spacing-4);flex-wrap:wrap;justify-content:center}._primaryAction_1lh6o_142{min-width:160px;--primary: #7BA7CC;--primary-foreground: #0a1a2a}._secondaryAction_1lh6o_148{min-width:160px}._featuresSection_1lh6o_152{background-color:var(--surface);padding:8rem var(--spacing-6);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}._featuresContainer_1lh6o_159{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-12)}._featuresHeader_1lh6o_167{text-align:center;max-width:600px;margin:0 auto}._sectionTitle_1lh6o_173{font-family:var(--font-family-heading);font-size:1.5rem;font-weight:500;color:var(--primary);margin:0 0 var(--spacing-4) 0}._sectionSubtitle_1lh6o_181{font-family:var(--font-family-base);font-size:1rem;color:var(--muted-foreground);margin:0}._featuresGrid_1lh6o_188{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-8)}._featureCard_1lh6o_194{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-8);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:var(--spacing-4);opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}._featureCard_1lh6o_194[data-revealed=true]{opacity:1;transform:translateY(0)}._iconWrapper_1lh6o_215{width:48px;height:48px;border-radius:var(--radius-sm);background-color:var(--muted);display:flex;align-items:center;justify-content:center;color:var(--primary)}._icon_1lh6o_215{width:24px;height:24px}._featureTitle_1lh6o_231{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:500;color:var(--card-foreground);margin:0}._featureDescription_1lh6o_239{font-family:var(--font-family-base);font-size:.875rem;line-height:1.5;color:var(--muted-foreground);margin:0}._footer_1lh6o_247{background-color:var(--background);padding:var(--spacing-12) var(--spacing-6)}._footerContent_1lh6o_252{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-6);text-align:center}._footerLogoContainer_1lh6o_262{display:flex;align-items:center;gap:var(--spacing-2);opacity:.8;filter:grayscale(100%)}._footerLogo_1lh6o_262{height:20px;width:auto}._footerLogoText_1lh6o_275{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:500;color:var(--foreground)}._footerLinks_1lh6o_282{display:flex;gap:var(--spacing-6);margin:var(--spacing-4) 0}._footerLink_1lh6o_282{color:var(--muted-foreground);text-decoration:none;font-size:.875rem;font-weight:500;transition:color var(--animation-duration-fast) ease}._footerLink_1lh6o_282:hover{color:var(--foreground)}._copyright_1lh6o_300{font-family:var(--font-family-base);font-size:.875rem;color:var(--muted-foreground);margin:0}@media(max-width:640px){._featuresGrid_1lh6o_188{grid-template-columns:1fr}}@media(max-width:768px){._heroLogo_1lh6o_109{height:60px}._heroHeadline_1lh6o_114{font-size:2.25rem}._hero_1lh6o_80,._featuresSection_1lh6o_152{padding:6rem var(--spacing-4)}._heroActions_1lh6o_133{flex-direction:column;width:100%}._primaryAction_1lh6o_142,._secondaryAction_1lh6o_148{width:100%}}
