.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__xCX68{display:contents}.Hero_textContent__WMUfL{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width:1024px){.Hero_textContent__WMUfL{align-items:center;text-align:center}}.Hero_heroTitle__sk_BY{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__Z0tCQ{max-width:42rem;font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin:0 0 1.5rem}.Hero_ctaRow__GM2cS{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;justify-content:flex-start}@media (max-width:1024px){.Hero_ctaRow__GM2cS{justify-content:center}}.Hero_btnPrimary__a5hMW,.Hero_btnSecondary__f_9JA{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__a5hMW{background:var(--accent);color:var(--accent-foreground);box-shadow:var(--shadow-sm)}.Hero_btnPrimary__a5hMW:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.Hero_btnSecondary__f_9JA{background:transparent;color:var(--foreground);border:1.5px solid var(--panel-border)}.Hero_btnSecondary__f_9JA:hover{background:var(--panel-bg);border-color:var(--accent);color:var(--accent)}.Hero_trustChips__3AVhD{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__3AVhD 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__3AVhD li:hover{border-color:var(--accent);color:var(--accent)}.Hero_trustChips__3AVhD svg{color:var(--brand-green)}@media (max-width:768px){.Hero_trustChips__3AVhD{justify-content:center;margin:0 auto 2rem;max-width:28rem}}.Hero_slideshowWrapper__QZDHA{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.Hero_slideshow__qOf5T{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__m7__2{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .4s ease-in-out}.Hero_navButton__QhzeJ{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__QhzeJ:hover{background:rgba(0,0,0,.65)}.Hero_left__8zyRC{left:.75rem}.Hero_right__MxUBX{right:.75rem}.Hero_dots__IiONi{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.Hero_dot__caGuY{width:.65rem;height:.65rem;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:var(--transition-fast)}.Hero_activeDot__KMqtx{background:var(--accent);transform:scale(1.1)}.Hero_caption__0HfSa{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__0HfSa{color:#202124;background:rgba(255,255,255,.9)}html[data-theme=dark] .Hero_caption__0HfSa{color:#fff;background:rgba(32,33,36,.85)}