*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

input, textarea, button {
	font-weight: 400;
	font-family: 'Jost' !important;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder { color: #37203f94; }
::-moz-placeholder { color: #37203f94; }
:-moz-placeholder { color: #37203f94; }
:-ms-input-placeholder { color: #37203f94; }

html {
	scroll-behavior: smooth
}

:root {
	--nav: #003D7A;
	--nav2: #0052A3;
	--nav3: #1A6BB8;
	--steel: #5B7A99;
	--steel2: #E8EEF4;
	--bg: #F4F6F9;
	--bg2: #FFFFFF;
	--bg3: #EDF1F6;
	--ln: #D8E0E9;
	--ln2: #C5D1DD;
	--ink: #1A2733;
	--ink2: #3D4F61;
	--ink3: #6B7C8E;
	--ink4: #9AA8B5;
	--grn: #1F7A3D;
	--grn2: #E3F2E8;
	--org: #C2410C;
	--org2: #FDEEE5;
	--red: #B91C1C;
	--red2: #FBEAEA;
	--gold: #9A6B00;
	--gold2: #FBF3DE;
	--f: 'IBM Plex Sans', system-ui, sans-serif;
	--fm: 'IBM Plex Mono', monospace;
}

body {
	font-family: var(--f);
	background: var(--bg);
	color: var(--ink);
	line-height: 1.5;
	overflow-x: hidden
}

a {
	text-decoration: none;
	color: inherit
}

button,
input,
select,
textarea {
	font-family: inherit
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: var(--bg3)
}

::-webkit-scrollbar-thumb {
	background: var(--steel);
	border: 2px solid var(--bg3)
}

.pg {
	display: none
}

.pg.on {
	display: block
}

/* ─── UTILITY BAR ─── */
.ubar {
	background: var(--nav);
	color: #fff;
	font-size: 12px
}

.ubar-in {
	max-width: 1280px;
	margin: 0 auto;
	padding: 7px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap
}

.ubar-l {
	display: flex;
	gap: 20px;
	align-items: center;
	color: rgba(255, 255, 255, .7)
}

.ubar-l span {
	display: flex;
	align-items: center;
	gap: 5px
}

.ubar-r {
	display: flex;
	gap: 18px;
	align-items: center
}

.ubar-r a {
	color: rgba(255, 255, 255, .8);
	cursor: pointer;
	transition: color .15s
}

.ubar-r a:hover {
	color: #fff
}

/* ─── HEADER ─── */
.hdr {
	background: var(--bg2);
	border-bottom: 1px solid var(--ln)
}

.hdr-in {
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px 24px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	flex-shrink: 0
}

.logo-mark {
	width: 44px;
	height: 44px;
	background: var(--nav);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.logo-mark::after {
	content: '';
	position: absolute;
	inset: 5px;
	border: 1.5px solid rgba(255, 255, 255, .4)
}

.logo-mark svg {
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 1
}

.logo-txt {}

.logo-name {
	font-size: 21px;
	font-weight: 700;
	color: var(--nav);
	letter-spacing: -.3px;
	line-height: 1
}

.logo-tag {
	font-size: 10px;
	font-weight: 500;
	color: var(--ink4);
	letter-spacing: .16em;
	text-transform: uppercase;
	margin-top: 3px
}

.hdr-search {
	display: flex;
	border: 2px solid var(--nav);
	overflow: hidden
}

.hdr-search input {
	flex: 1;
	border: none;
	padding: 11px 16px;
	font-size: 14px;
	color: var(--ink);
	outline: none;
	font-family: var(--f)
}

.hdr-search input::placeholder {
	color: var(--ink4)
}

.hdr-search-btn {
	background: var(--nav);
	color: #fff;
	border: none;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s
}

.hdr-search-btn:hover {
	background: var(--nav2)
}

.hdr-r {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0
}

.hact {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	color: var(--ink2);
	cursor: pointer;
	transition: color .15s;
	position: relative;
	padding: 0
}

.hact:hover {
	color: var(--nav)
}

.hact svg {
	width: 24px;
	height: 24px
}

.hact-txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2
}

.hact-lbl {
	font-size: 9px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .06em
}

.hact-val {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.hbadge {
	position: absolute;
	top: -5px;
	left: 16px;
	min-width: 17px;
	height: 17px;
	background: var(--org);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px
}

/* ─── MAIN NAV ─── */
.mnav {
	background: var(--nav);
	position: sticky;
	top: 0;
	z-index: 900
}

.mnav-in {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: stretch;
	gap: 0;
	height: 46px
}

.mnav-all {
	display: flex;
	align-items: center;
	gap: 9px;
	background: var(--nav2);
	color: #fff;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s;
	border: none;
	font-family: var(--f)
}

.mnav-all:hover {
	background: var(--nav3)
}

.mnav-all svg {
	width: 16px;
	height: 16px
}

.mnav-links {
	display: flex;
	align-items: stretch;
	overflow-x: auto
}

.mnav-links ul {
	display: flex;
	align-items: stretch;
	overflow-x: auto
}

.mnav-links::-webkit-scrollbar {
	display: none
}

.mnav-links ul li {
	display: flex;
	align-items: stretch;
}

.mnav-links ul a {
	display: flex;
	align-items: center;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, .85);
	cursor: pointer;
	transition: all .15s;
	white-space: nowrap;
	border-bottom: 3px solid transparent
}

.mnav-links ul a:hover,
.mnl.on {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border-color: #fff
}

.mnav-phone {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fm)
}

.mnav-phone svg {
	width: 15px;
	height: 15px
}

/* ─── BREADCRUMB ─── */
.bread {
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	
	font-size: 12px;
	color: var(--ink);
	font-weight: 500
}

.bread a {
	font-size: 12px;
	color: var(--ink3);
	cursor: pointer;
	transition: color .14s;
}

.bci:hover {
	color: var(--nav)
}

.bread span {
	font-size: 11px;
	color: var(--ink4)
}

.bca {
	font-size: 12px;
	color: var(--ink);
	font-weight: 500
}

/* ─── BUTTONS ─── */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	transition: all .15s;
	white-space: nowrap
}

.btn-nav {
	background: var(--nav);
	color: #fff
}

.btn-nav:hover {
	background: var(--nav2)
}

.btn-grn {
	background: var(--grn);
	color: #fff
}

.btn-grn:hover {
	filter: brightness(1.1)
}

.btn-out {
	background: #fff;
	border: 1.5px solid var(--ln2);
	color: var(--ink2)
}

.btn-out:hover {
	border-color: var(--nav);
	color: var(--nav)
}

.btn-org {
	background: var(--org);
	color: #fff
}

.btn-org:hover {
	filter: brightness(1.08)
}

.btn-lg {
	font-size: 14px;
	padding: 13px 26px
}

.btn-sm {
	font-size: 12px;
	padding: 8px 14px
}

.btn-block {
	width: 100%
}

/* ─── HOMEPAGE: TOP GRID (cats sidebar + hero slider) ─── */
.home-top {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 24px 0;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 16px
}

.cat-menu {
	background: var(--bg2);
	border: 1px solid var(--ln)
}

.cat-menu-h {
	background: var(--nav);
	color: #fff;
	padding: 12px 18px;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 9px
}

.cat-menu-h svg {
	width: 16px;
	height: 16px
}

.cat-menu-list {
	list-style: none
}

.cmi {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 11px 18px;
	border-bottom: 1px solid var(--ln);
	cursor: pointer;
	transition: all .14s;
	font-size: 13px;
	font-weight: 500;
	color: var(--ink2)
}

.cmi:last-child {
	border-bottom: none
}

.cmi:hover {
	background: var(--bg3);
	color: var(--nav);
	padding-left: 22px
}

.cmi-ico {
	font-size: 18px;
	width: 22px;
	text-align: center;
	flex-shrink: 0
}

.cmi-ar {
	margin-left: auto;
	color: var(--ink4);
	font-size: 12px
}

/* hero banner panel */
.hero-panel {
	background: linear-gradient(115deg, var(--nav) 0%, var(--nav2) 100%);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 48px;
	color: #fff
}

.hero-panel::after {
	content: '';
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 380px;
	height: 380px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%
}

.hero-panel::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .12))
}

