:root {
	--vx-navy-950: var(--vx-dark, #07111f);
	--vx-navy-900: #0b1728;
	--vx-navy-800: #12233a;
	--vx-primary: #ff6b2c;
	--vx-primary-dark: #e95418;
	--vx-blue: #2684ff;
	--vx-white: #fff;
	--vx-slate-50: #f7f9fc;
	--vx-slate-100: #edf1f6;
	--vx-slate-200: #e2e8f0;
	--vx-slate-300: #cbd5e1;
	--vx-slate-400: #94a3b8;
	--vx-slate-600: #526174;
	--vx-text: #192638;
	--vx-green: #1fb86a;
	--vx-red: #d93838;
	--vx-container: 1380px;
	--vx-radius: 10px;
	--vx-shadow: 0 14px 36px rgba(7, 17, 31, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--vx-text);
	background: var(--vx-white);
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; color: var(--vx-navy-900); line-height: 1.2; letter-spacing: -.025em; }
p { margin: 0 0 1.4em; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--vx-container)); margin-inline: auto; }
.narrow-container { max-width: 920px; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
	z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
	padding: 12px 18px; clip: auto; color: var(--vx-navy-900); background: var(--vx-white);
}
.alignwide { width: min(1200px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--vx-white); box-shadow: 0 8px 30px rgba(11, 23, 40, .08); }
.topbar { color: #cfdaea; background: var(--vx-navy-950); font-size: 11px; font-weight: 500; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar-item svg { color: var(--vx-primary); }
.topbar-link { transition: color .2s ease; }
.topbar-link:hover { color: var(--vx-white); }
.topbar-divider { width: 1px; height: 14px; background: rgba(255,255,255,.16); }
.header-main { padding: 19px 0; }
.header-main-inner { display: grid; grid-template-columns: 230px minmax(320px,1fr) auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--vx-white); background: linear-gradient(145deg,var(--vx-primary),#ff884f); border-radius: 11px 11px 11px 3px; box-shadow: 0 8px 18px color-mix(in srgb, var(--vx-primary) 28%, transparent); }
.brand-name { display: block; color: var(--vx-navy-900); font-size: 25px; font-weight: 800; letter-spacing: -1px; line-height: 1; }
.brand-tagline { display: block; margin-top: 6px; color: var(--vx-slate-600); font-size: 8px; font-weight: 700; letter-spacing: 1.45px; text-transform: uppercase; }
.custom-logo-wrap img { display: block; width: auto; max-width: 220px; max-height: 64px; }
.search-form { height: 50px; display: grid; grid-template-columns: 160px 1fr 54px; border: 2px solid var(--vx-primary); border-radius: var(--vx-radius); overflow: hidden; transition: box-shadow .2s ease; }
.search-form:focus-within { box-shadow: 0 0 0 4px color-mix(in srgb,var(--vx-primary) 13%,transparent); }
.search-category { color: var(--vx-text); background: var(--vx-slate-50); border: 0; border-right: 1px solid var(--vx-slate-100); padding: 0 14px; font-size: 11px; font-weight: 600; outline: 0; cursor: pointer; }
.search-input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0 17px; color: var(--vx-text); background: var(--vx-white); font-size: 12px; }
.search-input::placeholder { color: var(--vx-slate-400); }
.search-button { display: grid; place-items: center; color: var(--vx-white); background: var(--vx-primary); border: 0; transition: background .2s ease; }
.search-button:hover { background: var(--vx-primary-dark); }
.header-actions { display: flex; align-items: center; gap: 19px; }
.action-link { position: relative; display: flex; align-items: center; gap: 8px; color: var(--vx-navy-900); }
.action-link:hover { color: var(--vx-primary); }
.action-icon { position: relative; color: var(--vx-navy-800); }
.action-count { position: absolute; top: -9px; right: -9px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; color: var(--vx-white); background: var(--vx-primary); border: 2px solid var(--vx-white); border-radius: 99px; font-size: 8px; font-weight: 800; }
.action-text small { display: block; margin-bottom: 2px; color: var(--vx-slate-600); font-size: 8px; line-height: 1; }
.action-text strong { display: block; font-size: 10px; font-weight: 700; white-space: nowrap; }
.nav-wrap { background: var(--vx-white); border-top: 1px solid var(--vx-slate-100); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
.main-navigation { display: flex; align-items: stretch; min-height: 52px; }
.category-nav { position: relative; }
.category-button { min-width: 230px; height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; color: var(--vx-white); background: var(--vx-primary); border: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .3px; }
.category-button .voltix-icon-chevron { margin-left: auto; transition: transform .2s ease; }
.category-nav.is-open .voltix-icon-chevron { transform: rotate(180deg); }
.category-dropdown { position: absolute; top: 100%; left: 0; width: 300px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(8px); color: var(--vx-text); background: var(--vx-white); border: 1px solid var(--vx-slate-100); box-shadow: var(--vx-shadow); transition: .2s ease; }
.category-nav.is-open .category-dropdown, .category-nav:hover .category-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.category-dropdown ul, .category-dropdown > li { margin: 0; padding: 0; list-style: none; }
.category-dropdown a { display: block; padding: 9px 18px; font-size: 12px; font-weight: 600; }
.category-dropdown a:hover { color: var(--vx-primary); background: var(--vx-slate-50); }
.category-dropdown .children, .category-dropdown .sub-menu { padding-left: 12px; }
.nav-links { display: flex; align-items: center; margin: 0 0 0 26px; padding: 0; gap: 28px; list-style: none; }
.nav-links li { position: relative; }
.nav-links a { position: relative; display: inline-flex; align-items: center; color: var(--vx-navy-800); font-size: 11px; font-weight: 700; line-height: 52px; transition: color .2s ease; white-space: nowrap; }
.nav-links > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--vx-primary); transition: right .2s ease; }
.nav-links a:hover, .nav-links .current-menu-item > a, .nav-links .current_page_item > a { color: var(--vx-primary); }
.nav-links > li > a:hover::after, .nav-links > .current-menu-item > a::after { right: 0; }
.nav-links .sub-menu { position: absolute; top: 100%; left: -18px; width: 220px; margin: 0; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(8px); list-style: none; background: var(--vx-white); box-shadow: var(--vx-shadow); transition: .2s ease; }
.nav-links li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav-links .sub-menu a { display: block; padding: 9px 18px; line-height: 1.5; }
.nav-offer { display: inline-flex; align-items: center; gap: 8px; color: var(--vx-primary); font-size: 11px; font-weight: 800; white-space: nowrap; }
.mobile-menu-button { display: none; width: 44px; height: 44px; place-items: center; color: var(--vx-navy-900); background: var(--vx-slate-50); border: 1px solid var(--vx-slate-100); border-radius: 8px; }

