/* Marketing landing page styles — extracted from index.html inline <style>
   as part of the CSP cleanup. Loaded via <link rel="stylesheet">. */

:root {
  --bg: #0a1628;
  --bg-2: #0f1f3a;
  --panel: #122849;
  --panel-2: #142e54;
  --ink: #e7ecf3;
  --ink-2: #cfd8e6;
  --muted: #8aa0bf;
  --muted-2: #7a8eab;
  --accent: #4cc9f0;
  --accent-strong: #5BD17E;
  --amber: #E8C97A;
  --purple: #a78bfa;
  --border: #1e3258;
  --border-soft: rgba(30,50,88,0.6);
  --err: #f87171;
  --ok: #34d399;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 30% 0%, #143057 0%, var(--bg) 60%) fixed;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,22,40,0.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
}
.nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px; max-width: 1180px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { height: 32px; width: auto; display: block; }
.brand img.is-hidden { display: none; }
.brand-stack { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.brand-text span { color: var(--accent); }
.brand-sub { font-size: 10.5px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }
.nav-cta { display: flex; gap: 14px; align-items: center; font-size: 13.5px; }
.nav-cta .signin { color: var(--accent); text-decoration: none; border-bottom: 1px dotted var(--accent); }
.nav-cta .signin:hover { color: var(--ink); border-color: var(--ink); }
.nav-cta .buy {
  background: var(--accent); color: #001525; text-decoration: none;
  padding: 7px 14px; border-radius: 8px; font-weight: 700; font-size: 13px;
  transition: filter 0.15s;
}
.nav-cta .buy:hover { filter: brightness(1.08); }

/* HERO */
.hero { padding: 72px 0 56px; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--accent); padding: 7px 16px; border: 1px solid rgba(76,201,240,0.35);
  border-radius: 22px; text-transform: uppercase; margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 54px);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.12;
  margin: 0 auto 20px; max-width: 880px;
}
.hero h1 .accent { color: var(--accent); }
.hero .promise {
  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: 500; letter-spacing: -0.005em;
  color: var(--ink); max-width: 780px;
  margin: 0 auto 24px; line-height: 1.45;
}
.hero .promise .stake { color: var(--accent); font-weight: 600; white-space: nowrap; }
.hero .sub {
  font-size: 17px; color: var(--ink-2); max-width: 660px;
  margin: 0 auto 32px; line-height: 1.6;
}
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.btn {
  font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0.01em;
  padding: 14px 26px; border-radius: 11px; cursor: pointer; border: 0;
  transition: filter 0.15s, transform 0.05s, background 0.15s;
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
}
.btn-primary { background: var(--accent); color: #001525; }
.btn-primary:hover { filter: brightness(1.08); }
.btn-primary:active { transform: translateY(1px); }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid #2d4470; font-weight: 600; }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost { background: transparent; color: var(--ink-2); border: 1px solid var(--border); font-weight: 600; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.hero-fine { font-size: 12.5px; color: var(--muted-2); }

/* TRUST */
.trust {
  background: rgba(15,31,58,0.45);
  border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
  padding: 18px 0;
}
.trust-inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 28px; font-size: 12.5px; color: var(--muted); }
.trust-inner .check { color: var(--accent-strong); font-weight: 700; margin-right: 4px; }

/* PROTECT / GROW / THRIVE — VerityPoint brand strip */
.pgt-band {
  background: linear-gradient(180deg, rgba(184,137,20,0.04) 0%, transparent 100%);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-soft);
}
.pgt-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  max-width: 940px; margin: 0 auto; align-items: center;
}
.pgt-item { display: flex; align-items: center; gap: 16px; }
.pgt-item svg { flex-shrink: 0; }
.pgt-word {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px; font-weight: 700; letter-spacing: 2.6px;
  color: #E4B53D; border-bottom: 2px solid #B88914;
  padding-bottom: 3px; display: inline-block;
}
.pgt-tag { font-size: 12.5px; color: var(--muted-2); margin-top: 6px; line-height: 1.45; }
.pgt-item { cursor: pointer; padding: 10px 12px; border-radius: 10px; transition: background 0.15s, transform 0.05s; border: 1px solid transparent; background: transparent; color: inherit; font-family: inherit; text-align: left; font-size: 1rem; width: 100%; }
.pgt-item:hover { background: rgba(184,137,20,0.06); border-color: rgba(184,137,20,0.20); }
.pgt-item:active { transform: translateY(1px); }
.pgt-item:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.pgt-hint { font-size: 10.5px; color: var(--muted-2); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 7px; }
.pgt-hint .arr { color: var(--accent); margin-left: 4px; }
@media (max-width: 720px) { .pgt-strip { grid-template-columns: 1fr; gap: 18px; } }
/* "more..." scroll cue — fixed at viewport bottom, auto-hides once user scrolls past hero. */
.pgt-more {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 10px 18px;
  background: rgba(11,18,32,0.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(184,137,20,0.30); border-radius: 999px; cursor: pointer; color: var(--muted-2);
  font-family: inherit; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.15s;
  z-index: 60; box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}
.pgt-more:hover { color: var(--accent); }
.pgt-more:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.pgt-more.hide { opacity: 0; pointer-events: none; transform: translate(-50%, 12px); }
.pgt-more .chev {
  width: 18px; height: 10px; opacity: 0.85;
  animation: pgt-bob 1.8s ease-in-out infinite;
}
@keyframes pgt-bob {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(4px); opacity: 1; }
}

