@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700&family=Rubik:wght@400;500;600;700;800;900&display=swap";:root{--gb-dark: #0B0F18;--gb-navy: #131b2e;--gb-navy-light: #1E293B;--gb-red: #DC2626;--gb-red-hover: #B91C1C;--gb-red-glow: rgba(220,38,38,.35);--gb-red-soft: rgba(220,38,38,.1);--gb-white: #FFFFFF;--gb-off-white: #F8FAFC;--gb-text: #0F172A;--gb-muted: #64748B;--gb-border: #E2E8F0;--gb-chip-bg: rgba(10,14,20,.82);--gb-chip-border: rgba(255,255,255,.18);--gb-ease: cubic-bezier(.4,0,.2,1);--gb-spring: cubic-bezier(.34,1.56,.64,1);--gb-t: .3s var(--gb-ease);--gb-heading: "Rubik", -apple-system, sans-serif;--gb-body: "Nunito Sans", -apple-system, sans-serif}@keyframes gb-orb-drift{0%{transform:translate(0) scale(1)}25%{transform:translate(40px,-30px) scale(1.08)}50%{transform:translate(20px,40px) scale(.95)}75%{transform:translate(-30px,-10px) scale(1.05)}to{transform:translate(0) scale(1)}}@keyframes gb-orb-drift-2{0%{transform:translate(0) scale(1)}33%{transform:translate(-50px,30px) scale(1.1)}66%{transform:translate(30px,-40px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes gb-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes gb-slide-right{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@keyframes gb-dot-pulse{0%,to{box-shadow:0 0 #ef444499}50%{box-shadow:0 0 0 5px #ef444400}}@keyframes gb-green-pulse{0%,to{box-shadow:0 0 #22c55e99}50%{box-shadow:0 0 0 5px #22c55e00}}@keyframes gb-shimmer{0%{transform:translate(-100%) skew(-12deg)}to{transform:translate(350%) skew(-12deg)}}@keyframes gb-glow-pulse{0%,to{box-shadow:0 0 22px var(--gb-red-glow),0 4px 20px #0000004d}50%{box-shadow:0 0 55px var(--gb-red-glow),0 4px 32px #0006}}@keyframes gb-float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-.5deg)}}@keyframes gb-float-alt{0%,to{transform:translateY(0)}40%{transform:translateY(8px)}80%{transform:translateY(3px)}}@keyframes gb-scroll-chevron{0%{opacity:0;transform:translateY(-4px)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes gb-ring-expand{0%{transform:scale(.8);opacity:0}50%{opacity:.5}to{transform:scale(1.3);opacity:0}}@keyframes gb-hex-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gb-marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes gb-count-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gb-hero{position:relative;min-height:min(100svh,820px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(145deg,#0b0f18,#1a2438 55%,#0e1420);font-family:var(--gb-body)}.gb-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.gb-orb{position:absolute;border-radius:50%;filter:blur(90px);will-change:transform}.gb-orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(220,38,38,.22) 0%,transparent 65%);top:-200px;left:-200px;animation:gb-orb-drift 28s var(--gb-ease) infinite}.gb-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(30,41,59,.55) 0%,transparent 70%);bottom:-100px;right:5%;animation:gb-orb-drift-2 22s var(--gb-ease) infinite;animation-delay:-8s}.gb-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(220,38,38,.12) 0%,transparent 70%);top:40%;right:25%;animation:gb-orb-drift 18s var(--gb-ease) infinite;animation-delay:-14s}.gb-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}.gb-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:860px;margin:0 auto;padding:90px 48px 80px}.gb-hero-text{display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.gb-badge{display:inline-flex;align-items:center;gap:10px;background:#dc26261f;border:1px solid rgba(220,38,38,.28);color:#fca5a5;font-family:var(--gb-body);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:8px 18px;border-radius:50px;width:fit-content;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.gb-badge-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:gb-dot-pulse 2.2s ease-in-out infinite}.gb-hero-title{font-family:var(--gb-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1.06;letter-spacing:-.025em;color:#fff;margin:0;text-align:center}.gb-title-line{display:block}.gb-title-accent{color:var(--gb-red);text-shadow:0 0 60px rgba(220,38,38,.45)}.gb-hero-sub{font-size:1.0625rem;line-height:1.72;color:#ffffffa6;max-width:580px;margin:0;text-align:center}.gb-hero-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center}.gb-btn-primary{position:relative;display:inline-flex;align-items:center;gap:10px;padding:14px 30px;background:var(--gb-red);color:#fff;font-family:var(--gb-heading);font-size:1rem;font-weight:700;text-decoration:none;border-radius:12px;overflow:hidden;transition:background var(--gb-t),transform var(--gb-t),box-shadow var(--gb-t);animation:gb-glow-pulse 3.5s ease-in-out infinite;cursor:pointer}.gb-btn-primary:hover{background:var(--gb-red-hover);transform:translateY(-2px);box-shadow:0 16px 40px #dc262673;animation:none}.gb-btn-primary:active{transform:translateY(0)}.gb-btn-primary svg{flex-shrink:0;transition:transform var(--gb-t)}.gb-btn-primary:hover svg{transform:translate(4px)}.gb-shimmer{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:gb-shimmer 3.5s ease-in-out infinite;animation-delay:.8s}.gb-btn-outline{display:inline-flex;align-items:center;padding:14px 26px;background:transparent;color:#fff;font-family:var(--gb-heading);font-size:1rem;font-weight:600;text-decoration:none;border:1.5px solid rgba(255,255,255,.25);border-radius:12px;transition:border-color var(--gb-t),background var(--gb-t),transform var(--gb-t)}.gb-btn-outline:hover{border-color:#ffffff8c;background:#ffffff0f;transform:translateY(-2px)}.gb-trust-bar{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center}.gb-trust-item{display:flex;align-items:center;gap:8px;color:#fff9;font-size:.875rem;font-weight:600}.gb-trust-item svg{stroke:var(--gb-red);flex-shrink:0}.gb-trust-sep{width:1px;height:16px;background:#ffffff26;flex-shrink:0}.gb-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.gb-visual-wrap{position:relative;width:100%;max-width:520px}.gb-hero-img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0f;transition:transform .6s var(--gb-ease)}.gb-visual-wrap:hover .gb-hero-img{transform:scale(1.02)}.gb-visual-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(ellipse at 50% 50%,rgba(220,38,38,.18) 0%,transparent 70%);pointer-events:none;border-radius:50%}.gb-hero-placeholder{position:relative;width:100%;aspect-ratio:1;max-width:420px;margin:0 auto;display:flex;align-items:center;justify-content:center}.gb-hex{position:absolute;width:300px;height:300px;border:1px solid rgba(220,38,38,.2);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:gb-hex-spin 20s linear infinite}.gb-ring{position:absolute;border-radius:50%;border:1px solid rgba(220,38,38,.15);animation:gb-ring-expand 3s ease-out infinite}.gb-ring-1{width:150px;height:150px;animation-delay:0s}.gb-ring-2{width:250px;height:250px;animation-delay:1s}.gb-ring-3{width:350px;height:350px;animation-delay:2s}.gb-bolt{position:relative;z-index:1;animation:gb-float 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(220,38,38,.6))}.gb-chip{position:absolute;display:flex;align-items:center;gap:10px;background:var(--gb-chip-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--gb-chip-border);padding:10px 16px;border-radius:50px;color:#fff;font-family:var(--gb-body);font-size:.8125rem;font-weight:700;white-space:nowrap;z-index:3;box-shadow:0 8px 24px #0006}.gb-chip-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55ecc;animation:gb-green-pulse 2s ease-in-out infinite}.gb-chip-1{top:10%;left:-80px;animation:gb-float 4.5s ease-in-out infinite}.gb-chip-2{bottom:25%;right:-70px;animation:gb-float-alt 5s ease-in-out infinite;animation-delay:-2.5s}.gb-chip-3{bottom:8%;left:-50px;animation:gb-float 6s ease-in-out infinite;animation-delay:-4s}.gb-scroll-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:3px;z-index:2}.gb-scroll-hint span{display:block;width:2px;height:6px;background:#ffffff59;border-radius:2px;animation:gb-scroll-chevron 1.6s ease-in-out infinite}.gb-scroll-hint span:nth-child(2){animation-delay:.18s}.gb-scroll-hint span:nth-child(3){animation-delay:.36s}.gb-anim{opacity:0;animation:gb-fade-up .75s var(--gb-ease) forwards;animation-delay:var(--anim-delay,0s)}.gb-anim-right{opacity:0;animation:gb-slide-right .85s var(--gb-ease) forwards;animation-delay:var(--anim-delay,0s)}.gb-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--gb-ease),transform .7s var(--gb-ease)}.gb-reveal.is-visible{opacity:1;transform:translateY(0)}.gb-reveal-d1{transition-delay:.08s}.gb-reveal-d2{transition-delay:.16s}.gb-reveal-d3{transition-delay:.24s}.gb-reveal-d4{transition-delay:.32s}.gb-reveal-d5{transition-delay:.4s}.gb-trustbar{background:var(--gb-navy-light);border-top:1px solid rgba(255,255,255,.06);padding:0 24px;font-family:var(--gb-body)}.gb-trustbar__inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:1280px;margin:0 auto}.gb-trustbar__item{display:flex;align-items:center;gap:16px;padding:28px 24px;border-right:1px solid rgba(255,255,255,.07);transition:background var(--gb-t)}.gb-trustbar__item:last-child{border-right:none}.gb-trustbar__item:hover{background:#ffffff08}.gb-trustbar__icon{width:44px;height:44px;border-radius:12px;background:#dc26261f;border:1px solid rgba(220,38,38,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--gb-t),transform var(--gb-t)}.gb-trustbar__item:hover .gb-trustbar__icon{background:#dc262633;transform:scale(1.08)}.gb-trustbar__icon svg{stroke:var(--gb-red)}.gb-trustbar__label{font-family:var(--gb-heading);font-size:.9375rem;font-weight:700;color:#fff;line-height:1.2;display:block}.gb-trustbar__desc{font-size:.8125rem;color:#ffffff80;margin-top:2px;display:block}.gb-collections{background:var(--gb-dark);padding:80px 24px;font-family:var(--gb-body);border-top:1px solid rgba(255,255,255,.04)}.gb-collections__inner{max-width:1280px;margin:0 auto}.gb-section-eyebrow{display:block;font-family:var(--gb-body);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-red);margin-bottom:10px}.gb-collections__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:16px}.gb-collections__title{font-family:var(--gb-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;margin:0;line-height:1.1}.gb-collections__link{display:inline-flex;align-items:center;gap:8px;color:#ffffff80;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color var(--gb-t)}.gb-collections__link:hover{color:#fff}.gb-collections__link svg{transition:transform var(--gb-t)}.gb-collections__link:hover svg{transform:translate(4px)}.gb-col-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;margin-bottom:-8px}.gb-col-slider::-webkit-scrollbar{display:none}.gb-col-nav-wrap{display:flex;align-items:center;gap:20px}.gb-col-arrows{display:flex;gap:8px}.gb-col-arrow-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.18);background:#ffffff0d;color:#ffffff8c;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color var(--gb-t),background var(--gb-t),color var(--gb-t)}.gb-col-arrow-btn:hover:not(:disabled){border-color:var(--gb-red);background:#dc26261f;color:var(--gb-red)}.gb-col-arrow-btn:disabled{opacity:.3;cursor:not-allowed}.gb-col-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.gb-col-dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:width .35s var(--gb-ease),background .35s var(--gb-ease),border-radius .35s var(--gb-ease)}.gb-col-dot--active{width:24px;border-radius:3px;background:var(--gb-red)}.gb-col-card{flex:0 0 calc(25% - 12px);min-width:200px;scroll-snap-align:start;position:relative;display:block;border-radius:16px;overflow:hidden;text-decoration:none;aspect-ratio:3/4;background:linear-gradient(135deg,#1e293b,#0f1929);transition:transform .4s var(--gb-ease),box-shadow .4s var(--gb-ease)}.gb-col-card:hover{transform:scale(1.02);box-shadow:0 24px 60px #0009}.gb-col-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--gb-ease)}.gb-col-card:hover .gb-col-img{transform:scale(1.06)}.gb-col-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.gb-col-placeholder svg{opacity:.15}.gb-col-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;transition:background .3s var(--gb-ease)}.gb-col-card:hover .gb-col-overlay{background:linear-gradient(to top,#000000eb,#0000004d,#dc26260d)}.gb-col-tag{display:inline-block;background:var(--gb-red);color:#fff;font-family:var(--gb-body);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:10px;width:fit-content}.gb-col-name{font-family:var(--gb-heading);font-size:1.125rem;font-weight:800;color:#fff;margin:0 0 4px;line-height:1.2}.gb-col-count{font-size:.8125rem;color:#fff9;display:block;margin-bottom:12px}.gb-col-arrow{display:flex;align-items:center;gap:6px;color:#ffffffb3;font-size:.8125rem;font-weight:600;transform:translateY(4px);opacity:0;transition:transform .3s var(--gb-ease),opacity .3s var(--gb-ease)}.gb-col-card:hover .gb-col-arrow{transform:translateY(0);opacity:1}.gb-col-card--interior .gb-col-placeholder{background:linear-gradient(135deg,#1a1000,#2d1f00)}.gb-col-card--safety .gb-col-placeholder{background:linear-gradient(135deg,#000d1a,#001833)}.gb-col-card--tech .gb-col-placeholder{background:linear-gradient(135deg,#0d001a,#1a0033)}.gb-col-card--comfort .gb-col-placeholder{background:linear-gradient(135deg,#001a0d,#002619)}.gb-col-page{background:var(--gb-dark);padding:80px 0;font-family:var(--gb-body)}.gb-col-page__inner{max-width:1280px;margin:0 auto;padding:0 48px}.gb-col-page__head{margin-bottom:48px}.gb-col-page__title{font-family:var(--gb-heading);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin:8px 0 0;letter-spacing:-.02em;line-height:1.1}.gb-col-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gb-col-page__grid .gb-col-card{flex:unset;min-width:unset;scroll-snap-align:unset;aspect-ratio:4/3}.gb-products{background:var(--gb-off-white);padding:80px 24px;font-family:var(--gb-body)}.gb-products__inner{max-width:1280px;margin:0 auto}.gb-products__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:16px}.gb-products__title{font-family:var(--gb-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--gb-text);margin:0;line-height:1.1}.gb-products__link{display:inline-flex;align-items:center;gap:8px;color:var(--gb-muted);font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color var(--gb-t)}.gb-products__link svg{transition:transform var(--gb-t);stroke:currentColor}.gb-products__link:hover svg{transform:translate(4px)}.gb-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gb-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--gb-border);transition:transform .35s var(--gb-spring),box-shadow .35s var(--gb-ease),border-color .3s var(--gb-ease);display:flex;flex-direction:column}.gb-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a;border-color:#dc262633}.gb-product-img-wrap{position:relative;overflow:hidden;aspect-ratio:1;background:#f1f5f9}.gb-product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--gb-ease)}.gb-product-card:hover .gb-product-img{transform:scale(1.06)}.gb-product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.gb-product-img-placeholder svg{opacity:.25}.gb-product-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(220,38,38,.85) 0%,transparent 60%);display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;transition:opacity .3s var(--gb-ease)}.gb-product-card:hover .gb-product-hover-overlay{opacity:1}.gb-product-shop-btn{display:flex;align-items:center;gap:8px;background:#fff;color:var(--gb-red);font-family:var(--gb-heading);font-size:.875rem;font-weight:700;padding:10px 20px;border-radius:8px;text-decoration:none;transform:translateY(8px);transition:transform .3s var(--gb-ease);white-space:nowrap}.gb-product-card:hover .gb-product-shop-btn{transform:translateY(0)}.gb-product-badge{position:absolute;top:12px;left:12px;background:var(--gb-red);color:#fff;font-family:var(--gb-body);font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:4px}.gb-product-info{padding:16px 16px 20px;flex:1;display:flex;flex-direction:column;gap:8px}.gb-product-name{font-family:var(--gb-heading);font-size:.9375rem;font-weight:600;color:var(--gb-text);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gb-product-prices{display:flex;align-items:baseline;gap:8px;margin-top:auto}.gb-price-sale{font-family:var(--gb-heading);font-size:1rem;font-weight:800;color:var(--gb-red)}.gb-price-was{font-size:.8125rem;color:var(--gb-muted);text-decoration:line-through}.gb-price{font-family:var(--gb-heading);font-size:1rem;font-weight:800;color:var(--gb-text)}.gb-features{background:var(--gb-navy);border-top:1px solid rgba(255,255,255,.04);padding:80px 24px;font-family:var(--gb-body);overflow:hidden;position:relative}.gb-features:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(220,38,38,.08) 0%,transparent 70%);pointer-events:none}.gb-features__inner{max-width:1280px;margin:0 auto}.gb-features__head{text-align:center;margin-bottom:60px}.gb-features__eyebrow{display:block;font-family:var(--gb-body);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-red);margin-bottom:10px}.gb-features__title{font-family:var(--gb-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.1}.gb-features__sub{font-size:1rem;color:#ffffff80;max-width:480px;margin:0 auto;line-height:1.7}.gb-feature-list{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}.gb-feature-list:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff14}.gb-feature-item{padding:36px 28px;border-right:1px solid rgba(255,255,255,.08);border-top:1px solid rgba(255,255,255,.08);position:relative;transition:background var(--gb-t);cursor:default}.gb-feature-item:last-child{border-right:none}.gb-feature-item:hover{background:#ffffff08}.gb-feature-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gb-red);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--gb-ease)}.gb-feature-item:hover:after{transform:scaleX(1)}.gb-feature-num{font-family:var(--gb-heading);font-size:2.5rem;font-weight:900;color:#dc262640;line-height:1;margin-bottom:16px;transition:color var(--gb-t)}.gb-feature-item:hover .gb-feature-num{color:#dc262680}.gb-feature-icon-wrap{width:44px;height:44px;border-radius:10px;background:#dc26261a;border:1px solid rgba(220,38,38,.2);display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:background var(--gb-t),transform var(--gb-t)}.gb-feature-item:hover .gb-feature-icon-wrap{background:#dc262633;transform:scale(1.08)}.gb-feature-icon-wrap svg{stroke:var(--gb-red)}.gb-feature-name{font-family:var(--gb-heading);font-size:1rem;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.25}.gb-feature-desc{font-size:.875rem;color:#ffffff80;line-height:1.6;margin:0}.gb-dashcam-section{background:#000;padding:64px 24px;font-family:var(--gb-body);border-top:1px solid rgba(255,255,255,.04)}.gb-dashcam-section .gb-products__inner{max-width:1280px;margin:0 auto}.gb-dashcam-section .gb-hero-product{margin-bottom:0}@media(max-width:768px){.gb-dashcam-section{padding:48px 20px}}@media(max-width:480px){.gb-dashcam-section{padding:40px 16px}}.gb-products{background:#000}.gb-products__title{color:#fff}.gb-products__link{color:#fff6}.gb-products__link:hover{color:var(--gb-red)}.gb-product-card{background:#111;border-color:#ffffff12}.gb-product-card:hover{box-shadow:0 20px 50px #000000b3;border-color:#dc26264d}.gb-product-img-placeholder{background:linear-gradient(135deg,#1a1a1a,#222)}.gb-product-img-placeholder svg{opacity:.15;stroke:#555}.gb-product-name,.gb-price{color:#fff}.gb-price-was{color:#ffffff4d}.gb-hero-product{position:relative;display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;margin-bottom:28px;border:1px solid rgba(220,38,38,.22);background:linear-gradient(145deg,#0f0000,#1c0606 45%,#0a0a0a);min-height:420px}.gb-hero-product:before{content:"";position:absolute;right:0;top:0;width:60%;height:100%;background:radial-gradient(ellipse at 70% 50%,rgba(220,38,38,.18) 0%,transparent 65%);pointer-events:none;z-index:0}.gb-hero-product__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:52px 44px 52px 52px}.gb-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#dc262624;border:1px solid rgba(220,38,38,.35);color:#fca5a5;font-family:var(--gb-body);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:50px;width:fit-content}.gb-hero-badge__dot{width:7px;height:7px;border-radius:50%;background:#ef4444;animation:gb-dot-pulse 2s ease-in-out infinite;box-shadow:0 0 6px #ef4444cc}.gb-hero-product__title{font-family:var(--gb-heading);font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:900;color:#fff;margin:0;line-height:1.08;letter-spacing:-.02em}.gb-hero-product__desc{font-size:.9375rem;color:#ffffff80;line-height:1.65;margin:0;max-width:360px}.gb-hero-product__features{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.gb-hero-product__features li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#ffffffb8;font-weight:600}.gb-hero-product__features li svg{stroke:var(--gb-red);flex-shrink:0}.gb-hero-product__footer{display:flex;align-items:center;gap:20px;margin-top:6px;flex-wrap:wrap}.gb-hero-product__price{font-family:var(--gb-heading);font-size:2.2rem;font-weight:900;color:#fff;line-height:1}.gb-hero-product__price-label{font-size:.8rem;color:#fff6;font-weight:500;display:block;margin-bottom:2px}.gb-hero-product__cta{display:inline-flex;align-items:center;gap:8px;background:var(--gb-red);color:#fff;font-family:var(--gb-heading);font-size:.9375rem;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;transition:background var(--gb-t),transform var(--gb-t),box-shadow var(--gb-t);position:relative;overflow:hidden}.gb-hero-product__cta:hover{background:var(--gb-red-hover);transform:translateY(-2px);box-shadow:0 12px 30px #dc262673}.gb-hero-product__cta svg{transition:transform var(--gb-t)}.gb-hero-product__cta:hover svg{transform:translate(3px)}.gb-hero-product__cta-shimmer{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:gb-shimmer 3s ease-in-out infinite;animation-delay:.5s}.gb-hero-product__visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:44px;overflow:hidden}.gb-hero-product__img-wrap{position:relative;width:100%;max-width:380px}.gb-hero-product__img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 30px 70px #000c;transition:transform .5s var(--gb-ease);position:relative;z-index:1}.gb-hero-product__img-wrap:hover .gb-hero-product__img{transform:scale(1.03) translateY(-5px)}.gb-hero-product__img-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse at 50% 60%,rgba(220,38,38,.4) 0%,transparent 60%);filter:blur(24px);z-index:0;animation:gb-glow-pulse 3s ease-in-out infinite}.gb-hero-product__star{position:absolute;top:-10px;right:-10px;background:var(--gb-red);color:#fff;font-family:var(--gb-heading);font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:50px;z-index:2;box-shadow:0 4px 16px #dc26268c;animation:gb-float 3.5s ease-in-out infinite}.gb-payments{background:var(--gb-dark);padding:48px 24px;border-top:1px solid rgba(255,255,255,.06);font-family:var(--gb-body)}.gb-payments__inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.gb-payments__label{color:#ffffff59;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0}.gb-payments__logos{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center}.gb-pay-logo{width:72px;height:44px;border-radius:8px;overflow:hidden;opacity:.75;transition:opacity .25s var(--gb-ease),transform .25s var(--gb-ease);flex-shrink:0}.gb-pay-logo:hover{opacity:1;transform:translateY(-2px)}.gb-pay-logo svg{width:100%;height:100%;display:block}.gb-payments__note{display:flex;align-items:center;gap:8px;color:#fff3;font-size:.75rem;margin:0}.gb-payments__note svg{flex-shrink:0;stroke:#fff3}@media(max-width:1200px){.gb-col-card{flex:0 0 calc(50% - 8px)}.gb-product-grid,.gb-feature-list{grid-template-columns:repeat(3,1fr)}.gb-feature-item:nth-child(3){border-right:none}.gb-feature-item:nth-child(4),.gb-feature-item:nth-child(5){border-top:1px solid rgba(255,255,255,.08)}}@media(max-width:900px){.gb-trustbar__inner{grid-template-columns:repeat(2,1fr)}.gb-trustbar__item:nth-child(2){border-right:none}.gb-trustbar__item:nth-child(3),.gb-trustbar__item:nth-child(4){border-top:1px solid rgba(255,255,255,.07)}.gb-trustbar__item:nth-child(4){border-right:none}.gb-product-grid,.gb-feature-list{grid-template-columns:repeat(2,1fr)}.gb-feature-item:nth-child(2){border-right:none}.gb-feature-item:nth-child(3){border-right:1px solid rgba(255,255,255,.08)}.gb-feature-item:nth-child(4){border-right:none}.gb-feature-item:nth-child(5){border-right:none}.gb-hero-product{grid-template-columns:1fr}.gb-hero-product__visual{order:-1;padding:28px 28px 0}.gb-hero-product__content{padding:28px 32px 32px}}@media(max-width:768px){.gb-hero{min-height:auto}.gb-hero-inner{padding:88px 20px 52px}.gb-scroll-hint{display:none}.gb-hero-title{font-size:clamp(2rem,8.5vw,2.6rem)}.gb-hero-sub{font-size:.9375rem;max-width:100%}.gb-hero-btns{flex-direction:column;gap:10px;width:100%}.gb-btn-primary,.gb-btn-outline{width:100%;justify-content:center;padding:15px 24px;font-size:.9375rem}.gb-trust-bar{gap:10px}.gb-trust-sep{display:none}.gb-trust-item{font-size:.8125rem}.gb-visual-wrap{max-width:100%}.gb-hero-img{border-radius:14px}.gb-hero-placeholder{max-height:240px;aspect-ratio:auto}.gb-hex{width:200px;height:200px}.gb-ring-1{width:100px;height:100px}.gb-ring-2{width:166px;height:166px}.gb-ring-3{width:220px;height:220px}.gb-hero-visual{animation:gb-fade-up .85s var(--gb-ease) forwards;animation-delay:.45s}.gb-btn-primary,.gb-btn-outline,.gb-hero-product__cta{touch-action:manipulation}.gb-trustbar{padding:0 16px}.gb-trustbar__inner{grid-template-columns:1fr 1fr}.gb-trustbar__item{padding:18px 14px;gap:11px}.gb-trustbar__icon{width:38px;height:38px;border-radius:9px}.gb-trustbar__label{font-size:.8125rem}.gb-trustbar__desc{font-size:.6875rem}.gb-col-page{padding:52px 0}.gb-col-page__inner{padding:0 20px}.gb-col-page__head{margin-bottom:28px}.gb-col-page__grid{grid-template-columns:1fr;gap:16px}.gb-col-page__grid .gb-col-card{aspect-ratio:3/2}.gb-collections{padding:52px 20px}.gb-collections__head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:24px}.gb-collections__title{font-size:clamp(1.5rem,6vw,2rem)}.gb-col-nav-wrap{width:100%;justify-content:space-between}.gb-col-slider{gap:12px}.gb-col-card{flex:0 0 82%;aspect-ratio:4/5}.gb-col-overlay{padding:14px}.gb-col-name{font-size:.9375rem}.gb-col-count{font-size:.75rem}.gb-products{padding:52px 20px}.gb-products__head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:24px}.gb-products__title{font-size:clamp(1.5rem,6vw,2rem);color:#fff}.gb-product-grid{grid-template-columns:1fr 1fr;gap:10px}.gb-product-info{padding:11px 11px 15px}.gb-product-name{font-size:.8125rem}.gb-price,.gb-price-sale{font-size:.9375rem}.gb-hero-product{min-height:auto;margin-bottom:24px}.gb-hero-product__visual{padding:20px 20px 0}.gb-hero-product__content{padding:20px 20px 24px;gap:14px}.gb-hero-product__title{font-size:clamp(1.35rem,5.5vw,1.8rem)}.gb-hero-product__desc{font-size:.875rem;max-width:100%}.gb-hero-product__features{gap:8px}.gb-hero-product__features li{font-size:.8125rem}.gb-hero-product__footer{flex-direction:column;align-items:flex-start;gap:10px;margin-top:0}.gb-hero-product__price{font-size:1.75rem}.gb-hero-product__cta{width:100%;justify-content:center;padding:13px 20px}.gb-features{padding:52px 20px}.gb-features__head{text-align:left;margin-bottom:32px}.gb-features__title{font-size:clamp(1.5rem,6vw,2rem)}.gb-features__sub{font-size:.875rem;max-width:100%}.gb-feature-list{grid-template-columns:1fr}.gb-feature-item{border-right:none;border-top:1px solid rgba(255,255,255,.08);padding:20px 16px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:4px}.gb-feature-item:last-child{border-right:none}.gb-feature-item:after{display:none}.gb-feature-num{grid-column:1;grid-row:1/3;font-size:1.5rem;margin-bottom:0;align-self:center;text-align:center}.gb-feature-icon-wrap{display:none}.gb-feature-name{grid-column:2;grid-row:1;font-size:.9375rem;margin:0;align-self:center}.gb-feature-desc{grid-column:2;grid-row:2;font-size:.8125rem;margin:0}}@media(max-width:480px){.gb-hero-inner{padding:80px 16px 44px;gap:22px}.gb-hero-title{font-size:clamp(1.85rem,8.5vw,2.25rem)}.gb-trustbar__inner{grid-template-columns:1fr}.gb-trustbar__item{border-right:none;border-top:1px solid rgba(255,255,255,.07);padding:16px;flex-direction:row}.gb-trustbar__item:first-child{border-top:none}.gb-col-card{flex:0 0 90%;aspect-ratio:3/4}.gb-col-slider{gap:10px}.gb-col-overlay{padding:16px 20px}.gb-product-grid{grid-template-columns:1fr 1fr;gap:8px}.gb-product-info{padding:9px 9px 12px}.gb-product-name{font-size:.75rem}.gb-collections,.gb-products,.gb-features{padding:44px 16px}.gb-features__head{margin-bottom:24px}}@media(prefers-reduced-motion:reduce){.gb-orb,.gb-chip,.gb-shimmer,.gb-badge-dot,.gb-scroll-hint span,.gb-hex,.gb-ring,.gb-bolt,.gb-chip-dot{animation:none!important}.gb-btn-primary{animation:none}.gb-anim,.gb-anim-right{animation:none!important;opacity:1!important}.gb-reveal{opacity:1!important;transform:none!important;transition:none!important}.gb-product-card:hover,.gb-col-card:hover,.gb-feature-item:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gearbolt-landing.css.map */