.hp-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 16px;
	position: relative;
	z-index: 1
}

.hp-tag::before {
	content: '';
	width: 28px;
	height: 2px;
	background: var(--org)
}

.hp-h {
	font-size: clamp(26px, 3.2vw, 42px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.02em;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
	max-width: 560px
}

.hp-sub {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, .75);
	line-height: 1.7;
	margin-bottom: 26px;
	max-width: 480px;
	position: relative;
	z-index: 1
}

.hp-acts {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.hp-feats {
	display: flex;
	gap: 24px;
	margin-top: 28px;
	position: relative;
	z-index: 1;
	flex-wrap: wrap
}

.hp-feat {
	display: flex;
	align-items: center;
	gap: 9px
}

.hp-feat-n {
	font-family: var(--fm);
	font-size: 24px;
	font-weight: 600;
	color: #fff
}

.hp-feat-l {
	font-size: 11px;
	color: rgba(255, 255, 255, .6);
	line-height: 1.3
}

/* ─── INFO TILES ─── */
.info-tiles {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 24px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px
}

.itile {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 16px 18px;
	display: flex;
	align-items: center;
	gap: 13px
}

.itile-ico {
	width: 42px;
	height: 42px;
	background: var(--steel2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
	color: var(--nav)
}

.itile-t {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.itile-d {
	font-size: 11px;
	color: var(--ink3);
	margin-top: 2px
}

/* ─── SECTION ─── */
.sec {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 24px 0
}

.sec-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 2px solid var(--nav);
	padding-bottom: 10px;
	margin-bottom: 18px;
	gap: 12px;
	flex-wrap: wrap
}

.sec-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: -.3px
}

.sec-tabs {
	display: flex;
	gap: 0
}

.stab {
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	border: 1px solid var(--ln2);
	border-right: none;
	background: #fff;
	color: var(--ink3);
	cursor: pointer;
	transition: all .14s
}

.stab:last-child {
	border-right: 1px solid var(--ln2)
}

.stab.on {
	background: var(--nav);
	color: #fff;
	border-color: var(--nav)
}

.sec-link {
	font-size: 13px;
	font-weight: 600;
	color: var(--nav);
	cursor: pointer
}

.sec-link:hover {
	text-decoration: underline
}

/* ─── PRODUCT CARD ─── */
.pgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px
}

.pcard {
	background: var(--bg2);
	border: 1px solid var(--ln);
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all .16s;
	position: relative
}

.pcard:hover {
	border-color: var(--nav);
	box-shadow: 0 6px 24px rgba(0, 61, 122, .1)
}

.pcard-top {
	position: relative;
	height: 180px;
	background: var(--bg2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--ln);
	overflow: hidden
}

.pcard-top .image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pcard-top .image img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
	transition: transform .35s
}

.pcard-top svg {
	width: 115px;
	transition: transform .3s
}

.pcard:hover .pcard-top svg {
	transform: scale(1.05)
}

.pcard-badges {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column
}

.pbadge {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 4px 9px;
	color: #fff
}

.pb-grn {
	background: var(--grn)
}

.pb-org {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
	background: var(--org)
}

.pb-nav {
	background: var(--nav)
}

.pb-gold {
	background: var(--gold)
}

.pcard-fav {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ink4);
	font-size: 15px;
	transition: all .15s
}