/* Sample modal overlay */
.smpl-overlay {
  position: fixed; inset: 0; background: rgba(5,12,24,0.78);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: none; place-items: center; padding: 24px; z-index: 100;
}
.smpl-overlay.show { display: grid; }
.smpl-modal {
  width: 100%; max-width: 760px; background: var(--panel);
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  animation: smpl-pop 0.18s ease-out;
}
@keyframes smpl-pop { from { transform: scale(0.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.smpl-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.smpl-title { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #E4B53D; }
.smpl-title .sep { color: var(--muted); margin: 0 8px; opacity: 0.6; }
.smpl-title .sub { color: var(--ink); letter-spacing: 0.02em; font-weight: 600; text-transform: none; font-size: 14px; }
.smpl-close {
  background: transparent; border: 1px solid var(--border); color: var(--muted);
  width: 32px; height: 32px; border-radius: 8px; cursor: pointer; font-size: 18px;
  display: flex; align-items: center; justify-content: center; transition: 0.15s;
}
.smpl-close:hover { color: var(--ink); border-color: var(--accent); }
.smpl-body { padding: 20px; }
.smpl-svg { display: block; width: 100%; height: auto; border-radius: 10px; }
.smpl-cap {
  font-size: 13px; color: var(--muted); line-height: 1.6;
  margin-top: 14px; padding: 12px 14px; background: rgba(15,31,58,0.5);
  border: 1px solid var(--border); border-radius: 8px;
}
.smpl-cap b { color: var(--ink-2); }
.smpl-foot {
  display: flex; justify-content: flex-end; gap: 10px;
  padding: 14px 20px 18px; border-top: 1px solid var(--border);
}
.smpl-foot .smpl-cta {
  background: var(--accent); color: #001525; text-decoration: none;
  padding: 9px 18px; border-radius: 8px; font-size: 13.5px; font-weight: 700; transition: filter 0.15s;
}
.smpl-foot .smpl-cta:hover { filter: brightness(1.08); }
.smpl-sample { display: none; }
.smpl-sample.active { display: block; }

/* SECTIONS */
section { padding: 72px 0; }
.section-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; margin: 0 0 12px; text-align: center; }
.section-eyebrow.accent { color: var(--accent-strong); }
.section-title { font-size: clamp(26px, 3.4vw, 34px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.22; margin: 0 0 14px; text-align: center; }
.section-title .accent { color: var(--accent); }
.section-lede { font-size: 16px; color: var(--ink-2); max-width: 620px; margin: 0 auto 44px; text-align: center; line-height: 1.6; }

/* Problem */
.problem-quote { font-size: 22px; color: var(--accent); font-style: italic; text-align: center; margin: 0 0 40px; font-weight: 500; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; }
.card .icon {
  width: 38px; height: 38px; border-radius: 9px; background: rgba(76,201,240,0.10);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px; color: var(--accent);
}
.card .icon svg { width: 20px; height: 20px; }
.card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; color: var(--ink); line-height: 1.35; }
.card p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.55; }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pillar { border-radius: 14px; padding: 28px 26px; border: 1px solid; background: linear-gradient(180deg, var(--p-bg-top) 0%, var(--p-bg-bot) 100%); }
.pillar-tag { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; color: var(--p-color); }
.pillar h3 { font-size: 18px; font-weight: 600; margin: 0 0 10px; color: var(--ink); line-height: 1.35; }
.pillar p { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.6; }
.pillar.p-blue   { --p-color: var(--accent);        --p-bg-top: rgba(76,201,240,0.08);  --p-bg-bot: rgba(76,201,240,0.02); border-color: rgba(76,201,240,0.28); }
.pillar.p-green  { --p-color: var(--accent-strong); --p-bg-top: rgba(91,209,126,0.08);  --p-bg-bot: rgba(91,209,126,0.02); border-color: rgba(91,209,126,0.28); }
.pillar.p-amber  { --p-color: var(--amber);         --p-bg-top: rgba(232,201,122,0.08); --p-bg-bot: rgba(232,201,122,0.02); border-color: rgba(232,201,122,0.28); }
.pillar.p-purple { --p-color: var(--purple);        --p-bg-top: rgba(167,139,250,0.08); --p-bg-bot: rgba(167,139,250,0.02); border-color: rgba(167,139,250,0.28); }

/* Compare */
.compare-wrap { background: rgba(15,31,58,0.55); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 760px; margin: 0 auto; }
.compare-grid.spaced { margin-top: 32px; }
.compare-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 22px 22px; }
.compare-card.dim { opacity: 0.88; }
.compare-card.lit { border-color: var(--accent); box-shadow: 0 0 0 1px rgba(76,201,240,0.22); }
.compare-card .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; }
.compare-card.dim .tag { color: var(--err); }
.compare-card.lit .tag { color: var(--accent-strong); }
.compare-card ul { margin: 0; padding-left: 22px; font-size: 14px; line-height: 1.85; }
.compare-card.dim ul { color: var(--muted); }
.compare-card.lit ul { color: var(--ink-2); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.step h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #001525; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.6; }

/* Built for */
.built-for { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 30px 32px; max-width: 860px; margin: 0 auto; }
.built-for-title { font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 18px; }
.built-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; font-size: 14.5px; color: var(--ink-2); }
.built-list .item::before { content: "›"; color: var(--accent); font-weight: 700; margin-right: 10px; }

