/*
Theme Name: VyvodCasino Intelligence
Theme URI: https://vyvodcasino.ru/
Author: VyvodCasino
Description: Data-first editorial theme for withdrawal comparisons.
Version: 6.0.0
Text Domain: vyvodcasino
*/

:root {
  --ink: #0b1020;
  --ink-soft: #151c2f;
  --ink-muted: #667085;
  --paper: #f4f7f5;
  --white: #fff;
  --line: #dce3df;
  --mint: #69f0c1;
  --mint-deep: #14a879;
  --amber: #ffb357;
  --blue: #91a4ff;
  --danger: #ff7a85;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px rgba(11, 16, 32, .12);
  --container: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.vcx-container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.vcx-notice {
  position: relative;
  z-index: 110;
  color: #c8d0df;
  background: #070b16;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 12px;
}

.vcx-notice .vcx-container {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.vcx-notice-age {
  color: var(--ink);
  background: var(--mint);
  padding: 1px 7px;
  border-radius: 999px;
  font-weight: 800;
}

.vcx-notice a {
  margin-left: auto;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vcx-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(11, 16, 32, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.vcx-header.is-scrolled {
  background: rgba(7, 11, 22, .96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.vcx-header-row {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.vcx-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.vcx-logo > span > span {
  color: var(--mint);
}

.vcx-logo-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.vcx-logo-mark path:first-child {
  fill: #1b2840;
  stroke: rgba(105, 240, 193, .5);
}

.vcx-logo-mark .vcx-logo-signal {
  fill: none;
  stroke: var(--mint);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vcx-nav .menu {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vcx-nav a {
  position: relative;
  color: #d4d9e3;
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease;
}

.vcx-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.vcx-nav a:hover,
.vcx-nav a:focus-visible {
  color: var(--white);
}

.vcx-nav a:hover::after,
.vcx-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.vcx-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: transparent;
}

.vcx-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  border-radius: 4px;
  transition: transform .25s ease, opacity .25s ease;
}

.vcx-hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--ink);
  background-size: 52px 52px;
}

.vcx-hero::after {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -42%;
  width: 62%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(105, 240, 193, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(105, 240, 193, .025), 0 0 0 180px rgba(105, 240, 193, .02);
}

.vcx-hero-glow {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .15;
}

.vcx-hero-glow-one {
  top: -180px;
  right: 10%;
  background: var(--blue);
}

.vcx-hero-glow-two {
  bottom: -200px;
  left: -100px;
  background: var(--mint);
}

.vcx-hero-grid {
  min-height: 700px;
  padding-block: 92px 106px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  align-items: center;
  gap: 74px;
}

.vcx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  color: #dce5e2;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.vcx-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(105, 240, 193, .1);
}

.vcx-hero h1 {
  max-width: 680px;
  margin: 24px 0 22px;
  font-size: clamp(48px, 6.1vw, 86px);
  line-height: .96;
  letter-spacing: -.065em;
}

.vcx-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--mint), #d6fff2 58%, var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
}

.vcx-hero-lead {
  max-width: 650px;
  margin: 0;
  color: #b8c1d1;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.vcx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.vcx-button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vcx-button svg,
.vcx-ranking-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vcx-button:hover {
  transform: translateY(-2px);
}

.vcx-button-primary {
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 14px 30px rgba(105, 240, 193, .18);
}

.vcx-button-primary:hover {
  box-shadow: 0 18px 40px rgba(105, 240, 193, .28);
}

.vcx-button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
}

.vcx-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 44px;
  color: #8f9aac;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vcx-proof-row span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.vcx-proof-row i {
  color: var(--white);
  font-size: 19px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: -.03em;
}

.vcx-monitor {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  box-shadow: 0 40px 100px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
}

.vcx-monitor::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  content: "";
  background: var(--mint);
  border-radius: 50%;
  filter: blur(90px);
  opacity: .13;
}

.vcx-monitor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.vcx-monitor-head > div span {
  display: block;
  color: #8792a6;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vcx-monitor-head strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.vcx-monitor-status {
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mint);
  border: 1px solid rgba(105, 240, 193, .18);
  border-radius: 999px;
  background: rgba(105, 240, 193, .07);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vcx-monitor-status i {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  animation: vcxPulse 1.6s infinite;
}

.vcx-monitor-chart {
  position: relative;
  height: 235px;
  margin: 22px -8px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 38px 38px;
}

.vcx-monitor-chart svg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: visible;
}

