/* ============================================================
   Vanta Browser — v2
   Accent: #38d9a9  jade
   Display: Bricolage Grotesque
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap');

:root {
  --accent:     #38d9a9;
  --accent-rgb: 56,217,169;
  --accent-dim: rgba(56,217,169,0.09);
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
  min-height: calc(100svh - var(--nav-h));
  padding-block: var(--sp-20);
}

.hero-headline {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--hi);
}

.hero-lead {
  margin-top: var(--sp-6);
  font-size: var(--text-lg);
  line-height: var(--leading-snug);
  color: var(--mid);
  max-width: 440px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-8);
}

.hero-note {
  margin-top: var(--sp-5);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  color: var(--lo);
  letter-spacing: 0.02em;
}

/* ── URL bar demo ─────────────────────────────────────────── */
.url-bar-demo {
  background: var(--surface);
  border: 1px solid var(--border-hi);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  position: relative;
}

.url-bar-chrome {
  height: 36px;
  background: var(--raised);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding-inline: var(--sp-4);
  gap: var(--sp-4);
}

.chrome-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.cdot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cdot-r { background: #ff5f57; }
.cdot-y { background: #febc2e; }
.cdot-g { background: #28c840; }

.chrome-title {
  font-size: 11px;
  color: var(--lo);
  flex: 1;
  text-align: center;
}

.url-bar-wrap {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.url-bar-lock { color: var(--accent); flex-shrink: 0; }

.url-input {
  flex: 1;
  background: var(--raised);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 6px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--hi);
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}

.url-input:focus {
  border-color: rgba(var(--accent-rgb), 0.4);
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.1);
}

.url-shield {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-mono);
  color: var(--accent);
  background: var(--accent-dim);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all var(--t-base);
}

/* Page preview skeleton */
.page-preview {
  padding: var(--sp-5) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-row {
  border-radius: 4px;
  background: var(--raised);
  animation: ppShimmer 1.8s ease-in-out infinite;
}

.pp-row-heading { height: 16px; width: 60%; }
.pp-row-body    { height: 10px; width: 100%; }
.pp-short       { width: 45%; }
.pp-medium      { width: 72%; }
.pp-spacer      { height: 14px; background: transparent; }

@keyframes ppShimmer {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 0.7; }
}

/* Blocked list overlay */
.blocked-list {
  position: absolute;
  inset: 0;
  background: rgba(13,13,16,0.93);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: var(--sp-5) var(--sp-6);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-base);
}

.url-bar-demo.active .blocked-list {
  opacity: 1;
}

.blocked-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--border);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.blocked-item:last-child { border-bottom: none; }

.url-bar-demo.active .blocked-item.show {
  opacity: 1;
  transform: none;
}

.blocked-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.blocked-name {
  flex: 1;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--hi);
}

.blocked-type {
  font-size: 10px;
  color: var(--lo);
  text-align: right;
}

/* ── Feature panels ───────────────────────────────────────── */
.feat-heading {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--hi);
  margin-bottom: var(--sp-5);
}

.feat-intro {
  font-size: var(--text-base);
  color: var(--mid);
  line-height: var(--leading-relaxed);
  max-width: 600px;
  margin-bottom: var(--sp-12);
}

.feat-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
}

.feat-panel {
  padding: var(--sp-8);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background var(--t-base);
}

.feat-panel:hover { background: var(--surface); }

/* Remove right border from last column, bottom border from last row */
.feat-panel:nth-child(3n) { border-right: none; }
.feat-panel:nth-child(n+4) { border-bottom: none; }

.panel-marker {
  display: block;
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--sp-4);
  line-height: 1;
}

.panel-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--hi);
  margin-bottom: var(--sp-3);
}

.panel-body {
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--mid);
}

/* ── Privacy ──────────────────────────────────────────────── */
.privacy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
}

.privacy-checks {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding-top: var(--sp-4);
}

.check-row {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  font-size: var(--text-sm);
  color: var(--mid);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--border);
}

.check-row:last-child { border-bottom: none; }

.check-yes svg { color: var(--green); flex-shrink: 0; }
.check-neutral svg { color: var(--lo); flex-shrink: 0; }
.check-neutral { color: var(--lo); }

/* ── Roadmap table ────────────────────────────────────────── */
.roadmap-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

.roadmap-table {
  font-size: var(--text-sm);
}

.roadmap-table th {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--lo);
  text-align: left;
  padding: var(--sp-4) var(--sp-6);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.roadmap-table td {
  padding: var(--sp-4) var(--sp-6);
  color: var(--mid);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.roadmap-table td:first-child { font-weight: 500; color: var(--hi); }
.roadmap-table tbody tr:last-child td { border-bottom: none; }

.status-tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: var(--r-sm);
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.status-done   { background: rgba(34,197,94,0.1);   color: #86efac; }
.status-active { background: var(--accent-dim);      color: var(--accent); }
.status-next   { background: rgba(99,102,241,0.1);   color: #a5b4fc; }
.status-future { background: rgba(255,255,255,0.05); color: var(--lo); }

/* ── Waitlist ─────────────────────────────────────────────── */
.waitlist-block {
  text-align: center;
}

.waitlist-body {
  font-size: var(--text-base);
  color: var(--mid);
  line-height: var(--leading-relaxed);
  margin-block: var(--sp-5) var(--sp-8);
  max-width: 520px;
  margin-inline: auto;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
}

.waitlist-row {
  display: flex;
  gap: var(--sp-3);
  width: 100%;
  max-width: 440px;
}

.waitlist-email { flex: 1; }

.waitlist-note {
  font-size: var(--text-xs);
  color: var(--lo);
  text-align: center;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .feat-panels { grid-template-columns: repeat(2, 1fr); }
  .feat-panel:nth-child(2n) { border-right: none; }
  .feat-panel:nth-child(n+5) { border-bottom: none; }
  .feat-panel:nth-child(3) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 900px) {
  .hero-container { grid-template-columns: 1fr; min-height: auto; padding-block: var(--sp-16); }
  .url-bar-demo { max-width: 520px; }
  .privacy-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .feat-panels { grid-template-columns: 1fr; }
  .feat-panel { border-right: none; border-bottom: 1px solid var(--border) !important; }
  .feat-panel:last-child { border-bottom: none !important; }
  .waitlist-row { flex-direction: column; }
  .hero-actions { flex-direction: column; }
}
