:root {
  color-scheme: light;
  --vs-ink: #171419;
  --vs-muted: #625d65;
  --vs-paper: #f4eee5;
  --vs-panel: #fffaf3;
  --vs-line: #d4c7b8;
  --vs-dark: #14211e;
  --vs-green: #086a5b;
  --vs-mint: #a7e8d0;
  --vs-blue: #536fd8;
  --vs-orange: #d15c32;
  --vs-shadow: 0 24px 60px rgba(37, 29, 26, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vs-paper);
  color: var(--vs-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(20, 33, 30, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 33, 30, .035) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.vs-shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}
.vs-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--vs-line);
  background: rgba(244, 238, 229, .93);
  backdrop-filter: blur(16px);
}
.vs-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.vs-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.03em;
}
.vs-brand img { width: 38px; height: 38px; }
.vs-brand span { display: grid; line-height: 1.05; }
.vs-brand small {
  color: var(--vs-green);
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.vs-header nav { display: flex; align-items: center; gap: 10px; }
.vs-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #3f3a41;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
}
.vs-header nav a:hover { background: #e7ded2; }

.vs-main { position: relative; z-index: 1; }
.vs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr);
  gap: clamp(32px, 6vw, 90px);
  padding-block: clamp(64px, 9vw, 136px) clamp(56px, 8vw, 112px);
  align-items: center;
}
.vs-kicker {
  margin: 0 0 18px;
  color: var(--vs-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.vs-hero h1,
.vs-section h2,
.vs-dashboard h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.vs-hero__lead {
  max-width: 42rem;
  margin: 28px 0 0;
  color: var(--vs-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}
.vs-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.vs-proofline li {
  padding: 8px 12px;
  border: 1px solid var(--vs-line);
  border-radius: 999px;
  background: rgba(255, 250, 243, .55);
  color: #514b52;
  font-size: .82rem;
  font-weight: 750;
}

.vs-card {
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  background: var(--vs-panel);
  box-shadow: var(--vs-shadow);
}
.vs-auth { padding: clamp(24px, 4vw, 42px); }
.vs-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.vs-card > p { color: var(--vs-muted); }
.vs-form { display: grid; gap: 18px; margin-top: 28px; }
.vs-field { display: grid; gap: 8px; font-weight: 760; }
.vs-field span { font-size: .86rem; }
.vs-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #a99d91;
  border-radius: 9px;
  background: #fff;
  color: var(--vs-ink);
  padding: 0 14px;
}
.vs-field input:focus { outline: 3px solid rgba(83, 111, 216, .25); border-color: var(--vs-blue); }
.vs-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.vs-button {
  min-height: 48px;
  border: 1px solid var(--vs-dark);
  border-radius: 8px;
  background: var(--vs-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.vs-button:hover { background: var(--vs-green); border-color: var(--vs-green); }
.vs-button--quiet { background: transparent; color: var(--vs-ink); }
.vs-button--quiet:hover { background: #e9e0d5; border-color: var(--vs-dark); }
.vs-button:disabled { cursor: progress; opacity: .62; }
.vs-status { min-height: 1.5em; margin: 0; color: var(--vs-muted); font-size: .9rem; }
.vs-status[data-state="error"] { color: #a12f22; }
.vs-status[data-state="success"] { color: var(--vs-green); }
.vs-auth__aside { margin: 18px 0 0; font-size: .9rem; color: var(--vs-muted); }

.vs-section {
  padding-block: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--vs-line);
}
.vs-section__head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(18rem, 1.25fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}
.vs-section h2 { max-width: 10ch; font-size: clamp(2.6rem, 5vw, 5rem); }
.vs-section__intro { margin: 0; max-width: 46rem; color: var(--vs-muted); font-size: 1.08rem; }
.vs-tools,
.vs-access-grid,
.vs-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.vs-tool,
.vs-access-card,
.vs-data-card { padding: clamp(22px, 3vw, 34px); box-shadow: none; }
.vs-tool__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--vs-dark);
  color: var(--vs-mint);
  font-weight: 900;
}
.vs-tool h3,
.vs-access-card h3,
.vs-data-card h2 { margin: 24px 0 10px; font-size: 1.45rem; line-height: 1.08; letter-spacing: -.035em; }
.vs-tool p,
.vs-access-card p { color: var(--vs-muted); }
.vs-tool__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.vs-checklist { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; border: 0; }
.vs-checklist label {
  min-height: 44px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.vs-checklist input { width: 20px; height: 20px; accent-color: var(--vs-green); }
.vs-check-progress { margin: 14px 0 0; color: var(--vs-green); font-weight: 800; }

.vs-access-card[data-access="free"] { border-top: 5px solid var(--vs-green); }
.vs-access-card[data-access="customer"] { border-top: 5px solid var(--vs-blue); }
.vs-access-card[data-access="managed"] { border-top: 5px solid var(--vs-orange); }
.vs-access-card ul { margin: 18px 0 0; padding-left: 1.2rem; color: var(--vs-muted); }

.vs-dashboard { padding-block: 56px 100px; }
.vs-dashboard[hidden], .vs-auth[hidden], [data-capability][hidden] { display: none !important; }
.vs-dashboard__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.vs-dashboard h1 { max-width: 14ch; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.vs-account-line { margin: 14px 0 0; color: var(--vs-muted); }
.vs-plan {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #dfece7;
  color: #145f50;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.vs-data-card { min-width: 0; }
.vs-data-card h2 { margin-top: 0; }
.vs-list { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.vs-list li { padding: 12px 0; border-top: 1px solid var(--vs-line); }
.vs-list strong, .vs-list span { display: block; overflow-wrap: anywhere; }
.vs-list span { color: var(--vs-muted); font-size: .88rem; }
.vs-empty { color: var(--vs-muted); }
.vs-capabilities { margin-top: 18px; }

.vs-register {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr);
  gap: clamp(32px, 7vw, 96px);
  padding-block: clamp(64px, 9vw, 124px);
  align-items: start;
}
.vs-register__copy h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .91; letter-spacing: -.07em; }
.vs-register__copy > p { max-width: 42rem; color: var(--vs-muted); font-size: 1.12rem; }
.vs-legal-note { font-size: .83rem; color: var(--vs-muted); }
.vs-legal-note a { font-weight: 800; }

:focus-visible { outline: 3px solid var(--vs-blue); outline-offset: 3px; }

@media (max-width: 820px) {
  .vs-shell { width: min(calc(100% - 32px), 1240px); }
  .vs-header__inner { min-height: 72px; }
  .vs-header nav a:not(.vs-button) { display: none; }
  .vs-hero,
  .vs-register,
  .vs-section__head { grid-template-columns: minmax(0, 1fr); }
  .vs-hero { padding-top: 58px; }
  .vs-section__head { align-items: start; }
  .vs-tools,
  .vs-access-grid,
  .vs-data-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 420px) {
  .vs-shell { width: min(calc(100% - 24px), 1240px); }
  .vs-brand small { display: none; }
  .vs-header nav a { padding-inline: 11px; }
  .vs-section h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.5rem);
  }
  .vs-hero h1,
  .vs-register__copy h1 { font-size: clamp(2.75rem, 15vw, 4rem); overflow-wrap: anywhere; }
  .vs-dashboard__head { align-items: start; flex-direction: column; }
  .vs-tool__actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