.pcard-fav:hover,
.pcard-fav.on {
	color: var(--red);
	border-color: var(--red)
}

.pcard-body {
	padding: 14px;
	flex: 1;
	display: flex;
	flex-direction: column
}

.pcard-art {
	font-family: var(--fm);
	font-size: 10px;
	color: var(--ink4);
	margin-bottom: 6px
}

.pcard-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.35;
	margin-bottom: 9px;
	min-height: 35px
}

.pcard-name:hover {
	color: var(--nav)
}

.pcard-params {
	list-style: none;
	margin-bottom: 11px;
	border-top: 1px solid var(--ln)
}

.pcard-param {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	padding: 4px 0;
	border-bottom: 1px dotted var(--ln)
}

.pcard-param-k {
	color: var(--ink3)
}

.pcard-param-v {
	color: var(--ink);
	font-weight: 500;
	text-align: right
}

.pcard-stock {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 9px
}

.stock-y {
	color: var(--grn)
}

.stock-y::before {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--grn);
	border-radius: 50%
}

.stock-o {
	color: var(--org)
}

.stock-o::before {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--org);
	border-radius: 50%
}

.pcard-foot {
	margin-top: auto
}

.d-none {
	display: none
}

.pcard-price-lbl {
	font-size: 10px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .04em
}

.pcard-price {
	font-size: 19px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	letter-spacing: -.5px;
	margin-bottom: 9px
}

.pcard-btns {
	display: flex;
	gap: 6px;
	margin-top: 20px;
}

.pcard-btns .btn {
	flex: 1;
	padding: 9px 8px;
	font-size: 11px
}

.pcard-cmp {
	position: absolute;
	bottom: 8px;
	right: 8px
}

.cmp-toggle {
	font-size: 10px;
	color: var(--ink4);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	font-family: var(--f);
	transition: color .14s
}

.cmp-toggle:hover,
.cmp-toggle.on {
	color: var(--nav)
}

/* list view */
.pgrid.vlist {
	grid-template-columns: 1fr;
	gap: 8px
}

.pgrid.vlist .pcard {
	flex-direction: row
}

.pgrid.vlist .pcard-top {
	width: 180px;
	height: auto;
	flex-shrink: 0;
	border-right: 1px solid var(--ln);
	border-bottom: none
}

.pgrid.vlist .pcard-top svg {
	width: 90px
}

.pgrid.vlist .pcard-body {
	flex-direction: row;
	align-items: center;
	gap: 20px
}

.pgrid.vlist .pcard-main {
	flex: 1
}

.pgrid.vlist .pcard-name {
	min-height: 0
}

.pgrid.vlist .pcard-params {
	max-width: 340px
}

.pgrid.vlist .pcard-foot {
	margin: 0;
	width: 200px;
	flex-shrink: 0
}

/* ─── CATALOG ─── */
.cat-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 48px;
	display: grid;
	grid-template-columns: 248px 1fr;
	gap: 20px;
	align-items: start
}

.cat-aside {
	background: var(--bg2);
	border: 1px solid var(--ln);
	position: sticky;
	top: 62px
}

.fbox {
	border-bottom: 1px solid var(--ln)
}

.fbox-h {
	padding: 12px 16px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--ink);
	background: var(--bg3);
	border-bottom: 1px solid var(--ln)
}

.fbox-body {
	padding: 12px 16px
}

.fbox-body .bapf_sfilter ul li {
	display: flex !important;
	align-items: center;
	gap: 9px;
	padding: 5px 0 !important;
	cursor: pointer
}

.fbox-body li input {
	width: 16px;
	height: 16px;
	accent-color: var(--nav);
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 0
}

.fbox-body li label {
	font-size: 13px;
	color: var(--ink2);
	flex: 1;
	display: flex !important;
	justify-content: space-between;
	gap: 9px;
}

.fbox-body li label i {
	font-size: 11px;
	color: var(--ink4);
	font-style: normal;
}

.bapf_show_hide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
    color:  var(--ink2);
	height: 30px;
	border: 1px solid var(--navy);
	margin: 20px auto 0px auto;
	width: 100%;
	border-radius: 6px;
	background: var(--navy);
}

.fprice {
	display: flex;
	gap: 8px;
	align-items: center
}

.fprice input {
	width: 100%;
	border: 1px solid var(--ln2);
	padding: 8px 10px;
	font-size: 13px;
	color: var(--ink);
	outline: none;
	font-family: var(--fm)
}

.fprice input:focus {
	border-color: var(--nav)
}

.fprice span {
	color: var(--ink4)
}

.fapply {
	width: 100%;
	margin-top: 10px;
	padding: 9px;
	background: var(--nav);
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--f)
}

.fapply:hover {
	background: var(--nav2)
}

.fclear {
	width: 100%;
	margin-top: 6px;
	padding: 8px;
	background: none;
	border: 1px solid var(--ln2);
	color: var(--ink3);
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	font-family: var(--f)
}

.fclear:hover {
	border-color: var(--nav);
	color: var(--nav)
}

/* cat main */
.cat-toolbar {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 11px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	flex-wrap: wrap;
	gap: 10px
}

.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none !important;
}

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	margin-top: 36px;
	width: 100%;
}

.woocommerce-pagination .page-numbers {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 15px;
	background: white;
	cursor: pointer;
	font-family: var(--fd);
}

.woocommerce-pagination a:hover {
	border-color: var(--gold);
	color: var(--gold);
	background: var(--cream);
}

.woocommerce-pagination .dots {
	border: none;
	cursor: default;
}

.woocommerce-pagination .current {
	background: var(--navy);
	color: white;
	border-color: var(--navy);
}

