/*
Theme Name: VEXOVIX Marketplace
Theme URI: https://vexovix.com
Author: VEXOVIX
Description: Premium Elementor-ready WooCommerce theme for digital templates and assets.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: vexovix
Tags: e-commerce, elementor, block-styles, custom-logo, responsive-layout
*/

:root {
  --vx-ink: #07111f;
  --vx-ink-soft: #142238;
  --vx-muted: #647084;
  --vx-line: #dce3ee;
  --vx-surface: #f4f7fb;
  --vx-white: #fff;
  --vx-navy: #07111f;
  --vx-navy-2: #0b1830;
  --vx-blue: #225cff;
  --vx-blue-dark: #1645c9;
  --vx-electric: #00a3ff;
  --vx-coral: #d84f68;
  --vx-green: #0f9f73;
  --vx-yellow: #d99a16;
  --vx-violet: #6e56e8;
  --vx-platinum: #eaf0f8;
  --vx-radius: 12px;
  --vx-shadow: 0 24px 70px rgba(7, 17, 31, .14);
  --vx-glow: 0 18px 42px rgba(34, 92, 255, .22);
  --vx-container: min(1240px, calc(100% - 44px));
  --vx-font: "Manrope", Inter, "Segoe UI", Arial, sans-serif;
  --vx-display: "Plus Jakarta Sans", "Manrope", Inter, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vx-ink);
  background: var(--vx-white);
  font-family: var(--vx-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.vx-container { width: var(--vx-container); margin-inline: auto; }
.vx-section { padding: 88px 0; }
.vx-section--soft { background: var(--vx-surface); }
.vx-kicker {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 13px;
  color: var(--vx-blue); font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase;
}
.vx-kicker::before { width: 20px; height: 2px; background: currentColor; content: ""; }
.vx-section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px;
}
.vx-section-head h2, .vx-page-title {
  max-width: 760px; margin: 0; color: var(--vx-ink); font-family: var(--vx-display);
  font-size: clamp(32px, 4vw, 54px); font-weight: 750; line-height: 1.06; letter-spacing: 0;
}
.vx-section-head p { max-width: 550px; margin: 10px 0 0; color: var(--vx-muted); }
.vx-text-link { color: var(--vx-blue); font-weight: 750; white-space: nowrap; }

