:root {
  --vt-bg: #050a11;
  --vt-bg-soft: #08111c;
  --vt-panel: #0c1724;
  --vt-panel-2: #102033;
  --vt-line: rgba(163, 195, 230, .14);
  --vt-line-strong: rgba(85, 232, 255, .28);
  --vt-text: #ecf4ff;
  --vt-muted: #9eacc1;
  --vt-cyan: #20b9ff;
  --vt-cyan-2: #008ee6;
  --vt-violet: #2dd4bf;
  --vt-green: #5cf2b6;
  --vt-shadow: 0 30px 80px rgba(0, 0, 0, .38);
  --vt-radius: 22px;
  --vt-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vt-bg);
  color: var(--vt-text);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.vt-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(85,232,255,.25); color: #fff; }
.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; }
.vt-container { width: min(calc(100% - 40px), var(--vt-container)); margin-inline: auto; }
.vt-narrow-container { width: min(calc(100% - 40px), 840px); }
.vt-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.vt-skip-link:focus { transform: translateY(0); }

/* Header */
.vt-site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid transparent; background: rgba(7,11,18,.72); backdrop-filter: blur(18px); transition: .25s ease; }
.vt-site-header.is-scrolled { border-bottom-color: var(--vt-line); background: rgba(7,11,18,.92); }
.admin-bar .vt-site-header { top: 32px; }
.vt-header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.vt-brand { justify-self: start; }
.vt-primary-nav { justify-self: center; width: 100%; }
.vt-cart-link { justify-self: end; }
.vt-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.vt-brand-mark, .vt-brand-icon { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; object-fit: contain; border: 1px solid rgba(85,232,255,.42); background: linear-gradient(135deg, rgba(85,232,255,.2), rgba(124,92,255,.22)); color: #fff; font-weight: 850; letter-spacing: -.04em; box-shadow: inset 0 0 24px rgba(85,232,255,.08), 0 8px 25px rgba(0,0,0,.25); }
.vt-brand-fallback-logo { width: 48px; height: 48px; display: block; object-fit: contain; }
.vt-brand-logo .custom-logo-link { display: flex; }
.vt-brand-logo img { width: auto; max-width: 180px; max-height: 48px; object-fit: contain; }
.vt-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.vt-brand-copy strong { font-size: 14px; font-weight: 700; letter-spacing: .015em; }
.vt-brand-copy small { margin-top: 5px; color: var(--vt-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.vt-primary-nav .vt-nav-list { justify-content: center; width: 100%; }
.vt-nav-list { display: flex; align-items: center; gap: 31px; list-style: none; padding: 0; margin: 0; }
.vt-nav-list a { color: #b8c3d4; font-size: 12px; font-weight: 600; letter-spacing: .015em; transition: color .2s ease; }
.vt-nav-list a:hover, .vt-nav-list .current-menu-item > a { color: #fff; }
.vt-nav-list .sub-menu { position: absolute; min-width: 210px; display: none; padding: 12px; margin: 12px 0 0; list-style: none; background: var(--vt-panel); border: 1px solid var(--vt-line); border-radius: 14px; box-shadow: var(--vt-shadow); }
.vt-nav-list li:hover > .sub-menu { display: grid; gap: 8px; }
.vt-cart-link { position: relative; width: 43px; height: 43px; border: 1px solid var(--vt-line); border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.025); }
.vt-cart-link svg { width: 21px; }
.vt-cart-count { position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; display: grid; place-items: center; background: var(--vt-cyan); color: #031017; font-size: 10px; font-weight: 800; }
.vt-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--vt-line); border-radius: 12px; background: transparent; }
.vt-menu-toggle span:not(.screen-reader-text) { width: 100%; height: 2px; display: block; margin: 5px 0; background: #fff; }

/* Hero */
.vt-hero { position: relative; min-height: 730px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--vt-line); }
.vt-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 44%, rgba(49,108,187,.12), transparent 36%), linear-gradient(180deg, rgba(255,255,255,.015), transparent 50%); }
.vt-hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(103,141,184,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(103,141,184,.075) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.vt-hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.vt-hero-glow--one { width: 500px; height: 500px; right: -220px; top: 60px; background: rgba(85,232,255,.045); box-shadow: 0 0 180px rgba(85,232,255,.12); }
.vt-hero-glow--two { width: 360px; height: 360px; left: -220px; bottom: -140px; background: rgba(124,92,255,.06); box-shadow: 0 0 180px rgba(124,92,255,.12); }
.vt-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 70px; padding-block: 88px 100px; }
.vt-eyebrow, .vt-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--vt-cyan); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.vt-eyebrow span { width: 22px; height: 1px; background: var(--vt-cyan); box-shadow: 0 0 12px var(--vt-cyan); }
.vt-hero-copy h1 { max-width: 650px; margin: 22px 0 24px; font-size: clamp(44px, 5vw, 72px); font-weight: 700; line-height: 1.02; letter-spacing: -.04em; }
.vt-hero-copy > p { max-width: 620px; margin: 0; color: #aeb9ca; font-size: clamp(16px, 1.45vw, 19px); font-weight: 400; line-height: 1.75; }
.vt-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.vt-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.vt-button:hover { transform: translateY(-2px); }
.vt-button--primary { background: linear-gradient(135deg, var(--vt-cyan), #39c8f5); color: #04131a; box-shadow: 0 14px 40px rgba(85,232,255,.16); }
.vt-button--ghost { border-color: rgba(181,208,237,.2); background: rgba(255,255,255,.025); color: #dce7f6; }
.vt-button--ghost:hover { border-color: rgba(85,232,255,.45); }
.vt-hero-note { display: flex; align-items: flex-start; gap: 10px; max-width: 560px; margin-top: 25px; color: #77869b; font-size: 11px; }
.vt-status-dot { flex: 0 0 auto; width: 7px; height: 7px; margin-top: 6px; border-radius: 50%; background: var(--vt-green); box-shadow: 0 0 12px rgba(97,242,180,.8); }

/* Branded hero media */
.vt-hero-media { position: relative; min-height: 520px; border: 1px solid rgba(105,184,225,.22); border-radius: 24px; background: #06151b; box-shadow: 0 42px 100px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.04); overflow: hidden; transform: perspective(1200px) rotateY(-1.5deg); }
.vt-hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vt-hero-media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,13,.05), rgba(2,8,13,.36)), linear-gradient(90deg, rgba(2,8,13,.15), transparent 50%); }
.vt-hero-media-status { position: absolute; z-index: 3; top: 18px; left: 18px; right: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.vt-hero-media-status span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(3,13,20,.62); backdrop-filter: blur(12px); color: #d7f7ff; font-size: 9px; font-weight: 600; letter-spacing: .035em; }
.vt-hero-media-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--vt-green); box-shadow: 0 0 10px var(--vt-green); }
.vt-hero-media-badge { position: absolute; z-index: 3; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 11px 14px 11px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(3,13,20,.72); backdrop-filter: blur(14px); }
.vt-hero-media-badge img { width: 42px; height: 42px; object-fit: contain; }
.vt-hero-media-badge small, .vt-hero-media-badge strong { display: block; }
.vt-hero-media-badge small { color: #8eb3c1; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.vt-hero-media-badge strong { margin-top: 2px; color: #fff; font-size: 12px; font-weight: 700; }

/* Illustrative terminal */
.vt-terminal { position: relative; border: 1px solid rgba(130,171,214,.19); border-radius: 20px; background: linear-gradient(160deg, rgba(17,28,45,.9), rgba(7,12,20,.94)); box-shadow: 0 42px 100px rgba(0,0,0,.47), inset 0 1px rgba(255,255,255,.035); overflow: hidden; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.vt-terminal::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.03), transparent 58%); }
.vt-terminal-bar { min-height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--vt-line); color: #6f819a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .13em; }
.vt-window-dots { display: flex; gap: 6px; }
.vt-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #25354a; }
.vt-terminal-live { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: var(--vt-green); }
.vt-terminal-live i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.vt-terminal-body { padding: 22px; }
.vt-terminal-topline { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--vt-line); border-radius: 11px; overflow: hidden; }
.vt-terminal-topline div { padding: 12px 14px; border-right: 1px solid var(--vt-line); }
.vt-terminal-topline div:last-child { border-right: 0; }
.vt-terminal-topline span, .vt-chart-badge span { display: block; color: #5e7088; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .14em; }
.vt-terminal-topline strong, .vt-chart-badge strong { display: block; margin-top: 4px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .04em; }
.vt-chart-panel { position: relative; height: 210px; margin-top: 14px; border: 1px solid var(--vt-line); border-radius: 11px; background: rgba(3,8,14,.42); overflow: hidden; }
.vt-chart-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(85,232,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(85,232,255,.055) 1px, transparent 1px); background-size: 52px 42px; }
.vt-chart-line { position: absolute; left: 0; right: 0; bottom: 10px; width: 100%; height: 180px; filter: drop-shadow(0 0 8px rgba(85,232,255,.32)); }
.vt-chart-badge { position: absolute; top: 15px; right: 15px; padding: 10px 12px; border: 1px solid rgba(85,232,255,.2); border-radius: 8px; background: rgba(7,13,21,.8); }
.vt-chart-badge strong { color: var(--vt-cyan); font-size: 9px; }
.vt-rule-list { display: grid; gap: 7px; margin-top: 14px; }
.vt-rule-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 9px 11px; border: 1px solid var(--vt-line); border-radius: 9px; background: rgba(255,255,255,.012); }
.vt-rule-check { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(97,242,180,.3); border-radius: 6px; color: var(--vt-green); font-size: 10px; }
.vt-rule-list p { margin: 0; line-height: 1.25; }
.vt-rule-list strong { display: block; font-size: 9px; }
.vt-rule-list small { color: #677990; font-size: 7px; }
.vt-rule-list b { color: var(--vt-green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .1em; }
.vt-terminal-caption { position: absolute; left: 0; right: 0; bottom: -28px; margin: 0; color: #627087; font-size: 9px; text-align: center; }

/* General sections */
.vt-proof-strip { border-bottom: 1px solid var(--vt-line); background: #080d15; }
.vt-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vt-proof-grid > div { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--vt-line); }
.vt-proof-grid > div:first-child { border-left: 1px solid var(--vt-line); }
.vt-proof-grid strong { color: var(--vt-cyan); font-size: 22px; letter-spacing: -.04em; }
.vt-proof-grid span { max-width: 110px; color: #728198; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .11em; }
.vt-section { padding: 115px 0; }
.vt-section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 470px); align-items: end; gap: 50px; margin-bottom: 50px; }
.vt-section-heading h2, .vt-tech-copy h2, .vt-license-card h2, .vt-support-grid h2 { margin: 12px 0 0; font-size: clamp(35px, 4vw, 54px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.vt-section-heading > p, .vt-section-heading--center > p { margin: 0; color: var(--vt-muted); }
.vt-section-heading--center { max-width: 760px; grid-template-columns: 1fr; text-align: center; margin-inline: auto; }
.vt-section-heading--center .vt-kicker { justify-content: center; }

/* Products */
.vt-software-section { background: linear-gradient(180deg, #090e17, #070b12); }
.vt-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vt-product-card { --card-accent: var(--vt-cyan); position: relative; border: 1px solid var(--vt-line); border-radius: var(--vt-radius); background: linear-gradient(160deg, rgba(17,27,44,.9), rgba(8,14,23,.96)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.vt-product-card--red { --card-accent: #ff3d51; }
.vt-product-card--blue { --card-accent: #20b9ff; }
.vt-product-card--green { --card-accent: #7ce84c; }
.vt-product-card:hover { transform: translateY(-7px); border-color: var(--card-accent); box-shadow: 0 26px 70px rgba(0,0,0,.34); }
.vt-product-index { position: absolute; z-index: 3; top: 16px; left: 16px; width: 34px; height: 25px; display: grid; place-items: center; border: 1px solid var(--vt-line); border-radius: 7px; background: rgba(5,10,17,.78); color: #73849b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .1em; }
.vt-product-image { position: relative; aspect-ratio: 4 / 5; min-height: 0; display: block; padding: 0; border-bottom: 1px solid var(--vt-line); background: #050a11; overflow: hidden; }
.vt-product-image::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,9,15,.72) 100%); pointer-events: none; }
.vt-product-image img { position: absolute; inset: 0; z-index: 1; width: 100% !important; height: 100% !important; object-fit: cover; object-position: center; border-radius: 0; box-shadow: none; transition: transform .45s ease, filter .45s ease; }
.vt-product-card:hover .vt-product-image img { transform: scale(1.035); filter: saturate(1.08); }
.vt-product-fallback { position: relative; z-index: 2; width: 180px; height: 180px; display: grid; place-items: center; border: 1px solid var(--vt-line-strong); border-radius: 26px; background: linear-gradient(135deg, rgba(85,232,255,.16), rgba(124,92,255,.12)); font-size: 80px; font-weight: 900; }
.vt-pair-chip { position: absolute; z-index: 4; right: 16px; bottom: 15px; padding: 7px 10px; border: 1px solid rgba(85,232,255,.24); border-radius: 7px; background: rgba(5,10,17,.82); color: var(--card-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .12em; }
.vt-product-content { padding: 25px; }
.vt-product-label { color: var(--card-accent); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.vt-product-content h3 { margin: 8px 0 9px; font-size: 24px; font-weight: 700; letter-spacing: -.025em; }
.vt-product-content p { min-height: 67px; margin: 0; color: #8492a6; font-size: 13px; }
.vt-product-meta { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--vt-line); }
.vt-product-meta small { display: block; color: #68788e; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.vt-product-meta strong { display: block; margin-top: 3px; color: #dfeafb; font-size: 13px; }
.vt-product-meta .price { color: #dfeafb; }
.vt-product-meta del { opacity: .55; }
.vt-product-meta ins { text-decoration: none; }
.vt-circle-link { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--vt-line); border-radius: 50%; color: var(--card-accent); }
.vt-centered-action { margin-top: 40px; text-align: center; }
.vt-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--vt-cyan); font-size: 13px; font-weight: 700; }
.vt-text-link span { transition: transform .2s ease; }
.vt-text-link:hover span { transform: translateX(4px); }

/* Process */
.vt-process-section { border-block: 1px solid var(--vt-line); background: #080d15; }
.vt-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--vt-line); border-radius: var(--vt-radius); overflow: hidden; }
.vt-process-grid article { position: relative; min-height: 300px; padding: 28px; border-right: 1px solid var(--vt-line); background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.vt-process-grid article:last-child { border-right: 0; }
.vt-process-grid article > span { color: #405066; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.vt-process-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 42px 0 28px; border: 1px solid rgba(85,232,255,.22); border-radius: 13px; background: rgba(85,232,255,.06); color: var(--vt-cyan); font-size: 23px; }
.vt-process-grid h3 { margin: 0 0 11px; font-size: 18px; }
.vt-process-grid p { margin: 0; color: #7c8b9f; font-size: 12px; }

/* Tech */
.vt-tech-section { overflow: hidden; }
.vt-tech-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 95px; }
.vt-tech-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.vt-tech-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(85,232,255,.05); box-shadow: 0 0 150px rgba(85,232,255,.09); }
.vt-code-card { position: relative; z-index: 2; width: 100%; max-width: 560px; border: 1px solid rgba(85,232,255,.2); border-radius: 18px; background: linear-gradient(150deg, rgba(17,28,45,.95), rgba(6,11,18,.96)); box-shadow: var(--vt-shadow); overflow: hidden; transform: rotate(-2deg); }
.vt-code-card > div { min-height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--vt-line); color: #6f8199; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; }
.vt-code-card > div b { color: var(--vt-green); font-size: 8px; }
.vt-code-card pre { margin: 0; padding: 33px; overflow: auto; }
.vt-code-card code { display: grid; gap: 18px; color: #a9b8ca; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.vt-code-card i { margin-right: 22px; color: #394b62; font-style: normal; }
.vt-code-card em { color: var(--vt-cyan); font-style: normal; }
.vt-mini-stat { position: absolute; z-index: 3; right: -24px; bottom: 35px; width: 200px; padding: 18px; border: 1px solid var(--vt-line); border-radius: 14px; background: rgba(11,18,29,.96); box-shadow: var(--vt-shadow); }
.vt-mini-stat span { display: block; color: #677990; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.vt-mini-stat strong { display: block; margin-top: 4px; font-size: 17px; }
.vt-mini-stat i { display: block; height: 3px; margin-top: 14px; border-radius: 3px; background: linear-gradient(90deg, var(--vt-cyan) 74%, #263649 74%); }
.vt-tech-copy > p { margin: 25px 0 31px; color: var(--vt-muted); }
.vt-feature-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--vt-line); }
.vt-feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--vt-line); }
.vt-feature-list li > span { color: var(--vt-cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.vt-feature-list strong, .vt-feature-list small { display: block; }
.vt-feature-list strong { font-size: 13px; }
.vt-feature-list small { margin-top: 3px; color: #728198; font-size: 11px; }

/* License & support */
.vt-license-section { padding-top: 25px; }
.vt-license-card { position: relative; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 42px; padding: 47px 50px; border: 1px solid rgba(85,232,255,.22); border-radius: var(--vt-radius); background: radial-gradient(circle at 80% 30%, rgba(85,232,255,.09), transparent 38%), linear-gradient(120deg, #101a2a, #0a101a); overflow: hidden; }
.vt-license-card h2 { font-size: clamp(29px, 3vw, 41px); }
.vt-license-card p { margin: 15px 0 0; color: var(--vt-muted); font-size: 13px; }
.vt-license-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.vt-license-options span { min-width: 100px; padding: 10px 12px; border: 1px solid var(--vt-line); border-radius: 8px; background: rgba(255,255,255,.018); color: #aebace; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; text-align: center; }
.vt-support-section { padding-bottom: 90px; }
.vt-support-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.vt-support-grid p { max-width: 600px; margin: 22px 0 0; color: var(--vt-muted); }
.vt-support-actions { display: grid; gap: 12px; }
.vt-support-actions a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 84px; padding: 15px 18px; border: 1px solid var(--vt-line); border-radius: 14px; background: rgba(255,255,255,.018); transition: border-color .2s ease, transform .2s ease; }
.vt-support-actions a:hover { border-color: rgba(85,232,255,.32); transform: translateX(4px); }
.vt-support-actions a > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(85,232,255,.2); border-radius: 11px; color: var(--vt-cyan); }
.vt-support-actions strong, .vt-support-actions small { display: block; }
.vt-support-actions strong { font-size: 13px; }
.vt-support-actions small { margin-top: 2px; color: #718097; font-size: 10px; }
.vt-support-actions b { color: var(--vt-cyan); }
.vt-risk-section { padding: 32px 0; border-block: 1px solid var(--vt-line); background: #060a10; }
.vt-risk-section .vt-container { display: grid; grid-template-columns: 150px 1fr; gap: 28px; }
.vt-risk-section strong { color: #8494aa; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.vt-risk-section p { margin: 0; color: #5f6d80; font-size: 10px; }

/* Footer */
.vt-site-footer { padding: 75px 0 25px; background: #05080d; }
.vt-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.vt-brand--footer { margin-bottom: 20px; }
.vt-footer-brand > p { max-width: 390px; color: #66758a; font-size: 12px; }
.vt-site-footer h2 { margin: 4px 0 17px; color: #8999ae; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.vt-site-footer ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.vt-site-footer li, .vt-site-footer li a { color: #77869a; font-size: 11px; }
.vt-site-footer li a:hover { color: var(--vt-cyan); }
.vt-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--vt-line); }
.vt-footer-bottom p { max-width: 600px; margin: 0; color: #4f5d70; font-size: 9px; }

/* Standard content */
.vt-content-main, .vt-commerce-main { min-height: 65vh; padding: 85px 0 110px; background: radial-gradient(circle at 75% 0, rgba(85,232,255,.04), transparent 30%); }
.vt-page-hero { margin-bottom: 44px; padding-bottom: 28px; border-bottom: 1px solid var(--vt-line); }
.vt-page-hero h1 { max-width: 850px; margin: 12px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.05em; }
.vt-prose { color: #b5c0d0; }
.vt-prose > * { max-width: 760px; }
.vt-prose .alignwide { max-width: 1080px; margin-left: 50%; transform: translateX(-50%); }
.vt-prose .alignfull { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.vt-prose h2 { margin-top: 2.2em; color: #fff; font-size: 32px; line-height: 1.2; }
.vt-prose h3 { margin-top: 1.8em; color: #fff; }
.vt-prose a { color: var(--vt-cyan); text-decoration: underline; text-underline-offset: 3px; }
.vt-prose hr { border: 0; border-top: 1px solid var(--vt-line); }
.vt-prose input, .vt-prose textarea, .vt-prose select { width: 100%; padding: 13px 14px; border: 1px solid var(--vt-line); border-radius: 9px; background: #0c1420; color: #fff; }
.vt-prose button, .vt-prose input[type="submit"] { width: auto; padding: 12px 20px; border: 0; border-radius: 9px; background: var(--vt-cyan); color: #04131a; font-weight: 700; }
.vt-featured-image { margin-bottom: 35px; }
.vt-featured-image img { border-radius: var(--vt-radius); }
.vt-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.vt-post-card { border: 1px solid var(--vt-line); border-radius: 17px; background: var(--vt-panel); overflow: hidden; }
.vt-post-card > div { padding: 24px; }
.vt-post-card small { color: var(--vt-cyan); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.vt-post-card h2 { margin: 7px 0 10px; }
.vt-post-card p { color: var(--vt-muted); }
.vt-empty-state { padding: 60px; border: 1px solid var(--vt-line); border-radius: var(--vt-radius); text-align: center; background: var(--vt-panel); }
.vt-empty-state--large { max-width: 760px; margin: 60px auto; }
.vt-empty-state h1, .vt-empty-state h2 { margin: 12px 0; }
.vt-empty-state p { color: var(--vt-muted); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 32px; color: #6f7e92; font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--vt-cyan); }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--vt-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { padding: 11px 35px 11px 13px; border: 1px solid var(--vt-line); border-radius: 9px; background: var(--vt-panel); color: #fff; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 15px 15px 19px; border: 1px solid var(--vt-line); border-radius: 18px; background: linear-gradient(160deg, rgba(17,27,44,.9), rgba(9,15,25,.95)); transition: transform .22s ease, border-color .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(85,232,255,.35); }
.woocommerce ul.products li.product a img { aspect-ratio: 1; object-fit: cover; margin: 0 0 18px !important; border-radius: 13px; background: #0a111d; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; font-size: 19px !important; }
.woocommerce ul.products li.product .price { color: var(--vt-cyan) !important; font-size: 14px !important; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 8px; background: var(--vt-cyan); color: #04131a; line-height: 1; font-size: 10px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .wc-block-components-button { padding: 13px 19px !important; border-radius: 9px !important; background: var(--vt-cyan) !important; color: #04131a !important; font-size: 12px !important; font-weight: 750 !important; }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--vt-cyan) !important; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 55px; }
.woocommerce div.product div.images img { border-radius: 18px; background: var(--vt-panel); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--vt-cyan); font-size: 23px; }
.woocommerce div.product .woocommerce-product-details__short-description, .woocommerce div.product .summary { color: #9faec1; }
.woocommerce div.product form.cart .variations { margin-top: 24px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; padding: 3px 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 46px; padding: 10px 12px; border: 1px solid var(--vt-line); border-radius: 9px; background: #0d1623; color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--vt-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 8px 0 0; border: 0; border-radius: 9px 9px 0 0; background: var(--vt-panel); }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #9aa8ba; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--vt-cyan); }
.woocommerce-Tabs-panel, .woocommerce table.shop_table, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { padding: 25px; border: 1px solid var(--vt-line) !important; border-radius: 16px; background: var(--vt-panel); }
.woocommerce table.shop_table { border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--vt-line); }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--vt-cyan); background: var(--vt-panel); color: #dce7f5; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--vt-cyan); }
.woocommerce-error::before { color: #ff7a8c; }
.woocommerce .woocommerce-MyAccount-navigation ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.woocommerce .woocommerce-MyAccount-navigation a { display: block; padding: 9px 12px; border-radius: 8px; color: #9eacc0; }
.woocommerce .woocommerce-MyAccount-navigation .is-active a, .woocommerce .woocommerce-MyAccount-navigation a:hover { background: rgba(85,232,255,.08); color: var(--vt-cyan); }
.woocommerce-checkout #payment { background: #0d1623; }
.woocommerce-checkout #payment div.payment_box { background: #172436; color: #bdc8d7; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #172436; }
.wc-block-cart, .wc-block-checkout { color: var(--vt-text); }
.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar { color: var(--vt-text); }
.wc-block-components-totals-wrapper, .wc-block-components-order-summary, .wc-block-components-address-form, .wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { border-color: var(--vt-line) !important; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { background: #0d1623 !important; color: #fff !important; }

/* Accessibility and responsive */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--vt-cyan); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 1080px) {
  .vt-hero-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .vt-tech-grid { gap: 55px; }
  .vt-license-card { grid-template-columns: 1fr 1fr; }
  .vt-license-card .vt-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 960px) {
  .vt-hero-media { min-height: 480px; transform: none; }
  .admin-bar .vt-site-header { top: 46px; }
  .vt-header-inner { grid-template-columns: auto 1fr auto auto; }
  .vt-menu-toggle { display: block; justify-self: end; }
  .vt-primary-nav { position: fixed; top: 82px; left: 0; right: 0; height: calc(100vh - 82px); display: none; padding: 25px 20px; border-top: 1px solid var(--vt-line); background: rgba(7,11,18,.98); }
  .admin-bar .vt-primary-nav { top: 128px; height: calc(100vh - 128px); }
  .vt-primary-nav.is-open { display: block; }
  .vt-nav-list { display: grid; gap: 0; }
  .vt-nav-list li { border-bottom: 1px solid var(--vt-line); }
  .vt-nav-list a { display: block; padding: 18px 4px; font-size: 16px; }
  .vt-hero { min-height: auto; }
  .vt-hero-inner { grid-template-columns: 1fr; padding-top: 78px; }
  .vt-hero-copy { max-width: 760px; }
  .vt-terminal { max-width: 700px; width: 100%; margin-inline: auto; transform: none; }
  .vt-product-grid { grid-template-columns: repeat(2, 1fr); }
  .vt-product-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); }
  .vt-process-grid { grid-template-columns: repeat(2, 1fr); }
  .vt-process-grid article:nth-child(2) { border-right: 0; }
  .vt-process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--vt-line); }
  .vt-tech-grid, .vt-support-grid { grid-template-columns: 1fr; gap: 55px; }
  .vt-tech-copy { max-width: 720px; }
  .vt-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .vt-footer-grid > div:last-child { grid-column: 2 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .vt-hero-media { min-height: 360px; border-radius: 18px; }
  .vt-hero-media-status span:nth-child(n+2) { display: none; }
  .vt-hero-media-badge { left: 14px; bottom: 14px; }
  .vt-container, .vt-narrow-container { width: min(calc(100% - 28px), var(--vt-container)); }
  .vt-header-inner { min-height: 72px; gap: 11px; }
  .vt-brand-copy small { display: none; }
  .vt-brand-copy strong { font-size: 13px; }
  .vt-brand-mark, .vt-brand-icon { width: 38px; height: 38px; border-radius: 11px; }
  .vt-brand-fallback-logo { width: 42px; height: 42px; }
  .vt-brand-logo img { max-width: 128px; max-height: 39px; }
  .vt-cart-link, .vt-menu-toggle { width: 39px; height: 39px; }
  .vt-primary-nav { top: 72px; height: calc(100vh - 72px); }
  .vt-hero-inner { gap: 48px; padding-block: 64px 82px; }
  .vt-hero-copy h1 { font-size: clamp(43px, 14vw, 64px); }
  .vt-hero-copy > p { font-size: 16px; }
  .vt-hero-actions { display: grid; }
  .vt-button { width: 100%; }
  .vt-terminal-bar { grid-template-columns: 1fr auto; }
  .vt-terminal-bar > span:nth-child(2) { display: none; }
  .vt-terminal-body { padding: 14px; }
  .vt-terminal-topline { grid-template-columns: 1fr; }
  .vt-terminal-topline div { border-right: 0; border-bottom: 1px solid var(--vt-line); }
  .vt-terminal-topline div:last-child { border-bottom: 0; }
  .vt-chart-panel { height: 170px; }
  .vt-chart-line { height: 145px; }
  .vt-rule-list b { display: none; }
  .vt-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .vt-proof-grid > div { min-height: 82px; border-bottom: 1px solid var(--vt-line); }
  .vt-proof-grid > div:nth-child(2) { border-right: 0; }
  .vt-proof-grid > div:nth-child(3), .vt-proof-grid > div:nth-child(4) { border-bottom: 0; }
  .vt-proof-grid > div:first-child, .vt-proof-grid > div:nth-child(3) { border-left: 1px solid var(--vt-line); }
  .vt-section { padding: 78px 0; }
  .vt-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .vt-section-heading h2, .vt-tech-copy h2, .vt-support-grid h2 { font-size: 38px; }
  .vt-product-grid { grid-template-columns: 1fr; }
  .vt-product-card:last-child { grid-column: auto; max-width: none; }
  .vt-product-image { min-height: 280px; }
  .vt-process-grid { grid-template-columns: 1fr; }
  .vt-process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--vt-line) !important; }
  .vt-process-grid article:last-child { border-bottom: 0 !important; }
  .vt-process-icon { margin: 28px 0 20px; }
  .vt-tech-visual { min-height: 410px; }
  .vt-code-card pre { padding: 23px 18px; }
  .vt-code-card code { font-size: 10px; gap: 14px; }
  .vt-code-card i { margin-right: 9px; }
  .vt-mini-stat { right: -4px; bottom: 15px; width: 170px; }
  .vt-license-card { grid-template-columns: 1fr; padding: 32px 25px; }
  .vt-license-options { grid-template-columns: 1fr 1fr; }
  .vt-license-card .vt-button { grid-column: auto; }
  .vt-risk-section .vt-container { grid-template-columns: 1fr; gap: 9px; }
  .vt-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .vt-footer-brand { grid-column: 1 / -1; }
  .vt-footer-grid > div:last-child { grid-column: auto; }
  .vt-footer-bottom { display: grid; }
  .vt-content-main, .vt-commerce-main { padding: 60px 0 80px; }
  .vt-page-hero h1 { font-size: 44px; }
  .vt-prose .alignwide { max-width: 100%; margin-left: 0; transform: none; }
  .vt-post-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
  .woocommerce-Tabs-panel, .woocommerce table.shop_table, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { padding: 16px; }
}

/* Updated expert-advisor section */
.vt-expert-panel { position: relative; z-index: 2; width: 100%; max-width: 560px; border: 1px solid rgba(85,232,255,.2); border-radius: 18px; background: linear-gradient(150deg, rgba(17,28,45,.95), rgba(6,11,18,.96)); box-shadow: var(--vt-shadow); overflow: hidden; transform: rotate(-2deg); }
.vt-expert-panel__header { min-height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--vt-line); color: #6f8199; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; }
.vt-expert-panel__header b { color: var(--vt-green); font-size: 8px; }
.vt-expert-panel__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 30px; }
.vt-expert-panel__grid article { padding: 22px 18px; border: 1px solid var(--vt-line); border-radius: 14px; background: rgba(255,255,255,.025); }
.vt-expert-panel__grid small, .vt-expert-panel__grid strong { display: block; }
.vt-expert-panel__grid small { color: #74879f; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.vt-expert-panel__grid strong { margin-top: 8px; color: #e8f3ff; font-size: 18px; line-height: 1.2; }

/* Testimonials */
.vt-testimonials-section { border-top: 1px solid var(--vt-line); background: linear-gradient(180deg, #090f18, #070b12); }
.vt-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vt-testimonial-card { padding: 30px; border: 1px solid var(--vt-line); border-radius: var(--vt-radius); background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.vt-testimonial-label { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(85,232,255,.24); border-radius: 999px; color: var(--vt-cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.vt-testimonial-card p { margin: 18px 0 22px; color: #c9d6e6; font-size: 17px; line-height: 1.75; }
.vt-testimonial-card strong, .vt-testimonial-card small { display: block; }
.vt-testimonial-card strong { font-size: 14px; }
.vt-testimonial-card small { margin-top: 4px; color: #8090a5; }

@media (max-width: 980px) {
  .vt-testimonial-grid { grid-template-columns: 1fr; }
  .vt-expert-panel__grid { grid-template-columns: 1fr; }
}


/* v1.4 navigation + testimonials updates */
.vt-header-inner { grid-template-columns: auto minmax(0,1fr) auto; }
.vt-primary-nav { display: flex; justify-content: center; }
.vt-primary-nav .vt-nav-list { justify-content: center; width: 100%; }
.vt-nav-list { justify-content: center; }
.vt-testimonials-section { border-top: 1px solid var(--vt-line); background: linear-gradient(180deg, #090f18, #070b12); }
.vt-testimonial-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 72%); gap: 20px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.vt-testimonial-slider::-webkit-scrollbar { height: 8px; }
.vt-testimonial-slider::-webkit-scrollbar-thumb { background: rgba(85,232,255,.28); border-radius: 999px; }
.vt-testimonial-slide { scroll-snap-align: start; }
.vt-testimonial-image { aspect-ratio: 4 / 3; border: 1px solid var(--vt-line); border-radius: 22px; display: grid; place-items: center; background: linear-gradient(180deg, rgba(17,27,44,.86), rgba(8,14,23,.98)); box-shadow: 0 22px 60px rgba(0,0,0,.26); overflow: hidden; }
.vt-testimonial-image span { color: #d7e7fa; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
@media (max-width: 980px) { .vt-testimonial-slider { grid-auto-columns: 88%; } }


/* v1.4.1 header symmetry fixes */
.vt-header-inner { grid-template-columns: minmax(300px, 340px) minmax(0, 1fr) minmax(300px, 340px); }
.vt-brand { width: 100%; }
.vt-primary-nav { width: 100%; display: flex; justify-content: center; }
.vt-primary-nav .vt-nav-list { justify-content: center; width: 100%; }
.vt-cart-link { margin-left: auto; }
.vt-brand-fallback-logo { width: 54px; height: 54px; }
@media (max-width: 1100px) { .vt-header-inner { grid-template-columns: auto 1fr auto; } }

/* v1.4.2 mobile navigation fix */
@media (max-width: 960px) {
  .vt-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .vt-brand {
    width: auto;
    justify-self: start;
  }

  .vt-menu-toggle {
    display: block;
    justify-self: end;
  }

  .vt-cart-link {
    justify-self: end;
    margin-left: 0;
  }

  .vt-primary-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 82px);
    display: none;
    padding: 25px 20px;
    border-top: 1px solid var(--vt-line);
    background: rgba(7,11,18,.98);
    overflow-y: auto;
  }

  .admin-bar .vt-primary-nav {
    top: 128px;
    height: calc(100vh - 128px);
  }

  .vt-primary-nav.is-open {
    display: block;
  }

  .vt-primary-nav .vt-nav-list,
  .vt-nav-list {
    width: 100%;
    display: grid;
    justify-content: stretch;
    gap: 0;
  }
}

@media (max-width: 700px) {
  .vt-primary-nav {
    top: 72px;
    height: calc(100vh - 72px);
  }

  .admin-bar .vt-primary-nav {
    top: 118px;
    height: calc(100vh - 118px);
  }
}

/* v1.4.3 compact mobile homepage */
@media (max-width: 700px) {
  .vt-container,
  .vt-narrow-container {
    width: min(calc(100% - 24px), var(--vt-container));
  }

  .vt-site-header,
  .vt-site-header.is-scrolled {
    background: rgba(5,10,17,.96);
  }

  .vt-header-inner {
    min-height: 68px;
  }

  .vt-primary-nav {
    top: 68px;
    height: calc(100vh - 68px);
  }

  .admin-bar .vt-primary-nav {
    top: 114px;
    height: calc(100vh - 114px);
  }

  .vt-brand-fallback-logo {
    width: 40px;
    height: 40px;
  }

  .vt-brand-copy strong {
    font-size: 12px;
  }

  .vt-hero-inner {
    gap: 30px;
    padding-block: 42px 48px;
  }

  .vt-eyebrow,
  .vt-kicker {
    font-size: 9px;
    letter-spacing: .11em;
  }

  .vt-hero-copy h1 {
    margin: 16px 0 17px;
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1.01;
  }

  .vt-hero-copy > p {
    font-size: 15px;
    line-height: 1.62;
  }

  .vt-hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .vt-button {
    min-height: 48px;
  }

  .vt-hero-note {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.45;
  }

  .vt-hero-media {
    min-height: 270px;
    border-radius: 16px;
  }

  .vt-hero-media-status {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .vt-hero-media-status span {
    padding: 6px 9px;
    font-size: 8px;
  }

  .vt-hero-media-badge {
    left: 12px;
    bottom: 12px;
    padding: 8px 10px 8px 8px;
  }

  .vt-hero-media-badge img {
    width: 34px;
    height: 34px;
  }

  .vt-proof-strip {
    overflow: hidden;
  }

  .vt-proof-grid {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 46%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vt-proof-grid::-webkit-scrollbar {
    display: none;
  }

  .vt-proof-grid > div {
    min-height: 72px;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid var(--vt-line) !important;
    }

  .vt-proof-grid strong {
    font-size: 19px;
  }

  .vt-proof-grid span {
    font-size: 8px;
  }

  .vt-section {
    padding: 56px 0;
  }

  .vt-section-heading {
    gap: 12px;
    margin-bottom: 25px;
  }

  .vt-section-heading h2,
  .vt-tech-copy h2,
  .vt-license-card h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .vt-section-heading > p,
  .vt-section-heading--center > p,
  .vt-tech-copy > p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vt-software-section .vt-container,
  .vt-process-section .vt-container,
  .vt-testimonials-section .vt-container {
    overflow: hidden;
  }

  .vt-product-grid {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vt-product-grid::-webkit-scrollbar {
    display: none;
  }

  .vt-product-card,
  .vt-product-card:last-child {
    width: 100%;
    max-width: none;
    grid-column: auto;
    }

  .vt-product-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .vt-product-content {
    padding: 18px;
  }

  .vt-product-content h3 {
    margin: 6px 0 4px;
    font-size: 22px;
  }

  .vt-product-content p {
    display: none;
  }

  .vt-product-meta {
    margin-top: 13px;
    padding-top: 13px;
  }

  .vt-centered-action {
    margin-top: 24px;
  }

  .vt-process-grid {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    gap: 14px;
    border: 0;
    border-radius: 0;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vt-process-grid::-webkit-scrollbar {
    display: none;
  }

  .vt-process-grid article,
  .vt-process-grid article:last-child {
    min-height: 225px;
    padding: 22px;
    border: 1px solid var(--vt-line) !important;
    border-radius: 17px;
    }

  .vt-process-icon {
    width: 45px;
    height: 45px;
    margin: 24px 0 18px;
  }

  .vt-process-grid h3 {
    font-size: 18px;
  }

  .vt-process-grid p {
    font-size: 12px;
    line-height: 1.55;
  }

  .vt-tech-grid {
    gap: 34px;
  }

  .vt-tech-visual {
    min-height: 0;
  }

  .vt-tech-visual::before,
  .vt-mini-stat {
    display: none;
  }

  .vt-expert-panel {
    max-width: none;
    transform: none;
    border-radius: 16px;
  }

  .vt-expert-panel__header {
    min-height: 42px;
    padding: 0 13px;
  }

  .vt-expert-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .vt-expert-panel__grid article {
    padding: 14px 11px;
    border-radius: 11px;
  }

  .vt-expert-panel__grid small {
    font-size: 8px;
  }

  .vt-expert-panel__grid strong {
    margin-top: 5px;
    font-size: 14px;
  }

  .vt-tech-copy > p {
    margin: 17px 0 20px;
  }

  .vt-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 0;
  }

  .vt-feature-list li {
    display: block;
    padding: 14px 12px;
    border: 1px solid var(--vt-line);
    border-radius: 11px;
  }

  .vt-feature-list li > span {
    display: block;
    margin-bottom: 7px;
  }

  .vt-feature-list strong {
    font-size: 11px;
    line-height: 1.35;
  }

  .vt-feature-list small {
    display: none;
  }

  .vt-testimonial-slider {
    grid-auto-columns: 86%;
    gap: 14px;
  }

  .vt-testimonial-image {
    aspect-ratio: 4 / 3;
    border-radius: 17px;
  }

  .vt-license-section {
    padding-top: 0;
  }

  .vt-license-card {
    gap: 22px;
    padding: 25px 20px;
  }

  .vt-license-options {
    gap: 7px;
  }

  .vt-license-options span {
    min-width: 0;
    padding: 9px 6px;
  }

  .vt-risk-section {
    padding: 27px 0;
  }

  .vt-risk-section p {
    font-size: 10px;
    line-height: 1.55;
  }

  .vt-site-footer {
    padding-top: 50px;
  }

  .vt-footer-grid {
    gap: 24px;
  }
}

/* v1.4.4 product-page and checkout refinements */
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  display: none !important;
}

.vt-single-product-description {
  margin: 26px 0 18px;
  padding: 22px 0 2px;
  border-top: 1px solid var(--vt-line);
}

.vt-product-description-label {
  display: block;
  margin-bottom: 10px;
  color: var(--vt-cyan);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vt-product-description-content,
.vt-product-description-content p,
.vt-product-description-content li {
  color: #9faec1;
  font-size: 14px;
  line-height: 1.75;
}

.vt-product-description-content p:first-child {
  margin-top: 0;
}

.vt-product-description-content p:last-child {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
  margin-top: 18px;
}

.vt-single-product-carousel {
  clear: both;
  margin-top: 35px;
  padding: 75px 0 10px;
  border-top: 1px solid var(--vt-line);
}

.vt-single-product-carousel .vt-section-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.vt-required-terms {
  margin: 18px 0 20px !important;
  padding: 16px 17px;
  border: 1px solid rgba(85,232,255,.24);
  border-radius: 12px;
  background: rgba(85,232,255,.05);
}

.vt-required-terms label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #c7d5e6;
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.vt-required-terms input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 1px 0 0 !important;
  accent-color: var(--vt-cyan);
}

.vt-required-terms a {
  color: var(--vt-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vt-required-terms .required {
  color: #ff7186;
  text-decoration: none;
}

@media (max-width: 700px) {
  .vt-single-product-description {
    margin-top: 20px;
    padding-top: 18px;
  }

  .vt-product-description-content,
  .vt-product-description-content p,
  .vt-product-description-content li {
    font-size: 13px;
    line-height: 1.65;
  }

  .vt-single-product-carousel {
    margin-top: 20px;
    padding-top: 48px;
    overflow: hidden;
  }

  .vt-single-product-carousel .vt-section-heading {
    margin-bottom: 24px;
  }

  .vt-required-terms {
    padding: 14px;
  }
}

/* v1.4.5 product-page refinements */
.single-product .stock,
.single-product .woocommerce-variation-availability {
  display: none !important;
}

.single-product .vt-single-product-carousel .vt-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin-inline: auto;
}

@media (max-width: 760px) {
  .single-product .vt-single-product-carousel .vt-product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 86%);
    grid-template-columns: none;
    max-width: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .single-product .vt-single-product-carousel .vt-product-card {
    }
}

/* v1.4.6 product metadata + add-to-cart terms confirmation */
.single-product .product_meta {
  display: none !important;
}

.vt-product-terms-popup {
  position: fixed;
  z-index: 10050;
  top: 105px;
  right: 24px;
  width: min(390px, calc(100vw - 32px));
  padding: 26px;
  border: 1px solid rgba(85,232,255,.34);
  border-radius: 18px;
  background: rgba(8,17,28,.98);
  box-shadow: 0 28px 85px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.03) inset;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-12px) translateX(12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.vt-product-terms-popup.is-open {
  opacity: 1;
  transform: translateY(0) translateX(0);
  pointer-events: auto;
}

.vt-product-terms-close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--vt-line);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  color: #dce8f7;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.vt-product-terms-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--vt-cyan);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vt-product-terms-popup h2 {
  max-width: 290px;
  margin: 0;
  color: #edf5ff;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.vt-product-terms-popup > p {
  margin: 13px 0 18px;
  color: #94a6ba;
  font-size: 12px;
  line-height: 1.65;
}

.vt-product-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--vt-line);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  color: #c7d5e6;
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.vt-product-terms-check input {
  width: 19px;
  min-width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--vt-cyan);
}

.vt-product-terms-check a {
  color: var(--vt-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vt-product-terms-confirm {
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
}

.vt-product-terms-confirm:disabled {
  opacity: .42;
  cursor: not-allowed;
  filter: grayscale(.35);
}

@media (max-width: 700px) {
  .vt-product-terms-popup {
    top: 84px;
    right: 12px;
    width: calc(100vw - 24px);
    padding: 22px 18px 18px;
  }

  .vt-product-terms-popup h2 {
    padding-right: 36px;
    font-size: 21px;
  }
}

/* Real testimonial screenshots */
.vt-testimonial-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 320px;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
.vt-testimonial-slide { width: 100%; scroll-snap-align: start; }
.vt-testimonial-image { aspect-ratio: 9 / 16; align-items: stretch; }
.vt-testimonial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 980px) {
  .vt-testimonial-slider { grid-auto-columns: 78%; }
}

/* Custom Software shop */
.vt-software-shop { min-height: 70vh; }
.vt-shop-hero {
  padding: 92px 0 68px;
  border-bottom: 1px solid var(--vt-line);
  background:
    radial-gradient(circle at 78% 20%, rgba(32,185,255,.09), transparent 30%),
    linear-gradient(180deg, #08111c, #050a11);
}
.vt-shop-hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
}
.vt-shop-hero p {
  max-width: 660px;
  margin: 0;
  color: var(--vt-muted);
  font-size: 17px;
}
.vt-shop-section { padding: 92px 0; }
.vt-shop-section--products { background: linear-gradient(180deg, #070c14, #050a11); }
.vt-shop-section--subscription {
  border-top: 1px solid var(--vt-line);
  background: linear-gradient(180deg, #08111b, #050a11);
}
.vt-subscription-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.vt-subscription-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: linear-gradient(145deg, rgba(17,30,49,.96), rgba(7,13,22,.98));
  box-shadow: var(--vt-shadow);
  overflow: hidden;
}
.vt-subscription-product--blue { border-color: rgba(32,185,255,.32); }
.vt-subscription-product--red { border-color: rgba(255,72,92,.32); }
.vt-subscription-product--green { border-color: rgba(111,255,91,.32); }
.vt-subscription-product__image {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-bottom: 1px solid var(--vt-line);
  background: #050a11;
  overflow: hidden;
}
.vt-subscription-product__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.vt-subscription-product__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}
.vt-subscription-product__content h3 {
  margin: 9px 0 15px;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.vt-subscription-product__content > p {
  margin: 0;
  color: var(--vt-muted);
}
.vt-subscription-product__footer {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--vt-line);
}
.vt-subscription-product__footer small,
.vt-subscription-product__footer strong { display: block; }
.vt-subscription-product__footer small {
  color: #708198;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.vt-subscription-product__footer strong {
  margin-top: 5px;
  color: #edf5ff;
  font-size: 18px;
}
.vt-subscription-product__footer .vt-button { width: 100%; }

@media (max-width: 1050px) {
  .vt-subscription-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .vt-shop-hero { padding: 58px 0 46px; }
  .vt-shop-hero h1 { font-size: 52px; }
  .vt-shop-section { padding: 60px 0; }
  .vt-shop-product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .vt-shop-product-grid .vt-product-card { scroll-snap-align: start; }
  .vt-subscription-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .vt-subscription-product { scroll-snap-align: start; }
  .vt-subscription-product__content { padding: 26px 22px; }
}

/* v1.4.15 testimonial image replacement */
.vt-testimonial-slider {
  grid-auto-columns: 340px;
  align-items: start;
}
.vt-testimonial-image {
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #05080e;
}
.vt-testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 980px) {
  .vt-testimonial-slider { grid-auto-columns: 82%; }
}


/* v1.4.21 smooth testimonial carousel */
.vt-testimonials-section .vt-container {
  overflow: hidden;
}
.vt-testimonial-carousel {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 8px;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
}
.vt-testimonial-carousel::-webkit-scrollbar {
  display: none;
}
.vt-testimonial-carousel.is-dragging {
  cursor: grabbing;
}
.vt-testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
}
.vt-testimonial-slide {
  flex: 0 0 auto;
  width: min(310px, 78vw);
}
.vt-testimonial-image {
  height: 610px;
  padding: 10px;
  border: 1px solid rgba(120, 148, 182, 0.24);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(15, 24, 37, 0.98), rgba(5, 8, 14, 1));
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-testimonial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 980px) {
  .vt-testimonial-slide {
    width: min(280px, 82vw);
  }
  .vt-testimonial-image {
    height: 540px;
  }
}

@media (max-width: 640px) {
  .vt-testimonial-carousel {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .vt-testimonial-slide {
    width: min(265px, 84vw);
  }
  .vt-testimonial-image {
    height: 500px;
    padding: 8px;
    border-radius: 22px;
  }
}



/* v1.4.23 Customizer-managed testimonial images */
.vt-testimonial-customizer-empty {
  margin-top: 24px;
  padding: 28px;
  border: 1px dashed rgba(85, 232, 255, .34);
  border-radius: 22px;
  background: rgba(8, 17, 28, .72);
  color: #dce8f7;
  text-align: center;
}
.vt-testimonial-customizer-empty strong,
.vt-testimonial-customizer-empty span {
  display: block;
}
.vt-testimonial-customizer-empty span {
  margin-top: 8px;
  color: #91a1b6;
}

/* v1.4.26 express-pay symmetry + dark checkout controls */
.single-product .summary .wcpay-express-checkout-wrapper,
.single-product .summary .wcpay-payment-request-wrapper,
.single-product .summary #wcpay-payment-request-button,
.single-product .summary #wcpay-express-checkout-button,
.single-product .summary #wc-stripe-payment-request-wrapper,
.single-product .summary #wc-stripe-payment-request-button,
.single-product .summary #wc-stripe-express-checkout-element,
.single-product .summary .wc-stripe-express-checkout-element,
.single-product .summary .wc-block-components-express-payment,
.single-product .summary .wc-block-components-express-payment__event-buttons,
.single-product .summary .wc-block-components-express-payment__event-buttons > div {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.single-product .summary .wcpay-express-checkout-wrapper iframe,
.single-product .summary .wcpay-payment-request-wrapper iframe,
.single-product .summary #wcpay-payment-request-button iframe,
.single-product .summary #wcpay-express-checkout-button iframe,
.single-product .summary #wc-stripe-payment-request-wrapper iframe,
.single-product .summary #wc-stripe-payment-request-button iframe,
.single-product .summary #wc-stripe-express-checkout-element iframe,
.single-product .summary .wc-stripe-express-checkout-element iframe,
.single-product .summary .wc-block-components-express-payment iframe {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 58px !important;
  box-sizing: border-box !important;
}

/* Keep branded express buttons aligned with PayPal/Venmo/Pay Later. */
.single-product .summary .wcpay-express-checkout-wrapper,
.single-product .summary .wcpay-payment-request-wrapper,
.single-product .summary #wc-stripe-payment-request-wrapper,
.single-product .summary #wc-stripe-express-checkout-element,
.single-product .summary .wc-stripe-express-checkout-element {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* WooCommerce Checkout Block: replace the bright native controls with the theme palette. */
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  color-scheme: dark;
}

body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
body.woocommerce-checkout .wc-block-components-country-input select,
body.woocommerce-checkout .wc-block-components-state-input select,
body.woocommerce-checkout select.wc-block-components-select__select,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__suggestions-container {
  min-height: 54px !important;
  border: 1px solid var(--vt-line) !important;
  border-radius: 8px !important;
  background-color: #0d1623 !important;
  color: #eef5ff !important;
  box-shadow: none !important;
  color-scheme: dark;
}

body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__label,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
body.woocommerce-checkout .wc-block-components-text-input label {
  color: #7f91a8 !important;
}

body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__expand,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control svg {
  fill: #c7d5e6 !important;
  color: #c7d5e6 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  margin: 0 2px 0 0 !important;
  border: 2px solid #566a83 !important;
  border-radius: 50% !important;
  background: #0d1623 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--vt-cyan);
  transform: scale(0);
  transition: transform .14s ease;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]:checked {
  border-color: var(--vt-cyan) !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]:checked::before {
  transform: scale(1);
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  border: 1px solid #566a83 !important;
  border-radius: 4px !important;
  background: #0d1623 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]::before {
  content: "✓";
  color: #04131a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transform: scale(0);
  transition: transform .14s ease;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  border-color: var(--vt-cyan) !important;
  background: var(--vt-cyan) !important;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked::before {
  transform: scale(1);
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-radio-control__option {
  border-color: var(--vt-line) !important;
  background: transparent !important;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  background: rgba(85,232,255,.035) !important;
}

/* v1.4.27 checkout control alignment fixes */
/* WooCommerce draws its own checkbox mark. Hide that mark and use one centered
   icon on the input so the selected state never displays two check marks. */
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark,
body.woocommerce-checkout .wc-block-components-checkbox svg.wc-block-components-checkbox__mark {
  display: none !important;
  visibility: hidden !important;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  position: relative !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]::before,
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: var(--vt-cyan) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2304131a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E") !important;
}

/* Draw the selected radio state as a centered radial fill. This avoids the
   offset caused when WooCommerce's translated pseudo-element is scaled. */
body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"] {
  position: relative !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  background: #0d1623 !important;
  background-image: none !important;
  vertical-align: middle !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]::before,
body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input[type="radio"]:checked {
  border-color: var(--vt-cyan) !important;
  background-color: #0d1623 !important;
  background-image: radial-gradient(circle at 50% 50%, var(--vt-cyan) 0 6px, transparent 6.5px) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}
