.waitlist-landing{font-family:var(--font-mono, monospace);background:var(--color-black);overflow-x:hidden}.waitlist-hero-v2{background:var(--color-black);color:var(--color-white);padding:7rem 2rem 5rem;text-align:center}.waitlist-hero-v2__eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-red);margin:0 0 1.6rem}.waitlist-hero-v2__heading{font-family:inherit;font-weight:700;font-size:clamp(3.2rem,5vw,5.6rem);line-height:1.08;letter-spacing:-.01em;color:var(--color-white);max-width:20ch;margin:0 auto 4rem}.waitlist-hero-v2__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;max-width:110rem;margin:0 auto 4rem}.waitlist-hero-v2__text{text-align:left;justify-self:end}.waitlist-hero-v2__paragraph{font-size:1.4rem;line-height:1.6;max-width:28ch;color:#ffffffa6}.waitlist-hero-v2__paragraph p{margin:0}.waitlist-hero-v2__media{position:relative;width:26rem;height:26rem;display:flex;align-items:center;justify-content:center}.waitlist-hero-v2__blob{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(166,58,58,.28),rgba(166,58,58,.08) 60%,transparent 100%);filter:blur(1.2rem)}.waitlist-hero-v2__photo{position:relative;width:22rem;height:22rem;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.14)}.waitlist-hero-v2__photo img{width:100%;height:100%;object-fit:cover;display:block}.waitlist-hero-v2__photo--placeholder{background:linear-gradient(135deg,#1c1c1c,#2e2e2e)}.waitlist-hero-v2__trust{text-align:left;justify-self:start}.waitlist-hero-v2__stars{color:var(--color-red);font-size:1.6rem;letter-spacing:.2em;margin-bottom:.6rem}.waitlist-hero-v2__trust-label{font-size:1.3rem;color:#fff9;max-width:18ch;margin:0}.waitlist-cta{position:relative;display:flex;justify-content:center;min-height:5.4rem}.waitlist-cta__button{font-family:inherit;font-size:1.4rem;font-weight:600;letter-spacing:.04em;color:var(--color-white);background:var(--color-red);border:none;border-radius:999px;padding:1.5rem 3.2rem;cursor:pointer;transition:opacity .25s ease,transform .25s ease}.waitlist-cta__button:hover{transform:translateY(-2px)}.waitlist-cta__button.is-hidden{opacity:0;transform:scale(.9);pointer-events:none;position:absolute}.waitlist-cta__form{opacity:0;transform:scale(.96);transition:opacity .3s ease,transform .3s ease;width:100%;max-width:42rem}.waitlist-cta__form.is-active{opacity:1;transform:scale(1)}.waitlist-cta__fallback{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.waitlist-cta__input{font-family:inherit;font-size:1.4rem;padding:1.4rem 1.8rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff0a;color:var(--color-white);flex:1 1 20rem;min-width:0}.waitlist-cta__input::placeholder{color:#fff6}.waitlist-cta__submit{font-family:inherit;font-size:1.4rem;font-weight:600;color:var(--color-black);background:var(--color-white);border:none;border-radius:999px;padding:1.4rem 2.6rem;cursor:pointer}.waitlist-form-missing{width:100%;font-size:1.2rem;color:#ffffff73;text-align:center;margin:1rem 0 0}.waitlist-disclaimer{margin-top:1.8rem;font-size:1.1rem;color:#ffffff73}.waitlist-stats-wrap{position:relative;max-width:72rem;width:calc(100% - 8rem);margin:0 auto 6rem}.waitlist-stats-wrap:before{content:"";position:absolute;top:-3rem;right:-1rem;bottom:-5rem;left:-1rem;background:radial-gradient(ellipse at center,rgba(166,58,58,.45),transparent 70%);filter:blur(3.2rem);z-index:0}.waitlist-stats{position:relative;z-index:1;background:var(--color-black);display:grid;grid-template-columns:repeat(4,1fr);border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 2rem 4rem #00000080}.waitlist-stat{position:relative;text-align:center;padding:3.4rem 1.2rem 2.6rem;display:flex;flex-direction:column;gap:.5rem;transition:transform .3s ease;border-right:1px solid rgba(255,255,255,.08)}.waitlist-stat:last-child{border-right:none}.waitlist-stat:first-child{padding-left:2.8rem}.waitlist-stat:last-child{padding-right:2.8rem}.waitlist-stat:hover{transform:scale(1.06);z-index:1}@property --waitlist-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.waitlist-stat:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;padding:3px;border-radius:0;background:conic-gradient(from var(--waitlist-angle),var(--color-red),var(--color-black) 25%,var(--color-red) 50%,var(--color-black) 75%,var(--color-red));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;animation:waitlist-spin 3s linear infinite paused}.waitlist-stat:first-child:before{border-radius:999px 0 0 999px}.waitlist-stat:last-child:before{border-radius:0 999px 999px 0}.waitlist-stat:hover:before{opacity:1;animation-play-state:running}@keyframes waitlist-spin{to{--waitlist-angle: 360deg}}.waitlist-stat__number{font-size:clamp(2.4rem,3vw,3.4rem);font-weight:700;color:var(--color-white)}.waitlist-stat__label{font-size:1.2rem;color:#ffffffa6}@media(prefers-reduced-motion:reduce){.waitlist-stat,.waitlist-stat:before,.waitlist-cta__button,.waitlist-cta__form{transition:none;animation:none}}.waitlist-features{max-width:108rem;margin:0 auto;padding:2rem 2rem 8rem;text-align:center}.waitlist-features__eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-red);margin:0 0 1.6rem}.waitlist-features__heading{font-family:inherit;font-weight:700;font-size:clamp(2.4rem,3.2vw,3.6rem);line-height:1.15;color:var(--color-white);max-width:26ch;margin:0 auto 4rem}.waitlist-features__grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(18rem,auto);gap:2rem;text-align:left}.waitlist-feature-card{position:relative;background:#131313;border:1px solid rgba(255,255,255,.08);border-radius:2rem;padding:2.8rem;display:flex;flex-direction:column;overflow:hidden;transition:border-color .25s ease,transform .25s ease}.waitlist-feature-card:hover{border-color:#a63a3a80;transform:translateY(-.4rem)}.waitlist-feature-card--tall{grid-column:2;grid-row:1 / span 2}.waitlist-feature-card__badge{display:inline-block;align-self:flex-start;font-size:1.05rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-red);background:#a63a3a1f;border:1px solid rgba(166,58,58,.3);border-radius:999px;padding:.5rem 1.2rem;margin-bottom:1.6rem}.waitlist-feature-card__media{border-radius:1.4rem;overflow:hidden;margin-bottom:2rem;flex:1 1 auto}.waitlist-feature-card__media img{width:100%;height:100%;object-fit:cover;display:block}.waitlist-feature-card__content{margin-top:auto}.waitlist-feature-card__heading{font-family:inherit;font-weight:700;font-size:1.9rem;color:var(--color-white);margin:0 0 .8rem}.waitlist-feature-card__text{font-size:1.3rem;line-height:1.55;color:#fff9}.waitlist-feature-card__text p{margin:0}.waitlist-faq{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;max-width:110rem;margin:0 auto;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.08)}.waitlist-faq__content{position:sticky;top:4rem}.waitlist-faq__eyebrow{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.14em;color:var(--color-red);margin-bottom:2rem}.waitlist-faq__heading{font-family:inherit;font-weight:700;font-size:clamp(2.8rem,3.4vw,4rem);line-height:1.15;color:var(--color-white);margin:0 0 1.6rem}.waitlist-faq__heading-accent{color:var(--color-red)}.waitlist-faq__text{font-size:1.4rem;line-height:1.6;color:#fff9;max-width:40ch}.waitlist-faq__text p{margin:0}.waitlist-faq__panel{max-height:48rem;overflow-y:auto;overscroll-behavior:contain;padding-right:1rem;background:#131313;border:1px solid rgba(255,255,255,.08);border-radius:1.6rem;padding:.8rem}.waitlist-faq__panel::-webkit-scrollbar{width:6px}.waitlist-faq__panel::-webkit-scrollbar-track{background:transparent}.waitlist-faq__panel::-webkit-scrollbar-thumb{background:#a63a3a80;border-radius:999px}.waitlist-faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.waitlist-faq-item:last-child{border-bottom:none}.waitlist-faq-item__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;background:none;border:none;padding:2rem 1.6rem;cursor:pointer;text-align:left}.waitlist-faq-item__question{font-family:inherit;font-size:1.4rem;font-weight:600;color:var(--color-white)}.waitlist-faq-item__icon{flex-shrink:0;width:2.8rem;height:2.8rem;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:var(--color-white);transition:background .25s ease,transform .25s ease}.waitlist-faq-item__icon svg{width:1.2rem;height:1.2rem}.waitlist-faq-item.is-open .waitlist-faq-item__icon{background:var(--color-red);transform:rotate(180deg)}.waitlist-faq-item__answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.waitlist-faq-item.is-open .waitlist-faq-item__answer-wrap{grid-template-rows:1fr}.waitlist-faq-item__answer{overflow:hidden;min-height:0}.waitlist-faq-item__answer p{font-size:1.3rem;line-height:1.6;color:#fff9;margin:0;padding:0 1.6rem 2rem}@media screen and (max-width:989px){.waitlist-faq{grid-template-columns:1fr}.waitlist-faq__content{position:static}.waitlist-faq__panel{max-height:none;overflow-y:visible}}@media screen and (max-width:989px){.waitlist-hero-v2__text,.waitlist-hero-v2__trust{justify-self:center;text-align:center}.waitlist-hero-v2__paragraph{max-width:40ch;margin:0 auto}.waitlist-stats{grid-template-columns:repeat(2,1fr)}.waitlist-stat:nth-child(2){border-right:none}.waitlist-stat:nth-child(1),.waitlist-stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.08)}.waitlist-features__grid{grid-template-columns:1fr}.waitlist-feature-card--tall{grid-column:auto;grid-row:auto}}@media screen and (max-width:480px){.waitlist-hero-v2__media{width:20rem;height:20rem}.waitlist-hero-v2__photo{width:17rem;height:17rem}}.waitlist-bigstat{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:110rem;margin:0 auto;padding:1rem 2rem 6rem}.waitlist-bigstat__number-wrap{position:relative;display:flex;align-items:center;justify-content:center;margin-top:2.3rem}.waitlist-bigstat__blur{position:absolute;top:-6rem;right:-6rem;bottom:-6rem;left:-6rem;background:radial-gradient(ellipse at center,rgba(166,58,58,.5),transparent 70%);filter:blur(4rem);z-index:0}.waitlist-bigstat__number{position:relative;z-index:1;font-family:inherit;font-weight:700;font-size:clamp(6rem,10vw,12rem);line-height:1;color:var(--color-white);font-variant-numeric:tabular-nums}.waitlist-bigstat__content{margin-top:-2.7rem}.waitlist-bigstat__label{font-size:1.1rem;font-weight:600;letter-spacing:.16em;color:var(--color-red);margin:0 0 1.6rem}.waitlist-bigstat__heading{font-family:inherit;font-weight:700;font-size:clamp(2.2rem,2.8vw,3rem);line-height:1.2;color:var(--color-white);margin:0 0 1.6rem;max-width:20ch}.waitlist-bigstat__text{font-size:1.4rem;line-height:1.6;color:#fff9;max-width:44ch}.waitlist-bigstat__text p{margin:0}@media screen and (max-width:989px){.waitlist-bigstat{grid-template-columns:1fr;text-align:center;gap:3rem}.waitlist-bigstat__content{display:flex;flex-direction:column;align-items:center}}.waitlist-logos{padding:0 2rem 6rem;text-align:center}.waitlist-logos__eyebrow{font-size:1.1rem;font-weight:600;letter-spacing:.16em;color:#fff6;margin:0 0 2.8rem}.waitlist-logos__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4.8rem;max-width:96rem;margin:0 auto}.waitlist-logos__item img{display:block;height:3.2rem;width:auto;max-width:14rem;object-fit:contain;filter:grayscale(1) brightness(2.2);opacity:.5;transition:filter .25s ease,opacity .25s ease}.waitlist-logos__item img:hover{filter:grayscale(0) brightness(1);opacity:1}@media screen and (max-width:767px){.waitlist-logos__row{gap:3.2rem}}.waitlist-story{display:grid;grid-template-columns:1fr 42rem;gap:5rem;align-items:center;max-width:110rem;margin:0 auto;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.08)}.waitlist-story__badge{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.12em;color:#ffffffbf;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.6rem 1.4rem;margin-bottom:2rem}.waitlist-story__heading{font-family:inherit;font-weight:700;font-size:clamp(2.8rem,3.6vw,4.2rem);line-height:1.1;color:var(--color-white);margin:0 0 1.2rem}.waitlist-story__name{color:var(--color-red)}.waitlist-story__subheading{font-family:inherit;font-weight:700;font-size:clamp(2rem,2.6vw,2.8rem);line-height:1.2;color:var(--color-white);margin:0 0 2rem}.waitlist-story__text{font-size:1.4rem;line-height:1.6;color:#fff9;max-width:46ch;margin-bottom:3.2rem}.waitlist-story__text p{margin:0}.waitlist-story__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:3.6rem}.waitlist-story__btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:1.3rem;font-weight:600;text-decoration:none;border-radius:999px;padding:1.3rem 2.6rem;transition:transform .2s ease,opacity .2s ease}.waitlist-story__btn:hover{transform:translateY(-2px)}.waitlist-story__btn--primary{background:var(--color-red);color:var(--color-white)}.waitlist-story__btn--secondary{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.25)}.waitlist-story__logos-label{font-size:1.05rem;font-weight:600;letter-spacing:.14em;color:#fff6;margin:0 0 1.6rem}.waitlist-story__logos{display:flex;flex-wrap:wrap;align-items:center;gap:3.2rem}.waitlist-story__logo img{display:block;width:100%;height:auto;max-height:4rem;object-fit:contain;filter:grayscale(1) brightness(2.2);opacity:.5;transition:filter .25s ease,opacity .25s ease}.waitlist-story__logo img:hover{filter:grayscale(0) brightness(1);opacity:1}.waitlist-story__media{position:relative}.waitlist-story__blob{position:absolute;top:-3rem;right:-3rem;bottom:-3rem;left:-3rem;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(166,58,58,.3),rgba(166,58,58,.05) 60%,transparent 100%);filter:blur(2rem);z-index:0}.waitlist-story__photo{position:relative;z-index:1;border-radius:1.6rem;overflow:hidden;aspect-ratio:4 / 5}.waitlist-story__photo img{width:100%;height:100%;object-fit:cover;display:block}.waitlist-story__photo--placeholder{background:linear-gradient(135deg,#1c1c1c,#2e2e2e)}.waitlist-story__code{position:absolute;z-index:2;bottom:-2.4rem;right:-2.4rem;max-width:26rem;background:#131313;border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;padding:1.6rem 1.8rem;box-shadow:0 2rem 4rem #00000080}.waitlist-story__code-dot{width:.8rem;height:.8rem;border-radius:50%;background:#3ecf6e;margin-bottom:1.2rem}.waitlist-story__code-text{font-family:inherit;font-size:1.15rem;line-height:1.6;color:#ffffff8c;margin:0;white-space:pre-wrap}.waitlist-story__code-text .tok-key{color:var(--color-red)}.waitlist-story__code-text .tok-str{color:var(--color-white)}.waitlist-story__code-text .tok-num{color:#e0a03e}@media screen and (max-width:989px){.waitlist-story{grid-template-columns:1fr;text-align:center}.waitlist-story__buttons,.waitlist-story__logos{justify-content:center}.waitlist-story__text{margin-left:auto;margin-right:auto}.waitlist-story__media{max-width:32rem;margin:4rem auto 0}.waitlist-story__code{right:50%;transform:translate(50%);bottom:-3.2rem}}.waitlist-close{display:grid;grid-template-columns:42rem 1fr;gap:5rem;align-items:center;max-width:110rem;margin:0 auto;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.08)}.waitlist-close__media img{width:100%;height:auto;display:block;border-radius:1.6rem}.waitlist-close__placeholder{width:100%;aspect-ratio:4 / 5;border-radius:1.6rem;background:linear-gradient(135deg,#1c1c1c,#2e2e2e)}.waitlist-close__eyebrow{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.14em;color:var(--color-red);margin-bottom:2rem}.waitlist-close__heading{font-family:inherit;font-weight:700;font-size:clamp(2.8rem,3.4vw,4rem);line-height:1.15;color:var(--color-white);margin:0 0 1.6rem;max-width:16ch}.waitlist-close__text{font-size:1.4rem;line-height:1.6;color:#fff9;max-width:44ch;margin-bottom:3.2rem}.waitlist-close__text p{margin:0}.waitlist-close__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}@media screen and (max-width:989px){.waitlist-close{grid-template-columns:1fr;text-align:center}.waitlist-close__media{max-width:32rem;margin:0 auto}.waitlist-close__text{margin-left:auto;margin-right:auto}.waitlist-close__buttons{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-waitlist-landing.css.map */