.vx-header {
  position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(230,231,235,.9);
  background: rgba(255,255,255,.92); box-shadow: 0 5px 24px rgba(16,24,40,.035); backdrop-filter: blur(18px);
}
.vx-nav { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.vx-brand {
  display: inline-flex; align-items: center; gap: 11px; color: var(--vx-ink);
  font-family: var(--vx-display); font-size: 20px; font-weight: 800;
}
.vx-brand-mark {
  display: grid; width: 34px; height: 34px; place-items: center; color: #fff; border-radius: 7px;
  background: linear-gradient(145deg, #19263a, #0b1220); font-size: 13px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 7px 18px rgba(16,24,40,.16);
}
.vx-menu { display: flex; align-items: center; gap: 26px; margin: 0 auto; padding: 0; list-style: none; }
.vx-menu a { color: #475467; font-size: 13px; font-weight: 700; }
.vx-menu a:hover, .vx-menu .current-menu-item > a { color: var(--vx-blue); }
.vx-nav-actions { display: flex; align-items: center; gap: 10px; }
.vx-icon-btn {
  position: relative; display: inline-grid; width: 42px; height: 42px; place-items: center;
  border: 1px solid var(--vx-line); border-radius: 7px; background: #fff;
}
.vx-icon-btn:hover { border-color: #afb3bd; transform: translateY(-1px); }
.vx-cart-count {
  position: absolute; top: -5px; right: -5px; display: grid; min-width: 18px; height: 18px;
  padding: 0 4px; place-items: center; border-radius: 9px; color: #fff; background: var(--vx-coral);
  font-size: 10px; font-weight: 800;
}
.vx-menu-toggle { display: none; }
.vx-btn, .button, button[type="submit"], input[type="submit"] {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px;
  padding: 0 20px; border: 1px solid var(--vx-ink); border-radius: 7px; color: #fff;
  background: var(--vx-ink); font-family: var(--vx-display); font-size: 14px; font-weight: 700; transition: .22s ease;
}
.vx-btn:hover, .button:hover { color: #fff; background: var(--vx-blue); border-color: var(--vx-blue); transform: translateY(-2px); }
.vx-btn--blue { background: var(--vx-blue); border-color: var(--vx-blue); }
.vx-btn--blue {
  box-shadow: 0 10px 24px rgba(40,88,215,.2);
}
.vx-btn--blue:hover { background: var(--vx-blue-dark); border-color: var(--vx-blue-dark); box-shadow: 0 13px 28px rgba(23,58,158,.25); }
.vx-btn--ghost { color: var(--vx-ink); background: transparent; border-color: var(--vx-line); }
.vx-btn--ghost:hover { color: var(--vx-ink); background: #fff; border-color: var(--vx-ink); }
.vx-btn--small { min-height: 39px; padding: 0 15px; font-size: 13px; }

.vx-hero {
  position: relative; min-height: 700px; overflow: hidden; border-bottom: 1px solid var(--vx-line);
  background: linear-gradient(135deg, #fbfcfe 0%, #f5f7fb 65%, #f8fafc 100%);
}
.vx-hero::before {
  position: absolute; inset: 0; pointer-events: none; content: "";
  background-image: linear-gradient(rgba(17,19,24,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,24,.045) 1px, transparent 1px);
  background-size: 40px 40px; mask-image: linear-gradient(to right, #000, transparent 60%);
}
.vx-hero-inner {
  position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: .9fr 1.3fr;
  align-items: center; gap: 30px;
}
.vx-hero-copy { min-width: 0; padding: 64px 0 90px; }
.vx-hero h1 {
  margin: 10px 0 22px; color: var(--vx-ink); font-family: var(--vx-display);
  font-size: clamp(48px, 6.6vw, 86px); font-weight: 780; line-height: .97; letter-spacing: 0;
}
.vx-hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #2858d7 0%, #587de2 48%, #7558c8 100%);
  background-clip: text; -webkit-background-clip: text;
}
.vx-hero-copy > p { max-width: 600px; color: #536176; font-size: 18px; line-height: 1.7; }
.vx-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vx-hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 31px; color: #5b606a; font-size: 13px; font-weight: 650; }
.vx-hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.vx-hero-media {
  position: relative; align-self: stretch; min-width: 0; margin-right: calc((100vw - min(1200px, calc(100vw - 40px))) / -2);
}
.vx-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vx-hero-search {
  position: absolute; z-index: 3; left: 0; bottom: 45px; display: flex; width: min(610px, 92%);
  padding: 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 8px; background: rgba(255,255,255,.92);
  box-shadow: var(--vx-shadow); backdrop-filter: blur(15px);
}
.vx-hero-search input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: none; background: transparent; }

.vx-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.vx-category-card {
  position: relative; min-height: 165px; overflow: hidden; padding: 24px; border: 1px solid var(--vx-line);
  border-radius: var(--vx-radius); background: linear-gradient(145deg, #fff, #fbfcfd); transition: .24s ease;
}
.vx-category-card:hover { z-index: 2; border-color: transparent; box-shadow: var(--vx-shadow); transform: translateY(-5px); }
.vx-category-icon {
  display: grid; width: 42px; height: 42px; margin-bottom: 26px; place-items: center;
  border-radius: 7px; color: var(--cat-color, var(--vx-blue)); background: color-mix(in srgb, var(--cat-color, var(--vx-blue)) 12%, white);
}
.vx-category-card h3 { margin: 0; color: var(--vx-ink); font-family: var(--vx-display); font-size: 16px; font-weight: 750; }
.vx-category-card p { margin: 5px 0 0; color: var(--vx-muted); font-size: 13px; }
.vx-category-arrow { position: absolute; right: 20px; bottom: 20px; color: #9296a0; }

.vx-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.vx-product-card { min-width: 0; }
.vx-product-thumb {
  position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--vx-radius); background: #edf0f5;
}
.vx-product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.vx-product-card:hover .vx-product-thumb img { transform: scale(1.035); }
.vx-product-badges { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.vx-badge {
  display: inline-flex; min-height: 24px; align-items: center; padding: 0 8px; border-radius: 4px;
  color: #fff; background: var(--vx-ink); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase;
}
.vx-badge--verified { background: var(--vx-blue); }
.vx-badge--seller { background: var(--vx-coral); }
.vx-badge--updated { background: var(--vx-green); }
.vx-wishlist {
  position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 36px; height: 36px;
  place-items: center; border: 0; border-radius: 7px; color: var(--vx-ink); background: rgba(255,255,255,.92);
  box-shadow: 0 5px 18px rgba(17,19,24,.12);
}
.vx-wishlist.is-active { color: var(--vx-coral); }
.vx-product-body { padding: 15px 1px 0; }
.vx-product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--vx-muted); font-size: 12px; }
.vx-rating { color: #d48b00; font-weight: 800; }
.vx-product-title { margin: 8px 0 9px; font-size: 16px; line-height: 1.35; }
.vx-product-title {
  color: var(--vx-ink); font-family: var(--vx-display); font-weight: 750;
}
.vx-product-title a:hover { color: var(--vx-blue); }
.vx-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vx-price { color: var(--vx-ink); font-family: var(--vx-display); font-size: 18px; font-weight: 800; }
.vx-sales { color: var(--vx-muted); font-size: 12px; }

.vx-filter-bar {
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px; padding: 12px;
  border: 1px solid var(--vx-line); border-radius: var(--vx-radius); background: #fff;
}
.vx-filter-search { display: flex; min-width: 250px; flex: 1; align-items: center; gap: 10px; padding: 0 12px; }
.vx-filter-search input { width: 100%; border: 0; outline: 0; }
.vx-select { min-height: 42px; padding: 0 36px 0 13px; border: 1px solid var(--vx-line); border-radius: 6px; background: #fff; }

.vx-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--vx-line); }
.vx-stat { padding: 46px 28px; border-right: 1px solid var(--vx-line); }
.vx-stat:last-child { border-right: 0; }
.vx-stat strong {
  display: block; color: var(--vx-ink); font-family: var(--vx-display);
  font-size: clamp(34px, 4vw, 52px); font-weight: 750; line-height: 1;
}
.vx-stat span { color: var(--vx-muted); font-size: 13px; }
.vx-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vx-quote { padding: 28px; border: 1px solid var(--vx-line); border-radius: var(--vx-radius); background: #fff; }
.vx-quote-stars { color: #d48b00; letter-spacing: 2px; }
.vx-quote blockquote {
  margin: 17px 0 24px; color: var(--vx-ink-soft); font-family: var(--vx-display);
  font-size: 17px; font-weight: 550; line-height: 1.65;
}
.vx-person { display: flex; align-items: center; gap: 12px; }
.vx-avatar { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #fff; background: var(--vx-ink); font-weight: 800; }
.vx-person strong, .vx-person span { display: block; }
.vx-person span { color: var(--vx-muted); font-size: 12px; }
.vx-faq { max-width: 850px; margin: auto; border-top: 1px solid var(--vx-line); }
.vx-faq-item { border-bottom: 1px solid var(--vx-line); }
.vx-faq-button {
  display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px;
  padding: 23px 0; border: 0; color: var(--vx-ink); background: transparent; text-align: left; font-weight: 750;
}
.vx-faq-answer { display: none; padding: 0 35px 23px 0; color: var(--vx-muted); }
.vx-faq-item.is-open .vx-faq-answer { display: block; }
.vx-faq-item.is-open .vx-faq-button svg { transform: rotate(45deg); }
.vx-newsletter {
  display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 50px; padding: 52px;
  position: relative; overflow: hidden; border-radius: var(--vx-radius); color: #fff;
  background: linear-gradient(120deg, #101828 0%, #182b4a 56%, #1f3f7c 100%);
}
.vx-newsletter::after {
  position: absolute; right: -60px; bottom: -110px; width: 280px; height: 280px;
  border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: "";
}
.vx-newsletter > * { position: relative; z-index: 1; }
.vx-newsletter h2 {
  margin: 0; font-family: var(--vx-display); font-size: clamp(30px, 4vw, 50px);
  font-weight: 750; line-height: 1.07;
}
.vx-newsletter p { margin: 12px 0 0; color: #b8bbc3; }
.vx-newsletter-form { display: flex; gap: 8px; padding: 7px; border: 1px solid #3a3d45; border-radius: 7px; background: #202229; }
.vx-newsletter-form input { min-width: 0; flex: 1; padding: 0 13px; border: 0; color: #fff; outline: 0; background: transparent; }

.vx-page-hero { padding: 72px 0 45px; border-bottom: 1px solid var(--vx-line); background: var(--vx-surface); }
.vx-page-hero p { max-width: 650px; margin: 15px 0 0; color: var(--vx-muted); font-size: 18px; }
.vx-content { padding: 65px 0 90px; }
.vx-prose { max-width: 820px; }
.vx-prose h2 { margin-top: 40px; font-size: 28px; }
.vx-prose a { color: var(--vx-blue); text-decoration: underline; }
.vx-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.vx-form { display: grid; gap: 17px; }
.vx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.vx-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 750; }
.vx-form input, .vx-form textarea, .vx-form select {
  width: 100%; padding: 13px; border: 1px solid var(--vx-line); border-radius: 6px; outline: 0; background: #fff;
}
.vx-form input:focus, .vx-form textarea:focus { border-color: var(--vx-blue); box-shadow: 0 0 0 3px rgba(37,87,224,.1); }
.vx-auth { display: grid; min-height: calc(100vh - 76px); grid-template-columns: 1fr 1fr; }
.vx-auth-aside {
  display: grid; align-content: end; padding: 70px; color: #fff;
  background: linear-gradient(145deg, #101828, #1c3155 70%, #2858d7);
}
.vx-auth-aside h1 {
  max-width: 600px; margin: 0; font-family: var(--vx-display);
  font-size: clamp(45px, 6vw, 78px); font-weight: 750; line-height: 1;
}
.vx-auth-panel { display: grid; place-items: center; padding: 50px 24px; }
.vx-auth-box { width: min(430px, 100%); }
.vx-auth-box h2 { margin: 0 0 8px; font-family: var(--vx-display); font-size: 35px; font-weight: 750; }
.vx-auth-box > p { margin: 0 0 28px; color: var(--vx-muted); }

.vx-dashboard { display: grid; min-height: calc(100vh - 76px); grid-template-columns: 245px 1fr; background: var(--vx-surface); }
.vx-sidebar { padding: 28px 18px; color: #d9dbe0; background: linear-gradient(180deg, #101828, #17243a); }
.vx-sidebar h3 { margin: 0 11px 22px; color: #fff; }
.vx-sidebar a { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; padding: 11px; border-radius: 6px; font-size: 13px; }
.vx-sidebar a:hover, .vx-sidebar a.is-active { color: #fff; background: #292c34; }
.vx-dashboard-main { min-width: 0; padding: 34px; }
.vx-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.vx-dashboard-head h1 { margin: 0; font-family: var(--vx-display); font-size: 30px; font-weight: 750; }
.vx-dashboard-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.vx-dash-card, .vx-table-wrap {
  padding: 20px; border: 1px solid var(--vx-line); border-radius: var(--vx-radius); background: #fff;
}
.vx-dash-card span { color: var(--vx-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.vx-dash-card strong { display: block; margin-top: 8px; font-size: 28px; }
.vx-table-wrap { margin-top: 18px; overflow-x: auto; }
.vx-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.vx-table th, .vx-table td { padding: 15px 12px; border-bottom: 1px solid var(--vx-line); text-align: left; white-space: nowrap; }
.vx-table th { color: var(--vx-muted); font-size: 11px; text-transform: uppercase; }

.single-product .product { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; padding: 70px 0; }
.single-product div.product .woocommerce-product-gallery { width: auto; float: none; }
.single-product div.product .summary { width: auto; float: none; }
.single-product .product_title { margin: 8px 0 15px; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; }
.single-product .price { color: var(--vx-ink) !important; font-size: 28px !important; font-weight: 850; }
.single-product .cart { display: flex; gap: 8px; margin-top: 24px; }
.single-product .quantity input { min-height: 46px; border: 1px solid var(--vx-line); border-radius: 6px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--vx-blue); background: var(--vx-surface); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 72%; }

.vx-footer { padding: 70px 0 0; color: #c4c6cc; background: linear-gradient(155deg, #0b1220, #111d31 65%, #142746); }
.vx-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 40px; }
.vx-footer .vx-brand { color: #fff; }
.vx-footer-copy { max-width: 330px; margin: 18px 0; color: #92959e; }
.vx-footer h3 { margin: 0 0 17px; color: #fff; font-size: 13px; text-transform: uppercase; }
.vx-footer ul { margin: 0; padding: 0; list-style: none; }
.vx-footer li { margin-bottom: 10px; }
.vx-footer a:hover { color: #fff; }
.vx-footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 55px;
  padding: 24px 0; border-top: 1px solid #2e3037; color: #83868f; font-size: 12px;
}
.vx-payments { display: flex; gap: 7px; }
.vx-payment { padding: 5px 8px; border: 1px solid #3a3d45; border-radius: 4px; color: #d6d8dd; font-weight: 800; }
.vx-toast {
  position: fixed; z-index: 100; right: 20px; bottom: 20px; padding: 13px 17px; border-radius: 7px;
  color: #fff; background: var(--vx-ink); box-shadow: var(--vx-shadow); transform: translateY(100px); opacity: 0; transition: .25s;
}
.vx-toast.is-visible { transform: translateY(0); opacity: 1; }
.vx-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.vx-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* VEXOVIX luxury marketplace redesign */
body {
  background:
    radial-gradient(circle at 18% -8%, rgba(34, 92, 255, .10), transparent 30vw),
    radial-gradient(circle at 92% 8%, rgba(0, 163, 255, .08), transparent 28vw),
    #fbfcff;
}
.vx-section { position: relative; }
.vx-section--soft {
  background:
    linear-gradient(180deg, rgba(244, 247, 251, .96), rgba(255, 255, 255, .96)),
    radial-gradient(circle at 80% 0, rgba(34, 92, 255, .08), transparent 32vw);
}
.vx-kicker {
  padding: 7px 10px; border: 1px solid rgba(34, 92, 255, .14); border-radius: 999px;
  background: rgba(34, 92, 255, .055); color: var(--vx-blue); letter-spacing: .12em;
}
.vx-kicker::before { width: 7px; height: 7px; border-radius: 50%; background: var(--vx-electric); box-shadow: 0 0 0 5px rgba(0, 163, 255, .12); }
.vx-section-head h2, .vx-page-title {
  letter-spacing: -.02em;
}
.vx-section-head p, .vx-page-hero p { color: #5d687a; }
.vx-header {
  border-bottom: 1px solid rgba(220, 227, 238, .78);
  background: rgba(251, 252, 255, .82);
  box-shadow: 0 16px 45px rgba(7, 17, 31, .055);
}
.vx-nav { min-height: 84px; gap: 20px; }
.vx-brand { gap: 12px; font-size: 21px; letter-spacing: -.03em; }
.vx-brand-mark {
  position: relative; width: 42px; height: 42px; overflow: hidden; border-radius: 13px; font-size: 0;
  background: linear-gradient(145deg, #061225 0%, #132e68 58%, #00a3ff 140%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 16px 32px rgba(7,17,31,.18), 0 0 0 5px rgba(34,92,255,.06);
}
.vx-brand-mark::before {
  position: absolute; inset: 9px; content: "";
  background: linear-gradient(135deg, #fff, #9fdcff);
  clip-path: polygon(0 0, 28% 0, 50% 54%, 72% 0, 100% 0, 63% 100%, 37% 100%);
}
.vx-brand-mark::after {
  position: absolute; right: 7px; bottom: 7px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--vx-electric); box-shadow: 0 0 18px rgba(0,163,255,.9); content: "";
}
.vx-menu {
  gap: 6px; padding: 5px; border: 1px solid rgba(220, 227, 238, .8); border-radius: 999px;
  background: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.vx-menu a { display: block; padding: 8px 13px; border-radius: 999px; color: #4d5a6f; font-size: 12px; }
.vx-menu a:hover, .vx-menu .current-menu-item > a { color: var(--vx-navy); background: #eef4ff; }
.vx-header-search {
  display: flex; width: min(270px, 22vw); min-height: 42px; align-items: center; gap: 9px;
  padding: 0 12px; border: 1px solid rgba(220, 227, 238, .95); border-radius: 999px;
  color: #758196; background: rgba(255,255,255,.8);
}
.vx-header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.vx-icon-btn {
  border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 8px 20px rgba(7,17,31,.05);
}
.vx-btn, .button, button[type="submit"], input[type="submit"] {
  border-radius: 999px; letter-spacing: -.01em; box-shadow: 0 10px 28px rgba(7,17,31,.10);
}
.vx-btn--blue {
  background: linear-gradient(135deg, var(--vx-blue), var(--vx-electric));
  border-color: transparent; box-shadow: var(--vx-glow);
}
.vx-btn--blue:hover { background: linear-gradient(135deg, var(--vx-blue-dark), #057cd4); border-color: transparent; }
.vx-btn--ghost { background: rgba(255,255,255,.82); border-color: rgba(185, 196, 213, .9); box-shadow: none; }

.vx-hero {
  min-height: 780px; border-bottom: 0; color: #fff;
  background:
    linear-gradient(120deg, rgba(7,17,31,.98) 0%, rgba(9,25,52,.96) 42%, rgba(14,40,83,.82) 100%),
    radial-gradient(circle at 70% 20%, rgba(0,163,255,.24), transparent 28vw);
}
.vx-hero::before {
  opacity: .55;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  mask-image: linear-gradient(to right, #000, rgba(0,0,0,.75) 62%, transparent);
}
.vx-hero::after {
  position: absolute; inset: auto 0 0; height: 210px; pointer-events: none; content: "";
  background: linear-gradient(180deg, transparent, #fbfcff);
}
.vx-hero-inner { min-height: 780px; grid-template-columns: .86fr 1.14fr; gap: 44px; }
.vx-hero-copy { padding: 86px 0 140px; }
.vx-hero h1 {
  color: #fff; max-width: 720px; font-size: clamp(54px, 7.2vw, 104px);
  letter-spacing: -.055em; text-wrap: balance;
}
.vx-hero h1 span {
  background: linear-gradient(100deg, #bfe8ff 0%, #00a3ff 44%, #7d8cff 100%);
  background-clip: text; -webkit-background-clip: text;
}
.vx-hero-copy > p { color: #c2ccdb; font-size: 19px; }
.vx-hero .vx-kicker { border-color: rgba(118,190,255,.23); background: rgba(255,255,255,.075); color: #bfe8ff; }
.vx-hero-trust { color: #dce7f7; }
.vx-hero-trust span {
  padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px;
  background: rgba(255,255,255,.06); backdrop-filter: blur(10px);
}
.vx-hero-media {
  display: grid; align-items: center; margin-right: calc((100vw - min(1240px, calc(100vw - 44px))) / -2);
}
.vx-hero-media::before {
  position: absolute; inset: 72px 0 105px 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px;
  background: linear-gradient(140deg, rgba(255,255,255,.18), rgba(255,255,255,.05));
  box-shadow: 0 32px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); content: "";
}
.vx-hero-media img {
  position: relative; z-index: 1; width: min(880px, 100%); height: auto; margin-left: 56px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: 0 34px 90px rgba(0,0,0,.42);
}
.vx-hero-search {
  left: 18px; bottom: 86px; width: min(660px, 90%); padding: 9px; border-radius: 999px;
  border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.94);
  box-shadow: 0 22px 58px rgba(0,0,0,.28);
}

.vx-category-card {
  min-height: 190px; border-color: rgba(220, 227, 238, .9); border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,247,251,.96));
  box-shadow: 0 14px 40px rgba(7,17,31,.045);
}
.vx-category-card::after {
  position: absolute; inset: auto 18px 18px auto; width: 68px; height: 68px; border-radius: 22px;
  background: color-mix(in srgb, var(--cat-color, var(--vx-blue)) 12%, transparent); content: "";
}
.vx-category-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(7,17,31,.12); }
.vx-category-icon { border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.vx-category-card h3, .vx-product-title { letter-spacing: -.02em; }

.vx-products { gap: 26px; }
.vx-product-card {
  position: relative; padding: 10px; border: 1px solid rgba(220,227,238,.86); border-radius: 22px;
  background: rgba(255,255,255,.86); box-shadow: 0 15px 42px rgba(7,17,31,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.vx-product-card:hover { z-index: 2; border-color: rgba(34,92,255,.22); box-shadow: 0 30px 74px rgba(7,17,31,.14); transform: translateY(-8px); }
.vx-product-thumb { border-radius: 16px; background: linear-gradient(135deg, #e8eef7, #f7f9fc); }
.vx-product-thumb::after {
  position: absolute; inset: 0; pointer-events: none; content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(7,17,31,.42));
  opacity: 0; transition: opacity .28s ease;
}
.vx-product-card:hover .vx-product-thumb::after { opacity: 1; }
.vx-live-demo {
  position: absolute; z-index: 3; left: 50%; bottom: 16px; display: inline-flex; min-height: 38px;
  align-items: center; justify-content: center; padding: 0 15px; border-radius: 999px;
  color: #07111f; background: rgba(255,255,255,.94); font-size: 12px; font-weight: 850;
  box-shadow: 0 14px 30px rgba(0,0,0,.22); opacity: 0; transform: translate(-50%, 12px);
  transition: opacity .24s ease, transform .24s ease;
}
.vx-product-card:hover .vx-live-demo { opacity: 1; transform: translate(-50%, 0); }
.vx-product-badges { top: 14px; left: 14px; }
.vx-badge { min-height: 27px; padding: 0 10px; border-radius: 999px; box-shadow: 0 8px 22px rgba(7,17,31,.16); }
.vx-badge--verified { background: linear-gradient(135deg, #225cff, #00a3ff); }
.vx-badge--seller { background: linear-gradient(135deg, #07111f, #225cff); }
.vx-badge--updated { background: linear-gradient(135deg, #0f9f73, #21c494); }
.vx-wishlist { border-radius: 999px; }
.vx-product-body { padding: 17px 6px 4px; }
.vx-product-meta { font-weight: 760; }
.vx-rating { color: #b77900; }
.vx-price { color: var(--vx-navy); }
.vx-sales { padding: 5px 8px; border-radius: 999px; background: #f1f5fb; color: #667085; font-weight: 700; }

.vx-filter-bar, .vx-quote, .vx-dash-card, .vx-table-wrap, .vx-form input, .vx-form textarea, .vx-form select {
  border-color: rgba(220, 227, 238, .95); border-radius: 16px; box-shadow: 0 14px 42px rgba(7,17,31,.045);
}
.vx-stats {
  overflow: hidden; border: 1px solid rgba(220,227,238,.95); border-radius: 24px;
  background: #fff; box-shadow: 0 20px 55px rgba(7,17,31,.07);
}
.vx-stat { background: linear-gradient(180deg, #fff, #f8fbff); }
.vx-stat strong { letter-spacing: -.04em; }
.vx-quote { border-radius: 22px; background: linear-gradient(180deg, #fff, #f8fbff); }
.vx-avatar { background: linear-gradient(135deg, var(--vx-navy), var(--vx-blue)); }
.vx-newsletter {
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(7,17,31,.98), rgba(13,35,75,.94) 62%, rgba(34,92,255,.88)),
    radial-gradient(circle at 80% 20%, rgba(0,163,255,.28), transparent 30vw);
  box-shadow: 0 34px 90px rgba(7,17,31,.22);
}
.vx-newsletter-form { border-radius: 999px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.vx-page-hero {
  background:
    linear-gradient(135deg, rgba(7,17,31,.98), rgba(15,38,78,.92)),
    radial-gradient(circle at 80% 0, rgba(0,163,255,.22), transparent 30vw);
  color: #fff;
}
.vx-page-hero .vx-page-title { color: #fff; }
.vx-page-hero p { color: #c2ccdb; }
.vx-trust-strip {
  position: relative; z-index: 4; display: grid; grid-template-columns: 1fr repeat(3, auto) 1fr;
  align-items: center; gap: 22px; margin-top: -48px; padding: 22px 28px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 22px; color: #c2ccdb;
  background: linear-gradient(135deg, rgba(7,17,31,.95), rgba(12,31,65,.94));
  box-shadow: 0 24px 70px rgba(7,17,31,.22); backdrop-filter: blur(18px);
}
.vx-trust-strip strong { color: #fff; font-family: var(--vx-display); font-size: 15px; }
.vx-trust-strip span:last-child { text-align: right; }
.vx-auth-aside, .vx-sidebar, .vx-footer {
  background:
    linear-gradient(155deg, #06101f, #0b1930 54%, #123069 100%),
    radial-gradient(circle at 88% 10%, rgba(0,163,255,.25), transparent 30vw);
}
.vx-footer { border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 1050px) {
  .vx-menu { gap: 15px; }
  .vx-header-search { display: none; }
  .vx-products { grid-template-columns: repeat(3, 1fr); }
  .vx-category-grid { grid-template-columns: repeat(3, 1fr); }
  .vx-dashboard-cards { grid-template-columns: repeat(2, 1fr); }
  .vx-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .vx-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .vx-trust-strip span:last-child { text-align: left; }
}
@media (max-width: 820px) {
  :root { --vx-container: min(100% - 30px, 700px); }
  .vx-section { padding: 65px 0; }
  .vx-menu-toggle { display: inline-grid; }
  .vx-menu {
    position: fixed; top: 76px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch;
    flex-direction: column; gap: 0; padding: 25px; border: 0; border-radius: 0; background: #fff;
  }
  .vx-menu.is-open { display: flex; }
  .vx-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--vx-line); font-size: 17px; }
  .vx-nav-actions .vx-btn { display: none; }
  .vx-hero, .vx-hero-inner { min-height: 0; }
  .vx-hero-inner { grid-template-columns: 1fr; }
  .vx-hero-copy { padding: 75px 0 20px; }
  .vx-hero h1 { font-size: clamp(50px, 13vw, 74px); }
  .vx-hero-media { min-height: 470px; margin: 0 -15px; }
  .vx-hero-media::before { inset: 26px 14px 78px; border-radius: 22px; }
  .vx-hero-media img { width: calc(100% - 34px); margin: 34px 17px 0; border-radius: 18px; }
  .vx-hero-search { left: 15px; bottom: 22px; }
  .vx-products, .vx-category-grid { grid-template-columns: repeat(2, 1fr); }
  .vx-testimonials { grid-template-columns: 1fr; }
  .vx-stats { grid-template-columns: repeat(2, 1fr); }
  .vx-stat:nth-child(2) { border-right: 0; }
  .vx-stat:nth-child(-n+2) { border-bottom: 1px solid var(--vx-line); }
  .vx-newsletter { grid-template-columns: 1fr; padding: 35px; }
  .vx-trust-strip { margin-top: -26px; }
  .vx-contact-grid, .single-product .product { grid-template-columns: 1fr; gap: 35px; }
  .vx-auth { grid-template-columns: 1fr; }
  .vx-auth-aside { min-height: 380px; padding: 45px 25px; }
  .vx-dashboard { grid-template-columns: 1fr; }
  .vx-sidebar { display: none; }
  .vx-dashboard-main { padding: 24px 15px; }
  .vx-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .vx-footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .vx-hero-copy > p { max-width: 100%; font-size: 16px; }
  .vx-hero-trust { gap: 10px 14px; font-size: 11px; }
  .vx-hero-trust span { white-space: nowrap; }
  .vx-section-head, .vx-footer-bottom, .vx-dashboard-head { align-items: start; flex-direction: column; }
  .vx-trust-strip { grid-template-columns: 1fr; gap: 10px; padding: 18px; }
  .vx-live-demo { opacity: 1; transform: translate(-50%, 0); }
  .vx-products { grid-template-columns: 1fr; }
  .vx-category-grid { grid-template-columns: 1fr 1fr; }
  .vx-category-card { min-height: 145px; padding: 18px; }
  .vx-filter-bar { align-items: stretch; flex-direction: column; }
  .vx-filter-search { min-width: 0; min-height: 42px; }
  .vx-select { width: 100%; }
  .vx-stats, .vx-dashboard-cards { grid-template-columns: 1fr; }
  .vx-stat { border-right: 0; border-bottom: 1px solid var(--vx-line); }
  .vx-newsletter-form, .vx-hero-search { align-items: stretch; flex-direction: column; }
  .vx-hero-search { padding: 10px; }
  .vx-hero-search input { min-height: 42px; }
  .vx-form-row { grid-template-columns: 1fr; }
  .vx-footer-grid { grid-template-columns: 1fr; }
  .vx-footer-grid > :first-child { grid-column: auto; }
}