.cat-toolbar .bapf_sfilter {
	margin: 0;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	display: flex!important;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--navy);
	color: var(--mid);
	font-size: 12px;
	padding: 5px 30px 5px 12px;
	border-radius: 20px;
	position: relative;
	font-weight: 400;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
    color: #ccc;
    content: "×";
    rotate: none;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    width: auto;
    height: auto;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
	background: none;
	font-size: 13px;
	color: var(--accent);
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
}

.cat-cnt {
	font-size: 13px;
	color: var(--ink2)
}

.cat-cnt b {
	font-weight: 700;
	color: var(--ink);
	font-family: var(--fm)
}

.cat-tools {
	display: flex;
	align-items: center;
	gap: 14px
}

.cat-sort-sel {
	border: 1px solid var(--ln2);
	padding: 8px 12px;
	font-size: 13px;
	color: var(--ink);
	outline: none;
	cursor: pointer;
	font-family: var(--f);
	background: #fff
}

.vtog {
	display: flex;
	border: 1px solid var(--ln2)
}

.vbtn {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: none;
	border-right: 1px solid var(--ln2);
	color: var(--ink4);
	cursor: pointer;
	font-size: 15px;
	transition: all .13s
}

.vbtn:last-child {
	border-right: none
}

.vbtn.on {
	background: var(--nav);
	color: #fff
}

/* ─── DETAIL ─── */
.det-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 40px
}

.det-top {
	display: grid;
	grid-template-columns: 1fr 1fr 300px;
	gap: 24px;
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 24px;
	margin-bottom: 20px
}

.det-gallery {}

.det-stage {
	background: var(--bg);
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	min-height: 320px;
	position: relative;
	margin-bottom: 10px
}

.det-stage a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.det-stage img {
	max-width: 100%;
	max-height: 360px;
	object-fit: contain;
	transition: transform .3s;
}


.det-stage svg {
	width: 200px
}

.det-stage-badges {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column
}

.det-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px
}

.det-thumb {
	background: var(--bg);
	border: 1px solid var(--ln);
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	transition: border-color .14s
}

.det-thumb:hover,
.det-thumb.on {
	border-color: var(--nav)
}

.det-thumb svg {
	width: 42px
}

.det-mid {}

.det-art {
	font-family: var(--fm);
	font-size: 11px;
	color: var(--ink4);
	margin-bottom: 8px
}

.det-brand-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	color: var(--nav);
	background: var(--steel2);
	padding: 3px 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .05em
}

.det-name {
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.2;
	letter-spacing: -.3px;
	margin-bottom: 14px
}

.det-rate {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ln)
}

.det-mid .section_info {
	font-size: 13px;
	color: var(--ink2);
}

.det-mid .section_info strong,
.det-mid .section_info em {
	font-weight: 400;
	font-style: normal;
}

.det-stars {
	color: var(--gold);
	font-size: 14px;
	letter-spacing: 1px
}

.det-rate-n {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.det-rate-link {
	font-size: 12px;
	color: var(--nav);
	cursor: pointer;
	text-decoration: underline
}

.det-keyparams {
	list-style: none
}

.det-kp {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 7px 0;
	border-bottom: 1px dotted var(--ln)
}

.det-kp-k {
	color: var(--ink3)
}

.det-kp-v {
	color: var(--ink);
	font-weight: 600;
	text-align: right
}

.det-buy {
	border: 2px solid var(--nav);
	padding: 20px
}

.det-buy-price-lbl {
	font-size: 11px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 3px
}

.det-buy-price {
	font-size: 30px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	letter-spacing: -1px;
	line-height: 1
}

.det-buy-lease {
	font-size: 12px;
	color: var(--ink3);
	margin-top: 6px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ln);
	margin-bottom: 16px
}

.det-buy-lease b {
	color: var(--grn);
	font-weight: 600
}

.det-buy-stock {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 16px
}

.det-buy-acts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px
}

.det-buy-acts .btn {
	padding: 13px
}

.det-guarantees {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px
}

.det-guarantee {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	color: var(--ink2)
}

.det-guarantee svg {
	width: 17px;
	height: 17px;
	color: var(--nav);
	flex-shrink: 0
}

/* det tabs */
.det-tabs {
	background: var(--bg2);
	border: 1px solid var(--ln)
}

.det-tabnav {
	display: flex;
	border-bottom: 2px solid var(--nav)
}

.dtab {
	font-size: 13px;
	font-weight: 600;
	padding: 13px 22px;
	background: none;
	border: none;
	color: var(--ink3);
	cursor: pointer;
	transition: all .14s;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px
}

.dtab:hover {
	color: var(--ink)
}

.dtab.on {
	color: var(--nav);
	border-color: var(--nav)
}

.dtab-pane {
	display: none;
	padding: 24px
}

.dtab-pane.on {
	display: block
}

.dtab-pane .section_info {
	font-size: 13px;
	color: var(--ink2);
}

.dtab-pane .section_info h2:nth-of-type(1) {
	margin-top: 0;
}

.dtab-pane .section_info p {
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 14px;
}

.dtab-pane .section_info h2 {
	font-size: 20px;
	margin: 20px 0px 20px 0px;
	position: relative;
	font-weight: 500;
}

.dtab-pane .section_info h3 {
	font-size: 18px;
	margin: 20px 0px 20px 0px;
	position: relative;
	font-weight: 500;
}

.dtab-pane .section_info li {
	font-weight: 400;
	line-height: 1.8;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}

.dtab-pane .section_info li:after {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background: var(--ink);
	left: 0;
	top: 9px;
	border-radius: 50%;
}

.dtab-pane .section_info strong {
	font-weight: 400;
}

.dtab-pane .section_info ul {
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
}

.spectable {
	width: 100%;
	border-collapse: collapse
}

.spectable tr {
	border-bottom: 1px solid var(--ln)
}

.spectable td {
	padding: 11px 14px;
	font-size: 13px
}

