.hero{--deep-water: #202C3C;--sky-blue: #0FBBF1;--aqua: #00ECCC;--white: #ffffff;--silver: #B8CDD9;--dim: #6B8BA3;--mono: "DM Mono", monospace;--sans: "HafferSQ", sans-serif;--ease-smooth: cubic-bezier(.25, .1, .25, 1)}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--deep-water)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity 1s var(--ease-smooth)}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(20,30,45,.82) 0%,rgba(20,30,45,.55) 40%,transparent 65%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;width:100%;padding:80px 72px 100px;display:flex;flex-direction:column;justify-content:center}.hero-tag{font-family:var(--sans);font-size:1.65rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--silver);margin-bottom:16px}.hero-title{font-family:var(--sans);font-weight:700;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.18;letter-spacing:-.03em;margin-bottom:18px;color:var(--white);max-width:720px;position:relative}.hero-sub{font-weight:300;font-size:1.1rem;color:var(--silver);line-height:1.7;margin-bottom:28px}.hero-tagline{display:block;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease;white-space:nowrap}.hero-tagline.active{opacity:1;position:relative}.hero-tagline .tl-word{display:inline-block;opacity:0;transform:translateY(18px) scale(.97);transition:opacity .7s ease,transform .7s var(--ease-smooth)}.hero-tagline .tl-word.visible{opacity:1;transform:translateY(0) scale(1)}.hero-tagline .tl-word.hiding{opacity:0;transform:translateY(-12px) scale(.97);transition:opacity .4s ease,transform .4s ease}.hero-tagline .tl-br{display:block}.hero-social-proof{display:flex;align-items:center;gap:12px;margin-bottom:20px}.hero-social-proof .stars{color:#f5c518;font-size:2.1rem;letter-spacing:2px}.hero-social-proof .proof-text{font-family:var(--sans);font-size:1.875rem;color:var(--silver);font-weight:300}.hero-social-proof .proof-text strong{color:var(--white);font-weight:500}.hero-price-block{margin-bottom:6px}.hero-payback{font-family:var(--sans);font-size:1.875rem;color:var(--aqua);letter-spacing:.04em;margin-bottom:6px}.hero-monthly{font-family:var(--sans);font-size:1.25rem;color:var(--silver);margin-bottom:24px}.hero-monthly strong{color:var(--white);font-weight:600;font-size:1.35rem}.hero .cta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero .btn-primary{display:inline-block;padding:20px 52px;background:var(--sky-blue);color:var(--deep-water);font-family:var(--sans);font-size:1.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;border-radius:2px;transition:all .4s var(--ease-smooth);text-decoration:none;animation:hero-glow-pulse 3s ease-in-out infinite}.hero .btn-primary:hover{background:var(--aqua);color:var(--deep-water);animation:none;box-shadow:0 0 20px #0fbbf199}@keyframes hero-glow-pulse{0%,to{box-shadow:0 0 8px #0fbbf14d,0 0 24px #0fbbf11a}50%{box-shadow:0 0 16px #0fbbf180,0 0 48px #0fbbf133}}.hero-bubbles{display:flex;gap:10px;margin-top:0;flex-wrap:nowrap;position:relative;z-index:4}.hero-bubble{font-family:var(--sans);font-size:1.5rem;font-weight:600;letter-spacing:.08em;padding:12px 26px;border-radius:50px;color:var(--white);background:#00b4dc26;border:1px solid rgba(0,180,220,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap}.hero-bubble:nth-child(2){background:#00d2be2e;border-color:#00d2be66}.hero-bubble:nth-child(3){background:#a078ff26;border-color:#a078ff59}.hero-thumbs{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:none;gap:10px;z-index:3}.hero-thumb{width:56px;height:56px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.5);opacity:.65;transition:all .4s var(--ease-smooth);box-shadow:0 2px 12px #0000004d}.hero-thumb.active{border-color:#fff;opacity:1}.hero-thumb:hover{opacity:.85}.hero-thumb img{width:100%;height:100%;object-fit:cover}@keyframes float-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero-thumb:hover{animation:float-bob 1.5s ease-in-out infinite}@media(max-width:1100px){.hero-content{padding:60px 48px 80px}.hero-title{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:12px}.hero-tag{font-size:1.2rem}.hero-social-proof .stars{font-size:1.6rem}.hero-social-proof .proof-text,.hero-payback{font-size:1.4rem}.hero .btn-primary{padding:16px 40px;font-size:1.3rem}.hero-bubble{font-size:1.1rem;padding:10px 20px}}@media(max-width:768px){.hero{flex-direction:column;align-items:stretch;min-height:100vh;min-height:100dvh}.hero-bg{position:relative;inset:auto;width:100%;height:40vh;min-height:240px;flex-shrink:0}.hero-bg:after{background:linear-gradient(to bottom,transparent 40%,rgba(20,30,45,.95) 100%)}.hero-bg img{object-position:center 30%}.hero-content{padding:24px 24px 32px;flex:1;justify-content:flex-start;background:var(--deep-water)}.hero-social-proof{margin-bottom:12px}.hero-title{font-size:clamp(2.8rem,10vw,4rem);margin-bottom:12px}.hero-price-block{margin-bottom:4px}.hero-payback{margin-bottom:2px}.hero-monthly{margin-bottom:12px}.hero-social-proof{flex-wrap:wrap;gap:8px}.hero-bubbles{justify-content:flex-start;gap:6px;margin-top:36px}.hero-bubble{font-size:.58rem;padding:6px 12px}.hero-thumbs{display:none!important}.hero-tagline:not(.active){visibility:hidden;height:0;overflow:hidden}.hero-title{overflow:visible}}@media(max-width:390px){.hero-title{font-size:2.8rem}.hero-bg{height:45vh;min-height:280px}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/hero-v6.css.map */
