.hero{text-align:center;background:#f8fafb;padding-top:120px;padding-bottom:0;overflow:visible}.hero__inner{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.hero__headline{font-family:var(--font-poppins),sans-serif;letter-spacing:0;color:var(--navy);flex-direction:column;align-items:center;gap:0;margin-bottom:24px;font-size:clamp(32px,4.5vw,48px);font-weight:600;line-height:1.33;display:flex}.hero__line{align-items:center;gap:10px;display:flex}.hero__lock-icon{width:60px;height:60px;color:var(--blue);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:0;animation:.5s .8s both hero-icon-shake;display:inline-flex;transform:rotate(-6deg);box-shadow:0 4px 16px #0000001f,0 1px 3px #0000000f}.hero__lock-icon:hover{animation:.5s hero-icon-shake-hover}.hero__lock-icon svg{width:36px;height:36px}@keyframes hero-icon-shake{0%,to{transform:rotate(-6deg)}15%{transform:rotate(-6deg)translate(-2px)rotate(-4deg)}30%{transform:rotate(-6deg)translate(2px)rotate(4deg)}45%{transform:rotate(-6deg)translate(-1px)rotate(-2deg)}60%{transform:rotate(-6deg)translate(1px)rotate(2deg)}75%{transform:rotate(-6deg)translate(-1px)}}@keyframes hero-icon-shake-hover{0%,to{transform:rotate(-6deg)}15%{transform:rotate(-6deg)translate(-2px)rotate(-4deg)}30%{transform:rotate(-6deg)translate(2px)rotate(4deg)}45%{transform:rotate(-6deg)translate(-1px)rotate(-2deg)}60%{transform:rotate(-6deg)translate(1px)rotate(2deg)}75%{transform:rotate(-6deg)translate(-1px)}}.hero__avatars{align-items:center;margin:0 2px;display:inline-flex}.hero__avatar{border:3px solid var(--blue);object-fit:cover;border-radius:50%;width:clamp(36px,4.2vw,52px);height:clamp(36px,4.2vw,52px)}.hero__avatar:nth-child(2){border-color:#4ade80}.hero__avatar:nth-child(3){border-color:var(--cyan)}.hero__avatar+.hero__avatar{margin-left:-10px}.hero__highlight{background:linear-gradient(90deg,#99f6e4,#67e8f9,#7dd3fc,#67e8f9,#99f6e4) 0 0/200% 100%;border-radius:10px;padding:4px 18px 8px;animation:12s ease-in-out infinite hero-gradient-shift;display:inline-block;position:relative;overflow:hidden}.hero__highlight-img{object-fit:cover;mix-blend-mode:multiply;opacity:.6;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__highlight-text{z-index:1;color:var(--navy);position:relative}@keyframes hero-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero__sub{font-family:var(--font-inter),sans-serif;color:#0f171f;max-width:480px;margin-bottom:32px;font-size:18px;font-weight:400;line-height:1.78}.hero__actions{align-items:center;gap:12px;margin-bottom:56px;display:flex}.hero__video-wrap{justify-content:center;align-items:center;width:100%;padding:0 48px;display:flex;position:relative}.hero__video-frame{z-index:2;background:#8fe5f8;border-radius:32px;width:100%;max-width:1250px;padding:24px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:relative;transform:scale(.95);box-shadow:0 0 40px #8fe5f840,0 0 80px #8fe5f81a}.hero__video-frame--visible{transform:scale(1)}.hero__video-container{z-index:2;width:100%;position:relative}.hero__video{background:#eef1f5;border-radius:16px;width:100%;display:block}.hero__play-btn{color:#fff;cursor:pointer;z-index:3;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 20px #2563eb66}.hero__play-label{font-family:var(--font-inter),sans-serif;white-space:nowrap;opacity:0;max-width:0;font-size:14px;font-weight:600;transition:max-width .25s,opacity .2s;overflow:hidden}.hero__video-container--muted:hover .hero__play-label{opacity:1;max-width:150px}.hero__video-container--muted:hover .hero__play-btn{border-radius:28px;gap:8px;width:auto;padding:0 20px}.hero__video-container:not(.hero__video-container--muted){cursor:pointer}.hero__pause-overlay{color:#fff;z-index:3;pointer-events:none;background:#0f171f99;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:1.5s forwards hero-pause-fade;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hero-pause-fade{0%{opacity:1}60%{opacity:1}to{opacity:0}}.hero__floats{z-index:-1;pointer-events:none;width:180px;height:300px;position:absolute;top:50%;transform:translateY(-50%)}.hero__floats--left{left:-100px}.hero__floats--right{right:-100px}.hero__float-card{object-fit:cover;border-radius:14px;width:150px;height:auto;position:absolute;box-shadow:0 8px 30px #0000001f}.hero__floats--left .hero__float-card--back{z-index:1;bottom:0;left:0;transform:rotate(-8deg)}.hero__floats--left .hero__float-card--mid{z-index:2;bottom:50px;left:20px;transform:rotate(-3deg)}.hero__floats--left .hero__float-card--front{z-index:3;bottom:100px;left:40px;transform:rotate(2deg)}.hero__floats--right .hero__float-card--back{z-index:1;bottom:0;right:0;transform:rotate(8deg)}.hero__floats--right .hero__float-card--mid{z-index:2;bottom:50px;right:20px;transform:rotate(3deg)}.hero__floats--right .hero__float-card--front{z-index:3;bottom:100px;right:40px;transform:rotate(-2deg)}.hero__trust-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.hero__trust{border-top:1px solid #e8eaef;align-items:center;gap:40px;width:100%;margin-top:48px;padding:36px 0 40px;display:flex}.hero__trust-label{font-family:var(--font-poppins),sans-serif;color:var(--navy);text-align:left;flex-shrink:0;max-width:160px;font-size:16px;font-weight:600;line-height:1.25}.hero__trust-track-mask{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 50px,#000 300px calc(100% - 300px),#0000 calc(100% - 50px));mask-image:linear-gradient(90deg,#0000 50px,#000 300px calc(100% - 300px),#0000 calc(100% - 50px))}.hero__trust-track{width:max-content;animation:20s linear infinite trust-scroll;display:flex}@keyframes trust-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero__trust-logos{flex-shrink:0;align-items:center;gap:56px;padding:0 28px;display:flex}.hero__trust-logo{font-family:var(--font-inter),sans-serif;color:#4b5563;letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:6px;font-size:18px;font-weight:600;display:inline-flex}.hero__trust-logo sup,.hero__trust-logo sub{font-size:10px}.hero__trust-logo--airdat{font-family:var(--font-inter),sans-serif;letter-spacing:.08em;font-size:24px;font-weight:700}.hero__trust-logo--revv{font-size:20px;font-weight:600}.hero__trust-logo--brighte{font-size:20px;font-weight:700}.hero__trust-logo--hnry{font-family:var(--font-inter),sans-serif;letter-spacing:-.02em;font-size:24px;font-weight:600}.hero__trust-logo--maple strong{font-size:24px;font-weight:800}.hero__trust-logo--weski{letter-spacing:.04em;font-size:24px;font-weight:700}@media (max-width:1199px){.hero__lock-icon{border-radius:10px;width:44px;height:44px}.hero__lock-icon svg{width:24px;height:24px}}@media (max-width:900px){.hero__video-wrap{padding:0 24px}.hero__floats{width:120px;height:200px}.hero__float-card{width:90px}.hero__floats--left{left:-10px}.hero__floats--right{right:-10px}}@media (max-width:799px){.hero__avatars{display:none}.hero__lock-icon{border-radius:8px;width:38px;height:38px}.hero__lock-icon svg{width:20px;height:20px}}@media (max-width:640px){.hero{padding-top:100px}.hero__floats{display:none}.hero__video-wrap{padding:0}.hero__trust{text-align:center;flex-direction:column;gap:16px}.hero__trust-label{text-align:center;max-width:none}}