.spectable td:first-child {
	color: var(--ink3);
	width: 38%;
	background: var(--bg3);
	font-weight: 500
}

.spectable td:last-child {
	color: var(--ink);
	font-weight: 500
}

.docs-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px
}

.doc-card {
	display: flex;
	align-items: center;
	gap: 11px;
	border: 1px solid var(--ln);
	padding: 14px;
	cursor: pointer;
	transition: all .14s
}

.doc-card:hover {
	border-color: var(--nav);
	background: var(--bg3)
}

.doc-ic {
	width: 36px;
	height: 36px;
	background: var(--red2);
	color: var(--red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	font-family: var(--fm);
	flex-shrink: 0
}

.doc-nm {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink)
}

.doc-mt {
	font-size: 11px;
	color: var(--ink4)
}

.rev {
	border: 1px solid var(--ln);
	padding: 16px;
	margin-bottom: 10px
}

.rev-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 6px
}

.rev-who {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.rev-role {
	font-size: 11px;
	color: var(--ink4)
}

.rev-stars {
	color: var(--gold);
	font-size: 12px
}

.rev-txt {
	font-size: 13px;
	color: var(--ink2);
	line-height: 1.6
}

.rev-ok {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	color: var(--grn);
	font-weight: 600;
	margin-top: 8px
}

/* ─── CART ─── */
.cart-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 50px
}

.page-h {
	font-size: 24px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 20px;
	letter-spacing: -.3px
}

.cart-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 20px;
	align-items: start
}

.cart-list {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.crow {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 16px;
	display: flex;
	gap: 16px;
	align-items: center
}

.crow-img {
	width: 90px;
	height: 90px;
	background: var(--bg);
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.crow-img svg {
	width: 60px
}

.crow-mid {
	flex: 1;
	min-width: 0
}

.crow-art {
	font-family: var(--fm);
	font-size: 10px;
	color: var(--ink4);
	margin-bottom: 3px
}

.crow-name {
	font-size: 14px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 8px
}

.crow-stock {
	font-size: 11px;
	font-weight: 600;
	color: var(--grn);
	display: flex;
	align-items: center;
	gap: 5px
}

.crow-stock::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--grn);
	border-radius: 50%
}

.crow-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	flex-shrink: 0
}

.qty {
	display: flex;
	border: 1px solid var(--ln2)
}

.qty button {
	width: 32px;
	height: 32px;
	background: var(--bg3);
	border: none;
	font-size: 16px;
	color: var(--ink2);
	cursor: pointer
}

.qty button:hover {
	background: var(--ln)
}

.qty span {
	width: 42px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fm);
	border-left: 1px solid var(--ln2);
	border-right: 1px solid var(--ln2)
}

.crow-price {
	font-size: 18px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm)
}

.crow-del {
	font-size: 11px;
	color: var(--red);
	cursor: pointer;
	background: none;
	border: none;
	font-family: var(--f)
}

.crow-del:hover {
	text-decoration: underline
}

.summ {
	background: var(--bg2);
	border: 1px solid var(--ln);
	position: sticky;
	top: 62px
}

.summ-h {
	background: var(--nav);
	color: #fff;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 600
}

.summ-body {
	padding: 18px
}

.summ-row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 10px
}

.summ-row-k {
	color: var(--ink3)
}

.summ-row-v {
	font-weight: 600;
	color: var(--ink);
	font-family: var(--fm)
}

.summ-tot {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 14px;
	border-top: 2px solid var(--nav);
	margin-top: 6px
}

.summ-tot-k {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink)
}

.summ-tot-v {
	font-size: 24px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	letter-spacing: -.5px
}

.summ-promo {
	display: flex;
	gap: 6px;
	margin: 16px 0
}

.summ-promo input {
	flex: 1;
	border: 1px solid var(--ln2);
	padding: 9px 11px;
	font-size: 12px;
	outline: none;
	font-family: var(--f)
}

.summ-promo input:focus {
	border-color: var(--nav)
}

.summ-promo button {
	padding: 9px 14px;
	background: var(--ink2);
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--f)
}

.summ-note {
	font-size: 11px;
	color: var(--ink4);
	margin-top: 12px;
	line-height: 1.5
}

/* ─── CHECKOUT ─── */
.co-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px 50px
}

.co-steps {
	display: flex;
	margin-bottom: 24px;
	border: 1px solid var(--ln);
	background: var(--bg2)
}

.co-step {
	flex: 1;
	padding: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-right: 1px solid var(--ln);
	position: relative
}

.co-step:last-child {
	border-right: none
}

.co-step.on {
	background: var(--nav);
	color: #fff
}

.co-step-n {
	width: 26px;
	height: 26px;
	background: var(--bg3);
	color: var(--ink3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	font-family: var(--fm);
	flex-shrink: 0
}

.co-step.on .co-step-n {
	background: #fff;
	color: var(--nav)
}

.co-step-t {
	font-size: 12px;
	font-weight: 600
}

.co-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 20px;
	align-items: start
}

.co-card {
	background: var(--bg2);
	border: 1px solid var(--ln);
	margin-bottom: 16px
}

.co-card-h {
	padding: 14px 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--ink);
	background: var(--bg3);
	border-bottom: 1px solid var(--ln)
}

.co-card-b {
	padding: 18px
}

.fld2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.fld {
	margin-bottom: 14px
}

.fld-l {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink2);
	display: block;
	margin-bottom: 6px
}

.fld input,
.fld select,
.fld textarea {
	width: 100%;
	border: 1px solid var(--ln2);
	padding: 10px 12px;
	font-size: 13px;
	color: var(--ink);
	outline: none;
	font-family: var(--f);
	background: #fff
}

.fld input:focus,
.fld select:focus,
.fld textarea:focus {
	border-color: var(--nav)
}