.vcx-chart-area {
  fill: url(#lineFill);
}

.vcx-chart-line {
  fill: none;
  stroke: var(--mint);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 7px rgba(105, 240, 193, .45));
}

.vcx-monitor-chart circle {
  fill: var(--ink);
  stroke: var(--mint);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.vcx-chart-label {
  position: absolute;
  top: 24px;
  left: 20px;
}

.vcx-chart-label span {
  display: block;
  color: #7f8b9f;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vcx-chart-label strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.vcx-monitor-steps {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.vcx-monitor-steps > div {
  position: relative;
  min-width: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
}

.vcx-monitor-steps > div > span {
  color: #7c879a;
  font-size: 10px;
  font-weight: 800;
}

.vcx-monitor-steps p {
  min-width: 0;
  margin: 0;
}

.vcx-monitor-steps b,
.vcx-monitor-steps small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vcx-monitor-steps b {
  font-size: 11px;
}

.vcx-monitor-steps small {
  color: #778397;
  font-size: 9px;
}

.vcx-monitor-steps > div > i {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 6px;
  height: 6px;
  border: 1px solid #657084;
  border-radius: 50%;
}

.vcx-monitor-steps .is-complete > i {
  border-color: var(--mint);
  background: var(--mint);
}

.vcx-monitor-steps .is-active {
  border-color: rgba(105, 240, 193, .24);
  background: rgba(105, 240, 193, .055);
}

.vcx-monitor-steps .is-active > i {
  border-color: var(--amber);
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 179, 87, .1);
}

.vcx-signal-strip {
  color: #293044;
  background: var(--mint);
  border-bottom: 1px solid rgba(11, 16, 32, .1);
}

.vcx-signal-strip .vcx-container {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.vcx-signal-strip span {
  position: relative;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.vcx-signal-strip span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -44px;
  width: 4px;
  height: 4px;
  content: "";
  background: rgba(11, 16, 32, .4);
  border-radius: 50%;
}

.vcx-section {
  padding-block: 110px;
}

.vcx-section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr);
  align-items: end;
  gap: 60px;
}

