.page_home__jFQbK{display:flex;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:clamp(1.5rem,5vw,4rem) clamp(1rem,4vw,2rem);box-sizing:border-box;background:var(--background);color:var(--foreground)}.page_layout__mbNju{display:grid;width:100%;max-width:1300px;gap:clamp(2rem,4vw,4rem);grid-template-columns:1fr;align-items:start;justify-items:center}@media (min-width:768px){.page_layout__mbNju{gap:clamp(2.5rem,5vw,4rem);justify-items:stretch}}@media (min-width:1024px){.page_layout__mbNju{grid-template-columns:minmax(380px,1fr) minmax(420px,640px);align-items:center;justify-items:center}.page_home__jFQbK{align-items:center;padding-top:clamp(2rem,5vw,5rem)}}@media (min-width:1600px){.page_layout__mbNju{max-width:1400px;gap:clamp(3rem,4vw,5rem)}}.Hero_hero__1d92z{display:contents}.Hero_textContent__QgIjK{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width:1024px){.Hero_textContent__QgIjK{align-items:center;text-align:center}}.Hero_heroTitle___opGS{font-weight:800;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;color:var(--foreground);margin:0 0 1.25rem;max-width:42rem}.Hero_heroSubtext__7QEwd{max-width:42rem;font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin:0 0 1.5rem}.Hero_ctaRow__9uDR0{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;justify-content:flex-start}@media (max-width:1024px){.Hero_ctaRow__9uDR0{justify-content:center}}.Hero_btnPrimary__Fapyt,.Hero_btnSecondary__a_aJw{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:.6rem;font-weight:600;font-size:1rem;text-decoration:none;transition:var(--transition-base)}.Hero_btnPrimary__Fapyt{background:var(--accent);color:var(--accent-foreground);box-shadow:var(--shadow-sm)}.Hero_btnPrimary__Fapyt:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.Hero_btnSecondary__a_aJw{background:transparent;color:var(--foreground);border:1.5px solid var(--panel-border)}.Hero_btnSecondary__a_aJw:hover{background:var(--panel-bg);border-color:var(--accent);color:var(--accent)}.Hero_trustChips__lqg9Q{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.95rem;color:var(--muted-foreground);margin:0 0 2rem;padding:0;list-style:none}.Hero_trustChips__lqg9Q li{display:inline-flex;align-items:center;gap:.4rem;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:9999px;padding:.4rem .8rem;transition:var(--transition-fast)}.Hero_trustChips__lqg9Q li:hover{border-color:var(--accent);color:var(--accent)}.Hero_trustChips__lqg9Q svg{color:var(--brand-green)}@media (max-width:768px){.Hero_trustChips__lqg9Q{justify-content:center;margin:0 auto 2rem;max-width:28rem}}.Hero_slideshowWrapper__Zxkkr{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.Hero_slideshow__S0D7H{position:relative;width:100%;max-width:42rem;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow-md)}.Hero_image__5_3pO{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .4s ease-in-out}.Hero_navButton__Q1HLu{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);color:#fff;border:none;border-radius:9999px;padding:.55rem;cursor:pointer;backdrop-filter:blur(3px);transition:background .25s ease}.Hero_navButton__Q1HLu:hover{background:rgba(0,0,0,.65)}.Hero_left__Nz_2N{left:.75rem}.Hero_right__OUVGh{right:.75rem}.Hero_dots__NKGdd{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.Hero_dot__eI13E{width:.65rem;height:.65rem;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:var(--transition-fast)}.Hero_activeDot__QzmSW{background:var(--accent);transform:scale(1.1)}.Hero_caption__Hw4AX{font-size:.95rem;font-weight:500;text-align:center;max-width:36rem;line-height:1.5;padding:.5rem .9rem;border-radius:.5rem;backdrop-filter:blur(6px);box-shadow:var(--shadow-sm)}html[data-theme=light] .Hero_caption__Hw4AX{color:#202124;background:rgba(255,255,255,.9)}html[data-theme=dark] .Hero_caption__Hw4AX{color:#fff;background:rgba(32,33,36,.85)}