/* PRICING */
.pricing-section {
  background: linear-gradient(180deg, rgba(30,50,88,0.45) 0%, rgba(15,31,58,0.5) 100%);
  border-top: 1px solid var(--border);
  padding: 72px 0 80px;
}
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; margin: 36px auto 0; }
.price-card {
  background: var(--panel); border: 1px solid var(--border); border-radius: 14px;
  padding: 28px 26px; position: relative; transition: border-color 0.15s, transform 0.15s;
}
.price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px rgba(76,201,240,0.22); }
.price-card:hover { transform: translateY(-2px); }
.price-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #001525; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.12em; padding: 4px 12px; border-radius: 12px; text-transform: uppercase;
}
.price-card h3 { font-size: 14px; font-weight: 600; color: var(--muted); margin: 0 0 8px; letter-spacing: 0.04em; text-transform: uppercase; }
.price-amount { font-size: 38px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; line-height: 1.1; }
.price-amount .per { font-size: 15px; font-weight: 500; color: var(--muted); margin-left: 4px; }
.price-effective { font-size: 12.5px; color: var(--muted-2); margin: 4px 0 18px; }
.price-features { list-style: none; padding: 0; margin: 0 0 22px; font-size: 13.5px; color: var(--ink-2); }
.price-features li { padding: 5px 0; padding-left: 22px; position: relative; line-height: 1.5; }
.price-features li::before { content: "✓"; color: var(--accent-strong); position: absolute; left: 0; font-weight: 700; }
.price-card .btn { width: 100%; justify-content: center; }
.pricing-fine { text-align: center; font-size: 12.5px; color: var(--muted-2); margin-top: 24px; line-height: 1.6; }
.pricing-fine a { color: var(--accent); text-decoration: none; border-bottom: 1px dotted var(--accent); }

/* Advisory card — sits below the two SaaS tiers, intentionally styled differently
   (gold accent, not blue) to signal "different category: people, not just the platform". */
.advisory-card {
  max-width: 760px; margin: 26px auto 0;
  background: linear-gradient(135deg, rgba(184,137,20,0.08), rgba(184,137,20,0.02));
  border: 1px solid rgba(184,137,20,0.32);
  border-radius: 14px; padding: 24px 28px;
  display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center;
}
.advisory-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.20em;
  text-transform: uppercase; color: #E4B53D; margin-bottom: 6px; }
.advisory-title { font-size: 18px; font-weight: 700; color: var(--ink);
  margin: 0 0 6px; letter-spacing: -0.01em; }
.advisory-sub { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; margin: 0; max-width: 540px; }
.advisory-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 20px; border-radius: 10px; white-space: nowrap;
  background: transparent; border: 1.5px solid #B88914; color: #E4B53D;
  font-size: 13.5px; font-weight: 600; text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.advisory-cta:hover { background: #B88914; color: #001525; }
@media (max-width: 720px) {
  .advisory-card { grid-template-columns: 1fr; text-align: center; }
  .advisory-cta { justify-self: center; }
}

/* FOOTER */
.foot { padding: 22px 0 28px; border-top: 1px solid var(--border-soft); font-size: 12.5px; color: var(--muted-2); }
.foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.foot a { color: var(--muted); text-decoration: none; border-bottom: 1px dotted var(--muted); }
.foot a:hover { color: var(--ink); }

/* RESPONSIVE */
@media (max-width: 880px) {
  .grid-3, .pillars, .steps, .compare-grid, .built-list, .price-grid { grid-template-columns: 1fr; }
  section, .pricing-section { padding: 56px 0; }
  .hero { padding: 56px 0 44px; }
}
@media (max-width: 520px) {
  .nav-inner { padding: 14px 18px; }
  .wrap { padding: 0 18px; }
  .hero h1 { font-size: 32px; }
  .section-title { font-size: 24px; }
  .nav-cta { gap: 10px; font-size: 12.5px; }
  .nav-cta .buy { padding: 6px 11px; font-size: 12px; }
}