.fld textarea {
	resize: vertical;
	min-height: 70px
}

.dlv {
	border: 1px solid var(--ln2);
	padding: 13px 15px;
	margin-bottom: 8px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	transition: all .14s
}

.dlv:hover {
	border-color: var(--nav)
}

.dlv.on {
	border-color: var(--nav);
	background: var(--steel2)
}

.dlv-l {
	display: flex;
	align-items: center;
	gap: 11px
}

.dlv-ic {
	font-size: 18px
}

.dlv-nm {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.dlv-d {
	font-size: 11px;
	color: var(--ink3)
}

.dlv-p {
	font-size: 13px;
	font-weight: 700;
	color: var(--grn);
	font-family: var(--fm)
}

.pay-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px
}

.pay {
	border: 1px solid var(--ln2);
	padding: 14px;
	text-align: center;
	cursor: pointer;
	transition: all .14s
}

.pay:hover {
	border-color: var(--nav)
}

.pay.on {
	border-color: var(--nav);
	background: var(--steel2)
}

.pay-ic {
	font-size: 22px;
	margin-bottom: 6px
}

.pay-nm {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink)
}

.pay-d {
	font-size: 10px;
	color: var(--ink3);
	margin-top: 2px
}

/* ─── WISHLIST / COMPARE ─── */
.simple-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 50px
}

.empty {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 60px;
	text-align: center
}

.empty-ic {
	font-size: 46px;
	margin-bottom: 14px;
	opacity: .4
}

.empty-t {
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px
}

.empty-d {
	font-size: 13px;
	color: var(--ink3);
	margin-bottom: 20px
}

.cmp-scroll {
	overflow-x: auto;
	border: 1px solid var(--ln)
}

.cmptable {
	width: 100%;
	border-collapse: collapse;
	min-width: 680px;
	background: var(--bg2)
}

.cmptable th {
	padding: 16px 14px;
	border-right: 1px solid var(--ln);
	border-bottom: 2px solid var(--nav);
	text-align: center;
	vertical-align: top
}

.cmptable th:first-child {
	width: 170px;
	text-align: left;
	background: var(--bg3)
}

.cmptable td {
	padding: 11px 14px;
	border-right: 1px solid var(--ln);
	border-bottom: 1px solid var(--ln);
	font-size: 13px;
	color: var(--ink2);
	text-align: center
}

.cmptable td:first-child {
	text-align: left;
	background: var(--bg3);
	font-weight: 600;
	color: var(--ink3);
	font-size: 12px
}

.cmph-svg {
	width: 70px;
	margin: 0 auto 10px
}

.cmph-nm {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 5px;
	line-height: 1.3
}

.cmph-pr {
	font-size: 16px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	margin-bottom: 10px
}

/* ─── INFO PAGE ─── */
.info-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px 50px
}

.info-hero {
	background: var(--nav);
	color: #fff;
	padding: 48px 0;
	margin-bottom: 28px
}

.info-hero-in {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px
}

.info-hero h1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.4px;
	margin-bottom: 10px
}

.info-hero p {
	font-size: 15px;
	color: rgba(255, 255, 255, .75);
	font-weight: 300;
	max-width: 600px;
	line-height: 1.6
}

.metric-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 32px
}

.metric {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-top: 3px solid var(--nav);
	padding: 22px 18px;
	text-align: center
}

.metric-n {
	font-size: 34px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	letter-spacing: -1px
}

.metric-l {
	font-size: 11px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-top: 5px
}

.prose-sec {
	margin-bottom: 30px
}

.prose-h {
	font-size: 19px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 12px;
	padding-left: 14px;
	border-left: 4px solid var(--nav)
}

.prose-p {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.8;
	font-weight: 300
}

.checklist {
	list-style: none;
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 9px
}

.checklist li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.6;
	font-weight: 300
}

.checklist svg {
	width: 18px;
	height: 18px;
	color: var(--grn);
	flex-shrink: 0;
	margin-top: 2px
}

.team-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.tcard {
	background: var(--bg2);
	border: 1px solid var(--ln);
	text-align: center
}

.tcard-ava {
	height: 130px;
	background: var(--bg3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	border-bottom: 1px solid var(--ln)
}

.tcard-b {
	padding: 14px
}

.tcard-nm {
	font-size: 14px;
	font-weight: 600;
	color: var(--ink)
}

.tcard-ro {
	font-size: 11px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-top: 3px
}

.tcard-ex {
	font-size: 12px;
	color: var(--nav);
	font-weight: 600;
	margin-top: 6px
}

.cert-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px
}

.certc {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 18px;
	display: flex;
	gap: 13px;
	align-items: flex-start
}

.certc-ic {
	font-size: 24px;
	flex-shrink: 0
}

.certc-nm {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px
}

.certc-d {
	font-size: 11px;
	color: var(--ink3);
	line-height: 1.5
}

/* ─── SERVICE ─── */
.srv-hero {
	background: linear-gradient(115deg, var(--ink), #243443);
	color: #fff;
	padding: 44px 0;
	margin-bottom: 28px
}

.srv-hero-in {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 40px;
	align-items: center
}

.srv-hero h1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.4px;
	margin-bottom: 12px
}

.srv-hero h1 span {
	color: #5FA8E8
}

.srv-hero p {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	line-height: 1.7;
	margin-bottom: 22px;
	font-weight: 300
}

.sla-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

.sla {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	padding: 18px;
	text-align: center
}

.sla-n {
	font-size: 30px;
	font-weight: 700;
	font-family: var(--fm);
	letter-spacing: -1px
}

.sla-l {
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-top: 4px
}

.srv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px
}

.srvc {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 22px
}

.srvc-ic {
	font-size: 26px;
	margin-bottom: 12px
}

