/* Homepage and public site */

/* Navbar --------------------------------------------------------------- */
.vl-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--vl-slate-100);
  box-shadow: var(--vl-shadow-xs);
}
.vl-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.vl-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.6px;
  color: var(--vl-navy);
}
.vl-logo:hover { color: var(--vl-navy); text-decoration: none; }
.vl-logo { gap: 3px; }
.vl-logo-img { height: 28px; width: auto; display: block; }
.vl-logo .vl-tm--logo { font-size: 10px; font-weight: 700; align-self: flex-start; margin-top: 3px; opacity: 0.5; color: var(--vl-slate-500); }
.vl-logo-dot {
  width: 30px; height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--vl-blue), #5b3fdb);
  box-shadow: var(--vl-shadow-blue);
}
/* Footer wordmark */
.vl-footer-logo { height: 26px; width: auto; display: block; margin-bottom: 14px; }
.vl-nav-links {
  display: flex;
  gap: 6px;
  margin-left: auto;
  align-items: center;
}
.vl-nav-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--vl-slate-800);
  padding: 9px 14px;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.vl-nav-link:hover { background: var(--vl-slate-100); color: var(--vl-navy); text-decoration: none; }

.vl-nav-avatar {
  width: 38px; height: 38px;
  border-radius: 999px;
  border: 2px solid var(--vl-white);
  box-shadow: var(--vl-shadow-sm);
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.15s ease;
}
.vl-nav-avatar:hover { transform: scale(1.05); }

.vl-nav-menu { position: relative; }
.vl-nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--vl-white);
  border: 1px solid var(--vl-slate-200);
  border-radius: 14px;
  box-shadow: var(--vl-shadow-lg);
  padding: 8px;
  min-width: 220px;
  display: none;
}
.vl-nav-menu.is-open .vl-nav-dropdown { display: block; animation: dropIn 0.18s ease; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.vl-nav-dropdown a, .vl-nav-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--vl-slate-800);
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.12s ease, color 0.12s ease;
}
.vl-nav-dropdown a:hover, .vl-nav-dropdown button:hover {
  background: var(--vl-blue-light);
  color: var(--vl-blue-pressed);
  text-decoration: none;
}

/* Sign-in button - distinct, polished primary CTA */
.vl-signin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--vl-blue), #5b3fdb);
  box-shadow: var(--vl-shadow-blue);
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}
.vl-signin:hover { color: #fff; text-decoration: none; transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 8px 26px rgba(36,83,255,0.4); }
.vl-signin:active { transform: translateY(0); }
.vl-signin i { font-size: 13px; }

/* Submit-a-venue nav pill */
.vl-nav-submit {
  color: var(--vl-blue);
  background: var(--vl-blue-light);
  font-weight: 700;
}
.vl-nav-submit:hover { background: #dce6ff; color: var(--vl-blue-pressed); }

/* Avatar button + placeholder */
.vl-nav-avatar-btn { background: none; border: none; padding: 0; cursor: pointer; line-height: 0; }
.vl-nav-avatar--ph {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--vl-blue), #5b3fdb);
  color: #fff; font-weight: 800; font-size: 15px;
}

@media (max-width: 860px) {
  .vl-nav-submit span, .vl-nav-submit { font-size: 13px; }
}
@media (max-width: 768px) {
  .vl-nav-link { display: none; }
  .vl-nav-link.always { display: inline-flex; }
  .vl-nav-inner { padding: 12px 16px; gap: 14px; }
}
@media (max-width: 480px) {
  .vl-nav-submit { display: none !important; }
  .vl-signin span { display: none; }
  .vl-signin { padding: 10px 13px; }
}

/* Hero ----------------------------------------------------------------- */
.vl-hero {
  padding: 96px 24px 72px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 25%, rgba(36, 83, 255, 0.13), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(91, 63, 219, 0.10), transparent 60%),
    var(--vl-page-bg);
}
.vl-hero h1 {
  font-size: clamp(32px, 5.5vw, 56px);
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: -1.2px;
  color: var(--vl-navy);
  line-height: 1.1;
}
.vl-hero p {
  font-size: 17px;
  color: var(--vl-slate-600);
  max-width: 660px;
  margin: 0 auto 28px;
  line-height: 1.65;
}
.vl-hero-cta { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* Filters -------------------------------------------------------------- */
.vl-filters {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 24px 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vl-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  flex-wrap: wrap;
}
.vl-tab {
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--vl-white);
  border: 1.5px solid var(--vl-slate-200);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: var(--vl-slate-800);
  transition: all 0.15s ease;
  font-family: inherit;
}
.vl-tab:hover {
  border-color: var(--vl-blue);
  color: var(--vl-blue);
  background: var(--vl-blue-tint);
}
.vl-tab.active {
  background: var(--vl-blue);
  color: var(--vl-white);
  border-color: var(--vl-blue);
  box-shadow: var(--vl-shadow-blue);
}

