.FeatureIntroductionPage[data-v-fa5f0570]{--featureAccent: var(--color-accent);--featureSectionGap: clamp( calc(var(--spacing-12) + var(--spacing-6)), 8vw, calc(var(--spacing-12) * 2) )}.FeatureIntroductionPage--blue[data-v-fa5f0570]{--featureAccent: var(--color-blue)}.FeatureIntroductionPage--magenta[data-v-fa5f0570]{--featureAccent: var(--color-decorative-magenta)}.FeatureIntroductionPage--orange[data-v-fa5f0570]{--featureAccent: var(--color-orange)}.FeatureIntroductionPage__body[data-v-fa5f0570]{background:var(--white)}.FeatureIntroductionPage__article[data-v-fa5f0570]{display:flex;flex-direction:column;gap:var(--featureSectionGap)}.FeatureIntroductionPage__overview[data-v-fa5f0570],.FeatureIntroductionPage__step[data-v-fa5f0570]{display:grid;grid-template-columns:minmax(18rem,.78fr) minmax(28rem,1.22fr);gap:clamp(var(--spacing-6),5vw,var(--spacing-12));align-items:center}.FeatureIntroductionPage__overview[data-v-fa5f0570]{padding:clamp(var(--spacing-6),4vw,var(--spacing-9));border:var(--border-width-thin) solid var(--color-neutral-90);border-radius:var(--border-radius-xlarge);background:color-mix(in srgb,var(--featureAccent) 6%,var(--white));box-shadow:var(--spacing-2) var(--spacing-2) 0 color-mix(in srgb,var(--featureAccent) 24%,var(--white))}.FeatureIntroductionPage__overview-copy[data-v-fa5f0570],.FeatureIntroductionPage__step-copy[data-v-fa5f0570],.FeatureIntroductionPage__overview-visual[data-v-fa5f0570],.FeatureIntroductionPage__step-visual[data-v-fa5f0570]{min-width:0}.FeatureIntroductionPage__eyebrow[data-v-fa5f0570],.FeatureIntroductionPage__step-label[data-v-fa5f0570]{margin:0 0 var(--spacing-4);color:var(--featureAccent);font-family:var(--font-family-display);font-size:var(--font-size-medium);font-weight:var(--font-weight-bold);line-height:var(--line-height-medium)}.FeatureIntroductionPage__step-label[data-v-fa5f0570]{display:flex;align-items:center;gap:var(--spacing-3)}.FeatureIntroductionPage__step-label span[data-v-fa5f0570]{display:inline-flex;align-items:center;justify-content:center;width:var(--spacing-8);height:var(--spacing-8);border:var(--border-width-thin) solid var(--color-neutral-90);border-radius:var(--border-radius-pill);background:var(--white);box-shadow:var(--spacing-1) var(--spacing-1) 0 color-mix(in srgb,var(--featureAccent) 28%,var(--white));color:var(--color-neutral-90)}.FeatureIntroductionPage__overview h2[data-v-fa5f0570],.FeatureIntroductionPage__step h2[data-v-fa5f0570],.FeatureIntroductionPage__control h2[data-v-fa5f0570]{margin:0 0 var(--spacing-5);color:var(--color-neutral-90);font-family:var(--font-family-display);font-size:var(--font-size-prose-h2);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-display);line-height:var(--line-height-display);text-wrap:balance}.FeatureIntroductionPage__overview-copy>p[data-v-fa5f0570]:not(.FeatureIntroductionPage__eyebrow),.FeatureIntroductionPage__step-copy>p[data-v-fa5f0570]:not(.FeatureIntroductionPage__step-label),.FeatureIntroductionPage__control p[data-v-fa5f0570]:not(.FeatureIntroductionPage__eyebrow){margin:0;color:var(--color-neutral-80);font-size:clamp(var(--font-size-large),1rem + .25vw,var(--font-size-x-large));line-height:var(--line-height-prose);text-wrap:pretty}.FeatureIntroductionPage__overview-copy>p:not(.FeatureIntroductionPage__eyebrow)+p[data-v-fa5f0570],.FeatureIntroductionPage__step-copy>p:not(.FeatureIntroductionPage__step-label)+p[data-v-fa5f0570]{margin-top:var(--spacing-5)}.FeatureIntroductionPage__overview-visual[data-v-fa5f0570],.FeatureIntroductionPage__step-visual[data-v-fa5f0570]{overflow:hidden;border:var(--border-width-thin) solid var(--color-neutral-90);border-radius:var(--border-radius-large);background:var(--white)}.FeatureIntroductionPage__overview-visual[data-v-fa5f0570]>*,.FeatureIntroductionPage__step-visual[data-v-fa5f0570]>*{max-width:100%}.FeatureIntroductionPage__flow[data-v-fa5f0570]{display:flex;flex-direction:column;gap:var(--featureSectionGap)}.FeatureIntroductionPage__step[data-v-fa5f0570]{scroll-margin-top:calc(var(--public-nav-height, var(--measurement-header-height)) + var(--spacing-4))}.FeatureIntroductionPage__step:nth-child(2n) .FeatureIntroductionPage__step-visual[data-v-fa5f0570]{order:-1}.FeatureIntroductionPage__details[data-v-fa5f0570],.FeatureIntroductionPage__control ul[data-v-fa5f0570]{display:grid;gap:var(--spacing-3);margin:var(--spacing-6) 0 0;padding:0;list-style:none}.FeatureIntroductionPage__step-action[data-v-fa5f0570]{width:fit-content;margin-top:var(--spacing-6)}.FeatureIntroductionPage__step-cta[data-v-fa5f0570]{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:clamp(var(--spacing-6),4vw,var(--spacing-12));width:100%;padding:clamp(var(--spacing-6),3vw,var(--spacing-8));border:var(--border-width-thin) solid var(--color-neutral-90);border-radius:var(--border-radius-xlarge);background:color-mix(in srgb,var(--featureAccent) 8%,var(--white));box-shadow:var(--spacing-2) var(--spacing-2) 0 color-mix(in srgb,var(--featureAccent) 28%,var(--white))}.FeatureIntroductionPage__step-cta strong[data-v-fa5f0570]{display:block;color:var(--color-neutral-90);font-family:var(--font-family-display);font-size:var(--font-size-prose-h3);line-height:var(--line-height-display)}.FeatureIntroductionPage__step-cta p[data-v-fa5f0570]{max-width:46rem;margin:var(--spacing-2) 0 0;color:var(--color-neutral-80);font-size:var(--font-size-large);line-height:var(--line-height-prose)}.FeatureIntroductionPage__step-cta-actions[data-v-fa5f0570]{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:var(--spacing-3);justify-content:flex-end}.FeatureIntroductionPage__details li[data-v-fa5f0570],.FeatureIntroductionPage__control li[data-v-fa5f0570]{position:relative;padding-left:var(--spacing-6);color:var(--color-neutral-80);font-size:var(--font-size-large);line-height:var(--line-height-large)}.FeatureIntroductionPage__details li[data-v-fa5f0570]:before,.FeatureIntroductionPage__control li[data-v-fa5f0570]:before{position:absolute;top:.65em;left:var(--spacing-1);width:var(--spacing-2);height:var(--spacing-2);border-radius:var(--border-radius-pill);background:var(--featureAccent);content:"";transform:translateY(-50%)}.FeatureIntroductionPage__control[data-v-fa5f0570]{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(16rem,.75fr);gap:clamp(var(--spacing-6),4vw,var(--spacing-12));width:100%;margin-inline:auto;padding:clamp(var(--spacing-6),4vw,var(--spacing-9));border-left:var(--spacing-2) solid var(--featureAccent);border-radius:var(--border-radius-large);background:color-mix(in srgb,var(--featureAccent) 6%,var(--white))}.FeatureIntroductionPage__control ul[data-v-fa5f0570]{align-content:center;margin:0}@media(max-width:900px){.FeatureIntroductionPage__overview[data-v-fa5f0570],.FeatureIntroductionPage__step[data-v-fa5f0570],.FeatureIntroductionPage__control[data-v-fa5f0570]{grid-template-columns:minmax(0,1fr)}.FeatureIntroductionPage__step:nth-child(2n) .FeatureIntroductionPage__step-visual[data-v-fa5f0570]{order:0}.FeatureIntroductionPage__step-cta[data-v-fa5f0570]{align-items:flex-start;flex-direction:column}.FeatureIntroductionPage__step-cta-actions[data-v-fa5f0570]{justify-content:flex-start}}
