.hero-v2{--hero-v2-bg-start: #ffffff;--hero-v2-bg-end: #f0f9ff;--hero-v2-primary: #3b82f6;--hero-v2-accent-end: #8b5cf6;--hero-v2-dark: #1a1a2e;--hero-v2-muted: #64748b;--hero-v2-white: #ffffff;--hero-v2-stat-bg: #ffffff;--hero-v2-stat-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--hero-v2-badge-shadow: 0 10px 25px -5px rgba(0, 0, 0, .15), 0 8px 10px -6px rgba(0, 0, 0, .1);--hero-v2-radius: 12px;--hero-v2-radius-lg: 24px;--hero-v2-radius-full: 9999px}.hero-v2{position:relative;min-height:600px;padding:60px 20px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.hero-v2__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bf,#0006);z-index:1}.hero-v2__container{position:relative;z-index:2;max-width:1280px;margin:0 auto;width:100%}.hero-v2__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.hero-v2__eyebrow{display:inline-block;font-size:18px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(90deg,#ef4444,#fff,#3b82f6,#fff,#ef4444);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:aurora-flow 4s ease-in-out infinite}@keyframes aurora-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-v2__headline{font-size:32px;font-weight:900;line-height:1.1;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.7);margin:0}.hero-v2__headline-highlight{display:block;font-size:48px;font-weight:900;line-height:.95;color:#fff;text-shadow:0 0 10px rgba(56,189,248,.8),0 0 20px rgba(56,189,248,.6),0 0 40px rgba(56,189,248,.4),0 0 60px rgba(56,189,248,.2),2px 4px 8px rgba(0,0,0,.4)}.hero-v2__subheadline{font-size:18px;font-weight:400;line-height:1.6;color:#ffffffd9;margin:0;max-width:480px}.hero-v2__subheadline p{margin:0}.hero-v2__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:400px;margin-top:8px}.hero-v2__stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--hero-v2-radius);border:1px solid rgba(255,255,255,.2)}.hero-v2__stat:last-child:nth-child(odd){grid-column:1 / -1;max-width:200px;justify-self:center}.hero-v2__stat-icon{width:24px;height:24px;color:var(--hero-v2-primary);flex-shrink:0}.hero-v2__stat-value{font-size:24px;font-weight:900;color:#fff;line-height:1}.hero-v2__stat-label{font-size:12px;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.hero-v2__ctas{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;margin-top:8px}.hero-v2__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;font-size:16px;font-weight:700;text-decoration:none;border-radius:var(--hero-v2-radius);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.hero-v2__cta:hover{transform:translateY(-2px)}.hero-v2__cta--primary{background:#38bdf8;color:#fff;border-radius:50px;box-shadow:0 4px 14px #38bdf866}.hero-v2__cta--primary:hover{background:#0ea5e9;color:#fff;box-shadow:0 6px 20px #38bdf880}.hero-v2__cta--secondary{background:#fff;color:#1a1a2e;border:none;border-radius:50px}.hero-v2__cta--secondary:hover{background:#1a1a2e;color:#fff}.hero-v2__cta-icon{width:20px;height:20px;flex-shrink:0}.hero-v2__badge{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;background:var(--hero-v2-white);border-radius:var(--hero-v2-radius);box-shadow:var(--hero-v2-badge-shadow);animation:hero-v2-float 3s ease-in-out infinite;z-index:10}.hero-v2__badge--top-right{top:15%;right:5%;animation-delay:0s}.hero-v2__badge--bottom-left{bottom:15%;right:15%;animation-delay:1.5s}.hero-v2__badge-icon{width:24px;height:24px;color:var(--hero-v2-primary)}.hero-v2__badge-text{font-size:14px;font-weight:700;color:var(--hero-v2-dark);line-height:1.2;white-space:nowrap}.hero-v2__badge-subtext{font-size:11px;font-weight:500;color:var(--hero-v2-muted);white-space:nowrap}@keyframes hero-v2-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:767px){.hero-v2__badge{display:none}}@media(min-width:768px){.hero-v2{padding:80px 40px;min-height:650px}.hero-v2__eyebrow{font-size:20px}.hero-v2__headline{font-size:40px}.hero-v2__headline-highlight{font-size:64px}.hero-v2__subheadline{font-size:20px}.hero-v2__stats{grid-template-columns:repeat(3,1fr);max-width:500px}.hero-v2__stat:last-child:nth-child(odd){grid-column:auto;max-width:none;justify-self:auto}.hero-v2__stat-value{font-size:28px}.hero-v2__ctas{flex-direction:row;max-width:none;width:auto}.hero-v2__badge--top-right{right:8%}.hero-v2__badge--bottom-left{right:18%}}@media(min-width:1024px){.hero-v2{padding:100px 60px;min-height:700px}.hero-v2__content{align-items:flex-start;text-align:left;max-width:600px}.hero-v2__eyebrow{font-size:22px}.hero-v2__headline{font-size:44px}.hero-v2__headline-highlight{font-size:72px;display:inline}.hero-v2__subheadline{font-size:20px;max-width:520px}.hero-v2__stats{justify-content:flex-start;max-width:none}.hero-v2__stat{padding:20px 24px}.hero-v2__stat-value{font-size:32px}.hero-v2__stat-label{font-size:13px}.hero-v2__badge{padding:14px 20px}.hero-v2__badge--top-right{top:20%;right:10%}.hero-v2__badge--bottom-left{bottom:20%;right:20%}.hero-v2__badge-text{font-size:15px}.hero-v2__badge-subtext{font-size:12px}}@media(min-width:1280px){.hero-v2__headline{font-size:48px}.hero-v2__headline-highlight{font-size:80px}.hero-v2__subheadline{font-size:22px}}@media(prefers-reduced-motion:reduce){.hero-v2__badge,.hero-v2__eyebrow{animation:none}.hero-v2__cta{transition:none}.hero-v2__cta:hover{transform:none}}.hero-v2__cta:focus-visible{outline:3px solid var(--hero-v2-primary);outline-offset:2px}.hero-v2__cta--secondary:focus-visible{outline-color:var(--hero-v2-dark)}
/*# sourceMappingURL=/cdn/shop/t/34/assets/hero-v2.css.map */