.vl-search-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.vl-search-row .form-input { flex: 1 1 260px; }
.vl-search-row .form-select { flex: 0 0 190px; }
@media (max-width: 640px) {
  .vl-search-row .form-select { flex: 1 1 100%; }
}

/* Card grid ------------------------------------------------------------ */
.vl-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 72px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.vl-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 56px 16px;
  color: var(--vl-slate-600);
  background: var(--vl-white);
  border-radius: var(--vl-radius-card);
  border: 1.5px dashed var(--vl-slate-200);
}

/* Load-more (progressive card loading) */
.vl-load-more-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.vl-load-more-count { font-size: 13px; margin: 0; }

/* Trademark mark */
.vl-tm {
  font-size: 0.42em;
  font-weight: 700;
  vertical-align: super;
  margin-left: 1px;
  color: currentColor;
  opacity: 0.6;
}
.vl-empty p { color: var(--vl-slate-600); }

.vl-card {
  background: var(--vl-card-bg);
  border-radius: var(--vl-radius-card);
  box-shadow: var(--vl-shadow-sm);
  border: 1px solid var(--vl-slate-100);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.vl-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vl-shadow-lg);
  border-color: var(--vl-slate-200);
}

.vl-card-image-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--vl-slate-100);
  overflow: hidden;
  display: block;
}

.vl-pano-preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vl-pano-strip {
  position: absolute;
  inset: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: 0 50%;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.vl-pano-preview.vl-pano-loaded .vl-pano-strip { opacity: 1; }

.vl-card:hover .vl-pano-preview.vl-pano-loaded .vl-pano-strip,
.vl-card.vl-pano-active .vl-pano-preview.vl-pano-loaded .vl-pano-strip {
  animation: panoScroll 22s linear infinite;
}
@keyframes panoScroll {
  0%   { background-position: 0% 50%; }
  100% { background-position: -200% 50%; }
}

.vl-card-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.vl-card-logo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(11,18,36,0.05), rgba(11,18,36,0.45));
  transition: opacity 0.3s ease;
  z-index: 2;
}
.vl-card:hover .vl-card-logo-overlay,
.vl-card.vl-pano-active .vl-card-logo-overlay { opacity: 0; }
.vl-card-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 64%;
  padding: 9px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 22px rgba(11, 18, 36, 0.22);
}
.vl-card-logo-img {
  height: 42px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.vl-card-logo-fallback {
  font-size: 24px;
  font-weight: 800;
  color: var(--vl-white);
  text-shadow: 0 6px 20px rgba(0,0,0,0.55);
  letter-spacing: -0.6px;
  padding: 0 24px;
  text-align: center;
}

.vl-card-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  box-shadow: var(--vl-shadow-sm);
}

.vl-card-body { padding: 18px 20px 20px; }
.vl-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--vl-navy);
  margin: 0 0 6px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.vl-card-subtitle {
  font-size: 13.5px;
  color: var(--vl-slate-600);
  margin: 0 0 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.vl-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.vl-card-tags span {
  background: var(--vl-slate-100);
  color: var(--vl-slate-800);
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
}
.vl-card-actions { display: flex; gap: 8px; }
.vl-card-actions .btn { flex: 1; padding: 10px 14px; font-size: 13px; }

/* Sections ------------------------------------------------------------- */
.vl-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
}
.vl-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--vl-navy);
  letter-spacing: -0.6px;
}
.vl-section p { color: var(--vl-slate-600); line-height: 1.75; max-width: 760px; font-size: 15.5px; }

