:root{--xs-breakpoint:375px;--sm-breakpoint:480px;--md-breakpoint:768px;--lg-breakpoint:1024px;--xl-breakpoint:1280px}.variables.svelte-1uha8ag{--page-padding-x:100px;--inner-container-max-width:1440px;--content-container-max-width:1240px;--hero-padding-y:100px;--hero-content-max-width:840px;--hero-title-size:56px;--hero-title-line-height:64px;--hero-description-size:18px;--hero-description-line-height:28px;--section-padding-y:96px;--problem-copy-max-width:760px;--problem-title-size:36px;--problem-title-line-height:44px;--problem-text-size:18px;--problem-text-line-height:28px;--pills-direction:row;--feature-heading-padding-top:80px;--feature-heading-padding-bottom:20px;--feature-heading-max-width:1006px;--feature-heading-size:36px;--feature-heading-line-height:44px;--feature-section-padding-y:60px;--feature-gap:80px;--feature-layout-direction:row;--feature-copy-width:560px;--feature-visual-width:600px;--feature-visual-height:400px;--community-padding-y:100px;--community-card-width:680px;--community-card-padding:48px 64px;--community-card-radius:20px;--final-cta-padding-y:100px}@media (max-width:1023px){.variables.svelte-1uha8ag{--page-padding-x:40px;--hero-padding-y:80px;--hero-title-size:48px;--hero-title-line-height:56px;--section-padding-y:80px;--problem-copy-max-width:720px;--feature-heading-padding-top:72px;--feature-heading-size:32px;--feature-heading-line-height:40px;--feature-section-padding-y:56px;--feature-gap:40px;--feature-layout-direction:column;--feature-copy-width:100%;--feature-visual-width:100%;--feature-visual-height:auto;--community-padding-y:80px;--community-card-padding:40px 32px;--final-cta-padding-y:80px}}@media (max-width:767px){.variables.svelte-1uha8ag{--page-padding-x:32px;--hero-padding-y:72px;--hero-title-size:46px;--hero-title-line-height:54px;--section-padding-y:72px;--problem-copy-max-width:720px;--feature-heading-padding-top:64px;--feature-heading-size:32px;--feature-heading-line-height:40px;--feature-section-padding-y:48px;--feature-gap:40px;--feature-layout-direction:column;--feature-copy-width:100%;--feature-visual-width:100%;--feature-visual-height:auto;--community-padding-y:72px;--community-card-padding:40px 32px;--final-cta-padding-y:72px}}@media (max-width:479px){.variables.svelte-1uha8ag{--page-padding-x:16px;--hero-padding-y:48px;--hero-content-max-width:358px;--hero-title-size:40px;--hero-title-line-height:48px;--hero-description-size:16px;--hero-description-line-height:24px;--section-padding-y:56px;--problem-title-size:28px;--problem-title-line-height:36px;--problem-text-size:16px;--problem-text-line-height:24px;--pills-direction:column;--feature-heading-padding-top:56px;--feature-heading-padding-bottom:16px;--feature-heading-size:28px;--feature-heading-line-height:36px;--feature-section-padding-y:32px;--feature-gap:24px;--community-padding-y:48px;--community-card-width:100%;--community-card-padding:32px 20px;--community-card-radius:16px;--final-cta-padding-y:56px}}.landing.svelte-1uha8ag{color:#0a0a0a;background:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex}.outer-container.svelte-1uha8ag{justify-content:center;width:100%;display:flex}.inner-container.svelte-1uha8ag{width:100%;max-width:var(--inner-container-max-width);padding:0 var(--page-padding-x);box-sizing:border-box}.hero-section.svelte-1uha8ag{padding:var(--hero-padding-y) 0}.hero-content.svelte-1uha8ag{max-width:var(--hero-content-max-width);text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.hero-badge.svelte-1uha8ag{color:#d0006b;background:#fdf2f8;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-family:Arimo;font-size:13px;font-weight:400;line-height:19.5px;display:inline-flex}.hero-badge-dot.svelte-1uha8ag{background:#e60076;border-radius:999px;flex:none;width:6px;height:6px;animation:2.4s ease-in-out infinite svelte-1uha8ag-hero-pulse}.hero-content.svelte-1uha8ag h1:where(.svelte-1uha8ag){color:#0a0a0a;max-width:840px;font-family:Arimo;font-size:var(--hero-title-size);font-weight:600;line-height:var(--hero-title-line-height);text-align:center;margin:0}.hero-content.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#333;max-width:720px;font-family:Arimo;font-size:var(--hero-description-size);font-weight:400;line-height:var(--hero-description-line-height);text-align:center;margin:0}.primary-cta.svelte-1uha8ag{color:#fff;background:#e60076;border:1px solid #e60076;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 28px;font-family:Arimo;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:background-color .15s ease-out,color .15s ease-out;display:inline-flex}.primary-cta.svelte-1uha8ag:hover{color:#e60076;background:#fff;outline:none}.primary-cta.svelte-1uha8ag:focus-visible{color:#e60076;background:#fff;outline:none}.problem-section.svelte-1uha8ag,.community-section.svelte-1uha8ag{background:#fdf2f8}.problem-section.svelte-1uha8ag{padding:var(--section-padding-y) 0}.problem-content.svelte-1uha8ag{max-width:var(--content-container-max-width);flex-direction:column;align-items:center;gap:40px;display:flex}.problem-copy.svelte-1uha8ag{max-width:var(--problem-copy-max-width);text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.problem-copy.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-weight:600}.features-heading.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-weight:600}.community-card.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-weight:600}.final-cta.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-weight:600}.problem-copy.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:var(--problem-title-size);line-height:var(--problem-title-line-height)}.problem-copy.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#333;font-family:Arimo;font-size:var(--problem-text-size);font-weight:400;line-height:var(--problem-text-line-height);margin:0}.problem-highlight.svelte-1uha8ag{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.problem-highlight.svelte-1uha8ag>p:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-size:26px;font-weight:600;line-height:32px}.value-pills.svelte-1uha8ag{flex-direction:var(--pills-direction);flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.value-pill.svelte-1uha8ag{color:#0a0a0a;background:#fff;border:1px solid rgba(230,0,118,.13);border-radius:100px;align-items:center;gap:10px;min-height:56px;padding:0 28px;font-family:Arimo;font-size:18px;font-weight:600;line-height:24px;display:inline-flex;box-shadow:0 4px 6px rgba(230,0,118,.04)}.value-pill-icon.svelte-1uha8ag{flex:none;width:18px;height:18px;display:block}.features-heading-section.svelte-1uha8ag{padding:var(--feature-heading-padding-top) 0 var(--feature-heading-padding-bottom)}.features-heading.svelte-1uha8ag{max-width:var(--feature-heading-max-width)}.features-heading.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:var(--feature-heading-size);line-height:var(--feature-heading-line-height);text-align:center}.feature-section.svelte-1uha8ag{padding:var(--feature-section-padding-y) 0}.feature-section-reversed.svelte-1uha8ag{background:#f8fafc}.feature-content.svelte-1uha8ag{max-width:var(--content-container-max-width);flex-direction:var(--feature-layout-direction);align-items:center;gap:var(--feature-gap);display:flex}.feature-section-reversed.svelte-1uha8ag .feature-content:where(.svelte-1uha8ag){flex-direction:row-reverse}.feature-copy.svelte-1uha8ag{width:var(--feature-copy-width);flex-direction:column;align-items:flex-start;gap:24px;display:flex}.feature-eyebrow.svelte-1uha8ag{color:#d0006b;text-transform:uppercase;background:#fff1f6;border-radius:99px;padding:6px 12px;font-family:Arimo;font-size:12px;font-weight:600;line-height:normal}.feature-copy.svelte-1uha8ag h3:where(.svelte-1uha8ag){color:#0a0a0a;margin:0;font-family:Arimo;font-size:24px;font-weight:600;line-height:32px}.feature-copy.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#333;max-width:544px;margin:0;font-family:Arimo;font-size:15px;font-weight:400;line-height:24px}.text-cta.svelte-1uha8ag{color:#e60076;align-items:center;gap:8px;font-family:Arimo;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;display:inline-flex}.text-cta.svelte-1uha8ag:hover{outline:none;text-decoration:underline}.text-cta.svelte-1uha8ag:focus-visible{outline:none;text-decoration:underline}.text-cta-icon.svelte-1uha8ag{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.feature-visual.svelte-1uha8ag{width:var(--feature-visual-width);height:var(--feature-visual-height);aspect-ratio:3/2;background:#fff;border:1px solid #dfe3e8;border-radius:16px;flex:none;overflow:hidden}.feature-visual.svelte-1uha8ag picture:where(.svelte-1uha8ag){width:100%;height:100%;display:block}.feature-visual.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;height:100%;display:block}.feature-visual.svelte-1uha8ag img:where(.svelte-1uha8ag){object-fit:cover;object-position:top left}.community-section.svelte-1uha8ag{padding:var(--community-padding-y) 0}.community-container.svelte-1uha8ag{justify-content:center;display:flex}.community-card.svelte-1uha8ag{width:var(--community-card-width);padding:var(--community-card-padding);box-sizing:border-box;border-radius:var(--community-card-radius);text-align:center;background:#fff;border:1px solid #e5e7eb;flex-direction:column;align-items:center;gap:32px;display:flex;box-shadow:0 8px 12px rgba(0,0,0,.05)}.community-card.svelte-1uha8ag h2:where(.svelte-1uha8ag){text-align:center;max-width:492px;font-size:36px;line-height:44px}.community-card.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#333;margin:0;font-family:Arimo;font-size:18px;font-weight:400;line-height:28px}.community-icon.svelte-1uha8ag{color:#e60076;background:linear-gradient(#fdf2f8 0%,#fce7f3 100%);border-radius:16px;justify-content:center;align-items:center;width:112px;height:112px;display:flex}.community-icon.svelte-1uha8ag svg{width:64px;height:64px}.final-cta-section.svelte-1uha8ag{padding:var(--final-cta-padding-y) 0}.final-cta.svelte-1uha8ag{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.final-cta.svelte-1uha8ag h2:where(.svelte-1uha8ag){color:#111827;font-size:36px;line-height:44px}.final-cta.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#111827;max-width:616px;margin:0;font-family:Arimo;font-size:18px;font-weight:400;line-height:28px}@media (max-width:767px){.feature-section-reversed.svelte-1uha8ag .feature-content:where(.svelte-1uha8ag){flex-direction:var(--feature-layout-direction)}}@media (max-width:1023px){.feature-section-reversed.svelte-1uha8ag .feature-content:where(.svelte-1uha8ag){flex-direction:var(--feature-layout-direction)}}@media (max-width:479px){.hero-content.svelte-1uha8ag{gap:32px}.primary-cta.svelte-1uha8ag{width:100%}.problem-highlight.svelte-1uha8ag>p:where(.svelte-1uha8ag){font-size:24px;line-height:32px}.value-pills.svelte-1uha8ag{align-items:center}.value-pill.svelte-1uha8ag{min-height:40px;padding:0 14px;font-size:16px;line-height:20px}.feature-copy.svelte-1uha8ag{max-width:100%}.feature-copy.svelte-1uha8ag p:where(.svelte-1uha8ag){max-width:100%}.feature-visual.svelte-1uha8ag{border-radius:12px}.community-card.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:28px;line-height:36px}.final-cta.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:28px;line-height:36px}.community-card.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:16px;line-height:24px}.final-cta.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:16px;line-height:24px}.community-icon.svelte-1uha8ag{width:80px;height:80px}.community-icon.svelte-1uha8ag svg{width:40px;height:40px}}@keyframes svelte-1uha8ag-hero-pulse{0%{opacity:.55;transform:scale(.9);box-shadow:0 0 rgba(230,0,118,.45)}50%{opacity:1;transform:scale(1);box-shadow:0 0 0 6px rgba(230,0,118,0)}to{opacity:.6;transform:scale(.9);box-shadow:0 0 rgba(230,0,118,0)}}
