.homePage_page__dHY4a{padding-top:4rem;background:var(--app-bg);color:var(--app-text)}.homePage_header__b0SyJ{position:fixed;top:0;z-index:50;width:100%;border-bottom:1px solid var(--app-surface-border);background:var(--app-glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--app-shadow-sm)}.homePage_headerInner__mb95m{display:flex;align-items:center;justify-content:space-between;height:4rem;max-width:1440px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.homePage_headerInner__mb95m{padding:0 3rem}}.homePage_logo__8NALx{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,var(--app-gradient-start),var(--app-gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.homePage_nav__xzV93{display:none;gap:2rem}@media (min-width:768px){.homePage_nav__xzV93{display:flex}}.homePage_navLink__Ni7yW{padding:0 .5rem;font-size:.875rem;font-weight:600;color:var(--app-text-muted);transition:color var(--app-duration-fast) var(--app-ease)}.homePage_navLink__Ni7yW:hover{color:var(--app-text)}.homePage_headerActions__zsrvz{display:flex;align-items:center;gap:1rem}.homePage_loginLink__aAR64{display:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--app-text);border-radius:var(--app-radius-lg);transition:background-color var(--app-duration-fast) var(--app-ease)}.homePage_loginLink__aAR64:hover{background:var(--app-surface-soft)}@media (min-width:768px){.homePage_loginLink__aAR64{display:block}}.homePage_ctaBtn__3DcfF{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:var(--app-radius-lg);background:linear-gradient(135deg,var(--app-gradient-start),var(--app-gradient-end));font-size:.875rem;font-weight:600;color:#fff;box-shadow:var(--app-shadow-sm);transition:box-shadow var(--app-duration-fast) var(--app-ease),transform var(--app-duration-fast) var(--app-ease)}.homePage_ctaBtn__3DcfF:hover{box-shadow:var(--app-shadow-glow);transform:translateY(-1px)}.homePage_hero__OBLoV{position:relative;overflow:hidden;background:var(--app-surface)}.homePage_heroBg__6lrs9{position:absolute;inset:0;z-index:0}.homePage_heroImg__DPGQR{width:100%;height:100%;object-fit:cover;opacity:.15}.homePage_heroGradient__kCTPC{position:absolute;inset:0;background:linear-gradient(90deg,var(--app-surface) 0,color-mix(in srgb,var(--app-surface) 90%,transparent) 50%,transparent 100%)}.homePage_heroContent__JB4uK{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:1440px;margin:0 auto;padding:6rem 1.5rem;text-align:center}@media (min-width:768px){.homePage_heroContent__JB4uK{padding:8rem 3rem}}@media (min-width:1024px){.homePage_heroContent__JB4uK{padding:12rem 3rem}}.homePage_heroInner__qnzEl{width:100%;max-width:42rem}.homePage_heroTitle__vMBZb{margin:0 0 1.5rem;font-size:2.25rem;font-weight:700;line-height:1.15;text-wrap:balance}@media (min-width:768px){.homePage_heroTitle__vMBZb{font-size:3rem}}.homePage_accent__Qb8fZ{background:linear-gradient(135deg,var(--app-gradient-start),var(--app-gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.homePage_heroSubtitle__xSYS6{margin:0 0 2.5rem;font-size:1.125rem;line-height:1.75;color:var(--app-text-muted)}.homePage_heroCta__16QTE{display:inline-block;padding:1rem 2rem;border-radius:var(--app-radius-lg);background:linear-gradient(135deg,var(--app-gradient-start),var(--app-gradient-end));font-size:.875rem;font-weight:600;color:#fff;box-shadow:var(--app-shadow-md);transition:box-shadow var(--app-duration-normal) var(--app-ease),transform var(--app-duration-fast) var(--app-ease)}.homePage_heroCta__16QTE:hover{box-shadow:var(--app-shadow-glow);transform:translateY(-2px)}.homePage_pricing__U_Jjj{padding:6rem 1.5rem;background:var(--app-surface-soft)}@media (min-width:768px){.homePage_pricing__U_Jjj{padding:6rem 3rem}}.homePage_pricingInner__vQgZu{max-width:1440px;margin:0 auto}.homePage_sectionHeader__n9BNI{margin-bottom:4rem;text-align:center}.homePage_sectionTitle__quQq2{margin:0 0 1rem;font-size:1.875rem;font-weight:600;line-height:1.2}.homePage_sectionDesc__Y9JOl{max-width:42rem;margin:0 auto;color:var(--app-text-muted)}.homePage_plansGrid__zW6Gp{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:64rem;margin:0 auto}@media (min-width:768px){.homePage_plansGrid__zW6Gp{grid-template-columns:repeat(3,1fr)}}.homePage_planCard__f712J{position:relative;display:flex;flex-direction:column;padding:2rem;border:1px solid var(--app-surface-border);border-radius:var(--app-radius-xl);background:var(--app-surface);transition:transform var(--app-duration-normal) var(--app-ease),box-shadow var(--app-duration-normal) var(--app-ease)}.homePage_planCard__f712J:hover{transform:translateY(-4px);box-shadow:var(--app-shadow-md)}.homePage_planHighlighted__BhiYM{border:none;color:#fff;box-shadow:var(--app-shadow-lg)}.homePage_planHighlighted__BhiYM:before{content:"";inset:0;border-radius:inherit;padding:2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.homePage_planHighlighted__BhiYM:before,.homePage_ribbon__z9RQf{position:absolute;background:linear-gradient(135deg,var(--app-gradient-start),var(--app-gradient-end))}.homePage_ribbon__z9RQf{top:0;left:50%;transform:translate(-50%,-50%);padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#fff;white-space:nowrap}.homePage_planName__28l4W{margin:0;font-size:1.25rem;font-weight:600}.homePage_planDesc__Up7wE{margin:0 0 1.5rem;height:2.5rem;font-size:.875rem;opacity:.85}.homePage_planPrice__xf7vW{margin-bottom:2rem}.homePage_priceValue__Wk3zd{font-size:2.25rem;font-weight:700}.homePage_priceCycle__3av3_{margin-left:.25rem;font-size:.875rem;opacity:.7}.homePage_includesFrom__pQm8d{margin:0 0 1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.homePage_featureList__Eqscp{flex:1 1;margin:0;padding:0;list-style:none}.homePage_featureItem__Wpa7N{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem}.homePage_check__eP9b9{color:var(--app-primary);font-weight:700}.homePage_referral__7QWW1{max-width:42rem;margin:4rem auto 0;padding:2rem;border:1px solid var(--app-surface-border);border-radius:var(--app-radius-xl);background:var(--app-surface);box-shadow:var(--app-shadow-sm)}.homePage_referralTitle__sbwot{margin:0;font-size:1.25rem;font-weight:600;text-align:center}.homePage_referralDesc__dsnpY{margin:.5rem 0 0;font-size:.875rem;text-align:center;color:var(--app-text-muted)}.homePage_referralTable__vPUVq{width:100%;margin-top:1.5rem;font-size:.875rem;text-align:left;border-collapse:collapse}.homePage_referralTable__vPUVq th{padding-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--app-text-muted);border-bottom:1px solid var(--app-surface-border)}.homePage_referralTable__vPUVq td{padding:.75rem 0;border-bottom:1px solid color-mix(in srgb,var(--app-surface-border) 50%,transparent)}.homePage_ctaSection__ViC2r{padding:6rem 1.5rem;text-align:center;background:#202126}@media (min-width:768px){.homePage_ctaSection__ViC2r{padding:6rem 3rem}}.homePage_ctaInner__NKEtB{max-width:48rem;margin:0 auto}.homePage_ctaTitle__alNBs{margin:0 0 1.5rem;font-size:2.25rem;font-weight:700;color:#fff}.homePage_ctaDesc__tCWuG{max-width:36rem;margin:0 auto 2.5rem;font-size:1.125rem}.homePage_footer__6tg6R{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;padding:3rem 1.5rem;border-top:1px solid var(--app-surface-border);background:var(--app-bg)}@media (min-width:768px){.homePage_footer__6tg6R{flex-direction:row;padding:3rem}}.homePage_footerBrand__n5NEr{text-align:center}@media (min-width:768px){.homePage_footerBrand__n5NEr{text-align:left}}.homePage_footerLogo__L8BQp{margin-bottom:.5rem;font-size:1.125rem;font-weight:800}.homePage_footerCopy__bxfCp{max-width:20rem;margin:0;font-size:.875rem;color:var(--app-text-muted)}.homePage_footerNav__j6bEC{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}@media (min-width:768px){.homePage_footerNav__j6bEC{justify-content:flex-end}}.homePage_footerLink__bL7fI{font-size:.875rem;color:var(--app-text-muted);transition:color var(--app-duration-fast) var(--app-ease)}.homePage_footerLink__bL7fI:hover{color:var(--app-primary)}.homePage_page__dHY4a{background:#f4f3f0}.homePage_header__b0SyJ{border-bottom-color:rgba(24,25,28,.12);background:rgba(244,243,240,.92);color:#202126}.homePage_navLink__Ni7yW{color:#64666d}.homePage_loginLink__aAR64,.homePage_navLink__Ni7yW:hover{color:#202126}.homePage_loginLink__aAR64:hover{background:rgba(24,25,28,.06)}.homePage_footerLogo__L8BQp,.homePage_logo__8NALx{color:#202126;background:none;-webkit-text-fill-color:currentColor;letter-spacing:.08em}.homePage_hero__OBLoV{min-height:calc(100vh - 4rem);background:#191a1f;color:#fff}.homePage_heroImg__DPGQR{opacity:.48;object-position:35% center;filter:grayscale(.1) contrast(1.04) brightness(1.1)}.homePage_heroGradient__kCTPC{background:linear-gradient(90deg,rgba(19,20,23,.72),rgba(19,20,23,.55) 42%,rgba(19,20,23,.3)),linear-gradient(0deg,rgba(19,20,23,.55),transparent 55%)}.homePage_heroContent__JB4uK{min-height:calc(100vh - 4rem);align-items:flex-start;justify-content:center;text-align:left}.homePage_heroInner__qnzEl{max-width:52rem}.homePage_ctaEyebrow__5O1UY,.homePage_eyebrow__4RdMd,.homePage_sectionEyebrow__YVHAN{margin:0 0 1rem;color:#e85d04;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.homePage_heroTitle__vMBZb{max-width:50rem;font-size:clamp(2.7rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.homePage_accent__Qb8fZ{color:#ff7a22;background:none;-webkit-text-fill-color:currentColor}.homePage_heroSubtitle__xSYS6{max-width:42rem;color:#c6c7ca}.homePage_ctaActions__QuWAK,.homePage_heroActions__eC9RX{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.homePage_ctaContact__rR6QR,.homePage_heroSecondary__cOvfa{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:var(--app-radius-lg);color:#fff;font-size:.875rem;font-weight:700;transition:border-color var(--app-duration-fast) var(--app-ease),background-color var(--app-duration-fast) var(--app-ease)}.homePage_ctaContact__rR6QR:hover,.homePage_heroSecondary__cOvfa:hover{border-color:#ff7a22;background:rgba(255,122,34,.1)}.homePage_heroProof__z1YL_{display:flex;flex-wrap:wrap;gap:.75rem 1.75rem;margin-top:2rem;color:#a9aaae;font-size:.75rem;font-weight:600}.homePage_heroProof__z1YL_ span:before{content:"✓";margin-right:.5rem;color:#ff7a22}.homePage_benefits__jQ7d1,.homePage_ctaSection__ViC2r,.homePage_pricing__U_Jjj,.homePage_process__v6cFV{scroll-margin-top:4rem}.homePage_benefits__jQ7d1,.homePage_process__v6cFV{padding:6rem 1.5rem}.homePage_benefits__jQ7d1{background:#f4f3f0}.homePage_process__v6cFV{background:#202126;color:#fff}.homePage_sectionInner__ZTX2Q{max-width:1200px;margin:0 auto}.homePage_splitHeader__tSXE0{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.homePage_splitHeader__tSXE0 .homePage_sectionTitle__quQq2{max-width:42rem;margin-bottom:0}.homePage_splitDescription__2WL_0{max-width:34rem;margin:0;color:#64666d;line-height:1.7}.homePage_benefitsGrid__Px2b_,.homePage_processGrid__L905h{display:grid;grid-gap:1rem;gap:1rem}.homePage_benefitCard__CnPeg,.homePage_processCard__UI4Wv{height:100%;padding:2rem}.homePage_benefitCard__CnPeg{border:1px solid rgba(24,25,28,.12);border-radius:var(--app-radius-xl);background:#fff;box-shadow:0 18px 48px rgba(24,25,28,.06)}.homePage_benefitNumber__IN12C,.homePage_processStep__6ii9g{display:block;margin-bottom:2.5rem;color:#e85d04;font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.homePage_benefitCard__CnPeg h3,.homePage_processCard__UI4Wv h3{margin:0 0 .75rem;font-size:1.25rem}.homePage_benefitCard__CnPeg p,.homePage_processCard__UI4Wv p{margin:0;color:#686a70;font-size:.9rem;line-height:1.7}.homePage_processCard__UI4Wv p,.homePage_process__v6cFV .homePage_sectionDesc__Y9JOl{color:#aeb0b5}.homePage_processCard__UI4Wv{position:relative;border-top:2px solid #e85d04;background:#28292e}.homePage_pricing__U_Jjj{background:#ebe9e4}.homePage_plansGrid__zW6Gp{align-items:stretch;max-width:72rem}.homePage_planReveal__JXYVe{height:100%}.homePage_planCard__f712J{height:100%;border-radius:.75rem;box-shadow:0 16px 45px rgba(24,25,28,.07)}.homePage_planHighlighted__BhiYM{border:1px solid #e85d04;background:#202126}.homePage_planHighlighted__BhiYM .homePage_check__eP9b9{color:#ff7a22}.homePage_planDesc__Up7wE{min-height:3rem;height:auto}.homePage_planCtaHighlighted__mZ1XU,.homePage_planCta__zHG4T{display:flex;justify-content:center;margin-top:1.5rem;padding:.75rem 1rem;border-radius:var(--app-radius-lg);font-size:.875rem;font-weight:700}.homePage_planCta__zHG4T{border:1px solid #292a2f;color:#292a2f}.homePage_planCtaHighlighted__mZ1XU{background:#e85d04;color:#fff}.homePage_planCtaHighlighted__mZ1XU:hover,.homePage_planCta__zHG4T:hover{transform:translateY(-1px)}.homePage_referral__7QWW1{border-left:4px solid #e85d04;border-radius:.5rem}.homePage_ctaSection__ViC2r{background:linear-gradient(125deg,rgba(232,93,4,.17),transparent 45%),#202126}.homePage_ctaEyebrow__5O1UY{color:#ff8a35}.homePage_ctaDesc__tCWuG{color:#b8b9bd}.homePage_ctaActions__QuWAK{justify-content:center}.homePage_footer__6tg6R{display:block;padding:4rem 1.5rem 2rem;border-top:4px solid #e85d04;background:#15161a;color:#fff}.homePage_footerTop__v6Kbo{display:grid;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto 3rem}.homePage_footerBrand__n5NEr{text-align:left}.homePage_footerLogo__L8BQp{display:inline-block;margin-bottom:1rem;color:#fff}.homePage_footerCopy__bxfCp{max-width:28rem;color:#92949a;line-height:1.7}.homePage_footerColumns__OA3is{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem}.homePage_footerColumn__XxrMF{display:flex;flex-direction:column;gap:.75rem}.homePage_footerColumn__XxrMF p{margin:0 0 .25rem;color:#ff7a22;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.homePage_footerColumn__XxrMF a{color:#b9bbc0;font-size:.875rem}.homePage_footerColumn__XxrMF a:hover{color:#fff}.homePage_footerBottom__kiZbi{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:#74767c;font-size:.75rem}@media (min-width:768px){.homePage_benefits__jQ7d1,.homePage_process__v6cFV{padding:7rem 3rem}.homePage_splitHeader__tSXE0{grid-template-columns:1.3fr .7fr;align-items:end}.homePage_benefitsGrid__Px2b_,.homePage_processGrid__L905h{grid-template-columns:repeat(3,minmax(0,1fr))}.homePage_footer__6tg6R{padding:5rem 3rem 2rem}.homePage_footerTop__v6Kbo{grid-template-columns:1.25fr .75fr}}@media (max-width:767px){.homePage_headerActions__zsrvz{gap:.5rem}.homePage_ctaBtn__3DcfF{padding-inline:.75rem}.homePage_heroTitle__vMBZb{font-size:clamp(2.6rem,13vw,4rem)}.homePage_heroContent__JB4uK{min-height:46rem}}.Reveal_reveal__60qD7{opacity:0;transform:translateY(16px);transition:opacity var(--app-duration-slow) var(--app-ease-out),transform var(--app-duration-slow) var(--app-ease-out)}.Reveal_visible__qZ4VB{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Reveal_reveal__60qD7{opacity:1;transform:none;transition:none}}