.testimonial-card.svelte-1wv70ah{background:var(--vm-ivory, #f4f4e9);border-radius:8px;padding:2rem;box-shadow:0 4px 20px #00000014;min-width:350px;max-width:400px;height:540px;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease;font-family:Lexend Deca,sans-serif}.testimonial-card.expanded.svelte-1wv70ah{height:auto}.testimonial-card.svelte-1wv70ah:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.quote-icon.svelte-1wv70ah{width:36px;height:auto;color:var(--vm-lighter-navy, #257c9e);opacity:.5;margin-bottom:.75rem}.quote-icon.svelte-1wv70ah svg{width:100%;height:auto;display:block}.testimonial-title.svelte-1wv70ah{font-family:Roboto Slab,serif;font-size:1.25rem;font-weight:700;color:var(--vm-navy, #0d2646);margin:0 0 1rem;line-height:1.3}.testimonial-content.svelte-1wv70ah{color:var(--vm-navy);line-height:1.6;font-size:1rem;margin:0}.text-wrapper.svelte-1wv70ah{position:relative;flex:1;overflow:hidden;margin-bottom:0}.text-wrapper.expanded.svelte-1wv70ah{overflow:visible}.text-fade.svelte-1wv70ah{position:absolute;bottom:0;left:0;right:0;height:2.5rem;background:linear-gradient(to bottom,transparent,var(--vm-ivory));pointer-events:none}.read-more-btn.svelte-1wv70ah{background:none;border:none;color:var(--vm-light-navy);font-size:.8rem;font-weight:600;cursor:pointer;padding:.4rem 0 .75rem;font-family:Lexend Deca,sans-serif;text-decoration:underline;align-self:flex-start}.read-more-btn.svelte-1wv70ah:hover{color:var(--vm-navy)}.testimonial-footer.svelte-1wv70ah{padding-top:.5rem}.stars.svelte-1wv70ah{display:flex;gap:.25rem;margin-bottom:.5rem;color:var(--vm-oro, #FEB22C)}.star.svelte-1wv70ah{width:20px;height:20px}.author-info.svelte-1wv70ah{display:flex;flex-direction:column}.author-name.svelte-1wv70ah{font-weight:700;color:var(--vm-navy, #0d2646);font-size:1rem}.author-role.svelte-1wv70ah{font-size:.875rem;color:#7ba4b8;margin-top:.25rem}@media(max-width:768px){.testimonial-card.svelte-1wv70ah{width:min(86vw,340px);min-width:min(86vw,340px);max-width:min(86vw,340px);height:500px}.testimonial-card.expanded.svelte-1wv70ah{height:auto}}.dark .testimonial-card.svelte-1wv70ah{background:var(--vm-dark-navy)}.dark .quote-icon.svelte-1wv70ah{color:var(--vm-lighter-navy-50);opacity:1}.dark .testimonial-title.svelte-1wv70ah{color:var(--vm-dark-ivory-85)}.dark .testimonial-content.svelte-1wv70ah,.dark .author-name.svelte-1wv70ah{color:var(--vm-castaway)}.dark .text-fade.svelte-1wv70ah{background:linear-gradient(to bottom,transparent,var(--vm-dark-navy))}.dark .read-more-btn.svelte-1wv70ah{color:var(--vm-castaway);opacity:.8}.dark .read-more-btn.svelte-1wv70ah:hover{opacity:1}.testimonials-section.svelte-1x9iq9i{padding:5rem 0;background:linear-gradient(to bottom,var(--vm-dark-seafoam-20, rgba(174, 212, 188, .3)),var(--vm-light-navy-30, rgba(14, 72, 114, .3)));overflow:hidden}.container.svelte-1x9iq9i{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center;margin-bottom:3rem}h2.svelte-1x9iq9i{font-size:2.5rem;font-weight:600;color:var(--vm-navy, #0d2646);margin:0 0 1rem;font-family:Roboto Slab,serif}.section-subtitle.svelte-1x9iq9i{font-size:1.125rem;color:#2c3e50;margin:0}.testimonials-scroller.svelte-1x9iq9i{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.testimonials-scroller.svelte-1x9iq9i::-webkit-scrollbar{display:none}.testimonials-scroller.svelte-1x9iq9i:active{cursor:grabbing}.testimonials-track.svelte-1x9iq9i{display:flex;align-items:flex-start;gap:2rem;padding:1rem 2rem 2rem;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.testimonials-section.svelte-1x9iq9i{padding:3rem 0}h2.svelte-1x9iq9i{font-size:2rem}.section-subtitle.svelte-1x9iq9i{font-size:1rem}.testimonials-track.svelte-1x9iq9i{gap:1.5rem;padding:1rem 1rem 2rem}}.dark h2.svelte-1x9iq9i,.dark .section-subtitle.svelte-1x9iq9i{color:var(--vm-castaway)}.dark .testimonials-section.svelte-1x9iq9i{background:linear-gradient(to bottom,var(--vm-light-navy),var(--vm-navy))}.features-section.svelte-14g6ebg{position:relative;z-index:1;padding:5rem 0}.features-container.svelte-14g6ebg{max-width:1200px;margin:0 auto;padding:0 2rem}.features-grid.svelte-14g6ebg{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:stretch}.feature-card.svelte-14g6ebg{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:var(--vm-dark-ivory);border-radius:8px;height:100%;box-sizing:border-box;transition:transform .7s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.25,.46,.45,.94),opacity .7s cubic-bezier(.16,1,.3,1);cursor:default;opacity:0;transform:translateY(50px)}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card.visible:hover{transform:translateY(-4px);box-shadow:var(--vm-shadow-hover)}.feature-icon.svelte-14g6ebg{width:100px;height:100px;margin-bottom:1.5rem;color:var(--vm-navy)}.feature-icon.svelte-14g6ebg svg{width:100%;height:100%}h3.svelte-14g6ebg{font-family:Roboto Slab,serif;font-size:1.35rem;font-weight:700;color:var(--vm-lighter-navy);margin:0;line-height:1.3}.feature-description.svelte-14g6ebg{display:block;margin-top:.75rem}.feature-description-inner.svelte-14g6ebg{overflow:visible}p.svelte-14g6ebg{font-size:1.05rem;color:var(--vm-navy);line-height:1.7;margin:0;padding-top:0;opacity:1}@media(max-width:1024px){.features-grid.svelte-14g6ebg{gap:1.5rem}.feature-card.svelte-14g6ebg{padding:2rem 1.5rem}.feature-icon.svelte-14g6ebg{width:80px;height:80px}h3.svelte-14g6ebg{font-size:1.2rem}}@media(max-width:768px){.features-section.svelte-14g6ebg{padding:3rem 0}.features-grid.svelte-14g6ebg{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:1.5rem}.feature-icon.svelte-14g6ebg{width:70px;height:70px}}.dark .feature-card.svelte-14g6ebg{background:var(--vm-lighter-navy);border-color:var(--vm-light-navy)}.dark h3.svelte-14g6ebg,.dark p.svelte-14g6ebg{color:var(--vm-dark-ivory-85, rgba(246, 246, 236, .85))}.hero-card.svelte-1kqwim6{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:.75rem 1.25rem;background:var(--vm-dark-ivory);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.75rem;border-radius:8px;border:2px solid var(--vm-dark-seafoam);box-shadow:var(--vm-shadow-md);text-decoration:none;color:inherit;transition:all .3s}.hero-card.svelte-1kqwim6:hover{transform:translateY(-3px);box-shadow:var(--vm-shadow-hover);border-color:var(--vm-lighter-navy)}.hero-card-icon.svelte-1kqwim6{grid-column:2;grid-row:1;width:4.5rem;height:4.5rem;margin-right:1rem;flex-shrink:0;align-self:start;justify-self:end;color:var(--vm-navy)}.hero-card-icon.svelte-1kqwim6 svg{width:100%;height:100%;fill:currentColor}.hero-card-body.svelte-1kqwim6{grid-column:1;grid-row:1 / 3}.hero-card-body.svelte-1kqwim6 h2:where(.svelte-1kqwim6){font-family:Roboto Slab,serif;font-size:1.5rem;font-weight:700;color:var(--vm-lighter-navy);margin:0 0 .4rem}.hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6){font-size:1.05rem;color:var(--vm-navy);line-height:1.6;margin:0;text-wrap:pretty}.hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6) strong{color:var(--vm-navy);font-weight:600}.hero-card-btn.svelte-1kqwim6{grid-column:2;grid-row:2;display:inline-flex;align-items:center;align-self:end;justify-self:end;gap:.5rem;background:var(--vm-navy);color:var(--vm-bright-seafoam);padding:.65rem 1.25rem;border-radius:50px;font-size:1rem;font-weight:400;white-space:nowrap;transition:all .25s}.hero-card-btn.svelte-1kqwim6 .arrow:where(.svelte-1kqwim6){font-size:1.4rem;line-height:1;transition:transform .25s}.hero-card.svelte-1kqwim6:hover .hero-card-btn:where(.svelte-1kqwim6){background:var(--vm-light-navy)}.hero-card.svelte-1kqwim6:hover .hero-card-btn:where(.svelte-1kqwim6) .arrow:where(.svelte-1kqwim6){transform:translate(3px)}.dark .hero-card.svelte-1kqwim6{background:var(--vm-dark-navy);border-color:var(--vm-light-navy)}.dark .hero-card.svelte-1kqwim6:hover{border-color:var(--vm-lighter-navy)}.dark .hero-card-icon.svelte-1kqwim6{color:var(--vm-castaway)}.dark .hero-card-body.svelte-1kqwim6 h2:where(.svelte-1kqwim6){color:var(--vm-dark-ivory-85, rgba(246, 246, 236, .85))}.dark .hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6){color:var(--vm-castaway)}.dark .hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6) strong{color:var(--vm-castaway)}.dark .hero-card-btn.svelte-1kqwim6{background:var(--vm-light-navy);color:var(--vm-bright-seafoam)}.dark .hero-card.svelte-1kqwim6:hover .hero-card-btn:where(.svelte-1kqwim6){background:var(--vm-lighter-navy)}@media(max-width:768px){.hero-card.svelte-1kqwim6{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.9rem;padding:1.25rem}.hero-card-icon.svelte-1kqwim6{grid-column:1;grid-row:1;width:3rem;height:3rem;margin-right:0;justify-self:start}.hero-card-body.svelte-1kqwim6{grid-column:1;grid-row:2}.hero-card-body.svelte-1kqwim6 h2:where(.svelte-1kqwim6){font-size:1.35rem;margin-bottom:.5rem}.hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6){font-size:1rem;line-height:1.55}.hero-card-btn.svelte-1kqwim6{grid-column:1;grid-row:3;justify-self:start;padding:.6rem 1rem;font-size:.95rem}}@media(max-width:420px){.hero-card.svelte-1kqwim6{padding:1rem}.hero-card-body.svelte-1kqwim6 h2:where(.svelte-1kqwim6){font-size:1.25rem}.hero-card-body.svelte-1kqwim6 p:where(.svelte-1kqwim6){font-size:.96rem}}.container.svelte-1w53b0f{max-width:1400px;margin:0 auto;padding:0 2rem}.hero.svelte-1w53b0f{padding:4rem 0 2rem;position:relative}.hero-content.svelte-1w53b0f{display:grid;grid-template-columns:2fr 2.5fr;gap:4rem;align-items:start;position:relative;z-index:1}.hero-text.svelte-1w53b0f{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem 0;will-change:transform,opacity}.hero-logo.svelte-1w53b0f{max-width:280px;height:auto;margin-bottom:1.5rem}.dark-logo.svelte-1w53b0f,.dark .light-logo.svelte-1w53b0f{display:none}.dark .dark-logo.svelte-1w53b0f{display:block}.hero-box.svelte-1w53b0f{padding:0;max-width:36rem}h1.svelte-1w53b0f{font-family:Roboto Slab,serif;font-size:2.75rem;font-weight:700;color:var(--vm-navy);margin:0 0 1.5rem;line-height:1.2}.hero-description.svelte-1w53b0f{font-size:1.15rem;color:var(--vm-navy);line-height:1.8;margin:0;text-wrap:balance}.hero-cards.svelte-1w53b0f{display:flex;flex-direction:column;gap:1.75rem}.hero-line.svelte-1w53b0f{width:2px;height:275px;background:var(--vm-coral);margin-top:2rem;transform-origin:top;border-radius:1px}@media(max-width:1024px){.container.svelte-1w53b0f{padding:0 1.5rem}.hero-content.svelte-1w53b0f{grid-template-columns:1fr;gap:2rem}.hero-text.svelte-1w53b0f{padding:1.5rem 0 0}h1.svelte-1w53b0f{font-size:2.25rem}.hero-line.svelte-1w53b0f{display:none}}@media(max-width:768px){.container.svelte-1w53b0f{padding:0 1rem}.hero.svelte-1w53b0f{padding:1.25rem 0 1.5rem}.hero-content.svelte-1w53b0f{gap:1.5rem}.hero-text.svelte-1w53b0f{padding-top:.5rem}.hero-logo.svelte-1w53b0f{max-width:220px;margin-bottom:1rem}.hero-box.svelte-1w53b0f{padding:0;max-width:22rem}h1.svelte-1w53b0f{font-size:1.85rem;line-height:1.15;margin-bottom:1rem}.hero-description.svelte-1w53b0f{font-size:1rem;line-height:1.65}.hero-cards.svelte-1w53b0f{gap:1rem}}@media(max-width:420px){h1.svelte-1w53b0f{font-size:1.65rem}.hero-description.svelte-1w53b0f{font-size:.96rem}}.dark h1.svelte-1w53b0f,.dark .hero-description.svelte-1w53b0f{color:var(--vm-castaway)}.container.svelte-1ov90l3{max-width:1400px;margin:0 auto;padding:0 2rem}.lift-section.svelte-1ov90l3{margin-top:-8rem;padding:0 0 6rem;position:relative;z-index:1}.arrow-img.svelte-1ov90l3{position:absolute;top:3.5%;left:41%;width:17%;height:auto;pointer-events:none;z-index:10;color:var(--vm-oro)}.dark .arrow-img.svelte-1ov90l3{color:var(--vm-electric-key-lime)}.lift-grid.svelte-1ov90l3{display:flex;align-items:flex-start;gap:4rem;position:relative}.lift-left.svelte-1ov90l3,.lift-right.svelte-1ov90l3{flex:1;display:flex;flex-direction:column;align-items:center;gap:2rem}.lift-col1.svelte-1ov90l3{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.solution-content.svelte-1ov90l3{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:6rem;width:100%}.solution-crown.svelte-1ov90l3{width:90px;height:auto;color:var(--vm-oro);margin-bottom:.5rem;position:relative;z-index:1;will-change:transform,opacity}.solution-crown.svelte-1ov90l3 svg{width:100%;height:auto;fill:currentColor}.solution-text.svelte-1ov90l3{will-change:transform,opacity;background:var(--vm-light-navy);border-radius:8px;padding:2rem}.solution-headline.svelte-1ov90l3{font-family:Roboto Slab,serif;font-size:2.25rem;font-weight:700;color:var(--vm-ivory);line-height:1.3;margin:0 0 1rem}.solution-body.svelte-1ov90l3{font-size:1.15rem;color:var(--vm-ivory);line-height:1.8;margin:0}.mastery-text.svelte-1ov90l3{margin-top:3rem;max-width:540px;text-align:center;will-change:transform,opacity}.mastery-headline.svelte-1ov90l3{font-family:Roboto Slab,serif;font-size:2rem;font-weight:700;color:var(--vm-navy);line-height:1.3;margin:0 0 1rem}.mastery-body.svelte-1ov90l3{font-size:1.25rem;color:var(--vm-navy);line-height:1.8;margin:0}.lift-headline.svelte-1ov90l3{font-family:Roboto Slab,serif;font-size:2.25rem;font-weight:700;color:var(--vm-navy);line-height:1.3;max-width:500px;text-align:center;margin:0;will-change:transform,opacity}.verb-swap.svelte-1ov90l3{position:relative;display:inline-block}.verb-original.svelte-1ov90l3{transition:opacity .1s}.verb-strike.svelte-1ov90l3{position:absolute;left:-2px;right:-2px;top:55%;height:3px;background:var(--vm-crimson-tide);transform-origin:left;pointer-events:none}.verb-replacement.svelte-1ov90l3{position:absolute;left:50%;top:-.85em;transform:translate(-50%);font-size:.85em;font-weight:800;color:var(--vm-coral);letter-spacing:.05em;white-space:nowrap;pointer-events:none}.were-letter.svelte-1ov90l3{display:inline-block;will-change:opacity}.lift-body.svelte-1ov90l3{max-width:500px;text-align:center;margin-top:1.5rem;will-change:transform,opacity}.lift-body.svelte-1ov90l3 p:where(.svelte-1ov90l3){font-size:1.15rem;color:var(--vm-navy);line-height:1.8;margin:0 0 1rem}.lift-body.svelte-1ov90l3 p:where(.svelte-1ov90l3):last-child{margin-bottom:0}.lift-gif.svelte-1ov90l3{will-change:transform,opacity}.lift-gif.svelte-1ov90l3 img:where(.svelte-1ov90l3){max-width:420px;width:100%;height:auto;border-radius:12px}.spaced-rep-text.svelte-1ov90l3{margin-top:3rem;will-change:opacity;max-width:420px;text-align:center}.spaced-rep-text.svelte-1ov90l3 p:where(.svelte-1ov90l3){font-size:1.25rem;color:var(--vm-navy);line-height:1.8;margin:0}.spaced-rep-image.svelte-1ov90l3{margin-top:3.5rem;will-change:transform,opacity;color:var(--vm-navy);width:100%;max-width:550px}.spaced-rep-image.svelte-1ov90l3 svg{width:100%;height:auto;position:relative}.retention-image.svelte-1ov90l3{margin:2.5rem 1.5rem 0;will-change:transform,opacity;width:100%;max-width:550px}.retention-image.svelte-1ov90l3 svg{width:100%;height:auto}.retention-text.svelte-1ov90l3{margin-top:3.5rem;will-change:transform,opacity;max-width:540px;text-align:center}.retention-text.svelte-1ov90l3 p:where(.svelte-1ov90l3){font-size:1.25rem;color:var(--vm-navy);line-height:1.8;margin:0}@media(max-width:1024px){.lift-headline.svelte-1ov90l3,.solution-headline.svelte-1ov90l3{font-size:2rem}.lift-section.svelte-1ov90l3{margin-top:0;padding-top:3rem}.lift-grid.svelte-1ov90l3{flex-direction:column;gap:2rem}.arrow-img.svelte-1ov90l3{display:none}.lift-left.svelte-1ov90l3,.lift-right.svelte-1ov90l3{display:contents}.lift-col1.svelte-1ov90l3{order:1}.solution-content.svelte-1ov90l3{order:3;margin-top:0}.lift-gif.svelte-1ov90l3{order:4}.mastery-text.svelte-1ov90l3{order:5}.spaced-rep-image.svelte-1ov90l3{order:6}.spaced-rep-text.svelte-1ov90l3{order:7}.retention-image.svelte-1ov90l3{order:8}.retention-text.svelte-1ov90l3{order:9}.lift-col1.svelte-1ov90l3,.solution-content.svelte-1ov90l3,.lift-gif.svelte-1ov90l3,.mastery-text.svelte-1ov90l3,.spaced-rep-image.svelte-1ov90l3,.spaced-rep-text.svelte-1ov90l3,.retention-image.svelte-1ov90l3,.retention-text.svelte-1ov90l3{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.spaced-rep-image.svelte-1ov90l3{margin-top:1.5rem}.spaced-rep-text.svelte-1ov90l3{margin-top:.5rem}.retention-image.svelte-1ov90l3{margin-top:1.5rem}.retention-text.svelte-1ov90l3{margin-top:.5rem}}@media(max-width:768px){.container.svelte-1ov90l3{padding:0 1rem}.lift-headline.svelte-1ov90l3,.solution-headline.svelte-1ov90l3{font-size:1.6rem}.mastery-headline.svelte-1ov90l3{font-size:1.55rem}.lift-section.svelte-1ov90l3{padding:2rem 0 4rem}.lift-grid.svelte-1ov90l3{gap:1.5rem}.arrow-img.svelte-1ov90l3{width:5.5rem;margin:-.75rem auto 0;transform:translate(8%) rotate(14deg)}.solution-text.svelte-1ov90l3{padding:1.5rem 1.25rem}.lift-body.svelte-1ov90l3 p:where(.svelte-1ov90l3),.solution-body.svelte-1ov90l3,.mastery-body.svelte-1ov90l3,.spaced-rep-text.svelte-1ov90l3 p:where(.svelte-1ov90l3),.retention-text.svelte-1ov90l3 p:where(.svelte-1ov90l3){font-size:1rem;line-height:1.65}.lift-gif.svelte-1ov90l3 img:where(.svelte-1ov90l3){max-width:320px}}@media(max-width:420px){.lift-headline.svelte-1ov90l3,.solution-headline.svelte-1ov90l3,.mastery-headline.svelte-1ov90l3{font-size:1.4rem}}.dark .lift-headline.svelte-1ov90l3,.dark .lift-body.svelte-1ov90l3 p:where(.svelte-1ov90l3),.dark .mastery-headline.svelte-1ov90l3,.dark .mastery-body.svelte-1ov90l3,.dark .spaced-rep-text.svelte-1ov90l3 p:where(.svelte-1ov90l3),.dark .retention-text.svelte-1ov90l3 p:where(.svelte-1ov90l3){color:var(--vm-castaway)}.dark .solution-crown.svelte-1ov90l3{color:var(--vm-electric-key-lime)}.dark .spaced-rep-image.svelte-1ov90l3{color:var(--vm-castaway)}body{margin:0;padding:0;font-family:Lexend Deca,sans-serif}main.svelte-1uha8ag{background:var(--vm-ivory);min-height:calc(100vh - 80px);position:relative;overflow:hidden}.dark main.svelte-1uha8ag{background:var(--vm-navy)}main.svelte-1uha8ag:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(26,77,109,.05) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}
