.alert-banner.svelte-hnpofc{display:flex;max-width:52rem;align-items:stretch;border:2px solid var(--color-warning);border-radius:var(--radius-md);background-color:var(--color-white);overflow:hidden;box-shadow:var(--shadow-xs)}.alert-banner--green.svelte-hnpofc{border-color:var(--color-green)}.alert-banner__icon.svelte-hnpofc{width:2.85rem;min-width:2.85rem;align-self:stretch;display:flex;align-items:center;justify-content:center;padding:.3rem;color:var(--color-white);background-color:var(--color-warning)}.alert-banner--green.svelte-hnpofc .alert-banner__icon:where(.svelte-hnpofc){background-color:var(--color-green)}.alert-banner__icon-svg.svelte-hnpofc{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem}.alert-banner__icon-svg--warning.svelte-hnpofc,.alert-banner__icon-svg--success.svelte-hnpofc{color:var(--color-white)}.alert-banner__copy.svelte-hnpofc{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3) var(--space-5)}.alert-banner__copy--left.svelte-hnpofc{text-align:left}.alert-banner__copy--center.svelte-hnpofc{text-align:center}.alert-banner__title.svelte-hnpofc,.alert-banner__text.svelte-hnpofc{margin:0;font-size:var(--text-base);line-height:var(--leading-normal)}.alert-banner__title.svelte-hnpofc{font-weight:var(--weight-semibold);color:var(--color-black)}.alert-banner__text.svelte-hnpofc{font-weight:var(--weight-normal);color:var(--color-grey-700)}@media screen and (max-width:767px){.alert-banner.svelte-hnpofc{flex-direction:column}.alert-banner__icon.svelte-hnpofc{width:100%;min-width:0;height:3rem}.alert-banner__copy.svelte-hnpofc{padding:var(--space-4);gap:var(--space-3)}}.essentials.svelte-6oaw1t{background-color:var(--surface-muted);justify-content:center;display:flex;position:relative;overflow:hidden;padding-top:var(--section-py);padding-bottom:var(--section-py)}.essentials__header.svelte-6oaw1t{z-index:var(--z-elevated);grid-column-gap:var(--space-6);grid-row-gap:var(--space-6);flex-direction:column;align-items:center;display:flex;position:relative;margin-bottom:var(--space-9)}.essentials__browser.svelte-6oaw1t{display:grid;grid-template-columns:280px 1fr;background:var(--color-white);border:1px solid var(--color-grey-200);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);position:relative}.essentials__sidebar.svelte-6oaw1t{display:flex;flex-direction:column;border-right:1px solid var(--color-grey-200);padding:var(--space-4);gap:var(--space-1);overflow-y:auto}.essentials__tab.svelte-6oaw1t{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-4);border-radius:var(--radius-md);border:1.5px solid transparent;background:none;cursor:pointer;text-align:left;transition:background var(--transition-fast),border-color var(--transition-fast);font:inherit;color:inherit}.essentials__tab.svelte-6oaw1t:hover{background:var(--color-grey-50)}.essentials__tab.is-active.svelte-6oaw1t{background:var(--color-grey-50);border-color:var(--color-grey-300)}.essentials__tab-icon.svelte-6oaw1t{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-md);background:var(--color-grey-100);transition:background var(--transition-fast)}.essentials__tab.is-active.svelte-6oaw1t .essentials__tab-icon:where(.svelte-6oaw1t){background:var(--color-primary)}.essentials__tab-text.svelte-6oaw1t{display:flex;flex-direction:column;min-width:0}.essentials__tab-title.svelte-6oaw1t{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}.essentials__tab-subtitle.svelte-6oaw1t{font-size:var(--text-xs);color:var(--color-grey-400);line-height:var(--leading-normal)}.essentials__detail.svelte-6oaw1t{padding:var(--space-7) var(--space-8);display:flex;flex-direction:column;gap:var(--space-5);animation:svelte-6oaw1t-detailFadeIn .25s ease-out}@keyframes svelte-6oaw1t-detailFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.essentials__detail-header.svelte-6oaw1t{display:flex;align-items:center;gap:var(--space-4)}.essentials__detail-icon.svelte-6oaw1t{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);background:var(--color-primary)}.essentials__detail-title.svelte-6oaw1t{font-size:var(--text-lg);line-height:var(--leading-tight);margin:0}.essentials__detail-subtitle.svelte-6oaw1t{font-size:var(--text-sm);color:var(--color-grey-400)}.essentials__detail-link.svelte-6oaw1t{margin-left:auto;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-black);text-decoration:none;white-space:nowrap;transition:gap var(--transition-fast)}.essentials__detail-link.svelte-6oaw1t:hover{text-decoration:underline}.essentials__detail-desc.svelte-6oaw1t{font-size:var(--text-base);color:var(--color-grey-600);line-height:var(--leading-relaxed);max-width:44rem;margin:0}.essentials__detail-image-wrap.svelte-6oaw1t{flex:1;min-height:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-grey-100);position:relative}.essentials__detail-image.svelte-6oaw1t{width:100%;height:100%;object-fit:cover;display:block}.essentials__phone.svelte-6oaw1t{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12rem;z-index:1;border-radius:2rem;overflow:hidden;box-shadow:0 8px 30px #00000040}.essentials__phone-frame.svelte-6oaw1t{width:100%;height:auto;display:block}.essentials__phone-screen.svelte-6oaw1t{position:absolute;z-index:-1;top:1%;left:50%;transform:translate(-50%);width:93%;height:96%;border-radius:2.5rem;overflow:hidden}.essentials__phone-screen.svelte-6oaw1t video:where(.svelte-6oaw1t){width:100%;height:100%;object-fit:cover}.essentials__chevron.svelte-6oaw1t{z-index:var(--z-base);opacity:.23;justify-content:center;width:100%;max-width:30rem;align-items:center;display:flex;position:absolute;bottom:30%;left:50%;transform:translate(-50%);pointer-events:none}@media screen and (max-width:991px){.essentials.svelte-6oaw1t{padding-top:5rem;padding-bottom:5rem}.essentials__browser.svelte-6oaw1t{grid-template-columns:240px 1fr}.essentials__detail.svelte-6oaw1t{padding:var(--space-6)}}@media screen and (max-width:767px){.essentials.svelte-6oaw1t{padding-top:var(--space-12);padding-bottom:var(--space-12)}.essentials__browser.svelte-6oaw1t{grid-template-columns:1fr}.essentials__sidebar.svelte-6oaw1t{border-right:none;border-bottom:1px solid var(--color-grey-200);flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:var(--space-3);gap:var(--space-2);-webkit-overflow-scrolling:touch}.essentials__tab.svelte-6oaw1t{flex-shrink:0;flex-direction:column;align-items:center;text-align:center;padding:var(--space-3);gap:var(--space-2);min-width:5.5rem}.essentials__tab-subtitle.svelte-6oaw1t{display:none}.essentials__tab-title.svelte-6oaw1t{font-size:var(--text-xs)}.essentials__detail.svelte-6oaw1t{padding:var(--space-6)}.essentials__detail-link.svelte-6oaw1t{display:none}.essentials__detail-header.svelte-6oaw1t{flex-wrap:wrap}.essentials__chevron.svelte-6oaw1t{display:none}}@media screen and (max-width:767px){.essentials__phone.svelte-6oaw1t{width:9rem}}@media screen and (max-width:479px){.essentials__tab-icon.svelte-6oaw1t{width:2rem;height:2rem}.essentials__phone.svelte-6oaw1t{width:7rem;border-radius:1.2rem}.essentials__phone-screen.svelte-6oaw1t{border-radius:1.2rem}}.faq-wrappers.svelte-1rhwcka{justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative}.faq-sticky.svelte-1rhwcka{justify-content:space-between;align-items:flex-start;display:flex;position:sticky;top:6rem}.faq-list.svelte-1rhwcka{width:80%}.faq-item.svelte-1rhwcka{background-color:#dfdfdf69;border-radius:var(--radius-xl);flex-direction:column;justify-content:flex-start;align-items:stretch;margin-bottom:var(--space-5);padding:var(--space-6)}.faq-question.svelte-1rhwcka{background:none;border:none;width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;text-align:left;font:inherit;color:inherit}.faq-question-text.svelte-1rhwcka{font-size:var(--text-md);font-weight:var(--weight-bold)}.faq-chevron.svelte-1rhwcka{flex-shrink:0;width:var(--space-7);margin-left:var(--space-6);display:flex;align-items:center;justify-content:center;transition:transform .35s cubic-bezier(.4,0,.2,1)}.faq-chevron.is-open.svelte-1rhwcka{transform:rotate(180deg)}.faq-answer.svelte-1rhwcka{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.faq-answer.is-open.svelte-1rhwcka{grid-template-rows:1fr}.faq-answer-inner.svelte-1rhwcka{overflow:hidden}.faq-answer.is-open.svelte-1rhwcka .faq-answer-inner:where(.svelte-1rhwcka){padding-bottom:var(--space-5)}@media screen and (max-width:991px){.faq-wrappers.svelte-1rhwcka{flex-direction:column}.faq-list.svelte-1rhwcka{width:100%}.faq-sticky.svelte-1rhwcka{text-align:center;justify-content:center;align-items:flex-start;width:100%;position:relative;top:0;margin-bottom:var(--space-7)}}@media screen and (max-width:767px){.faq-chevron.svelte-1rhwcka{width:1.75rem}.faq-question.svelte-1rhwcka{padding-top:var(--space-2);padding-bottom:var(--space-2)}.faq-question-text.svelte-1rhwcka{font-size:1rem}}.bullet-list.svelte-1l5mxhc{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);padding-top:var(--space-6)}.bullet-list__item.svelte-1l5mxhc{display:flex;align-items:flex-start;gap:var(--space-3);padding-bottom:var(--space-3)}.bullet-list__icon.svelte-1l5mxhc{display:flex;align-items:center;width:var(--space-6);min-width:var(--space-6);color:var(--color-green)}.bullet-list__content.svelte-1l5mxhc{flex:1}@media screen and (max-width:991px){.bullet-list.is-feature-hero.svelte-1l5mxhc{align-items:center}}@media screen and (max-width:508px){.bullet-list.is-feature-hero.svelte-1l5mxhc{align-items:flex-start}}@media screen and (max-width:767px){.bullet-list__icon.svelte-1l5mxhc{width:1.2rem;min-width:1.2rem}}.how-it-works.svelte-1576937{justify-content:center;display:flex;position:relative;overflow:hidden;flex-direction:column;width:100%;padding-bottom:var(--section-py)}.how-it-works--white.svelte-1576937{background-color:var(--surface-default)}.how-it-works--alt.svelte-1576937{background-color:var(--surface-muted)}@media screen and (max-width:991px){.how-it-works.svelte-1576937{padding-bottom:5rem}}@media screen and (max-width:767px){.how-it-works.svelte-1576937{padding-bottom:var(--space-10)}}.how-it-works__header.svelte-18xq67v{width:100%;padding-top:var(--section-py);z-index:var(--z-elevated);position:relative}.how-it-works__heading-inner.svelte-18xq67v{display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.heading-wrapper.svelte-18xq67v{display:flex;flex-direction:row;justify-content:center;max-width:var(--content-max)}.black-bg-text.svelte-18xq67v{background-color:var(--color-black);color:var(--color-white);align-items:center;padding:var(--space-5);font-size:2.3rem;display:flex}.yellow-bg-text.svelte-18xq67v{color:var(--color-black);background-color:var(--color-primary);align-items:center;padding:var(--space-5);font-size:2.3rem;display:flex}@media screen and (max-width:991px){.how-it-works__header.svelte-18xq67v{padding-top:5rem}.black-bg-text.svelte-18xq67v,.yellow-bg-text.svelte-18xq67v{font-size:var(--text-xl)}}@media screen and (max-width:767px){.how-it-works__header.svelte-18xq67v{padding-top:var(--space-10)}.black-bg-text.svelte-18xq67v{justify-content:center}.heading-wrapper.svelte-18xq67v{text-align:center;flex-direction:column}.yellow-bg-text.svelte-18xq67v{text-align:center;justify-content:center}}.how-it-works__steps.svelte-96ad7f{padding-top:var(--steps-pt, var(--space-14));position:relative;width:100%}.steps-clone.svelte-96ad7f{flex-direction:column;justify-content:center;margin-top:0;display:flex;position:relative}.steps-progress-line{position:absolute;left:50%;top:0;bottom:0;width:4px;transform:translate(-50%);background-color:#eeeff4;z-index:1;pointer-events:none;border-radius:2px}.steps-progress-line__fill{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-black);transform-origin:top center;border-radius:2px}@media screen and (max-width:991px){.how-it-works__steps.svelte-96ad7f{padding-top:var(--steps-pt, 6rem)}}@media screen and (max-width:767px){.how-it-works__steps.svelte-96ad7f{margin-bottom:-3rem}.steps-clone.svelte-96ad7f{width:100%}}@media screen and (max-width:479px){.how-it-works__steps.svelte-96ad7f{margin-bottom:-6rem}.steps-clone.svelte-96ad7f{display:block;position:relative}.steps-progress-line{z-index:0}}.step-block.svelte-zluhh4{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;height:24rem;margin-top:var(--space-12);position:relative;gap:2rem;z-index:var(--z-elevated)}.step-block.svelte-zluhh4:first-child{margin-top:0}.step-block__image.svelte-zluhh4{grid-column:1;grid-row:1;justify-self:end;max-width:30rem;align-items:center;display:flex;position:relative;border:1px solid var(--color-grey-200);border-radius:var(--radius-lg);overflow:hidden}.dot.svelte-zluhh4{grid-column:2;grid-row:1;z-index:3;align-self:center;background-color:var(--color-grey-100);border-radius:var(--radius-full);width:.875rem;height:.875rem;border:2px solid var(--color-grey-300);transition:border-color var(--transition-base);flex-shrink:0;margin:0 var(--space-4)}.step-block__text-wrap.svelte-zluhh4{grid-column:3;grid-row:1;display:flex;justify-self:start;align-self:center}.step-block--reverse.svelte-zluhh4 .step-block__image:where(.svelte-zluhh4){grid-column:3;justify-self:start}.step-block--reverse.svelte-zluhh4 .step-block__text-wrap:where(.svelte-zluhh4){grid-column:1;justify-self:end}.step-block__text.svelte-zluhh4{text-align:left;align-self:center;position:relative}.step-block__card.svelte-zluhh4{z-index:2;border:1px solid var(--color-grey-200);border-radius:var(--radius-lg);background-color:var(--color-white);box-shadow:var(--shadow-sm);align-items:center;padding:var(--space-8);display:flex;position:relative}.step-block__label.svelte-zluhh4{letter-spacing:.12em;text-transform:uppercase;font-weight:var(--weight-bold)}.step-block__content.svelte-zluhh4{flex-direction:column;align-items:flex-start;max-width:26rem;margin-top:var(--space-6);font-weight:var(--weight-medium);display:flex}h3.svelte-zluhh4{margin-bottom:var(--space-6)}.step-block__description.svelte-zluhh4{color:var(--color-grey-600);line-height:var(--leading-relaxed)}.step-block.svelte-zluhh4 .step-image-wrapper{align-items:center;height:100%;display:flex;width:100%;position:relative}.step-block.svelte-zluhh4 .step-image{object-fit:cover;height:100%;width:100%}.step-block.svelte-zluhh4 .step-image.is-blurred{filter:blur(5px)}.step-block.svelte-zluhh4 .step-1-image-wrapper{z-index:var(--z-elevated);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-image:linear-gradient(#0000007d,#0000007d);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:var(--space-5);display:flex;position:absolute;top:0%;right:0%;bottom:0%;left:0%;overflow:hidden}.step-block.svelte-zluhh4 .step-poster{width:50%}.step-block.svelte-zluhh4 .step-laptop{width:100%;padding:var(--space-5)}.step-block.svelte-zluhh4 .step-laptop.absol{position:absolute}.step-block.svelte-zluhh4 .lines{z-index:-1;position:absolute}.step-block.svelte-zluhh4 .lines.rotate-vert{transform:rotate(90deg)}@media screen and (max-width:767px){.step-block.svelte-zluhh4,.step-block.step-block--reverse.svelte-zluhh4{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto;margin-top:var(--space-11)}.step-block.svelte-zluhh4:first-child{margin-top:0}.step-block__image.svelte-zluhh4,.step-block--reverse.svelte-zluhh4 .step-block__image:where(.svelte-zluhh4){grid-column:1;grid-row:3;justify-self:center;width:100%;min-height:16rem}.step-block__text-wrap.svelte-zluhh4,.step-block--reverse.svelte-zluhh4 .step-block__text-wrap:where(.svelte-zluhh4){grid-column:1;grid-row:1;justify-self:center;width:100%}.step-block__text.svelte-zluhh4{z-index:2;justify-content:center;align-items:center;display:flex;width:100%}.step-block__card.svelte-zluhh4{padding:var(--space-7)}.dot.svelte-zluhh4{grid-column:1;grid-row:2;z-index:var(--z-overlay);align-self:center;justify-self:center;margin:var(--space-4) 0}.step-block.svelte-zluhh4 .step-image{width:100%}}@media screen and (max-width:479px){.step-block__image.svelte-zluhh4,.step-block--reverse.svelte-zluhh4 .step-block__image:where(.svelte-zluhh4){min-height:18rem}}
