.tm-hero{position:relative;width:100%;aspect-ratio:16 / 9;min-height:480px;max-height:92vh;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.tm-hero--full{aspect-ratio:unset;height:100svh;min-height:560px;max-height:none}.tm-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.tm-hero__video--mobile{display:none}.tm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.tm-hero__gradient-side{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000 40%,#00000052);z-index:1;pointer-events:none}.tm-hero__content{position:relative;z-index:2;padding:clamp(2rem,5vw,5rem) clamp(1.25rem,5vw,6rem);max-width:640px;display:flex;flex-direction:column;gap:1.25rem}.tm-hero__badge{display:inline-flex;align-items:center;gap:.45rem;background:#f9f5eb1f;border:1px solid rgba(249,245,235,.28);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#f9f5eb;font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .9rem;border-radius:9999px;width:fit-content}.tm-hero__badge-dot{width:6px;height:6px;background:#279d30;border-radius:50%;flex-shrink:0;animation:tm-pulse 2s ease-in-out infinite}@keyframes tm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.tm-hero__headline{font-family:var(--font-heading-family, "Inter", sans-serif);font-weight:700;font-size:clamp(2.4rem,4.5vw,4.5rem);line-height:.92;letter-spacing:-.05em;color:#f9f5eb;margin:0}.tm-hero__headline em{font-style:normal;color:#f9f5eb8c}.tm-hero__seo-keyword{display:block;font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#f9f5eb73;margin-top:-.5rem}.tm-hero__sub{font-family:var(--font-body-family, "Manrope", sans-serif);font-size:clamp(.9375rem,1.2vw,1.0625rem);font-weight:400;line-height:1.55;color:#f9f5ebd1;max-width:420px;margin:0}.tm-hero__benefits{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.tm-hero__benefits li{display:flex;align-items:center;gap:.55rem;font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.875rem;font-weight:500;color:#f9f5ebe0}.tm-hero__check{width:18px;height:18px;min-width:18px;background:#279d30;border-radius:50%;display:flex;align-items:center;justify-content:center}.tm-hero__check svg{width:10px;height:10px}.tm-hero__social{display:flex;align-items:center;gap:.65rem}.tm-hero__stars{display:flex;gap:2px}.tm-hero__stars svg{width:15px;height:15px;fill:#f6a429}.tm-hero__social-text{font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.8125rem;font-weight:500;color:#f9f5ebc7}.tm-hero__ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tm-btn--primary{display:inline-flex;align-items:center;gap:.5rem;background:#f9f5eb;color:#2b2626;font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;padding:14px 28px;border-radius:1.875rem;border:none;cursor:pointer;text-decoration:none;transition:background .3s ease,color .3s ease,transform .2s ease;white-space:nowrap;line-height:1}.tm-btn--primary svg{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.tm-btn--primary:hover{background:#279d30;color:#f9f5eb;transform:translateY(-1px)}.tm-btn--primary:hover svg{transform:translate(3px)}.tm-btn--secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#f9f5eb;font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.9375rem;font-weight:500;letter-spacing:-.01em;padding:14px 28px;border-radius:1.875rem;border:1.5px solid rgba(249,245,235,.45);cursor:pointer;text-decoration:none;transition:border-color .3s ease,background .3s ease,transform .2s ease;white-space:nowrap;line-height:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tm-btn--secondary:hover{border-color:#f9f5eb;background:#f9f5eb1a;transform:translateY(-1px)}.tm-hero__scroll{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:.5;pointer-events:none;animation:tm-bounce 2.2s ease-in-out infinite}.tm-hero__scroll span{font-family:var(--font-body-family, "Manrope", sans-serif);font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#f9f5eb}.tm-hero__scroll svg{width:18px;height:18px;stroke:#f9f5eb}@keyframes tm-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(7px)}}@media screen and (max-width:699px){.tm-hero{aspect-ratio:unset;min-height:520px;max-height:none;align-items:flex-end;overflow:clip}.tm-hero--full{aspect-ratio:unset}.tm-hero__video--desktop{display:none}.tm-hero__video--mobile{display:block}.tm-hero__content{padding:1.75rem 1.25rem 3rem;max-width:100%;gap:1rem}.tm-hero__headline{font-size:clamp(2rem,8vw,2.8rem)}.tm-hero__sub{max-width:100%;font-size:.9375rem}.tm-hero__scroll{display:none}.tm-hero__ctas{flex-direction:column;align-items:flex-start;gap:.75rem}.tm-btn--primary,.tm-btn--secondary{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.tm-hero__badge-dot,.tm-hero__scroll{animation:none}.tm-btn--primary,.tm-btn--primary svg,.tm-btn--secondary{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/18/compiled_assets/styles.css.map */
