.gun-intro{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.gun-intro__body p{font-size:15.5px;font-weight:300;color:var(--gun-muted);line-height:1.8;margin-bottom:14px}.gun-intro__body p:last-of-type{margin-bottom:28px}.gun-intro__body strong{color:var(--gun-text);font-weight:600}.gun-intro__ctas{display:flex;flex-wrap:wrap;gap:12px}.gun-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gun-stat{background:#fff;border:1px solid var(--gun-border);border-radius:var(--gun-radius);padding:24px 20px;transition:box-shadow .25s,transform .25s}.gun-stat:hover{box-shadow:0 8px 28px rgba(31,77,164,.09);transform:translateY(-2px)}.gun-stat__icon{width:38px;height:38px;border-radius:9px;background:rgba(31,77,164,.08);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.gun-stat__number{font-family:"Bebas Neue",sans-serif;font-size:clamp(28px,3vw,44px);color:var(--gun-accent);line-height:1;margin-bottom:4px}.gun-stat__label{font-size:12.5px;font-weight:500;color:var(--gun-muted);line-height:1.4}.gun-stat--wide{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:18px 20px}.gun-stat--wide .gun-stat__icon{margin-bottom:0;flex-shrink:0}.gun-stat--wide .gun-stat__number{font-size:clamp(20px,2vw,28px)}.gun-carousel-header{text-align:center;margin-bottom:8px}.gun-props{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--gun-border);border-radius:var(--gun-radius);overflow:hidden;background:#fff}.gun-prop{padding:28px 22px;text-align:center;border-right:1px solid var(--gun-border)}.gun-prop:last-child{border-right:none}.gun-prop__icon{width:44px;height:44px;border-radius:10px;background:rgba(31,77,164,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.gun-prop__title{font-size:15px;font-weight:700;color:var(--gun-text);margin-bottom:6px}.gun-prop__text{font-size:13px;font-weight:300;color:var(--gun-muted);line-height:1.6}.gun-prop-ctas{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}.gun-cats__header{text-align:center;margin-bottom:36px}.gun-cats__sub{max-width:480px;margin-inline:auto}.gun-cats__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:48px}.gun-cat-card{position:relative;border-radius:var(--gun-radius);overflow:hidden;border:2px solid transparent;aspect-ratio:4/3;cursor:pointer;background:linear-gradient(135deg,#eef2f9 0%,#dce6f5 100%);transition:box-shadow .25s,transform .25s;user-select:none}.gun-cat-card:hover{box-shadow:0 8px 32px rgba(31,77,164,.15);transform:translateY(-3px)}.gun-cat-card.active{box-shadow:0 8px 32px rgba(31,77,164,.2)}.gun-cat-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.gun-cat-card:hover .gun-cat-card__img{transform:scale(1.05)}.gun-cat-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gun-accent);opacity:.4}.gun-cat-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(17,17,17,.82) 0%,rgba(17,17,17,.05) 60%,transparent 100%);pointer-events:none}.gun-cat-card__tint{position:absolute;inset:0;background:rgba(31,77,164,0);transition:background .3s;pointer-events:none}.gun-cat-card.active .gun-cat-card__tint{background:rgba(31,77,164,.12)}.gun-cat-card__label{position:absolute;bottom:0;left:0;right:0;padding:12px 12px 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.gun-cat-card__name{font-family:"Bebas Neue",sans-serif;font-size:clamp(13px,1.2vw,17px);letter-spacing:.05em;color:#fff;line-height:1.15;text-shadow:0 1px 4px rgba(0,0,0,.3)}.gun-cat-card__pill{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;background:#fff;color:var(--gun-accent);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:100px;opacity:0;transform:translateY(4px);transition:opacity .25s,transform .25s;white-space:nowrap}.gun-cat-card.active .gun-cat-card__pill{opacity:1;transform:translateY(0)}.gun-product-section{display:none}.gun-product-section.active{display:block;animation:gunFadeIn .3s ease}.gun-product-section__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--gun-border);flex-wrap:wrap}.gun-product-section__title{font-family:"Bebas Neue",sans-serif;font-size:clamp(22px,3vw,34px);color:var(--gun-text);letter-spacing:.04em}.gun-product-section__title span{color:var(--gun-accent)}.gun-view-all{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 18px;border-radius:8px;border:1.5px solid var(--gun-accent);transition:background .2s,color .2s;white-space:nowrap}.gun-view-all:hover{background:var(--gun-accent);color:#fff!important}@media (max-width:1100px){.gun-intro{grid-template-columns:1fr;gap:36px}.gun-stats{grid-template-columns:repeat(2,1fr)}.gun-props{grid-template-columns:repeat(2,1fr)}.gun-prop:nth-child(2){border-right:none}.gun-prop:nth-child(3){border-top:1px solid var(--gun-border)}.gun-prop:nth-child(4){border-top:1px solid var(--gun-border)}.gun-cats__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.gun-cats__grid{grid-template-columns:repeat(2,1fr)}.gun-props{grid-template-columns:1fr}.gun-prop{border-right:none!important;border-top:1px solid var(--gun-border)}.gun-prop:first-child{border-top:none}}@media (max-width:600px){.gun-intro__ctas{flex-direction:column}.gun-cats__grid{grid-template-columns:repeat(2,1fr);gap:10px}.gun-prop-ctas{flex-direction:column;align-items:stretch}.gun-product-section__bar{flex-direction:column;align-items:flex-start}}@media (max-width:400px){.gun-cats__grid{grid-template-columns:1fr 1fr}}