/* Shared UI */
.button, button.button, input[type="submit"] { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--vx-white); background: var(--vx-primary); box-shadow: 0 10px 24px color-mix(in srgb,var(--vx-primary) 25%,transparent); }
.button-primary:hover { color: var(--vx-white); background: var(--vx-primary-dark); }
.button-secondary { color: var(--vx-navy-900); background: var(--vx-white); border-color: var(--vx-slate-200); }
.button-secondary:hover { border-color: var(--vx-primary); color: var(--vx-primary); }
.eyebrow { display: block; margin-bottom: 12px; color: var(--vx-primary); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.home-section { padding: 84px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(28px,3vw,38px); }
.section-heading > a { display: inline-flex; align-items: center; gap: 7px; color: var(--vx-primary); font-size: 11px; font-weight: 700; }
.section-heading.centered { justify-content: center; text-align: center; }

/* Homepage */
.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 35%,rgba(38,132,255,.14),transparent 27%),linear-gradient(135deg,#f9fbfe 0%,#eef4fb 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(11,23,40,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(11,23,40,.055) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right,transparent,#000); }
.hero-grid { position: relative; min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-content h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(42px,5vw,72px); line-height: 1.05; letter-spacing: -.05em; }
.hero-content > p { max-width: 650px; color: var(--vx-slate-600); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin: 30px 0 42px; }
.hero-stats { display: flex; gap: 44px; }
.hero-stats div { display: grid; }
.hero-stats strong { color: var(--vx-navy-900); font-size: 22px; }
.hero-stats span { color: var(--vx-slate-600); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.hero-visual { display: grid; place-items: center; }
.hero-image { width: 100%; max-height: 560px; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(7,17,31,.15)); }
.component-illustration { position: relative; width: min(100%,540px); aspect-ratio: 1; display: grid; place-items: center; }
.circuit-board { position: relative; width: 72%; aspect-ratio: 1; transform: perspective(900px) rotateX(57deg) rotateZ(-36deg); background: linear-gradient(145deg,#19795f,#0f5b4c); border: 13px solid #164e43; border-radius: 28px; box-shadow: -30px 50px 55px rgba(7,17,31,.3), inset 0 0 0 3px rgba(255,255,255,.09); }
.circuit-board::before { content: ""; position: absolute; inset: 8%; border: 2px solid rgba(131,255,201,.25); border-radius: 14px; }
.chip { position: absolute; display: grid; place-items: center; color: #c9f9e3; background: #092d31; border: 7px solid #183f3d; box-shadow: 0 8px 14px rgba(0,0,0,.3); }
.chip-main { top: 30%; left: 31%; width: 38%; aspect-ratio: 1; font-size: 38px; font-weight: 800; }
.chip-a { top: 12%; left: 14%; width: 17%; height: 11%; }
.chip-b { right: 12%; bottom: 15%; width: 20%; height: 13%; }
.port { position: absolute; width: 16%; height: 8%; background: #d7bd65; border-radius: 2px; }
.port-a { left: 8%; bottom: 12%; }.port-b { right: 8%; top: 12%; }
.trace { position: absolute; height: 3px; background: #76d6a6; transform-origin: left; }
.trace-a { width: 31%; left: 6%; top: 45%; transform: rotate(20deg); }.trace-b { width: 27%; right: 8%; top: 25%; transform: rotate(95deg); }.trace-c { width: 30%; left: 48%; bottom: 12%; transform: rotate(-10deg); }
.floating-label { position: absolute; padding: 11px 15px; color: var(--vx-navy-900); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 8px; box-shadow: var(--vx-shadow); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.label-a { top: 19%; left: 0; }.label-b { right: 0; bottom: 24%; }
.categories-section { background: var(--vx-white); }
.products-section { background: var(--vx-slate-50); }
.promo-section { padding: 20px 0; background: var(--vx-slate-50); }
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.promo-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; padding: 50px; border-radius: 16px; }
.promo-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; bottom: -100px; border: 40px solid currentColor; border-radius: 50%; opacity: .07; }
.promo-card h2 { max-width: 520px; font-size: clamp(25px,3vw,38px); }
.promo-dark { color: var(--vx-white); background: linear-gradient(135deg,var(--vx-navy-900),#163557); }
.promo-dark h2 { color: var(--vx-white); }
.promo-light { background: linear-gradient(135deg,#fff0e8,#fff8f4); }
.application-section { background: var(--vx-white); }
.application-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.application-card { position: relative; min-height: 280px; padding: 30px; background: var(--vx-slate-50); border: 1px solid var(--vx-slate-100); border-radius: 12px; transition: .25s ease; }
.application-card:hover { transform: translateY(-5px); background: var(--vx-white); border-color: var(--vx-primary); box-shadow: var(--vx-shadow); }
.application-number { display: block; margin-bottom: 52px; color: var(--vx-primary); font-size: 11px; font-weight: 800; }
.application-card h3 { font-size: 18px; }
.application-card p { color: var(--vx-slate-600); font-size: 11px; }
.round-arrow { position: absolute; right: 25px; bottom: 25px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--vx-navy-900); background: var(--vx-white); border-radius: 50%; }
.application-card:hover .round-arrow { color: var(--vx-white); background: var(--vx-primary); }
.home-page-content { padding: 70px 0; }

/* Content */
.content-area { min-height: 600px; padding: 80px 0 120px; background: var(--vx-slate-50); }
.content-sidebar-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 48px; }
.archive-header { margin-bottom: 40px; }
.archive-header h1 { font-size: clamp(34px,4vw,52px); }
.archive-description { max-width: 760px; color: var(--vx-slate-600); }
.post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.post-card { overflow: hidden; background: var(--vx-white); border: 1px solid var(--vx-slate-100); border-radius: 12px; transition: .25s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--vx-shadow); }
.post-thumbnail { aspect-ratio: 16/9; display: block; overflow: hidden; background: var(--vx-navy-900); }
.post-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-thumbnail img { transform: scale(1.04); }
.post-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--vx-primary); background: radial-gradient(circle at center,#17304f,var(--vx-navy-900)); }
.post-card-body { padding: 25px; }
.entry-meta { display: flex; gap: 14px; margin-bottom: 12px; color: var(--vx-slate-400); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; }
.post-card .entry-title { font-size: 20px; }
.entry-summary { color: var(--vx-slate-600); font-size: 12px; }
.read-more { display: inline-flex; align-items: center; gap: 6px; color: var(--vx-primary); font-size: 10px; font-weight: 700; }
.single-entry { padding: clamp(25px,5vw,60px); background: var(--vx-white); border: 1px solid var(--vx-slate-100); border-radius: 14px; }
.single-entry .entry-title { font-size: clamp(34px,5vw,58px); }
.single-featured-image { margin: 34px 0; overflow: hidden; border-radius: 12px; }
.entry-content { font-size: 15px; }
.entry-content > * { max-width: 100%; }
.entry-content a { color: var(--vx-primary); text-decoration: underline; }
.entry-content blockquote { margin: 32px 0; padding: 20px 28px; background: var(--vx-slate-50); border-left: 4px solid var(--vx-primary); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--vx-slate-200); text-align: left; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 35px; }
.tag-list a { padding: 5px 10px; background: var(--vx-slate-50); border-radius: 4px; font-size: 10px; }
.widget-area { display: grid; align-content: start; gap: 22px; }
.widget { padding: 25px; background: var(--vx-white); border: 1px solid var(--vx-slate-100); border-radius: 10px; font-size: 12px; }
.widget-title { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--vx-primary); font-size: 15px; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li + li { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--vx-slate-100); }
.widget input { width: 100%; }
.pagination { margin-top: 40px; }
.nav-links.page-numbers { margin: 0; }
.page-numbers { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers a, .page-numbers span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; background: var(--vx-white); border: 1px solid var(--vx-slate-200); border-radius: 7px; font-size: 11px; }
.page-numbers .current { color: var(--vx-white); background: var(--vx-primary); border-color: var(--vx-primary); }
.comments-area { margin-top: 35px; padding: 30px; background: var(--vx-white); border-radius: 12px; }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { padding: 20px 0; border-bottom: 1px solid var(--vx-slate-100); }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--vx-slate-200); border-radius: 7px; }
.no-results, .error-content { padding: 70px 30px; text-align: center; background: var(--vx-white); border-radius: 14px; }
.no-results .search-form, .error-content .search-form { max-width: 650px; margin: 24px auto; }
.error-page { min-height: 650px; padding: 80px 0 130px; background: var(--vx-slate-50); }
.error-code { display: block; color: var(--vx-primary); font-size: clamp(90px,15vw,180px); font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.elementor-full-width { overflow: hidden; }

/* Footer */
.benefits-strip { position: relative; z-index: 2; margin-bottom: -44px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); background: var(--vx-white); border: 1px solid var(--vx-slate-100); border-radius: 12px; box-shadow: var(--vx-shadow); overflow: hidden; }
.benefit { min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 1px solid var(--vx-slate-100); }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; color: var(--vx-primary); background: color-mix(in srgb,var(--vx-primary) 10%,#fff); border-radius: 9px; }
.benefit strong { display: block; margin-bottom: 4px; color: var(--vx-navy-900); font-size: 11px; }
.benefit span span { display: block; color: var(--vx-slate-600); font-size: 9px; line-height: 1.5; }
.site-footer { color: #aebbd0; background: var(--vx-navy-950); padding-top: 94px; }
.site-footer .brand-name { color: var(--vx-white); }
.site-footer .brand-tagline { color: #8293aa; }
.footer-main { display: grid; grid-template-columns: 1.35fr repeat(3,.8fr) 1.25fr; gap: 48px; padding-bottom: 58px; }
.footer-about { max-width: 330px; margin: 22px 0 24px; font-size: 11px; line-height: 1.85; }
.contact-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 10px; font-size: 10px; line-height: 1.5; }
.contact-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--vx-primary); }
.footer-title { position: relative; margin: 5px 0 25px; padding-bottom: 13px; color: var(--vx-white); font-size: 12px; font-weight: 800; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--vx-primary); }
.footer-links { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-links a { display: inline-block; font-size: 10px; transition: color .2s ease,transform .2s ease; }
.footer-links a:hover { color: var(--vx-white); transform: translateX(5px); }
.newsletter-copy { margin-bottom: 18px; font-size: 10px; line-height: 1.7; }
.newsletter-form { height: 46px; display: grid; grid-template-columns: 1fr 48px; margin-bottom: 12px; background: var(--vx-white); border-radius: 8px; overflow: hidden; }
.newsletter-form input { min-width: 0; padding: 0 15px; color: var(--vx-text); border: 0; outline: 0; font-size: 10px; }
.newsletter-form button { display: grid; place-items: center; color: var(--vx-white); background: var(--vx-primary); border: 0; }
.privacy-note { color: #6f829d; font-size: 8px; line-height: 1.5; }
.social-links { display: flex; gap: 9px; margin-top: 22px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; color: #c8d2df; background: rgba(255,255,255,.07); border-radius: 7px; font-size: 10px; font-weight: 800; transition: .2s ease; }
.social-links a:hover { color: var(--vx-white); background: var(--vx-primary); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.copyright { margin: 0; color: #7f91aa; font-size: 9px; }
.payment-list { display: flex; align-items: center; gap: 7px; }
.payment-card { min-width: 44px; height: 26px; display: grid; place-items: center; padding: 0 7px; color: var(--vx-navy-900); background: var(--vx-white); border-radius: 4px; font-size: 7px; font-weight: 800; }
.secure-payment { display: flex; align-items: center; gap: 7px; margin-right: 10px; color: #8293aa; font-size: 8px; }

@media (max-width: 1180px) {
	.header-main-inner { grid-template-columns: 190px minmax(280px,1fr) auto; gap: 20px; }
	.header-actions { gap: 14px; }
	.action-text { display: none; }
	.nav-links { gap: 19px; }
	.footer-main { grid-template-columns: 1.4fr repeat(3,.75fr); gap: 34px; }
	.footer-newsletter { grid-column: 1/-1; max-width: 550px; }
	.application-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
	.topbar-left .topbar-item:nth-child(2), .topbar-right .topbar-divider, .topbar-right .topbar-link { display: none; }
	.header-main-inner { position: relative; grid-template-columns: 1fr auto; }
	.search-form { grid-column: 1/-1; grid-row: 2; }
	.header-main { padding: 14px 0; }
	.header-actions { margin-right: 56px; }
	.mobile-menu-button { position: absolute; top: 0; right: 0; display: grid; }
	.nav-wrap { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(88vw,390px); display: block; overflow-y: auto; padding: 78px 24px 24px; transform: translateX(102%); background: var(--vx-white); box-shadow: -20px 0 50px rgba(7,17,31,.16); transition: transform .3s ease; }
	.menu-open .nav-wrap { transform: translateX(0); }
	.menu-open::before { content: ""; position: fixed; z-index: 90; inset: 0; background: rgba(7,17,31,.55); }
	.nav-inner, .main-navigation, .nav-links { display: block; }
	.category-nav { margin-bottom: 16px; }
	.category-button { width: 100%; min-width: 0; border-radius: 8px; }
	.category-dropdown { position: static; width: 100%; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
	.category-nav.is-open .category-dropdown { display: block; }
	.nav-links { margin: 0; }
	.nav-links a { display: flex; justify-content: space-between; padding: 11px 3px; line-height: 1.4; border-bottom: 1px solid var(--vx-slate-100); }
	.nav-links .sub-menu { position: static; width: 100%; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
	.nav-links .submenu-open > .sub-menu { display: block; }
	.nav-offer { margin-top: 20px; }
	.hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 60px; text-align: center; }
	.hero-content > p { margin-inline: auto; }
	.hero-actions, .hero-stats { justify-content: center; }
	.hero-visual { max-width: 560px; margin-inline: auto; }
	.content-sidebar-grid { grid-template-columns: 1fr; }
	.benefits-grid { grid-template-columns: repeat(2,1fr); }
	.benefit:nth-child(2) { border-right: 0; }
	.benefit:nth-child(-n+2) { border-bottom: 1px solid var(--vx-slate-100); }
	.footer-main { grid-template-columns: 1.4fr repeat(2,1fr); }
	.footer-column:nth-child(4) { grid-column: 2; }
	.footer-newsletter { grid-column: 3; grid-row: 1/span 2; }
}

@media (max-width: 650px) {
	.container { width: min(calc(100% - 28px),var(--vx-container)); }
	.topbar-inner { justify-content: center; }
	.topbar-left { display: none; }
	.topbar-right { width: 100%; justify-content: center; }
	.brand-mark { width: 39px; height: 39px; }
	.brand-name { font-size: 21px; }
	.brand-tagline { display: none; }
	.header-actions { gap: 15px; margin-right: 48px; }
	.account-link, .wishlist-link { display: none; }
	.mobile-menu-button { width: 40px; height: 40px; }
	.search-form { height: 46px; grid-template-columns: 1fr 48px; }
	.search-category { display: none; }
	.hero-grid { gap: 25px; padding-top: 60px; }
	.hero-content h1 { font-size: 42px; }
	.hero-content > p { font-size: 13px; }
	.hero-actions { flex-direction: column; }
	.hero-actions .button { width: 100%; }
	.hero-stats { gap: 22px; }
	.component-illustration { transform: scale(.88); }
	.home-section { padding: 60px 0; }
	.section-heading { align-items: flex-start; flex-direction: column; }
	.promo-grid, .application-grid, .post-grid { grid-template-columns: 1fr; }
	.promo-card { min-height: 300px; padding: 32px; }
	.content-area { padding: 55px 0 90px; }
	.single-entry { padding: 24px 18px; }
	.benefits-strip { margin-bottom: -34px; }
	.benefits-grid { grid-template-columns: 1fr; }
	.benefit { min-height: 74px; padding: 14px 18px; border-right: 0; border-bottom: 1px solid var(--vx-slate-100); }
	.benefit:last-child { border-bottom: 0; }
	.site-footer { padding-top: 78px; }
	.footer-main { grid-template-columns: repeat(2,1fr); gap: 36px 24px; padding-bottom: 40px; }
	.footer-brand, .footer-newsletter { grid-column: 1/-1; grid-row: auto; }
	.footer-column:nth-child(4) { grid-column: auto; }
	.footer-bottom-inner { padding: 20px 0; flex-direction: column; text-align: center; }
	.payment-list { flex-wrap: wrap; justify-content: center; }
	.secure-payment { width: 100%; justify-content: center; margin: 0 0 3px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
