:root{--octo-void: #000000;--octo-surface: #090909;--octo-white: #ffffff;--octo-silver: #a6a6a6;--octo-ghost: rgba(255,255,255,.6);--octo-frost: rgba(255,255,255,.1);--octo-frost-hover: rgba(255,255,255,.18);--octo-red: #CC0000;--octo-red-glow: rgba(204,0,0,.15);--octo-red-deep: #990000;--octo-navy: #003087;--octo-navy-glow: rgba(0,48,135,.2);--octo-font-display: "Inter", -apple-system, system-ui, sans-serif;--octo-font-body: "Inter", -apple-system, system-ui, sans-serif;--octo-radius-sm: 8px;--octo-radius-md: 12px;--octo-radius-lg: 20px;--octo-radius-pill: 100px}body.octo-dark{background:var(--octo-void, #000000)!important}body.octo-dark .nb-footer{background:#0a0a0a!important}.octo-hero,.octo-stats,.octo-features,.octo-lineup,.octo-compare,.octo-cta,.octo-proof,.octo-faq,.octo-email,.octo-tips{background:var(--octo-void);color:var(--octo-white);font-family:var(--octo-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.octo-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.octo-reveal.is-visible{opacity:1;transform:translateY(0)}.octo-reveal--delay-1{transition-delay:.1s}.octo-reveal--delay-2{transition-delay:.2s}.octo-reveal--delay-3{transition-delay:.3s}.octo-reveal--delay-4{transition-delay:.4s}.octo-reveal-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.octo-reveal-stagger.is-visible>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.05s}.octo-reveal-stagger.is-visible>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.12s}.octo-reveal-stagger.is-visible>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.19s}.octo-reveal-stagger.is-visible>*:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.26s}.octo-reveal-stagger.is-visible>*:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.33s}.octo-reveal-stagger.is-visible>*:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.4s}.octo-reveal-stagger.is-visible>*:nth-child(n+7){opacity:1;transform:translateY(0);transition-delay:.45s}.octo-container{max-width:1200px;margin:0 auto;padding:0 24px}.octo-section-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--octo-red);margin-bottom:16px;padding:6px 16px;border:1px solid var(--octo-red-glow);border-radius:var(--octo-radius-pill);background:#cc00000f}.octo-section-title{font-family:var(--octo-font-display);font-size:clamp(42px,6vw,72px);font-weight:700;line-height:.92;letter-spacing:-3px;color:var(--octo-white);margin:0 0 48px;text-align:center}.octo-section-title--left{text-align:left}.octo-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.octo-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#000}.octo-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#000;opacity:0;transition:opacity .45s ease-in}.octo-hero__video[data-ready]{opacity:.4}.octo-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(204,0,0,.08) 0%,transparent 60%),radial-gradient(ellipse at 50% 100%,rgba(0,48,135,.1) 0%,transparent 50%),linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.6) 100%);z-index:1}.octo-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 24px}.octo-hero__badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--octo-red);margin-bottom:24px;padding:8px 20px;border:1px solid rgba(204,0,0,.3);border-radius:var(--octo-radius-pill);background:#cc000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.octo-hero__title{font-family:var(--octo-font-display);font-size:clamp(56px,10vw,110px);font-weight:700;line-height:.88;letter-spacing:-5px;margin:0 0 28px;background:linear-gradient(180deg,#fff 40%,#fff9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.octo-hero__sub{font-size:18px;line-height:1.6;color:var(--octo-silver);max-width:540px;margin:0 auto 40px;letter-spacing:-.2px}.octo-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.octo-hero__scroll-hint{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;color:var(--octo-silver);opacity:.4;animation:octo-bounce 2s ease infinite}@keyframes octo-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.octo-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--octo-font-body);font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;padding:14px 32px;border-radius:var(--octo-radius-pill);transition:all .25s ease;cursor:pointer;border:none;white-space:nowrap}.octo-btn--primary{background:var(--octo-white);color:var(--octo-void);box-shadow:0 0 0 1px #ffffff1a,0 4px 20px #0000004d}.octo-btn--primary:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 0 0 1px #fff3,0 8px 30px #0006;color:var(--octo-void);text-decoration:none}.octo-btn--ghost{background:var(--octo-frost);color:var(--octo-white);box-shadow:0 0 0 1px #ffffff14}.octo-btn--ghost:hover{background:var(--octo-frost-hover);color:var(--octo-white);text-decoration:none}.octo-btn--small{font-size:12px;padding:10px 22px;background:var(--octo-frost);color:var(--octo-white);box-shadow:0 0 0 1px var(--octo-red-glow)}.octo-btn--small:hover{background:#c003;color:var(--octo-white);text-decoration:none;box-shadow:0 0 0 1px #c006}.octo-btn--large{font-size:15px;padding:18px 40px}.octo-btn--red{background:var(--octo-red);color:var(--octo-white)}.octo-btn--red:hover{background:var(--octo-red-deep);color:var(--octo-white);text-decoration:none}.octo-stats{padding:60px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.octo-stats__grid{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.octo-stats__item{display:flex;flex-direction:column;align-items:center;padding:0 48px}.octo-stats__number{font-family:var(--octo-font-display);font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-2px;line-height:1;color:var(--octo-white)}.octo-stats__label{font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--octo-silver);margin-top:8px}.octo-stats__divider{width:1px;height:48px;background:#ffffff1a}.octo-features{padding:72px 0;text-align:center}.octo-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.octo-feature-card{background:var(--octo-surface);border-radius:var(--octo-radius-md);padding:40px 28px;text-align:left;box-shadow:0 0 0 1px #ffffff0f;transition:all .3s ease;position:relative;overflow:hidden}.octo-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--octo-red-glow),transparent);opacity:0;transition:opacity .3s ease}.octo-feature-card:hover{box-shadow:0 0 0 1px var(--octo-red-glow),0 8px 40px #0006;transform:translateY(-2px)}.octo-feature-card:hover:before{opacity:1}.octo-feature-card__icon{width:48px;height:48px;margin-bottom:24px}.octo-feature-card__icon svg{width:100%;height:100%}.octo-feature-card__title{font-family:var(--octo-font-display);font-size:20px;font-weight:600;letter-spacing:-.5px;color:var(--octo-white);margin:0 0 12px}.octo-feature-card__desc{font-size:14px;line-height:1.65;color:var(--octo-silver);margin:0}.octo-lineup{padding:72px 0;text-align:center}.octo-lineup__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;text-align:left}.octo-conveyor{overflow:hidden;position:relative}.octo-conveyor:before,.octo-conveyor:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.octo-conveyor:before{left:0;background:linear-gradient(to right,var(--octo-void, #000),transparent)}.octo-conveyor:after{right:0;background:linear-gradient(to left,var(--octo-void, #000),transparent)}.octo-conveyor__track{display:flex;gap:20px;width:max-content;animation:octo-conveyor 40s linear infinite}.octo-conveyor:hover .octo-conveyor__track{animation-play-state:paused}@keyframes octo-conveyor{0%{transform:translate(0)}to{transform:translate(-50%)}}.octo-product-card{flex:0 0 260px;background:var(--octo-surface);border-radius:var(--octo-radius-md);overflow:hidden;box-shadow:0 0 0 1px #ffffff0f;transition:all .3s ease}.octo-product-card:hover{box-shadow:0 0 0 1px var(--octo-red-glow),0 12px 40px #00000080;transform:translateY(-3px)}.octo-product-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#111}.octo-product-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .4s ease}.octo-product-card:hover .octo-product-card__image img{transform:scale(1.05)}.octo-product-card__placeholder{width:120px;height:120px;opacity:.3}.octo-product-card__link{display:block;text-decoration:none;color:inherit}.octo-product-card__info{padding:24px}.octo-product-card__name{font-family:var(--octo-font-display);font-size:20px;font-weight:600;letter-spacing:-.5px;color:var(--octo-white);margin:0 0 4px}.octo-product-card__type{font-size:13px;color:var(--octo-silver);margin:0 0 16px}.octo-product-card__bottom{display:flex;align-items:center;justify-content:space-between}.octo-product-card__price{font-family:var(--octo-font-display);font-size:22px;font-weight:700;letter-spacing:-.5px;color:var(--octo-white)}.octo-compare{padding:72px 0}.octo-compare__layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.octo-compare__desc{font-size:16px;line-height:1.7;color:var(--octo-silver);margin-bottom:32px}.octo-compare__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.octo-compare__list li{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--octo-white);letter-spacing:-.2px}.octo-compare__list li svg{flex-shrink:0}.octo-compare__visual{display:flex;align-items:center;justify-content:center}.octo-compare__card{position:relative;width:100%;border-radius:var(--octo-radius-lg);overflow:hidden;background:#000;box-shadow:0 0 0 1px var(--octo-red-glow),0 20px 60px #00000080}.octo-compare__card img{width:100%;display:block;border-radius:var(--octo-radius-lg);background:#000;mix-blend-mode:multiply}.octo-compare__card-glow{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:radial-gradient(ellipse at center,var(--octo-red-glow) 0%,transparent 60%);z-index:-1;pointer-events:none}.octo-loyalty{padding:0}.octo-loyalty__inner{background:var(--octo-red, #CC0000);border-radius:var(--octo-radius-lg);padding:80px 48px;position:relative;overflow:hidden}.octo-loyalty__inner:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.octo-loyalty__content{position:relative;z-index:1;max-width:720px}.octo-section-tag--light{color:#fff9!important}.octo-loyalty__title{font-family:var(--octo-font-display);font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-2.5px;line-height:.95;color:#fff;margin:0 0 20px}.octo-loyalty__desc{font-size:17px;line-height:1.65;color:#ffffffbf;max-width:540px;margin:0 0 40px}.octo-loyalty__desc strong{color:#fff;font-weight:700}.octo-loyalty__highlights{display:flex;gap:40px;margin-bottom:40px;flex-wrap:wrap}.octo-loyalty__stat{display:flex;flex-direction:column;gap:4px}.octo-loyalty__stat-number{font-family:var(--octo-font-display);font-size:32px;font-weight:700;letter-spacing:-1px;color:#fff}.octo-loyalty__stat-label{font-size:13px;color:#ffffff8c;max-width:140px;line-height:1.4}.octo-loyalty__actions{display:flex;gap:16px;flex-wrap:wrap}.octo-btn--white{background:#fff;color:var(--octo-red, #CC0000)}.octo-btn--white:hover{background:#ffffffe6;color:var(--octo-red, #CC0000)}.octo-btn--ghost-light{border:1px solid rgba(255,255,255,.3);color:#fffc;background:transparent}.octo-btn--ghost-light:hover{border-color:#fff9;color:#fff;background:#ffffff0d}@media(max-width:640px){.octo-loyalty__inner{padding:56px 28px}.octo-loyalty__highlights{gap:24px}.octo-loyalty__actions{flex-direction:column}.octo-loyalty__actions .octo-btn{width:100%;text-align:center;justify-content:center}}.octo-cta{padding:72px 0 80px}.octo-cta__inner{position:relative;text-align:center;padding:80px 40px;border-radius:var(--octo-radius-lg);background:var(--octo-surface);box-shadow:0 0 0 1px #ffffff0f;overflow:hidden}.octo-cta__glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse,var(--octo-red-glow) 0%,transparent 70%);pointer-events:none}.octo-cta__title{font-family:var(--octo-font-display);font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-2.5px;line-height:.95;margin:0 0 20px;position:relative}.octo-cta__sub{font-size:16px;line-height:1.6;color:var(--octo-silver);max-width:480px;margin:0 auto 40px;position:relative}.octo-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative}.octo-features,.octo-compare{background:var(--octo-surface)}.octo-proof{padding:64px 0;text-align:center;border-top:1px solid rgba(255,255,255,.04)}.octo-proof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}.octo-proof-card{background:var(--octo-surface);border-radius:var(--octo-radius-md);padding:36px 28px;text-align:left;box-shadow:0 0 0 1px #ffffff0f;position:relative}.octo-proof-card__stars{display:flex;gap:3px;margin-bottom:16px;color:var(--octo-red)}.octo-proof-card__text{font-size:15px;line-height:1.7;color:var(--octo-ghost);margin:0 0 20px;font-style:italic}.octo-proof-card__author{font-size:13px;font-weight:600;color:var(--octo-white);letter-spacing:-.2px}.octo-proof-card__role{font-size:12px;color:var(--octo-silver);margin-top:2px}.octo-proof__trust{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:48px;flex-wrap:wrap}.octo-proof__badge{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--octo-silver);letter-spacing:.5px;text-transform:uppercase}.octo-proof__badge svg{flex-shrink:0;color:var(--octo-red)}.octo-faq{padding:64px 0;background:var(--octo-surface)}.octo-faq__grid{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.octo-faq__item{border-bottom:1px solid rgba(255,255,255,.08)}.octo-faq__item:first-child{border-top:1px solid rgba(255,255,255,.08)}.octo-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;font-family:var(--octo-font-display);font-size:17px;font-weight:600;color:var(--octo-white);letter-spacing:-.3px;text-align:left;gap:16px}.octo-faq__question:hover{color:var(--octo-red)}.octo-faq__icon{flex-shrink:0;width:24px;height:24px;transition:transform .3s ease;color:var(--octo-silver)}.octo-faq__item.is-open .octo-faq__icon{transform:rotate(45deg)}.octo-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.octo-faq__item.is-open .octo-faq__answer{max-height:300px}.octo-faq__answer p{font-size:15px;line-height:1.7;color:var(--octo-silver);margin:0;padding-bottom:24px}@media(max-width:1024px){.octo-features__grid{grid-template-columns:repeat(2,1fr)}.octo-compare__layout{grid-template-columns:1fr;gap:48px}.octo-section-title--left,.octo-compare__text{text-align:center}.octo-compare__list{align-items:center}.octo-proof__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media(max-width:768px){.octo-hero__title{letter-spacing:-3px}.octo-features__grid{grid-template-columns:1fr}.octo-stats__grid{flex-direction:column;gap:32px}.octo-stats__divider{width:48px;height:1px}.octo-stats__item{padding:0}.octo-features,.octo-lineup,.octo-compare,.octo-proof,.octo-faq,.octo-cta,.octo-tips{padding:80px 0}.octo-section-title{letter-spacing:-2px}.octo-lineup__grid{grid-template-columns:1fr}.octo-product-card{flex:0 0 200px}.octo-conveyor__track{animation-duration:30s}.octo-cta__inner{padding:60px 24px}.octo-hero__actions{flex-direction:column;align-items:center}.octo-btn--large{width:100%;max-width:320px}.octo-email__inner{flex-direction:column;text-align:center;gap:16px}.octo-email__form{width:100%}.octo-compat__list{justify-content:center}.octo-lineup__tabs{flex-wrap:wrap}.octo-tips__grid{grid-template-columns:1fr}}.octo-email{background:var(--octo-void);color:var(--octo-white);padding:0}.octo-email__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--octo-frost);border:1px solid rgba(255,255,255,.08);border-radius:var(--octo-radius-md);padding:24px 32px}.octo-email__text{display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--octo-ghost);white-space:nowrap}.octo-email__icon{flex-shrink:0;color:var(--octo-red)}.octo-email__form{display:flex;gap:8px;flex-shrink:0}.octo-email__input{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--octo-radius-pill);padding:10px 20px;color:var(--octo-white);font-size:.9rem;font-family:var(--octo-font-body);outline:none;min-width:240px;transition:border-color .2s}.octo-email__input::placeholder{color:#ffffff59}.octo-email__input:focus{border-color:var(--octo-red)}.octo-email__btn{white-space:nowrap}.octo-compat{display:flex;align-items:center;gap:16px;margin-top:48px;padding:20px 28px;background:var(--octo-frost);border:1px solid rgba(255,255,255,.08);border-radius:var(--octo-radius-md)}.octo-compat__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--octo-red);white-space:nowrap}.octo-compat__list{display:flex;flex-wrap:wrap;gap:8px}.octo-compat__item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--octo-radius-pill);padding:6px 16px;font-size:.8rem;color:var(--octo-ghost);transition:background .2s,color .2s}.octo-compat__item:hover{background:#ffffff1f;color:var(--octo-white)}.octo-lineup__tabs{display:flex;gap:12px;margin-bottom:40px;justify-content:center;flex-wrap:wrap}.octo-glass-btn{position:relative;background:linear-gradient(135deg,#cc000059,#9003);border:1px solid rgba(204,0,0,.4);border-radius:var(--octo-radius-pill);padding:12px 28px;font-size:.9rem;font-family:var(--octo-font-body);font-weight:500;color:#ffffffd9;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 0 20px #cc00001a,inset 0 1px #ffffff26,inset 0 -1px #0003;overflow:hidden;letter-spacing:.3px}.octo-glass-btn:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 100%);border-radius:var(--octo-radius-pill) var(--octo-radius-pill) 0 0;pointer-events:none}.octo-glass-btn:hover{background:linear-gradient(135deg,#cc000080,#99000059);border-color:#c009;color:#fff;box-shadow:0 0 30px #cc000040,0 4px 16px #cc000026,inset 0 1px #fff3,inset 0 -1px #0003;transform:translateY(-1px)}.octo-glass-btn.is-active{background:linear-gradient(135deg,#cc0000bf,#a009);border-color:#c00c;color:#fff;font-weight:600;box-shadow:0 0 35px #cc00004d,0 4px 20px #c003,inset 0 1px #fff3,inset 0 -1px #00000026}.octo-lineup__cta{text-align:center;margin-top:48px}.octo-product-card__stars{display:flex;gap:2px;margin-bottom:8px}.octo-tips{padding:72px 0}.octo-tips__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.octo-tips__card{background:var(--octo-frost);border:1px solid rgba(255,255,255,.08);border-radius:var(--octo-radius-md);padding:32px;transition:border-color .3s,transform .3s}.octo-tips__card:hover{border-color:#cc00004d;transform:translateY(-2px)}.octo-tips__number{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:2px;color:var(--octo-red);margin-bottom:16px}.octo-tips__heading{font-family:var(--octo-font-display);font-size:1.15rem;font-weight:600;color:var(--octo-white);margin:0 0 12px}.octo-tips__text{font-size:.9rem;line-height:1.6;color:var(--octo-ghost);margin:0}@media(max-width:600px){.octo-email__text{white-space:normal;font-size:.85rem}.octo-email__input{min-width:0;width:100%}.octo-email__form{flex-direction:column}.octo-compat{flex-direction:column;text-align:center;gap:12px}.octo-tips__card{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/octogun-landing.css.map */