.vl-how-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.vl-how-step {
  background: var(--vl-white);
  border-radius: var(--vl-radius-card);
  padding: 28px;
  box-shadow: var(--vl-shadow-sm);
  border: 1px solid var(--vl-slate-100);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vl-how-step:hover { transform: translateY(-2px); box-shadow: var(--vl-shadow-md); }
.vl-how-step-num {
  display: inline-flex;
  width: 40px; height: 40px;
  background: var(--vl-blue-light);
  color: var(--vl-blue);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 16px;
}
.vl-how-step h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: var(--vl-navy); }
.vl-how-step p  { font-size: 14px; color: var(--vl-slate-600); margin: 0; line-height: 1.65; }

.vl-partner-banner {
  background: linear-gradient(135deg, var(--vl-blue) 0%, #5b3fdb 100%);
  color: var(--vl-white);
  border-radius: 18px;
  padding: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 60px rgba(36, 83, 255, 0.25);
}
.vl-partner-banner h2 { color: var(--vl-white); margin: 0; font-size: 26px; letter-spacing: -0.5px; }
.vl-partner-banner p  { color: rgba(255,255,255,0.9); margin: 8px 0 0; font-size: 15.5px; }
.vl-partner-banner .btn { background: var(--vl-white); color: var(--vl-blue-pressed); border-color: var(--vl-white); }
.vl-partner-banner .btn:hover { background: var(--vl-slate-100); border-color: var(--vl-slate-100); color: var(--vl-blue-pressed); }

/* Footer --------------------------------------------------------------- */
.vl-footer {
  background: var(--vl-navy);
  color: var(--vl-slate-300);
  padding: 56px 24px 28px;
  margin-top: 72px;
}
.vl-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.vl-footer h4 { color: var(--vl-white); font-size: 14px; margin: 0 0 14px; font-weight: 700; }
.vl-footer p  { color: var(--vl-slate-400); }
.vl-footer a {
  color: var(--vl-slate-300);
  display: block;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s ease;
}
.vl-footer a:hover { color: var(--vl-white); text-decoration: none; }
.vl-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  color: var(--vl-slate-500);
}
.vl-footer-legal { display: flex; gap: 10px; justify-content: center; align-items: center; margin-bottom: 10px; }
.vl-footer-legal a { color: var(--vl-slate-300); font-size: 13px; font-weight: 500; padding: 2px 0; }
.vl-footer-legal a:hover { color: var(--vl-white); }
.vl-footer-legal span { color: var(--vl-slate-600); }

/* Legal pages (privacy / terms) */
.vl-legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 24px 72px;
}
.vl-legal-eyebrow {
  text-transform: uppercase; letter-spacing: 1px; font-size: 12px; font-weight: 700;
  color: var(--vl-blue); margin: 0 0 6px;
}
.vl-legal h1 { font-size: clamp(28px, 4vw, 38px); margin: 0 0 6px; letter-spacing: -0.6px; }
.vl-legal-updated { color: var(--vl-slate-500); font-size: 13.5px; margin: 0 0 28px; }
.vl-legal h2 { font-size: 19px; margin: 30px 0 10px; color: var(--vl-navy); }
.vl-legal p { font-size: 15px; line-height: 1.75; color: var(--vl-slate-700); margin: 0 0 14px; }
.vl-legal ul { margin: 0 0 16px; padding-left: 22px; }
.vl-legal li { font-size: 15px; line-height: 1.7; color: var(--vl-slate-700); margin-bottom: 8px; }
.vl-legal-foot { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--vl-slate-100); }
@media (max-width: 768px) { .vl-footer-inner { grid-template-columns: 1fr; gap: 24px; } }

/* Compact hero (homepage with map) ------------------------------------ */
.vl-hero--compact { padding: 64px 24px 36px; }

