.HeroSection-module-scss-module__8AKCfW__root{min-height:560px;max-width:var(--content-max-width);text-align:center;flex-direction:column;align-items:center;gap:2.5rem;margin:0 auto;padding:6rem 1.5rem 9rem;display:flex}.HeroSection-module-scss-module__8AKCfW__content{flex-direction:column;align-items:center;gap:1.75rem;max-width:720px;display:flex}.HeroSection-module-scss-module__8AKCfW__title{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.15}.HeroSection-module-scss-module__8AKCfW__sloganWrapper{background:var(--background-muted);border:1px solid var(--background-active);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:6rem;padding:1.5rem 1.75rem;display:flex;position:relative;box-shadow:0 2px 12px #0000000a}.HeroSection-module-scss-module__8AKCfW__slogan{letter-spacing:.02em;color:var(--foreground);opacity:0;justify-content:center;align-items:center;margin:0;padding:1.5rem 1.75rem 2.5rem;font-size:1.35rem;font-weight:600;line-height:1.55;transition:opacity .5s ease-in-out;display:flex;position:absolute;inset:0}.HeroSection-module-scss-module__8AKCfW__sloganActive{opacity:1;z-index:1}.HeroSection-module-scss-module__8AKCfW__sloganIndicators{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.HeroSection-module-scss-module__8AKCfW__sloganDot{background:var(--foreground);opacity:.25;border-radius:50%;width:6px;height:6px;transition:opacity .3s,transform .3s}.HeroSection-module-scss-module__8AKCfW__sloganDotActive{opacity:.9;background:var(--button-primary-bg);transform:scale(1.25)}[data-theme=dark] .HeroSection-module-scss-module__8AKCfW__sloganWrapper{box-shadow:0 2px 16px #0003}.HeroSection-module-scss-module__8AKCfW__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.HeroSection-module-scss-module__8AKCfW__primaryCta{background:var(--button-primary-bg);color:var(--button-primary-color);border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.HeroSection-module-scss-module__8AKCfW__primaryCta:hover{background:var(--button-primary-bg-hover);transform:translateY(-1px)}.HeroSection-module-scss-module__8AKCfW__secondaryCta{border:2px solid var(--border-button);color:var(--foreground);border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.HeroSection-module-scss-module__8AKCfW__secondaryCta:hover{border-color:var(--border-button-hover);background:var(--background-hover)}.HeroSection-module-scss-module__8AKCfW__imageSlider{aspect-ratio:16/10;border:1px solid var(--border);width:100%;max-width:620px;box-shadow:var(--shadow-md);border-radius:.75rem;position:relative;overflow:hidden}.HeroSection-module-scss-module__8AKCfW__sliderImage{opacity:0;background:var(--background-muted);transition:opacity .5s ease-in-out;position:absolute;inset:0}.HeroSection-module-scss-module__8AKCfW__sliderImageActive{opacity:1}.HeroSection-module-scss-module__8AKCfW__sliderImg{object-fit:cover}@media (min-width:768px){.HeroSection-module-scss-module__8AKCfW__root{text-align:left;flex-direction:row;gap:4rem;min-height:620px;padding:7rem 2rem 10rem}.HeroSection-module-scss-module__8AKCfW__content{align-items:flex-start}.HeroSection-module-scss-module__8AKCfW__sloganWrapper{border-left:4px solid var(--button-primary-bg);justify-content:center;align-items:stretch;min-height:6.5rem;padding:1.75rem 2rem;box-shadow:0 4px 20px #0000000f}[data-theme=dark] .HeroSection-module-scss-module__8AKCfW__sloganWrapper{box-shadow:0 4px 24px #00000059}.HeroSection-module-scss-module__8AKCfW__slogan{text-align:left;justify-content:flex-start;padding:1.75rem 2rem 3rem}.HeroSection-module-scss-module__8AKCfW__sloganIndicators{left:2rem;transform:none}.HeroSection-module-scss-module__8AKCfW__ctas{justify-content:flex-start}.HeroSection-module-scss-module__8AKCfW__imageSlider{aspect-ratio:16/10;min-width:320px;max-width:620px}}
.FeaturesSection-module-scss-module__xy5XQa__root{background:var(--background-muted);padding:4rem 1.5rem 5rem}.FeaturesSection-module-scss-module__xy5XQa__heading{text-align:center;color:var(--foreground);margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.FeaturesSection-module-scss-module__xy5XQa__subheading{text-align:center;color:var(--foreground);opacity:.8;max-width:560px;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.6}.FeaturesSection-module-scss-module__xy5XQa__grid{max-width:var(--content-max-width);grid-template-columns:1fr;gap:1.5rem;margin:0 auto;display:grid}.FeaturesSection-module-scss-module__xy5XQa__card{background:var(--background);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.75rem;transition:box-shadow .2s,transform .2s}.FeaturesSection-module-scss-module__xy5XQa__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.FeaturesSection-module-scss-module__xy5XQa__cardIcon{width:48px;height:48px;color:var(--foreground);opacity:.85;margin-bottom:1rem}.FeaturesSection-module-scss-module__xy5XQa__cardIcon svg{width:100%;height:100%}.FeaturesSection-module-scss-module__xy5XQa__cardTitle{color:var(--foreground);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.FeaturesSection-module-scss-module__xy5XQa__cardDesc{color:var(--foreground);opacity:.8;margin:0;font-size:.9375rem;line-height:1.55}@media (min-width:640px){.FeaturesSection-module-scss-module__xy5XQa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.FeaturesSection-module-scss-module__xy5XQa__grid{grid-template-columns:repeat(4,1fr)}}
.CtaSection-module-scss-module__Il4jhq__root{text-align:center;padding:4rem 1.5rem 5rem}.CtaSection-module-scss-module__Il4jhq__content{max-width:var(--content-max-width);flex-direction:column;align-items:center;gap:1rem;width:100%;margin:0 auto;display:flex}.CtaSection-module-scss-module__Il4jhq__textBlock{flex-direction:column;align-items:center;gap:.5rem;max-width:640px;display:flex}.CtaSection-module-scss-module__Il4jhq__heading{color:var(--foreground);margin:0;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700}.CtaSection-module-scss-module__Il4jhq__subheading{color:var(--foreground);opacity:.85;text-align:center;margin:0;font-size:1rem;line-height:1.6}.CtaSection-module-scss-module__Il4jhq__button{background:var(--button-primary-bg);color:var(--button-primary-color);border-radius:.5rem;justify-content:center;align-items:center;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.CtaSection-module-scss-module__Il4jhq__button:hover{background:var(--button-primary-bg-hover);transform:translateY(-1px)}
.LandingPage-module-scss-module__9vIhJq__root{min-height:100%}
