:root {
  --vpj-ink: #f7fbfb;
  --vpj-muted: #c0d0d0;
  --vpj-bg: #031f21;
  --vpj-surface: #082f32;
  --vpj-surface-2: #0c3a3d;
  --vpj-accent: #20c7c9;
  --vpj-accent-dark: #087b7e;
  --vpj-line: rgba(87, 227, 228, 0.28);
}

.vpj-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 64px;
  color: var(--vpj-ink);
  font-family: inherit;
}

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

.vpj-hero,
.vpj-section {
  border: 1px solid var(--vpj-line);
  background: linear-gradient(145deg, var(--vpj-surface), var(--vpj-bg));
  border-radius: 16px;
  padding: clamp(24px, 5vw, 56px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.vpj-section {
  margin-top: 20px;
  background: var(--vpj-surface);
  box-shadow: none;
}

.vpj-eyebrow,
.vpj-kicker {
  margin: 0 0 10px;
  color: var(--vpj-accent);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vpj-shell h2,
.vpj-shell h3 {
  color: var(--vpj-ink);
  line-height: 1.12;
  margin: 0;
}

.vpj-shell h2 {
  max-width: 840px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.vpj-shell h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.vpj-lede {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--vpj-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.vpj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vpj-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--vpj-accent);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vpj-button-primary {
  background: var(--vpj-accent);
  color: #022426 !important;
}

.vpj-button-primary:hover {
  background: #64e5e6;
  border-color: #64e5e6;
  color: #022426 !important;
  transform: translateY(-1px);
}

.vpj-button-secondary {
  background: transparent;
  color: var(--vpj-ink) !important;
}

.vpj-button-secondary:hover {
  background: var(--vpj-surface-2);
  color: var(--vpj-ink) !important;
}

.vpj-button:focus-visible,
.vpj-shell a:focus-visible,
.vpj-shell summary:focus-visible,
.vpj-table-wrap:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.vpj-help {
  margin: 20px 0 0;
  color: var(--vpj-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.vpj-help a,
.vpj-faq-list a {
  color: #78edef;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.vpj-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.vpj-steps li {
  min-width: 0;
  border: 1px solid var(--vpj-line);
  border-radius: 12px;
  background: rgba(2, 26, 28, 0.6);
  padding: 18px;
  color: var(--vpj-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.vpj-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vpj-ink);
}

.vpj-step-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--vpj-accent);
  color: #022426;
  font-weight: 900;
}

.vpj-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--vpj-line);
  border-radius: 12px;
}

.vpj-price-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--vpj-ink);
  font-size: 1rem;
}

.vpj-price-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.vpj-price-table th,
.vpj-price-table td {
  border-bottom: 1px solid var(--vpj-line);
  padding: 16px 18px;
  text-align: left;
}

.vpj-price-table th {
  background: rgba(32, 199, 201, 0.16);
  color: var(--vpj-ink);
}

.vpj-price-table td:last-child,
.vpj-price-table th:last-child {
  width: 120px;
  text-align: right;
  font-weight: 800;
}

.vpj-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.vpj-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.vpj-faq-list details {
  border: 1px solid var(--vpj-line);
  border-radius: 10px;
  background: rgba(2, 26, 28, 0.55);
  padding: 0 18px;
}

.vpj-faq-list summary {
  min-height: 52px;
  cursor: pointer;
  padding: 15px 34px 15px 0;
  color: var(--vpj-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.vpj-faq-list p {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--vpj-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.vpj-shell-compact .vpj-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .vpj-steps,
  .vpj-shell-compact .vpj-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vpj-shell {
    width: min(100% - 24px, 1180px);
    margin: 20px auto 44px;
  }

  .vpj-hero,
  .vpj-section {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .vpj-actions,
  .vpj-button {
    width: 100%;
  }

  .vpj-steps,
  .vpj-shell-compact .vpj-steps {
    grid-template-columns: 1fr;
  }

  .vpj-price-table {
    min-width: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vpj-button {
    transition: none;
  }
}

