@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;450;500;600&display=swap";:root{--hh-bg: #07090f;--hh-bg-2: #0a0e16;--hh-surface: #11161f;--hh-surface-2: #161c27;--hh-line: rgba(255,255,255,.08);--hh-line-2: rgba(255,255,255,.14);--hh-blue: #1f7bff;--hh-blue-hi: #5aa6ff;--hh-blue-glow: rgba(31,123,255,.45);--hh-blue-soft: rgba(31,123,255,.12);--hh-ink: #f4f7fb;--hh-ink-soft: rgba(244,247,251,.7);--hh-ink-mute: rgba(244,247,251,.5);--hh-ink-faint: rgba(244,247,251,.36);--hh-paper: #f5f7fa;--hh-paper-ink: #0a0e16;--hh-star: #ffc14d;--hh-display: "Manrope", system-ui, -apple-system, sans-serif;--hh-body: "Inter", system-ui, -apple-system, sans-serif;--hh-fz-hero: clamp(44px, 6.6vw, 104px);--hh-fz-h1: clamp(34px, 4.8vw, 68px);--hh-fz-h2: clamp(27px, 3.4vw, 46px);--hh-fz-h3: clamp(20px, 2vw, 27px);--hh-fz-lead: clamp(17px, 1.55vw, 21px);--hh-fz-body: 16.5px;--hh-fz-sm: 14.5px;--hh-fz-eye: 12.5px;--hh-fz-stat: clamp(52px, 8vw, 128px);--hh-lh-tight: 1.04;--hh-lh-snug: 1.16;--hh-lh-body: 1.62;--hh-tr-disp: -.035em;--hh-tr-tight: -.02em;--hh-tr-eye: .2em;--hh-pad-y: clamp(72px, 9vw, 148px);--hh-pad-x: clamp(20px, 5vw, 64px);--hh-container: 1280px;--hh-narrow: 940px;--hh-gap: 24px;--hh-gap-lg: 48px;--hh-r-sm: 10px;--hh-r-md: 16px;--hh-r-lg: 24px;--hh-r-xl: 32px;--hh-r-pill: 999px;--hh-ease: cubic-bezier(.22,.61,.36,1);--hh-ease-out: cubic-bezier(.16,1,.3,1);--hh-shadow: 0 24px 70px rgba(0,0,0,.45);--hh-shadow-blue: 0 18px 50px rgba(31,123,255,.32)}.hh-section,.hh-section *,.hh-section *:before,.hh-section *:after{box-sizing:border-box}.hh-section{font-family:var(--hh-body);font-size:var(--hh-fz-body);line-height:var(--hh-lh-body);color:var(--hh-ink-soft);background:var(--hh-bg);padding:var(--hh-pad-y) 0;position:relative;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hh-section--alt{background:var(--hh-bg-2)}.hh-section--paper{background:var(--hh-paper);color:var(--hh-paper-ink)}.hh-container{width:100%;max-width:var(--hh-container);margin:0 auto;padding:0 var(--hh-pad-x)}.hh-container--narrow{max-width:var(--hh-narrow)}.hh-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--hh-body);font-size:var(--hh-fz-eye);font-weight:600;letter-spacing:var(--hh-tr-eye);text-transform:uppercase;color:var(--hh-blue-hi);margin:0 0 20px}.hh-eyebrow:before{content:"";width:26px;height:1.5px;background:currentColor;opacity:.7}.hh-section--paper .hh-eyebrow{color:var(--hh-blue)}.hh-display{font-family:var(--hh-display);font-weight:800;font-size:var(--hh-fz-hero);line-height:var(--hh-lh-tight);letter-spacing:var(--hh-tr-disp);color:var(--hh-ink);margin:0;text-wrap:balance}.hh-h1{font-family:var(--hh-display);font-weight:800;font-size:var(--hh-fz-h1);line-height:var(--hh-lh-snug);letter-spacing:var(--hh-tr-disp);color:var(--hh-ink);margin:0 0 22px;text-wrap:balance}.hh-h2{font-family:var(--hh-display);font-weight:700;font-size:var(--hh-fz-h2);line-height:var(--hh-lh-snug);letter-spacing:var(--hh-tr-disp);color:var(--hh-ink);margin:0 0 18px;text-wrap:balance}.hh-h3{font-family:var(--hh-display);font-weight:600;font-size:var(--hh-fz-h3);line-height:1.22;letter-spacing:var(--hh-tr-tight);color:var(--hh-ink);margin:0 0 10px}.hh-section--paper .hh-display,.hh-section--paper .hh-h1,.hh-section--paper .hh-h2,.hh-section--paper .hh-h3{color:var(--hh-paper-ink)}.hh-lead{font-size:var(--hh-fz-lead);line-height:var(--hh-lh-body);color:var(--hh-ink-soft);margin:0;max-width:54ch}.hh-section--paper .hh-lead{color:#41505f}.hh-grad{background:linear-gradient(96deg,var(--hh-blue-hi),var(--hh-blue));-webkit-background-clip:text;background-clip:text;color:transparent}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--hh-body);font-size:16.5px;font-weight:600;letter-spacing:-.01em;padding:17px 32px;border-radius:var(--hh-r-pill);border:1.5px solid transparent;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .3s var(--hh-ease),background .3s var(--hh-ease),border-color .3s var(--hh-ease),box-shadow .3s var(--hh-ease),color .3s var(--hh-ease)}.hh-btn svg{width:18px;height:18px}.hh-btn--primary{background:var(--hh-blue);color:#fff;box-shadow:var(--hh-shadow-blue)}.hh-btn--primary:hover{transform:translateY(-2px);background:#2f88ff;box-shadow:0 22px 60px #1f7bff80}.hh-btn--ghost{background:#ffffff0a;color:var(--hh-ink);border-color:var(--hh-line-2)}.hh-btn--ghost:hover{transform:translateY(-2px);background:#ffffff17;border-color:#ffffff4d}.hh-section--paper .hh-btn--ghost{background:transparent;color:var(--hh-paper-ink);border-color:#0a0e1633}.hh-section--paper .hh-btn--ghost:hover{background:var(--hh-paper-ink);color:#fff;border-color:var(--hh-paper-ink)}.hh-stars{display:inline-flex;gap:2px;color:var(--hh-star);font-size:15px;letter-spacing:1px}.hh-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border-radius:var(--hh-r-pill);background:var(--hh-blue-soft);border:1px solid rgba(31,123,255,.22);color:var(--hh-blue-hi);font-size:13px;font-weight:600;letter-spacing:-.005em}.hh-card{background:var(--hh-surface);border:1px solid var(--hh-line);border-radius:var(--hh-r-lg);transition:transform .4s var(--hh-ease),border-color .4s var(--hh-ease),background .4s var(--hh-ease)}.hh-head{max-width:720px;margin:0 auto clamp(44px,5vw,72px);text-align:center}.hh-head--left{margin-left:0;text-align:left}.hh-head .hh-eyebrow{justify-content:center}.hh-head--left .hh-eyebrow{justify-content:flex-start}.hh-head .hh-lead{margin:18px auto 0}.hh-head--left .hh-lead{margin-left:0}.hh-reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--hh-ease-out),transform .8s var(--hh-ease-out)}.hh-reveal.is-in{opacity:1;transform:none}.hh-reveal[data-d="1"]{transition-delay:.08s}.hh-reveal[data-d="2"]{transition-delay:.16s}.hh-reveal[data-d="3"]{transition-delay:.24s}.hh-reveal[data-d="4"]{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.hh-reveal{opacity:1;transform:none;transition:none}}.hh-grid{display:grid;gap:var(--hh-gap)}.hh-grid-2{grid-template-columns:repeat(2,1fr)}.hh-grid-3{grid-template-columns:repeat(3,1fr)}.hh-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.hh-grid-3,.hh-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.hh-grid-2,.hh-grid-3,.hh-grid-4{grid-template-columns:1fr}}.hh-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;opacity:.5}.hh-glow--blue{background:radial-gradient(circle,var(--hh-blue-glow),transparent 65%)}@media(max-width:768px){:root{--hh-pad-y: 64px;--hh-pad-x: 20px}.hh-lead{font-size:16.5px;max-width:100%}.hh-btn{width:100%;padding:16px 24px;min-height:52px}.hh-btn-row{display:flex;flex-direction:column;gap:12px;width:100%}}@media(hover:none)and (pointer:coarse){.hh-section a.hh-btn,.hh-section button{min-height:48px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/hh-core.css.map */