.srvc-t {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 7px
}

.srvc-d {
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.6;
	margin-bottom: 10px;
	font-weight: 300
}

.srvc-p {
	font-size: 13px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm)
}

.tariff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.tariff {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 22px
}

.tariff.feat {
	border: 2px solid var(--nav)
}

.tariff-nm {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px
}

.tariff-d {
	font-size: 12px;
	color: var(--ink3);
	margin-bottom: 14px;
	min-height: 32px
}

.tariff-pr {
	font-size: 24px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm);
	margin-bottom: 16px
}

.tariff-pr span {
	font-size: 12px;
	color: var(--ink4);
	font-family: var(--f)
}

.tariff-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 18px
}

.tariff-list li {
	font-size: 12px;
	color: var(--ink2);
	display: flex;
	gap: 7px;
	line-height: 1.5
}

.tariff-list li::before {
	content: '✓';
	color: var(--grn);
	font-weight: 700
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px
}

.stp {
	background: var(--bg2);
	border: 1px solid var(--ln);
	padding: 18px 14px;
	text-align: center;
	position: relative
}

.stp-n {
	font-size: 28px;
	font-weight: 700;
	color: var(--steel);
	font-family: var(--fm)
}

.stp-t {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin: 6px 0 4px
}

.stp-d {
	font-size: 11px;
	color: var(--ink3);
	line-height: 1.4
}

/* ─── CONTACT ─── */
.cnt-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	border: 1px solid var(--ln);
	background: var(--bg2)
}

.cnt-l {
	padding: 36px 32px;
	border-right: 1px solid var(--ln)
}

.cnt-r {
	padding: 36px 32px;
	background: var(--bg3)
}

.cnt-h {
	font-size: 20px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px
}

.cnt-sub {
	font-size: 13px;
	color: var(--ink3);
	margin-bottom: 24px
}

.cnt-method {
	display: flex;
	gap: 13px;
	padding: 14px 0;
	border-bottom: 1px solid var(--ln)
}

.cnt-method:last-child {
	border-bottom: none
}

.cnt-mic {
	width: 40px;
	height: 40px;
	background: var(--steel2);
	color: var(--nav);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0
}

.cnt-ml {
	font-size: 10px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 2px
}

.cnt-mv {
	font-size: 15px;
	font-weight: 600;
	color: var(--ink)
}

.cnt-md {
	font-size: 11px;
	color: var(--ink3);
	margin-top: 1px
}

/* ─── THANKS ─── */
.ty-wrap {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 24px
}

.ty-card {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-top: 4px solid var(--grn);
	padding: 44px 36px;
	text-align: center
}

.ty-ic {
	width: 64px;
	height: 64px;
	background: var(--grn2);
	color: var(--grn);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin: 0 auto 18px
}

.ty-h {
	font-size: 24px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 10px
}

.ty-p {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.7;
	margin-bottom: 22px;
	font-weight: 300
}

.ty-order {
	background: var(--bg3);
	border: 1px solid var(--ln);
	padding: 14px;
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.ty-ol {
	font-size: 12px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: .06em
}

.ty-ov {
	font-size: 18px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm)
}

.ty-steps {
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
	text-align: left
}

.ty-st {
	flex: 1;
	background: var(--bg3);
	padding: 14px
}

.ty-stn {
	font-size: 18px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm)
}

.ty-stt {
	font-size: 11px;
	font-weight: 700;
	color: var(--ink);
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 5px 0 3px
}

.ty-std {
	font-size: 11px;
	color: var(--ink3);
	line-height: 1.4
}

.ty-acts {
	display: flex;
	gap: 10px;
	justify-content: center
}

/* ─── MODAL ─── */
.ovl {
	position: fixed;
	inset: 0;
	background: rgba(26, 39, 51, .6);
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
	padding: 20px
}

.ovl.on {
	opacity: 1;
	pointer-events: all
}

.modal {
	background: var(--bg2);
	width: 100%;
	max-width: 480px;
	transform: translateY(10px);
	transition: transform .22s;
	border-top: 4px solid var(--nav)
}

.ovl.on .modal {
	transform: none
}

.modal-h {
	padding: 18px 22px;
	border-bottom: 1px solid var(--ln);
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative
}

.modal-ic {
	font-size: 22px
}

.modal-t {
	font-size: 16px;
	font-weight: 700;
	color: var(--ink)
}

.modal-s {
	font-size: 12px;
	color: var(--ink3);
	margin-top: 1px
}

.modal-x {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 28px;
	height: 28px;
	background: var(--bg3);
	border: none;
	color: var(--ink3);
	cursor: pointer;
	font-size: 14px
}

.modal-x:hover {
	background: var(--ln)
}

.modal-b {
	padding: 22px
}

.modal-ok {
	padding: 40px 22px;
	text-align: center
}

.modal-ok-ic {
	width: 56px;
	height: 56px;
	background: var(--grn2);
	color: var(--grn);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto 14px
}

.modal-ok-t {
	font-size: 19px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 8px
}

.modal-ok-d {
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.6;
	margin-bottom: 20px
}

/* ─── CART DRAWER ─── */
.drawer-ovl {
	position: fixed;
	inset: 0;
	background: rgba(26, 39, 51, .5);
	z-index: 940;
	opacity: 0;
	pointer-events: none;
	transition: opacity .26s
}

.drawer-ovl.on {
	opacity: 1;
	pointer-events: all
}

.drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 380px;
	background: var(--bg2);
	z-index: 950;
	transform: translateX(100%);
	transition: transform .28s;
	display: flex;
	flex-direction: column;
	box-shadow: -6px 0 30px rgba(0, 0, 0, .15)
}

.drawer.on {
	transform: none
}

