.home-hero{--hero-accent:#21bfc7;--hero-accent-foreground:#0e4a4e;--hero-max-width:1280px;--hero-fade-width:18%;--hero-arrow-size:3rem;--hero-arrow-gap:0.75rem;display:flex;justify-content:center;width:100%;overflow:hidden}.dark .home-hero{--hero-accent-foreground:#a5f3fc}@media (max-width:850px){.home-hero{--hero-fade-width:18%}}.home-hero__slide{display:grid;grid-template-columns:1fr;align-items:stretch;min-height:auto;height:auto}@media (min-width:851px){.home-hero__slide{grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:450px;min-height:450px;max-height:450px}}.home-hero__content{order:2;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:2rem 1.25rem 2.5rem}@media (max-width:850px){.home-hero__content{align-items:center;text-align:center}.home-hero__badge{align-self:center}.home-hero__description,.home-hero__title{margin-inline:auto;text-align:center}.home-hero__actions{justify-content:center}}@media (min-width:851px){.home-hero__content{order:1;padding:2.5rem 2rem 2.5rem 2.5rem;overflow:hidden}}.home-hero__badge{display:inline-flex;align-items:center;align-self:flex-start;border-radius:.5rem;background-color:var(--hero-accent);padding:.375rem .875rem;font-size:.8125rem;font-weight:600;line-height:1.4;color:#ffffff}.home-hero__title{max-width:34rem;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:hsl(var(--foreground))}.home-hero__description{max-width:40rem;font-size:1rem;line-height:1.85;color:hsl(var(--muted-foreground))}.home-hero__description p{margin:0}.home-hero__description p+p{margin-top:.875rem}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.25rem}.home-hero__cta{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1.2;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.home-hero__cta--primary{background-color:var(--hero-accent);color:#ffffff}.home-hero__cta--primary:hover{background-color:color-mix(in srgb,var(--hero-accent) 88%,#000000)}.home-hero__cta--secondary{border:1px solid color-mix(in srgb,var(--hero-accent) 55%,transparent);background-color:transparent;color:var(--hero-accent)}.home-hero__cta--secondary:hover{border-color:var(--hero-accent);background-color:color-mix(in srgb,var(--hero-accent) 10%,transparent)}.home-hero__cta:focus-visible{outline:2px solid var(--hero-accent);outline-offset:2px}.home-hero__media{order:1;position:relative;isolation:isolate;overflow:hidden;background-color:hsl(var(--muted)/.35)}@media (max-width:850px){.home-hero__media{height:350px;min-height:350px;max-height:350px}}@media (min-width:851px){.home-hero__media{order:2;height:450px;min-height:450px}}.home-hero__image{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover}.home-hero__image-placeholder{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--muted)/.4)}.home-hero__media-fades{position:absolute;inset:0;z-index:2;pointer-events:none}.home-hero__fade-inner{right:0;background:linear-gradient(to left,hsl(var(--background)) 0,hsl(var(--background)/.92) 18%,hsl(var(--background)/.45) 55%,transparent 100%)}.home-hero__fade-inner,.home-hero__fade-outer{pointer-events:none;position:absolute;top:0;bottom:0;width:var(--hero-fade-width)}.home-hero__fade-outer{left:0;background:linear-gradient(to right,hsl(var(--background)) 0,hsl(var(--background)/.92) 18%,hsl(var(--background)/.45) 55%,transparent 100%)}.home-hero-carousel__swiper{width:100%;overflow:hidden}.home-hero-carousel__swiper .swiper-slide{overflow:hidden}.home-hero-carousel{width:100%;max-width:var(--hero-max-width);background-color:hsl(var(--background));border-radius:0}.home-hero-carousel,.home-hero-carousel__controls{position:relative;overflow:visible}.home-hero-carousel__arrow{position:absolute;top:50%;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:var(--hero-arrow-size);height:var(--hero-arrow-size);transform:translateY(-50%);border-radius:.75rem;border:1px solid var(--hero-accent);background-color:hsl(var(--background)/.92);color:var(--hero-accent);box-shadow:0 4px 18px hsl(var(--foreground)/.06);opacity:.16;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.home-hero-carousel:hover .home-hero-carousel__arrow{opacity:.72}.home-hero-carousel__arrow:hover{border-color:var(--hero-accent);background-color:var(--hero-accent);color:#ffffff;opacity:1}.home-hero-carousel__arrow:active{background-color:color-mix(in srgb,var(--hero-accent) 88%,#000000);border-color:color-mix(in srgb,var(--hero-accent) 88%,#000000);color:#ffffff}.home-hero-carousel__arrow:focus-visible{outline:2px solid var(--hero-accent);outline-offset:2px}.home-hero-carousel__arrow.swiper-button-disabled{opacity:.08;pointer-events:none}.home-hero-carousel__arrow--prev{inset-inline-start:1rem}.home-hero-carousel__arrow--next{inset-inline-end:1rem}.home-hero-carousel-pagination{display:flex;justify-content:center;gap:.5rem;padding:1rem 1rem 1.25rem}.home-hero-carousel-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;margin:0!important;border-radius:9999px;background-color:hsl(var(--muted-foreground)/.35);opacity:1;transition:width .2s ease,background-color .2s ease}.home-hero-carousel-pagination .swiper-pagination-bullet-active{width:1.5rem;background-color:var(--hero-accent)}@media (max-width:650px){.home-hero-carousel__controls{position:static}.home-hero-carousel__arrow{top:auto;bottom:.125rem;width:2.5rem;height:2.5rem;transform:none}.home-hero-carousel__arrow--prev{right:auto;left:1rem}.home-hero-carousel__arrow--next{right:auto;left:calc(1rem + 2.5rem + var(--hero-arrow-gap))}}@media (prefers-reduced-motion:reduce){.home-hero-carousel-pagination .swiper-pagination-bullet,.home-hero-carousel__arrow,.home-hero__cta{transition:none}}