@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  background: #05080F;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  display: block;
}

.vtx-section * {
  box-sizing: border-box;
}

.vtx-section {
  --vtx-bg: #05080F;
  --vtx-bg-2: #0A1220;
  --vtx-bg-3: #07192B;
  --vtx-card: rgba(15, 28, 46, 0.58);
  --vtx-card-strong: rgba(15, 28, 46, 0.8);
  --vtx-border: rgba(255, 255, 255, 0.08);
  --vtx-primary: #00C2FF;
  --vtx-primary-2: #1E90FF;
  --vtx-primary-3: #3AD1FF;
  --vtx-text: #FFFFFF;
  --vtx-text-2: #DCEBFF;
  --vtx-text-3: #AFC6E0;
  --vtx-text-4: #6B85A6;
  --vtx-shadow: 0 20px 60px rgba(0, 194, 255, 0.14);
  --vtx-shadow-strong: 0 24px 80px rgba(0, 194, 255, 0.22);
  --vtx-radius-xl: 28px;
  --vtx-radius-lg: 22px;
  --vtx-radius-md: 16px;
  font-family: 'DM Sans', sans-serif;
  color: var(--vtx-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 194, 255, 0.15), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(30, 144, 255, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(58, 209, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #06101d 0%, #05080f 42%, #071b31 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  width: 100%;
  display: block;
}

.vtx-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
  pointer-events: none;
  z-index: 0;
  animation: vtxGridFloat 14s linear infinite;
}

.vtx-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: .42;
  z-index: 0;
  pointer-events: none;
}

.vtx-bg-orb-1 {
  width: 320px;
  height: 320px;
  left: -80px;
  top: 120px;
  background: rgba(0,194,255,0.16);
  animation: vtxFloatOrb 12s ease-in-out infinite;
}

.vtx-bg-orb-2 {
  width: 100px;
  height: 280px;
  right: -70px;
  top: 260px;
  background: rgba(30,144,255,0.16);
  animation: vtxFloatOrb 16s ease-in-out infinite reverse;
}

.vtx-bg-orb-3 {
  width: 260px;
  height: 260px;
  left: 40%;
  bottom: 80px;
  background: rgba(58,209,255,0.1);
  animation: vtxFloatOrb 18s ease-in-out infinite;
}

.vtx-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .9;
}

.vtx-network svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vtx-network line {
  stroke: rgba(83, 199, 255, 0.2);
  stroke-width: 1.2;
  animation: vtxLinePulse 6s ease-in-out infinite;
}

.vtx-network circle {
  fill: rgba(134, 227, 255, 0.95);
  filter: drop-shadow(0 0 8px rgba(0,194,255,0.8));
  animation: vtxNodePulse 3.4s ease-in-out infinite;
}

.vtx-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px 96px;
}

.vtx-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(5, 8, 15, 0.82), rgba(5, 8, 15, 0.45));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.vtx-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vtx-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}

.vtx-brand img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0,194,255,0.2));
}

.vtx-brand-text strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}

.vtx-brand-text span {
  display: block;
  font-size: 12px;
  color: var(--vtx-text-4);
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vtx-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vtx-mini-link {
  color: var(--vtx-text-3);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: .25s ease;
}

.vtx-mini-link:hover {
  color: #fff;
}

.vtx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.28s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.vtx-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 18px 44px rgba(0, 194, 255, 0.28);
}

.vtx-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(0, 194, 255, 0.34);
}

.vtx-btn-secondary {
  color: var(--vtx-text);
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

.vtx-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 209, 255, 0.35);
  box-shadow: 0 18px 44px rgba(0, 194, 255, 0.12);
}

.vtx-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(58, 209, 255, 0.18);
  background: rgba(7, 20, 34, 0.55);
  backdrop-filter: blur(12px);
  color: var(--vtx-text-2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 30px rgba(0, 194, 255, 0.08);
  margin-bottom: 26px;
}

.vtx-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 0 16px rgba(0, 194, 255, 0.5);
  flex: 0 0 auto;
}

.vtx-hero {
  text-align: center;
  padding-top: 72px;
  margin-bottom: 80px;
  position: relative;
}

.vtx-hero h1 {
  margin: 0 auto 22px;
  max-width: 980px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #FFFFFF 0%, #F3FAFF 24%, #9CE9FF 68%, #00C2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(0, 194, 255, 0.12);
}

.vtx-title-glow {
  animation: vtxTextPulse 3.2s ease-in-out infinite;
}

.vtx-hero-sub {
  max-width: 840px;
  margin: 0 auto 16px;
  color: var(--vtx-text-3);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  font-weight: 500;
}

.vtx-hero-micro {
  max-width: 640px;
  margin: 0 auto 34px;
  color: var(--vtx-text-4);
  font-size: 16px;
  line-height: 1.6;
}

.vtx-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.vtx-proof {
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  color: var(--vtx-text-4);
  font-size: 14px;
  margin-top: 8px;
}