/* Google Map section --------------------------------------------------- */
.vl-map-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 24px 4px;
}
.vl-map-shell {
  background: var(--vl-white);
  border: 1px solid var(--vl-slate-100);
  border-radius: var(--vl-radius-card);
  box-shadow: var(--vl-shadow-sm);
  overflow: hidden;
}
.vl-map-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
.vl-map-header-icon {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: var(--vl-blue-light);
  color: var(--vl-blue);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0;
}
.vl-map-header h2 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -0.4px; }
.vl-map-count {
  background: var(--vl-blue); color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 2px 10px; border-radius: 999px;
}
.vl-map-subtitle { margin: 0; font-size: 13.5px; color: var(--vl-slate-500); margin-left: auto; }
.vl-map-frame { position: relative; }
.vl-map-canvas { width: 100%; height: 56vh; min-height: 420px; max-height: 640px; background: var(--vl-slate-100); }
.vl-map-loader {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background: rgba(247, 249, 252, 0.94); z-index: 2;
}
.vl-map-loader-text { font-size: 13.5px; color: var(--vl-slate-600); font-weight: 600; }
.vl-spinner {
  width: 30px; height: 30px; border-radius: 999px;
  border: 3px solid var(--vl-slate-200); border-top-color: var(--vl-blue);
  animation: vlspin 0.8s linear infinite;
}
@keyframes vlspin { to { transform: rotate(360deg); } }

/* Map cluster bubble */
.vl-cluster-circle {
  border-radius: 999px; background: var(--vl-blue);
  border: 3px solid #fff; color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 12px rgba(36,83,255,0.45); font-family: var(--vl-font-body);
}
@media (max-width: 640px) {
  .vl-map-canvas { height: 50vh; min-height: 340px; }
  .vl-map-subtitle { display: none; }
}