.drawer-h {
	padding: 16px 18px;
	background: var(--nav);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.drawer-ht {
	font-size: 15px;
	font-weight: 600
}

.drawer-x {
	background: rgba(255, 255, 255, .15);
	border: none;
	color: #fff;
	width: 28px;
	height: 28px;
	cursor: pointer;
	font-size: 14px
}

.drawer-items {
	flex: 1;
	overflow-y: auto;
	padding: 14px
}

.ditem {
	display: flex;
	gap: 11px;
	padding: 11px 0;
	border-bottom: 1px solid var(--ln)
}

.ditem-img {
	width: 54px;
	height: 54px;
	background: var(--bg);
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.ditem-img svg {
	width: 38px
}

.ditem-nm {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.3;
	margin-bottom: 4px
}

.ditem-pr {
	font-size: 13px;
	font-weight: 700;
	color: var(--nav);
	font-family: var(--fm)
}

.ditem-rm {
	font-size: 10px;
	color: var(--red);
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--f)
}

.drawer-f {
	padding: 16px 18px;
	border-top: 1px solid var(--ln)
}

.drawer-tot {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 700;
	color: var(--ink)
}

.drawer-tot span:last-child {
	font-family: var(--fm);
	color: var(--nav)
}

/* ─── TOAST ─── */
.toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(12px);
	background: var(--ink);
	color: #fff;
	padding: 12px 22px;
	font-size: 13px;
	font-weight: 500;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all .26s;
	display: flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
	border-left: 3px solid var(--grn)
}

.toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}

/* ─── FOOTER ─── */
footer {
	background: var(--ink);
	color: #fff;
	margin-top: 40px
}

.ft-top {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 24px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ft-logo {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 14px
}

.ft-logo-m {
	width: 38px;
	height: 38px;
	background: var(--nav2);
	display: flex;
	align-items: center;
	justify-content: center
}

.ft-logo-m svg {
	width: 21px;
	height: 21px
}

.ft-logo-n {
	font-size: 18px;
	font-weight: 700
}

.ft-ab {
	font-size: 12px;
	color: rgba(255, 255, 255, .55);
	line-height: 1.7;
	margin-bottom: 14px;
	max-width: 280px
}

.ft-pol {
	font-size: 12px;
	color: rgba(255, 255, 255, .55);
	line-height: 1.7;
	margin-bottom: 14px;
	max-width: 280px
}

.ft-contact {
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 5px;
	font-family: var(--fm)
}

.ft-h {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 14px
}

.ft-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.ft-links a {
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
	cursor: pointer;
	transition: color .14s
}

.ft-links a:hover {
	color: #fff
}

.ft-bot {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center
}

.ft-bot p {
	font-size: 11px;
	color: rgba(255, 255, 255, .4)
}

.ft-bot-badges {
	display: flex;
	gap: 8px
}

.ft-bb {
	font-size: 10px;
	color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 3px 9px;
	font-family: var(--fm)
}

/* ─── REVEAL ─── */
.rv {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .5s, transform .5s
}

.rv.in {
	opacity: 1;
	transform: translateY(0)
}

/* ─── RESPONSIVE ─── */
@media(max-width:1080px) {
	.home-top {
		grid-template-columns: 1fr
	}

	.cat-menu {
		display: none
	}

	.pgrid {
		grid-template-columns: repeat(3, 1fr)
	}

	.info-tiles {
		grid-template-columns: repeat(2, 1fr)
	}

	.cat-wrap {
		grid-template-columns: 1fr
	}

	.cat-aside {
		display: none
	}

	.det-top {
		grid-template-columns: 1fr 1fr
	}

	.det-buy {
		grid-column: 1/-1
	}

	.cart-grid,
	.co-grid {
		grid-template-columns: 1fr
	}

	.summ,
	.co-summ {
		position: static
	}

	.srv-hero-in {
		grid-template-columns: 1fr
	}

	.metric-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.team-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.srv-grid,
	.tariff-grid,
	.cert-row {
		grid-template-columns: 1fr
	}

	.steps-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.ft-top {
		grid-template-columns: 1fr 1fr
	}

	.cnt-grid {
		grid-template-columns: 1fr
	}

	.cnt-l {
		border-right: none;
		border-bottom: 1px solid var(--ln)
	}
}

@media(max-width:680px) {
	.hdr-in {
		grid-template-columns: 1fr auto;
		gap: 14px
	}

	.hdr-search {
		grid-column: 1/-1;
		order: 3
	}

	.ubar-l {
		display: none
	}

	.hact-txt {
		display: none
	}

	.mnav-phone {
		display: none
	}

	.pgrid {
		grid-template-columns: 1fr 1fr
	}

	.info-tiles {
		grid-template-columns: 1fr
	}

	.det-top {
		grid-template-columns: 1fr
	}

	.det-thumbs {
		grid-template-columns: repeat(4, 1fr)
	}

	.pay-grid {
		grid-template-columns: 1fr
	}

	.docs-row {
		grid-template-columns: 1fr
	}

	.metric-row {
		grid-template-columns: 1fr 1fr
	}

	.team-row {
		grid-template-columns: 1fr 1fr
	}

	.steps-grid {
		grid-template-columns: 1fr 1fr
	}

	.ty-steps {
		flex-direction: column
	}

	.ft-top {
		grid-template-columns: 1fr
	}

	.drawer {
		width: 100%
	}

	.fld2 {
		grid-template-columns: 1fr
	}

	.co-steps {
		flex-wrap: wrap
	}

	.co-step {
		min-width: 50%
	}

	.pgrid.vlist .pcard {
		flex-direction: column
	}

	.pgrid.vlist .pcard-top {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid var(--ln)
	}

	.pgrid.vlist .pcard-body {
		flex-direction: column;
		align-items: stretch
	}

	.pgrid.vlist .pcard-foot {
		width: 100%
	}
}