.vtx-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vtx-proof span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.35);
  flex: 0 0 auto;
  animation: vtxNodePulse 2.8s ease-in-out infinite;
}

.vtx-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  margin: 38px 0 90px;
  align-items: stretch;
}

.vtx-glass {
  background: var(--vtx-card);
  border: 1px solid var(--vtx-border);
  border-radius: var(--vtx-radius-xl);
  backdrop-filter: blur(16px);
  box-shadow: var(--vtx-shadow);
}

.vtx-dashboard-card {
  padding: 26px;
  min-height: 390px;
  position: relative;
  overflow: hidden;
}

.vtx-dashboard-card::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,194,255,0.22), transparent 70%);
  pointer-events: none;
}

.vtx-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.vtx-dashboard-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--vtx-text);
  margin: 0;
}

.vtx-dashboard-status {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #B8F4FF;
  background: rgba(0,194,255,0.12);
  border: 1px solid rgba(0,194,255,0.18);
  box-shadow: 0 0 18px rgba(0,194,255,0.08);
}

.vtx-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.vtx-mini-box {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: .28s ease;
}

.vtx-mini-box:hover {
  border-color: rgba(58,209,255,0.2);
  transform: translateY(-2px);
}

.vtx-mini-box span {
  display: block;
  font-size: 13px;
  color: var(--vtx-text-4);
  margin-bottom: 8px;
}

.vtx-mini-box strong {
  font-size: 28px;
  line-height: 1;
  color: var(--vtx-text);
}

.vtx-calendar {
  margin-top: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.vtx-calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: var(--vtx-text-2);
  font-size: 14px;
  font-weight: 700;
}

.vtx-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.vtx-day {
  min-height: 78px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  transition: .25s ease;
}

.vtx-day:hover {
  border-color: rgba(58,209,255,0.18);
  box-shadow: inset 0 0 18px rgba(0,194,255,0.04);
}

.vtx-day small {
  color: var(--vtx-text-4);
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.vtx-event {
  display: block;
  padding: 8px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.18), rgba(30, 144, 255, 0.22));
  border: 1px solid rgba(58, 209, 255, 0.18);
  color: var(--vtx-text);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  box-shadow: 0 0 18px rgba(0,194,255,0.08);
  animation: vtxCardPulse 4s ease-in-out infinite;
}

.vtx-side-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.vtx-side-card {
  padding: 24px;
}

.vtx-side-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.vtx-side-card p {
  margin: 0;
  color: var(--vtx-text-3);
  line-height: 1.65;
  font-size: 15px;
}

.vtx-section-head {
  text-align: center;
  margin: 0 auto 38px;
  max-width: 760px;
}

.vtx-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #FFFFFF 0%, #EAF9FF 40%, #73DEFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: vtxTextPulse 4.2s ease-in-out infinite;
}

.vtx-section-head p {
  margin: 0;
  color: var(--vtx-text-3);
  font-size: 18px;
  line-height: 1.65;
}

.vtx-benefits {
  margin-bottom: 88px;
}

.vtx-benefit-intro {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
  color: var(--vtx-text-3);
  font-size: 18px;
  line-height: 1.7;
}

.vtx-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vtx-card {
  background: rgba(15,28,46,0.55);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  padding: 28px;
  border-radius: 22px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.vtx-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -50% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,194,255,0.18), transparent 70%);
  pointer-events: none;
}

.vtx-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,194,255,0.35);
  box-shadow: 0 20px 60px rgba(0,194,255,0.14);
}

.vtx-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(0,194,255,0.18), rgba(30,144,255,0.12));
  border: 1px solid rgba(58,209,255,0.14);
  box-shadow: 0 0 24px rgba(0,194,255,0.12);
  font-size: 22px;
  animation: vtxCardPulse 4.8s ease-in-out infinite;
}

.vtx-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.vtx-card p {
  margin: 0;
  color: var(--vtx-text-3);
  font-size: 15px;
  line-height: 1.75;
}

.vtx-value {
  margin-bottom: 88px;
}

.vtx-value-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.vtx-value-main,
.vtx-value-list {
  padding: 30px;
}

.vtx-value-main h3 {
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vtx-value-main p {
  margin: 0;
  color: var(--vtx-text-3);
  font-size: 17px;
  line-height: 1.8;
}

.vtx-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.vtx-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--vtx-text-2);
  font-size: 16px;
  line-height: 1.6;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.vtx-check-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vtx-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.28);
  position: relative;
  animation: vtxNodePulse 3s ease-in-out infinite;
}

.vtx-check::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 7px;
  left: 6px;
}

.vtx-pricing {
  margin-bottom: 28px;
}

.vtx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vtx-plan {
  padding: 30px;
  background: rgba(15, 28, 46, 0.68);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  backdrop-filter: blur(14px);
  position: relative;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex;
  flex-direction: column;
}