/* Generic category badge fallback (custom categories) */
.vl-card-type-badge.badge { text-transform: capitalize; background: var(--vl-blue-light); color: var(--vl-blue-pressed); }
.badge-cafe   { background: #fff1d8; color: #8a4a00; }
.badge-campus { background: #d6e6ff; color: #163a8c; }
.badge-pg     { background: #ffdfee; color: #99113c; }
.badge-venue  { background: #ecdcff; color: #5a1496; }

/* More-Info modal ------------------------------------------------------ */
.vl-info-modal { width: min(560px, 100%); padding: 0; position: relative; }
.vl-info-close {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 34px; height: 34px; border-radius: 999px;
  border: none; background: rgba(255,255,255,0.9); color: var(--vl-slate-700);
  cursor: pointer; box-shadow: var(--vl-shadow-sm); font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.vl-info-close:hover { background: var(--vl-slate-100); color: var(--vl-navy); }
#infoModalBody { padding: 24px; }
.vl-info-head { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; padding-right: 30px; }
.vl-info-logo { width: 60px; height: 60px; border-radius: 14px; object-fit: cover; background: var(--vl-slate-100); flex-shrink: 0; }
.vl-info-logo--ph { display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; color: var(--vl-blue); }
.vl-info-title { font-size: 21px; margin: 6px 0 2px; letter-spacing: -0.4px; }
.vl-info-area { font-size: 13.5px; color: var(--vl-slate-500); margin: 0; }
.vl-info-desc { font-size: 14px; color: var(--vl-slate-700); line-height: 1.6; margin: 0 0 16px; }
.vl-info-rows { display: grid; gap: 10px; margin-bottom: 16px; }
.vl-info-row { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.vl-info-row > i { color: var(--vl-blue); width: 18px; text-align: center; margin-top: 3px; }
.vl-info-row-label { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--vl-slate-400); }
.vl-info-row-value { display: block; color: var(--vl-slate-800); }
.vl-info-chips { margin-bottom: 14px; }
.vl-info-chips-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--vl-slate-400); margin-bottom: 6px; }
.vl-info-map { border-radius: 12px; overflow: hidden; border: 1px solid var(--vl-slate-100); margin-bottom: 16px; background: var(--vl-slate-100); }
.vl-info-map iframe { width: 100%; height: 220px; border: 0; display: block; }
.vl-info-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.vl-info-actions .btn-primary { flex: 1 1 100%; }

/* Subscriptions + beta waitlist ---------------------------------------- */
.vl-subs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 820px) { .vl-subs-grid { grid-template-columns: 1fr; } }

.vl-subs-soon {
  background: var(--vl-white);
  border: 1.5px dashed var(--vl-slate-300);
  border-radius: var(--vl-radius-card);
  padding: 28px;
}
.vl-subs-badge {
  display: inline-block;
  background: var(--vl-amber-light);
  color: var(--vl-amber);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.vl-subs-soon h3 { font-size: 19px; margin: 0 0 8px; color: var(--vl-navy); }
.vl-subs-soon p  { margin: 0; font-size: 14.5px; color: var(--vl-slate-600); }

.vl-waitlist {
  background: linear-gradient(135deg, var(--vl-blue) 0%, #5b3fdb 100%);
  color: #fff;
  border-radius: var(--vl-radius-card);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 16px 44px rgba(36, 83, 255, 0.22);
}
.vl-waitlist-copy h3 { color: #fff; margin: 0 0 8px; font-size: 20px; }
.vl-waitlist-copy p  { color: rgba(255,255,255,0.92); margin: 0; font-size: 14.5px; line-height: 1.6; }
.vl-waitlist-action { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.vl-waitlist-action .btn-primary {
  background: #fff; color: var(--vl-blue-pressed); border-color: #fff;
}
.vl-waitlist-action .btn-primary:hover { background: var(--vl-slate-100); color: var(--vl-blue-pressed); }
.vl-waitlist-state {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: #fff;
  background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.3);
  padding: 10px 16px; border-radius: 10px;
}
.vl-waitlist-state--ok { background: rgba(255,255,255,0.22); }

/* AI editor token pill */
.ai-pill--tokens { background: rgba(245,158,11,0.16); color: #ffd9a0; border-color: rgba(245,158,11,0.4); margin-right: 8px; }

/* Guided tour / coachmarks --------------------------------------------- */
.vlt-overlay { position: fixed; inset: 0; z-index: 90000; }
.vlt-spot {
  position: absolute;
  border-radius: 14px;
  box-shadow: 0 0 0 9999px rgba(11, 18, 36, 0.62);
  transition: left 0.25s ease, top 0.25s ease, width 0.25s ease, height 0.25s ease;
  pointer-events: none;
}
.vlt-card {
  position: fixed; z-index: 90002;
  background: var(--vl-white);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  width: min(340px, 92vw);
  padding: 18px 18px 16px;
  animation: vltIn 0.2s ease;
}
@keyframes vltIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.vlt-step { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--vl-blue); margin: 0 0 6px; }
.vlt-card h3 { margin: 0 0 7px; font-size: 17px; color: var(--vl-navy); letter-spacing: -0.3px; }
.vlt-card p  { margin: 0 0 16px; font-size: 14px; color: var(--vl-slate-600); line-height: 1.6; }
.vlt-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vlt-dots { display: flex; gap: 5px; }
.vlt-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--vl-slate-200); transition: all 0.2s; }
.vlt-dot.on { background: var(--vl-blue); width: 18px; }
.vlt-btns { display: flex; gap: 8px; }
.vlt-skip {
  position: fixed; top: 16px; right: 16px; z-index: 90003;
  background: rgba(255, 255, 255, 0.92); border: none; border-radius: 999px;
  padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--vl-slate-700);
  cursor: pointer; box-shadow: var(--vl-shadow-sm);
}
.vlt-skip:hover { background: #fff; color: var(--vl-navy); }
@media (max-width: 520px) {
  .vlt-card { left: 4vw !important; right: 4vw; width: auto; }
}

/* Usage meters (account page) ------------------------------------------ */
.vl-usage-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 9px; }
.vl-usage-title { font-weight: 700; font-size: 14px; color: var(--vl-navy); display: inline-flex; align-items: center; gap: 8px; }
.vl-usage-title i { color: var(--vl-blue); }
.vl-usage-num { font-size: 13.5px; font-weight: 600; color: var(--vl-slate-700); }
.vl-usage-track { height: 10px; border-radius: 999px; background: var(--vl-slate-100); overflow: hidden; }
.vl-usage-fill { height: 100%; border-radius: 999px; transition: width 0.45s ease, background 0.2s ease; }
.vl-usage-fill.ok   { background: linear-gradient(90deg, var(--vl-blue), #6aa0ff); }
.vl-usage-fill.warn { background: linear-gradient(90deg, #f59e0b, #fbbf24); }
.vl-usage-fill.crit { background: linear-gradient(90deg, #dc2626, #f87171); }
.vl-usage-foot { display: flex; justify-content: space-between; margin-top: 7px; font-size: 12px; color: var(--vl-slate-500); }