.vcx-section-number {
  display: block;
  margin-bottom: 12px;
  color: var(--mint-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vcx-section-heading h2,
.vcx-editorial h2,
.vcx-faq-grid h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.vcx-section-heading > p {
  margin: 0 0 7px;
  color: var(--ink-muted);
  font-size: 17px;
  line-height: 1.65;
}

.vcx-filter-bar {
  margin-bottom: 20px;
  padding: 7px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  scrollbar-width: none;
}

.vcx-filter-bar::-webkit-scrollbar {
  display: none;
}

.vcx-filter-bar button {
  flex: 0 0 auto;
  padding: 10px 15px;
  color: #556071;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.vcx-filter-bar button:hover,
.vcx-filter-bar button.is-active {
  color: var(--white);
  background: var(--ink);
}

.vcx-ranking-list {
  display: grid;
  gap: 10px;
}

.vcx-ranking-card {
  position: relative;
  min-height: 150px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 150px 130px;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .2s ease;
}

.vcx-ranking-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--mint);
  transform: scaleY(0);
  transition: transform .25s ease;
}

.vcx-ranking-card:hover {
  z-index: 2;
  border-color: #b9c8c1;
  box-shadow: 0 18px 50px rgba(11, 16, 32, .08);
  transform: translateY(-3px);
}

.vcx-ranking-card:hover::before {
  transform: scaleY(1);
}

.vcx-ranking-card.is-hidden {
  display: none;
}

.vcx-ranking-index {
  color: #a3ada8;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.04em;
}

.vcx-ranking-kicker {
  display: block;
  color: var(--mint-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vcx-ranking-main h3 {
  margin: 4px 0 5px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.vcx-ranking-main p {
  max-width: 610px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
}

.vcx-ranking-metric {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.vcx-ranking-metric span,
.vcx-ranking-metric strong {
  display: block;
}

.vcx-ranking-metric span {
  color: var(--ink-muted);
  font-size: 11px;
}

.vcx-ranking-metric strong {
  margin-top: 2px;
  font-size: 17px;
  text-transform: capitalize;
}

.vcx-ranking-link {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  background: var(--ink);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.vcx-ranking-link:hover {
  color: var(--ink);
  background: var(--mint);
}

.vcx-data-note {
  margin-top: 20px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #556071;
  border: 1px dashed #c8d3cd;
  border-radius: 14px;
  background: rgba(255, 255, 255, .4);
  font-size: 13px;
}

.vcx-data-note svg {
  width: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--mint-deep);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vcx-data-note p {
  margin: 0;
}

.vcx-methodology {
  color: var(--white);
  background: var(--ink);
}

.vcx-section-heading-light .vcx-section-number {
  color: var(--mint);
}

.vcx-section-heading-light > p {
  color: #98a4b6;
}

.vcx-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.vcx-method-grid article {
  position: relative;
  min-height: 340px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  transition: background .25s ease;
}

.vcx-method-grid article:hover {
  background: rgba(105, 240, 193, .045);
}

.vcx-method-grid article > span {
  display: block;
  color: #667287;
  font-size: 12px;
  font-weight: 800;
}

.vcx-method-grid svg {
  width: 44px;
  margin: 62px 0 26px;
  fill: none;
  stroke: var(--mint);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vcx-method-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
  letter-spacing: -.03em;
}

.vcx-method-grid p {
  margin: 0;
  color: #99a4b5;
  font-size: 14px;
}

.vcx-editorial {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 70px;
}

.vcx-editorial-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vcx-editorial-score {
  padding-top: 24px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.vcx-editorial-score strong {
  font-size: 78px;
  line-height: .8;
  letter-spacing: -.08em;
}

.vcx-editorial-score span {
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.vcx-article-lead {
  max-width: 820px;
  margin: 24px 0 45px;
  color: var(--ink-muted);
  font-size: 20px;
}

.vcx-check-list {
  border-top: 1px solid var(--line);
}

.vcx-check-list > div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.vcx-check-list > div > span {
  color: var(--mint-deep);
  font-size: 12px;
  font-weight: 850;
}

.vcx-check-list p {
  margin: 0;
  color: var(--ink-muted);
}

.vcx-check-list b {
  display: inline-block;
  min-width: 190px;
  color: var(--ink);
}

.vcx-faq-section {
  background: #e9efec;
}

.vcx-faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}

.vcx-faq-grid > div:first-child > p {
  max-width: 430px;
  color: var(--ink-muted);
  font-size: 16px;
}

.vcx-faq-grid > div:first-child > a {
  display: inline-block;
  margin-top: 20px;
  color: var(--mint-deep);
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vcx-accordion {
  border-top: 1px solid #c7d0cc;
}

.vcx-accordion details {
  border-bottom: 1px solid #c7d0cc;
}

.vcx-accordion summary {
  padding: 24px 50px 24px 0;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 750;
  cursor: pointer;
}

.vcx-accordion summary::-webkit-details-marker {
  display: none;
}

.vcx-accordion summary span,
.vcx-accordion summary span::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--ink);
  transition: transform .2s ease;
}

.vcx-accordion summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.vcx-accordion details[open] summary span::after {
  transform: rotate(0);
}

.vcx-accordion details p {
  max-width: 700px;
  padding: 0 50px 24px 0;
  margin: 0;
  color: var(--ink-muted);
}

.vcx-footer {
  padding-top: 80px;
  color: #c1cad8;
  background: #070b16;
}

.vcx-footer-grid {
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .7fr);
  gap: 70px;
}

.vcx-logo-footer {
  margin-bottom: 18px;
}

.vcx-footer-grid > div:first-child p {
  max-width: 350px;
  margin: 0;
  color: #7f8a9d;
  font-size: 13px;
}

.vcx-footer-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vcx-footer-grid > div:not(:first-child) a {
  display: block;
  margin: 9px 0;
  color: #8f9aac;
  font-size: 13px;
  transition: color .2s ease;
}

.vcx-footer-grid > div:not(:first-child) a:hover {
  color: var(--mint);
}

.vcx-footer-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #657084;
  font-size: 11px;
}

.vcx-footer-bottom p {
  margin: 0;
}

/* Inner pages */
.vcx-page-hero {
  padding: 54px 0 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(105, 240, 193, .11), transparent 28%),
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.vcx-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7f8a9d;
  font-size: 12px;
}

.vcx-breadcrumbs a:hover {
  color: var(--mint);
}

.vcx-page-hero-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: end;
  gap: 70px;
}

.vcx-page-hero h1 {
  max-width: 900px;
  margin: 18px 0 20px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -.06em;
}

.vcx-page-hero-grid > div:first-child > p {
  max-width: 760px;
  margin: 0;
  color: #aab4c5;
  font-size: 19px;
}

.vcx-page-meta {
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
}

.vcx-page-meta span,
.vcx-page-meta strong,
.vcx-page-meta small {
  display: block;
}

.vcx-page-meta span {
  color: #778397;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vcx-page-meta strong {
  margin: 3px 0;
  font-size: 15px;
}

.vcx-page-meta small {
  color: #8d98aa;
  font-size: 11px;
}

.vcx-page-layout {
  padding-block: 70px 110px;
  display: grid;
  grid-template-columns: 210px minmax(0, 820px);
  justify-content: space-between;
  gap: 80px;
}

.vcx-page-aside {
  position: sticky;
  top: 110px;
  align-self: start;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.vcx-page-aside span {
  display: block;
  margin-bottom: 13px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vcx-page-aside a {
  display: block;
  padding: 8px 0;
  color: #5e6878;
  font-size: 13px;
}

.vcx-page-aside a:hover {
  color: var(--mint-deep);
}

.vcx-prose {
  min-width: 0;
  font-size: 17px;
  line-height: 1.78;
}

.vcx-prose > div > h1,
.vcx-prose > h1 {
  display: none;
}

.vcx-prose h2,
.vcx-prose h3 {
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.vcx-prose h2 {
  margin: 58px 0 20px;
  font-size: 36px;
}

.vcx-prose h3 {
  margin: 40px 0 14px;
  font-size: 25px;
}

.vcx-prose p {
  color: #4f5969;
}

.vcx-prose ul,
.vcx-prose ol {
  padding-left: 22px;
}

.vcx-prose li {
  margin: 8px 0;
  padding-left: 5px;
}

.vcx-prose a:not(.vcx-button) {
  color: #0d8a64;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vcx-prose table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.vcx-prose th,
.vcx-prose td {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
}

.vcx-prose th {
  background: #e9efec;
}

.vcx-inline-check {
  margin-top: 62px;
  padding: 34px;
  border-radius: 24px;
  background: var(--ink);
  color: var(--white);
}

.vcx-inline-check > span {
  color: var(--mint);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vcx-inline-check h2 {
  margin: 10px 0 24px;
  color: var(--white);
  font-size: 31px;
}

.vcx-inline-check > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vcx-inline-check p {
  margin: 0;
  padding: 15px;
  color: #9ca8ba;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.5;
}

.vcx-inline-check b {
  display: block;
  color: var(--white);
  font-size: 13px;
}

.vcx-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.vcx-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes vcxPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(105, 240, 193, .35); }
  50% { box-shadow: 0 0 0 7px rgba(105, 240, 193, 0); }
}

@media (max-width: 1050px) {
  .vcx-hero-grid {
    grid-template-columns: 1fr 420px;
    gap: 35px;
  }

  .vcx-hero h1 {
    font-size: clamp(46px, 6.5vw, 68px);
  }

  .vcx-section-heading {
    gap: 35px;
  }

  .vcx-ranking-card {
    grid-template-columns: 54px minmax(0, 1fr) 120px 112px;
    gap: 16px;
  }

  .vcx-method-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vcx-editorial {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 45px;
  }

  .vcx-faq-grid {
    gap: 55px;
  }

  .vcx-footer-grid {
    grid-template-columns: 1.2fr repeat(3, .8fr);
    gap: 34px;
  }
}

@media (max-width: 820px) {
  .vcx-notice .vcx-container {
    min-height: 38px;
  }

  .vcx-notice .vcx-container > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vcx-notice a {
    display: none;
  }

  .vcx-menu-toggle {
    display: block;
  }

  .vcx-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .vcx-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .vcx-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .vcx-nav {
    position: fixed;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    visibility: hidden;
    background: rgba(7, 11, 22, .98);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }

  .vcx-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .vcx-nav .menu {
    display: block;
  }

  .vcx-nav .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .vcx-nav a {
    padding: 17px 4px;
    display: block;
    font-size: 18px;
  }

  .vcx-nav a::after {
    display: none;
  }

  .vcx-hero-grid {
    min-height: auto;
    padding-block: 72px 82px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .vcx-hero-copy {
    max-width: 680px;
  }

  .vcx-monitor {
    max-width: 600px;
  }

  .vcx-section {
    padding-block: 80px;
  }

  .vcx-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vcx-ranking-card {
    grid-template-columns: 45px minmax(0, 1fr) 110px;
  }

  .vcx-ranking-link {
    grid-column: 2 / -1;
  }

  .vcx-editorial {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .vcx-editorial-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .vcx-editorial-score {
    justify-content: flex-end;
  }

  .vcx-faq-grid {
    grid-template-columns: 1fr;
  }

  .vcx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vcx-page-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vcx-page-aside {
    position: static;
    padding: 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 13px;
  }

  .vcx-page-aside span {
    display: none;
  }

  .vcx-page-aside a {
    flex: 0 0 auto;
    padding: 7px 10px;
    background: var(--white);
    border-radius: 8px;
  }
}

@media (max-width: 600px) {
  .vcx-container {
    width: min(calc(100% - 28px), var(--container));
  }

  .vcx-header-row {
    height: 66px;
  }

  .vcx-logo {
    font-size: 18px;
  }

  .vcx-logo-mark {
    width: 36px;
    height: 36px;
  }

  .vcx-nav {
    top: 104px;
  }

  .vcx-hero-grid {
    padding-block: 56px 66px;
  }

  .vcx-eyebrow {
    font-size: 10px;
  }

  .vcx-hero h1 {
    margin-top: 20px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .vcx-hero-lead {
    font-size: 17px;
  }

  .vcx-hero-actions {
    display: grid;
  }

  .vcx-button {
    width: 100%;
  }

  .vcx-proof-row {
    gap: 16px;
  }

  .vcx-monitor {
    padding: 17px;
    border-radius: 22px;
  }

  .vcx-monitor-chart {
    height: 190px;
  }

  .vcx-monitor-steps {
    grid-template-columns: 1fr;
  }

  .vcx-monitor-steps > div {
    min-height: 50px;
  }

  .vcx-signal-strip .vcx-container {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vcx-signal-strip span:not(:last-child)::after {
    right: -14px;
  }

  .vcx-section {
    padding-block: 65px;
  }

  .vcx-section-heading {
    margin-bottom: 34px;
  }

  .vcx-section-heading h2,
  .vcx-editorial h2,
  .vcx-faq-grid h2 {
    font-size: 38px;
  }

  .vcx-section-heading > p {
    font-size: 15px;
  }

  .vcx-filter-bar {
    margin-right: -14px;
    border-radius: 13px 0 0 13px;
  }

  .vcx-ranking-card {
    padding: 19px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .vcx-ranking-metric {
    grid-column: 2;
    padding: 10px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .vcx-ranking-link {
    grid-column: 1 / -1;
  }

  .vcx-method-grid {
    grid-template-columns: 1fr;
  }

  .vcx-method-grid article {
    min-height: auto;
  }

  .vcx-method-grid svg {
    margin: 35px 0 22px;
  }

  .vcx-editorial-aside {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vcx-editorial-score {
    justify-content: flex-start;
  }

  .vcx-check-list > div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .vcx-check-list b {
    display: block;
    min-width: 0;
  }

  .vcx-faq-grid {
    gap: 45px;
  }

  .vcx-footer {
    padding-top: 60px;
  }

  .vcx-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .vcx-footer-bottom {
    padding-block: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .vcx-page-hero {
    padding: 38px 0 58px;
  }

  .vcx-page-hero-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vcx-page-hero h1 {
    font-size: 44px;
  }

  .vcx-page-hero-grid > div:first-child > p {
    font-size: 16px;
  }

  .vcx-page-meta {
    max-width: 230px;
  }

  .vcx-page-layout {
    padding-block: 45px 75px;
  }

  .vcx-prose {
    font-size: 16px;
  }

  .vcx-prose h2 {
    font-size: 31px;
  }

  .vcx-inline-check {
    padding: 22px;
  }

  .vcx-inline-check > div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .vcx-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
