.hero{position:relative;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#1d1d1f}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;filter:saturate(1.05) contrast(1.05)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,30,.2) 0,rgba(10,10,30,.55));z-index:1}.hero__content{position:relative;z-index:2;width:100%;height:100%;text-align:center;padding:0 24px}.hero__title{font-family:var(--font-sans);font-weight:100;font-size:clamp(38px,5vw,78px);line-height:1.05;color:#fafafa;margin:0;letter-spacing:-.02em;position:absolute;left:50%;top:44%;transform:translate(-50%,-52%);width:min(1300px,94vw);white-space:nowrap}.hero__title-regular{color:#f8f8f8;font-weight:100;font-size:inherit}.hero__title-bold{font-weight:800;font-size:inherit}.hero__subtitle{font-family:var(--font-poppins);font-weight:300;font-size:clamp(16px,1.9vw,28px);line-height:30px;color:#ffffff;max-width:900px;width:min(980px,92vw);top:53%;margin:215px 0 0}.hero__arrows,.hero__subtitle{position:absolute;left:50%;transform:translateX(-50%)}.hero__arrows{top:50%;margin-top:330px;display:flex;flex-direction:column;align-items:center;gap:0;color:rgba(255,255,255,.72);animation:arrowBounce 1.6s ease-in-out infinite}.hero__arrow{display:block}.hero__arrow--second{margin-top:-12px;opacity:.9}@keyframes arrowBounce{0%,to{transform:translateX(-50%) translateY(0);opacity:.6}50%{transform:translateX(-50%) translateY(6px);opacity:1}}@media (max-width:768px){.hero{min-height:80vh;min-height:80dvh}.hero__title{transform:translate(-50%,-58%);width:min(1100px,94vw)}.hero__subtitle{margin-top:170px;line-height:26px}.hero__arrows{margin-top:260px}}@media (max-width:480px){.hero__content{padding:0 18px}.hero__title{top:46%;transform:translate(-50%,-58%);font-size:clamp(22px,6.8vw,34px);width:calc(100vw - 48px);max-width:calc(100vw - 48px);white-space:nowrap;overflow:hidden;text-overflow:clip}.hero__subtitle{margin-top:150px;line-height:24px}.hero__arrows{margin-top:245px}}.how-it-works{padding:56px 32px 48px;background-color:var(--color-bg);text-align:center}.how-it-works__title{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:450;font-size:42px;color:#ffffff;margin:0 0 32px;letter-spacing:-.02em;text-align:center}.how-it-works__title:after{content:none}.how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0 20px;gap:0 20px;max-width:1100px;margin:0 auto;text-align:left;align-items:start}.how-it-works__step{display:flex;align-items:flex-start;gap:6px}.how-it-works__step-number{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:42px;color:#ffffff;line-height:1;white-space:nowrap;flex-shrink:0;margin-top:-4px}.how-it-works__step-text{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding-top:2px}.how-it-works__step-line{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;font-size:15px;color:rgba(255,255,255,.7);line-height:1.4;margin:0;white-space:normal;min-width:0}.how-it-works__mobile{display:none}.how-it-works__desktop{display:block}@media (max-width:980px){.how-it-works__steps{grid-template-columns:repeat(2,1fr);gap:24px 28px;max-width:780px}}@media (max-width:575px){.how-it-works__desktop,.how-it-works__mobile{display:none}.how-it-works{padding:0;display:none}}