.vtx-plan:hover {
  transform: translateY(-6px);
  box-shadow: var(--vtx-shadow);
  border-color: rgba(58,209,255,0.2);
}

.vtx-plan.popular {
  border: 1px solid rgba(0, 194, 255, 0.45);
  box-shadow: var(--vtx-shadow-strong);
  background: linear-gradient(180deg, rgba(12, 28, 48, 0.92), rgba(10, 18, 32, 0.88));
}

.vtx-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #DDF9FF;
  background: rgba(0,194,255,0.14);
  border: 1px solid rgba(0,194,255,0.25);
  box-shadow: 0 0 24px rgba(0,194,255,0.16);
  animation: vtxCardPulse 4.4s ease-in-out infinite;
}

.vtx-plan h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.vtx-plan-sub {
  color: var(--vtx-text-4);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.vtx-price {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}

.vtx-price strong {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.vtx-price span {
  color: var(--vtx-text-3);
  font-size: 15px;
  line-height: 1.6;
}

.vtx-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
  flex: 1;
}

.vtx-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--vtx-text-2);
  font-size: 15px;
  line-height: 1.65;
}

.vtx-feature-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 3px;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 0 16px rgba(0,194,255,0.22);
  animation: vtxNodePulse 3.2s ease-in-out infinite;
}

.vtx-pricing-note {
  text-align: center;
  margin-top: 18px;
  color: var(--vtx-text-4);
  font-size: 14px;
  line-height: 1.6;
}

.vtx-final-cta {
  margin-top: 82px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(15,28,46,0.8), rgba(9,18,31,0.74));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: var(--vtx-shadow);
  text-align: center;
}

.vtx-final-cta h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #FFFFFF 0%, #EAF9FF 45%, #73DEFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: vtxTextPulse 4.3s ease-in-out infinite;
}

.vtx-final-cta p {
  margin: 0 auto 22px;
  max-width: 760px;
  color: var(--vtx-text-3);
  font-size: 17px;
  line-height: 1.7;
}

.vtx-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(6,12,22,0.2), rgba(5,8,15,0.7));
  backdrop-filter: blur(12px);
}

.vtx-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 20px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.vtx-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}

.vtx-footer-brand img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 12px rgba(0,194,255,0.16));
}

.vtx-footer-copy {
  color: var(--vtx-text-4);
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.vtx-live-feed {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(340px, calc(100vw - 28px));
  pointer-events: none;
}

.vtx-live-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(11, 21, 37, 0.78);
  border: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18), 0 0 24px rgba(0,194,255,0.08);
  color: #fff;
  opacity: 0;
  transform: translateY(14px) scale(.96);
  transition: .45s ease;
}

.vtx-live-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vtx-live-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vtx-primary), var(--vtx-primary-2));
  box-shadow: 0 0 16px rgba(0,194,255,0.45);
  flex: 0 0 auto;
  margin-top: 4px;
  animation: vtxNodePulse 2.6s ease-in-out infinite;
}

.vtx-live-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.vtx-live-card span {
  display: block;
  font-size: 12px;
  color: var(--vtx-text-4);
  line-height: 1.5;
}

@keyframes vtxGridFloat {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 10px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes vtxFloatOrb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -18px, 0) scale(1.05); }
}

@keyframes vtxNodePulse {
  0%, 100% { transform: scale(1); opacity: .95; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes vtxLinePulse {
  0%, 100% { opacity: .22; }
  50% { opacity: .5; }
}

@keyframes vtxTextPulse {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(0,194,255,0)); }
  50% { filter: drop-shadow(0 0 12px rgba(0,194,255,0.18)); }
}

@keyframes vtxCardPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(0,194,255,0); }
  50% { box-shadow: 0 0 22px rgba(0,194,255,0.12); }
}

@media (max-width: 1100px) {
  .vtx-showcase,
  .vtx-value-grid,
  .vtx-pricing-grid,
  .vtx-grid {
    grid-template-columns: 1fr;
  }

  .vtx-mini-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .vtx-container {
    padding: 0 18px 74px;
  }

  .vtx-header-inner,
  .vtx-footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vtx-header-inner {
    flex-wrap: wrap;
  }

  .vtx-header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .vtx-hero {
    padding-top: 52px;
    margin-bottom: 56px;
  }

  .vtx-hero-actions {
    flex-direction: column;
  }

  .vtx-btn {
    width: 100%;
    max-width: 320px;
  }

  .vtx-mini-grid {
    grid-template-columns: 1fr;
  }

  .vtx-calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vtx-dashboard-card,
  .vtx-side-card,
  .vtx-value-main,
  .vtx-value-list,
  .vtx-plan,
  .vtx-final-cta {
    padding: 22px;
  }

  .vtx-card {
    padding: 24px;
  }

  .vtx-footer-copy {
    text-align: left;
  }

  .vtx-live-feed {
    right: 12px;
    left: 12px;
    width: auto;
    bottom: 12px;
  }
}
